:root {
  color-scheme: light;
  --pine-950: #08271f;
  --pine-900: #0d352a;
  --pine-800: #164938;
  --green-700: #2f7334;
  --green-500: #55a34d;
  --gold-500: #d7b45a;
  --gold-300: #ecd48f;
  --ivory-50: #fffdf7;
  --ivory-100: #f4f0e6;
  --ivory-200: #e8e0d0;
  --ink: #10251e;
  --muted: #5f6e67;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(8, 39, 31, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory-50);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -64px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--pine-950);
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

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

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 39, 31, 0.92);
  color: var(--white);
  backdrop-filter: blur(16px);
}
.nav-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.brand img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #d6e3dc; font-size: 14px; font-weight: 750; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold-300); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--gold-500);
  color: var(--pine-950);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.button-secondary { border-color: rgba(255,255,255,.35); background: transparent; color: var(--white); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 14px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 15%, rgba(85,163,77,.34), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(215,180,90,.16), transparent 30%),
    linear-gradient(145deg, var(--pine-950), #0b3127 62%, #164b38);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.hero-grid {
  min-height: 760px;
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 60px;
  padding: 84px 0 92px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold-300);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: .94;
  letter-spacing: -.065em;
}
.hero-lead { max-width: 610px; margin-bottom: 32px; color: #d9e5df; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { margin: 18px 0 0; color: #afc5ba; font-size: 13px; }

.phone-stage { min-height: 620px; position: relative; }
.phone-stage::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 2%;
  height: 13%;
  border-radius: 50%;
  background: rgba(0,0,0,.34);
  filter: blur(30px);
}
.phone-shot {
  position: absolute;
  width: 310px;
  border-radius: 30px;
  box-shadow: 0 34px 70px rgba(0,0,0,.42);
}
.phone-shot-main { right: 4%; top: 0; z-index: 2; transform: rotate(4deg); }
.phone-shot-back { left: 0; top: 112px; z-index: 1; transform: rotate(-6deg); opacity: .9; }

.proof-strip { border-bottom: 1px solid var(--ivory-200); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 112px; padding: 24px; border-right: 1px solid var(--ivory-200); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--pine-900); font-size: 17px; }
.proof-item span { color: var(--muted); font-size: 13px; }

section { padding: 96px 0; }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head .eyebrow { color: var(--green-700); }
h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.055em; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.lead { color: var(--muted); font-size: 18px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--ivory-200);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(8,39,31,.05);
}
.step-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 50%;
  background: var(--ivory-100);
  color: var(--green-700);
  font-weight: 900;
}
.step p { margin: 0; color: var(--muted); }

.feature-panel { overflow: hidden; background: var(--pine-950); color: var(--white); }
.feature-panel-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.feature-image {
  max-height: 730px;
  margin: -36px auto;
  border-radius: 28px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}
.feature-copy .eyebrow { color: var(--gold-300); }
.feature-copy p { color: #bed0c7; font-size: 18px; }
.feature-list { display: grid; gap: 18px; margin-top: 30px; }
.feature-row { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; }
.feature-row b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(215,180,90,.14); color: var(--gold-300); }
.feature-row strong { display: block; margin-bottom: 2px; }
.feature-row span { color: #afc5ba; font-size: 14px; }

.privacy-section { background: var(--ivory-100); }
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.privacy-card {
  padding: 34px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 20px 50px rgba(8,39,31,.08);
}
.privacy-card ul { margin: 0; padding: 0; list-style: none; }
.privacy-card li { position: relative; padding: 16px 0 16px 32px; border-bottom: 1px solid var(--ivory-200); color: var(--muted); }
.privacy-card li:last-child { border-bottom: 0; }
.privacy-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--ivory-200); }
details { border-bottom: 1px solid var(--ivory-200); }
summary { padding: 20px 0; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
details p { padding: 0 28px 20px 0; color: var(--muted); }

.site-footer { padding: 44px 0; background: var(--pine-950); color: var(--white); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-copy { color: #aec2b8; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: #dce7e1; font-size: 14px; font-weight: 750; text-decoration: none; }
.footer-links a:hover { color: var(--gold-300); }

/* Legal pages */
.legal-hero { padding: 76px 0 62px; background: linear-gradient(150deg, var(--pine-950), var(--pine-800)); color: var(--white); }
.legal-hero h1 { max-width: 800px; margin-bottom: 16px; font-size: clamp(3rem, 7vw, 5.5rem); }
.legal-hero p { max-width: 700px; margin: 0; color: #c7d8d0; font-size: 18px; }
.legal-shell { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 70px; align-items: start; padding: 64px 0 96px; }
.legal-toc { position: sticky; top: 104px; padding: 20px; border-radius: 18px; background: var(--ivory-100); }
.legal-toc strong { display: block; margin-bottom: 12px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-toc a:hover { color: var(--green-700); }
.legal-copy { min-width: 0; }
.legal-copy h2 { margin: 48px 0 14px; font-size: 30px; letter-spacing: -.035em; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy h3 { margin-top: 26px; font-size: 18px; }
.legal-copy p, .legal-copy li { color: #45564e; }
.legal-copy address { color: #45564e; font-style: normal; }
.legal-copy ul { padding-left: 22px; }
.legal-copy a { color: var(--green-700); font-weight: 700; }
.legal-callout { margin: 28px 0; padding: 20px 22px; border-left: 4px solid var(--gold-500); border-radius: 0 14px 14px 0; background: var(--ivory-100); }
.legal-meta { color: #c7d8d0; font-size: 14px; }

@media (max-width: 900px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 72px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .phone-stage { min-height: 590px; width: min(620px, 100%); margin: 0 auto; }
  .steps, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .feature-panel-grid, .privacy-grid, .faq { grid-template-columns: 1fr; gap: 50px; }
  .feature-image { max-height: 660px; }
  .legal-shell { grid-template-columns: 1fr; gap: 24px; }
  .legal-toc { position: static; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand span { font-size: 14px; }
  .nav-links { gap: 8px; }
  .nav-links .button { min-height: 38px; padding: 8px 12px; font-size: 12px; }
  .hero-grid { min-height: auto; padding-bottom: 44px; }
  h1 { font-size: 3.35rem; }
  .hero-lead { font-size: 17px; }
  .phone-stage { min-height: 470px; }
  .phone-shot { width: 230px; border-radius: 22px; }
  .phone-shot-main { right: 0; }
  .phone-shot-back { top: 82px; }
  .proof-grid, .steps { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { min-height: 88px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--ivory-200); }
  section { padding: 72px 0; }
  .step { min-height: 220px; }
  .feature-image { max-height: none; width: 86%; margin: -14px auto 18px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .legal-hero { padding: 56px 0 46px; }
  .legal-shell { padding-top: 42px; }
}

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