/* ==========================================================================
   THE AI NEXO - Premium AI-Powered Partner & Franchise Styles
   Design Language: Hybrid Dark & White Theme Contrast, Cyber Violet / Cyan Glow,
   Glassmorphism, High Conversion, Micro-animations & Responsive Design
   ========================================================================== */

:root {
  /* Dark Tones */
  --pn-bg-darkest: #05070e;
  --pn-bg-darker: #090d1a;
  --pn-bg-card-dark: rgba(13, 19, 36, 0.85);
  --pn-bg-card-dark-hover: rgba(20, 29, 56, 0.98);

  /* Light Tones */
  --pn-bg-light: #ffffff;
  --pn-bg-light-alt: #f8fafc;
  --pn-bg-card-light: #ffffff;
  --pn-border-light: #e2e8f0;
  --pn-border-light-hover: #3b82f6;

  /* Accent Glows */
  --pn-cyan: #00e5ff;
  --pn-cyan-rgb: 0, 229, 255;
  --pn-cyan-glow: rgba(0, 229, 255, 0.28);

  --pn-violet: #8b5cf6;
  --pn-violet-rgb: 139, 92, 246;
  --pn-violet-glow: rgba(139, 92, 246, 0.35);

  --pn-primary-blue: #1e40af;
  --pn-emerald: #10b981;

  --pn-border-subtle: rgba(255, 255, 255, 0.09);
  --pn-border-glow: rgba(0, 229, 255, 0.4);

  /* Typography */
  --pn-text-dark-title: #ffffff;
  --pn-text-dark-sub: #94a3b8;
  --pn-text-light-title: #0f172a;
  --pn-text-light-sub: #475569;
  --pn-text-light-muted: #64748b;

  --pn-font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --pn-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --pn-radius-sm: 10px;
  --pn-radius-md: 16px;
  --pn-radius-lg: 24px;
  --pn-radius-pill: 9999px;

  --pn-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --pn-transition-fast: all 0.18s ease;
}

/* Base Body Override */
body.ai-partner-page {
  background-color: var(--pn-bg-darkest);
  color: var(--pn-text-dark-title);
  font-family: var(--pn-font-body) !important;
  overflow-x: hidden;
  position: relative;
}

/* Focused Container for Balanced Width and Spacious Margins from Both Sides */
.partner-container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 4.5vw, 48px);
  padding-right: clamp(24px, 4.5vw, 48px);
}

/* Nav Partner Badge Highlight in Header */
.nav-partner-badge {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2), rgba(0, 229, 255, 0.2));
  border: 1px solid rgba(0, 229, 255, 0.4);
  padding: 4px 10px;
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: 600;
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.25);
  transition: var(--pn-transition);
}
.nav-partner-badge:hover {
  background: linear-gradient(135deg, #8b5cf6, #00e5ff);
  color: #ffffff !important;
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.5);
}

/* ==========================================================================
   SECTION THEME CLASSES: DARK & WHITE HYBRID SYSTEM
   ========================================================================== */

/* Dark Section Mode */
.partner-section-dark {
  position: relative;
  padding: 100px 0;
  background-color: var(--pn-bg-darkest);
  color: #ffffff;
  border-bottom: 1px solid var(--pn-border-subtle);
  overflow: hidden;
}
.partner-section-dark-alt {
  background-color: var(--pn-bg-darker);
}

.partner-section-dark .partner-heading {
  color: #ffffff;
}
.partner-section-dark .partner-subtext {
  color: var(--pn-text-dark-sub);
}

/* Light Section Mode */
.partner-section-light {
  position: relative;
  padding: 100px 0;
  background-color: var(--pn-bg-light);
  color: var(--pn-text-light-title);
  border-bottom: 1px solid var(--pn-border-light);
  overflow: hidden;
}
.partner-section-light-alt {
  background-color: var(--pn-bg-light-alt);
}

.partner-section-light .partner-heading {
  color: var(--pn-text-light-title);
}
.partner-section-light .partner-subtext {
  color: var(--pn-text-light-sub);
}

/* Badges for Dark & Light Themes */
.partner-badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.45);
  border-radius: var(--pn-radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.25);
  position: relative;
}
.partner-badge-light-blue {
  background: rgba(30, 64, 175, 0.08);
  border: 1px solid rgba(30, 64, 175, 0.3);
  color: #1e40af;
  box-shadow: 0 2px 10px rgba(30, 64, 175, 0.1);
}

.live-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00e5ff;
  box-shadow: 0 0 10px #00e5ff;
  animation: liveDotPulse 2s infinite;
}
@keyframes liveDotPulse {
  0% { transform: scale(0.95); opacity: 0.7; box-shadow: 0 0 0 0 rgba(0, 229, 255, 0.7); }
  70% { transform: scale(1.15); opacity: 1; box-shadow: 0 0 0 8px rgba(0, 229, 255, 0); }
  100% { transform: scale(0.95); opacity: 0.7; box-shadow: 0 0 0 0 rgba(0, 229, 255, 0); }
}

.partner-badge-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--pn-radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  color: #94a3b8;
}

.partner-badge-cyan {
  background: rgba(0, 229, 255, 0.1);
  border-color: rgba(0, 229, 255, 0.4);
  color: #67e8f9;
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.2);
}
.partner-badge-green {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.4);
  color: #6ee7b7;
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.2);
}

.partner-heading {
  font-family: var(--pn-font-heading);
  font-size: clamp(2.1rem, 3.8vw, 3.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.partner-heading-gradient {
  background: linear-gradient(120deg, #ffffff 0%, #e0e7ff 25%, #67e8f9 50%, #ffffff 75%, #c4b5fd 100%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShimmer 7s linear infinite;
}
.partner-heading-light-gradient {
  background: linear-gradient(120deg, #0f172a 30%, #1e40af 70%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes textShimmer {
  to { background-position: 250% center; }
}

.partner-subtext {
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 30px;
  color: #e2e8f0;
}
.partner-hero-wrapper .partner-subtext,
.partner-hero-content p.partner-subtext {
  color: #e2e8f0 !important;
  font-size: 1.12rem;
  line-height: 1.8;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
.partner-section-dark .partner-subtext,
.partner-final-cta .partner-subtext {
  color: #cbd5e1 !important;
}
.partner-section-light .partner-subtext {
  color: #475569 !important;
}

/* Gradient text accents */
.text-cyan { color: var(--pn-cyan) !important; }
.text-violet { color: var(--pn-violet) !important; }
.text-blue { color: var(--pn-primary-blue) !important; }
.gradient-text-cyan-violet {
  background: linear-gradient(135deg, var(--pn-cyan), var(--pn-violet));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-blue-violet {
  background: linear-gradient(135deg, #1e40af, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==========================================================================
   1. HERO SECTION (DARK TECH THEME)
   ========================================================================== */
.partner-hero-wrapper {
  position: relative;
  min-height: 92vh;
  padding: 130px 0 110px;
  display: flex;
  align-items: center;
  background: radial-gradient(circle at 45% 25%, rgba(139, 92, 246, 0.16) 0%, rgba(5, 7, 14, 0.96) 65%),
              radial-gradient(circle at 85% 65%, rgba(0, 229, 255, 0.14) 0%, transparent 50%),
              var(--pn-bg-darkest);
  border-bottom: 1px solid var(--pn-border-subtle);
  overflow: hidden;
}

/* Canvas Neural Background */
#neuralCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0.75;
}

.partner-hero-content {
  position: relative;
  z-index: 2;
}

/* Hero Action CTAs */
.partner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}
.btn-partner-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #7c3aed, #00e5ff);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 28px;
  border-radius: var(--pn-radius-pill);
  border: none;
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.35), 0 4px 14px rgba(0, 0, 0, 0.4);
  transition: var(--pn-transition);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-partner-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}
.btn-partner-primary:hover::before {
  left: 100%;
}
.btn-partner-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 34px rgba(0, 229, 255, 0.65), 0 8px 20px rgba(0, 0, 0, 0.5);
  background: linear-gradient(135deg, #8b5cf6, #38bdf8);
  color: #ffffff !important;
}

.btn-partner-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: var(--pn-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  transition: var(--pn-transition);
  text-decoration: none;
}
.btn-partner-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--pn-cyan);
  color: var(--pn-cyan) !important;
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.25);
}

.btn-partner-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399 !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 22px;
  border-radius: var(--pn-radius-pill);
  border: 1px solid rgba(16, 185, 129, 0.35);
  transition: var(--pn-transition);
  text-decoration: none;
}
.btn-partner-whatsapp:hover {
  background: #10b981;
  color: #ffffff !important;
  box-shadow: 0 0 22px rgba(16, 185, 129, 0.45);
  transform: translateY(-3px);
}

.btn-partner-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59, 130, 246, 0.12);
  color: #60a5fa !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 22px;
  border-radius: var(--pn-radius-pill);
  border: 1px solid rgba(59, 130, 246, 0.35);
  transition: var(--pn-transition);
  text-decoration: none;
}
.btn-partner-call:hover {
  background: #2563eb;
  color: #ffffff !important;
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.45);
  transform: translateY(-3px);
}

/* Hero Key Pillars Strip */
.hero-key-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 45px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-stat-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 16px;
  border-radius: var(--pn-radius-md);
  transition: var(--pn-transition);
}
.hero-stat-pill:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 229, 255, 0.3);
  transform: translateY(-2px);
}
.stat-pill-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pn-cyan);
  font-size: 0.95rem;
}
.stat-pill-text strong {
  display: block;
  font-size: 0.92rem;
  color: #ffffff;
  font-weight: 700;
}
.stat-pill-text span {
  font-size: 0.78rem;
  color: var(--pn-text-dark-sub);
}

/* Hero Ecosystem Visualization */
.hero-ecosystem-visual {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  perspective: 1000px;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.eco-orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(139, 92, 246, 0.25);
  pointer-events: none;
}
.eco-orbit-1 {
  width: 96%;
  height: 96%;
  animation: ecoRotateClockwise 45s linear infinite;
  border-color: rgba(0, 229, 255, 0.2);
}
.eco-orbit-2 {
  width: 72%;
  height: 72%;
  animation: ecoRotateCounter 30s linear infinite;
  border-color: rgba(139, 92, 246, 0.25);
}
.eco-orbit-3 {
  width: 48%;
  height: 48%;
  border: 1px solid rgba(0, 229, 255, 0.15);
}

@keyframes ecoRotateClockwise {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes ecoRotateCounter {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

.eco-radar-sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 45%;
  transform-origin: 0 0;
  background: conic-gradient(from 0deg, rgba(0, 229, 255, 0.18) 0deg, transparent 55deg, transparent 360deg);
  border-radius: 50%;
  animation: radarRotate 10s linear infinite;
  pointer-events: none;
  z-index: 4;
}
@keyframes radarRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.eco-center-core {
  position: relative;
  z-index: 5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, #1e1b4b 0%, #090d1a 100%);
  border: 2px solid rgba(0, 229, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 40px rgba(0, 229, 255, 0.35), inset 0 0 25px rgba(139, 92, 246, 0.4);
  animation: corePulse 4s ease-in-out infinite;
}
@keyframes corePulse {
  0%, 100% {
    box-shadow: 0 0 35px rgba(0, 229, 255, 0.35), inset 0 0 20px rgba(139, 92, 246, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 55px rgba(0, 229, 255, 0.6), inset 0 0 30px rgba(139, 92, 246, 0.6);
    transform: scale(1.03);
  }
}

.core-icon {
  font-size: 2.1rem;
  color: var(--pn-cyan);
  margin-bottom: 4px;
  text-shadow: 0 0 15px rgba(0, 229, 255, 0.8);
}
.core-title {
  font-family: var(--pn-font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.1;
}
.core-sub {
  font-size: 0.62rem;
  color: #94a3b8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eco-satellite-node {
  position: absolute;
  z-index: 6;
  background: rgba(13, 19, 36, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  padding: 8px 14px;
  border-radius: var(--pn-radius-md);
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 229, 255, 0.1);
  transition: var(--pn-transition);
  cursor: default;
}
.eco-satellite-node:hover {
  transform: translateY(-4px) scale(1.06) !important;
  border-color: var(--pn-cyan);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 229, 255, 0.4);
}

.node-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.node-title {
  font-family: var(--pn-font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
}
.node-sub {
  font-size: 0.65rem;
  color: var(--pn-text-dark-sub);
}

.node-curriculum { top: 2%; left: 50%; transform: translateX(-50%); animation: floatNodeA 5s ease-in-out infinite; }
.node-curriculum .node-icon { background: rgba(139, 92, 246, 0.2); color: #c4b5fd; }

.node-technology { top: 22%; right: 0; animation: floatNodeB 5.5s ease-in-out infinite 0.8s; }
.node-technology .node-icon { background: rgba(0, 229, 255, 0.2); color: #67e8f9; }

.node-business { bottom: 22%; right: 0; animation: floatNodeC 6s ease-in-out infinite 1.4s; }
.node-business .node-icon { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; }

.node-students { bottom: 2%; left: 50%; transform: translateX(-50%); animation: floatNodeD 5.2s ease-in-out infinite 2s; }
.node-students .node-icon { background: rgba(245, 158, 11, 0.2); color: #fcd34d; }

.node-growth { bottom: 22%; left: 0; animation: floatNodeE 5.8s ease-in-out infinite 1s; }
.node-growth .node-icon { background: rgba(236, 72, 153, 0.2); color: #f472b6; }

.node-community { top: 22%; left: 0; animation: floatNodeF 6.2s ease-in-out infinite 1.8s; }
.node-community .node-icon { background: rgba(59, 130, 246, 0.2); color: #93c5fd; }

@keyframes floatNodeA {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, -8px); }
}
@keyframes floatNodeB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px) translateX(3px); }
}
@keyframes floatNodeC {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px) translateX(2px); }
}
@keyframes floatNodeD {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 7px); }
}
@keyframes floatNodeE {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px) translateX(-3px); }
}
@keyframes floatNodeF {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px) translateX(-2px); }
}

.eco-circuit-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}
.circuit-path {
  stroke: rgba(0, 229, 255, 0.25);
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
  animation: circuitFlow 12s linear infinite;
}
@keyframes circuitFlow {
  to { stroke-dashoffset: -100; }
}

/* ==========================================================================
   2. INTRODUCTION (LIGHT THEME)
   ========================================================================== */
.ecosystem-matrix-card-light {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--pn-border-light);
  border-radius: var(--pn-radius-lg);
  padding: 36px 30px;
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}
.ecosystem-matrix-card-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1e40af, #7c3aed);
}

.matrix-grid-light {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.matrix-item-light {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: var(--pn-radius-md);
  padding: 20px;
  transition: var(--pn-transition);
}
.matrix-item-light:hover {
  background: #ffffff;
  border-color: #3b82f6;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px -4px rgba(30, 64, 175, 0.12);
}
.matrix-item-light .matrix-item-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(30, 64, 175, 0.1);
  color: #1e40af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
.matrix-item-light h4 {
  font-family: var(--pn-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pn-text-light-title);
  margin-bottom: 6px;
}
.matrix-item-light p {
  font-size: 0.85rem;
  color: var(--pn-text-light-sub);
  margin-bottom: 0;
  line-height: 1.5;
}

/* Pillar List in Light Intro */
.pillar-list-light {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.pillar-item-light {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.pillar-bullet-light {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(30, 64, 175, 0.1);
  color: #1e40af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.pillar-text-light strong {
  display: block;
  font-size: 0.95rem;
  color: var(--pn-text-light-title);
  font-weight: 700;
  margin-bottom: 2px;
}
.pillar-text-light span {
  font-size: 0.82rem;
  color: var(--pn-text-light-sub);
  line-height: 1.4;
}

/* ==========================================================================
   3. PARTNERSHIP MODELS (DARK TECH THEME)
   ========================================================================== */
.models-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 45px;
}
.model-card {
  position: relative;
  background: var(--pn-bg-card-dark);
  border: 1px solid var(--pn-border-subtle);
  border-radius: var(--pn-radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  transition: var(--pn-transition);
  backdrop-filter: blur(12px);
}
.model-card:hover {
  background: var(--pn-bg-card-dark-hover);
  border-color: rgba(0, 229, 255, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 25px rgba(0, 229, 255, 0.15);
}
.model-card.featured {
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(139, 92, 246, 0.2);
}
.model-card.featured::before {
  content: 'POPULAR CHOICE';
  position: absolute;
  top: -12px;
  left: 24px;
  background: linear-gradient(135deg, #7c3aed, #00e5ff);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: var(--pn-radius-pill);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.model-header { margin-bottom: 20px; }
.model-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #c4b5fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.model-card:hover .model-icon {
  background: rgba(0, 229, 255, 0.2);
  border-color: var(--pn-cyan);
  color: var(--pn-cyan);
  box-shadow: 0 0 18px rgba(0, 229, 255, 0.3);
}

.model-title {
  font-family: var(--pn-font-heading);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.model-desc {
  font-size: 0.86rem;
  color: var(--pn-text-dark-sub);
  line-height: 1.5;
  margin-bottom: 0;
}

.model-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  flex-grow: 1;
}
.model-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.84rem;
  color: #cbd5e1;
  margin-bottom: 10px;
  line-height: 1.4;
}
.model-features li i {
  color: var(--pn-cyan);
  font-size: 0.75rem;
  margin-top: 4px;
}

.model-cta-btn {
  display: block;
  text-align: center;
  padding: 10px 18px;
  border-radius: var(--pn-radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  transition: var(--pn-transition);
}
.model-cta-btn:hover {
  background: linear-gradient(135deg, #1e40af, #7c3aed);
  border-color: #3b82f6;
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.45);
}

/* ==========================================================================
   4. PARTNERSHIP JOURNEY (LIGHT THEME)
   ========================================================================== */
.timeline-wrapper-light {
  position: relative;
  margin-top: 60px;
}
.timeline-track-desktop-light {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}
.timeline-track-desktop-light::before {
  content: '';
  position: absolute;
  top: 42px;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg, #cbd5e1, #3b82f6, #8b5cf6, #cbd5e1);
  z-index: 1;
}

.timeline-step-node-light {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 8px;
}

.node-number-bubble-light {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #3b82f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.2);
  transition: var(--pn-transition);
}
.timeline-step-node-light:hover .node-number-bubble-light {
  border-color: #1e40af;
  transform: scale(1.1);
  box-shadow: 0 10px 24px rgba(30, 64, 175, 0.35);
  background: #eff6ff;
}

.node-step-num-light {
  font-family: var(--pn-font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #1e40af;
  line-height: 1;
}
.node-step-icon-light {
  font-size: 0.8rem;
  color: #3b82f6;
  margin-top: 2px;
}

.timeline-step-node-light h4 {
  font-family: var(--pn-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pn-text-light-title);
  margin-bottom: 8px;
}
.timeline-step-node-light p {
  font-size: 0.84rem;
  color: var(--pn-text-light-sub);
  line-height: 1.5;
  margin-bottom: 0;
}

/* ==========================================================================
   5. WHAT YOU GET AS A PARTNER (DARK TECH THEME)
   ========================================================================== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 45px;
}
.benefit-card {
  background: var(--pn-bg-card-dark);
  border: 1px solid var(--pn-border-subtle);
  border-radius: var(--pn-radius-md);
  padding: 26px 22px;
  transition: var(--pn-transition);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.benefit-card:hover {
  background: var(--pn-bg-card-dark-hover);
  border-color: rgba(139, 92, 246, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(139, 92, 246, 0.2);
}
.benefit-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--pn-cyan), var(--pn-violet));
  transition: width 0.3s ease;
}
.benefit-card:hover::after {
  width: 100%;
}

.benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid rgba(0, 229, 255, 0.25);
  color: var(--pn-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 16px;
  transition: var(--pn-transition);
}
.benefit-card:hover .benefit-icon {
  background: rgba(139, 92, 246, 0.25);
  border-color: var(--pn-violet);
  color: #c4b5fd;
  transform: scale(1.08);
}

.benefit-card h4 {
  font-family: var(--pn-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.benefit-card p {
  font-size: 0.85rem;
  color: var(--pn-text-dark-sub);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ==========================================================================
   6. WHO CAN BECOME A PARTNER (LIGHT THEME)
   ========================================================================== */
.profiles-grid-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 45px;
}
.profile-card-light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--pn-radius-lg);
  padding: 30px 24px;
  transition: var(--pn-transition);
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 4px 16px -2px rgba(15, 23, 42, 0.06);
}
.profile-card-light:hover {
  background: #ffffff;
  border-color: #3b82f6;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px -4px rgba(30, 64, 175, 0.16);
}

.profile-avatar-icon-light {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(30, 64, 175, 0.08);
  border: 1px solid rgba(30, 64, 175, 0.2);
  color: #1e40af;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}
.profile-card-light:hover .profile-avatar-icon-light {
  background: #1e40af;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.3);
}

.profile-info-light h4 {
  font-family: var(--pn-font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pn-text-light-title);
  margin-bottom: 6px;
}
.profile-info-light p {
  font-size: 0.85rem;
  color: var(--pn-text-light-sub);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ==========================================================================
   7. BUSINESS OPPORTUNITY & FLYWHEEL (DARK TECH THEME)
   ========================================================================== */
.flywheel-container {
  background: radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.08) 0%, rgba(9, 13, 26, 0.95) 100%);
  border: 1px solid var(--pn-border-subtle);
  border-radius: var(--pn-radius-lg);
  padding: 45px 36px;
  margin-top: 45px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5);
}

.flywheel-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  margin-bottom: 40px;
}
.flywheel-node {
  flex: 1;
  min-width: 170px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pn-radius-md);
  padding: 20px 16px;
  text-align: center;
  transition: var(--pn-transition);
}
.flywheel-node:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--pn-cyan);
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
}
.flywheel-node-icon {
  font-size: 1.5rem;
  color: var(--pn-cyan);
  margin-bottom: 10px;
}
.flywheel-node h5 {
  font-family: var(--pn-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.flywheel-node span {
  font-size: 0.76rem;
  color: var(--pn-text-dark-sub);
}

.flywheel-arrow {
  color: var(--pn-violet);
  font-size: 1.2rem;
  opacity: 0.6;
}

.flywheel-revenue-streams {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.stream-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--pn-radius-md);
  padding: 18px;
}
.stream-box h6 {
  font-family: var(--pn-font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.stream-box h6 i { color: var(--pn-cyan); }
.stream-box p {
  font-size: 0.82rem;
  color: var(--pn-text-dark-sub);
  margin-bottom: 0;
  line-height: 1.4;
}

/* ==========================================================================
   8. INTERACTIVE PARTNER INTEREST FORM (LIGHT / CRISP SURFACE THEME)
   ========================================================================== */
.partner-form-card-light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--pn-radius-lg);
  padding: 42px;
  box-shadow: 0 20px 45px -8px rgba(15, 23, 42, 0.12);
  position: relative;
}
.partner-form-card-light::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1e40af, #00e5ff);
}

/* Step Progress Indicator Light */
.form-step-indicator-light {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
  position: relative;
}
.form-step-indicator-light::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #e2e8f0;
  z-index: 1;
}

.step-indicator-item-light {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}
.step-bubble-light {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 2px solid #cbd5e1;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0 auto 6px;
  transition: var(--pn-transition);
}
.step-indicator-item-light.active .step-bubble-light {
  border-color: #1e40af;
  background: #1e40af;
  color: #ffffff;
  box-shadow: 0 0 14px rgba(30, 64, 175, 0.4);
}
.step-indicator-item-light.completed .step-bubble-light {
  border-color: var(--pn-emerald);
  background: var(--pn-emerald);
  color: #ffffff;
}
.step-label-light {
  font-size: 0.78rem;
  color: var(--pn-text-light-muted);
  font-weight: 600;
}
.step-indicator-item-light.active .step-label-light {
  color: #1e40af;
}

/* Form Controls Light */
.partner-form-step { display: none; }
.partner-form-step.active { display: block; animation: stepFadeIn 0.35s ease-out; }

.custom-form-group-light {
  margin-bottom: 22px;
  position: relative;
}
.custom-form-label-light {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}
.custom-form-label-light span.req { color: #dc2626; }

.custom-form-input-light,
.custom-form-select-light,
.custom-form-textarea-light {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: var(--pn-radius-sm);
  padding: 12px 16px;
  color: #0f172a;
  font-size: 0.95rem;
  font-family: var(--pn-font-body);
  transition: var(--pn-transition);
}
.custom-form-input-light:focus,
.custom-form-select-light:focus,
.custom-form-textarea-light:focus {
  outline: none;
  background: #ffffff;
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.custom-form-input-light::placeholder,
.custom-form-textarea-light::placeholder {
  color: #94a3b8;
}

/* Radio Pill Selector Light */
.radio-pill-group-light {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.radio-pill-option-light { position: relative; }
.radio-pill-option-light input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.radio-pill-label-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: var(--pn-radius-sm);
  color: #475569;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--pn-transition);
  text-align: center;
}
.radio-pill-option-light input[type="radio"]:checked + .radio-pill-label-light {
  background: #eff6ff;
  border-color: #2563eb;
  color: #1e40af;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.15);
}

/* Form Action Buttons Light */
.form-step-actions-light {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}
.btn-step-prev-light {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: var(--pn-radius-pill);
  transition: var(--pn-transition);
  cursor: pointer;
}
.btn-step-prev-light:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.btn-step-next-light {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  border: none;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: var(--pn-radius-pill);
  box-shadow: 0 4px 16px rgba(30, 64, 175, 0.3);
  transition: var(--pn-transition);
  cursor: pointer;
}
.btn-step-next-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(30, 64, 175, 0.45);
}

/* Form Success State Light */
.form-success-state-light {
  text-align: center;
  padding: 30px 10px;
  display: none;
}
.form-success-state-light h3 {
  font-family: var(--pn-font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}
.form-success-state-light p {
  font-size: 0.95rem;
  color: #475569;
  max-width: 520px;
  margin: 0 auto 25px;
}

/* ==========================================================================
   9. FAQ ACCORDION (DARK TECH THEME)
   ========================================================================== */
.faq-accordion-list,
.faq-accordion-list-dark {
  max-width: 860px;
  margin: 45px auto 0;
}
.faq-item-card,
.faq-item-card-dark {
  background: var(--pn-bg-card-dark);
  border: 1px solid var(--pn-border-subtle);
  border-radius: var(--pn-radius-md);
  margin-bottom: 14px;
  overflow: hidden;
  transition: var(--pn-transition);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.faq-item-card.active,
.faq-item-card-dark.active {
  background: var(--pn-bg-card-dark-hover);
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 229, 255, 0.16);
}

.faq-question-btn,
.faq-question-btn-dark {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--pn-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: var(--pn-transition);
}
.faq-question-btn:hover,
.faq-question-btn-dark:hover {
  color: var(--pn-cyan);
}
.faq-icon-caret,
.faq-icon-caret-dark {
  font-size: 0.9rem;
  color: var(--pn-cyan);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}
.faq-item-card.active .faq-icon-caret,
.faq-item-card-dark.active .faq-icon-caret,
.faq-item-card-dark.active .faq-icon-caret-dark {
  transform: rotate(180deg);
}

.faq-answer-body,
.faq-answer-body-dark {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 24px;
  color: #cbd5e1;
  font-size: 0.94rem;
  line-height: 1.7;
}
.faq-item-card.active .faq-answer-body,
.faq-item-card-dark.active .faq-answer-body,
.faq-item-card-dark.active .faq-answer-body-dark {
  padding: 0 24px 22px;
}

/* Light FAQ Backward Compatibility */
.faq-accordion-list-light {
  max-width: 860px;
  margin: 45px auto 0;
}
.faq-item-card-light {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--pn-radius-md);
  margin-bottom: 14px;
  overflow: hidden;
  transition: var(--pn-transition);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.faq-item-card-light.active {
  border-color: #3b82f6;
  box-shadow: 0 8px 24px -4px rgba(30, 64, 175, 0.12);
}
.faq-question-btn-light {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: transparent;
  border: none;
  color: #0f172a;
  font-family: var(--pn-font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: var(--pn-transition);
}
.faq-question-btn-light:hover {
  color: #1e40af;
}
.faq-icon-caret-light {
  font-size: 0.9rem;
  color: #2563eb;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}
.faq-item-card-light.active .faq-icon-caret-light {
  transform: rotate(180deg);
}
.faq-answer-body-light {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
  padding: 0 24px;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.65;
}
.faq-item-card-light.active .faq-answer-body-light {
  padding: 0 24px 22px;
}

/* ==========================================================================
   10. FINAL CTA (WHITE / LIGHT THEME)
   ========================================================================== */
.partner-final-cta-white {
  position: relative;
  padding: 100px 0;
  background-color: var(--pn-bg-light);
  border-top: 1px solid var(--pn-border-light);
  text-align: center;
  overflow: hidden;
}
.partner-final-cta-white .final-cta-box-white {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #eff6ff 100%);
  border: 1px solid #e2e8f0;
  border-radius: var(--pn-radius-lg);
  padding: 60px 40px;
  box-shadow: 0 20px 45px -8px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.partner-final-cta-white .final-cta-box-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1e40af, #7c3aed, #00e5ff);
}
.partner-final-cta-white .partner-heading {
  color: var(--pn-text-light-title);
}
.partner-final-cta-white .partner-subtext {
  color: var(--pn-text-light-sub) !important;
}

/* ==========================================================================
   11. DUAL CONVERSION SYSTEM — AI FLOATING ACTION HUB
   ========================================================================== */
/* Hide generic global circular buttons on partner page to prevent collision */
body.ai-partner-page .floating-contact-buttons {
  display: none !important;
}

/* Desktop Floating AI Quick-Action Hub */
.partner-floating-desk {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
}

.floating-dock-card {
  background: rgba(9, 13, 26, 0.94);
  border: 1px solid rgba(0, 229, 255, 0.4);
  border-radius: 20px;
  padding: 14px 16px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 229, 255, 0.18);
  animation: dockFloat 4.8s ease-in-out infinite;
  transition: var(--pn-transition);
  position: relative;
}
.floating-dock-card:hover {
  border-color: var(--pn-cyan);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.75), 0 0 38px rgba(0, 229, 255, 0.3);
  transform: translateY(-4px);
}

@keyframes dockFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.floating-dock-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dock-pulse-beacon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  animation: beaconPulse 2s infinite;
}
@keyframes beaconPulse {
  0% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.8); }
  70% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.9); opacity: 0.8; box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}
.dock-title {
  font-family: var(--pn-font-heading);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c4b5fd;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dock-title i { color: var(--pn-cyan); }

.floating-dock-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-btn-capsule {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: var(--pn-radius-md);
  text-decoration: none;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

/* WhatsApp Capsule */
.floating-btn-capsule.whatsapp-capsule {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(16, 185, 129, 0.22));
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #ffffff !important;
}
.floating-btn-capsule.whatsapp-capsule:hover {
  background: linear-gradient(135deg, #25d366, #10b981);
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  border-color: #25d366;
}

/* Call Capsule */
.floating-btn-capsule.call-capsule {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.2), rgba(0, 229, 255, 0.18));
  border: 1px solid rgba(0, 229, 255, 0.38);
  color: #ffffff !important;
}
.floating-btn-capsule.call-capsule:hover {
  background: linear-gradient(135deg, #1e40af, #00e5ff);
  color: #ffffff !important;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.45);
  border-color: var(--pn-cyan);
}

.capsule-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  position: relative;
}
.whatsapp-capsule .capsule-icon-wrap {
  background: rgba(37, 211, 102, 0.25);
  color: #34d399;
}
.floating-btn-capsule.whatsapp-capsule:hover .capsule-icon-wrap {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.call-capsule .capsule-icon-wrap {
  background: rgba(0, 229, 255, 0.25);
  color: var(--pn-cyan);
}
.floating-btn-capsule.call-capsule:hover .capsule-icon-wrap {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

/* Animated Ring Ping Effect */
.icon-ring-ping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1.5px solid currentColor;
  opacity: 0;
  pointer-events: none;
  animation: ringPing 2.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.call-pulse-wrap .icon-ring-ping {
  animation-delay: 1.3s;
}

@keyframes ringPing {
  0% { transform: scale(1); opacity: 0.8; }
  75%, 100% { transform: scale(1.45); opacity: 0; }
}

/* Subtle icon vibration animations */
.wa-pulse-wrap i {
  animation: waHeartbeat 3.2s ease-in-out infinite;
}
@keyframes waHeartbeat {
  0%, 100% { transform: scale(1); }
  14% { transform: scale(1.18); }
  28% { transform: scale(1); }
  42% { transform: scale(1.14); }
  70% { transform: scale(1); }
}

.call-pulse-wrap i {
  animation: phoneRingShake 3.5s ease-in-out infinite 1s;
}
@keyframes phoneRingShake {
  0%, 100% { transform: rotate(0deg); }
  10%, 30% { transform: rotate(-14deg); }
  20%, 40% { transform: rotate(14deg); }
  50% { transform: rotate(0deg); }
}

.capsule-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.capsule-label {
  font-family: var(--pn-font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.capsule-sub {
  font-size: 0.74rem;
  color: #94a3b8;
  line-height: 1.2;
  margin-top: 2px;
}
.floating-btn-capsule:hover .capsule-sub {
  color: rgba(255, 255, 255, 0.9);
}

.capsule-arrow {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
  transition: transform 0.2s ease;
}
.floating-btn-capsule:hover .capsule-arrow {
  transform: translateX(3px);
  color: #ffffff;
}

/* Mobile Sticky Bottom Action Bar */
.partner-mobile-action-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(9, 13, 26, 0.95);
  border-top: 1px solid rgba(0, 229, 255, 0.3);
  backdrop-filter: blur(16px);
  padding: 10px 14px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.6);
}
.mobile-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 8px;
}
.btn-mobile-act {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 10px 8px;
  border-radius: var(--pn-radius-pill);
  text-decoration: none;
  text-align: center;
}
.btn-mobile-act.wa {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid #25d366;
  color: #25d366;
}
.btn-mobile-act.call {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid #0ea5e9;
  color: #38bdf8;
}
.btn-mobile-act.apply {
  background: linear-gradient(135deg, #7c3aed, #00e5ff);
  color: #ffffff;
  border: none;
}

/* ==========================================================================
   12. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1200px) {
  .models-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-track-desktop-light {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .timeline-track-desktop-light::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .partner-hero-wrapper {
    padding: 100px 0 70px;
  }
  .hero-ecosystem-visual {
    margin-top: 50px;
    max-width: 440px;
  }
  .profiles-grid-light {
    grid-template-columns: repeat(2, 1fr);
  }
  .flywheel-revenue-streams {
    grid-template-columns: 1fr;
  }
  .partner-floating-desk {
    display: none;
  }
  .partner-mobile-action-bar {
    display: block;
  }
  body.ai-partner-page {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .partner-section-dark,
  .partner-section-light {
    padding: 70px 0;
  }
  .partner-heading {
    font-size: 2.1rem;
  }
  .models-grid,
  .benefits-grid,
  .profiles-grid-light,
  .matrix-grid-light,
  .pillar-list-light {
    grid-template-columns: 1fr;
  }
  .timeline-track-desktop-light {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partner-form-card-light {
    padding: 28px 20px;
  }
  .radio-pill-group-light {
    grid-template-columns: 1fr;
  }
  .hero-ecosystem-visual {
    max-width: 320px;
  }
  .eco-center-core {
    width: 105px;
    height: 105px;
  }
  .core-icon {
    font-size: 1.5rem;
  }
  .core-title {
    font-size: 0.7rem;
  }
  .eco-satellite-node {
    padding: 6px 10px;
  }
  .node-title {
    font-size: 0.7rem;
  }
  .node-sub {
    font-size: 0.56rem;
  }
  .flywheel-arrow {
    display: none;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .eco-orbit-1,
  .eco-orbit-2,
  .eco-center-core,
  .eco-radar-sweep,
  .circuit-path,
  .partner-heading-gradient {
    animation: none !important;
  }
}
