/* ===================================
   Bunyan Landing Page V2
   Sales Funnel Edition
   Brand: Blue + Gold + Warm
   =================================== */

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800;900&family=Amiri:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
  /* Brand Colors — V2 Palette (Navy + Blue + Gold) */
  --navy: #0B1F4A;
  --blue-dark: #0B1F4A;
  --blue: #1B5CB0;
  --blue-mid: #2B6FD4;
  --blue-light: #1B5CB0;
  --blue-lt: #5B9BE8;
  --sky: #C8DEFF;
  --gold: #C8920A;
  --gold-light: #F0B429;
  --gold-dark: #a87208;
  --gold-pale: #FDF0CB;
  --cream: #FAFBFF;
  --cream-dark: #F0F2FA;
  --sand: #F5F7FF;
  --ink: #0D1829;
  --white: #ffffff;
  --text-dark: #0D1829;
  --text-mid: #4a5a7a;
  --text-light: #ffffff;
  --red-soft: #e74c3c;
  --green-soft: #27ae60;
  --cold-blue: #0B1F4A;

  /* Gradients — V2 */
  --grad-hero: linear-gradient(160deg, #071333 0%, #0B1F4A 40%, #122660 100%);
  --grad-gold: linear-gradient(135deg, #C8920A 0%, #F0B429 50%, #C8920A 100%);
  --grad-blue: linear-gradient(135deg, #1B5CB0 0%, #2B6FD4 100%);
  --grad-dark: linear-gradient(180deg, #071333 0%, #0B1F4A 100%);
  --grad-cta: linear-gradient(135deg, #F0B429 0%, #C8920A 100%);

  /* Shadows — V2 */
  --shadow-sm: 0 2px 10px rgba(11, 31, 74, 0.06);
  --shadow-md: 0 4px 25px rgba(11, 31, 74, 0.1);
  --shadow-lg: 0 10px 40px rgba(11, 31, 74, 0.15);
  --shadow-gold: 0 4px 25px rgba(200, 146, 10, 0.35);
  --shadow-blue: 0 4px 25px rgba(27, 92, 176, 0.3);

  /* Typography */
  --font-main: 'Tajawal', sans-serif;
  --font-deco: 'Amiri', serif;

  /* Spacing */
  --s-xs: 0.5rem;
  --s-sm: 1rem;
  --s-md: 1.5rem;
  --s-lg: 2.5rem;
  --s-xl: 4rem;
  --s-2xl: 6rem;
  --s-3xl: 8rem;

  /* Radius */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 35px;
  --r-full: 50%;

  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================
   ISLAMIC IDENTITY SYSTEM
   ============================ */

/* === HERO CROWN (Bismillah + Verse — Compact) === */
.hero-crown {
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 5;
  grid-column: 1 / -1;
  margin-bottom: 0.5rem;
}

.hero-crown .bismillah-text {
  font-family: var(--font-deco);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--gold);
  text-shadow: 0 0 25px rgba(200,146,10, 0.2);
  display: block;
  animation: bismillahGlow 4s ease-in-out infinite;
  letter-spacing: 2px;
  margin-bottom: 0.2rem;
}

@keyframes bismillahGlow {
  0%, 100% { text-shadow: 0 0 20px rgba(200,146,10, 0.2); }
  50% { text-shadow: 0 0 35px rgba(200,146,10, 0.4), 0 0 70px rgba(200,146,10, 0.12); }
}

.hero-verse-text {
  font-family: var(--font-deco);
  font-size: clamp(0.8rem, 1.3vw, 0.95rem);
  color: rgba(255,255,255,0.45);
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.3px;
}

.hero-verse-ref {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  font-style: normal;
}

/* === HERO ISLAMIC PATTERN === */
.hero-islamic-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23d4a843'%3E%3Cpath d='M40 0 L44 12 L56 12 L46 20 L50 32 L40 24 L30 32 L34 20 L24 12 L36 12Z'/%3E%3Cpath d='M0 40 L4 52 L16 52 L6 60 L10 72 L0 64 L-10 72 L-6 60 L-16 52 L-4 52Z'/%3E%3Cpath d='M80 40 L84 52 L96 52 L86 60 L90 72 L80 64 L70 72 L74 60 L64 52 L76 52Z'/%3E%3Cpath d='M40 80 L44 92 L56 92 L46 100 L50 112 L40 104 L30 112 L34 100 L24 92 L36 92Z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23d4a843' stroke-width='0.5'%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3Ccircle cx='0' cy='0' r='20'/%3E%3Ccircle cx='80' cy='0' r='20'/%3E%3Ccircle cx='0' cy='80' r='20'/%3E%3Ccircle cx='80' cy='80' r='20'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
  animation: patternDrift 60s linear infinite;
}

@keyframes patternDrift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 80px 80px;
  }
}

/* === ISLAMIC SECTION DIVIDERS === */
.islamic-divider {
  text-align: center;
  padding: 0.5rem 0;
  background: var(--cream);
  position: relative;
}

.islamic-divider.dark {
  background: transparent;
  margin: -1px 0;
}

.islamic-divider-svg {
  width: 100%;
  max-width: 600px;
  height: 40px;
  margin: 0 auto;
  display: block;
}

/* === PILLAR ARCH DECORATION === */
.pillar-arch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--grad-gold);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  opacity: 0;
  transition: var(--transition);
}

.pillar-arch::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid var(--gold);
  opacity: 0.6;
}

.pillar:hover .pillar-arch {
  opacity: 1;
}

/* === PILLAR ICON (V2 sky blue square) === */
.pillar-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto var(--s-md);
  background: var(--sky);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: var(--transition);
}

.pillar:hover .pillar-icon {
  background: var(--sky);
  transform: scale(1.1);
}

/* === PROGRAM CARD ARCH === */
.prog-arch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 30px;
  border-radius: 0 0 60px 60px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: none;
  z-index: 2;
}

.prog-arch::after {
  content: '☆';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
}

.prog-card:nth-child(2) .prog-arch {
  background: rgba(11,31,74, 0.1);
  border-color: rgba(11,31,74, 0.15);
}

.prog-card:nth-child(2) .prog-arch::after {
  color: rgba(11,31,74, 0.5);
}

/* === PROGRAM ICON (replaces emoji) === */
.prog-icon {
  font-size: 2.8rem;
  margin-bottom: var(--s-xs);
  position: relative;
  z-index: 1;
}

/* === DARK SECTION PATTERN OVERLAYS === */
.pillars-pattern-overlay,
.testimonials-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23d4a843'%3E%3Cpath d='M30 0 L33 9 L42 9 L35 15 L38 24 L30 18 L22 24 L25 15 L18 9 L27 9Z'/%3E%3C/g%3E%3Cg fill='none' stroke='%23d4a843' stroke-width='0.3'%3E%3Ccircle cx='30' cy='30' r='15'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60px 60px;
}

/* === CREAM SECTION PATTERN OVERLAYS === */
.product-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%231a3a6b' stroke-width='0.5'%3E%3Ccircle cx='50' cy='50' r='25'/%3E%3Ccircle cx='50' cy='50' r='15'/%3E%3Cpath d='M50 25 L55 40 L70 40 L58 50 L62 65 L50 55 L38 65 L42 50 L30 40 L45 40Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100px 100px;
}

.product {
  position: relative;
}

/* === QURANIC VERSE SECTION === */
.quran-verse-section {
  background: var(--grad-dark);
  padding: var(--s-2xl) 0;
  position: relative;
  overflow: hidden;
}

.quran-verse-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23d4a843'%3E%3Cpath d='M40 0 L44 12 L56 12 L46 20 L50 32 L40 24 L30 32 L34 20 L24 12 L36 12Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 80px 80px;
}

.quran-verse-card {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: var(--s-xl) var(--s-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200,146,10, 0.12);
  border-radius: var(--r-lg);
  position: relative;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.quran-ornament-top,
.quran-ornament-bottom {
  display: flex;
  justify-content: center;
  opacity: 0.8;
}

.quran-verse-text {
  font-family: var(--font-deco);
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  color: var(--gold-light);
  line-height: 2;
  margin: var(--s-md) 0 var(--s-sm);
  text-shadow: 0 0 30px rgba(200,146,10, 0.15);
  font-weight: 700;
}

.quran-verse-ref {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
  margin-bottom: var(--s-md);
}

/* === FOOTER SPIRITUAL ELEMENTS === */
.footer-islamic-border {
  height: 4px;
  background:
    repeating-linear-gradient(90deg,
      var(--gold) 0px,
      var(--gold) 8px,
      transparent 8px,
      transparent 16px,
      var(--gold-dark) 16px,
      var(--gold-dark) 20px,
      transparent 20px,
      transparent 28px);
  opacity: 0.4;
}

.footer-bismillah {
  text-align: center;
  font-family: var(--font-deco);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--gold);
  margin-bottom: var(--s-lg);
  letter-spacing: 2px;
  text-shadow: 0 0 30px rgba(200,146,10, 0.25);
  animation: bismillahGlow 4s ease-in-out infinite;
}

.footer-dua {
  text-align: center;
  padding: var(--s-md) 0;
  margin-bottom: var(--s-sm);
  border-top: 1px solid rgba(200,146,10, 0.12);
  border-bottom: 1px solid rgba(200,146,10, 0.12);
}

.footer-dua p {
  font-family: var(--font-deco);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--gold-light);
  text-shadow: 0 0 20px rgba(200,146,10, 0.1);
  font-weight: 700;
}

/* === RESET === */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-main);
  color: var(--text-dark);
  background: var(--cream);
  direction: rtl;
  text-align: right;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* === UTILITIES === */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--s-md);
}

.section-pad {
  padding: var(--s-xl) 0;
}

.text-center {
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-d1 {
  transition-delay: 0.1s;
}

.reveal-d2 {
  transition-delay: 0.2s;
}

.reveal-d3 {
  transition-delay: 0.3s;
}

.reveal-d4 {
  transition-delay: 0.4s;
}

/* === NAVBAR === */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: var(--s-sm) 0;
  transition: var(--transition);
}

.nav.scrolled {
  background: rgba(11,31,74, 0.97);
  backdrop-filter: blur(20px);
  padding: 0.5rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.nav-logo {
  height: clamp(50px, 6vw, 75px);
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.nav-logo:hover {
  transform: scale(1.05);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--s-lg);
}

.nav-links a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 0.9rem;
  transition: var(--transition);
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  background: var(--grad-gold) !important;
  color: var(--blue-dark) !important;
  padding: 0.55rem 1.6rem !important;
  border-radius: var(--r-xl) !important;
  font-weight: 700 !important;
  box-shadow: var(--shadow-gold) !important;
  transition: var(--transition) !important;
}

.nav-cta:hover {
  transform: translateY(-2px) !important;
}

.menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.6rem;
  gap: 0;
  z-index: 1100;
}

.menu-btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--white);
  margin: 4px 0;
  border-radius: 3px;
  transition: var(--transition);
}

.menu-btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* === HERO === */
.hero {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  background: var(--grad-hero);
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(200,146,10, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--s-xl);
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-content {
  padding: 0;
}

.hero-title {
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.22;
  margin-bottom: var(--s-md);
  animation: fadeUp 0.6s ease 0.15s both;
}

.hero-title .gold {
  color: var(--gold);
  position: relative;
}

.hero-title .gold::after {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 100%;
  height: 5px;
  background: var(--grad-gold);
  border-radius: 3px;
  opacity: 0.35;
}

.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.85;
  margin-bottom: var(--s-lg);
  max-width: 540px;
  animation: fadeUp 0.6s ease 0.3s both;
}

.hero-ctas {
  display: flex;
  gap: var(--s-sm);
  align-items: center;
  animation: fadeUp 0.6s ease 0.45s both;
  flex-wrap: wrap;
}

/* Hero Image */
.hero-img-wrap {
  position: relative;
  animation: fadeUp 0.8s ease 0.6s both;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-glow {
  position: absolute;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(200,146,10, 0.2) 0%, transparent 70%);
  filter: blur(60px);
  z-index: -1;
}

.hero-img {
  width: 100%;
  max-height: 65vh;
  object-fit: contain;
  border-radius: var(--r-lg);
  border: 2px solid rgba(200,146,10, 0.15);
  box-shadow: var(--shadow-lg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn-gold {
  background: var(--grad-gold);
  color: var(--blue-dark);
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(200,146,10, 0.5);
}

.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: 0.5s;
}

.btn-gold:hover::before {
  left: 100%;
}

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-3px);
}

.btn-green {
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(39, 174, 96, 0.3);
  font-size: 1.15rem;
  padding: 1.1rem 2.8rem;
}

.btn-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(39, 174, 96, 0.45);
}

.hero-img-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  animation: fadeLeft 0.8s ease 0.3s both;
}

.hero-img {
  width: 100%;
  max-width: 500px;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}

.hero-glow {
  position: absolute;
  width: 110%;
  height: 110%;
  background: radial-gradient(circle, rgba(200,146,10, 0.2) 0%, transparent 65%);
  top: -5%;
  left: -5%;
  z-index: 1;
  animation: pulse 4s ease-in-out infinite;
}

/* Floating elements */
.float-circle {
  position: absolute;
  border-radius: var(--r-full);
  pointer-events: none;
  z-index: 1;
}

.float-1 {
  width: 100px;
  height: 100px;
  background: rgba(200,146,10, 0.08);
  top: 12%;
  left: 8%;
  animation: floatY 7s ease-in-out infinite;
}

.float-2 {
  width: 70px;
  height: 70px;
  background: rgba(91,155,232, 0.12);
  bottom: 18%;
  right: 6%;
  animation: floatY 5s ease-in-out infinite reverse;
}

/* === STATS === */
.stats {
  background: var(--blue-dark);
  padding: var(--s-xl) 0;
  position: relative;
}

.stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-gold);
}

.stats .container {
  display: block;
}

.stat {
  text-align: center;
  position: relative;
}

.stat:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.stat-num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

/* === BEFORE/AFTER (Pain Trigger) === */
.before-after {
  background: var(--cream);
  overflow: hidden;
}

.before-after.section-pad {
  padding: 0;
}

.ba-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.ba-image-side {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
}

.ba-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ba-content-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--s-xl) var(--s-xl);
}

.ba-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: var(--s-md);
}

.ba-headline .gold {
  color: var(--gold-dark);
}

.ba-desc {
  font-size: 1.1rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: var(--s-lg);
}

.ba-points {
  display: flex;
  flex-direction: column;
  gap: var(--s-sm);
}

.ba-point {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-dark);
}

.ba-icon-bad {
  width: 32px;
  height: 32px;
  background: rgba(231, 76, 60, 0.1);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red-soft);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.ba-icon-good {
  width: 32px;
  height: 32px;
  background: rgba(39, 174, 96, 0.1);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-soft);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* === 3 PILLARS (V2 Light Style) === */
.pillars {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}

.pillars::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(27,92,176, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.pillars .section-head {
  text-align: center;
  margin-bottom: var(--s-xl);
  position: relative;
  z-index: 2;
}

.section-head {
  text-align: center;
  margin-bottom: var(--s-xl);
}

.section-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  margin-bottom: var(--s-xs);
  line-height: 1.3;
}

.section-head h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: var(--grad-gold);
  margin: var(--s-sm) auto 0;
  border-radius: 2px;
}

.section-head p {
  font-size: 1.1rem;
  max-width: 650px;
  margin: var(--s-sm) auto 0;
  line-height: 1.8;
}

/* V2: Section label (small uppercase text above title) */
.section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--blue);
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.pillars .section-head h2 {
  color: var(--navy);
}

.pillars .section-head p {
  color: var(--text-mid);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-md);
  position: relative;
  z-index: 2;
}

.pillar {
  background: white;
  border: 1.5px solid rgba(27,92,176, 0.08);
  border-radius: var(--r-lg);
  padding: var(--s-xl) var(--s-lg);
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--blue-mid), var(--gold-light));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}

.pillar:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(11,31,74, 0.1);
}

.pillar:hover::before {
  transform: scaleX(1);
}

.pillar-emoji {
  width: 62px;
  height: 62px;
  margin: 0 auto var(--s-md);
  background: var(--sky);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border: none;
  transition: var(--transition);
}

.pillar:hover .pillar-emoji,
.pillar:hover .pillar-icon {
  background: var(--sky);
  transform: scale(1.1);
}

.pillar h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: var(--s-xs);
}

.pillar p {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* === PRODUCT SECTION (Online Session) === */
.product {
  background: var(--cream);
}

.product .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-2xl);
  align-items: center;
}

.product-img {
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
}

.product h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: var(--s-md);
}

.product h2 .gold {
  color: var(--gold-dark);
}

.product h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: var(--grad-gold);
  margin: var(--s-sm) 0 0 auto;
  border-radius: 2px;
}

.product-desc {
  font-size: 1.1rem;
  color: var(--text-mid);
  line-height: 1.9;
  margin-bottom: var(--s-lg);
}

.product-features {
  display: flex;
  flex-direction: column;
  gap: var(--s-sm);
}

.product-feat {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: var(--s-sm) var(--s-md);
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.product-feat:hover {
  transform: translateX(-6px);
  box-shadow: var(--shadow-md);
}

.product-feat-icon {
  width: 44px;
  height: 44px;
  background: rgba(27,92,176, 0.08);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.product-feat h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
}

.product-feat p {
  font-size: 0.85rem;
  color: var(--text-mid);
}

/* === PROGRAMS === */
.programs {
  background: var(--cream-dark);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-lg);
}

.prog-card {
  background: var(--white);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.prog-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.prog-header {
  padding: var(--s-lg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.prog-card:nth-child(1) .prog-header {
  background: var(--grad-blue);
}

.prog-card:nth-child(2) .prog-header {
  background: var(--grad-gold);
}

.prog-card:nth-child(3) .prog-header {
  background: linear-gradient(135deg, #2c3e50, #3498db);
}

.prog-header::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 55%);
  animation: spinSlow 25s linear infinite;
}

.prog-emoji,
.prog-icon {
  font-size: 2.8rem;
  margin-bottom: var(--s-xs);
  position: relative;
  z-index: 1;
}

.prog-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.prog-card:nth-child(2) .prog-name {
  color: var(--blue-dark);
}

.prog-body {
  padding: var(--s-lg);
}

.prog-desc {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: var(--s-md);
}

.prog-checks {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.prog-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-dark);
}

.prog-check .ck {
  color: var(--green-soft);
  font-weight: 700;
  flex-shrink: 0;
}

/* === TESTIMONIALS (V2 Light Style) === */
.testimonials {
  background: var(--sand);
  position: relative;
  overflow: hidden;
}

.testimonials::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(27,92,176, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.testimonials .section-head h2 {
  color: var(--navy);
}

.testimonials .section-head p {
  color: var(--text-mid);
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-lg);
  position: relative;
  z-index: 2;
}

.test-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-lg);
  padding: var(--s-xl);
  transition: var(--transition);
}

.test-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200,146,10, 0.25);
}

.test-stars {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 3px;
  margin-bottom: var(--s-sm);
}

.test-quote {
  font-size: 2.5rem;
  color: var(--gold);
  opacity: 0.4;
  font-family: var(--font-deco);
  line-height: 1;
  margin-bottom: var(--s-xs);
}

.test-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: var(--s-md);
  font-style: italic;
}

.test-author {
  display: flex;
  align-items: center;
  gap: var(--s-sm);
}

.test-avatar {
  width: 44px;
  height: 44px;
  background: var(--grad-gold);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--blue-dark);
  font-weight: 800;
}

.test-author h4 {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
}

.test-author span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
}

/* === WHY SECTION === */
.why {
  background: var(--cream);
}

.why .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-2xl);
  align-items: center;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: var(--s-sm);
}

.why-item {
  display: flex;
  align-items: center;
  gap: var(--s-sm);
  padding: var(--s-sm) var(--s-md);
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.why-item:hover {
  transform: translateX(-8px);
  box-shadow: var(--shadow-md);
  border-color: rgba(27,92,176, 0.15);
}

.why-ck {
  width: 34px;
  height: 34px;
  background: var(--grad-blue);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.85rem;
  flex-shrink: 0;
}

.why-item p {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
}

.why-visual {
  display: flex;
  justify-content: center;
}

.why-card {
  background: var(--grad-dark);
  border-radius: var(--r-lg);
  padding: var(--s-xl) var(--s-2xl);
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(200,146,10, 0.15);
}

.why-card-num {
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  margin-bottom: var(--s-xs);
}

.why-card-label {
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: var(--s-xs);
}

.why-card-sub {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

/* === FINAL CTA === */
.final-cta {
  background: var(--grad-blue);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(200,146,10, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta .container {
  position: relative;
  z-index: 2;
}

.final-cta h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: var(--white);
  margin-bottom: var(--s-sm);
}

.final-cta h2 .gold {
  color: var(--gold);
}

.final-cta h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: var(--grad-gold);
  margin: var(--s-sm) auto 0;
  border-radius: 2px;
}

.final-cta-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: var(--s-sm) auto var(--s-lg);
  line-height: 1.8;
}

.final-cta .btn-gold {
  font-size: 1.15rem;
  padding: 1.1rem 2.8rem;
}

.trust-row {
  margin-top: var(--s-lg);
  display: flex;
  justify-content: center;
  gap: var(--s-xl);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

/* === FOOTER === */
.footer {
  background: var(--blue-dark);
  padding: 0 0 var(--s-md);
  position: relative;
}

.footer>.container {
  padding-top: var(--s-lg);
}

.footer-center {
  text-align: center;
  margin-bottom: var(--s-md);
}

.footer-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
  margin: 0 auto var(--s-sm);
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.footer-center p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto;
}

.footer-social {
  display: flex;
  gap: var(--s-sm);
  margin-top: var(--s-md);
  justify-content: center;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--grad-gold);
  color: var(--blue-dark);
  border-color: var(--gold);
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: var(--s-md);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--s-lg);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
}

/* === WhatsApp FAB === */
.wa-fab {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 50px;
  padding: 0 1.2rem 0 0.8rem;
  background: #25d366;
  border-radius: 25px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: var(--transition);
  animation: pulse 2s ease-in-out infinite;
}

.wa-fab-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.wa-fab-text {
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}

.wa-fab:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
}

/* === ANIMATIONS === */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-35px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(200,146,10, 0.3);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(200,146,10, 0);
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {

  .hero .container,
  .product .container,
  .why .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    order: 0;
  }

  .hero-img-wrap {
    order: 1;
    margin-top: var(--s-md);
  }

  .hero-sub {
    max-width: 100%;
  }

  .hero-ctas {
    justify-content: center;
  }

  .pillars-grid,
  .programs-grid,
  .test-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ba-wrap {
    grid-template-columns: 1fr;
  }

  .ba-image-side {
    min-height: 350px;
  }

  .product h2::after {
    margin: var(--s-sm) auto 0;
  }

  .stats .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: linear-gradient(180deg, #071333 0%, #0B1F4A 100%);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--s-lg);
    padding: var(--s-xl);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(200,146,10, 0.15);
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 1.15rem;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .nav-links a:last-child {
    border-bottom: none;
    margin-top: var(--s-sm);
  }

  .menu-btn {
    display: flex;
  }

  .hero {
    min-height: auto;
    height: auto;
    padding: 80px 0 var(--s-lg);
  }

  .hero-crown {
    margin-bottom: var(--s-xs);
  }

  .hero-crown .bismillah-text {
    font-size: 1.4rem;
  }

  .hero-verse-text {
    font-size: 0.8rem;
  }

  .hero-title {
    font-size: 2rem;
    margin-bottom: var(--s-sm);
  }

  .hero-sub {
    font-size: 0.95rem;
    margin-bottom: var(--s-sm);
  }

  .section-head {
    margin-bottom: var(--s-md);
  }

  .ba-image-side {
    min-height: 250px;
  }

  .pillars-grid,
  .programs-grid,
  .test-grid {
    grid-template-columns: 1fr;
  }

  .hero-ctas {
    flex-direction: column;
    justify-content: center;
  }

  .btn {
    width: auto;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: var(--s-sm);
    text-align: center;
  }

  .section-pad {
    padding: var(--s-sm) 0;
  }

  .islamic-divider {
    padding: 0;
  }

  .islamic-divider-svg {
    height: 20px;
  }

  .section-head {
    margin-bottom: var(--s-sm);
  }

  .before-after.section-pad {
    padding: var(--s-sm) 0;
  }

  .final-cta {
    padding: var(--s-sm) 0 !important;
  }

  .stats.section-pad {
    padding: var(--s-sm) 0;
  }

  .trust-row {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .stats .container {
    grid-template-columns: 1fr 1fr;
    gap: var(--s-sm);
  }

  .stat:not(:last-child)::after {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 100px 0 var(--s-xl);
  }
}

/* =========================================
   3D INTERACTIVE EFFECTS
   ========================================= */

/* === CUSTOM CURSOR === */
.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  border-radius: 50%;
  will-change: transform;
}

.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  margin: -4px 0 0 -4px;
  box-shadow: 0 0 12px rgba(200,146,10, 0.6);
  transition: width 0.2s, height 0.2s, margin 0.2s, background 0.2s;
}

.cursor-ring {
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 1.5px solid rgba(200,146,10, 0.35);
  transition: width 0.15s, height 0.15s, margin 0.15s, border 0.15s, background 0.15s;
}

.cursor-dot.hovering {
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  background: var(--gold-light);
  box-shadow: 0 0 20px rgba(200,146,10, 0.8);
}

.cursor-ring.hovering {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-color: rgba(200,146,10, 0.6);
  background: rgba(200,146,10, 0.06);
}

@media (max-width: 1024px) {

  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}

body.has-custom-cursor {
  cursor: none;
}

body.has-custom-cursor a,
body.has-custom-cursor button {
  cursor: none;
}

/* === SCROLL PROGRESS BAR === */
.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 3px;
  background: var(--grad-gold);
  z-index: 10001;
  transition: none;
  box-shadow: 0 0 8px rgba(200,146,10, 0.5);
}

/* === MOUSE TRAIL PARTICLES === */
.particle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  overflow: hidden;
}

.trail-particle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: trailFade 0.8s ease forwards;
}

@keyframes trailFade {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0);
  }
}

/* === HERO 3D DEPTH === */
.hero {
  perspective: 1200px;
}

.hero-depth-container {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.08s linear;
}

/* === 3D DEPTH CARDS (Pillars) === */
.pillar {
  perspective: 800px;
  transform-style: preserve-3d;
}

.pillar-inner {
  transform-style: preserve-3d;
  transition: transform 0.15s linear;
  will-change: transform;
}

.pillar-inner .pillar-emoji {
  transform: translateZ(40px);
  transition: transform 0.3s ease;
}

.pillar-inner h3 {
  transform: translateZ(25px);
}

.pillar-inner p {
  transform: translateZ(10px);
}

/* prog-card depth */
.prog-card {
  perspective: 800px;
  transform-style: preserve-3d;
}

/* test card depth */
.test-card {
  perspective: 800px;
  transform-style: preserve-3d;
}

/* product feature depth */
.product-feat {
  perspective: 600px;
  transform-style: preserve-3d;
}

/* === MESH CANVAS === */
.mesh-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

/* === MAGNETIC BUTTON EFFECT === */
[data-magnetic] {
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/* === HERO IMAGE 3D TILT === */
.hero-img-wrap {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.hero-img {
  transition: transform 0.15s linear;
  will-change: transform;
  transform-style: preserve-3d;
}

/* === BA IMAGE 3D === */
.ba-image-side {
  perspective: 800px;
  overflow: hidden;
  border-radius: var(--r-xl);
}

.ba-image-side img {
  transition: transform 0.2s ease;
  will-change: transform;
}

/* === PRODUCT IMAGE 3D === */
.product-img-wrap {
  perspective: 1000px;
}

.product-img {
  transition: transform 0.15s linear;
  will-change: transform;
}

/* === SCROLL VELOCITY DISTORTION === */
.scroll-3d-section {
  transition: transform 0.3s ease, opacity 0.3s ease;
  will-change: transform, opacity;
}

/* === WHY CARD GLOW === */
.why-card {
  transition: var(--transition), box-shadow 0.3s ease;
}

.why-card:hover {
  box-shadow: 0 0 50px rgba(200,146,10, 0.2), var(--shadow-lg);
}

/* === FLOATING ORBS (ambient) === */
.floating-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.08;
  animation: floatY 8s ease-in-out infinite;
}

.orb-gold {
  width: 300px;
  height: 300px;
  background: var(--gold);
}

.orb-blue {
  width: 250px;
  height: 250px;
  background: var(--blue-light);
  animation-delay: -3s;
}

/* ==================================
   RESPONSIVE — TABLET (≤ 1024px)
   ================================== */
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1.15fr 0.85fr;
    gap: var(--s-md);
  }

  .hero-title {
    font-size: clamp(2rem, 3.8vw, 2.8rem);
  }

  .hero-badge-v2 {
    margin-bottom: var(--s-sm);
  }

  .btn {
    padding: 0.85rem 2rem;
    font-size: 0.95rem;
  }

  .product .container {
    grid-template-columns: 1fr;
  }
}

/* ==================================
   RESPONSIVE — MOBILE (≤ 768px)
   ================================== */
@media (max-width: 768px) {

  /* Hero */
  .hero {
    height: auto;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: var(--s-lg);
  }

  .hero .container {
    grid-template-columns: 1fr;
    gap: var(--s-md);
    text-align: center;
  }

  .hero-crown {
    margin-bottom: 0.3rem;
  }

  .hero-crown .bismillah-text {
    font-size: 1.4rem;
  }

  .hero-verse-text {
    font-size: 0.8rem;
  }

  .hero-content {
    order: 2;
  }

  .hero-card {
    order: 3;
    margin: 0 auto;
  }

  .hero-sub {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-ctas {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-badge-v2 {
    margin: 0 auto var(--s-sm);
  }

  /* Navbar */
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: rgba(11,31,74, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    gap: var(--s-lg);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }

  .nav-links.open {
    transform: translateX(0);
  }

  .nav-links a {
    font-size: 1.2rem;
  }

  .menu-btn {
    display: flex;
  }

  /* Stats */
  .stats .container {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--s-sm);
  }

  /* Before/After */
  .ba-wrap {
    flex-direction: column;
    gap: var(--s-md);
  }

  .ba-text {
    text-align: center;
  }

  /* Pillars */
  .pillars-grid {
    grid-template-columns: 1fr;
    gap: var(--s-md);
  }

  /* Product */
  .product .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-features {
    grid-template-columns: 1fr;
  }

  /* Programs */
  .programs-grid {
    grid-template-columns: 1fr;
    gap: var(--s-md);
  }

  /* Testimonials */
  .test-grid {
    grid-template-columns: 1fr;
    gap: var(--s-md);
  }

  /* Why Bunyan */
  .why .container {
    grid-template-columns: 1fr;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--s-lg);
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  /* Section padding */
  .section-pad {
    padding: var(--s-xl) 0;
  }

  /* Islamic dividers */
  .islamic-divider-svg {
    max-width: 90%;
  }
}

/* ==================================
   RESPONSIVE — SMALL MOBILE (≤ 480px)
   ================================== */
@media (max-width: 480px) {
  .hero {
    padding-top: 70px;
  }

  .hero-crown .bismillah-text {
    font-size: 1.2rem;
  }

  .hero-verse-text {
    font-size: 0.7rem;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-sub {
    font-size: 0.85rem;
  }

  .btn {
    padding: 0.8rem 1.6rem;
    font-size: 0.9rem;
  }

  .section-head h2 {
    font-size: 1.5rem;
  }

  .hero-card {
    padding: 24px 20px;
  }
}

/* ==================================
   STATS REDESIGN
   ================================== */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-lg);
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--s-md);
  }
}

@media (max-width: 400px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ==================================
   NAVBAR — Allamah Logo Only + Links Center
   ================================== */
.nav-container-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav-brand-allamah {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  order: 1;
}

.nav-brand-allamah .allamah-logo {
  height: clamp(29px, 2.9vw, 42px) !important;
  width: auto;
  object-fit: contain;
}

.nav-container-custom .nav-links {
  order: 2;
  flex: 1;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .nav-container-custom .nav-links {
    order: 3;
  }
}

/* ==================================
   WHY BONYAN — 6-Card Grid
   ================================== */
.why-bonyan-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 1024px) {
  .why-bonyan-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .why-bonyan-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==================================
   FAQ SECTION
   ================================== */
.faq {
  background: var(--cream);
}

.faq .section-head h2 {
  color: var(--text-dark);
}

.faq .section-head h2::after {
  background: var(--grad-gold);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--s-sm);
}

.faq-item {
  background: var(--white);
  border-radius: var(--r-md);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(200,146,10, 0.2);
}

.faq-item summary {
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  transition: var(--transition);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-right: var(--s-sm);
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item[open] summary {
  color: var(--gold-dark);
  border-bottom: 1px solid rgba(200,146,10, 0.1);
}

.faq-item p {
  padding: 1rem 1.5rem 1.3rem;
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.9;
  animation: faqFadeIn 0.3s ease;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==================================
   REGISTRATION FORM
   ================================== */
.registration-form {
  max-width: 500px;
  margin: var(--s-lg) auto var(--s-md);
  display: flex;
  flex-direction: column;
  gap: var(--s-sm);
}

.form-group {
  width: 100%;
}

.form-input {
  width: 100%;
  padding: 1rem 1.3rem;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 20px rgba(200,146,10, 0.15);
}

.registration-form .btn-gold {
  width: 100%;
  font-size: 1.1rem;
  padding: 1.1rem 2rem;
  margin-top: var(--s-xs);
  border: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  .registration-form {
    padding: 0 var(--s-sm);
  }
}

/* ==================================
   JOURNEY TIMELINE
   ================================== */
.journey-section {
  background: var(--cream);
}

.journey-section .section-head h2 {
  color: var(--text-dark);
}

.journey-section .section-head h2::after {
  background: var(--grad-gold);
}

.journey-section .section-head p {
  color: var(--text-mid);
}

.journey-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
}

.timeline-step:last-child {
  padding-bottom: 0;
}

/* Vertical connecting line */
.timeline-step:not(:last-child) .timeline-marker::after {
  content: '';
  position: absolute;
  top: 44px;
  right: 19px;
  width: 2px;
  height: calc(100% - 44px);
  background: linear-gradient(to bottom, var(--gold), rgba(200,146,10, 0.15));
  border-radius: 2px;
}

.timeline-marker {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--grad-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(200,146,10, 0.3), 0 0 0 4px rgba(200,146,10, 0.1);
  z-index: 2;
}

.timeline-marker span {
  color: var(--white);
  font-weight: 800;
  font-size: 1rem;
  font-family: var(--font-main);
}

.timeline-content {
  flex: 1;
  padding-top: 0.35rem;
}

.timeline-content h3 {
  color: var(--blue-dark);
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 0.4rem;
  line-height: 1.4;
}

.timeline-content p {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .timeline-step {
    gap: 1rem;
  }

  .timeline-marker {
    width: 36px;
    height: 36px;
  }

  .timeline-marker span {
    font-size: 0.9rem;
  }

  .timeline-step:not(:last-child) .timeline-marker::after {
    top: 40px;
    right: 17px;
    height: calc(100% - 40px);
  }
}

/* ==================================
   TESTIMONIALS — Image Cards (Masonry)
   ================================== */
.test-grid-images {
  columns: 3;
  column-gap: var(--s-md);
}

.test-card-img {
  break-inside: avoid;
  margin-bottom: var(--s-md);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1.5px solid rgba(27,92,176, 0.07);
  background: white;
  line-height: 0;
  font-size: 0;
  padding: 0;
}

.test-card-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(11,31,74, 0.09);
  border-color: rgba(27,92,176, 0.15);
}

.test-card-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

@media (max-width: 1024px) {
  .test-grid-images {
    columns: 2;
  }
}

@media (max-width: 600px) {
  .test-grid-images {
    columns: 1;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* ==================================
   V2: TRUST BAR
   ================================== */
.trust-bar {
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  padding: 18px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.trust-bar .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: white;
}

.trust-bar .trust-item span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .trust-bar {
    gap: 18px;
    padding: 14px 20px;
    font-size: 13px;
  }
}

/* ==================================
   V2: TESTIMONIALS (Text Cards)
   ================================== */
.testimonials {
  background: var(--sand);
  position: relative;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: var(--white);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 2px 16px rgba(11,31,74,0.06);
  border: 1px solid rgba(43,111,212,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(11,31,74,0.1);
}

.stars {
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37,211,102,0.1);
  color: #25D366;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.wa-bubble {
  background: rgba(37,211,102,0.06);
  border-radius: 16px 16px 4px 16px;
  padding: 18px 20px;
  margin-bottom: 20px;
  border-right: 4px solid #25D366;
  position: relative;
}

.wa-bubble.testi-blue {
  background: rgba(43,111,212,0.06);
  border-right-color: var(--blue-mid);
}

.wa-text {
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink);
  font-weight: 500;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--sky), rgba(43,111,212,0.15));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.testi-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
}

.testi-role {
  font-size: 13px;
  color: var(--text-mid);
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testi-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .testi-card {
    padding: 24px 20px;
  }
}

/* ==================================
   V2: HERO CARD (Standalone Stats Card)
   ================================== */
.hero-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 36px 32px;
  animation: fadeUp 1s ease 0.4s both;
  position: relative;
  z-index: 5;
}

.hero-card-logo {
  text-align: center;
  margin-bottom: 16px;
}

.hero-card-logo-img {
  height: 64px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(200,146,10,0.25));
}

.hero-card-title {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue-lt);
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hero-stat:last-child {
  border-bottom: none;
}

.stat-icon {
  width: 48px;
  height: 48px;
  background: rgba(91,155,232,0.12);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.stat-info .num {
  font-size: 26px;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
}

.stat-info .label {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin-top: 3px;
}

@media (max-width: 768px) {
  .hero-card {
    max-width: 100%;
    padding: 28px 24px;
    margin: 0 auto;
  }
}

/* ==================================
   V2: HERO STARS (subtle star scatter)
   ================================== */
.hero-stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 15% 20%, rgba(255,255,255,0.35) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 60%, rgba(255,255,255,0.25) 0%, transparent 100%),
    radial-gradient(2px 2px at 70% 30%, rgba(255,255,255,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 75%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 55% 85%, rgba(255,255,255,0.2) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* ==================================
   V2: HERO Badge Variant
   ================================== */
.hero-badge-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(91,155,232,0.12);
  border: 1px solid rgba(91,155,232,0.35);
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-lt);
  margin-bottom: var(--s-md);
  width: fit-content;
  animation: fadeUp 0.8s ease 0.1s both;
}

/* ==================================
   V2: Section Label Overrides
   ================================== */
.pillars .section-label,
.testimonials .section-label {
  text-align: center;
}

/* Journey section V2 colors */
.journey-section .section-label {
  color: var(--blue);
  text-align: center;
}

/* FAQ V2 label */
.faq .section-label {
  color: var(--blue);
  text-align: center;
}