:root {
  --ink: #0F2530;
  --ink-2: #183744;
  --ink-3: #25495A;
  --paper: #F2F4F1;
  --white: #FFFFFF;
  --amber: #F4A61D;
  --amber-hover: #FFB938;
  --teal: #1D5E5B;
  --text: #13262E;
  --muted: #55676E;
  --muted-on-ink: #A9BCC3;
  --rule: #D3DBD7;
  --rule-on-ink: #2E5364;
  --error: #B42318;
  --radius-lg: 22px;
  --radius: 10px;
  --wrap: 1160px;
  --font: "Schibsted Grotesk", "Helvetica Neue", Arial, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -0.02em; }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

.skip { position: absolute; left: -9999px; top: 8px; background: var(--amber); color: var(--ink); padding: 8px 14px; border-radius: 6px; z-index: 100; font-weight: 700; }
.skip:focus { left: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font: inherit; font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 16px 24px; border-radius: 999px; border: 0; cursor: pointer;
  text-decoration: none; transition: background-color .15s ease;
}
.btn-amber { background: var(--amber); color: var(--ink); }
.btn-amber:hover { background: var(--amber-hover); }
.btn-small { padding: 11px 18px; font-size: .9375rem; }
.btn[disabled] { opacity: .65; cursor: progress; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15, 37, 48, .92);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--rule-on-ink);
  color: var(--white);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.125rem; letter-spacing: -0.01em; }
.brand svg { width: 30px; height: 30px; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone { text-decoration: none; font-weight: 600; color: var(--muted-on-ink); font-variant-numeric: tabular-nums; }
.header-phone:hover { color: var(--white); }
@media (max-width: 560px) { .header-phone { display: none; } }

/* ---------- Hero ---------- */
.hero { background: var(--ink); color: var(--white); overflow: hidden; }
.hero .wrap {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 56px; align-items: center; padding-top: 88px; padding-bottom: 96px;
}
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 4.25rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; max-width: 14ch; }
.hero h1 .quiet { display: block; color: var(--muted-on-ink); font-weight: 700; margin-top: .18em; }
.hero-lede { margin-top: 28px; font-size: 1.25rem; line-height: 1.55; color: #D9E4E8; max-width: 44ch; }
.hero-cta { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.hero-cta .text-link { color: var(--white); font-weight: 600; text-decoration-color: var(--amber); text-underline-offset: 5px; text-decoration-thickness: 2px; }
.hero-note { margin-top: 22px; color: var(--muted-on-ink); font-size: .9375rem; }

@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 72px; gap: 56px; }
  .hero h1 { max-width: 16ch; }
}

/* ---------- Phone ---------- */
.phone-stage { display: flex; justify-content: center; }
.phone {
  position: relative; width: 320px; max-width: 100%; aspect-ratio: 9 / 18.5;
  border-radius: 46px; padding: 12px; background: #06141A;
  box-shadow: 0 0 0 1.5px var(--ink-3), 0 40px 80px -30px rgba(0, 0, 0, .7);
}
.phone-screen {
  position: relative; height: 100%; border-radius: 36px; overflow: hidden;
  background:
    radial-gradient(120% 70% at 20% 0%, #2B5A6B 0%, transparent 60%),
    radial-gradient(90% 60% at 100% 100%, #5C4312 0%, transparent 65%),
    #10303C;
  padding: 18px 12px;
}
.phone-notch { width: 96px; height: 26px; background: #06141A; border-radius: 99px; margin: 0 auto; }
.lock-date { text-align: center; color: #D6E3E8; font-size: .875rem; font-weight: 600; margin-top: 18px; }
.lock-time { text-align: center; color: var(--white); font-size: 4.25rem; font-weight: 700; line-height: 1; letter-spacing: -0.03em; margin-top: 2px; font-variant-numeric: tabular-nums; }
.notifications { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.note {
  display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: start;
  background: rgba(242, 244, 241, .9); color: var(--text);
  border-radius: 18px; padding: 11px 12px; font-size: .8125rem; line-height: 1.35;
}
.note-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--ink); display: grid; place-items: center; }
.note-icon svg { width: 20px; height: 20px; }
.note-top { display: flex; justify-content: space-between; gap: 8px; color: var(--muted); font-size: .75rem; }
.note-app { font-weight: 600; }
.note-title { font-weight: 700; margin-top: 1px; }
.note-body { color: #33464D; }
.note.is-new { animation: note-in .5s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes note-in { from { opacity: 0; transform: translateY(-14px) scale(.97); } to { opacity: 1; transform: none; } }
.phone-caption { text-align: center; color: var(--muted-on-ink); font-size: .8125rem; margin-top: 16px; }
@media (prefers-reduced-motion: reduce) { .note.is-new { animation: none; } }

/* ---------- Sections ---------- */
section { scroll-margin-top: 68px; }
.section { padding: 104px 0; }
.section-white { background: var(--white); }
.section-ink { background: var(--ink); color: var(--white); }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 800; }
.section-head p { margin-top: 18px; font-size: 1.1875rem; color: var(--muted); max-width: 60ch; }
.section-ink .section-head p { color: var(--muted-on-ink); }
@media (max-width: 700px) { .section { padding: 72px 0; } .section-head { margin-bottom: 40px; } }

/* ---------- Three traits ---------- */
.traits { background: var(--white); border-bottom: 1px solid var(--rule); }
.traits .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.trait { padding: 44px 32px 48px 0; }
.trait + .trait { padding-left: 32px; border-left: 1px solid var(--rule); }
.trait h2 { font-size: 1.625rem; font-weight: 800; }
.trait p { margin-top: 10px; color: var(--muted); max-width: 36ch; }
@media (max-width: 820px) {
  .traits .wrap { grid-template-columns: 1fr; }
  .trait, .trait + .trait { padding: 32px 0; border-left: 0; }
  .trait + .trait { border-top: 1px solid var(--rule); }
}

/* ---------- Comparison ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compare-col { border-radius: var(--radius-lg); padding: 36px; }
.compare-col h3 { font-size: 1.375rem; font-weight: 800; }
.compare-col .sub { margin-top: 6px; }
.compare-col ul { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 16px; }
.compare-col li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; }
.compare-col li svg { width: 22px; height: 22px; margin-top: 2px; }
.compare-them { background: transparent; border: 1px solid var(--rule); }
.compare-them .sub, .compare-them li { color: var(--muted); }
.compare-us { background: var(--ink); color: var(--white); }
.compare-us .sub { color: var(--muted-on-ink); }
.compare-us strong { color: var(--white); }
@media (max-width: 820px) { .compare { grid-template-columns: 1fr; } .compare-col { padding: 28px 24px; } }

/* ---------- Steps ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.step { position: relative; padding: 0 28px 0 0; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  font-weight: 800; background: var(--amber); color: var(--ink); position: relative; z-index: 1;
}
.step::before { content: ""; position: absolute; top: 22px; left: 44px; right: 0; height: 2px; background: var(--rule-on-ink); }
.step:last-child::before { display: none; }
.step h3 { margin-top: 22px; font-size: 1.25rem; font-weight: 700; }
.step p { margin-top: 10px; color: var(--muted-on-ink); max-width: 30ch; }
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; gap: 36px; }
  .step { padding: 0 0 0 68px; }
  .step-num { position: absolute; left: 0; top: 0; }
  .step::before { top: 44px; bottom: -36px; left: 21px; right: auto; width: 2px; height: auto; }
  .step h3 { margin-top: 8px; }
}

/* ---------- Results ---------- */
.results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.result { margin: 0; display: flex; flex-direction: column; background: var(--paper); border-radius: var(--radius-lg); padding: 32px; }
.result-figure { font-size: clamp(2.75rem, 5vw, 3.75rem); font-weight: 800; line-height: 1; letter-spacing: -0.035em; color: var(--ink); font-variant-numeric: tabular-nums; }
.result-label { margin-top: 10px; font-weight: 600; color: var(--teal); }
.result blockquote { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--rule); font-size: 1.0625rem; line-height: 1.6; flex: 1; }
.result figcaption { margin-top: 20px; font-weight: 700; }
.result figcaption span { display: block; font-weight: 400; color: var(--muted); font-size: .9375rem; }
.results-note { margin-top: 28px; font-size: .875rem; color: var(--muted); max-width: 70ch; }
@media (max-width: 900px) { .results { grid-template-columns: 1fr; } }

/* ---------- Fit ---------- */
.fit { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: start; }
.fit h3 { font-size: 1.125rem; font-weight: 700; margin-bottom: 18px; }
.fit ul { list-style: none; margin: 0; padding: 0; }
.fit-yes li { padding: 18px 0; border-top: 1px solid var(--rule); font-size: 1.125rem; display: grid; grid-template-columns: 26px 1fr; gap: 14px; }
.fit-yes li:last-child { border-bottom: 1px solid var(--rule); }
.fit-yes svg { width: 24px; height: 24px; margin-top: 3px; }
.fit-no { background: var(--white); border-radius: var(--radius-lg); padding: 28px 30px; }
.fit-no li { padding: 10px 0; color: var(--muted); display: grid; grid-template-columns: 20px 1fr; gap: 12px; }
.fit-no svg { width: 18px; height: 18px; margin-top: 5px; }
@media (max-width: 860px) { .fit { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; }
.faq details { border-top: 1px solid var(--rule); }
.faq details:last-child { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none; cursor: pointer; padding: 24px 44px 24px 0; position: relative;
  font-size: 1.1875rem; font-weight: 700;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 12px; height: 12px; margin-top: -8px;
  border-right: 2.5px solid var(--ink); border-bottom: 2.5px solid var(--ink); transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details p { padding: 0 0 26px; color: var(--muted); max-width: 66ch; }
@media (prefers-reduced-motion: reduce) { .faq summary::after { transition: none; } }

/* ---------- Contact ---------- */
.contact .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.contact-intro h2 { font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 800; }
.contact-intro p { margin-top: 18px; font-size: 1.1875rem; color: var(--muted-on-ink); max-width: 38ch; }
.contact-intro a { color: var(--white); font-weight: 700; text-decoration-color: var(--amber); text-underline-offset: 4px; text-decoration-thickness: 2px; }
.contact-direct { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--rule-on-ink); display: grid; gap: 6px; color: var(--muted-on-ink); }
.contact-direct a { font-weight: 600; }

.form-card { background: var(--white); color: var(--text); border-radius: var(--radius-lg); padding: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label, .field legend { font-weight: 600; font-size: .9375rem; }
.optional { font-weight: 400; color: var(--muted); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
  font: inherit; font-size: 1rem; color: var(--text); background: var(--paper);
  border: 1.5px solid var(--rule); border-radius: var(--radius); padding: 13px 14px; width: 100%;
}
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--ink); background: var(--white); box-shadow: 0 0 0 3px rgba(244, 166, 29, .45); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--error); }

fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
fieldset.field legend { padding: 0; margin-bottom: 10px; }
.radios { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.radio { position: relative; }
.radio input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.radio span {
  display: block; text-align: center; padding: 13px 8px; border-radius: var(--radius);
  border: 1.5px solid var(--rule); background: var(--paper); font-weight: 700; font-variant-numeric: tabular-nums;
  transition: background-color .12s ease, border-color .12s ease;
}
.radio input:hover + span { border-color: var(--ink-3); }
.radio input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--white); }
.radio input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 2px; }
.radios.is-invalid .radio span { border-color: var(--error); }
@media (max-width: 460px) { .radios { grid-template-columns: repeat(2, 1fr); } }

.field-error { color: var(--error); font-size: .875rem; font-weight: 600; }
.field-error:empty { display: none; }

.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.form-footer { margin-top: 28px; }
.form-footer .btn { width: 100%; }
.consent { margin-top: 16px; font-size: .8125rem; line-height: 1.5; color: var(--muted); }
.consent a { color: var(--text); }
.form-status { margin-top: 16px; padding: 12px 14px; border-radius: var(--radius); background: #FDECEA; color: var(--error); font-size: .9375rem; font-weight: 600; }
.form-status[hidden] { display: none; }

.thanks { text-align: left; padding: 12px 0; }
.thanks-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--amber); display: grid; place-items: center; }
.thanks-mark svg { width: 28px; height: 28px; }
.thanks h3 { margin-top: 24px; font-size: 2rem; font-weight: 800; }
.thanks p { margin-top: 12px; font-size: 1.125rem; color: var(--muted); max-width: 40ch; }
.thanks .phone-big { display: inline-block; margin-top: 20px; font-size: 1.75rem; font-weight: 800; color: var(--ink); text-decoration-color: var(--amber); text-underline-offset: 6px; text-decoration-thickness: 3px; font-variant-numeric: tabular-nums; }
.thanks:focus { outline: none; }

@media (max-width: 900px) { .contact .wrap { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 560px) { .form-card { padding: 26px 20px; } .form-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: #0A1C24; color: var(--muted-on-ink); padding: 64px 0 40px; font-size: .9375rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer .brand { color: var(--white); }
.footer-tag { margin-top: 14px; max-width: 32ch; }
.site-footer h2 { font-size: .9375rem; font-weight: 700; color: var(--white); letter-spacing: 0; margin-bottom: 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-legal { margin-top: 48px; padding-top: 24px; border-top: 1px solid #1E3A47; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; font-size: .8125rem; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Legal pages ---------- */
.legal { background: var(--white); padding: 72px 0 96px; }
.legal .wrap { max-width: 760px; }
.legal h1 { font-size: clamp(2.25rem, 4.5vw, 3.25rem); font-weight: 800; }
.legal .updated { margin-top: 12px; color: var(--muted); }
.legal h2 { font-size: 1.5rem; font-weight: 800; margin-top: 48px; }
.legal h3 { font-size: 1.125rem; font-weight: 700; margin-top: 28px; }
.legal p, .legal ul { margin-top: 14px; }
.legal ul { padding-left: 1.25rem; }
.legal li + li { margin-top: 8px; }
.legal a { color: var(--teal); font-weight: 600; }
.legal-contact { margin-top: 56px; padding: 28px; background: var(--paper); border-radius: var(--radius-lg); }
.legal-contact p { margin-top: 4px; }
.legal-contact p:first-child { margin-top: 0; }
.back-link { display: inline-block; margin-top: 32px; }
.field input, .field textarea, .radio input { scroll-margin-top: 110px; }
