/* =====================================================
   LEVALLOIS BACHATA — style.css v1.0
   Direction : Sportif institutionnel (clone LSC)
   Police : Inter unique (2 graisses : 400, 700)
   Palette : Navy LSC + blanc + accent rouge bachata
   ===================================================== */

/* Polices chargées via HTML preconnect pour meilleures perfs (Inter + Playfair Display) */

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

:root {
  /* Palette LSC clone */
  --navy: #002e6b;
  --navy-2: #003ca5;
  --navy-dk: #001f4a;
  --white: #ffffff;
  --gray-50: #f7f7f9;
  --gray-100: #eef0f3;
  --gray-300: #c8ccd4;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --ink: #111827;

  /* Accent bachata (rouge) — pour CTAs critiques */
  --red: #c8102e;
  --red-lt: #e02545;

  /* Accent gold (bachata championnat) — rare */
  --gold: #d4af37;

  --r: 8px;
  --r-lg: 14px;
  --r-xl: 22px;

  --shadow-sm: 0 2px 6px rgba(0,46,107,.06);
  --shadow: 0 6px 22px rgba(0,46,107,.1);
  --shadow-lg: 0 16px 40px rgba(0,46,107,.14);

  --ease: cubic-bezier(.22,1,.36,1);
  --dur: .3s;
}

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy-2); text-decoration: none; transition: color var(--dur); }
a:hover { color: var(--navy); }

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  color: var(--ink);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 900; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.3rem; font-weight: 700; }
p { color: var(--gray-700); }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-size: .7rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--navy-2); margin-bottom: 12px;
}

/* ==========================
   TOP BAR (mini info)
========================== */
.topbar {
  background: var(--navy-dk); color: rgba(255,255,255,.85);
  font-size: .82rem; padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.topbar-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
}
.topbar a { color: var(--white); font-weight: 600; }
.topbar a:hover { color: #fff; opacity: .85; }

/* ==========================
   HEADER NAV (LSC-style)
========================== */
.site-header {
  background: var(--navy);
  color: var(--white);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav-container {
  max-width: 1140px; margin: 0 auto;
  padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.logo {
  font-weight: 900; font-size: 1.25rem; letter-spacing: -.01em;
  color: var(--white); display: flex; align-items: center; gap: 10px;
}
.logo-mark {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px;
  background: var(--white); color: var(--navy);
  border-radius: 6px; font-weight: 900; font-size: 1.1rem;
}
.logo small { color: rgba(255,255,255,.7); font-weight: 500; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; display: block; line-height: 1.2; }

.nav-menu { display: flex; align-items: center; gap: 28px; }
.nav-menu a {
  color: rgba(255,255,255,.85); font-weight: 600; font-size: .92rem;
  position: relative; padding: 4px 0;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--white); }
.nav-menu a.active::after {
  content:''; position:absolute; left:0; right:0; bottom:-6px;
  height: 2px; background: var(--white);
}
.nav-cta {
  background: var(--red); color: #fff !important;
  padding: 10px 22px; border-radius: 6px;
  font-weight: 700; font-size: .88rem;
  transition: all var(--dur) var(--ease);
}
.nav-cta:hover { background: var(--red-lt); transform: translateY(-1px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; background: none; border: none; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: var(--white); transition: var(--dur); }

/* ==========================
   HERO
========================== */
.hero {
  position: relative;
  background:
    linear-gradient(135deg, rgba(0,30,68,.88) 0%, rgba(0,46,107,.78) 100%),
    url('../images/su-bachata-paris-hero.jpg') center/cover no-repeat;
  color: var(--white);
  padding: 88px 0 100px;
  overflow: hidden;
}
.hero::after {
  content:''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(180deg, transparent, var(--white));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px; align-items: center;
}
.hero-content { max-width: 620px; }
.hero-pre {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
  padding: 7px 16px; border-radius: 30px;
  font-size: .8rem; font-weight: 600;
  border: 1px solid rgba(255,255,255,.2);
  margin-bottom: 22px;
}
.hero-pre .dot {
  width: 8px; height: 8px; background: var(--gold);
  border-radius: 50%; flex-shrink: 0;
  animation: pulse 2s ease-in-out infinite;
}
.hero-pre strong {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: .02em;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.3); }
}

.hero h1 {
  color: #fff; margin-bottom: 18px;
}
.hero h1 em { font-style: normal; color: var(--gold); }

.hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,.86);
  margin-bottom: 28px; line-height: 1.7;
}
.hero-sub strong { color: var(--white); }

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }

.hero-meta {
  display: flex; gap: 28px; flex-wrap: wrap;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18);
  font-size: .9rem;
}
.hero-meta-item { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); }
.hero-meta-item strong { color: #fff; font-weight: 700; }

.hero-photo-wrap {
  position: relative;
}
.hero-photo {
  position: relative; aspect-ratio: 4/5;
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.4);
  border: 4px solid rgba(255,255,255,.12);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================
   BUTTONS
========================== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 6px;
  font-family: inherit; font-weight: 700; font-size: .95rem;
  cursor: pointer; transition: all var(--dur) var(--ease);
  border: none; white-space: nowrap; line-height: 1;
}
.btn-primary {
  background: var(--red); color: #fff;
  box-shadow: 0 4px 14px rgba(200,16,46,.3);
}
.btn-primary:hover { background: var(--red-lt); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(200,16,46,.35); color: #fff; }

.btn-light {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(6px);
}
.btn-light:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.55); color: #fff; }

.btn-navy {
  background: var(--navy); color: #fff;
}
.btn-navy:hover { background: var(--navy-2); color: #fff; transform: translateY(-2px); }

.btn-outline {
  background: transparent; color: var(--navy);
  border: 1.5px solid var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }

/* ==========================
   SECTIONS
========================== */
.section {
  padding: 90px 0;
  position: relative;
}
.section-gray { background: var(--gray-50); }
.section-navy { background: var(--navy); color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-navy p { color: rgba(255,255,255,.8); }
.section-navy .eyebrow { color: var(--gold); }

.section-header {
  text-align: center; max-width: 720px; margin: 0 auto 56px;
}

/* ==========================
   STATS BAND (LSC-style)
========================== */
.stats-band {
  background: var(--navy);
  padding: 36px 0;
}
.stats-grid {
  max-width: 1140px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-item { text-align: center; color: #fff; }
.stat-num {
  display: block; font-size: 2.4rem; font-weight: 900;
  color: var(--gold); line-height: 1;
}
.stat-label {
  display: block; font-size: .78rem; font-weight: 600;
  color: rgba(255,255,255,.85);
  text-transform: uppercase; letter-spacing: .14em;
  margin-top: 6px;
}

/* ==========================
   CARDS GRID (info / lieu / horaire)
========================== */
.cards-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: all var(--dur) var(--ease);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--navy-2);
}
.card-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: var(--gray-50); color: var(--navy-2);
  border-radius: 10px;
  font-size: 1.3rem; margin-bottom: 16px;
}
.card h3 { color: var(--ink); margin-bottom: 8px; }
.card p { font-size: .96rem; color: var(--gray-700); }
.card strong { color: var(--ink); }

/* ==========================
   COURSE TABLE (créneaux)
========================== */
.course-table {
  width: 100%;
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.course-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 0.8fr;
  gap: 16px; padding: 18px 24px;
  border-bottom: 1px solid var(--gray-100);
  align-items: center;
}
.course-row:last-child { border-bottom: none; }
.course-row.head {
  background: var(--gray-50);
  font-size: .76rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gray-500);
}
.course-row strong { color: var(--ink); }
.course-row .badge {
  display: inline-block;
  background: var(--red); color: #fff;
  font-size: .7rem; font-weight: 700;
  padding: 4px 10px; border-radius: 4px;
  letter-spacing: .04em;
}
.course-row .badge-soon {
  background: var(--gold); color: var(--ink);
}

/* ==========================
   PRICING (LSC tarifs)
========================== */
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.price-card {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  text-align: center;
  transition: all var(--dur) var(--ease);
}
.price-card:hover {
  border-color: var(--navy-2);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.price-label {
  font-size: .75rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--gray-500); margin-bottom: 14px;
}
.price-num {
  font-size: 2.4rem; font-weight: 900;
  color: var(--navy); line-height: 1;
}
.price-num small { font-size: .9rem; color: var(--gray-500); font-weight: 500; }
.price-detail {
  font-size: .86rem; color: var(--gray-700);
  margin-top: 10px;
}

/* ==========================
   ZONES — villes alentour
========================== */
.zones-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}
.zone-tag {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  padding: 18px 16px;
  text-align: center;
  font-size: .92rem;
  transition: all var(--dur) var(--ease);
}
.zone-tag:hover {
  border-color: var(--navy-2);
  background: var(--gray-50);
  transform: translateY(-2px);
}
.zone-tag strong { display: block; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.zone-tag span { font-size: .8rem; color: var(--gray-500); }

/* ==========================
   PROF (Su)
========================== */
.prof {
  display: grid; grid-template-columns: 360px 1fr;
  gap: 56px; align-items: center;
}
.prof-photo {
  aspect-ratio: 4/5;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background:
    radial-gradient(120% 80% at 30% 20%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(160deg, var(--navy-2) 0%, var(--navy) 55%, var(--navy-dk) 100%);
  position: relative;
}
.prof-photo img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.prof-content h2 { margin-bottom: 18px; }
.prof-content p { font-size: 1.04rem; margin-bottom: 14px; }
.prof-awards {
  list-style: none; padding: 0; margin: 18px 0;
  display: grid; gap: 10px;
}
.prof-awards li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .96rem; color: var(--gray-700);
}
.prof-awards li::before {
  content: '🏆'; flex-shrink: 0;
}

/* ==========================
   SOIRÉE RITUAL
========================== */

/* Galerie 3 flyers — proof récurrence */
.ritual-flyers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 36px auto 48px;
  max-width: 820px;
}
.ritual-flyer-card {
  margin: 0;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--navy-dk);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  display: flex; flex-direction: column;
}
.ritual-flyer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.ritual-flyer-card img {
  width: 100%; height: 240px;
  object-fit: cover; object-position: center top;
  display: block;
}
.ritual-flyer-card figcaption {
  padding: 11px 12px;
  background: var(--navy-dk);
  color: #fff;
  font-size: .88rem; font-weight: 700;
  text-align: center; letter-spacing: .02em;
  line-height: 1.25;
}
.ritual-flyer-card figcaption small {
  display: block; font-weight: 500; font-size: .78rem;
  color: rgba(255,255,255,.7); margin-top: 2px;
  letter-spacing: 0;
}

/* Grille programme + infos */
.ritual-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  max-width: 940px;
  margin: 0 auto 40px;
}
.ritual-block-title {
  font-size: .78rem; margin: 0 0 14px;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--gray-500); font-weight: 700;
}
.ritual-schedule, .ritual-info-block {
  background: #fff;
  border-radius: var(--r);
  padding: 22px 24px;
  border: 1px solid var(--gray-100);
}
.schedule-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 16px; align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-100);
}
.schedule-row:last-child { border-bottom: none; padding-bottom: 0; }
.schedule-time {
  font-weight: 800;
  color: var(--navy);
  font-size: .9rem;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.schedule-act { font-size: .98rem; color: var(--ink); line-height: 1.45; }

.ritual-info-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 16px;
}
.ritual-info-list li {
  display: flex; align-items: flex-start; gap: 14px;
  font-size: .96rem; line-height: 1.5;
}
.ritual-info-list li small {
  display: block; color: var(--gray-500); font-size: .85rem;
  font-weight: 400; margin-top: 2px;
}
.ritual-icon { font-size: 1.2rem; flex-shrink: 0; line-height: 1.3; }

/* Bloc équipe */
.ritual-team-block { max-width: 940px; margin: 0 auto; }
.ritual-team-heading { text-align: center; }
.ritual-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
}
.ritual-person {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border-radius: var(--r);
  border: 1px solid var(--gray-100);
  transition: all var(--dur) var(--ease);
  text-decoration: none;
  color: var(--ink);
}
.ritual-person:hover {
  border-color: var(--navy-2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}
.ritual-person-photo {
  width: 60px; height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy-2), var(--navy));
}
.ritual-person-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.ritual-person-info {
  display: flex; flex-direction: column; gap: 1px;
  min-width: 0;
}
.ritual-person-info strong {
  font-size: 1rem; line-height: 1.2; color: var(--ink);
}
.ritual-person-info > span {
  font-size: .82rem; color: var(--gray-500); line-height: 1.3;
}
.ritual-person-ig {
  color: var(--navy-2) !important;
  font-weight: 600;
  margin-top: 3px;
  font-size: .82rem !important;
}

/* ==========================
   FAQ
========================== */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 800px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--gray-100);
  border-radius: var(--r);
  overflow: hidden;
}
.faq-item.open { border-color: var(--navy-2); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%; padding: 18px 22px;
  display: flex; justify-content: space-between; align-items: center;
  background: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 1rem; font-weight: 600;
  color: var(--ink); text-align: left;
}
.faq-q:hover { color: var(--navy-2); }
.faq-icon {
  font-size: 1.4rem; font-weight: 300; color: var(--navy-2);
  transition: transform var(--dur) var(--ease);
  flex-shrink: 0;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height var(--dur) var(--ease);
}
.faq-a-inner { padding: 0 22px 20px; color: var(--gray-700); line-height: 1.7; font-size: .95rem; }
.faq-a-inner a { color: var(--navy-2); font-weight: 600; }

/* ==========================
   CTA BANNER
========================== */
.cta-banner {
  background:
    linear-gradient(135deg, var(--navy-dk), var(--navy) 50%, var(--navy-2));
  padding: 80px 24px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content:''; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(212,175,55,.1), transparent 60%);
  pointer-events: none;
}
.cta-banner h2 { color: #fff; margin-bottom: 14px; position: relative; }
.cta-banner p { color: rgba(255,255,255,.85); margin-bottom: 28px; max-width: 580px; margin-left: auto; margin-right: auto; position: relative; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ==========================
   FOOTER
========================== */
.site-footer {
  background: var(--navy-dk);
  color: rgba(255,255,255,.65);
  padding: 60px 0 0;
}
.footer-grid {
  max-width: 1140px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
}
.footer-brand .logo { color: #fff; margin-bottom: 14px; }
.footer-brand p { color: rgba(255,255,255,.6); font-size: .92rem; max-width: 320px; }
.footer-col h4 {
  color: #fff; font-size: .8rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col a, .footer-col span {
  display: block; padding: 5px 0;
  color: rgba(255,255,255,.65); font-size: .92rem;
  transition: color var(--dur);
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 24px; text-align: center;
  font-size: .82rem; color: rgba(255,255,255,.5);
}

/* ==========================
   FLOATING WHATSAPP
========================== */
.whatsapp {
  position: fixed; bottom: 22px; right: 22px;
  width: 54px; height: 54px;
  background: #25D366;
  border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 8px 22px rgba(37,211,102,.4);
  z-index: 90;
  transition: transform var(--dur);
}
.whatsapp:hover { transform: scale(1.08); }
.whatsapp svg { width: 26px; height: 26px; }

/* ==========================
   RESPONSIVE
========================== */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-photo-wrap { max-width: 320px; margin: 0 auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .prof { grid-template-columns: 1fr; gap: 32px; }
  .prof-photo { max-width: 320px; margin: 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .ritual-grid { grid-template-columns: 1fr; gap: 16px; }
  .ritual-flyer-card img { height: 200px; }
}

@media (max-width: 540px) {
  .ritual-flyers { grid-template-columns: 1fr; gap: 14px; max-width: 360px; }
  .ritual-flyer-card img { height: auto; }
  .schedule-row { grid-template-columns: 1fr; gap: 4px; padding: 10px 0; }
  .ritual-team { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 60px; }
  .container { padding: 0 18px; }
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--navy); flex-direction: column;
    align-items: stretch; padding: 0; gap: 0;
    max-height: 0; overflow: hidden;
    transition: max-height var(--dur);
    box-shadow: 0 10px 24px rgba(0,0,0,.3);
  }
  .nav-menu.open { max-height: 500px; padding: 14px 24px 24px; }
  .nav-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-menu .nav-cta { margin-top: 8px; text-align: center; }

  .hero { padding: 60px 0 70px; }
  .hero-meta { gap: 16px; }
  .section { padding: 60px 0; }
  .course-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 18px; }
  .course-row.head { display: none; }
  .course-row > * { font-size: .96rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .stat-num { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
