/* ===== RESET & BASE ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* ===== CSS VARIABLES (LIGHT default) ===== */
:root {
  --bg: #f8f9fc;
  --bg-alt: #eef0f6;
  --text: #1e293b;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --text-heading: #0f172a;
  --glass-bg: rgba(255, 255, 255, 0.7);
  --glass-border: rgba(0, 28, 117, 0.25);
  --glass-shadow: rgba(99, 102, 241, 0.08);
  --glass-hover-bg: rgba(255, 255, 255, 0.85);
  --glass-hover-border: rgba(0, 28, 117, 0.45);
  --card-h3: #0f172a;
  --hero-bg1: rgba(120, 119, 198, 0.12);
  --hero-bg2: rgba(6, 182, 212, 0.08);
  --hero-bg3: rgba(99, 102, 241, 0.06);
  --orb-1: rgba(99, 102, 241, 0.06);
  --orb-2: rgba(6, 182, 212, 0.06);
  --orb-3: rgba(168, 85, 247, 0.06);
  --tagline-color: #001c75;
  --tagline-shadow: 0 0 20px rgba(99, 102, 241, 0.2), 0 0 40px rgba(99, 102, 241, 0.1);
  --cursor-color: #001c75;
  --nav-scrolled-bg: rgba(255, 255, 255, 0.85);
  --nav-scrolled-border: rgba(0, 0, 0, 0.06);
  --nav-scrolled-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --mobile-menu-bg: rgba(255, 255, 255, 0.9);
  --mobile-btn-color: #475569;
  --hamburger-color: #475569;
  --scroll-color: #64748b;
  --pricing-featured-bg: rgba(99, 102, 241, 0.06);
  --pricing-featured-border: rgba(99, 102, 241, 0.25);
  --pricing-btn-color: #475569;
  --pricing-btn-border: rgba(0, 0, 0, 0.12);
  --pricing-btn-bg: rgba(255, 255, 255, 0.6);
  --pricing-list-border: rgba(0, 0, 0, 0.06);
  --pricing-list-color: #475569;
  --faq-question-color: #1e293b;
  --faq-chevron-color: #94a3b8;
  --quote-color: #001c75;
  --footer-border: rgba(0, 0, 0, 0.06);
  --footer-bg-gradient: linear-gradient(to top, rgba(238, 240, 246, 0.5), transparent);
  --input-color: #1e293b;
  --input-placeholder: #94a3b8;
  --scrollbar-track: #f1f5f9;
  --scrollbar-thumb: rgba(99, 102, 241, 0.3);
  --scrollbar-thumb-hover: rgba(99, 102, 241, 0.5);
  --selection-bg: rgba(99, 102, 241, 0.2);
  --selection-color: #1e293b;
  --accent-left: rgba(99, 102, 241, 0.04);
  --accent-right-bottom: rgba(168, 85, 247, 0.04);
  --accent-right-top: rgba(6, 182, 212, 0.04);
  --why-number-top: rgba(99, 102, 241, 0.25);
  --why-number-bottom: rgba(99, 102, 241, 0.05);
  --founder-text: #475569;
  --founder-badge-color: #0891b2;
  --copyright-color: #94a3b8;
  --footer-link-color: #64748b;
  --footer-divider-color: #cbd5e1;
  --particle-bg: rgba(99, 102, 241, 0.12);
}

body.dark {
  --bg: #0a0a1a;
  --bg-alt: #111127;
  --text: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #94a3b8;
  --text-heading: #f8fafc;
  --glass-bg: rgba(255, 255, 255, 0.06);
  --glass-border: rgba(0, 28, 117, 0.4);
  --glass-shadow: rgba(31, 38, 135, 0.37);
  --glass-hover-bg: rgba(255, 255, 255, 0.1);
  --glass-hover-border: rgba(0, 28, 117, 0.6);
  --card-h3: #f8fafc;
  --hero-bg1: rgba(120, 119, 198, 0.3);
  --hero-bg2: rgba(6, 182, 212, 0.15);
  --hero-bg3: rgba(99, 102, 241, 0.1);
  --orb-1: rgba(99, 102, 241, 0.1);
  --orb-2: rgba(6, 182, 212, 0.1);
  --orb-3: rgba(168, 85, 247, 0.1);
  --tagline-color: #a5b4fc;
  --tagline-shadow: 0 0 20px rgba(99, 102, 241, 0.6), 0 0 40px rgba(99, 102, 241, 0.3), 0 0 80px rgba(99, 102, 241, 0.15);
  --cursor-color: #001c75;
  --nav-scrolled-bg: rgba(255, 255, 255, 0.06);
  --nav-scrolled-border: rgba(255, 255, 255, 0.08);
  --nav-scrolled-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
  --mobile-menu-bg: rgba(255, 255, 255, 0.06);
  --mobile-btn-color: #cbd5e1;
  --hamburger-color: #cbd5e1;
  --scroll-color: #94a3b8;
  --pricing-featured-bg: rgba(99, 102, 241, 0.08);
  --pricing-featured-border: rgba(99, 102, 241, 0.4);
  --pricing-btn-color: #cbd5e1;
  --pricing-btn-border: rgba(255, 255, 255, 0.15);
  --pricing-btn-bg: rgba(255, 255, 255, 0.05);
  --pricing-list-border: rgba(255, 255, 255, 0.05);
  --pricing-list-color: #cbd5e1;
  --faq-question-color: #e2e8f0;
  --faq-chevron-color: #64748b;
  --quote-color: #a5b4fc;
  --footer-border: rgba(255, 255, 255, 0.05);
  --footer-bg-gradient: linear-gradient(to top, rgba(30, 27, 75, 0.2), transparent);
  --input-color: #e2e8f0;
  --input-placeholder: #64748b;
  --scrollbar-track: #0a0a1a;
  --scrollbar-thumb: rgba(99, 102, 241, 0.4);
  --scrollbar-thumb-hover: rgba(99, 102, 241, 0.6);
  --selection-bg: rgba(99, 102, 241, 0.4);
  --selection-color: #f8fafc;
  --accent-left: rgba(99, 102, 241, 0.05);
  --accent-right-bottom: rgba(168, 85, 247, 0.05);
  --accent-right-top: rgba(6, 182, 212, 0.05);
  --why-number-top: rgba(99, 102, 241, 0.3);
  --why-number-bottom: rgba(99, 102, 241, 0.05);
  --founder-text: #94a3b8;
  --founder-badge-color: #67e8f9;
  --copyright-color: #64748b;
  --footer-link-color: #64748b;
  --footer-divider-color: #334155;
  --particle-bg: rgba(99, 102, 241, 0.2);
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.4s ease, color 0.4s ease;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

/* ===== UTILITIES ===== */
.text-center { text-align: center; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.text-indigo { color: #001c75; }

.gradient-text {
  background: linear-gradient(to right, #001c75, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-tri {
  background: linear-gradient(to right, #001c75, #2a3f6b, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-cyan {
  background: linear-gradient(to right, #565656, #001c75);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Containers */
.container-sm { max-width: 48rem; margin: 0 auto; }
.container-md { max-width: 56rem; margin: 0 auto; }
.container-lg { max-width: 72rem; margin: 0 auto; }

/* ===== GLASSMORPHISM ===== */
.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 32px var(--glass-shadow);
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.glass-hover {
  transition: all 0.5s ease;
}

.glass-hover:hover {
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
  box-shadow:
    0 8px 32px var(--glass-shadow),
    0 0 30px rgba(99, 102, 241, 0.15);
  transform: translateY(-4px);
}

.glow-indigo { box-shadow: 0 0 30px rgba(99, 102, 241, 0.5); }
.glow-cyan { box-shadow: 0 0 30px rgba(6, 182, 212, 0.5); }

.card-padding { padding: 1.5rem; border-radius: 1rem; }

/* ===== SECTION COMMON ===== */
.section {
  position: relative;
  padding: 3.5rem 1rem;
}

.section-overflow { overflow: hidden; }

.section-title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.section-subtitle {
  color: var(--text-secondary);
  font-size: 1.125rem;
  max-width: 36rem;
  margin: -1.5rem auto 0;
  margin-bottom: 3rem;
  padding: 0 0.5rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.section-accent {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.accent-left { top: 50%; left: 0; transform: translateY(-50%); background: var(--accent-left); }
.accent-right-bottom { bottom: 0; right: 0; background: var(--accent-right-bottom); }
.accent-right-top { top: 0; right: 0; background: var(--accent-right-top); }

/* ===== NAVBAR ===== */
/* ===== LIVE MARKET TICKER ===== */
.market-ticker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  height: 32px;
  background: var(--bg);
  border-bottom: 1px solid var(--nav-scrolled-border);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
.ticker-scroll {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2.5rem;
  white-space: nowrap;
  animation: ticker-slide 30s linear infinite;
  width: max-content;
}
.ticker-scroll:hover {
  animation-play-state: paused;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  flex-shrink: 0;
}
.ticker-item .ticker-name {
  color: var(--text);
  font-weight: 600;
}
.ticker-item .ticker-price {
  color: var(--text);
}
.ticker-item .ticker-change {
  font-weight: 600;
  font-size: 0.68rem;
  padding: 1px 5px;
  border-radius: 4px;
}
.ticker-change.up {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
}
.ticker-change.down {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}
.ticker-loading {
  padding-left: 1rem;
  font-size: 0.72rem;
  color: var(--text-secondary);
  animation: pulse-text 1.5s ease-in-out infinite;
}
@keyframes pulse-text {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@keyframes ticker-slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.navbar {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  animation: slideDown 0.6s 0.1s forwards;
}

@keyframes slideDown {
  to { transform: translateY(0); }
}

.navbar.scrolled {
  background: var(--nav-scrolled-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--nav-scrolled-border);
  box-shadow: var(--nav-scrolled-shadow);
  padding: 0.75rem 0;
}

.nav-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-logo img {
  width: 5rem;
  height: 2rem;
  object-fit: contain;
}

.nav-logo span {
  font-size: 1.125rem;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
}

.nav-links button {
  color: var(--text-muted);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.nav-links button:hover { color: #001c75; }

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0.5rem;
}

.hamburger span {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--hamburger-color);
  transition: all 0.3s;
}

.hamburger.open span:nth-child(1) { transform: rotate(45deg) translateY(8px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translateY(-8px); }

/* Mobile menu */
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0.5rem 1rem 0;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--mobile-menu-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
}

.mobile-menu.open {
  display: flex;
  animation: fadeInDown 0.2s ease;
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.mobile-menu button {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: var(--mobile-btn-color);
  transition: all 0.3s;
}

.mobile-menu button:hover {
  color: #001c75;
  background: rgba(255, 255, 255, 0.05);
}

/* ===== SECTION CHART BACKGROUNDS ===== */
.section-chart-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
}
.dark .section-chart-bg {
  opacity: 0.22;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 2rem;
  overflow: hidden;
}

/* Hero two-column layout */
.hero-row {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  gap: 2rem;
}

.hero-slider-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-form-card {
  width: 100%;
  max-width: 420px;
  padding: 1.8rem 1.5rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--glass-border);
  box-shadow: 0 12px 48px rgba(0,0,0,.12);
}

body.dark .hero-form-card {
  box-shadow: 0 12px 48px rgba(0,0,0,.4);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, var(--hero-bg1), transparent 50%),
    radial-gradient(circle at 80% 20%, var(--hero-bg2), transparent 50%),
    radial-gradient(circle at 50% 50%, var(--hero-bg3), transparent 70%);
}

/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: float 8s ease-in-out infinite;
}

.orb-1 {
  top: 25%;
  left: 25%;
  width: 16rem;
  height: 16rem;
  background: var(--orb-1);
}

.orb-2 {
  bottom: 25%;
  right: 25%;
  width: 20rem;
  height: 20rem;
  background: var(--orb-2);
  animation-delay: 2s;
}

.orb-3 {
  top: 50%;
  left: 50%;
  width: 12rem;
  height: 12rem;
  background: var(--orb-3);
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) translateX(0); }
  25% { transform: translateY(-20px) translateX(10px); }
  50% { transform: translateY(-10px) translateX(-5px); }
  75% { transform: translateY(-25px) translateX(15px); }
}

.hero-logo {
  position: relative;
  z-index: 10;
  width: 10rem;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.3));
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/* Light mode: show gradient logo, hide white logo */
.hero-logo-light, .logo-light { display: block; }
.hero-logo-dark, .logo-dark { display: none; }

/* Dark mode: show white logo, hide gradient logo */
body.dark .hero-logo-light, body.dark .logo-light { display: none; }
body.dark .hero-logo-dark, body.dark .logo-dark { display: block; }

.hero-badge {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0.45rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #a22020;
  background: rgba(162, 32, 32, 0.08);
  border: 1px solid rgba(162, 32, 32, 0.2);
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
body.dark .hero-badge {
  color: #e05555;
  background: rgba(162, 32, 32, 0.12);
  border-color: rgba(162, 32, 32, 0.25);
}

.hero-title {
  position: relative;
  z-index: 10;
  font-size: clamp(1.75rem, 5vw, 3rem);
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to right, #001c75, #2a3f6b, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-tagline {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
  min-height: 4rem;
  text-align: center;
  max-width: 100%;
  padding: 0 0.5rem;
}

/* Static tagline (replaces typewriter) */
.hero-tagline-static {
  position: relative;
  z-index: 10;
  font-size: clamp(1.25rem, 3.5vw, 2.25rem);
  font-weight: 900;
  color: var(--tagline-color);
  text-shadow: var(--tagline-shadow);
  line-height: 1.4;
  margin-bottom: 2.5rem;
  text-align: center;
}

/* ===== Hero Image Slider ===== */
.hero-slider {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
}
.hero-slider-track {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.hero-slide {
  width: 100%;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-slide:first-child {
  position: relative;
}
.hero-slide.active {
  opacity: 1;
  z-index: 1;
}
.hero-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  backdrop-filter: blur(4px);
  transition: background 0.3s;
}
.hero-slider-arrow:hover {
  background: rgba(99,102,241,0.7);
}
.hero-slider-prev { left: 0.5rem; }
.hero-slider-next { right: 0.5rem; }

/* Hero Mentor Badge */
.hero-mentor-badge {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.hero-mentor-badge strong {
  font-size: 1.05rem;
  color: var(--card-h3);
}

.hero-mentor-badge > span {
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.hero-mentor-creds {
  font-size: 0.78rem !important;
  color: var(--text-muted) !important;
  opacity: 0.85;
  max-width: 28rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .hero-mentor-badge { align-items: flex-start; text-align: left; }
}

@media (max-width: 480px) {
  .hero-mentor-badge strong { font-size: 0.95rem; }
  .hero-mentor-badge > span { font-size: 0.8rem; }
  .hero-mentor-creds { font-size: 0.72rem !important; }
}

/* Hero Brands Strip Carousel */
.hero-brands-strip {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}

.hero-brands-strip::before,
.hero-brands-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem;
  z-index: 2;
  pointer-events: none;
}

.hero-brands-strip::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.hero-brands-strip::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.hero-brands-strip-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  animation: scroll-hero-brands 18s linear infinite;
}

.hero-brands-strip-track img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  flex-shrink: 0;
  transition: opacity 0.3s;
}

.hero-brands-strip-track img:hover {
  opacity: 1;
}

@keyframes scroll-hero-brands {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tagline-text {
  /* font-size: clamp(1.5rem, 5vw, 3.75rem); */
  font-size: clamp(1.0rem, 3vw, 3.75rem);
  font-weight: 900;
  color: var(--tagline-color);
  text-shadow: var(--tagline-shadow);
  word-break: break-word;
  overflow-wrap: break-word;
}

.typewriter-cursor {
  font-size: clamp(1.0rem, 3vw, 3.75rem);
  font-weight: 900;
  color: var(--cursor-color);
  animation: blink 1s step-end infinite;
  display: inline-block;
  vertical-align: baseline;
}

@keyframes blink {
  0%, 100% { visibility: visible; }
  50% { visibility: hidden; }
}

.scroll-indicator {
  position: relative;
  bottom: auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--scroll-color);
  transition: color 0.3s;
  margin-top: 2rem;
}

.scroll-indicator:hover { color: #001c75; }

.scroll-indicator span {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-indicator svg {
  animation: bounce-slow 2s ease-in-out infinite;
}

@keyframes bounce-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

/* ===== FEATURES ===== */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.feature-card {
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 1rem;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 0.75rem;
}

.feature-card p {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.feature-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: transform 0.5s;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
}

.feature-accent {
  margin-top: 1.25rem;
  height: 2px;
  width: 0;
  border-radius: 9999px;
  transition: width 0.7s ease;
}

.feature-card:hover .feature-accent {
  width: 100%;
}

/* ===== WHY RIZEX ===== */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.why-card {
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.why-card:hover {
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
  transform: translateY(-4px);
}

.why-number {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(to bottom, var(--why-number-top), var(--why-number-bottom));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.why-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 0.5rem;
}

.why-card p {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* ===== WHO IS RIZEX FOR ===== */
.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.audience-card {
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.5s ease;
}

.audience-card:hover {
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
  transform: translateY(-4px);
}

.audience-emoji {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 0.75rem;
}

.audience-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 0.5rem;
}

.audience-card p {
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.6;
}

/* ===== TEXT TESTIMONIALS ===== */
.text-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.text-testimonial-card {
  padding: 1.5rem;
  border-radius: 1rem;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}

.text-testimonial-card:hover {
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
  transform: translateY(-4px);
}

.text-testimonial-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1rem;
  text-align: center;
}

.text-testimonial-avatar {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #001c75, #2a3f6b);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
}

.text-testimonial-avatar svg {
  width: 3.8rem;
  height: 3.8rem;
}

.text-testimonial-avatar.female {
  background: linear-gradient(135deg, #6b2a5c, #a24475);
}

.text-testimonial-author {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.3;
}

.text-testimonial-stars {
  font-size: 0.95rem;
  color: #f59e0b;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .text-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .text-testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== PRICING ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
}

.pricing-card {
  padding: 2rem;
  border-radius: 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pricing-card .pricing-features {
  flex: 1;
}

.pricing-card .pricing-btn {
  margin-top: auto;
}

.pricing-featured {
  border-color: var(--pricing-featured-border) !important;
  background: var(--pricing-featured-bg) !important;
}

.pricing-elite {
  background: #273256 !important;
  border-color: rgba(0, 28, 117, 0.6) !important;
  color: #fff;
}

.pricing-elite h3,
.pricing-elite .pricing-desc,
.pricing-elite .pricing-features li,
.pricing-elite .pricing-note,
.pricing-elite .price-amount,
.pricing-elite .price-currency,
.pricing-elite .pricing-badge,
.pricing-elite .pricing-price {
  color: #fff !important;
}

.pricing-elite .price-amount {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
}

.pricing-elite .pricing-features li::before {
  color: #22d3ee;
}

.pricing-elite .pricing-btn {
  background: #fff;
  color: #001c75;
  border-color: #fff;
}

.pricing-elite .pricing-btn:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #001c75;
}

.pricing-popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #001c75, #565656);
  color: #fff;
  padding: 0.35rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0 0 0.75rem 0.75rem;
}

.pricing-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #001c75;
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 9999px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.pricing-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 1rem;
}

.pricing-price {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}

.price-currency {
  font-size: 1.5rem;
  font-weight: 600;
  color: #001c75;
}

.price-amount {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  background: linear-gradient(to right, #001c75, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-desc {
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.pricing-features {
  list-style: none;
  text-align: left;
  margin-bottom: 2rem;
}

.pricing-features li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--pricing-list-border);
  color: var(--pricing-list-color);
  font-size: 0.9375rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.6;
}

.pricing-features li::before {
  content: "✓";
  color: #22d3ee;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0.15em;
}

.pricing-features li strong {
  color: var(--card-h3, #fff);
}

.pricing-features li span {
  display: block;
  margin-top: 0.3rem;
  line-height: 1.65;
}

.pricing-note {
  font-size: 0.85rem;
  color: var(--text-secondary);
  opacity: 0.85;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.pricing-btn {
  width: 100%;
  padding: 0.875rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--pricing-btn-color);
  border: 1px solid var(--pricing-btn-border);
  background: var(--pricing-btn-bg);
  transition: all 0.3s;
}

.pricing-btn:hover {
  color: #fff;
  border-color: rgba(99, 102, 241, 0.5);
  background: rgba(99, 102, 241, 0.1);
}

.pricing-btn-primary {
  background: linear-gradient(to right, #001c75, #565656) !important;
  color: #fff !important;
  border: none !important;
}

.pricing-btn-primary:hover {
  background: linear-gradient(to right, #565656, #001c75) !important;
}

/* ===== BRANDS + ENQUIRY SECTION ===== */
/* Section Slider (same as hero) */
.section-slider {
  position: relative;
  width: 80%;
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
}

.section-slider-track {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.section-slide {
  width: 100%;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.section-slide:first-child {
  position: relative;
}

.section-slide.active {
  opacity: 1;
  z-index: 1;
}

.section-slider-prev { left: 0.5rem; }
.section-slider-next { right: 0.5rem; }

.brands-enquiry-logo {
  width: 12rem;
  object-fit: contain;
  margin: 0 auto 2rem;
}

.brands-enquiry-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

.brands-enquiry-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 1.5rem;
}

.brands-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: center;
  justify-items: center;
}

.brands-logo-grid img {
  height: 3.5rem;
  max-width: 10rem;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.brands-logo-grid img:hover {
  opacity: 1;
}

.brands-enquiry-form-card {
  padding: 1.8rem 1.5rem 1.4rem;
  border-radius: 1rem;
}

@media (min-width: 640px) {
  .brands-logo-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 768px) {
  .brands-enquiry-grid { grid-template-columns: 1fr 1fr; }
  .brands-enquiry-logo { width: 14rem; }
}

/* ===== BRANDS CAROUSEL ===== */
.brands-carousel {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.brands-carousel::before,
.brands-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  z-index: 2;
  pointer-events: none;
}

.brands-carousel::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}

.brands-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}

.brands-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  animation: scroll-brands 20s linear infinite;
}
@media (min-width: 768px) {
  .brands-track { gap: 4rem; }
}

.brands-track img {
  display: inline-block;
  height: 4.5rem;
  max-width: 14rem;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
  filter: none;
  transition: opacity 0.3s;
  flex-shrink: 0;
}

.brands-track img:hover {
  opacity: 1;
}

@keyframes scroll-brands {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}

/* ===== TRADING ICONS CAROUSEL ===== */
.trading-icons-section {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.trading-icons-carousel {
  overflow: hidden;
  position: relative;
}
.trading-icons-carousel::before,
.trading-icons-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4rem;
  z-index: 2;
  pointer-events: none;
}
.trading-icons-carousel::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}
.trading-icons-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}
.trading-icons-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: scroll-trading-icons 45s linear infinite;
}
.trading-icons-reverse .trading-icons-track {
  animation: scroll-trading-icons-reverse 45s linear infinite;
}
.trading-icons-track img {
  height: 6rem;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.trading-icons-track img:hover {
  opacity: 1;
}
@keyframes scroll-trading-icons {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scroll-trading-icons-reverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* ===== TESTIMONIALS ===== */
.testimonial-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 1rem 0;
  flex: 1;
}

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

.testimonial-card {
  flex: 0 0 auto;
  width: 220px;
  scroll-snap-align: start;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
}

.testimonial-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 0.75rem;
  overflow: hidden;
}

.testimonial-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.75rem;
}

.testimonial-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
  z-index: 2;
}

.testimonial-arrow:hover {
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
  box-shadow: 0 4px 16px var(--glass-shadow);
}

@media (min-width: 768px) {
  .testimonial-card {
    width: 260px;
  }
  .testimonial-arrow {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 1024px) {
  .testimonial-card {
    width: 280px;
  }
}

/* ===== WHERE YOU'RE STUCK ===== */
.stuck-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .stuck-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .stuck-grid { grid-template-columns: repeat(3, 1fr); }
}

.stuck-card {
  padding: 1.75rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.5s ease;
}

.stuck-card:hover {
  transform: translateY(-4px);
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
}

.stuck-icon {
  font-size: 2.25rem;
  display: block;
  margin-bottom: 0.75rem;
}

.stuck-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 0.5rem;
  font-style: italic;
}

.stuck-card > p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.stuck-solution {
  text-align: left;
  border-top: 1px solid var(--glass-border);
  padding-top: 0.85rem;
  margin-top: 0.5rem;
}

.stuck-solution strong {
  display: block;
  font-size: 0.9rem;
  color: var(--card-h3);
  margin-bottom: 0.4rem;
}

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

.stuck-solution li {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
  padding-left: 1.2rem;
  position: relative;
}

.stuck-solution li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #22d3ee;
  font-weight: 700;
}

/* ===== PROGRAM TABS ===== */
.program-tabs {
  max-width: 100%;
  margin: 0 auto;
}

.program-tab-nav {
  display: flex;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: nowrap;
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-bottom: none;
}

.program-tab-btn {
  flex: 1;
  padding: 0.75rem 0.5rem;
  border-radius: 0;
  font-size: clamp(0.72rem, 2vw, 0.95rem);
  font-weight: 600;
  color: var(--text-secondary);
  border: none;
  border-right: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.program-tab-btn:last-child {
  border-right: none;
}

.program-tab-btn:hover {
  color: #001c75;
  border-color: rgba(99, 102, 241, 0.3);
}

.program-tab-btn.active {
  background: linear-gradient(135deg, #001c75, #565656);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.35);
}

.program-tab-pane {
  display: none;
  animation: fadeTabIn 0.4s ease;
}

.program-tab-pane.active {
  display: block;
}

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

.program-tab-info {
  padding: 2.5rem 3rem 3rem;
  border-radius: 0 0 0.75rem 0.75rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-top: none;
  backdrop-filter: blur(20px);
}

.program-tab-info h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.program-tab-info > p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.program-tab-info .pricing-features {
  margin-bottom: 0.5rem;
  max-width: 56rem;
}

.program-tab-info .pricing-features li {
  font-size: 0.9rem;
}

/* Program feature table (invisible) */
.program-feature-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.program-feature-table tr {
  border-bottom: 1px solid var(--glass-border);
}

.program-feature-table tr:last-child {
  border-bottom: none;
}

.program-feature-table td {
  padding: 0.75rem 0.5rem;
  vertical-align: top;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--pricing-list-color);
}

.program-feature-table .feature-name {
  width: 38%;
  font-weight: 600;
  color: var(--card-h3, #fff);
  padding-right: 1.5rem;
}

.program-feature-table .feature-desc {
  width: 62%;
}

.program-feature-table .feature-sub {
  display: block;
  margin-top: 0.35rem;
  opacity: 0.8;
  font-size: 0.88em;
  line-height: 1.65;
}

@media (max-width: 640px) {
  .program-feature-table .feature-name,
  .program-feature-table .feature-desc {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .program-feature-table .feature-name {
    padding-bottom: 0.15rem;
  }
  .program-feature-table .feature-desc {
    padding-top: 0;
  }
  .program-feature-table td {
    padding: 0.5rem 0;
  }
  .program-feature-table tr {
    display: block;
    padding: 0.5rem 0;
  }
}

.program-tab-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-top: 1.25rem;
}

.program-tab-duration {
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 500;
}

@media (max-width: 640px) {
  .program-tab-nav {
    flex-wrap: wrap;
    border-radius: 0.75rem 0.75rem 0 0;
  }
  .program-tab-btn {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid var(--glass-border);
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
  }
  .program-tab-btn:last-child {
    border-bottom: none;
  }
  .program-tab-info {
    padding: 1.25rem 1rem 2rem;
  }
}

/* ===== MENTOR SECTION ===== */
.mentor-section {
  position: relative;
}

.mentor-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .mentor-grid {
    grid-template-columns: auto 1fr;
    gap: 3rem;
  }
}

.mentor-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mentor-frame {
  border-radius: 1.25rem;
  padding: 0.5rem;
  display: inline-block;
}

.mentor-frame img {
  max-width: 18rem;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  display: block;
}

.mentor-label {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.3);
  background: rgba(34, 211, 238, 0.08);
}

.mentor-bio {
  text-align: left;
}

.mentor-name {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.mentor-tagline {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.mentor-lead {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 0.75rem;
}

.mentor-bio > p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

/* Info cards */
.mentor-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .mentor-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mentor-info-card {
  padding: 1.5rem;
  border-radius: 1rem;
  transition: all 0.4s ease;
}

.mentor-info-card:hover {
  transform: translateY(-3px);
  background: var(--glass-hover-bg);
  border-color: var(--glass-hover-border);
}

.mentor-info-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--glass-border);
}

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

.mentor-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.mentor-info-list li strong {
  color: var(--card-h3);
  display: block;
}

.mi-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.mi-logo {
  height: 1.4rem;
  width: auto;
  object-fit: contain;
  border-radius: 3px;
}

.mi-logos-strip {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--glass-border);
  flex-wrap: wrap;
}

.mi-logos-strip img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  opacity: 0.75;
  transition: opacity 0.3s;
}

.mi-logos-strip img:hover {
  opacity: 1;
}

/* Quote block */
.mentor-quote {
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  border-left: 4px solid #001c75;
  text-align: center;
  margin-bottom: 2rem;
}

.mentor-quote blockquote {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--quote-color, var(--text-secondary));
  margin: 0;
}

.mentor-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  font-style: normal;
  color: var(--card-h3);
}

.mentor-positioning {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 0.5rem 0;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .mentor-image-wrap {
    text-align: center;
  }
  .mentor-bio {
    text-align: center;
  }
  .mentor-info-list li {
    text-align: left;
  }
}

/* ===== MULTI-MARKET MENTORSHIP ===== */
.mm-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .mm-cards-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .mm-cards-grid { grid-template-columns: repeat(4, 1fr); }
}

.mm-card {
  padding: 1.75rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.4s ease;
}

.mm-card:hover {
  transform: translateY(-4px);
}

.mm-icon {
  font-size: 2.25rem;
  margin-bottom: 0.75rem;
}

.mm-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--card-h3);
  margin-bottom: 0.5rem;
}

.mm-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
}

.mm-positioning {
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-secondary);
  padding: 0.5rem 0;
  letter-spacing: 0.01em;
}

/* ===== FOUNDER ===== */
.founder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.founder-image-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.founder-frame {
  border-radius: 1.5rem;
  padding: 0.75rem;
  position: relative;
}

.founder-frame img {
  max-width: 24rem;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.founder-badge {
  position: absolute;
  bottom: -1rem;
  right: 0;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--founder-badge-color);
}

.founder-credentials {
  list-style: none;
  margin-top: 1.5rem;
  padding: 0;
  text-align: left;
}

.founder-credentials li {
  padding: 0.4rem 0;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.founder-credentials li::before {
  content: "✓";
  color: #22d3ee;
  font-weight: 700;
  flex-shrink: 0;
}

/* Founder mini brand carousel */
.founder-brands-carousel {
  overflow: hidden;
  margin-top: 1.5rem;
  position: relative;
  border-radius: 0.75rem;
  width: 100%;
  max-width: 24rem;
}
.founder-brands-carousel::before,
.founder-brands-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  z-index: 2;
  pointer-events: none;
}
.founder-brands-carousel::before {
  left: 0;
  background: linear-gradient(to right, var(--bg), transparent);
}
.founder-brands-carousel::after {
  right: 0;
  background: linear-gradient(to left, var(--bg), transparent);
}
.founder-brands-track {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: max-content;
  animation: scroll-founder-brands 15s linear infinite;
}
.founder-brands-track img {
  height: 2rem;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  flex-shrink: 0;
  transition: opacity 0.3s;
}
.founder-brands-track img:hover {
  opacity: 1;
}
@keyframes scroll-founder-brands {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.founder-name {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.founder-role {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.founder-content p {
  color: var(--founder-text);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  word-break: break-word;
  overflow-wrap: break-word;
}

.founder-quote {
  padding: 1.25rem 1.25rem;
  border-radius: 1rem;
  border-left: 3px solid #001c75;
  font-style: italic;
  color: var(--quote-color);
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 1.5rem 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ===== FAQ ===== */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--faq-question-color);
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
  gap: 1rem;
}

.faq-question:hover { color: #001c75; }

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--faq-chevron-color);
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: #001c75;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 20rem;
}

.faq-answer p {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-secondary);
  font-size: 0.9375rem;
  line-height: 1.8;
}

/* ===== FOOTER LINKS ===== */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 2rem;
  padding: 0 0.5rem;
}

.footer-links a {
  color: var(--footer-link-color);
  font-size: 0.8125rem;
  transition: color 0.3s;
}

.footer-links a:hover { color: #001c75; }

.footer-divider {
  color: var(--footer-divider-color);
  font-size: 0.75rem;
}
@media (max-width: 480px) {
  .footer-divider { display: none; }
  .footer-links { gap: 0.4rem 0.75rem; }
}

/* ===== HERO STATS ===== */
.hero-stats {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  padding: 0 0.5rem;
}

.hero-stats-compact {
  gap: 0.5rem;
  margin-bottom: 0;
}

.hero-stats-compact .stat-item {
  padding: 0.6rem 0.75rem;
  border-radius: 0.75rem;
}

.hero-stats-compact .stat-number {
  font-size: 1.25rem;
}

.hero-stats-compact .stat-label {
  font-size: 0.7rem;
}

.stat-item {
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  text-align: center;
  min-width: 0;
  flex: 1 1 auto;
}

.stat-number {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(to right, #001c75, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.25rem;
}

.stat-label {
  display: block;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
}

.hero-sub {
  position: relative;
  z-index: 10;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  text-align: center;
  /* max-width: 36rem; */
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease 0.7s forwards;
}

.nav-cta {
  padding: 0.5rem 1rem !important;
  border-radius: 0.5rem;
  background: linear-gradient(to right, #001c75, #565656) !important;
  color: #fff !important;
  font-weight: 600 !important;
  transition: all 0.3s;
}

.nav-cta:hover {
  background: linear-gradient(to right, #565656, #001c75) !important;
}

/* ===== CTA ===== */
.cta-title {
  font-size: clamp(1.75rem, 5vw, 3.75rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-subtitle {
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.cta-note {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #001c75;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.2);
  padding: 0.4rem 1.25rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
body.dark .cta-note {
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.12);
  border-color: rgba(99, 102, 241, 0.25);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 2.5rem;
  border-radius: 1rem;
  background: linear-gradient(to right, #001c75, #565656);
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background: linear-gradient(to right, #565656, #001c75);
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.4), 0 0 40px rgba(99, 102, 241, 0.2);
  }
  50% {
    box-shadow: 0 0 30px rgba(99, 102, 241, 0.6), 0 0 60px rgba(99, 102, 241, 0.3);
  }
}

.pulse-glow {
  animation: pulse-glow 2s ease-in-out infinite;
}

/* Particles */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: var(--particle-bg);
  filter: blur(1px);
  animation: float var(--dur) ease-in-out infinite;
  animation-delay: var(--delay);
}

/* ===== FOOTER ===== */
.footer {
  position: relative;
  padding: 5rem 1rem;
  border-top: 1px solid var(--footer-border);
}

.footer-bg {
  position: absolute;
  inset: 0;
  background: var(--footer-bg-gradient);
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 10;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 32rem;
  margin: 0 auto 4rem;
}

.input-wrap {
  position: relative;
  flex: 1;
}

.input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  pointer-events: none;
}

.input-wrap input {
  width: 100%;
  border-radius: 0.75rem;
  padding: 1rem 1rem 1rem 3rem;
  color: var(--input-color);
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s;
}

.input-wrap input::placeholder { color: var(--input-placeholder); }

.input-wrap input:focus {
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.2);
}

.join-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(to right, #001c75, #565656);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.join-button:hover {
  background: linear-gradient(to right, #565656, #001c75);
}

.socials {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.social-link {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all 0.3s;
}

.social-link:hover {
  color: #001c75;
  border-color: rgba(99, 102, 241, 0.3);
}

.footer-bottom { text-align: center; }

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-logo img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.footer-logo span { font-size: 1.125rem; }

.copyright {
  color: var(--copyright-color);
  font-size: 0.875rem;
}

.disclaimer-text {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--glass-border);
}

/* ===== ANIMATIONS ===== */
/* Hero entrance animations */
.anim-scale-in {
  opacity: 0;
  transform: scale(0);
  animation: scaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
}

@keyframes scaleIn {
  to { opacity: 1; transform: scale(1); }
}

.anim-fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease 0.5s forwards;
}

.anim-fade-delay {
  opacity: 0;
  animation: fadeIn 0.5s ease 1.2s forwards;
}

.anim-fade-late {
  opacity: 0;
  animation: fadeIn 0.5s ease 2s forwards;
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== THEME TOGGLE ===== */
.theme-toggle {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 16px var(--glass-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--text);
}

.theme-toggle:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.3);
}

.theme-toggle .icon-sun,
.theme-toggle .icon-moon {
  width: 20px;
  height: 20px;
  transition: opacity 0.3s, transform 0.3s;
  position: absolute;
}

.theme-toggle .icon-sun {
  opacity: 0;
  transform: rotate(-90deg) scale(0);
}

.theme-toggle .icon-moon {
  opacity: 1;
  transform: rotate(0) scale(1);
}

body.dark .theme-toggle .icon-sun {
  opacity: 1;
  transform: rotate(0) scale(1);
}

body.dark .theme-toggle .icon-moon {
  opacity: 0;
  transform: rotate(90deg) scale(0);
}

/* Light mode gradient adjustments */
body:not(.dark) .gradient-text {
  background: linear-gradient(to right, #001c75, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.dark) .gradient-text-tri {
  background: linear-gradient(to right, #001c75, #2a3f6b, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.dark) .gradient-text-cyan {
  background: linear-gradient(to right, #565656, #001c75);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.dark) .hero-title {
  background: linear-gradient(to right, #001c75, #2a3f6b, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.dark) .stat-number {
  background: linear-gradient(to right, #001c75, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.dark) .price-amount {
  background: linear-gradient(to right, #001c75, #565656);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body:not(.dark) .mobile-menu button:hover {
  background: rgba(99, 102, 241, 0.06);
}

/* ===== STILL UNSURE ===== */
.still-unsure {
  max-width: 100%;
  margin: 0 auto 2.5rem;
  padding: 2rem 2.25rem;
  border-radius: 1rem;
  text-align: center;
}

.still-unsure-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--card-h3);
  margin-bottom: 1rem;
  line-height: 1.4;
}

.still-unsure-title span {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-secondary);
}

.still-unsure > p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.still-unsure-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.still-unsure-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
}

.still-unsure-hint {
  display: block;
  font-size: 0.72rem;
  font-weight: 400;
  opacity: 0.8;
  letter-spacing: 0.02em;
}

.still-unsure-or {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin: 0;
}

.still-unsure-wa-btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: #25d366;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.still-unsure-wa-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

@media (max-width: 480px) {
  .still-unsure { padding: 1.5rem 1rem; }
  .still-unsure-title { font-size: 1.15rem; }
  .still-unsure-title span { font-size: 0.95rem; }
  .still-unsure > p { font-size: 0.88rem; }
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--scrollbar-thumb-hover); }

::selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}

/* ===== RESPONSIVE ===== */

/* --- Small phones (≤480px) --- */
@media (max-width: 480px) {
  .hero {
    padding: 6.5rem 0.75rem 1.5rem;
    min-height: auto;
    justify-content: flex-start;
  }
  .hero-row { gap: 1rem; align-items: center; }
  .hero-content { width: 100%; overflow: hidden; align-items: center; }
  .hero-slider-col { max-width: 100%; width: 100%; }
  .hero-slider { max-width: 18rem; margin: 0 auto; }
  .hero-title { font-size: 1.35rem; margin-bottom: 0.75rem; }
  .hero-sub { font-size: 0.9rem; margin-bottom: 0.75rem; }
  .hero-badge { font-size: 0.72rem; padding: 0.3rem 0.85rem; margin-bottom: 0.75rem; }
  .hero-tagline-static { font-size: 1.15rem; margin-bottom: 1.5rem; }
  .hero-slider { max-width: 100%; border-radius: 0.75rem; }
  .hero-slider-arrow { width: 28px; height: 28px; }
  .hero-brands-strip-track img { height: 1.5rem; }
  .hero-mentor-badge { margin-bottom: 1rem; }
  .hero-mentor-badge strong { font-size: 0.9rem; }
  .hero-mentor-badge > span { font-size: 0.78rem; }
  .hero-mentor-creds { font-size: 0.68rem !important; max-width: 100%; }

  .hero-stats { gap: 0.4rem; padding: 0; flex-wrap: wrap; }
  .hero-stats .stat-item { padding: 0.45rem 0.5rem; min-width: 0; flex: 1 1 28%; }
  .hero-stats .stat-number { font-size: 1rem; }
  .hero-stats .stat-label { font-size: 0.6rem; }
  .hero-stats-compact { gap: 0.35rem; }
  .hero-stats-compact .stat-item { padding: 0.35rem 0.4rem; }
  .hero-stats-compact .stat-number { font-size: 0.9rem; }
  .hero-stats-compact .stat-label { font-size: 0.55rem; }

  .cta-button { font-size: 0.85rem; padding: 0.7rem 1.25rem; }

  .section { padding: 2rem 0.75rem; }
  .section-title { font-size: 1.35rem; margin-bottom: 1.5rem; }
  .section-subtitle { font-size: 0.95rem; margin-bottom: 1.5rem; }

  .feature-card { padding: 1.25rem; }
  .feature-card h3 { font-size: 1.05rem; }
  .feature-card p { font-size: 0.875rem; }
  .feature-icon { width: 2.75rem; height: 2.75rem; margin-bottom: 1rem; }

  .why-card { padding: 1.25rem; }
  .why-number { font-size: 2rem; }
  .why-card h3 { font-size: 1.05rem; }

  .pricing-card { padding: 1.5rem 1rem; }
  .pricing-card h3 { font-size: 1.1rem; }
  .pricing-features li { font-size: 0.875rem; padding: 0.5rem 0; }
  .price-amount { font-size: 1.5rem; }

  .founder-frame img { max-width: 16rem; }
  .founder-name { font-size: 1.5rem; }
  .founder-content p { font-size: 0.95rem; }
  .founder-quote { padding: 1rem; font-size: 0.95rem; }

  .mentor-frame img { max-width: 14rem; }
  .mentor-name { font-size: 1.4rem; }
  .mentor-bio > p { font-size: 0.88rem; }
  .mentor-lead { font-size: 0.95rem; }
  .mentor-info-card { padding: 1.25rem; }
  .mentor-info-card h4 { font-size: 0.9rem; }
  .mentor-info-list li { font-size: 0.82rem; }
  .mentor-quote { padding: 1.25rem; }
  .mentor-quote blockquote { font-size: 0.95rem; }
  .mentor-positioning { font-size: 0.9rem; }

  .mm-card { padding: 1.25rem; }
  .mm-card h3 { font-size: 0.95rem; }
  .mm-card p { font-size: 0.85rem; }
  .mm-icon { font-size: 1.75rem; }
  .mm-positioning { font-size: 0.9rem; }

  .stuck-card { padding: 1.25rem; }
  .stuck-card h3 { font-size: 0.95rem; }
  .stuck-card > p { font-size: 0.85rem; }
  .stuck-solution strong { font-size: 0.85rem; }
  .stuck-solution li { font-size: 0.8rem; }

  .text-testimonial-card { padding: 1.25rem; }
  .brands-enquiry-form-card { padding: 1.25rem 1rem; }
  .brands-logo-grid img { height: 2.5rem; }

  .cta-button { font-size: 0.9rem; padding: 0.75rem 1.5rem; }

  .mi-logos-strip { gap: 0.75rem; }
  .mi-logos-strip img { height: 1.2rem; }
}

/* --- Phones & small tablets (≤767px) --- */
@media (max-width: 767px) {
  .hero { min-height: auto; padding-top: 6.5rem; justify-content: flex-start; }
  .hero-row { flex-direction: column; gap: 1.5rem; align-items: center; }
  .hero-content { align-items: center; text-align: center; width: 100%; }
  .hero-slider-col { width: 100%; max-width: 100%; margin: 0 auto; align-items: center; }
  .hero-slider { max-width: 20rem; margin: 0 auto; width: 100%; }
  .hero-brands-strip { width: 100%; }

  .section { padding: 2.5rem 0.75rem; }
  .section-slider { margin: 0 auto; }

  .founder-grid { text-align: center; overflow-x: hidden; }
  .founder-image-wrap { margin: 0 auto; min-width: 0; max-width: 100%; }
  .founder-content { text-align: center; min-width: 0; max-width: 100%; }
  .founder-credentials { text-align: left; display: inline-block; }

  .pricing-grid { gap: 1.5rem; }

  .mentor-cards-grid { gap: 1rem; }
}

@media (min-width: 640px) {
  .waitlist-form {
    flex-direction: row;
  }

  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .section { padding: 3rem 1rem; }

  .nav-links { display: flex; }
  .hamburger { display: none; }

  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .founder-grid { grid-template-columns: repeat(2, 1fr); gap: 4rem; }

  .hero-logo { width: 9rem; height: 9rem; }

  .scroll-indicator {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .features-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .audience-grid { grid-template-columns: repeat(4, 1fr); }
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }

  .hero-logo { width: 23rem; height: auto; }

  .hero-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-top: 3rem;
  }
  .hero-content {
    flex: 0 1 55%;
    min-width: 0;
    align-items: flex-start;
  }
  .hero-content .hero-title,
  .hero-content .hero-sub,
  .hero-content .hero-tagline-static {
    text-align: left;
  }
  .hero-content .hero-stats {
    justify-content: flex-start;
  }
  .hero-slider {
    flex: 0 1 45%;
    min-width: 260px;
    max-width: 520px;
  }
  .hero-slider-col {
    flex: 0 1 45%;
    min-width: 260px;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-slider-col .hero-slider {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .feature-card { padding: 2rem 2rem 1.5rem; }
  .founder-frame { padding: 1rem; }
}

/* ===== Book-a-Call Floating Button ===== */
.book-call-fab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  padding: .85rem .5rem;
  border: none;
  border-radius: 2rem 0 0 2rem;
  background: linear-gradient(135deg, #001c75, #565656);
  color: #fff;
  font-weight: 700;
  font-size: .75rem;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(99,102,241,.4), 0 2px 8px rgba(0,0,0,.15);
  transition: transform .25s, box-shadow .25s;
  writing-mode: horizontal-tb;
  line-height: 1;
}
.book-call-fab span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .15em;
  white-space: nowrap;
}
.book-call-fab:hover {
  transform: translateY(-50%) translateX(-4px);
  box-shadow: 0 6px 28px rgba(99,102,241,.5), 0 4px 12px rgba(0,0,0,.2);
}

/* ===== Enquiry Popup ===== */
.enquiry-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.enquiry-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.enquiry-popup {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(.92);
  z-index: 10000;
  width: min(92vw, 420px);
  padding: 2rem 1.8rem 1.6rem;
  border-radius: 1rem;
  background: var(--bg);
  border: 1px solid var(--glass-border);
  box-shadow: 0 12px 48px rgba(0,0,0,.18), 0 0 0 1px var(--glass-border);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}
body.dark .enquiry-popup {
  background: var(--bg-alt);
  box-shadow: 0 12px 48px rgba(0,0,0,.55);
}
.enquiry-popup.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.enquiry-close {
  position: absolute;
  top: .75rem; right: .75rem;
  background: none; border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: .25rem;
  line-height: 0;
  transition: color .2s;
}
.enquiry-close:hover { color: var(--text); }

.enquiry-title {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 .35rem;
}
.enquiry-subtitle {
  font-size: .85rem;
  color: var(--text-secondary);
  margin: 0 0 1.25rem;
}

.enquiry-field {
  margin-bottom: .9rem;
}
.enquiry-field label {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: .3rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.enquiry-field input {
  width: 100%;
  padding: .6rem .8rem;
  border: 1px solid var(--glass-border);
  border-radius: .5rem;
  background: var(--bg-alt);
  color: var(--text);
  font-size: .95rem;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
body.dark .enquiry-field input {
  background: var(--bg);
}
.enquiry-field input:focus {
  outline: none;
  border-color: #001c75;
  box-shadow: 0 0 0 3px rgba(99,102,241,.18);
}

.enquiry-submit {
  width: 100%;
  margin-top: .5rem;
  padding: .7rem;
  border: none;
  border-radius: .5rem;
  background: linear-gradient(135deg, #001c75, #565656);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  transition: opacity .2s;
}
.enquiry-submit:disabled { opacity: .65; cursor: not-allowed; }

.enquiry-spinner {
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: eqSpin .6s linear infinite;
}
@keyframes eqSpin { to { transform: rotate(360deg); } }

.enquiry-msg {
  text-align: center;
  font-size: .85rem;
  margin: .6rem 0 0;
  min-height: 1.2em;
}
.enquiry-msg.success { color: #22c55e; }
.enquiry-msg.error   { color: #ef4444; }

/* Country code selector + mobile row */
.mobile-input-row {
  display: flex;
  gap: .4rem;
}
.country-code-select {
  flex: 0 0 auto;
  width: 5.5rem;
  padding: .6rem .4rem;
  border: 1px solid var(--glass-border);
  border-radius: .5rem;
  background: var(--bg-alt);
  color: var(--text);
  font-size: .85rem;
  cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  padding-right: 1.4rem;
}
body.dark .country-code-select { background-color: var(--bg); }
.country-code-select:focus {
  outline: none;
  border-color: #001c75;
  box-shadow: 0 0 0 3px rgba(99,102,241,.18);
}
.mobile-input-row input[type="tel"] {
  flex: 1;
  min-width: 0;
}

/* Field validation errors */
.field-error {
  display: block;
  font-size: .75rem;
  color: #ef4444;
  margin-top: .25rem;
}

@media (max-width: 480px) {
  .book-call-fab span { display: none; }
  .book-call-fab { padding: .7rem; border-radius: 50% 0 0 50%; }
  .enquiry-popup { padding: 1.5rem 1.2rem 1.2rem; }
  .theme-toggle { bottom: 1.25rem; right: 1.25rem; width: 2.5rem; height: 2.5rem; }
}
