:root {
  --night: #070b14;
  --night-2: #0d1320;
  --panel: #111927;
  --panel-2: #172131;
  --ink: #0c1424;
  --ink-soft: #2b374b;
  --muted: #6f7b8d;
  --muted-dark: #98a4b7;
  --surface: #f4f7f8;
  --white: #ffffff;
  --mint: #66f2b3;
  --mint-dark: #32c98a;
  --blue: #62a8ff;
  --violet: #8578ff;
  --warning: #ffbd59;
  --danger: #ff6b73;
  --line: rgba(12, 20, 36, .12);
  --line-dark: rgba(255, 255, 255, .1);
  --shadow: 0 28px 80px rgba(7, 11, 20, .14);
  --max: 1240px;
  --radius: 22px;
  --ease: cubic-bezier(.22, .78, .24, 1);
}

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

button, input, select, textarea { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

button { color: inherit; }

a { color: inherit; text-decoration: none; }

svg { display: block; }

.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: -70px;
  left: 18px;
  padding: 12px 18px;
  border-radius: 10px;
  color: var(--night);
  background: var(--mint);
  font-weight: 750;
  transition: top .2s ease;
}

.skip-link:focus { top: 15px; }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-fixed {
  position: fixed;
  background: rgba(7, 11, 20, .92);
  border-color: var(--line-dark);
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--max), calc(100% - 48px));
  min-height: 86px;
  margin: 0 auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--white);
  font-size: 24px;
  font-weight: 780;
  letter-spacing: -1.2px;
}

.logo strong { color: var(--mint); font-weight: 780; }

.logo-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(102,242,179,.3);
  border-radius: 11px 11px 11px 4px;
  color: var(--night);
  background: var(--mint);
  box-shadow: 0 0 28px rgba(102,242,179,.15);
}

.logo-mark .icon { width: 20px; height: 20px; fill: currentColor; stroke: none; }

.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }

.desktop-nav a { color: rgba(255,255,255,.62); font-size: 13px; font-weight: 650; transition: color .2s ease; }

.desktop-nav a:hover { color: var(--white); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button-mint { color: var(--night); background: var(--mint); box-shadow: 0 10px 26px rgba(102,242,179,.17); }

.button-mint:hover { background: #79f7c0; box-shadow: 0 14px 34px rgba(102,242,179,.24); }

.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 12px 25px rgba(12,20,36,.14); }

.button-dark:hover { background: #18243a; }

.button-ghost { color: var(--white); border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.04); }

.button-ghost:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }

.button-large { min-height: 56px; padding-inline: 24px; border-radius: 14px; font-size: 14px; }

.nav-cta { margin-left: 10px; }

.nav-cta .icon { width: 16px; height: 16px; }

.menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 870px;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.hero-grid,
.final-grid {
  position: absolute;
  inset: 0;
  opacity: .4;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 48% 52%, transparent 0, rgba(7,11,20,.16) 54%, rgba(7,11,20,.76) 100%);
  pointer-events: none;
}

.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .16; }

.hero-glow-left { width: 420px; height: 420px; left: -180px; top: 180px; background: var(--blue); }

.hero-glow-right { width: 520px; height: 520px; right: -140px; top: 120px; background: var(--mint); }

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr);
  align-items: center;
  gap: 65px;
  width: min(var(--max), calc(100% - 48px));
  min-height: 770px;
  margin: 0 auto;
  padding: 138px 0 82px;
}

.hero-copy { max-width: 680px; }

.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--mint);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.kicker > span:first-child { width: 25px; height: 1px; background: currentColor; }

.kicker-dark { color: #218960; }

.hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -5.2px;
}

.hero h1 em { display: block; color: var(--mint); font-style: normal; }

.hero-lead { max-width: 620px; margin: 28px 0 31px; color: var(--muted-dark); font-size: 18px; line-height: 1.68; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.hero-actions .icon { width: 17px; height: 17px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-top: 31px; color: rgba(255,255,255,.56); font-size: 11px; }

.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }

.hero-trust .icon { width: 15px; height: 15px; color: var(--mint); stroke-width: 2.4; }

.device-stage { position: relative; min-height: 510px; perspective: 1000px; }

.device-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 9%;
  top: 3%;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98,168,255,.13), rgba(102,242,179,.035) 48%, transparent 70%);
}

.scan-ring { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%, -50%); }

.scan-ring::before,
.scan-ring::after { content: ""; position: absolute; background: var(--mint); box-shadow: 0 0 12px rgba(102,242,179,.75); }

.scan-ring::before { top: 50%; left: -3px; width: 6px; height: 6px; border-radius: 50%; }

.scan-ring::after { right: 14%; bottom: 3%; width: 5px; height: 5px; border-radius: 50%; }

.scan-ring-one { width: 440px; height: 440px; }

.scan-ring-two { width: 330px; height: 330px; border-style: dashed; opacity: .7; transform: translate(-50%, -50%) rotate(18deg); }

.stage-label { position: absolute; z-index: 5; color: rgba(255,255,255,.42); font-family: Consolas, monospace; font-size: 9px; letter-spacing: 1.2px; }

.stage-label-top { top: 17px; right: 20px; display: flex; align-items: center; gap: 7px; }

.stage-label-top span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px rgba(102,242,179,.9); }

.stage-label-bottom { left: 20px; bottom: 22px; }

.monitor-render { position: absolute; z-index: 2; top: 72px; right: 40px; width: 360px; transform: rotateY(-7deg) rotateX(2deg); }

.monitor-screen { position: relative; height: 230px; overflow: hidden; border: 9px solid #263143; border-bottom-width: 14px; border-radius: 16px; background: linear-gradient(145deg, #17273d, #0b1321); box-shadow: 0 30px 55px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.07); }

.screen-code { position: absolute; left: 18px; top: 16px; color: rgba(255,255,255,.52); font-family: Consolas, monospace; font-size: 8px; letter-spacing: 1px; }

.screen-shape { position: absolute; border-radius: 50%; filter: blur(1px); }

.screen-shape-a { width: 240px; height: 240px; right: -78px; bottom: -100px; border: 38px solid rgba(102,242,179,.58); }

.screen-shape-b { width: 150px; height: 150px; left: 20px; bottom: -72px; background: rgba(98,168,255,.37); }

.screen-scan { position: absolute; left: 0; right: 0; top: 44%; height: 1px; background: linear-gradient(90deg, transparent, var(--mint), transparent); box-shadow: 0 0 16px rgba(102,242,179,.65); }

.monitor-neck { width: 26px; height: 66px; margin: 0 auto; background: linear-gradient(90deg, #202b3c, #3a4657, #202b3c); }

.monitor-base { width: 132px; height: 13px; margin: -3px auto 0; border-radius: 50% 50% 8px 8px; background: #2b3648; box-shadow: 0 15px 25px rgba(0,0,0,.34); }

.laptop-render { position: absolute; z-index: 4; left: 2px; bottom: 50px; width: 285px; transform: rotate(-4deg); }

.laptop-screen { position: relative; width: 220px; height: 145px; margin: 0 auto; padding: 8px; border-radius: 12px 12px 5px 5px; background: #323f52; box-shadow: 0 22px 45px rgba(0,0,0,.4); }

.laptop-screen span { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 5px; background: linear-gradient(135deg, #243b58, #101a2a); }

.laptop-screen span::before { content: ""; display: block; width: 160px; height: 160px; margin: 45px 0 0 95px; border: 24px solid rgba(133,120,255,.65); border-radius: 50%; }

.laptop-screen i { position: absolute; top: 7px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.32); transform: translateX(-50%); }

.laptop-base { position: relative; width: 285px; height: 18px; border-radius: 3px 3px 15px 15px; background: linear-gradient(#d7dde4, #778394); box-shadow: 0 18px 27px rgba(0,0,0,.34); }

.laptop-base span { position: absolute; left: 50%; top: 0; width: 58px; height: 5px; border-radius: 0 0 6px 6px; background: #aab3bf; transform: translateX(-50%); }

.tower-render { position: absolute; z-index: 3; right: -2px; bottom: 45px; width: 105px; height: 235px; border: 5px solid #2a3547; border-radius: 12px; background: linear-gradient(160deg, #172232, #0e1520); box-shadow: -18px 28px 45px rgba(0,0,0,.4); transform: rotate(2deg); }

.tower-light { width: 26px; height: 3px; margin: 12px 12px 18px auto; border-radius: 5px; background: var(--mint); box-shadow: 0 0 12px rgba(102,242,179,.6); }

.tower-fan { position: relative; width: 68px; height: 68px; margin: 0 auto 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: inset 0 0 0 11px rgba(98,168,255,.08), 0 0 20px rgba(98,168,255,.08); }

.tower-fan span { position: absolute; inset: 16px; border: 1px solid rgba(102,242,179,.38); border-radius: 50%; }

.tower-fan::before,
.tower-fan::after { content: ""; position: absolute; left: 50%; top: 8px; width: 1px; height: 50px; background: rgba(255,255,255,.12); }

.tower-fan::after { transform: rotate(90deg); }

.tower-fan-two { opacity: .8; }

.floating-chip { position: absolute; z-index: 7; display: flex; align-items: center; gap: 10px; min-width: 156px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; color: var(--white); background: rgba(17,25,39,.88); box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(12px); }

.floating-chip > .icon { width: 31px; height: 31px; padding: 7px; border-radius: 9px; color: var(--night); background: var(--mint); }

.floating-chip > span { display: grid; gap: 1px; }

.floating-chip small { color: var(--muted-dark); font-size: 8px; }

.floating-chip strong { font-size: 11px; }

.chip-one { left: 13px; top: 65px; }

.chip-two { right: 12px; bottom: 8px; }

.chip-two > .icon { color: var(--white); background: #1fbd6d; }

.brand-rail { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3.2vw, 48px); min-height: 74px; padding: 0 24px; overflow: hidden; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.29); background: rgba(255,255,255,.018); font-family: Consolas, monospace; font-size: 11px; font-weight: 700; letter-spacing: 1px; white-space: nowrap; }

.quote-section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 105px 0 115px; }

.section-intro { max-width: 680px; }

.section-intro h2,
.how-copy h2,
.faq-heading h2,
.final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 62px); font-weight: 760; line-height: 1.04; letter-spacing: -3.5px; }

.section-intro > p:last-child { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }

.quote-intro { margin-bottom: 42px; }

.quote-app { display: grid; grid-template-columns: 215px minmax(0, 1fr) 288px; min-height: 730px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }

.quote-sidebar { display: flex; flex-direction: column; padding: 29px 22px; color: var(--white); background: var(--night); }

.quote-sidebar-top { padding: 4px 3px 25px; border-bottom: 1px solid var(--line-dark); }

.sidebar-code { display: block; margin-bottom: 13px; color: var(--mint); font-family: Consolas, monospace; font-size: 8px; letter-spacing: 1px; }

.quote-sidebar-top strong { display: block; font-size: 17px; }

.quote-sidebar-top p { margin: 8px 0 0; color: var(--muted-dark); font-size: 10px; line-height: 1.55; }

.step-list { display: grid; gap: 7px; padding: 22px 0; margin: 0; list-style: none; }

.step-list li { position: relative; display: flex; align-items: center; gap: 10px; padding: 11px 9px; border-radius: 11px; color: rgba(255,255,255,.33); transition: color .2s ease, background .2s ease; }

.step-list li > span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; font-family: Consolas, monospace; font-size: 8px; }

.step-list li > div { display: grid; gap: 2px; }

.step-list strong { font-size: 10px; }

.step-list small { font-size: 8px; opacity: .65; }

.step-list li.is-active { color: var(--white); background: rgba(255,255,255,.065); }

.step-list li.is-active > span { border-color: var(--mint); color: var(--night); background: var(--mint); }

.step-list li.is-complete { color: rgba(255,255,255,.67); }

.step-list li.is-complete > span { border-color: rgba(102,242,179,.3); color: var(--mint); }

.sidebar-security { display: flex; align-items: flex-start; gap: 9px; margin-top: auto; padding: 13px; border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255,255,255,.035); }

.sidebar-security .icon { width: 18px; height: 18px; color: var(--mint); }

.sidebar-security span { display: grid; gap: 2px; }

.sidebar-security strong { font-size: 9px; }

.sidebar-security small { color: var(--muted-dark); font-size: 8px; line-height: 1.4; }

.quote-main { min-width: 0; padding: 29px 35px 27px; }

.quote-progress { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 6px 14px; margin-bottom: 40px; }

.quote-progress > div:first-child { display: grid; gap: 2px; }

.quote-progress > div:first-child span { color: var(--muted); font-family: Consolas, monospace; font-size: 8px; letter-spacing: .7px; text-transform: uppercase; }

.quote-progress > div:first-child strong { font-size: 12px; }

.progress-value { color: var(--muted); font-family: Consolas, monospace; font-size: 9px; }

.progress-track { grid-column: 1 / -1; height: 3px; overflow: hidden; border-radius: 3px; background: #e8edf0; }

.progress-track span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--mint-dark); transition: width .35s var(--ease); }

.quote-main form { display: flex; flex-direction: column; min-height: 610px; }

.form-step { animation: step-in .28s var(--ease); }

@keyframes step-in { from { opacity: 0; transform: translateX(10px); } }

.form-eyebrow { margin: 0 0 8px; color: #218960; font-family: Consolas, monospace; font-size: 9px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }

.form-step h3 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.13; letter-spacing: -1.5px; }

.form-description { margin: 10px 0 27px; color: var(--muted); font-size: 12px; }

.device-choice-grid { display: grid; gap: 10px; }

.device-choice { position: relative; display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 16px; min-height: 116px; padding: 16px 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; text-align: left; background: #fbfcfd; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s var(--ease); }

.device-choice::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: transparent; }

.device-choice:hover { border-color: rgba(12,20,36,.3); transform: translateY(-2px); }

.device-choice.is-selected { border-color: var(--mint-dark); background: #f2fff9; }

.device-choice.is-selected::before { background: var(--mint-dark); }

.choice-code { position: absolute; top: 8px; right: 10px; color: #b5bdc8; font-family: Consolas, monospace; font-size: 7px; letter-spacing: .8px; }

.choice-icon { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 14px; color: var(--ink); background: #e8edf1; }

.choice-icon .icon { width: 30px; height: 30px; stroke-width: 1.45; }

.device-choice:nth-child(2) .choice-icon { background: #e8e5fa; }
.device-choice:nth-child(3) .choice-icon { background: #e0edf8; }
.device-choice.is-selected .choice-icon { color: #0d4d35; background: #d6f8e8; }

.device-choice > span:nth-child(3) { display: grid; gap: 4px; }

.device-choice strong { font-size: 15px; }

.device-choice small { color: var(--muted); font-size: 10px; }

.choice-check { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; color: transparent; }

.choice-check .icon { width: 14px; height: 14px; stroke-width: 2.7; }

.device-choice.is-selected .choice-check { border-color: var(--mint-dark); color: var(--white); background: var(--mint-dark); }

.form-error { margin: 14px 0 0; color: #c72f3f; font-size: 11px; font-weight: 650; }

.brand-fieldset,
.state-group { padding: 0; margin: 0 0 24px; border: 0; }

.brand-fieldset legend,
.state-group legend { margin-bottom: 10px; font-size: 10px; font-weight: 760; }

.brand-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }

.brand-choice { min-height: 48px; padding: 0 8px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfd; font-size: 10px; font-weight: 720; cursor: pointer; transition: border .2s ease, background .2s ease; }

.brand-choice:hover { border-color: var(--ink); }

.brand-choice.is-selected { border-color: var(--ink); color: var(--white); background: var(--ink); }

.spec-fields { display: grid; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }

.dynamic-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }

.text-field { display: grid; gap: 6px; }

.text-field > span { font-size: 9px; font-weight: 740; }

.text-field > span em { color: var(--muted); font-size: 8px; font-style: normal; font-weight: 500; }

.text-field input,
.text-field select,
.text-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  color: var(--ink);
  background: #fbfcfd;
  font-size: 11px;
  font-weight: 500;
  transition: border .2s ease, box-shadow .2s ease;
}

.text-field input,
.text-field select { height: 45px; padding: 0 11px; }

.text-field textarea { min-height: 96px; padding: 11px; resize: vertical; }

.text-field input:focus,
.text-field select:focus,
.text-field textarea:focus { border-color: #267a5a; box-shadow: 0 0 0 3px rgba(102,242,179,.18); }

.text-field small { color: var(--muted); font-size: 8px; }

.other-brand-field { margin: -10px 0 18px; }

.state-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }

.state-choice-grid button { position: relative; display: grid; gap: 5px; min-height: 100px; padding: 15px 12px; border: 1px solid var(--line); border-radius: 13px; text-align: left; background: #fbfcfd; cursor: pointer; }

.state-choice-grid button:hover,
.state-choice-grid button.is-selected { border-color: var(--ink); }

.state-choice-grid button.is-selected { background: #f2fff9; box-shadow: inset 0 0 0 1px var(--mint-dark); }

.state-choice-grid strong { margin-top: 5px; font-size: 10px; }

.state-choice-grid small { color: var(--muted); font-size: 8px; line-height: 1.4; }

.status-dot { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,0,0,.04); }

.status-good { background: var(--mint-dark); }
.status-warn { background: var(--warning); }
.status-bad { background: var(--danger); }

.compact-choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }

.compact-choice-grid button { min-height: 42px; padding: 0 9px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfd; font-size: 9px; font-weight: 680; cursor: pointer; }

.compact-choice-grid button:hover,
.compact-choice-grid button.is-selected { border-color: var(--ink); }

.compact-choice-grid button.is-selected { color: var(--white); background: var(--ink); }

.check-choice-grid { display: flex; flex-wrap: wrap; gap: 7px; }

.check-choice { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 99px; background: #fbfcfd; font-size: 9px; font-weight: 650; cursor: pointer; }

.check-choice .icon { width: 13px; height: 13px; }

.check-choice.is-selected { border-color: var(--mint-dark); color: #12583e; background: #e9fff5; }

.condition-fields { display: grid; grid-template-columns: .75fr 1.25fr; gap: 13px; }

.condition-fields .text-field:last-child small { justify-self: end; }

.summary-step .form-description { margin-bottom: 21px; }

.final-summary { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--line); gap: 1px; }

.final-summary > div { min-width: 0; padding: 13px 15px; background: #fbfcfd; }

.final-summary > div.is-wide { grid-column: 1 / -1; }

.final-summary span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }

.final-summary strong { display: block; overflow-wrap: anywhere; font-size: 11px; line-height: 1.5; }

.final-summary button { margin-top: 6px; padding: 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 8px; font-weight: 700; cursor: pointer; }

.whatsapp-note { display: flex; align-items: flex-start; gap: 9px; margin: 14px 0; padding: 12px; border-radius: 11px; background: #edf2f4; }

.whatsapp-note .icon { width: 16px; height: 16px; color: var(--muted); }

.whatsapp-note p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.55; }

.whatsapp-button { width: 100%; min-height: 54px; color: var(--white); background: #1bad66; box-shadow: 0 12px 28px rgba(27,173,102,.2); }

.whatsapp-button:hover { background: #139756; }

.whatsapp-button .icon { width: 20px; height: 20px; }

.whatsapp-button .arrow-icon { margin-left: auto; width: 16px; height: 16px; }

.whatsapp-helper { margin: 8px 0 0; color: var(--muted); font-size: 8px; text-align: center; }

.form-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 23px; }

.back-button { padding-inline: 10px; border: 0; color: var(--muted); background: transparent; box-shadow: none; }

.back-button:hover { color: var(--ink); transform: none; }

.next-button { margin-left: auto; min-width: 132px; }

.live-summary { display: flex; flex-direction: column; min-width: 0; padding: 27px 24px; border-left: 1px solid var(--line); background: #f7f9fa; }

.summary-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-family: Consolas, monospace; font-size: 8px; letter-spacing: .8px; }

.summary-head i { padding: 4px 6px; border-radius: 5px; color: #7c8798; background: #e9edef; font-style: normal; }

.summary-head i.is-ready { color: #146745; background: #d8fae9; }

.summary-device-art { position: relative; display: grid; place-items: center; min-height: 175px; margin: 21px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }

.summary-device-art::before { content: ""; position: absolute; width: 140px; height: 140px; border: 1px solid #e8ecef; border-radius: 50%; box-shadow: 0 0 0 22px #fafbfc, 0 0 0 44px #fcfdfd; }

.summary-device-art .icon { position: relative; z-index: 2; width: 50px; height: 50px; color: #a5afbc; stroke-width: 1.2; }

.summary-device-art > span { position: absolute; z-index: 2; bottom: 15px; color: var(--muted); font-family: Consolas, monospace; font-size: 8px; }

.summary-device-art.has-device .icon { color: var(--ink); }

.summary-device-art.has-device::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--mint-dark), transparent); box-shadow: 0 0 10px rgba(50,201,138,.5); }

.live-summary dl { display: grid; gap: 0; margin: 0; }

.live-summary dl > div { padding: 12px 0; border-top: 1px solid var(--line); }

.live-summary dt { margin-bottom: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; }

.live-summary dd { margin: 0; overflow-wrap: anywhere; font-size: 10px; font-weight: 700; line-height: 1.45; }

.summary-tip { display: flex; align-items: flex-start; gap: 7px; margin: auto 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; line-height: 1.5; }

.summary-tip .icon { width: 15px; height: 15px; color: var(--mint-dark); }

.device-section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 108px 0; }

.section-intro-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; max-width: none; margin-bottom: 44px; }

.section-intro-row > p:last-child { max-width: 390px; margin: 0 0 4px; }

.device-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }

.device-info-card { position: relative; min-height: 390px; padding: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }

.device-info-card::before { content: ""; position: absolute; right: -70px; top: -70px; width: 210px; height: 210px; border: 1px solid rgba(12,20,36,.07); border-radius: 50%; box-shadow: 0 0 0 30px rgba(12,20,36,.018), 0 0 0 60px rgba(12,20,36,.012); }

.card-index { position: relative; z-index: 2; color: var(--muted); font-family: Consolas, monospace; font-size: 8px; letter-spacing: .8px; }

.device-info-card h3 { margin: 0 0 7px; font-size: 23px; letter-spacing: -.8px; }

.device-info-card p { max-width: 280px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.device-info-card button { position: absolute; left: 24px; bottom: 22px; display: inline-flex; align-items: center; gap: 6px; padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 10px; font-weight: 750; cursor: pointer; }

.device-info-card button .icon { width: 14px; height: 14px; }

.mini-laptop,
.mini-desktop,
.mini-monitor { position: relative; height: 190px; }

.mini-laptop span { position: absolute; left: 50%; top: 33px; width: 176px; height: 112px; border: 8px solid #263349; border-radius: 10px 10px 4px 4px; background: linear-gradient(145deg, #8b80ff, #5364aa); transform: translateX(-50%) rotate(-3deg); box-shadow: 0 18px 28px rgba(12,20,36,.16); }

.mini-laptop i { position: absolute; left: 50%; top: 141px; width: 225px; height: 15px; border-radius: 2px 2px 10px 10px; background: #a9b1bd; transform: translateX(-50%) rotate(-3deg); }

.mini-desktop span { position: absolute; left: 42px; top: 34px; width: 168px; height: 108px; border: 8px solid #263349; border-radius: 9px; background: linear-gradient(145deg, #3b6486, #192d42); }

.mini-desktop i { position: absolute; left: 105px; top: 139px; width: 44px; height: 34px; border-bottom: 8px solid #697587; border-left: 5px solid transparent; border-right: 5px solid transparent; }

.mini-desktop b { position: absolute; right: 28px; top: 45px; width: 58px; height: 122px; border-radius: 8px; background: #172233; box-shadow: inset 0 0 0 4px #2d3a4d, 0 14px 24px rgba(12,20,36,.16); }

.mini-desktop b::before,
.mini-desktop b::after { content: ""; position: absolute; left: 12px; width: 34px; height: 34px; border: 1px solid rgba(102,242,179,.5); border-radius: 50%; }

.mini-desktop b::before { top: 18px; }
.mini-desktop b::after { bottom: 18px; }

.mini-monitor span { position: absolute; left: 50%; top: 28px; width: 210px; height: 125px; border: 8px solid #263349; border-radius: 10px; background: linear-gradient(145deg, #4d91ba, #304e80); transform: translateX(-50%) rotate(2deg); box-shadow: 0 18px 28px rgba(12,20,36,.15); }

.mini-monitor i { position: absolute; left: 50%; top: 149px; width: 88px; height: 29px; border-bottom: 9px solid #697587; border-left: 20px solid transparent; border-right: 20px solid transparent; transform: translateX(-50%) rotate(2deg); }

.how-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; width: min(1400px, calc(100% - 32px)); margin: 0 auto; padding: 95px max(32px, calc((100% - var(--max)) / 2 + 16px)); border-radius: 28px; color: var(--white); background: var(--night); }

.how-copy { max-width: 500px; }

.how-copy > p:not(.kicker) { margin: 22px 0 28px; color: var(--muted-dark); font-size: 14px; line-height: 1.75; }

.how-steps { padding: 0; margin: 0; border-top: 1px solid var(--line-dark); list-style: none; }

.how-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }

.how-steps li > span { color: rgba(255,255,255,.28); font-family: Consolas, monospace; font-size: 10px; }

.how-steps li > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 0 14px; }

.how-steps .icon { grid-row: 1 / 3; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line-dark); border-radius: 12px; color: var(--mint); }

.how-steps h3 { margin: 0; font-size: 16px; }

.how-steps p { margin: 3px 0 0; color: var(--muted-dark); font-size: 10px; }

.factors-section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 115px 0; }

.centered-intro { margin: 0 auto 45px; text-align: center; }

.centered-intro .kicker { justify-content: center; }

.factor-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 20px; background: var(--line); gap: 1px; overflow: hidden; }

.factor-grid article { position: relative; min-height: 260px; padding: 25px; background: var(--white); }

.factor-grid article > span { position: absolute; right: 21px; top: 19px; color: #b1bbc7; font-family: Consolas, monospace; font-size: 8px; }

.factor-grid .icon { width: 46px; height: 46px; margin-bottom: 63px; padding: 11px; border-radius: 12px; color: var(--ink); background: #edf1f3; }

.factor-grid h3 { margin: 0 0 7px; font-size: 15px; }

.factor-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 40px 0 120px; }

.faq-heading { max-width: 420px; }

.faq-heading > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.faq-list { border-top: 1px solid var(--line); }

.faq-list details { border-bottom: 1px solid var(--line); }

.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 75px; padding: 16px 0; font-size: 13px; font-weight: 730; cursor: pointer; list-style: none; }

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary .icon { width: 18px; height: 18px; transition: transform .2s ease; }

.faq-list details[open] summary .icon { transform: rotate(45deg); }

.faq-list details p { max-width: 670px; margin: -3px 0 21px; color: var(--muted); font-size: 11px; line-height: 1.7; }

.final-cta { position: relative; display: grid; justify-items: center; width: min(1400px, calc(100% - 32px)); margin: 0 auto 16px; padding: 105px 24px; overflow: hidden; border-radius: 28px; color: var(--white); text-align: center; background: var(--night); }

.final-cta > *:not(.final-grid) { position: relative; z-index: 2; }

.final-code { margin-bottom: 21px; color: var(--mint); font-family: Consolas, monospace; font-size: 9px; letter-spacing: 1px; }

.final-cta h2 { font-size: clamp(48px, 6vw, 76px); }

.final-cta h2 em { color: var(--mint); font-style: normal; }

.final-cta p { margin: 20px 0 29px; color: var(--muted-dark); }

.site-footer { color: var(--white); background: var(--night); }

.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 65px 0 45px; }

.footer-main > div > p { max-width: 380px; margin: 18px 0 0; color: var(--muted-dark); font-size: 11px; line-height: 1.65; }

.footer-contact { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--mint); font-size: 12px; font-weight: 750; }

.footer-contact .icon { width: 18px; height: 18px; }

.footer-main nav { display: flex; flex-wrap: wrap; gap: 15px 30px; }

.footer-main nav a { color: var(--muted-dark); font-size: 11px; }

.footer-main nav a:hover { color: var(--mint); }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 20px 0 28px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font-family: Consolas, monospace; font-size: 8px; }

.mobile-sticky-cta { display: none; }

.toast { position: fixed; z-index: 200; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; max-width: min(390px, calc(100% - 32px)); padding: 13px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: var(--white); background: var(--night); box-shadow: 0 20px 48px rgba(0,0,0,.3); font-size: 11px; font-weight: 650; animation: toast-in .22s var(--ease); }

.toast .icon { width: 17px; height: 17px; color: var(--mint); stroke-width: 2.6; }

@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } }

@media (max-width: 1180px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) 430px; gap: 35px; }
  .monitor-render { right: 12px; }
  .quote-app { grid-template-columns: 195px minmax(0, 1fr) 250px; }
  .quote-main { padding-inline: 26px; }
  .brand-choice-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1020px) {
  .hero { min-height: 1080px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr); align-content: center; gap: 30px; padding-top: 145px; padding-bottom: 105px; }
  .hero-copy { max-width: 720px; }
  .hero h1 { font-size: 72px; }
  .device-stage { width: min(590px, 100%); min-height: 460px; margin: 0 auto; }
  .quote-app { grid-template-columns: 190px minmax(0, 1fr); }
  .live-summary { grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr; gap: 20px; min-height: auto; padding: 22px; border-top: 1px solid var(--line); border-left: 0; }
  .summary-head { grid-column: 1 / -1; }
  .summary-device-art { grid-row: 2 / 4; min-height: 150px; margin: 0; }
  .live-summary dl { grid-template-columns: repeat(2, 1fr); }
  .live-summary dl > div { padding: 10px 12px; border-top: 0; border-left: 1px solid var(--line); }
  .summary-tip { margin: 0; padding: 10px 12px; border-top: 1px solid var(--line); }
  .how-section { gap: 45px; }
  .faq-section { gap: 50px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 82px; }
  body { padding-bottom: 76px; }
  .nav-wrap { width: calc(100% - 28px); min-height: 76px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: grid; place-items: center; width: 43px; height: 43px; padding: 0; border: 1px solid var(--line-dark); border-radius: 11px; color: var(--white); background: rgba(255,255,255,.04); cursor: pointer; }
  .mobile-menu { position: fixed; z-index: 79; inset: 76px 10px auto; display: grid; gap: 5px; padding: 10px; border: 1px solid var(--line-dark); border-radius: 15px; background: rgba(13,19,32,.98); box-shadow: 0 22px 50px rgba(0,0,0,.35); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { display: flex; align-items: center; min-height: 47px; padding: 0 13px; border-radius: 10px; color: var(--muted-dark); font-size: 12px; font-weight: 650; }
  .mobile-menu a:last-child { color: var(--night); background: var(--mint); }
  .hero { min-height: 980px; }
  .hero-inner { width: calc(100% - 28px); padding-top: 122px; padding-bottom: 105px; }
  .hero h1 { font-size: clamp(52px, 14vw, 70px); letter-spacing: -4px; }
  .hero-lead { font-size: 15px; }
  .device-stage { min-height: 390px; transform: scale(.9); transform-origin: top center; margin-bottom: -40px; }
  .brand-rail { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .brand-rail::-webkit-scrollbar { display: none; }
  .quote-section, .device-section, .factors-section, .faq-section { width: calc(100% - 28px); }
  .quote-section { padding: 78px 0 90px; }
  .section-intro h2, .how-copy h2, .faq-heading h2 { font-size: 42px; letter-spacing: -2.4px; }
  .quote-app { grid-template-columns: 1fr; border-radius: 20px; }
  .quote-sidebar { padding: 18px; }
  .quote-sidebar-top, .sidebar-security { display: none; }
  .step-list { grid-template-columns: repeat(4, 1fr); gap: 5px; padding: 0; }
  .step-list li { display: grid; justify-items: center; gap: 4px; padding: 7px 3px; text-align: center; }
  .step-list li > div { display: none; }
  .step-list li > span { width: 30px; height: 30px; }
  .quote-main { padding: 23px 18px 20px; }
  .quote-progress { margin-bottom: 30px; }
  .quote-main form { min-height: 590px; }
  .live-summary { grid-template-columns: 120px 1fr; }
  .summary-device-art { min-height: 125px; }
  .device-info-grid { grid-template-columns: 1fr; }
  .device-info-card { min-height: 330px; }
  .how-section { grid-template-columns: 1fr; width: calc(100% - 16px); padding: 62px 24px; border-radius: 22px; }
  .factor-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; padding-bottom: 90px; }
  .faq-heading { max-width: 620px; }
  .final-cta { width: calc(100% - 16px); padding: 76px 20px; border-radius: 22px; }
  .footer-main { flex-direction: column; width: calc(100% - 32px); }
  .footer-bottom { align-items: flex-start; flex-direction: column; width: calc(100% - 32px); }
  .mobile-sticky-cta { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 54px; border-radius: 14px; color: var(--night); background: var(--mint); box-shadow: 0 12px 32px rgba(7,11,20,.25); font-size: 13px; font-weight: 800; }
  .mobile-sticky-cta .icon { width: 18px; height: 18px; fill: currentColor; stroke: none; }
  .mobile-sticky-cta.is-whatsapp { color: var(--white); background: #1bad66; }
  .mobile-sticky-cta.is-whatsapp .icon { fill: none; stroke: currentColor; }
  .toast { right: 12px; bottom: 78px; }
}

@media (max-width: 560px) {
  .logo { font-size: 22px; }
  .logo-mark { width: 35px; height: 35px; }
  .hero { min-height: 905px; }
  .hero-inner { gap: 20px; }
  .hero h1 { font-size: 50px; letter-spacing: -3.5px; }
  .hero-lead { margin: 22px 0 25px; font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .device-stage { width: 450px; max-width: 128%; min-height: 340px; margin-left: 50%; transform: translateX(-50%) scale(.76); transform-origin: top center; margin-bottom: -80px; }
  .brand-rail { min-height: 60px; }
  .quote-intro { margin-bottom: 28px; }
  .section-intro h2, .how-copy h2, .faq-heading h2 { font-size: 36px; }
  .quote-main { padding-inline: 14px; }
  .quote-main form { min-height: 610px; }
  .form-step h3 { font-size: 29px; }
  .device-choice { grid-template-columns: 58px 1fr auto; min-height: 102px; padding: 13px; }
  .choice-icon { width: 54px; height: 54px; }
  .choice-icon .icon { width: 25px; height: 25px; }
  .device-choice small { font-size: 8px; }
  .brand-choice-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-choice { min-height: 45px; font-size: 9px; }
  .dynamic-spec-grid { grid-template-columns: 1fr; }
  .state-choice-grid { grid-template-columns: 1fr; }
  .state-choice-grid button { min-height: 77px; }
  .compact-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .condition-fields { grid-template-columns: 1fr; }
  .final-summary { grid-template-columns: 1fr; }
  .final-summary > div.is-wide { grid-column: auto; }
  .form-actions { position: sticky; bottom: 0; margin: 12px -14px -20px; padding: 12px 14px 14px; background: rgba(255,255,255,.96); box-shadow: 0 -10px 25px rgba(12,20,36,.06); backdrop-filter: blur(10px); }
  .live-summary { display: block; padding: 17px; }
  .summary-device-art { display: none; }
  .live-summary dl { grid-template-columns: 1fr 1fr; margin-top: 13px; }
  .live-summary dl > div { padding: 9px; border: 1px solid var(--line); }
  .summary-tip { margin-top: 10px; }
  .section-intro-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .device-info-card { min-height: 315px; }
  .how-steps li { grid-template-columns: 34px 1fr; }
  .factor-grid { grid-template-columns: 1fr; }
  .factor-grid article { min-height: 210px; }
  .factor-grid .icon { margin-bottom: 36px; }
  .faq-list summary { font-size: 12px; }
  .final-cta h2 { font-size: 45px; letter-spacing: -3px; }
  .footer-main nav { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 44px; }
  .hero-trust { grid-template-columns: 1fr; }
  .brand-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .device-choice { grid-template-columns: 50px 1fr auto; gap: 10px; }
  .choice-icon { width: 48px; height: 48px; }
  .quote-main { padding-inline: 11px; }
  .form-actions { margin-inline: -11px; padding-inline: 11px; }
  .live-summary dl { grid-template-columns: 1fr; }
}

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