:root {
  --ink: #14231f;
  --forest: #15382f;
  --forest-2: #205244;
  --mint: #dcebe3;
  --cream: #f6f1e7;
  --paper: #fffdfa;
  --gold: #d29d4b;
  --muted: #5c6a65;
  --line: #d9dfda;
  --danger: #a12626;
  --shadow: 0 22px 65px rgba(17, 47, 39, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: var(--forest-2); text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height: 82px; background: var(--paper); border-bottom: 1px solid rgba(21,56,47,.12); display: flex; align-items: center; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--forest); color: white; border-radius: 50% 50% 50% 12%; font-family: Georgia, serif; font-weight: 700; font-size: 23px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; }
.header-phone span { font-size: 12px; color: var(--muted); }
.header-phone strong { color: var(--forest); font-size: 20px; }
.hero { background: radial-gradient(circle at 20% 20%, rgba(210,157,75,.16), transparent 30%), linear-gradient(135deg, var(--cream), #edf4ef); padding: 70px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: #8b5e1b; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: 12px; }
.eyebrow.center { text-align: center; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--forest); line-height: 1.08; }
h1 { margin: 0; font-size: clamp(46px, 5.6vw, 72px); letter-spacing: -.035em; max-width: 760px; }
.lede { max-width: 700px; margin: 25px 0 28px; font-size: 20px; line-height: 1.6; color: #3f504a; }
.proof-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.proof-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 700; line-height: 1.45; }
.proof-list span { flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; background: var(--forest); color: white; font-size: 13px; }
.mobile-call { display: none; }
.lead-card { background: white; border: 1px solid rgba(21,56,47,.1); border-radius: 24px; padding: 29px; box-shadow: var(--shadow); min-height: 565px; }
.form-step-label { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.lead-card h2 { margin: 24px 0 8px; font-size: 32px; letter-spacing: -.02em; }
.lead-card h2 + p { margin: 0 0 22px; color: var(--muted); line-height: 1.5; }
.lead-card form { display: grid; gap: 15px; }
.lead-card label { display: grid; gap: 7px; color: #33433d; font-weight: 750; font-size: 13px; }
.lead-card input, .lead-card select, .lead-card textarea {
  width: 100%; border: 1px solid #bac5bf; border-radius: 10px; padding: 13px 14px; min-height: 48px; color: var(--ink); background: white; transition: border-color .16s, box-shadow .16s;
}
.lead-card textarea { resize: vertical; min-height: 78px; }
.lead-card input:focus, .lead-card select:focus, .lead-card textarea:focus { outline: 0; border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(32,82,68,.12); }
.lead-card input[aria-invalid="true"] { border-color: var(--danger); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.consent-check { grid-template-columns: 19px 1fr !important; align-items: start; gap: 9px !important; font-weight: 500 !important; line-height: 1.4; }
.consent-check input { width: 18px; height: 18px; min-height: auto; padding: 0; margin-top: 1px; }
.cf-turnstile { min-height: 65px; }
.primary-button, .call-button {
  min-height: 52px; border: 0; border-radius: 10px; padding: 14px 20px; display: inline-grid; place-items: center; color: white; background: var(--forest); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 8px 22px rgba(21,56,47,.18); transition: transform .15s, background .15s;
}
.primary-button:hover, .call-button:hover { background: var(--forest-2); transform: translateY(-1px); }
.primary-button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.form-actions { display: flex; gap: 14px; align-items: center; }
.form-actions .primary-button { flex: 1; }
.text-button { border: 0; background: transparent; color: var(--forest-2); font-weight: 750; cursor: pointer; padding: 12px; }
.form-status { min-height: 21px; margin: 0; font-size: 13px; color: var(--danger); }
.form-notice { margin: 0; padding: 10px 12px; border-radius: 8px; color: #6b4a16; background: #fff4df; font-size: 13px; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.success-panel { min-height: 450px; text-align: center; place-content: center; }
.success-panel:not([hidden]) { display: grid; }
.success-check { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto; display: grid; place-items: center; background: var(--mint); color: var(--forest); font-size: 36px; font-weight: 800; }
.success-panel h2 { font-size: 34px; }
.success-panel p { line-height: 1.6; color: var(--muted); }
.process-section { padding: 90px 0; }
.section-heading { margin: 0 auto 46px; max-width: 750px; text-align: center; font-size: clamp(35px, 4vw, 50px); letter-spacing: -.025em; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process-grid article { border: 1px solid var(--line); border-radius: 18px; padding: 28px; background: white; }
.process-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-weight: 800; }
.process-grid h3 { font-size: 24px; margin: 22px 0 10px; }
.process-grid p { color: var(--muted); line-height: 1.6; margin: 0; }
.comparison-section { background: var(--forest); color: #dbe8e2; padding: 90px 0; }
.comparison-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 75px; align-items: center; }
.comparison-section h2 { margin: 0 0 22px; color: white; font-size: clamp(36px, 4.2vw, 52px); }
.comparison-section p { line-height: 1.7; font-size: 18px; }
.comparison-card { background: white; color: var(--ink); border-radius: 18px; padding: 28px; }
.comparison-card h3 { margin: 0 0 18px; font-size: 26px; }
.comparison-card dl { margin: 0; }
.comparison-card dl > div { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-top: 1px solid var(--line); }
.comparison-card dt { font-weight: 800; }
.comparison-card dd { margin: 0; color: var(--muted); text-align: right; }
.cta-section { padding: 65px 0; background: var(--mint); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-inner h2 { font-size: 38px; margin: 0 0 8px; }
.cta-inner p:last-child { margin: 0; color: var(--muted); }
.call-button { min-width: 240px; font-size: 21px; }
.site-footer { padding: 55px 0 28px; background: #0f2b24; color: #bdcdc6; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-brand { color: white; }
.footer-brand small { color: #9db2a9; }
.footer-grid p { max-width: 440px; line-height: 1.6; }
.footer-grid nav { display: flex; gap: 24px; align-items: start; }
.footer-grid nav a { color: white; }
.legal-note { border-top: 1px solid rgba(255,255,255,.13); margin-top: 35px; padding-top: 24px; line-height: 1.6; font-size: 12px; }
.consent-banner { position: fixed; z-index: 50; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(850px, calc(100% - 28px)); padding: 16px 18px; border-radius: 14px; background: white; color: var(--ink); box-shadow: 0 16px 55px rgba(0,0,0,.25); border: 1px solid var(--line); align-items: center; justify-content: space-between; gap: 20px; }
.consent-banner:not([hidden]) { display: flex; }
.consent-banner p { margin: 0; max-width: 590px; font-size: 13px; line-height: 1.5; }
.consent-banner > div { display: flex; gap: 8px; }
.consent-banner button { border: 1px solid var(--forest); color: var(--forest); background: white; border-radius: 8px; padding: 10px 12px; white-space: nowrap; cursor: pointer; font-weight: 750; }
.consent-banner button.primary { color: white; background: var(--forest); }
.legal-page, .contact-page { max-width: 820px; padding-block: 80px 100px; }
.legal-page h1, .contact-page h1 { font-size: clamp(42px, 6vw, 64px); }
.legal-page h2 { margin: 42px 0 10px; font-size: 27px; }
.legal-page p, .contact-page p { color: #42534d; line-height: 1.75; font-size: 17px; }
.contact-page { min-height: 640px; }
.contact-page .call-button { margin: 20px 0; }
.contact-disclosure { max-width: 640px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { text-align: center; }
  .proof-list { width: fit-content; margin-inline: auto; text-align: left; }
  .lead-card { width: min(620px, 100%); margin-inline: auto; }
  .comparison-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 72px; }
  .brand-mark { width: 37px; height: 37px; font-size: 20px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 9px; }
  .header-phone span { display: none; }
  .header-phone strong { font-size: 15px; }
  .hero { padding: 48px 0 50px; }
  h1 { font-size: clamp(40px, 12vw, 55px); }
  .lede { font-size: 18px; }
  .mobile-call { display: inline-block; margin-top: 26px; font-weight: 800; }
  .lead-card { padding: 20px; border-radius: 18px; min-height: 620px; }
  .lead-card h2 { font-size: 29px; }
  .form-row { grid-template-columns: 1fr; }
  .process-section, .comparison-section { padding: 65px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .cta-inner, .footer-grid { align-items: stretch; flex-direction: column; }
  .cta-inner .call-button { width: 100%; }
  .footer-grid nav { flex-wrap: wrap; }
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-banner > div { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-page, .contact-page { padding-block: 55px 75px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
