:root {
  --ink: #14201c;
  --muted: #5e6a65;
  --paper: #f7f4ec;
  --white: #fffdf8;
  --green: #173c31;
  --green-2: #245848;
  --lime: #c7ee9b;
  --line: #d7d9d0;
  --warm: #e9e1cf;
  --red: #7b302a;
  --shadow: 0 24px 70px rgba(20, 32, 28, 0.12);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  transform: translateY(-150%);
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  border: 2px solid var(--green);
  border-radius: 8px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(20, 32, 28, 0.1);
  background: rgba(247, 244, 236, 0.92);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -0.02em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--green);
  color: var(--lime);
  font-size: 0.77rem;
  letter-spacing: 0.07em;
}
nav { display: flex; align-items: center; gap: 22px; }
nav > a:not(.button) {
  text-decoration: none;
  color: var(--muted);
  font-weight: 650;
  font-size: 0.94rem;
}
nav > a:hover, nav > a:focus-visible { color: var(--green); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: white;
  text-decoration: none;
  font-weight: 760;
  box-shadow: 0 8px 20px rgba(23, 60, 49, 0.16);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 12px 28px rgba(23, 60, 49, .22); }
.button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}
.button-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button-light { background: var(--lime); color: var(--green); border-color: var(--lime); }
.button-light:hover { background: white; }

.hero { padding: clamp(76px, 10vw, 140px) 0 90px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  align-items: center;
  gap: clamp(42px, 8vw, 96px);
}
.eyebrow, .mini-label {
  margin: 0 0 16px;
  color: var(--green-2);
  font-size: .76rem;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h1 { max-width: 820px; font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { max-width: 860px; font-size: clamp(2.15rem, 4vw, 4rem); }
h3 { font-size: 1.28rem; letter-spacing: -0.025em; }
.lead {
  max-width: 710px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 34px; }
.text-link { font-weight: 760; text-underline-offset: 5px; }
.signal-list { display: grid; gap: 8px; padding: 0; margin: 34px 0 0; list-style: none; color: var(--muted); }
.signal-list li::before { content: "✓"; margin-right: 10px; color: var(--green-2); font-weight: 900; }

.offer-card {
  position: relative;
  padding: 36px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: var(--green);
  color: white;
  box-shadow: var(--shadow);
}
.status-dot {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(199, 238, 155, .12);
}
.offer-card .mini-label { color: var(--lime); }
.offer-quote { margin: 0; font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.35; letter-spacing: -.025em; }
.fine-print { margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: .91rem; }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 28px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; padding-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--green); }
.trust-grid span { margin-top: 4px; color: var(--muted); font-size: .9rem; }

.section { padding: clamp(84px, 10vw, 138px) 0; }
.section-muted { background: var(--warm); }
.section-dark { background: var(--green); color: white; }
.section-dark .eyebrow { color: var(--lime); }
.section-dark p { color: rgba(255,255,255,.75); }

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 54px;
}
.steps article {
  min-height: 260px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}
.steps article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 46px;
  border-radius: 50%;
  background: var(--green);
  color: var(--lime);
  font-size: .8rem;
  font-weight: 820;
}
.steps p { color: var(--muted); font-size: .93rem; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 38px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}
.panel {
  padding: 34px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.details { margin: 0; }
.details > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.details > div:last-child { border-bottom: 0; }
.details dt { color: var(--muted); }
.details dd { margin: 0; font-weight: 720; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.fit-card { padding: 36px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.fit-card.good { border-top: 6px solid var(--green-2); }
.fit-card.bad { border-top: 6px solid var(--red); }
.fit-card ul { display: grid; gap: 12px; padding-left: 20px; margin: 26px 0 0; color: var(--muted); }

.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 110px); }
.proof-grid h2 { font-size: clamp(2.1rem, 4.2vw, 4.3rem); }
.proof-list { display: grid; gap: 18px; padding: 0; margin: 0; list-style: none; align-self: center; }
.proof-list li {
  position: relative;
  padding: 18px 20px 18px 54px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}
.proof-list li::before { content: "↳"; position: absolute; left: 20px; color: var(--lime); font-weight: 900; }
.proof-note {
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: var(--lime);
  font-size: .92rem;
}

details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 24px 0; font-size: 1.06rem; font-weight: 760; }
details p { margin: -6px 0 24px; color: var(--muted); }

.cta-section { padding: 36px 0 90px; }
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(36px, 6vw, 70px);
  border-radius: 30px;
  background: var(--green);
  color: white;
  box-shadow: var(--shadow);
}
.cta-box .eyebrow { color: var(--lime); }
.cta-box h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.8rem); }
.cta-box p { color: rgba(255,255,255,.72); }

footer { padding: 58px 0 26px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-grid p { margin: 6px 0 0; color: var(--muted); }
.footer-grid > div:last-child { display: flex; flex-wrap: wrap; gap: 20px; align-items: start; }
.footer-grid a { color: var(--muted); text-decoration: none; font-weight: 650; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }

@media (max-width: 980px) {
  nav > a:not(.button) { display: none; }
  .hero-grid, .split, .proof-grid { grid-template-columns: 1fr; }
  .offer-card { max-width: 680px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { padding-left: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .cta-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: static; }
  .header-inner { min-height: 68px; }
  .brand > span:last-child { font-size: .92rem; }
  .button-small { display: none; }
  .hero { padding-top: 64px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); }
  .offer-card, .panel, .fit-card { padding: 26px; }
  .trust-grid, .steps, .fit-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 22px 0; border-right: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .steps article { min-height: auto; }
  .steps article > span { margin-bottom: 30px; }
  .details > div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid, .footer-bottom { flex-direction: column; }
}

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

/* Embedded fit-check form */
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: clamp(42px, 8vw, 100px);
  align-items: start;
}
.form-intro {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.compact-list { margin-top: 30px; }
.fit-form {
  display: grid;
  gap: 22px;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid rgba(20, 32, 28, .12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.fit-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 720;
}
.fit-form label > span small {
  color: var(--muted);
  font-weight: 500;
}
.fit-form input[type="text"],
.fit-form input[type="email"],
.fit-form input[type="url"],
.fit-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #bcc3be;
  border-radius: 11px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
}
.fit-form textarea {
  min-height: 112px;
  resize: vertical;
}
.fit-form input:focus,
.fit-form textarea:focus {
  outline: 3px solid var(--lime);
  outline-offset: 2px;
  border-color: var(--green);
}
.checkbox-row {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  gap: 12px !important;
  font-size: .94rem;
  font-weight: 560 !important;
}
.checkbox-row input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--green);
}
.privacy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: .82rem;
}
.form-submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}
.hidden-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
  background: var(--paper);
}
.thanks-card {
  width: min(100%, 700px);
  padding: clamp(34px, 7vw, 70px);
  border-radius: 28px;
  background: var(--green);
  color: white;
  box-shadow: var(--shadow);
}
.thanks-card .eyebrow { color: var(--lime); }
.thanks-card p {
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
}
.thanks-card .button {
  margin-top: 18px;
  background: var(--lime);
  color: var(--green);
  border-color: var(--lime);
}

@media (max-width: 980px) {
  .form-layout { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .field-grid { grid-template-columns: 1fr; }
  .fit-form { padding: 24px; }
  .form-submit { width: 100%; }
}
