@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');
:root{--ora-gold:#e7bd62;--ora-cream:#f7f1e4}body.ora-page{margin:0;background:radial-gradient(circle at 50% -10%,#252c57 0,#0b1027 36%,#060812 72%);color:var(--ora-cream);font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.ora-page *{box-sizing:border-box}.ora-page a{color:inherit}.ora-top{padding:8px 5vw;background:#04050b;border-bottom:1px solid #b88d4738;display:flex;justify-content:space-between;font:11px Inter,Arial,sans-serif;color:#c9c4ba}.ora-nav{max-width:1240px;margin:auto;padding:22px 5vw;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid #ffffff12}.ora-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ora-gold)}.ora-brand-mark{font-size:0}.ora-brand-mark::after{content:'✦';font-size:34px}.ora-brand b{display:block;letter-spacing:3px;font-size:21px}.ora-brand small{display:block;font:9px Inter,Arial,sans-serif;letter-spacing:1.8px;color:#aaa6a0}.ora-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.ora-links a{font:12px Inter,Arial,sans-serif;text-decoration:none;color:#ddd9d1}.ora-links a:hover{color:var(--ora-gold)}.ora-main{max-width:1240px;margin:auto}.ora-hero{padding:82px 5vw 70px;display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.ora-kicker{color:var(--ora-gold);font:600 11px Inter,Arial,sans-serif;letter-spacing:3px;text-transform:uppercase}.ora-hero h1{font-family:Cinzel,Georgia,'Times New Roman',serif;font-size:clamp(44px,6vw,72px);line-height:1.02;margin:13px 0 22px}.ora-hero h1 em{font-style:normal;color:var(--ora-gold)}.ora-lead{font:17px/1.75 Inter,Arial,sans-serif;color:#d4d0c9;max-width:720px}.ora-btn{display:inline-block;margin-top:22px;padding:14px 24px;border-radius:30px;background:linear-gradient(135deg,#f5d47b,#b98529);color:#141008!important;text-decoration:none;font:600 13px Inter,Arial,sans-serif;box-shadow:0 10px 35px #0005}.ora-btn.alt{background:transparent;color:#eee!important;border:1px solid #c6a45e66;box-shadow:none;margin-left:8px}.ora-art{min-height:390px;border:1px solid #c7a05c55;border-radius:28px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 45%,#56316b55,transparent 42%),#0b102b}.ora-art .orb{width:255px;height:255px;border:1px solid #dfb85d99;border-radius:50%;box-shadow:0 0 80px #d9aa4d1f;display:grid;place-items:center;font-size:74px;color:var(--ora-gold)}.ora-art .orbit{position:absolute;inset:55px;border:1px dashed #d9b15e55;border-radius:50%;transform:rotate(-18deg)}.ora-art .stars{position:absolute;inset:25px;color:#eac36b88;letter-spacing:17px;font-size:18px}.ora-section{padding:70px 5vw}.ora-section.light{background:#f8f3e8;color:#17182a;max-width:none}.ora-title{text-align:center;max-width:760px;margin:0 auto 38px}.ora-title h2{font-family:Cinzel,Georgia,'Times New Roman',serif;font-size:39px;line-height:1.1;margin:8px 0 13px}.ora-title p:not(.ora-kicker){font:15px/1.7 Inter,Arial,sans-serif;color:#8a857d}.ora-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ora-card{padding:30px;border:1px solid #d8c9aa33;border-radius:18px;background:linear-gradient(145deg,#111733,#0b0f22);box-shadow:0 16px 40px #0003}.ora-card.light{background:#fff;border-color:#ded4c1;color:#17182a}.ora-card.featured{border-color:#d8b35e;background:linear-gradient(145deg,#151b47,#090d29)}.ora-card span{font-size:34px;color:var(--ora-gold)}.ora-card h3{font-family:Cinzel,Georgia,'Times New Roman',serif;font-size:25px;margin:13px 0 8px}.ora-card p{font:14px/1.7 Inter,Arial,sans-serif;color:#c7c3bc}.ora-card.light p{color:#706c65}.ora-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:900px;margin:auto}.ora-list div{padding:17px 20px;border:1px solid #d8b15b33;border-radius:12px;background:#ffffff08;font:14px Inter,Arial,sans-serif}.ora-price-box{margin:20px auto 0;max-width:720px;padding:35px;text-align:center;border:1px solid #d8b15b55;border-radius:20px;background:#0b1029}.ora-price-box strong{display:block;color:var(--ora-gold);font-size:38px}.ora-price-box p{font:13px Inter,Arial,sans-serif;color:#bbb}.ora-story{max-width:900px;margin:auto;font:16px/1.85 Inter,Arial,sans-serif;color:#cbc7c0}.ora-footer{padding:35px 5vw;border-top:1px solid #ffffff12;display:flex;justify-content:space-between;gap:20px;color:#9c9992;font:11px Inter,Arial,sans-serif}.ora-footer b{color:var(--ora-gold);letter-spacing:2px}.ora-footer a{text-decoration:none}.ora-note{max-width:800px;margin:25px auto 0;padding:16px 20px;border-left:2px solid var(--ora-gold);background:#ffffff06;color:#aaa;font:12px/1.6 Inter,Arial,sans-serif}.ora-page .ora-top{background:#04061a;border-bottom-color:#f1c85b2b}.ora-page .ora-nav{max-width:none;min-height:82px;padding:0 4vw;background:#05071af2;border-bottom:1px solid #f1c85b40;position:sticky;top:0;z-index:50;backdrop-filter:blur(18px)}.ora-page .ora-brand{color:#f8db84}.ora-page .ora-brand b{font:600 23px Cinzel,Georgia,serif;letter-spacing:.13em;color:#f8db84}.ora-page .ora-brand small{font:7px Inter,Arial,sans-serif;letter-spacing:.24em;color:#c5c0cc}.ora-page .ora-links{gap:20px}.ora-page .ora-links a{font:11px Inter,Arial,sans-serif}.ora-page .ora-hero{max-width:none;min-height:620px;padding:0;grid-template-columns:1fr 1fr;gap:0;background:#07142d}.ora-page .ora-hero>div:first-child{padding:88px 6vw 70px;background:linear-gradient(90deg,#07142df5 0%,#07142dce 72%,#07142d88 100%);position:relative;z-index:2}.ora-page .ora-hero h1{font-family:Cinzel,Georgia,serif}.ora-page .ora-art{min-height:620px;height:100%;border:0;border-radius:0;background-size:cover;background-position:center;background-repeat:no-repeat}.ora-page .ora-art .orb,.ora-page .ora-art .orbit,.ora-page .ora-art .stars{display:none}.ora-page .ora-section.light{background:#f7f1e4}.ora-page .ora-footer{background:#04061b;color:#a09cab}.ora-page .ora-footer b{font:600 20px Cinzel,Georgia,serif;color:#eac55e}.ora-page .ora-footer a{color:#cfcbd5}@media(max-width:950px){.ora-page .ora-nav{padding:0 18px}.ora-page .ora-links{display:none}.ora-page .ora-hero{grid-template-columns:1fr;min-height:0}.ora-page .ora-hero>div:first-child{padding:70px 24px 42px;background:#07142d}.ora-page .ora-art{min-height:390px;height:390px}.ora-cards{grid-template-columns:1fr}.ora-list{grid-template-columns:1fr}.ora-footer{display:block}.ora-footer>div{margin-bottom:10px}}@media(max-width:560px){.ora-page .ora-top span:last-child{display:none}.ora-page .ora-nav{min-height:72px}.ora-page .ora-brand b{font-size:18px}.ora-page .ora-brand small{font-size:6px}.ora-page .ora-hero>div:first-child{padding:55px 20px 35px}.ora-page .ora-hero h1{font-size:42px}.ora-page .ora-art{min-height:310px;height:310px}.ora-page .ora-section{padding:55px 20px}.ora-title h2{font-size:34px}.ora-btn.alt{margin-left:0}.ora-footer{padding:30px 20px}}@media(orientation:landscape) and (max-width:950px){.ora-page .ora-hero{grid-template-columns:1fr 1fr;min-height:430px}.ora-page .ora-hero>div:first-child{padding:55px 5vw 40px}.ora-page .ora-art{min-height:430px;height:430px}}.ora-page .ora-art{background-image:url('/images/file_000000001fa48246ad08165d07166eff.png')}
/* ORACLASTRA Univers — premium typography and gold hierarchy */
.ora-page .ora-section:not(.light) .ora-title h2,.ora-page .ora-story h2,.ora-page .ora-story strong{font-family:Cinzel,Georgia,'Times New Roman',serif;color:var(--ora-gold)!important;font-weight:600;letter-spacing:.025em}.ora-page .ora-section:not(.light) .ora-story,.ora-page .ora-section:not(.light) .ora-story p{font-family:Inter,Arial,sans-serif;color:#d8d3ca!important}.ora-page .ora-section:not(.light) .ora-title p:not(.ora-kicker){font-family:Inter,Arial,sans-serif;color:#c8c1b6!important}.ora-page .ora-section:not(.light) .ora-title h2{font-size:clamp(34px,5vw,54px);line-height:1.12;text-shadow:0 2px 20px #0005}.ora-page .ora-section:not(.light) .ora-story{font-size:17px;line-height:1.9}.ora-page .ora-section:not(.light) .ora-story p{margin:0 0 28px}.ora-page .ora-section:not(.light) .ora-story p:last-child{margin-bottom:0}.ora-page .ora-section.light .ora-title h2{font-family:Cinzel,Georgia,'Times New Roman',serif;color:#17182a;font-weight:600;letter-spacing:.025em}.ora-page .ora-section.light .ora-card h3{font-family:Cinzel,Georgia,'Times New Roman',serif;color:#17182a;font-weight:600;letter-spacing:.015em}.ora-page .ora-section.light .ora-card p{font-family:Inter,Arial,sans-serif}.ora-page .ora-section:not(.light) .ora-title h2,.ora-page .ora-section:not(.light) .ora-title h2 em{color:var(--ora-gold)!important}
