:root {
  color-scheme: light;
  --ink: #202522;
  --muted: #5d665f;
  --paper: #f7f8f4;
  --surface: #ffffff;
  --soft: #f0f4ed;
  --line: #d9dfd4;
  --green: #0a943e;
  --green-dark: #064724;
  --orange: #f05a28;
  --gold: #ffad32;
  --charcoal: #24292b;
  --shadow: 0 18px 48px rgba(24, 31, 27, 0.14);
  --radius: 14px;
  --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: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
body, input, select, textarea, button { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; border-radius: 6px; background: var(--green-dark); color: #fff; font-weight: 850; text-decoration: none; transition: top .18s ease; }
.skip-link:focus { top: 12px; }
[id] { scroll-margin-top: 96px; }

.site-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 8px clamp(18px, 5vw, 70px);
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(185px, 17vw, 225px); height: auto; display: block; }
nav { justify-self: center; display: flex; gap: clamp(16px, 2.1vw, 26px); font-weight: 800; font-size: 0.94rem; }
nav a, .phone-link { text-decoration: none; }
nav a:hover, .phone-link:hover { color: var(--orange); }
.phone-link { justify-self: end; font-weight: 900; color: var(--green-dark); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.header-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 15px; border-radius: 4px; background: var(--green-dark); color: #fff; font-size: 0.83rem; font-weight: 950; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--green); transform: translateY(-1px); }

.hero {
  min-height: 630px;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.70), rgba(0,0,0,0.46) 46%, rgba(0,0,0,0.12)),
    url("https://images.unsplash.com/photo-1568605114967-8130f3a36994?auto=format&fit=crop&w=1800&q=78") center / cover;
  color: #fff;
}
.hero-overlay { min-height: inherit; display: flex; align-items: center; padding: clamp(44px, 8vw, 96px) clamp(18px, 5vw, 70px); }
.hero-content { max-width: 820px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 950;
}
.hero .eyebrow { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.35); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 7vw, 6.1rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
h2 {
  margin-bottom: 14px;
  font-size: clamp(2.15rem, 4.5vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
h3 { font-size: 1.32rem; line-height: 1.18; margin-bottom: 10px; }
.hero-lede {
  max-width: 680px;
  margin-bottom: 26px;
  color: rgba(255,255,255,0.92);
  font-size: clamp(1.1rem, 1.8vw, 1.38rem);
  font-weight: 650;
}
.hero-form {
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hero-form input {
  min-height: 62px;
  border-radius: 4px 0 0 4px;
  border: 0;
  padding: 0 20px;
  font-size: 1.05rem;
}
#hero-name { border-radius: 4px 0 0 0; border-bottom: 1px solid var(--line); }
#hero-phone { border-radius: 0 4px 0 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#hero-address { border-radius: 0 0 0 4px; }
.button {
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 4px;
  padding: 13px 22px;
  text-decoration: none;
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.button:hover { filter: brightness(1.04); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(240,90,40,.5); outline-offset: 3px; }
.button.offer { min-height: 62px; border-radius: 0 4px 4px 0; background: linear-gradient(90deg, var(--orange), var(--gold)); color: #fff; text-transform: uppercase; }
.button.offer span { margin-left: 8px; font-size: 1.2em; }
.button.primary { background: linear-gradient(90deg, var(--orange), var(--gold)); color: #fff; text-transform: uppercase; }
.button.secondary { background: var(--green); color: #fff; }
.trust-points { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 18px; color: #fff; font-weight: 850; }
.trust-points span::before { content: "✓"; margin-right: 8px; color: var(--gold); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hero-consent { grid-column: 1 / -1; grid-template-columns: 18px 1fr; gap: 10px; margin-top: 12px; color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 650; }
.hero-consent input { width: 18px; min-height: 18px; height: 18px; margin-top: 1px; padding: 0; }
.hero-form .form-status { grid-column: 1 / -1; color: #fff; margin: 8px 0 0; min-height: 20px; }

.proof-bar {
  max-width: var(--max);
  margin: -34px auto 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 4vw, 28px);
}
.proof-bar span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.proof-bar strong { display: block; }
.proof-bar small { display: block; margin-top: 2px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.proof-bar span:first-child { border-radius: 14px 0 0 14px; }
.proof-bar span:last-child { border-radius: 0 14px 14px 0; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(60px, 8vw, 98px) clamp(18px, 4vw, 28px); }
.section-heading.center { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-heading.center .eyebrow { color: var(--green); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article {
  min-height: 250px;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.steps article:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(0,0,0,.09); }
.steps span {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  font-weight: 950;
}
.steps p, .content-block p, .faq-list p { color: var(--muted); }

.two-column { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.photo-card {
  min-height: 360px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255,255,255,0.04), rgba(255,255,255,0.04)),
    url("https://images.unsplash.com/photo-1570129477492-45c003edd2be?auto=format&fit=crop&w=1000&q=78") center / cover;
  box-shadow: var(--shadow);
}
.content-block { max-width: 650px; }
.content-block .button { margin-top: 12px; }

.situations, .compare-section, .faq { background: #fff; max-width: none; }
.situations > *, .compare-section > *, .faq > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.situation-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.situation-grid span {
  padding: 15px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  transition: border-color .18s ease, transform .18s ease;
}
.situation-grid span:hover { border-color: rgba(240,90,40,.6); transform: translateY(-2px); }
.situation-grid span::before { content: "✓"; color: var(--orange); margin-right: 8px; }

.compare-table { display: grid; grid-template-columns: 1fr 1fr; max-width: 900px; margin: 0 auto; box-shadow: var(--shadow); }
.compare-table { border-radius: var(--radius); overflow: hidden; }
.compare-col { padding: clamp(26px, 4vw, 42px); }
.compare-col ul { margin: 0; padding: 0; list-style: none; }
.compare-col li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,0.22); font-weight: 750; }
.primary-col { background: linear-gradient(135deg, var(--orange), var(--gold)); color: #fff; }
.dark-col { margin-top: 42px; margin-bottom: 42px; background: var(--charcoal); color: #fff; }
.compare-col li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; border-radius: 50%; background: rgba(255,255,255,0.24); }
.dark-col li::before { content: "×"; }

.promise-section { max-width: var(--max); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promise-grid article { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 10px 28px rgba(24,31,27,.05); }
.promise-grid span { display: inline-block; margin-bottom: 18px; color: var(--orange); font-size: .78rem; font-weight: 950; letter-spacing: .14em; }
.promise-grid p { margin-bottom: 0; color: var(--muted); }

.forms { max-width: var(--max); }
.forms .section-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 1.05rem; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.full-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 4vw, 38px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  max-width: 940px;
  margin: 0 auto;
}
.form-header, .wide { grid-column: 1 / -1; }
.form-header span { color: var(--orange); }
.form-header h3 { font-size: 2rem; }
label { display: grid; gap: 7px; color: var(--green-dark); font-weight: 850; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #cfd9cf;
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(240,90,40,0.18); border-color: var(--orange); }
textarea { resize: vertical; }
.consent { grid-template-columns: 18px 1fr; gap: 10px; color: var(--muted); font-size: 0.92rem; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.form-status { margin: 0; min-height: 20px; color: var(--green); font-weight: 800; }
.form-status.error { color: #b63323; }

.faq-list { max-width: 820px; display: grid; gap: 10px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 10px; transition: border-color .18s ease, box-shadow .18s ease; overflow: hidden; }
details[open] { border-color: rgba(10,148,62,.35); box-shadow: 0 10px 25px rgba(0,0,0,.05); }
summary { padding: 20px 22px; cursor: pointer; font-weight: 900; font-size: 1.08rem; }
details p { padding: 0 22px 22px; margin-bottom: 0; }

.final-cta {
  max-width: var(--max);
  margin: 76px auto 48px;
  padding: clamp(34px, 6vw, 58px);
  background: radial-gradient(circle at 100% 0%, rgba(10,148,62,.72), transparent 42%), var(--green-dark);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.final-cta .eyebrow { color: #fff; }
.final-cta p { color: rgba(255,255,255,0.9); }
.contact-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.contact-row a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 14px;
  background: rgba(0,0,0,0.18);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
footer { padding: 0 18px 42px; text-align: center; color: var(--muted); font-size: 0.9rem; }
footer a { color: var(--green-dark); font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto; }
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-overlay { padding-top: 54px; padding-bottom: 70px; }
  .hero-form, .proof-bar, .steps, .two-column, .situation-grid, .compare-table, .promise-grid, .full-form, .final-cta { grid-template-columns: 1fr; }
  .hero-form input, .button.offer, #hero-name, #hero-phone, #hero-address { border-radius: 4px; border-left: 0; }
  .proof-bar { margin-top: 0; padding-top: 0; }
  .proof-bar span, .proof-bar span:first-child, .proof-bar span:last-child { border-radius: 0; }
  .dark-col { margin: 0; }
  .final-cta { margin-left: 18px; margin-right: 18px; }
  .contact-row { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .site-header { padding: 10px 16px; gap: 12px; }
  .brand-logo { width: 168px; }
  .phone-link { display: none; }
  .header-cta { min-height: 38px; padding: 7px 11px; font-size: .74rem; }
  h1 { font-size: clamp(2.8rem, 12vw, 3.35rem); line-height: .98; }
  h2 { font-size: clamp(2.1rem, 11vw, 3rem); }
  .section { padding-left: 16px; padding-right: 16px; }
  .hero-overlay { padding-top: 44px; }
  .promise-grid article { padding: 24px; }
  .final-cta { margin-top: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
