

:root {
  --ink: #0e1220;
  --ink-2: #262b3d;
  --muted: #5c6478;
  --line: #ebeef5;
  --bg: #ffffff;
  --bg-soft: #f8fafc;
  --brand: #ff4d6d;
  --brand-2: #ff8a3d;
  --violet: #7c5cff;
  --teal: #00c2a8;
  --yellow: #ffd23f;
  --sky: #46b1ff;
 --grad-1: linear-gradient(135deg, #ff8700 0%, #f55100 100%);
  --grad-2: linear-gradient(135deg, #ff8700 0%, #f55100 100%);
  --grad-3: linear-gradient(135deg, #ff8700 0%, #f55100 100%);
  --grad-4: linear-gradient(135deg, #ff8700 0%, #f55100 100%);
  --shadow-sm: 0 4px 14px rgba(20, 25, 50, 0.06);
  --shadow-md: 0 12px 34px rgba(20, 25, 50, 0.08);
  --shadow-lg: 0 24px 60px rgba(20, 25, 50, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.font-display { font-family: 'Fraunces', Georgia, serif; }
.font-mono { font-family: 'JetBrains Mono', monospace; }


.bg-dots {
  background-image: radial-gradient(rgba(20,25,50,0.08) 1px, transparent 1px);
  background-size: 22px 22px;
}
.bg-grid {
  /* background-image: linear-gradient(rgba(20,25,50,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(20,25,50,0.05) 1px, transparent 1px); */
  background-size: 42px 42px;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .35;
  pointer-events: none;
  z-index: 0;
}
.blob-pink { background: #ffb1c1; width: 340px; height: 340px; }
.blob-violet { background: #cfc0ff; width: 300px; height: 300px; }
.blob-yellow { background: #ffe89a; width: 260px; height: 260px; }
.blob-teal { background: #a8ecdf; width: 280px; height: 280px; }


section { position: relative; padding: 30px 0; }
section .inner { position: relative; z-index: 2; padding: 0 24px; }

.divider-wave {
  height: 40px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 40' preserveAspectRatio='none'><path d='M0,20 C300,60 600,-10 1200,20 L1200,40 L0,40 Z' fill='%23f8fafc'/></svg>") center/cover no-repeat;
}



.h-display {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--ink);
}


.h-gradient {
  background: var(--grad-1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.h-gradient-2 {
  background: var(--grad-2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.h-marker {
  /* background-image: linear-gradient(120deg, #fe7f0052 0%, #fa6a0052 100%); */
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 85%;
  padding: 0 4px;
}
.h-marker-pink {
  /* background-image: linear-gradient(120deg, #fe81002e 0%, #fe810038 100%); */
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 85%;
  padding: 0 4px;
}


.h-squiggle {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.h-squiggle::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -10px;
  height: 12px;
  /* background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'><path d='M0,6 C20,0 40,12 60,6 C80,0 100,12 120,6' stroke='%23ff4d6d' stroke-width='3' fill='none' stroke-linecap='round'/></svg>") center/100% 100% no-repeat; */
}


.h-brackets {
  position: relative;
  display: inline-block;
  padding: 8px 22px;
}
.h-brackets::before,
.h-brackets::after {
  content: "";
  position: absolute;
  width: 18px; height: 18px;
  /* border: 3px solid var(--ink); */
}
.h-brackets::before {
  top: 0; left: 0;
  border-right: none; border-bottom: none;
}
.h-brackets::after {
  bottom: 0; right: 0;
  border-left: none; border-top: none;
}


.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 17px;
  font-weight: 700;
  /* letter-spacing: 0.14em;
  text-transform: uppercase; */
  color: #fb7100;
  padding: 6px 14px;
  background: #fff8f2;
  border-radius: 999px;
  border: 1px solid #f75a00;
}
.kicker.k-violet { color: #fb7100;
  background: #fff8f2;
  border-color: #f75b00;}
.kicker.k-teal { color: var(--teal); background: #e6faf6; border-color: #bfeee4; }
.kicker.k-sky { color: var(--sky); background: #e7f4ff; border-color: #c8e2ff; }
.kicker.k-yellow { color: #a37500; background: #fff6d6; border-color: #ffe598; }


.h-dashed {
  display: inline-block;
  /* padding: 10px 18px;
  border: 2px dashed var(--ink); */
  border-radius: 12px;
}


.h-number {
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
}
.h-number .num {
  font-family: 'JetBrains Mono', monospace;
  color: #fb7100;
  font-size: .96em;
  font-weight: 700;
}


.h-barline {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.h-barline::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 64%;
  height: 6px;
  /* background: var(--grad-1); */
  border-radius: 3px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn-cta {
  background: var(--grad-1);
  color: #fff;
  padding: 18px 40px;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 36px rgba(255, 77, 109, 0.35);
  transition: transform .25s ease, box-shadow .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-cta:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 22px 44px rgba(255, 77, 109, 0.45);
}
.btn-cta::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform .6s ease;
}
.btn-cta:hover::before { transform: translateX(100%); }

.pulse-ring {
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid var(--brand);
  opacity: 0;
  animation: pulseRing 2.2s infinite;
}
@keyframes pulseRing {
  0% { transform: scale(0.95); opacity: .8; }
  100% { transform: scale(1.2); opacity: 0; }
}

/* ============================================
   CARDS
   ============================================ */
.card-lite {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  height: 100%;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  overflow: hidden;
}
.card-lite:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.card-lite .icon-tile {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}
.tile-pink { background: var(--grad-1); }
.tile-violet { background: var(--grad-2); }
.tile-teal { background: var(--grad-3); }
.tile-yellow { background: var(--grad-4); }

/* Feature badge chip */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
}
.chip i { color: var(--brand); }

/* Niche card */
.niche-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  /* display: flex; */
   align-items: center; gap: 14px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.niche-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--grad-1);
  transform: scaleY(0);
  transition: transform .3s ease;
}
.niche-card:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-sm);
  border-color: #ffd7df;
}
.niche-card:hover::before { transform: scaleY(1); }
.niche-emoji {
  font-size: 26px;
  width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: var(--bg-soft);
  flex-shrink: 0;
}
.niche-name { font-weight: 700; color: var(--ink); font-size: 20px; line-height: 1.3; }
.niche-count { font-size: 17px;
  color: #ff3303; font-family: 'JetBrains Mono', monospace; }

/* Step card */
.step-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 28px;
  border: 1px solid var(--line);
  height: 100%;
  position: relative;
  transition: all .3s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.step-num {
  position: absolute;
  top: -22px; left: 28px;
  width: 52px; height: 52px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  box-shadow: var(--shadow-md);
}

/* Stat block */
.stat-block {
  padding: 26px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
}
.stat-block .stat-number {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-block .stat-label {
  font-size: 12px;
  color: #000;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Payout screenshot mock */
.mock-screen {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-md);
  transition: transform .35s ease, box-shadow .35s ease;
}
.mock-screen:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--shadow-lg);
}
.mock-topbar {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  background: #fbfbfd;
  display: flex; align-items: center; gap: 8px;
}
.mock-topbar .dot { width: 10px; height: 10px; border-radius: 50%; }
.mock-topbar .dot.r { background: #ff5f57; }
.mock-topbar .dot.y { background: #ffbd2e; }
.mock-topbar .dot.g { background: #28ca41; }
.mock-topbar .url {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  padding: 4px 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid var(--line);
}
.mock-body { padding: 22px; }
.mock-body .mock-title {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mock-body .metric {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 10px;
  background: #fafbff;
}
.mock-body .metric strong {
  font-family: 'JetBrains Mono', monospace;
  color: var(--teal);
}
.bar-graph {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 120px;
  padding: 12px 4px 0;
  border-top: 1px dashed var(--line);
  margin-top: 8px;
}
.bar-graph .bar {
  flex: 1;
  background: var(--grad-2);
  border-radius: 6px 6px 0 0;
  animation: barRise 1.2s ease forwards;
  transform-origin: bottom;
  transform: scaleY(0);
}
@keyframes barRise {
  to { transform: scaleY(1); }
}

/* Video mock */
.video-mock {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: transform .35s ease;
}
.video-mock:hover { transform: translateY(-6px) rotate(-1deg); }
.video-mock .thumb {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  text-align: center;
  padding: 16px;
}
.video-mock .play {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.15);
  transition: background .3s;
}
.video-mock:hover .play { background: rgba(0,0,0,0.35); }
.play-btn {
  width: 60px; height: 60px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--brand);
  font-size: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* Fit list */
.fit-list li, .unfit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}
.fit-list li:last-child, .unfit-list li:last-child { border-bottom: none; }
.fit-list .ic {
  color: var(--teal);
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}
.unfit-list .ic {
  color: var(--brand);
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Compat brand chip */
.brand-chip {
  padding: 16px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  transition: all .3s;
}
.brand-chip:hover {
  border-color: var(--violet);
  color: var(--violet);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}
.brand-chip i { color: var(--yellow); }

/* FAQ */
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow .3s;
}
.faq-item.open { box-shadow: var(--shadow-sm); }
.faq-q {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: var(--ink);
}
.faq-q .ic {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #fff0f3;
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s;
  flex-shrink: 0;
}
.faq-item.open .faq-q .ic { transform: rotate(45deg); background: var(--brand); color: #fff; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 24px;
  color: var(--muted);
}
.faq-item.open .faq-a { padding: 0 24px 22px; max-height: 300px; }

/* Guarantee badge */
.guarantee {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 22px 30px;
  background: #f2fdfb;
  border: 2px dashed var(--teal);
  border-radius: var(--radius);
}
.guarantee .badge-ic {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #00c2a8;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  animation: spinSlow 12s linear infinite;
}
@keyframes spinSlow { to { transform: rotate(360deg); } }

/* ============================================
   ANIMATIONS (scroll reveal)
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.left { transform: translateX(-40px); }
.reveal.left.in { transform: translateX(0); }
.reveal.right { transform: translateX(40px); }
.reveal.right.in { transform: translateX(0); }
.reveal.scale { transform: scale(0.94); }
.reveal.scale.in { transform: scale(1); }

.stagger > * { transition-delay: 0s; }
.stagger.in > *:nth-child(1) { transition-delay: .05s; }
.stagger.in > *:nth-child(2) { transition-delay: .12s; }
.stagger.in > *:nth-child(3) { transition-delay: .2s; }
.stagger.in > *:nth-child(4) { transition-delay: .28s; }
.stagger.in > *:nth-child(5) { transition-delay: .35s; }
.stagger.in > *:nth-child(6) { transition-delay: .42s; }

/* Floating anim */
.float { animation: float 6s ease-in-out infinite; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
.float-slow { animation: float 9s ease-in-out infinite; }
.spin-slow { animation: spinSlow 20s linear infinite; }

/* Marquee for brands */
.marquee {
  display: flex;
  gap: 20px;
  animation: marqueeSlide 30s linear infinite;
  width: max-content;
}
@keyframes marqueeSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-wrap { overflow: hidden; }

/* ============================================
   HERO
   ============================================ */
.hero {
  padding: 40px 0 40px;
  background: linear-gradient(180deg, #fff 0%, #fff8fa 100%);
  overflow: hidden;
}
.hero .brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: 24px;
}
.hero .brand-mark .logo {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--grad-1);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: clamp(38px, 5.4vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 20px 0 20px;
}
.hero .sub {
  font-size: 18px;
  color: var(--muted);
  /* max-width: 640px; */
  margin-bottom: 30px;
}
.hero-visual {
  position: relative;
  min-height: 420px;
}
.hero-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow-lg);
}
.hc-1 { top: 20px; left: 10px; width: 220px; transform: rotate(-4deg); }
.hc-2 { top: 60px; right: 10px; width: 240px; transform: rotate(3deg); }
.hc-3 { bottom: 30px; left: 60px; width: 260px; transform: rotate(2deg); }

.prompt-box {
  background: #0e1220;
  color: #fff;
  border-radius: var(--radius);
  padding: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  line-height: 1.7;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.prompt-box .caret {
  display: inline-block;
  width: 8px; height: 15px;
  background: var(--brand);
  vertical-align: middle;
  margin-left: 3px;
  animation: blink 1s steps(2) infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.prompt-box .label {
  color: var(--yellow);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.prompt-box .arrow {
  color: var(--brand); font-weight: 700;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991.98px) {
  section { padding: 70px 0; }
  .hero { padding: 70px 0 60px; }
  .hero-visual { min-height: 380px; margin-top: 30px; }
  .col-10 { width: 92%; }
}
@media (max-width: 767.98px) {
  section { padding: 56px 0; }
  section .inner { padding: 0 6px; }
  .btn-cta { padding: 15px 26px; font-size: 16px; }
  .hero h1 { font-size: 34px; }
  .h-brackets::before, .h-brackets::after { width: 12px; height: 12px; }
}

/* ============================================
   NUMBERED CIRCLE / MISC
   ============================================ */
.number-badge {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--grad-1);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

/* Rotate emoji */
.wiggle { display: inline-block; animation: wiggle 3s ease-in-out infinite; }
@keyframes wiggle {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(-8deg); }
  75% { transform: rotate(8deg); }
}

/* Footer */
.site-footer {
  padding: 40px 0 60px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}





.gradient-border {
  border: 6px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
              linear-gradient(110deg, #fbbf24 0%, #ef4444 100%) border-box;
}






.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.4rem;
  text-align: center;
}

.foot-links a {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink-soft)
}

.foot-links a:hover {
  color: var(--indigo)
}



































      :root {
            --primary-navy: #0b132a;
            --accent-purple: #7c3aed;
            --accent-pink: #ec4899;
            --accent-orange: #ff5722;
            --bg-pill: #f3e8ff;
            --card-border: #e2e8f0;
        }

      
      
        .hero-container {
            max-width: 1320px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* --- TOP BADGE --- */
        .top-banner-badge {
           display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #ffeddf 0%, #fff 50%, #ffe2c821 100%);
  border: 1px solid #f7792c;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  color: #1e1b4b;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.06);
  position: relative;
        }

        .top-banner-badge .bolt-icon {
            color: #f75b00;
        }

        .top-banner-badge .highlight-orange {
            color: #ff5722;
            text-decoration: underline;
        }

        /* --- MAIN HEADLINE --- */
        .main-headline-wrap {
            text-align: center;
            max-width: 1100px;
            margin-bottom: 18px;
            position: relative;
        }

        .main-headline {
            font-size: 60px;
            font-weight: 900;
            line-height: 1.15;
            color: var(--primary-navy);
            /* letter-spacing: -1px; */
        }

        /* 3D 324 Badge */
        .badge-324 {
           display: inline-block;
  background: linear-gradient(135deg, #ff9800 0%, #ff5722 100%);
  color: #ffffff;
  padding: 2px 16px;
  border-radius: 20px;
  font-size: 58px;
  font-weight: 900;
  box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.4), 0 10px 20px rgba(255, 87, 34, 0.35);
  position: relative;
  transform: rotate(0deg);
  vertical-align: middle;
  margin: 0 6px;
        }

        .badge-324 .crown-icon {
            position: absolute;
            top: -18px;
            left: -12px;
            font-size: 22px;
            color: #facc15;
            transform: rotate(-20deg);
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }

        .gradient-text-purple {
            background: linear-gradient(90deg, #fc7900, #f65600);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .gradient-text-orange {
            background: linear-gradient(90deg, #ff5722, #f97316);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Highlight Ribbon under "with PLR Rights" */
        .highlight-strip {
            position: relative;
            display: inline-block;
            z-index: 1;
            padding: 0 8px;
        }

        .highlight-strip::before {
            content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 16%;
  background: #ffcdac;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-1deg);
        }

        .plr-text-styled {
            font-family: 'Caveat', cursive;
           color: #000;
            font-size: 60px;
            font-weight: 700;
            /* vertical-align: middle; */
        }

        /* --- SUBTITLE COPY --- */
        .sub-description-text {
            text-align: center;
  max-width: 870px;
  font-size: 18px;
  color: #475569;
  line-height: 1.6;
  /* margin-bottom: 35px; */
  font-weight: 600;
  margin: auto;
        }

        .sub-description-text strong {
            color: var(--primary-navy);
        }

        .sub-description-text .highlight-purple-link {
            color: #ee5900;
            font-weight: 800;
        }

        /* --- STAGE AREA (Mockups & Graphics Layout) --- */
        .stage-section {
            width: 100%;
            display: grid;
            grid-template-columns: 240px 1fr 300px;
            align-items: flex-end;
            gap: 15px;
            position: relative;
            margin-top: 10px;
            margin-bottom: 30px;
        }

        /* --- LEFT COLUMN: Niches Box --- */
        .niches-box-wrapper {
            position: relative;
        }

        .niches-annotation {
            position: absolute;
            top: -55px;
            left: 20px;
            font-family: 'Caveat', cursive;
            color: #6d28d9;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.0;
            transform: rotate(-8deg);
            z-index: 3;
            text-align: center;
        }

        .niches-box {
            background: #ffffff;
            border-radius: 18px;
            padding: 14px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid #f1f5f9;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .niche-row-item {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f8fafc;
            padding: 8px 12px;
            border-radius: 25px;
            font-size: 12px;
            font-weight: 700;
            color: #334155;
            border: 1px solid #edf2f7;
        }

        .niche-row-item i {
            font-size: 14px;
        }

        .niche-footer-text {
            text-align: center;
            font-family: 'Caveat', cursive;
            color: #6d28d9;
            font-size: 20px;
            font-weight: 700;
            margin-top: 4px;
        }

        /* --- CENTER COLUMN: Product Box & Laptop Mockup --- */
        .center-mockups-wrap {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            position: relative;
        }

        .box-3d-mockup {
            width: 220px;
            z-index: 3;
            filter: drop-shadow(0 20px 30px rgba(0,0,0,0.18));
            transform: rotate(-3deg) translateY(-10px);
            margin-right: -40px;
        }

        .laptop-mockup-wrap {
            width: 460px;
            z-index: 2;
            position: relative;
            filter: drop-shadow(0 25px 35px rgba(0,0,0,0.15));
        }

        .laptop-mockup-wrap img {
            width: 100%;
            display: block;
        }

        /* --- RIGHT COLUMN: Character, Floating Cards & Icons --- */
        .right-creative-wrap {
            position: relative;
            height: 380px;
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
        }

        .annot-create-earn {
            position: absolute;
            top: -20px;
            right: 80px;
            font-family: 'Caveat', cursive;
            color: #6d28d9;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.0;
            transform: rotate(-6deg);
            z-index: 6;
            text-align: center;
        }

        .boy-character-img {
            width: 260px;
            z-index: 4;
            position: relative;
            filter: drop-shadow(0 15px 25px rgba(0,0,0,0.12));
        }

        /* Floating Video Cards Container */
        .floating-cards-group {
            position: absolute;
            left: -120px;
            top: 40px;
            z-index: 5;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .mini-video-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 5px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
            border: 1px solid #f1f5f9;
            animation: floatAnim 4s ease-in-out infinite alternate;
            position: relative;
        }

        .mini-video-card img {
            width: 130px;
            height: 80px;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        .mini-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0,0,0,0.6);
            color: white;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            border: 1px solid #fff;
        }

        .card-rot-1 { transform: rotate(-5deg); animation-delay: 0s; }
        .card-rot-2 { transform: rotate(4deg); animation-delay: 1s; margin-left: 30px; }
        .card-rot-3 { transform: rotate(-3deg); animation-delay: 1.5s; }

        /* Floating 3D Icons on Right */
        .floating-social-3d {
            position: absolute;
            z-index: 6;
            filter: drop-shadow(0 6px 12px rgba(0,0,0,0.15));
            animation: floatAnim 3s ease-in-out infinite alternate;
        }

        .icon-yt-3d { width: 34px; top: 30px; right: 50px; animation-delay: 0.2s; }
        .icon-tt-3d { width: 30px; top: 75px; right: 10px; animation-delay: 0.7s; }
        .icon-ig-3d { width: 32px; top: 125px; right: 40px; animation-delay: 1.1s; }
        .icon-chart-3d { width: 32px; top: 180px; right: 20px; animation-delay: 0.5s; }

        .coins-stack-3d {
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 75px;
            z-index: 6;
            filter: drop-shadow(0 8px 15px rgba(0,0,0,0.15));
        }

        /* --- BOTTOM PLATFORM BAR --- */
        .platform-bar-pill {
            background: #ffffff;
            border-radius: 50px;
            padding: 10px 30px;
            display: inline-flex;
            align-items: center;
            gap: 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            border: 1px solid #f1f5f9;
            z-index: 5;
        }

        .platform-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-weight: 700;
            color: #334155;
        }

        .platform-icon-circle {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 13px;
        }

        .yt-bg { background: #ff0000; }
        .tt-bg { background: #000000; }
        .reels-bg { background: linear-gradient(135deg, #f43f5e, #d946ef); }
        .more-bg { background: #3b82f6; }

        /* Animation Keyframe */
        @keyframes floatAnim {
            0% { transform: translateY(0px) rotate(var(--rot, 0deg)); }
            100% { transform: translateY(-8px) rotate(var(--rot, 0deg)); }
        }

        /* --- RESPONSIVE LAYOUT --- */
        @media (max-width: 1100px) {
            .stage-section {
                grid-template-columns: 1fr;
                justify-items: center;
            }
            .right-creative-wrap {
                margin-top: 30px;
            }
            .main-headline {
                font-size: 38px;
            }
        }