* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter Tight", Arial, sans-serif; color: #172219; background: #f4efe6; line-height: 1.6; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-nav { position: sticky; top: 0; z-index: 100; background: #1c2d19; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.site-nav .shell { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: Georgia, serif; font-size: 21px; font-weight: 700; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #c4522a; }
.brand small { display: block; font-family: Arial, sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .13em; opacity: .65; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; font-size: 14px; }
.nav-links a { text-decoration: none; }
.nav-phone { padding: 10px 15px; border-radius: 4px; background: #c4522a; font-weight: 700; }
.hero { padding: 78px 0 70px; background: #1c2d19; color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: start; }
.eyebrow { color: #d4a444; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 760px; margin: 18px 0 23px; font-size: clamp(44px, 6vw, 72px); }
.hero-copy { max-width: 670px; color: rgba(255,255,255,.76); font-size: 18px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 31px; font-size: 13px; color: rgba(255,255,255,.72); }
.proof-row strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 22px; }
.quote-card { border-radius: 12px; background: #f4efe6; color: #172219; padding: 32px; box-shadow: 0 18px 54px rgba(0,0,0,.2); }
.quote-card h2 { margin: 0 0 5px; font-size: 31px; }
.quote-card > p { margin: 0 0 20px; color: #526151; font-size: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { margin-bottom: 13px; }
.field label { display: block; margin-bottom: 5px; color: #425041; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 45px; border: 1px solid #d3c8b5; border-radius: 5px; background: #fff; padding: 10px 12px; font: inherit; }
.submit { width: 100%; min-height: 50px; border: 0; border-radius: 5px; background: #c4522a; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.trust-strip { background: #fff; border-bottom: 1px solid #ded5c5; }
.trust-strip .shell { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 18px 0; color: #465646; font-size: 14px; font-weight: 650; }
.section { padding: 78px 0; }
.section.white { background: #fff; }
.section.green { background: #243924; color: #fff; }
.section h2 { max-width: 820px; margin: 13px 0 18px; font-size: clamp(35px, 5vw, 54px); }
.section-lead { max-width: 760px; color: #526151; font-size: 17px; }
.green .section-lead { color: rgba(255,255,255,.73); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.feature { padding: 26px; border: 1px solid #ded5c5; border-radius: 9px; background: #fff; }
.feature h3 { margin: 0 0 9px; font-size: 23px; }
.feature p { margin: 0; color: #526151; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.step { padding: 24px; border-radius: 8px; background: rgba(255,255,255,.08); }
.step b { color: #d4a444; font-size: 12px; letter-spacing: .12em; }
.step h3 { margin: 8px 0; font-size: 22px; }
.step p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: start; }
.content-grid p, .content-grid li { color: #526151; }
.check-list { padding: 0; list-style: none; }
.check-list li { margin-bottom: 11px; }
.check-list li::before { content: "✓"; margin-right: 9px; color: #c4522a; font-weight: 800; }
.review-box { margin-top: 34px; border-left: 4px solid #d4a444; padding: 23px 26px; background: #fff; }
.review-box blockquote { margin: 0 0 10px; font-family: Georgia, serif; font-size: 21px; }
.review-box a { color: #8f3d21; font-weight: 700; }
.faq-list { max-width: 900px; margin-top: 28px; }
.faq { padding: 22px 0; border-bottom: 1px solid #d7cdbb; }
.faq h3 { margin: 0 0 8px; font-size: 22px; }
.faq p { margin: 0; color: #526151; }
.final-cta { padding: 72px 0; text-align: center; background: #c4522a; color: #fff; }
.final-cta h2 { margin: 0 auto 12px; font-size: clamp(36px, 5vw, 55px); }
.final-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.final-actions a { min-width: 190px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 5px; font-weight: 800; text-decoration: none; }
.final-actions .primary { background: #1c2d19; border-color: #1c2d19; }
footer { padding: 46px 0 28px; background: #0f1810; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
footer h3 { margin: 0 0 12px; color: #fff; font-size: 19px; }
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin: 7px 0; }
footer a { text-decoration: none; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { padding-top: 52px; }
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .brand { font-size: 17px; }
  .hero { padding: 44px 0 50px; }
  .hero-grid { gap: 36px; }
  h1 { font-size: 43px; }
  .quote-card { padding: 25px 20px; }
  .form-row, .process { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
}
