/* Academy Page Specific Styles */

/* Video Background Hero Section */
.st-hero.st-video-bg {
  position: relative;
  overflow: hidden;
  /* Override the fixed `height: 100vh` set in style.css which clips content
     on laptop screens where the hero is taller than the viewport. */
  height: auto !important;
  min-height: 100vh;
  display: flex;
  /* "safe center" keeps content centered when it fits, but aligns to the top
     when the content is taller than the viewport (e.g. laptop screens) so the
     badge / logo never get clipped behind the sticky header. */
  align-items: safe center;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 16, 30, 0.85);
  z-index: 1;
}

.st-hero.st-video-bg .container {
  position: relative;
  z-index: 2;
}

.st-hero.st-video-bg .st-hero-text {
  position: relative;
  z-index: 2;
}

/* Hero Section Enhancements */
.st-hero.st-style2 .st-hero-text {
  /* Enough top padding to always clear the sticky header (~90px) even on
     laptop-height screens where the hero content overflows the viewport. */
  padding-top: 130px;
  padding-bottom: 40px;
}

.batch-countdown {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 0;
}

.batch-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fec544 0%, #ff6b6b 100%);
  color: #0a101e;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  animation: pulse 2s infinite;
  line-height: 1.4;
  margin-top: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.batch-info {
  color: #fec544;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.st-hero.st-style2 h1 span {
  color: #fec544;
  display: block;
}

/* Trust Badges in Hero */
.trust-badges-hero {
  display: flex;
  justify-content: center;
  gap: 15px 25px;
  flex-wrap: wrap;
  margin: 25px 0;
}

.trust-item {
  color: #d0d4dc;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  white-space: nowrap;
}

/* Contact Micro CTA */
.contact-micro-cta {
  margin-top: 20px;
  text-align: center;
}

.contact-micro-cta p {
  color: #a9adb8;
  font-size: 14px;
  margin: 0;
}

.contact-micro-cta a {
  color: #fec544;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-micro-cta a:hover {
  color: #ff6b6b;
  text-decoration: underline;
}

.elite-header {
  background: rgba(5, 11, 23, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.elite-header .st-main-header-in {
  align-items: center;
  min-height: 70px;
}

.elite-header .st-nav-list > li {
  margin: 0 12px;
}

.elite-header .st-nav-list > li > a {
  padding: 18px 0;
  display: inline-block;
  line-height: 1;
}

/* Elite Hero */
.elite-hero {
  position: relative;
  background: radial-gradient(circle at top, rgba(254, 197, 68, 0.25), transparent 50%), linear-gradient(135deg, #050505 0%, #0b1224 60%, #050910 100%);
  color: #fdfeff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 120px;
  overflow: hidden;
}

.particle-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.particle-layer span {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  animation: float 12s linear infinite;
}

.particle-layer span:nth-child(2) { animation-duration: 15s; top: 20%; left: 25%; }
.particle-layer span:nth-child(3) { animation-duration: 18s; top: 70%; left: 15%; }
.particle-layer span:nth-child(4) { animation-duration: 20s; top: 45%; left: 75%; }
.particle-layer span:nth-child(5) { animation-duration: 10s; top: 10%; left: 55%; }
.particle-layer span:nth-child(6) { animation-duration: 22s; top: 80%; left: 65%; }

@keyframes float {
  0% { transform: translateY(0) scale(1); opacity: 0.6; }
  50% { opacity: 1; }
  100% { transform: translateY(-80px) scale(1.4); opacity: 0; }
}

.elite-hero .container { position: relative; z-index: 2; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #50fa7b;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow-dash {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #50fa7b;
  border-radius: 2px;
}

.elite-hero h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 22px;
}

.lead-copy {
  color: #a9adb8;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
  max-width: 520px;
}

.hero-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, rgba(254,197,68,0.8), rgba(254,197,68,0));
  margin: 0 0 18px;
  border-radius: 2px;
}

.mentor-nameplate {
  margin: 0 0 18px;
}

.hero-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(254, 197, 68, 0.35);
  background: linear-gradient(135deg, rgba(254,197,68,0.1), rgba(254,197,68,0.02));
  margin-bottom: 24px;
}

.hero-ribbon-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fec544, #ff9f43);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a101e;
  font-size: 16px;
  flex-shrink: 0;
}

.hero-ribbon-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.hero-ribbon-copy small {
  color: #a9adb8;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-ribbon-copy strong {
  color: #fec544;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin-top: 2px;
}

.mentor-name {
  font-size: 20px;
  font-weight: 700;
  color: #fdfeff;
  margin: 0;
}

.mentor-credential {
  margin: 2px 0 0;
  color: #fec544;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.hero-actions {
  margin-top: 4px;
}

.hero-actions .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
  max-width: 540px;
}

.hero-actions .hero-ctas .hero-cta {
  flex: 0 1 auto;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
}

.hero-cta i {
  font-size: 15px;
  transition: transform 0.25s ease;
}

.hero-cta-primary {
  background: linear-gradient(135deg, #fec544 0%, #ff9f43 100%);
  color: #0a101e;
  box-shadow: 0 8px 24px rgba(254, 197, 68, 0.25);
}

.hero-cta-primary:hover {
  color: #0a101e;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(254, 197, 68, 0.4);
}

.hero-cta-primary:hover i {
  transform: translateX(4px);
}

.hero-cta-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #fdfeff;
  border-color: rgba(255, 255, 255, 0.15);
}

.hero-cta-secondary:hover {
  color: #fdfeff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(254, 197, 68, 0.5);
  transform: translateY(-2px);
}

.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 620px;
}

.hero-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #b7bdd1;
  font-size: 12px;
  line-height: 1.35;
}

.hero-trust-item i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(254, 197, 68, 0.12);
  border: 1px solid rgba(254, 197, 68, 0.25);
  color: #fec544;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-trust-item span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-trust-item strong {
  color: #fdfeff;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.powered-hexagon {
  padding: 70px 0;
  background: radial-gradient(circle at top, rgba(254,197,68,0.15), transparent 55%), rgba(8, 12, 24, 0.9);
}

.powered-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 36px 46px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(2, 4, 10, 0.75);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.powered-eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: #fec544;
  margin-bottom: 8px;
}

.powered-copy h3 {
  font-size: 30px;
  margin: 0 0 8px;
}

.powered-copy p {
  color: #a9adb8;
  margin: 0;
  max-width: 420px;
  line-height: 1.6;
}

.powered-logo img {
  max-height: 60px;
  width: auto;
}

@media (max-width: 768px) {
  .powered-card {
    flex-direction: column;
    text-align: center;
  }
  .powered-copy p { max-width: none; }
}

.floating-whatsapp {
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #25d366, #1eb346);
  color: #0b1224;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 35px rgba(30, 179, 70, 0.35);
  font-weight: 600;
  text-decoration: none;
  z-index: 50;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp i {
  font-size: 20px;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(30, 179, 70, 0.5);
}

@media (max-width: 600px) {
  .hero-ctas {
    flex-direction: column;
  }
  .hero-ctas .hero-cta { width: 100%; }
  .hero-trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .final-cta-card .hero-ctas {
    flex-direction: column;
  }
  .final-cta-card .hero-ctas .st-btn {
    width: 100%;
    min-width: 0;
  }
  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    padding: 10px 14px;
  }
}

.batch-start-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 225, 165, 0.6);
  background: linear-gradient(145deg, rgba(254, 197, 68, 0.18) 0%, rgba(254, 197, 68, 0.05) 100%);
  color: #fff6dc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.batch-start-pill i {
  color: #ffe28b;
  font-size: 16px;
}

.batch-start-pill:hover {
  color: #0a101e;
  background: linear-gradient(120deg, #ffe28b 0%, #ffc555 100%);
  border-color: transparent;
  transform: translateY(-2px);
}

.batch-start-pill:hover i {
  color: #0a101e;
}

.pill-inverted {
  background: linear-gradient(120deg, #fec544 0%, #ff9f43 100%);
  color: #0a101e;
  border-color: transparent;
  box-shadow: 0 20px 40px rgba(255, 159, 67, 0.35);
}

.pill-inverted i {
  color: #0a101e;
}

/* Batch Urgency / FOMO Section */
.batch-urgency {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #050505 0%, #0b1224 100%);
}

.batch-urgency-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 50px;
  border-radius: 24px;
  background: #0b1224;
  border: 1px solid rgba(254, 197, 68, 0.35);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.batch-urgency-card::before {
  content: none;
}

.batch-urgency-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 107, 107, 0.18);
  color: #ff9b9b;
  border: 1px solid rgba(255, 107, 107, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  animation: pulse 2s infinite;
}

.batch-urgency-left h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 900;
  color: #fdfeff;
  margin: 0 0 8px;
  line-height: 1.2;
}

.batch-urgency-left h3 span {
  background: linear-gradient(120deg, #fec544, #ff9f43);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.batch-urgency-left > p {
  color: #a9adb8;
  margin: 0 0 20px;
  font-size: 15px;
}

.batch-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(64px, 1fr));
  gap: 12px;
  max-width: 420px;
}

.bc-item {
  background: rgba(5, 11, 23, 0.85);
  border: 1px solid rgba(254, 197, 68, 0.3);
  border-radius: 14px;
  padding: 14px 8px;
  text-align: center;
}

.bc-num {
  display: block;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 900;
  color: #fec544;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}

.bc-item small {
  color: #a9adb8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 600;
}

.batch-urgency-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.urgency-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.urgency-stat h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  color: #fdfeff;
  font-variant-numeric: tabular-nums;
}

.urgency-stat h4 .seat-total {
  font-size: 14px;
  font-weight: 600;
  color: #a9adb8;
  letter-spacing: 0.5px;
}

.urgency-stat p span#seatsLeft {
  color: #ff9b9b;
  font-weight: 800;
}

.live-updated {
  display: inline-block;
  margin-left: 6px;
  color: #7a8190;
  font-size: 12px;
}

.urgency-stat p {
  margin: 0;
  color: #a9adb8;
  font-size: 13px;
}

.urgency-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 197, 68, 0.15);
  color: #fec544;
  font-size: 18px;
  position: relative;
  flex-shrink: 0;
}

.urgency-icon.live {
  background: rgba(80, 250, 123, 0.15);
  color: #50fa7b;
}

.live-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #50fa7b;
  box-shadow: 0 0 0 0 rgba(80, 250, 123, 0.6);
  animation: liveBlink 1.5s ease-out infinite;
}

@keyframes liveBlink {
  0% { box-shadow: 0 0 0 0 rgba(80, 250, 123, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(80, 250, 123, 0); }
  100% { box-shadow: 0 0 0 0 rgba(80, 250, 123, 0); }
}

.cohort-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.cohort-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 12px;
  background: rgba(254, 197, 68, 0.08);
  border: 1px solid rgba(254, 197, 68, 0.25);
  border-radius: 12px;
  text-align: center;
  min-height: 120px;
}

.cohort-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 197, 68, 0.15);
  color: #fec544;
  font-size: 16px;
}

.cohort-stat-content h5 {
  color: #fdfeff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 4px;
}

.cohort-enrollment {
  color: #fec544;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 2px;
}

.cohort-enrollment .enrollment-num {
  color: #fec544;
  font-weight: 900;
}

.cohort-seats-left {
  color: #a9adb8;
  font-size: 11px;
  margin: 0;
}

.urgency-cta {
  align-self: flex-start;
  margin-top: 4px;
}

@media (max-width: 991px) {
  .batch-urgency-card {
    grid-template-columns: 1fr;
    padding: 32px 28px;
    gap: 24px;
  }
  .cohort-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .cohort-stat-item {
    padding: 12px 8px;
    min-height: 100px;
  }
  .urgency-cta {
    align-self: stretch;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .batch-urgency-card {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 28px;
  }
  .batch-countdown-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
  .cohort-stats-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .urgency-cta {
    align-self: stretch;
    text-align: center;
    width: 100%;
  }
}

.apply-alert {
  display: none;
  margin-bottom: 18px;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
}

.apply-alert.show {
  display: block;
}

.apply-form-note {
  background: rgba(255, 236, 195, 0.08);
  border: 1px solid rgba(255, 236, 195, 0.25);
  padding: 10px 16px;
  border-radius: 10px;
  color: #ffecc3;
  font-size: 13px;
  margin-bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.apply-form-note i {
  color: #fec544;
}

.required-star {
  color: #ff7b7b;
  margin-left: 4px;
}

.field-hint {
  display: block;
  color: #a9adb8;
  font-size: 11px;
  margin-top: 4px;
}

#apply-form .st-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.button-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

.authority-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 25px;
}

.authority-strip span {
  background: rgba(254, 197, 68, 0.15);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  color: #ffe7b3;
  border: 1px solid rgba(254, 197, 68, 0.35);
}

.authority-strip span.audience-chip {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.elite-video-section {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, #03050c 0%, #0b152a 60%, #03050c 100%);
  color: #f5f8ff;
  overflow: hidden;
}

.elite-video-section::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(254, 197, 68, 0.18), transparent 70%);
  top: -120px;
  right: -120px;
  z-index: 0;
  pointer-events: none;
}

.elite-video-section .container,
.elite-video-section .row,
.elite-video-section .col-lg-6 {
  position: relative;
  z-index: 2;
}

.video-only-wrapper {
  display: flex;
  justify-content: center;
}

.video-player-card {
  width: min(920px, 100%);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px;
  background: rgba(7, 9, 20, 0.85);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.55);
}

.video-inline-player {
  border-radius: 18px;
  overflow: hidden;
}

.video-js .vjs-big-play-button {
  background: rgba(10, 16, 30, 0.45) !important;
  background-color: rgba(10, 16, 30, 0.45) !important;
  background-image: none !important;
  border: 2px solid #fec544 !important;
  color: #fec544 !important;
  width: 74px !important;
  height: 74px !important;
  line-height: 70px !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45), 0 0 0 6px rgba(254, 197, 68, 0.12) !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  line-height: 70px !important;
  font-size: 30px !important;
  color: inherit !important;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background: rgba(10, 16, 30, 0.55) !important;
  background-color: rgba(10, 16, 30, 0.55) !important;
  color: #fec544 !important;
  border-color: #ffd770 !important;
  transform: scale(1.06) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45), 0 0 0 8px rgba(254, 197, 68, 0.18) !important;
}

.video-js.vjs-fluid {
  padding-top: 56.25%;
}

@media (max-width: 991px) {
  .elite-video-section {
    padding: 70px 0;
  }

  .video-preview-card {
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  .video-ctas {
    flex-direction: column;
  }

  .video-meta-grid {
    grid-template-columns: 1fr;
  }

  .hk-video-container {
    padding: 16px;
  }
}

.mentor-panel {
  background: rgba(8, 14, 30, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 30px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.mentor-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.mentor-image::before {
  content: '';
  position: absolute;
  inset: -20% -5% -5% -5%;
  background: radial-gradient(circle at center, rgba(254, 197, 68, 0.55), rgba(254, 197, 68, 0.12) 45%, rgba(254, 197, 68, 0) 70%);
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.mentor-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  object-fit: cover;
}

.mentor-role {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  text-align: center;
  color: #d0d4dc;
  font-size: 13px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  z-index: 2;
}

.mentor-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
  padding: 16px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mentor-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
}

.mentor-stat i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(254, 197, 68, 0.12);
  border: 1px solid rgba(254, 197, 68, 0.25);
  color: #fec544;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mentor-stat strong {
  display: block;
  color: #fdfeff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.mentor-stat span {
  color: #a9adb8;
  font-size: 11px;
  letter-spacing: 0.3px;
}

@media (max-width: 768px) {
  .mentor-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

.air-ranks {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(5, 11, 23, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 12px 18px;
  display: flex;
  gap: 20px;
}

.air-ranks small {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  color: #a9adb8;
}

.air-ranks h4 {
  margin: 0;
  font-size: 18px;
  color: #fec544;
}

.logo-grid {
  margin: 25px 0 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  text-align: center;
  font-size: 14px;
  color: #9ea4b3;
}

.logo-grid span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 10px 12px;
}

.mentor-tagline {
  color: #a9adb8;
  font-size: 14px;
  margin: 10px 0 0;
}

#hero .hero-logo-bar { display: none; }

.st-btn.st-style1.st-color1 {
  background: linear-gradient(135deg, #ffd76b 0%, #fec544 50%, #f0a92a 100%) !important;
  color: #0a101e !important;
  border: 1px solid rgba(255, 215, 107, 0.7);
  box-shadow: 0 8px 22px rgba(254, 197, 68, 0.3), inset 0 1px 0 rgba(255,255,255,0.45);
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.st-btn.st-style1.st-color1::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.55), transparent);
  transform: skewX(-20deg);
  transition: left .7s ease;
}
.st-btn.st-style1.st-color1:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 30px rgba(254, 197, 68, 0.45), inset 0 1px 0 rgba(255,255,255,0.55) !important;
  color: #0a101e !important;
}
.st-btn.st-style1.st-color1:hover::after { left: 130%; }

.hero-ctas .st-btn {
  border-radius: 999px;
  padding: 12px 28px;
  min-width: 0;
  font-weight: 600;
}

.hero-ctas .st-btn.st-style2,
.final-cta .st-btn.st-style2 {
  border: 1px solid rgba(254, 197, 68, 0.6) !important;
  color: #fec544 !important;
  background: rgba(254, 197, 68, 0.06) !important;
  font-weight: 600 !important;
}

.hero-ctas .st-btn.st-style2:hover,
.final-cta .st-btn.st-style2:hover {
  color: #0a101e !important;
  border-color: #fec544 !important;
  background: linear-gradient(135deg, #ffd76b 0%, #fec544 100%) !important;
  box-shadow: 0 10px 22px rgba(254, 197, 68, 0.35);
}

.rank-dominance {
  background: radial-gradient(circle at top, rgba(254, 197, 68, 0.08), rgba(5, 11, 23, 0.7));
  padding: 80px 0;
}

.rank-dominance-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px;
  background: rgba(5, 11, 23, 0.8);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
}

.rank-dominance-card h3 {
  color: #fdfeff;
  margin-bottom: 30px;
}

.rank-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.rank-columns article {
  border: 1px solid rgba(254, 197, 68, 0.2);
  border-radius: 16px;
  padding: 25px;
  background: rgba(254, 197, 68, 0.05);
}

.rank-columns h4 {
  color: #fec544;
  margin: 5px 0 10px;
}

.rank-columns p {
  color: #a9adb8;
  margin: 0;
}

.rank-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #9ea4b3;
  margin: 0;
}

.rank-note {
  margin-top: 25px;
  color: #d0d4dc;
}

/* Authority metrics */
.authority-metrics {
  background: #050b17;
  padding: 80px 0;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.stat-card {
  background: linear-gradient(135deg, rgba(254, 197, 68, 0.08), rgba(80, 250, 123, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 30px;
  color: #d0d4dc;
}

.stat-card h3 {
  color: #fdfeff;
  font-size: 22px;
  margin: 10px 0;
}

.stat-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #50fa7b;
}

.rarity-note {
  background: #0a101e;
  padding: 60px 0;
  text-align: center;
}

.rarity-note blockquote {
  margin: 0;
  color: #fdfeff;
  font-size: 24px;
  font-weight: 600;
}

.phy-g-access {
  background: #03060f;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.phy-g-access::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 196, 84, 0.03), transparent 70%);
  pointer-events: none;
  animation: subtlePulse 8s ease-in-out infinite;
}

@keyframes subtlePulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

.phy-g-card {
  border: 1px solid rgba(255, 196, 84, 0.15);
  border-radius: 28px;
  padding: 0;
  background: radial-gradient(circle at top right, rgba(255, 196, 84, 0.12), rgba(3, 6, 15, 0.95)), linear-gradient(135deg, rgba(255, 196, 84, 0.02) 0%, transparent 50%);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45), 0 0 80px rgba(255, 196, 84, 0.05);
  position: relative;
  animation: cardEntrance 1s ease-out;
  overflow: hidden;
}

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

.phy-g-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, transparent, rgba(255, 196, 84, 0.1), transparent);
  border-radius: 30px;
  z-index: -1;
  animation: shimmer 4s linear infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.phy-g-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(255, 196, 84, 0.1);
  background: rgba(255, 196, 84, 0.03);
}

.phy-g-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.phy-g-title-block,
.phy-g-stat-block,
.phy-g-features-block,
.phy-g-cta-block {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phy-g-title-block {
  border-right: 1px solid rgba(255, 196, 84, 0.1);
  border-bottom: 1px solid rgba(255, 196, 84, 0.1);
  background: rgba(255, 196, 84, 0.02);
}

.phy-g-stat-block {
  border-bottom: 1px solid rgba(255, 196, 84, 0.1);
  background: rgba(255, 196, 84, 0.04);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.phy-g-video-wrapper {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 196, 84, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  background: #050910;
}

.phy-g-video-wrapper .video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* PHY-G player: circular play button in the left corner */
.phyg-player .vjs-big-play-button {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  margin: 0 !important;
  transform: none !important;
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
  border-radius: 50% !important;
  background: #0a101e !important;
  background-color: #0a101e !important;
  background-image: none !important;
  border: 2px solid #fec544 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5), 0 0 0 6px rgba(254, 197, 68, 0.15) !important;
  color: #fec544 !important;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease !important;
}

.phyg-player .vjs-big-play-button .vjs-icon-placeholder::before {
  line-height: 60px !important;
  font-size: 28px !important;
  color: inherit !important;
}

.phyg-player:hover .vjs-big-play-button,
.phyg-player .vjs-big-play-button:focus {
  background: #fec544 !important;
  background-color: #fec544 !important;
  color: #0a101e !important;
  transform: scale(1.06) !important;
}

.phy-g-features-block {
  border-right: 1px solid rgba(255, 196, 84, 0.1);
  background: rgba(255, 196, 84, 0.03);
}

.phy-g-cta-block {
  background: rgba(255, 196, 84, 0.05);
  align-items: center;
  text-align: center;
}

.phy-g-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ff9b57;
  background: rgba(255, 155, 87, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
}

.phy-g-title-block h2 {
  color: #fdfeff;
  font-size: 32px;
  margin-bottom: 12px;
  line-height: 1.2;
}

.phy-g-title-block .phy-g-lede {
  color: #b7bdd1;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.phy-g-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.phy-g-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #d0d4dc;
  font-size: 16px;
}

.phy-g-points i {
  color: #fec544;
  font-size: 18px;
  margin-top: 3px;
}


.phy-g-badge {
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 86, 98, 0.15);
  color: #ff5662;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  animation: badgePulse 2.5s ease-in-out infinite;
  border: 1px solid rgba(255, 86, 98, 0.3);
}

@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 86, 98, 0.4); }
  50% { box-shadow: 0 0 15px 5px rgba(255, 86, 98, 0.2); }
}

.phy-g-stat {
  color: #fdfeff;
  font-size: 20px;
  margin: 0;
  position: relative;
}

.phy-g-stat strong {
  font-size: 34px;
  display: block;
  background: linear-gradient(135deg, #ffc54d 0%, #ff9b2e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: numberGlow 3s ease-in-out infinite;
}

@keyframes numberGlow {
  0%, 100% { filter: drop-shadow(0 0 10px rgba(255, 196, 84, 0.3)); }
  50% { filter: drop-shadow(0 0 20px rgba(255, 196, 84, 0.6)); }
}

.phy-g-cta-block .phy-g-desc {
  color: #a9adb8;
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
}

.phy-g-cta-block .st-btn {
  width: 100%;
  text-align: center;
  position: relative;
  animation: buttonPulse 2s ease-in-out infinite;
}

@keyframes buttonPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 196, 84, 0.4); }
  50% { transform: scale(1.02); box-shadow: 0 0 25px 5px rgba(255, 196, 84, 0.3); }
}

.phy-g-scarcity {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin: 12px 0;
  flex-wrap: wrap;
}

.scarcity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: dotPulse 2s ease-in-out infinite;
}

.scarcity-dot:nth-child(1) { animation-delay: 0s; }
.scarcity-dot:nth-child(2) { animation-delay: 0.15s; }
.scarcity-dot:nth-child(3) { animation-delay: 0.3s; }
.scarcity-dot:nth-child(4) { animation-delay: 0.45s; }
.scarcity-dot:nth-child(5) { animation-delay: 0.6s; }
.scarcity-dot:nth-child(6) { animation-delay: 0.75s; }
.scarcity-dot:nth-child(7) { animation-delay: 0.9s; }
.scarcity-dot:nth-child(8) { animation-delay: 1.05s; }
.scarcity-dot:nth-child(9) { animation-delay: 1.2s; }
.scarcity-dot:nth-child(10) { animation-delay: 1.35s; }
.scarcity-dot:nth-child(11) { animation-delay: 1.5s; }
.scarcity-dot:nth-child(12) { animation-delay: 1.65s; }

.scarcity-dot.filled {
  background: linear-gradient(135deg, #ffc54d, #ff9b2e);
  border-color: rgba(255, 196, 84, 0.5);
  box-shadow: 0 0 8px rgba(255, 196, 84, 0.4);
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

/* Founder story */
.founder-authority {
  background: linear-gradient(180deg, #050b17 0%, #080e1f 100%);
}

.pain-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.pain-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
  color: #a9adb8;
}

.pain-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #fec544;
}

.transition-copy {
  color: #fdfeff;
  font-weight: 600;
  margin-top: 20px;
}

.founder-timeline {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding-left: 25px;
}

.timeline-item {
  margin-bottom: 25px;
}

.timeline-item .year {
  color: #fec544;
  font-weight: 700;
  font-size: 18px;
}

.timeline-item p {
  color: #a9adb8;
  margin: 8px 0 0;
}

/* Results */
.results-showcase {
  background: #050b17;
  padding: 100px 0;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.results-topline {
  margin-bottom: 40px;
}

.result-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 25px;
  color: #d0d4dc;
}

.result-card img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 18px;
}

.result-rank {
  color: #fec544;
  font-weight: 700;
  margin-bottom: 8px;
}

.result-meta {
  font-size: 14px;
  color: #9ea4b3;
}

.result-quote {
  margin-top: 15px;
  font-style: italic;
}

.text-testimonials {
  padding: 90px 0;
}

.testimonial-stack {
  display: grid;
  gap: 20px;
}

.text-only-testimonial {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
}

.text-only-testimonial .quote {
  color: #fdfeff;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.text-only-testimonial .testimonial-author {
  color: #a9adb8;
  margin: 0;
  font-weight: 600;
}

/* Failure section */
.failure-section {
  background: #060c1c;
}

.failure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  margin-top: 40px;
}

.failure-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  color: #fdfeff;
  font-weight: 600;
}

.failure-section .resolution {
  text-align: center;
  margin-top: 25px;
  color: #50fa7b;
  font-weight: 600;
}

/* Program feature outcomes */
.feature-outcomes {
  background: #050b17;
  padding: 90px 0;
}

.feature-outcome-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.feature-outcome-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
}

.feature-outcome-card h3 {
  color: #fec544;
  margin-bottom: 10px;
}

.feature-outcome-card p {
  color: #a9adb8;
  margin: 0;
}

/* Comparison */
.comparison-section {
  padding: 90px 0;
}

.comparison-table {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
}

.comparison-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-row:first-child { border-top: 0; }

.comparison-row div {
  padding: 18px 24px;
  color: #d0d4dc;
}

.comparison-head div {
  background: rgba(254, 197, 68, 0.1);
  font-weight: 700;
  color: #fec544;
}

/* Structure + Pricing */
.structure-section {
  background: #040915;
  padding: 90px 0;
}

.structure-list {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 35px;
}

.structure-list h3 {
  color: #fdfeff;
  margin-bottom: 15px;
}

.structure-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.structure-list li {
  color: #a9adb8;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.structure-list li:last-child { border-bottom: 0; }

.price-card {
  background: linear-gradient(135deg, rgba(254, 197, 68, 0.2), rgba(59, 125, 221, 0.15));
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
  position: relative;
}

.early-bird-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ff4757, #ff6b81);
  color: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  animation: badgePulse 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
}

.countdown-timer {
  background: rgba(255, 71, 87, 0.1);
  border: 1px solid rgba(255, 71, 87, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  text-align: center;
}

.timer-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(10, 16, 30, 0.6);
  font-weight: 600;
  margin-bottom: 8px;
}

.timer-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 45px;
}

.time-value {
  font-size: 22px;
  font-weight: 700;
  color: #ff4757;
  line-height: 1;
}

.time-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(10, 16, 30, 0.5);
  font-weight: 500;
  margin-top: 2px;
}

.time-separator {
  font-size: 18px;
  font-weight: 700;
  color: rgba(10, 16, 30, 0.4);
  margin-top: -8px;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(255, 71, 87, 0.6); }
}

.price-eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0a101e;
  font-weight: 600;
  margin-bottom: 12px;
}

.price-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 10px 0;
}

.original-price {
  font-size: 18px;
  color: rgba(10, 16, 30, 0.5);
  text-decoration: line-through;
  font-weight: 500;
}

.price-card h2 {
  font-size: 42px;
  margin: 10px 0;
  color: #050b17;
}

.price-card h2 span {
  font-size: 18px;
  color: rgba(5, 11, 23, 0.7);
}

.installment {
  color: #050b17;
  font-weight: 600;
  margin-bottom: 15px;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  color: #050b17;
}

.price-card li {
  padding: 6px 0;
}

/* Audience chips */
.audience-section {
  padding: 80px 0;
}

.audience-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.audience-chip {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 18px;
  border-radius: 30px;
  color: #d0d4dc;
}

/* Video section */
.video-section {
  background: #050b17;
  padding: 90px 0;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* FAQ */
.faq-section {
  padding: 90px 0;
}

.faq-accordion details {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 15px;
}

.faq-accordion summary {
  cursor: pointer;
  font-weight: 600;
  color: #fdfeff;
}

.faq-accordion p {
  margin: 12px 0 0;
  color: #a9adb8;
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, rgba(254, 197, 68, 0.2), rgba(59, 125, 221, 0.2));
  padding: 100px 0;
  color: #050b17;
}

.final-cta h2 {
  color: #050b17;
}

@media (max-width: 991px) {
  .elite-hero {
    padding-top: 120px;
  }

  .air-ranks {
    position: static;
    margin-top: 15px;
  }

  .hero-ctas {
    justify-content: flex-start;
  }
}

/* Pricing card CTA buttons — evenly spaced, wraps on small screens */
.pricing-cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 24px;
  margin-top: 10px;
}
.pricing-cta-group .st-btn {
  margin: 0;
}

.st-hero-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.st-btn.st-style2 {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fdfeff;
}

.st-btn.st-style2:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fec544;
  color: #fec544;
}

/* Program Highlight Boxes */
.program-highlight-box {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 1px solid #232935;
  border-radius: 15px;
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
}

.program-highlight-box:hover {
  transform: translateY(-5px);
  border-color: #fec544;
  box-shadow: 0 10px 30px rgba(254, 197, 68, 0.2);
}

.program-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.program-highlight-box h3 {
  color: #fec544;
  font-size: 24px;
  margin-bottom: 15px;
}

.program-highlight-box p {
  color: #a9adb8;
  margin-bottom: 20px;
}

.program-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-features li {
  color: #a9adb8;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  padding-left: 25px;
}

.program-features li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #fec544;
  font-weight: bold;
}

.program-features li:last-child {
  border-bottom: none;
}

.program-features li strong {
  color: #fdfeff;
}

/* Curriculum Timeline */
.curriculum-timeline {
  position: relative;
}

.curriculum-month {
  margin-bottom: 50px;
  position: relative;
}

.month-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.month-number {
  background: linear-gradient(135deg, #fec544 0%, #ff6b6b 100%);
  color: #0a101e;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.month-header h3 {
  color: #fdfeff;
  margin: 0;
  font-size: 26px;
}

.month-content {
  background: rgba(16, 22, 36, 0.5);
  border: 1px solid #232935;
  border-radius: 15px;
  padding: 30px;
  margin-left: 40px;
}

.curriculum-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.curriculum-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.curriculum-list li:last-child {
  margin-bottom: 0;
}

.curriculum-list i {
  color: #fec544;
  font-size: 20px;
  margin-top: 5px;
  flex-shrink: 0;
}

.curriculum-list strong {
  color: #fdfeff;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.curriculum-list p {
  color: #a9adb8;
  margin: 0;
}

.final-deliverable {
  background: linear-gradient(135deg, rgba(254, 197, 68, 0.1) 0%, rgba(255, 107, 107, 0.1) 100%);
  border: 2px solid #fec544;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.final-deliverable h3 {
  color: #fec544;
  font-size: 28px;
  margin-bottom: 15px;
}

.final-deliverable p {
  color: #fdfeff;
  font-size: 18px;
  margin: 0;
}

/* Audience Cards */
.audience-card {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 1px solid #232935;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.audience-card:hover {
  transform: translateY(-5px);
  border-color: #fec544;
  box-shadow: 0 10px 30px rgba(254, 197, 68, 0.2);
}

.audience-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.audience-card h3 {
  color: #fec544;
  font-size: 22px;
  margin-bottom: 15px;
}

.audience-card p {
  color: #a9adb8;
  margin: 0;
  line-height: 1.8;
}

/* Pricing Card */
.pricing-card-main {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 2px solid #fec544;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  text-align: center;
}

.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff6b6b 0%, #ff4757 100%);
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  animation: pulse 2s infinite;
  box-shadow: 0 5px 20px rgba(255, 107, 107, 0.4);
  white-space: nowrap;
  z-index: 10;
}

.pricing-title {
  color: #fdfeff;
  font-size: 28px;
  margin-bottom: 30px;
}

/* Countdown Timer */
.offer-countdown {
  background: rgba(255, 107, 107, 0.1);
  border: 2px solid rgba(255, 107, 107, 0.3);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 30px;
}

.offer-text {
  color: #ff6b6b;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-number {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff4757 100%);
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 10px;
  min-width: 70px;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.countdown-label {
  color: #a9adb8;
  font-size: 12px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.countdown-separator {
  color: #ff6b6b;
  font-size: 32px;
  font-weight: 900;
  margin: 0 5px;
}

/* Pricing Amount with Discount */
.pricing-amount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.original-price {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.original-price::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: #ff6b6b;
  transform: rotate(-5deg);
}

.currency-old {
  color: #a9adb8;
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
}

.price-old {
  color: #a9adb8;
  font-size: 42px;
  font-weight: 700;
  text-decoration: line-through;
  opacity: 0.6;
}

.discounted-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.currency {
  color: #fec544;
  font-size: 36px;
  font-weight: 700;
}

.price {
  color: #fdfeff;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.duration {
  color: #a9adb8;
  font-size: 18px;
  align-self: flex-end;
  margin-bottom: 10px;
}

.savings-badge {
  background: linear-gradient(135deg, #50fa7b 0%, #2ecc71 100%);
  color: #0a101e;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(80, 250, 123, 0.3);
}

.pricing-emi {
  background: rgba(254, 197, 68, 0.1);
  border: 1px solid rgba(254, 197, 68, 0.3);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.pricing-emi p {
  color: #a9adb8;
  margin: 0 0 10px 0;
  font-size: 14px;
}

.emi-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.emi-old {
  color: #a9adb8;
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through;
  opacity: 0.6;
}

.pricing-emi h3 {
  color: #fec544;
  margin: 0;
  font-size: 32px;
}

.pricing-emi h3 span {
  font-size: 18px;
  color: #a9adb8;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
}

.pricing-features li {
  color: #a9adb8;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features i {
  color: #fec544;
  font-size: 18px;
}

.pricing-comparison {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.pricing-comparison p {
  color: #a9adb8;
  margin: 0;
  font-size: 14px;
}

.pricing-comparison strong {
  color: #fdfeff;
}

/* Prominent Signup Header */
.signup-header-prominent {
  text-align: center;
  margin-bottom: 50px;
}

.signup-badge-wrapper {
  margin-bottom: 20px;
}

.signup-badge {
  display: inline-block;
  background: linear-gradient(135deg, #fec544 0%, #ff6b6b 100%);
  color: #0a101e;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  animation: pulse 2s infinite;
  box-shadow: 0 5px 20px rgba(254, 197, 68, 0.4);
}

.signup-main-title {
  color: #fdfeff;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.2;
}

.signup-subtitle {
  color: #a9adb8;
  font-size: 18px;
  margin-bottom: 30px;
}

.urgency-indicators {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.urgency-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(254, 197, 68, 0.1);
  border: 1px solid rgba(254, 197, 68, 0.3);
  padding: 12px 25px;
  border-radius: 50px;
}

.urgency-icon {
  font-size: 20px;
}

.urgency-text {
  color: #fec544;
  font-weight: 600;
  font-size: 14px;
}

/* Signup Form */
.signup-form-wrapper {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 1px solid #232935;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
}

.academy-form .form-group {
  margin-bottom: 25px;
}

.academy-form label {
  color: #fdfeff;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.academy-form .form-control {
  background-color: rgba(16, 22, 36, 0.8);
  border: 1px solid #232935;
  border-radius: 8px;
  color: #fdfeff;
  padding: 12px 20px;
  font-size: 15px;
  transition: all 0.3s ease;
  height: auto;
  min-height: 48px;
}

.academy-form .form-control:focus {
  background-color: rgba(16, 22, 36, 1);
  border-color: #fec544;
  outline: none;
  box-shadow: 0 0 0 3px rgba(254, 197, 68, 0.1);
}

.academy-form .form-control::placeholder {
  color: rgba(169, 173, 184, 0.5);
}

.academy-form select.form-control {
  cursor: pointer;
  padding-right: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23a9adb8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  line-height: 1.5;
  height: auto;
  min-height: 48px;
}

.academy-form select.form-control option {
  background-color: #101624;
  color: #fdfeff;
  padding: 10px;
}

.academy-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a9adb8;
  cursor: pointer;
  font-size: 14px;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#academy-alert {
  margin-bottom: 20px;
}

.alert {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.alert-success {
  background-color: rgba(80, 250, 123, 0.1);
  border: 1px solid rgba(80, 250, 123, 0.3);
  color: #50fa7b;
}

.alert-danger {
  background-color: rgba(255, 85, 85, 0.1);
  border: 1px solid rgba(255, 85, 85, 0.3);
  color: #ff5555;
}

.alert-warning {
  background-color: rgba(254, 197, 68, 0.1);
  border: 1px solid rgba(254, 197, 68, 0.3);
  color: #fec544;
}

/* Button Styles */
.st-btn.st-color1 {
  background: linear-gradient(135deg, #fec544 0%, #ff6b6b 100%);
  color: #0a101e;
  font-weight: 600;
  border: none;
}

.st-btn.st-color1:hover {
  background: linear-gradient(135deg, #ff6b6b 0%, #fec544 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(254, 197, 68, 0.3);
}

/* Learning Cards */
.learning-card {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 1px solid #232935;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.learning-card:hover {
  transform: translateY(-5px);
  border-color: #fec544;
  box-shadow: 0 10px 30px rgba(254, 197, 68, 0.2);
}

.learning-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.learning-card h3 {
  color: #fec544;
  font-size: 22px;
  margin-bottom: 20px;
}

.learning-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.learning-list li {
  color: #a9adb8;
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
}

.learning-list li:before {
  content: '→';
  position: absolute;
  left: 0;
  color: #fec544;
  font-weight: bold;
}

/* Outcomes Grid */
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.outcome-item {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 2px solid #fec544;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.outcome-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(254, 197, 68, 0.3);
}

.outcome-number {
  font-size: 72px;
  font-weight: 900;
  color: #fec544;
  line-height: 1;
  margin-bottom: 20px;
}

.outcome-item h3 {
  color: #fdfeff;
  font-size: 22px;
  margin-bottom: 15px;
}

.outcome-item p {
  color: #a9adb8;
  margin: 0;
}

/* Mentor Section */
.mentor-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.mentor-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mentor-content {
  padding-left: 30px;
}

.mentor-name {
  color: #fdfeff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mentor-title {
  color: #fec544;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mentor-bio {
  color: #a9adb8;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.mentor-highlights {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.highlight-icon {
  font-size: 24px;
}

.highlight-text {
  color: #fdfeff;
  font-size: 16px;
  font-weight: 500;
}

/* Safety Cards */
.safety-card {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 1px solid #232935;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.safety-card:hover {
  transform: translateY(-5px);
  border-color: #50fa7b;
  box-shadow: 0 10px 30px rgba(80, 250, 123, 0.2);
}

.safety-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.safety-card h4 {
  color: #fdfeff;
  font-size: 20px;
  margin-bottom: 15px;
}

.safety-card p {
  color: #a9adb8;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* Testimonials Section */
.testimonials-slider {
  position: relative;
  padding: 0 50px;
}

/* Give each slide breathing room inside the slick track */
.testimonials-slider .slick-slide {
  padding: 10px 12px;
  height: inherit;
}
.testimonials-slider .slick-track {
  display: flex !important;
}
.testimonials-slider .slick-slide > div {
  height: 100%;
}

/* Prev / Next Arrows */
.testimonials-slider .testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(254, 197, 68, 0.4);
  background: rgba(16, 22, 36, 0.85);
  color: #fec544;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  transition: all 0.25s ease;
  font-size: 14px;
}
.testimonials-slider .testimonial-arrow:hover {
  background: #fec544;
  color: #0a101e;
  border-color: #fec544;
  box-shadow: 0 6px 18px rgba(254, 197, 68, 0.35);
}
.testimonials-slider .slick-arrow-left {
  left: 0;
}
.testimonials-slider .slick-arrow-right {
  right: 0;
}
.testimonials-slider .testimonial-arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}

/* Pagination Dots */
.testimonials-slider .testimonial-dots {
  text-align: center;
  margin-top: 25px;
}
.testimonials-slider .testimonial-dots .slick-dots {
  display: inline-flex !important;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.testimonials-slider .testimonial-dots .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
}
.testimonials-slider .testimonial-dots .slick-dots li.slick-active button {
  background: #fec544;
  width: 28px;
  border-radius: 6px;
}

@media screen and (max-width: 575px) {
  .testimonials-slider {
    padding: 0 15px;
  }
  .testimonials-slider .testimonial-arrow {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}

.testimonial-card {
  background: linear-gradient(135deg, #101624 0%, #0a101e 100%);
  border: 1px solid #232935;
  border-radius: 15px;
  padding: 30px;
  margin: 10px;
  transition: all 0.3s ease;
  height: auto;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: #fec544;
  box-shadow: 0 10px 30px rgba(254, 197, 68, 0.2);
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: #fec544;
  font-size: 16px;
  margin-right: 3px;
}

.testimonial-text {
  color: #a9adb8;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fec544 0%, #ff6b6b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.avatar-initial {
  color: #0a101e;
  font-size: 20px;
  font-weight: 700;
}

.author-info {
  flex-grow: 1;
}

.author-name {
  color: #fdfeff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.author-role {
  color: #a9adb8;
  font-size: 13px;
  margin: 0;
}

/* Testimonial Stats */
.testimonial-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  background: rgba(254, 197, 68, 0.05);
  border: 1px solid rgba(254, 197, 68, 0.2);
  border-radius: 15px;
  padding: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  color: #fec544;
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 10px 0;
  line-height: 1;
}

.stat-label {
  color: #a9adb8;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Footer Styles */
.st-site-footer {
  margin-top: 80px;
  padding: 40px 0;
  background-color: #070d1b;
  position: relative;
}

.st-site-footer .st-text-field p {
  color: #a9adb8;
  margin: 0;
  font-size: 14px;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
  .st-hero.st-style2 .st-hero-text {
    padding-top: 70px;
  }
  
  .batch-countdown {
    padding-top: 0;
  }
  
  .batch-badge {
    font-size: 12px;
    padding: 8px 20px;
    margin-top: 0;
  }
  
  .st-hero.st-video-bg {
    min-height: 90vh;
    padding: 90px 0 50px 0;
  }
  
  .st-hero-btn {
    gap: 15px;
  }
  
  .st-btn {
    padding: 12px 24px;
    font-size: 15px;
  }
  
  .pricing-card-main {
    padding: 30px;
    padding-top: 40px;
  }
  
  .pricing-badge {
    font-size: 13px;
    padding: 8px 20px;
    top: -12px;
  }
  
  .pricing-title {
    font-size: 24px;
    margin-top: 10px;
  }
  
  .price {
    font-size: 56px;
  }
  
  .price-old {
    font-size: 32px;
  }
  
  .countdown-number {
    font-size: 24px;
    padding: 8px 15px;
    min-width: 60px;
  }
  
  .countdown-separator {
    font-size: 24px;
  }
  
  .signup-form-wrapper {
    padding: 30px;
  }
  
  .month-content {
    margin-left: 0;
  }
  
  .month-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .st-hero.st-style2 {
    height: auto !important;
    min-height: 100vh;
    align-items: flex-start;
    overflow: visible;
  }
  
  .st-hero.st-style2 .st-hero-text {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  
  .batch-countdown {
    padding-top: 0;
    margin-bottom: 15px;
  }
  
  .batch-badge {
    font-size: 10px;
    padding: 6px 12px;
    margin-top: 0;
    margin-bottom: 8px;
    white-space: normal;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    max-width: 95%;
  }
  
  .batch-info {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  
  .st-hero.st-video-bg {
    min-height: auto;
    padding: 0;
  }
  
  .st-hero-text h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .st-hero-text h1 span {
    font-size: 20px;
  }
  
  .st-hero-text p,
  .st-hero-text p.hero-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 auto 15px !important;
    max-width: 100% !important;
    padding: 0 5px;
  }
  
  .trust-badges-hero {
    gap: 8px !important;
    margin: 0 auto 20px !important;
  }
  
  .trust-item {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  .st-hero-btn {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }
  
  .st-btn {
    width: 85%;
    max-width: 300px;
    padding: 14px 20px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
  }
  
  .micro-text {
    margin-top: 15px !important;
    font-size: 11px !important;
  }
  
  .program-highlight-box {
    padding: 30px;
    margin-bottom: 30px;
  }
  
  .audience-card {
    padding: 30px;
  }
  
  .pricing-card-main {
    padding: 25px 20px;
    padding-top: 45px;
  }
  
  .pricing-badge {
    font-size: 11px;
    padding: 6px 15px;
    top: -10px;
  }
  
  .pricing-title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  
  .pricing-amount {
    gap: 10px;
  }
  
  .price {
    font-size: 48px;
  }
  
  .price-old {
    font-size: 28px;
  }
  
  .duration {
    align-self: center;
    margin-bottom: 0;
  }
  
  .countdown-timer {
    gap: 5px;
  }
  
  .countdown-number {
    font-size: 20px;
    padding: 6px 12px;
    min-width: 50px;
  }
  
  .countdown-separator {
    font-size: 20px;
  }
  
  .countdown-label {
    font-size: 10px;
  }
  
  .emi-pricing {
    flex-direction: column;
    gap: 5px;
  }
  
  .signup-main-title {
    font-size: 32px;
  }
  
  .urgency-indicators {
    gap: 15px;
  }
  
  .urgency-item {
    padding: 10px 20px;
  }
  
  .testimonial-card {
    margin: 10px 5px;
    padding: 25px;
    min-height: 250px;
  }
  
  .testimonial-stats {
    gap: 30px;
    padding: 30px 20px;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .mentor-content {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .outcomes-grid {
    grid-template-columns: 1fr;
  }
  
  .outcome-number {
    font-size: 56px;
  }
  
  .learning-card {
    padding: 25px;
  }
  
  .safety-card {
    padding: 25px;
  }
  
  .trust-badges-hero {
    gap: 10px;
    margin: 20px 0;
  }
  
  .trust-item {
    font-size: 12px;
  }
  
  .contact-micro-cta {
    margin-top: 15px;
  }
  
  .contact-micro-cta p {
    font-size: 12px;
  }
  
  /* Video background adjustments for mobile */
  .hero-video-bg {
    display: none;
  }
  
  .st-hero.st-video-bg {
    background: linear-gradient(135deg, #0a101e 0%, #1a2332 100%);
  }
  
  .hero-video-overlay {
    background: rgba(10, 16, 30, 0.5);
  }
}

/* Extra small devices */
@media screen and (max-width: 480px) {
  .st-hero.st-style2 .st-hero-text {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  
  .batch-badge {
    font-size: 9px;
    padding: 5px 10px;
  }
  
  .batch-info {
    font-size: 12px;
  }
  
  .st-hero-text h1 {
    font-size: 24px;
  }
  
  .st-hero-text h1 span {
    font-size: 17px;
  }
  
  .trust-item {
    font-size: 10px;
    padding: 4px 8px;
  }
  
  .st-btn {
    width: 90%;
    font-size: 13px;
    padding: 12px 16px;
  }
}

/* =====================================================
   ELITE HEADER OVERRIDES (single-row nav, no overlap)
   ===================================================== */
.elite-header.st-sticky-header { padding: 0; }
.elite-header .st-main-header { padding: 0; }

@media screen and (min-width: 992px) {
  .elite-header .st-main-header-in {
    min-height: 78px;
    align-items: center;
    flex-wrap: nowrap;
  }
  .elite-header .st-site-branding img {
    max-height: 80px;
    width: auto;
  }
  .elite-header .st-nav { align-items: center; }
  .elite-header .st-nav-list {
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 0;
  }
  .elite-header .st-nav-list > li {
    margin: 0 14px !important;
  }
  .elite-header .st-nav-list > li:last-child {
    margin-right: 0 !important;
    margin-left: 18px !important;
  }
  .elite-header .st-nav-list > li > a {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #d8dce6;
    padding: 26px 0 !important;
    white-space: nowrap;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    font-weight: 500;
  }
  .elite-header .st-nav-list > li > a > i {
    font-size: 12px;
    color: #fec544;
    opacity: 0.85;
    transition: transform .25s ease, opacity .25s ease;
  }
  .elite-header .st-nav-list > li > a:hover { color: #fec544; }
  .elite-header .st-nav-list > li > a:hover > i {
    opacity: 1;
    transform: translateY(-1px);
  }
  .elite-header .nav-cta-li {
    margin-left: 18px !important;
  }
  .elite-header .st-nav-list > li > a.nav-apply-btn,
  .elite-header .nav-apply-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 26px !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto;
    font-size: 12.5px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px !important;
    color: #0a101e !important;
    background: linear-gradient(135deg, #ffd76b 0%, #fec544 50%, #f0a92a 100%) !important;
    border: 1px solid rgba(255, 215, 107, 0.8) !important;
    box-shadow: 0 6px 18px rgba(254, 197, 68, 0.32), inset 0 1px 0 rgba(255,255,255,0.45);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    position: relative;
    overflow: hidden;
  }
  .elite-header .st-nav-list > li > a.nav-apply-btn::after,
  .elite-header .nav-apply-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
    transform: skewX(-20deg);
    transition: left .6s ease;
  }
  .elite-header .nav-apply-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 12px 28px rgba(254, 197, 68, 0.5), inset 0 1px 0 rgba(255,255,255,0.55);
    color: #0a101e !important;
  }
  .elite-header .nav-apply-btn:hover::after { left: 130%; }
  .elite-header .nav-apply-btn span { position: relative; z-index: 1; }
  .elite-header .nav-apply-btn i {
    position: relative;
    z-index: 1;
    font-size: 11px;
    transition: transform .25s ease;
  }
  .elite-header .nav-apply-btn:hover i { transform: translateX(4px); }
  .elite-header .sp-phone {
    margin-left: 18px;
    padding-left: 18px;
  }
  .elite-header .sp-phone .sp-phone-no a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .elite-header .st-nav-list > li { margin: 0 9px !important; }
  .elite-header .st-nav-list > li > a { font-size: 13px; }
  .elite-header .sp-phone { display: none !important; }
}

/* =====================================================
   AIR Chips overlay on mentor photo
   ===================================================== */
.mentor-image { padding: 0; }
.mentor-image > img {
  border-radius: 20px;
}
.air-chip {
  position: absolute;
  background: rgba(8, 14, 30, 0.92);
  border: 1px solid rgba(254, 197, 68, 0.45);
  border-radius: 14px;
  padding: 12px 18px;
  text-align: left;
  color: #fdfeff;
  box-shadow: 0 18px 35px rgba(0,0,0,0.45);
  backdrop-filter: blur(6px);
  z-index: 3;
}
.air-chip-1,
.air-chip-2 {
  top: 16%;
  left: -14px;
  right: auto;
}
.air-chip-combined {
  position: relative;
  margin: 18px auto 0;
  width: min(320px, 90%);
  text-align: center;
  justify-content: center;
}
.air-chip-combined h4 {
  font-size: 20px;
}
.air-chip small {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #a9adb8;
  text-transform: uppercase;
}
.air-chip h4 {
  margin: 4px 0 2px;
  font-size: 26px;
  color: #fec544;
  font-weight: 800;
  line-height: 1;
}
.air-chip span {
  font-size: 11px;
  color: #d0d4dc;
}
.mentor-signature {
  position: absolute;
  bottom: 18px;
  left: 22px;
  margin: 0;
  font-family: 'Brush Script MT', 'Segoe Script', cursive;
  color: #fec544;
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
  z-index: 3;
}
.mentor-signature span {
  display: block;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d0d4dc;
  margin-top: 6px;
  font-family: 'Roboto', sans-serif;
}

/* =====================================================
   APPLY MODAL — premium glass form
   ===================================================== */
.apply-modal .modal-dialog {
  max-width: 880px;
}
.apply-modal-content {
  background: linear-gradient(160deg, #0b1224 0%, #050910 100%);
  border: 1px solid rgba(254, 197, 68, 0.25);
  border-radius: 22px;
  color: #fdfeff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 35px 60px rgba(0,0,0,0.55);
}
.btn-close-custom {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.04);
  color: #fdfeff;
  font-size: 22px;
  line-height: 1;
  z-index: 5;
  cursor: pointer;
  transition: all .2s ease;
}
.btn-close-custom:hover {
  background: #fec544;
  color: #0a101e;
  border-color: #fec544;
}
.apply-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  min-height: 100%;
}
.apply-modal-aside {
  padding: 40px 32px;
  background: linear-gradient(180deg, rgba(254,197,68,0.12), rgba(254,197,68,0.02));
  border-right: 1px solid rgba(255,255,255,0.06);
}
.apply-modal-eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fec544;
  font-size: 11px;
  font-weight: 700;
  background: rgba(254,197,68,0.12);
  border: 1px solid rgba(254,197,68,0.3);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.apply-modal-aside h3 {
  font-size: 26px;
  color: #fdfeff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.apply-modal-aside p {
  color: #a9adb8;
  font-size: 14px;
  margin-bottom: 18px;
}
.apply-modal-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apply-modal-aside li {
  padding: 8px 0 8px 22px;
  position: relative;
  color: #d0d4dc;
  font-size: 14px;
}
.apply-modal-aside li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #fec544;
  font-weight: 700;
}

.modern-form {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-floating-modern {
  position: relative;
}
.form-floating-modern input,
.form-floating-modern textarea {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 18px 16px;
  font-size: 15px;
  color: #fdfeff;
  transition: border-color .2s ease, background .2s ease;
  font-family: inherit;
}
.form-floating-modern.input-field input {
  background: #1a1f2e;
}
.form-floating-modern textarea {
  min-height: 90px;
  padding-top: 22px;
  resize: vertical;
}
.form-floating-modern select {
  width: 100%;
  background: #1a1f2e;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 18px 16px;
  font-size: 15px;
  color: #fdfeff;
  appearance: none;
}
.form-floating-modern.select-field {
  position: relative;
}
.form-floating-modern.select-field label,
.form-floating-modern.input-field label {
  position: static;
  font-size: 13px;
  color: #8b91a0;
  margin-bottom: 6px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.form-floating-modern.select-field::after {
  content: '\25BC';
  position: absolute;
  right: 18px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  color: #fec544;
  pointer-events: none;
  font-size: 12px;
}
.form-floating-modern.input-field {
  position: relative;
}
.form-floating-modern input:focus,
.form-floating-modern textarea:focus {
  outline: none;
  border-color: #fec544;
  background: rgba(254,197,68,0.05);
}
.form-floating-modern label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 14px;
  color: #8b91a0;
  pointer-events: none;
  transition: all .2s ease;
  background: transparent;
  padding: 0 4px;
}
.form-floating-modern input:focus + label,
.form-floating-modern input:not(:placeholder-shown) + label,
.form-floating-modern textarea:focus + label,
.form-floating-modern textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 12px;
  font-size: 11px;
  color: #fec544;
  background: #0b1224;
  letter-spacing: 0.5px;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.modern-form button[type="submit"] {
  margin-top: 6px;
  padding: 14px 22px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.form-fineprint {
  font-size: 12px;
  color: #8b91a0;
  text-align: center;
  margin: 6px 0 0;
}

/* Final CTA card refresh */
.final-cta {
  background: radial-gradient(circle at top, rgba(254,197,68,0.18), transparent 60%), #050910;
  color: #fdfeff;
}
.final-cta-card {
  border: 1px solid rgba(254,197,68,0.25);
  border-radius: 24px;
  padding: 60px 40px;
  background: linear-gradient(160deg, rgba(11,18,36,0.8), rgba(5,9,16,0.95));
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  max-width: 880px;
  margin: 0 auto;
}
.final-cta-card h2 {
  color: #fdfeff;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 10px 0 16px;
}
.final-cta-card .final-cta-copy {
  color: #a9adb8;
  margin-bottom: 28px;
  font-size: 17px;
}
.final-cta-card .hero-ctas {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 100%;
}
.final-cta-card .hero-ctas .st-btn {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-weight: 600;
}

/* Price card readability fix (text was dark on dark) */
.price-card {
  background: linear-gradient(160deg, #fec544 0%, #ffae3a 100%);
  color: #0a101e;
}
.price-card .price-eyebrow,
.price-card h2,
.price-card h2 span,
.price-card .installment,
.price-card ul,
.price-card li {
  color: #0a101e;
}
.price-card .st-btn.st-style1 {
  background: #0a101e;
  color: #fec544;
}
.price-card .st-btn.st-style1:hover {
  background: #1a2236;
  color: #fdfeff;
}

/* =====================================================
   MOBILE RESPONSIVE — neet redesign
   ===================================================== */
@media (max-width: 991px) {
  .elite-hero {
    padding: 110px 0 70px;
    min-height: auto;
  }
  .elite-hero h1 { font-size: 2rem; }
  .lead-copy { font-size: 16px; }
  .mentor-panel { padding: 18px; }
  .hero-meta-stack { gap: 12px; }
  .air-chip-1,
  .air-chip-2 { top: 8px; left: 8px; padding: 8px 12px; width: auto; }
  .air-chip-combined {
    margin: 14px auto 0;
    width: 100%;
  }
  .air-chip h4 { font-size: 20px; }
  .mentor-signature { font-size: 22px; bottom: 12px; left: 14px; }

  .rank-dominance-card { padding: 30px 22px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .results-grid, .feature-outcome-grid { grid-template-columns: 1fr; }
  .comparison-row { grid-template-columns: 1fr; }
  .comparison-row div + div { border-top: 1px solid rgba(255,255,255,0.08); }

  .apply-modal-grid { grid-template-columns: 1fr; }
  .apply-modal-aside { padding: 28px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .modern-form { padding: 28px 24px; }
  .form-row-2 { grid-template-columns: 1fr; }

  .final-cta-card { padding: 40px 22px; }
  .phy-g-header { flex-direction: column; gap: 12px; text-align: center; }
  .phy-g-grid { grid-template-columns: 1fr; }
  .phy-g-title-block,
  .phy-g-stat-block,
  .phy-g-features-block,
  .phy-g-cta-block {
  border-right: none;
  border-bottom: 1px solid rgba(255, 196, 84, 0.1);
  padding: 28px 24px;
  }
  .phy-g-cta-block { border-bottom: none; }
}

@media (max-width: 600px) {
  .stat-grid { grid-template-columns: 1fr; }
  .hero-ctas {
    justify-content: center;
  }
  .hero-ctas .st-btn {
    width: min(320px, 100%);
    text-align: center;
  }
  .authority-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .authority-strip span {
    border-radius: 16px;
    text-align: center;
    padding: 12px 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .authority-strip span,
  .hero-logo-bar span { font-size: 12px; padding: 6px 12px; }
  .rank-columns { grid-template-columns: 1fr; }
  .failure-grid { grid-template-columns: 1fr 1fr; }
  .audience-chips { gap: 8px; }
  .audience-chip { font-size: 13px; padding: 8px 14px; }
  .phy-g-header { padding: 20px 16px; }
  .phy-g-title-block h2 { font-size: 24px; }
  .phy-g-title-block .phy-g-lede { font-size: 15px; }
  .phy-g-stat strong { font-size: 38px; }
  .phy-g-cta-block .phy-g-desc { font-size: 14px; }
  .phy-g-points li { font-size: 14px; }
  .phy-g-scarcity { gap: 4px; }
  .scarcity-dot { width: 9px; height: 9px; }
  .phy-g-title-block,
  .phy-g-stat-block,
  .phy-g-features-block,
  .phy-g-cta-block { padding: 24px 18px; }
  .batch-urgency {
    background: #050910;
  }
  .batch-urgency-card {
    background: #0c1428;
    padding: 32px 24px;
  }
}

/* =====================================================
   PROVEN. TRUSTED. TOP RESULTS. section
   ===================================================== */
.proven-results {
  background: #050910;
  padding: 90px 0;
  color: #fdfeff;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.proven-heading {
  text-align: center;
  margin-bottom: 50px;
}
.proven-heading h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 8px;
  color: #fdfeff;
}
.proven-heading h3 span { color: #fec544; }
.proven-heading p {
  color: #a9adb8;
  margin: 0;
  font-size: 16px;
}
.proven-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
  justify-content: center;
}
.rank-card {
  background: linear-gradient(180deg, rgba(254,197,68,0.06), rgba(255,255,255,0.01));
  border: 1px solid rgba(254,197,68,0.25);
  border-radius: 14px;
  padding: 26px 14px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.rank-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254,197,68,0.55);
  box-shadow: 0 18px 35px rgba(0,0,0,0.45);
}
.rank-card small {
  display: block;
  color: #fec544;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.rank-card h2 {
  font-size: clamp(3rem, 6vw, 4.6rem);
  font-weight: 900;
  color: #fec544;
  line-height: 1;
  margin: 0 0 10px;
  text-shadow: 0 2px 25px rgba(254,197,68,0.25);
}
.rank-card .rank-exam {
  color: #fdfeff;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.rank-card .rank-status {
  color: #8b91a0;
  margin: 4px 0 14px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.rank-stars {
  color: #fec544;
  letter-spacing: 2px;
  font-size: 13px;
}
.rank-quote {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(254,197,68,0.25);
  border-radius: 14px;
  padding: 28px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rank-quote .quote-mark {
  font-size: 60px;
  line-height: 1;
  color: #fec544;
  font-family: Georgia, serif;
  margin-bottom: 6px;
}
.rank-quote p {
  color: #d0d4dc;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.rank-quote hr {
  border: 0;
  border-top: 1px solid rgba(254,197,68,0.35);
  margin: 16px 0 10px;
  width: 60%;
}
.rank-quote .quote-author {
  color: #fec544;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.proven-footer {
  text-align: center;
  margin: 40px auto 0;
  color: #a9adb8;
  font-size: 15px;
}
.proven-footer span {
  color: #fec544;
  font-weight: 700;
}

@media (max-width: 991px) {
  .proven-grid { grid-template-columns: repeat(2, 1fr); }
  .rank-quote { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .proven-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .proven-results { padding: 60px 0; }
  .rank-card { padding: 20px 10px; }
}

/* =====================================================
   ICONS — feature, stat, rank, failure cards
   ===================================================== */
.stat-icon, .feature-icon, .rank-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(254,197,68,0.18), rgba(254,197,68,0.04));
  border: 1px solid rgba(254,197,68,0.35);
  color: #fec544;
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: inset 0 0 18px rgba(254,197,68,0.08);
  transition: transform .35s ease, background .35s ease, color .35s ease;
}
.stat-card:hover .stat-icon,
.feature-outcome-card:hover .feature-icon {
  transform: translateY(-3px) rotate(-3deg);
  background: linear-gradient(135deg, #fec544, #ffae3a);
  color: #0a101e;
}
.rank-dominance-card.text-center { text-align: center; }
.rank-dominance-card.text-center h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  margin: 8px auto 30px;
  max-width: 720px;
  color: #fdfeff;
  line-height: 1.4;
}
.rank-dominance-card.text-center .rank-columns {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}
.rank-dominance-card.text-center .rank-columns article {
  flex: 0 1 300px;
  text-align: center;
  padding: 32px 24px;
  background: linear-gradient(180deg, rgba(254,197,68,0.1), rgba(254,197,68,0.02));
  border: 1px solid rgba(254,197,68,0.35);
  border-radius: 18px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.rank-dominance-card.text-center .rank-columns article:hover {
  transform: translateY(-4px);
  border-color: rgba(254,197,68,0.7);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}
.rank-dominance-card.text-center .rank-columns h4 {
  font-size: 1.6rem;
}
.rank-dominance-card.text-center .rank-icon {
  margin: 0 auto 14px;
  width: 60px;
  height: 60px;
  font-size: 24px;
}

/* Failure cards with icons */
.failure-card {
  display: flex !important;
  align-items: center;
  gap: 14px;
  text-align: left;
  padding: 18px 20px !important;
}
.failure-card i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(254,197,68,0.12);
  color: #fec544;
  font-size: 18px;
  flex-shrink: 0;
  border: 1px solid rgba(254,197,68,0.3);
}
.failure-card span { flex: 1; }

/* Stat / feature cards center align icon row */
.feature-outcome-card,
.stat-card {
  text-align: left;
}

/* =====================================================
   INDIA-FIRST USP banner
   ===================================================== */
.india-first-usp {
  padding: 80px 0;
  background: radial-gradient(circle at 30% 20%, rgba(254,197,68,0.18), transparent 60%), #050910;
}
.usp-card {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(11,18,36,0.92), rgba(5,9,16,0.95));
  border: 1px solid rgba(254,197,68,0.35);
  box-shadow: 0 30px 70px rgba(0,0,0,0.55), inset 0 0 60px rgba(254,197,68,0.06);
  overflow: hidden;
}
.usp-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(254,197,68,0.5), transparent 40%, rgba(254,197,68,0.4));
  border-radius: 24px;
  z-index: -1;
  filter: blur(20px);
  opacity: 0.6;
}
.usp-flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fec544, #ffae3a);
  color: #0a101e;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
  box-shadow: 0 6px 20px rgba(254,197,68,0.35);
}
.usp-card h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  color: #fdfeff;
  line-height: 1.3;
  margin: 0 auto 18px;
  max-width: 820px;
}
.usp-card h2 span {
  background: linear-gradient(135deg, #fec544, #ffae3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.usp-card > p {
  color: #a9adb8;
  font-size: 16px;
  max-width: 740px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.usp-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
}
.usp-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(254,197,68,0.25);
  border-radius: 14px;
  color: #fdfeff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.usp-pillar:hover {
  transform: translateY(-4px);
  border-color: #fec544;
  background: rgba(254,197,68,0.08);
}
.usp-pillar i {
  font-size: 22px;
  color: #fec544;
}

@media (max-width: 768px) {
  .usp-card { padding: 40px 22px; }
  .usp-pillars { grid-template-columns: 1fr 1fr; }
  .failure-card { padding: 14px 16px !important; }
  .rank-dominance-card .rank-columns { grid-template-columns: 1fr; }
}

/* =====================================================
   Student Testimonial carousel
   ===================================================== */
.text-testimonials {
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #050910 0%, #07101e 100%);
}
.text-testimonials .st-section-heading.text-center {
  text-align: center;
}
.text-testimonials .st-section-heading-title {
  color: #fdfeff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 8px;
}
.text-testimonials .st-section-heading p {
  color: #a9adb8;
  margin: 0;
}
.testimonial-slider .slick-wrapper { margin: 0 -12px; }
.testimonial-slider .slick-slide-in { padding: 12px; outline: none; }

.teacher-testimonial {
  background: linear-gradient(160deg, rgba(254,197,68,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(254,197,68,0.22);
  border-radius: 18px;
  padding: 28px 26px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  min-height: 280px;
}
.teacher-testimonial:hover {
  transform: translateY(-4px);
  border-color: rgba(254,197,68,0.55);
  box-shadow: 0 22px 40px rgba(0,0,0,0.4);
}
.teacher-testimonial .t-rating {
  color: #fec544;
  font-size: 14px;
  letter-spacing: 3px;
}
.teacher-testimonial .t-quote {
  color: #d8dce6;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
  font-style: italic;
}
.teacher-testimonial .t-author {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 16px;
}
.t-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fec544, #ffae3a);
  color: #0a101e;
  font-weight: 800;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.t-author h5 {
  margin: 0;
  font-size: 15px;
  color: #fdfeff;
  font-weight: 700;
}
.t-author p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #8b91a0;
  letter-spacing: 0.5px;
}

/* Slick dots styling for this slider */
.testimonial-slider .pagination {
  margin-top: 28px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
}
.testimonial-slider .pagination li {
  list-style: none;
  margin: 0;
}
.testimonial-slider .pagination li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(254,197,68,0.3);
  text-indent: -9999px;
  cursor: pointer;
  transition: all .25s ease;
  padding: 0;
}
.testimonial-slider .pagination li.slick-active button {
  background: #fec544;
  width: 28px;
  border-radius: 5px;
}

/* =====================================================
   Comparison table — strong red vs green
   ===================================================== */
.comparison-table.compare-strong {
  border: 0;
  background: transparent;
  display: grid;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}
.comparison-table.compare-strong .comparison-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px;
  background: transparent;
  border: 0;
}
.comparison-table.compare-strong .comparison-row > div + div { border-top: 0 !important; }
.comparison-table.compare-strong .comparison-row > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease;
}
.comparison-table.compare-strong .col-bad {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.14), rgba(127, 29, 29, 0.18));
  border-color: rgba(239, 68, 68, 0.35);
  color: #fecaca;
}
.comparison-table.compare-strong .col-bad i {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.18);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid rgba(239, 68, 68, 0.4);
}
.comparison-table.compare-strong .col-good {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(16, 122, 60, 0.2));
  border-color: rgba(34, 197, 94, 0.4);
  color: #d1fae5;
}
.comparison-table.compare-strong .col-good i {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid rgba(34, 197, 94, 0.45);
}
.comparison-table.compare-strong .comparison-head .col-bad,
.comparison-table.compare-strong .comparison-head .col-good {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 22px;
}
.comparison-table.compare-strong .comparison-head .col-bad {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.25), rgba(127, 29, 29, 0.35));
  color: #fecaca;
}
.comparison-table.compare-strong .comparison-head .col-good {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.28), rgba(16, 122, 60, 0.35));
  color: #bbf7d0;
}
.comparison-table.compare-strong .comparison-head .col-bad i,
.comparison-table.compare-strong .comparison-head .col-good i {
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  font-size: 18px;
}
.comparison-table.compare-strong .comparison-row:not(.comparison-head):hover .col-bad {
  transform: translateX(-3px);
  box-shadow: 0 8px 22px rgba(239, 68, 68, 0.18);
}
.comparison-table.compare-strong .comparison-row:not(.comparison-head):hover .col-good {
  transform: translateX(3px);
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.22);
}

@media (max-width: 768px) {
  .comparison-table.compare-strong { gap: 8px; }
  .comparison-table.compare-strong .comparison-row { gap: 8px; }
  .comparison-table.compare-strong .comparison-row > div {
    padding: 12px 12px;
    font-size: 13px;
    gap: 8px;
    border-radius: 12px;
  }
  .comparison-table.compare-strong .col-bad i,
  .comparison-table.compare-strong .col-good i {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
  .comparison-table.compare-strong .comparison-head .col-bad,
  .comparison-table.compare-strong .comparison-head .col-good {
    font-size: 12px;
    padding: 12px 10px;
    letter-spacing: 0.3px;
  }
  .comparison-table.compare-strong .comparison-head .col-bad i,
  .comparison-table.compare-strong .comparison-head .col-good i {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .comparison-table.compare-strong .comparison-row > div { padding: 10px 8px; font-size: 12px; }
}

/* Pricing Grid Section */
.pricing-table-wrapper {
  margin-top: 40px;
}

.pricing-table-title {
  text-align: center;
  color: #fdfeff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-bottom: 40px;
}

.pricing-card {
  background: linear-gradient(135deg, rgba(254, 197, 68, 0.08), rgba(80, 250, 123, 0.05));
  border: 1px solid rgba(254, 197, 68, 0.3);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.pricing-card:hover {
  transform: translateY(-8px);
  border-color: rgba(254, 197, 68, 0.6);
  box-shadow: 0 25px 60px rgba(254, 197, 68, 0.2);
}

.pricing-header {
  padding: 24px;
  background: rgba(254, 197, 68, 0.12);
  border-bottom: 1px solid rgba(254, 197, 68, 0.2);
}

.pricing-header h4 {
  color: #fdfeff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
}

.pricing-subtitle {
  color: #a9adb8;
  font-size: 13px;
  margin: 0;
}

.pricing-body {
  padding: 28px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.price-section {
  margin-bottom: 20px;
}

.original-price {
  color: #7a8190;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.price-display h2 {
  color: #fec544;
  font-size: 36px;
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.price-display span {
  color: #a9adb8;
  font-size: 14px;
  font-weight: 600;
}

.installment {
  color: #a9adb8;
  font-size: 13px;
  margin: 8px 0 0;
}

.early-bird-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(80, 250, 123, 0.15);
  color: #50fa7b;
  border: 1px solid rgba(80, 250, 123, 0.3);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.pricing-features li {
  color: #d0d4dc;
  font-size: 13px;
  padding-left: 20px;
  position: relative;
}

.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #50fa7b;
  font-weight: 700;
}

.pricing-card .st-btn {
  margin-top: auto;
  width: 100%;
}

/* Cohort Statistics Section */
.cohort-stats {
  padding: 70px 0;
  background: linear-gradient(135deg, #050505 0%, #0b1224 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.stat-card-cohort {
  background: rgba(254, 197, 68, 0.08);
  border: 1px solid rgba(254, 197, 68, 0.25);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s ease;
}

.stat-card-cohort:hover {
  border-color: rgba(254, 197, 68, 0.5);
  box-shadow: 0 15px 40px rgba(254, 197, 68, 0.15);
  transform: translateY(-4px);
}

.cohort-name {
  color: #fec544;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.enrollment-display h3 {
  color: #fdfeff;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1;
}

.enrolled-count {
  color: #fec544;
}

.total-seats {
  color: #a9adb8;
  font-size: 18px;
  font-weight: 600;
}

.enrollment-bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
}

.enrollment-fill {
  height: 100%;
  background: linear-gradient(90deg, #fec544, #ff9f43);
  border-radius: 999px;
  transition: width 0.6s ease;
}

.seats-available {
  color: #a9adb8;
  font-size: 13px;
  margin: 0;
}

.seats-left {
  color: #50fa7b;
  font-weight: 700;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-table-title {
    font-size: 24px;
  }

  .price-display h2 {
    font-size: 28px;
  }

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

  .cohort-stats {
    padding: 50px 0;
  }
}
