/* ═══════════════════════════════════════════════════════════════════════
   Grahachara (ග්‍රහචාර) — Marketing Website Styles
   Design System: Deep cosmic indigo + Gold accents + Purple nebula
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Design Tokens ─────────────────────────────────────────────────── */
:root {
  /* Colors */
  --bg:             #04030C;
  --bg-mid:         #0C0628;
  --bg-light:       #150D3A;
  --bg-card:        rgba(20,12,50,0.65);
  --bg-card-hover:  rgba(28,18,60,0.75);
  --bg-glass:       rgba(18,10,45,0.50);
  --border:         rgba(255,255,255,0.06);
  --border-light:   rgba(255,255,255,0.10);
  --border-accent:  rgba(255,184,0,0.25);

  --primary:        #9333EA;
  --primary-light:  #B47AFF;
  --primary-glow:   rgba(180,122,255,0.30);
  --accent:         #FFB800;
  --accent-light:   #FFD666;
  --accent-glow:    rgba(255,184,0,0.30);

  --teal:           #06B6D4;
  --rose:           #FF6B9D;
  --green:          #00FFB3;
  --plasma:         #4CC9F0;
  --solar:          #FF8C00;

  --text:           #F1F5F9;
  --text-secondary: rgba(180,190,210,0.90);
  --text-muted:     rgba(140,150,175,0.70);
  --text-accent:    #FFD666;

  /* Spacing */
  --s-xs: 4px;  --s-sm: 8px;  --s-md: 16px;  --s-lg: 24px;
  --s-xl: 32px; --s-2xl: 48px; --s-3xl: 64px; --s-4xl: 96px;
  --container: 1200px;

  /* Radius */
  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 20px; --r-2xl: 28px;
  --r-full: 9999px;

  /* Transition */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 0.35s;
}

/* ── Reset ─────────────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; overflow-x: hidden; background: var(--bg); }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: transparent;
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
  width: 100%;
}

/* ── Performance: content-visibility for off-screen sections ────── */
.features, .how, .screenshots, .kendara, .porondam,
.fullreport, .weekly-lagna, .pricing, .testimonials, .faq {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
  background: transparent;     /* let aurora + starfield bleed through */
}
.download, .footer { background: transparent; }

/* ── Performance: GPU compositing hints ─────────────────────────── */
.phone-mockup,
.hero__visual,
.nav {
  will-change: transform;
}

/* ── Performance: reduce motion for accessibility ───────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .phone-mockup { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ── Sinhala Language Support ──────────────────────────────────────── */
body.lang-si {
  font-family: 'Noto Sans Sinhala', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.8;
}
body.lang-si .hero__title-line,
body.lang-si .hero__title-accent,
body.lang-si .section-title,
body.lang-si .feature-card__title,
body.lang-si .how__step-content h3,
body.lang-si .how__step-num,
body.lang-si .download__title,
body.lang-si .pricing-card__amount,
body.lang-si .nav__logo-text,
body.lang-si .footer__logo {
  font-family: 'Noto Sans Sinhala', 'Space Grotesk', sans-serif;
}
body.lang-si .hero__subtitle,
body.lang-si .section-desc,
body.lang-si .feature-card__desc,
body.lang-si .how__step-content p,
body.lang-si .faq__question,
body.lang-si .faq__answer,
body.lang-si .pricing-card__feat,
body.lang-si .testimonial-card__text,
body.lang-si .download__desc,
body.lang-si .footer__tagline,
body.lang-si .footer__col a,
body.lang-si .footer__col h4,
body.lang-si .nav__link,
body.lang-si .nav__cta,
body.lang-si .btn,
body.lang-si .trust-strip__item,
body.lang-si .pricing-card__badge,
body.lang-si .pricing-card__period,
body.lang-si .pricing-card__savings,
body.lang-si .screenshot-card__label,
body.lang-si .hero__badge,
body.lang-si .section-label {
  font-family: 'Noto Sans Sinhala', 'Inter', sans-serif;
}

/* ── Starfield + Milky Way — base sky layer (behind aurora) ─── */
.starfield {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  pointer-events: none;
}

/* Slightly larger font sizes for Sinhala readability */
body.lang-si .feature-card__desc,
body.lang-si .how__step-content p,
body.lang-si .faq__answer,
body.lang-si .pricing-card__feat,
body.lang-si .download__desc {
  font-size: 15px;
}
body.lang-si .faq__question {
  font-size: 16px;
}
body.lang-si .nav__link {
  font-size: 12px;
  letter-spacing: 0;
}

/* ── Language Toggle Button ────────────────────────────────────────── */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: var(--r-full);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  white-space: nowrap;
}
.lang-toggle:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,184,0,0.3);
  color: var(--accent-light);
}
.lang-toggle__icon {
  font-size: 14px;
  line-height: 1;
}
.lang-toggle__label {
  letter-spacing: 0.3px;
}
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button { border: none; background: none; cursor: pointer; font: inherit; color: inherit; }

/* ── Utilities ─────────────────────────────────────────────────────── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--s-lg); }

.section-header { text-align: center; margin-bottom: var(--s-3xl); }
.section-label {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent);
  padding: 6px 16px; border-radius: var(--r-full);
  background: rgba(255,184,0,0.08);
  border: 1px solid rgba(255,184,0,0.15);
  margin-bottom: var(--s-md);
}
.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 800; letter-spacing: -0.5px;
  line-height: 1.15;
  background: linear-gradient(135deg, #FFF 0%, var(--accent-light) 50%, var(--primary-light) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-desc {
  max-width: 600px; margin: var(--s-md) auto 0;
  font-size: 16px; color: var(--text-secondary); line-height: 1.7;
}

/* ── Trust strip reveal ────────────────────────────────────────────── */
@keyframes trustReveal {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Navigation ────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 12px 0;
  background: rgba(4,3,12,0.6);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid transparent;
  transition: background var(--dur), border-color var(--dur), padding var(--dur);
}
.nav--scrolled {
  padding: 8px 0;
  background: rgba(4,3,12,0.92);
  border-bottom-color: var(--border);
}
.nav__inner {
  max-width: var(--container); margin: 0 auto; padding: 0 var(--s-lg);
  display: flex; align-items: center; gap: var(--s-lg);
}
.nav__logo { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 18px; }
.nav__logo-img {
  width: 32px; height: 32px; border-radius: 8px;
  object-fit: contain;
}
.nav__logo-text { font-family: 'Space Grotesk', sans-serif; letter-spacing: -0.5px; }

.nav__links {
  display: flex; align-items: center; gap: 4px;
  margin-left: auto;
}
.nav__link {
  padding: 8px 14px; border-radius: var(--r-sm);
  font-size: 13px; font-weight: 500; color: var(--text-secondary);
  transition: color var(--dur), background var(--dur);
}
.nav__link:hover { color: #FFF; background: rgba(255,255,255,0.05); }

/* Nav right group: socials + CTA + burger */
.nav__right {
  display: flex; align-items: center; gap: 8px;
  margin-left: auto;
}

/* Social icons in nav */
.nav__social {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  color: var(--text-muted);
  transition: color var(--dur), background var(--dur);
}
.nav__social:hover { color: #FFF; background: rgba(255,255,255,0.06); }

/* Mobile socials row (hidden on desktop) */
.nav__mobile-socials { display: none; }

.nav__cta {
  padding: 6px 16px; border-radius: var(--r-full);
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px;
  background: linear-gradient(180deg, #FFD666 0%, #FFB800 100%);
  color: #3D2500;
  border: 1px solid #FF8C00;
  transition: transform var(--dur), box-shadow var(--dur), background var(--dur);
  box-shadow: 
    0 4px 15px rgba(255, 184, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.nav__cta:hover { 
  transform: translateY(-2px); 
  background: linear-gradient(180deg, #FFE082 0%, #FFC107 100%);
  box-shadow: 
    0 8px 25px rgba(255, 184, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #2D1B00;
}

.nav__burger {
  display: none; flex-direction: column; gap: 5px; padding: 8px;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border-radius: var(--r-sm);
  transition: background var(--dur);
  position: relative; z-index: 200;
}
.nav__burger:hover { background: rgba(255,255,255,0.06); }
.nav__burger span {
  display: block; width: 22px; height: 2px;
  background: #FFF; border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform-origin: center;
}
.nav__burger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav__burger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__burger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile-only items (hidden on desktop) */
.nav__link--mobile-cta { display: none; }

/* ── Hero ──────────────────────────────────────────────────────────── */
.hero {
  position: relative; z-index: 1;
  min-height: 85vh;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: var(--s-3xl);
  max-width: var(--container); margin: 0 auto;
  align-items: center;
  padding: 100px var(--s-lg) 40px;
  overflow: visible;
}
/* Northern Lights — Three.js aurora — INTENSE, bleeds through 3 sections */
.hero__aurora {
  position: fixed;
  top: -10vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 280vh;             /* Cover hero + 3 full sections */
  max-height: 2400px;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
  /* Maximum vibrancy */
  filter: saturate(1.55) contrast(1.2) brightness(1.3) blur(0.1px);
  /* Very gradual fade over 3 sections */
  -webkit-mask-image: linear-gradient(to bottom,
    rgba(0,0,0,0.0)   0%,
    rgba(0,0,0,1.0)   3%,
    rgba(0,0,0,1.0)   25%,
    rgba(0,0,0,0.95)  40%,
    rgba(0,0,0,0.8)   55%,
    rgba(0,0,0,0.55)  70%,
    rgba(0,0,0,0.3)   82%,
    rgba(0,0,0,0.1)   92%,
    transparent       100%);
  mask-image: linear-gradient(to bottom,
    rgba(0,0,0,0.0)   0%,
    rgba(0,0,0,1.0)   3%,
    rgba(0,0,0,1.0)   25%,
    rgba(0,0,0,0.95)  40%,
    rgba(0,0,0,0.8)   55%,
    rgba(0,0,0,0.55)  70%,
    rgba(0,0,0,0.3)   82%,
    rgba(0,0,0,0.1)   92%,
    transparent       100%);
}
@media (prefers-reduced-motion: reduce) {
  .hero__aurora { opacity: 0.2; }
}
.hero::after {
  display: none;
}

.hero__content { position: relative; z-index: 3; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 16px; border-radius: var(--r-full);
  background: rgba(255,184,0,0.08);
  border: 1px solid rgba(255,184,0,0.18);
  font-size: 12px; font-weight: 600; color: var(--accent-light);
  margin-bottom: var(--s-lg);
  animation: badgePulse 3s ease-in-out infinite;
}
.hero__badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
@keyframes badgePulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,184,0,0.1); } 50% { box-shadow: 0 0 0 8px rgba(255,184,0,0); } }

.hero__title { margin-bottom: var(--s-lg); }
.hero__title-line {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 5.5vw, 60px);
  font-weight: 800; line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--text);
}
.hero__title-accent {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900; line-height: 1.1;
  letter-spacing: -2px;
  background: linear-gradient(135deg, var(--accent) 0%, #FF8C00 40%, var(--primary-light) 80%, var(--plasma) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(255,184,0,0.15));
}

.hero__subtitle {
  font-size: 17px; line-height: 1.75;
  color: var(--text-secondary);
  max-width: 520px; margin-bottom: var(--s-xl);
}
.hero__subtitle strong { color: var(--accent-light); font-weight: 600; }

.hero__actions { display: flex; gap: var(--s-md); flex-wrap: wrap; margin-bottom: var(--s-2xl); }

/* Hero Phone Mockup */
.hero__visual { position: relative; z-index: 3; display: flex; justify-content: center; }
.hero__phone { position: relative; }

/* ── Rashi Chakra — Canvas-rendered Sacred Zodiac Mandala ────────── */
.rashi-chakra {
  position: fixed;
  width: 750px; height: 750px;
  top: 50%; right: -280px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
}

/* ═══ Beautiful Phone Mockup Component ════════════════════════════════
   Reusable across hero + screenshot cards.
   Premium bezel with dynamic island, side buttons, proper shadows.  */
.phone-mockup {
  animation: phoneFloat 6s ease-in-out infinite;
  will-change: transform;
  transition: transform 0.15s ease-out;
}
@keyframes phoneFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.phone-mockup__bezel {
  width: 230px;
  background: #0A0A0F;
  border-radius: 36px;
  padding: 7px;
  position: relative;
  box-shadow:
    /* Outer chrome ring */
    0 0 0 2px rgba(80,80,100,0.35),
    0 0 0 3px rgba(40,40,60,0.5),
    /* Ambient glow */
    0 24px 80px -12px rgba(0,0,0,0.8),
    0 0 60px rgba(147,51,234,0.06),
    /* Inner highlight */
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(255,255,255,0.03);
}
/* Side buttons — volume + power */
.phone-mockup__bezel::before {
  content: '';
  position: absolute; left: -3px; top: 82px;
  width: 3px; height: 24px;
  background: linear-gradient(180deg, rgba(80,80,100,0.4), rgba(60,60,80,0.5));
  border-radius: 2px 0 0 2px;
  box-shadow: 0 28px 0 0 rgba(80,80,100,0.4), 0 56px 0 0 rgba(80,80,100,0.4);
}
.phone-mockup__bezel::after {
  content: '';
  position: absolute; right: -3px; top: 108px;
  width: 3px; height: 34px;
  background: linear-gradient(180deg, rgba(80,80,100,0.4), rgba(60,60,80,0.5));
  border-radius: 0 2px 2px 0;
}

/* Dynamic Island notch */
.phone-mockup__notch {
  width: 76px; height: 22px;
  background: #000;
  border-radius: 16px;
  margin: 3px auto 5px;
  position: relative;
  z-index: 2;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.8);
}
.phone-mockup__notch::before {
  content: '';
  position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
  width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle, #1a1a2e 40%, #0d0d14 60%);
  box-shadow: inset 0 0 2px rgba(50,50,80,0.5);
}

/* Screen — the actual screenshot lives here */
.phone-mockup__screen {
  background: #000;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.phone-mockup__screen img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
}
/* Subtle screen glass reflection */
.phone-mockup__screen::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 28px;
  background: linear-gradient(165deg, rgba(255,255,255,0.04) 0%, transparent 40%);
  pointer-events: none;
}

/* Bottom chin area */
.phone-mockup__chin {
  height: 5px;
}

/* ── Small variant for screenshot cards ────────────────── */
.phone-mockup--sm {
  animation: none;
}
.phone-mockup--sm .phone-mockup__bezel {
  width: 220px;
  border-radius: 34px;
  padding: 6px;
}
.phone-mockup--sm .phone-mockup__notch {
  width: 68px; height: 20px;
  margin: 3px auto 4px;
  border-radius: 14px;
}
.phone-mockup--sm .phone-mockup__notch::before {
  width: 6px; height: 6px; right: 14px;
}
.phone-mockup--sm .phone-mockup__screen {
  border-radius: 26px;
}
.phone-mockup--sm .phone-mockup__screen img {
  border-radius: 26px;
}
.phone-mockup--sm .phone-mockup__screen::after {
  border-radius: 26px;
}
.phone-mockup--sm .phone-mockup__chin {
  height: 4px;
}
.phone-mockup--sm .phone-mockup__bezel::before {
  top: 70px; width: 2.5px; height: 22px;
  box-shadow: 0 26px 0 0 rgba(80,80,100,0.4), 0 52px 0 0 rgba(80,80,100,0.4);
}
.phone-mockup--sm .phone-mockup__bezel::after {
  top: 90px; width: 2.5px; height: 32px;
}

/* Floating orbs around phone */
.hero__orb {
  position: absolute; border-radius: 50%;
  animation: orbFloat 8s ease-in-out infinite;
  pointer-events: none;
}
.hero__orb--1 {
  width: 100px; height: 100px;
  background: radial-gradient(circle, rgba(147,51,234,0.15), transparent 70%);
  top: -30px; right: -40px; animation-delay: 0s;
}
.hero__orb--2 {
  width: 70px; height: 70px;
  background: radial-gradient(circle, rgba(255,184,0,0.12), transparent 70%);
  bottom: 60px; left: -50px; animation-delay: 2s;
}
.hero__orb--3 {
  width: 50px; height: 50px;
  background: radial-gradient(circle, rgba(76,201,240,0.12), transparent 70%);
  top: 40%; right: -60px; animation-delay: 4s;
}
@keyframes orbFloat { 0%,100% { transform: translate(0,0); } 33% { transform: translate(10px,-15px); } 66% { transform: translate(-8px,12px); } }

/* Scroll hint */
.hero__scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  z-index: 10;
}
.hero__scroll-hint span { font-size: 11px; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; }
.hero__scroll-mouse {
  width: 22px; height: 34px;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 11px;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 6px;
}
.hero__scroll-dot {
  width: 3px; height: 8px; border-radius: 2px;
  background: var(--accent);
  animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(12px); opacity: 0; } }

/* ── Buttons ───────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--r-full);
  font-size: 15px; font-weight: 700;
  transition: all var(--dur) var(--ease);
  cursor: pointer; position: relative;
}
.btn--primary {
  background: linear-gradient(135deg, var(--accent), #FF8C00);
  color: #000;
  box-shadow: 0 4px 20px rgba(255,184,0,0.25);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,184,0,0.4); }
.btn--glow::before {
  content: ''; position: absolute; inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  z-index: -1; opacity: 0.4; filter: blur(12px);
  transition: opacity var(--dur);
}
.btn--glow:hover::before { opacity: 0.7; }

.btn--ghost {
  color: var(--text-secondary);
  border: 1px solid var(--border-light);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { color: #FFF; border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.04); }

.btn--outline {
  display: block; width: 100%; text-align: center;
  padding: 14px 28px; border-radius: var(--r-lg);
  font-size: 15px; font-weight: 700;
  border: 1px solid var(--border-light);
  color: var(--text);
  transition: all var(--dur);
}
.btn--outline:hover { border-color: var(--primary-light); background: rgba(147,51,234,0.06); color: var(--primary-light); }

/* ── Trust Strip ───────────────────────────────────────────────────── */
.trust-strip {
  position: relative; z-index: 1;
  padding: var(--s-lg) 0;
  background: rgba(12,6,40,0.3);
  overflow: hidden;
}
.trust-strip__inner {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-md); flex-wrap: wrap;
  font-size: 13px; color: var(--text-muted); font-weight: 500;
}
.trust-strip__dot { color: rgba(255,255,255,0.15); }

/* ══════════════════════════════════════════════════════════════════════
   SECTION SCENES — Unique atmosphere per section
   Each section has its own gradient, glow orbs, and color identity.
   ══════════════════════════════════════════════════════════════════════ */

/* Shared scene layer — each section ::before = gradient bg, ::after = glow orb */
.features, .how, .screenshots, .kendara, .porondam, .fullreport, .pricing, .testimonials, .faq, .download {
  position: relative; z-index: 2;
  overflow: hidden;
}
.features::before, .how::before, .screenshots::before, .kendara::before, .porondam::before, .fullreport::before, .pricing::before,
.testimonials::before, .faq::before, .download::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  opacity: 0; transition: opacity 1.2s ease;
  pointer-events: none;
}
/* Activate when scrolled into view */
.features.scene-active::before, .how.scene-active::before,
.screenshots.scene-active::before, .kendara.scene-active::before,
.porondam.scene-active::before, .fullreport.scene-active::before,
.pricing.scene-active::before,
.testimonials.scene-active::before, .faq.scene-active::before,
.download.scene-active::before {
  opacity: 1;
}

/* ── FEATURES — Purple Nebula Zone ─────────────────────────────────── */
.features { padding: var(--s-4xl) 0; }
.features::before {
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(147,51,234,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 85% 70%, rgba(107,33,168,0.08) 0%, transparent 70%);
}
.features::after {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  width: 500px; height: 500px; border-radius: 50%;
  top: 10%; right: -10%;
  background: radial-gradient(circle, rgba(147,51,234,0.06) 0%, transparent 60%);
  animation: sceneFloat1 25s ease-in-out infinite;
}

/* ── HOW IT WORKS — Golden Aurora Lane ─────────────────────────────── */
.how { padding: var(--s-4xl) 0; }
.how::before {
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(255,184,0,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 10% 80%, rgba(255,140,0,0.05) 0%, transparent 60%);
}
.how::after {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  width: 600px; height: 300px; border-radius: 50%;
  top: -5%; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255,184,0,0.05) 0%, transparent 70%);
  animation: sceneFloat2 20s ease-in-out infinite;
}

/* ── SCREENSHOTS — Deep Teal Void ──────────────────────────────────── */
.screenshots { padding: var(--s-4xl) 0; overflow: hidden; }
.screenshots::before {
  background:
    radial-gradient(ellipse 70% 50% at 75% 40%, rgba(6,182,212,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 20% 60%, rgba(76,201,240,0.04) 0%, transparent 60%);
}
.screenshots::after {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  width: 400px; height: 400px; border-radius: 50%;
  bottom: 5%; left: -5%;
  background: radial-gradient(circle, rgba(6,182,212,0.05) 0%, transparent 60%);
  animation: sceneFloat3 22s ease-in-out infinite;
}

/* ── KENDARA CHART — Solar Eclipse Zone ────────────────────────────── */
.kendara {
  padding: var(--s-4xl) 0;
  position: relative; z-index: 1;
  overflow: hidden;
}
.kendara::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  opacity: 0; transition: opacity 1.4s ease;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 60% at 50% 40%, rgba(255,160,50,0.08) 0%, transparent 50%),
    radial-gradient(ellipse 90% 50% at 50% 40%, rgba(180,100,30,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 100% 30% at 50% 10%, rgba(20,10,40,0.15) 0%, transparent 50%);
}
.kendara.scene-active::before { opacity: 1; }

.kendara .section-header::before { display: none; }
.kendara .section-label {
  color: #FFA832;
  background: rgba(255,168,50,0.08);
  border-color: rgba(255,168,50,0.15);
}

.kendara__showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3xl);
  align-items: center;
  margin-top: var(--s-2xl);
}
.kendara__info {
  display: flex; flex-direction: column; gap: var(--s-lg);
}
.kendara__feature {
  display: flex; gap: var(--s-md); align-items: flex-start;
  padding: var(--s-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur);
}
.kendara__feature:hover {
  border-color: rgba(255,168,50,0.3);
  box-shadow: 0 0 30px rgba(255,168,50,0.06);
  transform: translateY(-2px);
}
.kendara__feature-icon {
  font-size: 28px; flex-shrink: 0;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,168,50,0.08);
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,168,50,0.12);
}
.kendara__feature-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px; font-weight: 700;
  margin-bottom: var(--s-xs);
  background: linear-gradient(135deg, #FFA832, #FFD700);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.kendara__feature-text p {
  font-size: 13px; color: var(--text-secondary); line-height: 1.6;
}

.kendara__phones {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  min-height: 400px;
}
.kendara__phone--main {
  position: relative; z-index: 2;
  transform: rotate(-3deg);
  transition: transform 0.5s var(--ease);
}
.kendara__phone--main:hover { transform: rotate(0deg) scale(1.03); }
.kendara__phone--secondary {
  position: absolute; right: 0; top: 15%; z-index: 1;
  opacity: 0.7;
  transform: rotate(5deg) scale(0.85) translateX(30%);
  transition: all 0.5s var(--ease);
}
.kendara__phone--secondary:hover {
  opacity: 1; transform: rotate(2deg) scale(0.9) translateX(25%);
}

/* Ensure kendara content sits above background */
.kendara .container { position: relative; z-index: 3; }

@media (max-width: 768px) {
  .kendara__showcase { grid-template-columns: 1fr; gap: var(--s-xl); place-items: center; }
  .kendara__phones { min-height: 380px; justify-content: center; align-items: center; padding-right: 30px; }
  .kendara__phone--main { transform: rotate(-2deg) translateX(-10px); z-index: 2; }
  .kendara__phone--secondary {
    position: absolute; right: auto; left: 50%; top: 5%;
    transform: rotate(5deg) scale(0.82);
    opacity: 0.8; z-index: 1;
    filter: brightness(0.85);
  }
  .kendara__feature { padding: var(--s-md); }
  .kendara__feature-icon { width: 40px; height: 40px; font-size: 22px; }
  .kendara__feature-text h3 { font-size: 15px; }
  .kendara__feature-text p { font-size: 12px; }
}

/* ── PORONDAM — Nebula Zone ──────────────────────────────────────────── */
.porondam {
  padding: var(--s-4xl) 0;
  position: relative; z-index: 1;
  overflow: hidden;
}
.porondam::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  opacity: 0; transition: opacity 1.4s ease;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 65% 25%, rgba(180,100,255,0.06) 0%, transparent 55%),
    radial-gradient(ellipse 80% 50% at 25% 50%, rgba(120,60,200,0.04) 0%, transparent 55%),
    radial-gradient(ellipse 70% 40% at 50% 75%, rgba(200,80,255,0.04) 0%, transparent 50%);
}
.porondam.scene-active::before { opacity: 1; }

/* Nebula canvas — behind content */
.nebula-poro-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: -1;
  opacity: 0;
  transition: opacity 1.8s ease;
}
.porondam .container { position: relative; z-index: 2; }

/* Cosmic dust canvas — fixed behind pricing + below */
.cosmic-dust-canvas {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none; z-index: 1;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.pricing .container,
.testimonials .container,
.faq .container,
.download .container { position: relative; z-index: 3; }

.porondam .section-header::before { display: none; }
.porondam .section-label {
  color: #FF6B9D;
  background: rgba(255,107,157,0.08);
  border-color: rgba(255,107,157,0.15);
}

.porondam__showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3xl);
  align-items: center;
  margin-top: var(--s-2xl);
}
.porondam__info {
  display: flex; flex-direction: column; gap: var(--s-lg);
}
.porondam__feature {
  display: flex; gap: var(--s-md); align-items: flex-start;
  padding: var(--s-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur);
}
.porondam__feature:hover {
  border-color: rgba(255,107,157,0.3);
  box-shadow: 0 0 30px rgba(255,107,157,0.06);
  transform: translateY(-2px);
}
.porondam__feature-icon {
  font-size: 28px; flex-shrink: 0;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,107,157,0.08);
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,107,157,0.12);
}
.porondam__feature-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px; font-weight: 700;
  margin-bottom: var(--s-xs);
  background: linear-gradient(135deg, #FF6B9D, #B050C8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.porondam__feature-text p {
  font-size: 13px; color: var(--text-secondary); line-height: 1.6;
}

.porondam__phones {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  min-height: 400px;
}
.porondam__phone--main {
  position: relative; z-index: 2;
  transform: rotate(3deg);
  transition: transform 0.5s var(--ease);
}
.porondam__phone--main:hover { transform: rotate(0deg) scale(1.03); }
.porondam__phone--secondary {
  position: absolute; left: 0; top: 15%; z-index: 1;
  opacity: 0.7;
  transform: rotate(-5deg) scale(0.85) translateX(-30%);
  transition: all 0.5s var(--ease);
}
.porondam__phone--secondary:hover {
  opacity: 1; transform: rotate(-2deg) scale(0.9) translateX(-25%);
}

@media (max-width: 768px) {
  .porondam__showcase { grid-template-columns: 1fr; gap: var(--s-xl); place-items: center; }
  .porondam__phones { min-height: 380px; order: -1; justify-content: center; align-items: center; padding-left: 30px; }
  .porondam__phone--main { transform: rotate(2deg) translateX(10px); z-index: 2; }
  .porondam__phone--secondary {
    position: absolute; left: auto; right: 50%; top: 5%;
    transform: rotate(-5deg) scale(0.82);
    opacity: 0.8; z-index: 1;
    filter: brightness(0.85);
  }
  .porondam__feature { padding: var(--s-md); }
  .porondam__feature-icon { width: 40px; height: 40px; font-size: 22px; }
  .porondam__feature-text h3 { font-size: 15px; }
  .porondam__feature-text p { font-size: 12px; }
}

/* ── FULL REPORT — Golden Cosmic Zone ──────────────────────────────── */
.fullreport {
  padding: var(--s-4xl) 0;
  position: relative; z-index: 1;
  overflow: hidden;
}
.fullreport::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  opacity: 0; transition: opacity 1.2s ease;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(255,184,0,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 20% 70%, rgba(255,140,0,0.06) 0%, transparent 60%);
}
.fullreport.scene-active::before { opacity: 1; }

.fullreport .section-header::before { display: none; }
.fullreport .section-label {
  color: #FFB800;
  background: rgba(255,184,0,0.08);
  border-color: rgba(255,184,0,0.15);
}

.fullreport__showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3xl);
  align-items: center;
  margin-top: var(--s-2xl);
}
.fullreport__info {
  display: flex; flex-direction: column; gap: var(--s-lg);
}
.fullreport__phones {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  min-height: 400px;
}
.fullreport__phone--main {
  position: relative; z-index: 2;
  transform: rotate(3deg);
  transition: transform 0.5s var(--ease);
}
.fullreport__phone--main:hover { transform: rotate(0deg) scale(1.03); }
.fullreport__phone--secondary {
  position: absolute; left: 0; top: 15%; z-index: 1;
  opacity: 0.7;
  transform: rotate(-5deg) scale(0.85) translateX(-30%);
  transition: all 0.5s var(--ease);
}
.fullreport__phone--secondary:hover {
  opacity: 1; transform: rotate(-2deg) scale(0.9) translateX(-25%);
}
.fullreport__feature {
  display: flex; gap: var(--s-md); align-items: flex-start;
  padding: var(--s-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur);
}
.fullreport__feature:hover {
  border-color: rgba(255,184,0,0.3);
  box-shadow: 0 0 30px rgba(255,184,0,0.06);
  transform: translateY(-2px);
}
.fullreport__feature-icon {
  font-size: 28px; flex-shrink: 0;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,184,0,0.08);
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,184,0,0.12);
}
.fullreport__feature-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px; font-weight: 700;
  margin-bottom: var(--s-xs);
  background: linear-gradient(135deg, #FFB800, #FF8C00);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.fullreport__feature-text p {
  font-size: 13px; color: var(--text-secondary); line-height: 1.6;
}

@media (max-width: 768px) {
  .fullreport__showcase { grid-template-columns: 1fr; gap: var(--s-xl); place-items: center; }
  .fullreport__phones { min-height: 380px; order: -1; justify-content: center; align-items: center; padding-right: 30px; }
  .fullreport__phone--main { transform: rotate(-2deg) translateX(-10px); z-index: 2; }
  .fullreport__phone--secondary {
    position: absolute; left: 50%; right: auto; top: 5%;
    transform: rotate(5deg) scale(0.82);
    opacity: 0.8; z-index: 1;
    filter: brightness(0.85);
  }
  .fullreport__info { gap: var(--s-md); }
  .fullreport__feature { padding: var(--s-md); }
  .fullreport__feature-icon { width: 40px; height: 40px; font-size: 22px; }
  .fullreport__feature-text h3 { font-size: 15px; }
  .fullreport__feature-text p { font-size: 12px; }
}

/* ── WEEKLY LAGNA PALAPALA — Teal Cosmic Zone ──────────────────────── */
.weekly-lagna {
  padding: var(--s-4xl) 0;
  position: relative; z-index: 1;
  overflow: hidden;
}
.weekly-lagna::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  opacity: 0; transition: opacity 1.2s ease;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(6,182,212,0.1) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 30% 60%, rgba(76,201,240,0.08) 0%, transparent 60%);
}
.weekly-lagna.scene-active::before { opacity: 1; }

.weekly-lagna .section-header::before { display: none; }
.weekly-lagna .section-label {
  color: #06B6D4;
  background: rgba(6,182,212,0.08);
  border-color: rgba(6,182,212,0.15);
}

.weekly-lagna__showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3xl);
  align-items: center;
  margin-top: var(--s-2xl);
}
.weekly-lagna__info {
  display: flex; flex-direction: column; gap: var(--s-lg);
}
.weekly-lagna__feature {
  display: flex; gap: var(--s-md); align-items: flex-start;
  padding: var(--s-lg);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur);
}
.weekly-lagna__feature:hover {
  border-color: rgba(6,182,212,0.3);
  box-shadow: 0 0 30px rgba(6,182,212,0.06);
  transform: translateY(-2px);
}
.weekly-lagna__feature-icon {
  font-size: 28px; flex-shrink: 0;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(6,182,212,0.08);
  border-radius: var(--r-lg);
  border: 1px solid rgba(6,182,212,0.12);
}
.weekly-lagna__feature-text h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 17px; font-weight: 700;
  margin-bottom: var(--s-xs);
  background: linear-gradient(135deg, #06B6D4, #4CC9F0);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.weekly-lagna__feature-text p {
  font-size: 13px; color: var(--text-secondary); line-height: 1.6;
}

.weekly-lagna__phones {
  position: relative; display: flex;
  justify-content: center; align-items: center;
  min-height: 400px;
}
.weekly-lagna__phone--main {
  position: relative; z-index: 2;
  transform: rotate(-3deg);
  transition: transform 0.5s var(--ease);
}
.weekly-lagna__phone--main:hover { transform: rotate(0deg) scale(1.03); }

@media (max-width: 768px) {
  .weekly-lagna__showcase { grid-template-columns: 1fr; gap: var(--s-xl); place-items: center; }
  .weekly-lagna__phones { min-height: 320px; order: -1; justify-content: center; align-items: center; }
  .weekly-lagna__phone--main { transform: rotate(0deg); }
  .weekly-lagna__feature { padding: var(--s-md); }
  .weekly-lagna__feature-icon { width: 40px; height: 40px; font-size: 22px; }
  .weekly-lagna__feature-text h3 { font-size: 15px; }
  .weekly-lagna__feature-text p { font-size: 12px; }
}

/* ── PRICING — Nebula Star Birth Zone ──────────────────────────────── */
.pricing { padding: var(--s-4xl) 0; }
.pricing::before {
  background:
    radial-gradient(ellipse 80% 70% at 40% 40%, rgba(100,50,200,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 70% 30%, rgba(50,100,220,0.05) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 30% 70%, rgba(200,60,120,0.04) 0%, transparent 50%);
}
.pricing::after {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  width: 500px; height: 500px; border-radius: 50%;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(120,80,255,0.03) 0%, transparent 50%);
  animation: scenePulse 8s ease-in-out infinite;
}

/* ── TESTIMONIALS — Warm Stellar Nursery ───────────────────────────── */
.testimonials { padding: var(--s-4xl) 0; }
.testimonials::before {
  background:
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(255,107,157,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 70% 70%, rgba(255,140,0,0.05) 0%, transparent 60%);
}
.testimonials::after {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  width: 450px; height: 450px; border-radius: 50%;
  top: 20%; right: -8%;
  background: radial-gradient(circle, rgba(255,107,157,0.05) 0%, transparent 60%);
  animation: sceneFloat1 28s ease-in-out infinite;
}

/* ── FAQ — Calm Deep Space ─────────────────────────────────────────── */
.faq { padding: var(--s-4xl) 0; }
.faq::before {
  background:
    radial-gradient(ellipse 70% 60% at 40% 50%, rgba(30,20,60,0.4) 0%, transparent 70%);
}

/* ── DOWNLOAD — Intense Golden Energy ──────────────────────────────── */
.download { padding: var(--s-4xl) 0; }
.download::before {
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(255,184,0,0.1) 0%, transparent 50%),
    radial-gradient(ellipse 90% 60% at 50% 60%, rgba(147,51,234,0.06) 0%, transparent 60%);
}

/* Section scene floating animations */
@keyframes sceneFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 15px) scale(1.08); }
}
@keyframes sceneFloat2 {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.7; }
  50% { transform: translateX(-48%) scale(1.12); opacity: 1; }
}
@keyframes sceneFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(15px, -10px) scale(1.05); }
  80% { transform: translate(-10px, 8px) scale(0.95); }
}
@keyframes scenePulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

/* Section divider lines — REMOVED for seamless bleed */
.section-header::before { display: none !important; }
.features .section-header::before,
.how .section-header::before,
.screenshots .section-header::before,
.pricing .section-header::before,
.testimonials .section-header::before,
.faq .section-header::before { display: none !important; }

/* Section label color accents */
.how .section-label { color: var(--accent); background: rgba(255,184,0,0.08); border-color: rgba(255,184,0,0.15); }
.screenshots .section-label { color: var(--plasma); background: rgba(76,201,240,0.08); border-color: rgba(76,201,240,0.15); }
.pricing .section-label { color: var(--accent-light); background: rgba(255,184,0,0.08); border-color: rgba(255,184,0,0.15); }
.testimonials .section-label { color: var(--rose); background: rgba(255,107,157,0.08); border-color: rgba(255,107,157,0.15); }
.faq .section-label { color: var(--primary-light); background: rgba(180,122,255,0.08); border-color: rgba(180,122,255,0.15); }
.features__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-lg);
}
.feature-card {
  padding: var(--s-xl);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur) var(--ease);
  position: relative; overflow: hidden;
}
.feature-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-light), transparent);
  opacity: 0; transition: opacity var(--dur);
}
.feature-card:hover { border-color: var(--border-light); background: var(--bg-card-hover); transform: translateY(-4px); }
.feature-card:hover::before { opacity: 1; }

.feature-card__icon {
  width: 52px; height: 52px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  margin-bottom: var(--s-lg);
  box-shadow: 0 0 24px var(--glow, rgba(147,51,234,0.2));
}
.feature-card__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; font-weight: 700; margin-bottom: var(--s-sm);
  letter-spacing: -0.3px;
}
.feature-card__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.7; margin-bottom: var(--s-md); }
.feature-card__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.feature-card__tags li {
  padding: 4px 10px; border-radius: var(--r-full);
  font-size: 11px; font-weight: 600;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-muted);
}

/* ── How It Works ──────────────────────────────────────────────────── */
.how__steps {
  max-width: 700px; margin: 0 auto;
  display: flex; flex-direction: column; gap: var(--s-2xl);
}
.how__step {
  display: flex; gap: var(--s-xl); align-items: flex-start;
  padding: var(--s-xl);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur);
}
.how__step:hover { border-color: var(--border-accent); }
.how__step-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px; font-weight: 900;
  background: linear-gradient(135deg, var(--accent), var(--primary-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1; flex-shrink: 0;
}
.how__step-content h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px; font-weight: 700; margin-bottom: var(--s-sm);
}
.how__step-content p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* ── Screenshots ───────────────────────────────────────────────────── */
.screenshots__carousel { position: relative; max-width: var(--container); margin: 0 auto; overflow: hidden; }
.screenshots__track {
  display: flex; gap: var(--s-xl);
  transition: transform 0.6s var(--ease);
  padding: var(--s-lg) 0;
}
.screenshot-card {
  flex: 0 0 260px;
  display: flex; flex-direction: column; align-items: center;
  gap: var(--s-sm);
  transition: all var(--dur);
}
.screenshot-card:hover {
  transform: translateY(-8px);
}
.screenshot-card:hover .phone-mockup__bezel {
  border-color: var(--primary-light);
  box-shadow:
    0 0 0 2px rgba(147,51,234,0.25),
    0 0 0 3px rgba(40,40,60,0.5),
    0 24px 80px -12px rgba(0,0,0,0.8),
    0 0 60px rgba(147,51,234,0.12),
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -1px 0 rgba(255,255,255,0.03);
}
.screenshot-card__label {
  font-size: 12px; font-weight: 700; color: var(--accent-light);
  text-align: center; padding: 6px 0;
  letter-spacing: 0.5px;
}
/* Carousel nav */
.screenshots__nav {
  display: flex; align-items: center; justify-content: center;
  gap: var(--s-md); margin-top: var(--s-xl);
}
.screenshots__btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border-light);
  font-size: 22px; color: var(--text-secondary);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--dur);
}
.screenshots__btn:hover { background: rgba(255,255,255,0.05); color: #FFF; }
.screenshots__dots { display: flex; gap: 6px; }
.screenshots__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  transition: all var(--dur);
  cursor: pointer;
}
.screenshots__dot.active { background: var(--accent); width: 24px; border-radius: 4px; }

/* Swipe hint — mobile only */
.screenshots__swipe-hint {
  display: none;
  text-align: center;
  margin-top: var(--s-md);
  font-size: 12px; color: var(--text-muted);
  letter-spacing: 1px;
  animation: swipeHintPulse 2.5s ease-in-out infinite;
}
@keyframes swipeHintPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
@media (max-width: 768px) {
  .screenshots__swipe-hint { display: block; }
}

/* ── Pricing ───────────────────────────────────────────────────────── */
.pricing__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-lg); align-items: stretch;
}
.pricing__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.pricing-card {
  padding: var(--s-xl);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  display: flex; flex-direction: column;
  transition: all var(--dur);
}
.pricing-card:hover { border-color: var(--border-light); }
.pricing-card--featured {
  border-color: rgba(255,184,0,0.25);
  background: linear-gradient(160deg, rgba(40,18,75,0.5), rgba(12,6,32,0.7));
  box-shadow: 0 0 60px rgba(255,184,0,0.06);
  transform: scale(1.03);
  position: relative;
}
.pricing-card--featured::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(255,184,0,0.2), rgba(147,51,234,0.2));
  z-index: -1; filter: blur(1px);
}

.pricing-card__badge {
  display: inline-block; align-self: flex-start;
  padding: 4px 14px; border-radius: var(--r-full);
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  background: rgba(255,255,255,0.05); color: var(--text-muted);
  border: 1px solid var(--border);
  margin-bottom: var(--s-lg);
}
.pricing-card__badge--gold {
  background: rgba(255,184,0,0.1); color: var(--accent-light);
  border-color: rgba(255,184,0,0.2);
}
.pricing-card__price { margin-bottom: var(--s-xl); }
.pricing-card__amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 36px; font-weight: 900;
  letter-spacing: -1px;
}
.pricing-card--featured .pricing-card__amount {
  background: linear-gradient(135deg, var(--accent), var(--primary-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pricing-card__period { font-size: 14px; color: var(--text-muted); margin-left: 4px; }
.pricing-card__savings {
  font-size: 12px; color: var(--green);
  background: rgba(0,255,179,0.06);
  border: 1px solid rgba(0,255,179,0.12);
  border-radius: var(--r-sm);
  padding: 6px 10px; margin-bottom: var(--s-md);
  text-align: center; font-weight: 500;
}

.pricing-card__features { flex: 1; margin-bottom: var(--s-xl); display: flex; flex-direction: column; gap: 10px; }
.pricing-card .btn,
.pricing-card .btn--outline { margin-top: auto; }
.pricing-card__feat {
  font-size: 14px; padding-left: 24px; position: relative;
  color: var(--text-secondary);
}
.pricing-card__feat::before {
  content: ''; position: absolute; left: 0; top: 4px;
  width: 14px; height: 14px; border-radius: 50%;
}
.pricing-card__feat--yes::before { background: rgba(16,185,129,0.15); box-shadow: inset 0 0 0 2px #10B981; }
.pricing-card__feat--no { color: var(--text-muted); }
.pricing-card__feat--no::before { background: rgba(255,255,255,0.04); box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1); }

/* ── Testimonials ──────────────────────────────────────────────────── */
.testimonials__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: var(--s-lg);
}
.testimonial-card {
  padding: var(--s-xl);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--dur);
}
.testimonial-card:hover { border-color: var(--border-light); transform: translateY(-2px); }
.testimonial-card__stars { color: var(--accent); font-size: 16px; letter-spacing: 2px; margin-bottom: var(--s-md); }
.testimonial-card__text {
  font-size: 15px; line-height: 1.75; color: var(--text-secondary);
  margin-bottom: var(--s-lg); font-style: italic;
}
.testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px;
}
.testimonial-card__name { display: block; font-weight: 600; font-size: 14px; }
.testimonial-card__loc { display: block; font-size: 12px; color: var(--text-muted); }

/* ── FAQ ───────────────────────────────────────────────────────────── */
.faq__list { max-width: 750px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--s-sm); }
.faq__item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color var(--dur);
}
.faq__item[open] { border-color: var(--border-light); }
.faq__question {
  padding: var(--s-lg) var(--s-xl);
  font-size: 15px; font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex; align-items: center; justify-content: space-between;
}
.faq__question::-webkit-details-marker { display: none; }
.faq__question::after {
  content: '+'; font-size: 20px; font-weight: 400; color: var(--text-muted);
  transition: transform var(--dur);
}
.faq__item[open] .faq__question::after { content: '−'; transform: rotate(180deg); color: var(--accent); }
.faq__answer {
  padding: 0 var(--s-xl) var(--s-lg);
  font-size: 14px; color: var(--text-secondary); line-height: 1.7;
}

/* ── Download CTA ──────────────────────────────────────────────────── */
.download__inner {
  text-align: center;
  padding: var(--s-3xl) var(--s-xl);
  background: linear-gradient(160deg, rgba(40,18,75,0.4), rgba(12,6,32,0.6));
  border: 1px solid rgba(255,184,0,0.12);
  border-radius: var(--r-2xl);
  position: relative; overflow: hidden;
}
.download__glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 400px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,184,0,0.1), transparent 70%);
  pointer-events: none;
}
.download__logo {
  width: 80px; height: 80px;
  object-fit: contain;
  border-radius: 20px;
  margin: 0 auto var(--s-md);
  display: block;
  box-shadow: 0 0 40px rgba(255,184,0,0.15);
}
.download__si {
  display: block;
  font-size: 36px; font-weight: 400;
  color: rgba(255,255,255,0.08);
  margin-bottom: var(--s-sm);
  letter-spacing: 8px;
}
.download__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  background: linear-gradient(135deg, #FFF, var(--accent-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--s-md);
}
.download__desc { font-size: 16px; color: var(--text-secondary); margin-bottom: var(--s-xl); }

.download__buttons { display: flex; gap: var(--s-md); justify-content: center; flex-wrap: wrap; }
.store-badge {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 24px; border-radius: var(--r-lg);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-light);
  transition: all var(--dur);
}
.store-badge:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); transform: translateY(-2px); }
.store-badge small { display: block; font-size: 10px; color: var(--text-muted); }
.store-badge strong { display: block; font-size: 16px; font-weight: 700; }

/* ── Footer ────────────────────────────────────────────────────────── */
.footer {
  position: relative; z-index: 1;
  padding: var(--s-3xl) 0 var(--s-xl);
}
.footer__top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--s-2xl); margin-bottom: var(--s-2xl);
}
.footer__brand { flex-shrink: 0; }
.footer__logo {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px; font-weight: 800; display: flex; align-items: center; gap: 10px; margin-bottom: 4px;
}
.footer__logo-img {
  width: 28px; height: 28px; border-radius: 6px;
  object-fit: contain;
}
.footer__logo-si { display: block; font-size: 12px; color: var(--text-muted); margin-bottom: var(--s-md); }
.footer__tagline { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

.footer__col h4 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: var(--s-md); }
.footer__col a { display: block; font-size: 14px; color: var(--text-secondary); padding: 4px 0; transition: color var(--dur); }
.footer__col a:hover { color: #FFF; }

.footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: var(--s-xl); border-top: 1px solid var(--border);
  font-size: 13px; color: var(--text-muted);
}
.footer__socials { display: flex; gap: var(--s-md); }
.footer__socials a { color: var(--text-muted); transition: color var(--dur); }
.footer__socials a:hover { color: var(--accent); }

/* ── Scroll Animations ─────────────────────────────────────────────── */
[data-aos] {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-aos="fade-right"] { transform: translateX(-30px); }
[data-aos="zoom-in"] { transform: scale(0.85); }
[data-aos="fade-up-rotate"] { transform: translateY(40px) rotate(-2deg); }
[data-aos].aos-animate { opacity: 1; transform: translate(0,0) rotate(0) scale(1); }

/* ═══════════════════════════════════════════════════════════════════════
   ✨ SPECTACULAR ANIMATIONS & EFFECTS SYSTEM ✨
   Scroll-driven reveals, glow pulses, particle trails, sacred geometry
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Animated gradient text shimmer for section titles ─────────────── */
.scene-active .section-title {
  animation: titleShimmer 4s ease-in-out infinite alternate;
}
@keyframes titleShimmer {
  0% { filter: brightness(1) drop-shadow(0 0 0px transparent); }
  100% { filter: brightness(1.15) drop-shadow(0 0 20px rgba(255,184,0,0.15)); }
}

/* ── Section label entrance pulse ──────────────────────────────────── */
.scene-active .section-label {
  animation: labelPulseIn 0.8s var(--ease) forwards, labelGlow 3s ease-in-out 0.8s infinite;
}
@keyframes labelPulseIn {
  0% { transform: scale(0.8); opacity: 0; }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes labelGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,184,0,0.1); }
  50% { box-shadow: 0 0 20px 4px rgba(255,184,0,0.12); }
}

/* ── Section divider line animated draw — REMOVED ──────────────────── */

/* ── Feature cards — stagger cascade with glow border sweep ────────── */
.feature-card {
  --card-glow: rgba(147,51,234,0.3);
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute;
  top: -50%; left: -50%;
  width: 200%; height: 200%;
  background: conic-gradient(from 0deg, transparent 0%, var(--card-glow) 10%, transparent 20%);
  opacity: 0;
  animation: none;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}
.feature-card:hover::after {
  opacity: 0.15;
  animation: cardGlowSpin 4s linear infinite;
}
@keyframes cardGlowSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Feature card icon bounce-in when section visible */
.scene-active .feature-card.aos-animate .feature-card__icon {
  animation: iconBounceIn 0.6s var(--ease) forwards;
}
.scene-active .feature-card.aos-animate:nth-child(2) .feature-card__icon { animation-delay: 0.1s; }
.scene-active .feature-card.aos-animate:nth-child(3) .feature-card__icon { animation-delay: 0.2s; }
.scene-active .feature-card.aos-animate:nth-child(4) .feature-card__icon { animation-delay: 0.3s; }
.scene-active .feature-card.aos-animate:nth-child(5) .feature-card__icon { animation-delay: 0.4s; }
.scene-active .feature-card.aos-animate:nth-child(6) .feature-card__icon { animation-delay: 0.5s; }
@keyframes iconBounceIn {
  0% { transform: scale(0) rotate(-20deg); }
  60% { transform: scale(1.2) rotate(5deg); }
  100% { transform: scale(1) rotate(0); }
}

/* ── How It Works — step number glowing count animation ────────────── */
.how__step-num {
  position: relative;
}
.how__step-num::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,184,0,0.08) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.scene-active .how__step.aos-animate .how__step-num::after {
  opacity: 1;
  animation: stepNumGlow 2.5s ease-in-out infinite;
}
@keyframes stepNumGlow {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.3); opacity: 1; }
}

/* How step — connection line between steps */
.how__step {
  position: relative;
}
.how__steps .how__step:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -24px; left: 50%;
  width: 2px; height: 24px;
  background: linear-gradient(180deg, rgba(255,184,0,0.3), transparent);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.6s ease 0.5s;
}
.scene-active .how__steps .how__step.aos-animate:not(:last-child)::after {
  opacity: 1;
}

/* ── Pricing card — subtle accent glow for featured card ───────────── */
.pricing-card--featured {
  overflow: hidden;
}

/* Pricing card amount counter-style animation */
.scene-active .pricing-card.aos-animate .pricing-card__amount {
  animation: amountReveal 0.8s var(--ease) forwards;
}
@keyframes amountReveal {
  0% { transform: scale(0.5); opacity: 0; filter: blur(8px); }
  60% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; filter: blur(0); }
}

/* ── Testimonial cards — quote mark decorative animation ───────────── */
.testimonial-card {
  position: relative;
  overflow: hidden;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px; right: 15px;
  font-size: 120px;
  font-family: Georgia, serif;
  color: rgba(255,184,0,0.04);
  line-height: 1;
  pointer-events: none;
  transition: color 0.5s ease, transform 0.5s ease;
}
.testimonial-card:hover::before {
  color: rgba(255,184,0,0.08);
  transform: scale(1.1) rotate(-5deg);
}

/* Star rating sparkle */
.scene-active .testimonial-card.aos-animate .testimonial-card__stars {
  animation: starsSparkle 1.5s ease-in-out forwards;
}
@keyframes starsSparkle {
  0% { opacity: 0; transform: scale(0.3); filter: blur(6px); }
  50% { transform: scale(1.2); filter: brightness(2) blur(0); }
  100% { opacity: 1; transform: scale(1); filter: brightness(1) blur(0); }
}

/* ── FAQ — smooth accordion with glow edge ─────────────────────────── */
.faq__item {
  position: relative;
  transition: border-color var(--dur), box-shadow var(--dur), transform var(--dur);
}
.faq__item[open] {
  border-color: rgba(180,122,255,0.3);
  box-shadow: 0 0 30px rgba(180,122,255,0.06), 0 8px 32px rgba(0,0,0,0.2);
  transform: scale(1.01);
}
.faq__question::after {
  transition: transform 0.4s cubic-bezier(0.68,-0.55,0.27,1.55), color var(--dur);
}
.faq__item[open] .faq__question::after {
  transform: rotate(135deg);
}

/* ── Download CTA — dramatic entrance ──────────────────────────────── */
.scene-active .download__inner {
  animation: downloadEntrance 1.2s var(--ease) forwards;
}
@keyframes downloadEntrance {
  0% { transform: scale(0.9); opacity: 0; box-shadow: 0 0 0 0 rgba(255,184,0,0); }
  100% { transform: scale(1); opacity: 1; box-shadow: 0 0 80px rgba(255,184,0,0.08), 0 0 160px rgba(147,51,234,0.04); }
}

/* Download glow orb animated pulse */
.download__glow {
  animation: downloadGlowPulse 4s ease-in-out infinite;
}
@keyframes downloadGlowPulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.6; }
  50% { transform: translateX(-50%) scale(1.4); opacity: 1; }
}

/* ── Store badge hover lift + shine ────────────────────────────────── */
.store-badge {
  position: relative;
  overflow: hidden;
}
.store-badge::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}
.store-badge:hover::before {
  left: 150%;
}

/* ── Glowing cosmic ring around section-header ─────────────────────── */
.scene-active .section-header::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 280px; height: 280px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,184,0,0.04);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  animation: cosmicRingPulse 6s ease-in-out infinite;
}
@keyframes cosmicRingPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(0.8); opacity: 0; border-color: rgba(255,184,0,0.04); }
  50% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; border-color: rgba(255,184,0,0.08); }
}

/* ── Smooth scroll-reveal classes ──────────────────────────────────── */
.reveal-left { opacity: 0; transform: translateX(-60px); transition: all 0.8s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(60px); transition: all 0.8s var(--ease); }
.reveal-scale { opacity: 0; transform: scale(0.8); transition: all 0.9s var(--ease); }
.reveal-blur { opacity: 0; filter: blur(12px); transition: all 0.9s var(--ease); }
.reveal-left.scroll-visible,
.reveal-right.scroll-visible,
.reveal-scale.scroll-visible,
.reveal-blur.scroll-visible {
  opacity: 1; transform: translate(0) scale(1); filter: blur(0);
}

/* ── Card hover — glass refraction effect ──────────────────────────── */
.feature-card, .pricing-card, .testimonial-card, .how__step {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease), background 0.5s ease;
  will-change: transform;
}
.feature-card:hover, .how__step:hover {
  background: rgba(28,18,60,0.8);
  border-color: rgba(147,51,234,0.3);
}
.testimonial-card:hover {
  background: rgba(28,18,60,0.7);
  box-shadow: 0 20px 60px rgba(255,107,157,0.08), 0 0 40px rgba(255,107,157,0.04);
}

/* ── Floating glow orbs (CSS-only ambient) ─────────────────────────── */
@keyframes cosmicFloat1 { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-20px) scale(1.1); } 66% { transform: translate(-20px,15px) scale(0.9); } }
@keyframes cosmicFloat2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-40px,-30px) scale(1.15); } }
@keyframes cosmicFloat3 { 0%,100% { transform: translate(0,0); } 40% { transform: translate(25px,20px); } 80% { transform: translate(-15px,-10px); } }

.hero::before {
  content: '';
  position: absolute;
  top: 20%; right: 5%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(147,51,234,0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: cosmicFloat1 20s ease-in-out infinite;
  pointer-events: none; z-index: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 10%; left: 10%;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,184,0,0.06) 0%, transparent 70%);
  border-radius: 50%;
  animation: cosmicFloat2 25s ease-in-out infinite;
  pointer-events: none; z-index: 0;
}

/* ── Section glow accents (now handled by per-section scenes) ──────── */

/* ── Hero title shimmer ────────────────────────────────────────────── */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
.hero__title-accent {
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 20%, #FFF 50%, var(--accent-light) 80%, var(--accent) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 5s linear infinite;
}

/* ── Section header parallax depth layer ───────────────────────────── */
.section-header {
  position: relative; z-index: 2;
}
.section-header::before {
  display: none; /* dividers removed — sections bleed seamlessly */
}

/* ── Glowing cursor trail on feature cards ─────────────────────────── */
.feature-card {
  --mouse-x: 50%;
  --mouse-y: 50%;
}
.feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 20px 60px rgba(147,51,234,0.15),
    0 0 40px rgba(147,51,234,0.05),
    inset 0 0 80px rgba(147,51,234,0.03);
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(255,184,0,0.12), 0 0 30px rgba(255,184,0,0.04);
}

/* ── Scroll reveal with stagger (JS adds .scroll-visible) ──────────── */
.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.scroll-reveal.scroll-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .pricing__grid, .pricing__grid--4 { grid-template-columns: repeat(2, 1fr); }
  .pricing-card:last-child:nth-child(odd) { grid-column: span 2; max-width: 400px; justify-self: center; }
  .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-card:last-child:nth-child(odd) { grid-column: span 2; max-width: 500px; justify-self: center; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  /* Scale chakra on tablets */
  .rashi-chakra { width: 550px; height: 550px; right: -240px; }
}

/* ══════════════════════════════════════════════════════════════════════
   MOBILE — Complete Redesign (<768px)
   Premium floating nav, compact hero, optimized sections
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── NAVIGATION — Floating pill nav ─────────────────────────────── */
  .nav {
    top: 12px; left: 12px; right: 12px;
    width: auto;
    border-radius: 20px;
    padding: 6px 6px;
    background: rgba(10,6,24,0.85);
    backdrop-filter: blur(28px) saturate(1.4);
    -webkit-backdrop-filter: blur(28px) saturate(1.4);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px rgba(147,51,234,0.06);
    transition: all 0.4s var(--ease);
    overflow: visible;
  }
  .nav--scrolled {
    padding: 6px 6px;
    background: rgba(10,6,24,0.95);
    border-color: rgba(255,255,255,0.06);
  }
  .nav__inner { padding: 0 10px; }

  /* Logo — smaller & tighter */
  .nav__logo { gap: 6px; }
  .nav__logo-img { width: 28px; height: 28px; border-radius: 7px; }
  .nav__logo-text { font-size: 15px; }

  /* Burger button — premium animated */
  .nav__burger {
    display: flex;
    width: 38px; height: 38px;
    padding: 7px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    margin-right: 0;
    z-index: 200;
    position: relative;
  }
  .nav__burger:hover, .nav__burger:active {
    background: rgba(255,255,255,0.08);
  }
  .nav__burger span { width: 18px; height: 1.5px; }

  /* Mobile dropdown menu — slides down from nav pill */
  .nav__links {
    display: flex;
    position: absolute;
    top: calc(100% + 8px);
    left: -1px;
    right: -1px;
    z-index: 150;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 8px;
    gap: 2px;
    margin-left: 0;
    background: rgba(10,6,24,0.95);
    backdrop-filter: blur(40px) saturate(1.3);
    -webkit-backdrop-filter: blur(40px) saturate(1.3);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    box-shadow: 
      0 16px 48px rgba(0,0,0,0.5),
      0 0 0 1px rgba(147,51,234,0.06),
      0 0 80px rgba(147,51,234,0.04);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.97);
    transform-origin: top center;
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
    pointer-events: none;
  }
  .nav__links.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  /* Animated staggered nav links */
  .nav__link {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    padding: 12px 16px;
    color: rgba(255,255,255,0.6);
    width: 100%;
    text-align: left;
    border-radius: 12px;
    border-bottom: none;
    letter-spacing: -0.2px;
    transition: color 0.25s, background 0.25s, transform 0.25s;
    opacity: 0;
    transform: translateY(8px);
  }
  .nav__link:hover, .nav__link:active {
    color: #FFF;
    background: rgba(255,255,255,0.06);
    letter-spacing: normal;
    transform: none;
  }
  .nav__links.active .nav__link {
    opacity: 1;
    transform: translateY(0);
  }
  /* Stagger the link entrance */
  .nav__links.active .nav__link:nth-child(1) { transition-delay: 0.03s; }
  .nav__links.active .nav__link:nth-child(2) { transition-delay: 0.06s; }
  .nav__links.active .nav__link:nth-child(3) { transition-delay: 0.09s; }
  .nav__links.active .nav__link:nth-child(4) { transition-delay: 0.12s; }
  .nav__links.active .nav__link:nth-child(5) { transition-delay: 0.15s; }
  .nav__links.active .nav__link:nth-child(6) { transition-delay: 0.18s; }

  /* Subtle separator line */
  .nav__link + .nav__link::before {
    content: '';
    display: block;
    height: 0;
    margin: 0;
  }

  /* Decorative subtle glow in dropdown background */
  .nav__links::before {
    content: '';
    position: absolute;
    top: -40px; left: 50%;
    width: 200px; height: 120px;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(147,51,234,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .nav__links::after {
    content: '';
    position: absolute;
    bottom: -30px; right: 20%;
    width: 150px; height: 100px;
    background: radial-gradient(ellipse, rgba(255,184,0,0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  /* Social icons row — animated entrance */
  .nav__mobile-socials {
    display: flex;
    align-items: center; justify-content: center;
    gap: 10px;
    padding: 8px 0 4px;
    margin-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.05);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease 0.22s, transform 0.3s ease 0.22s;
  }
  .nav__links.active .nav__mobile-socials {
    opacity: 1;
    transform: translateY(0);
  }
  .nav__mobile-socials .nav__social {
    width: 40px; height: 40px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    color: rgba(255,255,255,0.35);
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s;
  }
  .nav__mobile-socials .nav__social:hover {
    color: #FFF;
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.12);
  }

  /* CTA button in mobile menu — animated entrance */
  .nav__link--mobile-cta {
    display: flex;
    align-items: center; justify-content: center;
    margin: 6px 4px 2px;
    font-size: 13px; font-weight: 700;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--accent), #FF8C00);
    color: #000 !important;
    border-radius: var(--r-full);
    box-shadow: 0 4px 20px rgba(255,184,0,0.2);
    width: auto;
    letter-spacing: 0.3px;
    text-align: center;
    border-bottom: none;
    font-family: 'Inter', sans-serif;
    opacity: 0;
    transform: translateY(8px) scale(0.97);
    transition: opacity 0.35s ease 0.26s, transform 0.35s ease 0.26s, background 0.3s;
  }
  .nav__links.active .nav__link--mobile-cta {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .nav__link--mobile-cta:hover {
    background: linear-gradient(135deg, #FFD666, var(--accent));
    color: #000 !important;
    letter-spacing: 0.3px;
  }

  /* Hide desktop items */
  .nav__cta { display: none; }
  .nav__social--desktop { display: none; }
  .nav__right { margin-left: auto; gap: 4px; }

  /* Language toggle — mobile adjustments */
  .lang-toggle {
    padding: 5px 10px;
    font-size: 11px;
  }
  .lang-toggle__icon { font-size: 13px; }

  body.nav-open { overflow: hidden; }

  /* ── HERO — Mobile-first layout with spectacular animations ─────── */
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    justify-items: center;
    padding: 80px var(--s-md) 40px;
    min-height: auto;
    gap: var(--s-lg);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  /* Animated cosmic glow behind hero content */
  .hero::before {
    display: block;
    content: '';
    position: absolute;
    top: 15%; left: 50%;
    width: 280px; height: 280px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(147,51,234,0.12) 0%, rgba(255,184,0,0.06) 40%, transparent 70%);
    border-radius: 50%;
    animation: mobileHeroGlow 6s ease-in-out infinite;
    pointer-events: none; z-index: 0;
  }
  .hero::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 5%; left: 50%;
    width: 200px; height: 200px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(76,201,240,0.06) 0%, transparent 60%);
    border-radius: 50%;
    animation: mobileHeroGlow 8s ease-in-out 2s infinite;
    pointer-events: none; z-index: 0;
  }
  @keyframes mobileHeroGlow {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.6; }
    50% { transform: translateX(-50%) scale(1.3); opacity: 1; }
  }

  /* Phone first, smaller — with entrance animation */
  .hero__visual {
    order: -1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: heroPhoneEntrance 1s var(--ease) both;
  }
  @keyframes heroPhoneEntrance {
    0% { opacity: 0; transform: translateY(-30px) scale(0.9); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
  }

  .hero__phone {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  /* Glow ring behind phone */
  .hero__phone::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 180px; height: 180px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(147,51,234,0.1) 0%, rgba(255,184,0,0.04) 50%, transparent 70%);
    border-radius: 50%;
    animation: phoneRingPulse 4s ease-in-out infinite;
    pointer-events: none;
  }
  @keyframes phoneRingPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50% { transform: translate(-50%, -50%) scale(1.15); opacity: 1; }
  }

  /* Rashi Chakra — behind phone mockup on mobile */
  .rashi-chakra {
    width: 320px; height: 320px;
    right: auto;
    top: 28vh;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    opacity: 0.4;
    z-index: 1;
  }

  .phone-mockup { animation: phoneFloat 6s ease-in-out infinite; margin: 0 auto; }
  .phone-mockup__bezel {
    width: 150px;
    border-radius: 26px;
    padding: 4px;
    box-shadow:
      0 0 0 1.5px rgba(80,80,100,0.3),
      0 16px 48px -8px rgba(0,0,0,0.7),
      0 0 40px rgba(147,51,234,0.08);
  }
  .phone-mockup__notch { width: 48px; height: 14px; border-radius: 10px; margin: 2px auto 3px; }
  .phone-mockup__screen { border-radius: 21px; }
  .phone-mockup__screen img { border-radius: 21px; }
  .phone-mockup__screen::after { border-radius: 21px; }
  .phone-mockup__chin { height: 3px; }
  .phone-mockup__bezel::before {
    top: 60px; width: 2px; height: 16px;
    box-shadow: 0 20px 0 0 rgba(80,80,100,0.3), 0 40px 0 0 rgba(80,80,100,0.3);
  }
  .phone-mockup__bezel::after { top: 76px; width: 2px; height: 24px; }
  .hero__orb { display: none; }

  /* Content compact & centered — with staggered entrance */
  .hero__content {
    padding: 0 var(--s-sm);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero__badge {
    font-size: 10px; padding: 5px 12px; margin-bottom: var(--s-md);
    animation: heroFadeUp 0.8s var(--ease) 0.3s both;
  }
  .hero__title {
    margin-bottom: var(--s-md); text-align: center; width: 100%;
    animation: heroFadeUp 0.8s var(--ease) 0.45s both;
  }
  .hero__title-line { font-size: 28px; letter-spacing: -1px; }
  .hero__title-accent { font-size: 32px; letter-spacing: -1.5px; }
  .hero__subtitle {
    font-size: 14px; line-height: 1.65;
    margin: 0 auto var(--s-lg);
    max-width: 340px;
    text-align: center;
    animation: heroFadeUp 0.8s var(--ease) 0.6s both;
  }
  .hero__actions {
    justify-content: center; gap: 10px; width: 100%;
    animation: heroFadeUp 0.8s var(--ease) 0.75s both;
  }
  .hero__actions .btn { padding: 12px 22px; font-size: 13px; }
  .hero__scroll-hint { display: none; }

  @keyframes heroFadeUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  /* ── TRUST STRIP ────────────────────────────────────────────────── */
  .trust-strip__inner {
    justify-content: center;
    gap: var(--s-sm);
    font-size: 11px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 var(--s-sm);
    text-align: center;
  }
  .trust-strip__inner::-webkit-scrollbar { display: none; }
  .trust-strip__item { white-space: nowrap; }

  /* ── SECTIONS — Tighter spacing & centered ───────────────────────── */
  .container {
    padding: 0 var(--s-md);
    width: 100%;
    box-sizing: border-box;
  }
  .features, .how, .screenshots, .kendara, .porondam, .fullreport, .weekly-lagna, .pricing, .testimonials, .faq, .download {
    padding: var(--s-3xl) 0;
    width: 100%;
  }
  .section-header {
    margin-bottom: var(--s-xl);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-label { font-size: 10px; letter-spacing: 2px; padding: 4px 12px; }
  .section-title { font-size: clamp(22px, 6vw, 32px); }
  .section-desc { font-size: 14px; }
  .section-header::before { display: none; }

  /* ── FEATURES GRID ──────────────────────────────────────────────── */
  .features__grid { grid-template-columns: 1fr; gap: 12px; width: 100%; }
  .feature-card {
    padding: var(--s-lg);
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
    gap: 0 var(--s-md);
    align-items: start;
  }
  .feature-card__icon {
    width: 44px; height: 44px;
    margin-bottom: 0;
    grid-row: 1 / 3;
  }
  .feature-card__title {
    font-size: 15px;
    margin-bottom: 2px;
    align-self: end;
  }
  .feature-card__desc {
    font-size: 13px;
    margin-bottom: 0;
    grid-column: 2;
    line-height: 1.55;
  }
  .feature-card__tags { display: none; }
  .feature-card:hover { transform: none; }

  /* ── HOW IT WORKS ───────────────────────────────────────────────── */
  .how__steps { gap: var(--s-md); width: 100%; }
  .how__step {
    flex-direction: row;
    gap: var(--s-md);
    padding: var(--s-lg);
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  .how__step-num { font-size: 32px; flex-shrink: 0; min-width: 44px; }
  .how__step-content h3 { font-size: 16px; margin-bottom: 4px; }
  .how__step-content p { font-size: 13px; line-height: 1.55; }

  /* ── SCREENSHOTS ────────────────────────────────────────────────── */
  .screenshots__carousel { overflow: hidden; width: 100%; }
  .screenshots__track { gap: 12px; padding: var(--s-sm) 0; }
  .screenshot-card { flex: 0 0 160px; }
  .screenshot-card__label { font-size: 10px; padding: 4px 0; }
  .screenshot-card .phone-mockup--sm .phone-mockup__bezel { width: 150px; border-radius: 24px; padding: 4px; }
  .screenshot-card .phone-mockup--sm .phone-mockup__notch { width: 46px; height: 14px; margin: 2px auto 2px; border-radius: 10px; }
  .screenshot-card .phone-mockup--sm .phone-mockup__screen { border-radius: 20px; }
  .screenshot-card .phone-mockup--sm .phone-mockup__screen img { border-radius: 20px; }
  .screenshot-card .phone-mockup--sm .phone-mockup__chin { height: 3px; }
  .screenshot-card .phone-mockup--sm .phone-mockup__bezel::before,
  .screenshot-card .phone-mockup--sm .phone-mockup__bezel::after { display: none; }
  .screenshot-card:hover { transform: none; }
  .screenshots__btn { display: none; }
  .screenshots__dots { margin-top: var(--s-sm); }

  /* ── PRICING ────────────────────────────────────────────────────── */
  .pricing__grid, .pricing__grid--4 { grid-template-columns: 1fr; gap: 12px; width: 100%; }
  .pricing-card {
    padding: var(--s-lg); text-align: center;
    display: flex; flex-direction: column;
    background: var(--bg-card);
    border: 1px solid var(--border);
  }
  .pricing-card--featured {
    transform: none;
    box-shadow: none;
    background: var(--bg-card);
    border: 1px solid var(--border);
  }
  .pricing-card--featured::before { display: none; }
  .pricing-card--featured .pricing-card__amount {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--text);
    background-clip: unset;
  }
  .pricing-card:last-child, .pricing-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .pricing-card__badge { align-self: center; }
  .pricing-card__amount { font-size: 28px; }
  .pricing-card__savings { text-align: center; }
  .pricing-card__feat { font-size: 13px; padding-left: 28px; text-align: left; }
  .pricing-card__features { align-items: stretch; }
  .pricing-card .btn { margin-top: auto; }

  /* ── TESTIMONIALS ───────────────────────────────────────────────── */
  .testimonials__grid { grid-template-columns: 1fr; gap: 12px; width: 100%; }
  .testimonial-card { padding: var(--s-lg); text-align: center; }
  .testimonial-card:last-child, .testimonial-card:last-child:nth-child(odd) { grid-column: auto; max-width: none; }
  .testimonial-card__text { font-size: 14px; margin-bottom: var(--s-md); }
  .testimonial-card__author { justify-content: center; }
  .testimonial-card::before { font-size: 80px; right: 10px; top: -5px; }

  /* ── FAQ ─────────────────────────────────────────────────────────── */
  .faq__question { padding: var(--s-md) var(--s-lg); font-size: 14px; }
  .faq__answer { padding: 0 var(--s-lg) var(--s-md); font-size: 13px; }

  /* ── DOWNLOAD CTA ───────────────────────────────────────────────── */
  .download__inner {
    padding: var(--s-2xl) var(--s-lg);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .download__logo { width: 60px; height: 60px; border-radius: 16px; margin: 0 auto var(--s-md); }
  .download__title { font-size: clamp(22px, 5vw, 32px); text-align: center; }
  .download__desc { font-size: 14px; text-align: center; }
  .download__buttons { flex-direction: column; align-items: center; gap: 10px; width: 100%; }
  .store-badge { width: 100%; max-width: 260px; justify-content: center; }

  /* ── FOOTER ─────────────────────────────────────────────────────── */
  .footer { padding: var(--s-2xl) 0 var(--s-lg); }
  .footer__top { grid-template-columns: 1fr; gap: var(--s-lg); text-align: center; justify-items: center; }
  .footer__col { display: flex; flex-direction: column; align-items: center; }
  .footer__col h4 { margin-bottom: var(--s-sm); }
  .footer__col a { padding: 3px 0; font-size: 13px; }
  .footer__bottom { flex-direction: column; gap: var(--s-sm); text-align: center; font-size: 12px; align-items: center; justify-content: center; }

  /* ── Sinhala mobile-specific ────────────────────────────────────── */
  body.lang-si .hero__title-line { font-size: 24px; }
  body.lang-si .hero__title-accent { font-size: 28px; }
  body.lang-si .hero__subtitle { font-size: 13px; }
  body.lang-si .nav__link {
    font-size: 14px;
    font-family: 'Noto Sans Sinhala', 'Space Grotesk', sans-serif;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 10px 16px;
    word-break: keep-all;
    white-space: nowrap;
  }
  body.lang-si .nav__link--mobile-cta {
    font-size: 12px;
    font-family: 'Noto Sans Sinhala', 'Inter', sans-serif;
    padding: 11px 28px;
    white-space: nowrap;
  }
  body.lang-si .feature-card__title { font-size: 14px; }
  body.lang-si .feature-card__desc { font-size: 12px; }
  body.lang-si .how__step-content h3 { font-size: 15px; }
  body.lang-si .how__step-content p { font-size: 12px; }
}

/* ══ Extra small phones (<400px) ═════════════════════════════════════ */
@media (max-width: 400px) {
  .hero { padding: 72px var(--s-sm) 32px; }
  .phone-mockup__bezel { width: 130px; border-radius: 22px; }
  .phone-mockup__notch { width: 40px; height: 12px; }
  .phone-mockup__screen, .phone-mockup__screen img, .phone-mockup__screen::after { border-radius: 18px; }
  .hero__title-line { font-size: 24px; }
  .hero__title-accent { font-size: 28px; }
  .hero__subtitle { font-size: 13px; max-width: 300px; }
  .hero__actions .btn { padding: 10px 18px; font-size: 12px; }
  .feature-card { grid-template-columns: 38px 1fr; }
  .feature-card__icon { width: 38px; height: 38px; }
  .feature-card__icon svg { width: 20px; height: 20px; }
  .screenshot-card { flex: 0 0 140px; }
  .screenshot-card .phone-mockup--sm .phone-mockup__bezel { width: 130px; border-radius: 20px; }

  /* Sinhala extra small adjustments */
  body.lang-si .nav__link {
    font-size: 13px;
    padding: 9px 14px;
  }
}
