/* =========================================================
   AI LEARNER — SSD Prayas × Dainik Bhaskar Jabalpur
   Design system: warm editorial — cream paper, coral accent,
   DM Sans 900 display type, soft-bordered 24px cards.
   ========================================================= */
:root {
  /* paper */
  --paper: #F7F4F0;
  --paper-2: #FBF9F7;
  --paper-3: #FDFBF9;
  --peach: #FAECE6;
  --card: #FFFFFF;
  /* ink */
  --ink: #1A1714;
  --ink-2: #3D362E;
  --ink-soft: #6E6459;
  --ink-faint: #9A8E80;
  /* accent */
  --coral: #F87C4F;
  --coral-deep: #E05A2B;
  --coral-soft: #EFB28A;
  --coral-tint: #FDEDE5;
  /* structure */
  --line: #EDE6DF;
  --line-2: #E2D8CE;
  --r-card: 24px;
  --r-btn: 12px;
  --shadow: 0 4px 20px rgba(26, 23, 20, .06), 0 1px 3px rgba(0, 0, 0, .04);
  --shadow-lg: 0 18px 48px rgba(26, 23, 20, .13);
  --shadow-coral: 0 8px 24px rgba(248, 124, 79, .28);
  --font: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  --font-hindi: "Noto Sans Devanagari", var(--font);
  --header-h: 74px;
}

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

[hidden] {
  display: none !important
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px)
}

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: 15.5px;
  overflow-x: hidden;
  padding-top: var(--header-h);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: none
}

input,
select {
  font-family: inherit
}

.container {
  width: min(1180px, 92%);
  margin-inline: auto
}

.hindi {
  font-family: var(--font-hindi);
  font-weight: 700
}

.coral {
  color: var(--coral)
}

/* ---------- Typography primitives ---------- */
.section {
  padding: 5.5rem 0
}

/* Section headers are centred site-wide; card/list content stays left-aligned. */
/* Eyebrow — rule-flanked editorial label, shared by every section */
.section-eyebrow,
.pill-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1.1rem;
  white-space: nowrap;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--coral-deep);
}

/* Each flank = a fading rule plus a haloed diamond, mirrored left/right.
   The diamond is a background layer so every eyebrow gets it with no extra markup. */
.section-eyebrow::before,
.section-eyebrow::after,
.pill-eyebrow::before,
.pill-eyebrow::after {
  content: "";
  flex: 0 0 58px;
  height: 14px;
  background-repeat: no-repeat;
}

.section-eyebrow::before,
.pill-eyebrow::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0 16 8 8 16 0 8Z' fill='%23F87C4F' opacity='.18'/%3E%3Cpath d='M8 4 12 8 8 12 4 8Z' fill='%23F87C4F'/%3E%3C/svg%3E"),
    linear-gradient(90deg, transparent, var(--coral-soft));
  background-position: right center, left center;
  background-size: 14px 14px, 40px 2px;
}

.section-eyebrow::after,
.pill-eyebrow::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0 16 8 8 16 0 8Z' fill='%23F87C4F' opacity='.18'/%3E%3Cpath d='M8 4 12 8 8 12 4 8Z' fill='%23F87C4F'/%3E%3C/svg%3E"),
    linear-gradient(90deg, var(--coral-soft), transparent);
  background-position: left center, right center;
  background-size: 14px 14px, 40px 2px;
}

.section-eyebrow.light {
  color: var(--coral-deep)
}

.section-eyebrow.light::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0 16 8 8 16 0 8Z' fill='%23F87C4F' opacity='.18'/%3E%3Cpath d='M8 4 12 8 8 12 4 8Z' fill='%23F87C4F'/%3E%3C/svg%3E"),
    linear-gradient(90deg, transparent, var(--coral-soft))
}

.section-eyebrow.light::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 0 16 8 8 16 0 8Z' fill='%23F87C4F' opacity='.18'/%3E%3Cpath d='M8 4 12 8 8 12 4 8Z' fill='%23F87C4F'/%3E%3C/svg%3E"),
    linear-gradient(90deg, var(--coral-soft), transparent)
}

.section-title {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--ink);
  margin-bottom: 1rem;
  text-align: center;
}

.section-sub {
  color: var(--ink-soft);
  max-width: 60ch;
  font-size: 1.02rem;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.count-strip {
  display: block;
  width: max-content;
  margin: -1.6rem auto 2.2rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border-top: 1px solid var(--line-2);
  padding-top: .7rem;
}

.fine-print {
  font-size: .8rem;
  color: var(--ink-faint);
  margin-top: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  padding: .9rem 1.7rem;
  border-radius: var(--r-btn);
  border: 2px solid transparent;
  transition: transform .18s, box-shadow .22s, background .2s, color .2s;
  white-space: nowrap;
  cursor: pointer;
}

.btn:active {
  transform: scale(.97)
}

.btn-primary {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  box-shadow: var(--shadow-coral)
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(248, 124, 79, .38)
}

.btn-outline {
  border-color: var(--coral);
  color: var(--coral);
  background: transparent
}

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

.btn-invert {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  box-shadow: var(--shadow-coral)
}

.btn-invert:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(248, 124, 79, .38)
}

.btn-sm {
  padding: .7rem 1.2rem;
  font-size: .72rem;
  letter-spacing: .1em
}

.btn-lg {
  padding: 1.05rem 2.1rem;
  font-size: .86rem
}

.btn-block {
  width: 100%
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s;
}

.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(26, 23, 20, .07)
}

.header-inner {
  width: min(1320px, 94%);
  margin-inline: auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-width: 0
}

.brand {
  display: flex;
  align-items: center;
  gap: .65rem
}

.brand-mark {
  display: block;
  flex-shrink: 0
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1
}

.brand-text strong {
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -.03em
}

.brand-text small {
  font-size: .66rem;
  font-weight: 600;
  color: var(--ink-faint)
}

.header-div {
  width: 1px;
  height: 34px;
  background: var(--line-2)
}

.header-tagline {
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-left: auto;
  font-size: .88rem;
  font-weight: 700
}

.main-nav a {
  position: relative;
  color: var(--ink-2);
  padding: .3rem 0;
  transition: color .2s
}

.main-nav a:hover {
  color: var(--coral)
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: var(--coral);
  transition: width .25s;
  border-radius: 2px
}

.main-nav a:hover::after {
  width: 100%
}

.nav-ctas {
  display: none
}

.header-actions {
  display: flex;
  align-items: center;
  gap: .6rem
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 3.5px;
  padding: .5rem;
  border-radius: 8px
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--coral);
  transition: .3s
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  background: var(--paper);
  padding: 4rem 0 5rem;
  overflow: hidden;
}

.hero-warm {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 55% at 85% 15%, rgba(248, 124, 79, .18), transparent 70%),
    radial-gradient(ellipse 50% 50% at 5% 85%, rgba(239, 178, 138, .22), transparent 70%),
    radial-gradient(circle at 50% 50%, rgba(254, 243, 235, .6), transparent 80%);
}

.hero-grid-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(26, 23, 20, .07) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%);
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%);
}

.ai-net {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: .85;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 3.5rem;
  align-items: center;
}

/* Eyebrow badge */
.hero-eyebrow-wrap {
  margin-bottom: 1.2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(248, 124, 79, .28);
  border-radius: 999px;
  padding: .5rem 1.15rem;
  box-shadow: 0 4px 18px rgba(248, 124, 79, .1);
}

.pulse-beacon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .7);
  animation: beacon-ping 2s cubic-bezier(.4, 0, .6, 1) infinite;
  flex-shrink: 0;
}

@keyframes beacon-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .7);
  }
  70%, 100% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
}

.eyebrow-tag {
  color: var(--coral-deep);
  font-weight: 900;
}

.eyebrow-sep {
  color: var(--line-2);
  font-weight: 400;
}

/* Hero Typography */
.hero-title {
  font-size: clamp(2.5rem, 5.2vw, 4.1rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.045em;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

.hero-tagline {
  display: inline-block;
}

.coral-gradient {
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-deep) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero-sub {
  font-size: 1.08rem;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 54ch;
  margin-bottom: 1.8rem;
}

.hero-sub strong {
  color: var(--ink);
  font-weight: 800;
}

/* Hero CTAs */
.hero-ctas {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}

.btn-hero {
  padding: 1rem 2.2rem;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  background: linear-gradient(135deg, #FF7644, #E05A2B);
  color: #fff;
  box-shadow: 0 10px 28px rgba(248, 124, 79, .38);
  transition: all .3s cubic-bezier(.2, .8, .2, 1);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}

.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(248, 124, 79, .48);
}

.btn-arrow {
  transition: transform .25s ease;
}

.btn-hero:hover .btn-arrow {
  transform: translateX(4px);
}

.btn-glass {
  padding: .95rem 1.8rem;
  font-size: .85rem;
  font-weight: 800;
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  border: 1.5px solid var(--line-2);
  color: var(--ink);
  box-shadow: 0 4px 18px rgba(26, 23, 20, .05);
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  transition: all .25s ease;
}

.btn-glass:hover {
  background: #fff;
  border-color: var(--coral-soft);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(248, 124, 79, .16);
}

.play-btn-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--coral-tint);
  color: var(--coral-deep);
  display: grid;
  place-items: center;
  transition: transform .25s ease;
}

.btn-glass:hover .play-btn-circle {
  transform: scale(1.1);
  background: var(--coral);
  color: #fff;
}

/* Proof Strip */
.hero-proof-strip {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .82rem;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}

.proof-stars {
  color: #F59E0B;
  letter-spacing: 2px;
  font-size: .95rem;
}

.proof-text strong {
  color: var(--ink);
}

/* 4-Card Hero Facts Grid */
.hero-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .85rem;
  max-width: 520px;
}

.h-fact-card {
  display: flex;
  align-items: center;
  gap: .85rem;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(237, 230, 223, .9);
  border-radius: 16px;
  padding: .85rem 1.1rem;
  box-shadow: 0 4px 16px rgba(26, 23, 20, .04);
  transition: all .3s cubic-bezier(.2, .8, .2, 1);
}

.h-fact-card:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: rgba(248, 124, 79, .35);
  box-shadow: 0 10px 24px rgba(248, 124, 79, .12);
}

.hfc-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.hfc-coral {
  background: rgba(248, 124, 79, .12);
}

.hfc-amber {
  background: rgba(245, 158, 11, .12);
}

.hfc-green {
  background: rgba(34, 197, 94, .12);
}

.hfc-blue {
  background: rgba(59, 130, 246, .12);
}

.hfc-content b {
  display: block;
  font-size: 1.18rem;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -.025em;
  line-height: 1.15;
}

.hfc-content small {
  font-size: .68rem;
  font-weight: 600;
  color: var(--ink-faint);
  text-transform: uppercase;
  letter-spacing: .03em;
  display: block;
}

/* =========================================================
   HERO VISUAL — Interactive 3D Robot & Glass Terminal
   ========================================================= */
.hero-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Ambient glow */
.hv-glow {
  position: absolute;
  width: min(440px, 95%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(248, 124, 79, .22), rgba(254, 219, 199, .18) 45%, transparent 70%);
  filter: blur(30px);
  animation: hv-pulse 7s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes hv-pulse {
  0% {
    transform: scale(0.95);
    opacity: .7;
  }
  100% {
    transform: scale(1.15);
    opacity: .95;
  }
}

/* Floating 3D Hologram Badges */
.float-badge {
  position: absolute;
  z-index: 8;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(248, 124, 79, .25);
  border-radius: 14px;
  padding: .5rem .85rem;
  box-shadow: 0 10px 28px rgba(26, 23, 20, .1);
  display: flex;
  align-items: center;
  gap: .55rem;
  animation: float-bob 5s ease-in-out infinite alternate;
  pointer-events: none;
  white-space: nowrap;
}

.fb-top-left {
  top: 8px;
  left: -24px;
  animation-duration: 5.5s;
}

.fb-top-right {
  top: 25px;
  right: -24px;
  animation-duration: 4.8s;
  animation-delay: -2s;
}

.fb-bottom-right {
  bottom: -16px;
  right: -18px;
  animation-duration: 6s;
  animation-delay: -3.5s;
}

@keyframes float-bob {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.fb-icon-wrap {
  font-size: 1.1rem;
}

.float-badge strong {
  display: block;
  font-size: .74rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
}

.float-badge small {
  font-size: .62rem;
  font-weight: 700;
  color: var(--coral-deep);
  text-transform: uppercase;
  letter-spacing: .04em;
  display: block;
}

.live-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, .7);
  animation: beacon-ping 2s cubic-bezier(.4, 0, .6, 1) infinite;
  flex-shrink: 0;
}

/* Orbit rings */
.ai-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1.5px dashed rgba(239, 178, 138, .55);
  pointer-events: none;
  z-index: 2;
}

.ai-orbit i {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  box-shadow: 0 0 0 5px rgba(248, 124, 79, .16);
}

.o1 {
  width: 340px;
  height: 340px;
  animation: ai-spin 26s linear infinite;
}

.o2 {
  width: 430px;
  height: 430px;
  border-style: dotted;
  opacity: .7;
  animation: ai-spin 40s linear infinite reverse;
}

.o1 i:nth-child(1) {
  top: -6px;
  left: calc(50% - 6px);
}

.o1 i:nth-child(2) {
  bottom: 16%;
  right: -6px;
}

.o1 i:nth-child(3) {
  bottom: 10%;
  left: 2%;
}

.o2 i:nth-child(1) {
  top: 22%;
  left: -6px;
}

.o2 i:nth-child(2) {
  bottom: -6px;
  right: 32%;
}

@keyframes ai-spin {
  to {
    transform: rotate(360deg);
  }
}

/* 3D AI Bot */
.ai-bot {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: ai-float 6s ease-in-out infinite;
  margin-bottom: -16px;
  cursor: pointer;
  transition: transform .3s ease;
}

.ai-bot:hover {
  transform: translateY(-4px) scale(1.03);
}

@keyframes ai-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.ai-antenna {
  width: 3.5px;
  height: 28px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--coral), var(--coral-soft));
  position: relative;
}

.ai-antenna::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  box-shadow: 0 0 0 0 rgba(248, 124, 79, .6);
  animation: ai-ping 2.2s ease-out infinite;
}

@keyframes ai-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 124, 79, .6);
  }
  70%, 100% {
    box-shadow: 0 0 0 16px rgba(248, 124, 79, 0);
  }
}

.ai-head {
  position: relative;
  width: 190px;
  height: 155px;
  border-radius: 44px;
  background: #fff;
  border: 2px solid rgba(248, 124, 79, .2);
  box-shadow: 0 16px 40px rgba(26, 23, 20, .12), 0 2px 8px rgba(0, 0, 0, .04);
  display: grid;
  place-items: center;
}

.ai-ear {
  position: absolute;
  top: 48px;
  width: 16px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(180deg, var(--coral-soft), var(--coral));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.ai-ear i {
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  opacity: .8;
}

.ai-ear.l {
  left: -11px;
}

.ai-ear.r {
  right: -11px;
}

.ai-face {
  width: 145px;
  height: 104px;
  border-radius: 30px;
  background: linear-gradient(160deg, #2A241F, #151311);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, .4);
}

.ai-eye {
  position: relative;
  width: 28px;
  height: 34px;
  border-radius: 14px;
  background: linear-gradient(180deg, #FFE2D4, var(--coral));
  box-shadow: 0 0 16px rgba(248, 124, 79, .85);
  animation: ai-blink 4.2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ai-pupil {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1A1714;
  position: relative;
  transition: transform .1s ease-out;
}

.eye-shine {
  position: absolute;
  top: 4px;
  right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

@keyframes ai-blink {
  0%, 92%, 100% {
    transform: scaleY(1);
  }
  96% {
    transform: scaleY(.08);
  }
}

.ai-smile {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 10px;
  border-radius: 0 0 30px 30px;
  border-bottom: 3px solid rgba(248, 124, 79, .9);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

/* Live Interactive AI Terminal Console */
.ai-terminal {
  position: relative;
  z-index: 5;
  width: min(420px, 98%);
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(20px);
  border: 1.5px solid rgba(248, 124, 79, .24);
  border-radius: 22px;
  box-shadow: 0 24px 52px rgba(26, 23, 20, .11), 0 4px 12px rgba(248, 124, 79, .08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.terminal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1.15rem;
  background: linear-gradient(180deg, #FAF7F4, #F2ECE6);
  border-bottom: 1px solid var(--line);
}

.terminal-dots {
  display: flex;
  gap: 5px;
}

.tdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.tdot-red {
  background: #EF4444;
}

.tdot-yellow {
  background: #F59E0B;
}

.tdot-green {
  background: #10B981;
}

.terminal-title {
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.terminal-status {
  font-size: .62rem;
  font-weight: 800;
  color: #16A34A;
  display: flex;
  align-items: center;
  gap: 4px;
}

.status-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16A34A;
}

.terminal-body {
  padding: 1.1rem 1.25rem .85rem;
  display: flex;
  flex-direction: column;
}

.ai-ask-row {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: .65rem;
  min-height: 44px;
}

.prompt-prefix {
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--coral-deep);
  background: var(--coral-tint);
  padding: .2rem .5rem;
  border-radius: 6px;
  flex-shrink: 0;
  margin-top: 1px;
}

.prompt-text {
  font-size: .88rem;
  font-weight: 700;
  color: var(--ink);
  min-height: 40px;
  line-height: 1.35;
  flex: 1;
}

.ai-caret {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -2px;
  background: var(--coral);
  animation: ai-caret 1s step-end infinite;
}

@keyframes ai-caret {
  50% {
    opacity: 0;
  }
}

.ai-response-box {
  height: 130px;
  min-height: 130px;
  max-height: 130px;
  background: #FAF7F4;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .75rem .95rem;
  font-size: .84rem;
  color: var(--ink-2);
  line-height: 1.45;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .25s ease;
}

/* Interactive chips - wrapped neatly with no clipping */
.ai-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
  padding: .85rem .9rem 1.05rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .8);
}

.ai-chip {
  font-size: .72rem;
  font-weight: 800;
  padding: .38rem .75rem;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid var(--line-2);
  color: var(--ink-2);
  cursor: pointer;
  white-space: nowrap;
  transition: all .22s cubic-bezier(.2, .8, .2, 1);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ai-chip:hover {
  border-color: var(--coral);
  color: var(--coral-deep);
  transform: translateY(-1px);
}

.ai-chip.is-on {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(248, 124, 79, .35);
}

/* ---------- Marquee ---------- */
.marquee-bar {
  background: var(--coral-tint);
  color: var(--coral-deep);
  overflow: hidden;
  padding: .75rem 0;
  border-block: 1px solid rgba(224, 90, 43, .14);
}

.marquee-track {
  display: flex;
  gap: 2.2rem;
  white-space: nowrap;
  width: max-content;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  animation: marquee 34s linear infinite;
}

.marquee-track i {
  color: var(--coral-soft);
  font-style: normal
}

@keyframes marquee {
  to {
    transform: translateX(-50%)
  }
}

/* =========================================================
   PROGRAMME CARDS
   ========================================================= */
.tracks {
  background: var(--paper)
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem
}

.p-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.p-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg)
}

.p-card.highlight {
  border-color: var(--coral);
  transform: translateY(-5px);
  box-shadow: 0 18px 48px rgba(248, 124, 79, .24)
}

.p-media {
  position: relative;
  height: 180px;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--coral-tint)
}

.p-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.p-card:hover .p-img {
  transform: scale(1.08)
}

.p-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .62) 100%);
}

.p-badge {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 2;
  padding: .3rem .65rem;
  border-radius: 7px;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  box-shadow: 0 4px 12px rgba(248, 124, 79, .4);
}

.badge-green {
  background: linear-gradient(135deg, #2E8B57, #1B5E35);
  box-shadow: 0 4px 12px rgba(46, 139, 87, .4)
}

.badge-amber {
  background: linear-gradient(135deg, #D48806, #9A5B00);
  box-shadow: 0 4px 12px rgba(212, 136, 6, .4)
}

.badge-blue {
  background: linear-gradient(135deg, #3B6BB8, #1E3F78);
  box-shadow: 0 4px 12px rgba(59, 107, 184, .4)
}

.p-age {
  position: absolute;
  bottom: .65rem;
  left: .75rem;
  z-index: 2;
  padding: .25rem .6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(6px);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--coral-deep);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.age-green {
  color: #1B5E35
}

.age-amber {
  color: #9A5B00
}

.age-blue {
  color: #1E3F78
}

.p-num {
  position: absolute;
  bottom: -.35rem;
  right: .75rem;
  z-index: 2;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, .45);
  transition: color .3s, transform .3s;
  user-select: none;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.p-card:hover .p-num {
  color: rgba(255, 255, 255, .8);
  transform: translateY(-2px)
}

.p-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.1rem 1.15rem 1.2rem
}

.p-body h3 {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.2
}

.p-tagline {
  font-size: .8rem;
  font-weight: 700;
  color: var(--coral-deep);
  margin: .15rem 0 .8rem
}

.tag-green {
  color: #1F5D3A
}

.tag-amber {
  color: #9A6A00
}

.tag-blue {
  color: #2C3E70
}

.badge-purple {
  background: linear-gradient(135deg, #7C3AED, #6D28D9);
}

.age-purple {
  color: #6D28D9;
}

.tag-purple {
  color: #6D28D9;
}

.list-purple li::before {
  background: #A78BFA;
}

.badge-teal {
  background: linear-gradient(135deg, #0D9488, #0F766E);
}

.age-teal {
  color: #0F766E;
}

.tag-teal {
  color: #0F766E;
}

.list-teal li::before {
  background: #5EEAD4;
}

.p-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .45rem;
  font-size: .81rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

.p-list li {
  padding-left: 1.05rem;
  position: relative;
}

.p-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--coral-soft);
}

.list-green li::before {
  background: #7FB88A;
}

.list-amber li::before {
  background: #F0C26B;
}

.list-blue li::before {
  background: #8FA6D8;
}

.p-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: .6rem;
  margin: 1.1rem 0 .9rem;
  padding-top: .9rem;
  border-top: 1px dashed var(--line-2);
  margin-top: auto;
}

.p-price b {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
}

.p-price small {
  font-size: .65rem;
  font-weight: 600;
  color: var(--ink-faint);
}

.p-meta {
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: right;
}

.p-price-custom {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin: 1.1rem 0 .9rem;
  padding-top: .9rem;
  border-top: 1px dashed var(--line-2);
  margin-top: auto;
}

.p-price-row {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
}

.p-curr-price {
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--coral-deep);
  letter-spacing: -.03em;
  line-height: 1;
}

.p-old-price {
  font-size: .92rem;
  color: var(--ink-faint);
  font-weight: 700;
}

.p-discount-tag {
  font-size: .62rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  padding: .2rem .5rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.p-save-tag {
  font-size: .68rem;
  font-weight: 800;
  color: #16A34A;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.btn-discover {
  border: 1.5px solid rgba(248, 124, 79, .38);
  color: var(--coral-deep);
  background: rgba(255, 255, 255, .9);
  font-weight: 900;
  letter-spacing: .08em;
}

.btn-discover:hover {
  background: var(--coral);
  color: #fff;
  border-color: var(--coral);
  transform: translateY(-2px);
  box-shadow: var(--shadow-coral);
}

/* =========================================================
   BATCHES
   ========================================================= */
.batches {
  background: var(--paper-2)
}

/* eyebrow as a tinted pill + underlined coral title fragment */
.u-coral {
  color: var(--coral);
  border-bottom: 4px solid var(--coral-soft);
  padding-bottom: .05em;
  line-height: 1.4;
}

/* status pill — shared by the rail, the panel head and anywhere else */
.st {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  font-style: normal;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: .22rem .55rem;
}

.st::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor
}

.st.open {
  background: #E6F4EA;
  color: #1F7A3D
}

.st.upcoming {
  background: #FBF0D8;
  color: #8A5E00
}

.st.closed {
  background: var(--paper);
  color: var(--ink-faint)
}

/* ---- booking panel: batch rail + timetable ---- */
.bk {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1.4rem;
  align-items: start;
  margin-bottom: 1.6rem;
}

/* left rail */
.bk-rail {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.2rem;
  box-shadow: var(--shadow);
  position: sticky;
  top: calc(var(--header-h) + 16px);
}

.bk-rail-h {
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: .9rem;
}

.bk-list {
  display: flex;
  flex-direction: column;
  gap: .5rem
}

.bk-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 100%;
  text-align: left;
  background: var(--paper-2);
  border: 1.5px solid var(--line);
  border-radius: var(--r-btn);
  padding: .8rem .9rem;
  transition: border-color .22s, background .22s, transform .22s;
}

.bk-item:hover {
  border-color: var(--coral-soft);
  transform: translateX(2px)
}

.bk-item.active {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  border-color: transparent;
  box-shadow: var(--shadow-coral);
}

.bk-idx {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  font-size: .78rem;
  font-weight: 900;
  color: var(--ink-2);
}

.bk-item.active .bk-idx {
  background: rgba(255, 255, 255, .2);
  border-color: transparent;
  color: #fff
}

.bk-item-t {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
  flex: 1
}

.bk-item-t strong {
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: -.01em
}

.bk-item-t small {
  font-size: .67rem;
  font-weight: 600;
  color: var(--ink-faint);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bk-item.active .bk-item-t strong,
.bk-item.active .bk-item-t small {
  color: #fff
}

.bk-item.active .bk-item-t small {
  opacity: .85
}

.bk-item .st {
  flex-shrink: 0
}

.bk-item.active .st {
  background: rgba(255, 255, 255, .22);
  color: #fff
}

.bk-note {
  font-size: .68rem;
  color: var(--ink-faint);
  line-height: 1.55;
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid var(--line);
}

/* right panel */
.bk-panel {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.bk-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.5rem 1.6rem 1.2rem;
  background: linear-gradient(160deg, var(--coral-tint), #fff 70%);
  border-bottom: 1px solid var(--line);
}

.bk-head-eyebrow {
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--coral-deep);
}

.bk-head h3 {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.1;
  margin-top: .25rem
}

.bk-head-dates {
  font-size: .85rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin-top: .15rem
}

.bk-facts {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding: 1rem 1.6rem;
  border-bottom: 1px solid var(--line)
}

.bk-facts div {
  display: flex;
  flex-direction: column;
  line-height: 1.2
}

.bk-facts b {
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -.03em
}

.bk-facts small {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint)
}

/* timetable */
.bk-table {
  width: 100%;
  border-collapse: collapse
}

.bk-table th {
  text-align: left;
  padding: .75rem 1.6rem;
  background: var(--paper-2);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  border-bottom: 1px solid var(--line);
}

.bk-table td {
  padding: .9rem 1.6rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  font-size: .86rem
}

.bk-table tr:last-child td {
  border-bottom: 0
}

.bk-table tbody tr {
  transition: background .18s
}

.bk-table tbody tr:hover {
  background: var(--paper-2)
}

.bk-track {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-weight: 800;
  letter-spacing: -.01em
}

.bk-dot {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0
}

.bk-track small {
  display: block;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint)
}

.bk-time {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  font-size: .82rem;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: .35rem .75rem;
}

.bk-time svg {
  flex-shrink: 0
}

/* panel footer */
.bk-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.2rem 1.6rem;
  background: var(--paper-2);
  border-top: 1px solid var(--line);
}

.bk-foot-t {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  min-width: 0
}

.bk-foot-t strong {
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: -.01em
}

.bk-foot-t small {
  font-size: .74rem;
  color: var(--ink-faint)
}

.batch-models {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.25rem;
  margin-top: 1.2rem;
  margin-bottom: 1.4rem
}

.batch-models {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.25rem;
  margin-top: 1.2rem;
  margin-bottom: 1.4rem
}

.batch-card {
  position: relative;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.6rem 1.8rem 2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.batch-media {
  position: relative;
  height: 165px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.3rem;
  background: var(--coral-tint);
}

.batch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.batch-card:hover .batch-img {
  transform: scale(1.06)
}

.batch-card.featured {
  border-color: var(--coral);
  background: linear-gradient(160deg, #fff 40%, var(--coral-tint))
}

.badge-corner {
  position: absolute;
  top: -13px;
  left: 2rem;
  z-index: 10;
  padding: .35rem .9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(248, 124, 79, .38);
}

.batch-card h3 {
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: .6rem
}

.batch-card>p {
  color: var(--ink-soft);
  font-size: .93rem;
  margin-bottom: 1.1rem
}

.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  margin-bottom: 1.6rem;
  font-size: .88rem;
  font-weight: 500
}

.check-list li {
  padding-left: 1.7rem;
  position: relative
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .1rem;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.batch-card .btn {
  align-self: flex-start;
  margin-top: auto
}

.batch-calendar {
  background: #fff;
  border: 1.5px dashed var(--coral-soft);
  border-radius: var(--r-card);
  padding: 1.5rem 1.9rem;
  margin-bottom: 1.2rem;
}

.batch-calendar strong {
  display: block;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: .3rem
}

.batch-calendar p {
  color: var(--ink-soft);
  font-size: .9rem
}

.recordings-strip {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: var(--r-btn);
  padding: 1.1rem 1.6rem;
  text-align: center;
  box-shadow: var(--shadow);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.6;
}

/* =========================================================
   JOURNEY
   ========================================================= */
.journey {
  background: var(--paper);
  overflow: hidden
}

/* rail: nodes sit on a spine that fills as the section scrolls into view */
.jr {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  padding-top: 74px
}

.jr-spine {
  position: absolute;
  top: 31px;
  left: calc(100% / 6);
  right: calc(100% / 6);
  height: 4px;
  border-radius: 99px;
  background: var(--line-2);
  z-index: 0;
}

.jr-spine span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--coral-soft), var(--coral) 55%, var(--coral-deep));
  transition: width 1.9s cubic-bezier(.25, .8, .25, 1);
}

.jr-spine.filled span {
  width: 100%
}

.jr-stage {
  position: relative
}

/* node */
.jr-node {
  position: absolute;
  top: -74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
}

.jr-node span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 5px solid var(--paper);
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  font-size: 1.28rem;
  font-weight: 900;
  box-shadow: var(--shadow-coral);
  transition: transform .3s, box-shadow .3s;
}

.jr-stage:hover .jr-node span {
  transform: scale(1.09);
  box-shadow: 0 12px 30px rgba(248, 124, 79, .45)
}

/* card */
.jr-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.7rem 1.6rem 1.4rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.jr-stage:hover .jr-card {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--coral-soft)
}

.jr-wm {
  position: absolute;
  top: -.6rem;
  right: .3rem;
  pointer-events: none;
  user-select: none;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  color: var(--paper);
  transition: color .3s;
}

.jr-stage:hover .jr-wm {
  color: var(--coral-tint)
}

.jr-days {
  position: relative;
  display: inline-block;
  width: max-content;
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--coral-deep);
  background: var(--coral-tint);
  border-radius: 999px;
  padding: .3rem .7rem;
}

.jr-card h3 {
  position: relative;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.1;
  margin-top: .8rem
}

.jr-lead {
  position: relative;
  font-size: .82rem;
  font-weight: 800;
  color: var(--coral-deep);
  margin: .2rem 0 .7rem
}

.jr-desc {
  position: relative;
  font-size: .89rem;
  color: var(--ink-soft);
  margin-bottom: 1.1rem
}

/* outcomes */
.jr-out {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1.2rem
}

.jr-out li {
  position: relative;
  padding-left: 1.6rem;
  font-size: .84rem;
  font-weight: 600;
  color: var(--ink-2);
  line-height: 1.45
}

.jr-out li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18rem;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--coral-tint);
}

.jr-out li::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 6.5px;
  width: 6px;
  height: 3px;
  border-left: 2px solid var(--coral-deep);
  border-bottom: 2px solid var(--coral-deep);
  transform: rotate(-45deg);
}

/* footer: day dots */
.jr-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line)
}

.jr-dots {
  display: inline-flex;
  gap: 5px
}

.jr-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line-2);
  transition: background .35s
}

.reveal.in .jr-dots i {
  background: var(--coral-soft)
}

.jr-dots i:nth-child(2) {
  transition-delay: .08s
}

.jr-dots i:nth-child(3) {
  transition-delay: .16s
}

.jr-dots i:nth-child(4) {
  transition-delay: .24s
}

.jr-dots i:nth-child(5) {
  transition-delay: .32s
}

.jr-foot em {
  font-style: normal;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-faint)
}

/* finish marker */
.jr-finish {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
  margin: 2.2rem auto 0;
  background: #fff;
  border: 1.5px dashed var(--coral-soft);
  border-radius: var(--r-card);
  padding: 1.1rem 1.6rem;
  box-shadow: var(--shadow);
}

.jr-seal {
  line-height: 0;
  flex-shrink: 0;
  animation: hv-spin 22s linear infinite
}

.jr-finish strong {
  display: block;
  font-size: .98rem;
  font-weight: 900;
  letter-spacing: -.02em
}

.jr-finish small {
  font-size: .76rem;
  color: var(--ink-faint)
}

.jr-finish .btn {
  margin-left: .4rem
}

/* =========================================================
   COLLABORATION — PRESTIGE PARTNERSHIP DESIGN
   ========================================================= */
.collab {
  background: linear-gradient(180deg, var(--paper-2) 0%, #F5EFE9 50%, var(--paper) 100%);
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0;
}

.collab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 400px;
  background: radial-gradient(ellipse at top, rgba(248, 124, 79, .12), transparent 70%);
  pointer-events: none;
}

.collab-header-wrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 3rem;
}

.collab-pill-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem .95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  border: 1.5px solid rgba(248, 124, 79, .3);
  box-shadow: 0 2px 10px rgba(248, 124, 79, .08);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--coral-deep);
  margin-bottom: .85rem;
}

.collab-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 8px var(--coral);
  animation: pulse-beacon 2s infinite;
}

.collab-stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: stretch;
  position: relative;
  margin-bottom: 2.5rem;
}

.collab-hero-card {
  position: relative;
  background: #FFFFFF;
  border: 1.5px solid rgba(230, 222, 214, .9);
  border-radius: 24px;
  padding: 2.2rem;
  box-shadow: 0 16px 40px rgba(26, 23, 20, .06), 0 2px 8px rgba(0, 0, 0, .03);
  display: flex;
  flex-direction: column;
  transition: all .4s cubic-bezier(.2, .8, .2, 1);
  overflow: hidden;
}



.collab-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(26, 23, 20, .12), 0 4px 14px rgba(248, 124, 79, .15);
  border-color: rgba(248, 124, 79, .4);
}

.collab-card-top {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.collab-seal-wrap {
  width: 82px;
  height: 82px;
  position: relative;
  flex-shrink: 0;
  background: #FFF9F6;
  border-radius: 20px;
  padding: 8px;
  border: 1.5px solid rgba(248, 124, 79, .2);
  box-shadow: 0 8px 20px rgba(248, 124, 79, .12);
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
}

.collab-hero-card:hover .collab-seal-wrap {
  transform: scale(1.08) rotate(-2deg);
}

.collab-seal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.collab-verified-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #22C55E;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.collab-partner-meta {
  flex: 1;
}

.collab-track-badge {
  display: inline-block;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .2rem .55rem;
  border-radius: 6px;
  background: var(--coral-tint);
  color: var(--coral-deep);
  margin-bottom: .35rem;
}

.collab-track-badge.badge-db {
  background: var(--peach);
  color: var(--coral-deep);
}

.collab-partner-meta h3 {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.2;
  color: var(--ink);
}

.collab-tag {
  font-size: .78rem;
  font-weight: 700;
  color: var(--coral-deep);
  margin-top: .15rem;
}

.collab-desc {
  font-size: .92rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.collab-highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  margin-bottom: 1.8rem;
}

.collab-highlights li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .84rem;
  line-height: 1.4;
}

.collab-highlights .c-check {
  color: var(--coral);
  font-size: .85rem;
  line-height: 1.2;
  flex-shrink: 0;
  margin-top: 2px;
}

.collab-highlights strong {
  display: block;
  font-size: .86rem;
  font-weight: 800;
  color: var(--ink);
}

.collab-highlights span {
  color: var(--ink-soft);
  font-size: .8rem;
}

.collab-card-foot {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px dashed var(--line-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}

.collab-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 800;
  color: #16A34A;
}

.collab-status-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 6px #22C55E;
}

.collab-status-badge.badge-db-status {
  color: #EA580C;
}

.collab-status-badge.badge-db-status span {
  background: #F97316;
  box-shadow: 0 0 6px #F97316;
}

.collab-role-tag {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink-faint);
}

/* Synergy Nexus Center Bridge */
.collab-nexus-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 .5rem;
}

.nexus-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(248, 124, 79, .4), transparent);
}

.nexus-badge {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid rgba(248, 124, 79, .35);
  box-shadow: 0 10px 25px rgba(248, 124, 79, .25), 0 0 0 6px rgba(248, 124, 79, .08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  z-index: 3;
}

.nexus-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(248, 124, 79, .5);
  animation: spin-slow 20s linear infinite;
}

@keyframes spin-slow {
  to { transform: rotate(360deg); }
}

.nexus-symbol {
  font-size: 1.15rem;
  line-height: 1;
  color: var(--coral-deep);
  animation: pulse-beacon 2s infinite ease-in-out;
}

.nexus-text {
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .12em;
  color: var(--coral-deep);
}

/* Collective Impact Banner */
.collab-impact-banner {
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF8F4 100%);
  border: 1.5px solid rgba(248, 124, 79, .3);
  border-radius: 20px;
  padding: 1.8rem 2.2rem;
  box-shadow: 0 16px 40px rgba(248, 124, 79, .1), 0 2px 8px rgba(0, 0, 0, .02);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.impact-content {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}

.impact-quote-icon {
  font-size: 2.2rem;
  line-height: 1;
  color: var(--coral-soft);
  flex-shrink: 0;
}

.impact-text-block h4 {
  font-size: .95rem;
  font-weight: 900;
  color: var(--coral-deep);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: .35rem;
}

.impact-text-block p {
  font-size: .94rem;
  line-height: 1.55;
  color: var(--ink-2);
}

.impact-metrics-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-left: 1.5px solid rgba(248, 124, 79, .2);
  padding-left: 2rem;
}

.impact-metric-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 90px;
}

.impact-metric-pill b {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--coral-deep);
  letter-spacing: -.03em;
  line-height: 1.1;
}

.impact-metric-pill span {
  font-size: .68rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-top: 2px;
}

/* =========================================================
   WHY + STATS
   ========================================================= */
.why {
  background: var(--paper)
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem
}

.why-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.8rem;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--coral-soft)
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--paper-2);
  border: 1.5px solid var(--line);
  color: var(--coral);
  margin-bottom: 1.1rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .04);
  transition: background .3s, color .3s, transform .3s;
}

.why-card:hover .why-icon {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  border-color: transparent;
  transform: scale(1.08) rotate(3deg);
}

.why-card h3 {
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -.025em;
  margin-bottom: .55rem;
  line-height: 1.25
}

.why-card p {
  font-size: .89rem;
  color: var(--ink-soft)
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem
}

.stat-card {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.7rem;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--coral-soft)
}

.stat-num {
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  color: var(--coral);
  margin-bottom: .7rem
}

.stat-card p {
  font-size: .85rem;
  margin-bottom: .7rem;
  color: var(--ink-soft)
}

.stat-card small {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint)
}

/* =========================================================
   TRAINERS
   ========================================================= */
.trainers {
  background: var(--paper-3)
}

.trainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem
}

.trainer-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 2rem;
  box-shadow: var(--shadow);
  transition: transform .3s, box-shadow .3s;
}

.trainer-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg)
}

.trainer-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.2rem;
  border: 2.5px solid var(--coral-soft);
  box-shadow: 0 8px 24px rgba(248, 124, 79, .25);
  background: var(--paper-2);
  position: relative;
}

.trainer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.trainer-card:hover .trainer-photo {
  transform: scale(1.08)
}

.trainer-card h3 {
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -.03em
}

.trainer-role {
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--coral-deep);
  margin: .2rem 0 .8rem
}

.trainer-card p:last-child {
  font-size: .89rem;
  color: var(--ink-soft)
}

/* =========================================================
   SUCCESS STORIES (auto-scrolling rows)
   ========================================================= */
.stories {
  background: var(--paper);
  overflow: hidden
}

.s-rows {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: .4rem 0 2.4rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.s-row {
  display: flex;
  width: max-content;
  animation: s-scroll 64s linear infinite
}

.s-row.rev {
  animation-direction: reverse
}

.s-set {
  display: flex;
  gap: 1.1rem;
  padding-right: 1.1rem
}

@keyframes s-scroll {
  to {
    transform: translateX(-50%)
  }
}

.s-rows:hover .s-row,
.s-rows:focus-within .s-row {
  animation-play-state: paused
}

.s-card {
  width: 330px;
  flex-shrink: 0;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: .9rem;
  transition: border-color .3s, transform .3s;
}

.s-card:hover {
  border-color: var(--coral-soft);
  transform: translateY(-4px)
}

.s-soon {
  align-self: flex-start;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--coral-deep);
  background: var(--coral-tint);
  border-radius: 999px;
  padding: .28rem .7rem;
}

.s-quote {
  font-size: .92rem;
  color: var(--ink-2);
  line-height: 1.6;
  flex: 1
}

.s-slot {
  font-size: .88rem;
  color: var(--ink-faint);
  line-height: 1.6;
  flex: 1;
  font-style: italic
}

.s-person {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding-top: .9rem;
  border-top: 1px solid var(--line)
}

.s-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid var(--coral-soft);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  background: var(--paper-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-av-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-person strong {
  display: block;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: -.01em
}

.s-person small {
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint)
}

.fine-print.center {
  text-align: center;
  margin-top: 0
}

@media (prefers-reduced-motion: reduce) {
  .s-rows {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none
  }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  background: var(--peach)
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  max-width: 820px;
  margin-inline: auto
}

.faq-group {
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--coral-deep);
  margin: 1.6rem 0 .3rem;
}

.faq-group:first-child {
  margin-top: 0
}

.faq-item {
  background: #fff;
  border: 1.5px solid rgba(224, 90, 43, .14);
  border-radius: var(--r-btn);
  overflow: hidden;
  transition: box-shadow .3s cubic-bezier(.2, .8, .2, 1), border-color .3s;
  will-change: height;
}

.faq-item:hover {
  border-color: var(--coral-soft)
}

.faq-item[open] {
  box-shadow: 0 8px 24px rgba(248, 124, 79, .12);
  border-color: var(--coral-soft)
}

.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  padding: 1.15rem 1.4rem;
  font-weight: 800;
  font-size: .96rem;
  letter-spacing: -.01em;
  user-select: none;
  transition: color .2s;
}

.faq-item summary::-webkit-details-marker {
  display: none
}

.faq-item summary:hover {
  color: var(--coral-deep)
}

.faq-chev {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1)
}

.faq-chev::before,
.faq-chev::after {
  content: "";
  position: absolute;
  background: var(--coral);
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), opacity .25s;
}

.faq-chev::before {
  width: 14px;
  height: 2.5px
}

.faq-chev::after {
  width: 2.5px;
  height: 14px
}

.faq-item[open] .faq-chev::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0
}

.faq-item[open] .faq-chev {
  transform: rotate(90deg)
}

/* height is animated in script.js, so the padding lives on the inner <p>
   and .faq-body itself must clip while it grows. */
.faq-body {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: .92rem;
  line-height: 1.65
}

.faq-body p {
  margin: 0;
  padding: 0 1.4rem 1.35rem
}

.faq-contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 2.4rem auto 0;
  background: #fff;
  border: 1.5px solid var(--coral-soft);
  border-radius: var(--r-card);
  padding: 1.6rem 2rem;
  box-shadow: var(--shadow);
}

.faq-contact-card strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -.025em
}

.faq-contact-card p {
  font-size: .88rem;
  color: var(--ink-soft);
  margin-top: .2rem
}

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  background: linear-gradient(165deg, var(--coral-tint), var(--peach));
  color: var(--ink);
  text-align: center
}

.cta-inner h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.035em;
  margin-bottom: .9rem
}

.cta-line {
  color: var(--coral-deep);
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: 2.2rem
}

.cta-form {
  display: flex;
  gap: .7rem;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-inline: auto
}

.cta-form input,
.cta-form select {
  padding: .95rem 1.2rem;
  border-radius: var(--r-btn);
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: .92rem;
  min-width: 210px;
  flex: 1;
}

.cta-form input::placeholder {
  color: var(--ink-faint)
}

.cta-form input:focus,
.cta-form select:focus {
  outline: none;
  border-color: var(--coral)
}

.cta-form select {
  color: var(--ink-soft)
}

.cta-form select option {
  color: var(--ink)
}

.cta-done {
  margin-top: 1.6rem;
  font-weight: 800;
  font-size: .9rem;
  background: #fff;
  border: 1.5px solid var(--coral-soft);
  color: var(--ink);
  display: inline-block;
  padding: .8rem 1.6rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--paper-3);
  color: var(--ink-soft);
  border-top: 1px solid var(--line)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr 1fr;
  gap: 2.5rem;
  padding: 3.8rem 0 2.5rem
}

.footer-brand .brand-text strong {
  color: var(--ink)
}

.footer-brand .brand-text small {
  color: var(--ink-faint)
}

.footer-brand>p {
  font-size: .86rem;
  margin-top: 1.1rem;
  max-width: 32ch
}

.footer-col h4 {
  color: var(--ink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1.1rem
}

.footer-col a {
  display: block;
  font-size: .86rem;
  margin-bottom: .8rem;
  transition: color .2s
}

.footer-col a:hover {
  color: var(--coral-deep)
}

.footer-col small {
  color: var(--ink-faint)
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .78rem;
}

/* =========================================================
   FLOATING INTERACTIVE AI ROBOT WIDGET + MODAL
   ========================================================= */
.floating-bot-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .55rem;
  transform: translateY(180%);
  transition: transform .45s cubic-bezier(.2, .8, .2, 1);
}

.floating-bot-widget.show {
  transform: none;
}

.floating-bot-bubble {
  position: relative;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border: 1.5px solid rgba(248, 124, 79, .28);
  border-radius: 16px 16px 4px 16px;
  padding: .7rem 1.8rem .7rem .95rem;
  box-shadow: 0 10px 28px rgba(26, 23, 20, .12);
  font-size: .78rem;
  color: var(--ink);
  max-width: 220px;
  line-height: 1.35;
  transition: opacity .25s, transform .25s;
}

.floating-bot-bubble.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(.85) translateY(10px);
}

.floating-bot-bubble strong {
  font-size: .8rem;
  font-weight: 900;
  color: var(--coral-deep);
}

.floating-bot-bubble span {
  font-size: .72rem;
  color: var(--ink-soft);
}

.bubble-close-btn {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: .65rem;
  color: var(--ink-faint);
  cursor: pointer;
  padding: 2px 4px;
  line-height: 1;
}

.bubble-close-btn:hover {
  color: var(--coral-deep);
}

.floating-robot-btn {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
  border: 2px solid rgba(248, 124, 79, .35);
  border-radius: 999px;
  padding: .45rem .95rem .45rem .5rem;
  box-shadow: 0 10px 30px rgba(248, 124, 79, .28), 0 2px 6px rgba(0, 0, 0, .05);
  cursor: pointer;
  transition: all .3s cubic-bezier(.2, .8, .2, 1);
  animation: bot-bob-gentle 4s ease-in-out infinite;
}

.floating-robot-btn:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 16px 36px rgba(248, 124, 79, .42);
  border-color: var(--coral);
}

@keyframes bot-bob-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.f-bot-avatar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f-antenna {
  width: 2px;
  height: 8px;
  background: var(--coral);
  border-radius: 2px;
  position: relative;
}

.f-antenna::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 6px var(--coral);
}

.f-bot-head {
  position: relative;
  width: 44px;
  height: 36px;
  background: #fff;
  border: 1.5px solid rgba(248, 124, 79, .3);
  border-radius: 12px;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.f-ear {
  position: absolute;
  top: 10px;
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: var(--coral);
}

.f-ear.l {
  left: -3px;
}

.f-ear.r {
  right: -3px;
}

.f-face {
  width: 34px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(160deg, #2A241F, #151311);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: relative;
}

.f-eye {
  width: 7px;
  height: 9px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FFE2D4, var(--coral));
  box-shadow: 0 0 6px rgba(248, 124, 79, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ai-blink 4.2s infinite;
}

.f-pupil {
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: #1A1714;
}

.f-smile {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 3px;
  border-radius: 0 0 10px 10px;
  border-bottom: 1.5px solid rgba(248, 124, 79, .9);
}

.f-bot-tag {
  font-size: .78rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: .02em;
}

.f-bot-tag strong {
  color: var(--coral-deep);
  font-weight: 900;
}

.f-bot-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 6px #22C55E;
  flex-shrink: 0;
}

/* =========================================================
   INTERACTIVE AI CHATBOT POPUP WINDOW
   ========================================================= */
.ai-chat-window {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: min(380px, calc(100vw - 2rem));
  height: min(530px, calc(100vh - 3.5rem));
  background: #FFFFFF;
  border: 1.5px solid rgba(248, 124, 79, .32);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(26, 23, 20, .18), 0 4px 16px rgba(248, 124, 79, .14);
  z-index: 105;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px) scale(.94);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
}

.ai-chat-window.open {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .85rem 1.1rem;
  background: linear-gradient(135deg, #FAF7F4, #F2ECE6);
  border-bottom: 1px solid var(--line);
}

.chat-header-info {
  display: flex;
  align-items: center;
  gap: .65rem;
}

.chat-bot-avatar-wrap {
  position: relative;
}

.chat-bot-avatar-wrap .f-bot-head {
  width: 38px;
  height: 32px;
  border-radius: 10px;
}

.chat-online-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22C55E;
  position: absolute;
  bottom: -1px;
  right: -2px;
  border: 2px solid #fff;
}

.chat-header h4 {
  font-size: .88rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
}

.chat-status-text {
  font-size: .64rem;
  font-weight: 700;
  color: #16A34A;
  display: block;
}

.chat-close-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .06);
  color: var(--ink-2);
  display: grid;
  place-items: center;
  font-size: .85rem;
  cursor: pointer;
  transition: all .2s;
}

.chat-close-btn:hover {
  background: var(--coral);
  color: #fff;
}

.chat-body {
  flex: 1;
  padding: 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  background: #FDFCFB;
}

.chat-msg {
  display: flex;
  flex-direction: column;
  max-width: 86%;
  line-height: 1.45;
  animation: msg-fade-in .25s ease-out;
}

@keyframes msg-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

.chat-msg.bot-msg {
  align-self: flex-start;
}

.chat-msg.bot-msg .msg-bubble {
  background: #F4EFEA;
  color: var(--ink);
  border-radius: 16px 16px 16px 3px;
  padding: .75rem .95rem;
  font-size: .84rem;
  border: 1px solid rgba(230, 222, 214, .85);
}

.chat-msg.bot-msg .msg-bubble p + p {
  margin-top: .4rem;
}

.chat-msg.user-msg {
  align-self: flex-end;
}

.chat-msg.user-msg .msg-bubble {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  border-radius: 16px 16px 3px 16px;
  padding: .7rem .95rem;
  font-size: .84rem;
  box-shadow: 0 4px 14px rgba(248, 124, 79, .25);
}

.msg-time {
  font-size: .6rem;
  color: var(--ink-faint);
  margin-top: 3px;
  padding: 0 4px;
}

.chat-suggestions {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-top: .2rem;
}

.chat-sugg-chip {
  text-align: left;
  padding: .45rem .8rem;
  background: #fff;
  border: 1.5px solid rgba(248, 124, 79, .28);
  border-radius: 9px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--coral-deep);
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-sugg-chip:hover {
  background: var(--coral-tint);
  border-color: var(--coral);
  transform: translateX(3px);
}

.chat-typing-indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: .6rem .85rem;
  background: #F4EFEA;
  border-radius: 14px;
  width: max-content;
}

.chat-typing-indicator span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--coral);
  animation: typing-dot 1.4s infinite ease-in-out;
}

.chat-typing-indicator span:nth-child(2) { animation-delay: .2s; }
.chat-typing-indicator span:nth-child(3) { animation-delay: .4s; }

@keyframes typing-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: .4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.chat-footer {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  background: #fff;
  border-top: 1px solid var(--line);
}

.chat-footer input {
  flex: 1;
  padding: .7rem .95rem;
  border: 1.5px solid var(--line-2);
  border-radius: 12px;
  font-size: .84rem;
  color: var(--ink);
  outline: none;
  background: #FAF8F5;
  transition: all .2s;
}

.chat-footer input:focus {
  border-color: var(--coral);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(248, 124, 79, .12);
}

.chat-send-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.chat-send-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 14px rgba(248, 124, 79, .35);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(26, 23, 20, .55);
  backdrop-filter: blur(5px);
  display: grid;
  place-items: center;
  padding: 1rem
}

.modal-box {
  background: #fff;
  border-radius: var(--r-card);
  padding: 2.4rem;
  max-width: 440px;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-lg);
  animation: pop .3s ease;
}

@keyframes pop {
  from {
    transform: scale(.93);
    opacity: 0
  }
}

.modal-box h3 {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: .6rem;
  line-height: 1.2
}

.modal-box>p {
  color: var(--ink-soft);
  font-size: .92rem;
  margin-bottom: 1.6rem
}

.modal-box .section-eyebrow {
  margin-bottom: .5rem
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  font-size: 1.05rem;
  color: var(--ink-faint);
  line-height: 1
}

.modal-close:hover {
  color: var(--coral)
}

/* =========================================================
   REVEAL
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.in {
  opacity: 1;
  transform: none
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }

  html {
    scroll-behavior: auto
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1150px) {
  .main-nav {
    gap: 1.1rem;
    font-size: .84rem
  }

  .header-tagline {
    display: none
  }

  .header-div {
    display: none
  }
}

@media (max-width:1080px) {
  .track-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .bk {
    grid-template-columns: 250px 1fr
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:940px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .hero-visual {
    min-height: 440px
  }

  .bk {
    grid-template-columns: 1fr
  }

  .bk-rail {
    position: static
  }

  .bk-list {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    gap: .6rem
  }

  .bk-list::-webkit-scrollbar {
    display: none
  }

  .bk-item {
    flex: 0 0 auto;
    min-width: 210px
  }

  .collab-stage {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .collab-nexus-bridge {
    flex-direction: row;
    padding: .5rem 0;
  }

  .nexus-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(248, 124, 79, .4), transparent);
  }

  .collab-impact-banner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .impact-metrics-row {
    border-left: none;
    border-top: 1.5px solid rgba(248, 124, 79, .2);
    padding-left: 0;
    padding-top: 1.2rem;
    justify-content: space-around;
  }

  .batch-models {
    grid-template-columns: 1fr
  }

  /* stack the roadmap: spine becomes a vertical line down the left */
  .jr {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding-top: 0;
    padding-left: 82px
  }

  .jr-spine {
    top: 14px;
    bottom: 14px;
    left: 32px;
    right: auto;
    width: 4px;
    height: auto
  }

  .jr-spine span {
    width: 100%;
    height: 0;
    transition: height 1.9s cubic-bezier(.25, .8, .25, 1)
  }

  .jr-spine.filled span {
    height: 100%
  }

  .jr-node {
    top: 0;
    left: -80px;
    transform: none;
    width: 64px;
    height: 64px
  }

  .jr-finish {
    width: 100%;
    justify-content: center;
    text-align: center
  }

  .trainer-grid {
    grid-template-columns: 1fr
  }

  /* mobile nav */
  .main-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    padding: 1rem 6% 2rem;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-lg);
    transform: translateY(-130%);
    transition: transform .35s;
    font-size: 1.02rem;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }

  .main-nav.open {
    transform: none
  }

  .main-nav a {
    padding: .9rem 0;
    border-bottom: 1px solid var(--line)
  }

  .main-nav a::after {
    display: none
  }

  .nav-ctas {
    display: flex;
    gap: .6rem;
    margin-top: 1.2rem
  }

  .nav-ctas .btn {
    flex: 1
  }

  .nav-toggle {
    display: flex
  }

  .header-actions .btn {
    display: none
  }
}

@media (max-width:640px) {
  body {
    font-size: 15px
  }

  .section {
    padding: 3.8rem 0
  }

  .track-grid {
    grid-template-columns: 1fr
  }

  .why-grid,
  .stats-row {
    grid-template-columns: 1fr
  }

  /* scale the bot composition to fit a phone column */
  .hero-visual {
    min-height: 400px
  }

  .o1 {
    width: 250px;
    height: 250px
  }

  .o2 {
    width: 320px;
    height: 320px
  }

  .ai-head {
    width: 172px;
    height: 148px;
    border-radius: 38px
  }

  .ai-face {
    width: 128px;
    height: 96px;
    border-radius: 28px;
    gap: 20px
  }

  .ai-eye {
    width: 22px;
    height: 27px
  }

  .ai-ear {
    top: 42px;
    height: 38px
  }

  .s-card {
    width: 270px;
    padding: 1.3rem
  }

  /* timetable rows become stacked blocks with their own labels */
  .bk-table,
  .bk-table tbody,
  .bk-table tr,
  .bk-table td {
    display: block;
    width: 100%
  }

  .bk-table thead {
    display: none
  }

  .bk-table tr {
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--line)
  }

  .bk-table tr:last-child {
    border-bottom: 0
  }

  .bk-table td {
    padding: 0;
    border: 0
  }

  .bk-table td+td {
    margin-top: .55rem
  }

  .bk-table td[data-label]::before {
    content: attr(data-label) " ";
    display: block;
    margin-bottom: .3rem;
    font-size: .56rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ink-faint);
  }

  .bk-track {
    margin-bottom: .2rem
  }

  .bk-head,
  .bk-facts,
  .bk-foot {
    padding-left: 1.2rem;
    padding-right: 1.2rem
  }

  .bk-facts {
    gap: 1.1rem
  }

  .bk-foot {
    flex-direction: column;
    align-items: stretch
  }

  .bk-foot .btn {
    width: 100%
  }

  .section-eyebrow,
  .pill-eyebrow {
    gap: .5rem;
    letter-spacing: .16em;
    font-size: .64rem
  }

  .section-eyebrow::before,
  .section-eyebrow::after,
  .pill-eyebrow::before,
  .pill-eyebrow::after {
    flex-basis: 32px;
    background-size: 11px 11px, 18px 2px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem
  }

  .cta-form {
    flex-direction: column
  }

  .cta-form input,
  .cta-form select,
  .cta-form .btn {
    width: 100%
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-ctas .btn {
    width: 100%;
  }

  .hero-facts-grid {
    grid-template-columns: 1fr;
    gap: .65rem;
    max-width: 100%;
  }

  .float-badge {
    display: none;
  }

  .batch-card,
  .collab-card,
  .trainer-card,
  .why-card {
    padding: 1.5rem
  }

  .faq-contact-card {
    padding: 1.4rem;
    flex-direction: column;
    align-items: stretch;
    text-align: center
  }

  .faq-contact-card .btn {
    width: 100%
  }

  .floating-bot-widget {
    bottom: 1rem;
    right: 1rem;
  }

  .floating-bot-bubble {
    max-width: 180px;
    font-size: .72rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: .5rem
  }
}

/* =========================================================
   PROGRAMME DETAIL PAGE STYLING
   ========================================================= */
.page-programme {
  padding-top: var(--header-h);
}

.prog-breadcrumb-bar {
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  padding: .85rem 0;
  font-size: .82rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--ink-soft);
}

.breadcrumbs a {
  color: var(--ink-soft);
  transition: color .2s;
}

.breadcrumbs a:hover {
  color: var(--coral-deep);
}

.breadcrumbs strong {
  color: var(--coral-deep);
  font-weight: 800;
}

.prog-hero-section {
  background: linear-gradient(180deg, var(--paper-2) 0%, var(--paper) 100%);
  padding: 3.5rem 0 4rem;
  border-bottom: 1px solid var(--line);
}

.prog-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 3.5rem;
  align-items: start;
}

.prog-badges-row {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.prog-stage-badge {
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--coral);
  color: #fff;
  padding: .25rem .65rem;
  border-radius: 999px;
}

.prog-class-badge {
  font-size: .68rem;
  font-weight: 800;
  background: var(--peach);
  color: var(--coral-deep);
  padding: .25rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 124, 79, .3);
}

.prog-age-badge {
  font-size: .68rem;
  font-weight: 800;
  background: rgba(0, 0, 0, .05);
  color: var(--ink-2);
  padding: .25rem .65rem;
  border-radius: 999px;
}

.prog-title {
  font-size: clamp(2.2rem, 4.2vw, 3rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: .65rem;
}

.prog-tagline {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--coral-deep);
  line-height: 1.38;
  margin-bottom: 1.1rem;
}

.prog-overview {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.72;
  color: #2D261E;
  margin-bottom: 1.4rem;
}

.prog-takeaways-list {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-bottom: 1.6rem;
}

.takeaway-pill {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  background: #fff;
  border: 1.5px solid rgba(248, 124, 79, .18);
  border-radius: 14px;
  padding: .65rem .95rem;
  box-shadow: 0 4px 14px rgba(26, 23, 20, .04);
  transition: transform .2s, border-color .2s;
}

.takeaway-pill:hover {
  transform: translateX(4px);
  border-color: var(--coral);
}

.tk-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.tk-body {
  font-size: .86rem;
  line-height: 1.45;
  color: var(--ink-2);
}

.tk-body strong {
  color: var(--ink);
  font-weight: 800;
  margin-right: 4px;
}

.prog-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
  padding: 1.15rem 1.35rem;
  background: #fff;
  border: 1.5px solid rgba(248, 124, 79, .24);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(26, 23, 20, .06);
}

.pstat {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.pstat-icon {
  font-size: 1.4rem;
}

.pstat strong {
  display: block;
  font-size: .88rem;
  font-weight: 900;
  color: var(--ink);
  line-height: 1.2;
}

.pstat small {
  font-size: .7rem;
  color: var(--ink-faint);
  display: block;
}

/* Enrollment Card */
.prog-enroll-card {
  background: #fff;
  border: 1.5px solid rgba(248, 124, 79, .32);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(26, 23, 20, .09), 0 2px 8px rgba(0, 0, 0, .04);
}

.prog-card-media {
  position: relative;
  height: 210px;
  background: #1A1714;
}

.prog-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prog-live-beacon {
  position: absolute;
  bottom: 12px;
  left: 14px;
  background: rgba(22, 163, 74, .92);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .04em;
  padding: .3rem .7rem;
  border-radius: 999px;
}

.prog-card-body {
  padding: 1.8rem;
}

.prog-price-wrap {
  display: flex;
  align-items: baseline;
  gap: .6rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
}

.prog-price-val {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--coral-deep);
  letter-spacing: -.03em;
  line-height: 1;
}

.prog-price-note {
  font-size: .78rem;
  font-weight: 700;
  color: var(--ink-faint);
}

.prog-card-features {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  margin-bottom: 1.6rem;
}

.prog-f-row {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .84rem;
  color: var(--ink-2);
  line-height: 1.4;
}

.prog-f-row .f-check {
  color: #16A34A;
  font-weight: 900;
  flex-shrink: 0;
}

.prog-enroll-cta {
  font-weight: 900;
  letter-spacing: .04em;
}

.prog-guarantee-note {
  text-align: center;
  font-size: .72rem;
  color: var(--ink-faint);
  margin-top: .8rem;
  font-weight: 600;
}

/* Switcher Bar */
.prog-switcher-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: .85rem 0;
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  backdrop-filter: blur(14px);
}

.prog-switcher-bar .container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.switcher-label {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  white-space: nowrap;
}

.switcher-chips {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.switcher-chips::-webkit-scrollbar {
  display: none;
}

.switcher-chip {
  font-size: .74rem;
  font-weight: 800;
  padding: .35rem .85rem;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid var(--line-2);
  color: var(--ink-2);
  white-space: nowrap;
  transition: all .2s;
}

.switcher-chip:hover {
  border-color: var(--coral);
  color: var(--coral-deep);
}

.switcher-chip.is-active {
  background: linear-gradient(135deg, var(--coral), var(--coral-deep));
  color: #fff;
  border-color: transparent;
}

/* Curriculum Section */
.prog-curriculum-section {
  background: var(--paper-3);
}

.section-head-center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.curriculum-phases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.phase-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}

.phase-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(248, 124, 79, .35);
}

.phase-header {
  margin-bottom: 1rem;
}

.phase-num-pill {
  display: inline-block;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--coral-tint);
  color: var(--coral-deep);
  padding: .2rem .6rem;
  border-radius: 6px;
  margin-bottom: .55rem;
}

.phase-header h3 {
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.25;
  color: var(--ink);
}

.phase-desc {
  font-size: .86rem;
  line-height: 1.5;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
}

.phase-topics-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px dashed var(--line-2);
}

.phase-topics-list li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .8rem;
  line-height: 1.4;
  color: var(--ink-2);
}

.phase-topics-list .t-bullet {
  color: var(--coral);
  font-size: .75rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Project Spotlight */
.project-spotlight-card {
  background: linear-gradient(135deg, #FAF7F4, #FFF);
  border: 1.5px solid rgba(248, 124, 79, .3);
  border-radius: 24px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: center;
  box-shadow: var(--shadow-lg);
}

.project-badge {
  display: inline-block;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--coral);
  color: #fff;
  padding: .25rem .7rem;
  border-radius: 6px;
  margin-bottom: .8rem;
}

.project-info h2 {
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin-bottom: .8rem;
}

.project-info>p {
  font-size: .95rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 1.8rem;
}

.project-skills-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pskill-item {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
}

.pskill-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.pskill-item strong {
  display: block;
  font-size: .88rem;
  font-weight: 800;
  color: var(--ink);
}

.pskill-item span {
  font-size: .8rem;
  color: var(--ink-soft);
}

.project-mockup-frame {
  background: #1A1714;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .25);
  border: 2px solid rgba(255, 255, 255, .1);
}

.project-frame-bar {
  background: #2A241F;
  padding: .6rem .9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #EF4444;
}

.pdot:nth-child(2) {
  background: #F59E0B;
}

.pdot:nth-child(3) {
  background: #10B981;
}

.project-frame-title {
  margin-left: .5rem;
  font-size: .65rem;
  font-weight: 800;
  color: #D1D5DB;
  letter-spacing: .04em;
}

.project-frame-body {
  padding: 1.2rem;
  background: #12100E;
}

.pv-inner {
  border-radius: 12px;
  overflow: hidden;
  background: #1F1B18;
}

.pv-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.pv-caption {
  padding: .9rem 1rem;
  background: rgba(255, 255, 255, .05);
}

.pv-caption strong {
  display: block;
  font-size: .86rem;
  color: #fff;
  font-weight: 800;
}

.pv-caption small {
  font-size: .72rem;
  color: var(--coral-soft);
}

/* Tools Section */
.prog-tools-section {
  background: var(--paper-2);
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.tool-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 16px;
  padding: 1.4rem;
  text-align: center;
  box-shadow: var(--shadow);
  transition: all .25s;
}

.tool-card:hover {
  transform: translateY(-4px);
  border-color: var(--coral);
  box-shadow: var(--shadow-coral);
}

.tool-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--coral-tint);
  color: var(--coral-deep);
  font-size: 1.2rem;
  display: grid;
  place-items: center;
  margin: 0 auto .85rem;
}

.tool-card h4 {
  font-size: .95rem;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: .3rem;
}

.tool-card p {
  font-size: .78rem;
  color: var(--ink-soft);
  line-height: 1.4;
}

/* Certificate Section */
.cert-showcase-box {
  background: linear-gradient(135deg, #FAF7F4, #F2EDE8);
  border: 1.5px solid var(--line);
  border-radius: 24px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.cert-pill {
  display: inline-block;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(34, 197, 94, .12);
  color: #16A34A;
  padding: .25rem .7rem;
  border-radius: 6px;
  margin-bottom: .8rem;
}

.cert-content h2 {
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin-bottom: .9rem;
}

.cert-content p {
  font-size: .94rem;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 1.4rem;
}

.cert-benefits {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  font-size: .86rem;
  color: var(--ink-2);
  font-weight: 700;
}

.cert-mockup {
  background: #FFFDFB;
  border: 2px solid #D9C8B4;
  border-radius: 16px;
  padding: 1.8rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
  text-align: center;
  position: relative;
}

.cert-mockup-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cert-x {
  font-weight: 900;
  color: var(--coral);
}

.cert-mockup-title {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--ink);
  margin-bottom: .2rem;
}

.cert-mockup-subtitle {
  font-size: .65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--coral-deep);
  margin-bottom: 1.1rem;
}

.cert-mockup-name {
  font-size: 1.3rem;
  font-family: serif;
  font-style: italic;
  color: #1A1714;
  border-bottom: 1.5px solid #D9C8B4;
  display: inline-block;
  padding: 0 1.5rem .25rem;
  margin-bottom: .8rem;
}

.cert-mockup-desc {
  font-size: .78rem;
  color: var(--ink-soft);
  line-height: 1.4;
  margin-bottom: 1.4rem;
}

.cert-mockup-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 1px dashed #D9C8B4;
  padding-top: .8rem;
}

.cert-sig-line {
  display: block;
  width: 70px;
  height: 1.5px;
  background: #2A241F;
  margin-bottom: 3px;
}

.cert-seal-badge {
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  color: #B45309;
  background: #FEF3C7;
  padding: .3rem .6rem;
  border-radius: 999px;
  border: 1px solid #FDE68A;
}

/* Batch Slots */
.prog-batch-slots-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.batch-slot-card {
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.batch-slot-card.active-slot {
  border-color: var(--coral);
  box-shadow: 0 14px 36px rgba(248, 124, 79, .15);
}

.slot-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .06);
  color: var(--ink-2);
  padding: .25rem .6rem;
  border-radius: 6px;
  margin-bottom: .8rem;
}

.slot-badge.badge-evening {
  background: var(--coral-tint);
  color: var(--coral-deep);
}

.batch-slot-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: .4rem;
}

.slot-time {
  font-size: 1rem;
  font-weight: 800;
  color: var(--coral-deep);
  margin-bottom: .6rem;
}

.slot-desc {
  font-size: .88rem;
  color: var(--ink-soft);
  line-height: 1.5;
  margin-bottom: 1.4rem;
}

.slot-status {
  margin-top: auto;
  font-size: .75rem;
  font-weight: 800;
  color: var(--ink-faint);
}

.slot-status.status-open {
  color: #16A34A;
}

/* Enrollment Form Card */
.enroll-form-card {
  background: #fff;
  border: 1.5px solid rgba(248, 124, 79, .3);
  border-radius: 24px;
  padding: 3rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--shadow-lg);
}

.enroll-form-head {
  text-align: center;
  margin-bottom: 2rem;
}

.enroll-form-head h2 {
  font-size: 1.85rem;
  font-weight: 900;
  margin-bottom: .4rem;
}

.enroll-form-head p {
  font-size: .92rem;
  color: var(--ink-soft);
}

.prog-reg-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.form-group label {
  font-size: .76rem;
  font-weight: 800;
  color: var(--ink-2);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.form-group input,
.form-group select {
  padding: .85rem 1rem;
  border-radius: 12px;
  border: 1.5px solid var(--line-2);
  font-size: .9rem;
  color: var(--ink);
  outline: none;
  background: #FAF8F5;
  transition: all .2s;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--coral);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(248, 124, 79, .12);
}

.form-success-msg {
  padding: 1rem 1.2rem;
  border-radius: 12px;
  background: #DCFCE7;
  border: 1.5px solid #86EFAC;
  color: #15803D;
  font-size: .88rem;
  line-height: 1.45;
  text-align: center;
}

/* Responsive Rules for Programme Detail Page */
@media (max-width: 960px) {
  .prog-hero-grid,
  .project-spotlight-card,
  .cert-showcase-box,
  .prog-batch-slots-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .curriculum-phases-grid {
    grid-template-columns: 1fr;
  }

  .tools-grid {
    grid-template-columns: 1fr 1fr;
  }

  .prog-stats-strip {
    grid-template-columns: 1fr 1fr;
  }

  .project-spotlight-card,
  .cert-showcase-box,
  .enroll-form-card {
    padding: 2rem;
  }
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .tools-grid {
    grid-template-columns: 1fr;
  }

  .prog-stats-strip {
    grid-template-columns: 1fr;
  }
}