:root {
  --navy: #0b1f33;
  --navy-2: #102a43;
  --blue: #1f5da8;
  --teal: #18a7a0;
  --teal-dark: #0e7f7a;
  --gold: #d4a84b;
  --slate: #506478;
  --mist: #f4f7fa;
  --line: #d9e1e8;
  --white: #ffffff;
  --black: #07131f;
  --shadow: 0 24px 70px rgba(11, 31, 51, 0.13);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--black); line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 5.7vw, 5.6rem); max-width: 900px; margin-bottom: 24px; }
h2 { font-size: clamp(2.1rem, 4.2vw, 4.25rem); margin-bottom: 20px; }
h3 { font-size: clamp(1.35rem, 2.1vw, 2rem); margin-bottom: 12px; }
p { font-size: 1rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.section-soft { background: var(--mist); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--white); color: var(--navy); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .micro-label { margin-bottom: 14px; color: var(--teal-dark); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow.light { color: #62ddd5; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.narrow { max-width: 680px; }
.section-heading > p:last-child { color: var(--slate); font-size: 1.1rem; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(18px); transition: border-color 180ms ease, box-shadow 180ms ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(11, 31, 51, 0.07); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 218px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 0.92rem; font-weight: 700; color: var(--navy); }
.main-nav a { transition: color 160ms ease; }
.main-nav a:hover { color: var(--teal-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 800; font-size: 0.94rem; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .selector-tab:focus-visible, .journey-tab:focus-visible, .text-button:focus-visible, summary:focus-visible, .choice:focus-within { outline: 3px solid rgba(24, 167, 160, 0.34); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(31, 93, 168, 0.24); }
.button-primary:hover { background: #174d8d; }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.34); background: transparent; }
.button-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.button-ghost-dark { color: var(--navy); border-color: var(--line); background: var(--white); }
.button-outline { color: var(--navy); border-color: var(--navy); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--navy); }
.button-small { min-height: 42px; padding-inline: 17px; }
.text-button { padding: 0; border: 0; background: none; color: var(--blue); cursor: pointer; font-size: 0.9rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.text-button.light { color: var(--white); }

.hero { position: relative; overflow: hidden; padding: 108px 0 94px; background: var(--navy); }
.hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 34%; background: rgba(24, 167, 160, 0.05); border-left: 1px solid rgba(255, 255, 255, 0.06); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.82fr); gap: 76px; align-items: center; }
.hero h1, .hero h3 { color: var(--white); }
.hero-copy .eyebrow { color: #62ddd5; }
.hero-lead { max-width: 690px; margin-bottom: 32px; color: #dce7f0; font-size: clamp(1.08rem, 1.65vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 24px 0 0; color: #91a7ba; font-size: 0.88rem; }
.operations-card { padding: 28px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius); background: var(--white); box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28); }
.operations-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.operations-head strong { display: block; margin-top: 3px; color: var(--navy); font-size: 1.25rem; }
.operations-head .micro-label { margin-bottom: 0; font-size: 0.66rem; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border-radius: 999px; background: #eaf8f6; color: #146c67; font-size: 0.7rem; font-weight: 800; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(24, 167, 160, 0.13); }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px 0; }
.metric-row div { padding: 14px; border-radius: 12px; background: var(--mist); }
.metric-row span { display: block; min-height: 34px; color: var(--slate); font-size: 0.68rem; }
.metric-row strong { color: var(--navy); font-size: 1.23rem; }
.order-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.order-title { display: flex; justify-content: space-between; gap: 18px; color: var(--navy); font-size: 0.83rem; font-weight: 800; }
.order-card p { margin: 6px 0 16px; color: var(--slate); font-size: 0.75rem; }
.status-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.status-rail span { height: 5px; border-radius: 999px; background: #dfe6ec; }
.status-rail .complete { background: var(--teal); }
.status-rail .current { background: var(--gold); }
.status-labels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 8px; color: #687c8e; font-size: 0.58rem; text-align: center; }
.operations-foot { display: flex; justify-content: space-between; margin-top: 18px; color: var(--slate); font-size: 0.69rem; font-weight: 800; }
.operations-foot span::before { content: "✓"; margin-right: 5px; color: var(--teal-dark); }
.signal-bar { background: #071725; color: #c5d5e1; }
.signal-grid { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signal-grid span { padding: 0 20px; border-right: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.8rem; font-weight: 700; text-align: center; }
.signal-grid span:last-child { border-right: 0; }

.solution-selector { display: grid; grid-template-columns: 275px minmax(0, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.selector-tabs { display: flex; flex-direction: column; padding: 12px; background: var(--navy); }
.selector-tab { position: relative; min-height: 70px; padding: 0 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; color: #aebfcd; cursor: pointer; font-weight: 800; text-align: left; }
.selector-tab:last-child { border-bottom: 0; }
.selector-tab::after { content: "→"; position: absolute; right: 17px; color: var(--gold); opacity: 0; transition: opacity 160ms ease, transform 160ms ease; }
.selector-tab.active { color: var(--white); background: rgba(255,255,255,.07); border-radius: 10px; }
.selector-tab.active::after { opacity: 1; transform: translateX(3px); }
.solution-panel { min-height: 410px; display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 30px; align-items: start; padding: 62px; background: var(--white); }
.solution-index { color: var(--gold); font-size: 3.5rem; font-weight: 300; line-height: 1; }
.solution-panel > div:last-child { max-width: 650px; }
.solution-panel > div > p:not(.micro-label) { color: var(--slate); font-size: 1.05rem; }
.check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal-dark); font-weight: 900; }
.check-list.compact { margin-top: 20px; }
.check-list.compact li { margin: 9px 0; }

.journey { display: grid; grid-template-columns: 1.1fr 0.9fr; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.journey-tabs { padding: 24px; }
.journey-tab { width: 100%; display: grid; grid-template-columns: 55px 1fr; align-items: center; min-height: 76px; padding: 0 20px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: left; }
.journey-tab:last-child { border-bottom: 0; }
.journey-tab span { color: #647a8d; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; }
.journey-tab strong { color: var(--slate); font-size: 1rem; }
.journey-tab.active { border-radius: 12px; background: var(--navy); }
.journey-tab.active span { color: var(--gold); }
.journey-tab.active strong { color: var(--white); }
.journey-detail { padding: 55px; background: var(--navy-2); }
.journey-detail h3 { color: var(--white); }
.journey-detail > p:not(.micro-label) { color: #c6d5e0; }
.journey-data { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.journey-data span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #e8f0f5; font-size: 0.75rem; }

.product-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 76px; }
.product-copy h2 { font-size: clamp(2.05rem, 3.5vw, 3.4rem); }
.feature-list { margin-top: 35px; }
.feature-list article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid var(--line); }
.feature-list article > span { color: var(--gold); font-size: 0.75rem; font-weight: 900; }
.feature-list h3 { margin-bottom: 5px; font-size: 1.03rem; letter-spacing: -0.01em; }
.feature-list p { margin-bottom: 0; color: var(--slate); font-size: 0.9rem; }
.screen-stack { position: relative; min-height: 590px; }
.screen-frame { position: absolute; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.screen-main { top: 0; left: 0; width: 84%; }
.screen-secondary { right: 0; bottom: 0; width: 72%; }
.frame-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid var(--line); color: var(--slate); background: #f9fbfc; font-size: 0.66rem; font-weight: 700; }
.frame-bar i { width: 7px; height: 7px; border-radius: 50%; background: #c9d4dc; }
.frame-bar span { margin-left: auto; }

.plans-section { background: var(--white); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 0.65fr; gap: 70px; align-items: end; }
.split-heading > p { margin-bottom: 18px; }
.plan-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 525px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.plan-card.featured { border: 2px solid var(--teal); box-shadow: var(--shadow); }
.recommended { position: absolute; top: 0; right: 28px; padding: 7px 13px; border-radius: 0 0 9px 9px; background: var(--teal); color: var(--white); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; }
.plan-card-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 252px); gap: 24px; align-items: start; }
.plan-kicker { color: var(--slate); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.plan-card h3 { margin: 10px 0 15px; color: var(--navy); font-size: 2.65rem; font-weight: 400; }
.plan-card h3 strong { color: var(--teal-dark); }
.plan-card p { color: var(--slate); }
.plan-price-block { min-height: 144px; padding: 17px 18px; border: 1px solid #dce6ed; border-radius: 16px; background: #f4f8fb; }
.plan-price-label { display: block; margin-bottom: 3px; color: #506478; font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.plan-price-line { display: flex; align-items: baseline; gap: 4px; color: var(--navy); line-height: 1; }
.plan-price-line sup { align-self: flex-start; margin-top: 10px; font-size: 1.1rem; font-weight: 900; }
.plan-price-line > strong { font-size: clamp(3rem, 5vw, 4.35rem); font-weight: 900; letter-spacing: -.07em; }
.plan-price-line > span { margin-left: 5px; color: #506478; font-size: .72rem; font-weight: 850; line-height: 1.25; text-transform: uppercase; }
.plan-price-promo { border-color: #a9ded9; background: linear-gradient(135deg, #e9f8f6, #f7fbfc); }
.plan-price-promo .plan-price-label { color: #087d76; }
.plan-price-after { display: block; margin-top: 7px; color: #506478; font-size: .78rem; }
.plan-price-after strong { color: var(--navy); }
.plan-card .button { margin-top: auto; }
.comparison { margin-top: 44px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.comparison-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 32px; border-bottom: 1px solid var(--line); }
.comparison-head .micro-label { margin-bottom: 3px; }
.comparison-head h3 { margin-bottom: 0; font-size: 1.25rem; letter-spacing: -0.01em; }
.comparison-table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 17px 32px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table th { color: var(--white); background: var(--navy); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
.comparison-table th:first-child, .comparison-table td:first-child { width: 56%; text-align: left; }
.comparison-table tbody tr:nth-child(even) { background: var(--mist); }
.comparison.only-differences tr.shared { display: none; }
.included { color: var(--teal-dark); font-weight: 900; }
.not-included { color: #667b8d; font-weight: 800; }
.accounting-note { margin: 0; padding: 19px 32px; color: #54697b; background: #edf4f8; font-size: 0.83rem; }

.advisor-section { background: var(--navy); }
.advisor-shell { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 80px; align-items: start; }
.advisor-intro { position: sticky; top: 120px; }
.advisor-intro h2 { color: var(--white); font-size: clamp(2.2rem, 3.9vw, 3.8rem); }
.advisor-intro > p:not(.eyebrow) { color: #b9cad7; font-size: 1.05rem; }
.advisor-benefit { margin-top: 30px; color: #d9e6ef; font-weight: 700; }
.advisor-benefit span { margin-right: 8px; color: #62ddd5; }
.advisor-card { min-height: 595px; padding: 34px; border-radius: var(--radius); background: var(--white); box-shadow: 0 34px 90px rgba(0,0,0,.28); }
.advisor-progress { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; margin-bottom: 32px; color: var(--slate); font-size: 0.76rem; font-weight: 800; }
.advisor-progress > div { height: 5px; overflow: hidden; border-radius: 999px; background: #e1e8ee; }
.advisor-progress i { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: var(--teal); transition: width 220ms ease; }
.advisor-step { display: none; margin: 0; padding: 0; border: 0; }
.advisor-step.active { display: block; }
.advisor-step legend { margin-bottom: 22px; color: var(--navy); font-size: 1.45rem; font-weight: 850; line-height: 1.2; }
.choice { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; margin: 11px 0; padding: 17px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; transition: border-color 160ms ease, background 160ms ease; }
.choice:hover { border-color: var(--teal); background: #f4fbfa; }
.choice:has(input:checked) { border-color: var(--teal); background: #eaf8f6; box-shadow: 0 0 0 1px var(--teal); }
.choice input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--teal-dark); }
.choice strong, .choice small { display: block; }
.choice strong { color: var(--navy); }
.choice small { margin-top: 3px; color: var(--slate); font-size: 0.78rem; }
.advisor-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.advisor-actions .light { color: var(--blue); }
.hidden { visibility: hidden; }
.advisor-result { display: none; }
.advisor-result.active { display: block; }
.advisor-result h3 { color: var(--navy); font-size: 3.1rem; }
.advisor-result .advisor-result-price { display: inline-block; margin: -2px 0 18px; padding: 8px 12px; border: 1px solid #bfe8e4; border-radius: 999px; color: #087d76; background: #effaf9; font-size: .86rem; font-weight: 900; }
.advisor-result > p:not(.micro-label):not(.advisor-result-price) { color: var(--slate); font-size: 1.03rem; }
.result-summary { margin: 25px 0; padding: 18px 20px 18px 38px; border-left: 3px solid var(--teal); background: var(--mist); color: var(--navy); }
.result-summary li { margin: 7px 0; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.launch-section { border-bottom: 1px solid var(--line); }
.launch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.launch-grid article { padding: 32px; border-top: 3px solid var(--navy); background: var(--mist); }
.launch-grid span { color: var(--gold); font-size: 0.78rem; font-weight: 900; }
.launch-grid h3 { margin: 16px 0 8px; font-size: 1.2rem; }
.launch-grid p { margin-bottom: 0; color: var(--slate); font-size: 0.9rem; }

.faq-grid { display: grid; grid-template-columns: 0.74fr 1.26fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; color: var(--navy); cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--teal-dark); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 42px 22px 0; color: var(--slate); }

.final-cta { padding: 86px 0; background: #071725; }
.final-grid { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: end; }
.final-cta h2 { max-width: 840px; color: var(--white); font-size: clamp(2.1rem, 3.8vw, 3.8rem); }
.final-cta p:not(.eyebrow) { margin-bottom: 0; color: #adc1cf; }
.final-actions { display: flex; flex-direction: column; gap: 10px; min-width: 215px; }
footer { padding: 32px 0; background: var(--white); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner img { width: 190px; }
.footer-inner p { margin: 0; color: var(--slate); font-size: 0.78rem; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 200; max-width: min(360px, calc(100% - 48px)); padding: 13px 18px; border-radius: 10px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); font-size: 0.88rem; font-weight: 700; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms ease; }
  .reveal.visible { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 82px 0; }
  .hero { padding: 78px 0; }
  .hero-grid, .product-grid, .advisor-shell, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero::after { display: none; }
  .operations-card { max-width: 620px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .signal-grid span { min-height: 42px; display: flex; align-items: center; justify-content: center; border-right: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .plan-cards { grid-template-columns: 1fr; }
  .screen-stack { min-height: 650px; }
  .advisor-intro { position: static; }
  .advisor-shell { gap: 42px; }
  .faq-grid { gap: 30px; }
  .final-grid { grid-template-columns: 1fr; align-items: start; }
  .final-actions { flex-direction: row; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); --radius: 18px; }
  h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 9vw, 3.1rem); }
  .header-inner { min-height: 70px; }
  .brand img { width: 175px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 69px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 22px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 20px 35px rgba(11,31,51,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 14px; }
  .hero-grid { grid-template-columns: 1fr; }
  .operations-card { padding: 18px; }
  .operations-head { flex-direction: column; }
  .metric-row { grid-template-columns: 1fr 1fr; }
  .metric-row div:last-child { grid-column: 1 / -1; }
  .metric-row span { min-height: auto; }
  .status-labels { font-size: 0.49rem; }
  .solution-selector { grid-template-columns: 1fr; }
  .selector-tabs { flex-direction: row; overflow-x: auto; }
  .selector-tab { min-width: max-content; min-height: 52px; border-bottom: 0; padding-inline: 16px; }
  .selector-tab::after { display: none; }
  .solution-panel { min-height: 430px; grid-template-columns: 1fr; gap: 18px; padding: 34px 24px; }
  .solution-index { font-size: 2.35rem; }
  .journey { grid-template-columns: 1fr; }
  .journey-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 14px; overflow-x: auto; }
  .journey-tab { min-width: 112px; grid-template-columns: 1fr; gap: 5px; min-height: 74px; padding: 10px; border: 0; border-radius: 10px; }
  .journey-tab strong { font-size: 0.72rem; }
  .journey-detail { padding: 35px 24px; }
  .product-grid { gap: 44px; }
  .screen-stack { min-height: 445px; }
  .screen-main { width: 92%; }
  .screen-secondary { width: 79%; }
  .plan-cards { grid-template-columns: 1fr; }
  .plan-card { min-height: auto; padding: 34px 25px; }
  .plan-card-header { grid-template-columns: 1fr; gap: 20px; }
  .plan-price-block { width: min(100%, 320px); min-height: 0; justify-self: end; }
  .plan-card .button { margin-top: 24px; }
  .comparison-head { align-items: flex-start; flex-direction: column; padding: 24px; }
  .comparison-table th, .comparison-table td { padding: 14px 16px; font-size: 0.78rem; }
  .accounting-note { padding: 18px 20px; }
  .advisor-card { min-height: 610px; padding: 25px 18px; }
  .advisor-progress { grid-template-columns: 1fr; gap: 8px; }
  .choice { padding: 15px; }
  .result-actions, .final-actions { flex-direction: column; }
  .launch-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 430px) {
  .section { padding: 66px 0; }
  .hero { padding: 60px 0; }
  .hero-actions .button { width: 100%; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div:last-child { grid-column: auto; }
  .order-title { flex-direction: column; gap: 2px; }
  .operations-foot { flex-wrap: wrap; gap: 8px; }
  .screen-stack { min-height: 370px; }
  .comparison-table th:first-child, .comparison-table td:first-child { min-width: 175px; }
  .advisor-result h3 { font-size: 2.5rem; }
}

/* CIS Control Room — premium presentation layer */
:root {
  --deep: #04111c;
  --deep-2: #071b2a;
  --teal-bright: #3bd7ce;
  --electric: #3e8eff;
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
}

body { overflow-x: hidden; }

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 500;
  height: 3px;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}
.scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--teal-bright), var(--electric), var(--gold));
  box-shadow: 0 0 16px rgba(59, 215, 206, .55);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.section-rail { display: none; }
@media (min-width: 1320px) {
  .section-rail {
    position: fixed;
    top: 50%;
    right: 24px;
    z-index: 90;
    display: grid;
    gap: 14px;
    transform: translateY(-50%);
  }
  .section-rail a {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(11, 31, 51, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 3px 12px rgba(11, 31, 51, .08);
    transition: transform .25s var(--ease-premium), background .25s ease, border-color .25s ease;
  }
  .section-rail a.active { border-color: var(--teal); background: var(--teal); transform: scale(1.35); }
  .section-rail a::after { content: ""; position: absolute; inset: 2px; border: 1px solid rgba(255,255,255,.8); border-radius: inherit; }
  .section-rail span {
    position: absolute;
    top: 50%;
    right: 18px;
    padding: 5px 8px;
    border-radius: 6px;
    color: var(--white);
    background: var(--navy);
    font-size: .68rem;
    font-weight: 800;
    white-space: nowrap;
    opacity: 0;
    transform: translate(6px, -50%);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .section-rail a:hover span,
  .section-rail a:focus-visible span { opacity: 1; transform: translate(0, -50%); }
}

.cursor-glow { display: none; }
@media (hover: hover) and (pointer: fine) {
  .cursor-glow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(48, 215, 205, .09), transparent 67%);
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    transition: opacity .25s ease;
  }
  .cursor-glow.active { opacity: 1; }
}

.site-header { border-bottom-color: rgba(11, 31, 51, .07); }
.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 167, 160, .52), transparent);
  opacity: 0;
  transition: opacity .2s ease;
}
.site-header.scrolled::after { opacity: 1; }

.button-shine { position: relative; overflow: hidden; }
.button-shine::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -35%;
  width: 28%;
  height: 240%;
  background: rgba(255, 255, 255, .34);
  transform: rotate(22deg) translateX(-230%);
  transition: transform .68s var(--ease-premium);
}
.button-shine:hover::before { transform: rotate(22deg) translateX(620%); }

.hero {
  isolation: isolate;
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: center;
  padding: 86px 0 112px;
  background:
    radial-gradient(circle at 76% 48%, rgba(31, 93, 168, .27), transparent 27%),
    radial-gradient(circle at 8% 2%, rgba(24, 167, 160, .14), transparent 28%),
    linear-gradient(135deg, #061522 0%, #0b1f33 46%, #071725 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(126, 187, 205, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 187, 205, .055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, .8), transparent 88%);
  transform: perspective(650px) rotateX(58deg) scale(1.45) translateY(18%);
  transform-origin: center bottom;
}
.hero::after {
  z-index: -1;
  width: 36%;
  background: linear-gradient(180deg, rgba(59, 215, 206, .06), transparent 70%);
}
.hero-field { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.orbit {
  position: absolute;
  border: 1px solid rgba(59, 215, 206, .18);
  border-radius: 50%;
}
.orbit::before { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(255,255,255,.11); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; top: 50%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 18px var(--teal-bright); }
.orbit-one { top: -38%; right: -9%; width: 760px; height: 760px; }
.orbit-two { right: 22%; bottom: -48%; width: 440px; height: 440px; }
.scan-line { position: absolute; top: 55%; right: 0; left: 42%; height: 1px; background: linear-gradient(90deg, transparent, rgba(59,215,206,.55), transparent); box-shadow: 0 0 22px rgba(59,215,206,.35); opacity: .42; }
.coordinate { position: absolute; color: rgba(179, 215, 226, .35); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; letter-spacing: .16em; }
.coordinate-one { left: 3%; bottom: 7%; writing-mode: vertical-rl; }
.coordinate-two { top: 9%; right: 5%; }
.hero-grid { gap: clamp(48px, 6vw, 82px); }
.hero-copy { max-width: 720px; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.hero-copy .eyebrow i { width: 30px; height: 1px; background: var(--teal-bright); box-shadow: 0 0 12px rgba(59,215,206,.8); }
.hero h1 { max-width: 820px; font-size: clamp(3.1rem, 5.8vw, 6.35rem); text-wrap: balance; }
.hero h1 em { position: relative; color: var(--teal-bright); font-style: normal; text-shadow: 0 0 38px rgba(59,215,206,.16); white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; right: 0; bottom: .02em; left: 0; height: .07em; border-radius: 999px; background: linear-gradient(90deg, var(--teal-bright), transparent); transform: scaleX(0); transform-origin: left; }
.hero-copy.visible h1 em::after { transform: scaleX(1); transition: transform .9s .8s var(--ease-premium); }
.hero-lead { max-width: 650px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 34px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; color: #c6d6e1; font-size: .72rem; font-weight: 700; }
.hero-proof i { color: var(--gold); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; font-style: normal; }
.hero-note { margin-top: 15px; }
.hero-stage { position: relative; perspective: 1200px; transform-style: preserve-3d; }
.stage-halo { position: absolute; inset: 8% -10% -10%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(59,215,206,.26), rgba(31,93,168,.13) 42%, transparent 70%); filter: blur(20px); }
.operations-card[data-tilt] { position: relative; z-index: 2; transform: rotateX(var(--tilt-x, 2deg)) rotateY(var(--tilt-y, -4deg)); transform-style: preserve-3d; transition: transform .32s var(--ease-premium), box-shadow .32s ease; will-change: transform; }
.hero-stage:hover .operations-card { box-shadow: 0 45px 120px rgba(0,0,0,.4); }
.operations-card::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(255,255,255,.62), transparent 30%, rgba(24,167,160,.035)); pointer-events: none; }
.metric-row div { position: relative; overflow: hidden; border: 1px solid transparent; transition: border-color .18s ease, transform .18s ease; }
.metric-row div:hover { border-color: rgba(24,167,160,.28); transform: translateY(-3px); }
.metric-row strong i { font-style: normal; }
.floating-notice { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #e9f5f6; background: rgba(7,23,37,.86); box-shadow: 0 18px 45px rgba(0,0,0,.24); backdrop-filter: blur(14px); font-size: .7rem; font-weight: 800; }
.floating-notice i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #05211f; background: var(--teal-bright); font-style: normal; }
.notice-one { top: -25px; right: -32px; }
.notice-two { bottom: 62px; left: -38px; }
.replay-button { display: flex; align-items: center; gap: 6px; margin: 17px auto -8px; padding: 5px 8px; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-size: .67rem; font-weight: 800; }
.replay-button span { transition: transform .32s ease; }
.replay-button:hover span { transform: rotate(180deg); }
.hero-scroll { position: absolute; left: 50%; bottom: 23px; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(214,231,239,.62); font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { display: block; width: 1px; height: 24px; background: linear-gradient(var(--teal-bright), transparent); }

.signal-bar { overflow: hidden; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.signal-track { display: flex; width: max-content; }
.signal-set { display: flex; align-items: center; justify-content: space-around; gap: 34px; min-width: 100vw; padding: 19px 34px; }
.signal-set span { color: #d5e4ec; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.signal-set i { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 12px rgba(59,215,206,.7); }

.spotlight-card { position: relative; isolation: isolate; }
.spotlight-card::before { content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit; background: radial-gradient(520px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(59,215,206,.12), transparent 43%); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.spotlight-card:hover::before { opacity: 1; }
.spotlight-card > * { position: relative; z-index: 1; }
.selector-tab, .journey-tab { transition: color .18s ease, background .18s ease, transform .18s ease; }
.selector-tab:hover:not(.active) { color: var(--white); transform: translateX(4px); }
.journey-tab:hover:not(.active) { background: #f4f8fa; }
.journey-tab.active { box-shadow: 0 15px 34px rgba(11,31,51,.18); transform: translateX(7px); }
.journey-tab.active span { text-shadow: 0 0 14px rgba(212,168,75,.55); }
.journey-data span { transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.journey-data span:hover { border-color: rgba(59,215,206,.55); background: rgba(59,215,206,.08); transform: translateY(-2px); }

.order-card .status-rail span { background: #dfe6ec; transition: background .3s ease, box-shadow .3s ease, transform .3s var(--ease-premium); }
.order-card .status-rail span.complete { background: var(--teal); box-shadow: 0 0 10px rgba(24,167,160,.3); }
.order-card .status-rail span.current { background: var(--gold); box-shadow: 0 0 10px rgba(212,168,75,.34); }

.screen-stack { perspective: 1400px; }
.screen-frame[data-tilt-soft] { transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transform-style: preserve-3d; transition: transform .38s var(--ease-premium), box-shadow .25s ease; will-change: transform; }
.screen-main[data-tilt-soft] { --tilt-y: 4deg; }
.screen-secondary[data-tilt-soft] { --tilt-y: -5deg; }
.screen-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,.32), transparent 54%); transform: translateX(-120%); transition: transform .8s var(--ease-premium); pointer-events: none; }
.screen-frame:hover::after { transform: translateX(120%); }
.screen-frame:hover { z-index: 3; box-shadow: 0 32px 90px rgba(11,31,51,.2); }

.plans-section { position: relative; overflow: hidden; color: #dce8ef; background: linear-gradient(145deg, var(--deep), var(--deep-2)); }
.plans-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 15%, rgba(59,215,206,.13), transparent 30%), radial-gradient(circle at 8% 82%, rgba(62,142,255,.11), transparent 28%); pointer-events: none; }
.plans-section .shell { position: relative; }
.plans-section h2 { color: var(--white); }
.plans-section .split-heading > p { color: #a8bdca; }
.plans-section .eyebrow { color: #62ddd5; }
.plan-card { overflow: hidden; border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.97); transition: transform .35s var(--ease-premium), border-color .25s ease, box-shadow .35s ease; }
.plans-section .plan-card { color: var(--navy); }
.plan-includes-label { margin: 22px 0 8px; color: #3f556a !important; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.plans-section .plan-card .check-list { margin-top: 0; padding: 15px 18px; border: 1px solid #dce6ed; border-radius: 14px; background: #f4f8fb; }
.plans-section .plan-card.featured .check-list { border-color: #bfe8e4; background: #effaf9; }
.plans-section .plan-card .check-list li { margin: 10px 0; color: #243c52; font-size: 1rem; font-weight: 650; line-height: 1.45; }
.plans-section .plan-card .check-list li::before { color: #087d76; }
.plan-card:hover { border-color: rgba(59,215,206,.42); transform: translateY(-9px); box-shadow: 0 34px 95px rgba(0,0,0,.34); }
.plan-card.featured { border-color: var(--teal-bright); box-shadow: 0 28px 80px rgba(24,167,160,.18); }
.plan-card.featured::after { content: "PRO"; position: absolute; right: -16px; bottom: -44px; color: rgba(24,167,160,.06); font-size: 10rem; font-weight: 900; letter-spacing: -.1em; pointer-events: none; }
.plan-card > * { position: relative; z-index: 1; }
.plan-card .recommended { position: absolute; z-index: 2; }
.recommended { background: linear-gradient(90deg, #095d5a, var(--teal-dark)); }
.comparison { position: relative; color: var(--black); background: var(--white); box-shadow: 0 28px 70px rgba(0,0,0,.23); }
.comparison-table tbody tr { transition: background .18s ease; }
.comparison-table tbody tr:hover { background: #e9f7f5; }

.advisor-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #071725, #0b1f33 58%, #0d263d); }
.advisor-section::before { content: ""; position: absolute; top: -260px; right: -210px; width: 680px; height: 680px; border: 1px solid rgba(59,215,206,.13); border-radius: 50%; box-shadow: inset 0 0 110px rgba(59,215,206,.025); }
.advisor-card { overflow: hidden; }
.choice { position: relative; overflow: hidden; }
.choice::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--teal); transform: scaleY(0); transform-origin: bottom; transition: transform .18s ease; }
.choice:has(input:checked)::after { transform: scaleY(1); }
.advisor-result.active h3 { text-shadow: 0 8px 30px rgba(24,167,160,.18); }

.launch-grid article { position: relative; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.launch-grid article::after { content: ""; position: absolute; top: 0; right: 0; width: 64px; height: 64px; background: linear-gradient(135deg, transparent 50%, rgba(24,167,160,.1) 50%); }
.launch-grid article:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(11,31,51,.1); }
.faq-list details[open] { background: linear-gradient(90deg, rgba(24,167,160,.06), transparent); }
.faq-list summary { transition: padding .2s ease, color .18s ease; }
.faq-list details[open] summary { padding-left: 14px; }

.final-cta { position: relative; overflow: hidden; background: linear-gradient(115deg, var(--deep), #0a2033); }
.final-cta::before { content: ""; position: absolute; inset: -1px; background: radial-gradient(circle at 68% 40%, rgba(59,215,206,.15), transparent 30%); pointer-events: none; }
.final-grid { position: relative; }
.float-cta { position: fixed; right: 24px; bottom: 24px; z-index: 120; display: flex; align-items: center; gap: 12px; padding: 12px 13px 12px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: var(--white); background: rgba(7,23,37,.92); box-shadow: 0 18px 55px rgba(0,0,0,.28); backdrop-filter: blur(16px); cursor: pointer; font-size: .76rem; font-weight: 850; opacity: 0; transform: translateY(18px) scale(.95); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.float-cta i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--navy); background: var(--teal-bright); font-style: normal; }
.float-cta.visible { opacity: 1; transform: none; pointer-events: auto; }

.contact-dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; overflow-x: hidden; overflow-y: auto; border: 0; border-radius: 26px; color: var(--black); background: transparent; box-shadow: 0 38px 110px rgba(0,0,0,.42); }
.contact-dialog::backdrop { background: rgba(3,14,24,.76); backdrop-filter: blur(10px); }
.contact-card { position: relative; overflow: hidden; padding: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: linear-gradient(145deg, #fff 0%, #f4f8fb 100%); }
.contact-card::after { content: "CIS"; position: absolute; right: -20px; bottom: -58px; color: rgba(24,167,160,.055); font-size: 9rem; font-weight: 900; letter-spacing: -.09em; pointer-events: none; }
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { max-width: 500px; margin-bottom: 14px; color: var(--navy); font-size: clamp(2rem, 6vw, 3.25rem); }
.contact-intro { max-width: 520px; margin-bottom: 28px; color: var(--slate); font-size: 1.02rem; }
.contact-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.88); cursor: pointer; font-size: 1.5rem; line-height: 1; transition: transform .18s ease, background .18s ease; }
.contact-close:hover { transform: rotate(8deg); background: var(--white); }
.contact-close:focus-visible,
.contact-option:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.contact-options { display: grid; gap: 11px; }
.contact-option { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; gap: 14px; align-items: center; min-height: 76px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.82); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.contact-option:hover { border-color: var(--teal); transform: translateX(5px); box-shadow: 0 14px 35px rgba(11,31,51,.09); }
.contact-option strong, .contact-option small { display: block; }
.contact-option strong { color: var(--navy); font-size: 1rem; }
.contact-option small { overflow-wrap: anywhere; color: var(--slate); font-size: .8rem; }
.contact-option > i { color: var(--teal-dark); font-style: normal; font-weight: 900; }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; color: var(--white); background: var(--navy); font-size: .7rem; font-weight: 900; letter-spacing: .02em; }
.contact-whatsapp .contact-icon { background: var(--teal-dark); }
.contact-note { margin: 20px 0 0; color: #6c7f90; font-size: .76rem; text-align: center; }

@keyframes cisOrbit { to { transform: rotate(360deg); } }
@keyframes cisPulse { 70% { box-shadow: 0 0 0 9px rgba(24,167,160,0); } 100% { box-shadow: 0 0 0 0 rgba(24,167,160,0); } }
@keyframes cisTicker { to { transform: translateX(-50%); } }
@keyframes cisPanel { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes cisAdvisor { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
@keyframes cisStagger { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: no-preference) {
  .orbit-one { animation: cisOrbit 34s linear infinite; }
  .live-pill i { animation: cisPulse 1.8s ease-out infinite; }
  .signal-track { animation: cisTicker 32s linear infinite; }
  .signal-bar:hover .signal-track,
  .signal-bar:focus-within .signal-track { animation-play-state: paused; }
  .solution-panel.switching > *,
  .journey-detail.switching > * { animation: cisPanel .38s var(--ease-premium); }
  .advisor-step.active { animation: cisAdvisor .38s var(--ease-premium); }
  .advisor-result.active { animation: cisPanel .52s var(--ease-premium); }
  .hero-reveal { opacity: 0; transform: translateY(28px) scale(.99); filter: blur(7px); transition: opacity .78s var(--ease-premium), transform .78s var(--ease-premium), filter .78s var(--ease-premium); }
  .hero-stage.hero-reveal { transition-delay: .16s; }
  .hero-reveal.visible { opacity: 1; transform: none; filter: none; }
  .feature-list article,
  .launch-grid article { opacity: 0; transform: translateY(15px); }
  .visible .feature-list article,
  .launch-grid.visible article { animation: cisStagger .5s var(--ease-premium) forwards; }
  .visible .feature-list article:nth-child(2),
  .launch-grid.visible article:nth-child(2) { animation-delay: .1s; }
  .visible .feature-list article:nth-child(3),
  .launch-grid.visible article:nth-child(3) { animation-delay: .2s; }
  .visible .feature-list article:nth-child(4) { animation-delay: .3s; }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); gap: 40px; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding: 92px 0 106px; }
  .hero::before { transform: perspective(650px) rotateX(60deg) scale(1.7) translateY(22%); }
  .hero-stage { max-width: 620px; }
  .operations-card[data-tilt],
  .screen-frame[data-tilt-soft] { transform: none !important; }
  .floating-notice { display: none; }
  .plans-section { padding-top: 90px; }
}

@media (max-width: 760px) {
  .hero { min-height: auto; padding: 68px 0 76px; }
  .plans-section .plan-card .check-list li { font-size: .95rem; }
  .hero::before { opacity: .65; }
  .coordinate, .hero-scroll { display: none; }
  .orbit-one { top: -12%; right: -78%; width: 560px; height: 560px; }
  .orbit-two { display: none; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.25rem); }
  .hero h1 em { white-space: normal; }
  .hero-proof { display: grid; gap: 8px; }
  .hero-stage { margin-top: 8px; }
  .signal-set { min-width: max-content; gap: 22px; padding-inline: 20px; }
  .signal-set span { font-size: .68rem; }
  .selector-tabs, .journey-tabs { scroll-snap-type: x proximity; scroll-padding-inline: 14px; }
  .selector-tab, .journey-tab { scroll-snap-align: start; }
  .journey-tab.active { transform: none; }
  .comparison-table { min-width: 620px; }
  .advisor-card { min-height: 0; }
  .float-cta { right: 14px; bottom: 14px; padding: 8px; }
  .float-cta span { display: none; }
  .contact-card { padding: 34px 20px 24px; }
  .contact-close { top: 13px; right: 13px; }
  .contact-option { grid-template-columns: 44px minmax(0,1fr) auto; padding-inline: 12px; }
  .contact-icon { width: 44px; height: 44px; }
}

@media (max-width: 430px) {
  .screen-frame { position: relative; inset: auto; width: 100%; margin-bottom: 12px; }
  .screen-stack { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
  .signal-track { width: 100%; transform: none !important; }
  .signal-set { min-width: 100%; flex-wrap: wrap; justify-content: center; gap: 10px 18px; padding: 18px 20px; }
  .signal-set span { flex: 1 1 210px; white-space: normal; }
  .signal-set[aria-hidden="true"] { display: none; }
  .cursor-glow, .floating-notice { display: none !important; }
  .operations-card[data-tilt], .screen-frame[data-tilt-soft] { transform: none !important; }
}
