body.stu-body {
  background: #ffffff;
  color: #1a2b27;
}

.stu-page {
  --stu-night:     #04140f;
  --stu-forest:    #0d4438;
  --stu-ink:       #0a3e34;
  --stu-cream:     #f7f1e6;
  --stu-gold:      #c9a24a;
  --stu-gold-warm: #e0bf72;

  --stu-radius: 18px;
  --stu-ease:   cubic-bezier(0.16, 1, 0.3, 1);

  position: relative;
}

.stu-band { position: relative; background: var(--bg); }

.stu-band--light {
  --bg:          #ffffff;
  --title:       #0a3e34;
  --text:        #1a2b27;
  --mute:        #5b6d68;
  --faint:       #94a39e;
  --card-bg:     #ffffff;
  --card-border: rgba(13, 68, 56, 0.13);
  --hair:        rgba(13, 68, 56, 0.08);
  --shadow:      0 16px 38px rgba(13, 68, 56, 0.10);
  --shadow-lg:   0 26px 60px rgba(13, 68, 56, 0.16);

  --a: #1f8772; --a-tint: rgba(31, 135, 114, 0.11); --a-line: rgba(31, 135, 114, 0.34);
}

.stu-band--dark {
  --bg:          #08251e;
  --title:       #f7f1e6;
  --text:        rgba(247, 241, 230, 0.86);
  --mute:        rgba(247, 241, 230, 0.62);
  --faint:       rgba(247, 241, 230, 0.42);
  --card-bg:     rgba(247, 241, 230, 0.045);
  --card-border: rgba(247, 241, 230, 0.15);
  --hair:        rgba(247, 241, 230, 0.11);
  --shadow:      0 20px 46px rgba(0, 0, 0, 0.35);
  --shadow-lg:   0 28px 66px rgba(0, 0, 0, 0.45);

  --a: #3fc4a3; --a-tint: rgba(63, 196, 163, 0.14); --a-line: rgba(63, 196, 163, 0.40);
}

.stu-page [data-c="sky"]     { --a: #5a9fa3; --a-tint: rgba(90, 159, 163, 0.11);  --a-line: rgba(90, 159, 163, 0.34); }
.stu-page [data-c="amber"]   { --a: #d99a3d; --a-tint: rgba(217, 154, 61, 0.13);  --a-line: rgba(217, 154, 61, 0.36); }
.stu-page [data-c="plum"]    { --a: #8a5d80; --a-tint: rgba(138, 93, 128, 0.11);  --a-line: rgba(138, 93, 128, 0.34); }
.stu-page [data-c="emerald"] { --a: #1f8772; --a-tint: rgba(31, 135, 114, 0.11);  --a-line: rgba(31, 135, 114, 0.34); }
.stu-page [data-c="mustard"] { --a: #c9a24a; --a-tint: rgba(201, 162, 74, 0.13);  --a-line: rgba(201, 162, 74, 0.36); }

.stu-band--dark [data-c="sky"]     { --a: #8fcbcf; --a-tint: rgba(143, 203, 207, 0.14); --a-line: rgba(143, 203, 207, 0.40); }
.stu-band--dark [data-c="amber"]   { --a: #e8b25c; --a-tint: rgba(232, 178, 92, 0.15);  --a-line: rgba(232, 178, 92, 0.42); }
.stu-band--dark [data-c="plum"]    { --a: #c294b8; --a-tint: rgba(194, 148, 184, 0.14); --a-line: rgba(194, 148, 184, 0.40); }
.stu-band--dark [data-c="emerald"] { --a: #3fc4a3; --a-tint: rgba(63, 196, 163, 0.14);  --a-line: rgba(63, 196, 163, 0.40); }
.stu-band--dark [data-c="mustard"] { --a: #e0bf72; --a-tint: rgba(224, 191, 114, 0.15); --a-line: rgba(224, 191, 114, 0.42); }

.stu-page section { padding: clamp(72px, 10vh, 130px) 0; }

.stu-page section[id] { scroll-margin-top: 96px; }

.stu-eyebrow {
  font-family: var(--font-mono-mod);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--a);
  margin-bottom: 18px;
}

.stu-head {
  max-width: 760px;
  margin: 0 auto clamp(44px, 6vw, 72px);
  text-align: center;
}

.stu-head--tight { margin-bottom: clamp(24px, 3vw, 36px); }

.stu-offers { padding-top: clamp(56px, 7vh, 92px) !important; }

/* ---------- Offers: the line on the left, the clock on the right ----------
   Centring both left two wide gutters of empty forest either side. Split
   across the band instead: the sentence reads from the left margin, the
   countdown sits opposite it as a panel of its own. */

.stu-offers-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 4vw, 60px);
  margin-bottom: clamp(38px, 5vw, 58px);
}

.stu-offers-top .stu-head {
  max-width: none;
  margin: 0;
  text-align: left;
}

/* A shade smaller than a full section head — in a two-column row it no longer
   has to carry the band on its own, and it keeps the sentence on one line. */
.stu-offers-top .stu-h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }

/* ---------- The clock as a panel ---------- */

.stu-offers-top .stu-countdown {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
  padding: clamp(18px, 2vw, 24px) clamp(20px, 2.2vw, 28px);
  border-radius: 20px;
  border: 1px solid rgba(224, 191, 114, 0.30);
  background:
    radial-gradient(130% 150% at 100% 0%, rgba(224, 191, 114, 0.16), transparent 62%),
    rgba(247, 241, 230, 0.05);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.30);
}

/* A live pulse, so the panel reads as counting rather than printed. */
.stu-offers-top .stu-countdown-label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.stu-offers-top .stu-countdown-label::before {
  content: '';
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--stu-gold-warm);
  animation: stu-cd-pulse 2.2s ease-out infinite;
}

.stu-offers-top .stu-cd {
  position: relative;
  min-width: 76px;
  padding: 14px 12px;
  border-color: rgba(224, 191, 114, 0.22);
  background: rgba(4, 20, 15, 0.42);
}

.stu-offers-top .stu-cd b {
  font-size: 2rem;
  color: var(--stu-gold-warm);
}

/* Colons in the gaps, so it reads as a clock and not four separate boxes. */
.stu-offers-top .stu-cd + .stu-cd::before {
  content: ':';
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(-50%, -64%);
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(224, 191, 114, 0.55);
}

@keyframes stu-cd-pulse {
  0%        { box-shadow: 0 0 0 0 rgba(224, 191, 114, 0.55); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(224, 191, 114, 0); }
}

@media (max-width: 1080px) {
  .stu-offers-top {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(22px, 3vw, 32px);
  }

  .stu-offers-top .stu-countdown { justify-self: start; }
}

@media (max-width: 520px) {
  .stu-offers-top .stu-countdown { width: 100%; padding: 18px; }
  .stu-offers-top .stu-countdown-clock { width: 100%; }
  .stu-offers-top .stu-cd { flex: 1; min-width: 0; }
  .stu-offers-top .stu-cd b { font-size: 1.6rem; }
}

@media (prefers-reduced-motion: reduce) {
  .stu-offers-top .stu-countdown-label::before { animation: none; }
}

.stu-h2 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 4.2vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--title);
}

.stu-h2 em {
  font-family: var(--font-stylish);
  font-style: italic;
  color: var(--stu-gold);
}

.stu-lede {
  margin-top: 18px;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.7;
  color: var(--mute);
}

.stu-tick {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  flex: none;
  border-radius: 50%;
  background: var(--a-tint);
  border: 1px solid var(--a-line);
  color: var(--a);
  font-size: 0.58rem;
}

.stu-dot {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  flex: none;
  border-radius: 50%;
  background: var(--a);
}

.stu-arrow {
  display: inline-block;
  transition: transform 0.35s var(--stu-ease);
}

.stu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid transparent;
  font-family: var(--font-small);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.35s var(--stu-ease);
}
.stu-btn:hover .stu-arrow { transform: translateX(5px); }

.stu-btn--gold {
  background: linear-gradient(135deg, var(--stu-gold) 0%, var(--stu-gold-warm) 100%);
  color: var(--stu-forest);
}
.stu-btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(201, 162, 74, 0.36);
}

.stu-btn--outline {
  border-color: var(--card-border);
  color: var(--title);
}
.stu-btn--outline:hover {
  border-color: var(--stu-gold);
  background: rgba(201, 162, 74, 0.10);
}

.stu-btn--dark { background: var(--stu-forest); color: var(--stu-cream); }
.stu-btn--dark:hover { background: var(--stu-ink); transform: translateY(-2px); box-shadow: var(--shadow); }
.stu-band--dark .stu-btn--dark { background: var(--stu-cream); color: var(--stu-forest); }
.stu-band--dark .stu-btn--dark:hover { background: #fff; }

.stu-choose.stu-band--dark {
  padding: clamp(132px, 18vh, 200px) 0 clamp(70px, 9vh, 104px) !important;
}

.stu-choose { overflow: hidden; }

.stu-choose-deco {
  position: absolute;
  top: clamp(60px, 10vh, 130px);
  right: clamp(12px, 3vw, 70px);
  width: clamp(200px, 25vw, 360px);
  opacity: 1;
  pointer-events: none;
}

.stu-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.stu-pick {
  --pick-title:      var(--stu-cream);
  --pick-text:       rgba(247, 241, 230, 0.80);
  --pick-badge-bg:   rgba(247, 241, 230, 0.10);
  --pick-badge-bd:   rgba(224, 191, 114, 0.30);
  --pick-badge-fg:   var(--stu-gold-warm);
  --pick-stat:       var(--stu-gold-warm);
  --pick-label:      rgba(247, 241, 230, 0.60);
  --pick-mark:       rgba(247, 241, 230, 0.20);
  --pick-mark-hi:    rgba(224, 191, 114, 0.42);
  --pick-glow:       rgba(247, 241, 230, 0.10);
  --pick-cta-bg:     var(--stu-cream);
  --pick-cta-fg:     var(--stu-forest);
  --pick-cta-shadow: rgba(13, 68, 56, 0.34);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: clamp(400px, 44vw, 500px);
  padding: clamp(28px, 3.2vw, 46px);
  border-radius: clamp(20px, 2vw, 30px);
  color: var(--pick-title);
  box-shadow: 0 22px 54px rgba(13, 68, 56, 0.20);
  transition: transform 0.5s var(--stu-ease), box-shadow 0.5s var(--stu-ease);
}

.stu-pick--school {
  background: linear-gradient(152deg, var(--stu-forest) 0%, #14695a 52%, #1f8772 100%);
}

.stu-pick--college {
  --pick-title:      #0a3327;
  --pick-text:       rgba(10, 51, 39, 0.82);
  --pick-badge-bg:   rgba(13, 68, 56, 0.13);
  --pick-badge-bd:   rgba(13, 68, 56, 0.26);
  --pick-badge-fg:   #0a3327;
  --pick-stat:       #0d4438;
  --pick-label:      rgba(10, 51, 39, 0.64);
  --pick-mark:       rgba(13, 68, 56, 0.22);
  --pick-mark-hi:    rgba(13, 68, 56, 0.40);
  --pick-glow:       rgba(255, 250, 238, 0.14);
  --pick-cta-bg:     #0d4438;
  --pick-cta-fg:     var(--stu-cream);
  --pick-cta-shadow: rgba(13, 68, 56, 0.40);

  background:
    radial-gradient(112% 82% at 86% 96%, rgba(255, 249, 235, 0.18) 0%, transparent 60%),
    linear-gradient(158deg, #dcb45f 0%, #c08d38 55%, #a06f25 100%);
}

.stu-pick:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 74px rgba(13, 68, 56, 0.28);
}

.stu-pick-glow {
  position: absolute;
  z-index: -1;
  right: -8%;
  bottom: -18%;
  width: 56%;
  aspect-ratio: 1;
  max-width: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pick-glow) 0%, transparent 72%);
}

/* ---------- The illustration in the corner of each choice card ----------
   Line art, not a glyph, and it never sits perfectly still: the vignette
   drifts, the tassel swings, the ring turns, the sparks blink. Faint enough
   to stay behind the copy, and it lifts a little when the card is hovered. */

.stu-pick-mark {
  position: absolute;
  z-index: -1;
  right: clamp(6px, 1.6vw, 26px);
  bottom: clamp(48px, 6vw, 84px);
  width: clamp(124px, 17vw, 208px);
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 0.5s var(--stu-ease), transform 0.6s var(--stu-ease);
}

.stu-pick:hover .stu-pick-mark {
  opacity: 1;
  transform: translateY(-6px) scale(1.05);
}

.stu-pm {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.stu-pm .pm-base { stroke: var(--pick-mark);    stroke-width: 2; }
.stu-pm .pm-hi   { stroke: var(--pick-mark-hi); stroke-width: 2.2; }
.stu-pm .pm-fill { fill:   var(--pick-mark-hi); }

/* The whole drawing breathes. */
.stu-pm-drift { animation: stu-pm-drift 9s ease-in-out infinite; }

/* The tassel hangs off the right corner of the board, so it swings from there. */
.stu-pm-tassel {
  transform-origin: 118px 46px;
  animation: stu-pm-swing 4.5s ease-in-out infinite;
}

/* The pencil rocks against the book, a touch slower and the other way. */
.stu-pm-pencil {
  transform-origin: 95px 20px;
  animation: stu-pm-swing 6s ease-in-out infinite reverse;
}

.stu-pm-spin {
  transform-origin: 64px 46px;
  animation: stu-spin 16s linear infinite;
}

.stu-pm-twinkle        { animation: stu-pm-twinkle 3.4s ease-in-out infinite; }
.stu-pm-twinkle--b     { animation-duration: 4.6s; animation-delay: 0.7s; }
.stu-pm-twinkle--c     { animation-duration: 5.4s; animation-delay: 1.5s; }

@keyframes stu-pm-drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50%      { transform: translate(-4px, -7px) rotate(-1.4deg); }
}

@keyframes stu-pm-swing {
  0%, 100% { transform: rotate(-4deg); }
  50%      { transform: rotate(4deg); }
}

@keyframes stu-pm-twinkle {
  0%, 100% { opacity: 0.25; }
  50%      { opacity: 1; }
}

.stu-pick-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--pick-badge-bg);
  border: 1px solid var(--pick-badge-bd);
  font-family: var(--font-small);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--pick-badge-fg);
}

.stu-pick-badge svg { width: 15px; height: 15px; flex: none; }

.stu-pick-title {
  margin-top: clamp(20px, 2.4vw, 32px);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--pick-title);
}

.stu-pick-body {
  margin-top: 16px;
  max-width: 30ch;
  font-size: clamp(0.95rem, 1.05vw, 1.03rem);
  line-height: 1.62;
  color: var(--pick-text);
}

.stu-pick-stats {
  margin-top: auto;
  padding-top: clamp(24px, 3vw, 36px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.6vw, 38px);
  list-style: none;
}

.stu-pick-stats strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--pick-stat);
}

.stu-pick-stats span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-small);
  font-size: 0.78rem;
  color: var(--pick-label);
}

.stu-pick-cta {
  align-self: flex-start;
  margin-top: clamp(24px, 3vw, 34px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 100px;
  background: var(--pick-cta-bg);
  color: var(--pick-cta-fg);
  font-family: var(--font-small);
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.35s var(--stu-ease), box-shadow 0.35s var(--stu-ease);
}

.stu-pick-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px var(--pick-cta-shadow);
}

.stu-pick-cta:hover .stu-arrow { transform: translateX(5px); }

.stu-hero {
  overflow: hidden;
  padding: clamp(140px, 19vh, 210px) 0 clamp(70px, 9vh, 100px) !important;
  background:
    radial-gradient(ellipse at 22% 8%, rgba(31, 135, 114, 0.30) 0%, transparent 58%),
    radial-gradient(ellipse at 88% 78%, rgba(90, 159, 163, 0.18) 0%, transparent 60%),
    linear-gradient(165deg, var(--stu-night) 0%, #08251e 100%);
}

.stu-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 241, 230, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 241, 230, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 40% 40%, #000 0%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at 40% 40%, #000 0%, transparent 72%);
  pointer-events: none;
}

.stu-hero-deco {
  position: absolute;
  right: clamp(-140px, -3vw, 0px);
  bottom: 4%;
  width: clamp(300px, 38vw, 520px);
  opacity: 0.8;
  pointer-events: none;
}

.stu-deco-ring { transform-origin: 105px 95px; animation: stu-spin 20s linear infinite; }
@keyframes stu-spin { to { transform: rotate(360deg); } }

.stu-deco-seal { animation: stu-float 7s ease-in-out infinite; }
@keyframes stu-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.stu-deco-tassel { animation: stu-swing 4s ease-in-out infinite; transform-origin: 400px 180px; }
@keyframes stu-swing { 0%, 100% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } }

.stu-deco-line {
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
  animation: stu-draw 2.4s var(--stu-ease) 0.4s forwards;
}
@keyframes stu-draw { to { stroke-dashoffset: 0; } }

.stu-deco-dot { opacity: 0; animation: stu-fade 0.5s var(--stu-ease) 2.6s forwards; }
@keyframes stu-fade { to { opacity: 1; } }

.stu-hero-inner { position: relative; max-width: 880px; }

.stu-hero .stu-eyebrow { color: var(--stu-gold-warm); }

.stu-hero-title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.3rem, 5.8vw, 4.6rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--title);
}

.stu-hero-title em {
  font-family: var(--font-stylish);
  font-style: italic;
  background: linear-gradient(120deg, var(--stu-gold) 0%, var(--stu-gold-warm) 55%, var(--stu-cream) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.stu-hero-lede {
  margin-top: 24px;
  max-width: 620px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.68;
  color: var(--mute);
}

.stu-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

.stu-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--hair);
  list-style: none;
  max-width: 720px;
}
.stu-hero-trust li {
  display: flex;
  align-items: center;
  font-family: var(--font-small);
  font-size: 0.87rem;
  color: var(--mute);
}

.stu-stats {
  padding: 0 !important;
  border-top: 1px solid var(--hair);
  background: var(--bg);
}

.stu-stats.stu-band--dark { background: linear-gradient(180deg, #08251e 0%, #06201a 100%); }

.stu-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.stu-stat {
  padding: clamp(30px, 4vw, 48px) clamp(16px, 2vw, 28px);
  border-left: 1px solid var(--hair);
  text-align: center;
}
.stu-stat:first-child { border-left: none; }

.stu-stat-value {
  font-family: var(--font-display);
  font-weight: 300;
  font-variant-numeric: tabular-nums;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--stu-gold);
}
.stu-stat:nth-child(2) .stu-stat-value { color: #5a9fa3; }
.stu-stat:nth-child(3) .stu-stat-value { color: #1f8772; }
.stu-stat:nth-child(4) .stu-stat-value { color: #8a5d80; }

.stu-band--dark .stu-stat-value { color: var(--stu-gold-warm); }
.stu-band--dark .stu-stat:nth-child(2) .stu-stat-value { color: #8fcbcf; }
.stu-band--dark .stu-stat:nth-child(3) .stu-stat-value { color: #3fc4a3; }
.stu-band--dark .stu-stat:nth-child(4) .stu-stat-value { color: #c294b8; }

.stu-stat-label {
  margin-top: 12px;
  font-family: var(--font-small);
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--mute);
}

.stu-stat-note {
  margin-top: 7px;
  font-family: var(--font-mono-mod);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
}

.stu-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.stu-filter {
  padding: 10px 22px;
  border: 1px solid var(--card-border);
  border-radius: 100px;
  background: transparent;
  font-family: var(--font-small);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--mute);
  transition: all 0.3s var(--stu-ease);
}
.stu-filter:hover { border-color: var(--a); color: var(--a); }

.stu-filter.is-active {
  background: var(--stu-forest);
  border-color: var(--stu-forest);
  color: var(--stu-cream);
}
.stu-band--dark .stu-filter.is-active {
  background: var(--stu-cream);
  border-color: var(--stu-cream);
  color: var(--stu-forest);
}

.stu-course-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.stu-course {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #DCE8E5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transition: border-color 0.25s, box-shadow 0.28s, transform 0.25s;
}
.stu-course:hover {
  border-color: #2BA88A;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.38), 0 0 0 3px rgba(43, 168, 138, 0.18);
  transform: translateY(-4px);
}
.stu-course[hidden] { display: none; }

.stu-course-topbar { height: 3px; width: 100%; flex-shrink: 0; }
.stu-course[data-lvl="beginner"]     .stu-course-topbar { background: linear-gradient(90deg, #2BA88A, #1F8772); }
.stu-course[data-lvl="intermediate"] .stu-course-topbar { background: linear-gradient(90deg, #3B82F6, #6366F1); }
.stu-course[data-lvl="advanced"]     .stu-course-topbar { background: linear-gradient(90deg, #C9A24A, #E0BF72); }
.stu-course[data-lvl="all"]          .stu-course-topbar { background: linear-gradient(90deg, #94A39E, #B8C9C4); }

.stu-course-inner { padding: 15px 16px 13px; display: flex; flex-direction: column; flex: 1; }

.stu-course-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }

.stu-course-lvl {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 2px 8px; border-radius: 100px;
  font-family: var(--font-mono-mod); font-size: 0.57rem; font-weight: 600;
  letter-spacing: 0.08em; white-space: nowrap;
}
.stu-course-pip { display: inline-block; width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }

.stu-course[data-lvl="beginner"]     .stu-course-lvl { background: #E6F5F0; color: #14695A; border: 1px solid #9ACFBE; }
.stu-course[data-lvl="beginner"]     .stu-course-pip { background: #2BA88A; }
.stu-course[data-lvl="intermediate"] .stu-course-lvl { background: #EFF6FF; color: #1D4ED8; border: 1px solid #BFDBFE; }
.stu-course[data-lvl="intermediate"] .stu-course-pip { background: #3B82F6; }
.stu-course[data-lvl="advanced"]     .stu-course-lvl { background: #FEF8E7; color: #92621A; border: 1px solid #EDD38A; }
.stu-course[data-lvl="advanced"]     .stu-course-pip { background: #C9A24A; }
.stu-course[data-lvl="all"]          .stu-course-lvl { background: #F0F2F2; color: #5B6D68; border: 1px solid #C8D4D0; }
.stu-course[data-lvl="all"]          .stu-course-pip { background: #94A39E; }

.stu-course-save {
  padding: 3px 8px; border-radius: 100px;
  background: linear-gradient(135deg, #C9A24A, #E0BF72);
  color: #4A3608;
  font-family: var(--font-mono-mod); font-size: 0.56rem; font-weight: 700;
  letter-spacing: 0.08em; white-space: nowrap;
}

.stu-course-title {
  margin-top: 11px;
  min-height: 2.4em;
  font-family: var(--font-display);
  font-size: 0.95rem; font-weight: 400;
  line-height: 1.25; color: #0A2E26; letter-spacing: -0.015em;
}

.stu-course-desc {
  margin-top: 6px;
  min-height: 2.8em;
  font-family: var(--font-body);
  font-size: 0.75rem; line-height: 1.5; color: #5B6D68;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.stu-course-facts {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px;
  margin-top: 10px; padding-bottom: 11px; border-bottom: 1px solid #EEF3F1;
}
.stu-course-dur {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-mono-mod); font-size: 0.62rem; color: #94A39E;
  font-weight: 500; white-space: nowrap;
}
.stu-course-dur svg { width: 11px; height: 11px; }

.stu-course-tag {
  padding: 2px 7px; border-radius: 100px;
  background: #F5F8F7; color: #5B6D68; border: 1px solid #E0EBEA;
  font-family: var(--font-mono-mod); font-size: 0.53rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap;
}

.stu-course-buy { margin-top: auto; padding-top: 12px; }

.stu-course-price { display: flex; align-items: baseline; gap: 7px; }
.stu-course-was {
  font-family: var(--font-small); font-size: 0.72rem; color: #94A39E;
  text-decoration: line-through; text-decoration-color: #D99A3D;
}
.stu-course-now {
  font-family: var(--font-display); font-size: 1.24rem; line-height: 1;
  color: #0A2E26; letter-spacing: -0.02em;
}

.stu-course-enrol {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; margin-top: 10px; padding: 9px 12px;
  border: none; border-radius: 9px;
  background: linear-gradient(135deg, #C9A24A, #E0BF72);
  color: #0D4438;
  font-family: var(--font-small); font-size: 0.78rem; font-weight: 700;
  transition: box-shadow 0.25s, transform 0.25s;
}
.stu-course-enrol:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(201, 162, 74, 0.45); }
.stu-course-enrol .stu-arrow { transition: transform 0.25s; }
.stu-course-enrol:hover .stu-arrow { transform: translateX(4px); }

.stu-course-view {
  display: block; margin-top: 8px; text-align: center;
  font-family: var(--font-small); font-size: 0.7rem; font-weight: 500;
  color: #5B6D68; text-decoration: underline; text-decoration-color: transparent;
  text-underline-offset: 3px; transition: color 0.25s, text-decoration-color 0.25s;
}
.stu-course-view:hover { color: #0D4438; text-decoration-color: #94A39E; }

.stu-course-empty { margin-top: 30px; text-align: center; font-family: var(--font-small); color: var(--faint); }

.stu-course-more-wrap { display: flex; justify-content: center; margin-top: 32px; }

.stu-course-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border: 1px solid var(--card-border);
  border-radius: 100px;
  background: transparent;
  font-family: var(--font-small);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--title);
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}
.stu-course-more:hover {
  border-color: var(--stu-gold-warm);
  background: rgba(201, 162, 74, 0.10);
  transform: translateY(-1px);
}
.stu-course-more[hidden] { display: none; }

.stu-course-more-chev {
  width: 9px; height: 9px;
  border-right: 1.6px solid var(--stu-gold-warm);
  border-bottom: 1.6px solid var(--stu-gold-warm);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.3s var(--stu-ease);
}
.stu-course-more.is-open .stu-course-more-chev { transform: translateY(1px) rotate(-135deg); }

.stu-courses-foot {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 20px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--hair);
}
.stu-courses-foot p { font-family: var(--font-small); font-size: 0.85rem; color: var(--mute); }

.stu-countdown { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 46px; }

.stu-countdown-label {
  font-family: var(--font-mono-mod);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--stu-gold-warm);
}

.stu-countdown-clock { display: flex; gap: 10px; }

.stu-cd {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
  padding: 13px 10px;
  border-radius: 13px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
}

.stu-cd b {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--title);
  font-variant-numeric: tabular-nums;
}

.stu-cd span {
  margin-top: 5px;
  font-family: var(--font-mono-mod);
  font-size: 0.55rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--faint);
}

.stu-countdown.is-expired .stu-countdown-clock { opacity: 0.4; }

.stu-offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; align-items: start; }

.stu-band--light .stu-offer { --offer-base: #fbf8f2; }
.stu-band--dark  .stu-offer { --offer-base: #0f3428; }

.stu-offer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 28px 24px;
  border-radius: var(--stu-radius);
  border: 1px solid var(--a-line);
  background: var(--offer-base);
  background: linear-gradient(168deg,
    color-mix(in srgb, var(--a) 26%, var(--offer-base)) 0%,
    color-mix(in srgb, var(--a) 12%, var(--offer-base)) 48%,
    color-mix(in srgb, var(--a) 6%,  var(--offer-base)) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.4s var(--stu-ease), box-shadow 0.4s var(--stu-ease),
              border-color 0.4s var(--stu-ease);
}
.stu-offer:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--a);
}
.stu-offer.is-flagship { border-width: 2px; }

.stu-offer-ribbon {
  position: absolute;
  top: 0; right: 0;
  padding: 7px 15px;
  border-bottom-left-radius: 13px;
  background: var(--a);
  color: #fff;
  font-family: var(--font-mono-mod);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.stu-band--dark .stu-offer-ribbon { color: #06231c; }

.stu-offer-value {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--a);
}

.stu-offer-title {
  margin-top: 12px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.26rem;
  color: var(--title);
}

.stu-offer-body { margin-top: 11px; flex: 1; font-size: 0.9rem; line-height: 1.65; color: var(--mute); }

.stu-offer-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--hair);
}

.stu-offer-code { display: flex; align-items: center; gap: 8px; }

.stu-offer-code-label {
  font-family: var(--font-mono-mod);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}

.stu-offer-code code {
  padding: 6px 12px;
  border: 1px dashed var(--a-line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--a) 22%, var(--offer-base));
  font-family: var(--font-mono-mod);
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--a);
}

.stu-offer-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-small);
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--a);
  transition: gap 0.3s var(--stu-ease);
}
.stu-offer-cta:hover { gap: 12px; }

.stu-offer-terms { margin-top: 14px; font-family: var(--font-small); font-size: 0.71rem; line-height: 1.6; color: var(--faint); }

.stu-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; list-style: none; }

/* Four stops down the brand ramp: gold where the step is free, then
   deepening green as the commitment deepens. */
.stu-steps [data-c="gold"] {
  --a:      #9a6f24;
  --a-line: rgba(201, 162, 74, 0.55);
  --a-edge: #c9a24a;
  --a-fill: linear-gradient(140deg, #c9a24a 0%, #e0bf72 100%);
  --a-ink:  #0d4438;
  --a-glow: rgba(201, 162, 74, 0.30);
}
.stu-steps [data-c="emerald"] {
  --a:      #1f8772;
  --a-line: rgba(31, 135, 114, 0.46);
  --a-edge: #1f8772;
  --a-fill: linear-gradient(140deg, #1f8772 0%, #3fc4a3 100%);
  --a-ink:  #04140f;
  --a-glow: rgba(31, 135, 114, 0.26);
}
.stu-steps [data-c="forest"] {
  --a:      #14695a;
  --a-line: rgba(20, 105, 90, 0.48);
  --a-edge: #14695a;
  --a-fill: linear-gradient(140deg, #0d4438 0%, #1f8772 100%);
  --a-ink:  #f7f1e6;
  --a-glow: rgba(20, 105, 90, 0.28);
}
.stu-steps [data-c="deep"] {
  --a:      #0d4438;
  --a-line: rgba(13, 68, 56, 0.40);
  --a-edge: #0d4438;
  --a-fill: linear-gradient(140deg, #04140f 0%, #0d4438 58%, #14695a 100%);
  --a-ink:  #f7f1e6;
  --a-glow: rgba(13, 68, 56, 0.28);
}

.stu-step {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 28px;
  background: #fff;
  border: 1px solid rgba(13, 68, 56, 0.24);
  border-radius: 18px;
  box-shadow: 0 6px 12px rgba(13, 68, 56, 0.14), 0 22px 44px rgba(13, 68, 56, 0.20);
  overflow: hidden;
  transition: transform 0.35s var(--stu-ease),
              box-shadow 0.35s var(--stu-ease),
              border-color 0.35s var(--stu-ease);
}

/* The step's own colour, carried across the top of its card. */
.stu-step::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--a-fill);
}

.stu-step:hover {
  transform: translateY(-4px);
  border-color: var(--a-edge);
  box-shadow: 0 8px 18px rgba(13, 68, 56, 0.18), 0 32px 66px rgba(13, 68, 56, 0.26);
}

.stu-step-marker { display: flex; align-items: center; margin-bottom: 18px; }

.stu-step-num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 14px;
  background: var(--a-fill);
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--a-ink);
  box-shadow: 0 8px 18px var(--a-glow);
}

.stu-step-when {
  font-family: var(--font-mono-mod);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--a);
  margin-bottom: 9px;
}

.stu-step h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.26rem; color: var(--title); margin-bottom: 10px; }
.stu-step-body { font-size: 0.9rem; line-height: 1.68; color: var(--mute); }

.stu-proof-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.stu-quote-mark {
  font-family: var(--font-display);
  font-size: 4.6rem;
  line-height: 0.6;
  color: var(--stu-gold-warm);
  opacity: 0.5;
  margin-bottom: 8px;
}

.stu-quote blockquote {
  font-family: var(--font-stylish);
  font-style: italic;
  font-size: clamp(1.12rem, 1.9vw, 1.58rem);
  line-height: 1.5;
  color: var(--title);
}

.stu-quote figcaption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--hair);
}

.stu-quote-name { font-family: var(--font-small); font-size: 0.94rem; font-weight: 600; color: var(--title); }
.stu-quote-role,
.stu-quote-org { font-family: var(--font-small); font-size: 0.83rem; color: var(--faint); }

.stu-metrics-head {
  font-family: var(--font-mono-mod);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stu-gold-warm);
  margin-bottom: 24px;
}

.stu-metric { margin-bottom: 22px; }
.stu-metric:last-child { margin-bottom: 0; }

.stu-metric-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.stu-metric-label { font-family: var(--font-small); font-size: 0.86rem; color: var(--mute); }
.stu-metric-value { font-family: var(--font-display); font-size: 1.28rem; color: var(--a); font-variant-numeric: tabular-nums; }

.stu-metric-bar { height: 5px; border-radius: 100px; background: var(--hair); overflow: hidden; }
.stu-metric-bar i {
  display: block;
  height: 100%;
  border-radius: 100px;
  background: var(--a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s var(--stu-ease);
}

.stu-faq-list { max-width: 840px; margin: 0 auto; }
.stu-faq-item { border-bottom: 1px solid var(--card-border); }

.stu-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 4px;
  cursor: pointer;
  list-style: none;
}
.stu-faq-item summary::-webkit-details-marker { display: none; }
html.has-cursor-fx .stu-faq-item summary { cursor: none; }
@media (hover: none) { html.has-cursor-fx .stu-faq-item summary { cursor: pointer; } }

.stu-faq-q {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.3;
  color: var(--title);
  transition: color 0.3s;
}
.stu-faq-item summary:hover .stu-faq-q { color: var(--a); }

.stu-faq-icon { position: relative; flex: none; width: 20px; height: 20px; }
.stu-faq-icon::before,
.stu-faq-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 13px; height: 1.5px;
  background: var(--a);
  transform: translate(-50%, -50%);
  transition: transform 0.4s var(--stu-ease), opacity 0.3s;
}
.stu-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.stu-faq-item[open] .stu-faq-icon::after { transform: translate(-50%, -50%) rotate(0); opacity: 0; }

.stu-faq-a { padding: 0 4px 26px; max-width: 680px; }
.stu-faq-a p { font-size: 0.93rem; line-height: 1.72; color: var(--mute); }

.stu-page .reveal { opacity: 1; transform: none; }
.stu-anim .stu-page .reveal { opacity: 0; transform: translateY(34px); }
.stu-anim .stu-page .reveal.is-visible { opacity: 1; transform: none; }

.stu-page .stu-metric-bar i { transform: scaleX(1); }
.stu-anim .stu-page .stu-metric-bar i { transform: scaleX(0); }
.stu-anim .stu-page .reveal.is-visible .stu-metric-bar i { transform: scaleX(1); }

@media (max-width: 1180px) {
  .stu-course-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .stu-choose-deco { display: none; }
  .stu-choose-grid { grid-template-columns: minmax(0, 1fr); }
  .stu-pick { min-height: 0; }
  .stu-pick-body { max-width: 46ch; }

  .stu-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stu-stat:nth-child(odd) { border-left: none; }
  .stu-stat:nth-child(n+3) { border-top: 1px solid var(--hair); }

  .stu-offer-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }

  .stu-course-grid { grid-template-columns: repeat(2, 1fr); }

  .stu-steps { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .stu-proof-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .stu-page section { padding: clamp(56px, 8vh, 88px) 0; }
  .stu-page section[id] { scroll-margin-top: 84px; }

  .stu-hero { padding: clamp(118px, 16vh, 165px) 0 clamp(54px, 7vh, 76px) !important; }

  .stu-hero-deco { opacity: 0.18; right: -110px; bottom: 1%; }

  .stu-hero-actions { gap: 11px; margin-top: 30px; }
  .stu-hero-actions .stu-btn { width: 100%; }

  .stu-hero-trust { gap: 10px 20px; margin-top: 32px; padding-top: 22px; }
  .stu-hero-trust li { font-size: 0.83rem; }

  .stu-head { margin-bottom: 34px; }

  .stu-filters {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(var(--pad-page) * -1);
    padding-inline: var(--pad-page);
    padding-bottom: 4px;
    margin-bottom: 28px;
  }
  .stu-filters::-webkit-scrollbar { display: none; }
  .stu-filter { flex: none; scroll-snap-align: start; padding: 11px 18px; }

  .stu-offer { padding: 34px 20px 22px; }

  .stu-cd { min-width: 60px; padding: 11px 7px; }
  .stu-cd b { font-size: 1.45rem; }

  .stu-course-more-wrap { margin-top: 26px; }
  .stu-course-more { width: 100%; justify-content: center; padding: 14px 20px; }

  .stu-courses-foot { flex-direction: column; align-items: flex-start; gap: 16px; }
  .stu-courses-foot .stu-btn { width: 100%; }

  .stu-offer-foot { flex-direction: column; align-items: flex-start; gap: 14px; }

  .stu-quote-mark { font-size: 3.4rem; }
  .stu-quote figcaption { margin-top: 18px; padding-top: 16px; }

  .stu-faq-item summary { gap: 14px; padding: 19px 2px; }
  .stu-faq-a { padding: 0 2px 22px; }

}

@media (max-width: 540px) {
  .stu-pick-stats { gap: 18px; }
  .stu-pick-cta { width: 100%; justify-content: center; }
  .stu-pick-mark { bottom: auto; top: clamp(14px, 5vw, 26px); width: clamp(104px, 26vw, 140px); opacity: 0.55; }

  .stu-course-grid { grid-template-columns: 1fr; gap: 14px; }

  .stu-course-title { min-height: 0; font-size: 1.02rem; }
  .stu-course-desc  { min-height: 0; font-size: 0.8rem; -webkit-line-clamp: 3; }
  .stu-course-inner { padding: 16px 16px 15px; }
  .stu-course-enrol { padding: 12px 14px; font-size: 0.84rem; }
  .stu-course-view  { padding: 9px 0; font-size: 0.75rem; }

  .stu-steps { grid-template-columns: 1fr; gap: 16px; }
  .stu-step { padding: 22px 20px 24px; }
  .stu-step-marker { margin-bottom: 15px; }
  .stu-step-num { width: 40px; height: 40px; font-size: 1.1rem; border-radius: 12px; }

  .stu-countdown { margin-bottom: 34px; }
  .stu-countdown-clock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    width: 100%;
    max-width: 340px;
  }
  .stu-cd { min-width: 0; padding: 10px 4px; }
  .stu-cd b { font-size: 1.3rem; }
  .stu-cd span { font-size: 0.5rem; letter-spacing: 0.08em; }
}

@media (max-width: 420px) {
  .stu-stats-grid { grid-template-columns: 1fr; }
  .stu-stat { border-left: none; padding: 26px 16px; }
  .stu-stat:not(:first-child) { border-top: 1px solid var(--hair); }

  .stu-offer { padding: 32px 17px 20px; }

  .stu-hero-trust li { align-items: flex-start; }
  .stu-tick { margin-top: 2px; }

  .stu-offer-value { font-size: 1.8rem; }
  .stu-cd b { font-size: 1.15rem; }
}

@media (hover: none) {
  .stu-offer:hover,
  .stu-course:hover,
  .stu-btn--gold:hover,
  .stu-btn--dark:hover,
  .stu-course-enrol:hover,
  .stu-course-more:hover { transform: none; }

  .stu-offer-cta:hover { gap: 7px; }

  .stu-offer-cta,
  .stu-filter,

  .stu-course-view { min-height: 44px; display: flex; align-items: center; justify-content: center; }

  .stu-offer-code code { min-height: 40px; display: inline-flex; align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  .stu-deco-ring,
  .stu-deco-seal,
  .stu-deco-tassel,
  .stu-deco-line,
  .stu-deco-dot { animation: none; }
  .stu-deco-line { stroke-dashoffset: 0; }
  .stu-deco-dot { opacity: 1; }
  .stu-metric-bar i { transition: none; transform: scaleX(1); }

  .stu-pm-drift,
  .stu-pm-tassel,
  .stu-pm-pencil,
  .stu-pm-spin,
  .stu-pm-twinkle { animation: none; }
  .stu-pm-twinkle { opacity: 1; }
  .stu-pick:hover .stu-pick-mark { transform: none; }
}
