/* ============================================================
   PARWAH — BOOK-SESSION V2  (book-session-v2.css)
   Action-driven layout: split hero, horizontal steps,
   highlight check-in, 2×2 service grid, sticky bar
   ============================================================ */

/* ── Body / page shell ───────────────────────────────────── */
.bsv2-body {
  background: #fdfcff;
  overflow-x: hidden;
}

/* ── Shared layout ───────────────────────────────────────── */
.bsv2-section-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 8vw;
}

/* ── Shared typography ───────────────────────────────────── */
.bsv2-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: #1e1b2e;
  margin: 0 0 8px;
  line-height: 1.2;
}

.bsv2-h2-light { color: #fff; }

/* ── Shared chip ─────────────────────────────────────────── */
.bsv2-label-chip {
  display: inline-block;
  background: linear-gradient(135deg, rgba(139,91,230,0.14), rgba(78,30,112,0.07));
  color: #5a2a82;
  border: 1px solid rgba(139,91,230,0.22);
  border-radius: 999px;
  padding: 5px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.bsv2-chip-invert {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.9);
}

/* ── Shared buttons ──────────────────────────────────────── */
.bsv2-btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #5a2a82, #4E1E70);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 6px 20px rgba(90,42,130,0.3);
  white-space: nowrap;
  text-decoration: none;
}

.bsv2-btn-solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(90,42,130,0.42);
}

.bsv2-btn-solid:active { transform: translateY(-1px); }

.bsv2-btn-solid-sm { padding: 11px 22px; font-size: 0.92rem; }
.bsv2-btn-solid-lg { padding: 17px 38px; font-size: 1.1rem; }

.bsv2-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(10px);
  color: #5a2a82;
  border: 2px solid rgba(139,91,230,0.3);
  padding: 12px 26px;
  border-radius: 999px;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.22s ease;
  white-space: nowrap;
}

.bsv2-btn-outline:hover {
  background: rgba(139,91,230,0.09);
  border-color: #8B5BE6;
  transform: translateY(-2px);
}

/* ── Navbar override ─────────────────────────────────────── */
.bsv2-navbar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(139,91,230,0.1);
}

/* ══════════════════════════════════════════════════════════
   S1 — HERO (SPLIT LAYOUT)
   ══════════════════════════════════════════════════════════ */
.bsv2-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 100vh;
  padding: 100px 8vw 80px;
  gap: 6vw;
  background:
    radial-gradient(ellipse at 5%  20%, rgba(139,91,230,0.10) 0%, transparent 50%),
    radial-gradient(ellipse at 95% 80%, rgba(232,125,208,0.08) 0%, transparent 50%),
    #fdfcff;
  position: relative;
  overflow: hidden;
}

/* Left column */
.bsv2-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.bsv2-eyebrow {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  color: #8B5BE6;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.bsv2-hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  font-weight: 700;
  color: #1e1b2e;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.bsv2-gradient-text {
  background: linear-gradient(120deg, #4E1E70 0%, #8B5BE6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.bsv2-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1.08rem;
  color: #5a5474;
  line-height: 1.72;
  margin-bottom: 36px;
  max-width: 440px;
}

.bsv2-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.bsv2-hero-ctas a { text-decoration: none; }

/* Trust strip */
.bsv2-trust-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bsv2-trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a4265;
}

.bsv2-trust-sep {
  color: rgba(139,91,230,0.3);
  font-size: 1.1rem;
}

/* Right column — illustration frame */
.bsv2-hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsv2-illus-frame {
  position: relative;
  width: clamp(280px, 36vw, 440px);
}

.bsv2-plant-svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(139,91,230,0.12));
}

/* Stem draw-on animation */
.bsv2-stem {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: drawStem 2s ease forwards;
}
.bsv2-stem-main { animation-delay: 0.3s; }
.bsv2-stem-l    { animation-delay: 0.9s; }
.bsv2-stem-r    { animation-delay: 1.0s; }
.bsv2-stem-ul   { animation-delay: 1.3s; }
.bsv2-stem-ur   { animation-delay: 1.4s; }

@keyframes drawStem {
  to { stroke-dashoffset: 0; }
}

/* Leaves pop in */
.bsv2-leaf {
  opacity: 0;
  transform-origin: center;
  animation: leafPop 0.5s ease forwards;
}
.bsv2-leaf-1 { animation-delay: 1.1s; }
.bsv2-leaf-2 { animation-delay: 1.2s; }
.bsv2-leaf-3 { animation-delay: 1.5s; }
.bsv2-leaf-4 { animation-delay: 1.6s; }

@keyframes leafPop {
  from { opacity: 0; transform: scale(0.3); }
  to   { opacity: 1; transform: scale(1); }
}

/* Bloom pop */
.bsv2-bloom {
  opacity: 0;
  animation: bloomPop 0.7s cubic-bezier(0.34,1.56,0.64,1) 1.8s forwards;
}
@keyframes bloomPop {
  from { opacity: 0; transform: scale(0.2); }
  to   { opacity: 0.9; transform: scale(1); }
}

/* Sparkles */
.bsv2-sparkle {
  animation: sparkleFade 2.5s ease-in-out infinite alternate;
}
@keyframes sparkleFade {
  from { opacity: 0.3; }
  to   { opacity: 0.8; }
}


/* Live badge */
.bsv2-live-badge {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(139,91,230,0.18);
  border-radius: 999px;
  padding: 8px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #4a4265;
  box-shadow: 0 8px 20px rgba(78,30,112,0.1);
  white-space: nowrap;
  animation: fadeInDown 0.8s 0.5s ease forwards;
  opacity: 0;
}
@keyframes fadeInDown {
  from { opacity: 0; transform: translateX(-50%) translateY(-10px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.bsv2-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,0.4);
  animation: livePulse 1.8s ease-in-out infinite;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.5); }
  70%  { box-shadow: 0 0 0 8px rgba(34,197,94,0); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}

/* Stat chips */
.bsv2-stat {
  position: absolute;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(139,91,230,0.15);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 24px rgba(78,30,112,0.1);
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}
.bsv2-stat-tl { top: 30%;  left: -18px; animation-delay: 1.8s; }
.bsv2-stat-br { bottom: 12%; right: -18px; animation-delay: 2.0s; }
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.bsv2-stat-n {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #4E1E70;
}
.bsv2-stat-l {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  color: #7a6ea8;
  font-weight: 500;
}

/* Hero responsive */
@media (max-width: 920px) {
  .bsv2-hero {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
    padding: 100px 6vw 60px;
  }
  .bsv2-hero-left { align-items: center; }
  .bsv2-hero-ctas { justify-content: center; }
  .bsv2-trust-strip { justify-content: center; }
  .bsv2-hero-right { display: none; }
}

/* ══════════════════════════════════════════════════════════
   S2 — HOW IT WORKS (horizontal steps)
   ══════════════════════════════════════════════════════════ */
.bsv2-how {
  background: #f9f6ff;
  border-top: 1px solid rgba(139,91,230,0.08);
  border-bottom: 1px solid rgba(139,91,230,0.08);
  padding: 120px 0; /* Consistent spacing */
}

.bsv2-how-header {
  text-align: center;
  margin-bottom: 50px;
}

.bsv2-steps-strip {
  display: flex;
  align-items: stretch; /* Cards same height */
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap; /* Straight row */
  margin-bottom: 60px;
}

/* Step card */
.bsv2-step-card {
  flex: 1;
  min-width: 220px;
  max-width: 300px;
  background: #fff;
  border: 1px solid rgba(139,91,230,0.12);
  border-radius: 20px;
  padding: 32px 24px 28px;
  text-align: center;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  cursor: default;
}

.bsv2-step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 44px rgba(78,30,112,0.13);
  border-color: rgba(139,91,230,0.28);
}

/* Accent top bar on hover */
.bsv2-step-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 3px;
  background: linear-gradient(90deg, #8B5BE6, #4E1E70);
  border-radius: 0 0 3px 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bsv2-step-card:hover::before { opacity: 1; }

.bsv2-step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  color: #8B5BE6;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.bsv2-step-icon-wrap {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(139,91,230,0.1), rgba(78,30,112,0.05));
  border: 1px solid rgba(139,91,230,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  color: #8B5BE6;
  transition: transform 0.28s ease, background 0.28s ease;
}

.bsv2-step-card:hover .bsv2-step-icon-wrap {
  transform: scale(1.1) rotate(-4deg);
  background: linear-gradient(135deg, rgba(139,91,230,0.18), rgba(78,30,112,0.1));
}

.bsv2-step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1e1b2e;
  margin-bottom: 8px;
}

.bsv2-step-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.86rem;
  color: #6b6387;
  line-height: 1.6;
  margin: 0;
}

/* Arrow connector (desktop only) */
.bsv2-step-connector {
  flex-shrink: 0;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .bsv2-step-connector { display: none; }
  .bsv2-steps-strip { 
    flex-wrap: wrap; 
    gap: 24px;
    padding: 0 20px;
  }
  .bsv2-step-card { max-width: 100%; flex-basis: 100%; }
}

/* How tagline */
.bsv2-how-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: #5a2a82;
}

/* ══════════════════════════════════════════════════════════
   S3 — EMOTIONAL CHECK-IN (dark card, highlight section)
   ══════════════════════════════════════════════════════════ */
.bsv2-checkin {
  position: relative;
  background: linear-gradient(135deg, #2d1050 0%, #4E1E70 55%, #3b1560 100%);
  padding: 90px 0 100px;
  overflow: hidden;
}

/* Atmospheric glow */
.bsv2-checkin-glow {
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,91,230,0.25), transparent 65%);
  filter: blur(80px);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.bsv2-checkin-inner {
  position: relative; z-index: 2;
}

.bsv2-checkin-header {
  text-align: center;
  margin-bottom: 44px;
}

.bsv2-checkin-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  margin-top: 8px;
}

/* Emotion buttons row */
.bsv2-emotion-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.bsv2-emo-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 20px 18px;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 108px;
  position: relative;
  overflow: hidden;
}

.bsv2-emo-btn:hover {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 0 24px rgba(196,168,255,0.2);
}

.bsv2-emo-btn.active {
  background: rgba(139,91,230,0.35);
  border-color: #C4A8FF;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 0 32px rgba(139,91,230,0.4);
}

/* Ripple */
@keyframes rippleOut {
  0%   { transform: scale(0); opacity: 0.5; }
  100% { transform: scale(3.5); opacity: 0; }
}

.bsv2-emo-btn.bsv2-emo-ripple::after {
  content: '';
  position: absolute;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(196,168,255,0.4);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%) scale(0);
  animation: rippleOut 0.6s ease-out forwards;
  pointer-events: none;
}

.bsv2-emo-icon {
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.25s ease;
}
.bsv2-emo-btn:hover .bsv2-emo-icon { transform: scale(1.15); }

.bsv2-emo-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-align: center;
}

/* Response card (floating) */
.bsv2-response-wrap {
  display: flex;
  justify-content: center;
  animation: bsv2FadeUp 0.55s ease;
}

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

.bsv2-response-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 24px;
  padding: 32px 40px;
  text-align: center;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.bsv2-response-heart { font-size: 2rem; }

.bsv2-response-msg {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
  font-style: italic;
  margin: 0;
}

/* ══════════════════════════════════════════════════════════
   S4 — SERVICES (2×2 grid)
   ══════════════════════════════════════════════════════════ */
.bsv2-services {
  padding: 120px 0;
  background: #fdfcff;
}

.bsv2-svc-header {
  text-align: center;
  margin-bottom: 64px; /* Increased spacing between header and cards */
}

.bsv2-svc-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #6b6387;
  margin-top: 10px;
}

/* Clean 2×2 grid system */
.bsv2-svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch; /* Equal height */
}

@media (max-width: 640px) {
  .bsv2-svc-grid { grid-template-columns: 1fr; }
}

/* Clean, minimal card design system */
.bsv2-svc-card {
  background: #FFFFFF !important; /* Pure white for all cards */
  border-radius: 16px !important; /* Consistent border-radius */
  padding: 32px !important; /* Consistent internal padding */
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(139, 91, 230, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Subtle, uniform shadow */
}

.bsv2-svc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(139, 91, 230, 0.12);
}

/* Remove sheen overlay to keep it minimal */
.bsv2-svc-card::after {
  display: none;
}

/* Card top (emoji + text stacked) */
.bsv2-svc-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bsv2-svc-emoji {
  font-size: 45px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.bsv2-svc-card:hover .bsv2-svc-emoji { transform: scale(1.15) rotate(-5deg); }

.bsv2-svc-texts { display: flex; flex-direction: column; gap: 2px; }

.bsv2-svc-when {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #7a6ea8;
}

.bsv2-svc-name {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem; /* Standardized font size */
  font-weight: 700;
  color: #1e1b2e;
}

.bsv2-svc-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem; /* Standardized size */
  color: #5a5474; /* Standardized subtext color */
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* CTA link */
.bsv2-svc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #5a2a82;
  text-decoration: none;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1.5px solid rgba(139,91,230,0.22);
  align-self: flex-start;
  transition: all 0.22s ease;
  position: relative; z-index: 1;
}

.bsv2-svc-cta:hover {
  background: #5a2a82;
  color: #fff;
  border-color: #5a2a82;
  transform: translateX(3px);
}

.bsv2-svc-cta span {
  transition: transform 0.22s ease;
}
.bsv2-svc-cta:hover span { transform: translateX(4px); }

/* ══════════════════════════════════════════════════════════
   S5 — FINAL CTA (short, punchy strip)
   ══════════════════════════════════════════════════════════ */
.bsv2-final-cta {
  background: linear-gradient(130deg, #4E1E70 0%, #5a2a82 50%, #3d1260 100%);
  padding: 60px 6vw;
}

.bsv2-final-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 6vw;
  display: flex;
  flex-direction: row; /* Option A: Same row */
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.bsv2-final-cta-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.35;
}

.bsv2-final-cta a { text-decoration: none; }

/* White version of solid button for dark bg */
.bsv2-final-cta .bsv2-btn-solid-lg {
  background: #fff;
  color: #4E1E70;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.bsv2-final-cta .bsv2-btn-solid-lg:hover {
  background: #f3eeff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

@media (max-width: 640px) {
  .bsv2-final-cta-inner { flex-direction: column; text-align: center; align-items: center; }
}

/* ══════════════════════════════════════════════════════════
   S6 — STICKY BOTTOM BAR
   ══════════════════════════════════════════════════════════ */
.bsv2-sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  z-index: 999;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(139,91,230,0.15);
  padding: 0 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -8px 30px rgba(78,30,112,0.1);

  /* Hidden by default, shows after scroll */
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease;
}

.bsv2-sticky-bar.bsv2-sticky-visible {
  transform: translateY(0);
  opacity: 1;
}

.bsv2-sticky-text {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3d3558;
}

.bsv2-sticky-bar a { text-decoration: none; }

.bsv2-sticky-btn {
  background: linear-gradient(135deg, #5a2a82, #4E1E70);
}

@media (max-width: 480px) {
  .bsv2-sticky-text { font-size: 0.82rem; }
  .bsv2-sticky-bar  { padding: 12px 16px; }
}

/* ══════════════════════════════════════════════════════════
   MOBILE NAV (ensure works without index.css dependency)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 100%; left: 0;
    width: 100%;
    background: #fbf9ff;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
    box-shadow: 0 10px 20px rgba(90,42,130,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    gap: 0;
  }
  .nav-links.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-links a {
    width: 100%;
    text-align: center;
    padding: 0.75rem 0;
  }
}
.counselors-section {
  padding: 120px 0;
  background: #fff;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.counselors-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.subtitle {
  color: #8a8a8a;
  font-size: 16px;
  margin-bottom: 60px;
}

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

.counselor-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  transition: all 0.25s ease;
}

.counselor-card:hover {
  transform: translateY(-5px);
}

/* ALIGNMENT FIX */
.card-content {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.image-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9d5ff, #c7d2fe);
  flex-shrink: 0;
}

.text-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #333;
}

.text-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.counselor-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover; /* IMPORTANT: prevents stretching */
  flex-shrink: 0;
}
