:root {
  --orange: #BF5700;
  --orange-dark: #9E4800;
  --orange-faint: rgba(191, 87, 0, 0.08);
  --orange-border: rgba(191, 87, 0, 0.2);
  --sage-green: #1a7f4f;
  --sage-light: #e6f4ed;
  --sage-border: rgba(26, 127, 79, 0.25);
  --charcoal: #0f1720;
  --slate: #1a2d22;
  --warm: #faf9f7;
  --border: #e4ddd5;
  --text-primary: #171311;
  --text-secondary: #4d4741;
  --text-muted: #77706a;
  --white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--text-primary);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

/* ── HERO ──────────────────────────────────── */
.sage-hero {
  position: relative;
  overflow: hidden;
  padding: 4.7rem 2rem 4rem;
  background:
    radial-gradient(circle at top left, rgba(26, 127, 79, 0.22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(191, 87, 0, 0.14), transparent 24%),
    linear-gradient(135deg, #0a1910 0%, #10231a 54%, #162d22 100%);
}

.sage-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255,255,255,0.45) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.45) 1px, transparent 1px);
  background-size: 44px 44px;
}

.sage-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.92fr);
  gap: 2rem;
  align-items: start;
}

.sage-eyebrow {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6ee8a8;
  margin-bottom: 1rem;
}

.sage-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  margin-bottom: 1.4rem;
}

.sage-title span { color: #6ee8a8; }

.sage-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.68);
  line-height: 1.72;
  max-width: 540px;
  margin-bottom: 2rem;
}

.sage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #1a7f4f;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.7rem 1.4rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.18s;
}
.btn-primary:hover { background: #15663f; }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.7rem 1.4rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  text-decoration: none;
  transition: background 0.18s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.14); }

.sage-stat-shell {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}

.sage-stat {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

.sage-stat-value {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #6ee8a8;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.sage-stat-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.54);
  line-height: 1.5;
}

/* ── BAND ──────────────────────────────────── */
.sage-band {
  background: #f5f3f0;
  border-bottom: 1px solid #e4ddd5;
}

.sage-band-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.sage-band-link {
  display: block;
  padding: 0.9rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-decoration: none;
  border-right: 1px solid #e4ddd5;
  transition: color 0.15s, background 0.15s;
}
.sage-band-link:hover { color: var(--sage-green); background: rgba(26,127,79,0.05); }
.sage-band-link:first-child { padding-left: 0; }

/* ── MAIN LAYOUT ───────────────────────────── */
.sage-main {
  width: min(1160px, 100%);
  margin: 0 auto;
}

/* ── SECTIONS ──────────────────────────────── */
.sage-section {
  padding: 5rem 2rem;
}

.sage-section-alt {
  background: var(--warm);
}

.section-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-green);
  margin-bottom: 0.6rem;
}

.section-header {
  margin-bottom: 3rem;
}

.section-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 0.75rem;
}

.section-sub {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.72;
  max-width: 640px;
}

/* ── FEATURE GRID ──────────────────────────── */
.sage-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.sage-feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.75rem;
  transition: box-shadow 0.2s;
}

.sage-feature-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.sage-feature-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.sage-feature-card h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.sage-feature-card p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ── HOW IT WORKS ──────────────────────────── */
.sage-how-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.sage-how-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
}

.sage-how-num {
  width: 2.25rem;
  height: 2.25rem;
  background: var(--sage-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  flex-shrink: 0;
}

.sage-how-content h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}

.sage-how-content p {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ── AUDIENCE CARDS ────────────────────────── */
.sage-audience-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.sage-audience-card {
  border-radius: 14px;
  padding: 2rem;
}

.sage-audience-instructor {
  background: linear-gradient(135deg, #0a1910, #162d22);
  color: #fff;
  border: 1px solid rgba(26,127,79,0.3);
}

.sage-audience-student {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--sage-green);
}

.sage-audience-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6ee8a8;
  margin-bottom: 0.5rem;
}

.sage-audience-student .sage-audience-label {
  color: var(--sage-green);
}

.sage-audience-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.sage-audience-instructor h3 { color: #fff; }
.sage-audience-student h3 { color: var(--text-primary); }

.sage-audience-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.sage-audience-instructor p { color: rgba(255,255,255,0.65); }
.sage-audience-student p { color: var(--text-secondary); }

.sage-audience-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sage-audience-list li {
  font-size: 0.83rem;
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.5;
}

.sage-audience-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  font-size: 0.75rem;
}

.sage-audience-instructor .sage-audience-list li { color: rgba(255,255,255,0.7); }
.sage-audience-instructor .sage-audience-list li::before { color: #6ee8a8; }
.sage-audience-student .sage-audience-list li { color: var(--text-secondary); }
.sage-audience-student .sage-audience-list li::before { color: var(--sage-green); }

.sage-cta-link {
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.15s;
}

.sage-audience-instructor .sage-cta-link { color: #6ee8a8; }
.sage-audience-student .sage-cta-link { color: var(--sage-green); }
.sage-cta-link:hover { opacity: 0.8; }

/* ── PRIVACY GRID ──────────────────────────── */
.sage-privacy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.sage-privacy-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.5rem;
  border-top: 3px solid var(--sage-green);
}

.sage-privacy-icon {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.sage-privacy-card h4 {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
}

.sage-privacy-card p {
  font-size: 0.83rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ── FAQ ───────────────────────────────────── */
.sage-faq-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.sage-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--border);
  margin-top: 2rem;
}

.sage-faq-item {
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--border);
}

.sage-faq-q {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  line-height: 1.45;
}

.sage-faq-a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.72;
}

.sage-faq-a a {
  color: var(--sage-green);
  font-weight: 600;
  text-decoration: none;
}
.sage-faq-a a:hover { text-decoration: underline; }

/* ── CTA SECTION ───────────────────────────── */
.sage-cta-section {
  background: linear-gradient(135deg, #1a7f4f 0%, #0f5733 100%);
  padding: 4rem 2rem;
}

.sage-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.sage-cta-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}

.sage-cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.sage-cta-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.sage-btn-primary {
  background: #fff;
  color: #1a7f4f;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.sage-btn-primary:hover { opacity: 0.9; }

.sage-btn-outline {
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.45);
  text-decoration: none;
  transition: background 0.2s;
}
.sage-btn-outline:hover { background: rgba(255,255,255,0.1); }

.sage-cta-note {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

.sage-cta-note a {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  text-decoration: none;
}
.sage-cta-note a:hover { text-decoration: underline; }

/* ── RESPONSIVE ────────────────────────────── */
@media (max-width: 960px) {
  .sage-hero-inner {
    grid-template-columns: 1fr;
  }
  .sage-stat-shell {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sage-stat {
    flex: 1;
    min-width: 180px;
  }
  .sage-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sage-privacy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .sage-how-grid {
    grid-template-columns: 1fr;
  }
  .sage-audience-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .sage-feature-grid {
    grid-template-columns: 1fr;
  }
  .sage-privacy-grid {
    grid-template-columns: 1fr;
  }
  .sage-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .sage-band-link {
    border-right: none;
    border-bottom: 1px solid #e4ddd5;
    width: 100%;
    padding-left: 0;
  }
}
