========================================================
STEP 1 — CSS
WHERE: Appearance → Customize → Additional CSS
       (paste everything below this line)
========================================================

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

  :root {
    --cream: #f9f6ff;
    --warm-white: #fdfbff;
    --forest: #5b2d8e;
    --moss: #7c42b8;
    --sage: #00b5a3;
    --butter: #f5c842;
    --terracotta: #f26522;
    --blush: #fce8f7;
    --ink: #1a1a1a;
    --muted: #6b6b6b;
    --border: #e0d5f0;
    --pink: #e91e8c;
    --green: #5cb85c;
    --red: #e53935;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 48px;
    background: rgba(253,248,240,0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo {
    font-family: 'Fraunces', serif;
    font-size: 1.2rem; font-weight: 800;
    color: var(--forest);
    text-decoration: none;
    letter-spacing: -0.5px;
  }
  .nav-logo span { color: var(--terracotta); font-style: italic; }
  .nav-links { display: flex; gap: 32px; align-items: center; }
  .nav-links a {
    font-size: 0.9rem; font-weight: 500;
    color: var(--ink); text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--moss); }
  .nav-cta {
    background: var(--forest) !important;
    color: var(--cream) !important;
    padding: 10px 22px !important;
    border-radius: 100px !important;
    font-size: 0.85rem !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--moss) !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    background: var(--warm-white);
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 50% at 80% 50%, rgba(127,176,105,0.12) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 10% 80%, rgba(245,200,66,0.1) 0%, transparent 60%);
    pointer-events: none;
  }

  /* Decorative circles */
  .hero-decor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }
  .hero-decor-1 {
    width: 500px; height: 500px;
    top: -100px; right: -100px;
    background: radial-gradient(circle, rgba(212,96,58,0.08) 0%, transparent 70%);
  }
  .hero-decor-2 {
    width: 300px; height: 300px;
    bottom: 60px; left: 40%;
    background: radial-gradient(circle, rgba(245,200,66,0.15) 0%, transparent 70%);
  }

  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 80px 56px 80px 80px;
    position: relative; z-index: 1;
  }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff0fa;
    border: 1px solid rgba(233,30,140,0.2);
    padding: 7px 16px; border-radius: 100px;
    font-size: 0.78rem; font-weight: 500;
    color: var(--pink);
    margin-bottom: 28px;
    width: fit-content;
    animation: fadeUp 0.6s ease both;
  }
  .hero-badge::before { content: '✦'; font-size: 10px; }

  .hero-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.8rem, 5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    color: var(--ink);
    margin-bottom: 24px;
    animation: fadeUp 0.6s 0.1s ease both;
  }
  .hero-title em {
    font-style: italic;
    color: var(--forest);
  }
  .hero-title .accent-word {
    position: relative; display: inline-block;
    color: var(--forest);
  }
  .hero-title .accent-word::after {
    content: '';
    position: absolute; bottom: 4px; left: 0; right: 0;
    height: 3px;
    background: var(--butter);
    border-radius: 2px;
  }

  .hero-desc {
    font-size: 1.08rem; line-height: 1.7;
    color: var(--muted);
    max-width: 420px;
    margin-bottom: 40px;
    animation: fadeUp 0.6s 0.2s ease both;
  }

  .hero-actions {
    display: flex; gap: 14px; align-items: center;
    flex-wrap: wrap;
    animation: fadeUp 0.6s 0.3s ease both;
  }
  .btn-primary {
    background: var(--forest);
    color: var(--cream);
    padding: 15px 32px;
    border-radius: 100px;
    font-size: 0.95rem; font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    display: inline-block;
  }
  .btn-primary:hover { background: var(--moss); transform: translateY(-1px); }

  .btn-ghost {
    color: var(--forest);
    font-size: 0.9rem; font-weight: 500;
    text-decoration: none;
    display: flex; align-items: center; gap: 8px;
    transition: gap 0.2s;
  }
  .btn-ghost:hover { gap: 14px; }
  .btn-ghost::after { content: '→'; }

  .hero-stats {
    margin-top: 56px;
    display: flex; gap: 40px;
    animation: fadeUp 0.6s 0.4s ease both;
  }
  .stat { }
  .stat-num {
    font-family: 'Fraunces', serif;
    font-size: 2rem; font-weight: 800;
    color: var(--forest);
    line-height: 1;
  }
  .stat-label { font-size: 0.78rem; color: var(--muted); margin-top: 4px; }

  .hero-right {
    display: flex; align-items: center; justify-content: center;
    padding: 80px 48px;
    position: relative; z-index: 1;
    animation: fadeLeft 0.8s 0.2s ease both;
  }

  .hero-illustration {
    width: 100%; max-width: 460px;
    position: relative;
  }

  /* Book stack illustration */
  .book-scene {
    width: 100%; aspect-ratio: 1;
    position: relative;
    display: flex; align-items: flex-end; justify-content: center;
  }

  .floating-card {
    background: white;
    border-radius: 20px;
    padding: 22px 26px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    position: absolute;
    animation: float 4s ease-in-out infinite;
  }
  .floating-card-1 {
    top: 10%; left: 5%;
    animation-delay: 0s;
    border-left: 4px solid var(--sage);
  }
  .floating-card-2 {
    top: 20%; right: 0%;
    animation-delay: 1.5s;
    border-left: 4px solid var(--butter);
  }
  .floating-card-3 {
    bottom: 15%; left: 0%;
    animation-delay: 3s;
    border-left: 4px solid var(--terracotta);
  }

  .card-emoji { font-size: 1.8rem; margin-bottom: 6px; display: block; }
  .card-title { font-family: 'Fraunces', serif; font-size: 0.95rem; font-weight: 600; color: var(--ink); }
  .card-sub { font-size: 0.75rem; color: var(--muted); margin-top: 2px; }

  .center-book {
    width: 200px; height: 260px;
    background: linear-gradient(135deg, #5b2d8e 0%, #00b5a3 100%);
    border-radius: 4px 16px 16px 4px;
    position: relative;
    box-shadow: -8px 8px 24px rgba(45,80,22,0.3), 0 4px 16px rgba(0,0,0,0.15);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 12px;
  }
  .center-book::before {
    content: '';
    position: absolute; top: 0; bottom: 0; left: 0;
    width: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 4px 0 0 4px;
  }
  .center-book-emoji { font-size: 3rem; }
  .center-book-text {
    font-family: 'Fraunces', serif;
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem; font-weight: 600;
    text-align: center;
    padding: 0 24px;
    line-height: 1.3;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes fadeLeft {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
  }

  /* ── SECTION COMMONS ── */
  section { padding: 100px 80px; }
  .section-eyebrow {
    font-size: 0.78rem; font-weight: 600; letter-spacing: 2px;
    text-transform: uppercase; color: var(--terracotta);
    margin-bottom: 16px;
  }
  .section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 800; line-height: 1.1;
    letter-spacing: -1px; color: var(--ink);
    margin-bottom: 20px;
  }
  .section-title em { font-style: italic; color: var(--forest); }
  .section-desc {
    font-size: 1.02rem; line-height: 1.7;
    color: var(--muted); max-width: 520px;
    margin-bottom: 48px;
  }

  /* ── SESSION FORMATS ── */
  .session-formats {
    background: var(--cream);
    padding: 100px 80px;
  }
  .formats-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 28px; max-width: 900px; margin: 0 auto;
  }
  .format-card {
    border-radius: 24px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
  }
  .format-card:hover { transform: translateY(-4px); }
  .format-one {
    background: linear-gradient(135deg, #5b2d8e 0%, #7c42b8 100%);
    color: white;
    box-shadow: 0 12px 40px rgba(91,45,142,0.3);
  }
  .format-group {
    background: white;
    border: 2px solid var(--border);
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  }
  .format-icon { font-size: 2.2rem; margin-bottom: 16px; display: block; }
  .format-badge {
    display: inline-block;
    background: var(--butter);
    color: var(--ink);
    font-size: 0.72rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    padding: 4px 12px; border-radius: 100px;
    margin-bottom: 16px;
  }
  .format-title {
    font-family: 'Fraunces', serif;
    font-size: 1.6rem; font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
  }
  .format-one .format-title { color: white; }
  .format-group .format-title { color: var(--ink); }
  .format-desc {
    font-size: 0.92rem; line-height: 1.7;
    margin-bottom: 24px;
  }
  .format-one .format-desc { color: rgba(255,255,255,0.75); }
  .format-group .format-desc { color: var(--muted); }
  .format-list {
    list-style: none; display: flex; flex-direction: column; gap: 10px;
  }
  .format-list li {
    font-size: 0.88rem; font-weight: 500;
    display: flex; align-items: center; gap: 10px;
  }
  .format-list li::before {
    content: '✓';
    font-size: 0.75rem; font-weight: 700;
    width: 22px; height: 22px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .format-one .format-list li { color: rgba(255,255,255,0.85); }
  .format-one .format-list li::before { background: rgba(255,255,255,0.2); color: white; }
  .format-group .format-list li { color: var(--ink); }
  .format-group .format-list li::before { background: rgba(0,181,163,0.15); color: var(--sage); }
  .btn-outline-dark {
    color: var(--forest);
    padding: 13px 28px; border-radius: 100px;
    font-size: 0.9rem; font-weight: 600;
    text-decoration: none; border: 2px solid var(--forest);
    transition: background 0.15s, color 0.15s;
    display: inline-block;
  }
  .btn-outline-dark:hover { background: var(--forest); color: white; }

  @media (max-width: 900px) {
    .formats-grid { grid-template-columns: 1fr; }
    .session-formats { padding: 72px 24px; }
  }

  /* ── PROGRAMS ── */
  .programs {
    background: var(--forest);
    color: white;
  }
  .programs .section-eyebrow { color: var(--sage); }
  .programs .section-title { color: white; }
  .programs .section-title em { color: var(--butter); }
  .programs .section-desc { color: rgba(255,255,255,0.65); }

  .programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
  }

  .program-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 36px 32px;
    transition: background 0.2s, transform 0.2s;
    cursor: default;
  }
  .program-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
  }
  .program-icon {
    font-size: 2.4rem; margin-bottom: 20px;
    display: block;
    width: 60px; height: 60px;
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
  }
  .program-name {
    font-family: 'Fraunces', serif;
    font-size: 1.3rem; font-weight: 700;
    color: white; margin-bottom: 10px;
  }
  .program-desc { font-size: 0.88rem; line-height: 1.65; color: rgba(255,255,255,0.6); margin-bottom: 20px; }
  .program-tags { display: flex; flex-wrap: wrap; gap: 8px; }
  .tag {
    font-size: 0.72rem; font-weight: 500;
    padding: 4px 12px; border-radius: 100px;
    background: rgba(0,181,163,0.12);
    color: #008a7e;
    border: 1px solid rgba(0,181,163,0.25);
  }

  /* ── HOW IT WORKS ── */
  .how-it-works {
    background: var(--warm-white);
  }
  .steps {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 56px;
    position: relative;
  }
  .steps::before {
    content: '';
    position: absolute; top: 28px; left: 10%; right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--sage) 0, var(--sage) 10px, transparent 10px, transparent 22px);
  }
  .step { padding: 0 24px; position: relative; z-index: 1; }
  .step-num {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--cream);
    border: 2px solid var(--sage);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Fraunces', serif;
    font-size: 1.1rem; font-weight: 800;
    color: var(--forest);
    margin-bottom: 24px;
  }
  .step-title {
    font-family: 'Fraunces', serif;
    font-size: 1.1rem; font-weight: 700;
    color: var(--ink); margin-bottom: 10px;
  }
  .step-desc { font-size: 0.87rem; line-height: 1.65; color: var(--muted); }

  /* ── CURRICULUM ── */
  .curriculum { background: var(--cream); }
  .curriculum-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 48px; align-items: center;
    margin-top: 40px;
  }
  .curriculum-visual {
    background: var(--blush);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
  }
  .curriculum-visual::before {
    content: '📚';
    position: absolute; top: -20px; right: -20px;
    font-size: 8rem; opacity: 0.12;
    transform: rotate(15deg);
  }
  .skill-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
  .skill-item {
    display: flex; align-items: center; gap: 14px;
    background: white;
    padding: 16px 20px; border-radius: 12px;
    font-size: 0.92rem; font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .skill-check {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--sage);
    color: white; font-size: 0.75rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }

  .curriculum-content .section-desc { margin-bottom: 32px; }
  .age-bands {
    display: flex; gap: 12px; flex-wrap: wrap;
  }
  .age-band {
    background: white;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    padding: 14px 18px;
    text-align: center;
    font-size: 0.82rem;
    transition: border-color 0.2s, background 0.2s;
    cursor: default;
  }
  .age-band:hover { border-color: var(--sage); background: rgba(127,176,105,0.05); }
  .age-band-num { font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 800; color: var(--forest); display: block; }
  .age-band-label { color: var(--muted); margin-top: 2px; }

  /* ── TESTIMONIALS ── */
  .testimonials { background: var(--warm-white); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
  .testimonial-card {
    background: white;
    border-radius: 20px; padding: 32px 28px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    border-bottom: 3px solid var(--sage);
    transition: transform 0.2s;
  }
  .testimonial-card:hover { transform: translateY(-4px); }
  .testimonial-stars { font-size: 0.85rem; color: var(--butter); margin-bottom: 16px; }
  .testimonial-text {
    font-size: 0.93rem; line-height: 1.7;
    color: var(--ink);
    font-style: italic;
    margin-bottom: 20px;
  }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .author-avatar {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
  }
  .author-name { font-weight: 600; font-size: 0.88rem; }
  .author-role { font-size: 0.77rem; color: var(--muted); }

  /* ── CTA ── */
  .cta-section {
    background: var(--terracotta);
    text-align: center;
    padding: 100px 80px;
    position: relative; overflow: hidden;
  }
  .cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 70% 60% at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 60%),
      radial-gradient(ellipse 50% 80% at 80% 20%, rgba(0,0,0,0.06) 0%, transparent 60%);
  }
  .cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
  .cta-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800; color: white;
    line-height: 1.1; letter-spacing: -1.5px;
    margin-bottom: 20px;
  }
  .cta-title em { font-style: italic; color: var(--butter); }
  .cta-desc { color: rgba(255,255,255,0.8); font-size: 1.05rem; line-height: 1.6; margin-bottom: 40px; }
  .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-white {
    background: white; color: var(--terracotta);
    padding: 15px 36px; border-radius: 100px;
    font-size: 0.95rem; font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
    display: inline-block;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  }
  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
  .btn-outline-white {
    background: transparent; color: white;
    padding: 15px 36px; border-radius: 100px;
    font-size: 0.95rem; font-weight: 500;
    text-decoration: none; border: 2px solid rgba(255,255,255,0.5);
    transition: border-color 0.15s, background 0.15s;
    display: inline-block;
  }
  .btn-outline-white:hover { border-color: white; background: rgba(255,255,255,0.08); }

  /* ── FOOTER ── */
  footer {
    background: var(--ink); color: rgba(255,255,255,0.6);
    padding: 60px 80px 40px;
  }
  .footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px; margin-bottom: 48px;
  }
  .footer-logo {
    font-family: 'Fraunces', serif;
    font-size: 1.3rem; font-weight: 800;
    color: white; margin-bottom: 14px;
    display: block; text-decoration: none;
  }
  .footer-logo span { color: var(--sage); font-style: italic; }
  .footer-tagline { font-size: 0.88rem; line-height: 1.6; color: rgba(255,255,255,0.5); }
  .footer-col-title { color: white; font-weight: 600; font-size: 0.88rem; margin-bottom: 16px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
  .footer-links a:hover { color: white; }
  .footer-bottom {
    padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.8rem;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 16px 24px; }
    .nav-links a:not(.nav-cta) { display: none; }
    .hero { grid-template-columns: 1fr; }
    .hero-right { display: none; }
    .hero-left { padding: 60px 24px; }
    section { padding: 72px 24px; }
    .programs-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .steps::before { display: none; }
    .step { margin-bottom: 32px; }
    .curriculum-grid { grid-template-columns: 1fr; }
    footer { padding: 48px 24px 32px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .cta-section { padding: 72px 24px; }
  }