@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==========================================================================
   Virtual Clinical Training — design system ported from the HTML prototype.
   Loaded after SWELL's stylesheet, so these rules win on equal specificity.
   ========================================================================== */
/* ---------- Design Tokens ---------- */
:root {
  /* Colors */
  --navy-950: #060E1B;
  --navy-900: #0B1A2E;
  --navy-800: #122846;
  --blue-600: #1D6FEB;
  --blue-400: #60A5FA;
  --blue-50:  #EFF6FF;
  --gray-900: #111827;
  --gray-800: #1F2937;
  --gray-500: #6B7280;
  --gray-400: #9CA3AF;
  --white:    #FFFFFF;
  --gray-50:  #F9FAFB;
  --gray-200: #E5E7EB;
  --green-600:#059669;

  /* Typography */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;

  /* Layout */
  --container: 1120px;
  --header-h: 64px;
  --radius: 14px;
  --radius-sm: 10px;

  /* Shadow */
  --shadow-sm: 0 1px 2px rgba(6,14,27,.06);
  --shadow-md: 0 6px 20px rgba(6,14,27,.08);
  --shadow-lg: 0 18px 50px rgba(6,14,27,.16);

  /* Transitions */
  --ease: cubic-bezier(.16,.84,.44,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  color: var(--gray-800);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ---------- Utilities ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 68px 0; }
.eyebrow {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-600);
}
.section-title {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--gray-900);
  letter-spacing: -.02em;
}
.text-muted { color: var(--gray-500); }
.serif { font-family: var(--font-serif); font-style: italic; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .95rem;
  padding: 13px 22px;
  border-radius: var(--radius-sm);
  transition: background-color .2s var(--ease), transform .1s var(--ease), box-shadow .2s var(--ease);
  white-space: nowrap;
}
.btn:active { transform: scale(.98); }
.btn-primary {
  background: var(--blue-600);
  color: var(--white);
  box-shadow: 0 6px 16px rgba(29,111,235,.28);
}
.btn-primary:hover { background: #175fce; box-shadow: 0 10px 24px rgba(29,111,235,.34); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.28);
}
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-ghost-dark {
  background: transparent;
  color: var(--gray-900);
  border: 1px solid var(--gray-200);
}
.btn-ghost-dark:hover { background: var(--gray-50); border-color: var(--gray-400); }
.btn-sm { padding: 10px 16px; font-size: .88rem; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--header-h);
  z-index: 100;
  transition: background-color .3s var(--ease), box-shadow .3s var(--ease), backdrop-filter .3s var(--ease);
}
.site-header .container {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
/* transparent over hero */
.site-header.at-top { background: transparent; }
/* glassmorphism after scroll */
.site-header.scrolled {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(6,14,27,.06);
}

.logo { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.logo-img { height: 48px; width: 48px; border-radius: 9px; display: block; object-fit: cover; }
.footer-logo-img { height: 52px; width: 52px; border-radius: 10px; margin-bottom: 10px; }
.logo-mark {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue-600), var(--blue-400));
  color: #fff;
  display: grid; place-items: center;
  font-size: .82rem; font-weight: 800; letter-spacing: .02em;
  flex: none;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text b { font-size: 1rem; letter-spacing: .04em; }
.logo-text span { font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-500); font-weight: 500; }

.nav { display: flex; align-items: center; gap: 28px; margin-left: 12px; }
.nav a { font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav a:hover { color: var(--blue-600); }

.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.icon-btn {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 9px;
  transition: background-color .2s, color .2s;
}
.icon-btn:hover { background: rgba(120,140,170,.14); }
.icon-btn svg { width: 20px; height: 20px; }

/* Header color adapts to transparency state */
.site-header.at-top .nav a,
.site-header.at-top .logo,
.site-header.at-top .icon-btn { color: rgba(255,255,255,.92); }
.site-header.at-top .logo-text span { color: rgba(255,255,255,.6); }
.site-header.at-top .icon-btn:hover { background: rgba(255,255,255,.14); }
.site-header.scrolled .nav a,
.site-header.scrolled .logo,
.site-header.scrolled .icon-btn { color: var(--gray-900); }

.hamburger { display: none; width: 40px; height: 40px; place-items: center; border-radius: 9px; }
.hamburger svg { width: 24px; height: 24px; }
.site-header.at-top .hamburger { color: #fff; }
.site-header.scrolled .hamburger { color: var(--gray-900); }

/* Global menu search (courses only) */
.nav-search { position: relative; display: flex; align-items: center; }
.nav-search .search-ic {
  position: absolute; left: 12px; width: 15px; height: 15px;
  pointer-events: none; opacity: .7;
}
.nav-search input {
  width: 150px; height: 36px;
  padding: 0 14px 0 34px;
  border-radius: 100px;
  font-family: inherit; font-size: .85rem;
  border: 1px solid var(--gray-200);
  background: var(--gray-50); color: var(--gray-900);
  transition: width .2s var(--ease), border-color .2s, background .2s, color .2s;
}
.nav-search input::placeholder { color: var(--gray-400); }
.nav-search input:focus { outline: none; border-color: var(--blue-400); background: #fff; width: 190px; }
/* over the dark hero */
.site-header.at-top .nav-search input {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.3);
  color: #fff;
}
.site-header.at-top .nav-search input::placeholder { color: rgba(255,255,255,.72); }
.site-header.at-top .nav-search input:focus { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.55); }

/* Mobile drawer search */
.mobile-search { margin: 4px 0 14px; }
.mobile-search input {
  width: 100%; height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  font-family: inherit; font-size: 1rem;
  border: 1px solid var(--gray-200);
  background: var(--gray-50); color: var(--gray-900);
}
.mobile-search input::placeholder { color: var(--gray-400); }
.mobile-search input:focus { outline: none; border-color: var(--blue-400); background: #fff; }

/* Mobile nav drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--navy-950);
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transform: translateX(100%);
  transition: transform .3s var(--ease);
}
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-head { display: flex; align-items: center; justify-content: space-between; color: #fff; }
.mobile-nav-head .icon-btn { color: #fff; }
.mobile-nav ul { margin-top: 40px; display: flex; flex-direction: column; gap: 4px; }
.mobile-nav ul a { color: #fff; font-size: 1.4rem; font-weight: 600; padding: 14px 0; display: block; border-bottom: 1px solid rgba(255,255,255,.08); }
.mobile-nav .btn { margin-top: 32px; justify-content: center; }
.mobile-nav-social { margin-top: auto; display: flex; gap: 12px; }
.mobile-nav-social .icon-btn { color: #fff; background: rgba(255,255,255,.08); }

/* ==========================================================================
   01 — Hero
   ========================================================================== */
.hero {
  position: relative;
  min-height: 46vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-800) 100%);
  color: #fff;
  overflow: hidden;
  padding: calc(var(--header-h) + 16px) 0 34px;
}

/* Background image slideshow (crossfade) */
.hero-slideshow { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.6s ease-in-out, transform 7s ease-out;
}
.hero-slide.active { opacity: 1; transform: scale(1); }

/* Dark overlay so hero text stays legible over any image */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,14,27,.92) 0%, rgba(6,14,27,.78) 42%, rgba(6,14,27,.42) 100%),
    linear-gradient(180deg, rgba(6,14,27,.55) 0%, rgba(6,14,27,.35) 40%, rgba(6,14,27,.72) 100%);
}
/* geometric parallax shapes */
.hero-shape {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(96,165,250,.18);
  pointer-events: none;
}
.hero-shape.s1 { width: 520px; height: 520px; top: -140px; right: -120px; }
.hero-shape.s2 { width: 320px; height: 320px; bottom: -80px; left: -80px; border-color: rgba(96,165,250,.1); }
.hero-shape.s3 { width: 180px; height: 180px; top: 30%; right: 22%; background: radial-gradient(circle, rgba(29,111,235,.16), transparent 70%); border: none; }
.hero-shape { z-index: 1; }

.hero-inner { position: relative; z-index: 2; max-width: 720px; }
.hero .eyebrow { color: var(--blue-400); }
.hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 10px 0 12px;
}
.hero-sub {
  font-size: clamp(.98rem, 1.3vw, 1.05rem);
  color: rgba(255,255,255,.78);
  max-width: 600px;
  line-height: 1.5;
}
.hero-tagline {
  margin-top: 10px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.12rem;
  color: var(--blue-400);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 18px; }

/* Hero load-in animation */
.hero .anim { opacity: 0; transform: translateY(20px); }
.hero.loaded .anim { opacity: 1; transform: translateY(0); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.hero.loaded .anim.d1 { transition-delay: .1s; }
.hero.loaded .anim.d2 { transition-delay: .3s; }
.hero.loaded .anim.d3 { transition-delay: .5s; }
.hero.loaded .anim.d4 { transition-delay: .7s; }

/* Scroll cue: a double chevron that drifts down and fades, inviting a scroll. */
.scroll-hint {
  position: absolute;
  bottom: 18px; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 9px;
  padding: 6px 10px;
  color: rgba(255,255,255,.62);
  z-index: 2;
  transition: color .2s var(--ease);
}
.scroll-hint svg { width: 24px; height: 24px; flex: none; animation: scroll-cue 1.9s ease-in-out infinite; }
.scroll-hint .label { font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.scroll-hint:hover { color: #fff; }

@keyframes scroll-cue {
  0%   { transform: translateY(-4px); opacity: .25; }
  45%  { transform: translateY(3px);  opacity: 1; }
  100% { transform: translateY(-4px); opacity: .25; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-hint svg { animation: none; opacity: .8; }
}

/* ==========================================================================
   02 — Trust signal bar
   ========================================================================== */
/* (Trust signal bar removed per client request) */

/* ==========================================================================
   03 — Featured courses (card grid)
   ========================================================================== */
.featured { background: var(--white); }
.featured-head { text-align: center; margin-bottom: 32px; }

/* Grid of upcoming-course cards */
.course-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.course-card {
  display: flex; flex-direction: column;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.course-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.course-card .course-bar { padding: 14px 18px; }
.course-card .course-bar .date { font-size: .82rem; }
.course-card .badge { font-size: .7rem; padding: 5px 10px; }
.course-card-body { padding: 22px 20px 24px; display: flex; flex-direction: column; flex: 1; }
.course-card-body h3 { font-size: 1.2rem; font-weight: 700; color: var(--gray-900); line-height: 1.25; letter-spacing: -.01em; }
.course-card .card-quote { font-family: var(--font-serif); font-style: italic; color: var(--gray-500); font-size: 1rem; margin: 12px 0 16px; line-height: 1.4; }
.course-card .card-instructor { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.course-card .card-instructor .avatar { width: 38px; height: 38px; font-size: .8rem; }
.course-card .card-instructor .name { font-weight: 600; font-size: .88rem; color: var(--gray-900); }
.course-card .card-instructor .cred { font-size: .74rem; color: var(--gray-500); }
.course-card .card-meta { font-size: .84rem; color: var(--gray-500); margin-bottom: 18px; display: flex; flex-direction: column; gap: 5px; }
.course-card .card-meta span { display: flex; align-items: center; gap: 7px; }
.course-card .card-meta svg { width: 15px; height: 15px; color: var(--gray-400); flex: none; }
.course-card .card-cta { margin-top: auto; font-weight: 600; color: var(--blue-600); font-size: .9rem; }
.course-card.is-soon { border-style: dashed; background: var(--gray-50); box-shadow: none; }
.course-card.is-soon:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ---- Course cards: close-up zoom + hover reveal (homepage + courses list) ---- */
/* Compact by default (thumbnail + title + instructor). On hover the whole card
   zooms out from its centre in every direction and a details panel floats in —
   without pushing the neighbouring cards, because the panel is taken out of flow. */
.course-cards { align-items: start; }
.course-cards .course-card .card-instructor { margin-bottom: 0; }
.course-cards .course-card .fc-reveal { display: flex; flex-direction: column; }
.course-cards .course-card .card-tags { margin: 0 0 12px; }
.course-cards .course-card .card-cta { margin-top: 4px; }

@media (hover: hover) and (pointer: fine) {
  /* allow the floating panel and zoom to spill outside the compact footprint */
  .course-cards .course-card {
    position: relative; overflow: visible;
    transition: transform .16s var(--ease), box-shadow .16s var(--ease),
                border-color .16s var(--ease), border-radius .16s var(--ease);
  }
  .course-cards .course-card .course-thumb { border-radius: var(--radius) var(--radius) 0 0; }

  /* hover-preview video: hidden behind the poster, fades in on hover (desktop only) */
  .course-cards .course-thumb .thumb-video {
    display: block;
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .25s var(--ease);
    pointer-events: none;
  }
  .course-cards .course-card:hover .thumb-video,
  .course-cards .course-card:focus-within .thumb-video { opacity: 1; }

  /* details live in a panel attached under the card, out of normal flow (no reflow).
     Same card background + no top border so it reads as one continuous card. */
  .course-cards .course-card .fc-reveal {
    position: absolute;
    left: -1px; right: -1px;
    top: 100%;
    background: #fff;
    border: 1px solid var(--gray-200);
    border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
    padding: 0 20px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 18px 30px -12px rgba(6,14,27,.22);
    pointer-events: none;
    transition: max-height .2s var(--ease), opacity .15s var(--ease), padding .2s var(--ease);
  }
  .course-cards .course-card.is-soon .fc-reveal { background: var(--gray-50); border-style: dashed; border-top: none; }
  .course-cards .course-card.is-closed .fc-reveal { background: var(--gray-50); }

  /* the close-up: scale from the centre so it grows up, down, left and right.
     Bottom border + corners drop away so the card merges seamlessly into the panel. */
  .course-cards .course-card:hover,
  .course-cards .course-card:focus-within {
    transform: scale(1.06);
    z-index: 30;
    box-shadow: var(--shadow-lg);
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .course-cards .course-card:hover .fc-reveal,
  .course-cards .course-card:focus-within .fc-reveal {
    max-height: 360px;
    opacity: 1;
    padding: 8px 20px 20px;
    pointer-events: auto;
  }
}
.find-more { text-align: center; margin-top: 28px; }
.spotlight .find-more { margin-top: 18px; }

.featured-card {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: #fff;
}
.course-bar {
  background: var(--navy-950);
  color: #fff;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.course-bar .date { font-weight: 600; font-size: .95rem; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .78rem; font-weight: 600;
  padding: 6px 12px; border-radius: 100px;
}
.badge-green { background: rgba(5,150,105,.16); color: #34d399; }
.badge-green .dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; }
.badge-blue { background: rgba(29,111,235,.14); color: var(--blue-400); }

.featured-body { padding: 34px 40px 40px; }
.featured-body h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: -.02em;
  line-height: 1.2;
}
.course-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--gray-500);
  margin: 16px 0 26px;
  line-height: 1.4;
}
.instructor-row {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200);
}
.avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  color: #fff; display: grid; place-items: center;
  font-weight: 700; font-size: 1rem; flex: none;
}
.avatar.lg { width: 120px; height: 120px; font-size: 2rem; border-radius: 16px; }
.instructor-photo { width: 120px; height: 140px; border-radius: 16px; object-fit: cover; flex: none; box-shadow: var(--shadow-md); }
.instructor-row .name { font-weight: 600; color: var(--gray-900); }
.instructor-row .cred { font-size: .82rem; color: var(--gray-500); }

.objectives { margin: 26px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.objective { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.objective svg { width: 20px; height: 20px; color: var(--green-600); flex: none; margin-top: 2px; }

.featured-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.price-note { font-size: .85rem; color: var(--gray-500); }
.price-note s { color: var(--gray-400); }

/* ==========================================================================
   04 — How it works
   ========================================================================== */
.howit { background: var(--gray-50); }
.howit .featured-head { margin-bottom: 36px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps.steps-5 { grid-template-columns: repeat(5, 1fr); gap: 16px; }
.steps.steps-5 .step-card { padding: 26px 20px; }
.steps.steps-5 .step-num { width: 40px; height: 40px; margin-bottom: 14px; }
.steps.steps-5 .step-card h3 { font-size: 1.02rem; }
.steps.steps-5 .step-card p { font-size: .88rem; }
.step-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.step-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.step-num {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center; font-weight: 700; font-size: 1.1rem;
  margin-bottom: 18px;
}
.step-card h3 { font-size: 1.2rem; font-weight: 600; color: var(--gray-900); margin-bottom: 8px; }
.step-card p { font-size: .95rem; color: var(--gray-500); }

/* ==========================================================================
   05 — Why VCT
   ========================================================================== */
.why { background: #fff; }
.why .featured-head { margin-bottom: 36px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 30px 24px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.why-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.why-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--blue-50); color: var(--blue-600);
  display: grid; place-items: center; margin-bottom: 18px;
}
.why-icon svg { width: 24px; height: 24px; }
.why-card h3 { font-size: 1.1rem; font-weight: 600; color: var(--gray-900); margin-bottom: 8px; }
.why-card p { font-size: .92rem; color: var(--gray-500); }

/* ==========================================================================
   05 — About / What is VCT
   ========================================================================== */
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
.about-lead { margin-top: 18px; font-size: 1.08rem; color: var(--gray-800); line-height: 1.65; }

/* Why-VCT differentiators (inside About) */
.why-points { margin: 22px 0 20px; display: flex; flex-direction: column; gap: 14px; }
.why-points li { display: flex; gap: 12px; align-items: flex-start; font-size: .97rem; color: var(--gray-800); line-height: 1.5; }
.why-points li b { color: var(--gray-900); font-weight: 600; }
.why-points svg {
  width: 34px; height: 34px; flex: none;
  padding: 6px; border-radius: 9px;
  background: var(--blue-50); color: var(--blue-600);
}

.who-for {
  margin-top: 36px;
  padding: 22px 26px;
  border-left: 3px solid var(--blue-600);
  background: var(--blue-50);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.who-for-label { display: block; font-weight: 700; color: var(--gray-900); margin-bottom: 6px; }
.who-for p { font-size: .98rem; color: var(--gray-800); max-width: 760px; }

/* Specialties chip row (multi-specialty) */
.specialties { margin-top: 32px; text-align: center; }
.specialties-label { display: block; font-weight: 600; color: var(--gray-900); margin-bottom: 16px; }
.chip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.chip-row li {
  font-size: .86rem; font-weight: 500;
  padding: 8px 16px; border-radius: 100px;
  background: #fff; color: var(--gray-800);
  border: 1px solid var(--gray-200);
  transition: border-color .2s, color .2s, transform .2s var(--ease);
}
.chip-row li:hover { border-color: var(--blue-400); color: var(--blue-600); transform: translateY(-2px); }

.about-gain {
  background: var(--navy-950);
  color: #fff;
  border-radius: var(--radius);
  padding: 32px 30px;
  box-shadow: var(--shadow-md);
}
.about-gain h3 {
  font-size: 1.1rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--blue-400);
  margin-bottom: 20px;
}
.gain-list { display: flex; flex-direction: column; gap: 15px; }
.gain-list li { display: flex; align-items: center; gap: 12px; font-size: 1.02rem; font-weight: 500; }
.gain-list svg { width: 20px; height: 20px; color: #34d399; flex: none; }

/* ==========================================================================
   07 — FAQ (accordion)
   ========================================================================== */
.container-narrow { max-width: 780px; }
.faq { background: #fff; }
.faq-list { border-top: 1px solid var(--gray-200); }
.faq-item { border-bottom: 1px solid var(--gray-200); }
.faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 4px;
  text-align: left;
  font-size: 1.08rem; font-weight: 600; color: var(--gray-900);
}
.faq-q:hover { color: var(--blue-600); }
.faq-chevron { width: 22px; height: 22px; color: var(--gray-400); flex: none; transition: transform .25s var(--ease); }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--blue-600); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .3s var(--ease); }
.faq-a p { padding: 0 4px 22px; color: var(--gray-500); font-size: .98rem; line-height: 1.65; }
.faq-a a { color: var(--blue-600); font-weight: 600; }

/* ==========================================================================
   06 — Instructor spotlight
   ========================================================================== */
.spotlight { background: var(--gray-50); }
.spotlight .featured-head { margin-bottom: 40px; }
.instructor-card {
  max-width: 860px; margin: 0 auto;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 34px;
  display: flex; gap: 30px; align-items: flex-start;
}
.instructor-card .info h3 { font-size: 1.4rem; font-weight: 700; color: var(--gray-900); }
.instructor-card .cred { font-size: .85rem; color: var(--gray-500); margin: 6px 0 14px; letter-spacing: .01em; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tag {
  font-size: .78rem; font-weight: 500;
  padding: 5px 12px; border-radius: 100px;
  background: var(--blue-50); color: var(--blue-600);
}
.instructor-card .bio { font-size: .95rem; color: var(--gray-800); margin-bottom: 18px; }

/* Instructor card grid (3 across) */
.inst-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.inst-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 30px 24px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.inst-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.inst-card.is-soon { border-style: dashed; background: var(--gray-50); box-shadow: none; }
.inst-photo { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow-sm); }
.inst-avatar {
  width: 96px; height: 96px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-800), var(--blue-600));
  color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 1.1rem; letter-spacing: .03em;
}
.inst-card h3 { font-size: 1.12rem; font-weight: 700; color: var(--gray-900); margin-top: 16px; }
.inst-card .cred { font-size: .8rem; color: var(--gray-500); margin: 6px 0 12px; }
.inst-card .tags { justify-content: center; margin-bottom: 12px; }
.inst-bio { font-size: .9rem; color: var(--gray-500); line-height: 1.5; margin-bottom: 16px; }
.inst-card .card-cta { margin-top: auto; font-weight: 600; color: var(--blue-600); font-size: .9rem; }
.inst-card .inst-find { margin-top: auto; }
.inst-card.hidden { display: none; }

.spotlight-more { text-align: center; margin-top: 26px; font-size: .9rem; color: var(--gray-400); font-style: italic; }

/* Instructors page — stacked detail cards + recruitment */
.instructor-list { display: flex; flex-direction: column; gap: 22px; max-width: 900px; margin: 0 auto; }
.instructor-list .instructor-card { max-width: none; margin: 0; width: 100%; }
.instructor-card.is-tba { background: var(--gray-50); border-style: dashed; }
.instructor-teaches { margin-top: 14px; font-size: .9rem; color: var(--gray-500); }
.instructor-teaches a { color: var(--blue-600); font-weight: 600; }
.recruit-card {
  max-width: 760px; margin: 0 auto; text-align: center;
  border: 1px dashed var(--blue-400); border-radius: var(--radius);
  background: var(--blue-50); padding: 26px 32px;
}
.recruit-card .eyebrow { margin-bottom: 7px; }
.recruit-card h2 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); font-weight: 700; color: var(--gray-900); letter-spacing: -.02em; }
.recruit-card p { margin: 9px auto 0; max-width: 680px; color: var(--gray-800); line-height: 1.55; font-size: .94rem; }
/* Sections that carry a secondary, low-priority block. */
.section-compact { padding: 38px 0; }
.recruit-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 16px; }
.link-arrow { color: var(--blue-600); font-weight: 600; font-size: .95rem; display: inline-flex; gap: 6px; align-items: center; }
.link-arrow:hover { gap: 10px; transition: gap .2s; }

/* ==========================================================================
   07 — Bottom CTA
   ========================================================================== */
.cta-band {
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(29,111,235,.24), transparent 60%),
    linear-gradient(160deg, var(--navy-950), var(--navy-900));
  color: #fff;
  text-align: center;
  padding: 38px 0;
}
.cta-band h2 {
  font-size: clamp(1.5rem, 2.6vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.cta-course-info {
  margin: 12px auto 0;
  display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 6px 20px;
  color: rgba(255,255,255,.72); font-size: .94rem;
}
.cta-course-info b { color: #fff; font-weight: 600; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 18px; }

/* ==========================================================================
   Sub-page (About) — hero + layout helpers
   ========================================================================== */
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(900px 500px at 80% 0%, rgba(29,111,235,.22), transparent 60%),
    linear-gradient(160deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-800) 100%);
  padding: calc(var(--header-h) + 72px) 0 72px;
}
.page-hero-bg { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.page-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(6,14,27,.94) 0%, rgba(6,14,27,.8) 42%, rgba(6,14,27,.45) 100%),
    linear-gradient(180deg, rgba(6,14,27,.4) 0%, rgba(6,14,27,.35) 55%, rgba(6,14,27,.7) 100%);
}
.page-hero .hero-shape { z-index: 1; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { color: var(--blue-400); }
.page-hero h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  font-weight: 700; letter-spacing: -.02em; line-height: 1.1;
  margin: 14px 0 18px; max-width: 18ch;
}
.page-hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: rgba(255,255,255,.8); max-width: 680px; line-height: 1.6; }

/* compact sub-page hero (list pages) */
/* All sub-page heroes share one height so the pages feel consistent.
   Keep h1 to ~1 line and the lead to ~2 lines to stay inside it. */
.page-hero-sm {
  padding: calc(var(--header-h) + 42px) 0 46px;
  min-height: 306px;
  display: flex;
  align-items: center;
}
.page-hero-sm > .container { width: 100%; }
.page-hero-sm h1 { max-width: 34ch; margin: 12px 0 14px; font-size: clamp(2rem, 4vw, 2.9rem); }
.page-hero-sm .lead { font-size: clamp(1.02rem, 1.5vw, 1.12rem); line-height: 1.58; }

/* alternating section background */
.section.alt { background: var(--gray-50); }

/* Courses list — filter/search, thumbnails, status cards */
.course-filter { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.search-box { position: relative; max-width: 460px; }
.search-box svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--gray-400); }
.search-box input {
  width: 100%; font: inherit; font-size: .95rem;
  padding: 12px 16px 12px 44px;
  border: 1px solid var(--gray-200); border-radius: 10px; background: #fff; color: var(--gray-900);
}
.search-box input:focus { outline: none; border-color: var(--blue-400); box-shadow: 0 0 0 3px rgba(29,111,235,.12); }
.tag-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-chip {
  font-size: .85rem; font-weight: 500;
  padding: 8px 15px; border-radius: 100px;
  background: #fff; color: var(--gray-800); border: 1px solid var(--gray-200);
  cursor: pointer; transition: background-color .2s, color .2s, border-color .2s;
}
.tag-chip:hover { border-color: var(--blue-400); color: var(--blue-600); }
.tag-chip.active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }

.no-results { display: none; text-align: center; color: var(--gray-500); padding: 28px; font-size: .98rem; }
.no-results.show { display: block; }
.course-card.hidden { display: none; }
.course-section.hide { display: none; }
.course-section + .course-section { margin-top: 8px; }

/* Course card thumbnail (image goes here) */
.course-thumb { position: relative; aspect-ratio: 16 / 7; overflow: hidden; }
.course-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.course-thumb.placeholder { display: grid; place-items: center; background: linear-gradient(150deg, var(--navy-900), var(--blue-600)); }
.course-thumb .thumb-label { font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; color: rgba(255,255,255,.85); }
/* hover-preview video is desktop-only; hidden by default (incl. touch devices) */
.course-thumb .thumb-video { display: none; }
/* date + status overlaid on the thumbnail (keeps cards short) */
.course-thumb .thumb-badge { position: absolute; top: 10px; right: 10px; }
.course-thumb .thumb-date {
  position: absolute; left: 10px; bottom: 10px;
  background: rgba(6,14,27,.72); color: #fff;
  padding: 4px 10px; border-radius: 6px;
  font-size: .74rem; font-weight: 600;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}

/* in-card specialty tags */
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.card-tags .tag { font-size: .72rem; padding: 4px 10px; }

/* status badges */
.badge-grey { background: rgba(107,114,128,.16); color: var(--gray-500); }
.badge-amber { background: rgba(217,119,6,.16); color: #b45309; }
.badge-red { background: rgba(220,38,38,.14); color: #dc2626; }

/* closed (registration unavailable) cards */
.course-card.is-closed { background: var(--gray-50); }
.course-card.is-closed .course-thumb.placeholder { background: linear-gradient(150deg, var(--navy-800), var(--gray-500)); }
.course-card.is-closed h3 { color: var(--gray-800); }
.course-card .muted-cta { color: var(--gray-400); font-weight: 500; }

.notify-band {
  margin-top: 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  padding: 22px 26px;
  border: 1px dashed var(--gray-200);
  border-radius: var(--radius);
  background: var(--blue-50);
}
.notify-band strong { color: var(--gray-900); display: block; }
.notify-band span { color: var(--gray-500); font-size: .92rem; }
.notify-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.faq-terms { margin-top: 26px; text-align: center; font-size: .9rem; color: var(--gray-500); }
.faq-terms a { color: var(--blue-600); font-weight: 600; }

/* left-aligned section head */
.section-head { max-width: 760px; margin-bottom: 32px; }
.section-head .eyebrow { margin-bottom: 10px; }
.section-intro { margin-top: 16px; font-size: 1.05rem; color: var(--gray-500); line-height: 1.65; }
.section-title.sm { font-size: clamp(1.4rem, 2.4vw, 1.8rem); }

/* two-column split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.split-wide { gap: 56px; }
.panel h3 { font-size: 1.15rem; font-weight: 700; color: var(--gray-900); margin-bottom: 16px; }

/* why-points variants */
.why-points.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; }
.why-points.muted-points svg { background: var(--gray-200); color: var(--gray-500); }

/* what-you'll-gain grid */
.gain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gain-grid li {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px; background: #fff;
  border: 1px solid var(--gray-200); border-radius: 12px;
  font-weight: 500; color: var(--gray-800);
}
.gain-grid svg { width: 20px; height: 20px; color: var(--green-600); flex: none; }
.section.alt .gain-grid li { background: #fff; }

/* audience cards */
.who-heading { display: flex; align-items: center; justify-content: center; gap: 11px; font-size: 1.5rem; font-weight: 700; color: var(--gray-900); margin: 48px 0 26px; }
.who-icon { width: 26px; height: 26px; color: var(--blue-600); flex: none; }

/* About — sister academy (Dental Diary) */
.dd-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 30px 32px; box-shadow: var(--shadow-sm); text-align: center; }
.dd-card > p { font-size: 1.02rem; color: var(--gray-700, #374151); line-height: 1.65; margin: 0 auto; max-width: 62ch; }
.dd-actions { margin: 20px 0 10px; }
.dd-note { font-size: .86rem; color: var(--gray-500); margin: 0; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.audience-card {
  background: #fff; border: 1px solid var(--gray-200);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.audience-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.audience-img { aspect-ratio: 4 / 3; overflow: hidden; }
.audience-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.audience-img.placeholder {
  display: grid; place-items: center;
  background: linear-gradient(150deg, var(--navy-900), var(--blue-600));
}
.audience-img.placeholder span { font-family: var(--font-serif); font-style: italic; font-size: 3rem; color: rgba(255,255,255,.55); }
.audience-body { padding: 22px 24px 26px; }
.audience-num { font-family: var(--font-serif); font-style: italic; font-size: 1.3rem; color: var(--blue-400); }
.audience-card h4 { font-size: 1.12rem; font-weight: 600; color: var(--gray-900); margin: 4px 0 8px; }
.audience-card p { font-size: .94rem; color: var(--gray-500); line-height: 1.55; }

/* delivery info list */
.info-list { border-top: 1px solid var(--gray-200); }
.info-list .row {
  display: grid; grid-template-columns: 150px 1fr; gap: 18px;
  padding: 15px 4px; border-bottom: 1px solid var(--gray-200);
}
.info-list dt { font-weight: 600; color: var(--gray-900); font-size: .95rem; }
.info-list dd { color: var(--gray-500); font-size: .95rem; }

/* ==========================================================================
   Course detail page
   ========================================================================== */
.course-hero .breadcrumb { margin-bottom: 18px; }
.course-hero .breadcrumb a { color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 500; }
.course-hero .breadcrumb a:hover { color: #fff; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; color: rgba(255,255,255,.85); font-weight: 500; }
.hero-meta span { display: flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 18px; height: 18px; color: var(--blue-400); }

/* Compact hero (course detail — CTA above the fold) */
.course-hero-compact {
  position: relative; overflow: hidden; color: #fff;
  background: linear-gradient(160deg, var(--navy-950), var(--navy-900) 60%, var(--navy-800));
  padding: calc(var(--header-h) + 10px) 0 20px;
}
.course-hero-compact .container { position: relative; z-index: 2; }
.course-hero-compact .breadcrumb { margin-bottom: 8px; font-size: .85rem; line-height: 1.3; }
.course-hero-compact .breadcrumb a { color: rgba(255,255,255,.72); font-size: .85rem; font-weight: 500; }
.course-hero-compact .breadcrumb a:hover { color: #fff; }
.course-hero-compact .hero-badges { margin-bottom: 9px; gap: 8px; }
.course-hero-compact h1 { font-size: clamp(1.5rem, 2.5vw, 1.9rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.16; max-width: 28ch; }
.course-hero-compact .hook { margin-top: 8px; font-size: clamp(.92rem, 1.1vw, .98rem); color: rgba(255,255,255,.82); max-width: 720px; line-height: 1.45; }
.course-hero-compact .hero-meta { margin-top: 10px; }
.course-hero-compact .hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 13px; }

/* quick-facts chips */
.glance { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.glance li { font-size: .82rem; font-weight: 500; color: var(--gray-800); background: var(--gray-50); border: 1px solid var(--gray-200); padding: 7px 13px; border-radius: 100px; }
.who-line { margin-top: 16px; font-size: .95rem; color: var(--gray-500); }
.who-line strong { color: var(--gray-900); }
.instructor-card.compact { max-width: none; padding: 22px; gap: 20px; box-shadow: var(--shadow-sm); }
.instructor-card.compact .info h3 { font-size: 1.2rem; }
.instructor-card.compact .bio { font-size: .92rem; margin-bottom: 12px; }

/* sticky booking card */
.booking-card { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-lg); background: #fff; }
.booking-card .price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 2px; }
.booking-card .price-main { font-size: 2.4rem; }
.booking-card .price-reg { margin: 0; }
.price-urgency { font-size: .82rem; color: #b45309; background: rgba(217,119,6,.1); padding: 9px 12px; border-radius: 8px; margin: 14px 0 16px; }
.price-btn-2 { width: 100%; justify-content: center; margin-top: 10px; }
.booking-facts { margin-top: 18px; border-top: 1px solid var(--gray-200); }
.booking-facts > div { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--gray-200); font-size: .88rem; }
.booking-facts .k { color: var(--gray-500); }
.booking-facts .v { font-weight: 600; color: var(--gray-900); }
.booking-card .price-perks { border-top: none; padding-top: 4px; margin-top: 16px; }

/* 2-column overview + sticky sidebar */
.course-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 48px; align-items: start; }
.course-main .block { margin-bottom: 36px; }
.course-main .block:last-child { margin-bottom: 0; }
.course-main .block .eyebrow { margin-bottom: 12px; }
.body-text { font-size: 1.05rem; color: var(--gray-800); line-height: 1.7; }
.course-main .objectives { grid-template-columns: 1fr; gap: 12px; }

.course-sidebar { position: sticky; top: calc(var(--header-h) + 20px); }
.price-card { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-md); background: #fff; }
.price-tag {
  display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--green-600); background: rgba(5,150,105,.12); padding: 5px 12px; border-radius: 100px; margin-bottom: 12px;
}
.price-main { font-size: 2.6rem; font-weight: 800; color: var(--gray-900); line-height: 1; letter-spacing: -.02em; }
.price-reg { color: var(--gray-500); font-size: .92rem; margin: 8px 0 20px; }
.price-reg s { color: var(--gray-400); }
.price-btn { width: 100%; justify-content: center; }
.price-note { font-size: .82rem; color: var(--gray-500); text-align: center; margin-top: 10px; }
.price-perks { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--gray-200); display: flex; flex-direction: column; gap: 11px; }
.price-perks li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--gray-800); }
.price-perks svg { width: 18px; height: 18px; color: var(--green-600); flex: none; margin-top: 2px; }

/* timetable placeholder */
.timetable-note {
  display: flex; gap: 16px; align-items: center;
  padding: 22px 24px; border: 1px dashed var(--gray-200);
  border-radius: var(--radius); background: #fff;
}
.timetable-note svg { width: 30px; height: 30px; color: var(--blue-600); flex: none; }
.timetable-note strong { display: block; color: var(--gray-900); }
.timetable-note span { font-size: .92rem; color: var(--gray-500); }

/* what's included grid */
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.included-card {
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.included-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.inc-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--blue-50); color: var(--blue-600); display: grid; place-items: center; margin-bottom: 16px; }
.inc-icon svg { width: 24px; height: 24px; }
.included-card h3 { font-size: 1.08rem; font-weight: 600; color: var(--gray-900); margin-bottom: 6px; }
.included-card p { font-size: .92rem; color: var(--gray-500); line-height: 1.5; }

/* terms & conditions */
.terms-list { display: flex; flex-direction: column; gap: 14px; }
.terms-list li { position: relative; padding-left: 26px; color: var(--gray-800); font-size: .98rem; line-height: 1.6; }
.terms-list li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-400); }
.terms-list em { color: var(--gray-500); font-style: italic; }
.terms-foot { margin-top: 22px; font-size: .9rem; color: var(--gray-500); }
.terms-foot a { color: var(--blue-600); font-weight: 600; }

.cta-contact { margin-top: 14px; font-size: .86rem; color: rgba(255,255,255,.6); }
.cta-contact a { color: var(--blue-400); font-weight: 600; }

/* ==========================================================================
   Legal / Terms page
   ========================================================================== */
.legal-updated { margin-top: 14px; font-size: .9rem; color: rgba(255,255,255,.6); }
.legal-doc { }
.legal-draft {
  background: rgba(217,119,6,.09); border: 1px solid rgba(217,119,6,.25);
  color: #92400e; border-radius: var(--radius-sm);
  padding: 14px 18px; font-size: .9rem; margin-bottom: 32px;
}
.legal-draft em { font-style: italic; }
.legal-toc { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 44px; }
.legal-toc h2 { font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 14px; }
.legal-toc ol { list-style: none; columns: 2; column-gap: 32px; counter-reset: toc; }
.legal-toc li { counter-increment: toc; padding: 5px 0; break-inside: avoid; }
.legal-toc a { color: var(--blue-600); font-size: .92rem; }
.legal-toc a::before { content: counter(toc) ". "; color: var(--gray-400); }
.legal-toc a:hover { text-decoration: underline; }

.legal-section { margin-bottom: 34px; scroll-margin-top: calc(var(--header-h) + 20px); }
.legal-section h2 { font-size: 1.28rem; font-weight: 700; color: var(--gray-900); margin-bottom: 12px; letter-spacing: -.01em; }
.legal-section h2 .num { color: var(--blue-400); margin-right: 6px; }
.legal-section p { color: var(--gray-800); line-height: 1.7; font-size: .98rem; }
.legal-section p a, .legal-section li a { color: var(--blue-600); font-weight: 600; }
.legal-section ul { margin-top: 10px; display: flex; flex-direction: column; gap: 9px; }
.legal-section ul li { position: relative; padding-left: 22px; color: var(--gray-800); line-height: 1.65; font-size: .98rem; }
.legal-section ul li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-400); }
.legal-section em { color: #b45309; font-style: italic; }

/* Legal body written in the WordPress editor: the numbered sections are plain
   h2 headings, so the grouping has to come from spacing and a divider rule. */
.legal-body > h2 {
  font-size: 1.24rem; font-weight: 700; color: var(--gray-900); letter-spacing: -.01em;
  margin: 52px 0 14px; padding-top: 26px;
  border-top: 1px solid var(--gray-200);
  scroll-margin-top: calc(var(--header-h) + 20px);
}
.legal-body > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal-body > h2 .num { color: var(--blue-400); margin-right: 6px; }
.legal-body > p { color: var(--gray-800); line-height: 1.75; font-size: .98rem; margin-bottom: 14px; }
.legal-body > p:last-child { margin-bottom: 0; }
.legal-body a { color: var(--blue-600); font-weight: 600; }
.legal-body a:hover { text-decoration: underline; }
.legal-body > ul { margin: 12px 0 6px; display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; }
.legal-body > ul li { position: relative; padding-left: 22px; color: var(--gray-800); line-height: 1.7; font-size: .98rem; }
.legal-body > ul li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-400); }
.legal-body strong { color: var(--gray-900); font-weight: 600; }
.legal-body em { color: #b45309; font-style: italic; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--navy-950);
  color: rgba(255,255,255,.7);
  padding: 34px 0 18px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer-grid h4 {
  font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gray-400); margin-bottom: 11px;
}
.footer-grid ul { display: flex; flex-direction: column; gap: 6px; }
.footer-grid li { line-height: 1.45; }
.footer-grid a { font-size: .88rem; line-height: 1.45; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-brand .logo { color: #fff; margin-bottom: 10px; }
.footer-brand .logo-text span { color: rgba(255,255,255,.5); }
.footer-brand p { font-size: .85rem; line-height: 1.5; max-width: 300px; }
.footer-bottom {
  margin-top: 26px; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  font-size: .8rem; color: var(--gray-400);
}

/* ==========================================================================
   Mobile fixed CTA bar
   ========================================================================== */
.mobile-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  display: none;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--gray-200);
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mobile-cta-bar .price { font-weight: 700; color: var(--gray-900); }
.mobile-cta-bar .price small { font-weight: 500; color: var(--gray-500); font-size: .78rem; }
.mobile-cta-bar .btn { flex: 1; justify-content: center; }

/* ==========================================================================
   Scroll-reveal
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(30px); }
.reveal.in { opacity: 1; transform: translateY(0); transition: opacity .6s ease-out, transform .6s ease-out; }
.reveal.d1 { transition-delay: .15s; }
.reveal.d2 { transition-delay: .3s; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1119px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .course-cards { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .steps.steps-5 { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .inst-cards { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .gain-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .course-layout { grid-template-columns: 1fr; gap: 36px; }
  .course-sidebar { position: static; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .section { padding: 44px 0; }
  .nav, .header-actions .btn, .header-actions .desktop-only { display: none; }
  .hamburger { display: grid; }
  .header-actions { margin-left: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps.steps-5 { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .objectives { grid-template-columns: 1fr; }
  .instructor-card { flex-direction: column; align-items: center; text-align: center; padding: 28px 22px; }
  .instructor-card .tags { justify-content: center; }
  .featured-body { padding: 28px 22px 32px; }
  .course-bar { padding: 14px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 72px; }
  .why-points.cols-2 { grid-template-columns: 1fr; }
  .gain-grid { grid-template-columns: 1fr; }
  .info-list .row { grid-template-columns: 1fr; gap: 2px; }
  .page-hero { padding: calc(var(--header-h) + 34px) 0 38px; }
  .included-grid { grid-template-columns: 1fr; }
  .hero-meta { gap: 10px 18px; font-size: .92rem; }
  .legal-toc ol { columns: 1; }

  /* Hero: keep a full, non-broken frame on narrow screens */
  .hero { min-height: 56vh; padding: calc(var(--header-h) + 14px) 0 28px; }
  .hero-slide { background-position: 68% center; }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(6,14,27,.72) 0%, rgba(6,14,27,.55) 45%, rgba(6,14,27,.85) 100%);
  }
  .hero-shape.s1 { width: 320px; height: 320px; top: -100px; right: -120px; }
  .hero-shape.s3 { display: none; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero .anim, .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---------- Cookie consent banner ---------- */
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 300;
  max-width: 720px; margin: 0 auto;
  background: var(--navy-900); color: #fff;
  border: 1px solid rgba(255,255,255,.12); border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 16px 20px;
}
.cookie-inner { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.cookie-text { margin: 0; flex: 1; min-width: 230px; font-size: .9rem; line-height: 1.5; color: rgba(255,255,255,.85); }
.cookie-text a { color: var(--blue-400); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex: none; }
@media (max-width: 560px) {
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 14px 16px; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}
