:root {
  --midnight: #0b1220;
  --deep: #111b2c;
  --surface: #182538;
  --surface-2: #223147;
  --mint: #6ee7c1;
  --mint-dark: #2ab98d;
  --blue: #4a8cff;
  --fog: #f6f8fc;
  --white: #ffffff;
  --ink: #101828;
  --muted: #9aa8ba;
  --line: rgba(255,255,255,.1);
  --light-line: #e6eaf0;
  --warning: #f6a83b;
  --danger: #ef5d68;
  --shadow: 0 24px 80px rgba(2, 8, 23, .28);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--fog);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: var(--ink); padding: .7rem 1rem; border-radius: 9px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { color: var(--mint-dark); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .78rem; }
.section { padding: 96px 0; }
.section-dark { color: var(--white); background: var(--midnight); }
.section-soft { background: #eef2f7; }
.section-head { max-width: 720px; margin-bottom: 42px; }
.section-head h2 { margin: .35rem 0 .8rem; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; }
.section-head p { margin: 0; color: #536174; font-size: 1.08rem; }
.section-dark .section-head p { color: var(--muted); }
.announcement { background: #0e9470; color: white; text-align: center; font-weight: 750; font-size: .9rem; padding: .55rem 1rem; }
.announcement a { text-decoration-thickness: 1px; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 40; color: white; background: rgba(11,18,32,.9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.22rem; font-weight: 800; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 37px; height: 31px; position: relative; display: inline-block; }
.brand-mark span { position: absolute; border: 2px solid var(--mint); border-radius: 5px; width: 20px; height: 14px; }
.brand-mark span:first-child { left: 0; top: 0; }
.brand-mark span:nth-child(2) { right: 0; top: 0; border-color: var(--blue); }
.brand-mark span:last-child { left: 9px; bottom: 0; border-color: white; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links > a { color: #d3dae5; text-decoration: none; font-size: .92rem; font-weight: 700; }
.nav-links > a:hover { color: white; }
.lang-switch { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 10px; }
.lang-switch button { cursor: pointer; border: 0; color: #a9b5c6; background: transparent; border-radius: 7px; padding: .35rem .48rem; font-size: .78rem; font-weight: 800; }
.lang-switch button[aria-pressed="true"] { color: var(--midnight); background: var(--mint); }
.menu-toggle { display: none; cursor: pointer; border: 1px solid var(--line); color: white; background: transparent; border-radius: 10px; padding: .5rem .65rem; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: .7rem 1.15rem; border-radius: 12px; font-weight: 800; text-decoration: none; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071a15; background: var(--mint); }
.button-primary:hover { background: #8cebcf; }
.button-secondary { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.button-dark { color: white; background: var(--midnight); }
.button-light { color: var(--ink); background: white; border-color: var(--light-line); }
.button-sm { min-height: 40px; padding: .5rem .8rem; font-size: .86rem; }

.hero { overflow: hidden; color: white; background: radial-gradient(circle at 76% 16%, rgba(74,140,255,.2), transparent 34%), radial-gradient(circle at 12% 85%, rgba(110,231,193,.12), transparent 30%), var(--midnight); padding: 86px 0 98px; }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; color: #c6d3e4; border: 1px solid var(--line); background: rgba(255,255,255,.04); padding: .44rem .75rem; border-radius: 999px; font-size: .82rem; font-weight: 800; }
.hero-badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(110,231,193,.12); }
.hero h1 { margin: 1.2rem 0 1.2rem; font-size: clamp(3.6rem, 7.2vw, 6.5rem); line-height: .89; letter-spacing: -.065em; }
.hero h1 span { color: var(--mint); }
.hero-copy { margin: 0; max-width: 610px; color: #b2bdcc; font-size: clamp(1.05rem, 1.7vw, 1.24rem); }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.microcopy { margin-top: 16px; color: #7f8da1; font-size: .84rem; }

.console { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(145deg, rgba(34,49,71,.95), rgba(16,27,44,.98)); box-shadow: var(--shadow); }
.console::after { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(120deg, rgba(110,231,193,.22), transparent 35%, rgba(74,140,255,.15)); z-index: -1; filter: blur(18px); }
.console-bar { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 2px 3px 15px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #536174; }
.console-title { color: #dce4ef; font-weight: 800; font-size: .9rem; }
.live-pill { color: var(--mint); background: rgba(110,231,193,.1); border: 1px solid rgba(110,231,193,.2); padding: .25rem .55rem; border-radius: 999px; font-weight: 800; font-size: .72rem; }
.source-card { margin: 16px 0 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); background: rgba(255,255,255,.035); border-radius: 14px; padding: 12px 14px; }
.source-icon { width: 35px; height: 28px; border: 2px solid var(--blue); border-radius: 6px; position: relative; }
.source-icon::after { content: ""; position: absolute; height: 2px; width: 13px; background: var(--blue); left: 9px; bottom: -7px; }
.source-copy { flex: 1; }
.source-copy strong, .receiver-copy strong { display: block; font-size: .86rem; color: #f2f6fb; }
.source-copy span, .receiver-copy span { display: block; color: #7f8da1; font-size: .72rem; }
.quality { color: #a6b4c7; font-weight: 800; font-size: .72rem; }
.receiver-list { display: grid; gap: 9px; }
.receiver { display: grid; grid-template-columns: 9px 1fr auto; align-items: center; gap: 11px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(8,16,29,.48); }
.receiver-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(110,231,193,.08); }
.receiver-status { font-size: .71rem; font-weight: 850; color: var(--mint); }
.receiver.warn .receiver-dot { background: var(--warning); box-shadow: 0 0 0 4px rgba(246,168,59,.08); }
.receiver.warn .receiver-status { color: var(--warning); }
.receiver.off .receiver-dot { background: #5b687a; box-shadow: none; }
.receiver.off .receiver-status { color: #718096; }
.console-footer { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 13px; padding: 12px 4px 2px; color: #7f8da1; font-size: .73rem; }
.frame-count { color: var(--mint); font-weight: 800; }

.trust-strip { color: white; background: #0e1827; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { color: #8f9daf; font-size: .86rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: white; border: 1px solid var(--light-line); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 30px rgba(15,23,42,.04); }
.card-index { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; color: var(--midnight); background: #dff9f1; border-radius: 10px; font-weight: 900; }
.card h3 { margin: 18px 0 8px; font-size: 1.22rem; letter-spacing: -.02em; }
.card p { margin: 0; color: #647084; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.step { counter-increment: steps; position: relative; color: white; min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--deep); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 44px; color: var(--mint); font-weight: 900; }
.step h3 { margin: 0 0 8px; }
.step p { color: #9ba8b9; margin: 0; font-size: .93rem; }

.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-panel { overflow: hidden; position: relative; padding: 38px; border-radius: 26px; min-height: 440px; border: 1px solid var(--light-line); background: white; }
.product-panel.dark { color: white; background: var(--midnight); border-color: transparent; }
.product-tag { display: inline-flex; color: #087455; background: #ddf9f0; padding: .35rem .6rem; border-radius: 999px; font-size: .76rem; font-weight: 850; }
.product-panel.dark .product-tag { color: var(--mint); background: rgba(110,231,193,.1); }
.product-panel h3 { margin: 20px 0 10px; font-size: 2rem; letter-spacing: -.04em; }
.product-panel p { max-width: 530px; color: #59687a; }
.product-panel.dark p { color: #9ba8b9; }
.feature-list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 9px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; color: #344054; }
.product-panel.dark .feature-list li { color: #d4dce7; }
.feature-list li::before { content: "✓"; color: var(--mint-dark); font-weight: 900; }
.product-panel.dark .feature-list li::before { color: var(--mint); }
.product-note { display: block; margin-top: 18px; color: #7d8999; font-size: .8rem; }

.modes { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.mode { min-height: 210px; padding: 28px 24px; border-right: 1px solid var(--line); background: var(--deep); }
.mode:last-child { border-right: 0; }
.mode-number { color: var(--mint); font-weight: 900; font-size: .82rem; }
.mode h3 { margin: 50px 0 8px; }
.mode p { color: #9ba8b9; margin: 0; font-size: .9rem; }

.pilot { background: linear-gradient(135deg, #dff9f1, #eef4ff); }
.pilot-wrap { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; }
.pilot h2 { margin: .5rem 0 1rem; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.pilot-lead { max-width: 650px; color: #526174; font-size: 1.08rem; }
.price-card { padding: 34px; border-radius: 24px; background: var(--midnight); color: white; box-shadow: var(--shadow); }
.price-label { color: var(--mint); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.price { margin: 12px 0 0; font-size: 4rem; line-height: 1; font-weight: 850; letter-spacing: -.06em; }
.duration { color: #9aa8ba; }
.price-card ul { padding: 0; margin: 26px 0; list-style: none; display: grid; gap: 9px; color: #d3dbe6; }
.price-card li::before { content: "•"; color: var(--mint); margin-right: 10px; }
.credit { padding-top: 18px; border-top: 1px solid var(--line); color: #9aa8ba; font-size: .83rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.faq-intro h2 { margin: .4rem 0 1rem; font-size: 3rem; line-height: 1; letter-spacing: -.045em; }
.faq-intro p { color: #627084; }
.faq-list { display: grid; gap: 10px; }
details { background: white; border: 1px solid var(--light-line); border-radius: 15px; padding: 0 20px; }
summary { cursor: pointer; padding: 18px 30px 18px 0; list-style: none; font-weight: 800; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 15px; font-size: 1.35rem; color: var(--mint-dark); }
details[open] summary::after { content: "–"; }
details p { margin: 0; padding: 0 0 18px; color: #5f6d7f; }

.final-cta { color: white; background: var(--midnight); padding: 88px 0; text-align: center; }
.final-cta h2 { max-width: 800px; margin: 0 auto 26px; font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.final-cta p { color: #9aa8ba; margin: 0 auto 30px; }

.site-footer { color: #9aa8ba; background: #07101d; padding: 54px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 40px; }
.footer-brand p { max-width: 360px; }
.footer-col strong { display: block; color: white; margin-bottom: 12px; }
.footer-col a { display: block; text-decoration: none; color: #9aa8ba; margin: 7px 0; font-size: .9rem; }
.footer-col a:hover { color: white; }
.legal-line { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .76rem; }

.page-hero { color: white; background: radial-gradient(circle at 84% 18%, rgba(74,140,255,.18), transparent 35%), var(--midnight); padding: 86px 0 76px; }
.page-hero .breadcrumbs { color: #91a0b4; font-size: .85rem; margin-bottom: 28px; }
.page-hero .breadcrumbs a { text-underline-offset: 3px; }
.page-hero h1 { max-width: 900px; margin: .55rem 0 1.2rem; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.page-hero p { max-width: 760px; color: #b2bdcc; font-size: 1.15rem; margin: 0; }
.page-main { padding: 80px 0 100px; }
.content-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 70px; align-items: start; }
.prose h2 { margin: 2.5rem 0 .8rem; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.08; letter-spacing: -.035em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 2rem 0 .5rem; font-size: 1.25rem; }
.prose p, .prose li { color: #536174; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li { margin: .45rem 0; }
.info-box { border: 1px solid var(--light-line); border-radius: 20px; background: white; padding: 26px; box-shadow: 0 12px 40px rgba(15,23,42,.05); }
.info-box + .info-box { margin-top: 18px; }
.info-box h3 { margin: 0 0 10px; font-size: 1.1rem; }
.info-box p { margin: 0; color: #637083; }
.info-box .button { width: 100%; margin-top: 18px; }
.callout { margin: 28px 0; padding: 24px; border-left: 4px solid var(--mint-dark); border-radius: 0 16px 16px 0; background: #e7f9f3; }
.callout.warning { border-left-color: var(--warning); background: #fff6e8; }
.callout strong { display: block; margin-bottom: 5px; }
.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 26px 0; }
.feature-tile { border: 1px solid var(--light-line); background: white; border-radius: 17px; padding: 22px; }
.feature-tile strong { display: block; margin-bottom: 6px; }
.feature-tile p { margin: 0; font-size: .94rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.pricing-card { display: flex; flex-direction: column; border: 1px solid var(--light-line); background: white; border-radius: 20px; padding: 25px; }
.pricing-card.featured { color: white; background: var(--midnight); border-color: var(--midnight); transform: translateY(-8px); box-shadow: var(--shadow); }
.pricing-card .plan { color: var(--mint-dark); font-weight: 850; text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; }
.pricing-card.featured .plan { color: var(--mint); }
.pricing-card .amount { margin: 14px 0 3px; font-size: 2.4rem; font-weight: 850; letter-spacing: -.05em; }
.pricing-card .term { color: #778497; font-size: .85rem; }
.pricing-card.featured .term, .pricing-card.featured li { color: #aeb9c8; }
.pricing-card ul { padding: 0; list-style: none; margin: 22px 0; flex: 1; }
.pricing-card li { color: #5f6d7f; margin: .5rem 0; font-size: .9rem; }
.pricing-card li::before { content: "✓"; color: var(--mint-dark); margin-right: 8px; font-weight: 900; }
.table-wrap { overflow-x: auto; border: 1px solid var(--light-line); border-radius: 16px; }
table { width: 100%; border-collapse: collapse; background: white; min-width: 650px; }
th, td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--light-line); }
th { background: #eef2f7; color: #344054; }
tr:last-child td { border-bottom: 0; }
.pilot-form { border: 1px solid var(--light-line); background: white; border-radius: 24px; padding: 32px; box-shadow: 0 16px 60px rgba(15,23,42,.07); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: #344054; font-weight: 750; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #cfd6e1; border-radius: 11px; background: white; padding: .7rem .8rem; color: var(--ink); }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(74,140,255,.15); }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #5f6d7f; font-size: .88rem; margin: 20px 0; }
.consent input { margin-top: 5px; }
.form-note { color: #6b7788; font-size: .83rem; margin-top: 13px; }
.form-status { margin-top: 15px; padding: 12px 14px; border-radius: 10px; background: #e7f9f3; color: #11654f; font-weight: 700; }
.form-status[hidden] { display: none; }
.badge-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.badge { border: 1px solid var(--light-line); background: white; padding: .45rem .7rem; border-radius: 999px; color: #536174; font-weight: 750; font-size: .82rem; }
.legal-doc { max-width: 820px; }
.legal-doc h2 { margin-top: 2.5rem; }
.legal-doc .updated { color: #7b8797; }

@media (max-width: 920px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; flex-direction: column; align-items: stretch; background: #101b2c; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .pilot-wrap, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .hero h1 { font-size: clamp(3.4rem, 14vw, 6rem); }
  .cards, .steps, .modes { grid-template-columns: repeat(2,1fr); }
  .product-grid { grid-template-columns: 1fr; }
  .mode:nth-child(2) { border-right: 0; }
  .mode:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { grid-template-columns: 1fr; gap: 38px; }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 72px 0; }
  .hero { padding: 62px 0 72px; }
  .hero-actions .button { width: 100%; }
  .console { padding: 12px; border-radius: 19px; }
  .console-footer { align-items: flex-start; flex-direction: column; }
  .trust-grid, .cards, .steps, .modes { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .step { min-height: 185px; }
  .step::before { margin-bottom: 25px; }
  .mode { border-right: 0; border-bottom: 1px solid var(--line); }
  .mode:last-child { border-bottom: 0; }
  .product-panel, .price-card { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .feature-grid, .pricing-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .pilot-form { padding: 22px; }
  .page-hero { padding: 62px 0 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Prelaunch export: readable secondary text and explicit language routes. */
.lang-switch{display:flex;gap:.6rem}.lang-switch a{padding:.4rem;color:#e5edf8;font-weight:700}.lang-switch [aria-current]{color:#9df1d4;text-decoration:underline}.footer-links{display:flex;gap:1.2rem;flex-wrap:wrap}.footer-links a{color:#d4deea}.microcopy,.console p,.product-note,.legal-line{font-size:.9rem;color:#b8c5d5}.product-panel .product-note{color:#526174}.eyebrow{font-size:.9rem}.console p{line-height:1.5}.receiver{font-size:.94rem}.console-bar{gap:1rem;flex-wrap:wrap}.hero h1{font-size:clamp(2.8rem,6.2vw,5.7rem);line-height:1.02}.button{white-space:normal}.lang-switch a:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #6ee7c1;outline-offset:4px}.footer-links{margin:1.5rem 0}#copy-inquiry{margin-top:.6rem}@media(max-width:600px){.hero-grid{gap:36px}.console{min-width:0}.receiver{grid-template-columns:9px minmax(0,1fr) auto}.page-hero h1{overflow-wrap:anywhere}}
