:root {
  --home-navy: #071120;
  --home-navy-soft: #0d1b32;
  --home-ink: #101827;
  --home-slate: #475569;
  --home-cloud: #f5f7fb;
  --home-white: #ffffff;
  --home-indigo: #5548e7;
  --home-indigo-dark: #4035c7;
  --home-cyan: #19c5d5;
  --home-gold: #f7b928;
  --home-green: #10b981;
  --home-border: #dce3ee;
  --home-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

.brand-home {
  color: var(--home-ink);
  background: var(--home-white);
}

.brand-home main {
  overflow: clip;
}

.brand-home main p {
  color: var(--home-slate);
}

.brand-home main a:focus-visible,
.home-skip-link:focus-visible {
  outline: 3px solid var(--home-gold);
  outline-offset: 4px;
}

.home-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 2000;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--home-navy);
  background: var(--home-gold);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.brand-home .main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 17, 32, 0.96);
}

.brand-home .main-header.scrolled {
  background: rgba(7, 17, 32, 0.91);
}

.brand-home .btn.home-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease,
    border-color 180ms ease;
}

.brand-home .btn.home-btn:hover {
  transform: translateY(-3px);
}

.home-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #6658f5, var(--home-indigo));
  box-shadow: 0 14px 32px rgba(85, 72, 231, 0.34);
}

.home-btn--primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #7568fb, #4d40d8);
  box-shadow: 0 18px 38px rgba(85, 72, 231, 0.42);
}

.home-btn--secondary,
.home-btn--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.home-btn--secondary:hover,
.home-btn--outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48) !important;
  background: rgba(255, 255, 255, 0.13);
}

.home-btn--dark {
  color: #fff;
  background: var(--home-navy);
  box-shadow: 0 12px 28px rgba(7, 17, 32, 0.18);
}

.home-btn--dark:hover {
  color: #fff;
  background: #15243e;
}

.home-btn--gold {
  color: #281900;
  background: linear-gradient(135deg, #ffd257, var(--home-gold));
  box-shadow: 0 14px 30px rgba(247, 185, 40, 0.28);
}

.home-btn--gold:hover {
  color: #281900;
  background: linear-gradient(135deg, #ffdc79, #ffc53d);
  box-shadow: 0 18px 36px rgba(247, 185, 40, 0.34);
}

.home-hero {
  position: relative;
  display: flex;
  min-height: 780px;
  align-items: center;
  padding: 142px 0 92px;
  color: #fff;
  background:
    radial-gradient(circle at 74% 18%, rgba(85, 72, 231, 0.24), transparent 29%),
    radial-gradient(circle at 14% 78%, rgba(25, 197, 213, 0.12), transparent 27%),
    linear-gradient(145deg, #071120 0%, #0a1427 58%, #101b36 100%);
  isolation: isolate;
}

#home-signal-canvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.52;
}

.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(to bottom, #000 0%, transparent 82%);
}

.home-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.home-orb--one {
  top: 19%;
  right: 6%;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(25, 197, 213, 0.2);
  box-shadow: inset 0 0 60px rgba(25, 197, 213, 0.08), 0 0 90px rgba(25, 197, 213, 0.06);
  animation: home-orbit 9s ease-in-out infinite;
}

.home-orb--two {
  bottom: 6%;
  left: 45%;
  width: 110px;
  height: 110px;
  background: rgba(85, 72, 231, 0.1);
  animation: home-orbit 11s ease-in-out -4s infinite reverse;
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(50px, 7vw, 96px);
  align-items: center;
}

.home-hero__content {
  max-width: 720px;
}

.home-eyebrow,
.home-kicker,
.brand-home main .home-eyebrow,
.brand-home main .home-kicker {
  margin: 0 0 18px;
  color: #8a5600;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand-home main .home-hero .home-eyebrow,
.brand-home main .home-comparison .home-kicker,
.brand-home main .home-method .home-kicker,
.brand-home main .home-final-cta .home-kicker {
  color: #ffd263;
}

.home-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(3.2rem, 6.15vw, 5.7rem);
  letter-spacing: -0.063em;
  line-height: 0.97;
  text-wrap: balance;
}

.home-hero h1 span {
  display: block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(100deg, #7ee8ef 4%, #b7a9ff 48%, #ffd25b 94%);
  background-clip: text;
  -webkit-background-clip: text;
}

.brand-home main .home-hero__lede {
  max-width: 650px;
  margin: 0 0 31px;
  color: #b9c6d8;
  font-size: clamp(1.04rem, 1.6vw, 1.23rem);
  line-height: 1.72;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 29px;
}

.home-hero .admissions-inline--dark {
  color: #cbd5e1;
}

.home-hero .admissions-inline--dark a {
  color: #fde68a;
}

.home-hero .admissions-inline--dark a:hover {
  color: #fbbf24;
}

.home-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  margin: 0;
  padding: 0;
  color: #d7e0ec;
  font-size: 0.78rem;
  font-weight: 650;
  list-style: none;
}

.home-trust-row li {
  position: relative;
  padding-left: 17px;
}

.home-trust-row li::before {
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--home-green);
  box-shadow: 0 0 14px rgba(16, 185, 129, 0.65);
  content: "";
}

.home-pathfinder {
  position: relative;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(10, 20, 39, 0.76);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  animation: home-card-enter 850ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.home-pathfinder::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(126, 232, 239, 0.52), transparent 36%, rgba(247, 185, 40, 0.35));
  content: "";
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.home-pathfinder__topline {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 3px 4px 16px;
  color: #9eacc1;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.home-window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f87171;
}

.home-window-dots i:nth-child(2) { background: var(--home-gold); }
.home-window-dots i:nth-child(3) { background: var(--home-green); }

.home-path {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 122px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease,
    box-shadow 220ms ease;
}

.home-path--self {
  background: linear-gradient(115deg, rgba(25, 197, 213, 0.14), rgba(255, 255, 255, 0.045));
}

.home-path--live {
  background: linear-gradient(115deg, rgba(85, 72, 231, 0.23), rgba(247, 185, 40, 0.08));
}

.home-path:hover {
  color: #fff;
  border-color: rgba(126, 232, 239, 0.48);
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 17px 32px rgba(0, 0, 0, 0.2);
  transform: translateX(5px);
}

.home-path__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: #071120;
  background: #7ee8ef;
  font-size: 1.35rem;
  font-weight: 900;
}

.home-path--live .home-path__icon {
  background: var(--home-gold);
}

.home-path__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.home-path__label {
  margin-bottom: 4px;
  color: #8eeaf0;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-path--live .home-path__label { color: #ffd96f; }

.home-path__content strong {
  margin-bottom: 5px;
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
}

.home-path__content small {
  color: #9fadc1;
  font-size: 0.72rem;
}

.home-path__arrow {
  color: #dfe7f4;
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.home-path:hover .home-path__arrow { transform: translateX(3px); }

.home-pathfinder__or {
  position: relative;
  display: grid;
  height: 31px;
  place-items: center;
}

.home-pathfinder__or::before {
  position: absolute;
  right: 18px;
  left: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
  content: "";
}

.home-pathfinder__or span {
  z-index: 1;
  padding: 0 10px;
  color: #75849b;
  background: #0d192e;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-home main .home-pathfinder__note {
  margin: 14px 0 1px;
  color: #8392a8;
  font-size: 0.7rem;
  text-align: center;
}

.home-proof-strip {
  padding: 0;
  border-bottom: 1px solid var(--home-border);
  background: #fff;
}

.home-proof-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-proof-strip .container > div {
  display: flex;
  gap: 12px;
  min-height: 106px;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  border-right: 1px solid var(--home-border);
}

.home-proof-strip .container > div:first-child { border-left: 1px solid var(--home-border); }

.home-proof-strip strong {
  color: var(--home-indigo);
  font-size: 1.9rem;
  letter-spacing: -0.04em;
}

.home-proof-strip span {
  max-width: 105px;
  color: #536176;
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.35;
}

.home-section {
  padding: 104px 0;
}

.home-section__heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.home-section__heading h2,
.home-method__intro h2,
.home-final-cta h2 {
  margin: 0 0 17px;
  color: var(--home-ink);
  font-size: clamp(2.25rem, 4.7vw, 4rem);
  letter-spacing: -0.052em;
  line-height: 1.05;
  text-wrap: balance;
}

.brand-home main .home-section__heading > p:last-child,
.brand-home main .home-method__intro > p:not(.home-kicker) {
  max-width: 680px;
  margin: 0 auto;
  color: #607087;
  font-size: 1.03rem;
  line-height: 1.75;
}

.home-programs {
  background:
    radial-gradient(circle at 0 25%, rgba(25, 197, 213, 0.08), transparent 24%),
    linear-gradient(180deg, #fff, #f7f9fc);
}

.home-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1050px;
  margin: 0 auto;
}

.home-program-card {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--home-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.home-program-card:hover {
  border-color: #b5c0d1;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.17);
  transform: translateY(-7px);
}

.home-program-card--live { border-color: rgba(85, 72, 231, 0.42); }

.home-program-card__visual {
  position: relative;
  display: flex;
  min-height: 128px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px 27px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(25, 197, 213, 0.19), rgba(7, 17, 32, 0.95)),
    var(--home-navy);
}

.home-program-card--live .home-program-card__visual {
  background:
    radial-gradient(circle at 85% 10%, rgba(247, 185, 40, 0.35), transparent 30%),
    linear-gradient(135deg, #302779, #101932);
}

.home-program-card__visual::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.045) 50%, transparent 51%);
  background-size: 24px 100%;
  content: "";
}

.home-program-card__best {
  position: relative;
  z-index: 1;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #d9faff;
  background: rgba(7, 17, 32, 0.5);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-program-card--live .home-program-card__best { color: #ffe8a4; }

.home-program-card__mark {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 2.4rem;
  font-weight: 800;
}

.home-program-card__body {
  display: flex;
  min-height: 570px;
  flex-direction: column;
  padding: 34px;
}

.brand-home main .home-program-card__eyebrow {
  margin: 0 0 11px;
  color: #4a3fd1;
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-program-card h3 {
  margin: 0 0 14px;
  color: var(--home-ink);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  letter-spacing: -0.035em;
}

.brand-home main .home-program-card__summary {
  min-height: 105px;
  margin-bottom: 19px;
  color: #596a80;
  line-height: 1.7;
}

.home-price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--home-border);
}

.home-price strong {
  color: var(--home-ink);
  font-size: clamp(2.15rem, 4vw, 3rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-price span {
  color: #6a788d;
  font-size: 0.76rem;
  font-weight: 700;
}

.home-check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  color: #3d4d62;
  font-size: 0.86rem;
  list-style: none;
}

.home-check-list li {
  position: relative;
  padding-left: 26px;
  line-height: 1.5;
}

.home-check-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #075e4a;
  background: #d5f7eb;
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
}

.home-program-card .home-btn {
  width: 100%;
  margin-top: auto;
}

.brand-home main .home-programs__clarifier {
  max-width: 710px;
  margin: 30px auto 0;
  padding: 14px 18px;
  border: 1px solid #d7deea;
  border-radius: 12px;
  color: #516176;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.83rem;
  font-weight: 650;
  text-align: center;
}

.home-comparison {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(85, 72, 231, 0.24), transparent 28%),
    var(--home-navy);
}

.home-section__heading--light h2 { color: #fff; }
.brand-home main .home-section__heading--light > p:last-child { color: #aebcd0; }

.home-comparison-wrap {
  max-width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.home-comparison table {
  width: 100%;
  border-collapse: collapse;
}

.home-comparison caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-comparison th,
.home-comparison td {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #c7d2e2;
  font-size: 0.84rem;
  text-align: left;
}

.home-comparison thead th {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-comparison tbody th {
  width: 25%;
  color: #fff;
  font-weight: 750;
}

.home-comparison td:nth-child(3),
.home-comparison thead th:nth-child(3) {
  background: rgba(85, 72, 231, 0.1);
}

.home-comparison tbody tr:last-child th,
.home-comparison tbody tr:last-child td { border-bottom: 0; }
.home-comparison td strong { color: #ffe07f; }

.home-fit-callout {
  display: flex;
  gap: 24px;
  max-width: 840px;
  align-items: center;
  justify-content: space-between;
  margin: 28px auto 0;
  padding: 17px 20px;
  border: 1px solid rgba(247, 185, 40, 0.25);
  border-radius: 13px;
  background: rgba(247, 185, 40, 0.075);
}

.home-fit-callout div { display: flex; flex-direction: column; }
.home-fit-callout span { color: #99a8bd; font-size: 0.72rem; }
.home-fit-callout strong { color: #fff; font-size: 0.88rem; }
.home-fit-callout a { color: #ffd66b; font-size: 0.78rem; font-weight: 800; white-space: nowrap; }

.home-curriculum {
  background:
    radial-gradient(circle at 12% 18%, rgba(25, 197, 213, 0.09), transparent 24%),
    #f6f8fc;
}

.home-badge-roadmap {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 13px;
  align-items: stretch;
  max-width: 1160px;
  margin: 0 auto;
}

.home-skill-badge {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 17px 10px 14px;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 13px 34px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-skill-badge::after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 14px;
  height: 2px;
  background: linear-gradient(90deg, #cbd5e1, transparent);
  content: "";
}

.home-skill-badge:last-child::after { display: none; }

.home-skill-badge:hover {
  border-color: rgba(85, 72, 231, 0.34);
  box-shadow: 0 19px 42px rgba(15, 23, 42, 0.11);
  transform: translateY(-8px) rotate(-1deg);
}

.home-skill-badge img {
  width: min(100%, 118px);
  height: auto;
  margin-bottom: 11px;
  filter: drop-shadow(0 8px 12px rgba(15, 23, 42, 0.12));
  animation: home-badge-float 5s ease-in-out infinite;
}

.home-skill-badge:nth-child(2n) img { animation-delay: -1.2s; }
.home-skill-badge:nth-child(3n) img { animation-delay: -2.4s; }

.home-skill-badge figcaption {
  color: #4b5b70;
  font-size: 0.67rem;
  font-weight: 750;
  text-align: center;
}

.home-curriculum__actions {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.home-text-link {
  color: #4438ca;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.home-text-link span { display: inline-block; transition: transform 180ms ease; }
.home-text-link:hover span { transform: translateX(4px); }

.home-outcomes { background: #fff; }

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

.home-outcome {
  min-height: 270px;
  padding: 27px;
  border: 1px solid var(--home-border);
  border-radius: 18px;
  background: linear-gradient(155deg, #fff, #f8fafc);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.home-outcome:hover {
  border-color: rgba(85, 72, 231, 0.34);
  box-shadow: 0 19px 45px rgba(15, 23, 42, 0.1);
  transform: translateY(-6px);
}

.home-outcome > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 11px;
  color: #4338ca;
  background: #eceaff;
  font-size: 0.74rem;
  font-weight: 900;
}

.home-outcome:nth-child(2) > span { color: #087782; background: #d9f8fa; }
.home-outcome:nth-child(3) > span { color: #8b5705; background: #fff0c4; }
.home-outcome:nth-child(4) > span { color: #0f6a51; background: #d9f7eb; }

.home-outcome h3 {
  margin: 0 0 11px;
  color: var(--home-ink);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.brand-home main .home-outcome p {
  margin: 0;
  color: #627186;
  font-size: 0.84rem;
  line-height: 1.67;
}

.home-method {
  color: #fff;
  background:
    radial-gradient(circle at 6% 85%, rgba(25, 197, 213, 0.13), transparent 25%),
    linear-gradient(135deg, #0c1730, #111b38);
}

.home-method__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: clamp(55px, 8vw, 105px);
  align-items: center;
}

.home-method__intro h2 { color: #fff; text-align: left; }
.brand-home main .home-method__intro > p:not(.home-kicker) { margin: 0 0 23px; color: #adbbce; }
.home-method .home-text-link { color: #85edf3; }

.home-method__steps {
  position: relative;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-method__steps::before {
  position: absolute;
  top: 36px;
  bottom: 36px;
  left: 28px;
  width: 2px;
  background: linear-gradient(var(--home-cyan), var(--home-indigo), var(--home-gold));
  content: "";
}

.home-method__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 19px;
  align-items: center;
  padding: 17px 20px 17px 0;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 180ms ease, background 180ms ease;
}

.home-method__steps li:hover { background: rgba(255, 255, 255, 0.075); transform: translateX(5px); }

.home-method__steps li > span {
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  place-items: center;
  border: 1px solid rgba(126, 232, 239, 0.42);
  border-radius: 50%;
  color: #9bf4f8;
  background: #10263d;
  font-size: 0.74rem;
  font-weight: 900;
}

.home-method__steps strong { color: #fff; font-size: 0.95rem; }
.brand-home main .home-method__steps p { margin: 3px 0 0; color: #9faec2; font-size: 0.78rem; }

.home-faq {
  background:
    radial-gradient(circle at 92% 15%, rgba(85, 72, 231, 0.08), transparent 24%),
    #f6f8fc;
}

.home-faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.home-faq-list details {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.05);
}

.home-faq-list details.is-animating {
  will-change: height;
}

.home-faq-list summary {
  position: relative;
  display: flex;
  min-height: 78px;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  color: var(--home-ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

.home-faq-list summary::-webkit-details-marker { display: none; }

.home-faq-list summary span {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.home-faq-list summary span::before,
.home-faq-list summary span::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--home-indigo);
  content: "";
  transition: transform 220ms ease;
}

.home-faq-list summary span::after { transform: rotate(90deg); }
.home-faq-list details[open] summary span::after { transform: rotate(0); }
.home-faq-list details.is-closing summary span::after { transform: rotate(90deg); }

.home-faq-answer {
  overflow: hidden;
}

.home-faq-answer > div { overflow: hidden; }

.brand-home main .home-faq-answer p {
  margin: 0;
  padding: 0 62px 24px 24px;
  color: #5e6e83;
  line-height: 1.72;
}

.home-final-cta {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(128deg, #352bb7, #171b42 68%, #0b2135);
}

.home-final-cta::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  opacity: 0.19;
}

.home-final-cta .container { position: relative; max-width: 900px; text-align: center; }
.home-final-cta h2 { color: #fff; }
.brand-home main .home-final-cta > .container > p:not(.home-kicker) { max-width: 700px; margin: 0 auto 29px; color: #c6d1e0; font-size: 1.03rem; line-height: 1.7; }
.home-final-cta__actions { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; }

.home-final-cta__orb {
  position: absolute;
  top: -190px;
  left: 50%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 120px rgba(126, 232, 239, 0.08);
  transform: translateX(-50%);
}

.brand-home .site-footer { border-top: 0; }

.home-animations-ready .home-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-animations-ready .home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-program-grid .home-reveal:nth-child(2),
.home-outcome-grid .home-reveal:nth-child(2),
.home-method__steps .home-reveal:nth-child(2) { transition-delay: 90ms; }
.home-outcome-grid .home-reveal:nth-child(3),
.home-method__steps .home-reveal:nth-child(3) { transition-delay: 170ms; }
.home-outcome-grid .home-reveal:nth-child(4),
.home-method__steps .home-reveal:nth-child(4) { transition-delay: 250ms; }

@keyframes home-card-enter {
  from { opacity: 0; transform: translateY(22px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes home-orbit {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -16px, 0); }
}

@keyframes home-badge-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(350px, 0.86fr); gap: 42px; }
  .home-badge-roadmap { grid-template-columns: repeat(4, minmax(130px, 1fr)); max-width: 800px; }
  .home-skill-badge::after { display: none; }
  .home-outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .home-hero { min-height: auto; padding: 132px 0 76px; }
  .home-hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .home-hero__content { max-width: 760px; text-align: center; margin: 0 auto; }
  .home-hero__lede { margin-right: auto !important; margin-left: auto !important; }
  .home-hero__actions, .home-trust-row { justify-content: center; }
  .home-pathfinder { width: min(100%, 590px); margin: 0 auto; }
  .home-program-card__body { min-height: 600px; padding: 29px; }
  .home-method__layout { grid-template-columns: 1fr; gap: 46px; }
  .home-method__intro { max-width: 700px; }
}

@media (max-width: 720px) {
  .home-section { padding: 78px 0; }
  .home-hero h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .home-proof-strip .container { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .home-proof-strip .container > div { min-height: 92px; border-bottom: 1px solid var(--home-border); }
  .home-proof-strip .container > div:nth-child(2n+1) { border-left: 0; }
  .home-proof-strip .container > div:nth-child(2n) { border-right: 0; }
  .home-program-grid { grid-template-columns: 1fr; }
  .home-program-card__body { min-height: 0; }
  .brand-home main .home-program-card__summary { min-height: 0; }
  .home-comparison-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .home-comparison table, .home-comparison tbody, .home-comparison tr, .home-comparison th, .home-comparison td { display: block; width: 100%; }
  .home-comparison thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .home-comparison tbody { display: grid; gap: 12px; }
  .home-comparison tr { overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 13px; background: rgba(255, 255, 255, 0.055); }
  .home-comparison tbody th { padding: 14px 17px; border-bottom: 1px solid rgba(255, 255, 255, 0.11); background: rgba(255, 255, 255, 0.075); }
  .home-comparison td { display: grid; grid-template-columns: 105px 1fr; gap: 15px; padding: 13px 17px; }
  .home-comparison td::before { color: #91a0b7; content: attr(data-label); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
  .home-fit-callout { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-badge-roadmap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-outcome-grid { grid-template-columns: 1fr; }
  .home-outcome { min-height: 0; }
  .home-curriculum__actions { flex-direction: column; }
}

@media (max-width: 480px) {
  .home-hero { padding: 116px 0 65px; }
  .home-hero__actions { align-items: stretch; flex-direction: column; }
  .home-hero__actions .home-btn { width: 100%; }
  .home-trust-row { align-items: flex-start; flex-direction: column; text-align: left; }
  .home-pathfinder { padding: 12px; border-radius: 18px; }
  .home-path { grid-template-columns: 42px minmax(0, 1fr); min-height: 116px; padding: 16px 14px; }
  .home-path__icon { width: 42px; height: 42px; }
  .home-path__arrow { display: none; }
  .home-path__content strong { font-size: 0.91rem; }
  .home-proof-strip .container > div { justify-content: flex-start; padding: 18px 16px; }
  .home-proof-strip strong { font-size: 1.55rem; }
  .home-section__heading { margin-bottom: 38px; }
  .home-section__heading h2, .home-method__intro h2, .home-final-cta h2 { font-size: clamp(2rem, 10vw, 2.85rem); }
  .home-program-card { border-radius: 18px; }
  .home-program-card__visual { min-height: 112px; padding: 20px; }
  .home-program-card__body { padding: 25px 20px; }
  .home-price { align-items: flex-start; flex-direction: column; gap: 5px; }
  .home-badge-roadmap { gap: 10px; }
  .home-skill-badge { border-radius: 14px; padding: 12px 7px; }
  .home-skill-badge img { width: min(100%, 105px); }
  .home-method__steps li { grid-template-columns: 48px 1fr; padding-right: 14px; }
  .home-faq-list summary { min-height: 70px; padding: 18px; font-size: 0.92rem; }
  .brand-home main .home-faq-answer p { padding: 0 48px 20px 18px; }
  .home-final-cta { padding: 86px 0; }
  .home-final-cta__actions { align-items: stretch; flex-direction: column; }
}

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

  .home-animations-ready .home-reveal { opacity: 1; transform: none; }
}
