:root {
  --bg: #ffffff;
  --bg-alt: #f5fbf7;
  --bg-earth: #f6f0e8; /* light earthy beige */
  --card: #ffffff;
  --muted: #5f766a;
  --text: #142b1e;
  --accent: #2f9e44;
  --accent-2: #52b788;
  --warning: #ffcd4d;
  --maxw: 1120px;
  --radius: 16px;
  --shadow: 0 14px 28px rgba(16, 36, 25, .12);
  --cta-width: 360px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf9 100%);
  color: var(--text);
  font-family: 'Heebo', 'Assistant', system-ui, -apple-system, sans-serif;
  line-height: 1.65;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  padding: 0 24px;
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid rgba(20,43,30,.08);
}
.header-inner {
  display: flex; align-items: center; gap: 20px;
  min-height: 88px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); }
.brand-logo { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.brand-logo.sm { width: 36px; height: 36px; }
.brand-name { font-weight: 800; letter-spacing: .2px; }
.main-nav { margin-inline-start: auto; display: none; gap: 20px; }
.main-nav a { color: var(--muted); text-decoration: none; font-weight: 500; }
.main-nav a:hover { color: var(--text); }
.btn-cta { display: none; }

/* Hero */
.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); }
.section-earth { background: var(--bg-earth); }
.super-hero { position: relative; padding: 96px 0 64px; color: #ffffff; overflow: hidden; }
.super-hero-media { position: absolute; inset: 0; background-image: url('assets/photo-1625246333195-78d9c38ad449.jfif'); background-size: cover; background-position: center; z-index: -2; }
.super-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,43,30,.85) 0%, rgba(20,43,30,.45) 60%, rgba(20,43,30,.15) 100%); }
.super-hero-inner { text-align: center; max-width: 920px; margin-inline: auto; }
.super-hero-title { font-size: clamp(32px, 5vw, 56px); line-height: 1.12; margin: 8px 0 10px; text-shadow: 0 8px 24px rgba(0,0,0,.35); font-weight: 900; }
.super-hero-sub { color: #e6fff0; margin: 0 0 18px; text-shadow: 0 4px 16px rgba(0,0,0,.28); }
.hero { position: relative; padding-top: 100px; color: #ffffff; }
.hero-grid {
  display: grid; gap: 36px;
  grid-template-columns: 1fr; align-items: stretch;
}
.hero-content {
  background: linear-gradient(180deg, rgba(47,158,68,.72) 0%, rgba(47,158,68,.54) 100%);
  border: 1px solid rgba(47,158,68,.35);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 16px 32px rgba(0,0,0,.18);
  backdrop-filter: blur(4px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hero-media {
  position: absolute; inset: 0; z-index: -2; opacity: 1;
  background-size: cover; background-position: center;
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,43,30,.80) 0%, rgba(20,43,30,.62) 45%, rgba(20,43,30,.28) 100%); }
.eyebrow { color: #ffffff; font-weight: 700; letter-spacing: .3px; margin: 0 0 8px; }
.hero-title { font-size: clamp(28px, 4vw, 48px); line-height: 1.15; margin: 0 0 12px; text-shadow: 0 4px 18px rgba(0,0,0,.35); font-weight: 900; }
.hero-subtitle { color: #e6fff0; margin: 0 0 16px; text-shadow: 0 2px 10px rgba(0,0,0,.25); }

.badge-list { list-style: none; padding: 0; margin: 20px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.badge-list .badge { width: 100%; display: inline-flex; justify-content: center; }
.badge { background: rgba(255,255,255,.94); border: 1px solid rgba(20,43,30,.12); padding: 12px 16px; border-radius: 999px; color: var(--text); font-weight: 800; box-shadow: 0 8px 18px rgba(16,36,25,.10); font-size: 18px; }

.countdown { display: grid; gap: 10px; align-items: center; margin: 18px 0 8px; text-align: center; justify-items: center; }
.countdown > span { font-size: 20px; font-weight: 800; }
.timer { display: inline-flex; align-items: center; justify-content: center; gap: 18px; background: transparent; padding: 0; border-radius: 0; color: var(--text); box-shadow: none; margin-inline: auto; width: auto; }
.time { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 96px; height: 96px; border-radius: 18px; background: rgba(255,255,255,.92); border: 1px solid rgba(20,43,30,.12); box-shadow: 0 10px 22px rgba(16,36,25,.14); }
.time span { font-size: 28px; font-weight: 900; }
.time small { color: var(--muted); font-size: 14px; font-weight: 700; }
.sep { display: none; }

.hero-cta { display: grid; gap: 10px; margin-top: auto; padding-top: 12px; }
 .trust-note { color: #eaf7f1; font-size: 14px; text-align: center; }

.lead-card {
  background: var(--card);
  border: 1px solid rgba(20,43,30,.10);
  box-shadow: var(--shadow);
  border-radius: 18px; padding: 22px; position: sticky; top: 96px;
}
.thankyou { display: grid; place-items: center; text-align: center; min-height: 340px; gap: 8px; color: var(--text); }
.thankyou p { color: var(--text); font-size: 18px; line-height: 1.7; }
.thank-emoji { font-size: 32px; }
.card-title { margin: 0 0 12px; font-size: 28px; color: var(--text); }
.form-field { display: grid; gap: 6px; margin: 10px 0; }
.form-field label { font-weight: 600; color: var(--text); }
.form-field input { height: 44px; border-radius: 12px; border: 1px solid rgba(20,43,30,.18); background: #ffffff; color: #0e1f14; padding: 0 12px; caret-color: #0e1f14; font-size: 18px; }
.form-field input::placeholder { color: #7a8f85; opacity: 1; }
.form-field input:-webkit-autofill,
.form-field input:-webkit-autofill:hover,
.form-field input:-webkit-autofill:focus { -webkit-text-fill-color: #0e1f14; box-shadow: 0 0 0px 1000px #ffffff inset; }
.form-field input:focus { outline: 2px solid var(--accent); border-color: transparent; }
.form-checkbox { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin: 12px 0; }
.form-checkbox input { margin-top: 4px; accent-color: var(--accent); width: 18px; height: 18px; }
.form-checkbox label { color: #0e1f14; line-height: 1.5; font-weight: 500; }
.error { color: #ff6b6b; min-height: 18px; font-size: 16px; font-weight: 600; }
.form-checkbox .error { grid-column: 1 / -1; margin-top: 6px; white-space: nowrap; }
.form-status { margin-top: 8px; font-size: 14px; }
.fine-print { color: var(--muted); font-size: 12px; }
.lead-card .fine-print { text-align: center; }

/* Sections */
.section-title { margin: 0 0 10px; font-size: 28px; }
.section-intro { color: #244938; margin: 0 0 18px; font-size: 18px; }
.bullets { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.note { background: #e8f5ee; border: 1px solid rgba(47,158,68,.25); color: #267a3a; padding: 12px 14px; border-radius: 12px; margin-top: 16px; }

/* Bigger copy in benefits section */
#benefits .section-intro + .bullets li { font-size: 18px; }
.benefits-cta { margin-top: 18px; font-weight: 700; color: #1f3b2b; font-size: 20px; }

/* Benefits typography scaling */
#benefits .section-title { font-size: 32px; }
#benefits .bullets li { font-size: 20px; line-height: 1.9; }
#benefits .section-intro { font-size: 22px; font-weight: 800; }
#benefits p:not(.benefits-cta) { font-size: 18px; }

.agenda-grid { display: grid; gap: 14px; }
.agenda-day { background: #ffffff; border: 1px solid rgba(20,43,30,.12); border-radius: 14px; padding: 16px; box-shadow: var(--shadow); }
.agenda-day h3 { margin: 0 0 6px; font-size: 20px; }
.agenda-day p { margin: 0 0 10px; }
.sub-bullets { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--muted); }
.highlight { background: #fff7da; border: 1px solid rgba(255,205,77,.55); color: var(--text); padding: 10px 12px; border-radius: 12px; }

/* Agenda images */
.agenda-img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(20,43,30,.08); margin-bottom: 10px; box-shadow: 0 8px 18px rgba(16,36,25,.08); }

.two-col { display: grid; gap: 24px; }
.about-media img { width: 100%; height: auto; border-radius: 14px; border: 1px solid rgba(20,43,30,.08); box-shadow: var(--shadow); }

/* gallery-strip removed */

.testimonials { display: grid; gap: 14px; }
blockquote { margin: 0; padding: 14px; background: var(--card); border: 1px solid rgba(20,43,30,.10); border-radius: 14px; box-shadow: var(--shadow); text-align: center; }
blockquote p { margin: 0 0 8px; font-size: 18px; line-height: 1.8; }
blockquote footer { color: var(--muted); margin-top: 6px; font-size: 16px; }
.testimonial-stars { display: inline-flex; gap: 4px; color: #ffcd4d; margin-top: 4px; font-size: 22px; }
.testimonials-section .section-title { text-align: center; }

.faq-list { display: grid; gap: 10px; }
details { background: var(--card); border: 1px solid rgba(20,43,30,.10); border-radius: 12px; padding: 10px 12px; box-shadow: var(--shadow); }
summary { cursor: pointer; font-weight: 600; font-size: 18px; }

/* FAQ layout with illustration */
.faq-layout { display: grid; gap: 18px; align-items: start; }
.faq-illustration { margin: 0; }
.faq-illustration img { width: 100%; height: auto; border-radius: 14px; border: 1px solid rgba(20,43,30,.10); box-shadow: var(--shadow); }
.faq-content { display: grid; gap: 14px; }
@media (min-width: 1000px) {
  .faq-layout { grid-template-columns: .9fr 1.1fr; }
}

.final-cta { text-align: center; }
.badge-line { color: var(--muted); }
.final-cta p { font-size: 20px; }

/* Final section badges */
.final-info { display: grid; gap: 8px; font-size: 22px; font-weight: 800; color: #0e1f14; margin-bottom: 16px; }

.center { text-align: center; margin-top: 18px; }
.section#agenda .center, #agenda .center { margin-top: 32px; }
#agenda .center .btn { font-size: 20px; padding: 16px 28px; }
.narrow { max-width: 820px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; color: #0e1f14; font-weight: 800; letter-spacing: .2px; border-radius: 999px; padding: 12px 18px; border: 0; cursor: pointer; transition: transform .06s ease, box-shadow .2s ease; font-size: 16px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: linear-gradient(180deg, var(--accent) 0%, #2aa553 100%); color: #ffffff; box-shadow: 0 10px 24px rgba(47,158,68,.35); text-shadow: 0 1px 0 rgba(0,0,0,.12); }
.btn-secondary { background: linear-gradient(180deg, var(--warning) 0%, #ffbf1a 100%); color: #3a2a00; box-shadow: 0 10px 24px rgba(255,205,77,.35); }
.btn-lg { padding: 16px 28px; font-size: 20px; }
.btn-block { width: 100%; }

/* Improve legibility for the main submit button in the lead card */
.lead-card .btn { font-size: 18px; padding: 14px 22px; }
.lead-card button.btn { font-family: 'Assistant', 'Heebo', system-ui, -apple-system, sans-serif; font-weight: 700; letter-spacing: .1px; }

/* Match timer pill width to CTA on larger screens */
@media (max-width: 420px) {
  :root { --cta-width: 100%; }
  .timer { width: 100%; }
}

/* Footer */
.site-footer { background: #0b1d12; border-top: 1px solid rgba(255,255,255,.08); color: #eaf5ee; padding: 28px 0; }
.footer-inner { display: flex; align-items: flex-start; justify-content: center; gap: 48px; min-height: 140px; flex-wrap: wrap; text-align: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-nav { display: grid; grid-template-columns: repeat(3, max-content); gap: 12px 48px; align-content: start; }
.footer-col { display: grid; gap: 10px; }
.footer-nav a { color: #cfe5d8; text-decoration: none; font-weight: 600; }
.footer-nav a:hover { color: #ffffff; }
.footer-copy { color: #cfe5d8; font-size: 14px; width: 100%; text-align: center; margin-top: 8px; }

@media (max-width: 720px) {
  .footer-nav { grid-template-columns: 1fr; }
}
.footer-links a { color: #cfe5d8; text-decoration: none; margin-inline: 6px; }
.footer-links a:hover { color: var(--text); }
.footer-copy { color: #cfe5d8; font-size: 14px; }

/* Responsive */
@media (min-width: 900px) {
  .main-nav { display: flex; }
  .btn-cta { display: inline-flex; }
  .hero-grid { grid-template-columns: 1.2fr .8fr; align-items: stretch; }
  .hero { padding-top: 140px; }
  .agenda-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .testimonials { grid-template-columns: repeat(2, 1fr); }
}


