/* ============================================================
   OREL — futuristic orange/dark theme (clean, no glow overload)
   ============================================================ */
:root {
  --bg: #0a0a0f;
  --bg-2: #101019;
  --panel: rgba(22, 22, 33, 0.72);
  --panel-solid: #14141f;
  --line: rgba(255, 140, 40, 0.16);
  --line-strong: rgba(255, 140, 40, 0.38);
  --text: #ece7e0;
  --muted: #9a948c;
  --orange: #ff8c28;
  --orange-bright: #ffae57;
  --orange-deep: #ff6a00;
  --glow: rgba(255, 120, 20, 0.4);
  --radius: 14px;
  --maxw: 1180px;
  --font-display: 'Orbitron', sans-serif;
  --font-body: 'Rajdhani', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --chamfer: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: 0.5px; line-height: 1.15; font-weight: 700; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.center { text-align: center; }

/* backdrop: subtle grid, slow pan, no loud radial glow */
.grid-overlay {
  position: fixed; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(255, 120, 20, 0.05), transparent 30%),
    var(--bg);
}
.grid-overlay::after {
  content: ''; position: absolute; inset: -50%;
  background-image:
    linear-gradient(rgba(255, 140, 40, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 140, 40, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 10%, transparent 75%);
  animation: grid-pan 26s linear infinite;
}
@keyframes grid-pan { from { transform: translate(0,0); } to { transform: translate(46px, 46px); } }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(10, 10, 15, 0.7);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 900; font-size: 1.4rem; }
.brand-logo { height: 38px; width: auto; }
.brand-name { letter-spacing: 2px; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav-link { font-weight: 600; font-size: 0.98rem; color: var(--muted); transition: color .2s; position: relative; }
.nav-link:hover { color: var(--orange-bright); }
.nav-link::after {
  content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--orange); box-shadow: 0 0 8px var(--glow); transition: width .25s;
}
.nav-link:hover::after { width: 100%; }
.nav-cta { margin-left: 6px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-strong); color: var(--orange); font-size: 1.5rem; border-radius: 8px; width: 44px; height: 40px; cursor: pointer; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  padding: 13px 26px; border-radius: 10px; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s, box-shadow .25s, background .25s, filter .2s;
  letter-spacing: 0.5px; position: relative; overflow: hidden;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #160c02; box-shadow: 0 6px 22px rgba(255, 110, 0, 0.22);
}
.btn-primary::after {
  content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-20deg); transition: left .55s ease;
}
.btn-primary:hover { box-shadow: 0 8px 30px rgba(255, 130, 0, 0.38); transform: translateY(-2px); filter: brightness(1.05); }
.btn-primary:hover::after { left: 130%; }
.btn-ghost { background: rgba(255, 140, 40, 0.05); color: var(--orange-bright); border-color: var(--line-strong); }
.btn-ghost:hover { background: rgba(255, 140, 40, 0.12); color: var(--orange); }

/* ---------- hero: defense console ---------- */
.hero { position: relative; padding: 92px 0 78px; overflow: hidden; isolation: isolate; }
/* outer aura ring */
.hero::before {
  content: ''; position: absolute; top: -14%; right: -8%; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 140, 40, 0.12) 0%, transparent 62%);
  border: 1px solid rgba(255, 140, 40, 0.14);
  z-index: 0; pointer-events: none;
}
/* inner rotating radar ring */
.hero::after {
  content: ''; position: absolute; top: -12%; right: -6%; width: 560px; height: 560px; border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 40px, rgba(255, 140, 40, 0.08) 40px 41px),
    conic-gradient(from 0deg, transparent 0deg, rgba(255, 140, 40, 0.22) 22deg, transparent 58deg, transparent 360deg);
  -webkit-mask: radial-gradient(circle, #000 60%, transparent 61%);
          mask: radial-gradient(circle, #000 60%, transparent 61%);
  animation: radar-spin 18s linear infinite; z-index: 0; pointer-events: none;
}
/* secondary slow sweep — layered depth (horizontal drift, not a bouncing bar) */
.hero-scan {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,140,40,0.06) 50%, transparent);
  background-size: 320px 100%;
  -webkit-mask: radial-gradient(90% 70% at 75% 18%, #000, transparent 75%);
          mask: radial-gradient(90% 70% at 75% 18%, #000, transparent 75%);
  animation: scan-drift 14s ease-in-out infinite;
}
@keyframes radar-spin { to { transform: rotate(360deg); } }
@keyframes scan-drift { 0% { background-position: -320px 0; } 100% { background-position: 100% 0; } }
/* faint moving grid behind hero */
.hero-grid {
  position: absolute; inset: -10% -10% -10% -10%; z-index: 0; pointer-events: none; opacity: 0.6;
  background-image:
    linear-gradient(rgba(255,140,40,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,140,40,0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask: radial-gradient(70% 70% at 70% 20%, #000, transparent 80%);
          mask: radial-gradient(70% 70% at 70% 20%, #000, transparent 80%);
  animation: grid-pan 24s linear infinite; will-change: transform;
}
@keyframes grid-pan { to { background-position: 46px 46px, 46px 46px; } }

.hero-inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 52px; align-items: center; position: relative; z-index: 1; }
.hero-copy { max-width: 620px; }
.hero-eyebrow { display: inline-block; font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 3px; color: var(--orange-bright);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px 14px; margin-bottom: 22px;
  opacity: 0; animation: rise 0.7s cubic-bezier(.2,.7,.2,1) .15s forwards; }
.hero-title { font-size: clamp(2.3rem, 5vw, 4.1rem); font-weight: 900; line-height: 1.04; letter-spacing: -0.5px;
  opacity: 0; animation: rise 0.7s cubic-bezier(.2,.7,.2,1) .28s forwards; }
.hero-title .accent { color: var(--orange);
  background: linear-gradient(100deg, var(--orange) 0%, var(--orange-bright) 45%, #fff1dc 60%, var(--orange-bright) 75%, var(--orange) 100%);
  background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 6s linear infinite; }
@keyframes shimmer { to { background-position: -220% 0; } }
.hero-sub { color: var(--muted); max-width: 560px; margin: 22px 0 30px; font-size: 1.16rem;
  opacity: 0; animation: rise 0.7s cubic-bezier(.2,.7,.2,1) .41s forwards; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap;
  opacity: 0; animation: rise 0.7s cubic-bezier(.2,.7,.2,1) .54s forwards; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px;
  opacity: 0; animation: rise 0.7s cubic-bezier(.2,.7,.2,1) .67s forwards; }
.chip { font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.5px; color: var(--orange-bright);
  background: rgba(255,140,40,0.06); border: 1px solid var(--line-strong); border-radius: 999px; padding: 7px 14px; }
.chip::before { content: '▹ '; color: var(--orange); }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* console panel */
.hero-console-wrap { position: relative; will-change: transform;
  opacity: 0; animation: rise 0.8s cubic-bezier(.2,.7,.2,1) .5s forwards; }
.hero-console {
  background: #0c0d12; border: 1px solid var(--line-strong); border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,140,40,0.04) inset;
  overflow: hidden; position: relative;
  animation: console-breathe 7s ease-in-out infinite;
}
@keyframes console-breathe { 0%,100% { box-shadow: 0 24px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,140,40,0.04) inset; }
  50% { box-shadow: 0 24px 80px rgba(0,0,0,0.55), 0 0 26px rgba(255,140,40,0.10), 0 0 0 1px rgba(255,140,40,0.10) inset; } }
.hero-console-line {
  position: absolute; left: 0; right: 0; top: 0; height: 2px; pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--orange-bright), transparent);
  opacity: 0.4; z-index: 1;
}
.console-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #121319; border-bottom: 1px solid var(--line); }
.console-bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.console-bar .dot.r { background: #ff6a00; } .console-bar .dot.y { background: #ffae57; } .console-bar .dot.g { background: #2fbf6b; }
.console-title { margin-left: 10px; font-family: var(--font-mono); font-size: 0.76rem; color: #6f6a64; letter-spacing: 0.5px; }
.terminal-body { margin: 0; padding: 18px 18px 16px; font-size: 0.84rem; line-height: 1.7; color: #d7d2cb; min-height: 248px; max-height: 248px; overflow-y: auto; white-space: pre-wrap; font-family: var(--font-mono); scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
.terminal-body .c-orange { color: var(--orange-bright); }
.terminal-body .c-muted { color: #6f6a64; }
.caret { color: var(--orange); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.console-status { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.console-status .stat { background: #0c0d12; padding: 12px 14px; font-family: var(--font-mono); font-size: 0.74rem; color: #cfc8bf;
  display: flex; align-items: center; gap: 8px; }
.console-status .stat span { margin-left: auto; color: var(--orange-bright); letter-spacing: 0.5px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #2fbf6b; box-shadow: 0 0 0 0 rgba(47,191,107,0.6); animation: pulse-ring 2.4s ease-out infinite; }
.pulse.ok { background: #2fbf6b; }
@keyframes pulse-ring { 0% { box-shadow: 0 0 0 0 rgba(47,191,107,0.55); } 70% { box-shadow: 0 0 0 8px rgba(47,191,107,0); } 100% { box-shadow: 0 0 0 0 rgba(47,191,107,0); } }

/* scroll cue */
.hero-scroll { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 3px; color: var(--muted);
  text-decoration: none; opacity: 0; animation: rise 0.7s ease 1s forwards; }
.hero-scroll .mouse { width: 22px; height: 36px; border: 1.5px solid var(--line-strong); border-radius: 12px; position: relative; }
.hero-scroll .mouse::after { content: ''; position: absolute; left: 50%; top: 7px; transform: translateX(-50%);
  width: 3px; height: 7px; border-radius: 2px; background: var(--orange-bright); animation: wheel 1.8s ease-in-out infinite; }
@keyframes wheel { 0% { opacity: 0; top: 7px; } 30% { opacity: 1; } 70% { opacity: 1; top: 17px; } 100% { opacity: 0; top: 17px; } }
.hero-scroll:hover { color: var(--orange-bright); }

@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; gap: 42px; }
  .hero-console-wrap { order: 2; }
}

/* ---------- nav dropdown ---------- */
.nav-item.has-dropdown { position: relative; }
.nav-dropdown-toggle { background: none; border: none; font: inherit; cursor: pointer; color: var(--muted); }
.nav-dropdown-toggle .caret { font-size: 0.7em; margin-left: 2px; transition: transform .2s; }
.nav-item.has-dropdown.open .nav-dropdown-toggle .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 180px; background: var(--panel-solid); border: 1px solid var(--line-strong);
  border-radius: 12px; padding: 8px; box-shadow: 0 18px 50px rgba(0,0,0,0.5);
  opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; z-index: 60;
}
.nav-item.has-dropdown:hover .dropdown,
.nav-item.has-dropdown.open .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown::before { content: ''; position: absolute; top: -7px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: var(--panel-solid); border-left: 1px solid var(--line-strong); border-top: 1px solid var(--line-strong); }
.dropdown-link { display: block; padding: 10px 14px; border-radius: 8px; color: var(--text); font-size: 0.96rem; font-weight: 600; transition: background .15s, color .15s; }
.dropdown-link:hover { background: rgba(255, 140, 40, 0.1); color: var(--orange-bright); }

/* ---------- sections ---------- */
.section { padding: 84px 0; position: relative; }
.sol-kicker { display: inline-block; font-family: var(--font-mono); color: var(--orange-bright); font-size: 0.8rem; letter-spacing: 2px; margin: 10px 0 6px; }
.section-head { max-width: 660px; margin-bottom: 50px; }
.section-head h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 12px 0; }
.section-head p { color: var(--muted); font-size: 1.1rem; }

/* ---------- home per-solution sections ---------- */
.sol-section { padding: 72px 0; border-top: 1px solid var(--line); }
.sol-section.alt { background: rgba(255, 140, 40, 0.025); }
.sol-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.sol-section.alt .sol-grid { grid-template-columns: 1.15fr 0.85fr; }
.sol-section.alt .sol-intro { order: 2; }
.sol-section.alt .sol-body { order: 1; }
.sol-intro { position: sticky; top: 96px; }
.sol-intro .card-icon { margin-bottom: 14px; }
.sol-intro .card-icon.big { width: 64px; height: 64px; }
.sol-intro .card-icon.big svg { width: 34px; height: 34px; }
.sol-kicker { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 2px; color: var(--orange-bright); text-transform: uppercase; }
.sol-intro h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--orange); }
.sol-tagline { color: var(--muted); font-size: 1.12rem; margin: 4px 0 14px; }
.sol-summary { color: var(--text); opacity: 0.92; margin-bottom: 22px; }
.sol-body .sol-block { margin-bottom: 26px; }
.sol-block h3 { font-size: 1.05rem; letter-spacing: 2px; color: var(--orange-bright); font-family: var(--font-mono); font-weight: 600; margin-bottom: 8px; text-transform: uppercase; }
.sol-block p { color: var(--text); opacity: 0.9; }
.sol-pitch { border-left: 3px solid var(--orange); background: rgba(255, 140, 40, 0.06); padding: 16px 18px; border-radius: 0 10px 10px 0; margin-top: 8px; }
.pitch-label { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 2px; color: var(--orange); text-transform: uppercase; }
.sol-pitch p { margin-top: 6px; color: var(--text); }
.feature-list { list-style: none; display: grid; gap: 12px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); opacity: 0.92; }
.tick { color: var(--orange); font-size: 1.1rem; line-height: 1.4; }

/* ---------- solution page (per-solution theme) ---------- */
/* accent hue is set per slug via body[data-accent] (degrees on orange) */
body[data-accent] { --sol: hsl(var(--accent, 22) 95% 58%); --sol-soft: hsl(var(--accent, 22) 95% 58% / 0.12); }
.sol-hero { padding: 64px 0 30px; position: relative; overflow: hidden; }
.sol-hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 80% at 85% 10%, var(--sol-soft), transparent 70%);
}
.sol-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.sol-hero-copy h1 { font-size: clamp(2rem, 5vw, 3.1rem); color: var(--sol); line-height: 1.05; }
.sol-tagline { color: var(--muted); font-size: 1.18rem; margin: 6px 0 16px; font-weight: 600; }
.sol-lead { color: var(--text); opacity: 0.92; max-width: 60ch; margin-bottom: 22px; }
.sol-hero-copy .btn + .btn { margin-left: 12px; }

.sol-hero-fx { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.fx-ring {
  position: absolute; width: 78%; height: 78%; border-radius: 50%;
  border: 1px solid var(--line-strong);
  box-shadow: 0 0 60px var(--sol-soft) inset;
  animation: fx-breathe 6s ease-in-out infinite;
}
.sol-highlights {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; justify-content: center;
}
.sol-highlight {
  display: inline-flex; align-items: center; gap: 8px; color: var(--text);
  background: var(--panel); border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 16px; font-size: 0.92rem;
}
.sol-highlight svg { color: var(--sol); flex: 0 0 auto; }

/* hero svg */
.fx-svg { width: 86%; height: 86%; overflow: visible; }
.fx-svg .fx { display: none; }
body[data-herofx="radar"] .fx-radar,
body[data-herofx="books"] .fx-books,
body[data-herofx="tunnel"] .fx-tunnel,
body[data-herofx="hook"] .fx-hook,
body[data-herofx="eye"] .fx-eye,
body[data-herofx="rack"] .fx-rack,
body[data-herofx="nodes"] .fx-nodes { display: block; }

.fx-stroke { fill: none; stroke: var(--sol); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.fx-fill { fill: var(--sol-soft); stroke: var(--sol); stroke-width: 2.2; }
.fx-faint { opacity: 0.4; }
.fx-ring-dot { fill: var(--sol); }
.fx-core { fill: var(--sol); }
.fx-blip { fill: var(--sol-bright, #ffd9a8); animation: fx-blip 2.4s ease-in-out infinite; }
.fx-blip-2 { animation-delay: 1.2s; }

/* radar */
.fx-sweep { transform-origin: 100px 100px; animation: fx-spin 4s linear infinite; }
.fx-sweep-fill { fill: var(--sol); opacity: 0.16; }
.fx-radar .fx-blip { animation: fx-blip 2s ease-in-out infinite; }

/* books */
.fx-books .fx-shift { transform: translateX(4px); }
.fx-books .fx-ring-dot { animation: fx-pop 3s ease-in-out infinite; }

/* tunnel packet */
.fx-packet { animation: fx-packet 2.6s ease-in-out infinite; }
.fx-dash { stroke: var(--sol); stroke-width: 2.4; stroke-dasharray: 5 7; opacity: 0.6; animation: fx-dash 1.4s linear infinite; }

/* hook bob */
.fx-hook .fx-hook-line { animation: fx-bob 3.4s ease-in-out infinite; transform-origin: 70px 40px; }

/* eye pupil */
.fx-pupil { fill: var(--sol); animation: fx-look 5s ease-in-out infinite; }

/* rack leds */
.fx-rack .fx-blip { animation: fx-led 1.8s steps(1) infinite; }
.fx-rack .fx-blip-2 { animation-delay: 0.9s; }

/* nodes pulse */
.fx-pulse { fill: none; stroke: var(--sol); stroke-width: 2; opacity: 0; animation: fx-pulse 2.8s ease-out infinite; }
.fx-nodes .fx-core { animation: fx-pop 2.8s ease-in-out infinite; }
.fx-nodes .fx-core:nth-child(3) { animation-delay: 0.4s; }
.fx-nodes .fx-core:nth-child(4) { animation-delay: 0.8s; }
.fx-nodes .fx-core:nth-child(5) { animation-delay: 1.2s; }

@keyframes fx-breathe { 0%,100% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.05); opacity: 1; } }
@keyframes fx-spin { to { transform: rotate(360deg); } }
@keyframes fx-blip { 0%,100% { opacity: 0.2; } 50% { opacity: 1; } }
@keyframes fx-pop { 0%,100% { transform: scale(1); } 50% { transform: scale(1.18); } }
@keyframes fx-packet { 0% { transform: translateX(-40px); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateX(40px); opacity: 0; } }
@keyframes fx-dash { to { stroke-dashoffset: -24; } }
@keyframes fx-bob { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(4px) rotate(-3deg); } }
@keyframes fx-look { 0%,100% { transform: translate(0,0); } 25% { transform: translate(6px,-3px); } 50% { transform: translate(-5px,3px); } 75% { transform: translate(3px,2px); } }
@keyframes fx-led { 0%,100% { opacity: 0.25; } 50% { opacity: 1; } }
@keyframes fx-pulse { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.8); opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .fx-ring, .fx-sweep, .fx-blip, .fx-packet, .fx-dash, .fx-pupil, .fx-pulse,
  .fx-rack .fx-blip, .fx-nodes .fx-core, .fx-books .fx-ring-dot, .fx-hook .fx-hook-line {
    animation: none !important;
  }
}

/* detail + use cases */
.sol-detail { border-top: 1px solid var(--line); }
.sol-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.sol-block h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); color: var(--sol); margin: 8px 0 12px; line-height: 1.15; }
.sol-block p { color: var(--text); opacity: 0.9; }
.sol-usecases { margin-top: 44px; }
.sol-contrast { margin-top: 44px; padding: 24px 26px; border: 1px solid var(--line); border-left: 3px solid var(--sol); border-radius: var(--radius); background: rgba(255, 140, 40, 0.04); }
.sol-contrast h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); color: var(--sol); margin: 8px 0 12px; line-height: 1.15; }
.sol-contrast p { color: var(--text); opacity: 0.9; }
.sol-stack { border-top: 1px solid var(--line); }
.sol-platforms { border-top: 1px solid var(--line); }
.usecase-list { list-style: none; display: grid; gap: 12px; margin-top: 14px; }
.usecase-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--sol); border-radius: 0 10px 10px 0; padding: 14px 18px; }
.usecase-list svg { color: var(--sol); flex: 0 0 auto; margin-top: 2px; }

/* process steps */
.sol-process { border-top: 1px solid var(--line); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: border-color .2s, transform .2s; opacity: 0; transform: translateY(18px); }
.step.in { opacity: 1; transform: none; transition: opacity .5s ease, transform .5s ease; transition-delay: calc(var(--i) * 70ms); }
.step:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.step-num { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sol-soft); color: var(--sol); border: 1px solid var(--line-strong); font-family: var(--font-display); font-weight: 700; margin-bottom: 10px; }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.96rem; }

/* features */
.sol-features { border-top: 1px solid var(--line); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; gap: 14px; align-items: flex-start; }
.card-ic { color: var(--sol); flex: 0 0 auto; }
.card p { color: var(--text); opacity: 0.92; }

/* deliverables */
.sol-deliver { border-top: 1px solid var(--line); }
.deliver-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.deliver-list li { display: flex; gap: 10px; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); color: var(--text); }
.deliver-list svg { color: var(--sol); flex: 0 0 auto; }

/* pitch */
.sol-pitch { border-top: 1px solid var(--line); padding-bottom: 90px; }
.pitch-card { background: var(--sol-soft); border: 1px solid var(--line-strong); border-left: 3px solid var(--sol); border-radius: 0 16px 16px 0; padding: 34px; }
.pitch-text { font-size: 1.3rem; line-height: 1.5; color: var(--text); }
.pitch-aud { color: var(--muted); margin: 14px 0 22px; }
.pitch-aud strong { color: var(--sol); }

.sol-kicker { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 2px; color: var(--sol); text-transform: uppercase; }
.section-head { margin-bottom: 26px; }
.section-head h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); color: var(--text); margin-top: 6px; }

@media (max-width: 860px) {
  .sol-hero-grid { grid-template-columns: 1fr; }
  .sol-hero-fx { max-width: 320px; margin: 0 auto; }
  .sol-detail-grid { grid-template-columns: 1fr; }
}

/* ---------- billing toggle (monthly / yearly) ---------- */
.billing-section { padding: 8px 0 0; }
.billing-toggle {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 10px;
  background: var(--panel); border: 1px solid var(--line-strong); border-radius: 999px;
  position: relative; overflow: hidden;
}
#panel-orellms .billing-toggle { margin-bottom: 36px; }
#panel-orel-secure-vpn .billing-toggle { margin-bottom: 24px; }
.billing-toggle::before {
  content: ''; position: absolute; top: 0; left: -30%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,140,40,0.10), transparent);
  transform: skewX(-20deg); animation: bt-sheen 7s ease-in-out infinite; pointer-events: none;
}
@keyframes bt-sheen { 0%,100% { left: -30%; } 55%,75% { left: 130%; } }
.bt-label { font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 1px; color: var(--muted); margin: 0 4px; }
.bt-opt {
  font-family: var(--font-body); font-weight: 700; font-size: 0.98rem; color: var(--muted);
  background: transparent; border: 1px solid transparent; border-radius: 999px; padding: 9px 22px; cursor: pointer;
  transition: all .22s; position: relative; z-index: 1;
}
.bt-opt:hover { color: var(--orange-bright); }
.bt-opt.active {
  background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #160c02;
  box-shadow: 0 6px 18px rgba(255,110,0,0.22);
}
.bt-save {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.5px; color: #6dffa6;
  background: rgba(109,255,166,0.08); border: 1px solid rgba(109,255,166,0.3); border-radius: 999px; padding: 5px 12px; margin-right: 4px;
  animation: bt-pulse 2.8s ease-in-out infinite;
}
@keyframes bt-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(109,255,166,0); } 50% { box-shadow: 0 0 14px rgba(109,255,166,0.25); } }
.billing-toggle.swapping .bt-save { /* hook for future */ }

/* ---------- learner calculator ---------- */
.calc {
  position: relative; background: linear-gradient(180deg, rgba(255,140,40,0.05), rgba(255,140,40,0.015));
  border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 30px; margin: 8px 0 46px;
  overflow: hidden;
}
.calc::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: var(--radius);
  background: radial-gradient(50% 70% at 90% 0%, rgba(255,140,40,0.10), transparent 70%);
}
.calc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.calc-head .card-icon { width: 44px; height: 44px; background: rgba(255,140,40,0.10); }
.calc-head .card-icon svg { width: 24px; height: 24px; }
.calc-head h3 { font-size: 1.4rem; color: var(--orange); }
.calc-sub { color: var(--muted); font-size: 0.95rem; margin-top: 4px; max-width: 620px; }
.calc-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 34px; align-items: stretch; }
.calc-controls { display: flex; flex-direction: column; gap: 18px; }
.calc-learners-label { font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 2px; color: var(--orange-bright); text-transform: uppercase; }
.calc-learners-row { display: flex; align-items: center; gap: 18px; margin-top: 10px; }
.calc-learners-row input[type="range"] {
  -webkit-appearance: none; appearance: none; flex: 1; height: 8px; border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-deep), var(--orange)); background-size: 100% 100%;
  outline: none; cursor: pointer;
}
.calc-learners-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: #fff1dc; border: 3px solid var(--orange-deep); box-shadow: 0 0 0 4px rgba(255,110,0,0.18), 0 4px 12px rgba(0,0,0,0.4);
  transition: transform .15s, box-shadow .2s; cursor: grab;
}
.calc-learners-row input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.12); box-shadow: 0 0 0 7px rgba(255,110,0,0.22), 0 4px 12px rgba(0,0,0,0.4); }
.calc-learners-row input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: #fff1dc; border: 3px solid var(--orange-deep);
  box-shadow: 0 0 0 4px rgba(255,110,0,0.18); cursor: grab;
}
.calc-learners-row input[type="number"] {
  width: 130px; background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: 10px; padding: 12px 14px;
  color: var(--text); font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; text-align: center;
  transition: border-color .2s, box-shadow .2s;
}
.calc-learners-row input[type="number"]:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,140,40,0.16); }
.calc-learners-row input[type="number"]::-webkit-outer-spin-button,
.calc-learners-row input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.calc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.calc-chips button {
  font-family: var(--font-mono); font-size: 0.82rem; color: var(--muted); cursor: pointer;
  background: rgba(255,140,40,0.05); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; transition: all .18s;
}
.calc-chips button:hover { color: var(--orange-bright); border-color: var(--line-strong); transform: translateY(-2px); }
.calc-recommend-note { color: var(--muted); font-size: 0.9rem; line-height: 1.55; border-left: 3px solid var(--orange); padding-left: 14px; }
.calc-recommend-note strong { color: var(--orange-bright); }

/* calculator result panel */
.calc-result {
  position: relative; background: var(--panel-solid); border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 26px 26px 24px; display: flex; flex-direction: column; gap: 14px; min-height: 100%;
  box-shadow: 0 18px 50px rgba(0,0,0,0.35), 0 0 22px rgba(255,110,0,0.06) inset;
  animation: calc-rise .6s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes calc-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.calc-rec { font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 1px; color: var(--muted); text-transform: uppercase; }
.calc-rec strong { color: var(--orange-bright); }
.calc-bar { display: flex; flex-direction: column; gap: 8px; }
.calc-bar-track {
  position: relative; height: 10px; border-radius: 999px; overflow: hidden;
  background: linear-gradient(90deg, rgba(255,140,40,0.12), rgba(255,140,40,0.30));
  border: 1px solid var(--line);
}
.calc-marker {
  position: absolute; top: 50%; left: 0; width: 16px; height: 16px; border-radius: 50%;
  background: #fff1dc; border: 3px solid var(--orange-deep); transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(255,110,0,0.6); transition: left .25s cubic-bezier(.2,.7,.2,1), background .2s, border-color .2s;
}
.calc-marker.in-rec { background: #6dffa6; border-color: #2fbf6b; box-shadow: 0 0 12px rgba(109,255,166,0.7); }
.calc-bar-labels { display: flex; justify-content: space-between; }
.calc-bar-label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.5px; color: var(--muted); flex: 1; text-align: center; }
.calc-bar-label:first-child { text-align: left; } .calc-bar-label:last-child { text-align: right; }
.calc-figure { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; }
.calc-rate { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--text); }
.calc-rate .calc-cad { font-family: var(--font-body); font-weight: 400; font-size: 0.85rem; color: var(--muted); margin-left: 4px; }
.calc-total {
  font-family: var(--font-display); font-weight: 900; font-size: 2.4rem; line-height: 1.05; color: var(--orange);
  background: linear-gradient(100deg, var(--orange), var(--orange-bright) 60%, #fff1dc 80%, var(--orange-bright));
  background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 6s linear infinite; letter-spacing: 0.5px;
}
.calc-total.flash { animation: calc-flash .4s ease; }
@keyframes calc-flash { 0% { transform: scale(1); } 40% { transform: scale(1.05); } 100% { transform: scale(1); } }
.calc-year { font-size: 0.86rem; color: var(--muted); }
.calc-ai-line { font-family: var(--font-mono); font-size: 0.8rem; color: var(--orange-bright); letter-spacing: 0.4px; }
.calc-btn { margin-top: auto; width: 100%; }

/* ---------- legal / policy pages ---------- */
.policy-updated { font-family: var(--font-mono); font-size: 0.82rem; color: var(--muted); letter-spacing: 0.4px; margin-top: 6px; }
.policy-wrap { max-width: 820px; }
.policy-block { margin-bottom: 2.2rem; }
.policy-block h2 { font-size: 1.3rem; margin-bottom: 0.6rem; }
.policy-block p { max-width: 72ch; margin-bottom: 0.6rem; }
.policy-back { margin-top: 1.5rem; }

/* ---------- plans ---------- */
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 56px; align-items: stretch; }
#panel-orel-secure-vpn .plans { grid-template-columns: repeat(3, 1fr); }
.plans-head { font-family: var(--font-display); font-size: 1.05rem; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; margin: 6px 0 22px; }
.plans-head svg { width: 22px; height: 22px; vertical-align: -5px; margin-right: 8px; color: var(--orange); }

/* ---------- OrelLMS / product brand logos in the subscription panel ---------- */
.prod-head .pro-brand-prodhead { height: 84px; width: auto; margin-right: 18px; align-self: center; flex: 0 0 auto; }
.lms-brand-home { height: 96px; margin: 0 0 16px; align-self: flex-start; display: block; }

/* ---------- OrelxPhish official logo (dark-theme visible) ---------- */
.pro-brand-logo { height: 64px; width: auto; display: block; }
.pro-brand-home { height: 96px; margin: 0 0 16px; align-self: flex-start; }
.pro-brand-hero { height: 84px; margin: 0 0 14px; }
.pro-brand-scope { height: 60px; margin-right: 18px; align-self: center; flex: 0 0 auto; }
.lms-plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 8px 0 40px; align-items: stretch; }
.lms-plan {
  position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .2s;
}
.lms-plan::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--orange), var(--orange-deep)); opacity: 0; transition: opacity .2s; }
.lms-plan:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.lms-plan.featured { border-color: var(--line-strong); box-shadow: 0 0 0 1px var(--line-strong), 0 18px 50px rgba(255, 110, 0, 0.14); transform: translateY(-6px); z-index: 2; }
.lms-plan.featured::after { opacity: 1; }
.lms-plan-flags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; min-height: 26px; }
.lms-plan-flags .plan-flag { position: static; left: auto; right: auto; top: auto; display: inline-block; }
.lms-plan-name { font-family: var(--font-display); font-size: 1.15rem; color: var(--text); padding-right: 40px; }
.lms-plan-max { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.4px; color: var(--muted); margin: 3px 0 2px; }
.lms-plan .price { margin: 14px 0 6px; font-size: 1.9rem; font-weight: 800; line-height: 1.05; color: var(--orange); white-space: nowrap; }
.lms-plan .price .amt { font-size: 1rem; }
.lms-plan .price .cadence { font-size: 0.8rem; margin-left: 5px; }
.lms-plan .price .price-sub2 { font-size: 0.78rem; margin-left: 6px; }
.lms-plan .price.custom { font-size: 1.35rem; font-weight: 700; color: var(--text); white-space: normal; line-height: 1.2; margin: 18px 0 6px; }
.lms-plan .price.custom .cadence { font-size: 0.85rem; color: var(--muted); }
.lms-plan-ai { font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.4px; color: var(--orange-bright); display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.lms-plan-ai .ai-count { font-size: 1rem; font-weight: 700; }
.lms-plan-ai .ai-lbl { color: var(--muted); }
.lms-plan-feats { margin: 12px 0 20px; flex: 1; }
.lms-plan-feats { gap: 9px; }
.lms-plan-feats li { font-size: 0.9rem; opacity: 0.88; }
.lms-plan-btn { width: 100%; margin-top: auto; }
@media (max-width: 1080px) { .lms-plans { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .lms-plans { grid-template-columns: 1fr; } }

/* ---------- OrelLMS comparison matrix ---------- */
.lms-matrix { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr; margin: 8px 0 40px;
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); }
.lms-row { display: contents; }
.lms-cell { padding: 16px 18px; border-top: 1px solid var(--line); font-size: 0.95rem; display: flex; align-items: center; }
.lms-row:first-child .lms-cell { border-top: none; }
.lms-gutter { color: var(--muted); font-weight: 600; text-align: left; background: rgba(255,140,40,0.03); }
.lms-col { flex-direction: column; align-items: flex-start; gap: 5px; position: relative; }
.lms-col-name { font-family: var(--font-display); font-size: 1.05rem; color: var(--text); }
.lms-col-max { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.4px; color: var(--muted); }
.lms-col .price { margin: 2px 0 8px; font-size: 1.55rem; line-height: 1.1; font-weight: 800; white-space: nowrap; }
.lms-col .price .amt { font-size: 0.85rem; }
.lms-col .price .cadence { font-size: 0.72rem; margin-left: 5px; }
.lms-col .price .price-sub2 { font-size: 0.72rem; margin-left: 6px; }
.lms-col .plan-btn { width: 100%; margin-top: 2px; font-size: 0.82rem; padding-top: 9px; padding-bottom: 9px; }
.lms-head .lms-cell { border-top: none; padding-top: 20px; padding-bottom: 18px; }
.lms-head .lms-col { background: rgba(255,140,40,0.04); }
.lms-cell.col-featured { background: rgba(255,140,40,0.06); }
.lms-head .lms-cell.col-featured { background: linear-gradient(180deg, rgba(255,140,40,0.12), rgba(255,140,40,0.04)); box-shadow: inset 0 3px 0 var(--orange); }
.lms-cell .tick { color: var(--orange); margin-right: 4px; }
.lms-cell .dash { color: var(--muted); opacity: 0.5; }
.lms-head .lms-cell.col-featured { padding-top: 34px; }
.lms-head .lms-cell.col-featured .plan-flag { top: 10px; right: 14px; left: auto; }
.lms-head .lms-col.col-featured { z-index: 2; }
.lms-cell:not(.lms-gutter) { border-left: 1px solid var(--line); }
.lms-gutter { border-left: none; }
@media (max-width: 860px) {
  .lms-matrix { grid-template-columns: 1.2fr repeat(4, minmax(150px, 1fr)); overflow-x: auto; }
}
.plan {
  position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; display: flex; flex-direction: column; transition: transform .2s, border-color .2s, box-shadow .2s;
}
.plan::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(90deg, var(--orange), var(--orange-deep)); opacity: 0; transition: opacity .2s; }
.plan:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.plan.featured { border-color: var(--line-strong); box-shadow: 0 0 0 1px var(--line-strong), 0 18px 50px rgba(255, 110, 0, 0.16);
  transform: translateY(-8px); z-index: 2; }
.plan.featured::after { opacity: 1; }
.plan.featured:hover { transform: translateY(-13px); }
.plan-icon { color: var(--orange); margin-bottom: 14px; }
.plan-icon svg { width: 30px; height: 30px; }
.plan-flag {
  position: absolute; top: -10px; right: 14px; background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  color: #160c02; font-family: var(--font-display); font-weight: 700; font-size: 0.62rem; letter-spacing: 0.5px;
  padding: 4px 10px; border-radius: 999px; white-space: nowrap;
}
.plan h3 { font-size: 1.5rem; }
.price { font-family: var(--font-display); font-size: 2.6rem; font-weight: 900; color: var(--orange); margin: 10px 0 4px; }
.price .amt { font-size: 1.4rem; vertical-align: super; }
.plan-sub { color: var(--muted); font-size: 0.95rem; margin-bottom: 18px; min-height: 44px; }
.plan .feature-list { margin-bottom: 24px; }
.plan-btn { margin-top: auto; width: 100%; }
/* transparent-pricing badges + course toggle (OrelLMS) */
.price-note { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 18px; }
.badge-clean { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.5px; color: var(--orange-bright);
  background: rgba(255,140,40,0.07); border: 1px solid var(--line-strong); border-radius: 999px; padding: 6px 13px; }
.course-toggle { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 34px;
  padding: 12px 14px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; }
.course-toggle .ct-label { font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 1px; color: var(--muted); }
.ct-opt { font-family: var(--font-body); font-size: 0.92rem; font-weight: 600; color: var(--muted); cursor: pointer;
  background: transparent; border: 1px solid var(--line-strong); border-radius: 999px; padding: 7px 16px; transition: all .2s; }
.ct-opt:hover { color: var(--orange-bright); border-color: var(--orange); }
.ct-opt.active { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #160c02; border-color: transparent;
  box-shadow: 0 6px 18px rgba(255,110,0,0.22); }

/* Why OrelLMS matters */
.why-block { margin: 8px 0 28px; padding: 26px 28px; background: var(--panel); border: 1px solid var(--line);
  border-radius: 14px; }
.why-block h3, .ai-guide h3 { font-family: var(--font-display); font-size: 1.25rem; color: var(--orange-bright); margin-bottom: 12px; }
.why-lead { color: var(--text); line-height: 1.6; margin-bottom: 14px; max-width: 60ch; }
.why-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 28px; }
.why-grid li { display: flex; gap: 10px; line-height: 1.55; color: var(--muted); }
.why-grid li strong { color: var(--text); }
.why-grid .tick, .instructor-note .tick { color: var(--orange); margin-right: 2px; }

/* Instructor / course-creator subscription requirement */
.instructor-note { display: flex; gap: 16px; align-items: flex-start; margin: 0 0 28px; padding: 22px 26px;
  background: rgba(47,191,107,0.06); border: 1px solid rgba(47,191,107,0.32); border-radius: 14px; }
.instructor-note .card-icon { color: #2fbf6b; flex: 0 0 auto; width: 38px; height: 38px; }
.instructor-note p { line-height: 1.65; color: var(--text); }
.instructor-note strong { color: var(--orange-bright); }

/* OrelLMS AI guide (Growth -> Enterprise) */
.ai-guide { display: flex; gap: 22px; align-items: flex-start; margin: 0 0 30px; padding: 26px 28px;
  background: var(--panel); border: 1px solid var(--line-strong); border-radius: 14px; }
.ai-guide .card-icon.big { color: var(--orange); flex: 0 0 auto; }
.ai-guide .sol-kicker { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 1.5px; color: var(--orange-bright); }
.ai-guide p { line-height: 1.6; color: var(--muted); margin: 8px 0 12px; max-width: 64ch; }
.ai-guide .feature-list { margin: 0; }

@media (max-width: 1100px) {
  .plans { grid-template-columns: repeat(2, 1fr); }
  #panel-orel-secure-vpn .plans { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .plans { grid-template-columns: 1fr; }
  #panel-orel-secure-vpn .plans { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .plan.featured:hover { transform: translateY(-5px); }
  .why-grid { grid-template-columns: 1fr; }
  .ai-guide { flex-direction: column; }
  .instructor-note { flex-direction: column; }
}

.plan-max { display: block; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.5px; color: var(--muted); margin: 6px 0 2px; }
/* fade price when toggled */
.price { transition: opacity .25s ease; }
.price.swapping { opacity: 0; }
.price.custom { font-size: 2rem; }
.price .price-sub2 { display: inline-block; font-family: var(--font-body); font-weight: 400; font-size: 0.82rem; color: var(--orange-bright); margin-left: 8px; }
/* AI calls row in the OrelLMS matrix */
.ai-count { font-family: var(--font-mono); font-weight: 700; font-size: 1.05rem; color: var(--orange-bright); }
.lms-row.lms-ai-row { background: linear-gradient(90deg, rgba(255,140,30,0.06), transparent); }
/* second flag (Recommended) — green to distinguish from Most popular */
.plan-flag.flag-rec { background: linear-gradient(135deg, #2fbf6b, #1d9e54); color: #04140a; box-shadow: 0 6px 18px rgba(47,191,107,0.22); }
/* when a card carries both flags, stack the green "Recommended" below the orange "Most popular" */
.plan .plan-flag + .plan-flag.flag-rec { top: 15px; right: 14px; left: auto; }
.plan.featured .plan-flag.flag-rec { top: 15px; left: auto; right: 14px; }

/* ---------- signup form ---------- */
.signup { background: var(--panel); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 36px; }
.signup h3 { font-size: 1.6rem; margin-bottom: 8px; }
.signup > p { color: var(--muted); margin-bottom: 22px; }
.signup-form { display: grid; gap: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.signup-form label { display: grid; gap: 6px; font-size: 0.85rem; color: var(--muted); font-family: var(--font-mono); letter-spacing: 1px; }
.signup-form input {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px;
  color: var(--text); font-family: var(--font-body); font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.signup-form input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 140, 40, 0.16); }
.signup-form input[readonly] { color: var(--orange-bright); }
.signup-form .btn { margin-top: 8px; }
.form-msg { font-size: 0.95rem; min-height: 20px; }
.form-msg.ok { color: #6dffa6; }
.form-msg.err { color: #ff8a8a; }

/* ---------- cta band ---------- */
.cta-band { padding: 30px 0 80px; }
.cta-inner {
  text-align: center; background: rgba(255, 140, 40, 0.05); border: 1px solid var(--line-strong);
  border-radius: 20px; padding: 56px 30px;
}
.cta-inner h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin-bottom: 12px; }
.cta-inner p { color: var(--muted); max-width: 560px; margin: 0 auto 26px; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); margin-top: 20px; background: rgba(10,10,15,0.6); }
.footer-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  padding: 44px 24px; border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 80% 140% at 100% 0%, rgba(255, 140, 40, 0.08), transparent 60%);
}
.footer-cta h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--orange); }
.footer-cta p { color: var(--muted); margin-top: 8px; max-width: 520px; }
.footer-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 36px; padding: 56px 24px 40px; }
.footer-brand .footer-tag { color: var(--muted); margin-top: 14px; max-width: 360px; }
.footer-mail { display: inline-block; margin-top: 18px; color: var(--orange-bright); font-family: var(--font-mono); font-size: 0.95rem; transition: color .2s; }
.footer-mail-arrow { transition: transform .2s; display: inline-block; }
.footer-mail:hover { color: var(--orange); }
.footer-mail:hover .footer-mail-arrow { transform: translateX(4px); }
.footer-col h4 { color: var(--orange-bright); font-size: 0.82rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px; }
.footer-links { list-style: none; display: grid; gap: 10px; margin-top: 14px; }
.footer-links a { color: var(--muted); font-size: 0.98rem; transition: color .2s; }
.footer-links a:hover { color: var(--orange); }
.footer-status { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); color: var(--muted); margin-top: 16px; font-size: 0.85rem; }
.footer-status .dot { width: 8px; height: 8px; border-radius: 50%; background: #6dffa6; box-shadow: 0 0 8px #6dffa6; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.footer-base { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding: 20px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.85rem; }
.footer-legal a { color: var(--muted); transition: color .2s; }
.footer-legal a:hover { color: var(--orange); }

/* ---------- product tabs (subscription) ---------- */
.prod-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.prod-tab {
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.5px;
  padding: 12px 22px; border-radius: 999px; cursor: pointer;
  background: rgba(255, 140, 40, 0.05); color: var(--muted); border: 1px solid var(--line);
  transition: all .2s;
}
.prod-tab:hover { color: var(--orange-bright); border-color: var(--line-strong); }
.prod-tab.active { background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #160c02; border-color: transparent; }

.prod-head { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.prod-head h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); color: var(--orange); }
.prod-meter { color: var(--muted); margin-top: 4px; }
.prod-meter strong { color: var(--orange-bright); }
.portal-btn { margin-top: 12px; }
.sol-intro .lms-launch { margin-top: 10px; }
.sol-intro .btn-ghost { margin-top: 10px; }
.sub-plans { margin-bottom: 0; }
.plan .cadence { font-size: 0.95rem; font-family: var(--font-body); color: var(--muted); font-weight: 400; margin-left: 6px; }

/* ---------- scoped note (VAPT) ---------- */
.scoped-note {
  display: flex; align-items: center; gap: 24px; margin-top: 44px; padding: 28px 30px;
  background: rgba(255, 140, 40, 0.05); border: 1px solid var(--line-strong); border-radius: var(--radius);
}
.scoped-note h3 { font-size: 1.25rem; }
.scoped-note p { color: var(--muted); margin: 6px 0 16px; max-width: 560px; }

/* ---------- scope cards (scoping pages) ---------- */
.scope-cards-section { padding-top: 0; }
.scope-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.scope-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; position: relative; transition: border-color .2s, transform .2s;
}
.scope-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.scope-card-num {
  display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px;
  background: rgba(255, 140, 40, 0.1); color: var(--orange); border: 1px solid var(--line-strong);
  font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; margin-bottom: 12px;
}
.scope-card h3 { font-size: 1.05rem; margin-bottom: 12px; color: var(--orange-bright); }
.scope-card-opts { list-style: none; display: grid; gap: 8px; }
.scope-card-opts li { color: var(--muted); font-size: 0.95rem; padding-left: 14px; position: relative; }
.scope-card-opts li::before { content: '▹'; position: absolute; left: 0; color: var(--orange); }

@media (max-width: 920px) {
  .scope-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .scope-cards { grid-template-columns: 1fr; }
}


.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.scope-form-wrap { position: relative; }
.scope-form {
  background: var(--panel-solid); border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 28px; box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.scope-form-head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.scope-form-head h3 { font-size: 1.35rem; }
.scope-form-head p { color: var(--muted); font-size: 0.95rem; margin-top: 2px; }
.sf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sf-field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.sf-field label { font-size: 0.82rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); font-family: var(--font-mono); }
.sf-field input, .sf-field select, .sf-field textarea {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px;
  color: var(--text); font-family: var(--font-body); font-size: 1rem; transition: border-color .2s, box-shadow .2s;
  width: 100%;
}
.sf-field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23ffae57' stroke-width='1.6' fill='none' stroke-linecap='round'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.sf-field input::placeholder, .sf-field textarea::placeholder { color: #6f6a64; }
.sf-field input:focus, .sf-field select:focus, .sf-field textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 140, 40, 0.16); }
.sf-field textarea { resize: vertical; min-height: 84px; }
.sf-actions { display: flex; align-items: center; gap: 16px; margin-top: 6px; flex-wrap: wrap; }
.sf-actions .btn { margin: 0; }
.sf-actions .form-msg { margin: 0; }


/* ---------- methodology & standards (solution pages) ---------- */
.methodology-section { border-top: 1px solid var(--line); }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.method-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: border-color .2s, transform .2s;
}
.method-card:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.method-top { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.method-num { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--orange); }
.method-card h3 { font-size: 1.1rem; }
.method-card p { color: var(--text); opacity: 0.9; font-size: 0.98rem; }
.method-ref { display: inline-block; margin-top: 12px; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 1px; color: var(--orange-bright); border: 1px solid var(--line-strong); padding: 3px 10px; border-radius: 999px; }
.tooling-block { margin-top: 48px; }
.tooling-block h3, .standards-block h3 { font-size: 1.2rem; letter-spacing: 1px; color: var(--orange-bright); margin-bottom: 16px; }
.standards-block { margin-top: 40px; }
.standards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.standard { display: flex; flex-direction: column; gap: 6px; background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; padding: 16px 18px; }
.standard-name { font-family: var(--font-display); font-weight: 700; color: var(--orange); font-size: 1rem; }
.standard-desc { color: var(--muted); font-size: 0.92rem; }

@media (max-width: 920px) {
  .method-grid, .standards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .method-grid, .standards-grid { grid-template-columns: 1fr; }
}

.notfound-code { font-family: var(--font-mono); font-size: 1rem; letter-spacing: 3px; color: var(--orange); border: 1px solid var(--line-strong); display: inline-block; padding: 6px 14px; border-radius: 8px; margin-bottom: 18px; }

/* ---------- icon box ---------- */
.card-icon {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px;
  background: rgba(255, 140, 40, 0.08); color: var(--orange); border: 1px solid var(--line-strong);
}
.card-icon svg { width: 26px; height: 26px; }
.card-icon.big { width: 70px; height: 70px; }
.card-icon.big svg { width: 34px; height: 34px; }

/* ---------- chamfered cyber corners ---------- */
.card, .scope-form, .terminal, .dropdown {
  clip-path: var(--chamfer);
}
/* gradient glow border on card/plan hover via pseudo-element */
.card::before, .plan::before {
  content: ''; position: absolute; inset: 0; border-radius: 0; padding: 1px;
  background: linear-gradient(135deg, transparent, var(--line-strong), transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity .25s;
  pointer-events: none;
}
.plan:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 18px 50px rgba(255, 110, 0, 0.2); }
.plan:hover::before { opacity: 1; }

/* ---------- reveal animation (staggered) ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
/* sequenced stagger for grids */
.cards .reveal:nth-child(2), .plans .reveal:nth-child(2), .scope-cards .reveal:nth-child(2) { transition-delay: .08s; }
.cards .reveal:nth-child(3), .plans .reveal:nth-child(3), .scope-cards .reveal:nth-child(3) { transition-delay: .16s; }
.cards .reveal:nth-child(4), .plans .reveal:nth-child(4), .scope-cards .reveal:nth-child(4) { transition-delay: .24s; }
.cards .reveal:nth-child(5), .plans .reveal:nth-child(5), .scope-cards .reveal:nth-child(5) { transition-delay: .32s; }
.cards .reveal:nth-child(6), .plans .reveal:nth-child(6), .scope-cards .reveal:nth-child(6) { transition-delay: .40s; }
.sol-body .reveal:nth-child(2) { transition-delay: .06s; }
.sol-body .reveal:nth-child(3) { transition-delay: .12s; }
.sol-body .reveal:nth-child(4) { transition-delay: .18s; }

/* ---------- subscription page effects (calm, orange, reduced-motion safe) ---------- */
/* slow grid backdrop behind the subscription hero */
.solution-hero { position: relative; overflow: hidden; }
.solution-head { display: flex; align-items: center; gap: 18px; margin-bottom: 10px; }
.solution-head .card-icon.big { flex: 0 0 auto; }
.solution-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(255,140,40,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,140,40,0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  animation: grid-pan 14s linear infinite;
}
@keyframes grid-pan { to { background-position: 46px 46px, 46px 46px; } }

/* shine sweep across plan CTA buttons */
.plan-btn { position: relative; overflow: hidden; }
.plan-btn::after {
  content: ''; position: absolute; top: 0; left: -40%; width: 50%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.20), transparent);
  transform: skewX(-20deg); animation: bt-sheen 6s ease-in-out infinite; pointer-events: none;
}

/* featured card gets a slow sheen on its accent top bar */
.plan.featured::after { background-size: 200% 100%; animation: plan-sheen 5s linear infinite; }
@keyframes plan-sheen { 0% { background-position: 0% 0; } 100% { background-position: 200% 0; } }

/* animated accent underline on subscription section headings */
.why-block h3, .ai-guide h3, .scoped-note h3, .instructor-note h3 {
  position: relative; display: inline-block;
}
.why-block h3::after, .ai-guide h3::after, .scoped-note h3::after, .instructor-note h3::after {
  content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--orange), transparent);
  transform: scaleX(0); transform-origin: left; transition: transform .5s ease;
}
.why-block.reveal.in h3::after, .ai-guide.reveal.in h3::after,
.scoped-note.reveal.in h3::after, .instructor-note.reveal.in h3::after { transform: scaleX(1); }

/* price number pulse when toggled */
.price-num { display: inline-block; }
.price.flash-num .price-num { animation: calc-flash .35s ease; }
@keyframes calc-flash { 0% { transform: scale(1); } 40% { transform: scale(1.08); } 100% { transform: scale(1); } }

/* ---------- global coverage strip (futuristic) ---------- */
.coverage { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(10,10,15,0.55); overflow: hidden; }
.coverage-inner { padding: 22px 24px; }
.coverage-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.cov-kicker { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 2px; color: var(--orange-bright); text-transform: uppercase; }
.cov-legend { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 1px; }
.cov-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 8px var(--orange); animation: cov-pulse 2.2s ease-in-out infinite; }
.cov-map { width: 100%; height: auto; display: block; }
.cov-arcs path { opacity: 0.55; }
.cov-arc-faint { opacity: 0.22 !important; stroke-dasharray: 4 6; }
.cov-hubs circle { fill: var(--orange); filter: drop-shadow(0 0 6px rgba(255,140,40,0.8)); animation: cov-pulse 2.6s ease-in-out infinite; }
.cov-hubs circle:nth-child(even) { animation-delay: 1.1s; }
.cov-blip { fill: var(--orange-bright); filter: drop-shadow(0 0 6px var(--orange-bright)); offset-distance: 0%; animation: cov-travel 5s linear infinite; }
.cov-blip-1 { offset-path: path('M161 147 Q360 30 528 111'); }
.cov-blip-2 { offset-path: path('M528 111 Q700 40 836 211'); animation-delay: 1.7s; }
.cov-blip-3 { offset-path: path('M556 236 Q480 290 372 314'); animation-delay: 3.3s; }
@keyframes cov-travel { from { offset-distance: 0%; } to { offset-distance: 100%; } }
.cov-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.cov-stat { background: var(--panel); border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; padding: 14px 16px; }
.cov-stat-n { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--orange); letter-spacing: 1px; }
.cov-stat-l { display: block; color: var(--muted); font-size: 0.85rem; margin-top: 2px; }
.cov-world path { opacity: 0.9; }

@media (max-width: 680px) {
  .cov-stats { grid-template-columns: repeat(2, 1fr); }
  .cov-hubs text { font-size: 13px; }
}

/* ---------- HUD corner brackets ---------- */
.hud { position: relative; }
.hud > .hud-corner { position: absolute; inset: 0; }
.hud::before, .hud::after,
.hud > .hud-corner::before, .hud > .hud-corner::after { content: ''; position: absolute; width: 14px; height: 14px; border: 2px solid var(--orange); opacity: 0.7; }
.hud::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
.hud::after { top: 8px; right: 8px; border-left: none; border-bottom: none; }
.hud > .hud-corner::before { bottom: 8px; left: 8px; border-right: none; border-top: none; }
.hud > .hud-corner::after { bottom: 8px; right: 8px; border-left: none; border-top: none; }
.terminal.hud::before, .terminal.hud::after { border-color: var(--orange-bright); }
.terminal.hud > .hud-corner::before, .terminal.hud > .hud-corner::after { border-color: var(--orange-bright); }

/* ---------- Orel Secure VPN detail blocks (platforms, policy, filtering) ---------- */
.vpn-hero { margin: 8px 0 28px; }
.vpn-hero-card { max-width: 920px; background: linear-gradient(180deg, rgba(255,140,40,0.08), rgba(255,140,40,0.02)); border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: var(--radius); padding: 26px 28px; }
.vpn-lead { color: var(--muted); font-size: 1.08rem; line-height: 1.65; margin: 12px 0 0; max-width: 72ch; }

.cap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 28px 0; align-items: start; }
.cap-card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 26px; transition: border-color .2s ease, transform .2s ease; }
.cap-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.cap-card .block-head { margin-bottom: 14px; }
.cap-card .block-intro { margin-bottom: 14px; }

.vpn-details { margin: 30px 0; display: grid; gap: 30px; }
.vpn-platforms, .vpn-flow { margin: 0; }

/* platform cards with icon badge */
.platform-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.platform-card { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px 20px 18px 20px; transition: border-color .2s ease, transform .2s ease; }
.platform-card:hover { border-color: var(--orange); transform: translateY(-3px); }
.platform-badge { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: rgba(255,140,40,0.12); color: var(--orange); margin-bottom: 10px; }
.platform-badge svg { width: 19px; height: 19px; }
.platform-name { font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; }
.platform-note { color: var(--muted); font-size: 0.85rem; line-height: 1.45; margin: 0; }

.detail-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.detail-list li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.detail-list .tick { color: var(--orange); flex: none; }

.child-safe { margin-top: 22px; padding: 18px 20px; border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: var(--radius); background: rgba(255,140,40,0.05); }
.child-safe-head { display: flex; align-items: center; gap: 10px; font-weight: 700; margin-bottom: 12px; }
.child-safe-head svg { width: 20px; height: 20px; color: var(--orange); }

.flow-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 18px; }
.flow-step { display: flex; gap: 14px; align-items: flex-start; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; transition: border-color .2s ease, transform .2s ease; }
.flow-step:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.flow-num { flex: none; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-bright)); color: #1a0d00; font-weight: 800; }
.flow-title { font-weight: 700; margin-bottom: 4px; }
.flow-desc { color: var(--muted); font-size: 0.88rem; line-height: 1.45; margin: 0; }

.vpn-pitch { display: flex; gap: 16px; align-items: flex-start; margin: 30px 0 8px; padding: 22px 24px; border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: var(--radius); background: rgba(255,140,40,0.05); }
.vpn-pitch svg { width: 26px; height: 26px; color: var(--orange); flex: none; margin-top: 2px; }
.vpn-pitch p { margin: 0; font-size: 1.1rem; line-height: 1.6; color: var(--text); max-width: 80ch; }

/* OrelLMS connected-system constellation (interactive, futuristic, nodes only) */
.lms-mesh { max-width: 1100px; margin: 44px 0 48px; }
.mesh-stage { position: relative; display: grid; grid-template-columns: 1.7fr 1fr; gap: 22px; align-items: center;
  background: radial-gradient(120% 140% at 20% 10%, rgba(255,130,0,0.10), transparent 55%), linear-gradient(180deg, #14100c, #0d0b09);
  border: 1px solid rgba(255,150,60,0.22); border-radius: 20px; padding: 26px; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.4), 0 24px 60px -30px rgba(255,120,0,0.35); }
.mesh-bg { position: absolute; inset: 0; background-image:
    radial-gradient(circle at 18% 22%, rgba(255,150,60,0.10), transparent 40%),
    radial-gradient(circle at 82% 78%, rgba(90,200,255,0.07), transparent 42%);
  -webkit-mask-image: radial-gradient(120% 120% at 50% 50%, #000 60%, transparent 100%);
          mask-image: radial-gradient(120% 120% at 50% 50%, #000 60%, transparent 100%); pointer-events: none; }
.mesh-svg { width: 100%; height: auto; max-height: 440px; display: block; filter: drop-shadow(0 0 18px rgba(255,130,0,0.15)); position: relative; }
.mesh-nodes .node { cursor: pointer; outline: none; transition: transform .3s cubic-bezier(.2,.8,.2,1); transform-box: fill-box; transform-origin: center; }
.mesh-nodes .node:hover, .mesh-nodes .node:focus-visible { transform: scale(1.12); }
.mesh-nodes .node-core { transition: filter .3s ease; }
.mesh-nodes .node:hover .node-core, .mesh-nodes .node:focus-visible .node-core { filter: url(#soft) brightness(1.12); }
/* soft halo behind each orb */
.node-halo { opacity: .9; mix-blend-mode: screen; }
/* rotating glassy orbit ring */
.node-orbit { fill: none; stroke: url(#orbitGrad); stroke-width: 1.4; stroke-dasharray: 10 7; transform-box: fill-box; transform-origin: center; animation: orbit-spin 8s linear infinite; opacity: .85; }
.mesh-nodes .node.hub .hub-orbit { stroke-width: 1.8; animation-duration: 11s; opacity: .95; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
/* gentle breathing glow on each orb */
.node-ring { fill: none; stroke: rgba(255,160,70,0.5); stroke-width: 1.4; transform-box: fill-box; transform-origin: center;
  animation: ring-pulse 6s ease-in-out infinite; }
.mesh-nodes .node.hub .hub-ring { stroke: rgba(255,190,110,0.65); stroke-width: 1.8; animation-duration: 5s; }
@keyframes ring-pulse { 0%,100% { opacity: .2; transform: scale(1); } 50% { opacity: .6; transform: scale(1.1); } }
/* glassy highlight on top-left of each orb */
.node-sheen { fill: rgba(255,255,255,0.55); filter: blur(1.5px); }
/* each node drifts slowly and independently */
.node-float { animation-iteration-count: infinite; animation-timing-function: ease-in-out; animation-direction: alternate; }
.nf1 { animation-name: drift1; animation-duration: 10s; }
.nf2 { animation-name: drift2; animation-duration: 13s; }
.nf3 { animation-name: drift3; animation-duration: 11s; }
.nf4 { animation-name: drift4; animation-duration: 15s; }
.nf5 { animation-name: drift5; animation-duration: 12s; }
.nf6 { animation-name: drift6; animation-duration: 14s; }
@keyframes drift1 { from { transform: translate(0,0); } to { transform: translate(10px,-12px); } }
@keyframes drift2 { from { transform: translate(0,0); } to { transform: translate(-12px,8px); } }
@keyframes drift3 { from { transform: translate(0,0); } to { transform: translate(9px,11px); } }
@keyframes drift4 { from { transform: translate(0,0); } to { transform: translate(-8px,-10px); } }
@keyframes drift5 { from { transform: translate(0,0); } to { transform: translate(11px,-7px); } }
@keyframes drift6 { from { transform: translate(0,0); } to { transform: translate(-10px,9px); } }
.node-label { fill: #ffd9b0; font-family: var(--font-display); font-size: 14px; text-anchor: middle; font-weight: 600; pointer-events: none; letter-spacing: .2px; }
.node.hub .hub-label { fill: #ffe0bd; font-size: 16px; }
.mesh-detail { position: relative; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,150,60,0.25); border-radius: 14px; padding: 18px 20px; backdrop-filter: blur(6px); min-height: 150px; }
.mesh-detail-kicker { font-size: 0.7rem; letter-spacing: 2px; color: rgba(255,160,70,0.7); font-weight: 700; margin-bottom: 6px; }
.mesh-detail-title { font-family: var(--font-display); font-size: 1.15rem; color: var(--orange-bright); margin-bottom: 10px; }
.mesh-detail-body { color: var(--muted); font-size: 0.94rem; line-height: 1.6; }
.mesh-cap { color: var(--muted); font-size: 0.92rem; line-height: 1.5; margin: 14px 0 0; max-width: 70ch; }
@media (max-width: 860px) {
  .mesh-stage { grid-template-columns: 1fr; padding: 18px; }
  .mesh-detail { min-height: 0; }
}

/* VPN matrix: 3 tiers + gutter, reuses OrelLMS matrix cells */
.vpn-matrix { grid-template-columns: 1.4fr repeat(3, minmax(150px, 1fr)); margin: 8px 0 40px; }
.vpn-policy-row .lms-cell { font-size: 0.86rem; line-height: 1.45; }
.policy-note { color: var(--muted); }
@media (max-width: 860px) {
  .vpn-matrix { grid-template-columns: 1.2fr repeat(3, minmax(140px, 1fr)); overflow-x: auto; }
}

/* VPN plans: 3 equal columns (no empty 4th) */
.vpn-plans.plans { grid-template-columns: repeat(3, 1fr); max-width: 980px; }

@media (max-width: 860px) {
  .cap-grid { grid-template-columns: 1fr; }
  .vpn-plans.plans { grid-template-columns: 1fr; max-width: 460px; }
}
@media (max-width: 640px) {
  .block-head { flex-direction: column; gap: 8px; }
  .vpn-hero-card { padding: 20px; }
}
.block-head svg { width: 26px; height: 26px; color: var(--orange); flex: none; margin-top: 4px; }
.block-head .sol-kicker { display: block; font-size: 0.7rem; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; }
.block-head h3 { margin: 2px 0 6px; font-size: 1.35rem; }
.block-intro { color: var(--muted); max-width: 60ch; line-height: 1.5; margin: 0; }

.vpn-platforms, .vpn-detail { margin: 34px 0; max-width: 900px; }
.platform-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; }
.platform-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; transition: border-color .2s ease, transform .2s ease; }
.platform-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.platform-name { font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; }
.platform-note { color: var(--muted); font-size: 0.85rem; line-height: 1.45; margin: 0; }

.detail-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.detail-list li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.detail-list .tick { color: var(--orange); flex: none; }

.child-safe { margin-top: 22px; padding: 18px 20px; border: 1px solid var(--line); border-left: 3px solid var(--orange); border-radius: var(--radius); background: rgba(255,140,40,0.05); }
.child-safe-head { display: flex; align-items: center; gap: 10px; font-weight: 700; margin-bottom: 12px; }
.child-safe-head svg { width: 20px; height: 20px; color: var(--orange); }

@media (max-width: 640px) {
  .block-head { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .cov-blip, .cov-hubs circle, .cov-dot { animation: none !important; }
  .billing-toggle::before, .bt-save, .calc-total, .calc-result { animation: none !important; }
  .calc-total { background: none; -webkit-text-fill-color: var(--orange); color: var(--orange); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  /* hero entrance pieces start at opacity:0 — force visible without motion */
  .hero-eyebrow, .hero-title, .hero-sub, .hero-actions, .hero-chips,
  .hero-console-wrap, .hero-scroll { opacity: 1 !important; transform: none !important; }
  .hero-title .accent { background: none; color: var(--orange); -webkit-text-fill-color: var(--orange); }
  .grid-overlay::after, .hero::after, .hero-scan, .terminal::after { animation: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .sol-grid, .sol-section.alt .sol-grid, .detail-grid { grid-template-columns: 1fr; gap: 32px; }
  .sol-intro, .sol-section.alt .sol-intro, .detail-aside { position: static; order: 0; }
  .plans { grid-template-columns: 1fr; }
  .scope-grid { grid-template-columns: 1fr; gap: 32px; }
  .scoped-note { flex-direction: column; align-items: flex-start; }
  .sf-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-cta { flex-direction: column; align-items: flex-start; }
  .calc-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 680px) {
  .nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: flex-start; gap: 4px;
    background: var(--panel-solid); border-bottom: 1px solid var(--line); padding: 16px 24px; display: none; }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-item.has-dropdown { width: 100%; }
  .nav-item.has-dropdown .nav-dropdown-toggle { width: 100%; text-align: left; padding: 8px 0; }
  .dropdown { position: static; transform: none; min-width: 0; width: 100%; box-shadow: none;
    background: rgba(255,140,40,0.04); border: none; border-left: 2px solid var(--line-strong);
    opacity: 1; visibility: visible; display: none; margin: 4px 0 8px; }
  .nav-item.has-dropdown.open .dropdown { display: block; }
  .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
}
