:root {
  --bg-page: #ececec;
  --blue-50: #eef9ff;
  --blue-100: #d9f1fb;
  --blue-300: #59c8e8;
  --blue-500: #2d98d7;
  --blue-700: #1263be;
  --surface: rgba(255, 255, 255, 0.94);
  --text-main: #173042;
  --text-muted: #4e6270;
  --success: #0e7a58;
  --border: #cfe0e9;
  --ring: #78cee9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text-main);
  background: var(--bg-page);
  position: relative;
  overflow-x: hidden;
}

body.landing-page {
  background: linear-gradient(140deg, #e5f3ff 0%, #d8ecff 42%, #c9e3fb 100%);
}

body.landing-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image: url("assets/landing-bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  pointer-events: none;
}

body.landing-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0.08) 38%, rgba(255, 255, 255, 0.16) 100%);
  pointer-events: none;
}

body.landing-page::selection {
  background: rgba(42, 141, 214, 0.22);
}

body.landing-page .bg-morph {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: var(--morph-strength, 0.22);
  background: radial-gradient(circle at 16% 18%, rgba(112, 171, 210, 0.22) 0, transparent 36%),
    radial-gradient(circle at 82% 14%, rgba(88, 153, 199, 0.2) 0, transparent 34%),
    linear-gradient(155deg, rgba(222, 237, 249, 0.82), rgba(197, 220, 240, 0.95));
  transition: opacity 0.2s linear;
}

body.landing-page .bg-morph::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.4) 0 2px, transparent 2px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.34) 0 1.5px, transparent 1.5px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.25), transparent 34%, rgba(255, 255, 255, 0.2) 66%, transparent);
  background-size: 120px 120px, 160px 160px, 100% 100%;
  mix-blend-mode: screen;
}

body.landing-page .app-bg {
  display: none;
}

body.landing-page .admit-hero {
  background: transparent;
}

body.landing-page .hero-art {
  display: none;
}

.taskbar {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  gap: 0.65rem;
}

.taskbar-link {
  text-decoration: none;
  color: #225f9e;
  font-weight: 600;
  padding: 0.55rem 0.85rem;
  border: 1px solid #c3dced;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.taskbar-link:hover {
  background: #f3fbff;
  border-color: #8ecde8;
}

.taskbar-link.active {
  background: linear-gradient(112deg, var(--blue-300), var(--blue-700));
  color: #fff;
  border-color: transparent;
}

.app-bg {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle at 10% 8%, rgba(89, 200, 232, 0.24) 0, transparent 32%),
    radial-gradient(circle at 88% 15%, rgba(18, 99, 190, 0.16) 0, transparent 34%),
    radial-gradient(circle at 78% 80%, rgba(89, 200, 232, 0.12) 0, transparent 30%);
  pointer-events: none;
  z-index: -1;
}

.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.25rem 1rem 1.5rem;
  color: var(--text-main);
}

body.landing-page .hero {
  padding-top: 6rem;
}

.admit-hero {
  max-width: none;
  margin: 0;
  min-height: 100vh;
  padding: 6rem 1rem 2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 14% 18%, rgba(89, 200, 232, 0.42) 0, transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(18, 99, 190, 0.34) 0, transparent 38%),
    radial-gradient(circle at 52% 88%, rgba(120, 206, 233, 0.28) 0, transparent 34%),
    linear-gradient(130deg, #f4fbff 0%, #e8f5ff 48%, #dff0ff 100%);
}

.admit-hero.inner-hero {
  background: radial-gradient(circle at 14% 18%, rgba(89, 200, 232, 0.3) 0, transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(18, 99, 190, 0.22) 0, transparent 38%),
    linear-gradient(130deg, #f4fbff 0%, #e8f5ff 48%, #e4f2ff 100%);
}

.admit-hero > * {
  position: relative;
  z-index: 1;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-a {
  width: 360px;
  height: 360px;
  left: -70px;
  top: -120px;
  background: radial-gradient(circle at 35% 35%, rgba(89, 200, 232, 0.35), rgba(89, 200, 232, 0));
  animation: floatDriftA 14s ease-in-out infinite;
}

.orb-b {
  width: 300px;
  height: 300px;
  right: -90px;
  top: -40px;
  background: radial-gradient(circle at 40% 40%, rgba(18, 99, 190, 0.24), rgba(18, 99, 190, 0));
  animation: floatDriftB 17s ease-in-out infinite;
}

.orb-c {
  width: 260px;
  height: 260px;
  left: 40%;
  bottom: -130px;
  background: radial-gradient(circle at 50% 40%, rgba(89, 200, 232, 0.2), rgba(89, 200, 232, 0));
  animation: floatDriftC 16s ease-in-out infinite;
}

.swoosh {
  position: absolute;
  border-radius: 999px;
  transform-origin: center;
}

.swoosh-a {
  width: 520px;
  height: 90px;
  right: -90px;
  top: 46%;
  background: linear-gradient(90deg, rgba(89, 200, 232, 0), rgba(89, 200, 232, 0.22), rgba(18, 99, 190, 0));
  transform: rotate(-14deg);
  animation: waveA 10s ease-in-out infinite;
}

.swoosh-b {
  width: 430px;
  height: 72px;
  left: -130px;
  top: 58%;
  background: linear-gradient(90deg, rgba(18, 99, 190, 0), rgba(18, 99, 190, 0.16), rgba(89, 200, 232, 0));
  transform: rotate(13deg);
  animation: waveB 12s ease-in-out infinite;
}

@keyframes floatDriftA {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18px, 14px);
  }
}

@keyframes floatDriftB {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-14px, 10px);
  }
}

@keyframes floatDriftC {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -10px);
  }
}

@keyframes waveA {
  0%,
  100% {
    transform: rotate(-14deg) translateX(0);
  }
  50% {
    transform: rotate(-11deg) translateX(-18px);
  }
}

@keyframes waveB {
  0%,
  100% {
    transform: rotate(13deg) translateX(0);
  }
  50% {
    transform: rotate(10deg) translateX(16px);
  }
}

.hero-nav-row {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  padding: 0.55rem 1.1rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  z-index: 20;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(89, 108, 134, 0.5);
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(4, 10, 24, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.28s ease, opacity 0.22s ease;
}

body.landing-page .hero-nav-row {
  box-shadow: 0 12px 32px rgba(4, 10, 24, 0.45);
}

.full-nav-row {
  position: fixed;
}

.hero-nav-row.nav-hidden {
  transform: translateY(-110%);
  opacity: 0.02;
}

body.landing-page .hero-nav-row {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(89, 108, 134, 0.5);
  box-shadow: 0 12px 32px rgba(4, 10, 24, 0.45);
}

.hero-nav-row .tab-link {
  color: #d7e7ff;
}

.hero-nav-row .tab-link:hover,
.hero-nav-row .tab-link.active {
  color: #ffffff;
}

.hero-nav-row .tab-link::after {
  background: #6ab7ff;
}

.hero-nav-row .eyebrow {
  color: #e8f1ff;
}

.hero-nav-row .text-link {
  color: #c4dcff;
}

.hero-nav-row .text-link:hover {
  color: #ffffff;
}

body.landing-page .hero-nav-row .tab-link {
  color: #d7e7ff;
}

body.landing-page .hero-nav-row .tab-link:hover,
body.landing-page .hero-nav-row .tab-link.active {
  color: #ffffff;
}

body.landing-page .hero-nav-row .tab-link::after {
  background: #6ab7ff;
}

body.landing-page .hero-nav-row .eyebrow {
  color: #e8f1ff;
}

body.landing-page .hero-nav-row .text-link {
  color: #c4dcff;
}

body.landing-page .hero-nav-row .tab-link-cta,
body.landing-page .hero-nav-row .signup-btn {
  background: linear-gradient(112deg, #e4dacb, #c8b79f);
  color: #18202b;
  border: 1px solid rgba(238, 228, 211, 0.65);
  box-shadow: 0 8px 18px rgba(8, 14, 24, 0.32);
}

body.landing-page .hero-nav-row .tab-link-cta:hover,
body.landing-page .hero-nav-row .signup-btn:hover {
  background: linear-gradient(112deg, #ece2d4, #cebea8);
  color: #111822;
  box-shadow: 0 12px 24px rgba(8, 14, 24, 0.38);
}

.site-tabs {
  position: static;
  left: auto;
  transform: none;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  scrollbar-width: none;
}

.learn-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: -8px;
}

.learn-trigger {
  cursor: pointer;
}

.site-tabs .learn-trigger {
  border: none;
  background: transparent;
  color: inherit;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.2rem 0;
  border-radius: 0;
  box-shadow: none;
}

.site-tabs .learn-trigger:hover {
  transform: none;
  box-shadow: none;
  filter: none;
}

.learn-caret {
  display: inline-block;
  margin-left: 0;
  font-size: 0.78em;
  line-height: 1;
  vertical-align: middle;
  transform-origin: 50% 45%;
  transition: transform 0.18s ease;
}

.learn-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: 240px;
  padding: 0.72rem;
  border-radius: 12px;
  border: 1px solid rgba(93, 128, 174, 0.52);
  background: rgba(7, 14, 27, 0.96);
  box-shadow: 0 14px 36px rgba(2, 8, 18, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 40;
}

.learn-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}

.learn-menu-label {
  margin: 0.1rem 0 0.3rem;
  color: #d7cfc1;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.learn-menu-label em {
  font-style: normal;
}

.learn-menu a {
  display: block;
  padding: 0.42rem 0.5rem;
  color: #d6e5f8;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.92rem;
}

.learn-menu a:hover {
  background: rgba(106, 183, 255, 0.14);
  color: #ffffff;
}

.learn-menu-divider {
  border: none;
  border-top: 1px solid rgba(118, 147, 184, 0.35);
  margin: 0.5rem 0 0.55rem;
}

.learn-dropdown:hover .learn-menu,
.learn-dropdown:focus-within .learn-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.learn-dropdown:hover .learn-caret,
.learn-dropdown:focus-within .learn-caret {
  transform: rotate(180deg);
}

.login-dropdown {
  padding-bottom: 8px;
  margin-bottom: -8px;
}

.login-trigger {
  border: none;
  background: transparent;
  padding: 0.15rem 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}

.login-trigger:hover {
  color: #ffffff;
}

.login-menu {
  width: 236px;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
}

.site-tabs::-webkit-scrollbar {
  display: none;
}

.tab-link {
  text-decoration: none;
  color: #2a5577;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0.2rem 0;
  transition: color 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}

.tab-link:hover {
  color: #194d7a;
  transform: translateY(-1px);
}

.tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.28rem;
  height: 1.5px;
  background: #2f84c9;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.18s ease;
}

.tab-link:hover::after {
  transform: scaleX(1);
}

.tab-link.active {
  color: #184f7e;
}

.tab-link.active::after {
  transform: scaleX(1);
}

.tab-link-cta {
  background: linear-gradient(112deg, var(--blue-300), var(--blue-700));
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 0.74rem 1.2rem;
  font-size: 0.98rem;
  font-weight: 700;
  min-width: 132px;
  box-shadow: 0 8px 18px rgba(20, 99, 186, 0.22);
}

.tab-link-cta:hover {
  background: linear-gradient(112deg, var(--blue-300), var(--blue-700));
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 28px rgba(17, 87, 165, 0.28);
  filter: saturate(1.06);
}

.tab-link-cta::after,
.tab-link-cta:hover::after {
  content: none;
}

.inner-hero {
  min-height: 100vh;
  padding-bottom: 2rem;
}

.inner-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.program-main {
  display: grid;
  gap: 1.1rem;
}

body.mcat-page .program-main {
  margin-top: -145px;
  position: relative;
  z-index: 2;
}

.program-section {
  padding: 1.15rem 0.2rem;
  border-top: 1px solid rgba(182, 205, 221, 0.55);
}

.program-section:first-child {
  border-top: none;
  padding-top: 0.45rem;
}

.section-kicker {
  margin: 0;
  color: #1e6aab;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.program-section h2 {
  margin: 0.35rem 0 0;
}

.program-section p {
  margin: 0.62rem 0 0;
  color: #435f71;
}

.mcat-intro-card {
  margin-top: 0.4rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.2rem 1.25rem 1.35rem;
  border: 1px solid #bfb39b;
  border-radius: 22px;
  background: linear-gradient(180deg, #f7f1e5, #f0e7d7 58%, #ede2cf);
  box-shadow: 0 12px 30px rgba(57, 46, 30, 0.16);
  position: relative;
  overflow: hidden;
}

.mcat-intro-card::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 6.05rem;
  border-top: 2px solid rgba(34, 29, 23, 0.35);
  pointer-events: none;
}

.mcat-intro-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(40, 31, 22, 0.18), rgba(40, 31, 22, 0.55), rgba(40, 31, 22, 0.18));
  pointer-events: none;
}

.mcat-intro-card .paper-masthead,
.mcat-intro-card .paper-edition,
.mcat-intro-card .paper-breaking,
.mcat-intro-card h2,
.mcat-intro-card .newspaper-figure {
  position: relative;
  z-index: 1;
}

.paper-masthead {
  margin: 0;
  text-align: center;
  color: #111;
  font-family: "UnifrakturCook", "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.paper-edition {
  margin: 0.2rem 0 0.6rem;
  text-align: center;
  color: #5e4f3b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.paper-breaking {
  margin: 0.15rem 0 0;
  color: #7f1d16;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mcat-intro-card h2 {
  margin-top: 0.26rem;
  color: #16120f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  line-height: 1.08;
  text-transform: none;
  letter-spacing: 0.01em;
  max-width: 26ch;
}

.newspaper-figure {
  margin-top: 0.85rem;
  border: 1.5px solid rgba(71, 57, 41, 0.42);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(247, 240, 227, 0.78));
  padding: 0.78rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.newspaper-story {
  margin-top: 0.85rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(52, 44, 34, 0.28);
}

.newspaper-story-kicker {
  margin: 0;
  color: #6a5740;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.newspaper-story h3 {
  margin: 0.3rem 0 0;
  color: #16120f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.15;
}

.newspaper-story-lead {
  margin: 0.42rem 0 0;
  color: #34291e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.96rem;
  line-height: 1.5;
}

.newspaper-columns {
  margin-top: 0.66rem;
  columns: 2;
  column-gap: 1.4rem;
  column-rule: 1px solid rgba(84, 68, 50, 0.22);
}

.newspaper-columns article {
  break-inside: avoid;
  margin: 0 0 0.65rem;
}

.newspaper-columns h4 {
  margin: 0;
  color: #201911;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.2;
}

.newspaper-columns p {
  margin: 0.2rem 0 0;
  color: #3f3226;
  font-size: 0.88rem;
  line-height: 1.42;
}

.mcat-circle-graphs {
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.circle-card {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.circle-wrap {
  position: relative;
  width: 128px;
  height: 128px;
}

.score-circle {
  width: 128px;
  height: 128px;
  transform: rotate(-90deg);
}

.circle-track,
.circle-progress {
  fill: none;
  stroke-width: 10;
}

.circle-track {
  stroke: rgba(107, 95, 80, 0.24);
}

.circle-progress {
  stroke-linecap: round;
  stroke-dasharray: 326.73;
  stroke-dashoffset: 326.73;
  transition: stroke-dashoffset 1.2s ease;
}

.circle-progress.baseline {
  stroke: #8f8a82;
}

.circle-progress.matriculant {
  stroke: #a7a198;
}

.circle-progress.premium {
  stroke: #2d98d7;
  filter: drop-shadow(0 0 7px rgba(45, 152, 215, 0.35));
}

.circle-score {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Sora", sans-serif;
  font-size: 1.45rem;
  color: #1f1912;
}

.circle-label {
  text-align: center;
  color: #4f3f2d;
  font-size: 0.85rem;
  line-height: 1.35;
  max-width: 20ch;
}

.stats-strip {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.stat-item {
  border: 1px solid #d4e4ee;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.78rem 0.8rem;
}

.mcat-intro-card .stat-item {
  border: 1px solid rgba(115, 92, 62, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(243, 234, 216, 0.75));
  box-shadow: 0 6px 14px rgba(58, 46, 31, 0.15);
}

.stat-number {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  color: #165ea9;
}

.mcat-intro-card .stat-number {
  color: #20232b;
}

.stat-label {
  display: block;
  margin-top: 0.2rem;
  color: #4c6574;
  font-size: 0.83rem;
}

.mcat-intro-card .stat-label {
  color: #4f3f2d;
}

.advising-intro-card {
  margin-top: 0.4rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.25rem 1.25rem 1.35rem;
  border: 1px solid rgba(102, 134, 180, 0.28);
  border-radius: 22px;
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  box-shadow: 0 16px 34px rgba(4, 9, 18, 0.42);
}

.advising-intro-card .section-kicker {
  color: #93c4ff;
}

.advising-intro-card h2 {
  color: #eef5ff;
  max-width: none;
  white-space: nowrap;
}

.advising-intro-card > p {
  color: #bbd3ee;
  max-width: 78ch;
}

.acceptance-figure {
  margin-top: 0.9rem;
  border: 1px solid rgba(215, 207, 193, 0.24);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  padding: 0.82rem;
}

.acceptance-circle-graphs {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.advising-intro-card .circle-track {
  stroke: rgba(196, 214, 232, 0.2);
}

.advising-intro-card .circle-progress.baseline {
  stroke: #8f8a82;
}

.advising-intro-card .circle-progress.matriculant {
  stroke: #d7cfc1;
}

.advising-intro-card .circle-progress.premium {
  stroke: #2d98d7;
  filter: drop-shadow(0 0 7px rgba(45, 152, 215, 0.42));
}

.advising-intro-card .circle-score {
  color: #eef5ff;
}

.advising-intro-card .circle-label {
  color: #c6d8ec;
}

.advising-intro-card .stats-strip {
  margin-top: 0.78rem;
}

.advising-intro-card .stat-item {
  border: 1px solid rgba(215, 207, 193, 0.24);
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
}

.advising-intro-card .stat-number {
  color: #eef5ff;
}

.advising-intro-card .stat-label {
  color: #c6d8ec;
}

.advising-services-showcase {
  margin-top: 0.9rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(102, 134, 180, 0.3);
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
  position: relative;
  overflow: hidden;
}

.advising-services-showcase::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(215, 207, 193, 0.15), rgba(215, 207, 193, 0.65), rgba(215, 207, 193, 0.15));
  pointer-events: none;
}

.advising-services-showcase h2 {
  color: #eef5ff;
}

.advising-services-showcase > p {
  color: #bbd3ee;
  max-width: 68ch;
}

.advising-service-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.advising-service-card {
  border-radius: 16px;
  border: 1px solid rgba(89, 200, 232, 0.28);
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  padding: 0.95rem;
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.35);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.advising-service-card:nth-child(1) {
  border-color: rgba(89, 200, 232, 0.42);
  background: linear-gradient(160deg, rgba(26, 62, 92, 0.95), rgba(15, 35, 60, 0.9));
}

.advising-service-card:nth-child(2) {
  border-color: rgba(215, 207, 193, 0.48);
  background: linear-gradient(160deg, rgba(64, 55, 43, 0.9), rgba(30, 37, 54, 0.92));
}

.advising-service-card:nth-child(3) {
  border-color: rgba(126, 95, 176, 0.56);
  background: linear-gradient(160deg, rgba(73, 52, 112, 0.95), rgba(31, 33, 61, 0.92));
}

.advising-service-card:nth-child(4) {
  border-color: rgba(199, 138, 82, 0.55);
  background: linear-gradient(160deg, rgba(70, 47, 34, 0.9), rgba(28, 35, 52, 0.92));
}

.advising-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(6, 13, 26, 0.42);
  border-color: rgba(215, 207, 193, 0.72);
}

.advising-service-card h3 {
  margin: 0;
  color: #eef5ff;
  font-size: 1.06rem;
  line-height: 1.25;
}

.advising-service-card p {
  margin: 0.45rem 0 0;
  color: #d5e4f4;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: auto;
}

.advising-service-cta {
  margin-top: 0.95rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.56rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(7, 12, 20, 0.28);
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.advising-service-cta:hover {
  transform: translateY(-2px);
  background: rgba(7, 12, 20, 0.42);
  border-color: rgba(255, 255, 255, 0.7);
}

.difference-showcase {
  margin-top: 0.6rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.1rem 1.2rem 1.2rem;
  border: none;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.difference-showcase::before {
  content: none;
  position: absolute;
  top: 0;
  left: -35%;
  width: 34%;
  height: 100%;
  background: linear-gradient(102deg, rgba(255, 255, 255, 0), rgba(215, 207, 193, 0.15), rgba(255, 255, 255, 0));
  transform: skewX(-14deg);
  opacity: 0;
}

.difference-showcase::after {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(215, 207, 193, 0.12), rgba(215, 207, 193, 0.68), rgba(215, 207, 193, 0.12));
}

.difference-showcase .section-kicker {
  color: #0f1724;
  text-shadow: none;
  margin-left: 0;
}

.difference-showcase h2 {
  color: #0f1724;
  text-shadow: none;
  margin-left: 0;
}

.difference-showcase .difference-subtitle {
  max-width: 56ch;
  color: #0f1724;
  text-shadow: none;
  font-weight: 600;
  margin-left: 0;
}

.difference-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.difference-showcase .difference-stage {
  margin: 0.9rem auto 0;
  width: 100%;
  max-width: 1100px;
}

.difference-card {
  border: 1px solid rgba(215, 207, 193, 0.52);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  padding: 0.86rem 0.9rem;
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.difference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 24px rgba(6, 13, 26, 0.4);
  border-color: rgba(215, 207, 193, 0.72);
}

.difference-tag {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: #d7cfc1;
}

.difference-card h3 {
  margin: 0.3rem 0 0;
  color: #eef5ff;
  font-size: 1.02rem;
  line-height: 1.25;
}

.difference-card p {
  margin: 0.46rem 0 0;
  color: #c6d8ec;
  font-size: 0.88rem;
  line-height: 1.45;
}

.difference-showcase .offerings-dots {
  margin-top: 0.78rem;
}

.difference-showcase .offering-dot.is-active {
  background: #d7cfc1;
}

.value-stage {
  position: relative;
  height: 250px;
  overflow: visible;
}

.value-track {
  position: relative;
  height: 100%;
}

.value-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(360px, 40vw);
  min-height: 190px;
  border: 1px solid #d7ad34;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  padding: 0.86rem 0.9rem;
  color: #eef5ff;
  opacity: 0;
  transform: translateX(-50%) scale(0.8);
  filter: blur(0px);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.4s ease, filter 0.4s ease;
}

.value-card.is-active {
  pointer-events: auto;
  box-shadow: 0 12px 26px rgba(4, 12, 24, 0.38), 0 0 0 1px rgba(215, 173, 52, 0.45);
}

.value-dots {
  margin-top: 0.78rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.value-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(26, 35, 53, 0.28);
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.value-dot.is-active {
  width: 22px;
  background: #d7cfc1;
}

body.has-scroll-anim .difference-showcase .difference-card {
  opacity: 0;
  transform: translateY(16px) scale(0.98);
}

body.has-scroll-anim .difference-showcase.in-view::before {
  opacity: 1;
  animation: differenceSweep 1.05s ease 0.18s forwards;
}

body.has-scroll-anim .difference-showcase.in-view .difference-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.55s ease, transform 0.6s ease;
}

body.has-scroll-anim .difference-showcase.in-view .difference-card:nth-child(2) {
  transition-delay: 0.1s;
}

body.has-scroll-anim .difference-showcase.in-view .difference-card:nth-child(3) {
  transition-delay: 0.18s;
}

body.has-scroll-anim .difference-showcase.in-view .difference-card:nth-child(4) {
  transition-delay: 0.26s;
}

body.has-scroll-anim .difference-showcase.in-view .difference-card:nth-child(5) {
  transition-delay: 0.34s;
}

@keyframes differenceSweep {
  from {
    transform: translateX(0) skewX(-14deg);
  }
  to {
    transform: translateX(420%) skewX(-14deg);
  }
}

.package-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.pricing-showcase {
  margin-top: 1rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.25rem 1rem 1.5rem;
  border-radius: 28px;
  background: linear-gradient(160deg, #090b10 0%, #0f141e 52%, #111a27 100%);
  border: 1px solid rgba(86, 111, 147, 0.34);
  box-shadow: 0 16px 30px rgba(7, 12, 20, 0.42);
  overflow: visible;
  position: relative;
}

.pricing-showcase::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  height: 22%;
  background: rgba(89, 200, 232, 0.14);
  pointer-events: none;
}

.pricing-showcase h2 {
  color: #eef5ff;
}

.pricing-showcase > p {
  color: #bbd3ee;
}

.pricing-showcase .device-showcase {
  margin-top: 1.4rem;
  width: 100%;
}

.pricing-disclaimer {
  margin: 1.35rem auto 0;
  max-width: 920px;
  text-align: left;
  color: #cddbf0;
  font-size: 0.95rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.device {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.device::before {
  content: none;
}

.tablet-device {
  width: 100%;
  min-height: auto;
  padding: 0;
}

.tablet-device::after {
  content: none;
}

.device-screen {
  border-radius: 0;
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
  overflow: visible;
  box-shadow: none;
}

.plan-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
  overflow: visible;
  isolation: isolate;
}

.plan-tile {
  position: relative;
  top: 0;
  margin-top: 1.5rem;
  border: 1px solid rgba(215, 207, 193, 0.55);
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  border-radius: 28px;
  padding: 3.5rem 1.2rem 1.25rem;
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45), 0 0 0 1px rgba(215, 207, 193, 0.22);
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: top 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  z-index: 1;
}

.plan-tile h3 {
  margin: 0;
  position: absolute;
  top: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(78%, 210px);
  padding: 0.6rem 0.65rem;
  border-radius: 999px;
  text-align: center;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  color: #12314b;
  text-transform: capitalize;
  background: linear-gradient(135deg, #d7cfc1 0%, #cbb89e 100%);
  box-shadow: 0 10px 16px rgba(49, 39, 25, 0.2);
}

.plan-board .plan-tile:nth-child(1) h3 {
  background: linear-gradient(135deg, #c78a52 0%, #9a6438 100%);
  color: #fff6ea;
}

.plan-board .plan-tile:nth-child(2) h3 {
  background: linear-gradient(135deg, #d8dce2 0%, #aab2be 100%);
  color: #1d2a38;
}

.plan-board .plan-tile:nth-child(3) h3 {
  background: linear-gradient(135deg, #f3d875 0%, #d7ad34 100%);
  color: #2d220b;
}

.plan-tile p {
  margin: 0;
  color: #59c8e8;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-align: center;
  text-transform: none;
}

.plan-tile.highlight {
  border-color: rgba(215, 207, 193, 0.65);
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  top: 0;
}

.plan-tile:hover {
  top: -8px;
  border-color: rgba(215, 207, 193, 0.88);
  box-shadow: 0 24px 42px rgba(4, 9, 18, 0.58), 0 0 0 1px rgba(215, 207, 193, 0.44);
  z-index: 5;
}

.plan-tile.highlight h3 {
  background: linear-gradient(135deg, #f3d875 0%, #d7ad34 100%);
  color: #2d220b;
}

.plan-features {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
  flex: 1;
}

.plan-features li {
  position: relative;
  padding-left: 1.42rem;
  color: #d5e4f4;
  font-size: 0.83rem;
  line-height: 1.4;
}

.plan-features.compact li {
  font-size: 0.75rem;
}

.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 50%;
  background: #2d98d7;
  color: #ffffff;
  font-size: 0.64rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.plan-features li.excluded::before {
  content: "−";
  background: #9ca5b3;
}

.plan-cta {
  margin-top: 1rem;
  display: inline-flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(45, 152, 215, 0.55);
  background: linear-gradient(112deg, var(--blue-300), var(--blue-700));
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.plan-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(112deg, #62d0ee, #237ac8);
  border-color: rgba(45, 152, 215, 0.7);
}

body.has-scroll-anim .pricing-showcase .tablet-device {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

body.has-scroll-anim .pricing-showcase .tablet-device {
  transform: translateY(42px) scale(0.98);
}

body.has-scroll-anim .pricing-showcase.in-view .tablet-device {
  opacity: 1;
}

body.has-scroll-anim .pricing-showcase.in-view .tablet-device {
  transform: translateY(0) scale(1);
}

.package-card,
.service-card {
  border: 1px solid #d2e3ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.9rem;
}

.package-card h3,
.service-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.package-card p,
.service-card p {
  margin: 0.5rem 0 0;
  color: #456173;
}

.package-card ul,
.service-card ul {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  color: #3c586a;
}

.package-card li,
.service-card li {
  margin-top: 0.2rem;
}

.service-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.section-specific-showcase {
  margin-top: 1rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.25rem 1rem 1.5rem;
  border-radius: 28px;
  background: linear-gradient(160deg, #090b10 0%, #0f141e 52%, #111a27 100%);
  border: 1px solid rgba(86, 111, 147, 0.34);
  box-shadow: 0 16px 30px rgba(7, 12, 20, 0.42);
}

.section-specific-showcase h2 {
  color: #eef5ff;
}

.section-specific-showcase > p {
  color: #bbd3ee;
}

.section-card-grid {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.section-card {
  border-radius: 24px;
  padding: 1.2rem 1.2rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 220px;
  box-shadow: 0 14px 28px rgba(4, 9, 18, 0.36);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(4, 9, 18, 0.45);
  border-color: rgba(255, 255, 255, 0.32);
}

.section-card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.1;
  color: #f3f8ff;
}

.section-card p {
  margin: 0.8rem 0 0;
  color: rgba(236, 245, 255, 0.92);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 48ch;
}

.section-card-cta {
  margin-top: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.56rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(7, 12, 20, 0.28);
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.section-card-cta:hover {
  transform: translateY(-2px);
  background: rgba(7, 12, 20, 0.42);
  border-color: rgba(255, 255, 255, 0.7);
}

.section-card-chem {
  background: linear-gradient(145deg, #f28d42 0%, #d96f1f 100%);
}

.section-card-cars {
  background: linear-gradient(145deg, #94613a 0%, #6e4326 100%);
}

.section-card-bio {
  background: linear-gradient(145deg, #2f9f74 0%, #1f7755 100%);
}

.section-card-psych {
  background: linear-gradient(145deg, #7a5ac7 0%, #5a3ca5 100%);
}

.faq-section-modern {
  margin-top: 1rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.25rem 1rem 1.5rem;
  border-top: none;
  background: linear-gradient(160deg, rgba(215, 207, 193, 0.06), rgba(215, 207, 193, 0.02));
  border-radius: 20px;
}

.faq-layout {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
  width: 100%;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
  width: 100%;
}

.faq-item {
  border: 1px solid rgba(215, 207, 193, 0.26);
  border-radius: 14px;
  background: #0d1118;
  box-shadow: 0 12px 24px rgba(3, 8, 18, 0.32);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 0.95rem 1rem;
  color: #eef5ff;
  font-weight: 600;
  font-size: 0.98rem;
  position: relative;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #d7cfc1;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 1rem 0.95rem;
  color: #bfd2e8;
  font-size: 0.94rem;
  line-height: 1.55;
}

.faq-contact-card {
  border: 1px solid rgba(215, 207, 193, 0.3);
  border-radius: 14px;
  background: linear-gradient(170deg, #0d1118 0%, #101720 100%);
  box-shadow: 0 12px 24px rgba(3, 8, 18, 0.32);
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
  justify-self: stretch;
}

.faq-contact-card h3 {
  margin: 0;
  color: #d7cfc1;
  font-size: 1.03rem;
}

.faq-contact-card p {
  margin: 0.55rem 0 0;
  color: #bfd2e8;
  line-height: 1.58;
  font-size: 0.92rem;
}

.inner-section {
  padding: 1.4rem;
}

.inner-section h2 {
  margin: 0;
}

.inner-section p {
  margin: 0.7rem 0 0;
  color: #446072;
}

.about-story-showcase,
.about-mission-showcase,
.about-cta-showcase {
  margin-top: 0.9rem;
  width: 100%;
  margin-left: 0;
  padding: 1.35rem 1.25rem 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(102, 134, 180, 0.3);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
}

.about-story-showcase {
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
}

.about-mission-showcase {
  background-image:
    linear-gradient(165deg, rgba(12, 24, 41, 0.84), rgba(10, 20, 34, 0.82)),
    url("assets/Studying.jpg");
  background-size: cover, 105% auto;
  background-position: center center, 50% 42%;
  background-repeat: no-repeat;
}

.about-cta-showcase {
  background-image:
    linear-gradient(165deg, rgba(34, 46, 63, 0.84), rgba(18, 27, 40, 0.82)),
    url("assets/Learning.jpg");
  background-size: cover, 105% auto;
  background-position: center center, 50% 40%;
  background-repeat: no-repeat;
  border-color: rgba(215, 207, 193, 0.36);
  text-align: center;
}

.about-story-showcase h2,
.about-mission-showcase h2,
.about-cta-showcase h2 {
  color: #eef5ff;
  margin: 0.35rem 0 0;
}

.about-story-showcase p,
.about-mission-showcase p,
.about-cta-showcase p {
  color: #c6d8ec;
  max-width: 74ch;
  margin: 0.62rem 0 0;
  line-height: 1.55;
}

.about-cta-showcase .button-link {
  margin-top: 0.95rem;
}

.about-mission-showcase {
  position: relative;
  overflow: hidden;
}

.about-mission-showcase::after {
  content: none;
}

.about-cta-showcase p {
  margin-left: auto;
  margin-right: auto;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1rem;
  align-items: stretch;
}

.about-story-copy {
  min-width: 0;
}

.about-story-copy h2 {
  margin-top: 0.22rem;
}

.about-story-copy p + p {
  margin-top: 0.56rem;
}

.about-metric-panel {
  border: 1px solid rgba(215, 207, 193, 0.3);
  border-radius: 16px;
  background: linear-gradient(175deg, rgba(18, 29, 48, 0.93), rgba(10, 18, 30, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 24px rgba(2, 8, 18, 0.35);
  padding: 0.95rem;
}

.about-metric-panel h3 {
  margin: 0;
  color: #eef5ff;
  font-size: 1.15rem;
}

.about-metric-panel > p {
  margin: 0.45rem 0 0;
  color: #b9d0e8;
  line-height: 1.5;
}

.about-metrics-grid {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.about-metrics-grid .circle-card {
  border: 1px solid rgba(100, 141, 190, 0.32);
  border-radius: 14px;
  background: linear-gradient(170deg, rgba(19, 35, 58, 0.88), rgba(11, 21, 35, 0.84));
  padding: 0.68rem 0.5rem 0.66rem;
}

.about-metrics-grid .circle-wrap {
  width: 118px;
  height: 118px;
}

.about-metrics-grid .score-circle {
  width: 118px;
  height: 118px;
}

.about-metrics-grid .circle-track {
  stroke: rgba(178, 203, 229, 0.25);
}

.about-metrics-grid .circle-progress.matriculant {
  stroke: #d7cfc1;
}

.about-metrics-grid .circle-score {
  color: #f3f8ff;
  font-size: 1.1rem;
}

.about-metrics-grid .circle-label {
  color: #bdd0e4;
  max-width: 18ch;
  font-size: 0.78rem;
}

.contact-main {
  display: grid;
  gap: 1rem;
}

.contact-showcase,
.contact-embed-showcase {
  width: 100%;
  margin-left: 0;
  padding: 1.35rem 1.25rem 1.45rem;
  border-radius: 22px;
  border: 1px solid rgba(102, 134, 180, 0.3);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
}

.contact-showcase {
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
}

.contact-embed-showcase {
  background: linear-gradient(165deg, rgba(12, 24, 41, 0.94), rgba(10, 20, 34, 0.9));
}

.contact-embed-showcase h2 {
  margin: 0;
  color: #eef5ff;
}

.contact-embed-showcase > p {
  margin: 0.55rem 0 0;
  color: #c6d8ec;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  gap: 0.95rem;
}

.contact-card {
  border: 1px solid rgba(215, 207, 193, 0.28);
  border-radius: 16px;
  background: linear-gradient(168deg, rgba(16, 29, 48, 0.9), rgba(11, 20, 33, 0.86));
  box-shadow: 0 8px 20px rgba(3, 10, 22, 0.34);
  padding: 0.95rem;
}

.contact-card h2,
.contact-card h3 {
  margin: 0.28rem 0 0;
  color: #eef5ff;
}

.contact-card p {
  margin: 0.58rem 0 0;
  color: #c6d8ec;
  line-height: 1.55;
}

.contact-quick-list {
  margin-top: 0.78rem;
  display: grid;
  gap: 0.58rem;
}

.contact-quick-item {
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
  border: 1px solid rgba(100, 141, 190, 0.32);
  border-radius: 12px;
  background: linear-gradient(170deg, rgba(19, 35, 58, 0.9), rgba(11, 21, 35, 0.86));
  padding: 0.56rem 0.62rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-quick-item:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 207, 193, 0.45);
  box-shadow: 0 10px 18px rgba(2, 9, 18, 0.34);
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(88, 199, 231, 0.25), rgba(36, 113, 196, 0.35));
}

.contact-quick-item strong {
  display: block;
  color: #eef5ff;
  font-size: 0.95rem;
}

.contact-quick-item small {
  display: block;
  margin-top: 0.1rem;
  color: #b8cde2;
  font-size: 0.86rem;
}

.social-link-row {
  margin-top: 0.72rem;
  display: grid;
  gap: 0.52rem;
}

.social-pill {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(215, 207, 193, 0.36);
  padding: 0.52rem 0.82rem;
  color: #eef5ff;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.social-pill:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.social-pill.instagram {
  background: linear-gradient(135deg, rgba(193, 53, 132, 0.35), rgba(88, 81, 219, 0.32));
}

.social-pill.tiktok {
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.25), rgba(254, 44, 85, 0.25));
}

.social-pill.linkedin {
  background: linear-gradient(135deg, rgba(10, 102, 194, 0.35), rgba(20, 53, 96, 0.3));
}

.contact-embed-grid {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-embed-card {
  border: 1px solid rgba(100, 141, 190, 0.32);
  border-radius: 16px;
  background: linear-gradient(172deg, rgba(15, 28, 47, 0.9), rgba(10, 19, 33, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  padding: 0.9rem;
  min-height: 350px;
}

.contact-embed-card h3 {
  margin: 0;
  color: #eef5ff;
}

.social-feature-card {
  display: grid;
  align-content: start;
  gap: 0.62rem;
}

.social-feature-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.7rem;
}

.social-feature-handle {
  color: #9bc8f8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.social-feature-copy {
  margin: 0;
  color: #c6d8ec;
  line-height: 1.55;
}

.social-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.social-metric-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(126, 167, 214, 0.34);
  background: rgba(12, 31, 55, 0.58);
  color: #bed8f1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.2rem 0.56rem;
}

.social-feature-preview {
  height: 218px;
  border-radius: 12px;
  border: 1px solid rgba(122, 162, 208, 0.32);
  background: linear-gradient(145deg, rgba(9, 20, 37, 0.92), rgba(14, 30, 52, 0.86));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.45rem;
  overflow: hidden;
}

.social-feature-preview.real-feed {
  padding: 0.42rem;
}

.social-feature-link {
  justify-self: start;
  text-decoration: none;
  color: #eef5ff;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(215, 207, 193, 0.36);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.social-feature-link:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 207, 193, 0.65);
  background: rgba(215, 207, 193, 0.12);
}

.instagram-card .social-feature-link {
  background: linear-gradient(135deg, rgba(193, 53, 132, 0.22), rgba(88, 81, 219, 0.2));
}

.tiktok-card .social-feature-link {
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.2));
}

.feed-card {
  border-radius: 10px;
  border: 1px solid rgba(137, 176, 220, 0.34);
  background: linear-gradient(160deg, rgba(24, 67, 102, 0.65), rgba(17, 31, 55, 0.78));
  padding: 0.62rem;
  display: grid;
  align-content: end;
  min-height: 84px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.feed-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 40%, rgba(215, 207, 193, 0.08));
  transform: translateX(-100%);
  animation: socialFeedSweep 5.2s ease-in-out infinite;
}

.feed-title,
.feed-subtitle {
  margin: 0;
  position: relative;
  z-index: 1;
}

.feed-title {
  color: #eef6ff;
  font-size: 0.8rem;
  font-weight: 800;
}

.feed-subtitle {
  margin-top: 0.2rem;
  color: #bfd5ea;
  font-size: 0.72rem;
  line-height: 1.35;
}

.instagram-media-tile {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(137, 176, 220, 0.34);
  display: block;
  min-height: 84px;
  background: #12223a;
  text-decoration: none;
}

.instagram-media-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.instagram-media-tile:hover img {
  transform: scale(1.04);
}

.instagram-media-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.42rem 0.46rem;
  background: linear-gradient(180deg, rgba(2, 7, 14, 0), rgba(2, 7, 14, 0.82));
  color: #ecf5ff;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.instagram-card .feed-card:nth-child(2n) {
  background: linear-gradient(160deg, rgba(76, 46, 98, 0.56), rgba(24, 35, 58, 0.8));
}

.tiktok-card .feed-card:nth-child(2n) {
  background: linear-gradient(160deg, rgba(16, 78, 88, 0.56), rgba(24, 35, 58, 0.8));
}

@keyframes socialFeedSweep {
  0%,
  65%,
  100% {
    transform: translateX(-100%);
  }
  84% {
    transform: translateX(100%);
  }
}

.testimonials-page-main {
  display: grid;
  gap: 1rem;
}

.video-highlight-showcase,
.success-stories-showcase {
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(102, 134, 180, 0.3);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
}

.video-highlight-showcase {
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
}

.success-stories-showcase {
  background: linear-gradient(165deg, rgba(12, 24, 41, 0.94), rgba(10, 20, 34, 0.9));
}

.video-highlight-showcase h2,
.success-stories-showcase h2 {
  margin: 0.35rem 0 0;
  color: #eef5ff;
}

.video-highlight-showcase > p,
.success-stories-showcase > p {
  margin: 0.62rem 0 0;
  color: #c6d8ec;
  max-width: 78ch;
  line-height: 1.55;
}

.video-score-highlight {
  margin: 0.5rem 0 0;
  color: #8ec6ff;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.testimonial-video-frame {
  margin-top: 0.92rem;
  margin-left: auto;
  margin-right: auto;
  width: min(980px, 100%);
  border: 1px solid rgba(215, 207, 193, 0.32);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  padding: 0.58rem;
  position: relative;
  overflow: hidden;
}

.testimonial-video-frame video {
  width: 100%;
  max-height: 760px;
  aspect-ratio: auto;
  object-fit: contain;
  margin: 0;
  border-radius: 12px;
  background: #0a111d;
  display: block;
}

.testimonial-video-frame::before,
.testimonial-video-frame::after {
  content: "";
  position: absolute;
  top: 14%;
  width: 120px;
  height: 72%;
  pointer-events: none;
  filter: blur(1px);
}

.testimonial-video-frame::before {
  left: 0;
  background: linear-gradient(90deg, rgba(89, 200, 232, 0.2), rgba(89, 200, 232, 0));
}

.testimonial-video-frame::after {
  right: 0;
  background: linear-gradient(270deg, rgba(215, 207, 193, 0.18), rgba(215, 207, 193, 0));
}

.video-note {
  margin: 0.65rem 0 0;
  color: #9db9d7;
  font-size: 0.88rem;
}

.video-note code {
  color: #d7cfc1;
}

.success-story-grid {
  margin-top: 0.92rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
}

.success-story-card {
  border: 1px solid rgba(215, 207, 193, 0.28);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  padding: 0.9rem;
}

.success-story-score {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: #d7cfc1;
  font-size: 0.96rem;
  letter-spacing: 0.05em;
}

.success-story-card h3 {
  margin: 0.3rem 0 0;
  color: #eef5ff;
}

.success-story-card p {
  margin: 0.55rem 0 0;
  color: #c6d8ec;
  line-height: 1.56;
}

.success-story-goal {
  display: inline-block;
  margin-top: 0.62rem;
  color: #8ec6ff;
  font-size: 0.85rem;
  font-weight: 700;
}

.success-story-diagnostic {
  display: block;
  margin-top: 0.58rem;
  color: #d7cfc1;
  font-size: 0.84rem;
  font-weight: 700;
}

.testimonials-cta-showcase {
  width: calc(100% + 384px);
  margin-left: -192px;
  padding: 1.2rem 1.2rem 1.3rem;
  border-radius: 22px;
  border: 1px solid rgba(215, 207, 193, 0.4);
  background: linear-gradient(165deg, rgba(20, 34, 55, 0.95), rgba(12, 20, 35, 0.92));
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
  text-align: center;
}

.testimonials-cta-showcase h2 {
  margin: 0.32rem 0 0;
  color: #eef5ff;
}

.testimonials-cta-showcase p {
  margin: 0.6rem auto 0;
  color: #c6d8ec;
  max-width: 70ch;
}

.testimonials-cta-showcase .button-link {
  margin-top: 0.95rem;
}

.about-stat-card {
  border: 1px solid rgba(215, 207, 193, 0.24);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  padding: 0.85rem 0.92rem;
}

.about-stat-number {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  color: #eef5ff;
}

.about-stat-label {
  margin: 0.2rem 0 0;
  color: #c6d8ec;
  font-size: 0.88rem;
}

.brand-lockup.compact {
  gap: 0.7rem;
}

.brand-lockup.compact .brand-mark {
  width: 64px;
  height: 64px;
}

.brand-lockup.compact .eyebrow {
  font-family: "Sora", sans-serif;
  text-transform: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: opacity 0.26s ease, transform 0.26s ease, max-width 0.26s ease, margin 0.26s ease;
}

.hero-auth {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-auth a[href*="login"],
.hero-auth a[href*="signup"],
.compact-menu a[href*="login"],
.compact-menu a[href*="signup"] {
  display: none;
}

.compact-nav {
  display: none;
  position: relative;
}

.compact-menu-trigger {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  box-shadow: none;
}

.compact-menu-trigger span {
  display: block;
  width: 16px;
  height: 1.7px;
  border-radius: 999px;
  background: #d9ebff;
}

.compact-menu-trigger:hover {
  transform: none;
  box-shadow: none;
}

.compact-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(280px, 76vw);
  padding: 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(93, 128, 174, 0.52);
  background: rgba(7, 14, 27, 0.96);
  box-shadow: 0 14px 36px rgba(2, 8, 18, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 30;
}

.compact-menu::before {
  content: "Our services";
  display: block;
  margin: 0.1rem 0 0.28rem;
  padding: 0 0.65rem;
  color: #d7cfc1;
  font-size: 0.78rem;
  font-weight: 700;
}

.compact-menu a {
  display: block;
  padding: 0.55rem 0.65rem;
  text-decoration: none;
  color: #d6e5f8;
  font-size: 0.93rem;
  border-radius: 8px;
}

.compact-menu a:hover {
  background: rgba(106, 183, 255, 0.14);
  color: #ffffff;
}

.compact-menu-group {
  margin: 0.5rem 0 0.2rem;
  padding: 0 0.65rem;
  color: #d7cfc1;
  font-size: 0.78rem;
  font-weight: 700;
}

.compact-menu-group em {
  font-style: normal;
}

.compact-divider {
  border: none;
  border-top: 1px solid rgba(118, 147, 184, 0.35);
  margin: 0.45rem 0 0.4rem;
}

.compact-nav:hover .compact-menu,
.compact-nav:focus-within .compact-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

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

.brand-home {
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  filter: drop-shadow(0 6px 10px rgba(18, 99, 190, 0.18));
}

.eyebrow {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-700);
  font-size: 1.02rem;
}

h1 {
  margin: 0 auto;
  width: min(1100px, 100%);
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.1;
  max-width: 20ch;
  text-align: center;
}

.rotating-line {
  width: 100%;
  max-width: none;
  white-space: nowrap;
  text-align: center;
  display: block;
}

.word-slot {
  display: inline-block;
  width: auto;
  margin-left: 0.2em;
  white-space: nowrap;
  color: #145eaf;
  position: relative;
}

.word-slot::after {
  content: "|";
  margin-left: 0.08em;
  color: #145eaf;
  animation: cursorBlink 0.9s steps(1, end) infinite;
}

.word-slot.js-cursor::after {
  content: none;
}

.word-slot.final-highlight {
  color: #0f57ac;
  background-image: linear-gradient(100deg, #0f57ac 0%, #0f57ac 38%, #b7e5ff 50%, #0f57ac 62%, #0f57ac 100%);
  background-size: 240% 100%;
  background-position: 120% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glareSweep 3.6s ease-in-out infinite;
}

.word-slot.final-highlight::after {
  animation: none;
  opacity: 0;
}

.word-slot.word-swap {
  animation: wordSwap 0.55s ease;
}

@keyframes cursorBlink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes glareSweep {
  0%,
  22% {
    background-position: 120% 0;
  }
  36% {
    background-position: -20% 0;
  }
  100% {
    background-position: -20% 0;
  }
}

body.landing-page .admit-hero:not(.inner-hero) h1,
body.landing-page .admit-hero:not(.inner-hero) .landing-subtitle,
body.landing-page .admit-hero:not(.inner-hero) .hero-actions {
  transform: translateY(calc(-96px + 1.5cm));
}

@keyframes wordSwap {
  from {
    opacity: 0.25;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brand-byline {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #2b78c7;
}

.subtitle {
  margin: 0;
  max-width: 60ch;
  color: #355264;
}

.landing-subtitle {
  margin: 1rem auto 0;
  width: min(1100px, 100%);
  max-width: 76ch;
  color: #355264;
  font-size: 1.04rem;
  text-align: center;
}

.hero-actions {
  width: min(1100px, 100%);
  display: flex;
  gap: 0.65rem;
  margin: 1rem auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 0.82rem 1.2rem;
  font-weight: 700;
  font-size: 1rem;
  min-width: 138px;
}

.button-link.primary {
  background: linear-gradient(112deg, var(--blue-300), var(--blue-700));
  color: #fff;
  box-shadow: 0 8px 18px rgba(20, 99, 186, 0.22);
}

.button-link.secondary {
  background: #fff;
  color: #1b5ea2;
  border: 1px solid #b9d7e9;
}

.button-link {
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.button-link:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 28px rgba(17, 87, 165, 0.28);
  filter: saturate(1.06);
}

.button-link:active {
  transform: translateY(-1px) scale(1);
}

.micro-proof {
  margin: 0.75rem 0 0;
  color: #4b687b;
  font-size: 0.9rem;
}

.hero-card {
  padding: 1rem;
}

.hero-card-label {
  margin: 0;
  color: #2d78c0;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-card h2 {
  margin: 0.35rem 0 0.7rem;
  font-size: 1.1rem;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.hero-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.9rem;
}

.text-link {
  display: inline-block;
  margin-top: 0;
  color: #2b78c7;
  text-decoration: none;
  font-weight: 600;
}

.hero-auth .text-link {
  margin-top: 0;
}

.signup-btn {
  padding: 0.74rem 1.2rem;
  border-radius: 999px;
  font-size: 0.98rem;
  min-width: 132px;
}

@media (max-width: 1180px) {
  .hero-nav-row {
    grid-template-columns: auto auto;
    gap: 0.8rem;
  }

  .hero-nav-row .site-tabs,
  .hero-nav-row .hero-auth {
    display: none;
  }

  .hero-nav-row .compact-nav {
    display: block;
    margin-left: auto;
  }

  .brand-lockup.compact {
    gap: 0.15rem;
    min-width: 0;
  }

  .brand-lockup.compact .eyebrow {
    opacity: 0;
    max-width: 0;
    margin: 0;
    overflow: hidden;
    transform: translateX(-8px);
    pointer-events: none;
  }

  .brand-lockup.compact .brand-mark {
    width: 56px;
    height: 56px;
  }
}

.school-cloud {
  max-width: none;
  width: 100%;
  margin: -96px 0 0.4rem;
  padding: 0.7rem 0 1rem;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.school-carousel {
  display: flex;
  width: max-content;
  gap: 0.48rem;
  animation: schoolMarquee 42s linear infinite;
}

.school-track {
  display: flex;
  gap: 0.48rem;
  flex-shrink: 0;
}

.school-pill {
  background: #ffffff;
  border: 1px solid #d2e2ec;
  color: #48606f;
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.school-track .school-pill:nth-child(odd) {
  background: #1f7fd1;
  border-color: #3d97e3;
  color: #f5fbff;
}

.school-track .school-pill:nth-child(even) {
  background: #0d1625;
  border-color: #24344d;
  color: #e8f2ff;
}

.offerings-section {
  margin: 1.5rem 0 1.2rem;
}

.offerings-section h2 {
  margin: 0.35rem 0 0;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  width: calc(100% + 384px);
  margin-left: -192px;
  padding-left: 1.35rem;
}

.offerings-stage {
  margin-top: 1rem;
  position: relative;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.offerings-stage.stacked {
  min-height: 420px;
}

.offerings-dots {
  margin-top: 0.7rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.offering-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(26, 35, 53, 0.28);
  padding: 0;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.offering-dot:hover {
  background: rgba(17, 28, 46, 0.6);
}

.offering-dot.is-active {
  width: 22px;
  background: #1a3557;
}

.offerings-viewport {
  width: 100%;
  overflow: visible;
}

.offerings-carousel {
  width: 100%;
}

.offerings-track {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.4rem;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.offerings-track::-webkit-scrollbar {
  display: none;
}

.offering-card {
  flex: 0 0 min(640px, 74vw);
  scroll-snap-align: start;
  width: min(640px, 74vw);
  min-height: 360px;
  border-radius: 22px;
  background: #d7cfc1;
  border: 1px solid #ccc2b4;
  padding: 1.35rem 1.4rem 1.25rem;
  color: #161616;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 28px rgba(17, 30, 56, 0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

/* Index-only visual preview: card-specific faded photos on offerings cards. */
body.landing-page .offerings-section .offering-card {
  background-image:
    linear-gradient(165deg, rgba(215, 207, 193, 0.94), rgba(205, 188, 164, 0.93));
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.landing-page .offerings-section .offering-card:nth-child(1) {
  background-image:
    linear-gradient(165deg, rgba(215, 207, 193, 0.8), rgba(205, 188, 164, 0.78)),
    url("assets/Tutoring.jpg");
  background-size: cover, 145% auto;
  background-position: center center, 54% 34%;
}

body.landing-page .offerings-section .offering-card:nth-child(2) {
  background-image:
    linear-gradient(165deg, rgba(215, 207, 193, 0.8), rgba(205, 188, 164, 0.78)),
    url("assets/White Coat.jpg");
  background-size: cover, 145% auto;
  background-position: center center, 54% 34%;
}

body.landing-page .offerings-section .offering-card:nth-child(3) {
  background-image:
    linear-gradient(165deg, rgba(215, 207, 193, 0.8), rgba(205, 188, 164, 0.78)),
    url("assets/shopping.jpg");
  background-size: cover, 145% auto;
  background-position: center center, 54% 34%;
}

body.landing-page .offerings-section .offering-meta {
  border-top: none;
  padding-top: 0.5rem;
}


.offerings-track.stacked {
  position: relative;
  width: 100%;
  height: 400px;
  display: block;
  overflow: visible;
  padding-bottom: 0;
}

.offerings-track.stacked .offering-card {
  --offset: 0;
  --scale: 0.8;
  --opacity: 0;
  --blur: 0px;
  --z: 1;
  --carousel-shift: clamp(250px, 32vw, 420px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% + (var(--offset) * var(--carousel-shift)))) scale(var(--scale));
  opacity: var(--opacity);
  filter: blur(var(--blur));
  z-index: var(--z);
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.4s ease, filter 0.4s ease;
  pointer-events: none;
}

.offerings-track.stacked .offering-card.is-active {
  pointer-events: auto;
}

.offerings-track:not(.stacked) .offering-card:hover {
  transform: translateY(-6px);
  border-color: #bfb3a1;
  box-shadow: 0 18px 34px rgba(11, 22, 44, 0.2);
}

.offerings-track.stacked .offering-card.is-active:hover {
  transform: translateX(calc(-50% + (var(--offset) * var(--carousel-shift)))) scale(1.025);
  border-color: #bfb3a1;
  box-shadow: 0 24px 42px rgba(11, 22, 44, 0.28);
}

.offering-card h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.12;
  font-family: "Sora", sans-serif;
}

.offering-card p {
  margin: 0.62rem 0 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #242323;
  max-width: 34ch;
}

/* Difference carousel: preserve original mini black/gold card style. */
.difference-showcase .offering-card.difference-card {
  flex: 0 0 min(360px, 40vw);
  width: min(360px, 40vw);
  min-height: 190px;
  padding: 0.86rem 0.9rem;
  border: 1px solid rgba(215, 207, 193, 0.52);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  color: #eef5ff;
}

.difference-showcase .offerings-track.stacked .offering-card.difference-card {
  --carousel-shift: clamp(300px, 32vw, 430px);
}

.difference-showcase .offering-card.difference-card .difference-tag {
  margin: 0;
  color: #d7cfc1;
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.difference-showcase .offering-card.difference-card h3 {
  margin: 0.3rem 0 0;
  color: #eef5ff;
  font-size: 1.02rem;
  line-height: 1.25;
  font-family: "Sora", sans-serif;
}

.difference-showcase .offering-card.difference-card p {
  margin: 0.46rem 0 0;
  color: #c6d8ec;
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: none;
}

.difference-showcase .offering-card.difference-card .difference-tag,
.difference-showcase .offering-card.difference-card h3,
.difference-showcase .offering-card.difference-card p {
  text-shadow: 0 1px 8px rgba(3, 10, 20, 0.35);
}

.offering-link {
  display: inline-block;
  margin-top: 0.78rem;
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 600;
}

.offering-meta {
  margin-top: 0.8rem;
  border-top: 1px solid #bfb5a8;
  padding-top: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.offering-meta span:first-child {
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  color: #3a3937;
}

.offering-meta span:last-child {
  font-size: 1rem;
  color: #171717;
}

.offering-format-list {
  text-align: right;
  line-height: 1.35;
}

.offering-cta {
  margin-top: auto;
  align-self: flex-start;
  text-decoration: none;
  border-radius: 12px;
  background: #0f0f12;
  color: #f7f7f7;
  padding: 0.72rem 1.06rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.offering-cta:hover {
  background: #1a1a1f;
}

@keyframes schoolMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.24rem));
  }
}

.landing-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.7rem 1rem 2.6rem;
  display: grid;
  gap: 0.9rem;
}

.scroll-reveal {
  opacity: 1;
  transform: none;
}

body.has-scroll-anim .scroll-reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.65s ease, transform 0.7s ease;
}

body.has-scroll-anim .scroll-reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scroll-feature.score-feature {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: 1.1rem;
  align-items: center;
  border-radius: 22px;
  border: 1px solid #d2e3ee;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.95), rgba(241, 249, 255, 0.92));
  box-shadow: 0 12px 30px rgba(18, 80, 122, 0.11);
  width: calc(100% + 384px);
  margin-left: -192px;
}

.no-block {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.no-block:hover {
  transform: none !important;
  box-shadow: none !important;
}

.scroll-feature.score-feature.no-block {
  padding: 0;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
}

.score-feature.no-block .score-visual {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.score-copy h2 {
  margin: 0;
  font-size: 1.52rem;
  line-height: 1.2;
}

.score-copy p {
  margin: 0.55rem 0 0;
  color: #446072;
}

.score-visual {
  border: 1px solid #cfe0ec;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.score-scale {
  display: flex;
  justify-content: space-between;
  color: #567082;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.score-row {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.55rem;
}

.score-label {
  font-size: 0.86rem;
  color: #2f5164;
}

.score-bar {
  height: 14px;
  border-radius: 999px;
  background: #e5eef6;
  overflow: hidden;
  border: 1px solid #d2e2ee;
}

.score-bar-fill {
  width: 0;
  height: 100%;
  border-radius: 999px;
  transition: width 1.2s ease;
}

.score-bar-fill.baseline {
  background: linear-gradient(90deg, #8eb9de, #5d8fbc);
}

.score-bar-fill.premium {
  background: linear-gradient(90deg, #68d4ef, #1d79cb);
  box-shadow: 0 0 16px rgba(58, 160, 230, 0.5);
}

.scroll-feature.in-view .score-bar-fill {
  animation: growBar 1.2s ease forwards;
}

.scroll-feature.in-view .score-row:nth-of-type(1) .score-bar-fill {
  animation-delay: 0.05s;
}

.scroll-feature.in-view .score-row:nth-of-type(2) .score-bar-fill {
  animation-delay: 0.28s;
}

.score-value {
  font-weight: 700;
  color: #1a5c99;
  text-align: right;
}

.score-delta {
  margin-top: 0.9rem;
  display: inline-block;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: #e6f4ff;
  color: #1e67a7;
  font-weight: 700;
  font-size: 0.82rem;
}

@keyframes growBar {
  from {
    width: 0;
  }
  to {
    width: var(--bar-target);
  }
}

.feature-split {
  padding: calc(1.1rem + 48px) 1.1rem;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  width: calc(100% + 384px);
  margin-left: -192px;
  border-radius: 22px;
  border: 1px solid #d2e3ee;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(242, 250, 255, 0.9));
  box-shadow: 0 12px 30px rgba(18, 80, 122, 0.11);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-main .feature-split:first-child {
  margin-top: 48px;
}

.feature-split:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(18, 80, 122, 0.14);
}

.feature-split.reverse {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.feature-split.reverse .feature-media {
  order: 2;
}

.landing-main .feature-split:nth-of-type(even) {
  background: linear-gradient(140deg, rgba(25, 106, 185, 0.94), rgba(76, 189, 227, 0.92));
  border-color: #78bde0;
}

.landing-main .feature-split:nth-of-type(even) .feature-copy h2,
.landing-main .feature-split:nth-of-type(even) .feature-copy p,
.landing-main .feature-split:nth-of-type(even) .feature-copy .eyebrow {
  color: #f4fbff;
}

.landing-main .feature-split:nth-of-type(even) .feature-media {
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.feature-media {
  min-height: 190px;
  border-radius: 14px;
  border: 1px solid #c9dbe7;
  background: radial-gradient(circle at 20% 12%, rgba(89, 200, 232, 0.28) 0, transparent 40%),
    linear-gradient(120deg, rgba(89, 200, 232, 0.14), rgba(18, 98, 190, 0.17));
  display: grid;
  place-items: center;
  color: #2a73b7;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  overflow: hidden;
  position: relative;
}

.feature-media span {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(193, 217, 232, 0.9);
  border-radius: 999px;
  padding: 0.36rem 0.7rem;
  font-size: 0.9rem;
}

.pixel-scene::before,
.pixel-scene::after {
  content: "";
  position: absolute;
  inset: 0;
}

.pixel-scene::before {
  z-index: 1;
  background-size: 20px 20px, 20px 20px, 100% 100%;
  background-position: 0 0, 10px 10px, 0 0;
  image-rendering: pixelated;
  animation: pixelGridMove 14s linear infinite;
}

.pixel-scene::after {
  z-index: 2;
  mix-blend-mode: screen;
  opacity: 0.72;
  image-rendering: pixelated;
}

.pixel-scene-1::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, #3cbce1 0%, #115fb5 100%);
}

.pixel-scene-1::after {
  background: repeating-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0 12px,
    rgba(255, 255, 255, 0.01) 12px 24px
  );
  animation: pixelPulseA 5.8s steps(6) infinite;
}

.pixel-scene-2::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #1b6cbb 0%, #6ad1ed 100%);
}

.pixel-scene-2::after {
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.15) 0 10px,
    rgba(255, 255, 255, 0) 10px 20px
  );
  animation: pixelSweep 4.2s steps(7) infinite;
}

.pixel-scene-3::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(160deg, #57cce8 0%, #1b6bbb 100%);
}

.pixel-scene-3::after {
  background: radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.28) 0 22px, transparent 22px),
    radial-gradient(circle at 68% 52%, rgba(255, 255, 255, 0.2) 0 16px, transparent 16px),
    radial-gradient(circle at 80% 25%, rgba(255, 255, 255, 0.16) 0 12px, transparent 12px);
  background-size: 120px 120px;
  animation: pixelFloatDots 7s steps(10) infinite;
}

.pixel-scene-4::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(155deg, #2d92d5 0%, #135cb1 100%);
}

.pixel-scene-4::after {
  background: repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.14) 0 8px,
      rgba(255, 255, 255, 0) 8px 16px
    ),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 6px, rgba(255, 255, 255, 0) 6px 12px);
  animation: pixelPulseB 6.2s steps(8) infinite;
}

@keyframes pixelGridMove {
  from {
    background-position: 0 0, 10px 10px, 0 0;
  }
  to {
    background-position: 20px 20px, 30px 30px, 0 0;
  }
}

@keyframes pixelPulseA {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.68;
  }
  50% {
    transform: translateX(12px);
    opacity: 0.9;
  }
}

@keyframes pixelSweep {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(30px);
  }
}

@keyframes pixelFloatDots {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -10px);
  }
}

@keyframes pixelPulseB {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(1);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.02);
  }
}

.feature-copy h2 {
  margin: 0;
  font-size: 1.52rem;
  line-height: 1.2;
}

.feature-copy p {
  margin: 0.5rem 0 0;
  color: #446072;
}

.application-feature {
  padding: 0;
  grid-template-columns: 1fr;
  gap: 0;
}

.feature-list {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  color: #3b596b;
  display: grid;
  gap: 0.25rem;
  font-size: 0.92rem;
}

.feature-list li::marker {
  color: #2e84c8;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.testimonial-card {
  padding: 1.15rem;
  border-radius: 20px;
  border: 1px solid #d3e5f0;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(240, 250, 255, 0.92));
}

.testimonial-card h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.testimonial-card p {
  margin: 0.6rem 0 0;
  color: #425f71;
}

.testimonial-card span {
  display: inline-block;
  margin-top: 0.75rem;
  color: #256cae;
  font-weight: 700;
  font-size: 0.9rem;
}

.trust-block {
  padding: 1.45rem 1.3rem;
  text-align: center;
}

.trust-block h2 {
  margin: 0.35rem 0 0;
}

.trust-block p {
  margin: 0.6rem auto 0;
  max-width: 70ch;
  color: #456476;
}

.storyline-section {
  padding: 1.35rem 1.2rem;
  text-align: left;
  border: 1px solid rgba(40, 30, 16, 0.2);
  background: linear-gradient(165deg, #d7cfc1, #cdbca4);
  box-shadow: 0 10px 24px rgba(15, 10, 6, 0.18);
  border-radius: 20px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.storyline-section .eyebrow {
  margin-bottom: 0.45rem;
  color: rgba(32, 25, 18, 0.75);
}

.storyline-section h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #1e1610;
  text-wrap: balance;
}

.storyline-section p {
  margin: 0.8rem 0 0;
  max-width: 42ch;
  font-size: 0.97rem;
  line-height: 1.6;
  color: rgba(30, 22, 16, 0.88);
}

.storyline-section .text-link {
  margin-top: 0.9rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #18120d;
  text-decoration-color: rgba(24, 18, 13, 0.45);
}

.closing-panels {
  width: calc(100% + 384px);
  margin: 1rem 0 1.25rem -192px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  align-items: stretch;
}

body.has-scroll-anim .closing-panels .storyline-section,
body.has-scroll-anim .closing-panels .cta-banner {
  opacity: 0;
  transform: translateY(22px) scale(0.99);
}

body.has-scroll-anim .closing-panels.in-view .storyline-section {
  animation: panelInLeft 0.62s cubic-bezier(0.2, 0.78, 0.2, 1) forwards;
}

body.has-scroll-anim .closing-panels.in-view .cta-banner {
  animation: panelInRight 0.72s cubic-bezier(0.2, 0.78, 0.2, 1) 0.08s forwards;
}

.cta-banner {
  --cta-focal-x: 50%;
  --cta-focal-y: 34%;
  --cta-zoom: 108%;
  padding: 1.5rem 1.6rem;
  text-align: center;
  border: 1px solid rgba(215, 207, 193, 0.46);
  background-image:
    linear-gradient(162deg, rgba(6, 12, 22, 0.72), rgba(8, 18, 34, 0.66) 50%, rgba(10, 22, 40, 0.74)),
    url("assets/cta-students.jpg"),
    url("assets/landing-bg.png");
  background-size: cover, var(--cta-zoom) auto, cover;
  background-position: center center, var(--cta-focal-x) var(--cta-focal-y), center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(215, 207, 193, 0.22), 0 16px 36px rgba(4, 9, 18, 0.45);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.cta-banner::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -30%;
  width: 60%;
  height: 300%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(215, 207, 193, 0.16), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(130% 95% at 50% 54%, rgba(8, 18, 33, 0) 46%, rgba(8, 18, 33, 0.52) 100%),
    linear-gradient(90deg, rgba(8, 16, 30, 0.55) 0%, rgba(8, 16, 30, 0.12) 18%, rgba(8, 16, 30, 0.12) 82%, rgba(8, 16, 30, 0.55) 100%);
  box-shadow: inset 0 0 0 1px rgba(215, 207, 193, 0.92);
  pointer-events: none;
  z-index: 0;
}

.closing-panels .cta-banner {
  border-color: rgba(215, 207, 193, 0.92);
}

.cta-banner > * {
  position: relative;
  z-index: 1;
}

.closing-panels .cta-banner {
  border: 1px solid rgba(215, 207, 193, 0.94);
  outline: 1px solid rgba(215, 207, 193, 0.72);
  outline-offset: -2px;
}

.closing-panels .storyline-section:hover,
.closing-panels .cta-banner:hover {
  transform: translateY(-6px);
}

.closing-panels .storyline-section:hover {
  box-shadow: 0 16px 34px rgba(15, 10, 6, 0.24);
  filter: saturate(1.04);
}

.closing-panels .cta-banner:hover {
  box-shadow: 0 20px 40px rgba(4, 9, 18, 0.55);
  filter: saturate(1.06);
}

.closing-panels .cta-banner:hover::before {
  transform: translateX(280%) rotate(18deg);
}

.cta-banner h2 {
  margin: 0;
  color: #58a8ff;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.16;
}

.cta-banner p {
  margin: 0.58rem 0 0;
  color: #c6d6e8;
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}

.cta-banner .hero-actions {
  justify-content: center;
  margin-top: 1rem;
}

.cta-banner .button-link.primary {
  background: linear-gradient(112deg, #e4dacb, #c8b79f);
  color: #121212;
  border: 1px solid rgba(238, 228, 211, 0.7);
  box-shadow: 0 12px 24px rgba(2, 6, 12, 0.45);
}

@media (max-width: 1200px) {
  .cta-banner {
    --cta-focal-x: 52%;
    --cta-focal-y: 36%;
    --cta-zoom: 116%;
  }
}

@keyframes panelInLeft {
  from {
    opacity: 0;
    transform: translate(-14px, 24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes panelInRight {
  from {
    opacity: 0;
    transform: translate(18px, 24px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.site-footer {
  max-width: 1100px;
  margin: 0 auto 2rem;
  padding: 1.25rem 1rem;
}

.mega-footer {
  max-width: none;
  margin: 1.2rem 0 0;
  padding: 2.3rem clamp(1.2rem, 4vw, 3rem) 1.1rem;
  background: #0b0c10;
  border-top: 1px solid rgba(119, 150, 188, 0.25);
  border-radius: 0;
  box-shadow: none;
}

.mega-footer-shell {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.8rem);
  align-items: start;
}

.mega-footer-logo-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0.1rem;
}

.mega-footer-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  display: block;
  filter: brightness(1.05) saturate(1.1) drop-shadow(0 8px 18px rgba(33, 125, 220, 0.25));
}

.mega-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: clamp(1rem, 2.4vw, 2.2rem);
}

.mega-footer-col h3 {
  margin: 0 0 0.75rem;
  color: #f0f3f7;
  font-size: 1.02rem;
  font-weight: 700;
}

.mega-footer-col h4 {
  margin: 1.25rem 0 0.62rem;
  color: #f0f3f7;
  font-size: 0.95rem;
  font-weight: 700;
}

.mega-footer-col a {
  display: block;
  margin: 0.38rem 0 0;
  text-decoration: none;
  color: #a8adb6;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.mega-footer-col a:hover {
  color: #d7cfc1;
}

.mega-footer-copy {
  margin: 1.3rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(120, 134, 157, 0.26);
  color: #8c939e;
  font-size: 0.82rem;
}

.testimonial-collage {
  margin-bottom: 1.2rem;
  padding: 1.35rem;
  width: calc(100% + 384px);
  margin-left: -192px;
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  border: 1px solid rgba(102, 134, 180, 0.3);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
  position: relative;
  overflow: hidden;
}

.testimonial-collage.panel {
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  border-color: rgba(102, 134, 180, 0.3);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
}

.testimonial-collage::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 207, 193, 0.22) 0, rgba(215, 207, 193, 0) 72%);
  pointer-events: none;
}

.testimonial-collage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(215, 207, 193, 0.15), rgba(215, 207, 193, 0.65), rgba(215, 207, 193, 0.15));
  pointer-events: none;
}

.testimonial-collage h2 {
  margin: 0.3rem 0 0;
  text-align: left;
  color: #eef5ff;
}

.testimonial-collage .eyebrow {
  color: #93c4ff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.collage-subtitle {
  margin: 0.5rem 0 1rem;
  text-align: left;
  max-width: 68ch;
  color: #bbd3ee;
}

.collage-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr 0.9fr;
  gap: 0.9rem;
  align-items: start;
}

.collage-stack {
  position: relative;
  height: 720px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  will-change: transform;
}

.collage-stack-inner {
  display: grid;
  gap: 0.75rem;
  will-change: transform;
}

.collage-center {
  display: grid;
  gap: 0.75rem;
}

.collage-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.collage-row-faded .collage-card {
  opacity: 0.42;
}

.collage-card {
  border-radius: 16px;
  border: 1px solid rgba(215, 207, 193, 0.2);
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  padding: 0.9rem;
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.35);
}

.collage-card p {
  margin: 0;
  color: #d5e4f4;
  line-height: 1.45;
}

.collage-author {
  margin-top: 0.68rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.collage-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(215, 207, 193, 0.35);
  flex-shrink: 0;
}

.collage-name {
  display: block;
  color: #dbcab4;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.2;
}

.collage-stars {
  display: block;
  margin-top: 0.08rem;
  color: #d7cfc1;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.collage-card.featured {
  padding: 1.2rem;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(20, 79, 123, 0.14);
  position: relative;
  overflow: hidden;
  border-color: rgba(215, 207, 193, 0.44);
  background: linear-gradient(165deg, rgba(38, 56, 84, 0.92), rgba(20, 34, 56, 0.9));
  animation: featuredFloat 6.4s ease-in-out infinite;
}

.collage-card.featured p {
  font-size: 1.08rem;
}

.collage-card.featured::before {
  content: "";
  position: absolute;
  inset: -40% -28%;
  background: radial-gradient(circle, rgba(215, 207, 193, 0.2) 0, rgba(215, 207, 193, 0) 62%);
  animation: featuredPulse 5.8s ease-in-out infinite;
  pointer-events: none;
}

.collage-card.featured::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -70%;
  width: 38%;
  height: 170%;
  transform: rotate(20deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 234, 214, 0.35), rgba(255, 255, 255, 0));
  animation: featuredGlare 6.8s ease-in-out infinite;
  pointer-events: none;
}

.collage-meta {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  align-items: center;
}

.collage-card.faded {
  opacity: 0.48;
}

.collage-stack .collage-card:nth-child(1),
.collage-stack .collage-card:nth-child(5) {
  opacity: 0.26;
}

.collage-stack .collage-card:nth-child(2),
.collage-stack .collage-card:nth-child(4) {
  opacity: 0.4;
}

.collage-stack .collage-card:nth-child(3) {
  opacity: 0.55;
}

.collage-grid > .collage-stack:first-child .collage-stack-inner {
  animation: stackBeltDown 30s linear infinite;
}

.collage-grid > .collage-stack:last-child .collage-stack-inner {
  animation: stackBeltUp 30s linear infinite;
}

.testimonial-more-link {
  margin: 0.95rem auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 181, 233, 0.48);
  background: rgba(10, 25, 45, 0.52);
  color: #d9ecff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.testimonial-more-link:hover {
  transform: translateY(-1px);
  border-color: rgba(159, 204, 247, 0.78);
  background: rgba(16, 35, 62, 0.66);
}

@keyframes featuredPulse {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.56;
    transform: scale(1.06);
  }
}

@keyframes featuredGlare {
  0%,
  30% {
    transform: translateX(0) rotate(20deg);
    opacity: 0;
  }
  42% {
    opacity: 0.75;
  }
  58% {
    transform: translateX(660%) rotate(20deg);
    opacity: 0;
  }
  100% {
    transform: translateX(660%) rotate(20deg);
    opacity: 0;
  }
}

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

@keyframes stackBeltDown {
  0% {
    transform: translateY(calc(-50% - 0.375rem));
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes stackBeltUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(-50% - 0.375rem));
  }
}

.footer-tagline {
  margin: 0;
  color: #456476;
  font-weight: 600;
}

.footer-grid {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.footer-grid h3 {
  margin: 0;
  font-size: 0.95rem;
}

.footer-grid a {
  display: block;
  margin-top: 0.42rem;
  text-decoration: none;
  color: #2f6ca8;
  font-size: 0.88rem;
}

.footer-copyright {
  margin: 1rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid #d2e2ec;
  color: #567082;
  font-size: 0.82rem;
}

.layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
}

.create-layout {
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem 1rem 2.5rem;
}

.panel {
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 34px rgba(18, 78, 119, 0.14);
}

.seller-panel {
  padding: 1rem;
}

.homepage-panel {
  max-width: 980px;
  margin: 0 auto;
}

.seller-panel h2,
.marketplace-panel h2 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
}

.listing-form {
  display: grid;
  gap: 0.75rem;
}

.form-subheading {
  margin: 0.6rem 0 0;
  font-size: 1rem;
  color: #2f5c78;
}

.listing-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

input,
textarea,
select,
button {
  font: inherit;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.65rem 0.7rem;
  background: #fefefe;
  color: var(--text-main);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--ring);
  outline: 2px solid rgba(120, 206, 233, 0.25);
  outline-offset: 1px;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

button {
  border: none;
  border-radius: 10px;
  background: linear-gradient(112deg, var(--blue-300), var(--blue-700));
  color: #fff;
  font-weight: 700;
  padding: 0.72rem 0.9rem;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(18, 99, 190, 0.32);
}

.form-message {
  min-height: 1.2em;
  margin: 0;
  color: var(--success);
  font-size: 0.9rem;
}

.marketplace-hero .landing-subtitle {
  max-width: 72ch;
}

.marketplace-intro {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: block;
  background: #000000;
  animation: marketplaceIntroFade 3.3s ease forwards;
  pointer-events: none;
  overflow: hidden;
}

.marketplace-intro-layer {
  position: relative;
  width: 100%;
  height: 100%;
}

.marketplace-intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(76px, 9.2vw, 142px);
  height: auto;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.42));
  animation: marketplaceLogoPop 3.3s ease forwards;
  z-index: 3;
}

.market-stage {
  opacity: 0;
  transform: translateY(12px);
  animation: marketplaceStageIn 0.7s ease 2.6s forwards;
}

@keyframes marketplaceLogoPop {
  0%,
  8% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  22% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
  68% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03);
  }
  86% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes marketplaceIntroFade {
  0%,
  88% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

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

.marketplace-shell {
  width: 100%;
  margin: 0;
  min-height: calc(100vh - 180px);
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  grid-template-areas:
    "banner banner"
    "sidebar content";
  gap: 1rem;
  padding: calc(72px + 1.75rem) 1rem 1.8rem;
  align-items: start;
}

.marketplace-banner {
  grid-area: banner;
  position: relative;
  border: 1px solid rgba(89, 116, 157, 0.44);
  border-radius: 18px;
  background: #03070f;
  box-shadow: 0 26px 48px rgba(2, 6, 14, 0.66);
  min-height: 500px;
  overflow: hidden;
}

.marketplace-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 8, 18, 0.95) 0%, rgba(3, 8, 18, 0.84) 32%, rgba(5, 12, 24, 0.5) 56%, rgba(6, 14, 28, 0.16) 72%, rgba(6, 14, 28, 0.44) 100%),
    radial-gradient(circle at 80% 24%, rgba(95, 163, 238, 0.26), transparent 42%),
    radial-gradient(circle at 18% 84%, rgba(89, 200, 232, 0.2), transparent 46%);
  pointer-events: none;
  z-index: 1;
}

.marketplace-banner-track {
  position: relative;
  min-height: 500px;
}

.marketplace-banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(18px) scale(1.01);
  transition: opacity 0.45s ease, transform 0.45s ease;
  padding: 2.85rem 3.1rem 9.4rem;
  max-width: min(72ch, calc(100% - 140px));
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.marketplace-banner-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 2;
}

.slide-prime-1 {
  background: linear-gradient(120deg, rgba(24, 45, 77, 0.92), rgba(11, 22, 40, 0.72)),
    radial-gradient(circle at 78% 38%, rgba(99, 183, 255, 0.42), rgba(13, 30, 53, 0.08) 58%),
    linear-gradient(145deg, #111d34, #0b1423 58%, #0f1e35);
}

.slide-prime-2 {
  background: linear-gradient(120deg, rgba(15, 34, 61, 0.94), rgba(8, 18, 34, 0.72)),
    radial-gradient(circle at 76% 34%, rgba(72, 202, 242, 0.38), rgba(11, 26, 44, 0.08) 56%),
    linear-gradient(145deg, #101d33, #0b1422 58%, #0d2038);
}

.slide-prime-3 {
  background: linear-gradient(120deg, rgba(19, 36, 62, 0.94), rgba(9, 18, 35, 0.72)),
    radial-gradient(circle at 78% 36%, rgba(214, 166, 87, 0.24), rgba(13, 27, 45, 0.08) 56%),
    linear-gradient(145deg, #111f35, #0b1423 58%, #112441);
}

.marketplace-banner-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.1), transparent 34%),
    radial-gradient(circle at 72% 62%, rgba(138, 188, 242, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  mix-blend-mode: screen;
}

.banner-kicker {
  margin: 0;
  color: #d7cfc1;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.marketplace-banner-slide h2 {
  margin: 0.35rem 0 0;
  color: #eef5ff;
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.1;
  max-width: 18ch;
  text-wrap: balance;
  letter-spacing: -0.02em;
}

.marketplace-banner-slide p {
  margin: 0.62rem 0 0;
  color: #d3e3f8;
  font-size: 1.04rem;
  line-height: 1.56;
  max-width: 58ch;
}

.banner-actions {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.68rem;
  flex-wrap: wrap;
}

.banner-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 0.72rem 1.16rem;
  min-width: 146px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #0f1a30;
  background: linear-gradient(120deg, #d7cfc1, #c9b59b);
  border: 1px solid rgba(215, 207, 193, 0.82);
  transition: transform 0.22s ease, filter 0.22s ease, border-color 0.22s ease;
}

.banner-cta.ghost {
  color: #d7e7ff;
  background: rgba(12, 24, 44, 0.6);
  border-color: rgba(125, 165, 214, 0.58);
}

.banner-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.banner-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(215, 207, 193, 0.46);
  background: rgba(6, 14, 27, 0.76);
  color: #d7cfc1;
  font-size: 1.52rem;
  line-height: 1;
  padding: 0;
  display: grid;
  place-items: center;
  z-index: 3;
  transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}

.marketplace-banner:hover .banner-nav {
  opacity: 1;
  pointer-events: auto;
}

.banner-nav:hover {
  background: rgba(8, 18, 35, 0.92);
  transform: translateY(-50%) scale(1.04);
}

.banner-nav.prev {
  left: 0.9rem;
}

.banner-nav.next {
  right: 0.9rem;
}

.banner-rail {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(980px, calc(100% - 7.2rem));
  bottom: 2.95rem;
  display: flex;
  gap: 0.62rem;
  z-index: 3;
}

.banner-tile {
  border: 1px solid rgba(120, 149, 188, 0.54);
  background: linear-gradient(165deg, rgba(10, 20, 37, 0.9), rgba(11, 20, 34, 0.78));
  border-radius: 11px;
  padding: 0.56rem 0.65rem 0.62rem;
  color: #d2e3f8;
  display: grid;
  gap: 0.17rem;
  min-width: 0;
  flex: 1;
  text-align: left;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.banner-tile:hover {
  border-color: rgba(215, 207, 193, 0.62);
  transform: translateY(-2px);
}

.banner-tile-title {
  font-size: 0.81rem;
  font-weight: 700;
}

.banner-tile-meta {
  font-size: 0.73rem;
  color: #9dc0e8;
}

.banner-tile.is-active {
  border-color: rgba(215, 207, 193, 0.82);
  background: linear-gradient(165deg, rgba(20, 36, 59, 1), rgba(15, 26, 44, 0.9));
  box-shadow: 0 8px 20px rgba(2, 9, 18, 0.4);
}

.banner-dots {
  position: absolute;
  left: 50%;
  bottom: 0.62rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  z-index: 3;
}

.banner-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(163, 184, 209, 0.42);
  padding: 0;
}

.banner-dot.is-active {
  width: 22px;
  background: #d7cfc1;
}

.banner-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.78rem;
  width: min(340px, 42vw);
  height: 2px;
  background: rgba(154, 175, 201, 0.22);
  border-radius: 999px;
  overflow: hidden;
  z-index: 3;
}

.banner-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #59c8e8, #d7cfc1);
  opacity: 0.92;
}

.banner-progress-bar.is-running {
  animation: bannerProgress 5.5s linear forwards;
}

@keyframes bannerProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.marketplace-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 96px;
  border: 1px solid rgba(102, 134, 180, 0.32);
  border-radius: 18px;
  background: linear-gradient(165deg, rgba(10, 18, 32, 0.94), rgba(14, 25, 43, 0.9));
  box-shadow: 0 16px 32px rgba(4, 9, 18, 0.42);
  padding: 0.92rem;
  display: grid;
  gap: 0.75rem;
}

.sidebar-block {
  border: 1px solid rgba(215, 207, 193, 0.18);
  border-radius: 12px;
  padding: 0.65rem;
  background: rgba(7, 13, 24, 0.5);
}

.filter-label {
  display: block;
  margin: 0 0 0.45rem;
  color: #d7cfc1;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.marketplace-sidebar input,
.marketplace-sidebar select {
  background: rgba(15, 25, 42, 0.9);
  border: 1px solid rgba(120, 206, 233, 0.28);
  color: #e8f2ff;
}

.marketplace-sidebar input::placeholder {
  color: #8ca9c7;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #d8e6f7;
  font-size: 0.9rem;
  margin-top: 0.35rem;
}

.check-item input {
  width: auto;
  accent-color: #59c8e8;
}

.price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.price-range label {
  display: grid;
  gap: 0.28rem;
  color: #bbd3ee;
  font-size: 0.78rem;
}

.ghost-filter-btn {
  background: transparent;
  border: 1px solid rgba(215, 207, 193, 0.4);
  color: #d7cfc1;
  box-shadow: none;
}

.ghost-filter-btn:hover {
  border-color: rgba(215, 207, 193, 0.7);
  box-shadow: 0 10px 18px rgba(4, 9, 18, 0.28);
}

.marketplace-content {
  grid-area: content;
  border: 1px solid rgba(102, 134, 180, 0.3);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(7, 12, 22, 0.94), rgba(12, 20, 36, 0.9));
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
  padding: 1rem;
  width: 100%;
  min-width: 0;
}

.marketplace-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.9rem;
}

.marketplace-toolbar h2 {
  margin: 0;
  color: #eef5ff;
}

.results-count {
  margin: 0.3rem 0 0;
  color: #bbd3ee;
  font-size: 0.9rem;
}

.store-utility {
  display: flex;
  gap: 0.5rem;
}

.utility-btn {
  border: 1px solid rgba(215, 207, 193, 0.38);
  background: rgba(13, 25, 42, 0.72);
  color: #dbe9fa;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: none;
}

.utility-btn.primary {
  background: linear-gradient(120deg, #59c8e8, #1e66bf);
  border-color: transparent;
  color: #ffffff;
}

.utility-btn.active:not(.primary) {
  background: rgba(215, 207, 193, 0.18);
  border-color: rgba(215, 207, 193, 0.78);
  color: #f5ead2;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

@media (max-width: 1700px) {
  .store-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1300px) {
  .store-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.listing-card {
  border: 1px solid rgba(120, 206, 233, 0.25);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(168deg, rgba(20, 33, 54, 0.96), rgba(12, 22, 40, 0.94));
  animation: cardIn 0.35s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 24px rgba(3, 8, 18, 0.4);
}

.listing-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #1c2c44;
}

.listing-content {
  padding: 0.92rem;
  display: flex;
  flex-direction: column;
}

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

.listing-top {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.topic-pill,
.type-pill {
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.topic-pill {
  background: rgba(89, 200, 232, 0.2);
  color: #8eddff;
}

.type-pill {
  background: rgba(215, 207, 193, 0.2);
  color: #f0dfbc;
}

.listing-title {
  margin: 0;
  font-size: 1.02rem;
  color: #eef5ff;
  line-height: 1.25;
  min-height: 2.55rem;
}

.listing-description {
  margin: 0.45rem 0 0.62rem;
  color: #c8d9ed;
  font-size: 0.9rem;
  line-height: 1.48;
  min-height: 4.05rem;
}

.listing-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.46rem;
  color: #8fb8db;
  font-size: 0.78rem;
  font-weight: 600;
  min-height: 1.1rem;
}

.listing-tags {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.62rem;
  min-height: 1.5rem;
  flex-wrap: wrap;
}

.delivery-pill,
.update-pill {
  font-size: 0.72rem;
  border-radius: 999px;
  padding: 0.2rem 0.46rem;
}

.delivery-pill {
  color: #87f7c2;
  background: rgba(62, 196, 132, 0.16);
}

.update-pill {
  color: #c6d8ec;
  background: rgba(148, 169, 197, 0.22);
}

.listing-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.7rem;
  margin-top: auto;
}

.seller-profile {
  display: flex;
  gap: 0.55rem;
  align-items: center;
}

.seller-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #4f7ea6;
  background: #18304c;
}

.seller-info {
  display: grid;
  gap: 0.08rem;
}

.seller-name {
  color: #b8cde4;
  font-size: 0.8rem;
}

.seller-score {
  font-size: 0.75rem;
  color: #8ecdf1;
}

.price {
  font-weight: 700;
  color: #d7cfc1;
}

.listing-actions {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.action-btn {
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
}

.save-btn {
  background: transparent;
  border: 1px solid rgba(215, 207, 193, 0.42);
  color: #d7cfc1;
  box-shadow: none;
}

.save-btn.active {
  background: rgba(215, 207, 193, 0.18);
}

.cart-btn {
  background: linear-gradient(120deg, #59c8e8, #1e66bf);
  border: 1px solid transparent;
  color: #ffffff;
}

.cart-btn.active {
  background: linear-gradient(120deg, #3dbf8c, #2f8f6d);
}

.empty-state {
  border: 1px dashed rgba(147, 177, 207, 0.48);
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  color: #bcd3ea;
  background: rgba(15, 28, 47, 0.5);
}

.empty-state h3 {
  margin: 0;
  color: #eef5ff;
}

.empty-state p {
  margin: 0.42rem 0 0;
  color: #b8cde3;
}

@media (max-width: 1280px) {
  .marketplace-shell {
    width: 100%;
    margin: 0;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketplace-intro,
  .marketplace-intro-text,
  .marketplace-intro-logo,
  .market-stage {
    animation: none !important;
  }

  .marketplace-intro {
    display: none;
  }

  .market-stage {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 880px) {
  .brand-lockup {
    align-items: flex-start;
  }

  .brand-mark {
    width: 60px;
    height: 60px;
  }

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

  .marketplace-shell {
    width: 100%;
    margin-left: 0;
    grid-template-areas:
      "banner"
      "sidebar"
      "content";
    grid-template-columns: 1fr;
    padding: calc(72px + 1.1rem) 0.7rem 1.4rem;
    min-height: auto;
  }

  .marketplace-banner {
    min-height: 350px;
  }

  .marketplace-banner-track {
    min-height: 350px;
  }

  .marketplace-banner-slide {
    padding: 1.1rem 1rem 6.8rem;
    max-width: calc(100% - 86px);
  }

  .marketplace-banner-slide h2 {
    font-size: clamp(1.35rem, 7vw, 2rem);
    max-width: 17ch;
  }

  .marketplace-banner-slide p {
    font-size: 0.9rem;
    line-height: 1.45;
    max-width: 44ch;
  }

  .banner-actions {
    margin-top: 0.88rem;
    gap: 0.45rem;
  }

  .banner-cta {
    min-width: 118px;
    padding: 0.6rem 0.76rem;
    font-size: 0.75rem;
  }

  .banner-rail {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4.6rem);
    bottom: 2.15rem;
    gap: 0.38rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .banner-rail::-webkit-scrollbar {
    display: none;
  }

  .banner-tile {
    min-width: 122px;
    flex: 0 0 auto;
    padding: 0.4rem 0.5rem;
  }

  .banner-tile-title {
    font-size: 0.72rem;
  }

  .banner-tile-meta {
    font-size: 0.66rem;
  }

  .banner-nav {
    width: 40px;
    height: 40px;
    font-size: 1.32rem;
    opacity: 1;
    pointer-events: auto;
  }

  .banner-nav.prev {
    left: 0.56rem;
  }

  .banner-nav.next {
    right: 0.56rem;
  }

  .banner-dots {
    left: 50%;
    right: auto;
    bottom: 0.46rem;
    transform: translateX(-50%);
  }

  .banner-dot {
    width: 6px;
    height: 6px;
  }

  .banner-dot.is-active {
    width: 14px;
  }

  .banner-progress {
    width: min(220px, 60vw);
    bottom: 1.46rem;
  }

  .marketplace-sidebar {
    position: static;
  }

  .marketplace-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .store-utility {
    width: 100%;
  }

  .utility-btn {
    flex: 1;
    justify-content: center;
  }

  .taskbar {
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
  }

  .hero-nav-row {
    padding: 0.5rem 0.75rem;
    border-radius: 0;
  }

  .orb-a {
    width: 250px;
    height: 250px;
  }

  .orb-b {
    width: 220px;
    height: 220px;
  }

  .orb-c {
    width: 180px;
    height: 180px;
  }

  .swoosh-a {
    width: 320px;
    height: 68px;
  }

  .swoosh-b {
    width: 280px;
    height: 54px;
  }

  h1 {
    max-width: none;
  }

  .rotating-line {
    white-space: normal;
    display: block;
  }

  .feature-split {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding: 1.1rem;
  }

  body.mcat-page .program-main {
    margin-top: -90px;
  }

  .mcat-intro-card {
    width: 100%;
    margin-left: 0;
  }

  .advising-intro-card {
    width: 100%;
    margin-left: 0;
  }

  .advising-intro-card h2 {
    white-space: normal;
  }

  .advising-services-showcase {
    width: 100%;
    margin-left: 0;
  }

  .pricing-showcase {
    width: 100%;
    margin-left: 0;
  }

  .section-specific-showcase {
    width: 100%;
    margin-left: 0;
  }

  .faq-section-modern {
    width: 100%;
    margin-left: 0;
  }

  .difference-showcase {
    width: 100%;
    margin-left: 0;
  }

  .about-story-showcase,
  .about-mission-showcase,
  .about-cta-showcase {
    width: 100%;
    margin-left: 0;
  }

  .about-story-grid,
  .contact-grid,
  .contact-embed-grid {
    grid-template-columns: 1fr;
  }

  .about-metric-panel,
  .contact-card,
  .contact-embed-card {
    padding: 0.86rem;
  }

  .about-metrics-grid {
    grid-template-columns: 1fr;
  }

  .about-metrics-grid .circle-wrap,
  .about-metrics-grid .score-circle {
    width: 108px;
    height: 108px;
  }

  .about-stats-row {
    grid-template-columns: 1fr;
  }

  .difference-showcase .offerings-track.stacked {
    height: auto;
  }

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

  .difference-showcase .offering-card.difference-card {
    width: min(92vw, 520px);
    min-height: 220px;
  }

  .value-stage {
    height: auto;
  }

  .value-track {
    position: static;
    display: flex;
    gap: 0.82rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 0.35rem;
  }

  .value-track::-webkit-scrollbar {
    display: none;
  }

  .value-card {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    pointer-events: auto;
    z-index: auto;
    width: min(90vw, 420px);
    min-height: 190px;
    padding: 0.86rem 0.9rem;
    scroll-snap-align: start;
    flex: 0 0 min(90vw, 420px);
  }

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

  .mcat-circle-graphs {
    grid-template-columns: 1fr;
  }

  .acceptance-circle-graphs {
    grid-template-columns: 1fr;
  }

  .newspaper-columns {
    columns: 1;
    column-gap: 0;
    column-rule: none;
  }

  .mcat-intro-card::before {
    display: none;
  }

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

  .pricing-showcase .device-showcase {
    min-height: auto;
    display: grid;
    gap: 0.8rem;
  }

  .tablet-device {
    width: 100%;
    min-height: 280px;
  }

  .plan-board {
    grid-template-columns: 1fr;
  }

  .plan-tile {
    margin-top: 1.1rem;
    padding: 3.15rem 1rem 1rem;
  }

  .plan-tile h3 {
    width: min(84%, 220px);
  }

  .plan-tile p {
    font-size: 1.52rem;
  }

  .plan-tile.highlight {
    top: 0;
  }

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

  .advising-service-grid {
    grid-template-columns: 1fr;
  }

  .section-card-grid {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .scroll-feature.score-feature {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
  }

  .scroll-feature.score-feature.no-block {
    padding: 0;
  }

  .offerings-stage {
    min-height: auto;
  }

  .offerings-dots {
    margin-top: 0.5rem;
  }

  .offerings-viewport {
    margin-top: 0.6rem;
  }

  .offerings-track {
    position: static;
    height: auto;
    display: flex;
    gap: 0.82rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 0.35rem;
  }

  .offerings-track::-webkit-scrollbar {
    display: none;
  }

  .offering-card {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    pointer-events: auto;
    z-index: auto;
    width: min(94vw, 520px);
    min-height: 330px;
    padding: 1.05rem 1.05rem 1rem;
    scroll-snap-align: start;
    flex: 0 0 min(94vw, 520px);
  }

  .difference-showcase .offering-card.difference-card {
    width: min(90vw, 420px);
    min-height: 190px;
    padding: 0.86rem 0.9rem;
    flex: 0 0 min(90vw, 420px);
  }

  .offering-card p {
    font-size: 0.94rem;
    max-width: 100%;
  }

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

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

  .collage-grid > .collage-stack:first-child .collage-stack-inner,
  .collage-grid > .collage-stack:last-child .collage-stack-inner {
    animation: none;
  }

  .loop-dup {
    display: none;
  }

  .collage-row {
    grid-template-columns: 1fr;
  }

  .testimonial-collage {
    width: 100%;
    margin-left: 0;
  }

  .closing-panels {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .storyline-section,
  .cta-banner {
    border-radius: 16px;
  }

  .cta-banner {
    --cta-focal-x: 56%;
    --cta-focal-y: 32%;
    --cta-zoom: 142%;
    padding: 1.25rem 1rem;
  }

  .collage-stack {
    height: auto;
    overflow: visible;
  }

  .feature-split.reverse {
    grid-template-columns: 1fr;
  }

  .feature-split.reverse .feature-media {
    order: 0;
  }

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

  .mega-footer-shell {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .mega-footer-logo {
    width: 56px;
    height: 56px;
  }

  .mega-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.2rem;
  }

}

@media (max-width: 560px) {
  .mega-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mega-footer-columns {
    grid-template-columns: 1fr;
  }

  .cta-banner {
    --cta-focal-x: 58%;
    --cta-focal-y: 30%;
    --cta-zoom: 178%;
    border-radius: 14px;
  }

  .cta-banner h2 {
    font-size: clamp(1.25rem, 7vw, 1.7rem);
    line-height: 1.2;
  }

  .cta-banner p {
    font-size: 0.95rem;
  }
}

/* Consultation page: embedded Calendly widget */
.consultation-topbar {
  position: relative;
  z-index: 5;
}

.consultation-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.marketplace-soon-page .inner-main {
  padding-top: 7rem;
}

.marketplace-soon-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.marketplace-soon-page .inner-main {
  flex: 1 0 auto;
}

.marketplace-soon-page .site-footer {
  margin-top: auto;
}

.marketplace-soon-panel {
  width: min(900px, 100%);
  margin: 0 auto 1.2rem;
  padding: 1.3rem 1.2rem 1.4rem;
  border-radius: 22px;
  border: 1px solid rgba(215, 207, 193, 0.42);
  background: linear-gradient(165deg, rgba(18, 23, 31, 0.96), rgba(10, 14, 20, 0.94));
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.48);
  text-align: center;
}

.marketplace-soon-panel h1 {
  margin: 0.36rem auto 0;
  max-width: none;
  color: #eef5ff;
}

.marketplace-soon-panel p {
  margin: 0.72rem auto 0;
  color: #c6d6e8;
  max-width: 64ch;
}

.marketplace-soon-panel .button-link {
  margin-top: 1rem;
}

.marketplace-waitlist-main {
  flex: 1 0 auto;
  padding-top: 7rem;
}

.marketplace-waitlist-panel {
  width: calc(100% + 384px);
  margin: 0 0 1.2rem;
  margin-left: -192px;
  padding: 1.5rem 1.45rem 1.6rem;
  border-radius: 24px;
  border: 1px solid rgba(215, 207, 193, 0.46);
  background:
    radial-gradient(1300px 500px at 88% -30%, rgba(89, 174, 255, 0.22), transparent 52%),
    radial-gradient(900px 420px at -10% 110%, rgba(224, 202, 160, 0.15), transparent 56%),
    linear-gradient(165deg, rgba(16, 22, 34, 0.98), rgba(10, 14, 20, 0.95));
  box-shadow: 0 18px 42px rgba(4, 9, 18, 0.55);
  position: relative;
  overflow: hidden;
}

.marketplace-waitlist-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 24%, rgba(126, 192, 255, 0.07) 48%, transparent 72%);
  mix-blend-mode: screen;
}

.marketplace-waitlist-panel h1 {
  margin: 0.36rem 0 0;
  max-width: none;
  color: #eef5ff;
  text-align: left;
  font-size: clamp(2rem, 4vw, 3rem);
}

.marketplace-waitlist-panel h1 .loading-dots {
  display: inline-flex;
  align-items: baseline;
  min-width: 1.2em;
  margin-left: 0.08em;
}

.marketplace-waitlist-panel h1 .loading-dots span {
  opacity: 0.22;
  animation: waitlistDotPulse 1.1s ease-in-out infinite;
}

.marketplace-waitlist-panel h1 .loading-dots span:nth-child(2) {
  animation-delay: 0.16s;
}

.marketplace-waitlist-panel h1 .loading-dots span:nth-child(3) {
  animation-delay: 0.32s;
}

@keyframes waitlistDotPulse {
  0%,
  80%,
  100% {
    opacity: 0.22;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-0.02em);
  }
}

.marketplace-waitlist-subtitle {
  margin: 0.62rem 0 0;
  color: #d2e0f0;
  max-width: 76ch;
  line-height: 1.6;
}

.marketplace-waitlist-highlights {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.marketplace-waitlist-highlights span {
  border: 1px solid rgba(137, 175, 219, 0.35);
  border-radius: 999px;
  padding: 0.34rem 0.68rem;
  color: #e5effb;
  background: rgba(25, 38, 58, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.marketplace-waitlist-form {
  margin-top: 0.92rem;
  padding: 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(123, 158, 198, 0.3);
  background: rgba(12, 21, 35, 0.82);
}

.marketplace-waitlist-form label {
  display: block;
  color: #d7cfc1;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.marketplace-waitlist-row {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
}

.marketplace-waitlist-row input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(120, 206, 233, 0.28);
  background: rgba(15, 25, 42, 0.9);
  color: #e8f2ff;
  padding: 0.74rem 0.8rem;
  font: inherit;
}

.marketplace-waitlist-row input:focus {
  outline: none;
  border-color: rgba(137, 205, 255, 0.62);
  box-shadow: 0 0 0 3px rgba(78, 151, 222, 0.18);
}

.marketplace-waitlist-row .button-link {
  min-width: 158px;
}

.marketplace-waitlist-footnote {
  margin-top: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
}

.marketplace-waitlist-footnote p {
  margin: 0;
  color: #9bb3cb;
  font-size: 0.85rem;
}

.consultation-page .inner-main {
  flex: 1 0 auto;
  padding-top: 6.25rem;
}

.consultation-page .mega-footer {
  margin-top: auto;
}

.consultation-widget-panel {
  width: min(820px, 100%);
  margin: 0 auto 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(215, 207, 193, 0.42) !important;
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(18, 23, 31, 0.96), rgba(10, 14, 20, 0.94)) !important;
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.48);
  backdrop-filter: none;
}

.consultation-widget-panel h2 {
  color: #eef5ff;
  margin: 0;
}

.consultation-widget-panel p {
  color: #c6d6e8;
  margin: 0.58rem 0 0;
}

.consultation-widget-shell {
  margin-top: 1rem;
  border: 1px solid rgba(215, 207, 193, 0.32);
  border-radius: 16px;
  overflow: hidden;
  background: #1a1a1a;
}

.consultation-widget-shell .calendly-inline-widget {
  width: 100%;
}

@media (min-width: 901px) {
  .consultation-page .inner-main {
    padding-top: 7.1rem !important;
  }

  .consultation-widget-panel {
    width: 760px !important;
    max-width: calc(100vw - 2rem) !important;
    margin: 0 auto 1rem !important;
    padding: 1rem !important;
  }

  .consultation-widget-shell {
    width: 100%;
    margin-top: 0.8rem;
  }
}

@media (max-width: 900px) {
  .video-highlight-showcase,
  .success-stories-showcase,
  .testimonials-cta-showcase {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0.95rem 0.85rem 1.05rem;
  }

  .success-story-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-video-frame {
    width: 100%;
    padding: 0.65rem;
    border-radius: 14px;
  }

  .testimonial-video-frame video {
    width: 100%;
    max-height: 520px;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 10px;
  }

  .marketplace-soon-page .inner-main {
    padding-top: 5.2rem;
  }

  .marketplace-soon-panel {
    padding: 0.95rem 0.85rem 1.1rem;
  }

  .marketplace-waitlist-main {
    padding-top: 5.2rem;
  }

  .marketplace-waitlist-panel {
    width: 100%;
    margin-left: 0;
    padding: 0.95rem 0.85rem 1.1rem;
  }

  .marketplace-waitlist-row {
    grid-template-columns: 1fr;
  }

  .marketplace-waitlist-row .button-link {
    width: 100%;
  }

  .faq-section-modern .faq-contact-card p .faq-phone {
    color: #58a8ff !important;
  }

  .consultation-page .inner-main {
    padding-top: 5.25rem;
  }

  .consultation-widget-panel {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0.85rem;
  }

  .consultation-widget-shell {
    border-radius: 14px;
  }

  .consultation-widget-shell .calendly-inline-widget {
    min-width: 100% !important;
    height: 760px !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  .faq-section-modern .faq-contact-card p .faq-phone {
    color: #58a8ff !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb,
  .swoosh,
  .pixel-scene::before,
  .pixel-scene::after {
    animation: none;
  }

  .school-carousel {
    animation: none;
  }

  .collage-grid > .collage-stack:first-child .collage-stack-inner,
  .collage-grid > .collage-stack:last-child .collage-stack-inner,
  .collage-card.featured,
  .collage-card.featured::before,
  .collage-card.featured::after {
    animation: none;
  }

  .closing-panels .storyline-section,
  .closing-panels .cta-banner,
  .closing-panels .cta-banner::before,
  .difference-showcase::before,
  .difference-showcase .difference-card {
    animation: none !important;
    transition: none !important;
  }

  .closing-panels .storyline-section,
  .closing-panels .cta-banner {
    opacity: 1 !important;
    transform: none !important;
  }

  .loop-dup {
    display: none;
  }

}

/* Auth pages */
.auth-page .auth-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 1rem 2rem;
}

.auth-main {
  width: min(540px, 94vw);
}

.auth-card {
  border: 1px solid rgba(102, 134, 180, 0.34);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(7, 12, 22, 0.95), rgba(12, 20, 36, 0.92));
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
  padding: 1.3rem 1.2rem 1.25rem;
}

.auth-card .section-kicker {
  margin-bottom: 0.45rem;
}

.auth-card h1 {
  margin: 0.35rem 0 0;
  width: auto;
  max-width: none;
  text-align: left;
  color: #eef5ff;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.ambassador-main {
  max-width: none;
  width: min(1720px, calc(100vw - 1rem));
  padding-top: 7rem;
  padding-bottom: 2rem;
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.ambassador-taskbar {
  position: sticky;
  top: 7rem;
  border: 1px solid rgba(215, 207, 193, 0.24);
  border-radius: 16px;
  background: linear-gradient(170deg, rgba(13, 23, 39, 0.88), rgba(9, 17, 30, 0.92));
  padding: 0.95rem 0.85rem;
}

.ambassador-dashboard {
  width: 100%;
  margin: 0;
  min-height: clamp(680px, 72vh, 980px);
  padding: 1.4rem 1.35rem 1.5rem;
  border-radius: 22px;
  border: 1px solid rgba(102, 134, 180, 0.3);
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
}

.ambassador-welcome {
  margin: 0.2rem 0 0;
  color: #eef5ff;
  font-size: clamp(1.3rem, 2.1vw, 1.7rem);
  line-height: 1.2;
}

.ambassador-sidebar-block {
  margin-top: 0.9rem;
  border: 1px solid rgba(116, 143, 178, 0.26);
  border-radius: 12px;
  background: rgba(17, 30, 50, 0.7);
  padding: 0.7rem;
}

.ambassador-sidebar-label {
  margin: 0;
  color: #c2d7ec;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

.ambassador-code {
  margin: 0.32rem 0 0;
  color: #ead8b6;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  letter-spacing: 0.09em;
}

.ambassador-dashboard h1 {
  margin: 0.34rem 0 0;
  color: #eef5ff;
  width: auto;
  max-width: none;
  text-align: left;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.ambassador-dashboard-intro {
  display: grid;
  gap: 0.18rem;
}

.ambassador-dashboard-intro .section-kicker {
  margin-bottom: 0.1rem;
}

.ambassador-dashboard-intro .ambassador-welcome {
  margin-top: 0;
}

.ambassador-subtitle {
  margin: 0.55rem 0 0;
  color: #c6d8ec;
}

.ambassador-link-wrap {
  margin-top: 0.92rem;
}

.ambassador-link-wrap label {
  display: block;
  color: #d7cfc1;
  font-size: 0.86rem;
  font-weight: 700;
}

.ambassador-link-row {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
}

.ambassador-link-row input {
  border: 1px solid rgba(120, 206, 233, 0.28);
  background: rgba(15, 25, 42, 0.9);
  color: #eef5ff;
}

.referral-code-editor {
  margin-top: 0.6rem;
  border: 1px solid rgba(215, 207, 193, 0.26);
  border-radius: 12px;
  background: rgba(18, 30, 50, 0.65);
  padding: 0.65rem;
}

.referral-code-editor p {
  margin: 0;
  color: #c6d8ec;
  font-size: 0.86rem;
}

.ambassador-qr-wrap {
  margin-top: 0.78rem;
  border: 1px solid rgba(116, 143, 178, 0.24);
  border-radius: 12px;
  background: rgba(17, 30, 50, 0.62);
  padding: 0.68rem;
}

.ambassador-qr-frame {
  margin-top: 0.5rem;
  border-radius: 10px;
  background: #f3f5f7;
  padding: 0.45rem;
  display: flex;
  justify-content: center;
}

#affiliate-qr-image {
  width: 170px;
  height: 170px;
  border-radius: 8px;
  display: block;
}

.ambassador-qr-actions {
  margin-top: 0.52rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.ambassador-qr-actions .button-link {
  min-width: 0;
  width: 100%;
  padding: 0.6rem 0.5rem;
  font-size: 0.86rem;
}

.referral-code-row {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: minmax(0, 200px) auto;
  gap: 0.55rem;
  align-items: center;
}

.referral-code-row input {
  text-transform: lowercase;
  letter-spacing: 0.05em;
}

.ambassador-stats-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.ambassador-stat-card {
  border: 1px solid rgba(215, 207, 193, 0.28);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(30, 44, 66, 0.9), rgba(17, 29, 48, 0.86));
  box-shadow: 0 8px 18px rgba(4, 12, 24, 0.32);
  padding: 0.85rem;
}

.ambassador-stat-card h3 {
  margin: 0;
  color: #c6d8ec;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ambassador-stat-value {
  margin: 0.42rem 0 0;
  color: #eef5ff;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
}

.ambassador-actions {
  margin-top: 0.95rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.ambassador-actions .button-link:not(.primary) {
  color: #d7e7ff;
  border: 1px solid rgba(120, 149, 188, 0.54);
  background: rgba(10, 20, 37, 0.7);
}

.ambassador-actions .button-link:not(.primary):hover {
  border-color: rgba(215, 207, 193, 0.62);
}

.ambassador-leads {
  margin-top: 1.05rem;
  border: 1px solid rgba(215, 207, 193, 0.25);
  border-radius: 14px;
  background: linear-gradient(170deg, rgba(11, 20, 35, 0.9), rgba(14, 26, 44, 0.84));
  padding: 0.95rem;
}

.ambassador-leads-head h2 {
  margin: 0;
  font-size: 1.05rem;
  color: #edf4ff;
}

.ambassador-leads-head p {
  margin: 0.32rem 0 0;
  color: #b9cfe6;
  font-size: 0.9rem;
}

.ambassador-table-wrap {
  margin-top: 0.65rem;
  overflow-x: auto;
}

.ambassador-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.ambassador-table th,
.ambassador-table td {
  text-align: left;
  padding: 0.58rem 0.52rem;
  border-bottom: 1px solid rgba(116, 143, 178, 0.22);
}

.ambassador-table th {
  color: #d7cfc1;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ambassador-table td {
  color: #ebf3ff;
  font-size: 0.93rem;
}

.progress-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.28rem 0.58rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.progress-badge.is-scheduled {
  color: #9ad6ff;
  border-color: rgba(128, 202, 250, 0.42);
  background: rgba(32, 88, 132, 0.34);
}

.progress-badge.is-started,
.progress-badge.is-progress {
  color: #ead8b6;
  border-color: rgba(226, 198, 147, 0.46);
  background: rgba(116, 89, 40, 0.34);
}

.progress-badge.is-complete {
  color: #b8f2cf;
  border-color: rgba(126, 214, 164, 0.46);
  background: rgba(34, 101, 62, 0.36);
}

.ambassador-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ambassador-page .mega-footer {
  margin-top: auto;
}

.admin-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.admin-main {
  max-width: none;
  width: min(1720px, calc(100vw - 1rem));
  padding-top: 7rem;
  padding-bottom: 2rem;
  flex: 1 0 auto;
}

.admin-dashboard {
  width: 100%;
  min-height: clamp(680px, 72vh, 980px);
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(102, 134, 180, 0.3);
  background: linear-gradient(160deg, #070c16, #0c1424 55%, #101b2f);
  box-shadow: 0 16px 36px rgba(4, 9, 18, 0.45);
}

.admin-dashboard h1 {
  margin: 0.34rem 0 0;
  color: #eef5ff;
  width: auto;
  max-width: none;
  text-align: left;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.admin-subtitle {
  margin: 0.55rem 0 0;
  color: #c6d8ec;
}

.admin-actions {
  margin-top: 0.9rem;
}

.admin-section {
  margin-top: 1rem;
  border: 1px solid rgba(215, 207, 193, 0.25);
  border-radius: 14px;
  background: linear-gradient(170deg, rgba(11, 20, 35, 0.9), rgba(14, 26, 44, 0.84));
  padding: 0.92rem;
}

.admin-section-head h2 {
  margin: 0;
  color: #edf4ff;
  font-size: 1.05rem;
}

.admin-section-head p {
  margin: 0.3rem 0 0;
  color: #b9cfe6;
  font-size: 0.9rem;
}

.admin-meta-note {
  margin-top: 0.28rem;
  font-size: 0.78rem;
  color: #88abd0;
}

.admin-edit-panel {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.6rem;
  border: 1px solid rgba(215, 207, 193, 0.38);
  background: rgba(8, 13, 22, 0.94);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(3, 7, 15, 0.45);
}

.admin-edit-panel button {
  min-height: 2rem;
  padding: 0.4rem 0.72rem;
  border-radius: 10px;
  border: 1px solid rgba(111, 157, 213, 0.45);
  background: linear-gradient(135deg, rgba(44, 180, 224, 0.95), rgba(24, 101, 202, 0.96));
  color: #eef6ff;
  font-weight: 700;
  cursor: pointer;
}

.admin-edit-panel button:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.admin-edit-status {
  min-width: 5.4rem;
  color: #bcd4ec;
  font-size: 0.82rem;
}

.admin-edit-status.is-error {
  color: #ffb6ad;
}

.admin-edit-active [data-edit-id][contenteditable="plaintext-only"] {
  outline: 1px dashed rgba(215, 207, 193, 0.62);
  outline-offset: 2px;
}

html.content-overrides-pending main,
html.content-overrides-pending .site-footer {
  opacity: 0;
}

main,
.site-footer {
  transition: opacity 0.18s ease;
}

.admin-table-wrap {
  margin-top: 0.66rem;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.admin-table th,
.admin-table td {
  text-align: left;
  padding: 0.56rem 0.5rem;
  border-bottom: 1px solid rgba(116, 143, 178, 0.22);
}

.admin-table th {
  color: #d7cfc1;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.admin-table td {
  color: #ebf3ff;
  font-size: 0.9rem;
}

.admin-progress-select {
  width: 100%;
  min-width: 190px;
  border-radius: 9px;
  border: 1px solid rgba(120, 206, 233, 0.32);
  background: rgba(15, 25, 42, 0.9);
  color: #e8f2ff;
  padding: 0.45rem 0.58rem;
  font: inherit;
  font-size: 0.86rem;
}

.admin-page .mega-footer {
  margin-top: auto;
}

.ambassador-program-page .inner-main {
  flex: 1 0 auto;
  padding-top: 6.7rem;
  padding-bottom: 1.2rem;
}

.ambassador-program-main {
  width: min(1640px, calc(100% - 1.1rem));
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.ambassador-program-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(212, 200, 174, 0.45);
  background:
    radial-gradient(900px 380px at 85% -35%, rgba(92, 172, 255, 0.25), transparent 58%),
    radial-gradient(720px 320px at -8% 120%, rgba(224, 202, 160, 0.18), transparent 58%),
    linear-gradient(155deg, rgba(8, 16, 29, 0.95), rgba(14, 32, 58, 0.88));
  box-shadow: 0 18px 38px rgba(5, 10, 18, 0.5);
}

.ambassador-program-hero h1 {
  margin: 0.35rem 0 0;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
}

.ambassador-returning {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem 1.2rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(126, 172, 224, 0.35);
  border-radius: 14px;
  background: linear-gradient(130deg, rgba(9, 20, 36, 0.9), rgba(9, 30, 58, 0.78));
}

.ambassador-returning p {
  margin: 0;
  color: #d5e4f5;
  font-weight: 600;
}

.ambassador-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.92rem;
}

.ambassador-role-card {
  padding: 1.25rem 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(212, 200, 174, 0.36);
  box-shadow: 0 16px 30px rgba(6, 11, 21, 0.45);
}

.ambassador-role-card.role-social {
  background:
    linear-gradient(145deg, rgba(19, 72, 123, 0.96), rgba(13, 31, 57, 0.98));
  border-color: rgba(67, 161, 223, 0.65);
}

.ambassador-role-card.role-campus {
  background:
    linear-gradient(145deg, rgba(70, 45, 118, 0.96), rgba(30, 29, 73, 0.98));
  border-color: rgba(142, 112, 218, 0.7);
}

.ambassador-role-tag {
  margin: 0;
  color: #d7cfc1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.76rem;
}

.ambassador-role-card h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  color: #edf5ff;
}

.ambassador-role-card p {
  margin: 0.55rem 0 0;
  color: #c9dbef;
  line-height: 1.56;
}

.ambassador-role-card ul {
  margin: 0.8rem 0 0;
  padding: 0 0 0 1.1rem;
  display: grid;
  gap: 0.45rem;
  color: #dfebf8;
}

.ambassador-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.ambassador-details-col {
  border-radius: 14px;
  border: 1px solid rgba(123, 165, 214, 0.44);
  background: linear-gradient(152deg, rgba(9, 19, 34, 0.92), rgba(13, 28, 48, 0.88));
  padding: 0.9rem 0.92rem;
  display: grid;
  align-content: start;
  gap: 0.3rem;
}

.ambassador-details-col.details-blue {
  background:
    radial-gradient(320px 210px at 8% 0%, rgba(89, 180, 247, 0.24), transparent 60%),
    linear-gradient(152deg, rgba(10, 50, 92, 0.94), rgba(8, 30, 56, 0.95));
  border-color: rgba(98, 188, 248, 0.68);
}

.ambassador-details-col.details-violet {
  background:
    radial-gradient(320px 210px at 12% 0%, rgba(135, 181, 234, 0.18), transparent 62%),
    linear-gradient(152deg, rgba(23, 48, 84, 0.94), rgba(14, 33, 59, 0.95));
  border-color: rgba(129, 177, 231, 0.62);
}

.ambassador-details-col.details-amber {
  background:
    radial-gradient(300px 190px at 12% 0%, rgba(236, 191, 118, 0.2), transparent 60%),
    linear-gradient(152deg, rgba(118, 80, 34, 0.95), rgba(76, 50, 21, 0.96));
  border-color: rgba(231, 182, 106, 0.74);
}

.ambassador-details-col h3 {
  margin: 0;
  color: #eef5ff;
  font-size: 1.03rem;
}

.ambassador-details-col ul {
  margin: 0.6rem 0 0;
  padding: 0 0 0 1.04rem;
  display: grid;
  gap: 0.42rem;
  color: #c8dbef;
}

.ambassador-calendly h2 {
  margin: 0;
  color: #eef5ff;
}

.ambassador-calendly p {
  margin: 0.45rem 0 0.7rem;
  color: #c7d9eb;
}

.ambassador-calendly .calendly-inline-widget {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 200, 174, 0.32);
  background: rgba(9, 17, 31, 0.88);
}

/* Brand Ambassador aesthetic refinement pass */
.ambassador-program-main .panel {
  padding: 1.25rem 1.2rem;
}

.ambassador-program-hero .section-kicker {
  color: #63b7ff;
  letter-spacing: 0.09em;
}

.ambassador-program-hero h1 {
  color: #eff6ff;
  text-align: left;
  width: 100%;
  max-width: none;
  text-shadow: 0 10px 24px rgba(2, 8, 18, 0.38);
}

.ambassador-program-hero .landing-subtitle {
  margin-top: 0.65rem;
  color: #c9ddf1;
  text-align: left;
  width: min(980px, 100%);
  max-width: none;
}

.ambassador-returning {
  margin-top: 1.15rem;
}

.ambassador-returning .button-link {
  min-width: 290px;
}

.ambassador-role-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  min-height: 100%;
}

.ambassador-role-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 200, 174, 0.58);
  box-shadow: 0 22px 36px rgba(4, 10, 20, 0.56);
}

.ambassador-role-card ul li::marker,
.ambassador-details-col ul li::marker {
  color: #89c7ff;
}

.ambassador-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  min-width: 146px;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 220, 228, 0.58);
  color: #f6fbff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ambassador-card-cta:hover {
  background: rgba(230, 237, 248, 0.12);
  border-color: rgba(246, 249, 255, 0.82);
  transform: translateY(-1px);
}

.ambassador-details-col {
  backdrop-filter: blur(2px);
}

.ambassador-details-col h3 {
  color: #f2f8ff;
}

.ambassador-calendly {
  border: 1px solid rgba(212, 200, 174, 0.4);
  border-radius: 20px;
  background:
    radial-gradient(700px 280px at 78% -28%, rgba(80, 161, 247, 0.18), transparent 58%),
    linear-gradient(160deg, rgba(10, 16, 27, 0.97), rgba(11, 23, 39, 0.94));
  text-align: center;
}

.ambassador-calendly h2 {
  color: #f0f7ff;
  text-align: center;
  width: 100%;
  max-width: none;
}

.ambassador-calendly p {
  color: #c1d8ef;
  text-align: center;
}

.ambassador-calendly .calendly-popup-btn {
  margin-top: 0.45rem;
  min-width: 260px;
}

/* Booster-style refresh for Brand Ambassador page */
.booster-layout {
  gap: 1.05rem;
}

.booster-layout .ambassador-program-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 1rem;
  border: 1px solid rgba(86, 149, 218, 0.45);
  background:
    radial-gradient(980px 420px at 74% -42%, rgba(41, 132, 225, 0.28), transparent 58%),
    linear-gradient(154deg, #071221, #0d1e36 52%, #0b1a2f);
}

.booster-layout .ambassador-hero-copy {
  display: grid;
  gap: 0.62rem;
}

.booster-layout .ambassador-program-hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.booster-layout .ambassador-program-hero .landing-subtitle {
  max-width: 62ch;
  color: #c8dcf3;
}

.ambassador-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.ambassador-pill-row span {
  border-radius: 999px;
  border: 1px solid rgba(96, 167, 238, 0.44);
  background: rgba(17, 42, 73, 0.66);
  color: #dcecfb;
  padding: 0.32rem 0.7rem;
  font-size: 0.81rem;
  font-weight: 700;
}

.booster-layout .ambassador-returning {
  margin-top: 0;
  align-self: stretch;
  justify-content: center;
  display: grid;
  align-content: center;
  gap: 0.62rem;
  border: 1px solid rgba(228, 196, 137, 0.45);
  background:
    linear-gradient(155deg, rgba(18, 30, 51, 0.94), rgba(12, 24, 43, 0.94)),
    radial-gradient(260px 180px at 100% 0%, rgba(237, 196, 120, 0.16), transparent 65%);
}

.ambassador-returning-label {
  margin: 0;
  color: #f2f8ff;
  font-size: 1.22rem;
  font-weight: 800;
}

.ambassador-returning-sub {
  margin: 0;
  color: #bfd5ec;
  line-height: 1.5;
}

.booster-layout .ambassador-returning .button-link {
  background: linear-gradient(135deg, #d7cfc1, #cbb89e);
  color: #13263f;
  border: 1px solid rgba(217, 202, 176, 0.92);
  box-shadow: 0 12px 24px rgba(106, 86, 54, 0.22);
  width: 100%;
}

.booster-layout .ambassador-returning .button-link:hover {
  filter: brightness(1.03);
}

.booster-layout .ambassador-role-grid {
  gap: 1rem;
}

.booster-layout .ambassador-role-card {
  border-radius: 24px;
  padding: 1.35rem 1.25rem;
}

.booster-layout .ambassador-role-card.role-social {
  background: linear-gradient(145deg, rgba(15, 72, 129, 0.98), rgba(9, 30, 63, 0.98));
  border-color: rgba(91, 179, 246, 0.7);
}

.booster-layout .ambassador-role-card.role-campus {
  background: linear-gradient(145deg, rgba(56, 39, 122, 0.98), rgba(27, 31, 84, 0.98));
  border-color: rgba(157, 130, 241, 0.72);
}

.booster-layout .ambassador-role-card h2 {
  font-size: clamp(1.56rem, 2.4vw, 2.1rem);
}

.booster-layout .ambassador-role-card ul li::marker {
  color: #f6f9ff;
}

.booster-layout .ambassador-details {
  gap: 1rem;
}

.booster-layout .ambassador-details-col {
  border-radius: 20px;
  padding: 1.06rem 1rem;
}

.booster-layout .ambassador-details-col h3 {
  font-size: 1.18rem;
  font-weight: 800;
}

.booster-layout .ambassador-calendly {
  border-radius: 24px;
  border-color: rgba(106, 165, 230, 0.42);
  background:
    radial-gradient(680px 240px at 75% -40%, rgba(56, 143, 231, 0.2), transparent 60%),
    linear-gradient(160deg, rgba(8, 17, 30, 0.98), rgba(9, 23, 43, 0.96));
}

.booster-layout .ambassador-calendly .section-kicker {
  color: #89c7ff;
  margin-bottom: 0.18rem;
}

.booster-layout .ambassador-calendly h2 {
  font-size: clamp(1.7rem, 3.1vw, 2.35rem);
}

.booster-layout .ambassador-calendly .calendly-popup-btn {
  margin-top: 0.6rem;
  min-width: 290px;
}

@media (max-width: 900px) {
  .ambassador-main {
    width: 100%;
    padding-top: 6.3rem;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    justify-items: center;
  }

  .admin-main {
    width: 100%;
    padding-top: 6.3rem;
  }

  .ambassador-taskbar,
  .ambassador-dashboard {
    width: min(calc(100vw - 2rem), 720px);
    min-height: 0;
    padding: 1rem 0.85rem 1.05rem;
    position: static;
    margin-inline: auto;
  }

  .ambassador-dashboard {
    order: 1;
  }

  .ambassador-taskbar {
    order: 2;
  }

  .ambassador-dashboard-intro {
    margin-bottom: 0.25rem;
  }

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

  .referral-code-row {
    grid-template-columns: 1fr;
  }

  .ambassador-qr-actions {
    grid-template-columns: 1fr;
  }

  .ambassador-actions {
    flex-direction: column;
  }

  .ambassador-actions .button-link {
    width: 100%;
    justify-content: center;
  }

  .ambassador-program-main {
    width: min(1640px, calc(100% - 0.9rem));
  }

  .ambassador-program-page .inner-main {
    padding-top: 5.8rem;
  }

  .ambassador-role-grid {
    grid-template-columns: 1fr;
  }

  .ambassador-details {
    grid-template-columns: 1fr;
  }

  .ambassador-returning {
    flex-direction: column;
    align-items: flex-start;
  }

  .booster-layout .ambassador-program-hero {
    grid-template-columns: 1fr;
  }

  .booster-layout .ambassador-returning {
    width: 100%;
  }

  .ambassador-returning .button-link {
    width: 100%;
    min-width: 0;
  }

  .ambassador-program-main .panel {
    padding: 1rem 0.92rem;
  }

  .ambassador-program-hero h1 {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .ambassador-calendly .calendly-popup-btn {
    width: 100%;
    min-width: 0;
  }
}

.auth-subtitle {
  margin: 0.5rem 0 0;
  color: #bfd2e8;
  line-height: 1.55;
}

.auth-form {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.46rem;
}

.auth-form label {
  color: #d7cfc1;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
}

.auth-form input,
.auth-form select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(120, 206, 233, 0.28);
  background: rgba(15, 25, 42, 0.9);
  color: #e8f2ff;
  padding: 0.68rem 0.75rem;
  font: inherit;
}

.auth-submit {
  margin-top: 0.72rem;
  width: 100%;
}

.auth-divider {
  margin: 0.8rem 0;
  display: flex;
  align-items: center;
  color: #8ca9c7;
  font-size: 0.82rem;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid rgba(118, 147, 184, 0.35);
}

.auth-divider span {
  padding: 0 0.62rem;
}

.auth-google-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid rgba(120, 206, 233, 0.38);
  background: rgba(11, 20, 35, 0.7);
  color: #dbe9fa;
  padding: 0.7rem 0.78rem;
  font-weight: 700;
}

.auth-google-btn:hover {
  border-color: rgba(215, 207, 193, 0.65);
  color: #ffffff;
}

.google-mark {
  width: 1.22rem;
  height: 1.22rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #1f7fd1;
  font-weight: 800;
  font-size: 0.82rem;
}

.auth-message {
  min-height: 1.25rem;
  margin: 0.75rem 0 0;
  color: #8fd8ac;
  font-size: 0.9rem;
}

.auth-message.error {
  color: #ffb9b2;
}

.auth-alt {
  margin: 0.55rem 0 0;
  color: #b9cee4;
  font-size: 0.92rem;
}

.auth-alt a {
  color: #7ab6ff;
}

.auth-fieldset {
  margin: 0.32rem 0 0;
  padding: 0.68rem;
  border: 1px solid rgba(120, 206, 233, 0.26);
  border-radius: 12px;
  display: grid;
  gap: 0.45rem;
}

.auth-fieldset legend {
  color: #d7cfc1;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0.25rem;
}

.auth-fieldset label {
  color: #d6e5f8;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 780px) {
  .auth-page .auth-hero {
    padding-top: 6.9rem;
  }

  .auth-card {
    padding: 1.05rem 0.95rem 1rem;
  }
}

/* Mobile hardening: keep desktop untouched, improve small screens only */
@media (max-width: 1024px) {
  .admit-hero {
    min-height: 100svh;
  }

  body.landing-page .admit-hero:not(.inner-hero) h1,
  body.landing-page .admit-hero:not(.inner-hero) .landing-subtitle,
  body.landing-page .admit-hero:not(.inner-hero) .hero-actions {
    transform: translateY(calc(-64px + 1cm));
  }

  .offerings-section h2,
  .offerings-section .section-kicker,
  .offerings-section > p {
    width: 100%;
    margin-left: 0;
  }

  .offerings-stage {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 880px) {
  body.landing-page .admit-hero:not(.inner-hero) h1,
  body.landing-page .admit-hero:not(.inner-hero) .landing-subtitle,
  body.landing-page .admit-hero:not(.inner-hero) .hero-actions {
    transform: none;
  }

  .admit-hero,
  .admit-hero.inner-hero {
    padding-top: 6.7rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button-link {
    width: 100%;
    max-width: 360px;
  }

  body.landing-page .admit-hero .hero-actions .button-link {
    width: auto;
    max-width: none;
    min-width: 230px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .marketplace-content {
    padding: 0.8rem;
  }

  .marketplace-toolbar h2 {
    font-size: 1.55rem;
    line-height: 1.2;
  }

  .listing-content {
    padding: 0.75rem 0.72rem 0.78rem;
  }

  .price-range {
    grid-template-columns: 1fr;
  }

  .auth-main {
    width: min(560px, 100%);
  }
}

@media (max-width: 560px) {
  .hero-nav-row {
    padding-left: 0.58rem;
    padding-right: 0.58rem;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  h1 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
    line-height: 1.14;
  }

  .landing-subtitle {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .marketplace-shell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .marketplace-content,
  .marketplace-sidebar {
    border-radius: 14px;
  }

  .listing-actions {
    grid-template-columns: 1fr;
  }

  .auth-page .auth-hero {
    padding-top: 6.2rem;
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }

  .auth-card {
    border-radius: 16px;
  }

  .auth-form input,
  .auth-form select,
  .auth-google-btn {
    font-size: 16px;
  }

  body.landing-page .admit-hero .hero-actions .button-link {
    min-width: 210px;
  }
}

/* Mobile/touch interaction refinements (second pass) */
.compact-nav.is-open .compact-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.offering-dot,
.value-dot,
.banner-dot {
  width: 10px;
  height: 10px;
  min-width: 28px;
  min-height: 28px;
  display: grid;
  place-items: center;
  background-clip: content-box;
  padding: 9px;
}

@media (max-width: 900px) {
  .offerings-track,
  .banner-rail {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .banner-nav {
    width: 44px;
    height: 44px;
  }
}

/* Index mobile rescue fixes */
@media (max-width: 880px) {
  .rotating-line {
    width: 100%;
    max-width: 100%;
    padding: 0 0.45rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.22em;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }

  .word-slot {
    margin-left: 0;
    min-width: 13.2ch;
    text-align: center;
  }

  .word-slot.final-highlight {
    color: #0f57ac;
    background-image: none;
    -webkit-text-fill-color: currentColor;
    animation: none;
  }

  .word-slot.final-highlight::after {
    animation: cursorBlink 0.9s steps(1, end) infinite;
    opacity: 1;
  }

  .testimonial-collage .collage-stack {
    display: none;
  }

  .testimonial-collage .collage-center {
    width: 100%;
    display: grid;
    gap: 0.7rem;
  }

  .testimonial-collage .collage-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .testimonial-collage .collage-row-faded {
    display: none;
  }

  .testimonial-collage .collage-card {
    width: 100%;
    min-height: auto;
  }

  .closing-panels,
  .closing-panels.scroll-reveal,
  .closing-panels.scroll-reveal.in-view {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible;
  }

  body.has-scroll-anim .closing-panels .storyline-section,
  body.has-scroll-anim .closing-panels .cta-banner {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible;
  }
}

@media (max-width: 560px) {
  .rotating-line {
    gap: 0.14em;
    font-size: clamp(1.7rem, 8.2vw, 2.15rem);
    line-height: 1.16;
  }

  .word-slot {
    min-width: 12.8ch;
  }

  .testimonial-collage {
    padding: 1rem 0.75rem 1.1rem;
  }

  .closing-panels {
    margin-top: 0.9rem;
    gap: 1.2rem !important;
  }
}

/* Touch-device fallback: prevents Safari auto-zoomed layout from wide desktop blocks */
@media (hover: none) and (pointer: coarse) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .landing-main,
  .inner-main,
  .program-main,
  .offerings-section,
  .testimonial-collage,
  .closing-panels,
  .advising-intro-card,
  .difference-showcase,
  .pricing-showcase,
  .advising-services-showcase,
  .faq-section-modern,
  .about-story-showcase,
  .about-mission-showcase,
  .about-cta-showcase {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .offerings-section h2,
  .offerings-section .section-kicker,
  .offerings-section > p {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .offerings-track {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }

  .offering-card {
    width: min(92vw, 520px) !important;
    flex: 0 0 min(92vw, 520px) !important;
  }

  .advising-service-grid,
  .faq-layout,
  .acceptance-circle-graphs,
  .stats-strip,
  .about-stats-row {
    grid-template-columns: 1fr !important;
  }

  .value-track {
    position: static !important;
    display: flex !important;
    gap: 0.82rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .value-card {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    width: min(90vw, 420px) !important;
    flex: 0 0 min(90vw, 420px) !important;
    scroll-snap-align: start;
  }
}

/* One-column mobile layouts: index + pre-med advising */
.mobile-testimonial-list {
  display: none;
}

@media (max-width: 900px) {
  .landing-main,
  .landing-main > section {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .offerings-stage,
  .offerings-viewport,
  .offerings-carousel {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .offerings-track {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.8rem;
    overflow: visible !important;
    height: auto !important;
    scroll-snap-type: none !important;
  }

  .offering-card {
    width: 100% !important;
    min-height: auto;
    flex: 1 1 auto !important;
  }

  body.landing-page .offerings-section .offering-card:nth-child(1),
  body.landing-page .offerings-section .offering-card:nth-child(2),
  body.landing-page .offerings-section .offering-card:nth-child(3) {
    background-size: cover, cover;
    background-position: center center, center 40%;
  }

  .offering-card .offering-cta {
    margin-top: 1rem;
  }

  .offerings-dots {
    display: none !important;
  }

  .testimonial-collage {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 1rem 0.85rem 1.1rem;
  }

  .testimonial-collage .collage-grid {
    display: none !important;
  }

  .mobile-testimonial-list {
    display: grid;
    gap: 0.72rem;
    margin-top: 0.75rem;
  }

  .mobile-testimonial-list .collage-card {
    min-height: auto;
    border-radius: 12px;
    padding: 0.72rem 0.78rem;
  }

  .testimonial-more-link {
    width: 100%;
    margin-top: 0.78rem;
    padding: 0.66rem 0.9rem;
  }

  .closing-panels,
  .closing-panels.scroll-reveal,
  .closing-panels.scroll-reveal.in-view {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .closing-panels .storyline-section,
  .closing-panels .cta-banner {
    width: 100% !important;
    min-height: auto;
  }

  .about-mission-showcase,
  .about-cta-showcase {
    background-size: cover, cover;
    background-position: center center, center 42%;
  }

  .premed-page .program-main,
  .premed-page .program-main > section,
  .premed-page .advising-intro-card,
  .premed-page .difference-showcase,
  .premed-page .pricing-showcase,
  .premed-page .advising-services-showcase,
  .premed-page .faq-section-modern {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .premed-page .acceptance-circle-graphs,
  .premed-page .stats-strip,
  .premed-page .advising-service-grid,
  .premed-page .faq-layout {
    grid-template-columns: 1fr !important;
  }

  .premed-page .value-stage {
    height: auto;
    overflow: visible;
  }

  .premed-page .value-track {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.72rem;
    overflow: visible !important;
    height: auto !important;
  }

  .premed-page .value-card {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    width: 100% !important;
    min-height: auto;
  }

  .premed-page .value-dots {
    display: none !important;
  }
}

/* Mobile heading: clean centered layout */
.rotating-prefix {
  display: inline;
}

@media (min-width: 901px) {
  body.landing-page h1.rotating-line {
    position: relative;
    left: 6px;
  }
}

@media (max-width: 900px) {
  body.landing-page h1.rotating-line {
    display: grid !important;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.16;
    gap: 0.1em;
    padding: 0 0.45rem;
  }

  body.landing-page h1.rotating-line .rotating-prefix {
    display: block;
    width: 100%;
    text-align: center;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: 2px;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot::after {
    content: none;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0.06em, -50%);
    margin-left: 0 !important;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot.is-long-phrase {
    width: 13ch;
    max-width: 13ch;
    white-space: normal;
    line-height: 1.14;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot.is-long-phrase::after {
    display: none;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot.final-highlight {
    color: #0f57ac;
    background-image: linear-gradient(100deg, #0f57ac 0%, #0f57ac 38%, #b7e5ff 50%, #0f57ac 62%, #0f57ac 100%);
    background-size: 240% 100%;
    background-position: 120% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glareSweep 3.6s ease-in-out infinite;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot.final-highlight::after {
    animation: none;
    opacity: 0;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot.js-cursor::after {
    content: none !important;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot .typed-text {
    display: inline;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot .typed-cursor {
    display: inline-block;
    margin-left: 0.06em;
    animation: cursorBlink 0.9s steps(1, end) infinite;
    color: #145eaf;
    vertical-align: baseline;
  }

  body.landing-page h1.rotating-line #rotating-word.word-slot.final-highlight .typed-cursor {
    display: none;
  }
}
