:root {
  color-scheme: light;
  --ink: #10201b;
  --muted: #5e6f68;
  --paper: #f8f5ee;
  --surface: #fffdf8;
  --surface-2: #ebe5d9;
  --line: #d7cec0;
  --accent: #126b54;
  --accent-2: #d58a42;
  --accent-dark: #0b4537;
  --danger: #a73324;
  --success: #136c45;
  --shadow: 0 24px 80px rgba(16, 32, 27, 0.13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(213, 138, 66, 0.18), transparent 28rem),
    linear-gradient(180deg, #fbf7ef 0%, var(--paper) 46%, #f2ede4 100%);
  color: var(--ink);
  line-height: 1.55;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
  z-index: 20;
}
.skip-link:focus { left: 12px; }

a { color: inherit; }

.site-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px clamp(18px, 4vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -0.02em; }
.brand-mark {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 14px;
  color: white;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  box-shadow: 0 10px 28px rgba(18, 107, 84, .22);
}
.header-cta { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--accent-2); }

.hero, .section, .proof-strip, .site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: clamp(18px, 4vw, 32px);
}

.hero {
  padding-top: clamp(38px, 8vw, 92px);
  padding-bottom: clamp(44px, 7vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .66fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 820;
}

h1, h2, h3 { line-height: 1.02; letter-spacing: -0.055em; margin: 0; }
h1 { font-size: clamp(3rem, 8.4vw, 6.7rem); max-width: 10.5ch; }
h2 { font-size: clamp(2rem, 4.4vw, 4.15rem); }
h3 { font-size: 1.32rem; letter-spacing: -0.025em; }

.hero-lede {
  max-width: 660px;
  font-size: clamp(1.08rem, 1.8vw, 1.36rem);
  color: var(--muted);
  margin: 28px 0 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 780;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(213, 138, 66, .58); outline-offset: 3px; }
.primary { background: var(--accent); color: white; box-shadow: 0 18px 44px rgba(18, 107, 84, .22); }
.primary:hover { background: var(--accent-dark); }
.secondary { border-color: var(--line); background: rgba(255,255,255,.58); color: var(--ink); }

.quote-card {
  background: var(--surface);
  border: 1px solid rgba(16, 32, 27, .12);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3.2vw, 42px);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.quote-kicker { margin: 0 0 18px; color: var(--muted); font-weight: 700; }
.quote-card blockquote { margin: 0; font-size: clamp(1.55rem, 3vw, 2.5rem); line-height: 1.06; letter-spacing: -0.045em; font-weight: 820; }
.quote-note { margin: 24px 0 0; color: var(--muted); }

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: clamp(44px, 7vw, 86px);
}
.proof-strip article {
  background: rgba(255, 253, 248, .72);
  border: 1px solid var(--line);
  padding: 20px;
  min-height: 122px;
}
.proof-strip article:first-child { border-radius: 20px 0 0 20px; }
.proof-strip article:last-child { border-radius: 0 20px 20px 0; }
.proof-strip span { display: block; color: var(--muted); font-size: .86rem; font-weight: 750; margin-bottom: 10px; }
.proof-strip strong { font-size: 1.1rem; line-height: 1.18; display: block; }

.section { padding-block: clamp(42px, 7vw, 86px); }
.two-column { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(30px, 6vw, 72px); align-items: start; }
.content-stack { color: var(--muted); font-size: 1.1rem; }
.content-stack p:first-child { margin-top: 0; }
.content-stack p:last-child { margin-bottom: 0; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 26px;
}
.step-number { color: var(--accent-2); font-weight: 860; letter-spacing: .12em; font-size: .8rem; display: block; margin-bottom: 48px; }
.step-card p { color: var(--muted); margin-bottom: 0; }

.form-section {
  display: grid;
  grid-template-columns: .62fr 1fr;
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  padding-bottom: clamp(54px, 8vw, 96px);
}
.form-intro { position: sticky; top: 22px; }
.form-intro p { color: var(--muted); font-size: 1.08rem; }
.privacy-note {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 248, .68);
  color: var(--muted);
}

.lead-form {
  background: var(--surface);
  border: 1px solid rgba(16, 32, 27, .12);
  border-radius: var(--radius-lg);
  padding: clamp(20px, 4vw, 34px);
  box-shadow: var(--shadow);
}
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-grid.three { grid-template-columns: repeat(3, 1fr); }
label { display: grid; gap: 8px; font-weight: 760; margin-bottom: 18px; }
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  min-height: 48px;
  padding: 12px 14px;
  background: #fffefa;
  color: var(--ink);
  font: inherit;
  font-weight: 520;
}
textarea { min-height: 116px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #8b9994; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent { grid-template-columns: 20px 1fr; align-items: start; gap: 12px; font-weight: 620; color: var(--muted); }
.consent input { min-height: auto; margin-top: 4px; width: 18px; height: 18px; }
.estimate {
  margin: 12px 0 22px;
  padding: 18px;
  border-radius: var(--radius-sm);
  background: #f3efe6;
  border: 1px solid var(--line);
  display: grid;
  gap: 4px;
}
.estimate span, .estimate small { color: var(--muted); }
.estimate strong { font-size: 2rem; letter-spacing: -0.045em; }
.submit-button { width: 100%; }
.form-status { min-height: 28px; margin: 16px 0 0; color: var(--muted); font-weight: 680; }
.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }

.site-footer { padding-bottom: 36px; color: var(--muted); font-size: .95rem; }

@media (max-width: 900px) {
  .hero, .two-column, .form-section { grid-template-columns: 1fr; }
  .quote-card { transform: none; }
  .proof-strip, .steps { grid-template-columns: 1fr; }
  .proof-strip article, .proof-strip article:first-child, .proof-strip article:last-child { border-radius: 18px; }
  .form-intro { position: static; }
}
@media (max-width: 640px) {
  .site-header { align-items: flex-start; }
  .brand-text { max-width: 160px; line-height: 1.1; }
  .field-grid, .field-grid.three { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
