/* TechMentor Pro Live Cohort — isolated page styles */

.cohort-page {
  --cohort-ink: #0f172a;
  --cohort-slate: #334155;
  --cohort-muted: #64748b;
  --cohort-line: #dbe4f0;
  --cohort-cloud: #f5f8fc;
  --cohort-indigo: #4f46e5;
  --cohort-indigo-dark: #3730a3;
  --cohort-cyan: #22d3ee;
  --cohort-gold: #fbbf24;
  --cohort-gold-dark: #f59e0b;
  --cohort-white: #ffffff;
  color: var(--cohort-ink);
  background: var(--cohort-white);
}

.cohort-page main {
  overflow: hidden;
}

/* Keep the shared navigation compact and single-line on the cohort funnel. */
.cohort-page .main-header {
  z-index: 1020;
  padding-block: 8px;
}

.cohort-page .main-header.scrolled {
  padding-block: 6px;
}

.cohort-page .main-header .logo-image {
  height: 48px;
  padding: 4px 8px;
  border-radius: 10px;
}

.cohort-page .desktop-nav {
  gap: clamp(10px, 1.25vw, 18px);
}

.cohort-page .desktop-nav > a:not(.btn),
.cohort-page .desktop-nav > .nav-item > a {
  padding: 8px 2px;
  font-size: 0.86rem;
  white-space: nowrap;
}

.cohort-page .desktop-nav > .btn {
  padding: 11px 17px;
  font-size: 0.8rem;
  white-space: nowrap;
}

.cohort-page .dropdown:focus-within .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cohort-page .dropdown:focus-within > a {
  color: var(--accent-gold);
}

.cohort-page section {
  padding: 96px 0;
}

.cohort-page h1,
.cohort-page h2,
.cohort-page h3,
.cohort-page main p {
  margin-top: 0;
}

.cohort-page h1,
.cohort-page h2,
.cohort-page h3 {
  color: var(--cohort-ink);
  letter-spacing: -0.025em;
  text-transform: none;
  text-wrap: balance;
}

.cohort-page h2 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: clamp(2.15rem, 4.5vw, 3.65rem);
  text-align: left;
}

.cohort-page h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.cohort-page main p {
  color: var(--cohort-slate);
}

.cohort-page .site-footer .footer-copyright p {
  margin-bottom: 0;
  color: #94a3b8;
}

.cohort-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--cohort-ink);
  background: var(--cohort-white);
  font-weight: 700;
  transform: translateY(-160%);
}

.cohort-skip-link:focus {
  transform: translateY(0);
}

.cohort-hero {
  position: relative;
  isolation: isolate;
  min-height: min(940px, 100vh);
  padding: 132px 0 104px !important;
  color: var(--cohort-white);
  background:
    radial-gradient(circle at 82% 20%, rgba(79, 70, 229, 0.36), transparent 32%),
    radial-gradient(circle at 16% 88%, rgba(34, 211, 238, 0.16), transparent 34%),
    linear-gradient(124deg, #070d1d 0%, #101a34 52%, #151443 100%),
    var(--cohort-ink);
}

.cohort-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(transparent, rgba(3, 7, 18, 0.45));
  content: "";
  pointer-events: none;
}

#cohort-signal-canvas {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  pointer-events: none;
}

.cohort-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.cohort-orb--one {
  top: 80px;
  right: -150px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.28), transparent 68%);
  animation: cohortOrbDrift 9s ease-in-out infinite;
}

.cohort-orb--two {
  bottom: -260px;
  left: -170px;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.13), transparent 68%);
  animation: cohortOrbDrift 11s ease-in-out 1.5s infinite reverse;
}

.cohort-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  gap: clamp(46px, 6vw, 86px);
  align-items: center;
}

.cohort-hero__content {
  position: relative;
  z-index: 3;
}

.cohort-eyebrow,
.cohort-kicker {
  color: var(--cohort-indigo) !important;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: none;
}

.cohort-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px !important;
  color: var(--cohort-gold) !important;
}

.cohort-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.cohort-hero__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 11px;
  border: 1px solid rgba(165, 243, 252, 0.22);
  border-radius: 999px;
  color: #dffbff;
  background: rgba(15, 23, 42, 0.54);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  backdrop-filter: blur(8px);
}

.cohort-hero__proof span::before {
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--cohort-cyan);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.9);
  content: "";
}

.cohort-eyebrow::before {
  width: 32px;
  height: 2px;
  background: currentColor;
  content: "";
}

.cohort-hero h1 {
  max-width: 810px;
  margin-bottom: 26px;
  color: var(--cohort-white);
  font-size: clamp(3.15rem, 5.6vw, 5.65rem);
  line-height: 0.99;
}

.cohort-hero__line {
  display: block;
  will-change: transform, opacity;
}

.cohort-hero__line--two {
  color: #dbeafe;
}

.cohort-hero__line--three {
  padding-bottom: 0.08em;
  color: var(--cohort-gold);
  background: linear-gradient(95deg, #fbbf24 4%, #fde68a 45%, #67e8f9 96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cohort-hero__lede {
  max-width: 700px;
  margin-bottom: 30px !important;
  color: #cbd5e1 !important;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.cohort-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cohort-hero__trust li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #cbd5e1;
  font-size: 0.82rem;
  font-weight: 700;
}

.cohort-hero__trust li span {
  color: var(--cohort-cyan);
  font-size: 0.62rem;
  text-shadow: 0 0 9px rgba(34, 211, 238, 0.9);
}

.cohort-hero__actions,
.cohort-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.cohort-hero .cohort-btn--primary {
  color: #271804;
  background: linear-gradient(110deg, var(--cohort-gold), #fde68a);
  box-shadow: 0 16px 38px rgba(245, 158, 11, 0.29);
}

.cohort-hero .cohort-btn--primary:hover,
.cohort-hero .cohort-btn--primary:focus-visible {
  color: #271804;
  background: linear-gradient(110deg, #fcd34d, #fef3c7);
}

.cohort-btn {
  min-height: 54px;
  padding: 16px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 0.94rem;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.cohort-btn--primary {
  color: var(--cohort-white);
  background: var(--cohort-indigo);
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.35);
}

.cohort-btn--primary:hover,
.cohort-btn--primary:focus-visible {
  color: var(--cohort-white);
  background: var(--cohort-indigo-dark);
}

.cohort-btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--cohort-white);
  background: rgba(255, 255, 255, 0.06);
}

.cohort-btn--ghost:hover,
.cohort-btn--ghost:focus-visible {
  border-color: var(--cohort-white);
  color: var(--cohort-ink);
  background: var(--cohort-white);
}

.cohort-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--cohort-white);
  font-weight: 700;
  text-underline-offset: 5px;
}

.cohort-text-link:hover,
.cohort-text-link:focus-visible {
  color: var(--cohort-gold);
}

.cohort-hero__fine-print {
  max-width: 650px;
  margin: 19px 0 0 !important;
  color: #94a3b8 !important;
  font-size: 0.84rem;
}

.cohort-hero__fine-print strong {
  color: var(--cohort-gold);
}

.cohort-hero .cohort-hero__admissions {
  margin: 18px 0 0;
  color: #cbd5e1;
}

.cohort-hero .cohort-hero__admissions a {
  color: #fde68a;
}

.cohort-hero .cohort-hero__admissions a:hover {
  color: #fbbf24;
}

.cohort-hero__visual {
  position: relative;
  min-height: 610px;
  perspective: 1100px;
}

.cohort-hero__visual::before,
.cohort-hero__visual::after {
  position: absolute;
  border: 1px solid rgba(103, 232, 249, 0.15);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cohort-hero__visual::before {
  inset: 18px -34px 52px 30px;
  animation: cohortRingSpin 22s linear infinite;
}

.cohort-hero__visual::after {
  inset: 68px 22px 8px -35px;
  border-color: rgba(251, 191, 36, 0.12);
  animation: cohortRingSpin 28s linear infinite reverse;
}

.cohort-hero__art-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 58px 18px 82px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: 0 42px 105px rgba(0, 0, 0, 0.46);
  transform: rotateY(-5deg) rotateX(2deg) rotateZ(1.2deg);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(16px);
}

.cohort-hero__visual:hover .cohort-hero__art-card {
  transform: rotateY(-1deg) rotateX(0) rotateZ(0);
}

.cohort-hero__art-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.cohort-hero__offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.cohort-hero__offer-grid div {
  padding: 18px 20px;
  background: rgba(15, 23, 42, 0.94);
}

.cohort-hero__offer-grid span,
.cohort-hero__offer-grid strong {
  display: block;
}

.cohort-hero__offer-grid span {
  margin-bottom: 5px;
  color: #94a3b8;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cohort-hero__offer-grid strong {
  color: var(--cohort-white);
  font-size: 1rem;
}

.cohort-hero__float-card {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  color: var(--cohort-white);
  background: rgba(8, 15, 34, 0.82);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(13px);
}

.cohort-hero__float-card--live {
  top: 20px;
  right: -8px;
  animation: cohortFloat 4.4s ease-in-out infinite;
}

.cohort-hero__float-card--capstone {
  bottom: 42px;
  left: -24px;
  animation: cohortFloat 5.1s ease-in-out 0.8s infinite reverse;
}

.cohort-hero__live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.13), 0 0 18px rgba(34, 197, 94, 0.8);
}

.cohort-hero__tech-stack {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 4px;
  display: flex;
  gap: 9px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.cohort-hero__tech-stack img {
  width: 38px;
  height: 38px;
  padding: 6px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.92);
  object-fit: contain;
  transition: transform 200ms ease;
}

.cohort-hero__tech-stack img:hover {
  transform: translateY(-4px) scale(1.08);
}

.cohort-decision-bar {
  padding: 0 !important;
  background: var(--cohort-gold);
}

.cohort-decision-bar__grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.5fr) auto;
  gap: 32px;
  align-items: center;
  min-height: 118px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.cohort-decision-bar__label,
.cohort-decision-bar strong {
  display: block;
}

.cohort-decision-bar__label {
  color: #713f12;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cohort-decision-bar strong {
  color: var(--cohort-ink);
  font-size: 1.27rem;
}

.cohort-decision-bar p {
  margin: 0;
  color: #422006;
  font-size: 0.94rem;
  font-weight: 600;
}

.cohort-decision-bar a {
  color: var(--cohort-ink);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
  text-underline-offset: 4px;
}

.cohort-section__heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.cohort-section__heading > p:last-child,
.cohort-section__lede {
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.cohort-section--outcomes {
  background:
    radial-gradient(circle at 90% 10%, rgba(79, 70, 229, 0.09), transparent 34%),
    var(--cohort-white);
}

.cohort-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cohort-outcome-card {
  position: relative;
  overflow: hidden;
  padding: 32px 32px 0;
  border: 1px solid var(--cohort-line);
  border-radius: 18px;
  background: var(--cohort-white);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.cohort-outcome-card:hover {
  border-color: rgba(79, 70, 229, 0.38);
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.12);
  transform: translateY(-6px);
}

.cohort-outcome-card h3 {
  margin: 22px 0 12px;
}

.cohort-outcome-card p {
  min-height: 74px;
  margin-bottom: 28px;
}

.cohort-card-badge,
.cohort-mini-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cohort-indigo-dark);
  background: #eef2ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cohort-card-badge--ai {
  color: #6b21a8;
  background: #faf5ff;
}

.cohort-card-badge--gold,
.cohort-mini-badge--gold {
  color: #854d0e;
  background: #fef9c3;
}

.cohort-card-badge--cyan,
.cohort-mini-badge--cyan {
  color: #155e75;
  background: #ecfeff;
}

.cohort-card-proof {
  margin: 0 -32px;
  padding: 15px 32px;
  border-top: 1px solid var(--cohort-line);
  color: var(--cohort-indigo-dark);
  background: #f8fafc;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cohort-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cohort-fact {
  min-height: 242px;
  padding: 30px;
  border: 1px solid var(--cohort-line);
  border-radius: 16px;
  background: var(--cohort-white);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.cohort-fact:hover {
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
  transform: translateY(-5px);
}

.cohort-fact__number {
  display: block;
  margin-bottom: 34px;
  color: var(--cohort-indigo);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.cohort-fact p {
  margin-bottom: 0;
  font-size: 0.93rem;
}

.cohort-section--intro,
.cohort-section--pricing,
.cohort-section--faq {
  background: var(--cohort-cloud);
}

.cohort-page #pricing > .container {
  max-width: 980px;
}

.cohort-page #pricing .cohort-section__heading > .cohort-kicker {
  color: #a5b4fc !important;
}

.cohort-page #pricing .cohort-section__heading > p:last-child {
  color: #cbd5e1;
}

.cohort-schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 8vw, 108px);
  align-items: start;
}

.cohort-session-list {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.cohort-session {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--cohort-line);
  border-radius: 14px;
  background: var(--cohort-white);
}

.cohort-session__day {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 13px;
  color: var(--cohort-white);
  background: var(--cohort-indigo);
  font-weight: 800;
  text-transform: uppercase;
}

.cohort-session h3,
.cohort-session p {
  margin-bottom: 0;
}

.cohort-session p {
  font-size: 0.92rem;
}

.cohort-date-card {
  position: relative;
  padding: 34px;
  border-top: 5px solid var(--cohort-gold-dark);
  border-radius: 5px 5px 18px 18px;
  background: var(--cohort-ink);
  box-shadow: 0 26px 65px rgba(15, 23, 42, 0.2);
}

.cohort-date-card h3 {
  margin-bottom: 25px;
  color: var(--cohort-white);
  font-size: 1.5rem;
}

.cohort-date-card dl,
.cohort-date-card dd {
  margin: 0;
}

.cohort-date-card dl > div {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cohort-date-card dt {
  color: #94a3b8;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cohort-date-card dd {
  color: var(--cohort-white);
  font-size: 0.92rem;
  font-weight: 600;
}

.cohort-date-card__breaks {
  margin: 22px 0 0 !important;
  color: #cbd5e1 !important;
  font-size: 0.84rem;
}

.cohort-section--expert {
  position: relative;
  background:
    radial-gradient(circle at 10% 20%, rgba(79, 70, 229, 0.08), transparent 27%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.cohort-expert-intro,
.cohort-certificates-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  gap: clamp(42px, 8vw, 104px);
  align-items: end;
  margin-bottom: 58px;
}

.cohort-expert-intro h2,
.cohort-certificates-intro h2 {
  margin-bottom: 0;
}

.cohort-expert-intro > p,
.cohort-certificates-intro > p {
  margin-bottom: 4px;
  font-size: 1.03rem;
  line-height: 1.72;
}

.cohort-company-proof {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 18px 24px;
  border: 1px solid var(--cohort-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
}

.cohort-company-proof > span {
  color: var(--cohort-slate);
  font-size: 0.76rem;
  font-weight: 800;
}

.cohort-company-proof > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 34px;
  align-items: center;
  justify-content: flex-end;
}

.cohort-company-proof img {
  width: auto;
  max-width: 96px;
  height: 34px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.64;
  transition:
    filter 220ms ease,
    opacity 220ms ease,
    transform 220ms ease;
}

.cohort-company-proof img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-3px);
}

.cohort-teaching-loop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cohort-teaching-step {
  position: relative;
  min-height: 282px;
  padding: 27px;
  border: 1px solid var(--cohort-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    transform 250ms ease;
}

.cohort-teaching-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 52px;
  right: -14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #c7d2fe;
  border-radius: 50%;
  color: var(--cohort-indigo);
  background: var(--cohort-white);
  content: "→";
  font-weight: 900;
}

.cohort-teaching-step:hover {
  border-color: #a5b4fc;
  box-shadow: 0 28px 68px rgba(79, 70, 229, 0.12);
  transform: translateY(-7px);
}

.cohort-teaching-step > span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 900;
}

.cohort-teaching-step > div {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 38px;
  place-items: center;
  border-radius: 16px;
  color: var(--cohort-white);
  background: linear-gradient(135deg, var(--cohort-indigo), #7c3aed);
  box-shadow: 0 12px 25px rgba(79, 70, 229, 0.23);
  font-size: 1.45rem;
  font-weight: 800;
}

.cohort-teaching-step:nth-child(2) > div,
.cohort-teaching-step:nth-child(4) > div {
  color: #422006;
  background: linear-gradient(135deg, var(--cohort-gold), #fde68a);
  box-shadow: 0 12px 25px rgba(245, 158, 11, 0.2);
}

.cohort-teaching-step p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.cohort-expert-proof {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 26px;
  padding: 21px 25px;
  border-left: 4px solid var(--cohort-cyan);
  border-radius: 10px;
  background: #ecfeff;
}

.cohort-expert-proof strong {
  color: #164e63;
  white-space: nowrap;
}

.cohort-expert-proof span {
  color: #155e75;
  font-size: 0.9rem;
}

.cohort-section--roadmap {
  position: relative;
  color: var(--cohort-white);
  background:
    radial-gradient(circle at 90% 8%, rgba(79, 70, 229, 0.24), transparent 26%),
    radial-gradient(circle at 4% 52%, rgba(34, 211, 238, 0.1), transparent 24%),
    #090f20;
}

.cohort-section--roadmap::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  pointer-events: none;
}

.cohort-section--roadmap .container {
  position: relative;
}

.cohort-section__heading--light h2 {
  color: var(--cohort-white);
}

.cohort-section__heading--light > p:last-child {
  color: #a8b5c8;
}

.cohort-section--roadmap .cohort-kicker,
.cohort-section--market .cohort-kicker,
.cohort-final-cta .cohort-kicker {
  color: var(--cohort-gold) !important;
}

.cohort-learning-roadmap {
  --roadmap-progress: 0%;
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.cohort-learning-roadmap__line {
  position: absolute;
  z-index: 0;
  top: var(--roadmap-start, 42px);
  bottom: auto;
  left: 50%;
  width: 4px;
  height: var(--roadmap-length, calc(100% - 84px));
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

.cohort-learning-roadmap__line span {
  display: block;
  width: 100%;
  height: var(--roadmap-progress);
  border-radius: inherit;
  background: linear-gradient(180deg, var(--cohort-cyan), var(--cohort-indigo), var(--cohort-gold));
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.48);
  transition: height 120ms linear;
}

.cohort-learning-path {
  display: grid;
  gap: 54px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cohort-learning-phase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  align-items: center;
}

.cohort-learning-phase__marker {
  z-index: 3;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  width: 58px;
  height: 58px;
  place-self: center;
  place-items: center;
  border: 5px solid #101a34;
  border-radius: 50%;
  color: #07111f;
  background: var(--cohort-cyan);
  box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.34), 0 0 28px rgba(34, 211, 238, 0.3);
  font-size: 0.76rem;
  font-weight: 900;
}

.cohort-learning-phase__card {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    transform 250ms ease;
  backdrop-filter: blur(10px);
}

.cohort-learning-phase:nth-child(even) .cohort-learning-phase__card {
  grid-column: 3;
}

.cohort-learning-phase__card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cohort-cyan), var(--cohort-indigo), var(--cohort-gold));
  content: "";
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform 350ms ease;
}

.cohort-learning-phase:nth-child(even) .cohort-learning-phase__card::before {
  transform-origin: right;
}

.cohort-learning-phase__card:hover {
  border-color: rgba(103, 232, 249, 0.34);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.36);
  transform: translateY(-6px);
}

.cohort-learning-phase__card:hover::before {
  transform: scaleX(1);
}

.cohort-learning-phase__topline {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.cohort-learning-phase__topline span {
  color: var(--cohort-gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cohort-learning-phase__topline strong {
  color: #cbd5e1;
  font-size: 0.72rem;
}

.cohort-learning-phase__logos {
  display: flex;
  gap: 9px;
  margin-bottom: 19px;
}

.cohort-learning-phase__logos img {
  width: 46px;
  height: 46px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.94);
  object-fit: contain;
  transition: transform 220ms ease;
}

.cohort-learning-phase__card:hover .cohort-learning-phase__logos img {
  animation: cohortLogoBounce 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cohort-learning-phase__card:hover .cohort-learning-phase__logos img:nth-child(2) {
  animation-delay: 70ms;
}

.cohort-learning-phase__card:hover .cohort-learning-phase__logos img:nth-child(3) {
  animation-delay: 140ms;
}

.cohort-learning-phase h3 {
  margin-bottom: 12px;
  color: var(--cohort-white);
  font-size: 1.36rem;
}

.cohort-learning-phase p {
  margin-bottom: 20px;
  color: #a8b5c8;
  font-size: 0.9rem;
  line-height: 1.67;
}

.cohort-skill-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cohort-skill-chips li {
  padding: 6px 9px;
  border: 1px solid rgba(165, 243, 252, 0.16);
  border-radius: 999px;
  color: #cffafe;
  background: rgba(34, 211, 238, 0.07);
  font-size: 0.66rem;
  font-weight: 750;
}

.cohort-roadmap-finish {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 17px;
  align-items: center;
  max-width: 820px;
  margin: 58px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(251, 191, 36, 0.32);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.14), rgba(79, 70, 229, 0.14));
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.24);
}

.cohort-roadmap-finish > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  color: #422006;
  background: var(--cohort-gold);
  box-shadow: 0 0 24px rgba(251, 191, 36, 0.27);
  font-weight: 900;
}

.cohort-roadmap-finish strong {
  color: var(--cohort-white);
}

.cohort-page .cohort-roadmap-finish p {
  margin: 4px 0 0;
  color: #a8b5c8;
  font-size: 0.82rem;
}

.cohort-roadmap-finish > a {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 11px 15px;
  border-radius: 9px;
  color: #422006;
  background: var(--cohort-gold);
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.cohort-roadmap-finish > a:hover,
.cohort-roadmap-finish > a:focus-visible {
  background: #fcd34d;
  transform: translateY(-2px);
}

.cohort-section--certificates {
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(251, 191, 36, 0.11), transparent 25%),
    var(--cohort-cloud);
}

.cohort-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cohort-certificate-card {
  position: relative;
  overflow: hidden;
  min-height: 306px;
  padding: 27px 24px 25px;
  border: 1px solid var(--cohort-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  text-align: center;
  transition:
    border-color 250ms ease,
    box-shadow 250ms ease,
    transform 250ms ease;
}

.cohort-certificate-card::before {
  position: absolute;
  inset: -50% 30% 38%;
  border-radius: 50%;
  background: rgba(79, 70, 229, 0.09);
  content: "";
  filter: blur(10px);
  transition: transform 350ms ease;
}

.cohort-certificate-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 28px 70px rgba(79, 70, 229, 0.14);
  transform: translateY(-8px);
}

.cohort-certificate-card:hover::before {
  transform: scale(1.25);
}

.cohort-certificate-card img {
  position: relative;
  width: 182px;
  height: 182px;
  margin-bottom: 14px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(15, 23, 42, 0.16));
}

.cohort-certificate-card h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 1.02rem;
}

.cohort-certificate-card > span {
  position: relative;
  color: var(--cohort-muted);
  font-size: 0.77rem;
}

.cohort-experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 9vw, 120px);
  align-items: start;
}

.cohort-experience-layout > div:first-child > p:last-child {
  font-size: 1.06rem;
  line-height: 1.75;
}

.cohort-inclusions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 38px;
}

.cohort-inclusions article {
  padding-top: 20px;
  border-top: 3px solid var(--cohort-line);
}

.cohort-mini-badge {
  margin-bottom: 14px;
}

.cohort-inclusions article:nth-child(1),
.cohort-inclusions article:nth-child(4) {
  border-color: var(--cohort-indigo);
}

.cohort-inclusions article:nth-child(2) {
  border-color: var(--cohort-gold-dark);
}

.cohort-inclusions article:nth-child(3) {
  border-color: var(--cohort-cyan);
}

.cohort-inclusions p {
  margin-bottom: 0;
  font-size: 0.93rem;
}

.cohort-section--market {
  color: var(--cohort-white);
  background:
    radial-gradient(circle at 14% 20%, rgba(34, 211, 238, 0.12), transparent 28%),
    linear-gradient(125deg, #0f172a, #1e1b4b 72%, #312e81);
}

.cohort-market-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(48px, 8vw, 105px);
  align-items: center;
}

.cohort-section--market h2,
.cohort-section--market h3 {
  color: var(--cohort-white);
}

.cohort-section--market .cohort-section__lede {
  color: #cbd5e1;
}

.cohort-market-growth {
  display: grid;
  gap: 7px;
  margin-top: 30px;
  padding-left: 18px;
  border-left: 3px solid var(--cohort-gold);
}

.cohort-market-growth strong {
  color: var(--cohort-gold);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.cohort-market-growth span {
  color: #94a3b8;
  font-size: 0.86rem;
  line-height: 1.55;
}

.cohort-market-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}

.cohort-market-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.07) 48%,
    transparent 66%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-100%);
}

.cohort-reveal.is-visible .cohort-market-card::before {
  animation: cohortSheen 1.4s ease-out 0.4s both;
}

.cohort-market-card__badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #422006;
  background: var(--cohort-gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cohort-market-card h3 {
  margin-bottom: 28px;
}

.cohort-market-row + .cohort-market-row {
  margin-top: 24px;
}

.cohort-market-row > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 9px;
}

.cohort-market-row span {
  color: #cbd5e1;
  font-size: 0.85rem;
  font-weight: 700;
}

.cohort-market-row strong {
  color: var(--cohort-white);
  font-size: 0.95rem;
  white-space: nowrap;
}

.cohort-market-bar {
  overflow: hidden;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.cohort-market-bar > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cohort-cyan), var(--cohort-indigo));
}

.cohort-market-row--software .cohort-market-bar > span {
  background: linear-gradient(90deg, var(--cohort-indigo), var(--cohort-gold));
}

.cohort-reveal.is-visible .cohort-market-bar > span {
  animation: cohortBarGrow 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.cohort-market-card__source {
  margin: 28px 0 0 !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #94a3b8 !important;
  font-size: 0.74rem;
  line-height: 1.6;
}

.cohort-market-card__source a {
  color: #a5f3fc;
  text-underline-offset: 3px;
}

.cohort-pricing-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 940px;
  margin: -18px 0 30px;
  padding: 0;
  list-style: none;
}

.cohort-pricing-includes li {
  position: relative;
  padding: 9px 13px 9px 33px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #334155;
  background: #f8fafc;
  font-size: 0.76rem;
  font-weight: 700;
}

.cohort-pricing-includes li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--cohort-indigo);
  content: "✓";
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
  transform: translateY(-50%);
}

.cohort-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 940px;
}

.cohort-price-card {
  position: relative;
  padding: 40px;
  border: 1px solid var(--cohort-line);
  border-radius: 18px;
  background: var(--cohort-white);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.cohort-price-card--featured {
  border: 2px solid var(--cohort-indigo);
}

.cohort-price-card__tag {
  display: inline-flex;
  margin-bottom: 25px !important;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cohort-indigo-dark) !important;
  background: #eef2ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cohort-price-card__tag--muted {
  color: #475569 !important;
  background: #f1f5f9;
}

.cohort-price-card__price {
  margin: 18px 0 10px !important;
  color: var(--cohort-ink) !important;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.cohort-price-card__price > span {
  font-size: 0.48em;
  vertical-align: top;
}

.cohort-price-card__price small {
  font-size: 0.22em;
  letter-spacing: 0;
}

.cohort-price-card__summary {
  min-height: 52px;
  margin-bottom: 28px !important;
}

.cohort-price-card__proof {
  min-height: 100px;
  margin: -8px 0 26px !important;
  padding: 14px 15px;
  border-left: 3px solid var(--cohort-indigo);
  border-radius: 7px;
  color: #475569 !important;
  background: #f8fafc;
  font-size: 0.79rem;
  line-height: 1.55;
}

.cohort-btn--block {
  display: block;
  width: 100%;
}

.cohort-btn--secondary {
  color: var(--cohort-white);
  background: var(--cohort-ink);
}

.cohort-btn--secondary:hover,
.cohort-btn--secondary:focus-visible {
  color: var(--cohort-white);
  background: #1e293b;
}

.cohort-capacity-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  max-width: 940px;
  margin-top: 24px;
  padding: 19px 24px;
  border-left: 4px solid var(--cohort-gold-dark);
  border-radius: 8px;
  background: #fffbeb;
}

.cohort-capacity-note strong {
  color: var(--cohort-ink);
  font-size: 0.88rem;
}

.cohort-capacity-note span {
  color: #713f12;
  font-size: 0.82rem;
}

.cohort-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(45px, 9vw, 120px);
  align-items: start;
}

.cohort-faq-list {
  display: grid;
  gap: 12px;
  padding: 0;
}

.cohort-page .cohort-faq-list > details {
  overflow: clip;
  margin: 0;
  border: 1px solid var(--cohort-line);
  border-radius: 14px;
  background: var(--cohort-white);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.cohort-page .cohort-faq-list > details[open] {
  border-color: #c7d2fe;
  background: var(--cohort-white);
  box-shadow: 0 18px 42px rgba(79, 70, 229, 0.1);
}

.cohort-page .cohort-faq-list > details > summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  color: var(--cohort-ink);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease;
}

.cohort-page .cohort-faq-list > details > summary::-webkit-details-marker {
  display: none;
}

.cohort-page .cohort-faq-list > details > summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 28px;
  color: var(--cohort-indigo);
  content: "+";
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  transform: translateY(-50%);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cohort-page .cohort-faq-list > details[open] > summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.cohort-page .cohort-faq-list > details > p {
  max-width: 700px;
  margin: 0;
  padding: 0 58px 23px 22px;
  border-top: 0;
  color: var(--cohort-slate);
  font-size: 0.94rem;
  line-height: 1.68;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 220ms ease 70ms,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1) 50ms;
}

.cohort-page .cohort-faq-list > details[open]:not(.is-closing) > p {
  opacity: 1;
  transform: translateY(0);
}

.cohort-final-cta {
  position: relative;
  color: var(--cohort-white);
  background:
    linear-gradient(118deg, rgba(55, 48, 163, 0.98), rgba(15, 23, 42, 0.98)),
    var(--cohort-indigo-dark);
}

.cohort-final-cta__inner {
  max-width: 920px;
}

.cohort-final-cta h2 {
  color: var(--cohort-white);
}

.cohort-final-cta__inner > p:not(.cohort-kicker) {
  max-width: 680px;
  margin-bottom: 30px;
  color: #cbd5e1;
  font-size: 1.07rem;
}

.cohort-btn--gold {
  color: #422006;
  background: var(--cohort-gold);
  box-shadow: 0 15px 35px rgba(245, 158, 11, 0.24);
}

.cohort-btn--gold:hover,
.cohort-btn--gold:focus-visible {
  color: #422006;
  background: #fcd34d;
}

.cohort-btn--outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--cohort-white);
  background: transparent;
}

.cohort-btn--outline:hover,
.cohort-btn--outline:focus-visible {
  border-color: var(--cohort-white);
  color: var(--cohort-ink);
  background: var(--cohort-white);
}

.cohort-mobile-cta {
  display: none;
}

.cohort-page a[aria-disabled="true"] {
  opacity: 0.58;
  pointer-events: none;
}

.cohort-motion-enabled .cohort-reveal {
  opacity: 0;
  transform: translateY(34px);
}

.cohort-motion-enabled .cohort-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cohort-motion-enabled .cohort-reveal-item {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
}

.cohort-motion-enabled .cohort-reveal.is-visible .cohort-reveal-item {
  animation: cohortCardReveal 580ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.cohort-motion-enabled .cohort-reveal.is-visible .cohort-reveal-item:nth-child(2) {
  animation-delay: 90ms;
}

.cohort-motion-enabled .cohort-reveal.is-visible .cohort-reveal-item:nth-child(3) {
  animation-delay: 180ms;
}

.cohort-motion-enabled .cohort-reveal.is-visible .cohort-reveal-item:nth-child(4) {
  animation-delay: 270ms;
}

.cohort-motion-enabled .cohort-reveal.is-visible .cohort-reveal-item:nth-child(5) {
  animation-delay: 360ms;
}

.cohort-motion-enabled .cohort-reveal.is-visible .cohort-reveal-item:nth-child(6) {
  animation-delay: 450ms;
}

.cohort-learning-phase.is-passed .cohort-learning-phase__marker,
.cohort-learning-phase.is-active .cohort-learning-phase__marker {
  color: #422006;
  background: var(--cohort-gold);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.38), 0 0 30px rgba(251, 191, 36, 0.34);
}

.cohort-learning-phase.is-active .cohort-learning-phase__marker {
  animation: cohortMarkerPulse 1.8s ease-in-out infinite;
}

.cohort-reveal.is-visible .cohort-certificate-card img {
  animation: cohortBadgeFloat 4.2s ease-in-out 850ms infinite;
}

.cohort-reveal.is-visible .cohort-certificate-card:nth-child(2n) img {
  animation-delay: 1.15s;
}

.cohort-reveal.is-visible .cohort-certificate-card:nth-child(3n) img {
  animation-delay: 1.45s;
}

.cohort-hero__visual {
  animation: cohortVisualIn 900ms cubic-bezier(0.22, 1, 0.36, 1) 160ms both;
}

.cohort-hero__proof,
.cohort-eyebrow,
.cohort-hero__lede,
.cohort-hero__actions,
.cohort-hero__trust,
.cohort-hero__fine-print {
  animation: cohortHeroIn 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cohort-hero__proof {
  animation-delay: 40ms;
}

.cohort-eyebrow {
  animation-delay: 100ms;
}

.cohort-hero__line {
  animation: cohortHeadlineIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cohort-hero__line--one {
  animation-delay: 150ms;
}

.cohort-hero__line--two {
  animation-delay: 230ms;
}

.cohort-hero__line--three {
  animation-delay: 310ms;
}

.cohort-hero__lede {
  animation-delay: 390ms;
}

.cohort-hero__actions {
  animation-delay: 460ms;
}

.cohort-hero__trust {
  animation-delay: 520ms;
}

.cohort-hero__fine-print {
  animation-delay: 570ms;
}

.cohort-price-card .cohort-btn--primary,
.cohort-hero .cohort-btn--primary {
  animation: cohortCtaPulse 2.8s ease-in-out 1.2s infinite;
}

@keyframes cohortHeroIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cohortVisualIn {
  from {
    opacity: 0;
    transform: translate3d(36px, 18px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes cohortHeadlineIn {
  from {
    opacity: 0;
    transform: translateY(0.55em) rotateX(-9deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes cohortCardReveal {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cohortCtaPulse {
  0%,
  100% {
    box-shadow: 0 16px 34px rgba(79, 70, 229, 0.35);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 20px 44px rgba(79, 70, 229, 0.52);
    transform: translateY(-2px);
  }
}

@keyframes cohortSheen {
  to {
    transform: translateX(100%);
  }
}

@keyframes cohortBarGrow {
  to {
    width: var(--benchmark-width);
  }
}

@keyframes cohortOrbDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-24px, 28px, 0) scale(1.06);
  }
}

@keyframes cohortRingSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cohortFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes cohortLogoBounce {
  0% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-7px) scale(1.08);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes cohortMarkerPulse {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.38), 0 0 22px rgba(251, 191, 36, 0.26);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(251, 191, 36, 0.08), 0 0 38px rgba(251, 191, 36, 0.48);
  }
}

@keyframes cohortBadgeFloat {
  0%,
  100% {
    filter: drop-shadow(0 14px 20px rgba(15, 23, 42, 0.16));
    transform: translateY(0) rotate(-1.5deg) scale(1);
  }
  50% {
    filter: drop-shadow(0 20px 28px rgba(79, 70, 229, 0.25))
      drop-shadow(0 0 14px rgba(251, 191, 36, 0.2));
    transform: translateY(-11px) rotate(1.5deg) scale(1.045);
  }
}

.cohort-page a:focus-visible,
.cohort-page summary:focus-visible {
  outline: 3px solid #0f172a;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #ffffff;
}

.cohort-page .cohort-faq-list summary:focus-visible {
  border-radius: 11px;
  outline: 2px solid var(--cohort-indigo);
  outline-offset: -4px;
  box-shadow: none;
}

@media (max-width: 1050px) {
  .cohort-hero {
    min-height: auto;
  }

  .cohort-hero__grid,
  .cohort-schedule-layout,
  .cohort-experience-layout,
  .cohort-market-layout,
  .cohort-faq-layout,
  .cohort-expert-intro,
  .cohort-certificates-intro {
    grid-template-columns: 1fr;
  }

  .cohort-hero__visual {
    max-width: 760px;
    min-height: 600px;
  }

  .cohort-facts-grid,
  .cohort-teaching-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cohort-teaching-step:not(:last-child)::after {
    display: none;
  }

  .cohort-date-card {
    max-width: 680px;
  }

  .cohort-market-card {
    max-width: 780px;
  }

  .cohort-faq-layout {
    gap: 32px;
  }
}

@media (max-width: 1180px) {
  .cohort-page .desktop-nav {
    display: none;
  }

  .cohort-page .hamburger-menu {
    display: block;
  }

  .cohort-page.mobile-nav-open {
    overflow: hidden;
  }

  .cohort-page .mobile-nav {
    justify-content: flex-start;
    min-height: 100dvh;
    height: 100dvh;
    padding: 92px 22px calc(42px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    transition:
      transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      visibility 0s linear 0.4s;
  }

  .cohort-page .mobile-nav.is-active {
    transition-delay: 0s;
  }

  .cohort-page .mobile-nav ul {
    width: min(100%, 440px);
    margin: auto 0 0;
  }

  .cohort-page .mobile-nav ul li {
    margin: 14px 0;
  }

  .cohort-page .mobile-nav ul li a {
    font-size: clamp(1.15rem, 4.5vw, 1.55rem);
  }

  .cohort-page .mobile-nav > .btn {
    width: min(100%, 340px);
    margin: 22px 0 auto;
  }
}

@media (max-width: 992px) {
  .cohort-page {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .cohort-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--cohort-white);
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 -12px 35px rgba(15, 23, 42, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition:
      opacity 220ms ease,
      transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 300ms;
    visibility: hidden;
    backdrop-filter: blur(14px);
  }

  .cohort-mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
    visibility: visible;
  }

  .cohort-page.mobile-nav-open .cohort-mobile-cta {
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    visibility: hidden;
  }

  .cohort-enrollment-closed .cohort-mobile-cta {
    display: none;
  }

  .cohort-mobile-cta strong,
  .cohort-mobile-cta span {
    display: block;
  }

  .cohort-mobile-cta strong {
    font-size: 0.88rem;
  }

  .cohort-mobile-cta span {
    margin-top: 2px;
    color: #94a3b8;
    font-size: 0.7rem;
  }

  .cohort-mobile-cta__button {
    min-width: 118px;
    padding: 12px 16px;
    border-radius: 8px;
    color: #422006;
    background: var(--cohort-gold);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
    text-transform: none;
  }
}

@media (max-width: 768px) {
  .cohort-page section {
    padding: 70px 0;
  }

  .cohort-hero {
    padding-top: 112px !important;
  }

  .cohort-hero__grid {
    gap: 42px;
  }

  .cohort-hero h1 {
    font-size: clamp(2.6rem, 10vw, 4.2rem);
  }

  .cohort-hero__visual {
    min-height: 550px;
  }

  .cohort-decision-bar__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .cohort-facts-grid,
  .cohort-pricing-grid,
  .cohort-inclusions,
  .cohort-outcomes-grid {
    grid-template-columns: 1fr;
  }

  .cohort-fact {
    min-height: auto;
  }

  .cohort-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cohort-certificate-card img {
    width: 132px;
    height: 132px;
  }

  .cohort-learning-roadmap__line {
    left: 28px;
    transform: none;
  }

  .cohort-learning-phase {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .cohort-learning-phase__marker {
    grid-column: 1;
    width: 56px;
    height: 56px;
  }

  .cohort-learning-phase__card,
  .cohort-learning-phase:nth-child(even) .cohort-learning-phase__card {
    grid-column: 2;
  }

  .cohort-expert-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .cohort-expert-proof strong {
    white-space: normal;
  }

  .cohort-company-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cohort-company-proof > div {
    justify-content: flex-start;
  }

  .cohort-capacity-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .cohort-page h2 {
    font-size: 2.2rem;
  }

  .cohort-hero__actions,
  .cohort-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cohort-hero__actions .cohort-btn,
  .cohort-final-cta__actions .cohort-btn {
    width: 100%;
  }

  .cohort-hero__offer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cohort-hero__visual {
    min-height: 510px;
  }

  .cohort-hero__art-card {
    margin: 42px 0 88px;
  }

  .cohort-hero__offer-grid div {
    padding: 14px 13px;
  }

  .cohort-hero__offer-grid strong {
    font-size: 0.87rem;
  }

  .cohort-hero__float-card {
    padding: 11px 12px;
    font-size: 0.7rem;
  }

  .cohort-hero__float-card--live {
    top: 2px;
    right: 0;
  }

  .cohort-hero__float-card--capstone {
    bottom: 43px;
    left: 0;
  }

  .cohort-hero__tech-stack {
    right: 0;
  }

  .cohort-hero__tech-stack img {
    width: 33px;
    height: 33px;
  }

  .cohort-session {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 16px;
  }

  .cohort-date-card,
  .cohort-price-card {
    padding: 26px 22px;
  }

  .cohort-teaching-loop {
    grid-template-columns: 1fr;
  }

  .cohort-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .cohort-certificate-card {
    min-height: 0;
    padding: 17px 11px 16px;
    border-radius: 14px;
  }

  .cohort-certificate-card img {
    width: 94px;
    height: 94px;
    margin-bottom: 8px;
  }

  .cohort-certificate-card h3 {
    font-size: 0.87rem;
  }

  .cohort-certificate-card > span {
    font-size: 0.66rem;
    line-height: 1.4;
  }

  .cohort-teaching-step {
    min-height: auto;
  }

  .cohort-learning-path {
    gap: 38px;
  }

  .cohort-learning-roadmap__line {
    left: 21px;
  }

  .cohort-learning-phase {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .cohort-learning-phase__marker {
    width: 42px;
    height: 42px;
    border-width: 4px;
    font-size: 0.66rem;
  }

  .cohort-learning-phase__card {
    padding: 24px 20px;
  }

  .cohort-learning-phase__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .cohort-roadmap-finish {
    flex-wrap: wrap;
    padding: 21px 20px;
  }

  .cohort-roadmap-finish > a {
    width: 100%;
    margin: 4px 0 0;
    text-align: center;
  }

  .cohort-faq-list {
    padding: 0;
  }

  .cohort-page .cohort-faq-list > details > summary {
    padding: 19px 48px 19px 18px;
  }

  .cohort-page .cohort-faq-list > details > summary::after {
    right: 14px;
  }

  .cohort-page .cohort-faq-list > details > p {
    padding: 0 48px 21px 18px;
  }

  .cohort-company-proof {
    padding: 18px;
  }

  .cohort-company-proof > div {
    gap: 17px 24px;
  }

  .cohort-company-proof img {
    max-width: 78px;
    height: 29px;
  }

  .cohort-date-card dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .cohort-hero__proof span {
    font-size: 0.62rem;
  }

  .cohort-market-card {
    padding: 27px 22px;
  }

  .cohort-market-row > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

}

@media (max-width: 380px) {
  .cohort-page {
    padding-bottom: calc(102px + env(safe-area-inset-bottom));
  }

  .cohort-hero {
    padding-top: 96px !important;
  }

  .cohort-hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 16px;
  }

  .cohort-hero__proof span:first-child {
    display: none;
  }

  .cohort-hero__proof span {
    justify-content: center;
    min-height: 28px;
    padding: 5px 6px;
    font-size: 0.56rem;
    letter-spacing: 0.025em;
  }

  .cohort-eyebrow {
    margin-bottom: 10px !important;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .cohort-eyebrow::before {
    width: 20px;
  }

  .cohort-hero h1 {
    margin-bottom: 18px;
    font-size: 2.25rem;
    line-height: 1.01;
  }

  .cohort-hero__lede {
    margin-bottom: 22px !important;
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .cohort-hero__actions {
    gap: 10px;
  }

  .cohort-hero__actions .cohort-btn {
    min-height: 50px;
    padding-block: 13px;
  }

  .cohort-mobile-cta {
    gap: 8px;
    padding-inline: 12px;
  }

  .cohort-mobile-cta__button {
    min-width: 104px;
    padding-inline: 12px;
    font-size: 0.72rem;
  }

  .cohort-hero__float-card--capstone {
    bottom: 84px;
  }

  .cohort-hero__tech-stack {
    gap: 6px;
    padding: 9px;
  }

  .cohort-hero__tech-stack img {
    width: 30px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cohort-page *,
  .cohort-page *::before,
  .cohort-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .cohort-motion-enabled .cohort-reveal,
  .cohort-motion-enabled .cohort-reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }

  .cohort-market-bar > span {
    width: var(--benchmark-width) !important;
  }
}
