/* ============================================================
   FINANZAS FÁCILES — Landing Page Reclutamiento
   Estilo: Apple-like · Elegante · Tecnológico · Limpio
   ============================================================ */

/* --- ACCESSIBILITY --- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 9999;
  padding: 12px 24px;
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius-md);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 16px;
}

/* Focus styles for keyboard navigation */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* --- RESET & BASE --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a2e;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

/* --- VARIABLES --- */
:root {
  --navy: #0C2F56;
  --blue: #516FF3;
  --blue-light: rgba(81, 111, 243, 0.08);
  --blue-glow: rgba(81, 111, 243, 0.35);
  --white: #FFFFFF;
  --snow: #F7FAF8;
  --ghost: #FAFBFC;
  --gray-100: #F0F2F5;
  --gray-200: #E8ECF0;
  --gray-300: #D5DAE0;
  --gray-400: #B0B8C4;
  --gray-500: #737E8C;
  --gray-600: #566575;
  --gray-700: #3a4a5c;
  --cyan: #5CE1E6;
  --gold: #FFBD59;
  --lavender: #D6C9FE;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 100px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.08);
  --shadow-blue: 0 4px 24px rgba(81, 111, 243, 0.3);
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max-width: 1120px;
}

/* --- UTILITY --- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- SCROLL ANIMATIONS --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* --- SECTION SPACING (Apple-style generous whitespace) --- */
.section {
  padding: 120px 0;
}
.section--ghost {
  background: var(--ghost);
}
.section-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--blue);
  margin-bottom: 16px;
}
.section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 1.15rem;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 620px;
}
.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-header .section-subtitle {
  margin: 0 auto;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.4s ease;
  background: rgba(255,255,255,0);
  backdrop-filter: blur(0px);
}
.nav.scrolled {
  padding: 12px 0;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-logo img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.nav-logo .logo-dark { display: none; }
.nav-logo .logo-light { display: block; }
.nav.scrolled .nav-logo .logo-dark { display: block; }
.nav.scrolled .nav-logo .logo-light { display: none; }
.nav-logo-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 1.5px;
  color: #ffffff;
  transition: color 0.4s ease;
}
.nav.scrolled .nav-logo-text {
  color: var(--navy);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-link {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
}
.nav-link:hover {
  color: #ffffff;
}
.nav.scrolled .nav-link {
  color: var(--gray-500);
}
.nav.scrolled .nav-link:hover {
  color: var(--navy);
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--blue);
  color: white;
  border-radius: var(--radius-pill);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  transition: all var(--transition);
  box-shadow: var(--shadow-blue);
}
.nav-cta:hover {
  background: #3d5bd9;
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(81, 111, 243, 0.45);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, #0a2240 40%, #112d52 100%);
}
/* Ambient glow effects */
.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(81,111,243,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  left: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(92,225,230,0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero > .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image-wrapper {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
}
.hero-image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: 60% center;
  display: block;
}
/* Placeholder when no real photo yet */
.hero-image-placeholder {
  width: 100%;
  height: 480px;
  background: linear-gradient(145deg, rgba(81,111,243,0.2) 0%, rgba(92,225,230,0.15) 100%);
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 2px dashed rgba(255,255,255,0.15);
}
.hero-image-placeholder svg {
  width: 48px;
  height: 48px;
  stroke: rgba(255,255,255,0.3);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-image-placeholder span {
  color: rgba(255,255,255,0.3);
  font-size: 0.85rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
/* Floating stat cards on hero image */
.hero-float {
  position: absolute;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-md);
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  z-index: 2;
  animation: floatCard 4s ease-in-out infinite;
}
.hero-float--1 {
  top: -16px;
  left: -28px;
  animation-delay: 0s;
}
.hero-float--2 {
  bottom: -16px;
  right: -28px;
  animation-delay: 1.5s;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.hero-float-number {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--navy);
  line-height: 1;
}
.hero-float-label {
  font-size: 0.72rem;
  color: var(--gray-500);
  margin-top: 4px;
}
.hero-float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  margin-bottom: 6px;
}
.hero-float-icon.green { background: rgba(92,225,230,0.15); }
.hero-float-icon.gold { background: rgba(255,189,89,0.15); }
.hero-float-icon.green svg, .hero-float-icon.gold svg {
  width: 16px; height: 16px; stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round;
}
.hero-float-icon.green svg { stroke: var(--cyan); }
.hero-float-icon.gold svg { stroke: var(--gold); }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(81,111,243,0.15);
  border: 1px solid rgba(81,111,243,0.25);
  border-radius: var(--radius-pill);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.5px;
  margin-bottom: 28px;
}
.hero-badge--mobile {
  display: none;
  justify-self: center;
  font-size: 0.7rem;
  padding: 6px 16px;
  margin-bottom: 16px;
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  animation: pulse 2s infinite;
  box-shadow: 0 0 8px var(--cyan);
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.hero h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
.hero h1 .accent {
  background: linear-gradient(135deg, var(--cyan) 0%, #9BE8EB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 36px;
}
.hero-sub strong {
  color: #ffffff;
  font-weight: 600;
}
.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 36px;
  background: linear-gradient(135deg, var(--blue) 0%, #6B83F5 100%);
  color: white;
  border-radius: var(--radius-pill);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3px;
  transition: all var(--transition);
  box-shadow: 0 4px 24px rgba(81, 111, 243, 0.4);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(81, 111, 243, 0.55);
}
.btn-primary .arrow {
  transition: transform 0.3s ease;
}
.btn-primary:hover .arrow {
  transform: translateX(4px);
}
.hero-note {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.55);
}
.hero-note span {
  color: var(--cyan);
  font-weight: 600;
}

/* Countdown */
.countdown-bar {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 16px 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
}
.countdown-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255,255,255,0.45);
}
.countdown-digits {
  display: flex;
  gap: 16px;
}
.countdown-item {
  text-align: center;
}
.countdown-item .number {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 1;
}
.countdown-item .unit {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}
.countdown-sep {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  color: rgba(255,255,255,0.2);
  margin-top: -8px;
}

/* --- LOGO BAR (Trust Strip) --- */
.logo-bar {
  padding: 20px 0;
  background: var(--white);
  border-bottom: 1px solid var(--gray-100);
}
.logo-bar-label {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gray-400);
  margin-bottom: 12px;
}
.logo-bar-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.logo-bar-logos img {
  height: 36px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.logo-bar-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.logo-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.logo-bar-item span {
  font-size: 0.65rem;
  color: var(--gray-400);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ============================================================
   PAIN POINTS
   ============================================================ */
.pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 680px;
  margin: 0 auto;
}
.pain-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--gray-200);
}
.pain-item:last-child { border-bottom: none; }
.pain-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--blue-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pain-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pain-text {
  font-size: 1.1rem;
  color: var(--gray-700);
  line-height: 1.6;
  padding-top: 8px;
}
.pain-text strong {
  color: var(--navy);
  font-weight: 600;
}
.pain-closer {
  text-align: center;
  margin-top: 48px;
  padding: 32px;
  background: var(--blue-light);
  border-radius: var(--radius-lg);
}
.pain-closer p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--navy);
}
.pain-closer span {
  color: var(--blue);
}

/* ============================================================
   OPPORTUNITY (Stats + Description)
   ============================================================ */
.opp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.opp-text .opp-desc {
  font-size: 1.05rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}
.opp-text .opp-highlight {
  padding: 24px;
  background: var(--blue-light);
  border-radius: var(--radius-md);
  font-size: 1rem;
  color: var(--navy);
  line-height: 1.7;
  font-weight: 500;
}
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.stat-card {
  padding: 20px 16px;
  background: var(--white);
  border: none;
  border-radius: var(--radius-xl);
  text-align: center;
  transition: all var(--transition);
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}
.stat-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
}
.stat-card:nth-child(1)::after { background: var(--blue); }
.stat-card:nth-child(2)::after { background: var(--cyan); }
.stat-card:nth-child(3)::after { background: var(--gold); }
.stat-card:hover {
  box-shadow: 0 8px 30px rgba(81,111,243,0.12);
  transform: translateY(-4px);
}
.stat-card:first-child {
  grid-column: 1 / -1;
}
.stat-number {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-card:first-child .stat-number {
  font-size: 2.4rem;
}
.stat-card:nth-child(2) .stat-number { color: #0BA8AD; }
.stat-card:nth-child(3) .stat-number { color: #D4900A; }
.stat-label {
  font-size: 0.82rem;
  color: var(--gray-600);
  line-height: 1.4;
}

/* ============================================================
   CAREER LADDER (Ruta de Crecimiento)
   ============================================================ */
.career-section {
  background: linear-gradient(135deg, #0C2F56 0%, #112d52 50%, #0a2240 100%);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.career-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(81,111,243,0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.career-section .section-label {
  color: var(--cyan);
}
.career-section .section-title {
  color: #ffffff;
}
.career-section .section-subtitle {
  color: rgba(255,255,255,0.6);
}
.career-ladder {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
  padding: 0 20px;
}
.career-step {
  flex: 1;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.career-bar {
  width: 100%;
  border-radius: 16px 16px 8px 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 24px 16px 20px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
}
.career-step:nth-child(1) .career-bar {
  height: 180px;
  background: linear-gradient(180deg, rgba(81,111,243,0.3) 0%, rgba(81,111,243,0.15) 100%);
  border: 1px solid rgba(81,111,243,0.25);
}
.career-step:nth-child(2) .career-bar {
  height: 280px;
  background: linear-gradient(180deg, rgba(92,225,230,0.3) 0%, rgba(92,225,230,0.15) 100%);
  border: 1px solid rgba(92,225,230,0.25);
}
.career-step:nth-child(3) .career-bar {
  height: 370px;
  background: linear-gradient(180deg, rgba(255,189,89,0.35) 0%, rgba(255,189,89,0.15) 100%);
  border: 1px solid rgba(255,189,89,0.3);
}
.career-bar:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.career-income {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 4px;
  white-space: nowrap;
}
.career-income-period {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.career-role {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #ffffff;
  margin-top: 16px;
  white-space: nowrap;
}
.career-timeline {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}
.career-step:nth-child(1) .career-income { color: #8BA4F7; }
.career-step:nth-child(2) .career-income { color: #5CE1E6; }
.career-step:nth-child(3) .career-income { color: #FFBD59; }

.career-note {
  text-align: center;
  margin-top: 48px;
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  font-style: italic;
}
.career-note strong {
  color: var(--cyan);
  font-style: normal;
}

/* ============================================================
   BENEFITS (Alige-style colored cards)
   ============================================================ */
.benefits-section {
  background: var(--snow);
  position: relative;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.benefit-card {
  padding: 18px 14px;
  background: var(--white);
  border-radius: var(--radius-xl);
  transition: all var(--transition);
  border: none;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
}
.benefit-card:nth-child(1)::before { background: var(--blue); }
.benefit-card:nth-child(2)::before { background: var(--cyan); }
.benefit-card:nth-child(3)::before { background: #7C5CDB; }
.benefit-card:nth-child(4)::before { background: var(--gold); }
.benefit-card:nth-child(5)::before { background: var(--blue); }
.benefit-card:nth-child(6)::before { background: var(--cyan); }
.benefit-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transform: translateY(-6px);
}
.benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.1rem;
}
.benefit-icon.i1 { background: rgba(81,111,243,0.08); }
.benefit-icon.i2 { background: rgba(92,225,230,0.12); }
.benefit-icon.i3 { background: rgba(214,201,254,0.25); }
.benefit-icon.i4 { background: rgba(255,189,89,0.12); }
.benefit-icon.i5 { background: rgba(81,111,243,0.08); }
.benefit-icon.i6 { background: rgba(92,225,230,0.12); }
.benefit-card h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.benefit-card p {
  font-size: 0.78rem;
  color: var(--gray-600);
  line-height: 1.45;
}

/* ============================================================
   PROFILE (Who is it for / who is it NOT for)
   ============================================================ */
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.profile-box {
  padding: 48px 40px;
  border-radius: var(--radius-xl);
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.profile-box.yes {
  background: var(--white);
  border: 2px solid rgba(81,111,243,0.15);
  border-top: 4px solid var(--blue);
}
.profile-box.no {
  background: var(--ghost);
  border: 2px solid rgba(0,0,0,0.04);
  border-top: 4px solid var(--gray-300);
}
.profile-box h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 28px;
}
.profile-box.yes h3 .tag {
  color: var(--blue);
}
.profile-box.no h3 .tag {
  color: var(--gray-500);
}
.profile-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.profile-item:last-child { margin-bottom: 0; }
.profile-check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.profile-box.yes .profile-check {
  background: rgba(81,111,243,0.1);
  color: var(--blue);
}
.profile-box.no .profile-check {
  background: rgba(0,0,0,0.05);
  color: var(--gray-500);
}
.profile-check svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.profile-item p {
  font-size: 1.02rem;
  color: var(--gray-700);
  line-height: 1.5;
}
.profile-closer {
  text-align: center;
  margin-top: 48px;
}
.profile-closer p {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--navy);
}
.profile-closer span {
  color: var(--blue);
}


/* ============================================================
   FOUNDER SECTION
   ============================================================ */
.founder-section {
  padding: 120px 0;
  background: var(--white);
}
.founder-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.founder-image {
  position: relative;
}
.founder-image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 16px 60px rgba(0,0,0,0.1);
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, rgba(81,111,243,0.1) 0%, rgba(92,225,230,0.08) 100%);
}
.founder-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founder-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gray-400);
  font-size: 0.85rem;
}
.founder-image-placeholder svg {
  width: 48px;
  height: 48px;
  stroke: var(--gray-300);
  fill: none;
  stroke-width: 1.5;
}
.founder-badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  text-align: center;
}
.founder-badge-number {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--blue);
  line-height: 1;
}
.founder-badge-label {
  font-size: 0.7rem;
  color: var(--gray-500);
  margin-top: 4px;
}
.founder-content .section-label {
  text-align: left;
}
.founder-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.founder-title {
  font-size: 1rem;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 28px;
}
.founder-story {
  font-size: 1.05rem;
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 20px;
}
.founder-quote {
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(81,111,243,0.06) 0%, rgba(92,225,230,0.04) 100%);
  border-left: 4px solid var(--blue);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.7;
  font-style: italic;
  margin-top: 28px;
}

/* ============================================================
   PROCESS
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
/* Connecting line */
.process-grid::before {
  content: '';
  position: absolute;
  top: 48px;
  left: calc(12.5% + 12px);
  right: calc(12.5% + 12px);
  height: 2px;
  background: var(--gray-200);
  z-index: 0;
}
.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 20px 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  transition: all var(--transition);
}
.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.process-num {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.process-step:nth-child(1) .process-num { background: var(--blue); box-shadow: 0 4px 16px rgba(81,111,243,0.3); }
.process-step:nth-child(2) .process-num { background: #0BA8AD; box-shadow: 0 4px 16px rgba(92,225,230,0.3); }
.process-step:nth-child(3) .process-num { background: var(--gold); box-shadow: 0 4px 16px rgba(255,189,89,0.3); }
.process-step:nth-child(4) .process-num { background: #7C5CDB; box-shadow: 0 4px 16px rgba(214,201,254,0.3); }
.process-icon {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.process-step h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 6px;
}
.process-step p {
  font-size: 0.88rem;
  color: var(--gray-500);
}

/* ============================================================
   VIDEO TESTIMONIALS SECTION
   ============================================================ */
.video-section {
  text-align: center;
}
.video-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}
.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  cursor: pointer;
  transition: all var(--transition);
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.18);
}
.video-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: white;
  background: linear-gradient(145deg, rgba(81,111,243,0.15) 0%, rgba(12,47,86,1) 100%);
}
.play-btn {
  width: 56px;
  height: 56px;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 10px rgba(81,111,243,0.2);
  transition: all var(--transition);
}
.video-card:hover .play-btn {
  transform: scale(1.1);
  box-shadow: 0 0 0 14px rgba(81,111,243,0.3);
}
.play-btn svg {
  width: 22px;
  height: 22px;
  fill: white;
  margin-left: 2px;
}
.video-card-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.7;
  letter-spacing: 1px;
}
.video-card-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  margin-top: -4px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  border: 1px solid var(--gray-100);
  transition: all 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.faq-item.active {
  border-color: rgba(81,111,243,0.2);
  box-shadow: 0 4px 20px rgba(81,111,243,0.08);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--navy);
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
.faq-question:hover {
  color: var(--blue);
}
.faq-chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-chevron svg {
  width: 16px;
  height: 16px;
  stroke: var(--gray-400);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}
.faq-item.active .faq-chevron svg {
  stroke: var(--blue);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-answer {
  max-height: 300px;
}
.faq-answer-inner {
  padding: 0 28px 24px;
  font-size: 1.02rem;
  color: var(--gray-600);
  line-height: 1.7;
}

/* ============================================================
   COUNTERS (Animated Stats Strip)
   ============================================================ */
.counters-section {
  background: linear-gradient(135deg, #0C2F56 0%, #112d52 50%, #0a2240 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.counters-section::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(92,225,230,0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.counters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.counter-item {
  position: relative;
}
.counter-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.1);
}
.counter-item:last-child::after {
  display: none;
}
.counter-number {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.counter-number .counter-suffix {
  font-size: 2rem;
}
.counter-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
  max-width: 160px;
  margin: 0 auto;
}

/* ============================================================
   EMOTIONAL CLOSE (CTA Section before form)
   ============================================================ */
.emotional-close {
  padding: 100px 0;
  text-align: center;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.emotional-close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--gray-200), transparent);
}
.emotional-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  background: linear-gradient(135deg, rgba(81,111,243,0.1) 0%, rgba(92,225,230,0.1) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.emotional-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--navy);
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto 20px;
}
.emotional-subtitle {
  font-size: 1.15rem;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 40px;
}
.emotional-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  background: var(--blue);
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: var(--radius-pill);
  transition: all var(--transition);
  box-shadow: var(--shadow-blue);
  text-decoration: none;
}
.emotional-cta:hover {
  background: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(12,47,86,0.3);
}
.emotional-cta svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   FORM SECTION
   ============================================================ */
.form-section {
  text-align: center;
}
.form-wrapper {
  max-width: 520px;
  margin: 0 auto;
  padding: 48px 40px;
  background: var(--white);
  border: none;
  border-radius: var(--radius-xl);
  box-shadow: 0 8px 40px rgba(12,47,86,0.1);
  position: relative;
  overflow: hidden;
}
.form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--cyan) 50%, var(--gold) 100%);
}
.form-wrapper h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-wrapper .form-sub {
  font-size: 0.95rem;
  color: var(--gray-500);
  margin-bottom: 32px;
}
.form-group {
  margin-bottom: 18px;
  text-align: left;
}
.form-group label {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 15px 18px;
  border: 1.5px solid var(--gray-300);
  border-radius: var(--radius-sm);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  color: var(--navy);
  background: var(--white);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px var(--blue-light);
}
.form-group input::placeholder {
  color: var(--gray-400);
}
.form-submit {
  width: 100%;
  padding: 18px;
  margin-top: 8px;
  background: var(--blue);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all var(--transition);
  box-shadow: var(--shadow-blue);
}
.form-submit:hover {
  background: #3d5bd9;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(81,111,243,0.45);
}
.form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.82rem;
  color: var(--gray-500);
}
.form-trust svg {
  width: 14px;
  height: 14px;
  stroke: var(--gray-400);
  fill: none;
  stroke-width: 2;
}

/* ============================================================
   FOOTER (Premium Multi-Row)
   ============================================================ */
.footer {
  padding: 0;
  background: var(--navy);
  color: rgba(255,255,255,0.6);
}
.footer-top {
  padding: 64px 0 48px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
}
.footer-brand-col {}
.footer-brand img {
  height: 32px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  margin-bottom: 16px;
}
.footer-brand-desc {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  max-width: 320px;
  margin-bottom: 24px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background: var(--blue);
  transform: translateY(-2px);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: rgba(255,255,255,0.7);
}
.footer-social a:hover svg {
  fill: white;
}
.footer-col-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.footer-col-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col-links a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  transition: color 0.3s;
}
.footer-col-links a:hover {
  color: white;
}
.footer-col-contact p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col-contact svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,0.4);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  transition: color 0.3s;
}
.footer-legal a:hover {
  color: rgba(255,255,255,0.7);
}

/* ============================================================
   HAMBURGER & MOBILE MENU
   ============================================================ */
.nav-hamburger {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-pill);
  cursor: pointer;
  z-index: 1001;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav-hamburger:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.nav.scrolled .nav-hamburger {
  border-color: rgba(12, 47, 86, 0.2);
  background: rgba(12, 47, 86, 0.04);
}
.nav.scrolled .nav-hamburger:hover {
  border-color: rgba(12, 47, 86, 0.4);
  background: rgba(12, 47, 86, 0.08);
}
.nav-hamburger-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 16px;
}
.nav-hamburger-lines span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.nav.scrolled .nav-hamburger-lines span {
  background: var(--navy);
}
.nav-hamburger-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}
.nav.scrolled .nav-hamburger-text {
  color: var(--navy);
}
/* X animation when open */
.nav.open .nav-hamburger {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.nav.open .nav-hamburger-lines span:nth-child(1) {
  transform: translateY(2.75px) rotate(45deg);
}
.nav.open .nav-hamburger-lines span:nth-child(2) {
  transform: translateY(-2.75px) rotate(-45deg);
}
.nav.open .nav-hamburger-lines span {
  background: #ffffff;
}
.nav.open .nav-hamburger-text {
  color: rgba(255, 255, 255, 0.9);
}

/* Mobile menu overlay */
@media (max-width: 768px) {
  .nav-hamburger {
    display: flex;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: rgba(12, 47, 86, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 999;
  }
  .nav.open .nav-menu {
    opacity: 1;
    visibility: visible;
  }
  .nav-menu .nav-link {
    display: block !important;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.3rem;
    font-weight: 700;
    padding: 18px 0;
    text-align: center;
    transition: color 0.3s ease;
  }
  .nav-menu .nav-link:hover {
    color: var(--cyan);
  }
  .nav-menu .nav-cta {
    margin-top: 32px;
    padding: 16px 40px;
    font-size: 1rem;
  }
  body.menu-open {
    overflow: hidden;
  }
}

/* ============================================================
   PRUDENTIAL FLOATING BADGE
   ============================================================ */
.pru-badge {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-pill);
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}
.pru-badge:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
.pru-badge img {
  height: 28px;
  width: auto;
}
.pru-badge-text {
  display: flex;
  flex-direction: column;
}
.pru-badge-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gray-500);
  line-height: 1;
}
.pru-badge-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  color: var(--navy);
  line-height: 1.2;
}

/* --- Fixed Apply CTA --- */
.fixed-apply {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--blue);
  color: white;
  border-radius: var(--radius-pill);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(81,111,243,0.4);
  transition: opacity 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease, background 0.3s ease;
  animation: pulse 3s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}
.fixed-apply.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.fixed-apply:hover {
  background: #3d5bd9;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(81,111,243,0.5);
}
.fixed-apply svg {
  width: 16px;
  height: 16px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

/* ============================================================
   PARALLAX SUBTLE EFFECTS
   ============================================================ */
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
/* Subtle floating shapes in sections */
.section-float-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.04;
}

/* ============================================================
   MICRO-INTERACTIONS
   ============================================================ */
/* Pulse animation for CTA buttons */
@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(81, 111, 243, 0.3); }
  50% { box-shadow: 0 4px 32px rgba(81, 111, 243, 0.5); }
}
.btn-primary, .form-submit, .emotional-cta {
  animation: pulse 3s ease-in-out infinite;
}
.btn-primary:hover, .form-submit:hover, .emotional-cta:hover {
  animation: none;
}
/* Smooth link underline */
.footer-col-links a {
  position: relative;
}
.footer-col-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: width 0.3s ease;
}
.footer-col-links a:hover::after {
  width: 100%;
}
/* Focus states for form */
.form-group input:focus,
.form-group select:focus {
  transform: translateY(-1px);
}
/* Nav CTA shimmer */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.nav-cta {
  background-size: 200% auto;
  background-image: linear-gradient(90deg, var(--blue) 0%, #7B9BFF 50%, var(--blue) 100%);
  animation: shimmer 4s linear infinite;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .opp-layout { grid-template-columns: 1fr; gap: 48px; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .career-ladder { gap: 8px; }
  .career-bar { padding: 20px 12px 16px; }
  .career-income { font-size: 0.95rem; }
  .career-role { font-size: 0.8rem; }
  .founder-layout { grid-template-columns: 1fr; gap: 48px; }
  .founder-image-wrapper { aspect-ratio: 1/1; max-width: 400px; margin: 0 auto; }
  .founder-content .section-label { text-align: center; }
  .founder-name { text-align: center; }
  .founder-title { text-align: center; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links { gap: 0; }
  .pru-badge { display: none; }
  .fixed-apply { bottom: 16px; right: 16px; padding: 12px 24px; font-size: 0.85rem; }
  .section { padding: 80px 0; }
  .hero { padding: 120px 24px 80px; min-height: auto; }
  .hero > .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta-group { justify-content: center; }
  .hero-content .hero-badge { display: none; }
  .hero-badge--mobile { display: inline-flex; order: -2; }
  .hero-image { order: -1; }
  .hero-image-wrapper img, .hero-image-placeholder { height: 360px; }
  .hero-float--1 { left: -12px; top: -12px; }
  .hero-float--2 { right: -12px; bottom: -12px; }

  .nav-logo-text { display: block; font-size: 1.1rem; letter-spacing: 1px; }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .process-grid::before { display: none; }
  .process-step { padding: 14px 8px; }
  .process-step h4 { font-size: 0.72rem; }
  .process-step p { display: none; }
  .process-num { width: 28px; height: 28px; font-size: 0.75rem; margin-bottom: 8px; }
  .process-icon { font-size: 1.2rem; margin-bottom: 4px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .stat-card { padding: 12px 8px; }
  .stat-card:first-child { grid-column: auto; }
  .stat-number { font-size: 1.2rem; }
  .stat-card:first-child .stat-number { font-size: 1.2rem; }
  .stat-label { font-size: 0.68rem; }

  .founder-section { padding: 80px 0; }
  .founder-layout { gap: 40px; }
  .founder-name { font-size: 1.6rem; }
  .founder-badge { bottom: -12px; right: -8px; padding: 12px 16px; }

  .career-section { padding: 60px 16px; }
  .career-ladder {
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 8px;
    justify-content: center;
  }
  .career-step { max-width: none; min-width: 0; flex: 1; }
  .career-step:nth-child(1) .career-bar { height: 110px; }
  .career-step:nth-child(2) .career-bar { height: 170px; }
  .career-step:nth-child(3) .career-bar { height: 230px; }
  .career-bar { padding: 12px 8px 10px; }
  .career-income { font-size: 0.75rem; }
  .career-income-period { font-size: 0.55rem; }
  .career-role { font-size: 0.68rem; margin-top: 8px; }
  .career-timeline { font-size: 0.6rem; }

  .countdown-bar {
    flex-direction: column;
    gap: 12px;
    padding: 16px 24px;
  }
  .countdown-digits { gap: 12px; }

  .counters-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .counter-number { font-size: 2.4rem; }
  .counter-item:nth-child(2)::after { display: none; }
  .counter-item:nth-child(4)::after { display: none; }
  .counter-item:nth-child(even)::after { display: none; }

  .emotional-title { font-size: 1.8rem; }
  .emotional-subtitle { font-size: 1rem; }
  .emotional-close { padding: 80px 0; }

  .form-wrapper { padding: 32px 24px; }

  .footer-top { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { display: flex; justify-content: center; }
  .footer-brand-desc { margin: 0 auto 24px; }
  .footer-social { justify-content: center; }
  .footer-col-links { align-items: center; }
  .footer-col-contact p { justify-content: center; }
  .footer-bottom { justify-content: center; flex-direction: column; text-align: center; align-items: center; }
  .footer-legal { justify-content: center; }

  .video-testimonials-grid { grid-template-columns: 1fr; max-width: 100%; }
  .video-card { aspect-ratio: 16 / 9; width: 100%; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2rem; }
  .section-title { font-size: 1.7rem; }
  .countdown-bar { width: 100%; flex-direction: column; gap: 12px; }
  .hero-image-wrapper img, .hero-image-placeholder { height: 280px; }
  .hero-float { display: none; }
  .logo-bar-logos { gap: 28px; }
  .logo-bar-logos img { height: 28px; }

  .career-step { min-width: 100px; max-width: 120px; }
  .career-income { font-size: 0.8rem; }
  .career-income-period { font-size: 0.6rem; }
  .career-role { font-size: 0.72rem; }
  .career-timeline { font-size: 0.65rem; }

  .counters-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .counter-number { font-size: 2rem; }
  .counter-label { font-size: 0.78rem; }
  .counters-section { padding: 60px 0; }

  .emotional-title { font-size: 1.5rem; }
  .emotional-cta { padding: 16px 32px; font-size: 0.95rem; }

  .pru-badge { bottom: 12px; left: 12px; padding: 8px 12px 8px 8px; }
  .pru-badge img { height: 22px; }
  .pru-badge-name { font-size: 0.72rem; }
  .pru-badge-label { font-size: 0.58rem; }
}
