/* BNN Masterclass - Combined Stylesheet */

/* ─── Design Tokens ─── */
:root {
  --terracotta-deep: #3D1B0C;
  --terracotta: #6B3216;
  --terracotta-mid: #8C4A24;
  --terracotta-light: #B8743B;

  --gold: #C9A227;
  --gold-light: #E8C766;
  --gold-dim: #8C721E;

  --wine: #7A1626;
  --wine-deep: #4A0E19;
  --coral: #E0755A;
  --sindoor: #C24A3A;
  --peacock: #12876A;

  --ivory: #F7ECD9;
  --ivory-2: #EFE0C4;
  --ivory-3: #FBF5E8;
  --espresso: #1A0E0A;
  --muted: #7A6650;
  --muted-light: #B8A88E;
  --muted-cosmic: #E8D9C0;

  --display: "Marcellus", Georgia, serif;
  --body: "Hind", system-ui, sans-serif;
  --maxw: 700px;
  --r: 14px;
}

/* ─── Reset & Base ─── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: var(--body);
  color: var(--muted);
  line-height: 1.65;
  background: var(--ivory-3);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  min-width: 320px;
  font-size: clamp(0.95rem, 1.8vw, 1rem);
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ─── Layout ─── */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.sec {
  padding: 60px 0;
  position: relative;
}

.sec-tight {
  padding: 38px 0;
  position: relative;
}

.center {
  text-align: center;
}

.bg-ivory-2 {
  background: var(--ivory-2);
}

.mt18 {
  margin-top: 18px;
}

.mt20 {
  margin-top: 20px;
}

.mb18 {
  margin-bottom: 18px;
}

.fs145 {
  font-size: 14.5px;
}

.text-wine {
  color: var(--wine);
}

.text-wine-strong {
  color: var(--wine);
  font-weight: 700;
}

.muted-13 {
  color: var(--muted);
  font-size: 13px;
}

.note-mint {
  color: #D3F0E5;
  font-size: 13.5px;
}

.note-dark {
  color: #B9B6D6;
  font-size: 12px;
  margin-top: 18px;
}

.icon-48 {
  width: 48px;
  height: 48px;
}

.grow-1 {
  flex: 1;
}

/* ─── Decorative: Constellations & Glows ─── */
.constellation {
  position: absolute;
  pointer-events: none;
  opacity: .55;
  z-index: 1;
}

.constellation svg {
  width: 100%;
  height: 100%;
  display: block;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

/* ─── Image Placeholders ─── */

/* ─── Typography ─── */
.eyebrow {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(232, 199, 102, .15);
}

h2.h {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(26px, 7vw, 38px);
  line-height: 1.18;
  color: var(--wine);
  margin-bottom: 16px;
}

h2.h .accent {
  color: var(--sindoor);
}

.lead {
  font-size: 16.5px;
  color: var(--muted);
}

/* ─── Buttons (CTA) ─── */
.cta {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--espresso);
  font-weight: 700;
  font-size: 18.5px;
  padding: 18px 22px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .4);
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: "✦";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: rgba(26, 14, 10, .35);
}

.cta::after {
  content: "✦";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: rgba(26, 14, 10, .35);
}

.cta small {
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .7;
  margin-top: 4px;
}

.cta-note {
  font-size: 12.5px;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
}

.cta-note b {
  color: var(--wine);
}

.cta-note.on-dark {
  color: var(--muted-cosmic);
}

.cta-note.on-dark b {
  color: var(--gold-light);
}

/* CTA shimmer on hover */
.cta .shimmer {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
  pointer-events: none;
}

.cta:hover .shimmer {
  animation: cta-shimmer .7s ease-out forwards;
}

@keyframes cta-shimmer {
  to {
    left: 100%;
  }
}

/* ═══════════════════════════════
   HERO SECTION — Premium Redesign
   ═══════════════════════════════ */

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #FAF6ED 0%, #F4EBD9 50%, #EADDC3 100%);
  color: #4A3525;
  padding: 100px 0 80px;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  text-align: center;
}

.hero .wrap {
  position: relative;
  z-index: 2;
}

/* ─── Background Layers ─── */
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.hero-glow--gold {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 162, 39, .18), transparent 70%);
  top: -15%;
  right: -8%;
}

.hero-glow--purple {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(224, 117, 90, .16), transparent 70%);
  bottom: -25%;
  left: -12%;
}

.hero-glow--sindoor {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(194, 74, 58, .08), transparent 70%);
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
}

/* Zodiac Wheel */
.hero-zodiac-wheel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(950px, 130vw);
  height: min(950px, 130vw);
  opacity: 0.08;
  z-index: 0;
  animation: hero-wheel-spin 180s linear infinite;
}

@keyframes hero-wheel-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Sacred Geometry */
.hero-sacred-geo {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(550px, 65vw);
  height: min(550px, 65vw);
  opacity: 0.06;
  z-index: 0;
  animation: hero-sacred-pulse 8s ease-in-out infinite alternate;
}

@keyframes hero-sacred-pulse {
  0% {
    opacity: 0.04;
  }

  100% {
    opacity: 0.08;
  }
}

/* Orbit Rings */
.hero-orbit-rings {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  width: min(620px, 58vw);
  height: min(620px, 58vw);
  opacity: 0.09;
  z-index: 0;
}

/* Constellation */
.hero-constellation {
  position: absolute;
  pointer-events: none;
  opacity: 0.35;
  z-index: 0;
}

.hero-constellation svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Particles Canvas */
.hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ─── Content Grid (Split Layout) ─── */
.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 52px;
  align-items: center;
}

@media (min-width: 992px) {
  .hero {
    padding: 0;
  }

  .hero-content {
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    padding: 0 48px;
  }
}

/* ─── Left Column ─── */
.hero-left {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 992px) {
  .hero-left {
    text-align: left;
  }
}

/* Live Pill */
.hero-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 20px;
  border-radius: 40px;
  background: rgba(107, 50, 22, .04);
  border: 1px solid rgba(224, 117, 90, .3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #C24A3A;
  width: fit-content;
  margin: 0 auto 32px;
}

@media (min-width: 992px) {
  .hero-live-pill {
    margin: 0 0 32px;
  }
}

.hero-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4a4a;
  flex: none;
  animation: hero-live-pulse 1.6s ease-in-out infinite;
}

@keyframes hero-live-pulse {

  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(255, 74, 74, .5);
  }

  50% {
    opacity: .5;
    box-shadow: 0 0 0 7px rgba(255, 74, 74, 0);
  }
}

/* Title */
.hero-title {
  font-family: var(--display);
  font-size: clamp(44px, 9vw, 78px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #3D1B0C 0%, #6B3216 45%, #8C4A24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-title-sub {
  font-family: var(--display);
  font-size: clamp(20px, 4.5vw, 32px);
  line-height: 1.25;
  color: #8C4A24;
  margin-bottom: 22px;
  letter-spacing: .01em;
}

.hero-title-sub span {
  color: #C24A3A;
}

/* Description */
.hero-desc {
  font-size: clamp(14.5px, 2.2vw, 16.5px);
  color: #5A4C3E;
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 26px;
}

@media (min-width: 992px) {
  .hero-desc {
    margin: 0 0 26px;
  }
}

.hero-desc b {
  color: #26150E;
  font-weight: 600;
}

/* Info Badges */
.hero-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-info-grid {
    justify-content: flex-start;
  }
}

.hero-info-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgba(201, 162, 39, .18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(107, 50, 22, .04);
}

.hero-info-badge .label {
  font-size: 9px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(90, 77, 59, .6);
  font-weight: 600;
}

.hero-info-badge .value {
  font-size: 12.5px;
  font-weight: 700;
  color: #6B3216;
}

/* Hero CTA */
.hero-cta-wrap {
  margin-bottom: 30px;
}

.hero-cta-wrap .cta {
  max-width: 440px;
}

@media (min-width: 992px) {
  .hero-cta-wrap .cta {
    margin: 0;
  }
}

.hero-cta-note {
  font-size: 12.5px;
  color: rgba(90, 77, 59, .7);
  margin-top: 12px;
  text-align: center;
}

@media (min-width: 992px) {
  .hero-cta-note {
    text-align: left;
  }
}

/* Trust Row */
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: center;
}

@media (min-width: 992px) {
  .hero-trust-row {
    justify-content: flex-start;
  }
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(90, 77, 59, .75);
}

.hero-trust-item .icon {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #E0755A;
  flex: none;
  box-shadow: 0 0 6px rgba(224, 117, 90, .3);
}

/* ─── Right Column ─── */
.hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

/* Portrait + Halo */
.hero-portrait-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -30px;
}

.hero-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 300px;
  height: 300px;
  pointer-events: none;
  z-index: 0;
}

.hero-halo-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201, 162, 39, .15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-halo-ring:nth-child(1) {
  width: 100%;
  height: 100%;
  border-color: rgba(201, 162, 39, .08);
}

.hero-halo-ring:nth-child(2) {
  width: 82%;
  height: 82%;
  border-color: rgba(201, 162, 39, .12);
}

.hero-halo-ring:nth-child(3) {
  width: 64%;
  height: 64%;
  border-color: rgba(201, 162, 39, .18);
}

.hero-halo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 199, 102, .24) 0%, rgba(224, 117, 90, .08) 50%, transparent 70%);
  animation: hero-halo-breathe 4s ease-in-out infinite;
  z-index: 0;
}

@keyframes hero-halo-breathe {

  0%,
  100% {
    opacity: .5;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

.hero-portrait {
  position: relative;
  z-index: 2;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(201, 162, 39, .45);
  box-shadow: 0 10px 40px rgba(107, 50, 22, .08), 0 0 30px rgba(232, 199, 102, .1);
}

.hero-portrait-name {
  text-align: center;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}

.hero-portrait-name b {
  font-family: var(--display);
  font-size: 19px;
  color: #26150E;
  display: block;
}

.hero-portrait-name span {
  font-size: 11.5px;
  color: #8C4A24;
  letter-spacing: .04em;
}

.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin-top: 10px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  flex: 0 1 auto;
}

.hero-stat-item b {
  font-size: 15px;
  color: #3D1B0C;
  font-variant-numeric: tabular-nums;
  min-height: 1.2em;
}

.hero-stat-item span {
  font-size: 9px;
  color: rgba(90, 77, 59, .65);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 1px;
}

/* Floating Price Card (Glassmorphism) */
.hero-price-card {
  position: relative;
  z-index: 4;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(201, 162, 39, .22);
  border-radius: 22px;
  padding: 26px 28px 28px;
  width: 100%;
  max-width: 380px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 20px 50px rgba(107, 50, 22, .08),
    0 0 0 1px rgba(255, 255, 255, .7) inset,
    0 1px 0 rgba(255, 255, 255, .04) inset;
}

.hero-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 4px;
}

.hero-price-strike {
  font-size: 20px;
  color: rgba(90, 77, 59, .5);
  text-decoration: line-through;
}

.hero-price-now {
  font-family: var(--display);
  font-size: 56px;
  line-height: 1;
  background: linear-gradient(180deg, #3D1B0C 20%, #6B3216 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-price-now span {
  font-size: 28px;
  vertical-align: super;
  margin-right: 2px;
}

.hero-price-label {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #C24A3A;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}

.hero-price-card .cta {
  margin-bottom: 14px;
}

/* Countdown */
.hero-countdown {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.hero-cd-box {
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(201, 162, 39, .18);
  border-radius: 10px;
  padding: 8px 4px;
  min-width: 54px;
  text-align: center;
}

.hero-cd-num {
  font-family: var(--display);
  font-size: 22px;
  color: #6B3216;
  line-height: 1;
  overflow: hidden;
}

.hero-cd-lab {
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(90, 77, 59, .6);
  margin-top: 3px;
}

.hero-cd-num.flip {
  animation: cd-flip .5s ease-in-out;
}

@keyframes cd-flip {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  40% {
    transform: translateY(-100%);
    opacity: 0;
  }

  60% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* When line */
.hero-when {
  font-size: 12.5px;
  color: rgba(90, 77, 59, .75);
  text-align: center;
}

.hero-when b {
  color: #C24A3A;
}

/* Seats bar */
.hero-seats-wrap {
  margin-top: 12px;
}

.hero-seats-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(90, 77, 59, .65);
  margin-bottom: 5px;
}

.hero-seats-labels b {
  color: #6B3216;
}

.hero-seats-track {
  width: 100%;
  height: 5px;
  background: rgba(107, 50, 22, .06);
  border-radius: 8px;
  overflow: hidden;
}

.hero-seats-fill {
  height: 100%;
  width: var(--seats-pct, 78%);
  background: linear-gradient(90deg, #8C4A24, #C9A227);
  border-radius: 8px;
  position: relative;
}

.hero-seats-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  animation: hero-seats-shimmer 2.6s ease-in-out infinite;
}

@keyframes hero-seats-shimmer {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Celestial orbits behind portrait */
.hero-orbits {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 520px;
  pointer-events: none;
  z-index: 1;
  opacity: .12;
}

/* Hero reduced motion */
@media (prefers-reduced-motion: reduce) {

  .hero-zodiac-wheel,
  .hero-sacred-geo,
  .hero-live-dot,
  .hero-halo-glow,
  .hero-cd-num.flip,
  .hero-seats-fill::after {
    animation: none !important;
  }

  .hero-zodiac-wheel {
    transform: translate(-50%, -50%);
  }
}

/* ─── Extra Responsiveness Adjustments for Mobile & Small Devices ─── */
@media (max-width: 768px) {
  .hero {
    padding: 80px 0 60px;
  }

  .hero-content {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 60px 0 40px;
  }

  .hero-content {
    padding: 0 16px;
    gap: 32px;
  }

  .hero-live-pill {
    margin-bottom: 24px;
  }

  .hero-title {
    font-size: clamp(32px, 10vw, 44px);
  }

  .hero-title-sub {
    font-size: clamp(16px, 5vw, 22px);
    margin-bottom: 16px;
  }

  .hero-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hero-info-grid {
    margin-bottom: 24px;
    gap: 8px;
  }

  .hero-info-badge {
    padding: 8px 12px;
    border-radius: 8px;
  }

  .hero-info-badge .value {
    font-size: 11px;
  }

  .hero-cta-wrap {
    margin-bottom: 24px;
  }

  .hero-price-card {
    padding: 20px 16px;
    border-radius: 18px;
    max-width: 100%;
  }

  .hero-price-now {
    font-size: 42px;
  }

  .hero-price-now span {
    font-size: 20px;
  }

  .hero-price-label {
    margin-bottom: 12px;
  }

  .hero-countdown {
    gap: 6px;
  }

  .hero-cd-box {
    min-width: 44px;
    padding: 6px 2px;
    border-radius: 6px;
  }

  .hero-cd-num {
    font-size: 16px;
  }

  .hero-cd-lab {
    font-size: 7px;
    letter-spacing: .1em;
  }

  .hero-portrait {
    width: 160px;
    height: 160px;
  }

  .hero-halo {
    width: 280px;
    height: 280px;
  }

  .hero-halo-glow {
    width: 220px;
    height: 220px;
  }

  .hero-portrait-name b {
    font-size: 17px;
  }

  .hero-stats-row {
    gap: 16px;
  }

  .hero-stat-item b {
    font-size: 13px;
  }
}


/* ─── Shared: Diya Styles (used by final CTA + dividers) ─── */
.diya-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.diya-wrap svg {
  width: 64px;
  height: 64px;
}

.flame {
  animation: flicker 2.2s ease-in-out infinite;
  transform-origin: 50% 100%;
}

@keyframes flicker {

  0%,
  100% {
    transform: scaleY(1) scaleX(1) rotate(0);
  }

  30% {
    transform: scaleY(1.08) scaleX(.95) rotate(-2deg);
  }

  60% {
    transform: scaleY(.94) scaleX(1.05) rotate(2deg);
  }
}

.diya-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(232, 199, 102, .45), rgba(232, 199, 102, .15) 40%, transparent 70%);
  animation: diya-glow 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes diya-glow {

  0%,
  100% {
    opacity: .6;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.35);
  }
}


/* ═══════════════════════════════
   CONTENT SECTIONS
   ═══════════════════════════════ */

/* Trust strip */
.trust {
  background: var(--ivory-2);
  color: var(--wine);
  padding: 16px 0;
  border-top: 1px solid rgba(201, 162, 39, .3);
  border-bottom: 1px solid rgba(201, 162, 39, .3);
}

.trust .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}

.trust .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
}

.trust .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
  flex: none;
}

/* Cards & Stack */
.card {
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
  border-radius: var(--r);
  padding: 20px;
  box-shadow: 0 14px 34px -18px rgba(0, 0, 0, .6);
  color: var(--espresso);
}

.stack>*+* {
  margin-top: 14px;
}

/* ═══════════════════════════════
   PAIN POINTS — Premium Redesign
   ═══════════════════════════════ */

.pp-sec {
  position: relative;
  overflow: hidden;
  padding: 100px 0 60px;
  background:
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(201,162,39,.07), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(122,22,38,.05), transparent 55%),
    linear-gradient(180deg, #F4EBD9 0%, #EFE0C4 40%, #F7ECD9 100%);
}

/* ── Background Layers ── */
.pp-bg-zodiac {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(900px, 120vw);
  height: min(900px, 120vw);
  opacity: 0.055;
  pointer-events: none;
  z-index: 0;
}

.pp-bg-constellation {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.25;
}

.pp-bg-constellation svg {
  width: 100%; height: 100%; display: block;
}

.pp-bg-constellation.left {
  top: 8%; left: 3%; width: 180px; height: 220px;
}

.pp-bg-constellation.right {
  bottom: 12%; right: 5%; width: 160px; height: 200px;
}

.pp-bg-sacred {
  position: absolute;
  bottom: -10%;
  right: -8%;
  width: min(420px, 50vw);
  height: min(420px, 50vw);
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.pp-orbit-rings {
  position: absolute;
  top: 15%;
  left: -5%;
  width: min(500px, 45vw);
  height: min(500px, 45vw);
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.pp-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

.pp-glow--gold {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,162,39,.12), transparent 70%);
  top: 20%; left: 15%;
}

.pp-glow--wine {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(122,22,38,.06), transparent 70%);
  bottom: 10%; right: 10%;
}

.pp-particles {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* ── Container ── */
.pp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 992px) {
  .pp-container {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: start;
  }
}

/* ── Left Info Panel ── */
.pp-info {
  text-align: center;
}

@media (min-width: 992px) {
  .pp-info {
    text-align: left;
    position: sticky;
    top: 100px;
  }
}

.pp-eyebrow {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--coral);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.pp-eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 4px rgba(232,199,102,.12);
}

.pp-heading {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 6vw, 42px);
  line-height: 1.14;
  color: var(--wine);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.pp-heading .accent {
  color: var(--sindoor);
}

.pp-subtext {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 420px;
  margin: 0 auto 28px;
}

@media (min-width: 992px) {
  .pp-subtext {
    margin: 0 0 28px;
  }
}

.pp-stat {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(201,162,39,.15);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 36px;
  max-width: 100%;
}

.pp-stat-num {
  font-family: var(--display);
  font-size: 28px;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pp-stat-label {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.3;
  max-width: 140px;
}

.pp-celestial-art {
  display: none;
}

@media (min-width: 992px) {
  .pp-celestial-art {
    display: block;
    max-width: 260px;
    opacity: 0.3;
    margin-top: 12px;
  }

  .pp-celestial-art svg {
    width: 100%; height: auto;
  }
}

/* ── Cards Grid ── */
.pp-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 560px) {
  .pp-cards {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
}

/* ── Single Card ── */
.pp-card {
  position: relative;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(140,114,30,.1);
  border-radius: 20px;
  padding: 28px 26px 26px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 8px 32px rgba(107,50,22,.05),
    0 0 0 1px rgba(255,255,255,.6) inset;
  overflow: hidden;
  cursor: default;
  transition:
    transform .35s cubic-bezier(.22,1,.36,1),
    box-shadow .35s ease,
    border-color .35s ease;
  will-change: transform;
}

.pp-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--gold-light), var(--gold));
  border-radius: 20px 0 0 20px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .6s cubic-bezier(.22,1,.36,1);
}

.pp-card.revealed::before {
  transform: scaleY(1);
}

.pp-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(201,162,39,.35);
  box-shadow:
    0 20px 50px rgba(107,50,22,.1),
    0 0 0 1px rgba(232,199,102,.25) inset,
    0 0 40px rgba(201,162,39,.08);
}

.pp-card:hover .pp-card-icon svg {
  transform: rotate(8deg);
}

/* Card header row */
.pp-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.pp-card-number {
  font-family: var(--display);
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(150deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dim) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.85;
}

.pp-card-icon {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.pp-card-icon svg {
  width: 32px; height: 32px;
  stroke: var(--gold);
  stroke-width: 1.4;
  fill: none;
  transition: transform .35s ease;
}

/* Card content */
.pp-card-title {
  font-family: var(--body);
  font-size: 18px;
  font-weight: 700;
  color: var(--wine-deep);
  line-height: 1.3;
  margin-bottom: 8px;
}

.pp-card-desc {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Transition Block ── */
.pp-transition {
  margin-top: 60px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.pp-transition-line {
  width: 100%;
  max-width: 560px;
  height: 1px;
  margin: 0 auto 32px;
  background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
}

.pp-transition-text {
  font-family: var(--display);
  font-size: clamp(16px, 3.5vw, 20px);
  color: var(--wine);
  line-height: 1.5;
  max-width: 520px;
  margin: 0 auto 10px;
}

.pp-transition-sub {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 24px;
}

.pp-continue-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--gold);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid rgba(201,162,39,.25);
  transition: all .3s ease;
}

.pp-continue-btn:hover {
  background: rgba(201,162,39,.08);
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(201,162,39,.12);
}

.pp-continue-arrow {
  display: inline-block;
  animation: pp-arrow-bounce 1.8s ease-in-out infinite;
}

@keyframes pp-arrow-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .pp-card {
    transition: none;
  }
  .pp-card::before {
    transform: scaleY(1);
    transition: none;
  }
  .pp-continue-arrow {
    animation: none;
  }
}

/* ── Mobile fine-tuning ── */
@media (max-width: 480px) {
  .pp-sec {
    padding: 70px 0 40px;
  }
  .pp-container {
    padding: 0 16px;
    gap: 36px;
  }
  .pp-card {
    padding: 22px 20px 20px;
    border-radius: 16px;
  }
  .pp-card-number {
    font-size: 28px;
  }
  .pp-card-title {
    font-size: 16px;
  }
  .pp-card-desc {
    font-size: 14px;
  }
  .pp-transition {
    margin-top: 40px;
  }
}

/* Benefits */
.benefit {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--ivory-2);
}

.benefit:last-child {
  border-bottom: none;
}

.benefit .tick {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--espresso);
  font-weight: 900;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.benefit b {
  color: var(--wine);
}

.benefit p {
  font-size: 14.5px;
  color: var(--espresso);
}

/* Life-areas wheel */
.wheel-wrap {
  max-width: 280px;
  margin: 4px auto 24px;
  position: relative;
}

.wheel-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}

.wheel-outer {
  transform: rotate(-35deg);
  transition: transform 1.3s cubic-bezier(.22, 1, .36, 1);
}

.wrap.in .wheel-outer {
  transform: rotate(0deg);
}

.wheel-sat {
  transform: rotate(35deg);
  transition: transform 1.3s cubic-bezier(.22, 1, .36, 1);
}

.wrap.in .wheel-sat {
  transform: rotate(0deg);
}

@media (min-width: 560px) {
  .wheel-wrap {
    max-width: 340px;
  }
}

/* Prediction grid */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gcard {
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
  border-radius: 14px;
  padding: 16px 13px;
  transition: transform .15s ease, border-color .15s ease;
}

.gcard:active {
  transform: scale(.97);
}

.gcard .ic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--ivory-2), var(--ivory-3));
  border: 1px solid var(--gold-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 9px;
}

.gcard h4 {
  font-family: var(--display);
  font-size: 14.5px;
  color: var(--wine);
  margin-bottom: 3px;
}

.gcard p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

/* Learn list */
.learn {
  display: grid;
  gap: 12px;
  position: relative;
}

.learn::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 15px;
  bottom: 15px;
  width: 1.5px;
  background: linear-gradient(var(--gold), var(--gold-dim));
  z-index: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.2s ease;
}

.wrap.in .learn::before {
  transform: scaleY(1);
}

.learn .li {
  display: flex;
  gap: 12px;
  font-size: 14.5px;
  color: var(--muted);
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.wrap.in .learn .li {
  opacity: 1;
  transform: none;
}

.learn .li:nth-child(1) {
  transition-delay: .1s;
}

.learn .li:nth-child(2) {
  transition-delay: .25s;
}

.learn .li:nth-child(3) {
  transition-delay: .4s;
}

.learn .li:nth-child(4) {
  transition-delay: .55s;
}

.learn .li:nth-child(5) {
  transition-delay: .7s;
}

.learn .li:nth-child(6) {
  transition-delay: .85s;
}

.learn .li:nth-child(7) {
  transition-delay: 1s;
}

.learn .li:nth-child(8) {
  transition-delay: 1.15s;
}

.learn .n {
  flex: none;
  font-family: var(--display);
  color: var(--gold-dim);
  font-size: 14px;
  width: 30px;
  height: 30px;
  border: 1.5px solid var(--gold-dim);
  border-radius: 8px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  background: var(--ivory-3);
}

.learn .li b {
  color: var(--wine);
}

/* Chart illustration */
.chartbox {
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
  border-radius: 16px;
  padding: 18px;
  margin-top: 18px;
}

/* Transformation (Before / After) */
.tcols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tcol {
  border-radius: 14px;
  padding: 18px 16px;
}

.tcol.before {
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
}

.tcol.after {
  background: linear-gradient(180deg, var(--wine-deep), var(--wine));
  color: var(--ivory-3);
}

.tcol h4 {
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.tcol.before h4 {
  color: var(--coral);
}

.tcol.after h4 {
  color: var(--gold-light);
}

.tcol ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.tcol li {
  font-size: 13px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}

.tcol.before li {
  color: var(--muted);
}

.tcol.before li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--coral);
}

.tcol.after li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-size: 11px;
  top: 2px;
}

/* Income box */
.income {
  background: linear-gradient(180deg, var(--terracotta-deep), var(--terracotta));
  border: 1px solid rgba(18, 135, 106, .5);
  color: #EAFBF3;
  border-radius: 18px;
  padding: 26px 22px;
  text-align: center;
}

.income .big {
  font-family: var(--display);
  font-size: clamp(28px, 8vw, 40px);
  color: var(--gold-light);
  line-height: 1;
  margin: 4px 0 6px;
}

.income .big small {
  font-size: 14.5px;
  font-weight: 500;
  color: #CDEEE1;
  display: block;
  margin-top: 8px;
  font-family: var(--body);
}

.income p {
  font-size: 14px;
  color: #D3F0E5;
  max-width: 520px;
  margin: 14px auto 0;
}

.disclaimer {
  font-size: 11px;
  color: #C9B79A;
  margin-top: 16px;
  line-height: 1.5;
  font-style: italic;
}

/* Who is this for */
.who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.who .w {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
  border-radius: 10px;
  padding: 12px 13px;
  font-size: 13px;
  font-weight: 600;
  color: var(--espresso);
}

.who .w .e {
  font-size: 17px;
  flex: none;
}

/* Bonuses */
.bonus {
  display: flex;
  gap: 14px;
  background: var(--ivory-3);
  border: 1px dashed var(--gold);
  border-radius: 12px;
  padding: 16px;
  color: var(--espresso);
}

.bonus .tag {
  flex: none;
  background: var(--wine);
  color: var(--gold-light);
  font-weight: 800;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 6px;
}

.bonus b {
  color: var(--wine);
}

.bonus .val {
  color: var(--sindoor);
  font-weight: 700;
  font-size: 12.5px;
}

/* Mentor card */
.mentor {
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 18px 40px -20px rgba(0, 0, 0, .65);
  color: var(--espresso);
}

.mentor-photo {
  width: min(100%, 30rem);
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.mentor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease;
}

.mentor-photo:hover img {
  transform: scale(1.03);
}

.mentor-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 18px;
  width: 100%;
}

.mentor-stat {
  background: var(--ivory-2);
  border: 1px solid var(--gold-dim);
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
  min-width: 0;
}

.mentor-stat b {
  display: block;
  font-family: var(--display);
  font-size: 20px;
  color: var(--wine);
}

.mentor-stat span {
  font-size: 10.5px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.mentor .name {
  font-family: var(--display);
  font-size: 27px;
  color: var(--wine);
  line-height: 1;
  margin-bottom: 5px;
}

.mentor .role {
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sindoor);
  margin-bottom: 16px;
}

.creds {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}

.creds .c {
  display: flex;
  gap: 10px;
  font-size: 13.5px;
}

.creds .c .s {
  color: var(--peacock);
  flex: none;
  margin-top: 2px;
}

.awards {
  background: var(--ivory);
  border-radius: 10px;
  padding: 14px 16px;
}

.awards h5 {
  font-size: 10.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--wine);
  font-weight: 800;
  margin-bottom: 10px;
}

.awards li {
  font-size: 12.5px;
  list-style: none;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}

.awards li::before {
  content: "★";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.mission {
  font-size: 13.5px;
  color: var(--muted);
  margin-top: 16px;
  font-style: italic;
  border-left: 3px solid var(--gold);
  padding-left: 14px;
}

/* Testimonials (text) */
.tcard {
  background: var(--ivory-3);
  border: 1px solid var(--ivory-2);
  border-radius: 14px;
  padding: 18px;
  color: var(--espresso);
}

.stars {
  color: var(--gold);
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-size: 13px;
}

.tcard p {
  font-size: 14px;
  font-style: italic;
  color: #4A3A2A;
}

.tcard .who2 {
  margin-top: 12px;
  font-weight: 700;
  font-size: 12.5px;
  color: var(--wine);
}

.t-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  flex: none;
}

.t-row {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

/* FAQ accordion */
.faq {
  border: 1px solid var(--ivory-2);
  border-radius: 12px;
  overflow: hidden;
  background: var(--ivory-3);
}

.faq details {
  border-bottom: 1px solid var(--ivory-2);
}

.faq details:last-child {
  border-bottom: none;
}

.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--wine);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary .p {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ivory);
  color: var(--wine);
  display: grid;
  place-items: center;
  font-weight: 800;
  transition: transform .2s;
}

.faq details[open] summary .p {
  transform: rotate(45deg);
  background: var(--gold-light);
}

.faq .a {
  padding: 0 18px 16px;
  font-size: 13.5px;
  color: var(--muted);
}

/* Final CTA */
.final {
  background: radial-gradient(90% 60% at 50% 0%, rgba(201, 162, 39, .16), transparent 55%), radial-gradient(70% 50% at 85% 100%, rgba(122, 22, 38, .4), transparent 60%), linear-gradient(180deg, var(--terracotta-mid), var(--terracotta-deep));
  color: var(--ivory-3);
  text-align: center;
}

.final h2 {
  font-family: var(--display);
  font-size: clamp(26px, 7.5vw, 40px);
  color: #fff;
  line-height: 1.16;
  margin-bottom: 14px;
}

.final h2 .g {
  color: var(--gold-light);
}

.final p {
  color: #D9D6F0;
  max-width: 520px;
  margin: 0 auto 22px;
  font-size: 15.5px;
}

/* Sticky mobile bar */
.sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(61, 27, 12, 0), var(--terracotta-deep) 40%);
  padding: 12px 14px 16px;
  transform: translateY(120%);
  transition: transform .3s ease;
}

.sticky.show {
  transform: translateY(0);
}

.sticky .inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
}

.sticky .lbl {
  color: var(--ivory-3);
  font-size: 11.5px;
  line-height: 1.2;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.sticky .sticky-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.sticky .lbl b {
  display: inline-block;
  font-family: var(--display);
  font-size: 20px;
  color: var(--gold-light);
}

.sticky .sticky-date {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(247, 236, 217, .85);
}

.sticky .cta {
  margin: 0;
  font-size: 15.5px;
  padding: 14px 16px;
}

/* Footer */
footer {
  background: var(--terracotta-deep);
  color: var(--muted-cosmic);
  text-align: center;
  padding: 26px 20px 90px;
  font-size: 11.5px;
  line-height: 1.7;
  border-top: 1px solid rgba(201, 162, 39, .2);
}

footer a {
  color: var(--gold-light);
}

/* ─── Responsive ─── */
@media (min-width: 560px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .who {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ─── Responsive Rebuild: Mobile-First Fluid Layouts ─── */
:root {
  --space-1: clamp(0.75rem, 2vw, 1rem);
  --space-2: clamp(1rem, 3vw, 1.5rem);
  --space-3: clamp(1.5rem, 4vw, 2.5rem);
}

* {
  box-sizing: border-box;
}

body,
section,
header,
footer,
.hero,
.pp-sec {
  overflow-x: clip;
}

.wrap,
.hero-content,
.pp-container {
  width: min(100%, calc(100% - 2rem));
  margin-inline: auto;
}

.hero-content {
  padding-inline: clamp(1rem, 3.5vw, 2rem);
  gap: clamp(2rem, 4vw, 3.5rem);
}

.hero-left,
.hero-right,
.pp-info,
.pp-cards {
  min-width: 0;
}

.hero-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-desc,
.hero-cta-wrap,
.hero-trust-row,
.pp-subtext {
  width: min(100%, 34rem);
  margin-inline: auto;
}

.hero-live-pill {
  width: fit-content;
  max-width: 100%;
  justify-content: center;
}

.hero-info-grid {
  justify-content: center;
  width: 100%;
}

.hero-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

.hero-portrait-wrap {
  width: min(100%, 21rem);
  margin-inline: auto;
}

.hero-halo {
  width: min(18rem, 70vw);
  height: min(18rem, 70vw);
}

.hero-halo-glow {
  width: min(14rem, 58vw);
  height: min(14rem, 58vw);
}

.hero-portrait {
  width: min(10.5rem, 50vw);
  height: min(10.5rem, 50vw);
  aspect-ratio: 1;
}

.hero-price-card {
  width: min(100%, 24rem);
  margin-inline: auto;
  padding: clamp(1.2rem, 3vw, 1.6rem);
}

.hero-countdown {
  flex-wrap: wrap;
  gap: clamp(0.4rem, 1.5vw, 0.6rem);
}

.hero-cd-box {
  flex: 1 1 clamp(3rem, 12vw, 3.5rem);
  min-width: clamp(3rem, 12vw, 3.5rem);
}

.hero-seats-labels {
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
}

.hero-orbits {
  width: min(32rem, 85vw);
  height: min(32rem, 85vw);
}

.hero-constellation {
  width: clamp(8rem, 28vw, 14rem);
  height: clamp(10rem, 30vw, 16rem);
  opacity: 0.28;
}

.hero-constellation--tl {
  top: 0;
  left: 0;
}

.hero-constellation--br {
  bottom: 1.5rem;
  right: 0;
}

.hero .cta,
.sticky .cta,
.pp-continue-btn {
  min-height: 44px;
}

.pp-sec {
  padding-inline: 0;
}

.pp-container {
  padding-inline: clamp(1rem, 3.5vw, 2rem);
  gap: clamp(2rem, 4vw, 3rem);
}

.pp-info {
  width: 100%;
}

.pp-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.9rem, 2vw, 1.25rem);
}

.pp-card {
  padding: clamp(1.1rem, 2.7vw, 1.6rem);
}

.pp-card-number {
  font-size: clamp(1.7rem, 4vw, 2.25rem);
}

.pp-card-title {
  font-size: clamp(1rem, 2.2vw, 1.125rem);
}

.pp-card-desc {
  font-size: clamp(0.9rem, 2vw, 0.95rem);
}

.pp-transition {
  padding-inline: clamp(1rem, 3.5vw, 2rem);
}

.learn {
  gap: clamp(0.8rem, 2vw, 1rem);
}

.learn .li {
  gap: clamp(0.7rem, 2vw, 0.9rem);
  font-size: clamp(0.9rem, 2vw, 0.95rem);
  align-items: flex-start;
}

.learn .n {
  width: clamp(1.8rem, 4vw, 2rem);
  height: clamp(1.8rem, 4vw, 2rem);
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  flex-shrink: 0;
}

.tcols {
  grid-template-columns: 1fr;
  gap: clamp(0.75rem, 2vw, 1rem);
}

.tcol {
  border-radius: clamp(10px, 2vw, 14px);
  padding: clamp(0.9rem, 2.2vw, 1.2rem);
}

.tcol li {
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  line-height: 1.5;
}

.who,
.grid {
  grid-template-columns: 1fr;
  gap: clamp(0.5rem, 1.5vw, 0.8rem);
}

.bonus {
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.7rem, 2vw, 0.95rem);
}

.mentor-photo {
  aspect-ratio: 4 / 3;
}

.mentor-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.45rem, 1.5vw, 0.7rem);
}

.creds .c {
  align-items: flex-start;
  overflow-wrap: anywhere;
}

.faq summary {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem;
}

.faq .a,
.mission,
footer {
  overflow-wrap: anywhere;
}

.sticky .inner {
  flex-wrap: wrap;
  gap: clamp(0.7rem, 2vw, 0.9rem);
}

.sticky .lbl {
  flex: 1 1 100%;
}

footer {
  padding-inline: clamp(1rem, 3.5vw, 1.5rem);
}

@media (min-width: 480px) {
  .who,
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .mentor-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .bonus {
    flex-direction: row;
    align-items: flex-start;
  }

  .who {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tcols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .hero-content {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: center;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .hero-left {
    align-items: flex-start;
    text-align: left;
  }

  .hero-desc,
  .hero-cta-wrap,
  .hero-trust-row,
  .pp-subtext {
    margin-inline: 0;
  }

  .hero-info-grid {
    justify-content: flex-start;
  }

  .hero-trust-row {
    justify-content: flex-start;
  }

  .hero-cta-wrap .cta {
    margin: 0;
  }

  .hero-cta-note {
    text-align: left;
  }

  .hero-right {
    align-items: center;
  }

  .pp-container {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
  }

  .pp-info {
    text-align: left;
    position: sticky;
    top: 5rem;
  }
}

@media (min-width: 1280px) {
  .hero-content {
    max-width: 76rem;
  }

  .pp-container {
    max-width: 76rem;
  }
}

@media (min-width: 1536px) {
  .hero-content,
  .pp-container {
    max-width: 82rem;
  }
}

/* ─── Scroll Reveal ─── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

/* ─── Reduced Motion ─── */
@media (prefers-reduced-motion: reduce) {

  .flame,
  .diya-wrap::after,
  .price-card,
  .cd-num.flip,
  .zodiac-mandala,
  .live-dot {
    animation: none;
  }

  .wheel-outer,
  .wheel-sat {
    transform: rotate(0deg);
    transition: none;
  }

  .diya-wrap::after {
    opacity: .6;
  }

  .cta:hover .shimmer {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .learn .li {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .learn::before {
    transform: scaleY(1);
    transition: none;
  }
}

/* ─── Section 4: Why BNN is Different (Premium Redesign) ─── */

/* ═════════════════════════════════════════════════
   FULL-SITE RESPONSIVE — All Devices (Mobile-First)
   ═════════════════════════════════════════════════ */

/* ─── Global Focus States (Accessibility) ─── */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
.cta:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
  border-radius: 8px;
}

/* ─── Base Styles (Fluid Spacing & Typography) ─── */
.sec {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.sec-tight {
  padding: clamp(1.5rem, 4vw, 3rem) 0;
}

.wrap {
  padding: 0 clamp(1rem, 3.5vw, 1.5rem);
}

h2.h {
  font-size: clamp(1.5rem, 4.5vw, 2.375rem);
  margin-bottom: clamp(12px, 2.5vw, 16px);
}

.lead {
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
}

/* ─── Fluid Layout Elements ─── */
.trust .row {
  gap: clamp(8px, 1.8vw, 16px) clamp(12px, 2.5vw, 24px);
}

.trust .item {
  font-size: clamp(11px, 1.5vw, 12.5px);
  gap: clamp(6px, 1vw, 8px);
}

/* Transformation (Before / After) */
.tcols {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, 2vw, 16px);
}

.tcol {
  border-radius: clamp(10px, 2vw, 14px);
  padding: clamp(14px, 2.5vw, 18px) clamp(12px, 2vw, 16px);
}

.tcol li {
  font-size: clamp(11.5px, 1.6vw, 13px);
  padding-left: 20px;
}

/* Grids & Cards */
.who {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(6px, 1.5vw, 10px);
}

.who .w {
  border-radius: clamp(8px, 1.5vw, 10px);
  padding: clamp(10px, 2vw, 12px) clamp(10px, 2vw, 13px);
  font-size: clamp(11.5px, 1.5vw, 13px);
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(8px, 1.5vw, 12px);
}

.gcard {
  padding: clamp(12px, 2vw, 16px) clamp(10px, 1.8vw, 13px);
  border-radius: clamp(10px, 2vw, 14px);
}

.gcard h4 {
  font-size: clamp(12.5px, 1.8vw, 14.5px);
}

.gcard p {
  font-size: clamp(10.5px, 1.5vw, 12px);
}

/* Income Card */
.income {
  border-radius: clamp(12px, 2.5vw, 18px);
  padding: clamp(20px, 4vw, 26px) clamp(16px, 3.5vw, 22px);
}

.income .big {
  font-size: clamp(24px, 6vw, 40px);
}

.income .big small {
  font-size: clamp(13px, 1.8vw, 14.5px);
}

.income p {
  font-size: clamp(13px, 1.8vw, 14px);
}

/* Bonuses */
.bonus {
  flex-direction: column;
  gap: clamp(10px, 2vw, 14px);
  border-radius: clamp(10px, 2vw, 12px);
  padding: clamp(12px, 2.5vw, 16px);
}

.bonus .tag {
  align-self: flex-start;
  font-size: clamp(9px, 1.3vw, 10px);
}

/* Mentor Card */
.mentor {
  border-radius: clamp(14px, 2.5vw, 18px);
  padding: clamp(16px, 3.5vw, 22px) clamp(14px, 3vw, 20px);
}

.mentor-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(6px, 1.5vw, 10px);
  margin: clamp(12px, 2vw, 16px) 0;
}

.mentor-stat {
  border-radius: clamp(8px, 2vw, 12px);
  padding: clamp(8px, 1.5vw, 12px) clamp(4px, 1.2vw, 8px);
}

.mentor-stat b {
  font-size: clamp(16px, 2.5vw, 20px);
}

.mentor-stat span {
  font-size: clamp(9px, 1.3vw, 10.5px);
}

.mentor .name {
  font-size: clamp(20px, 3.5vw, 27px);
}

.mentor .role {
  font-size: clamp(10px, 1.5vw, 11.5px);
}

.creds .c {
  font-size: clamp(12px, 1.8vw, 13.5px);
}

.awards {
  padding: clamp(10px, 2vw, 14px) clamp(12px, 2.2vw, 16px);
  border-radius: clamp(8px, 1.5vw, 10px);
}

.awards li {
  font-size: clamp(11.5px, 1.6vw, 12.5px);
  padding-left: clamp(15px, 2.2vw, 18px);
}

.mission {
  font-size: clamp(12px, 1.8vw, 13.5px);
  padding-left: clamp(10px, 1.8vw, 14px);
}

/* FAQ Section */
.faq {
  border-radius: clamp(10px, 2vw, 12px);
}

.faq summary {
  padding: clamp(12px, 2vw, 16px) clamp(14px, 2.5vw, 18px);
  font-size: clamp(13px, 1.8vw, 14.5px);
}

.faq .a {
  padding: 0 clamp(14px, 2.5vw, 18px) clamp(12px, 2vw, 16px);
  font-size: clamp(12.5px, 1.6vw, 13.5px);
}

/* Testimonials */
.tcard {
  border-radius: clamp(12px, 2vw, 14px);
  padding: clamp(14px, 2.5vw, 18px);
}

.tcard p {
  font-size: clamp(12.5px, 1.8vw, 14px);
}

.tcard .who2 {
  font-size: clamp(11.5px, 1.6vw, 12.5px);
}

.t-photo {
  width: clamp(36px, 6vw, 44px);
  height: clamp(36px, 6vw, 44px);
}

/* Final CTA Section */
.final h2 {
  font-size: clamp(20px, 5.5vw, 40px);
  margin-bottom: clamp(10px, 2vw, 14px);
}

.final p {
  font-size: clamp(12.5px, 1.8vw, 15.5px);
  margin-bottom: clamp(16px, 3vw, 22px);
}

/* Primary CTA Button Touch Targets */
.cta {
  font-size: clamp(15.5px, 2vw, 18.5px);
  padding: clamp(14px, 2vw, 18px) clamp(16px, 2.5vw, 22px);
  min-height: 44px;
}

.cta small {
  font-size: clamp(10px, 1.4vw, 12px);
}

/* Sticky Mobile Bar CTA Touch Targets */
.sticky {
  padding: clamp(10px, 2vw, 12px) clamp(12px, 2.5vw, 14px) clamp(14px, 2.5vw, 16px);
}

.sticky .lbl {
  font-size: clamp(10.5px, 1.5vw, 11.5px);
}

.sticky .lbl b {
  font-size: clamp(16px, 2.5vw, 20px);
}

.sticky .cta {
  font-size: clamp(13px, 1.8vw, 15.5px);
  padding: clamp(11px, 1.8vw, 14px) clamp(10px, 1.8vw, 16px);
  min-height: 44px;
}

/* Footer Sizing */
footer {
  padding: clamp(22px, 4vw, 26px) clamp(16px, 3vw, 20px) clamp(80px, 12vw, 90px);
  font-size: clamp(13px, 1.8vw, 15px);
}


/* ═════════════════════════════════════════════════
   BREAKPOINTS PROGRESSIVE ENHANCEMENT
   ═════════════════════════════════════════════════ */

/* ── 320px (Small Phones) ── */
@media (min-width: 320px) {
  .trust .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ── 360px (Standard Medium Phones) ── */
@media (min-width: 360px) {
  .who {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── 375px (iPhone Portrait) ── */
@media (min-width: 375px) {
  .hero-live-pill {
    max-width: 100%;
  }
}

/* ── 390px (iPhone Pro / Modern Android) ── */
@media (min-width: 390px) {
  .card p {
    font-size: clamp(13.5px, 1.8vw, 14.5px);
  }
}

/* ── 414px (Large iPhones / Android Plus) ── */
@media (min-width: 414px) {
  .hero-info-badge {
    padding: 10px 14px;
  }
}

/* ── 480px (Phablets / Large Mobile) ── */
@media (min-width: 480px) {
  .sec {
    padding: clamp(3rem, 5vw, 4.5rem) 0;
  }
}

/* ── 576px (Small Tablets / Landscape Phones) ── */
@media (min-width: 576px) {
  .bonus {
    flex-direction: row;
    align-items: flex-start;
  }

  .bonus .tag {
    align-self: initial;
  }
}

/* ── 600px (Medium Phablets / Landscape) ── */
@media (min-width: 600px) {
  .tcols {
    grid-template-columns: repeat(2, 1fr);
  }

  .who {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── 640px (iPads Portrait / Small Tablets) ── */
@media (min-width: 640px) {
  .mentor-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ── 768px (Standard Tablets) ── */
@media (min-width: 768px) {
  .wrap {
    padding: 0 24px;
  }

  .who {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ── 820px (iPad Air / Larger Tablets) ── */
@media (min-width: 820px) {
  .sec {
    padding: clamp(4rem, 6vw, 5.5rem) 0;
  }
}

/* ── 1024px (Small Laptops / iPad Pro Landscape) ── */
@media (min-width: 1024px) {
  .hero-content {
    grid-template-columns: 1.15fr 0.85fr;
    gap: clamp(40px, 5vw, 64px);
    padding: 0 clamp(24px, 4vw, 48px);
  }

  .hero-left {
    text-align: left;
  }

  .hero-live-pill {
    margin: 0 0 32px 0;
  }

  .hero-info-grid {
    justify-content: flex-start;
  }

  .hero-cta-wrap .cta {
    margin: 0;
  }

  .hero-cta-note {
    text-align: left;
  }

  .hero-trust-row {
    justify-content: flex-start;
  }
}

/* ── 1280px (Standard Desktop) ── */
@media (min-width: 1280px) {
  .pp-container {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: start;
  }

  .pp-info {
    text-align: left;
    position: sticky;
    top: 100px;
  }

  .pp-subtext {
    margin: 0 0 28px 0;
  }

  .pp-celestial-art {
    display: block;
    max-width: 260px;
    opacity: 0.3;
    margin-top: 12px;
  }

  .pp-celestial-art svg {
    width: 100%;
    height: auto;
  }
}

/* ── 1440px (Wide Desktop) ── */
@media (min-width: 1440px) {
  .hero-content {
    max-width: 1300px;
  }
  
  .pp-container {
    max-width: 1300px;
  }
}

/* ── 1536px (Large Laptop / Desktop) ── */
@media (min-width: 1536px) {
  body {
    font-size: 17px;
  }
}

/* ── 1920px (Full HD Monitors) ── */
@media (min-width: 1920px) {
  .hero-content, 
  .pp-container {
    max-width: 1500px;
  }
}

/* ── 2560px (4K / Ultra-wide Monitors) ── */
@media (min-width: 2560px) {
  .hero-content, 
  .pp-container {
    max-width: 1800px;
    gap: 80px;
  }
  
  body {
    font-size: 18px;
  }
}

/* WhatsApp screenshots marquee */
.wa-showcase {
  background:
    radial-gradient(circle at top, rgba(201, 162, 39, 0.14), transparent 32%),
    linear-gradient(180deg, #f8efdf 0%, #f2e6d0 100%);
  overflow: hidden;
}

.wa-mini-showcase {
  padding-top: 28px;
  padding-bottom: 28px;
  background: linear-gradient(180deg, #f5ead7 0%, #f8efdf 100%);
  overflow: hidden;
}

.wa-mini-marquee {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.wa-mini-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: wa-mini-scroll 26s linear infinite;
}

.wa-mini-shot {
  margin: 0;
  flex: 0 0 auto;
  width: min(200px, 40vw);
  padding: 8px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 162, 39, 0.22);
  box-shadow: 0 14px 30px -24px rgba(54, 31, 12, 0.45);
}

.wa-mini-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  background: #e6dcc9;
}

.wa-marquee {
  position: relative;
  margin-top: 22px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.wa-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: wa-scroll 34s linear infinite;
}

.wa-shot {
  margin: 0;
  flex: 0 0 auto;
  width: min(284px, 68vw);
  border-radius: 24px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(201, 162, 39, 0.28);
  box-shadow: 0 18px 42px -24px rgba(54, 31, 12, 0.42);
}

.wa-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 18px;
  background: #e6dcc9;
}

@keyframes wa-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes wa-mini-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 6px));
  }
}

@media (max-width: 640px) {
  .wa-mini-track {
    gap: 10px;
    animation-duration: 22s;
  }

  .wa-mini-shot {
    width: min(160px, 35vw);
    padding: 6px;
    border-radius: 18px;
  }

  .wa-mini-shot img {
    border-radius: 10px;
  }

  .wa-track {
    gap: 14px;
    animation-duration: 28s;
  }

  .wa-shot {
    width: min(236px, 72vw);
    border-radius: 20px;
    padding: 7px;

  }

  .wa-shot img {
    border-radius: 15px;
  }
}

/* Logo Styling */
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 5px;
}

.logo img {
  display: block;
  height: 150px;
  width: auto;
}




