/* ============================================================
   WeektoClose.com styles
   Brand: navy + "cash" green, cream surfaces. Speed + trust.
   ============================================================ */

:root {
  /* Brand sampled from logo */
  --navy-900: #0b2a45;
  --navy-800: #103a5e;
  --navy-700: #17496f;
  --navy-600: #205d89;
  --ink:      #0e2c47;

  --green:     #58b237;
  --green-600: #4a9e2c;
  --green-700: #3d8523;
  --green-50:  #eef7e8;
  --green-100: #dcefcf;

  --amber:    #f0a52a;
  --amber-50: #fcf3e0;

  /* Neutrals */
  --cream:   #f7f5ef;
  --cream-2: #efece3;
  --paper:   #ffffff;
  --line:    #e6e2d8;
  --line-2:  #d9d4c8;
  --slate:   #56657a;
  --slate-2: #7c8a9c;

  /* Accent (tweakable) */
  --accent:     var(--green);
  --accent-600: var(--green-600);
  --accent-700: var(--green-700);
  --accent-ink: #ffffff;

  /* Type */
  --display: "Schibsted Grotesk", "Hanken Grotesk", system-ui, sans-serif;
  --body:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  /* Radii / shadow */
  --r-sm: 8px;
  --r:    14px;
  --r-lg: 22px;
  --r-xl: 30px;
  --shadow-sm: 0 1px 2px rgba(12,42,69,.06), 0 2px 6px rgba(12,42,69,.05);
  --shadow:    0 8px 24px rgba(12,42,69,.10), 0 2px 6px rgba(12,42,69,.06);
  --shadow-lg: 0 30px 70px -18px rgba(11,42,69,.32), 0 8px 20px rgba(11,42,69,.10);

  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  max-width: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: 1.04; letter-spacing: -.02em; margin: 0; color: var(--ink); }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; min-width: 0; }
.section { padding: 96px 0; }
.eyebrow {
  font-family: var(--body); font-weight: 700; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green-700);
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow.on-dark { color: #8fd86f; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: -.01em;
  padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .14s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 8px 20px -6px color-mix(in oklab, var(--accent) 60%, transparent); }
.btn-primary:hover { background: var(--accent-600); transform: translateY(-2px); box-shadow: 0 14px 26px -8px color-mix(in oklab, var(--accent) 65%, transparent); }
.btn-navy { background: var(--navy-800); color: #fff; }
.btn-navy:hover { background: var(--navy-900); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--navy-700); color: var(--navy-800); }
.btn-white { background: #fff; color: var(--navy-900); }
.btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-lg { font-size: 19px; padding: 18px 34px; }
.btn-block { width: 100%; }

/* ============================================================
   Urgency bar + Nav
   ============================================================ */
.topbar {
  background: var(--navy-900); color: #cfe0ef;
  font-size: 14px; font-weight: 500;
}
.topbar .wrap { display: flex; align-items: center; justify-content: center; gap: 10px; padding-block: 9px; text-align: center; }
.topbar strong { color: #fff; font-weight: 700; }
.topbar .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 color-mix(in oklab, var(--green) 70%, transparent); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 color-mix(in oklab, var(--green) 60%, transparent);} 70% { box-shadow: 0 0 0 9px transparent;} 100% { box-shadow: 0 0 0 0 transparent;} }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--paper) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; gap: 14px; height: 74px; }
.nav__logo { display: inline-flex; flex: none; }
.nav__logo .wtc-word { font-size: 23px; }
.nav__logo .wtc-cal { height: 33px; }

/* Brand lockup: calendar mark + WeektoClose wordmark */
.wtc-logo { display: inline-flex; align-items: center; gap: 0.34em; line-height: 1; }
.wtc-cal { width: auto; flex: none; height: 1.42em; }
.wtc-cal-frame { fill: #13365d; }
.wtc-cal-mark { fill: #60a537; }
.wtc-word {
  font-family: "Montserrat", var(--display);
  font-weight: 800; font-style: italic;
  letter-spacing: -0.012em; line-height: 1; white-space: nowrap;
}
.wtc-navy { color: var(--navy-900); }
.wtc-green { color: var(--green); }
.wtc-logo--light .wtc-cal-frame { fill: #ffffff; }
.wtc-logo--light .wtc-navy { color: #ffffff; }
.nav__links { display: flex; align-items: center; gap: 20px; flex: 1; justify-content: center; }
.nav__links a { font-size: 14.5px; font-weight: 600; color: var(--slate); transition: color .15s; white-space: nowrap; }
.nav__links a:hover { color: var(--navy-800); }
.nav__right { display: flex; align-items: center; gap: 22px; flex: none; }
.nav__phone { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 800; font-size: 15.5px; color: var(--navy-800); white-space: nowrap; }
.nav__phone small { display: block; font-family: var(--body); font-weight: 600; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate-2); }
.nav__phone .ic { display: none; }
.nav__right .btn { font-size: 14.5px; padding: 11px 18px; }
@media (max-width: 1080px) { .nav__phone small { display: none; } }
.nav__burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; margin-left: 2px; border: none; background: none; cursor: pointer; }
.nav__burger span { display: block; width: 22px; height: 2.5px; border-radius: 2px; background: var(--navy-800); transition: transform .25s ease, opacity .2s ease; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile dropdown menu */
.navmenu { display: none; }
.navmenu[hidden] { display: none; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; background:
  radial-gradient(1200px 600px at 78% -10%, var(--green-50), transparent 60%),
  linear-gradient(180deg, var(--cream), var(--paper) 70%);
  overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding-top: 78px; padding-bottom: 88px; }
.hero__h1 { font-size: clamp(40px, 5.4vw, 68px); margin: 18px 0 0; }
.hero__h1 .hl { color: var(--green-700); position: relative; white-space: nowrap; }
.hero__sub { font-size: 20px; color: var(--slate); margin-top: 20px; max-width: 30em; }

.addrform { margin-top: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 10px; box-shadow: var(--shadow); display: flex; gap: 10px; max-width: 540px; }
.addrform input { flex: 1; min-width: 0; border: none; background: transparent; font-family: var(--body); font-size: 17px; color: var(--ink); padding: 14px 16px; outline: none; }
.addrform input::placeholder { color: var(--slate-2); }
.addrform .btn { flex-shrink: 0; }
.hero__reassure { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; }
.hero__reassure span { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15.5px; color: var(--navy-800); }
.hero__reassure svg { width: 19px; height: 19px; flex-shrink: 0; color: var(--green-600); }
.hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.stars { display: inline-flex; gap: 3px; color: var(--amber); }
.stars svg { width: 18px; height: 18px; }
.hero__trust small { font-size: 14.5px; color: var(--slate); font-weight: 500; }
.hero__trust b { color: var(--ink); }

/* Hero visual */
.hero__visual { position: relative; }
.hero__photo { width: 100%; height: 480px; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); object-fit: cover; display: block; background: #e9f4e0; }
.offercard {
  position: absolute; left: -26px; bottom: 36px; width: 268px;
  background: #fff; border-radius: var(--r); box-shadow: var(--shadow-lg);
  padding: 18px 20px; border: 1px solid var(--line);
}
.offercard__row { display: flex; align-items: center; justify-content: space-between; }
.offercard__tag { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-700); }
.offercard__check { width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; }
.offercard__amt { font-family: var(--display); font-weight: 800; font-size: 34px; color: var(--ink); margin-top: 8px; letter-spacing: -.02em; }
.offercard__meta { font-size: 13.5px; color: var(--slate); margin-top: 3px; }
.offercard__bar { margin-top: 14px; height: 8px; border-radius: 99px; background: var(--cream-2); overflow: hidden; }
.offercard__bar i { display: block; height: 100%; width: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--green), var(--green-600)); }
.offercard__days { display: flex; align-items: center; justify-content: flex-start; margin-top: 8px; font-size: 12px; color: var(--slate-2); font-weight: 600; }

.daychip {
  position: absolute; top: 26px; right: -18px;
  background: var(--navy-900); color: #fff; border-radius: var(--r);
  padding: 14px 20px; box-shadow: var(--shadow-lg); text-align: center;
}
.daychip b { display: block; font-family: var(--display); font-weight: 800; font-size: 30px; line-height: 1; }
.daychip__top { display: block; margin: 0 0 2px; white-space: nowrap; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: #8fd86f; font-weight: 700; }
.daychip span { display: block; margin-top: 4px; white-space: nowrap; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: #8fd86f; font-weight: 700; }

/* ============================================================
   Press strip
   ============================================================ */
.press { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.press .wrap { padding-block: 30px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; }
.press__label { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--slate-2); }
.press__logos { display: flex; align-items: center; gap: 38px; flex-wrap: wrap; justify-content: center; }
.press__logos span { font-family: var(--display); font-weight: 800; font-size: 20px; color: #9aa6b4; letter-spacing: -.01em; opacity: .85; }
.press__logos span.serif { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 700; }

/* ============================================================
   Timeline (signature)
   ============================================================ */
.timeline { background: linear-gradient(180deg, var(--paper), var(--cream)); }
.timeline__head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.timeline__head h2 { font-size: clamp(32px, 4vw, 50px); margin-top: 16px; }
.timeline__head p { font-size: 19px; color: var(--slate); margin-top: 16px; }

.track { position: relative; }
.track__line { position: absolute; left: 0; right: 0; top: 34px; height: 4px; background: var(--line-2); border-radius: 99px; }
.track__line i { position: absolute; inset: 0; width: 100%; background: linear-gradient(90deg, var(--green), var(--green-600)); border-radius: 99px; transform-origin: left; transform: scaleX(0); transition: transform 1.4s cubic-bezier(.2,.7,.2,1); }
.track.in i { transform: scaleX(1); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step { position: relative; }
.step__dot {
  width: 70px; height: 70px; border-radius: 50%; background: #fff; border: 4px solid var(--green);
  display: grid; place-items: center; font-family: var(--display); font-weight: 800; color: var(--green-700);
  box-shadow: var(--shadow); position: relative; z-index: 2;
}
.step__dot small { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-2); font-weight: 700; line-height: 1; }
.step__dot b { font-size: 26px; line-height: 1; }
.step__day { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-700); margin-top: 20px; }
.step h3 { font-size: 21px; margin-top: 6px; }
.step p { font-size: 16px; color: var(--slate); margin-top: 8px; }
.timeline__cta { text-align: center; margin-top: 56px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   Comparison
   ============================================================ */
.compare { background: var(--navy-900); color: #e7eef5; }
.compare__head { text-align: center; max-width: 700px; margin: 0 auto 52px; }
.compare__head h2 { color: #fff; font-size: clamp(32px, 4vw, 50px); margin-top: 16px; }
.compare__head p { color: #a9bed3; font-size: 19px; margin-top: 16px; }
.ctable { max-width: 920px; margin: 0 auto; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) minmax(0, 1fr); }
.ctable__row { display: contents; }
.ctable__row + .ctable__row > div { border-top: 1px solid rgba(255,255,255,.1); }
.ctable__row > div { min-width: 0; padding: 18px 24px; display: flex; align-items: center; gap: 12px; overflow-wrap: anywhere; }
.ctable__feat { font-weight: 600; color: #cdddec; font-size: 16.5px; }
.ctable__us { min-width: 0; background: color-mix(in oklab, var(--green) 16%, transparent); color: #fff; font-weight: 600; }
.ctable__them { min-width: 0; color: #9fb4c8; }
.ctable__head > div { padding-block: 20px; }
.ctable__head .ctable__feat { color: #8298ae; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.ctable__head .ctable__us { background: var(--green); border-radius: 0; font-family: var(--display); font-weight: 800; font-size: 18px; }
.ctable__head .ctable__them { font-family: var(--display); font-weight: 800; font-size: 18px; color: #fff; }
.ci { width: 22px; height: 22px; flex-shrink: 0; }
.ci.yes { color: #8fe06a; }
.ci.no { color: #e88; }

/* ============================================================
   Situations
   ============================================================ */
.situations { background: var(--cream); }
.situations__head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.situations__head h2 { font-size: clamp(32px, 4vw, 50px); margin-top: 16px; }
.situations__head p { font-size: 19px; color: var(--slate); margin-top: 16px; }
.sgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sgrid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.scard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; transition: transform .16s ease, box-shadow .2s ease, border-color .2s; }
.scard:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-100); }
.scard__ic { width: 50px; height: 50px; border-radius: 13px; background: var(--green-50); color: var(--green-700); display: grid; place-items: center; margin-bottom: 18px; }
.scard__ic svg { width: 26px; height: 26px; }
.scard h3 { font-size: 19px; }
.scard p { font-size: 15px; color: var(--slate); margin-top: 7px; }

/* ============================================================
   As-is band
   ============================================================ */
.asis { background: var(--paper); }
.asis .wrap { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.asis__photo { width: 100%; height: 440px; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); object-fit: cover; display: block; background: #e7eef6; }
.asis h2 { font-size: clamp(30px, 3.6vw, 46px); margin-top: 16px; }
.asis__lead { font-size: 19px; color: var(--slate); margin-top: 18px; }
.asis__list { margin-top: 24px; display: grid; gap: 14px; }
.asis__list li { list-style: none; display: flex; gap: 13px; align-items: flex-start; font-size: 17px; }
.asis__list svg { width: 24px; height: 24px; color: var(--green-600); flex-shrink: 0; margin-top: 1px; }
.asis__list b { color: var(--ink); }
.asis__list span { color: var(--slate); }

/* ============================================================
   Testimonials
   ============================================================ */
.testi { background: var(--cream); }
.testi__head { text-align: center; max-width: 700px; margin: 0 auto 52px; }
.testi__head h2 { font-size: clamp(32px, 4vw, 50px); margin-top: 16px; }
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 26px; display: flex; flex-direction: column; }
.tcard .stars { margin-bottom: 14px; }
.tcard blockquote { margin: 0; font-size: 17px; color: var(--ink); line-height: 1.55; flex: 1; }
.tcard__by { display: flex; align-items: center; gap: 13px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.tcard__av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 800; color: #fff; font-size: 17px; }
.tcard__by b { display: block; font-size: 15.5px; }
.tcard__by span { font-size: 13.5px; color: var(--slate-2); display: flex; align-items: center; gap: 6px; }
.tcard__by .vbadge { color: var(--green-600); font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.tcard__by .vbadge svg { width: 14px; height: 14px; }

/* ============================================================
   Stats
   ============================================================ */
.stats { background: var(--navy-900); color: #fff; }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.stat { text-align: center; padding: 8px; }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(38px, 4.4vw, 56px); letter-spacing: -.02em; color: #fff; }
.stat b .u { color: var(--green); }
.stat span { display: block; font-size: 15px; color: #a9bed3; margin-top: 6px; font-weight: 500; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--paper); }
.faq .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: start; }
.faq__intro h2 { font-size: clamp(30px, 3.6vw, 46px); margin-top: 16px; }
.faq__intro p { font-size: 18px; color: var(--slate); margin-top: 16px; }
.faq__intro .btn { margin-top: 24px; }
.faq__list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.fitem { border-bottom: 1px solid var(--line); }
.fitem__q { width: 100%; text-align: left; background: none; border: none; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--display); font-weight: 700; font-size: 18.5px; color: var(--ink); }
.fitem__ic { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--line-2); flex-shrink: 0; display: grid; place-items: center; transition: .2s; position: relative; }
.fitem__ic::before, .fitem__ic::after { content: ""; position: absolute; background: var(--navy-700); border-radius: 2px; }
.fitem__ic::before { width: 12px; height: 2px; }
.fitem__ic::after { width: 2px; height: 12px; transition: transform .2s; }
.fitem.open .fitem__ic { background: var(--green); border-color: var(--green); }
.fitem.open .fitem__ic::before, .fitem.open .fitem__ic::after { background: #fff; }
.fitem.open .fitem__ic::after { transform: scaleY(0); }
.fitem__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.fitem__a p { padding: 0 4px 24px; color: var(--slate); font-size: 16.5px; }

/* Full FAQ page */
.faqpage .wrap { max-width: 1000px; }
.faqgroup { display: grid; grid-template-columns: .58fr 1fr; gap: 48px; padding: 52px 0; border-top: 1px solid var(--line); align-items: start; }
.faqgroup:first-child { border-top: none; padding-top: 8px; }
.faqgroup__side { position: sticky; top: 100px; }
.faqgroup__side .eyebrow { margin-bottom: 14px; }
.faqgroup__side h2 { font-size: clamp(24px, 2.4vw, 30px); }
.faqgroup__side p { font-size: 16px; color: var(--slate); margin-top: 12px; max-width: 30ex; }
.faqgroup .faq__list { border-top: none; }
.faqgroup .fitem:first-child { border-top: 1px solid var(--line); }
@media (max-width: 820px) {
  .faqgroup { grid-template-columns: 1fr; gap: 18px; padding: 38px 0; }
  .faqgroup__side { position: static; }
}

/* ============================================================
   Final CTA
   ============================================================ */
.finalcta { background:
  radial-gradient(800px 400px at 15% 0%, color-mix(in oklab, var(--green) 22%, transparent), transparent 60%),
  var(--navy-900); color: #fff; }
.finalcta .wrap { display: grid; grid-template-columns: 1fr .85fr; gap: 56px; align-items: center; }
.finalcta h2 { font-size: clamp(34px, 4.4vw, 56px); color: #fff; }
.finalcta p { font-size: 19px; color: #b9cde0; margin-top: 18px; max-width: 30em; }
.finalcta__phone { margin-top: 28px; display: inline-flex; align-items: center; gap: 14px; }
.finalcta__phone .ic { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; }
.finalcta__phone small { display: block; font-size: 13px; color: #9fb4c8; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.finalcta__phone b { font-family: var(--display); font-size: 28px; }

.leadcard { background: #fff; color: var(--ink); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-lg); }
.leadcard h3 { font-size: 24px; }
.leadcard > p { font-size: 15px; color: var(--slate); margin-top: 6px; }
.field { margin-top: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--navy-800); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line-2); border-radius: 11px; padding: 13px 15px; font-family: var(--body); font-size: 16px; color: var(--ink); background: var(--cream); outline: none; transition: border-color .15s, box-shadow .15s; }
.field textarea { resize: vertical; min-height: 88px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-50); background: #fff; }
#lf-addr { font-weight: 700; }
#lf-addr::placeholder { font-weight: 400; }
.field input.has-prefilled-address { font-weight: 700; background: #fff; }
.field.row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.leadcard .btn { margin-top: 20px; }

/* Offer page: keep the form first and prominent */
body[data-page="offer"] .finalcta .wrap { align-items: start; }
body[data-page="offer"] .leadcard { order: -1; }
@media (min-width: 1001px) {
  body[data-page="offer"] .finalcta .wrap { grid-template-columns: minmax(360px, 560px) minmax(280px, 440px); justify-content: center; }
}
.leadcard__fine { font-size: 12px; color: var(--slate-2); margin-top: 14px; text-align: center; line-height: 1.5; }
.leadcard__ok { text-align: center; padding: 20px 4px; }
.leadcard__ok .ic { width: 64px; height: 64px; border-radius: 50%; background: var(--green-50); color: var(--green); display: grid; place-items: center; margin: 0 auto 18px; }
.leadcard__ok .ic svg { width: 34px; height: 34px; }
.leadcard__ok h3 { margin-bottom: 8px; }
.leadcard__ok p { color: var(--slate); font-size: 16px; }
.is-hidden { display: none !important; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: #08233a; color: #9fb4c8; padding: 64px 0 30px; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer__brand img { height: 40px; margin-bottom: 18px; }
.footer__brand .wtc-logo { margin-bottom: 18px; }
.footer__brand .wtc-word { font-size: 27px; }
.footer__brand .wtc-cal { height: 38px; }
.footer__brand p { font-size: 15px; max-width: 30ex; line-height: 1.6; }
.footer__col h4 { font-family: var(--body); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #6f879e; font-weight: 700; margin-bottom: 16px; }
.footer__col a { display: block; font-size: 15px; color: #b9cde0; padding: 6px 0; }
.footer__col a:hover { color: #fff; }
.footer__phone { font-family: var(--display); font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 6px; }
.footer__bottom { padding-top: 26px; display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; }
.footer__bottom small, .footer__legal a { font-size: 13px; color: #6f879e; }
.footer__legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer__legal a:hover { color: #b9cde0; }
.footer__disc { font-size: 12px; color: #587088; margin-top: 18px; line-height: 1.6; max-width: 80ch; }

/* ============================================================
   Reveal animation
   ============================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .track__line i { transition: none; transform: scaleX(1); }
}

/* ============================================================
   Multi-page chrome + new components
   ============================================================ */
.nav__links a.active { color: var(--navy-800); font-weight: 700; }

/* Page hero band (sub-pages) */
.pagehero { background:
  radial-gradient(1000px 520px at 82% -25%, var(--green-50), transparent 60%),
  linear-gradient(180deg, var(--cream), var(--paper));
  border-bottom: 1px solid var(--line); }
.pagehero .wrap { max-width: 940px; text-align: center; padding-top: 64px; padding-bottom: 68px; }
.pagehero .eyebrow { justify-content: center; }
.pagehero h1 { font-size: clamp(36px, 5vw, 60px); margin-top: 16px; }
.pagehero p { font-size: 20px; color: var(--slate); margin-top: 18px; max-width: 62ch; margin-inline: auto; }
.pagehero__cta { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Numbered process steps (reuses .steps/.step) */
.step__dot.num { border-color: var(--green); }
.step__dot.num b { font-size: 30px; color: var(--green-700); }
.steps.three { grid-template-columns: repeat(3, 1fr); }
.note { text-align: center; margin-top: 34px; font-size: 14px; color: var(--slate-2); max-width: 70ch; margin-inline: auto; }

/* SMS opt-in and checkboxes */
.checkrow { display: flex; gap: 11px; align-items: flex-start; margin-top: 18px; }
.checkrow input[type="checkbox"] { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--green); flex-shrink: 0; cursor: pointer; }
.checkrow label { font-size: 12.5px; color: var(--slate); line-height: 1.5; cursor: pointer; }
.checkrow label b { color: var(--navy-800); font-weight: 600; }

/* What happens next, contact page on dark */
.next { display: grid; gap: 20px; margin-top: 28px; list-style: none; padding: 0; }
.next li { display: flex; gap: 16px; align-items: flex-start; }
.next .n { width: 42px; height: 42px; border-radius: 50%; background: color-mix(in oklab, var(--green) 22%, transparent); color: #aef08a; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 17px; flex-shrink: 0; }
.next b { display: block; font-size: 18px; color: #fff; font-family: var(--display); }
.next p { color: #b9cde0; font-size: 15.5px; margin-top: 3px; }

/* Contact page uses finalcta dark shell. Allow form scroll margin under sticky nav. */
[id] { scroll-margin-top: 96px; }

/* Generic content prose (about/legal) */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 28px; margin-top: 40px; }
.prose p { color: var(--slate); margin-top: 14px; font-size: 17px; }

/* CTA band (sub-page footer CTA) */
.ctaband { background:
  radial-gradient(700px 360px at 18% 0%, color-mix(in oklab, var(--green) 20%, transparent), transparent 60%),
  var(--navy-900); color: #fff; text-align: center; }
.ctaband h2 { color: #fff; font-size: clamp(30px, 4vw, 48px); }
.ctaband p { color: #b9cde0; font-size: 19px; margin: 16px auto 0; max-width: 52ch; }
.ctaband__btns { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Legal / policy pages */
.legal { background: var(--paper); }
.legal .wrap { max-width: 780px; }
.legal__note { font-size: 14px; color: var(--slate-2); font-style: italic; padding: 14px 18px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 36px; }
.legal__meta { font-size: 14px; color: var(--slate-2); margin: 0 0 28px; }
.legal h2 { font-family: var(--display); font-size: 25px; color: var(--ink); margin: 42px 0 12px; }
.legal h3 { font-size: 18px; color: var(--ink); margin: 26px 0 8px; }
.legal p, .legal li { font-size: 16.5px; line-height: 1.7; color: var(--slate); }
.legal p { margin: 0 0 16px; }
.legal ul { margin: 0 0 18px; padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--green-700); font-weight: 600; }
.legal strong { color: var(--ink); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1000px) {
  .hero .wrap, .asis .wrap, .faq .wrap, .finalcta .wrap { grid-template-columns: 1fr; }
  .hero__photo { height: 360px; }
  .sgrid { grid-template-columns: repeat(2, 1fr); }
  .sgrid--three { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px 26px; }
  .steps.three { grid-template-columns: 1fr; }
  .track__line { display: none; }
  .tgrid { grid-template-columns: 1fr; }
  .stats .wrap { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav__links { display: none; }
  .nav__right { display: none; }
  .nav__burger { display: flex; margin-left: auto; }
  .navmenu { display: block; position: sticky; top: 74px; z-index: 49; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 12px 20px 22px; }
  .navmenu[hidden] { display: none; }
  .navmenu__links { display: flex; flex-direction: column; }
  .navmenu__links a { padding: 14px 4px; font-family: var(--display); font-weight: 700; font-size: 17px; color: var(--navy-900); border-bottom: 1px solid var(--line); }
  .navmenu__links a.active { color: var(--green-700); }
  .navmenu__phone { display: block; padding: 16px 4px 4px; }
  .navmenu__phone small { display: block; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--slate-2); font-weight: 600; }
  .navmenu__phone b { font-family: var(--display); font-size: 20px; color: var(--navy-800); }
  .navmenu .btn { margin-top: 14px; }
}
@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .wrap { padding-inline: 18px; }
  .addrform { flex-direction: column; background: transparent; border: none; box-shadow: none; padding: 0; gap: 12px; }
  .addrform input { background: #fff; border: 1px solid var(--line-2); border-radius: 14px; }
  .ctable { grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr) minmax(0, .9fr); }
  .ctable__row > div { padding: 14px 12px; font-size: 14px; }
  .ctable__head .ctable__us, .ctable__head .ctable__them { font-size: 15px; }
  .sgrid { grid-template-columns: 1fr; }
  .stats .wrap { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; }
  .nav__phone small { display: none; }
  .daychip { right: 8px; }
  .offercard { left: 8px; }
}
