:root {
  --ink: #071329;
  --muted: #536070;
  --green: #16622f;
  --green-dark: #0f4d27;
  --green-soft: #eef6ee;
  --blue: #155bb2;
  --line: #dde5df;
  --paper: #f7faf6;
  --white: #fff;
  --shadow: 0 16px 38px rgba(7, 19, 41, .1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(221,229,223,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 214px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 800; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 900; }
.button-primary { background: var(--green); color: var(--white); box-shadow: 0 10px 20px rgba(22,98,47,.18); }
.button-secondary { border-color: #c8d8cb; background: var(--white); color: var(--green-dark); }

section { padding: 82px 0; }
.hero { padding: 72px 0; background: linear-gradient(120deg, #f5faf3 0%, #fff 58%); }
.hero-grid, .split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.eyebrow { margin-bottom: 14px; color: var(--green); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 780px; font-size: clamp(2.65rem, 5.4vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 3.6vw, 3.15rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { font-size: 1.18rem; line-height: 1.25; }
.lead { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 1.16rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-media { min-height: 430px; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.trust-line { margin-top: 20px; color: var(--green-dark); font-size: .92rem; font-weight: 800; }

.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p { margin-top: 16px; color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 10px 24px rgba(7,19,41,.06); }
.card p { margin-top: 10px; color: var(--muted); }
.alt { background: var(--paper); }
.check-list { display: grid; gap: 12px; margin-top: 22px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.founder-card { padding: 38px; border-left: 5px solid var(--green); border-radius: 12px; background: var(--paper); }
.founder-card p + p { margin-top: 16px; }
.founder-signoff { color: var(--green-dark); font-weight: 900; }
.video-slot { position: relative; aspect-ratio: 16 / 9; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 18px; background: #0c2635; box-shadow: 0 20px 48px rgba(7,19,41,.2); }
.video-slot iframe,
.video-slot video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-slot video { object-fit: cover; background: #0c2635; }
.video-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .42; }
.video-callout { position: relative; z-index: 1; max-width: 360px; padding: 28px; color: white; text-align: center; }
.video-callout span { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--green); font-size: 1.5rem; }
.video-callout p { margin: 10px 0 20px; color: rgba(255,255,255,.82); }
.video-preview { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; overflow: hidden; border: 0; background: linear-gradient(180deg, rgba(4,18,29,.08) 22%, rgba(4,18,29,.28) 52%, rgba(4,18,29,.92) 100%); color: var(--white); cursor: pointer; font: inherit; text-align: left; }
.video-preview::before { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(180deg, rgba(4,18,29,0) 0%, rgba(4,18,29,.96) 44%, #04121d 100%); pointer-events: none; }
.video-preview::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.video-preview[hidden] { display: none; }
.video-preview-label { position: absolute; top: 22px; left: 22px; z-index: 1; padding: 7px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(7,19,41,.52); backdrop-filter: blur(8px); font-size: .73rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.video-preview-play { position: absolute; top: 50%; left: 50%; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(22,98,47,.94); box-shadow: 0 14px 32px rgba(0,0,0,.3); transform: translate(-50%, -50%); transition: transform .18s ease, background .18s ease; }
.video-preview-play svg { width: 31px; height: 31px; margin-left: 3px; fill: currentColor; }
.video-preview-copy { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 1; display: grid; gap: 2px; text-shadow: 0 2px 12px rgba(0,0,0,.45); }
.video-preview-copy strong { font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.05; letter-spacing: -.025em; }
.video-preview-copy span { color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 700; }
.video-preview:hover .video-preview-play { background: #1d783b; transform: translate(-50%, -50%) scale(1.06); }
.video-preview:focus-visible { outline: 4px solid #68c9f1; outline-offset: -4px; }
.video-download { position: relative; z-index: 3; color: var(--white); font-weight: 900; text-decoration: underline; }

.local-proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 30px; }
.proof-item { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-size: .92rem; font-weight: 800; text-align: center; }
.availability { margin-top: 22px; padding: 16px 18px; border: 1px solid #cbdacb; border-radius: 10px; background: var(--green-soft); color: var(--green-dark); font-size: .92rem; font-weight: 700; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 10px; background: white; }
summary { padding: 18px 20px; cursor: pointer; font-weight: 850; }
details p { padding: 0 20px 20px; color: var(--muted); }
.final-cta { text-align: center; }
.final-cta p { max-width: 650px; margin: 16px auto 0; color: var(--muted); }
.final-cta .actions { justify-content: center; }

.site-footer { padding: 48px 0 24px; background: var(--green-dark); color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer-grid strong { display: block; margin-bottom: 12px; color: white; }
.footer-grid a { display: block; margin-bottom: 8px; }
.footer-grid p { max-width: 330px; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .86rem; }

@media (max-width: 980px) {
  .nav-links a:not(.button) { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-media { min-height: 330px; }
  .hero-media img { min-height: 330px; }
  .card-grid { grid-template-columns: 1fr; }
  .local-proof { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  section { padding: 56px 0; }
  .brand img { width: 176px; }
  .nav-links .button { min-height: 42px; padding: 0 13px; font-size: .8rem; }
  .hero { padding-top: 48px; }
  .actions .button { width: 100%; }
  .local-proof, .footer-grid { grid-template-columns: 1fr; }
  .video-preview-label { top: 14px; left: 14px; }
  .video-preview-play { width: 62px; height: 62px; }
  .video-preview-copy { right: 16px; bottom: 14px; left: 16px; }
  .video-preview-copy span { font-size: .82rem; }
}
