﻿body { animation: page-in 0.35s ease forwards; }
@keyframes page-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
#pt-overlay {
  position: fixed; inset: 0; z-index: 99998;
  pointer-events: none; opacity: 0;
  background: rgba(10, 5, 26, 0.97);
  transition: opacity 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex; align-items: center; justify-content: center;
}
#pt-overlay.pt-in { opacity: 1; pointer-events: all; }

.pt-eye-wrap {
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  opacity: 0; transform: scale(0.88);
  transition: opacity 0.22s 0.10s ease, transform 0.22s 0.10s ease;
}
#pt-overlay.pt-in .pt-eye-wrap { opacity: 1; transform: scale(1); }

.pt-eye-svg { display: block; width: 120px; height: 72px; }

.pt-pupil {
  transform-origin: 60px 36px;
  animation: pt-pupil-beat 1.5s ease-in-out infinite;
}
.pt-iris-i {
  transform-origin: 60px 36px;
  animation: pt-iris-beat 1.5s ease-in-out infinite 0.15s reverse;
}
.pt-iris-o {
  transform-origin: 60px 36px;
  animation: pt-iris-beat 2.2s ease-in-out infinite 0.3s;
}
.pt-eye-lid {
  animation: pt-lid-shine 2.2s ease-in-out infinite;
}

@keyframes pt-pupil-beat {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}
@keyframes pt-iris-beat {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.7; }
}
@keyframes pt-lid-shine {
  0%, 100% { stroke: rgba(201,168,76,0.45); }
  50% { stroke: rgba(201,168,76,0.95); }
}

.pt-eye-label {
  font-family: var(--font-heading, 'Nunito', sans-serif);
  font-size: 0.58rem; font-weight: 900;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(201,168,76,0.70);
}
.scroll-progress-track {
  position: fixed !important;
  top: 0 !important; left: 0 !important;
  height: 3px !important; width: 100% !important;
  z-index: 2147483647 !important;
  background: rgba(0,0,0,0.30) !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
.scroll-progress {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important; width: 100% !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, #E2C87A 0%, #C9A84C 45%, #F0D98A 75%, #C9A84C 100%) !important;
  transform: scaleX(0);
  transform-origin: left center !important;
  transition: transform 0.1s linear !important;
  pointer-events: none !important;
}
.gallery-pagination {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  margin-top: 48px; padding-top: 32px;
  border-top: 1px solid rgba(109,40,217,0.08);
}
.gallery-counter {
  font-size: 0.82rem; font-weight: 600;
  color: var(--clay-muted, #888);
  letter-spacing: 0.04em;
}
.gallery-load-more {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 1.5px solid rgba(109,40,217,0.22);
  border-radius: 999px;
  color: var(--violet, #6D28D9);
  font-family: var(--font-body, 'DM Sans', sans-serif);
  font-size: 0.9rem; font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.gallery-load-more:hover {
  background: var(--violet, #6D28D9);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(109,40,217,0.25);
}
.gallery-load-more svg { transition: transform 0.25s ease; }
.gallery-load-more:hover svg { transform: translateY(2px); }
.facilities-grid { align-items: stretch !important; }
.facility-card { height: 100%; }
.facility-card.fade-up,
.facility-card.fade-up.stagger-1,
.facility-card.fade-up.stagger-2 {
  transition-delay: 0s !important;
}
.btn { position: relative; overflow: hidden; }
.btn svg { transition: transform 0.25s ease; }
.btn:hover svg { transform: translateX(4px); }
.btn-ripple {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.40);
  transform: translate(-50%, -50%) scale(0);
  animation: btn-ripple 0.55s ease-out forwards; pointer-events: none;
}
@keyframes btn-ripple { to { transform: translate(-50%, -50%) scale(60); opacity: 0; } }
.scroll-progress {
  box-shadow: 0 0 10px rgba(201,168,76,0.9), 0 0 20px rgba(201,168,76,0.4) !important;
}
body {
  background:
    radial-gradient(ellipse 90% 60% at 12% 5%, rgba(109, 40, 217, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 95%, rgba(14, 165, 233, 0.04) 0%, transparent 55%),
    var(--clay-bg);
}
.navbar {
  backdrop-filter: blur(28px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09), 0 16px 40px rgba(109, 40, 217, 0.08) !important;
}
.nav-cta {
  background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%) !important;
  box-shadow: 0 4px 16px rgba(109, 40, 217, 0.35) !important;
  letter-spacing: 0.01em !important;
}
.nav-cta:hover {
  background: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%) !important;
  box-shadow: 0 6px 24px rgba(109, 40, 217, 0.50) !important;
  transform: translateY(-2px) !important;
}
.navbar .nav-links a:not(.nav-cta) { position: relative; }
.navbar .nav-links a:not(.nav-cta)::after {
  content: '';
  position: absolute; bottom: 4px; left: 14px; right: 14px;
  height: 2px; border-radius: 2px; background: var(--violet);
  transform: scaleX(0); transform-origin: center;
  transition: transform 0.22s ease;
}
.navbar.scrolled .nav-links a:not(.nav-cta):hover::after,
.navbar.scrolled .nav-links a:not(.nav-cta).active::after { transform: scaleX(1); }
body.dark-hero .navbar:not(.scrolled) .nav-links a:not(.nav-cta)::after {
  background: rgba(255, 255, 255, 0.8);
}
body.dark-hero .navbar:not(.scrolled) .nav-links a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}
.section-label::before { animation: label-dot-pulse 2.4s ease-in-out infinite; }
@keyframes label-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%       { transform: scale(1.5); opacity: 0.6; }
}
.text-gradient-gold {
  background: linear-gradient(135deg, var(--sovereign-gold-l) 0%, var(--sovereign-gold) 60%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero::before, .sovereign-stats::before, .cta-section::before {
  content: '';
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.45;
}
.hero-overlay {
  background:
    radial-gradient(ellipse 70% 55% at 50% 35%, rgba(109, 40, 217, 0.22) 0%, transparent 60%),
    linear-gradient(180deg,
      rgba(8, 2, 22, 0.55) 0%,
      rgba(8, 2, 22, 0.12) 30%,
      rgba(8, 2, 22, 0.48) 65%,
      rgba(8, 2, 22, 1.00) 100%) !important;
}
.hs-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}
.hs-accent {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--sovereign-gold) !important;
  -webkit-text-fill-color: var(--sovereign-gold) !important;
  background: none !important;
  background-clip: unset !important;
}
.hero-affiliation {
  color: rgba(255, 255, 255, 0.80);
  font-size: 0.80rem;
  letter-spacing: 0.04em;
  background: rgba(201, 168, 76, 0.10);
  border: 1px solid rgba(201, 168, 76, 0.38);
  border-radius: 9999px;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
}
.hero-affiliation strong {
  color: var(--sovereign-gold);
  font-weight: 700;
  -webkit-text-fill-color: var(--sovereign-gold);
}
.hero-affiliation svg { opacity: 0.75; flex-shrink: 0; color: var(--sovereign-gold); }
.hs-tag {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sovereign-gold) !important;
  font-weight: 700;
  margin-bottom: 18px;
}
.hero-progress-item.active .hero-progress-fill {
  background: linear-gradient(90deg, var(--sovereign-gold-l), var(--sovereign-gold));
}
.sovereign-stats {
  background: var(--sovereign-night);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  border-bottom: 1px solid rgba(109, 40, 217, 0.20);
}
.sovereign-stats::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(109, 40, 217, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 50% 80% at 90% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 5%;
  position: relative;
  z-index: 3;
}
.sov-stat {
  padding: 44px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s;
  position: relative;
}
.sov-stat:last-child { border-right: none; }
.sov-stat:hover { background: rgba(255, 255, 255, 0.03); }
.sov-stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--sovereign-gold);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.sov-stat-num .unit {
  font-size: 0.55em;
  font-weight: 700;
  color: var(--sovereign-gold-l);
  vertical-align: super;
  margin-left: 2px;
}
.sov-stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 768px) {
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .sov-stat { padding: 32px 16px; }
  .sov-stat:nth-child(2) { border-right: none; }
  .sov-stat:nth-child(3) { border-top: 1px solid rgba(255,255,255,0.06); border-right: 1px solid rgba(255,255,255,0.06); }
  .sov-stat:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.06); border-right: none; }
}
@media (max-width: 480px) {
  .stats-inner { grid-template-columns: 1fr 1fr; }
}
.trust-section {
  padding: 100px 5%;
  background: var(--sovereign-ivory);
  border-bottom: 1px solid rgba(109, 40, 217, 0.08);
}
.trust-header { margin-bottom: 56px; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(109, 40, 217, 0.09);
  border-radius: var(--r-lg);
  padding: 32px 20px 26px;
  transition: all 0.32s ease;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}
.trust-badge::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--tb-accent, var(--sovereign-gold));
  opacity: 0.7;
  transition: opacity 0.3s;
}
.trust-badge:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(201, 168, 76, 0.25);
}
.trust-badge:hover::before { opacity: 1; }

.trust-badge-seal {
  width: 68px; height: 68px;
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
  background: linear-gradient(145deg, var(--sovereign-night2, #130E24), var(--sovereign-night3, #1C1532));
  border: 1px solid rgba(201,168,76,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 8px 24px rgba(0,0,0,0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trust-badge:hover .trust-badge-seal {
  transform: scale(1.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 12px 32px rgba(0,0,0,0.30);
}
.trust-badge-abbr {
  font-family: var(--font-heading, 'Nunito', sans-serif);
  font-size: 0.52rem; font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--tb-accent, var(--sovereign-gold));
  line-height: 1;
}
.trust-badge-body { width: 100%; }
.trust-badge-body h4 {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--clay-fg);
  margin-bottom: 6px;
  line-height: 1.3;
}
.trust-badge-body p {
  font-size: 0.74rem;
  color: var(--clay-muted);
  line-height: 1.6;
}
@media (max-width: 900px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .trust-grid { grid-template-columns: 1fr; } }
.why-editorial {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.why-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid rgba(109, 40, 217, 0.08);
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.why-row:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.why-row-content {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-row-num {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 900;
  color: rgba(109, 40, 217, 0.07);
  line-height: 1;
  margin-bottom: -8px;
  letter-spacing: -0.04em;
}
.why-row-icon-orb {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow:
    6px 6px 16px rgba(0,0,0,0.18),
    -4px -4px 10px rgba(255,255,255,0.42),
    inset 2px 2px 5px rgba(255,255,255,0.28),
    inset -2px -2px 5px rgba(0,0,0,0.10);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}
.why-row:hover .why-row-icon-orb {
  transform: scale(1.08) rotate(-2deg);
  box-shadow:
    10px 10px 24px rgba(0,0,0,0.20),
    -4px -4px 10px rgba(255,255,255,0.42),
    inset 2px 2px 5px rgba(255,255,255,0.28),
    inset -2px -2px 5px rgba(0,0,0,0.10);
}
.info-icon-orb {
  box-shadow:
    6px 6px 16px rgba(0,0,0,0.14),
    -4px -4px 10px rgba(255,255,255,0.55),
    inset 2px 2px 5px rgba(255,255,255,0.30),
    inset -2px -2px 5px rgba(0,0,0,0.08) !important;
  transition: transform 0.28s ease !important;
}
.info-card:hover .info-icon-orb {
  transform: scale(1.06) !important;
}
.why-row-content h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--clay-fg);
  margin-bottom: 14px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.why-row-content p {
  font-size: 0.97rem;
  color: var(--clay-muted);
  line-height: 1.80;
  max-width: 400px;
}
.why-row-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 52px 40px;
  position: relative;
  overflow: hidden;
}
.why-row-metric::before {
  content: '';
  position: absolute; inset: 0;
  background: inherit;
  opacity: 0.06;
}
.why-metric-big {
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 6.5rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.why-metric-big .unit {
  font-size: 0.45em;
  vertical-align: super;
}
.why-metric-desc {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  opacity: 0.75;
}
.why-row-reverse .why-row-content { order: 2; }
.why-row-reverse .why-row-metric  { order: 1; }
@media (max-width: 860px) {
  .why-row { grid-template-columns: 1fr; }
  .why-row-content { padding: 40px 32px; }
  .why-row-metric { padding: 40px 32px; border-top: 1px solid rgba(109,40,217,0.08); }
  .why-row-reverse .why-row-content { order: 1; }
  .why-row-reverse .why-row-metric  { order: 2; }
}
@media (max-width: 480px) {
  .why-row-content { padding: 32px 24px; }
  .why-row-metric  { padding: 32px 24px; }
  .why-row-content h3 { font-size: 1.4rem; }
}
.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.program-card {
  background: #fff;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid rgba(109, 40, 217, 0.10);
  box-shadow: var(--shadow-card);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.program-card.featured-card {
  border-color: rgba(201, 168, 76, 0.35);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(201,168,76,0.20);
}
.program-card.featured-card::before {
  content: 'Most Popular';
  position: absolute;
  top: 20px; right: 20px;
  background: linear-gradient(135deg, var(--sovereign-gold-l), var(--sovereign-gold));
  color: var(--sovereign-night);
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 9999px;
  z-index: 5;
}
.program-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-card-hover);
}
.program-card.featured-card:hover {
  box-shadow: var(--shadow-card-hover), 0 0 0 1px rgba(201,168,76,0.35), var(--shadow-gold);
}
.alumni-section {
  padding: 100px 5%;
  background: var(--sovereign-night);
  position: relative;
  overflow: hidden;
}
.alumni-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 50%, rgba(109, 40, 217, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 85% 30%, rgba(201, 168, 76, 0.06) 0%, transparent 55%);
  pointer-events: none;
}
.alumni-section .section-label {
  background: rgba(201, 168, 76, 0.12);
  border-color: rgba(201, 168, 76, 0.25);
  color: var(--sovereign-gold);
}
.alumni-section .section-label::before { background: var(--sovereign-gold); }
.alumni-section .section-title { color: #fff; }
.alumni-section .section-desc  { color: rgba(255, 255, 255, 0.55); }
.alumni-section .section-header { position: relative; z-index: 2; }
.alumni-scroll-wrap { position: relative; z-index: 2; overflow-x: auto; padding-bottom: 16px; scrollbar-width: none; -ms-overflow-style: none; }
.alumni-scroll-wrap::-webkit-scrollbar { display: none; }
.alumni-scroll {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 8px 4px 16px;
}
.alumni-card {
  width: 280px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.alumni-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(109,40,217,0.10), transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.alumni-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 168, 76, 0.25);
  transform: translateY(-4px);
}
.alumni-card:hover::before { opacity: 1; }
.alumni-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(139,92,246,0.3), rgba(109,40,217,0.5));
  border: 2px solid rgba(201, 168, 76, 0.30);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900; font-size: 1rem;
  color: var(--sovereign-gold);
  margin-bottom: 18px;
}
.alumni-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.2;
}
.alumni-program {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--sovereign-gold);
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 9999px;
  padding: 3px 10px;
  margin-bottom: 14px;
}
.alumni-outcome {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin-bottom: 16px;
}
.alumni-city {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.40);
  font-weight: 600;
}
.alumni-city::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.6);
  flex-shrink: 0;
}
.faq-section {
  padding: 100px 5%;
  background: var(--sovereign-ivory);
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-header { position: sticky; top: 120px; }
.faq-header .section-title { margin-bottom: 16px; }
.faq-header .section-desc  { margin-bottom: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1px solid rgba(109, 40, 217, 0.10);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.faq-item.open {
  border-color: rgba(109, 40, 217, 0.22);
  box-shadow: var(--shadow-card);
}
.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 26px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--clay-fg);
  transition: color 0.25s;
}
.faq-trigger:hover { color: var(--violet); }
.faq-item.open .faq-trigger { color: var(--violet); }
.faq-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(109, 40, 217, 0.08);
  border: 1px solid rgba(109, 40, 217, 0.14);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--violet);
  transition: all 0.3s ease;
}
.faq-icon svg { transition: transform 0.3s ease; }
.faq-item.open .faq-icon {
  background: var(--violet);
  border-color: var(--violet);
  color: #fff;
}
.faq-item.open .faq-icon svg { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-answer-inner {
  padding: 0 26px 24px;
  border-top: 1px solid rgba(109, 40, 217, 0.07);
  padding-top: 18px;
}
.faq-answer-inner p {
  font-size: 0.92rem;
  color: var(--clay-muted);
  line-height: 1.80;
}
@media (max-width: 900px) {
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-header { position: static; }
}
.testimonials-dark {
  padding: 100px 5%;
  background: var(--sovereign-night2);
  position: relative;
  overflow: hidden;
}
.testimonials-dark::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(109, 40, 217, 0.16) 0%, transparent 55%);
  pointer-events: none;
}
.testimonials-dark .section-label {
  background: rgba(201, 168, 76, 0.10); border-color: rgba(201, 168, 76, 0.22); color: var(--sovereign-gold);
}
.testimonials-dark .section-label::before { background: var(--sovereign-gold); }
.testimonials-dark .section-title { color: #fff; }
.testimonials-dark .section-desc  { color: rgba(255, 255, 255, 0.50); }
.testimonials-dark .section-header { position: relative; z-index: 2; }

.testimonials-dark .testimonials-carousel { position: relative; z-index: 2; }
.testimonials-dark .testimonial-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}
.testimonials-dark .testimonial-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(201, 168, 76, 0.22) !important;
}
.testimonials-dark .t-text {
  color: rgba(255, 255, 255, 0.78) !important;
}
.testimonials-dark .t-name {
  color: #fff !important;
}
.testimonials-dark .t-role {
  color: rgba(255, 255, 255, 0.45) !important;
}
.testimonials-dark .t-quote-mark {
  color: var(--sovereign-gold) !important;
  opacity: 0.5 !important;
}
.testimonials-dark .t-stars { color: var(--sovereign-gold) !important; }
.testimonials-dark .t-nav-btn {
  background: rgba(255,255,255,0.08) !important;
  color: rgba(255,255,255,0.7) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
}
.testimonials-dark .t-nav-btn:hover {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}
.testimonials-dark .t-dot {
  background: rgba(255,255,255,0.20) !important;
  border: none !important;
}
.testimonials-dark .t-dot.t-dot-active {
  background: var(--sovereign-gold) !important;
}
.journey-section {
  background: var(--sovereign-ivory);
}
.step-card {
  background: #fff;
  border: 1px solid rgba(109, 40, 217, 0.09);
  box-shadow: var(--shadow-card);
  transition: all 0.35s ease;
}
.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.step-card h3 { font-family: var(--font-display); font-size: 1.35rem; }
.step-num {
  font-family: var(--font-display) !important;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}
.cta-section {
  background: var(--sovereign-night);
  padding: 100px 5% !important;
  position: relative;
  overflow: hidden;
}
.cta-section::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 50% 50%, rgba(109, 40, 217, 0.25) 0%, transparent 60%);
  pointer-events: none;
}
.cta-box {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  position: relative; z-index: 2;
}
.cta-box h2 { color: #fff !important; font-family: var(--font-display) !important; }
.cta-box .text-gradient-clay {
  background: linear-gradient(135deg, var(--sovereign-gold-l), var(--sovereign-gold)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.cta-box .cta-sub { color: rgba(255, 255, 255, 0.55) !important; }
.cta-batch-tag {
  background: rgba(201, 168, 76, 0.12) !important;
  border-color: rgba(201, 168, 76, 0.30) !important;
  color: var(--sovereign-gold) !important;
}
.countdown-wrap {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.cd-num { color: var(--sovereign-gold) !important; }
.cd-sep { color: rgba(201, 168, 76, 0.5) !important; }
.cd-lbl { color: rgba(255, 255, 255, 0.35) !important; }
.cta-section .cta-box > p:last-of-type { color: rgba(255,255,255,0.30) !important; }
footer {
  background: linear-gradient(180deg, var(--sovereign-night) 0%, #070412 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}
footer .footer-brand p { color: rgba(255, 255, 255, 0.45) !important; }
footer .footer-col h4 { color: rgba(255, 255, 255, 0.85) !important; }
footer .footer-links a { color: rgba(255, 255, 255, 0.40) !important; }
footer .footer-links a:hover { color: var(--sovereign-gold) !important; padding-left: 6px; }
.footer-bottom p  { color: rgba(255, 255, 255, 0.28) !important; }
.legal-links a    { color: rgba(255, 255, 255, 0.28) !important; }
.legal-links a:hover { color: var(--sovereign-gold) !important; }
.footer-grid { border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important; }
.social-btn {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  color: rgba(255, 255, 255, 0.50) !important;
}
.social-btn:hover {
  background: var(--sovereign-gold) !important;
  color: var(--sovereign-night) !important;
  border-color: var(--sovereign-gold) !important;
  transform: translateY(-4px) scale(1.10) !important;
}
.contact-item p   { color: rgba(255, 255, 255, 0.45) !important; }
.contact-icon {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  color: var(--sovereign-gold) !important;
}
footer .nav-brand-text .accent { color: var(--sovereign-gold) !important; }
footer .nav-brand-tail { color: rgba(255, 255, 255, 0.65) !important; }
.clinic-banner-wrap { margin-bottom: 64px; }
@media (max-width: 768px) { .clinic-banner-wrap { margin-bottom: 40px; } }
.clinic-banner {
  background: linear-gradient(135deg, rgba(109,40,217,0.07) 0%, rgba(201,168,76,0.04) 100%) !important;
  border-color: rgba(201, 168, 76, 0.20) !important;
}
.clinic-banner:hover {
  border-color: var(--sovereign-gold) !important;
  box-shadow: 0 4px 32px rgba(201, 168, 76, 0.14) !important;
}
.marquee-section {
  background: var(--sovereign-night) !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.marquee-item { color: rgba(255, 255, 255, 0.35) !important; }
.marquee-item strong { color: var(--sovereign-gold) !important; }
.marquee-dot { background: rgba(201, 168, 76, 0.4) !important; }
.why-row, .program-card, .trust-badge, .alumni-card, .faq-item, .step-card {
  transform-style: preserve-3d;
  will-change: transform;
}
.why-row { backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.scroll-top-btn {
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease !important;
}
.scroll-top-btn:hover { transform: translateY(-4px) scale(1.1) !important; }
.whatsapp-fab {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease !important;
}
.whatsapp-fab:hover { transform: translateY(-4px) scale(1.08) !important; }
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,
input[type="date"]:focus, input[type="number"]:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--violet) !important;
  box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.14), 0 2px 8px rgba(109, 40, 217, 0.10) !important;
}
.prog-sticky-nav {
  position: sticky; top: 86px; z-index: 50;
  display: flex; gap: 8px; justify-content: center;
  padding: 10px 0 28px;
  background: linear-gradient(to bottom, var(--clay-bg) 80%, transparent 100%);
}
.psn-link {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 20px; border-radius: 9999px;
  font-family: var(--font-heading); font-size: 0.83rem; font-weight: 800;
  color: var(--clay-muted); background: rgba(255,255,255,0.78);
  backdrop-filter: blur(16px); border: 1.5px solid rgba(109,40,217,0.10);
  transition: all 0.25s ease; text-decoration: none; cursor: pointer;
}
.psn-link:hover { color: var(--violet); background: rgba(255,255,255,0.96); border-color: rgba(109,40,217,0.25); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(109,40,217,0.12); }
.psn-link.psn-active { background: var(--violet); color: white; border-color: var(--violet); box-shadow: 0 4px 16px rgba(109,40,217,0.35); }
.psn-pip { width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.75; flex-shrink: 0; }
@media (max-width: 768px) { .prog-sticky-nav { display: none; } }
.page-hero-inner > p { margin-bottom: 56px !important; }
.page-hero-inner .hero-pills { margin-top: 0; }
body.dark-hero .page-hero {
  margin-top: -76px;
  padding-top: 160px !important;
}
.page-hero-dark {
  background: linear-gradient(160deg, var(--sovereign-night) 0%, var(--sovereign-night2) 60%, var(--sovereign-night3) 100%) !important;
  position: relative; overflow: hidden;
}
.page-hero-dark::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    radial-gradient(ellipse 65% 70% at 25% 50%, rgba(109,40,217,0.22) 0%, transparent 58%),
    radial-gradient(ellipse 40% 50% at 88% 15%, rgba(201,168,76,0.07) 0%, transparent 55%);
}
.page-hero-dark .hero-shape { opacity: 0.05 !important; }
.page-hero-dark .hs-5 { opacity: 0.08 !important; }
.page-hero-dark .page-hero-inner { position: relative; z-index: 3; }

.page-hero-dark .breadcrumb {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 20px !important;
}
.page-hero-dark .breadcrumb a { color: rgba(255,255,255,0.50) !important; }
.page-hero-dark .breadcrumb a:hover { color: var(--sovereign-gold) !important; }
.page-hero-dark .breadcrumb span,
.page-hero-dark .breadcrumb-sep { color: rgba(255,255,255,0.28) !important; }
.page-hero-dark h1 { color: #fff !important; }
.page-hero-dark .page-hero-inner > p { color: rgba(255,255,255,0.58) !important; max-width: 640px; }
.page-hero-dark .hero-pill {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.75) !important;
}
.timeline-dark-section {
  padding: 100px 5%;
  background: var(--sovereign-night2);
  position: relative; overflow: hidden;
}
.timeline-dark-section::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(109,40,217,0.18) 0%, transparent 55%);
}
.timeline-dark-section .section-label {
  background: rgba(201,168,76,0.12); border-color: rgba(201,168,76,0.25); color: var(--sovereign-gold);
}
.timeline-dark-section .section-label::before { background: var(--sovereign-gold); }
.timeline-dark-section .section-title { color: #fff; }
.timeline-dark-section .section-desc  { color: rgba(255,255,255,0.50); }
.timeline-dark-section .section-header,
.timeline-dark-section .timeline-list { position: relative; z-index: 2; }
.timeline-dark-section .timeline-body {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}
.timeline-dark-section .timeline-dot {
  background: var(--sovereign-night2) !important;
  color: var(--sovereign-gold) !important;
  border-color: rgba(201,168,76,0.30) !important;
}
.timeline-dark-section .timeline-year  { color: var(--sovereign-gold) !important; }
.timeline-dark-section .timeline-title { color: rgba(255,255,255,0.90); }
.timeline-dark-section .timeline-desc  { color: rgba(255,255,255,0.52); }
.timeline-dark-section .timeline-item::before { background: rgba(201,168,76,0.18); }
.faculty-cred-gold {
  background: rgba(201,168,76,0.12) !important;
  color: var(--sovereign-gold) !important;
  border: 1px solid rgba(201,168,76,0.25) !important;
}
.faculty-quote-gold {
  border-left: 3px solid var(--sovereign-gold) !important;
  background: rgba(201,168,76,0.04) !important;
}
.faculty-stat-num-gold { color: var(--sovereign-gold) !important; }
.values-section { background: var(--sovereign-ivory); }
.filter-btn {
  transition: all 0.25s ease;
}
.filter-btn.active {
  background: var(--violet) !important;
  color: #fff !important;
  border-color: var(--violet) !important;
  box-shadow: 0 4px 14px rgba(109,40,217,0.30) !important;
}
.gallery-zoom-icon {
  background: rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(201,168,76,0.25) !important;
  transition: all 0.25s ease !important;
}
.gallery-item:hover .gallery-zoom-icon {
  background: rgba(201,168,76,0.15) !important;
  border-color: rgba(201,168,76,0.50) !important;
}
.info-card {
  transition: border-color 0.3s, box-shadow 0.3s;
}
.info-card:hover {
  border-color: rgba(201,168,76,0.25) !important;
  box-shadow: 0 8px 32px rgba(201,168,76,0.08) !important;
}
.info-content h3 { font-family: var(--font-display); font-size: 1.05rem; }
@media (max-width: 768px) {

  
  .programs-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .program-card { height: auto !important; }

  
  .clinic-banner {
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 14px 16px !important;
  }
  .clinic-banner-logo { height: 38px !important; }
  .clinic-banner-title { font-size: 0.84rem !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
  .clinic-banner-cta {
    width: auto !important;
    flex-shrink: 0 !important;
    padding: 8px 14px !important;
    font-size: 0.75rem !important;
    gap: 4px !important;
  }
  .clinic-banner-cta svg { width: 12px !important; height: 12px !important; }
  .clinic-banner-sub { display: none !important; }

  
  .stats-inner { grid-template-columns: repeat(2, 1fr) !important; }

  
  .why-bento { grid-template-columns: 1fr !important; }
  .why-card.card-wide { grid-column: auto !important; grid-template-columns: 1fr !important; }
  .why-row { grid-template-columns: 1fr !important; }
  .why-row-content, .why-row-metric { padding: 32px 24px !important; }
  .why-row-reverse .why-row-content, .why-row-reverse .why-row-metric { order: unset !important; }

  
  .journey-steps { grid-template-columns: 1fr !important; gap: 20px !important; }
  .journey-steps::before { display: none !important; }

  
  .testimonials-grid { grid-template-columns: 1fr !important; }

  
  .cta-actions .btn, .hs-actions .btn { width: 100% !important; justify-content: center !important; }

  
  body.dark-hero .page-hero { padding-top: 140px !important; }
  .page-hero h1 { font-size: clamp(2rem, 6vw, 2.8rem) !important; }
  .page-hero-inner > p { font-size: 0.95rem !important; }
  .hero-pills { flex-wrap: wrap; gap: 8px; justify-content: center; }

  
  .contact-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .form-card { padding: 32px 24px !important; }
  .form-row { grid-template-columns: 1fr !important; }

  
  .apply-section { padding: 60px 5% !important; }
  .apply-grid { grid-template-columns: 1fr !important; gap: 32px !important; }

  
  .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
  .gallery-filters, .filter-bar { flex-wrap: wrap; gap: 8px; }

  
  .faculty-grid { grid-template-columns: 1fr !important; }
  .timeline-list { padding: 0 !important; }

  
  .faq-layout { grid-template-columns: 1fr !important; }
  .faq-sidebar { display: none !important; }

  
  .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 24px 14px !important; }
  .footer-brand { grid-column: 1 / -1 !important; }
  .footer-col:last-child { grid-column: 1 / -1 !important; }
  .footer-links-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 480px) {
  body.dark-hero .page-hero { padding-top: 120px !important; }
  .page-hero h1 { font-size: clamp(1.8rem, 7vw, 2.4rem) !important; }

  
  .programs-grid { grid-template-columns: 1fr !important; }
  .gallery-grid  { grid-template-columns: 1fr !important; }
  .stats-inner   { grid-template-columns: 1fr 1fr !important; }

  
  .footer-links-grid { grid-template-columns: 1fr !important; }

  
  .hero-pills { display: none; }

  
  .form-card { padding: 24px 16px !important; }
  .social-row { flex-wrap: wrap; gap: 10px; }

  
  .hs-title { font-size: clamp(1.9rem, 8vw, 2.8rem) !important; }
}
@media (prefers-reduced-motion: reduce) {
  body { animation: none !important; }
  #pt-overlay { transition: none !important; }
  .btn-ripple { animation: none !important; }
  .section-label::before { animation: none !important; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
.programs-cinematic-section {
  background: #0a0a0e !important;
  border-top: none !important;
  border-bottom: none !important;
  position: relative !important;
  overflow: hidden;
}
.programs-cinematic-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(109,40,217,0.12) 0%, transparent 60%);
  pointer-events: none; z-index: 0;
}
.programs-cinematic-section .section-header { position: relative; z-index: 2; }
.programs-cinematic-section .section-label {
  background: rgba(201,168,76,0.12) !important;
  border-color: rgba(201,168,76,0.28) !important;
  color: var(--sovereign-gold) !important;
}
.programs-cinematic-section .section-label::before { background: var(--sovereign-gold) !important; }
.programs-cinematic-section .section-title { color: #fff !important; }
.programs-cinematic-section .section-desc  { color: rgba(255,255,255,0.50) !important; }

.cinematic-panels {
  display: flex; flex-direction: column; gap: 16px;
  position: relative; z-index: 2; margin-top: 52px;
}
.cin-panel {
  position: relative;
  background: #0f0f14;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 28px; overflow: hidden;
  transition: border-color 0.4s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.cin-panel:hover {
  border-color: rgba(var(--panel-accent-rgb),0.30);
  transform: translateY(-4px);
}
.cin-panel-glow {
  position: absolute; top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--panel-accent);
  border-radius: 4px 0 0 4px; opacity: 0.9;
  transition: width 0.4s ease, box-shadow 0.4s ease;
}
.cin-panel:hover .cin-panel-glow {
  width: 6px;
  box-shadow: 0 0 28px rgba(var(--panel-accent-rgb),0.55);
}
.cin-bg-num {
  position: absolute; right: 52px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: clamp(6rem,11vw,10rem);
  font-weight: 900; line-height: 1; letter-spacing: -0.05em;
  color: rgba(255,255,255,0.022);
  pointer-events: none; user-select: none;
  transition: color 0.4s ease;
}
.cin-panel:hover .cin-bg-num { color: rgba(var(--panel-accent-rgb),0.06); }
.cin-panel-inner {
  display: grid; grid-template-columns: 1fr 200px;
  align-items: center; gap: 40px;
  padding: 48px 56px; position: relative; z-index: 2;
}
.cin-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.cin-duration {
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.42);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 4px 12px; border-radius: 9999px;
}
.cin-tag {
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  padding: 4px 12px; border-radius: 9999px; border: 1px solid;
}
.cin-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem,2.8vw,2.4rem);
  font-weight: 800; color: #fff;
  line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 14px;
}
.cin-desc {
  font-size: 0.92rem; color: rgba(255,255,255,0.48);
  line-height: 1.78; max-width: 520px; margin-bottom: 24px;
}
.cin-features { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.cin-features li {
  font-size: 0.85rem; color: rgba(255,255,255,0.58);
  padding-left: 20px; position: relative; line-height: 1.4;
}
.cin-features li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--panel-accent); opacity: 0.75;
}
.cin-right { display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
.cin-stat-box {
  text-align: center; padding: 24px 20px;
  border: 1px solid; border-radius: 20px;
  background: rgba(255,255,255,0.03);
}
.cin-stat-num {
  display: block; font-family: var(--font-display);
  font-size: clamp(3rem,4.5vw,4rem);
  font-weight: 900; line-height: 1; letter-spacing: -0.04em;
}
.cin-stat-unit { display: block; font-size: 0.95rem; font-weight: 600; opacity: 0.80; margin-top: 3px; }
.cin-stat-label {
  display: block; font-size: 0.62rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.32); margin-top: 8px;
}
.cin-footer { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.cin-fee {
  font-family: var(--font-display);
  font-size: 1.45rem; font-weight: 900;
  color: #fff; letter-spacing: -0.02em; text-align: center;
}
.cin-cta {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-size: 0.82rem; font-weight: 700;
  color: var(--cta-color, #fff);
  background: rgba(var(--panel-accent-rgb),0.10);
  border: 1px solid rgba(var(--panel-accent-rgb),0.28);
  padding: 11px 20px; border-radius: 9999px;
  text-decoration: none; transition: all 0.25s ease; white-space: nowrap;
}
.cin-cta:hover { background: var(--panel-accent); color: #000 !important; border-color: var(--panel-accent); }
.cin-cta svg { flex-shrink: 0; transition: transform 0.2s ease; }
.cin-cta:hover svg { transform: translateX(3px); }
.alumni-spotlights .alumni-scroll-wrap { display: none !important; }
.spotlight-top {
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: 18px; margin-bottom: 18px;
}
.spotlight-side { display: flex; flex-direction: column; gap: 18px; }
.spotlight-bottom { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.spotlight-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 28px; padding: 36px 32px;
  position: relative; overflow: hidden;
  transition: all 0.35s ease;
}
.spotlight-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(201,168,76,0.28);
  transform: translateY(-5px);
}
.spotlight-featured { border-color: rgba(201,168,76,0.16); background: rgba(255,255,255,0.05); }
.spotlight-deco-initial {
  position: absolute; top: -16px; right: 20px;
  font-family: var(--font-display);
  font-size: 9rem; font-weight: 900;
  color: rgba(255,255,255,0.022);
  line-height: 1; letter-spacing: -0.05em;
  user-select: none; pointer-events: none;
  transition: color 0.35s ease;
}
.spotlight-card:hover .spotlight-deco-initial { color: rgba(201,168,76,0.055); }
.spotlight-initial-sm { font-size: 5.5rem; top: -10px; right: 18px; }
.spotlight-city-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: rgba(255,255,255,0.38);
  margin-bottom: 18px; position: relative; z-index: 1;
}
.spotlight-city-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--sovereign-gold); opacity: 0.75; flex-shrink: 0;
}
.spotlight-outcome-metric {
  font-family: var(--font-display);
  font-size: clamp(3.5rem,5.5vw,5rem);
  font-weight: 900; color: var(--sovereign-gold);
  line-height: 1; letter-spacing: -0.04em;
  margin-bottom: 4px; position: relative; z-index: 1;
}
.spotlight-metric-unit { font-size: 0.5em; vertical-align: super; }
.spotlight-metric-label {
  font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.38);
  margin-bottom: 20px; position: relative; z-index: 1;
}
.spotlight-quote {
  font-style: italic; font-size: 0.92rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.72; border: none; padding: 0;
  margin: 0 0 24px 0; position: relative; z-index: 1;
}
.spotlight-quote::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 2.8rem; font-weight: 900;
  color: rgba(201,168,76,0.28);
  line-height: 0; vertical-align: -0.75em; margin-right: 3px;
}
.spotlight-footer {
  display: flex; align-items: center;
  justify-content: space-between; gap: 12px;
  position: relative; z-index: 1; flex-wrap: wrap;
}
.spotlight-name {
  font-family: var(--font-display);
  font-size: 1.02rem; font-weight: 800; color: #fff; line-height: 1.2;
}
.spotlight-program-badge {
  font-size: 0.64rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--sovereign-gold);
  background: rgba(201,168,76,0.10);
  border: 1px solid rgba(201,168,76,0.22);
  padding: 4px 10px; border-radius: 9999px;
  white-space: nowrap; flex-shrink: 0;
}
.timeline-connected {
  position: relative;
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; padding-top: 68px; margin-top: 56px;
}
.timeline-line {
  position: absolute; top: 27px;
  left: calc(16.67% + 4px); right: calc(16.67% + 4px);
  height: 2px; background: rgba(29,29,31,0.08);
  border-radius: 2px; overflow: hidden; z-index: 0;
}
.timeline-line-fill {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, #0071e3 0%, #5ac8fa 50%, #0071e3 100%);
  border-radius: 2px;
  transition: width 1.4s cubic-bezier(0.16,1,0.3,1);
}
.timeline-connected.tl-animated .timeline-line-fill { width: 100%; }
.tl-step {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
}
.tl-node {
  width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: 2px solid rgba(0,113,227,0.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
  position: relative; z-index: 2;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.tl-step:hover .tl-node {
  background: #0071e3; border-color: #0071e3;
  transform: scale(1.15);
  box-shadow: 0 0 0 8px rgba(0,113,227,0.10), 0 4px 16px rgba(0,113,227,0.30);
}
.tl-node-inner {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 900;
  color: #0071e3; transition: color 0.3s ease;
}
.tl-step:hover .tl-node-inner { color: #fff; }
.tl-tile {
  background: #fff; border: 1px solid rgba(0,0,0,0.07);
  border-radius: 24px; padding: 32px 28px; width: 100%;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}
.tl-step:hover .tl-tile {
  transform: translateY(-8px);
  box-shadow: 0 24px 52px rgba(0,0,0,0.10), 0 0 0 1px rgba(0,113,227,0.12);
  border-color: rgba(0,113,227,0.15);
}
.tl-step-num {
  font-family: var(--font-display);
  font-size: 4rem; font-weight: 900;
  color: rgba(0,113,227,0.07);
  line-height: 1; letter-spacing: -0.04em; margin-bottom: -8px;
}
.tl-tile h3 {
  font-family: var(--font-display);
  font-size: 1.28rem; font-weight: 800;
  color: #1d1d1f; margin-bottom: 12px; letter-spacing: -0.02em;
}
.tl-tile p { font-size: 0.89rem; color: #707070; line-height: 1.76; margin-bottom: 20px; }
.tl-outcome {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 600; color: #1d1d1f;
  background: rgba(0,113,227,0.055);
  border: 1px solid rgba(0,113,227,0.12);
  border-radius: 9999px; padding: 7px 14px;
}
.tl-outcome-label {
  font-size: 0.60rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.10em;
  color: #0071e3; background: rgba(0,113,227,0.10);
  border-radius: 9999px; padding: 2px 7px; flex-shrink: 0;
}
@media (max-width: 1024px) {
  .cin-panel-inner { grid-template-columns: 1fr 180px; padding: 40px; }
}
@media (max-width: 860px) {
  .cin-panel-inner { grid-template-columns: 1fr; padding: 36px 36px 36px 42px; gap: 24px; }
  .cin-right { flex-direction: row; align-items: flex-start; gap: 20px; }
  .cin-stat-box { min-width: 130px; }
  .cin-footer { flex: 1; align-items: stretch; }
  .cin-bg-num { font-size: clamp(4rem,8vw,6rem); right: 20px; }
  .spotlight-top { grid-template-columns: 1fr !important; }
  .spotlight-bottom { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 768px) {
  .cin-panel-inner { padding: 24px 20px 24px 28px; }
  .cin-right { flex-direction: row; align-items: center; gap: 10px; flex-wrap: nowrap; }
  .cin-stat-box { flex: 0 0 auto; min-width: 80px; padding: 10px 9px; }
  .cin-stat-num { font-size: 2rem; }
  .cin-stat-unit { font-size: 0.76rem; }
  .cin-stat-label { font-size: 0.52rem; }
  .cin-footer { flex: 1; flex-direction: column !important; align-items: flex-start; gap: 7px; justify-content: center; }
  .cin-fee { font-size: 1.05rem; flex-shrink: 0; }
  .cin-cta { font-size: 0.74rem; padding: 8px 14px; flex-shrink: 0; width: 100%; justify-content: center; }
  .cin-bg-num { display: none; }
  .spotlight-bottom { grid-template-columns: 1fr !important; }
  .timeline-connected { grid-template-columns: 1fr !important; padding-top: 0 !important; gap: 20px !important; }
  .timeline-line { display: none !important; }
  .tl-step { align-items: flex-start !important; text-align: left !important; }
}
.tl-tile-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: rgba(0,113,227,0.08);
  border: 1px solid rgba(0,113,227,0.14);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  color: #0071e3;
  box-shadow: 0 4px 14px rgba(0,113,227,0.10), inset 0 1px 0 rgba(255,255,255,0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tl-tile:hover .tl-tile-icon {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,113,227,0.16), inset 0 1px 0 rgba(255,255,255,0.7);
}
.step-icon {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.6);
  transition: transform 0.28s ease;
}
.process-step:hover .step-icon { transform: scale(1.08) rotate(-2deg); }
.milestone-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.10);
  transition: transform 0.3s ease;
}
.cin-prog-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.cin-panel:hover .cin-prog-icon {
  transform: translateY(-3px) scale(1.05);
}
.sov-stat { flex-direction: column; align-items: center; }
.sov-stat-icon {
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; flex-shrink: 0;
  transition: transform 0.3s ease;
}
.sov-stat:hover .sov-stat-icon { transform: translateY(-3px) scale(1.06); }
.wizard-steps {
  display: flex; align-items: flex-start; justify-content: center;
  padding: 2.5rem 1rem 1rem; gap: 0; overflow: visible;
}
.wizard-step { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; }
.ws-circle {
  width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid #d8cff2; background: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: default; padding: 0;
  transition: background 0.35s, border-color 0.35s, box-shadow 0.35s;
  position: relative; overflow: hidden;
}
.ws-num {
  font-size: 0.88rem; font-weight: 700; color: #b0a0d0;
  font-family: var(--font-display, 'Playfair Display', serif);
  position: absolute; transition: opacity 0.2s;
}
.ws-check { position: absolute; opacity: 0; color: #fff; transition: opacity 0.2s; }
.ws-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; color: #c0aee0; text-align: center;
  white-space: nowrap; transition: color 0.35s;
}
.ws-line {
  flex: 1; min-width: 24px; height: 2px; background: #e8e2f8;
  align-self: flex-start; margin-top: 23px; position: relative;
  overflow: hidden; border-radius: 2px;
}
.ws-line::after {
  content: ''; position: absolute; inset: 0; width: 0;
  background: linear-gradient(90deg, var(--sovereign-gold, #C9A84C), var(--violet, #6D28D9));
  transition: width 0.5s ease; border-radius: 2px;
}
.ws-line.completed::after { width: 100%; }

.wizard-step.active .ws-circle {
  background: var(--sovereign-gold, #C9A84C); border-color: var(--sovereign-gold, #C9A84C);
  box-shadow: 0 0 0 5px rgba(201,168,76,0.18), 0 4px 20px rgba(201,168,76,0.35);
}
.wizard-step.active .ws-num { color: #fff; }
.wizard-step.active .ws-label { color: var(--sovereign-gold, #C9A84C); }
.wizard-step.completed .ws-circle {
  background: var(--violet, #6D28D9); border-color: var(--violet, #6D28D9); cursor: pointer;
}
.wizard-step.completed .ws-circle:hover { box-shadow: 0 0 0 4px rgba(109,40,217,0.14); }
.wizard-step.completed .ws-num { opacity: 0; }
.wizard-step.completed .ws-check { opacity: 1; }
.wizard-step.completed .ws-label { color: var(--violet, #6D28D9); }

.wizard-progress-bar {
  height: 3px; background: #f0eaff; border-radius: 99px;
  margin: 0.25rem 0 2rem; overflow: hidden;
}
.wizard-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--sovereign-gold, #C9A84C) 0%, #e0bc5e 100%);
  border-radius: 99px; transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.wizard-panel { display: none; }
.wizard-panel.active { display: block; }
.wizard-panel.slide-forward { animation: wiz-in-right 0.38s cubic-bezier(0.25,0.46,0.45,0.94) both; }
.wizard-panel.slide-back    { animation: wiz-in-left  0.38s cubic-bezier(0.25,0.46,0.45,0.94) both; }
@keyframes wiz-in-right { from { opacity: 0; transform: translateX(36px); } to { opacity: 1; transform: translateX(0); } }
@keyframes wiz-in-left  { from { opacity: 0; transform: translateX(-36px); } to { opacity: 1; transform: translateX(0); } }

.wiz-panel-header { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(109,40,217,0.07); }
.wiz-step-label {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sovereign-gold, #C9A84C); margin-bottom: 6px;
}
.wiz-panel-title {
  font-family: var(--font-display, 'Playfair Display', serif);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem); font-weight: 700;
  color: var(--sovereign-night, #0B0618); margin: 0 0 8px; line-height: 1.25;
}
.wiz-panel-desc { font-size: 0.9rem; color: var(--clay-muted, #888); margin: 0; line-height: 1.65; }

.pol-tagline { display: block; font-size: 0.74rem; font-style: italic; color: #a898cc; margin-top: 3px; }
.prog-option:checked ~ .prog-option-label .pol-tagline { color: rgba(201,168,76,0.85); }

.field-error {
  display: none; align-items: center; gap: 5px; font-size: 0.79rem;
  color: #ef4444; margin-top: 5px; font-weight: 600; line-height: 1.4;
}
.field-error svg { flex-shrink: 0; }
input.has-error, select.has-error, textarea.has-error {
  border-color: #ef4444 !important; background: #fff8f8 !important;
}

.wizard-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 1.5rem; gap: 12px;
}
.btn-wiz-prev {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 12px 22px; border: 1.5px solid #d8cff2; border-radius: 999px;
  background: transparent; color: #7b6baa; font-size: 0.88rem; font-weight: 600;
  cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s; font-family: inherit;
}
.btn-wiz-prev:hover { border-color: var(--violet, #6D28D9); color: var(--violet, #6D28D9); background: rgba(109,40,217,0.04); }
.wizard-nav-right { display: flex; gap: 10px; margin-left: auto; }

.review-summary-heading {
  font-family: var(--font-display, 'Playfair Display', serif); font-size: 1.05rem; font-weight: 700;
  color: var(--sovereign-night, #0B0618); margin-bottom: 1rem;
  padding-bottom: 0.75rem; border-bottom: 1px solid #ece7f9;
}
.review-grid-table {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: #ece7f9; border-radius: 14px; overflow: hidden;
  margin-bottom: 2.5rem; border: 1px solid #ece7f9;
}
.review-cell { display: flex; flex-direction: column; gap: 4px; padding: 14px 18px; background: #fff; }
.review-cell-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 800; color: #9b87c0; }
.review-cell-value { font-size: 0.9rem; font-weight: 500; color: var(--sovereign-night, #0B0618); word-break: break-word; }
.review-edit-hint { font-size: 0.8rem; color: #9b87c0; margin-bottom: 2rem; display: flex; align-items: center; gap: 6px; }

.sub-section-title {
  display: flex; align-items: center; gap: 10px; font-size: 0.92rem; font-weight: 700;
  color: var(--sovereign-night, #0B0618); margin: 2rem 0 1rem;
  padding-top: 1.5rem; border-top: 1px solid rgba(109,40,217,0.07);
}
.sub-section-num {
  width: 26px; height: 26px; border-radius: 50%; background: rgba(109,40,217,0.08);
  color: var(--violet, #6D28D9); display: flex; align-items: center;
  justify-content: center; font-size: 0.72rem; font-weight: 800; flex-shrink: 0;
}
.sub-section-opt { font-size: 0.75rem; font-weight: 500; color: #aaa; margin-left: 2px; }

@media (max-width: 768px) {
  .wizard-steps { padding: 1.5rem 0.25rem 0.75rem; }
  .ws-circle { width: 38px; height: 38px; }
  .ws-num { font-size: 0.78rem; }
  .ws-label { font-size: 0.62rem; }
  .ws-line { min-width: 10px; margin-top: 19px; }
  .review-grid-table { grid-template-columns: 1fr; }
  .wizard-nav { flex-direction: column; align-items: stretch; }
  .wizard-nav-right { width: 100%; }
  .wizard-nav-right .btn { flex: 1; justify-content: center; }
  .btn-wiz-prev { justify-content: center; }
}
@media (max-width: 480px) {
  .ws-label { display: none; }
  .ws-circle { width: 34px; height: 34px; }
  .ws-line { margin-top: 17px; }
}
@media print {
  .wizard-steps, .wizard-progress-bar, .wizard-nav { display: none !important; }
  .wizard-panel { display: block !important; }
}
.obj-row         { transform: translateX(-20px); transition: transform 0.42s ease; }
.obj-row.cv-in   { transform: translateX(0); }

.module-list li        { transform: translateX(20px); transition: transform 0.42s ease; }
.module-list li.cv-in  { transform: translateX(0); }

.cond-chip       { transform: scale(0.84) translateY(8px); transition: transform 0.36s ease; }
.cond-chip.cv-in { transform: scale(1) translateY(0); }

.pah-metric      { transform: translateY(16px); transition: transform 0.46s ease; }
.pah-metric.cv-in{ transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .obj-row, .module-list li, .cond-chip, .pah-metric {
    transform: none !important; transition: none !important;
  }
}
.lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.lightbox-inner {
  width: min(92vw, 1100px) !important;
  max-height: 90vh !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  overflow: visible !important;
}
.lightbox-img-wrap {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-height: 80vh !important;
  overflow: hidden !important;
  border-radius: var(--r-md, 16px) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55) !important;
}
.lightbox-img-wrap img {
  max-width: min(88vw, 1060px) !important;
  max-height: 78vh !important;
  width: auto !important; height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
.lightbox-meta {
  margin-top: 16px !important;
  text-align: center !important;
  color: rgba(255,255,255,0.9) !important;
  flex-shrink: 0 !important;
  width: 100% !important;
}
#page-loader {
  position: fixed; inset: 0; z-index: 999999;
  background: rgba(8, 2, 20, 0.98);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 32px;
  opacity: 1; visibility: visible;
  transition: opacity 0.55s cubic-bezier(0.4,0,0.2,1), visibility 0.55s;
  pointer-events: all;
}
#page-loader.pl-gone {
  opacity: 0; visibility: hidden; pointer-events: none;
}
.pl-scene {
  perspective: 500px;
  perspective-origin: 50% 50%;
}
.pl-spinner {
  position: relative; width: 64px; height: 64px;
  transform-style: preserve-3d;
  animation: pl-3d-rock 4s ease-in-out infinite;
}
.pl-bar {
  position: absolute; left: 50%; top: 50%;
  width: 24%; height: 8%;
  margin-left: -12%; margin-top: -4%;
  border-radius: 4px;
  background: var(--sovereign-gold, #C9A84C);
  animation: pl-bar-fade 1.2s linear infinite;
}
.pl-bar:nth-child(1)  { transform: rotate(  0deg) translateY(-148%); animation-delay: -1.1s; }
.pl-bar:nth-child(2)  { transform: rotate( 30deg) translateY(-148%); animation-delay: -1.0s; }
.pl-bar:nth-child(3)  { transform: rotate( 60deg) translateY(-148%); animation-delay: -0.9s; }
.pl-bar:nth-child(4)  { transform: rotate( 90deg) translateY(-148%); animation-delay: -0.8s; }
.pl-bar:nth-child(5)  { transform: rotate(120deg) translateY(-148%); animation-delay: -0.7s; }
.pl-bar:nth-child(6)  { transform: rotate(150deg) translateY(-148%); animation-delay: -0.6s; }
.pl-bar:nth-child(7)  { transform: rotate(180deg) translateY(-148%); animation-delay: -0.5s; }
.pl-bar:nth-child(8)  { transform: rotate(210deg) translateY(-148%); animation-delay: -0.4s; }
.pl-bar:nth-child(9)  { transform: rotate(240deg) translateY(-148%); animation-delay: -0.3s; }
.pl-bar:nth-child(10) { transform: rotate(270deg) translateY(-148%); animation-delay: -0.2s; }
.pl-bar:nth-child(11) { transform: rotate(300deg) translateY(-148%); animation-delay: -0.1s; }
.pl-bar:nth-child(12) { transform: rotate(330deg) translateY(-148%); animation-delay:    0s; }
@keyframes pl-bar-fade {
  0%, 39%, 100% { opacity: 0.12; }
  40%            { opacity: 1;    }
}
@keyframes pl-3d-rock {
  0%   { transform: rotateX(0deg)   rotateY(0deg); }
  20%  { transform: rotateX(14deg)  rotateY(-10deg); }
  50%  { transform: rotateX(-8deg)  rotateY(14deg); }
  80%  { transform: rotateX(10deg)  rotateY(-6deg); }
  100% { transform: rotateX(0deg)   rotateY(0deg); }
}
.pl-wordmark {
  font-family: var(--font-heading, 'Nunito', sans-serif);
  font-size: 0.55rem; font-weight: 900;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: rgba(201,168,76,0.55);
  animation: pl-pulse 2s ease-in-out infinite;
}
@keyframes pl-pulse {
  0%, 100% { opacity: 0.55; }
  50%       { opacity: 0.90; }
}
@media (prefers-reduced-motion: reduce) {
  .pl-spinner { animation: none !important; }
  .pl-bar { animation: none !important; opacity: 0.6 !important; }
  #page-loader { transition: none !important; }
}
