:root{
  --coral:#F4978E; --orange:#F6B26B; --yellow:#FCE38A; --green:#A8DB8F;
  --teal:#9FE0DF; --lavender:#C9A7E9; --ink:#2B2B2B; --muted:#6C7684;
  --coral-bg:#FDEBE8; --teal-bg:#E7F7F6; --lav-bg:#F2EAFB; --green-bg:#EBF6E3; --yellow-bg:#FEF7DA;
  --line:#ECEFF4;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Nunito',-apple-system,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
h1,h2,h3{font-family:'Baloo 2',cursive;line-height:1.15}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{max-width:1080px;margin:0 auto;padding:0 1.2rem}
.rainbow-bar{height:8px;background:linear-gradient(90deg,var(--coral),var(--orange),var(--yellow),var(--green),var(--teal),var(--lavender))}

/* nav */
.nav{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1.2rem;gap:1rem}
.nav img{height:46px;width:auto}
.nav-links{display:flex;gap:1.3rem;align-items:center;flex-wrap:wrap}
.nav-links a{text-decoration:none;font-weight:700;color:var(--ink)}
.nav-links a:hover{color:var(--coral)}
.btn{display:inline-block;text-decoration:none;font-family:'Baloo 2';font-weight:700;
  padding:.7rem 1.4rem;border-radius:999px;transition:transform .08s ease,box-shadow .08s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--coral);color:#fff;box-shadow:0 4px 12px rgba(244,151,142,.4)}
.btn-ghost{background:#fff;color:var(--ink);border:2px solid var(--coral)}
.btn-lg{font-size:1.15rem;padding:.9rem 1.8rem}

/* hero */
.hero{background:
  radial-gradient(1200px 400px at 15% -10%, var(--coral-bg), transparent),
  radial-gradient(1000px 400px at 90% 0%, var(--teal-bg), transparent);
  padding:3rem 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.4rem;align-items:center}
.hero .logo{max-width:440px;width:92%;margin:0 0 1rem}
.hero p.tag{font-size:1.5rem;font-weight:700;color:var(--muted);font-family:'Baloo 2'}
.hero p.sub{max-width:560px;margin:.8rem 0 1.6rem;font-size:1.1rem}
.hero .cta{display:flex;gap:.8rem;justify-content:flex-start;flex-wrap:wrap}
.hero-photo img{width:100%;max-width:400px;border-radius:1.8rem;
  box-shadow:0 16px 38px rgba(0,0,0,.18);margin-left:auto;display:block}
@media(max-width:820px){
  .hero-grid{grid-template-columns:1fr;text-align:center}
  .hero .logo{margin:0 auto 1rem}
  .hero p.sub{margin:.8rem auto 1.6rem}
  .hero .cta{justify-content:center}
  .hero-photo{display:none}
}

/* closing CTA banner */
.ctaband{background:linear-gradient(rgba(255,255,255,.74),rgba(255,255,255,.74)),
  url('assets/books.jpg') center/cover;text-align:center;padding:4rem 1rem}
.ctaband h2{font-size:2rem}
.ctaband p{color:var(--muted);font-weight:600;margin:.4rem 0 1.4rem}

/* sections */
section{padding:3rem 0}
.section-title{font-size:2rem;text-align:center;margin-bottom:.3rem}
.section-title .u{background:linear-gradient(90deg,var(--coral),var(--lavender));
  -webkit-background-clip:text;background-clip:text;color:transparent}
.section-sub{text-align:center;color:var(--muted);margin-bottom:2rem;font-weight:600}
.alt{background:var(--yellow-bg)}
.alt2{background:var(--teal-bg)}

/* about */
.about{display:flex;gap:2.2rem;align-items:center;flex-wrap:wrap}
.about .photo{flex:0 0 300px;margin:0 auto}
.about .photo img{width:310px;height:310px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.18))}
.about .bio{flex:1 1 340px}
.about .bio h2{margin-bottom:.6rem}
.about .bio p{margin-bottom:.8rem}

/* card grids */
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem}
.card{border-radius:1.3rem;padding:1.4rem;box-shadow:0 4px 14px rgba(0,0,0,.06);border:2px solid rgba(0,0,0,.03)}
.card h3{font-size:1.2rem;margin-bottom:.3rem}
.card .ico{font-size:1.9rem;margin-bottom:.4rem}
.c1{background:var(--coral-bg)} .c2{background:var(--yellow-bg)} .c3{background:var(--green-bg)}
.c4{background:var(--teal-bg)} .c5{background:var(--lav-bg)} .c6{background:#fff;border:2px solid var(--line)}

/* schedule */
.sched{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}
.sched .row{display:flex;gap:1rem;align-items:baseline;padding:.55rem .9rem;border-radius:.8rem;background:#fff;border:1px solid var(--line)}
.sched .time{font-family:'Baloo 2';font-weight:700;color:var(--coral);flex:0 0 130px}

/* tuition */
.tuition{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem;max-width:760px;margin:0 auto}
.price{border-radius:1.3rem;padding:1.6rem;text-align:center;box-shadow:0 4px 14px rgba(0,0,0,.06)}
.price .amt{font-family:'Baloo 2';font-weight:800;font-size:2.4rem}
.price .per{color:var(--muted);font-weight:700}
.fees{text-align:center;margin-top:1.4rem;color:var(--muted);font-weight:600}

/* dates + steps */
.dates,.steps{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:.6rem}
.dates .row{display:flex;justify-content:space-between;padding:.6rem 1rem;background:#fff;border-radius:.8rem;border:1px solid var(--line)}
.dates .row b{font-family:'Baloo 2'}
.steps .step{display:flex;gap:1rem;align-items:flex-start;background:#fff;padding:1rem;border-radius:1rem;border:1px solid var(--line)}
.steps .num{flex:0 0 40px;height:40px;border-radius:50%;background:var(--coral);color:#fff;
  font-family:'Baloo 2';font-weight:800;display:grid;place-items:center;font-size:1.2rem}

/* contact */
.contact{text-align:center}
.contact .info{display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;margin:1.2rem 0 1.6rem;font-size:1.1rem;font-weight:700}
.contact .info a{text-decoration:none}
.social{display:flex;gap:1.1rem;justify-content:center;margin-top:1.4rem}
.social a{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;
  background:#fff;border-radius:50%;box-shadow:0 3px 10px rgba(0,0,0,.08);transition:transform .08s ease}
.social a:hover{transform:translateY(-3px)}
.social svg{width:24px;height:24px;fill:var(--coral)}
footer{background:var(--ink);color:#fff;text-align:center;padding:1.6rem;font-weight:600}
footer .rainbow-bar{margin-bottom:1.2rem}

@media (max-width:640px){
  .nav-links{display:none}
  .hero p.tag{font-size:1.2rem}
}
