:root {
  --ink: #17211f;
  --text: #31413d;
  --muted: #f4f1eb;
  --line: #ddd6ca;
  --panel: #ffffff;
  --accent: #8b4e2f;
  --accent-dark: #663720;
  --green: #1f4f45;
  --gold: #cda55d;
  --shadow: 0 16px 42px rgba(23, 33, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fffaf2;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
}

.section {
  padding: 64px 0;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(120deg, rgba(23, 33, 31, 0.94), rgba(31, 79, 69, 0.84)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=72") center/cover;
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.08;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.hero h1,
.hero h2,
.final-cta h2 {
  color: #fff;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 6vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: 1.24rem;
}

.subhead {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-proof {
  max-width: 680px;
  margin: 16px 0 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
}

.risk-line {
  max-width: 680px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.hero-actions.centered {
  justify-content: center;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 14px 22px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.primary:hover,
.primary:focus-visible {
  background: var(--accent-dark);
}

.secondary {
  color: var(--green);
  background: #fff;
}

.full {
  width: 100%;
}

.phone-link {
  color: #fff;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.phone-link.light {
  color: #fff;
}

.price-anchor {
  max-width: 680px;
  margin: 14px 0 0;
  color: #fff;
  font-weight: 800;
}

.hero-trust-list {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  color: #fff;
  font-weight: 850;
}

.hero-trust-list p {
  margin: 0;
}

.soft-phone {
  max-width: 620px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
}

.trust-line {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.lead-form {
  padding: 32px;
  border: 2px solid rgba(205, 165, 93, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--text);
  box-shadow: 0 22px 58px rgba(23, 33, 31, 0.22);
  scroll-margin-top: 18px;
}

.lead-form h2 {
  color: var(--ink);
  font-size: 1.7rem;
}

.lead-form p {
  margin: 8px 0 18px;
}

.intake-frame {
  border-left: 4px solid var(--gold);
  padding: 10px 0 10px 14px;
  color: var(--ink);
  background: #fff8e8;
  font-weight: 750;
}

.comfort-line {
  color: var(--ink);
  font-weight: 800;
}

.fit-note,
.speed-note {
  margin: 8px 0 10px;
  color: var(--accent-dark);
  font-weight: 850;
}

.speed-note {
  text-align: center;
}

.form-steps {
  margin: 14px 0 6px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf2;
}

.form-steps p {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 750;
}

.form-steps p:last-child {
  margin-bottom: 0;
}

label,
legend {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  min-height: 46px;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
  margin: 0 0 14px;
  border: 0;
  padding: 0;
}

fieldset legend {
  grid-column: 1 / -1;
}

fieldset label {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  font-weight: 650;
}

.wide-options {
  grid-template-columns: 1fr;
}

.form-note,
.legal-note {
  color: #68736f;
  font-size: 0.84rem;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.body-copy {
  max-width: 560px;
  font-size: 1.08rem;
}

.muted {
  background: var(--muted);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.grid {
  display: grid;
  gap: 16px;
}

.cards.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.card p,
.why-list p,
.steps p {
  margin: 10px 0 0;
}

.check-list,
.why-list {
  display: grid;
  gap: 18px;
}

.check-list p {
  margin: 0;
  padding-left: 22px;
  border-left: 4px solid var(--gold);
  color: var(--ink);
  font-weight: 700;
}

.included-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.included-list span {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.why-list > div {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.why-list > div:last-child {
  border-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.steps article {
  padding: 24px;
  border-top: 4px solid var(--green);
  background: #fff;
}

.steps span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.testimonial {
  margin: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.testimonial blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
}

.testimonial figcaption {
  margin-top: 16px;
  color: var(--accent-dark);
  font-weight: 900;
}

.testimonial-note {
  margin: 16px 0 0;
  color: #68736f;
  font-size: 0.9rem;
}

.pricing {
  background: #fff;
}

.pricing-box,
.final-box {
  border-radius: 8px;
}

.pricing-box {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fffaf2;
}

.pricing-box p {
  max-width: 680px;
}

.faq-wrap {
  max-width: 860px;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

summary {
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 12px 0 0;
}

.final-cta {
  padding-bottom: 104px;
  background: var(--green);
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.final-box {
  max-width: 860px;
}

.final-box p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.legal-note {
  color: rgba(255, 255, 255, 0.74);
}

.mobile-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  gap: 10px;
  padding: 10px;
  background: rgba(23, 33, 31, 0.94);
  box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.16);
}

.mobile-sticky .button {
  flex: 1;
  min-height: 46px;
  padding: 10px 14px;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .hero-grid,
  .two-column {
    grid-template-columns: 1fr;
  }

  .cards.five,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-box {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .section {
    padding: 48px 0;
  }

  .wrap {
    width: min(100% - 24px, 1120px);
  }

  .hero {
    padding-bottom: 28px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .phone-link {
    width: 100%;
    text-align: center;
  }

  .lead-form {
    padding: 22px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cards.five,
  .steps,
  .included-list {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
  }

  fieldset {
    grid-template-columns: 1fr;
  }

  .pricing-box {
    padding: 24px;
  }

  .pricing-box .button {
    width: 100%;
  }

  .mobile-sticky {
    display: flex;
  }
}
