:root {
  color-scheme: light;
  --ink: #121629;
  --ink-soft: #515568;
  --paper: #f4f1ea;
  --white: #fffdf8;
  --orange: #ff5c35;
  --orange-dark: #d93a16;
  --lime: #d8ff72;
  --line: rgba(18, 22, 41, 0.14);
  --shadow: 0 24px 70px rgba(20, 25, 45, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
a, button, input, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.page-shell {
  position: relative;
  min-height: calc(100svh - 118px);
  overflow: hidden;
  padding: 24px clamp(20px, 5vw, 76px) 64px;
}
.page-shell::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  top: -310px;
  right: -120px;
  border: 1px solid rgba(255, 92, 53, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 92, 53, 0.04), 0 0 0 140px rgba(255, 92, 53, 0.025);
  pointer-events: none;
}
.nav, .page-inner, .footer-inner { width: min(1180px, 100%); margin-inline: auto; }
.nav { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 900; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: var(--lime); }
.brand-logo { display: block; width: 120px; height: auto; }
.nav-actions, .nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { color: var(--ink); font-size: .88rem; font-weight: 760; text-decoration: none; }
.nav-links a[aria-current="page"], .nav-links a:hover { color: var(--orange-dark); }
.language-switch { display: inline-flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); }
.language-button { min-width: 42px; min-height: 34px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-soft); font-size: .78rem; font-weight: 850; cursor: pointer; }
.language-button[aria-pressed="true"] { background: var(--ink); color: var(--white); }

.page-inner { position: relative; z-index: 1; padding-top: clamp(52px, 8vh, 92px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--orange-dark); font-size: .79rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: var(--orange); }
h1 { max-width: 940px; margin: 0; font-size: clamp(3rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.072em; font-weight: 900; }
h1 em { color: var(--orange); font-style: normal; }
.lead { max-width: 700px; margin: 28px 0 42px; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; }
.single-offer { width: min(820px, 100%); }
.card { position: relative; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }

.site-card { min-height: 520px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(30px, 5vw, 54px); background: var(--ink); color: var(--white); }
.site-card::after { content: "01"; position: absolute; right: -18px; bottom: -55px; color: rgba(255,255,255,.055); font-size: 15rem; font-weight: 900; line-height: 1; }
.step-label { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.66); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.step-badge { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: var(--lime); }
.site-card-content { position: relative; z-index: 2; }
.site-card h2, .growth-card h2 { margin: 0; letter-spacing: -.055em; }
.site-card h2 { font-size: clamp(2.7rem, 6vw, 5.5rem); }
.site-card p { max-width: 490px; margin: 14px 0 0; color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.55; }
.price-row { display: flex; align-items: end; gap: 14px; margin-top: 34px; }
.price { font-size: clamp(4.5rem, 9vw, 7.2rem); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.price-copy { padding-bottom: 4px; color: rgba(255,255,255,.72); line-height: 1.35; }
.price-copy strong { display: block; color: var(--white); font-size: 1.05rem; }
.primary-lime, .primary-orange { min-height: 54px; border: 0; border-radius: 999px; padding: 0 24px; font-weight: 850; cursor: pointer; transition: transform 180ms ease; }
.primary-lime { width: 100%; margin-top: 34px; background: var(--lime); color: var(--ink); }
.primary-orange { background: var(--orange); color: white; box-shadow: 0 12px 28px rgba(255,92,53,.25); }
.primary-lime:hover, .primary-orange:hover { transform: translateY(-2px); }

.growth-card { min-height: 520px; padding: clamp(30px, 5vw, 54px); background: var(--white); }
.growth-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.growth-card h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .95; }
.growth-intro { max-width: 280px; margin: 8px 0 0; color: var(--ink-soft); line-height: 1.5; }
.choices { display: grid; gap: 11px; }
.choice { width: 100%; display: grid; grid-template-columns: 44px minmax(0,1fr) 30px; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.choice:hover { border-color: rgba(18,22,41,.35); }
.choice[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: var(--white); }
.choice-index { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: rgba(18,22,41,.07); font-size: .78rem; font-weight: 900; }
.choice[aria-pressed="true"] .choice-index { background: var(--orange); }
.choice-copy strong { display: block; margin-bottom: 4px; }
.choice-copy span { display: block; color: var(--ink-soft); font-size: .88rem; line-height: 1.4; }
.choice[aria-pressed="true"] .choice-copy span { color: rgba(255,255,255,.68); }
.choice-check { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: transparent; }
.choice[aria-pressed="true"] .choice-check { border-color: var(--lime); background: var(--lime); color: var(--ink); font-weight: 900; }
.selection-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.selection-status { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.selection-status strong { display: block; color: var(--ink); font-size: 1rem; }

.cross-sell { width: min(820px,100%); display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 22px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.58); }
.cross-sell strong { display: block; margin-bottom: 5px; }
.cross-sell span { color: var(--ink-soft); line-height: 1.45; }
.text-link { flex: 0 0 auto; color: var(--orange-dark); font-weight: 850; text-decoration: none; }

dialog { width: min(720px, calc(100% - 32px)); max-height: calc(100svh - 32px); margin: auto; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: var(--white); color: var(--ink); box-shadow: 0 34px 100px rgba(10,13,28,.28); }
dialog::backdrop { background: rgba(10,13,28,.7); backdrop-filter: blur(7px); }
.modal-shell { position: relative; max-height: calc(100svh - 32px); overflow-y: auto; padding: clamp(26px,5vw,46px); }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.modal-kicker { margin: 0 0 10px; color: var(--orange-dark); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.modal-title { max-width: 570px; margin: 0; padding-right: 40px; font-size: clamp(2rem,5vw,3.5rem); line-height: .98; letter-spacing: -.055em; }
.modal-copy { max-width: 590px; margin: 14px 0 28px; color: var(--ink-soft); line-height: 1.55; }
.progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-bottom: 28px; }
.progress span { height: 5px; border-radius: 99px; background: rgba(18,22,41,.1); }
.progress span.active { background: var(--orange); }
[hidden] { display: none !important; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label, .field legend { font-size: .88rem; font-weight: 760; }
.field input, .field select { width: 100%; min-height: 52px; border: 1px solid rgba(18,22,41,.2); border-radius: 13px; padding: 0 14px; background: #fff; color: var(--ink); font-size: 1rem; }
.field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%); background-position: calc(100% - 19px) 22px,calc(100% - 14px) 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.custom-select { position: relative; }
.custom-select-toggle { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(18,22,41,.2); border-radius: 13px; padding: 0 14px; background: #fff; color: var(--ink); font-size: 1rem; text-align: left; cursor: pointer; }
.custom-select-toggle::after { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform 160ms ease; }
.custom-select.open .custom-select-toggle { border-color: var(--orange); outline: 3px solid rgba(255,92,53,.15); }
.custom-select.open .custom-select-toggle::after { transform: translateY(2px) rotate(225deg); }
.custom-select[data-invalid="true"] .custom-select-toggle { border-color: var(--orange-dark); }
.custom-options { position: absolute; z-index: 40; top: calc(100% + 8px); left: 0; width: 100%; display: grid; gap: 4px; padding: 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: var(--ink); box-shadow: 0 22px 50px rgba(10,13,28,.3); }
.custom-option { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 0; border-radius: 10px; padding: 9px 12px; background: transparent; color: rgba(255,255,255,.76); font-size: .92rem; font-weight: 680; text-align: left; cursor: pointer; }
.custom-option:hover, .custom-option:focus-visible { outline: none; background: rgba(255,255,255,.09); color: #fff; }
.custom-option[aria-selected="true"] { background: var(--orange); color: #fff; }
.custom-option[aria-selected="true"]::after { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: .75rem; font-weight: 900; }
.check-option { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(18,22,41,.025); cursor: pointer; }
.check-option input { width: 20px; min-height: 20px; margin: 1px 0 0; accent-color: var(--orange); }
.check-option span { font-size: .92rem; font-weight: 760; line-height: 1.4; }
.privacy-link { grid-column: 1/-1; margin-top: -8px; color: var(--orange-dark); font-size: .84rem; font-weight: 760; }
.form-submit-error { margin: 14px 0 0; color: #b42318; font-size: .92rem; font-weight: 700; }
.radio-grid { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 0; padding: 0; border: 0; }
.radio-grid legend { grid-column: 1/-1; margin-bottom: 2px; }
.radio-option { position: relative; }
.radio-option input { position: absolute; opacity: 0; pointer-events: none; }
.radio-option span { display: grid; min-height: 58px; place-items: center; padding: 9px; border: 1px solid var(--line); border-radius: 13px; text-align: center; font-size: .86rem; font-weight: 760; cursor: pointer; }
.radio-option input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.estimate { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin-bottom: 24px; padding: 20px; border-radius: 18px; background: var(--ink); color: var(--white); }
.estimate small, .estimate span { color: rgba(255,255,255,.66); }
.estimate strong { display: block; margin-top: 4px; color: var(--lime); font-size: 2rem; }
.estimate span { max-width: 230px; font-size: .8rem; line-height: 1.4; text-align: right; }
.modal-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 26px; }
.button-secondary, .button-primary { min-height: 50px; border-radius: 999px; padding: 0 21px; font-weight: 820; cursor: pointer; }
.button-secondary { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.button-primary { margin-left: auto; border: 0; background: var(--orange); color: white; }
.success-mark { display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 24px; border-radius: 22px; background: var(--lime); font-size: 2rem; font-weight: 900; }

.legal-shell { padding-bottom: 90px; }
.legal-inner { width: min(900px,100%); }
.legal-inner h1 { max-width: 820px; font-size: clamp(2.75rem,6vw,5.4rem); overflow-wrap: anywhere; }
.legal-card { margin-top: 42px; padding: clamp(26px,5vw,54px); border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.legal-card h2 { margin: 38px 0 10px; font-size: clamp(1.45rem,3vw,2rem); letter-spacing: -.035em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--ink-soft); font-size: 1rem; line-height: 1.68; }
.legal-card a { color: var(--orange-dark); }
.company-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.company-fact { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(18,22,41,.025); }
.company-fact small { display: block; margin-bottom: 6px; color: var(--ink-soft); }
.company-fact strong { font-size: 1.05rem; }

footer { padding: 26px clamp(20px,5vw,76px); background: var(--ink); color: rgba(255,255,255,.65); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: .88rem; }
.footer-company { display: grid; gap: 8px; line-height: 1.45; }
.footer-company strong { color: var(--white); }
.footer-logo { display: block; width: 210px; height: auto; margin: -24px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px; }
.footer-links a { color: var(--white); text-decoration: none; }
.footer-links a:hover { color: var(--lime); }

@media (max-width: 760px) {
  .page-shell { min-height: auto; padding-inline: 14px; padding-bottom: 36px; }
  .nav-links { display: none; }
  .page-inner { padding-top: 44px; }
  h1 { font-size: clamp(3rem,15vw,4.7rem); }
  .site-card, .growth-card { min-height: 0; }
  .site-card { gap: 68px; }
  .growth-header, .selection-bar, .cross-sell, .footer-inner { align-items: stretch; flex-direction: column; }
  .primary-orange { width: 100%; }
  .cross-sell .text-link { align-self: flex-start; }
  .form-grid, .radio-grid, .company-grid, .estimate { grid-template-columns: 1fr; }
  .estimate span { max-width: none; text-align: left; }
  .modal-actions { align-items: stretch; flex-direction: column-reverse; }
  .button-primary, .button-secondary { width: 100%; }
  .footer-links { justify-content: flex-start; }
  dialog { width: 100%; max-width: none; max-height: 100svh; border-radius: 0; }
  .modal-shell { min-height: 100svh; max-height: 100svh; padding: 28px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
