:root {
  --bg: #FDF6EC;
  --bg-alt: #F5EDE0;
  --fg: #1C1C1C;
  --fg-muted: #5C4A2A;
  --primary: #2D5016;
  --accent: #E07B39;
  --accent-light: #F4C08A;
  --white: #FFFFFF;
  --border: #E8D9C0;

  --font-display: 'Nunito', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;

  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;

  --max-w: 1120px;
  --section-pad: 80px 24px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; font-weight: 800; }

.section-inner { max-width: var(--max-w); margin: 0 auto; }

/* HERO */
.hero {
  position: relative;
  padding: 100px 24px 80px;
  overflow: hidden;
  background: var(--primary);
  color: var(--white);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-light);
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: var(--white);
  margin-bottom: 24px;
}

.hero-accent { color: var(--accent-light); }

.hero-lede {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  max-width: 440px;
}

.hero-visual {
  display: flex;
  align-items: center;
  gap: 24px;
}

.visual-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  flex: 1;
  backdrop-filter: blur(6px);
}

.visual-card--older { border-top: 4px solid var(--accent-light); }
.visual-card--young { border-top: 4px solid var(--accent); }

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--white);
}

.card-label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}

.card-detail {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

.visual-connector { flex-shrink: 0; }

.bg-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
  background: var(--accent-light);
}

.bg-circle--1 { width: 400px; height: 400px; top: -120px; right: -80px; }
.bg-circle--2 { width: 300px; height: 300px; bottom: -60px; left: -60px; background: var(--accent); opacity: 0.05; }
.bg-circle--3 { width: 200px; height: 200px; top: 50%; left: 40%; background: var(--white); opacity: 0.04; }

/* HOW IT WORKS */
.howitworks { padding: var(--section-pad); background: var(--bg); }

.section-header { text-align: center; margin-bottom: 56px; }
.section-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section-header h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--fg); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.step { padding: 0 8px; }

.step-number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--accent-light);
  line-height: 1;
  margin-bottom: 20px;
}

.step h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.step p { font-size: 1rem; color: var(--fg-muted); line-height: 1.65; }

/* WHO IT'S FOR */
.whoitsfor { padding: var(--section-pad); background: var(--bg-alt); }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.col-block { padding: 52px 48px; }

.col-block--elder { background: var(--white); }
.col-block--helper { background: var(--primary); color: var(--white); }

.col-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.col-block--elder .col-tag { color: var(--accent); }
.col-block--helper .col-tag { color: var(--accent-light); }

.col-block h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 16px;
}

.col-block--elder h2 { color: var(--fg); }
.col-block--helper h2 { color: var(--white); }

.col-block p {
  font-size: 0.975rem;
  line-height: 1.65;
  margin-bottom: 28px;
}

.col-block--elder p { color: var(--fg-muted); }
.col-block--helper p { color: rgba(255,255,255,0.8); }

.benefit-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 500;
}

.col-block--elder .benefit-list li { color: var(--fg); }
.col-block--helper .benefit-list li { color: var(--white); }

/* TASKS SECTION */
.tasks-section { padding: var(--section-pad); background: var(--bg); }

.section-sub { font-size: 1rem; color: var(--fg-muted); max-width: 520px; margin: 0 auto 48px; line-height: 1.65; }

.task-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.task-card {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.task-card:hover {
  border-color: var(--accent-light);
  box-shadow: 0 8px 32px rgba(224,123,57,0.1);
}

.task-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.task-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.task-card p { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.6; }

/* TRUST / STATS */
.trust-section { padding: 64px 24px; background: var(--primary); }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: var(--max-w);
  margin: 0 auto;
}

.trust-stat { text-align: center; }

.stat-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent-light);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
  line-height: 1.5;
}

.stat-source {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  font-style: italic;
}

/* CLOSING */
.closing-section { padding: var(--section-pad); background: var(--bg-alt); }

.closing-content { max-width: 680px; margin: 0 auto; text-align: center; }

.closing-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--fg);
  margin-bottom: 20px;
  line-height: 1.2;
}

.closing-content p { font-size: 1.05rem; color: var(--fg-muted); line-height: 1.7; }

/* FOOTER */
.site-footer { padding: 48px 24px; background: var(--fg); color: var(--white); }

.site-footer .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.footer-brand {}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  font-style: italic;
}

.footer-info p { font-size: 0.875rem; color: rgba(255,255,255,0.6); }
.footer-note { font-size: 0.78rem; color: rgba(255,255,255,0.35); margin-top: 6px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { justify-content: flex-start; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .two-col { grid-template-columns: 1fr; }
  .task-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer .section-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 600px) {
  .hero { padding: 72px 20px 56px; }
  .hero-visual { flex-direction: column; }
  .visual-connector { transform: rotate(90deg); }
  .task-grid { grid-template-columns: 1fr; }
  .col-block { padding: 36px 24px; }
  .section-inner, .howitworks, .whoitsfor, .tasks-section, .closing-section { padding-left: 20px; padding-right: 20px; }
  .howitworks, .whoitsfor, .tasks-section, .closing-section { padding-top: 56px; padding-bottom: 56px; }
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-alt); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-light); }
