.site-body{overflow-x:hidden}
.site-header{position:fixed;z-index:100;top:18px;inset-inline:0}
.nav-shell{height:72px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(8,9,11,.62);backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-shadow:0 14px 45px rgba(0,0,0,.22)}
.brand{display:flex;align-items:center;gap:13px}
.wordmark{font-family:var(--font-latin);font-size:1.48rem;font-weight:650;letter-spacing:.23em;color:#e9e2d8;line-height:1}
.brand-lockup small{display:block;color:#8c8983;font-family:var(--font-latin);font-size:.54rem;letter-spacing:.03em;margin-top:6px}
.nav-links{display:flex;align-items:center;gap:29px;font-size:.82rem;color:#b7b5b0}
.nav-links a{position:relative;padding:23px 0;transition:.2s ease}
.nav-links a::after{content:"";position:absolute;inset-inline:0;bottom:14px;height:1px;background:var(--gold-2);transform:scaleX(0);transition:.2s ease}
.nav-links a:hover,.nav-links a.active{color:var(--gold-2)}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.nav-actions{display:flex;align-items:center;gap:9px}
.lang-switch{position:relative}
.lang-button{min-width:46px;height:42px;border:1px solid var(--line);border-radius:12px;background:#111318;color:#d1cec7;cursor:pointer}
.lang-menu{position:absolute;top:calc(100% + 10px);inset-inline-end:0;min-width:170px;padding:7px;background:#14161b;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.2s ease}
.lang-menu.open{opacity:1;visibility:visible;transform:none}
.lang-menu button{display:flex;width:100%;border:0;background:transparent;color:var(--muted);padding:9px 11px;border-radius:9px;cursor:pointer;text-align:start}
.lang-menu button:hover{background:var(--gold-soft);color:var(--text)}
.menu-toggle{display:none}

.hero{min-height:100svh;position:relative;display:flex;align-items:center;isolation:isolate;background-color:#07080a;background-image:var(--managed-hero,url("../images/hero-desktop.webp"));background-position:center;background-size:cover;background-repeat:no-repeat}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(5,6,8,.05) 0%,rgba(5,6,8,.08) 44%,rgba(5,6,8,.62) 69%,rgba(5,6,8,.93) 100%)}
.hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 58%,#08090b 100%)}
.hero-content{padding-top:135px;padding-bottom:90px;display:flex;justify-content:flex-start}
.hero-copy{margin-inline-start:auto;width:min(630px,54%);text-align:start}
.hero-copy h1{font-size:clamp(3rem,5vw,5.55rem);line-height:1.13;letter-spacing:-.055em;margin:21px 0 23px;font-weight:690;text-wrap:balance}
.hero-copy h1 span{color:var(--gold-2)}
.hero-copy>p{font-size:1.06rem;color:#b0aea9;max-width:590px;margin:0 0 31px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.hero-actions .btn{min-width:180px}
.hero-micro{display:flex;align-items:center;gap:18px;color:#898b91;font-size:.72rem;margin-top:34px}
.hero-micro span{display:flex;align-items:center;gap:7px}
.hero-micro i{width:4px;height:4px;border-radius:50%;background:var(--gold)}
.scroll-hint{position:absolute;bottom:28px;inset-inline-end:38px;display:grid;justify-items:center;gap:8px;color:#6d6f75;font-family:var(--font-latin);font-size:.65rem}
.scroll-line{height:55px;width:1px;background:linear-gradient(var(--gold-2),transparent);animation:pulseLine 2s ease infinite}
@keyframes pulseLine{50%{opacity:.35;transform:scaleY(.65);transform-origin:top}}

.trust-strip{position:relative;z-index:3;margin-top:-26px}
.trust-shell{display:grid;grid-template-columns:1.4fr repeat(3,1fr);border:1px solid var(--line);border-radius:20px;background:rgba(15,17,21,.9);backdrop-filter:blur(16px);overflow:hidden}
.trust-cell{padding:22px 25px;border-inline-start:1px solid var(--line);min-height:98px;display:grid;align-content:center}
.trust-cell:first-child{border-inline-start:0}
.trust-cell strong{font-size:1.35rem;font-family:var(--font-latin);font-weight:650;color:#e4ddd2}
.trust-cell span{font-size:.72rem;color:var(--muted)}
.trust-lead{font-size:.84rem;color:#c3bfb7;line-height:1.8}

.site-section{padding:125px 0;position:relative}
.services-section{background:radial-gradient(circle at 12% 15%,rgba(200,146,62,.09),transparent 25%),var(--bg)}
.service-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.service-card{grid-column:span 4;min-height:300px;padding:25px;position:relative;overflow:hidden;transition:.28s ease;cursor:pointer}
.service-card:nth-child(1),.service-card:nth-child(5){grid-column:span 6}
.service-card:hover{transform:translateY(-5px);border-color:#4a4030}
.service-icon{width:48px;height:48px;border-radius:15px;background:var(--gold-soft);color:var(--gold-2);display:grid;place-items:center;margin-bottom:58px}
.service-card[style] .service-icon{color:var(--service-accent);background:color-mix(in srgb,var(--service-accent) 14%,transparent)}.service-card[style] .service-glow{background:var(--service-accent)}
.service-card h3{font-size:1.32rem;margin:0 0 10px}
.service-card p{color:var(--muted);margin:0;max-width:430px;font-size:.84rem}
.service-link{position:absolute;bottom:23px;inset-inline-end:23px;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--gold-2);transition:.2s ease}
.service-card:hover .service-link{background:var(--gold-2);color:#151009;transform:rotate(-35deg)}
.service-number{position:absolute;top:20px;inset-inline-end:24px;color:#4f5157;font-family:var(--font-latin);font-size:.68rem}
.service-glow{position:absolute;width:180px;height:180px;border-radius:50%;background:var(--gold);filter:blur(90px);opacity:.07;inset-inline-start:-70px;bottom:-80px}

.solution-section{background:#0b0d10}
.goal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.goal-card{border:1px solid var(--line);background:#111318;border-radius:17px;padding:19px 20px;display:flex;align-items:center;gap:14px;cursor:pointer;text-align:start;transition:.2s ease}
.goal-card:hover{border-color:#5e4c2f;background:#16171b;transform:translateY(-2px)}
.goal-card .goal-icon{width:41px;height:41px;border-radius:12px;background:#1c1e24;display:grid;place-items:center;color:var(--gold-2);flex:none}
.goal-card strong{font-size:.88rem;display:block}.goal-card small{color:var(--muted);font-size:.69rem}

.packages-section{overflow:hidden}
.package-controls{display:flex;align-items:center;gap:8px;padding:5px;border:1px solid var(--line);background:#101217;border-radius:14px}
.package-controls button{border:0;background:transparent;color:var(--muted);height:38px;padding:0 14px;border-radius:10px;cursor:pointer}
.package-controls button.active{background:var(--gold-soft);color:var(--gold-2)}
.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.package-card{padding:26px;position:relative;min-height:500px;display:flex;flex-direction:column}
.package-card.featured{border-color:#6d542d;box-shadow:0 0 0 1px rgba(229,184,101,.08) inset,0 30px 90px rgba(0,0,0,.25)}
.package-ribbon{position:absolute;top:18px;inset-inline-end:18px;color:#181108;background:var(--gold-2);padding:5px 10px;border-radius:999px;font-size:.64rem;font-weight:700}
.package-type{color:var(--gold-2);font-size:.69rem}.package-card h3{font-size:1.45rem;margin:8px 0}
.package-desc{color:var(--muted);font-size:.78rem;min-height:48px}
.package-price{font-family:var(--font-latin);font-size:2.2rem;font-weight:700;margin:18px 0 3px}.package-price small{font-family:var(--font-ar);font-size:.72rem;color:var(--muted);font-weight:400}
.feature-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:11px;color:#c8c5be;font-size:.78rem}
.feature-list li{display:flex;gap:9px;align-items:flex-start}.feature-list svg{color:var(--gold-2);margin-top:5px;flex:none}
.package-card .btn{margin-top:auto;width:100%}

.work-section{background:#0b0d10}
.work-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:320px 320px;gap:16px}
.work-card{position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#12141a}
.work-card:first-child{grid-row:1/3}
.work-visual{position:absolute;inset:0;background-image:var(--work-cover,linear-gradient(140deg,#322313 0%,#0b0c0f 55%,#151a25 100%)),radial-gradient(circle at 25% 35%,rgba(229,184,101,.45),transparent 18%);background-size:cover;background-position:center;transition:transform .6s ease}
.work-card:not([style]):nth-child(2) .work-visual{background:radial-gradient(circle at 75% 30%,rgba(99,95,220,.4),transparent 25%),linear-gradient(135deg,#19172d,#0b0c0e 60%)}
.work-card:not([style]):nth-child(3) .work-visual{background:radial-gradient(circle at 22% 80%,rgba(53,185,154,.3),transparent 25%),linear-gradient(135deg,#102621,#0b0c0e 62%)}
.work-card:hover .work-visual{transform:scale(1.04)}
.work-meta{position:absolute;inset-inline:22px;bottom:20px;display:flex;align-items:end;justify-content:space-between;gap:15px;z-index:2}
.work-meta h3{margin:4px 0 0;font-size:1.25rem}.work-meta span{font-size:.68rem;color:#c3bda9}
.work-meta .btn-icon{background:rgba(8,9,11,.58)}
.insights-section{background:#090b10}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{overflow:hidden;color:var(--text);transition:.25s ease}.article-card:hover{transform:translateY(-5px);border-color:rgba(229,184,101,.35)}.article-cover{height:220px;background:linear-gradient(135deg,#242832,#111319);background-size:cover;background-position:center}.article-body{padding:20px}.article-body>span{font:700 .58rem var(--font-latin);letter-spacing:.12em;color:var(--gold-2)}.article-body h3{font-size:1rem;margin:8px 0}.article-body p{font-size:.7rem;line-height:1.8;color:var(--muted);min-height:44px}.article-body small{display:flex;align-items:center;gap:7px;color:var(--gold-2)}

.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;counter-reset:steps}
.process-step{position:relative;padding:25px 20px;border-top:1px solid var(--line);counter-increment:steps}
.process-step::before{content:counter(steps,decimal-leading-zero);position:absolute;top:-14px;inset-inline-start:20px;background:var(--bg);padding-inline:8px;color:var(--gold-2);font-family:var(--font-latin);font-size:.72rem}
.process-step:not(:last-child)::after{content:"";position:absolute;top:-3px;inset-inline-end:-4px;width:7px;height:7px;border-radius:50%;background:var(--gold)}
.process-step h3{font-size:.96rem;margin:12px 0 8px}.process-step p{color:var(--muted);font-size:.72rem;margin:0}

.cta-section{padding:70px 0 130px}
.cta-shell{min-height:390px;border:1px solid #5b482c;border-radius:28px;display:grid;place-items:center;text-align:center;padding:50px 30px;background:
  radial-gradient(circle at 50% 130%,rgba(229,184,101,.22),transparent 45%),
  linear-gradient(135deg,#15171c,#0b0c0f);position:relative;overflow:hidden}
.cta-shell::before{content:"OREVIQ";position:absolute;font-family:var(--font-latin);font-weight:800;letter-spacing:.18em;font-size:clamp(6rem,18vw,15rem);color:rgba(255,255,255,.018);white-space:nowrap}
.cta-content{position:relative;z-index:2}.cta-shell h2{font-size:clamp(2.2rem,5vw,4.8rem);line-height:1.15;margin:12px auto 24px;max-width:850px;letter-spacing:-.05em}.cta-shell p{color:var(--muted);max-width:650px;margin:0 auto 28px}

.site-footer{border-top:1px solid var(--line);padding:55px 0 25px;background:#07080a}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:40px;padding-bottom:45px}
.footer-brand p{color:var(--muted);font-size:.76rem;max-width:340px}.footer-col h4{font-size:.78rem;margin:0 0 15px}.footer-links{display:grid;gap:9px;color:var(--muted);font-size:.73rem}
.footer-links a:hover{color:var(--gold-2)}.footer-bottom{border-top:1px solid var(--line-soft);padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#64676e;font-size:.66rem}
.mobile-nav{display:none}

.wizard-progress{display:flex;gap:7px;margin-bottom:24px}.wizard-progress span{height:4px;flex:1;border-radius:4px;background:#262930}.wizard-progress span.active{background:var(--gold-2)}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.choice-card{border:1px solid var(--line);background:#14161b;border-radius:15px;padding:16px;display:flex;gap:13px;align-items:center;cursor:pointer;transition:.2s;text-align:start}
.choice-card:hover,.choice-card.selected{border-color:#6e552e;background:var(--gold-soft)}
.choice-card .choice-icon{width:42px;height:42px;border-radius:12px;background:#1d2026;display:grid;place-items:center;color:var(--gold-2);flex:none}
.choice-card strong{font-size:.82rem}.choice-card small{display:block;color:var(--muted);font-size:.68rem}
.booking-summary{background:#0a0b0e;border:1px solid var(--line);border-radius:15px;padding:16px;display:grid;gap:12px}
.booking-account-card{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;border:1px solid rgba(67,201,139,.28);background:rgba(67,201,139,.07);border-radius:15px;padding:13px 15px;margin-bottom:15px}.booking-account-card[hidden]{display:none}.booking-account-card .choice-icon{width:42px;height:42px;border-radius:13px;background:rgba(67,201,139,.13);color:var(--green);display:grid;place-items:center}.booking-account-card strong,.booking-account-card small{display:block}.booking-account-card small{color:var(--muted);font-size:.64rem;margin-top:3px}.booking-account-card a{color:var(--gold-2);font-size:.64rem}
.summary-line{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:.78rem}.summary-line.total{border-top:1px solid var(--line);padding-top:12px;color:var(--text);font-size:.95rem}.summary-line strong{font-family:var(--font-latin);color:var(--text)}

@media(max-width:1020px){
  .nav-links{display:none}.menu-toggle{display:grid}
  .hero-copy{width:min(650px,68%)}.hero-copy h1{font-size:clamp(2.7rem,7vw,4.8rem)}
  .service-card,.service-card:nth-child(1),.service-card:nth-child(5){grid-column:span 6}
  .package-grid{grid-template-columns:repeat(2,1fr)}.package-card:last-child{grid-column:1/-1}
  .process-grid{grid-template-columns:repeat(3,1fr);row-gap:35px}
  .footer-grid{grid-template-columns:1.5fr repeat(2,1fr)}.footer-grid .footer-col:last-child{grid-column:2}
}
@media(max-width:760px){
  .site-header{top:10px}.nav-shell{height:61px;border-radius:17px;padding:0 13px}.wordmark{font-size:1.18rem}.brand-lockup small{display:none}
  .nav-actions .login-label{display:none}.nav-actions>.btn{min-width:42px;width:42px;padding:0;border-radius:12px}
  .hero{min-height:100svh;align-items:end;background-image:url("../images/hero-mobile.png");background-image:image-set(url("../images/hero-mobile.webp") type("image/webp"),url("../images/hero-mobile.png") type("image/png"));background-position:center top}
  .hero::before{background:linear-gradient(180deg,rgba(5,6,8,.04) 0%,rgba(5,6,8,.08) 34%,rgba(5,6,8,.8) 61%,#08090b 92%)}
  .hero-content{padding:0 0 102px}.hero-copy{width:100%;text-align:start;margin:0}
  .hero-copy h1{font-size:clamp(2.4rem,11vw,3.7rem);margin:14px 0 16px;line-height:1.15}
  .hero-copy>p{font-size:.86rem;line-height:1.85;margin-bottom:22px;max-width:95%}
  .hero-actions{display:grid;grid-template-columns:1.1fr .9fr;gap:9px}.hero-actions .btn{min-width:0;padding:0 13px}
  .hero-micro,.scroll-hint{display:none}.trust-strip{margin-top:-42px}.trust-shell{grid-template-columns:repeat(3,1fr)}
  .trust-lead{grid-column:1/-1;border-bottom:1px solid var(--line);min-height:auto}.trust-cell{padding:14px 12px;min-height:75px;text-align:center}.trust-cell strong{font-size:1rem}.trust-cell span{font-size:.59rem}
  .site-section{padding:82px 0}.service-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-inline:calc((100vw - 100%)/-2);padding-inline:15px;scrollbar-width:none}
  .service-grid::-webkit-scrollbar{display:none}.service-card,.service-card:nth-child(1),.service-card:nth-child(5){flex:0 0 84vw;min-height:330px;scroll-snap-align:center}
  .goal-grid{grid-template-columns:1fr}.goal-card{min-height:75px}
  .package-controls{width:100%;overflow:auto}.package-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-inline:calc((100vw - 100%)/-2);padding-inline:15px;scrollbar-width:none}
  .package-card,.package-card:last-child{grid-column:auto;flex:0 0 88vw;scroll-snap-align:center;min-height:490px}
  .work-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-inline:calc((100vw - 100%)/-2);padding-inline:15px;scrollbar-width:none}.work-card{flex:0 0 86vw;height:470px;scroll-snap-align:center}
  .article-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-inline:calc((100vw - 100%)/-2);padding-inline:15px;scrollbar-width:none}.article-card{flex:0 0 84vw;scroll-snap-align:center}
  .process-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;margin-inline:calc((100vw - 100%)/-2);padding:10px 15px 0;scrollbar-width:none}.process-step{flex:0 0 72vw;scroll-snap-align:center}
  .cta-section{padding:25px 0 100px}.cta-shell{min-height:440px;padding:42px 22px}.cta-shell h2{font-size:2.7rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-grid .footer-col:last-child{grid-column:auto}.footer-bottom{display:grid}
  .mobile-nav{position:fixed;z-index:90;bottom:10px;inset-inline:12px;height:66px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(13,15,19,.9);backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(5,1fr);padding:6px 5px calc(6px + env(safe-area-inset-bottom));box-shadow:0 18px 50px rgba(0,0,0,.5)}
  .mobile-nav a,.mobile-nav button{border:0;background:transparent;color:#787c85;display:grid;place-items:center;align-content:center;gap:2px;font-size:.55rem;padding:0;cursor:pointer}
  .mobile-nav svg{font-size:1.15rem}.mobile-nav .primary-mobile{width:48px;height:48px;margin:-17px auto 0;border-radius:16px;background:linear-gradient(135deg,var(--gold-2),#b87420);color:#150f07;box-shadow:0 8px 25px rgba(200,146,62,.35)}
  .choice-grid{grid-template-columns:1fr}
}

@media(min-width:761px){
  html[dir="rtl"] .hero-copy{margin-inline-start:0;margin-inline-end:auto}
}

[data-account-link].account-active{border-color:color-mix(in srgb,var(--gold) 48%,var(--line));background:var(--gold-soft)}
.action-toast{border-inline-start-width:5px}

html[data-theme="future"] .site-header{top:14px}
html[data-theme="future"] .nav-shell{border-color:rgba(101,233,255,.2);border-radius:12px;background:rgba(4,9,20,.7);box-shadow:0 0 40px rgba(36,207,238,.06)}
html[data-theme="future"] .wordmark{color:#effcff;text-shadow:0 0 24px rgba(101,233,255,.18)}
html[data-theme="future"] .brand-lockup small{color:#648aa1}
html[data-theme="future"] .lang-button,html[data-theme="future"] .lang-menu{background:#081322}
html[data-theme="future"] .hero{
  background-color:#030611;
  background-image:
    radial-gradient(circle at 22% 38%,rgba(36,207,238,.22),transparent 18%),
    radial-gradient(circle at 38% 66%,rgba(134,87,255,.17),transparent 23%),
    radial-gradient(circle at 72% 16%,rgba(38,103,255,.1),transparent 26%),
    linear-gradient(145deg,#061122 0%,#030611 55%,#060914 100%);
  background-size:auto;
}
html[data-theme="future"] .hero::before{
  background:
    linear-gradient(rgba(101,233,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(101,233,255,.055) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.55) 52%,transparent 86%);
  opacity:.75;
}
html[data-theme="future"] .hero::after{background:linear-gradient(90deg,transparent 0%,rgba(3,6,17,.22) 42%,rgba(3,6,17,.88) 70%,#030611 100%),linear-gradient(180deg,transparent 55%,#040712 100%)}
html[data-theme="future"] .hero-content{position:relative}
html[data-theme="future"] .hero-content::before{
  content:"";position:absolute;left:3%;top:50%;width:min(39vw,520px);aspect-ratio:1;transform:translateY(-48%);border-radius:50%;
  border:1px solid rgba(101,233,255,.24);box-shadow:0 0 0 42px rgba(101,233,255,.025),0 0 0 84px rgba(119,91,255,.02),inset 0 0 70px rgba(36,207,238,.08);
  background:conic-gradient(from 210deg,transparent 0 12%,rgba(101,233,255,.7) 12.5% 13%,transparent 13.5% 43%,rgba(150,117,255,.75) 43.5% 44%,transparent 44.5%);
  animation:futureOrbit 14s linear infinite;pointer-events:none;
}
html[data-theme="future"] .hero-content::after{
  content:"";position:absolute;left:calc(3% + min(13vw,170px));top:50%;width:min(13vw,170px);aspect-ratio:1;border-radius:50%;transform:translateY(-48%);
  background:radial-gradient(circle at 36% 32%,#bdf8ff 0 2%,#33d4ef 4%,#102c52 32%,#070b18 67%);box-shadow:0 0 70px rgba(36,207,238,.32);pointer-events:none;
}
@keyframes futureOrbit{to{transform:translateY(-48%) rotate(360deg)}}
html[data-theme="future"] .hero-copy{position:relative;z-index:2}
html[data-theme="future"] .hero-copy h1 span,html[data-theme="future"] .gold{color:var(--gold-2);background:linear-gradient(90deg,#65e9ff,#8ca3ff 58%,#b181ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
html[data-theme="future"] .hero-copy>p{color:#9fb6c3}
html[data-theme="future"] .trust-shell{border-radius:12px;background:rgba(5,15,27,.92);border-color:#173a53}
html[data-theme="future"] .services-section{background:radial-gradient(circle at 10% 20%,rgba(36,207,238,.08),transparent 28%),var(--bg)}
html[data-theme="future"] .service-card{border-radius:8px}
html[data-theme="future"] .service-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(101,233,255,.06),transparent 32%)}
html[data-theme="future"] .service-card:hover{border-color:#2b7899;box-shadow:0 0 42px rgba(36,207,238,.08)}
html[data-theme="future"] .solution-section,html[data-theme="future"] .work-section{background:#050b16}
html[data-theme="future"] .goal-card,html[data-theme="future"] .package-controls{background:#081321;border-radius:9px}
html[data-theme="future"] .goal-card:hover,html[data-theme="future"] .choice-card:hover,html[data-theme="future"] .choice-card.selected{border-color:#2a7899}
html[data-theme="future"] .package-card,html[data-theme="future"] .work-card{border-radius:10px}
html[data-theme="future"] .package-card.featured{border-color:#327c9b;box-shadow:0 0 0 1px rgba(101,233,255,.08) inset,0 30px 90px rgba(0,4,16,.45)}
html[data-theme="future"] .package-ribbon{background:linear-gradient(90deg,#65e9ff,#8d8cff);color:#031019}
html[data-theme="future"] .process-step:not(:last-child)::after{box-shadow:0 0 16px var(--gold)}
html[data-theme="future"] .cta-shell{border-color:#245b79;border-radius:12px;background:radial-gradient(circle at 50% 130%,rgba(36,207,238,.18),transparent 45%),linear-gradient(135deg,#0a1b2d,#040814)}
html[data-theme="future"] .site-footer{background:#03060d}
html[data-theme="future"] .insights-section{background:#040914}
html[data-theme="future"] .article-card{border-radius:6px;background:#071321;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%)}
.content-page-body{min-height:100dvh;background:#08090c}.content-page-header{height:76px;padding:0 clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(8,9,12,.88);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.content-page-header .wordmark{font-size:1.2rem}.content-page-loading{min-height:calc(100dvh - 76px);display:grid;place-items:center;align-content:center;gap:14px;text-align:center;color:var(--muted)}.content-article{min-height:calc(100dvh - 76px)}.content-hero{height:min(52vw,620px);background-size:cover;background-position:center;position:relative}.content-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,#08090c)}.content-article-shell{width:min(900px,calc(100% - 32px));margin:-80px auto 0;position:relative;padding:0 0 100px}.content-article-shell h1{font-size:clamp(2.2rem,6vw,5.4rem);line-height:1.12;margin:12px 0 20px}.content-lead{font-size:clamp(1rem,2vw,1.35rem);line-height:1.9;color:#c4c0b8;border-inline-start:3px solid var(--gold);padding-inline-start:20px}.content-prose{margin-top:42px;font-size:.94rem;line-height:2.15;color:#bbbcc1}.content-prose p{margin:0 0 24px}.content-article:not(:has(.content-hero)) .content-article-shell{margin-top:0;padding-top:110px}
@media(min-width:1021px){
  html[data-theme="future"] .nav-shell{height:68px;border-radius:3px;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));box-shadow:0 0 0 1px rgba(101,233,255,.08) inset,0 18px 80px rgba(0,0,0,.55)}
  html[data-theme="future"] .hero-content{justify-content:flex-start}
  html[data-theme="future"] .hero-copy{width:min(760px,61%);margin-left:auto;margin-right:0;text-align:right;padding:40px 36px 40px 0}
  html[data-theme="future"] .hero-copy::before{content:"OREVIQ // DIGITAL CORE // 2026";display:block;width:max-content;margin:0 0 18px auto;padding:7px 11px;border:1px solid rgba(101,233,255,.22);background:rgba(6,19,34,.66);color:#65e9ff;font:650 .58rem var(--font-latin);letter-spacing:.16em;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%)}
  html[data-theme="future"] .hero-copy::after{content:"";position:absolute;right:0;top:4%;bottom:4%;width:1px;background:linear-gradient(transparent,#65e9ff 25%,#8b78ff 70%,transparent);box-shadow:0 0 18px rgba(101,233,255,.5)}
  html[data-theme="future"] .hero-copy h1{font-size:clamp(3.35rem,5.65vw,6.35rem);line-height:.98;letter-spacing:-.055em;text-shadow:0 12px 60px rgba(0,0,0,.55)}
  html[data-theme="future"] .hero-copy>p{max-width:660px;margin-right:0;margin-left:auto}
  html[data-theme="future"] .hero-actions,html[data-theme="future"] .hero-micro{justify-content:flex-start}
  html[data-theme="future"] .hero-actions .btn{border-radius:3px;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}
  html[data-theme="future"] .hero-micro span{border:1px solid rgba(101,233,255,.16);background:rgba(5,18,33,.62);padding:6px 10px;color:#8fb6c8}
  html[data-theme="future"] .section-head{text-align:center;justify-items:center}
  html[data-theme="future"] .section-head p{margin-inline:auto}
  html[data-theme="future"] .service-card{grid-column:span 4;min-height:310px;border-radius:3px;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,0 100%)}
  html[data-theme="future"] .service-card:nth-child(1){grid-column:span 8}
  html[data-theme="future"] .service-card:nth-child(2){grid-column:span 4}
  html[data-theme="future"] .service-card:nth-child(5){grid-column:span 4}
  html[data-theme="future"] .service-card:nth-child(4),html[data-theme="future"] .service-card:nth-child(5){transform:none}
  html[data-theme="future"] .service-card:hover{transform:translateY(-6px)}
  html[data-theme="future"] .service-icon{border-radius:4px;border:1px solid rgba(101,233,255,.2);box-shadow:0 0 30px rgba(36,207,238,.08)}
  html[data-theme="future"] .work-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:560px}
  html[data-theme="future"] .work-card:first-child{grid-row:auto}
}

@media(max-width:760px){
  html[data-theme="future"] .nav-shell{border-radius:12px}
  html[data-theme="future"] .hero{background-image:
    radial-gradient(circle at 50% 23%,rgba(36,207,238,.24),transparent 19%),
    radial-gradient(circle at 76% 42%,rgba(134,87,255,.18),transparent 25%),
    linear-gradient(rgba(101,233,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(101,233,255,.045) 1px,transparent 1px),
    linear-gradient(180deg,#071427,#030611 70%);background-size:auto,auto,42px 42px,42px 42px,auto;background-position:center}
  html[data-theme="future"] .hero::before{mask-image:linear-gradient(#000,transparent 75%);background-size:42px 42px}
  html[data-theme="future"] .hero::after{background:linear-gradient(180deg,transparent 28%,rgba(3,6,17,.7) 55%,#040712 92%)}
  html[data-theme="future"] .hero-content::before{left:50%;top:20%;width:62vw;transform:translate(-50%,-50%);opacity:.7}
  html[data-theme="future"] .hero-content::after{left:50%;top:20%;width:22vw;transform:translate(-50%,-50%)}
  html[data-theme="future"] .mobile-nav{border-radius:13px;background:rgba(5,14,25,.92)}
  html[data-theme="future"] .mobile-nav .primary-mobile{background:linear-gradient(135deg,#65e9ff,#5a8cff 60%,#976cff);box-shadow:0 8px 28px rgba(36,207,238,.32)}
}
