:root {
  --forest: #174b3a;
  --forest-dark: #0e3428;
  --terra: #d15430;
  --ivory: #f7f3ea;
  --paper: #fffdf8;
  --sage: #e7ece2;
  --sand: #ead9bd;
  --ink: #202822;
  --muted: #6d786f;
  --border: #ded9cd;
  --shadow: 0 24px 60px rgba(26, 55, 43, .13);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ivory);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--forest); text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0a36b; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #fff; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font: 700 1.2rem Georgia, serif; text-decoration: none; color: var(--forest); }
.brand img { border-radius: 11px; box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 1.35rem; }
.site-header nav a, .site-footer nav a { color: var(--ink); text-decoration: none; font-weight: 650; font-size: .92rem; }

main { overflow: hidden; }
.hero {
  max-width: 1180px;
  margin: 2rem auto 6rem;
  padding: 4.5rem 5rem;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  align-items: center;
  gap: 5rem;
  border-radius: 42px;
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,.8), transparent 28%),
    linear-gradient(135deg, #e8d9bb 0%, #f7eee0 52%, #dbe5d7 100%);
  position: relative;
}
.hero::after { content: ""; position: absolute; left: 3rem; bottom: 2.5rem; width: 110px; height: 2px; background: var(--terra); opacity: .7; }
.eyebrow { margin: 0 0 .8rem; color: var(--terra); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--forest); line-height: 1.06; }
h1 { margin: 0 0 1.6rem; max-width: 800px; font-size: clamp(3rem, 6.4vw, 5.7rem); letter-spacing: -.045em; }
h2 { margin: 0 0 1.3rem; font-size: clamp(2.2rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.45rem; }
.lede { max-width: 730px; font-size: 1.2rem; color: #3e4942; }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: 12px; font: inherit; font-weight: 780; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--terra); color: #fff; box-shadow: 0 10px 24px rgba(209,84,48,.2); }
.button.secondary { background: rgba(255,255,255,.62); color: var(--forest); border-color: rgba(23,75,58,.24); }
.release-note, .local-note { margin-top: 1.25rem; color: var(--muted); font-size: .9rem; }
.release-note span { color: #ca744e; margin-right: .4rem; }
.phone-wrap { justify-self: center; width: min(100%, 370px); padding: 13px; background: #151916; border-radius: 46px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.phone-shot { display: block; border-radius: 35px; }

.trust-strip, .section { max-width: 1080px; margin: 0 auto; padding: 6rem 1.5rem; }
.trust-strip { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.trust-strip div { padding: 1.7rem 2rem; background: var(--paper); border: 1px solid var(--border); }
.trust-strip div:first-child { border-radius: 18px 0 0 18px; }
.trust-strip div:last-child { border-radius: 0 18px 18px 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--forest); }
.trust-strip span { color: var(--muted); font-size: .9rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3rem; }
.steps article, .support-grid article { padding: 2rem; background: var(--paper); border: 1px solid var(--border); border-radius: 20px; }
.steps article > span { color: var(--terra); font-weight: 900; letter-spacing: .1em; }
.feature-grid { display: grid; grid-template-columns: 1fr .6fr; gap: 6rem; align-items: center; }
.feature-grid img { width: 320px; justify-self: center; border: 10px solid #161a17; border-radius: 36px; box-shadow: var(--shadow); }
.caveat, .source-note, .policy-alert { padding: 1rem 1.2rem; border-left: 4px solid var(--terra); background: rgba(255,255,255,.6); }
.text-link { font-weight: 800; }
.pricing { display: grid; grid-template-columns: 1fr .55fr; gap: 5rem; align-items: center; }
.price-card { padding: 2rem; background: var(--forest); color: #fff; border-radius: 24px; box-shadow: var(--shadow); }
.price-card span, .price-card strong { display: block; }
.price-card strong { font: 700 3.2rem Georgia, serif; margin: .3rem 0; }
.price-card p { color: #dce9e0; }
.final-cta { text-align: center; max-width: 840px; }
.final-cta .button { margin-top: 1rem; }

.page-hero { max-width: 1080px; margin: 3rem auto 0; padding: 5rem 1.5rem 2rem; }
.page-hero.compact h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.checklist { max-width: 850px; margin: 2rem auto; padding: 0 1.5rem; }
.checklist fieldset { margin: 1.2rem 0; padding: 1.3rem; border: 1px solid var(--border); border-radius: 16px; background: var(--paper); }
.checklist legend { padding: 0 .5rem; color: var(--forest); font: 700 1.2rem Georgia, serif; }
.checklist label { display: flex; align-items: flex-start; gap: .8rem; padding: .65rem; border-radius: .6rem; }
.checklist label:hover { background: var(--sage); }
.checklist input { width: 1.25rem; height: 1.25rem; margin-top: .17rem; accent-color: var(--terra); flex: 0 0 auto; }
.article, .policy { max-width: 850px; }
.article h2, .policy h2, .contact-pending h2 { margin-top: 3rem; font-size: 2rem; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.support-grid h2 { font-size: 1.5rem; }
.contact-pending { max-width: 850px; }
.policy-alert { max-width: 780px; margin-top: 2rem; }

.site-footer { max-width: 1180px; margin: 5rem auto 0; padding: 3rem 1.5rem; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; }
.site-footer p { margin: .3rem 0; color: var(--muted); }
.site-footer .fine-print { grid-column: 1 / -1; font-size: .82rem; }

@media (max-width: 850px) {
  .site-header { align-items: flex-start; }
  .site-header nav { justify-content: flex-end; gap: .6rem 1rem; }
  .hero { margin: 1rem; padding: 3.5rem 1.5rem; grid-template-columns: 1fr; gap: 3rem; }
  .phone-wrap { width: 300px; }
  .trust-strip, .steps, .support-grid { grid-template-columns: 1fr; }
  .trust-strip div, .trust-strip div:first-child, .trust-strip div:last-child { border-radius: 14px; }
  .feature-grid, .pricing { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 560px) {
  .site-header { display: block; }
  .site-header nav { margin-top: 1rem; justify-content: flex-start; }
  .site-header nav a { font-size: .83rem; }
  .hero { min-height: 0; }
  h1 { font-size: 3.1rem; }
  .section { padding-top: 4rem; padding-bottom: 4rem; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .site-footer, .no-print, .article, .local-note { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  main { overflow: visible; }
  .page-hero { padding: 0; margin: 0; }
  .page-hero h1 { font-size: 28pt !important; }
  .checklist { max-width: none; padding: 0; margin: 1rem 0; }
  .checklist fieldset { break-inside: avoid; padding: .6rem; margin: .5rem 0; }
  .checklist label { padding: .35rem; }
}
