/* =========================================================
   EmpowerHer India — Premium Design System v2.0
   Inspired by SheKunj.com design language
   Fonts: Fraunces (display) / Plus Jakarta Sans (body) / Noto Sans Devanagari
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Noto+Sans+Devanagari:wght@600;700&display=swap');

:root {
  --cream: #FFF8F2;
  --cream-deep: #FCEEE4;
  --warm-white: #FFFDFB;
  --pink-soft: #FFD9E8;
  --pink-light: #FFE9F2;
  --rose: #E8527A;
  --rose-deep: #C73A60;
  --violet: #8B5CF6;
  --violet-deep: #7C3AED;
  --violet-light: #F5F3FF;
  --violet-border: rgba(124, 58, 237, 0.25);
  --lavender: #C9B6F0;
  --lavender-light: #E6DCFB;
  --purple: #5B3A6E;
  --purple-deep: #3A2444;
  --gold: #D9A56B;
  --gold-light: #F0D5B0;
  --sky: #69D2FF;
  --sky-light: #DEF5FF;
  --mint: #C8F5D0;
  --mint-light: #E4FBE9;
  --navy: #071028;
  --ink: #3A2440;
  --ink-soft: #6E5872;

  --grad-primary: linear-gradient(120deg, var(--rose) 0%, #C97FB0 50%, var(--lavender) 100%);
  --grad-warm: linear-gradient(120deg, var(--gold) 0%, var(--rose) 55%, #B96A9A 100%);
  --grad-bg: linear-gradient(180deg, #FFFFFF 0%, var(--pink-light) 55%, var(--lavender-light) 100%);
  --grad-hero: #FFFFFF;

  --shadow-soft: 0 24px 60px -24px rgba(7, 16, 40, 0.18);
  --shadow-card: 0 12px 30px -12px rgba(7, 16, 40, 0.12);
  --shadow-glow: 0 0 60px rgba(217, 165, 107, 0.35);
  --shadow-rose-glow: 0 20px 60px -20px rgba(232, 82, 122, 0.4);
  --shadow-float: 0 30px 80px -20px rgba(91, 58, 110, 0.22);

  --radius-xl: 56px;
  --radius-lg: 44px;
  --radius-md: 24px;
  --radius-sm: 14px;
  --section-gap: 120px;

  --font-display: 'Fraunces', serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-hindi: 'Noto Sans Devanagari', sans-serif;

  --ease-spring: cubic-bezier(0.16, 0.85, 0.2, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: #FFFFFF;
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--purple-deep);
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
  line-height: 1.75;
  color: var(--ink-soft);
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.section {
  position: relative;
  max-width: 1340px;
  margin: 0 auto var(--section-gap);
  padding: 100px 72px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #FDFBFF 100%);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(7, 16, 40, 0.04);
}

.section:last-of-type {
  margin-bottom: 0;
}

section.section:nth-of-type(5n+1) {
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF5F9 100%);
}

section.section:nth-of-type(5n+2) {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5FBFF 100%);
}

section.section:nth-of-type(5n+3) {
  background: linear-gradient(135deg, #FFFFFF 0%, #FFFBF3 100%);
}

section.section:nth-of-type(5n+4) {
  background: linear-gradient(135deg, #FFFFFF 0%, #F3FFF7 100%);
}

section.section:nth-of-type(5n) {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5F0FF 100%);
}

.section[id="impact"] {
  background: #FFFFFF;
  padding: 0;
  box-shadow: none;
  border: none;
}

@media (max-width: 768px) {
  .section {
    padding: 64px 28px;
    border-radius: 28px;
    margin-bottom: 60px;
  }

  .container {
    padding: 0 20px;
  }
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--violet-deep);
  background: var(--violet-light);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
  border: 1px solid var(--violet-border);
}

.eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--violet);
  flex-shrink: 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 60px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.section-title em {
  font-style: italic;
  color: var(--violet);
}

.section-sub {
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.75;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  transition: all 0.35s var(--ease-spring);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn-primary {
  background: var(--grad-primary);
  color: #fff;
  box-shadow: 0 14px 36px -10px rgba(232, 82, 122, 0.5);
}

.btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px -10px rgba(232, 82, 122, 0.6);
}

.btn-outline {
  background: transparent;
  color: var(--purple-deep);
  border: 2px solid rgba(91, 58, 110, 0.2);
  backdrop-filter: blur(4px);
}

.btn-outline:hover {
  background: rgba(91, 58, 110, 0.06);
  border-color: var(--purple);
  transform: translateY(-2px);
}

.btn-light {
  background: var(--warm-white);
  color: var(--purple-deep);
  box-shadow: var(--shadow-card);
}

.btn-light:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
  color: var(--rose-deep);
}

.btn-lime {
  background: linear-gradient(120deg, var(--rose) 0%, #C73A90 100%);
  color: #fff;
  box-shadow: 0 14px 36px -10px rgba(232, 82, 122, 0.5);
}

.btn-lime:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-rose-glow);
}

.btn-magnetic {
  will-change: transform;
  transition: transform 0.3s var(--ease-spring);
}

.btn-ripple-container {
  position: relative;
  overflow: hidden;
}

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 20px 0;
  transition: all 0.5s var(--ease-smooth);
}

.navbar.scrolled {
  background: rgba(255, 253, 251, 0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 8px 32px -16px rgba(91, 58, 110, 0.2), 0 1px 0 rgba(91, 58, 110, 0.06);
  padding: 14px 0;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--purple-deep);
  transition: opacity 0.2s ease;
}

.brand:hover {
  opacity: 0.85;
}

.brand .mark {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 20px -8px rgba(232, 82, 122, 0.5);
  transition: transform 0.3s var(--ease-spring);
}

.brand:hover .mark {
  transform: rotate(-8deg) scale(1.1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--purple-deep);
  transition: all 0.25s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--pink-light);
  color: var(--rose-deep);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 10px;
  transition: background 0.2s ease;
}

.nav-toggle:hover {
  background: var(--pink-light);
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--purple-deep);
  margin: 5px auto;
  border-radius: 2px;
  transition: all 0.35s var(--ease-spring);
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-cta .btn-outline {
    display: none;
  }
}

/* =========================================================
   MOBILE MENU
   ========================================================= */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 600;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--pink-light) 55%, var(--lavender-light) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transform: translateY(-100%);
  transition: transform 0.55s var(--ease-spring);
}

.mobile-menu.open {
  transform: translateY(0);
}

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 30px;
  padding: 14px 24px;
  color: var(--purple-deep);
  border-radius: 999px;
  transition: all 0.2s ease;
}

.mobile-menu a:hover {
  background: rgba(232, 82, 122, 0.1);
  color: var(--rose);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 26px;
  background: none;
  border: none;
  color: var(--purple-deep);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.mobile-menu .close-btn:hover {
  background: var(--pink-light);
}

/* =========================================================
   ENTRY SCREEN — Calligraphic "Namaste" font reveal
   ========================================================= */
#entry-screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #F7F6F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.entry-loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  padding: 0 40px;
  text-align: center;
}

/* Wrapper clips the text for the left→right reveal */
.namaste-wrap {
  display: inline-block;
  overflow: visible;
  clip-path: inset(0 100% 0 0);
  /* fully hidden at start; GSAP sweeps to inset(0 0 0 0) */
  will-change: clip-path;
}

/* The "Namaste" calligraphy text */
.namaste-text {
  display: block;
  font-family: 'Pacifico', 'Great Vibes', cursive;
  font-size: clamp(72px, 11vw, 130px);
  font-weight: 400;
  line-height: 1.15;
  background: linear-gradient(90deg,
      #E8527A 0%,
      #c84bc2 18%,
      #8B5CF6 36%,
      #4AAAFF 54%,
      #43c5b8 72%,
      #a8d832 90%,
      #E8527A 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 6px 22px rgba(139, 92, 246, 0.18));
  white-space: nowrap;
}

.entry-sub-premium {
  margin-top: 44px;
  font-family: var(--font-body);
  font-size: clamp(14px, 2.0vw, 18px);
  font-weight: 500;
  color: #555;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(16px);
  max-width: 540px;
  line-height: 1.7;
  will-change: transform, opacity;
}

/* Homepage scale + fade reveal container */
.homepage-content {
  opacity: 1;
  transform: none;
  transition: opacity 1s var(--ease-smooth), transform 1.2s var(--ease-spring);
}

.homepage-content.loading {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

/* =========================================================
   HERO — Premium Split Layout
   ========================================================= */
.hero {
  position: relative;
  padding: 115px 0 100px;
  overflow: hidden;
  background: var(--grad-hero);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 0% 0%, rgba(181, 156, 240, 0.25) 0%, transparent 60%);
}

.hero-dot-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(91, 58, 110, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 85% 80% at 50% 40%, #000 30%, transparent 80%);
  pointer-events: none;
}

.hero-bg-blob {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 60px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 960px) {
  .hero-split {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }

  .hero {
    padding: 100px 0 80px;
    min-height: auto;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #dcccfd;
  border: 1px solid var(--violet-border);
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--violet-deep);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-card);
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(20px);
  animation: heroItemIn 0.8s var(--ease-spring) 0.1s forwards;
}

.hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--violet);
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.7;
  }
}

.hero-title {
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--purple-deep);
  margin-bottom: 6px;
  opacity: 0;
  animation: heroItemIn 0.9s var(--ease-spring) 0.2s forwards;
}

.hero-title .line1 {
  display: block;
}

.hero-title .line2 {
  display: block;
  color: var(--violet);
  font-style: italic;
}

.hero-desc {
  font-size: 18px;
  max-width: 560px;
  margin: 26px 0 0;
  line-height: 1.75;
  color: var(--ink-soft);
  opacity: 0;
  animation: heroItemIn 0.9s var(--ease-spring) 0.35s forwards;
}

@media (max-width: 960px) {
  .hero-desc {
    margin: 26px auto 0;
  }
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
  opacity: 0;
  animation: heroItemIn 0.9s var(--ease-spring) 0.5s forwards;
}

@media (max-width: 960px) {
  .hero-actions {
    justify-content: center;
  }
}

.hero-stats-row {
  display: flex;
  gap: 28px;
  margin-top: 44px;
  flex-wrap: wrap;
  opacity: 0;
  animation: heroItemIn 0.9s var(--ease-spring) 0.65s forwards;
}

@media (max-width: 960px) {
  .hero-stats-row {
    justify-content: center;
  }
}

.hero-stat {
  display: flex;
  flex-direction: column;
}

.hero-stat-num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--purple-deep);
  letter-spacing: -0.02em;
}

.hero-stat-label {
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 600;
  margin-top: 2px;
}

.hero-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(91, 58, 110, 0.15);
  align-self: center;
}

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

.hero-right {
  position: relative;
  opacity: 0;
  animation: heroRightIn 1s var(--ease-spring) 0.4s forwards;
  --hero-right-lift: -46px;
}

@keyframes heroRightIn {
  from {
    opacity: 0;
    transform: translate(30px, var(--hero-right-lift)) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translate(0, var(--hero-right-lift)) scale(1);
  }
}

@media (max-width: 960px) {
  .hero-right {
    --hero-right-lift: 0;
  }
}

.hero-illus-frame {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.hero-illus-bg {
  width: 100%;
  aspect-ratio: 1/1.05;
  border-radius: 50% 50% 48% 52% / 50% 50% 50% 50%;
  background: linear-gradient(150deg, var(--pink-light) 0%, var(--lavender-light) 60%, var(--gold-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-float);
  animation: heroBreath 7s ease-in-out infinite;
}

@keyframes heroBreath {

  0%,
  100% {
    border-radius: 50% 50% 48% 52% / 50% 50% 50% 50%;
    transform: scale(1);
  }

  50% {
    border-radius: 52% 48% 50% 50% / 48% 52% 48% 52%;
    transform: scale(1.02);
  }
}

.hero-illus-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.55), transparent 55%);
}

.hero-illus-img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(91, 58, 110, 0.15));
}

.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 13px 17px;
  box-shadow: 0 16px 44px -12px rgba(91, 58, 110, 0.2);
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--purple-deep);
  border: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 3;
  white-space: nowrap;
  animation: floatCard 5s ease-in-out infinite;
  will-change: transform;
}

.hero-float-card .fc-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.hero-float-card .fc-sub {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-top: 1px;
}

.hero-card-1 {
  top: 6%;
  left: -12%;
  animation-delay: 0s;
}

.hero-card-1 .fc-icon {
  background: var(--gold-light);
}

.hero-card-2 {
  top: 12%;
  right: -14%;
  animation-delay: 0.8s;
}

.hero-card-2 .fc-icon {
  background: var(--pink-light);
}

.hero-card-3 {
  bottom: 18%;
  left: -16%;
  animation-delay: 1.6s;
}

.hero-card-3 .fc-icon {
  background: var(--lavender-light);
}

.hero-card-4 {
  bottom: 8%;
  right: -12%;
  animation-delay: 2.4s;
}

.hero-card-4 .fc-icon {
  background: var(--mint-light);
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }
}

@media (max-width: 960px) {
  .hero-card-1 {
    top: -10%;
    left: 2%;
  }

  .hero-card-2 {
    top: -10%;
    right: 2%;
  }

  .hero-card-3 {
    bottom: -8%;
    left: 2%;
  }

  .hero-card-4 {
    bottom: -8%;
    right: 2%;
  }
}

@media (max-width: 600px) {
  .hero-float-card {
    padding: 8px 10px;
    gap: 8px;
    font-size: 11px;
    border-radius: 12px;
  }

  .hero-float-card .fc-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 14px;
  }

  .hero-float-card .fc-sub {
    font-size: 9px;
  }

  .hero-card-1 {
    top: -2%;
    left: 0%;
  }

  .hero-card-2 {
    top: 5%;
    right: 0%;
  }

  .hero-card-3 {
    bottom: 5%;
    left: 0%;
  }

  .hero-card-4 {
    bottom: -2%;
    right: 0%;
  }
}

/* =========================================================
   TRUST STRIP — Marquee
   ========================================================= */
.trust-strip {
  padding: 56px 0;
  border-top: 1px solid rgba(91, 58, 110, 0.07);
  border-bottom: 1px solid rgba(91, 58, 110, 0.07);
  overflow: hidden;
}

.trust-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px;
}

.trust-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
  flex-shrink: 0;
}

.trust-marquee-wrap {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.trust-marquee {
  display: flex;
  gap: 52px;
  align-items: center;
  animation: marqueeScroll 22s linear infinite;
  width: max-content;
}

.trust-marquee:hover {
  animation-play-state: paused;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.trust-item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  color: var(--purple);
  opacity: 0.6;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.trust-item:hover {
  opacity: 1;
}

/* =========================================================
   SCROLL STEPS — UNIFIED STACKING CARDS (SheKunj Style)
   ========================================================= */
.scroll-steps-section {
  position: relative;
  max-width: 1240px;
  margin: 0 auto var(--section-gap);
  padding: 0 24px;
}

.scroll-steps-header {
  text-align: center;
  padding: 80px 40px 48px;
}

.scroll-steps-inner {
  position: relative;
  width: 100%;
}

.steps-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  width: 100%;
}

/* Stacking Card base layout */
.step-card {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 22vh; /* space to scroll before next card stacks */
  will-change: transform;
}

/* Precise top stack offsets & z-indices for desktop */
.step-card:nth-of-type(1) {
  top: 100px;
  z-index: 10;
}

.step-card:nth-of-type(2) {
  top: 130px;
  z-index: 11;
}

.step-card:nth-of-type(3) {
  top: 160px;
  z-index: 12;
}

.step-card:nth-of-type(4) {
  top: 190px;
  z-index: 13;
}

.step-card:last-of-type {
  margin-bottom: 8vh;
}

/* The actual white card wrapper */
.step-card-inner {
  background: #FFFFFF;
  border-radius: 36px;
  padding: 40px;
  box-shadow: 0 30px 70px rgba(58, 36, 68, 0.09), 
              0 10px 20px rgba(58, 36, 68, 0.03);
  border: 1px solid rgba(91, 58, 110, 0.07);
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s ease;
}

.step-card-inner:hover {
  transform: translateY(-2px);
  box-shadow: 0 40px 80px rgba(58, 36, 68, 0.14);
}

/* Left Image Column */
.step-image-side {
  width: 100%;
}

.step-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3.1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(91, 58, 110, 0.08);
}

.step-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlaid badges on top of step images */
.step-img-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--violet-deep);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.step-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose);
  animation: pulseDot 1.5s ease infinite;
}

.step-img-counter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(49, 24, 60, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 8px 14px;
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Right Content Column */
.step-content-side {
  width: 100%;
}

.step-num-badge {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: var(--shadow-card);
}

.step-card:nth-child(1) .step-num-badge {
  background: linear-gradient(135deg, #E8527A, #F0C26B);
}

.step-card:nth-child(2) .step-num-badge {
  background: linear-gradient(135deg, #C9B6F0, #5B3A6E);
}

.step-card:nth-child(3) .step-num-badge {
  background: linear-gradient(135deg, #69D2FF, #C8F5D0);
}

.step-card:nth-child(4) .step-num-badge {
  background: linear-gradient(135deg, #FFD86B, #E8527A);
}

.step-content-side h3 {
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  color: var(--purple-deep);
}

.step-content-side p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 20px;
}

.step-content-side .step-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.step-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
}

.step-feature-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
  flex-shrink: 0;
}

/* ── Mobile Stacking Breakpoint ── */
@media (max-width: 900px) {
  .scroll-steps-section {
    padding: 0 16px;
  }

  .scroll-steps-header {
    padding: 60px 20px 32px;
  }

  /* Sticky stacking card adjustments for mobile vertical view */
  .step-card {
    padding: 12px 0;
    margin-bottom: 14vh; /* scroll headroom on mobile */
  }

  .step-card:nth-of-type(1) {
    top: 70px;
    z-index: 10;
  }

  .step-card:nth-of-type(2) {
    top: 90px;
    z-index: 11;
  }

  .step-card:nth-of-type(3) {
    top: 110px;
    z-index: 12;
  }

  .step-card:nth-of-type(4) {
    top: 130px;
    z-index: 13;
  }

  .step-card-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
    border-radius: 28px;
  }

  .step-img-wrapper {
    aspect-ratio: 4 / 3;
  }

  .step-img-badge {
    top: 14px;
    left: 14px;
    padding: 6px 12px;
    font-size: 10.5px;
  }

  .step-img-counter {
    top: 14px;
    right: 14px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .step-num-badge {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 14px;
  }

  .step-content-side h3 {
    margin-bottom: 8px;
  }

  .step-content-side p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
}

/* =========================================================
   MISSION / VISION SPLIT
   ========================================================= */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.split-visual {
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3.4;
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, var(--pink-soft), var(--lavender-light));
  box-shadow: var(--shadow-float);
  display: flex;
  align-items: center;
  justify-content: center;
}

.split-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  transition: transform 0.6s var(--ease-spring);
}

.split-visual:hover img {
  transform: scale(1.04);
}

.split-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.25), transparent 60%);
  pointer-events: none;
  z-index: 1;
}

/* =========================================================
   STATS BAND
   ========================================================= */
.stats-band {
  background: linear-gradient(135deg, var(--purple-deep) 0%, #1F0A38 50%, #3A2444 100%);
  border-radius: var(--radius-lg);
  padding: 72px 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(58, 36, 68, 0.5);
}

.stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(232, 82, 122, 0.3), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(217, 165, 107, 0.25), transparent 50%);
}

.stats-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
}

.stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

@media (max-width: 760px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-band {
    padding: 52px 28px;
  }
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  background: linear-gradient(120deg, #FFE3EE, #F0D5B0, #FFE3EE);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerText 4s ease-in-out infinite;
  letter-spacing: -0.02em;
}

@keyframes shimmerText {

  0%,
  100% {
    background-position: 0% center;
  }

  50% {
    background-position: 100% center;
  }
}

.stat-label {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =========================================================
   CARDS — Premium Grid
   ========================================================= */
.grid {
  display: grid;
  gap: 24px;
}

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

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 980px) {

  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {

  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 34px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(91, 58, 110, 0.06);
  transition: all 0.4s var(--ease-spring);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 50%), rgba(232, 82, 122, 0.06), transparent 60%);
  transition: opacity 0.4s ease;
  z-index: 0;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-float);
  border-color: rgba(232, 82, 122, 0.12);
}

.card:hover::before {
  opacity: 1;
}

.card>* {
  position: relative;
  z-index: 1;
}

.card .ic-wrap {
  width: 56px;
  height: 56px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
  background: var(--pink-light);
  transition: transform 0.3s var(--ease-spring);
}

.card:hover .ic-wrap {
  transform: scale(1.1) rotate(-5deg);
}

.card h3 {
  font-size: 19px;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.card p {
  font-size: 14.5px;
  line-height: 1.7;
}

/* Services Section Multicolor Cards */
section[aria-labelledby="services-heading"] .card:nth-child(4n+1) {
  background: #FFF0F6;
  border-color: rgba(232, 82, 122, 0.12);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+1):hover {
  background: #FFE3EC;
  border-color: rgba(232, 82, 122, 0.28);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+2) {
  background: #EEF2FF;
  border-color: rgba(99, 102, 241, 0.12);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+2):hover {
  background: #E0E7FF;
  border-color: rgba(99, 102, 241, 0.28);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+3) {
  background: #F5F3FF;
  border-color: rgba(139, 92, 246, 0.12);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+3):hover {
  background: #EDE9FE;
  border-color: rgba(139, 92, 246, 0.28);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+4) {
  background: #FFFBEB;
  border-color: rgba(245, 158, 11, 0.12);
}

section[aria-labelledby="services-heading"] .card:nth-child(4n+4):hover {
  background: #FEF3C7;
  border-color: rgba(245, 158, 11, 0.28);
}

section[aria-labelledby="services-heading"] .card .ic-wrap {
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(91, 58, 110, 0.06);
}

/* =========================================================
   BENEFITS HORIZONTAL SLIDER - SheKunj Podcasts Style
   ========================================================= */
.benefits-section {
  background: transparent;
  padding: 80px 0;
}

.benefits-dark-box {
  background: #18092A;
  /* Deep premium violet background matching SheKunj theme */
  border-radius: 40px;
  padding: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(24, 9, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.benefits-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  gap: 40px;
}

.benefits-header-left {
  flex: 1;
}

.benefits-eyebrow-pill {
  display: inline-block;
  padding: 6px 18px;
  border: 2px solid rgb(255 255 255);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  background-color: #fa1ffa;
}

.benefits-title {
  color: #FFFFFF;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
}

.benefits-title em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: #E8527A;
  /* Highlight pink color */
}

.benefits-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.6;
  max-width: 600px;
}

.benefits-header-right {
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.slider-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: #FFFFFF;
  color: #18092A;
  border-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.slider-arrow:active {
  transform: scale(0.95);
}

/* Slider Track and Containers */
.benefits-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0 30px;
}

.benefits-slider-track {
  display: flex;
  gap: 24px;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Glassmorphism Benefit Cards */
.benefit-card-dark {
  flex: 0 0 280px;
  /* fixed width for cards in slider */
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 34px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.4s var(--ease-spring);
  position: relative;
  overflow: hidden;
}

.benefit-card-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(200px circle at var(--mx, 50%) var(--my, 50%), rgba(232, 82, 122, 0.1), transparent 70%);
  transition: opacity 0.4s ease;
  z-index: 0;
}

.benefit-card-dark:hover::before {
  opacity: 1;
}

.benefit-card-dark:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(232, 82, 122, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.benefit-card-dark>* {
  position: relative;
  z-index: 1;
}

.benefit-card-dark .ic-wrap {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s var(--ease-spring);
}

.benefit-card-dark:hover .ic-wrap {
  transform: scale(1.1) rotate(-5deg);
  background: rgba(232, 82, 122, 0.15);
  border-color: rgba(232, 82, 122, 0.3);
}

.benefit-card-dark h3 {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.benefit-card-dark p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
}

/* Footer & Lime Green Button */
.benefits-footer {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
}

.benefits-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 30px;
  background: #CBE346;
  /* shekunj signature lime green button */
  color: #18092A;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(203, 227, 70, 0.25);
}

.benefits-cta-btn:hover {
  background: #D4FF3E;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(203, 227, 70, 0.4);
}

.benefits-cta-btn:active {
  transform: translateY(-1px);
}

.benefits-cta-btn .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.benefits-cta-btn:hover .arrow {
  transform: translate(3px, -3px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .benefits-dark-box {
    padding: 40px;
    border-radius: 30px;
  }

  .benefits-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .benefits-header-right {
    align-self: flex-end;
  }
}

@media (max-width: 575px) {
  .benefits-dark-box {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .benefit-card-dark {
    flex: 0 0 250px;
    padding: 24px 20px;
  }
}

/* =========================================================
   SUCCESS STORIES
   ========================================================= */
.story-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(91, 58, 110, 0.06);
  transition: all 0.4s var(--ease-spring);
}

.story-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-float);
}

.story-img-wrap {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.story-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-spring);
}

.story-card:hover .story-img-wrap img {
  transform: scale(1.06);
}

.story-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(58, 36, 68, 0.55), transparent);
  pointer-events: none;
}

.story-body {
  padding: 26px 28px 28px;
}

.story-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.story-body p {
  font-size: 14px;
  line-height: 1.7;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: var(--radius-md);
  padding: 34px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
  transition: all 0.4s var(--ease-spring);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-float);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 20px;
  font-family: var(--font-display);
  font-size: 100px;
  color: var(--pink-light);
  line-height: 1;
  pointer-events: none;
  font-style: italic;
}

.testimonial-quote {
  font-size: 15.5px;
  color: var(--ink);
  font-style: italic;
  margin-bottom: 22px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 6px 20px -6px rgba(232, 82, 122, 0.4);
}

.testimonial-person .name {
  font-weight: 700;
  font-size: 15px;
  color: var(--purple-deep);
}

.testimonial-person .role {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}

.stars {
  color: var(--gold);
  letter-spacing: 3px;
  margin-bottom: 14px;
  font-size: 16px;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-item {
  border-bottom: 1px solid rgba(91, 58, 110, 0.1);
  padding: 24px 0;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
}

.faq-q h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.faq-item:hover .faq-q h4,
.faq-item.open .faq-q h4 {
  color: var(--rose-deep);
}

.faq-q .plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pink-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--rose);
  transition: all 0.35s var(--ease-spring);
  flex-shrink: 0;
}

.faq-item.open .plus {
  transform: rotate(45deg);
  background: var(--rose);
  color: #fff;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease-smooth);
}

.faq-item.open .faq-a {
  max-height: 240px;
}

.faq-a p {
  padding-top: 16px;
  font-size: 15px;
  line-height: 1.75;
}

/* =========================================================
   CTA BAND
   ========================================================= */
.cta-band {
  border-radius: var(--radius-lg);
  padding: 80px 60px;
  text-align: center;
  background: linear-gradient(120deg, var(--gold) 0%, var(--rose) 50%, #B96A9A 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.22), transparent 50%), radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.1), transparent 40%);
}

.cta-band::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
}

.cta-band h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 46px);
  position: relative;
  z-index: 1;
  letter-spacing: -0.02em;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 560px;
  margin: 18px auto 36px;
  position: relative;
  z-index: 1;
  font-size: 17px;
}

.cta-band .btn-light {
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding: 18px 42px;
}

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: linear-gradient(160deg, #14082A 0%, var(--navy) 50%, #0D1A35 100%);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 100px;
  border-radius: 56px 56px 0 0;
  margin: 80px 16px 0;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 82, 122, 0.5), rgba(201, 182, 240, 0.4), transparent);
}

@media (max-width: 768px) {
  footer {
    border-radius: 36px 36px 0 0;
    padding-top: 64px;
    margin: 40px 0 0;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.3fr;
  gap: 44px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-grid h4 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-weight: 800;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-grid a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-brand .brand {
  color: #fff;
}

.footer-brand p {
  margin-top: 16px;
  font-size: 14px;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.social-row a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s var(--ease-spring);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.social-row a:hover {
  background: var(--rose);
  transform: translateY(-4px);
  box-shadow: 0 10px 24px -8px rgba(232, 82, 122, 0.5);
  border-color: transparent;
}

.newsletter {
  display: flex;
  gap: 0;
  margin-top: 16px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 16px;
  color: #fff;
  font-size: 13.5px;
  outline: none;
  font-family: inherit;
}

.newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter button {
  background: var(--grad-primary);
  border: none;
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  font-family: inherit;
  transition: opacity 0.2s ease;
}

.newsletter button:hover {
  opacity: 0.9;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.45);
  margin-left: 20px;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--gold-light);
}

/* =========================================================
   SCROLL REVEAL ANIMATIONS
   ========================================================= */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.85s var(--ease-spring), transform 0.85s var(--ease-spring);
  transition-delay: calc(var(--i, 0) * 80ms);
}

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

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.85s var(--ease-spring), transform 0.85s var(--ease-spring);
}

.reveal-left.in {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.85s var(--ease-spring), transform 0.85s var(--ease-spring);
}

.reveal-right.in {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.85s var(--ease-spring), transform 0.85s var(--ease-spring);
}

.reveal-scale.in {
  opacity: 1;
  transform: scale(1);
}

.reveal-blur {
  opacity: 0;
  filter: blur(16px);
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease-spring), filter 0.9s var(--ease-spring), transform 0.9s var(--ease-spring);
}

.reveal-blur.in {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease-spring), transform 0.8s var(--ease-spring);
  transition-delay: calc(var(--i, 1) * 0.12s);
}

.reveal-up.in {
  opacity: 1;
  transform: translateY(0);
}

.stagger>* {
  transition-delay: calc(var(--i, 0) * 100ms) !important;
}

/* =========================================================
   PAGE HERO (Inner Pages)
   ========================================================= */
.page-hero {
  padding: 175px 0 100px;
  background: var(--grad-hero);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 70% 30%, rgba(255, 217, 232, 0.5), transparent), radial-gradient(ellipse 50% 50% at 20% 70%, rgba(201, 182, 240, 0.4), transparent);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  letter-spacing: -0.03em;
  animation: heroItemIn 0.9s var(--ease-spring) 0.2s both;
}

.page-hero .crumb {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--violet-deep);
  margin-bottom: 20px;
  display: inline-block;
  background: var(--violet-light);
  padding: 7px 18px;
  border-radius: 999px;
  border: 1px solid var(--violet-border);
  animation: heroItemIn 0.8s var(--ease-spring) 0.1s both;
}

.page-hero p {
  max-width: 620px;
  margin: 20px auto 0;
  font-size: 18px;
  animation: heroItemIn 0.9s var(--ease-spring) 0.35s both;
}

.page-hero .hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
  flex-wrap: wrap;
}

/* =========================================================
   MISC
   ========================================================= */
.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--pink-light);
  color: var(--rose-deep);
  font-size: 13.5px;
  font-weight: 700;
  border: 1px solid rgba(232, 82, 122, 0.15);
  transition: all 0.2s ease;
}

.pill:hover {
  background: var(--rose);
  color: #fff;
  transform: translateY(-2px);
}

.form-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-float);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

.field label {
  display: block;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--purple-deep);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1.5px solid rgba(91, 58, 110, 0.12);
  background: var(--cream);
  font-family: inherit;
  font-size: 14.5px;
  color: var(--ink);
  outline: none;
  transition: border 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--rose);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 82, 122, 0.08);
}

.field textarea {
  resize: vertical;
  min-height: 120px;
}

.join-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .join-options {
    grid-template-columns: repeat(2, 1fr);
  }
}

.join-opt {
  border: 1.5px solid rgba(91, 58, 110, 0.12);
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s var(--ease-spring);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--purple-deep);
  background: var(--warm-white);
}

.join-opt:hover {
  border-color: var(--rose);
  background: var(--pink-light);
  transform: translateY(-2px);
}

.join-opt.selected {
  background: var(--pink-light);
  border-color: var(--rose);
  color: var(--rose-deep);
  box-shadow: 0 6px 18px -8px rgba(232, 82, 122, 0.3);
}

.join-opt .e {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

.product-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.4s var(--ease-spring);
  border: 1px solid rgba(91, 58, 110, 0.05);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-float);
}

.product-thumb {
  aspect-ratio: 1/0.9;
  background: linear-gradient(150deg, var(--pink-light), var(--lavender-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s var(--ease-spring);
}

.product-card:hover .product-thumb {
  transform: scale(1.04);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: var(--rose-deep);
  letter-spacing: 0.04em;
}

.product-body {
  padding: 22px;
}

.product-body h3 {
  font-size: 16px;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.price {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--rose-deep);
  font-size: 17px;
}

.cat-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 26px 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-card);
  transition: all 0.3s var(--ease-spring);
  text-align: center;
  border: 1px solid rgba(91, 58, 110, 0.06);
  cursor: pointer;
}

.cat-chip:hover {
  transform: translateY(-6px);
  background: var(--pink-light);
  border-color: rgba(232, 82, 122, 0.2);
}

.cat-chip.active-filter {
  background: var(--grad-primary);
  border-color: transparent;
}

.cat-chip.active-filter span {
  color: #fff;
}

.cat-chip .e {
  font-size: 32px;
  color: var(--rose-deep);
}

.cat-chip.active-filter .e {
  color: #fff;
}

.cat-chip span {
  font-size: 13px;
  font-weight: 700;
  color: var(--purple-deep);
}

.timeline {
  position: relative;
  padding-left: 0;
}

.timeline-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 22px;
  border-radius: 22px;
  margin-bottom: 16px;
  position: relative;
  transition: all 0.35s ease;
  background: rgba(255, 255, 255, 0.55);
}

.timeline-row:hover {
  background: #fff;
  box-shadow: var(--shadow-card);
  transform: translateX(6px);
}

.timeline-row:last-child {
  margin-bottom: 0;
}

.timeline-row::before {
  content: '';
  position: absolute;
  left: 56px;
  top: 90px;
  bottom: -16px;
  width: 3px;
  background: repeating-linear-gradient(180deg, rgba(91, 58, 110, 0.15) 0 6px, transparent 6px 12px);
}

.timeline-row:last-child::before {
  display: none;
}

.timeline-num {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  box-shadow: var(--shadow-card);
}

.timeline-row:nth-child(4n+1) .timeline-num {
  background: linear-gradient(135deg, #E8527A, #F0C26B);
}

.timeline-row:nth-child(4n+2) .timeline-num {
  background: linear-gradient(135deg, #C9B6F0, #8FBFD9);
}

.timeline-row:nth-child(4n+3) .timeline-num {
  background: linear-gradient(135deg, #69D2FF, #C8F5D0);
}

.timeline-row:nth-child(4n+4) .timeline-num {
  background: linear-gradient(135deg, #FFD86B, #E8527A);
}

.timeline-body h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.pt-textiles,
.pt-textiles2 {
  background: linear-gradient(150deg, var(--pink-light), var(--gold-light));
}

.pt-food {
  background: linear-gradient(150deg, var(--gold-light), var(--pink-light));
}

.pt-food .pt-icon {
  color: #A5721F;
}

.pt-decor {
  background: linear-gradient(150deg, var(--lavender-light), var(--sky-light));
}

.pt-decor .pt-icon {
  color: var(--purple);
}

.pt-jewellery {
  background: linear-gradient(150deg, var(--gold-light), var(--lavender-light));
}

.pt-jewellery .pt-icon {
  color: var(--rose-deep);
}

.pt-beauty {
  background: linear-gradient(150deg, var(--mint-light), var(--sky-light));
}

.pt-beauty .pt-icon {
  color: #2C7A4B;
}

.pt-art {
  background: linear-gradient(150deg, var(--pink-light), var(--sky-light));
}

.pt-bags {
  background: linear-gradient(150deg, var(--sky-light), var(--pink-light));
}

.pt-bags .pt-icon {
  color: var(--purple);
}

.product-thumb .pt-icon {
  width: 64px;
  height: 64px;
  color: var(--rose-deep);
  position: relative;
  z-index: 2;
}

/* Cursor glow */
.cursor-glow {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(232, 82, 122, 0.05), transparent 65%);
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: transform;
}

.cursor-glow.active {
  opacity: 1;
}

@media (hover: none),
(max-width:900px) {
  .cursor-glow {
    display: none;
  }
}

.text-rose {
  color: var(--violet);
}

.text-violet {
  color: var(--violet);
}

.text-gold {
  color: var(--gold);
}

.italic-serif {
  font-family: var(--font-display);
  font-style: italic;
}

hr.divider {
  border: none;
  border-top: 1px solid rgba(91, 58, 110, 0.08);
  margin: 0;
}

::selection {
  background: var(--pink-soft);
  color: var(--purple-deep);
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .reveal-blur,
  .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* =========================================================
   TESTIMONIALS DARK PURPLE BLOCK
   ========================================================= */
.testimonials-dark-section {
  background: linear-gradient(135deg, var(--purple-deep) 0%, #17072a 50%, #31183c 100%) !important;
  box-shadow: 0 40px 80px -30px rgba(58, 36, 68, 0.5) !important;
  color: #FFFFFF !important;
  position: relative;
  overflow: hidden;
}

.testimonials-dark-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(232, 82, 122, 0.22), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(105, 210, 255, 0.15), transparent 50%) !important;
  pointer-events: none;
}

.testimonials-dark-section .section-title {
  color: #FFFFFF !important;
}

.testimonials-dark-section .section-title em {
  color: var(--gold-light) !important;
}

.testimonials-dark-section .section-sub {
  color: rgba(255, 255, 255, 0.7) !important;
}

.testimonials-dark-section .testimonial-card {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2) !important;
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s ease;
}

.testimonials-dark-section .testimonial-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35) !important;
}

.testimonials-dark-section .testimonial-card::before {
  color: rgba(255, 255, 255, 0.05) !important;
}

.testimonials-dark-section .testimonial-quote {
  color: rgba(255, 255, 255, 0.88) !important;
}

.testimonials-dark-section .testimonial-person .name {
  color: #FFFFFF !important;
}

.testimonials-dark-section .testimonial-person .role {
  color: rgba(255, 255, 255, 0.55) !important;
}

.testimonials-dark-section .stars {
  color: var(--gold-light) !important;
}

.testimonials-dark-section .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-light);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.testimonials-dark-section .eyebrow::before {
  background: var(--gold);
}
