/* ============================================================
   LEXICON BRIDGE — MAIN STYLESHEET v3.0
   Modern, polished English communication academy theme
   ============================================================ */

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #FFFBF5;
  --surface: #FFFFFF;
  --ink: #0C0B10;
  --ink2: #3A3747;
  --ink3: #6E6B80;
  --ink4: #9E9BB0;
  --primary: #1E1060;
  --accent: #6D28D9;
  --accent-l: #EDE9FE;
  --accent-m: #C4B5FD;
  --accent-d: #4C1D95;
  --glow: rgba(109,40,217,0.10);
  --teal: #0D9488;
  --teal-l: #CCFBF1;
  --amber: #D97706;
  --amber-l: #FEF3C7;
  --rose: #E11D48;
  --rose-l: #FFE4E6;
  --border: rgba(12,11,16,0.07);
  --border2: rgba(12,11,16,0.13);
  --s1: 0 1px 3px rgba(12,11,16,0.04), 0 1px 2px rgba(12,11,16,0.03);
  --s2: 0 4px 20px rgba(12,11,16,0.08), 0 2px 8px rgba(12,11,16,0.04), 0 0 0 1px rgba(12,11,16,0.02);
  --s3: 0 12px 48px rgba(12,11,16,0.10), 0 4px 16px rgba(12,11,16,0.06), 0 1px 4px rgba(12,11,16,0.04);
  --sv: 0 8px 32px rgba(109,40,217,0.18), 0 2px 8px rgba(109,40,217,0.10);
  --r1: 6px; --r2: 10px; --r3: 16px; --r4: 20px; --r5: 32px;
  --fd: 'Bricolage Grotesque', sans-serif;
  --fb: 'DM Sans', sans-serif;
  --max: 1140px;
  --nav: 68px;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--fb);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.75;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--fb); cursor: pointer; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
.t-h1 { font-family: var(--fd); font-size: clamp(52px,6vw,80px); font-weight: 800; line-height: 1.06; letter-spacing: -0.02em; }
.t-h2 { font-family: var(--fd); font-size: clamp(28px,3.8vw,46px); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
.t-h3 { font-family: var(--fd); font-size: clamp(20px,2.5vw,28px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
.t-h4 { font-family: var(--fd); font-size: clamp(17px,2vw,22px); font-weight: 700; line-height: 1.25; letter-spacing: -0.02em; }
.t-lead { font-size: clamp(16px,2vw,18px); font-weight: 300; color: var(--ink3); line-height: 1.75; }
.t-body { font-size: 15px; color: var(--ink3); line-height: 1.75; }
.t-small { font-size: 13px; color: var(--ink4); line-height: 1.6; }
em { font-style: italic; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-family: var(--fb); font-weight: 600; border-radius: var(--r2);
  transition: all .25s cubic-bezier(0.4,0,0.2,1); text-decoration: none; border: none;
  white-space: nowrap; cursor: pointer; letter-spacing: 0.01em;
}
.btn-sm  { font-size: 13px;   padding: 9px 20px; }
.btn-md  { font-size: 14.5px; padding: 12px 26px; }
.btn-lg  { font-size: 15px;   padding: 14px 32px; }
.btn-xl  { font-size: 16px;   padding: 16px 38px; }

.btn-primary  { background: linear-gradient(135deg,var(--accent),var(--primary)); color: #fff; box-shadow: 0 2px 10px rgba(109,40,217,.30); }
.btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 8px 28px rgba(109,40,217,.40); background: linear-gradient(160deg,var(--accent),var(--primary)); }
.btn-outline   { background: transparent; color: var(--accent); border: 1.5px solid var(--accent-m); }
.btn-outline:hover { background: var(--accent-l); }
.btn-ghost     { background: transparent; color: var(--ink2); border: 1px solid var(--border2); }
.btn-ghost:hover { background: var(--surface); color: var(--accent); border-color: var(--accent-m); }
.btn-white     { background: #fff; color: var(--primary); font-weight: 700; }
.btn-white:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.btn-surface   { background: var(--surface); color: var(--ink); border: 1px solid var(--border2); box-shadow: var(--s1); }
.btn-surface:hover { border-color: var(--accent-m); color: var(--accent); }

/* ── TAGS / BADGES ── */
.tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 11px; border-radius: 100px; }
.tag-accent  { background: linear-gradient(135deg,var(--accent-l),rgba(196,181,253,0.3)); color: var(--accent); border: 1px solid var(--accent-m); }
.tag-teal    { background: var(--teal-l); color: var(--teal); }
.tag-amber   { background: var(--amber-l); color: var(--amber); }
.tag-surface { background: var(--surface); color: var(--ink3); border: 1px solid var(--border2); }
.tag-rose    { background: var(--rose-l); color: var(--rose); }

/* ── NAVIGATION ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: var(--nav); display: flex; align-items: center;
  padding: 0 40px; transition: all .3s cubic-bezier(0.4,0,0.2,1);
}
.nav.solid {
  background: rgba(255,251,245,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(12,11,16,0.06), 0 1px 4px rgba(12,11,16,0.04);
}
.nav-inner { max-width: var(--max); width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-mark { width: 34px; height: 34px; background: linear-gradient(135deg,var(--accent),var(--primary)); border-radius: var(--r2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-mark svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.logo-text { font-family: var(--fd); font-size: 19px; font-weight: 800; color: var(--primary); letter-spacing: -.4px; }
.logo-text span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink2); padding: 7px 13px; border-radius: var(--r1); transition: all .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--accent); background: var(--accent-l); }
.nav-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.ham { display: none; flex-direction: column; justify-content: center; gap: 5px; padding: 8px; background: none; border: none; width: 40px; height: 40px; cursor: pointer; }
.ham span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all .3s; transform-origin: center; }

/* ── MOBILE NAV ── */
.mob-nav { position: fixed; inset: 0; z-index: 300; background: var(--surface); display: flex; flex-direction: column; transform: translateX(110%); transition: transform .38s cubic-bezier(.4,0,.2,1); overflow: hidden; }
.mob-nav.open { transform: translateX(0); }
.mob-nav-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.mob-nav-body { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 0 32px; gap: 4px; }
.mob-nav-body a { font-family: var(--fd); font-size: 32px; font-weight: 800; color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; transition: color .2s; }
.mob-nav-body a:hover { color: var(--accent); }
.mob-nav-footer { padding: 24px 32px; border-top: 1px solid var(--border); }
.mob-close-btn { width: 40px; height: 40px; background: var(--bg); border: 1px solid var(--border2); border-radius: var(--r2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; }
.mob-close-btn:hover { background: var(--accent-l); border-color: var(--accent-m); }
.mob-close-btn svg { width: 16px; height: 16px; stroke: var(--ink2); fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* ── LAYOUT ── */
.section    { padding: 88px 40px; }
.section-sm { padding: 60px 40px; }
.inner      { max-width: var(--max); margin: 0 auto; }
.section-hd { margin-bottom: 48px; }
.section-hd .tag { margin-bottom: 14px; }
.section-hd h2  { margin-bottom: 12px; }
.pg-top { padding-top: calc(var(--nav) + 72px); }

/* ── CARDS ── */
.card { background: var(--surface); border-radius: var(--r4); border: 1px solid var(--border); box-shadow: var(--s1); transition: all 0.3s cubic-bezier(0.4,0,0.2,1); }
.card:hover { transform: translateY(-4px); box-shadow: var(--s3); border-color: var(--accent-m); }
.card img { border-radius: var(--r3); overflow: hidden; transition: transform 0.4s ease; }
.card:hover img { transform: scale(1.03); }

/* ── HERO ── */
.hero { min-height: 100vh; padding: calc(var(--nav) + 64px) 40px 72px; display: flex; align-items: center; background: var(--bg); position: relative; overflow: hidden; }
.hero-glow1 { position: absolute; top: -180px; right: -80px; width: 600px; height: 600px; background: radial-gradient(circle,rgba(109,40,217,.08) 0%,transparent 68%); border-radius: 50%; pointer-events: none; }
.hero-glow2 { position: absolute; bottom: -100px; left: -80px; width: 480px; height: 480px; background: radial-gradient(circle,rgba(13,148,136,.05) 0%,transparent 70%); border-radius: 50%; pointer-events: none; }
.hero-grid { max-width: var(--max); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hero-content em { font-style: italic; color: var(--accent); }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.hero-dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
.hero-desc { font-size: clamp(16px,2vw,18px); color: var(--ink3); line-height: 1.75; margin: 20px 0 32px; max-width: 480px; font-weight: 300; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-feats { display: flex; flex-direction: column; gap: 10px; }
.hero-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink2); font-weight: 400; }
.feat-check { width: 22px; height: 22px; background: var(--teal-l); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feat-check svg { width: 12px; height: 12px; stroke: var(--teal); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* Hero visual — badges float outside .hero-img-frame */
.hero-visual { position: relative; }
.hero-img-frame { position: relative; border-radius: var(--r5); overflow: hidden; }
.hero-img-inner { width: 100%; height: 520px; background: linear-gradient(135deg,var(--accent-l) 0%,rgba(13,148,136,.08) 100%); border-radius: var(--r5); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-img-inner img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r5); }

/* Badges are children of .hero-visual, NOT .hero-img-frame — free floating */
.hbadge { position: absolute; background: var(--surface); border-radius: var(--r3); padding: 10px 14px; box-shadow: var(--s3); border: 1px solid var(--border); display: flex; align-items: center; gap: 10px; white-space: nowrap; z-index: 2; }
.hbadge-icon { width: 32px; height: 32px; border-radius: var(--r1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hb1 { top: 28px; left: -28px; animation: floatSlow 5s ease-in-out infinite, onePulse 1s ease-out; }
.hb2 { bottom: 60px; left: -28px; animation: floatSlow 6s ease-in-out infinite .5s, onePulse 1s ease-out .2s; }
.hb3 { bottom: 20px; right: 20px; animation: floatSlow 4.5s ease-in-out infinite 1s, onePulse 1s ease-out .4s; }
.hbadge-text strong { display: block; font-size: 13px; font-weight: 700; color: var(--ink); }
.hbadge-text span { font-size: 11px; color: var(--ink4); }

/* ── TRUST STRIP ── */
.trust { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 40px; }
.trust-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-icon { width: 40px; height: 40px; background: var(--accent-l); border-radius: var(--r2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-icon svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 2; stroke-linecap: round; }
.trust-item strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); }
.trust-item span { font-size: 12.5px; color: var(--ink4); }

/* ── COURSE CAROUSEL (homepage) ── */
.courses-carousel-wrap { position: relative; }
.courses-carousel-wrap::before,
.courses-carousel-wrap::after { display: none !important; }
.courses-carousel-wrap-DISABLED::before,
.courses-carousel-wrap-DISABLED::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 64px; z-index: 2; pointer-events: none;
}
.courses-carousel-wrap::before { left: 0; background: linear-gradient(to right, var(--bg) 0%, transparent 100%); }
.courses-carousel-wrap::after  { right: 0; background: linear-gradient(to left, var(--bg) 0%, transparent 100%); }

.courses-carousel { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 8px 16px; }
.courses-carousel::-webkit-scrollbar { display: none; }
.courses-carousel .course-card { width: 300px; flex-shrink: 0; scroll-snap-align: start; }

/* Legacy grid classes (archive + other pages) */
.courses-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.courses-archive-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.courses-grid-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.courses-grid-bottom .course-card { flex-direction: row; align-items: center; gap: 20px; padding: 20px 28px; }
.courses-grid-bottom .course-card .c-link { margin-top: 0; margin-left: auto; flex-shrink: 0; }
.courses-grid-bottom .course-card h3 { font-size: clamp(15px,1.6vw,18px); margin-bottom: 0; }
.courses-grid-bottom .course-card .t-small { display: none; }
.course-card { background: var(--surface); border-radius: var(--r4); border: 1px solid var(--border); padding: 28px; text-decoration: none; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; gap: 14px; box-shadow: var(--s1); }
.course-card:hover { transform: translateY(-4px); box-shadow: var(--s3); border-color: var(--accent-m); }
.c-icon { width: 48px; height: 48px; background: var(--accent-l); border-radius: var(--r2); display: flex; align-items: center; justify-content: center; }
.c-icon svg { width: 22px; height: 22px; stroke: var(--accent); fill: none; stroke-width: 2; stroke-linecap: round; }
.c-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.c-tags span { font-size: 11px; background: var(--bg); color: var(--ink3); padding: 4px 10px; border-radius: 100px; border: 1px solid var(--border2); }
.c-link { display: flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 600; color: var(--accent); margin-top: auto; }
.c-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2.5; stroke-linecap: round; }

/* ── PAGE HERO ── */
.pg-hero { margin-top: var(--nav); padding: 64px 40px 80px; background: var(--surface); }
.pg-hero-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.pg-hero-img { position: relative; }
.pg-hero-img img { width: 100%; height: 520px; object-fit: cover; border-radius: var(--r5); box-shadow: var(--s3); display: block; }
.pg-hero-img::before { content: ''; position: absolute; inset: -12px; border-radius: 36px; border: 1.5px solid var(--accent-m); z-index: -1; }

/* ── HERO WITH BG IMAGE ── */
.pg-hero-bg {
  margin-top: var(--nav); padding: 88px 40px 96px;
  position: relative; overflow: hidden;
  background: var(--primary);
}
.pg-hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(30,16,96,0.82) 0%, rgba(12,11,16,0.70) 100%);
  z-index: 1;
}
.pg-hero-bg-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.pg-hero-bg-content { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; text-align: center; color: #fff; }
.pg-hero-bg-content .tag { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.25); }
.pg-hero-bg-content h1, .pg-hero-bg-content h2 { color: #fff; }
.pg-hero-bg-content p { color: rgba(255,255,255,0.75); }

/* ── PARALLAX BANNER ── */
.parallax-banner {
  height: 300px; position: relative; overflow: hidden;
  background-size: cover; background-position: center; background-attachment: fixed;
}
.parallax-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(13,148,136,0.72) 0%, rgba(109,40,217,0.62) 100%);
}

/* ── POSITIONING SECTION WITH BG ── */
.positioning-section {
  position: relative; overflow: hidden;
}
.positioning-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.positioning-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(30,16,96,0.88) 0%, rgba(12,11,16,0.78) 100%);
  z-index: 1;
}
.positioning-content { position: relative; z-index: 2; }
.positioning-section .tag-accent { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.25); }
.positioning-section .tag-surface { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.18); }
.positioning-section h2, .positioning-section p { color: #fff; }
.positioning-section .t-lead { color: rgba(255,255,255,0.8); }

/* ── PORTRAIT CARD (founder) ── */
.portrait-card { width: 100%; max-width: 320px; border-radius: var(--r4); overflow: hidden; }
.portrait-card img { width: 100%; height: 400px; object-fit: cover; border-radius: var(--r4); transition: transform 0.4s ease; }
.portrait-card:hover img { transform: scale(1.03); }

/* ── PRACTICAL IMAGE SECTION ── */
.practical-img-col img {
  width: 100%; height: 260px; object-fit: cover;
  border-radius: var(--r4); margin-bottom: 28px;
  box-shadow: var(--s2);
  transition: transform 0.4s ease;
}
.practical-img-col img:hover { transform: scale(1.02); }

/* ── GALLERY STRIP ── */
.gallery-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 48px; }
.gallery-strip img { width: 100%; height: 240px; object-fit: cover; border-radius: var(--r4); box-shadow: var(--s2); transition: transform 0.4s ease; }
.gallery-strip img:hover { transform: scale(1.02); }

/* ── FORMS ── */
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--ink2); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--surface); border: 1px solid var(--border2);
  border-radius: var(--r2); padding: 12px 16px;
  font-family: var(--fb); font-size: 14px; color: var(--ink);
  outline: none; transition: all .2s; width: 100%; appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--glow); }
.form-group textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: 12px; color: var(--ink4); margin-top: 6px; text-align: center; }
.form-success { text-align: center; padding: 40px 20px; }
.form-success-icon { width: 56px; height: 56px; background: var(--teal-l); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.form-success-icon svg { width: 26px; height: 26px; stroke: var(--teal); fill: none; stroke-width: 2.5; stroke-linecap: round; }
.form-error { color: var(--rose); font-size: 12px; margin-top: 4px; }
.field-error { border-color: var(--rose) !important; }

/* ── CTA BAND ── */
.cta-band { background: linear-gradient(135deg,var(--primary) 0%,#3B0764 100%); padding: 96px 40px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle,rgba(109,40,217,.25) 0%,transparent 70%); pointer-events: none; }
.cta-band h2 { font-family: var(--fd); font-size: clamp(32px,5vw,56px); font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.08; margin-bottom: 14px; position: relative; }
.cta-band p  { font-size: clamp(15px,2vw,18px); color: rgba(255,255,255,.65); margin-bottom: 36px; position: relative; }
.cta-acts    { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── SECTION DIVIDER SVG ── */
.wave-divider { line-height: 0; overflow: hidden; }
.wave-divider svg { display: block; width: 100%; }
.footer-fade {
  height: 60px;
  background: linear-gradient(to bottom, var(--surface), var(--ink));
  margin-bottom: -1px;
}

/* ── MODAL ── */
.modal-overlay { position: fixed; inset: 0; background: rgba(12,11,16,.6); backdrop-filter: blur(4px); z-index: 400; display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.modal-overlay.open { opacity: 1; pointer-events: all; }
.modal { background: var(--surface); border-radius: var(--r5); padding: 40px; max-width: 520px; width: 100%; position: relative; max-height: 92vh; overflow-y: auto; transform: scale(.96) translateY(16px); transition: transform .3s cubic-bezier(.4,0,.2,1); box-shadow: 0 32px 80px rgba(12,11,16,.2); }
.modal-overlay.open .modal { transform: scale(1) translateY(0); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; background: var(--bg); border: 1px solid var(--border2); border-radius: var(--r2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; font-size: 0; border: none; }
.modal-close:hover { background: var(--accent-l); }
.modal-close svg { width: 14px; height: 14px; stroke: var(--ink3); fill: none; stroke-width: 2.5; stroke-linecap: round; }
.modal h2 { font-family: var(--fd); font-size: 26px; font-weight: 800; color: var(--ink); letter-spacing: -1px; margin-bottom: 6px; }
.modal .sub { font-size: 14px; color: var(--ink3); margin-bottom: 28px; line-height: 1.6; }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 64px 40px 28px; }
.f-inner { max-width: var(--max); margin: 0 auto; }
.f-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.f-brand-logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.f-brand-logo .logo-text { color: #fff; }
.f-brand-logo .logo-text span { color: var(--accent-m); }
.f-brand p { font-size: 13.5px; color: rgba(255,255,255,.38); line-height: 1.7; max-width: 220px; }
.f-col h5 { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.3); margin-bottom: 16px; }
.f-col ul { display: flex; flex-direction: column; gap: 10px; }
.f-col a { font-size: 13.5px; color: rgba(255,255,255,.5); transition: color .2s; position: relative; display: inline-block; }
.f-col a::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: #fff; transition: width .25s; }
.f-col a:hover { color: #fff; }
.f-col a:hover::after { width: 100%; }
.f-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.f-bottom p { font-size: 12px; color: rgba(255,255,255,.25); }
.social-row { display: flex; gap: 8px; margin-top: 18px; }
.social-btn { width: 32px; height: 32px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r1); display: flex; align-items: center; justify-content: center; transition: all .2s; }
.social-btn:hover { background: var(--accent); border-color: var(--accent); }
.social-btn svg { width: 14px; height: 14px; fill: rgba(255,255,255,.5); transition: fill .2s; }
.social-btn:hover svg { fill: #fff; }
.social-btn.insta svg { stroke: rgba(255,255,255,.5); fill: none; stroke-width: 1.5; stroke-linecap: round; transition: stroke .2s; }
.social-btn.insta:hover { background: linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045); border-color: transparent; }
.social-btn.insta:hover svg { stroke: #fff; }

/* ── FLOAT BUTTONS ── */
.float-group { position: fixed; bottom: 24px; right: 24px; z-index: 150; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.float-btn-wrap { position: relative; display: flex; align-items: center; }
.float-tooltip {
  position: absolute; right: 64px; top: 50%; transform: translateY(-50%);
  background: var(--ink); color: #fff; font-size: 12px; font-weight: 600;
  padding: 6px 12px; border-radius: 100px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity .2s, transform .2s;
  transform: translateY(-50%) translateX(6px);
}
.float-btn-wrap:hover .float-tooltip {
  opacity: 1; transform: translateY(-50%) translateX(0);
}
.wa-float { width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: all .25s; animation: onePulse 1s ease-out 0.5s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }
.ig-float { width: 52px; height: 52px; background: linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(131,58,180,.35); transition: all .25s; animation: onePulse 1s ease-out 0.7s; }
.ig-float:hover { transform: scale(1.08); }
.ig-float svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; }

/* ── ANIMATIONS ── */
.fu { opacity: 0; transform: translateY(28px); filter: blur(4px); transition: opacity .6s cubic-bezier(0.16,1,0.3,1), transform .6s cubic-bezier(0.16,1,0.3,1), filter .6s cubic-bezier(0.16,1,0.3,1); }
.fu.vis { opacity: 1; transform: translateY(0); filter: blur(0); }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; }
@keyframes float     { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }
@keyframes floatSlow { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-8px); } }
@keyframes pulse     { 0%,100%{ opacity:1; transform:scale(1); } 50%{ opacity:.5; transform:scale(1.5); } }
@keyframes onePulse  { 0%{ transform:scale(1); } 30%{ transform:scale(1.15); } 60%{ transform:scale(0.97); } 100%{ transform:scale(1); } }
@keyframes shimmer   { 0%{ background-position: -200% center; } 100%{ background-position: 200% center; } }

/* ── VALUES GRID ── */
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.vcard { background: var(--surface); border-radius: var(--r4); padding: 28px; border: 1px solid var(--border); transition: all .3s cubic-bezier(0.4,0,0.2,1); }
.vcard:hover { transform: translateY(-4px); box-shadow: var(--s2); border-color: var(--accent-m); }
.vicon { width: 44px; height: 44px; border-radius: var(--r2); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }

/* ── FAQ — 2-COLUMN DESKTOP / ACCORDION MOBILE ── */
.faq-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--surface); border-radius: var(--r4); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--s1); }
.faq-2col-questions { border-right: 1px solid var(--border); padding: 8px; }
.faq-2col-answer { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.faq-q-btn { display: block; width: 100%; text-align: left; padding: 16px 18px; border: none; background: transparent; border-radius: var(--r2); cursor: pointer; font-family: var(--fd); font-size: 14.5px; font-weight: 600; color: var(--ink2); transition: all .2s; position: relative; }
.faq-q-btn:hover { background: var(--bg); color: var(--ink); }
.faq-q-btn.active { background: var(--accent-l); color: var(--accent); border-left: 3px solid var(--accent); font-weight: 700; padding-left: 15px; }
.faq-answer-text { opacity: 0; transition: opacity .35s ease; }
.faq-answer-text.visible { opacity: 1; }
.faq-answer-num { font-family: var(--fd); font-size: 36px; font-weight: 800; color: var(--accent-m); margin-bottom: 12px; line-height: 1; }
.faq-answer-q { font-family: var(--fd); font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 14px; line-height: 1.3; }
.faq-answer-a { font-size: 14.5px; color: var(--ink3); line-height: 1.78; }

/* Accordion-style (used on mobile, or as fallback) */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r2); overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--accent-m); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; cursor: pointer; font-family: var(--fd); font-size: 15px; font-weight: 700; color: var(--ink); user-select: none; background: transparent; width: 100%; text-align: left; border: none; transition: background .2s; }
.faq-q:hover { background: var(--bg); }
.faq-item.open .faq-q { background: var(--accent-l); color: var(--accent); }
.faq-q-icon { width: 28px; height: 28px; border-radius: 50%; background: var(--bg); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; }
.faq-item.open .faq-q-icon { background: var(--accent); border-color: var(--accent); }
.faq-q-icon svg { width: 14px; height: 14px; stroke: var(--ink3); fill: none; stroke-width: 2.5; transition: transform .3s, stroke .2s; }
.faq-item.open .faq-q-icon svg { transform: rotate(45deg); stroke: #fff; }
.faq-a { font-size: 14.5px; color: var(--ink3); line-height: 1.78; max-height: 0; overflow: hidden; transition: max-height .38s cubic-bezier(.4,0,.2,1), padding .3s; padding: 0 22px; }
.faq-item.open .faq-a { max-height: 600px; padding: 0 22px 20px; }

/* ── BLOG ── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.blog-card { background: var(--surface); border-radius: var(--r4); border: 1px solid var(--border); overflow: hidden; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--s3); border-color: var(--accent-m); }
.blog-thumb { width: 100%; aspect-ratio: 16/9; background: linear-gradient(135deg,var(--accent-l),var(--teal-l)); overflow: hidden; position: relative; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-thumb img { transform: scale(1.04); }
.blog-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-cat { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--accent); }
.blog-title { font-family: var(--fd); font-size: 17px; font-weight: 700; color: var(--ink); line-height: 1.3; letter-spacing: -.3px; }
.blog-excerpt { font-size: 13.5px; color: var(--ink3); line-height: 1.65; }
.blog-meta { display: flex; gap: 12px; font-size: 12px; color: var(--ink4); margin-top: auto; padding-top: 10px; border-top: 1px solid var(--border); }

/* ── SINGLE BLOG ── */
.article-layout { max-width: 720px; margin: 0 auto; }
.article-header { margin-bottom: 40px; }
.article-body { font-size: 16px; line-height: 1.82; color: var(--ink2); }
.article-body h2 { font-family: var(--fd); font-size: 26px; font-weight: 800; color: var(--ink); margin: 40px 0 16px; letter-spacing: -.5px; }
.article-body h3 { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--ink); margin: 32px 0 12px; }
.article-body p { margin-bottom: 20px; }
.article-body ul, .article-body ol { margin: 16px 0 20px 20px; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 3px solid var(--accent-m); padding: 16px 24px; background: var(--accent-l); border-radius: 0 var(--r2) var(--r2) 0; margin: 28px 0; font-style: italic; color: var(--ink2); }
.article-body img { border-radius: var(--r3); margin: 28px 0; }
.toc-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r3); padding: 24px 28px; margin-bottom: 36px; }
.toc-box h4 { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--ink4); margin-bottom: 12px; }
.toc-box ol { padding-left: 18px; }
.toc-box li { font-size: 14px; color: var(--accent); margin-bottom: 6px; }
.toc-box a { color: var(--accent); font-weight: 500; }
.toc-box a:hover { text-decoration: underline; }
.author-box { display: flex; gap: 20px; align-items: flex-start; background: var(--surface); border-radius: var(--r4); padding: 28px; border: 1px solid var(--border); margin-top: 48px; }
.author-avatar { width: 64px; height: 64px; border-radius: 50%; background: var(--accent-l); flex-shrink: 0; overflow: hidden; }
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.related-posts { margin-top: 56px; }

/* ── READING PROGRESS ── */
.reading-bar { position: fixed; top: var(--nav); left: 0; z-index: 190; height: 3px; background: linear-gradient(90deg,var(--accent),var(--teal)); width: 0%; transition: width .1s; }

/* ── CAROUSEL ── */
.carousel-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-track > * { scroll-snap-align: start; flex-shrink: 0; }
.carousel-dots { display: flex; justify-content: center; gap: 6px; margin-top: 20px; }
.carousel-dots button { width: 7px; height: 7px; border-radius: 50%; border: none; background: var(--accent-m); cursor: pointer; transition: all .2s; padding: 0; }
.carousel-dots button.on { background: var(--accent); width: 20px; border-radius: 4px; }

/* ── COURSE PAGE ── */
.course-who-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.course-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.format-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.who-item { display: flex; align-items: center; gap: 12px; background: var(--surface); border-radius: var(--r3); padding: 16px 20px; border: 1px solid var(--border); }
.who-dot  { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.outcomes-list { display: flex; flex-direction: column; gap: 12px; }
.outcome-item { display: flex; align-items: flex-start; gap: 12px; padding: 16px; background: var(--surface); border-radius: var(--r3); border: 1px solid var(--border); }
.outcome-num { font-family: var(--fd); font-size: 24px; font-weight: 800; color: var(--accent-m); line-height: 1; min-width: 32px; }

/* ── SCENARIO CARDS ── */
.scenario-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.scenario-card { background: var(--surface); border-radius: var(--r3); padding: 22px; border: 1px solid var(--border); transition: all .3s; }
.scenario-card:hover { border-color: var(--accent-m); transform: translateY(-3px); }
.sc-icon { font-size: 24px; margin-bottom: 10px; }

/* ── BEFORE/AFTER ── */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ba-col { border-radius: var(--r4); padding: 32px; }
.ba-before { background: rgba(12,11,16,.03); border: 1px solid var(--border2); }
.ba-after  { background: linear-gradient(135deg,var(--accent-l),rgba(13,148,136,.08)); border: 1px solid var(--accent-m); }
.ba-label  { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.ba-before .ba-label { color: var(--ink4); }
.ba-after  .ba-label { color: var(--accent); }
.ba-list   { display: flex; flex-direction: column; gap: 10px; }
.ba-list li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink2); }

/* ── NOTIFICATION ── */
.lb-notice { position: fixed; bottom: 90px; right: 24px; z-index: 500; background: var(--surface); border-radius: var(--r3); padding: 14px 18px; box-shadow: var(--s3); border: 1px solid var(--border); max-width: 280px; font-size: 13.5px; color: var(--ink2); transition: all .4s; transform: translateX(120%); }
.lb-notice.show { transform: translateX(0); }
.lb-notice.success { border-color: var(--teal); }
.lb-notice.error   { border-color: var(--rose); }

/* ── ADMIN TIPS ── */
.lb-admin-tip { background: #fff8e1; border: 1px dashed #f59e0b; border-radius: var(--r2); padding: 10px 16px; font-size: 12.5px; color: #92400e; margin-top: 12px; display: flex; align-items: center; gap: 8px; }
.lb-admin-tip button { margin-left: auto; background: none; border: none; font-size: 16px; cursor: pointer; color: #b45309; }

/* ── COURSE FEATURED BANNER ── */
.course-featured-banner { width: 100%; height: 380px; object-fit: cover; border-radius: var(--r4); margin: 32px 0; box-shadow: var(--s2); }

/* ── AUDIENCE GRID ── */
.audience-grid { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 8px; }
.audience-grid::-webkit-scrollbar { display: none; }
.audience-grid .card { scroll-snap-align: start; flex-shrink: 0; width: 260px; padding: 24px; }

/* ── CONTACT GRID ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }

/* ── FOUNDER GRID ── */
.founder-grid { display: flex; gap: 52px; align-items: flex-start; }
.founder-grid .portrait-card { flex-shrink: 0; }

/* ── OUTCOMES GRID ── */
.outcomes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

/* ── SPLIT SECTION ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

/* ── ACCESSIBILITY ── */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ── PRIVACY / TERMS PAGE ── */
.legal-page { max-width: 800px; margin: 0 auto; padding: calc(var(--nav) + 60px) 40px 80px; }
.legal-page h1 { font-family: var(--fd); font-size: clamp(28px,4vw,42px); font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 8px; }
.legal-page .updated { font-size: 13px; color: var(--ink4); margin-bottom: 40px; }
.legal-page h2 { font-family: var(--fd); font-size: 20px; font-weight: 700; color: var(--ink); margin: 36px 0 12px; letter-spacing: -0.01em; }
.legal-page p { font-size: 15px; color: var(--ink2); line-height: 1.78; margin-bottom: 16px; }
.legal-page ul { margin: 12px 0 16px 20px; }
.legal-page ul li { font-size: 15px; color: var(--ink2); line-height: 1.75; margin-bottom: 8px; list-style: disc; }
.legal-page a { color: var(--accent); text-decoration: underline; }

/* ────────────────────────────────
   RESPONSIVE BREAKPOINTS
──────────────────────────────── */
@media(max-width:1024px) {
  .nav         { padding: 0 28px; }
  .section, .section-sm { padding-left: 28px; padding-right: 28px; }
  .f-grid      { grid-template-columns: 1fr 1fr; }
  .cta-band, footer { padding-left: 28px; padding-right: 28px; }
  .hero-grid   { gap: 48px; }
  .courses-grid { grid-template-columns: repeat(2,1fr); }
  .values-grid  { grid-template-columns: repeat(2,1fr); }
  .blog-grid    { grid-template-columns: repeat(2,1fr); }
  .format-grid  { grid-template-columns: repeat(2,1fr); }
}

@media(max-width:768px) {
  :root { --nav: 60px; }
  .nav, .section, .section-sm, .cta-band, footer { padding-left: 20px; padding-right: 20px; }
  .nav-links, .nav-actions .btn-ghost { display: none; }
  .ham          { display: flex; }
  .form-row     { grid-template-columns: 1fr; }
  .f-grid       { grid-template-columns: 1fr; }
  .cta-band     { padding-top: 72px; padding-bottom: 72px; }

  /* Hero */
  .hero-grid    { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual  { display: none; }

  /* Trust */
  .trust-inner  { grid-template-columns: repeat(2,1fr); }

  /* Courses */
  .courses-grid { grid-template-columns: 1fr; }
  .courses-archive-grid { grid-template-columns: 1fr; }
  .courses-grid-bottom { grid-template-columns: 1fr; }

  /* Values / Blog */
  .values-grid  { grid-template-columns: 1fr; }
  .blog-grid    { grid-template-columns: 1fr; }

  /* Page hero */
  .pg-hero-grid { grid-template-columns: 1fr; }
  .pg-hero-img  { display: none; }

  /* Split sections — stack */
  .split        { grid-template-columns: 1fr; gap: 36px; }
  .course-content-grid { grid-template-columns: 1fr; }

  /* Format grid — scroll on mobile */
  .format-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; scrollbar-width: none; }
  .format-grid::-webkit-scrollbar { display: none; }
  .format-grid > * { flex-shrink: 0; width: 200px; scroll-snap-align: start; }

  /* Outcomes grid */
  .outcomes-grid { grid-template-columns: 1fr; }

  /* Audience grid already scrollable */

  /* Contact — form first on mobile */
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > *:first-child { order: 2; }
  .contact-grid > *:last-child  { order: 1; }

  /* Founder */
  .founder-grid { flex-direction: column; gap: 32px; }
  .founder-grid .portrait-card { max-width: 100%; }

  /* Gallery */
  .gallery-strip { grid-template-columns: 1fr; }

  /* FAQ 2col → accordion */
  .faq-2col { grid-template-columns: 1fr; }
  .faq-2col-questions { border-right: none; border-bottom: 1px solid var(--border); display: none; }
  .faq-2col-answer    { display: none; }
  .faq-2col-mobile    { display: block; }

  .scenario-grid { grid-template-columns: 1fr; }
  .ba-grid      { grid-template-columns: 1fr; }
  .course-who-grid { grid-template-columns: 1fr; }
  .modal        { padding: 28px 20px; }

  .legal-page { padding-left: 20px; padding-right: 20px; padding-top: calc(var(--nav) + 32px); }
}

@media(min-width:769px) {
  .faq-2col-mobile { display: none; }
}

@media(max-width:480px) {
  .trust-inner { grid-template-columns: 1fr; }
  .hero-cta    { flex-direction: column; }
  .cta-acts    { flex-direction: column; align-items: center; }
}

/* ── PRINT STYLES ── */
@media print {
  .nav, .wa-float, .ig-float, .float-group, .modal-overlay, .mob-nav, footer { display: none !important; }
  .hero { min-height: auto; padding-top: 40px; }
}

/* ── Admin bar offset ── */
.admin-bar .nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .nav { top: 46px; } }

/* ── Logo: use actual SVG image inside existing .logo-mark ── */
.logo-mark img { width: 20px; height: 20px; display: block; }

/* ── Courses section: elevated hero treatment ── */
.courses-sec {
  background: linear-gradient(160deg, var(--bg) 0%, #f5f0ff 60%, var(--bg) 100%);
  padding-top: 88px;
  padding-bottom: 88px;
}
.courses-sec .section-hd h2 {
  font-size: clamp(26px, 3.5vw, 40px);
}
.courses-carousel-wrap {
  margin-top: 40px;
  padding: 12px 0 8px;
}
.courses-carousel {
  padding: 8px 2px 24px !important;
  gap: 24px !important;
}
.courses-carousel .course-card {
  width: 320px !important;
  padding: 28px !important;
  border: 1.5px solid var(--border);
  border-radius: var(--r4) !important;
  background: #fff;
  box-shadow: 0 4px 24px rgba(109,40,217,.07);
  transition: transform .22s, box-shadow .22s;
}
.courses-carousel .course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(109,40,217,.13);
  border-color: var(--accent-m);
}
