:root {
  --bg: #f5f0e8;
  --paper: rgba(255,255,255,0.78);
  --text: #1f1913;
  --muted: #6e6357;
  --line: rgba(72,52,31,0.14);
  --accent: #123765;
  --accent-dark: #0d2c52;
  --accent-soft: #dff2f3;
  --gold: #9b6a2f;
  --shadow: 0 20px 55px rgba(28,20,13,0.10);
  --radius: 24px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239,227,208,0.95), transparent 36%),
    radial-gradient(circle at top right, rgba(255,255,255,0.65), transparent 28%),
    var(--bg);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 2rem), 860px); margin: 0 auto; }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(72,52,31,0.08);
  background: rgba(245,240,232,0.9);
  backdrop-filter: blur(16px);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand-image { max-width: 360px; flex: 0 0 auto; }
.top-logo { width: 100%; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.nav-links a {
  text-decoration: none;
  font-weight: 700;
}

.hero { padding: 4.6rem 0 3.5rem; }
.hero-compact { padding-bottom: 2.5rem; }
.hero-grid, .info-grid, .pricing-grid, .features, .footer-grid, .form-layout, .chip-row, .stat-grid, .steps-list {
  display: grid;
  gap: 1rem;
}
.hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,0.95fr); align-items: center; gap: 2rem; }
.hero-grid-wide { grid-template-columns: minmax(0,1.02fr) minmax(420px,0.98fr); }
.info-grid { grid-template-columns: minmax(0,0.95fr) minmax(280px,0.72fr); align-items: start; gap: 1.4rem; }
.pricing-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.features { grid-template-columns: repeat(4, minmax(0,1fr)); }
.footer-grid { grid-template-columns: 1.7fr 1fr; }
.form-layout { grid-template-columns: repeat(2, minmax(0,1fr)); }
.chip-row, .stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.steps-list { grid-template-columns: 1fr; }

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}
h1, h2, h3, h4 { line-height: 1.08; margin: 0 0 1rem; }
h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.8rem); }
h3 { font-size: 1.2rem; }
h4 { font-size: 1rem; }
.lead, .section-copy, .feature p, .price-card li, .footer-grid p, .legal-page p, .legal-page li, .form-note, .bullet-list li, .support-line, .stat-strip small, .hero-caption span {
  color: var(--muted);
}
.lead { max-width: 760px; font-size: 1.06rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.25rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: linear-gradient(135deg, var(--accent-dark), #1b4b82); color: #fff; box-shadow: 0 16px 34px rgba(18,55,101,0.20); }
.btn-light { background: rgba(255,255,255,0.78); color: var(--text); border-color: rgba(72,52,31,0.12); }
.full { width: 100%; border-radius: 16px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin: 1.6rem 0 1.2rem; }

.feature, .price-card, .alert-box, .lead-form, .steps-card, .legal-card, .stat-strip, .sample-alert, .hero-caption {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}
.feature, .price-card, .alert-box, .lead-form, .steps-card, .legal-card, .sample-alert, .stat-strip { padding: 1.35rem; }
.section { padding: 4rem 0; }
.alt { background: linear-gradient(180deg, rgba(239,227,208,0.62), rgba(245,240,232,0)); }
.section-head { max-width: 760px; margin-bottom: 1.8rem; }

.hero-visual {
  display: grid;
  gap: 0.85rem;
}
.hero-art {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(22,16,10,0.16);
}
.hero-caption {
  padding: 1rem 1.1rem;
}
.hero-caption strong { display:block; margin-bottom: 0.35rem; color: var(--accent-dark); }

.trust-row { margin-top: 1.25rem; }
.stat-strip strong { display:block; margin-bottom:0.35rem; color: var(--accent-dark); }

.feature h3, .price-card h3, .alert-box .box-title, .steps-card h3, .legal-card h3, .sample-alert h3 { margin-bottom: 0.75rem; }
.price-card ul, .alert-box ul, .bullet-list { padding-left: 1.1rem; }
.price-card li, .bullet-list li { margin-bottom: 0.45rem; }
.price {
  margin: 0 0 0.9rem;
  font-size: 2.1rem;
  font-weight: 900;
}
.price span { font-size: 0.95rem; color: var(--muted); font-weight: 700; }
.price-card.featured {
  background: linear-gradient(180deg, var(--accent-dark), #174777);
  color: #fff;
}
.price-card.featured li, .price-card.featured .price span { color: rgba(255,255,255,0.84); }

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(18,55,101,0.06);
  border: 1px solid rgba(18,55,101,0.12);
  font-weight: 700;
  text-align: center;
}
.sample-alert {
  margin-top: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(249,252,255,0.92));
}
.kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  background: rgba(155,106,47,0.12);
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lead-form label { display: block; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  margin-top: 0.45rem;
  min-height: 54px;
  padding: 0.9rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(72,52,31,0.14);
  background: rgba(255,255,255,0.94);
  font: inherit;
  color: var(--text);
}
.checkbox-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 0.8rem;
  align-items: start;
  margin: 1.2rem 0 0.9rem;
}
.checkbox-row input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 0.2rem;
}
.legal-inline { margin: 0 0 1rem; color: var(--muted); font-size: 0.95rem; }
.legal-inline a, .site-footer a { color: var(--accent-dark); }
.step-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.9rem;
  align-items: start;
}
.step-number {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(18,55,101,0.12);
  color: var(--accent-dark);
  font-weight: 900;
}

.cta-band {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  background: linear-gradient(135deg, var(--accent-dark), #174777);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.cta-band p, .cta-band h2 { color: #fff; margin-bottom: 0.35rem; }

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(72,52,31,0.08);
}
.footer-title { font-weight: 800; color: var(--text); }
.footer-logo {
  max-width: 320px;
  width: 100%;
  margin-bottom: 0.75rem;
  border-radius: 12px;
}

@media (max-width: 980px) {
  .hero-grid, .info-grid, .pricing-grid, .features, .footer-grid, .form-layout, .chip-row, .stat-grid {
    grid-template-columns: 1fr;
  }
  .cta-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.9rem 0;
  }
  .nav-links { width: 100%; }
  .brand-image { max-width: 100%; }
}
@media (max-width: 560px) {
  .hero { padding: 3.6rem 0 3rem; }
  .section { padding: 2.8rem 0; }
  .cta-row { flex-direction: column; }
  .btn { width: 100%; }
  .footer-logo { max-width: 100%; }
}