/* ============================================================
   Bal Vidya Kendra - Vibrant High-Impact Palette
   ============================================================ */

:root {
  /* Ultra-vibrant Core Colors */
  --bvk-green: #2EA043;
  --bvk-green-dark: #238636;
  --bvk-green-glow: rgba(46, 160, 67, 0.35);
  
  --bvk-purple: #662D91;
  --bvk-purple-dark: #532378;
  --bvk-purple-light: #F2E9FC;
  
  --bvk-orange: #FF9209;
  --bvk-orange-deep: #FF6000;
  --bvk-orange-glow: rgba(255, 146, 9, 0.3);
  
  --bvk-magenta: #E6195E;
  --bvk-magenta-dark: #C90D4D;
  
  --bvk-heading: #122B69;
  --bvk-text: #334155;
  --bvk-teal: #4B7D8C;
  --bvk-teal-dark: #376370;
  --bvk-bg-soft: #F8FAFC;
  --bvk-card-border: #E2E8F0;

  --font-family: 'Plus Jakarta Sans', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: var(--font-family);
  color: var(--bvk-text);
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.max-w-faq { max-width: 860px; }
.text-center { text-align: center; }
.mb-40 { margin-bottom: 40px; }

/* Sticky Social Bar */
.sticky-social-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  display: flex;
  flex-direction: column;
  box-shadow: -3px 4px 18px rgba(0, 0, 0, 0.16);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.social-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.25s ease;
}
.social-btn:hover {
  width: 54px;
  padding-right: 10px;
}
.s-fb { background-color: #1877F2; }
.s-ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.s-yt { background-color: #FF0000; }
.s-li { background-color: #0A66C2; }

/* Dual Floating Action Buttons */
.bottom-left-actions {
  position: fixed;
  bottom: 22px;
  left: 22px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.action-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}
.btn-call { background: linear-gradient(135deg, #122B69, #2563EB); }
.btn-whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); }

/* Top Announcement Bar */
.top-bar {
  background: linear-gradient(90deg, var(--bvk-purple) 0%, #7B3FA8 100%);
  color: #ffffff;
  padding: 9px 0;
  font-size: 12.5px;
  font-weight: 500;
}
.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-left, .top-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pill-announcement {
  background: linear-gradient(135deg, var(--bvk-orange), var(--bvk-orange-deep));
  color: #ffffff;
  font-weight: 900;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255, 96, 0, 0.4);
}
.top-address { color: #f8fafc; font-weight: 500; }
.top-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}
.top-link:hover { opacity: 0.85; }
.sep { color: rgba(255, 255, 255, 0.4); }

/* Site Header */
.site-header {
  background: #ffffff;
  border-bottom: 1.5px solid #f1f5f9;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 14px rgba(18, 43, 105, 0.04);
}
.header-inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-link { display: flex; align-items: center; }
.brand-logo { max-height: 54px; width: auto; object-fit: contain; }
.nav-menu { display: flex; gap: 20px; }
.nav-menu a {
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  color: #334155;
  transition: color 0.2s;
}
.nav-menu a:hover { color: var(--bvk-green); }

.btn-franchise-nav {
  background: linear-gradient(135deg, var(--bvk-green) 0%, var(--bvk-green-dark) 100%);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px var(--bvk-green-glow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-franchise-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px var(--bvk-green-glow);
}

/* ================= 1. HERO SECTION ================= */
.hero-section {
  padding: 55px 0 70px;
  background: radial-gradient(circle at 10% 20%, #ffffff 0%, #f4fbf3 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero-title {
  font-size: 50px;
  font-weight: 900;
  color: var(--bvk-heading);
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.8px;
}
.highlight-text {
  color: var(--bvk-green);
  position: relative;
  display: inline-block;
}
.highlight-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: #C4F3CC;
  z-index: -1;
  border-radius: 4px;
}
.hero-subtext {
  font-size: 15.5px;
  color: var(--bvk-text);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 520px;
}

/* Form Styles */
.hero-form-box {
  background: #ffffff;
  border: 1.5px solid #eef2f6;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 20px 48px rgba(18, 43, 105, 0.08);
}
.bvk-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.bvk-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.bvk-form .form-row .form-group { margin-bottom: 0; }
.bvk-form label {
  font-size: 12px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 4px;
}
.bvk-form input,
.bvk-form select,
.bvk-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 13.5px;
  color: #0f172a;
  border: 1.5px solid #cbd5e1;
  border-radius: 10px;
  background-color: #fbfdff;
  outline: none;
  font-family: inherit;
  transition: all 0.2s ease;
}
.bvk-form input:focus,
.bvk-form select:focus,
.bvk-form textarea:focus {
  border-color: var(--bvk-green);
  background-color: #ffffff;
  box-shadow: 0 0 0 3px var(--bvk-green-glow);
}

.btn-brand-green {
  width: 100%;
  background: linear-gradient(135deg, var(--bvk-green) 0%, var(--bvk-green-dark) 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  box-shadow: 0 6px 18px var(--bvk-green-glow);
  transition: all 0.2s ease;
}
.btn-brand-green:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px var(--bvk-green-glow);
}
.btn-brand-green:active { transform: scale(0.98); }

.error-msg {
  color: #dc2626;
  font-size: 11.5px;
  font-weight: 700;
  margin-top: 3px;
  display: none;
}
.field-error {
  border-color: #dc2626 !important;
  background-color: #fff1f2 !important;
}
.field-valid { border-color: var(--bvk-green) !important; }

/* Hero Blob */
.hero-right {
  position: relative;
  display: flex;
  justify-content: center;
}
.blob-frame-hero {
  position: relative;
  width: 100%;
  max-width: 450px;
}
.blob-photo-box {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(102, 45, 145, 0.18);
  position: relative;
  z-index: 2;
  border: 4px solid #ffffff;
  background-color: #ffffff;
}
.blob-img { width: 100%; height: 100%; object-fit: cover; }
.blob-accent-orange {
  position: absolute;
  left: -20px;
  bottom: 10px;
  width: 100px;
  height: 140px;
  background: linear-gradient(135deg, var(--bvk-orange), var(--bvk-orange-deep));
  opacity: 0.9;
  border-radius: 50% 30% 60% 40%;
  z-index: 1;
}
.blob-pattern-dots {
  position: absolute;
  right: -15px;
  top: 30px;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(var(--bvk-purple) 2.5px, transparent 2.5px);
  background-size: 12px 12px;
  opacity: 0.45;
  z-index: 1;
}

.badge-tag-orange {
  color: var(--bvk-orange-deep);
  background: #FFF0E6;
  border: 1px solid #FFD4BC;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
}
.section-title {
  font-size: 38px;
  font-weight: 900;
  color: var(--bvk-heading);
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.section-subtext {
  font-size: 15px;
  color: var(--bvk-text);
  max-width: 650px;
  margin: 0 auto;
}

/* ================= NEW SECTION A: WHY WE STAND OUT (Screenshot 14) ================= */
.standout-section {
  padding: 70px 0 85px;
  background-color: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}
.standout-subtitle {
  color: #0284C7;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 8px;
}
.standout-main-title {
  color: #0E7490;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}
.standout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.standout-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}
.standout-icon-box {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
}
.standout-item:hover .standout-icon-box {
  transform: translateY(-5px) scale(1.05);
}
.standout-icon-box svg {
  width: 100%;
  height: 100%;
}
.icon-pink { color: #F43F5E; }
.icon-green { color: #10B981; }
.icon-cyan { color: #06B6D4; }
.icon-orange { color: #F97316; }

.standout-title {
  font-size: 19px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 10px;
}
.standout-desc {
  font-size: 13.5px;
  color: #64748B;
  line-height: 1.55;
  max-width: 240px;
}

/* ================= 2. REQUIREMENTS ================= */
.requirements-section {
  padding: 85px 0;
  background-color: var(--bvk-bg-soft);
}
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.req-card {
  background: #ffffff;
  border: 1.5px solid var(--bvk-card-border);
  border-radius: 20px;
  padding: 28px 22px;
  text-align: left;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.req-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}
.req-green::before { background: var(--bvk-green); }
.req-purple::before { background: var(--bvk-purple); }
.req-orange::before { background: var(--bvk-orange-deep); }
.req-blue::before { background: #2563EB; }

.req-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(18, 43, 105, 0.08);
}
.req-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}
.icon-bg-green { background: linear-gradient(135deg, var(--bvk-green), var(--bvk-green-dark)); }
.icon-bg-purple { background: linear-gradient(135deg, var(--bvk-purple), #863FBE); }
.icon-bg-orange { background: linear-gradient(135deg, var(--bvk-orange), var(--bvk-orange-deep)); }
.icon-bg-blue { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }

.req-card h3 {
  font-size: 17.5px;
  font-weight: 800;
  color: var(--bvk-heading);
  margin-bottom: 8px;
}
.req-card p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--bvk-text);
}

/* ================= 3. SUPPORT (360 ECOSYSTEM) ================= */
.support-ecosystem-section {
  padding: 90px 0;
  background: linear-gradient(145deg, var(--bvk-teal) 0%, var(--bvk-teal-dark) 100%);
  color: #ffffff;
}
.badge-tag-vibrant-yellow {
  color: #583300;
  background: #FFE27A;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
}
.text-white { color: #ffffff !important; }
.text-light { color: #E6F3F7 !important; }
.support-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.support-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  padding: 30px 24px;
  backdrop-filter: blur(8px);
  transition: all 0.25s ease;
}
.support-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.18);
  border-color: #ffffff;
}
.s-icon {
  font-size: 34px;
  color: #FFE27A;
  margin-bottom: 14px;
}
.support-card h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
.support-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: #f1f8fa;
}

/* ================= 4. WHY CHOOSE SECTION ================= */
.why-section {
  padding: 90px 0;
  position: relative;
  background: #ffffff;
}
.doodle-rainbow-icon {
  position: absolute;
  top: 40px;
  left: 30px;
  font-size: 46px;
  color: var(--bvk-orange);
  opacity: 0.8;
}
.doodle-rocket-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 46px;
  color: var(--bvk-purple);
  opacity: 0.7;
}
.why-three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.why-col-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefit-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(18, 43, 105, 0.06);
  text-align: left;
  border: 1.5px solid #f1f5f9;
  transition: all 0.25s ease;
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(18, 43, 105, 0.1);
}
.border-accent-yellow:hover { border-color: #FACC15; }
.border-accent-blue:hover { border-color: #3B82F6; }
.border-accent-cyan:hover { border-color: #06B6D4; }
.border-accent-pink:hover { border-color: #EC4899; }

.icon-bubble {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.bubble-yellow { background: #FEF9C3; color: #CA8A04; }
.bubble-blue { background: #DBEAFE; color: #2563EB; }
.bubble-cyan { background: #CFFAFE; color: #0891B2; }
.bubble-pink { background: #FCE7F3; color: #DB2777; }

.card-info h3 {
  font-size: 16.5px;
  font-weight: 800;
  color: var(--bvk-heading);
  margin-bottom: 6px;
}
.card-info p {
  font-size: 13px;
  color: var(--bvk-text);
  line-height: 1.55;
}

.why-center-cutout {
  position: relative;
  display: flex;
  justify-content: center;
}
.circle-backdrop-yellow {
  position: absolute;
  bottom: 0;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #FDE047 0%, #F59E0B 100%);
  border-radius: 50% 50% 40% 40%;
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.35);
  z-index: 1;
}
.student-cutout-img {
  position: relative;
  z-index: 2;
  max-width: 290px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.15));
}

/* ================= NEW SECTION B: MAGENTA CTA BANNER (Screenshot 15) ================= */
.magenta-cta-banner {
  background: linear-gradient(135deg, #E6195E 0%, #C90D4D 100%);
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.magenta-banner-container {
  position: relative;
  z-index: 2;
}
.magenta-lines-svg {
  position: absolute;
  left: 20%;
  bottom: -20px;
  width: 500px;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.magenta-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: flex-end;
  gap: 30px;
}
.magenta-content {
  padding-bottom: 50px;
  z-index: 3;
}
.magenta-subtitle {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 700;
  color: #FFE4EC;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.magenta-title {
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}
.btn-white-pill {
  background: #ffffff;
  color: #0E7490;
  border: none;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: 14.5px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-white-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
  color: #E6195E;
}

/* Right VR Kids Visual */
.magenta-visual-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 3;
}
.yellow-blob-backdrop {
  position: absolute;
  bottom: 0;
  width: 320px;
  height: 240px;
  background: #FACC15;
  border-radius: 50% 50% 40% 40%;
  z-index: 1;
}
.floating-badge-letter {
  position: absolute;
  top: 40px;
  left: 40px;
  background: #3B82F6;
  color: #ffffff;
  font-weight: 900;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  z-index: 3;
}
.vr-kids-img {
  position: relative;
  z-index: 2;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* ================= 5. CELEBRITY ENDORSEMENT VIDEO ================= */
.endorsement-section {
  padding: 90px 0;
  background-color: var(--bvk-bg-soft);
}
.video-card-container {
  max-width: 840px;
  margin: 36px auto 0;
  background: #ffffff;
  border-radius: 26px;
  padding: 20px;
  box-shadow: 0 20px 50px rgba(18, 43, 105, 0.08);
  border: 1.5px solid #e2e8f0;
}
.video-responsive-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 18px;
  overflow: hidden;
  background: #000000;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-caption-bar {
  padding: 20px 10px 8px;
  text-align: left;
}
.caption-quote {
  display: flex;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.6;
}
.caption-quote i {
  color: var(--bvk-orange-deep);
  font-size: 24px;
}
.celebrity-meta {
  margin-top: 10px;
  padding-left: 36px;
  font-size: 13px;
  color: #64748b;
  display: flex;
  flex-direction: column;
}

/* ================= 6. AWARDS SECTION ================= */
.awards-section {
  padding: 90px 0;
  background-color: #ffffff;
}
.awards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 40px;
}
.award-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 22px;
  padding: 36px 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}
.award-card:hover {
  transform: translateY(-6px);
  border-color: #F59E0B;
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.12);
}
.trophy-badge {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FEF08A, #FDE047);
  color: #92400E;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25);
}
.award-year {
  display: inline-block;
  background: #DBEAFE;
  color: #1E40AF;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.award-card h3 {
  font-size: 18.5px;
  font-weight: 800;
  color: var(--bvk-heading);
  margin-bottom: 8px;
}
.award-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--bvk-text);
}

/* ================= 7. TESTIMONIALS SECTION ================= */
.testimonials-section {
  padding: 90px 0;
  background-color: var(--bvk-bg-soft);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 22px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(18, 43, 105, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.star-rating {
  color: #F59E0B;
  font-size: 15px;
  margin-bottom: 14px;
  display: flex;
  gap: 4px;
}
.testimonial-body {
  font-size: 14px;
  line-height: 1.65;
  color: #1e293b;
  margin-bottom: 22px;
  font-style: italic;
}
.author-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.bg-avatar-green { background: linear-gradient(135deg, var(--bvk-green), var(--bvk-green-dark)); }
.bg-avatar-purple { background: linear-gradient(135deg, var(--bvk-purple), #8B43C7); }
.bg-avatar-orange { background: linear-gradient(135deg, var(--bvk-orange), var(--bvk-orange-deep)); }

.author-block strong {
  display: block;
  font-size: 14.5px;
  color: var(--bvk-heading);
}
.author-block span {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
}

/* ================= 8. FAQ SECTION ================= */
.faq-section {
  padding: 90px 0 0;
  background-color: #ffffff;
  position: relative;
}
.faq-title {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: var(--bvk-heading);
  margin-bottom: 40px;
}
.faq-accordion-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 60px;
}
.faq-card {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.faq-toggle {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 16.5px;
  font-weight: 800;
  color: var(--bvk-heading);
  cursor: pointer;
  font-family: inherit;
  transition: color 0.2s;
}
.faq-toggle:hover { color: var(--bvk-green); }
.faq-chevron {
  color: #0284C7;
  font-size: 24px;
  transition: transform 0.25s ease;
}
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 24px;
}
.faq-body p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--bvk-text);
}
.faq-open .faq-body { max-height: 300px; }
.faq-open .faq-chevron { transform: rotate(90deg); color: var(--bvk-green); }

.bottom-wave-wrap svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* ================= 9. FOOTER ================= */
.site-footer {
  background-color: #0A1428;
  color: #ffffff;
  padding: 70px 0 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1E293B;
}
.footer-intro h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #f8fafc;
  letter-spacing: 0.5px;
}
.footer-intro p {
  font-size: 13.5px;
  color: #94a3b8;
  line-height: 1.65;
  max-width: 440px;
}
.footer-col h4 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
  color: #f1f5f9;
}
.footer-col p {
  font-size: 13.5px;
  color: #94a3b8;
  margin-bottom: 8px;
}
.f-link {
  color: #cbd5e1 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12.5px;
  color: #64748b;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  margin-left: 16px;
  transition: color 0.2s;
}
.footer-links a:hover { color: #ffffff; }

/* Modal Popup */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 40, 0.8);
  backdrop-filter: blur(6px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-backdrop.hidden { display: none !important; }
.modal-box {
  background: #ffffff;
  border-radius: 26px;
  max-width: 520px;
  width: 100%;
  padding: 34px;
  position: relative;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}
.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #f1f5f9;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.modal-close-btn:hover { background-color: #e2e8f0; }
.modal-head h2 {
  font-size: 26px;
  font-weight: 900;
  color: var(--bvk-heading);
  margin: 6px 0 4px;
}
.modal-head p {
  font-size: 13px;
  color: var(--bvk-text);
  margin-bottom: 20px;
}

/* Responsive Adaptations */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .standout-grid { grid-template-columns: repeat(2, 1fr); }
  .magenta-grid { grid-template-columns: 1fr; text-align: center; }
  .magenta-content { padding-bottom: 20px; }
  .magenta-visual-wrap { justify-content: center; }
  .requirements-grid { grid-template-columns: repeat(2, 1fr); }
  .support-pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .why-three-col { grid-template-columns: 1fr; }
  .awards-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .top-right { display: none; }
  .hero-title { font-size: 36px; }
  .standout-grid { grid-template-columns: 1fr; }
  .magenta-title { font-size: 28px; }
  .requirements-grid { grid-template-columns: 1fr; }
  .support-pillars-grid { grid-template-columns: 1fr; }
  .bvk-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .sticky-social-bar { display: none; }
}