/* ══════════════════════════════════════════════════════════════
   RecurHub Live Sales Page
   Brand: linear-gradient(90deg, #771AFF 0%, #F072AF 100%)
   ══════════════════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────────────────── */
:root {
  --brand-1:       #771AFF;
  --brand-2:       #F072AF;
  --brand:         linear-gradient(90deg, #771AFF 0%, #F072AF 100%);
  --brand-135:     linear-gradient(135deg, #771AFF 0%, #F072AF 100%);
  --brand-soft:    linear-gradient(135deg, rgba(119,26,255,0.12), rgba(240,114,175,0.12));

  --bg:            #08060F;
  --bg-elev:       #0F0B1D;
  --bg-card:       #130E26;
  --bg-card-2:     #1A1330;

  --light-bg:      #F7F5FB;
  --light-card:    #FFFFFF;

  --text:          #FFFFFF;
  --text-muted:    #B4B0C7;
  --text-dim:      #7A7590;
  --light-text:    #0B0618;
  --light-muted:   #4A4458;
  --light-dim:     #8B8798;

  --border:        rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.14);
  --light-border:  rgba(11,6,24,0.08);

  --success:       #10B981;
  --gold:          #F59E0B;
  --error:         #EF4444;

  --r-sm:          10px;
  --r-md:          16px;
  --r-lg:          24px;
  --r-xl:          32px;
  --r-pill:        999px;

  --shadow-md:        0 12px 32px rgba(0,0,0,0.25);
  --shadow-brand:     0 12px 32px rgba(119,26,255,0.35);
  --shadow-brand-lg:  0 18px 52px rgba(119,26,255,0.45);
  --shadow-light-md:  0 10px 30px rgba(119,26,255,0.08), 0 2px 8px rgba(11,6,24,0.04);

  --ease:          cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:        0.2s var(--ease);
  --t-base:        0.35s var(--ease);

  --font-h:        'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --font-b:        'Inter', 'Plus Jakarta Sans', system-ui, sans-serif;
}

/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: var(--offer-bar-offset, 0px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
input { font-family: inherit; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb { background: rgba(119,26,255,1); border-radius: 4px; }

/* ── TYPOGRAPHY ─────────────────────────────────────────────── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-h);
  font-weight: 700;
  line-height: 1.12;
  color: var(--text);
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4.4rem); font-weight: 800; line-height: 1.04;  }
h2 { font-size: clamp(1.85rem, 4vw, 3.5rem); font-weight: 800;  }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }
h5 { font-size: 0.9rem; font-weight: 700;  }

.grad-text {
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#demo-video .grad-text, #hero .grad-text,#features .grad-text, .section-math .grad-text,#stack .grad-text ,#proof .grad-text,.section-final .grad-text,#platforms .grad-text,#intro .grad-text{
 background: linear-gradient(180deg, #FDC854 0%, #FF312B 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  word-spacing: 0px;
  font-weight:900;
}
#hero .hero-h1 {
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.08;
  margin-top: 40px;
}

/* "AI-Powered" — brand-colored pill badge */
.h1-meta {
  display: inline-block;
  font-size: 0.36em;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(119,26,255,0.75), rgba(240,114,175,0.75));
  border: 1px solid rgba(255,255,255,0.18);
  padding: 5px 16px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: relative;
  top: -4px;
}

/* "One Dashboard." — flanked by thin decorative lines */
.h1-bridge {
  display: block;
  font-size: 0.7em;
  font-weight: 700;
  color: #ffffff;
  margin-top: 12px;
  letter-spacing: 0.05em;
}
.h1-bridge::before,
.h1-bridge::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 1.5px;
  border-radius: 2px;
  margin: 0 14px;
}
.h1-bridge::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32));
}
.h1-bridge::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.32), transparent);
}

/* "Endless Monthly Revenue" — golden glow payoff */
.h1-payoff {
  display: block;
  font-weight: 900;
  font-size: 1.08em;
  line-height: 1.02;
  margin-top: 6px;
  letter-spacing: -0.025em;
  filter: drop-shadow(0 0 32px rgba(253,200,84,0.38));
}

/* tighter tracking on the gradient lines for premium feel */
#hero .hero-h1 .grad-text {
  letter-spacing: -0.02em;
}
span.head-box {
    background: linear-gradient(91.39deg, #FDC854 0.26%, #FF312B 95.28%);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.8) inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 800;
    text-align: center;
    position: relative;
}
.hero-h1 .grad-text{
    line-height:1.2;
}
span.plus {
    margin-bottom: 10px;
}
span.head-box  svg{
        position: absolute;
    right: -30px;
    bottom: -20px;
 animation:vslCursorMove 2.5s ease-in-out infinite;
}
@keyframes vslCursorMove {
  0% {
    transform: translate(0, 0) scale(1);
  }

  /* idle */
  30% {
    transform: translate(0, 0) scale(1);
  }

  /* click press */
  40% {
    transform: translate(0, 0) scale(0.85);
  }

  /* release */
  50% {
    transform: translate(0, 0) scale(1);
  }

  /* idle again */
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.section-guar .container{
    max-width:1440px;
}
/* ── LAYOUT ─────────────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; position: relative; }
.section { padding: 96px 0; position: relative; overflow: hidden; }

.section-light {
  background: var(--light-bg);
  color: var(--light-text);
}
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5 { color: var(--light-text); }

/* ── SECTION HEADER ─────────────────────────────────────────── */
.section-head {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 64px;
}
.section-head h2 { margin-bottom: 18px; }
.section-sub {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.65;
  max-width: 820px;
  margin: 0 auto;
}
.section-light .section-sub { color: var(--light-muted); }
.section-sub strong { color: var(--text); font-weight: 600; }
.section-light .section-sub strong { color: var(--light-text); }

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  background: var(--brand-soft);
  border: 1px solid rgba(119,26,255,0.3);
  color: #D8B4FE;
  margin-bottom: 22px;
}
.section-light .section-tag {
  background: linear-gradient(135deg, rgba(119,26,255,0.06), rgba(240,114,175,0.06));
  border-color: rgba(119,26,255,0.2);
  color: var(--brand-1);
}

/* premium pricing tag */
.section-tag-premium {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 22px;
  border-radius: var(--r-pill);
  background: var(--brand);
  color: #fff;
  margin-bottom: 24px;
  box-shadow: 0 6px 22px rgba(119,26,255,0.4);
}

/* ── BUTTONS ────────────────────────────────────────────────── */
.btn,.rec_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-h);
  font-size: 15px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: var(--r-pill);
  transition: var(--t-base);
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 0.005em;
}
.btn svg { transition: transform var(--t-fast); flex-shrink: 0; }
.btn:hover svg { transform: translateX(3px); }

.btn-primary, .rec_btn {
  position: relative;
  color: #fff;
  background: var(--brand);
  background-size: 200% 100%;
  background-position: 0% 0%;
  box-shadow: var(--shadow-brand);
  isolation: isolate;

    font-weight: 800;
}
.hero-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  /* Gradient */
  background: linear-gradient(135deg, #ffb347, #ff5f6d, #ff7e5f);
  background-size: 200% 200%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(255, 95, 75, 0.35);
}

/* ✨ Glow layer */


/* 🚀 Hover State */
.hero-cta-primary:hover {
  background-position: 100% 0;
  transform: translateY(-3px) scale(1.02);
}

/* Glow on hover */
.hero-cta-primary:hover::before {
  opacity: 0.7;
}

/* 👉 Arrow animation */
.hero-cta-primary svg {
  transition: transform 0.3s ease;
}

.hero-cta-primary:hover svg {
  transform: translateX(6px);
}
.hero-cta-row .btn-primary {
      background: url(./assets/btn-bg.svg);
    background-position: center;
    background-size: cover;
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #F072AF 0%, #771AFF 100%);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  z-index: -1;
}
.hero-cta-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #ffb347, #ff5f6d, #ff7e5f) !important;
  filter: blur(12px);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(255,95,75,0.45);
  color: #fff;
}
.btn-primary:hover::before { opacity: 1; }

.btn-ghost {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
}
.section-light .btn-ghost {
  color: var(--light-text);
  background: rgba(11,6,24,0.04);
  border-color: var(--light-border);
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--border-strong);
  transform: translateY(-2px);
}

.btn-lg { font-size: 16px; padding: 16px 30px; }
.btn-xl { font-size: 17px; padding: 18px 36px; font-weight: 700; }
.btn-block { width: 100%; }

.hero-cta-primary {
    font-size: 36px;
    padding: 20px 42px;
    min-width: 360px;
    font-weight: 800;
    isolation: isolate;
    animation-name: stretch;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
}
@keyframes stretch {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.03);
    }
}
.watermark span {
    font-family: var(--font-h);
    font-size: 65px;
    line-height: 1.12;
    color: rgb(197 197 197 / 32%);
    font-weight: 900;
}
.watermark {
    position: absolute;
    top: 20px;
    left: 35px;
    z-index: 1;
}
/* ══════════════════════════════════════════════════════════
   ANNOUNCE BAR
   ══════════════════════════════════════════════════════════ */
.announce {
    background: var(--brand);
    padding: 10px 15px;
    text-align: center;
    position: relative;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    visibility 0.5s ease;
}

.announce.header-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.announce-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.01em;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}
.announce-text strong { font-weight: 700; }
.announce-dot,.announce-dot {
    display:inline-flex;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(255,255,255,0.6);
  animation: pulseDot 1.6s ease-in-out infinite;
}
.announce-timer {
  font-family: 'Plus Jakarta Sans', monospace;
  font-weight: 800;
  /*background: rgba(0,0,0,0.25);*/
  /*padding: 3px 10px;*/
  border-radius: 4px;
  letter-spacing: 0.05em;
}
.annc-text{
    display:flex;
    align-items:center;
    gap:10px
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.nav-coupon {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgb(255 255 255 / 8%);
    border: 1px dashed rgb(255 255 255 / 40%);
    border-radius: 7px;
    padding: 5px 12px;
    white-space: nowrap;
}
.nav-coupon-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(255 255 255);
    line-height:1;
}
.nav-coupon-code {
    font-family: 'Plus Jakarta Sans', monospace;
    font-size: 13px;
    font-weight: 800;
    color: #16f9f0;
    letter-spacing: 0.1em;
}
.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(180deg, #FDC854 0%, #FF312B 100%);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 180ms ease, transform 180ms ease;
    letter-spacing: 0.01em;
}
.anc-main{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}
span.nav-save-text {
    color: #ffd600;
    font-size: 14px;
    font-weight: 700;
    line-height:1px;
}
/* Timer block */
.nav-timer-block {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(119,26,255,0.1);
  border: 1px solid rgba(119,26,255,0.25);
  border-radius: 8px;
  padding: 6px 14px;
  white-space: nowrap;
}
.nav-timer-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  box-shadow: 0 0 8px rgba(16,185,129,0.8);
  flex-shrink: 0;
  animation: pulseDot 1.8s ease-in-out infinite;
}
.nav-timer-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: rgba(255,255,255,1);
}
.announce-timer {
  font-family: 'Plus Jakarta Sans', monospace;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.07em;
}
 .offer-close {
    display: none;
  }

  .offer-peek {
    display: none;
  }
  .announce.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

.announce.is-collapsed {
    transform: translateY(calc(100% - -56px));
    opacity: 1;
    visibility: visible;
  }
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.4); }
}
@media (max-width:991px){
  .offer-close {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      height: 32px;
      border: none;
      outline: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
      font-size: 22px;
      cursor: pointer;
    }

    .offer-peek {
      display: flex;
      align-items: center;
      justify-content: center;
      position: fixed;
      right: 14px;
      bottom: 14px;
      z-index: 10000;
      height: 48px;
      padding: 0 18px;
      border: none;
      outline: none;
      border-radius: 999px;
      background: linear-gradient(180deg, #fdc854 0%, #ff312b 100%);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(18px);
      transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        visibility 0.35s ease;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    }

    .offer-peek.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
}

/* ══════════════════════════════════════════════════════════
   NAV  (logo-centred, transparent over hero)
   ══════════════════════════════════════════════════════════ */
#nav {
  position: absolute;
  top: 38px;          /* below announce bar */
  left: 0; right: 0;
  z-index: 90;
  transition: var(--t-base);
  background: transparent;
  border-bottom: 1px solid transparent;
  pointer-events: none;
}
#nav .brand { pointer-events: auto; }
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 40px 28px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  /*margin-top: 15px;*/
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { height: 60px; width: auto;

}

/* ══════════════════════════════════════════════════════════
   HERO  —  premium, modern, layered
   ══════════════════════════════════════════════════════════ */
#hero {
  position: relative;
  padding: 108px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #07051A 0%, #08061E 50%, #060418 100%);
  /*background:url(./assets/bnrr-bg.jpg);*/
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-main-side {
    position: absolute;
    left: 0;
    top:5%;
}
.hero-main-side-right {
    position: absolute;
    right: 0;
    top:5%;
    opacity:0.3;
}
.hero-main-side-btm {
    position: absolute;
    left: 0;
    opacity: 0.6;
    bottom:20%;
    mix-blend-mode: lighten;
}
.hero-main-side-right-btm {
    position: absolute;
    right: 0;
    bottom:20%;
    opacity: 0.6;
    mix-blend-mode: lighten;
}
.hero-main-side-icon {
    position: absolute;
    top: 120px;
    left: 12%;
    opacity: 0.2;
}
.hero-glow-bg {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
  background: radial-gradient(ellipse 50% 60% at 20% 0%, rgba(119,26,255,0.25), transparent 65%),
    radial-gradient(ellipse 50% 60% at 80% 10%, rgba(240, 114, 175, 0.22), transparent 65%),
    radial-gradient(ellipse 80% 30% at 50% -10%, rgba(119,26,255,0.16), transparent 70%);
  pointer-events: none;
  z-index: 9;
  height: 75%;
}
.stact-color {
    border: 1px solid rgba(255, 83, 83, 1);
    background: rgba(255, 0, 34, 0.1);
    height: 79%;
    width: 140px;
    position: absolute;
    right: 40px;
    border-radius: 10px;
    z-index: -1;
}

/* ── Figma-style banner background ── */
.hero-figma-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  /*display:none;*/
}

.hero-figma-ellipse {
  position: absolute;
  width: 112.7%;
  aspect-ratio: 1 / 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(-46%);
  border-radius: 50%;
  background: rgb(11, 2, 29);
  filter: blur(100px);
  opacity: 0.96;
  animation: none;
}

.hero-figma-stripes {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  transform: translateZ(0);
  opacity: 0.88;
  animation: none;
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.9) 75%, #000 100%);
          mask-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.08) 20%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.9) 75%, #000 100%);
}

.hero-figma-col {
  flex: 1 1 0;
  position: relative;
  background: linear-gradient(270deg, #160133 0%, #260B4D 0.01%, #160133 100%);
  background-size: 250% 100%;
  background-position: 0 0;
  animation: none;
  box-shadow: inset 0 0 40px rgba(119, 26, 255, 0.1);
}

.hero-figma-col::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.05);
}

.hero-figma-col:nth-child(odd) {
  filter: brightness(0.95);
}

.hero-figma-col:nth-child(4n) {
  filter: brightness(0.88);
}

/* ── Dot-grid overlay (kept very subtle) ── */
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,0.010) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 28%, #000 14%, transparent 76%);
          mask-image: radial-gradient(ellipse 90% 80% at 50% 28%, #000 14%, transparent 76%);
  opacity: 0.08;
  /*display:none;*/
}


@keyframes heroEllipseFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(-46%) scale(1);
    opacity: 0.92;
  }
  50% {
    transform: translate(-50%, -50%) translateY(-47%) scale(1.02);
    opacity: 0.96;
  }
}

@keyframes heroStripesFlow {
  0%, 100% {
    background-position: 0% 0;
    opacity: 0.75;
  }
  25% {
    background-position: 25% 0;
    opacity: 0.85;
  }
  50% {
    background-position: 50% 0;
    opacity: 0.95;
  }
  75% {
    background-position: 75% 0;
    opacity: 0.85;
  }
}

@keyframes stripesContainerFlow {
  0%, 100% {
    opacity: 0.88;
    filter: brightness(1);
  }
  50% {
    opacity: 0.95;
    filter: brightness(1.08);
  }
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top:20px;
}
.container.hero-inner {
    max-width: 1360px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-h);
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 30px 12px 30px;
    border-radius: var(--r-pill);
    background: linear-gradient(180deg, #4827FC 0%, #DC49FF 100%);
    color: #fff;
    margin-bottom: 10px;
    background: url(./assets/bh-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 100%; */
    /* max-width: 638px; */
    /* height: 65px; */
    text-align: center;
    justify-content: center;
    aspect-ratio: 638/ 65;
    border: 1.5px solid rgba(250, 157, 255, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.9) inset;
}
.eyebrow-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-2);
  box-shadow: 0 0 14px var(--brand-2);
  animation: pulseDot 1.8s ease-in-out infinite;
  display: none;
}

.hero-h1 { margin-bottom: 22px; }
.hero-sub {
    color: var(--text-muted);
    font-size: 22px;
    line-height: 1.65;
    max-width: 1180px;
    margin: 0 auto 40px;
}
.hero-sub strong { color: rgba(29, 255, 165, 1); font-weight: 600; }

/* Hero flow steps */
.hero-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  max-width: 1020px;
  width: 100%;
}
.hf-card {
    flex: 1;
    min-width: 180px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0px 0px 30px 0px rgba(183, 0, 255, 0.6) inset;
    border-radius: 50px;
    padding: 10px 22px 10px 12px;
    text-align: left;
    transition: var(--t-fast);
    position: relative;
    backdrop-filter: blur(3px);
    align-items: center;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    border: 1.5px solid rgba(95, 45, 174, 1);
    box-shadow: 0px 0px 30px 0px rgba(167, 36, 255, 0.4) inset;
    width: fit-content;
    max-width: fit-content;
}
.hf-num {
    font-family: var(--font-h);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    background: linear-gradient(180deg, #4827FC 0%, #DC49FF 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;

    border: 2px solid rgba(250, 157, 255, 1);
    background: url(./assets/effect-bg.svg);
    background-position: center;
}
.mf-ico img{
    height:80px;
}
.hf-title {
  font-family: var(--font-h);
  font-size:20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.hf-desc { font-size: 15px; color: var(--text-muted); }
.hf-card-accent {
  background: linear-gradient(135deg, rgba(119,26,255,0.14), rgba(240,114,175,0.14));
  border-color: rgba(240,114,175,0.3);
}
.hf-arrow {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: rgba(240,114,175,0.6);
  font-weight: 700;
  animation: arrowMove 1.5s ease-in-out infinite;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
}

.hero-cta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-top: 50px;
}

.hero-trust {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}
.hero-trust-item svg { color: var(--success); flex-shrink: 0; }

/* HERO VIDEO ────────────────────────────────────────────────── */
.hero-video {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.hv-frame {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  padding: 8px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 80px rgba(119,26,255,0.18);
  transition: var(--t-base);
}
.hv-frame {
    background: rgba(255, 255, 255, 0.3);
    padding: 2px;
    backdrop-filter: blur(20px);
    max-width: 1065px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 8px;
}
.hv-frame:hover {
  transform: translateY(-3px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.55), 0 0 110px rgba(119,26,255,0.28);
}
.hv-frame::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  padding: 1px;

  pointer-events: none;
}
.hv-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    transition: all 0.3s;
    border: 2px solid transparent;
    border: 1.5px solid transparent;
    background: linear-gradient(180deg, #FFC400 0%, #A34CFF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.hv-frame::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: var(--r-lg);
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.hv-iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: calc(var(--r-lg) - 8px);
  overflow: hidden;
  background: #000;
}
.hv-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.hv-cap-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 10px var(--success);
  animation: pulseDot 1.6s ease-in-out infinite;
}

/* ══════════════════════════════════════════════════════════
   PLATFORMS PREVIEW TABLE
   ══════════════════════════════════════════════════════════ */
.ptable-wrap {
  background: var(--light-card);
  border: 1px solid rgba(119,26,255,0.16);
  border-radius: var(--r-lg);
  /*overflow: hidden;*/
  box-shadow: 0 20px 60px rgba(119,26,255,0.08), 0 4px 18px rgba(0,0,0,0.04);
  margin-bottom: 32px;
  position: relative;
    overflow-x: scroll;
  overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
  scrollbar-color: var(--brand) transparent;
  padding-bottom: 6px;
}
thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff; /* ya apna bg color */
}
.ptable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.ptable thead tr {
  background: linear-gradient(90deg, rgba(119,26,255,0.08), rgba(240,114,175,0.06));
  border-bottom: 1px solid rgba(119,26,255,0.18);
}
.ptable thead th {
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-1);
  white-space: nowrap;
}
.ptable thead .pt-th-c { text-align: center; }
.ptable thead .pt-th-num { width: 56px; }

.ptable tbody tr {
  border-bottom: 1px solid var(--light-border);
  transition: background var(--t-fast);
}
.ptable tbody tr:last-child { border-bottom: none; }
.ptable tbody tr:hover { background: rgba(119,26,255,0.04); }
.ptable tbody tr:nth-child(even) { background: rgba(11,6,24,0.015); }
.ptable tbody tr:nth-child(even):hover { background: rgba(119,26,255,0.04); }

.ptable td { padding: 14px 15px; vertical-align: middle; }
.pt-num {
  font-family: var(--font-h);
  font-weight: 700;
  color: var(--light-dim);
  font-size: 13px;
}
.pt-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Chrome / Edge / Safari */
.ptable-wrap::-webkit-scrollbar{
  height: 6px; /* thin scrollbar */
}

.ptable-wrap{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-gutter: stable;
}
.ptable-wrap::-webkit-scrollbar-button{
  display: none;
  width: 0;
  height: 0;
}
.ptable-wrap::-webkit-scrollbar-corner{
  background: transparent;
}
.ptable-wrap::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
}

.ptable-wrap::-webkit-scrollbar-thumb{
  background: var(--brand);
  border-radius: 999px;
}

.pt-logo img {
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(1.18) contrast(1.05);
}
.pt-name {
  font-family: var(--font-h);
  font-weight: 700;
  font-size: 15px;
  color: var(--light-text);
}
.pt-niche {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: var(--r-pill);
    background: rgba(11,6,24,0.05);
    color: var(--light-muted);
    min-width: 180px;
    text-align: center;
}
.pt-c { text-align: center; white-space: nowrap; }
.pt-comm {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 18px;
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pt-c strong {
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 15px;
  color: var(--light-text);
}
.pt-c small { font-size: 11.5px; color: var(--light-dim); margin-left: 2px; }
.pt-recur {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--light-dim);
  margin-top: 2px;
  letter-spacing: 0.04em;
}
.pt-yr {
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 800;
  color: var(--success);
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.22);
  padding: 5px 12px;
  border-radius: 8px;
  display: inline-block;
}
.pt-yr-gold {
  color: var(--gold);
  background: rgba(245,158,11,0.1);
  border-color: rgba(245,158,11,0.28);
}
.pt-comm-hot {
  color: var(--gold) !important;
  -webkit-text-fill-color: unset !important;
  background: none !important;
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  font-size: 20px;
}

/* Total annual box */
.ptotal {
    background: linear-gradient(135deg, rgba(119,26,255,0.06), rgba(240,114,175,0.04));
    background: url(./assets/opt-bg.webp);
    /* border: 2px solid rgba(119,26,255,0.22); */
    border-radius: var(--r-lg);
    padding: 32px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
    background-size: cover;
    background-repeat: no-repeat;
}
.ptotal-tag {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: capitalize;
    color: var(--brand-1);
    margin-bottom: 10px;
    background: #fff;
    display: inline;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}
.ptotal-l h3 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 8px;
    font-weight: 700;
    margin-top: 15px;
}
.ptotal h3 .grad-text{
    color:rgba(255, 255, 0, 1);
        background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}
.ptotal-money {
  color:rgba(255, 255, 0, 1);
  font-weight: 800;
}
.ptotal-note {
    font-size: 13.5px;
    color: #ffffff;
    line-height: 1.55;
}
.ptable-disc {
  text-align: center;
  font-size: 16px;
  color: var(--light-dim);
  margin-top: 18px;
}

/* ══════════════════════════════════════════════════════════
   PAIN POINTS GRID
   ══════════════════════════════════════════════════════════ */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.pain-card {
  background: #120D20;
  border: 1px solid var(--border);
  border-radius: 25px;
  padding: 25px 25px;
  transition: var(--t-base);
  position: relative;
}
.pain-card::before {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    background: url(./assets/port-bg.png);
    border-radius: 22px;
    z-index: -1;
    inset: 0;
    background-size: cover;
    background-position: bottom;
}
.hf-prblm {
    width: fit-content;
    position: absolute;
    background: rgba(239, 68, 68, 1);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.7) inset;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 20px;
    border-radius: 50px;
    top: 0;
    left: -10px;
    transform: rotate(-17deg);
}
.pain-card:hover {
  transform: translateY(-4px);
  background: var(--bg-card-2);
}
.pain-icon { font-size: 30px; margin-bottom: 30px; }
.pain-card h3 { font-size: 20px; margin-bottom: 20px; }
.pain-card p {
  font-size:16px;
  color: var(--text-muted);
  line-height: 1.65;
}
.ptotal .btn-primary{
    font-size:20px;
    padding:18px 32px;
}
.ptotal .btn-primary svg, .btn-primary svg{
    width:50px;
    height:50px;
}
#problem > .container, #who .container{
    max-width:1540px;
}
/* ══════════════════════════════════════════════════════════
   TOOL GRAVEYARD STACK (light section)
   ══════════════════════════════════════════════════════════ */

  .section-light .container-big{
    max-width: 1510px;
   }
.stack-grid {
    display: grid;
    grid-template-columns: 290px 1fr auto 1fr 250px;
    gap: 28px;
    align-items: center;
    /* max-width: 1000px; */
    margin: -100px auto -100px;
}
.stack-bad-img{
    position: relative;
    z-index: 10;
    right: -52px;
    max-width: 100%;
    height: auto;
    margin-bottom:-10px;
}
.stack-bad-img img {
  width: 100%;
  height: auto;
  display: block;
}
.stack-good-img {
      margin-left: -28px;
      position: relative;
      max-width: 100%;
      height: auto;
      z-index:9;
}
.stack-good-img img {
  width: 100%;
  height: auto;
  display: block;
}
.stack-grid{
  position: relative;

}
.stack-grid::before {
    content: '';
    position: absolute;
    background: rgba(54, 255, 36, 1);
    border-radius: 50%;
    filter: blur(136.100006px);
    width: 130px;
    height: 350px;
    right: 30px;
    top: 20%;
    pointer-events: none;
    z-index: 1;
}
.stack-grid::after {
    content: '';
    position: absolute;
    background: rgba(255, 78, 78, 1);
    border-radius: 50%;
    filter: blur(147.399994px);
    width: 130px;
    height: 350px;
    left: 30px;
    top: 20%;
    pointer-events: none;
    z-index: 1;
}
.stack-bad, .stack-good {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-light-md);
  transition: var(--t-base);
    z-index: 9;
    position: relative;
}
.stack-bad, .stack-good {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--r-lg);
  padding: 32px;
  box-shadow: var(--shadow-light-md);
  transition: var(--t-base);
}
.stack-bad { border-color: rgba(239,68,68,0.18); }
.stack-good {
  border-color: rgba(119,26,255,0.18);
  background: linear-gradient(180deg, #fff, #fbf9ff);
  position: relative;
}
.stack-good::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  padding: 1px;
  background: var(--brand);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
}
.stack-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: capitalize;
  margin-bottom: 18px;
  color: var(--light-muted);
}
.stack-bad .stack-label { color: var(--error); }
.stack-good .stack-label {
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stack-list {
  list-style: none;
  margin-bottom: 24px;
}
.stack-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--light-border);
  font-size: 16px;
  color: var(--light-text);
}
.stack-list li:last-child { border: none; }
.stack-cost {
  font-weight: 700;
  color: var(--error);
  font-family: var(--font-h);
}
.stack-check {
  color: var(--success);
  font-weight: 800;
  font-size: 16px;
}
.stack-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  /*padding-top: 18px;*/
  border-top: 2px solid var(--light-border);
}
.stack-total span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: var(--light-muted);
}
.stack-total-num {
  font-family: var(--font-h);
  font-size: 50px;
  font-weight: 800;
  color: var(--error);
}
.stack-total-num small {
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
  color: var(--light-dim);
}
.stack-total-good .stack-total-num {
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stack-vs {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 800;
  color: var(--light-muted);
  letter-spacing: 0.1em;
  background: var(--light-card);
  border: 2px solid var(--light-border);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hf-reality-image{
  max-width: 940px;
  width: 100%;
  margin: -15px auto 70px;
}
.hf-reality-image img{
  box-shadow: 0px 0px 60px 0px rgba(70, 18, 143, 0.2);
  border: 2px solid rgba(162, 100, 255, 1);
  border-radius:14px;
}
.hf-stck-log  {
  max-width: 131px;
  width: 100%;
  margin-bottom: 10px;
}

/* ══════════════════════════════════════════════════════════
   100+ PLATFORMS — LOGO MARQUEE
   ══════════════════════════════════════════════════════════ */
.section-marquee {
  position: relative;
  padding-bottom: 110px;
}
.marquee-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(119,26,255,0.18), transparent 70%);
  pointer-events: none;
}
.section-marquee > .container { position: relative; z-index: 1; }
.logo-marquee {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.m-row {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
}
.m-row::before, .m-row::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}
.m-row::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}
.m-row::after {
  right: 0;
  background: linear-gradient(90deg, transparent, var(--bg));
}
.m-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
  padding-right: 16px;
  animation: mScroll 90s linear infinite;
  will-change: transform;
}
.m-row.m-right .m-track       { animation-name: mScrollR; animation-duration: 105s; }
.m-row.m-slow .m-track        { animation-duration: 115s; }
.m-row.m-right.m-slow .m-track { animation-name: mScrollR; animation-duration: 130s; }
.feat-image{
    display:flex;
    justify-content:center;
    align-items:center;
}
/* Pause on hover — desktop only */
@media (hover: hover) {
  .m-row:hover .m-track { animation-play-state: paused; }
}

/* Mobile: slightly reduced duration so logos remain comfortably readable */
@media (max-width: 768px) {
  .m-track                        { animation-duration: 110s; }
  .m-row.m-right .m-track         { animation-duration: 125s; }
  .m-row.m-slow .m-track          { animation-duration: 140s; }
  .m-row.m-right.m-slow .m-track  { animation-duration: 155s; }
}

.m-item {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 96px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.m-item:hover {
  border-color: rgba(240,114,175,0.4);
  background: rgba(255,255,255,0.07);
  box-shadow:
    0 0 0 1px rgba(240,114,175,0.18),
    0 8px 28px rgba(119,26,255,0.28),
    0 4px 14px rgba(240,114,175,0.18);
}
.m-item img {
  max-height: 44px;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.78;
  filter: grayscale(1) brightness(1.6) contrast(1.05);
  transition: filter 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.m-item:hover img {
  opacity: 1;
  filter: grayscale(0) brightness(1) contrast(1) drop-shadow(0 0 10px rgba(240,114,175,0.35));
}
.feat-numbered .m-item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 60px;
    padding: 10px 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    transition: border-color 0.35s var(--ease), background 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.feat-numbered .m-item img{
    max-height: 30px;
    max-width: 100px;
}
/* Mobile: keep logos fully visible without hover dependency */
@media (hover: none) {
  .m-item img {
    opacity: 0.85;
    filter: grayscale(0) brightness(1);
  }
}

@keyframes mScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}
@keyframes mScrollR {
  from { transform: translateX(-100%); }
  to   { transform: translateX(0); }
}

/* ══════════════════════════════════════════════════════════
   INTRODUCING — Split layout (copy left, image right)
   ══════════════════════════════════════════════════════════ */
.section-intro {
    position: relative;
    background: url("./assets/intro-bg.webp");
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: cover;
}
.intro-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(119,26,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119,26,255,0.08) 1px, transparent 1px);
  background-size: 48px 48px, 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, #000 30%, transparent 80%);
  opacity: 0.55;
}
.intro-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 400px at 15% 30%, rgba(119,26,255,0.18), transparent 65%),
    radial-gradient(600px 400px at 85% 70%, rgba(240,114,175,0.16), transparent 65%);
}
.intro-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.intro-head { text-align: center; margin-bottom: 52px; }
.intro-head .section-tag { margin-bottom: 16px; }
.intro-head h2 { max-width: 970px; margin: 0 auto; }
.intro-copy { max-width: 580px; }
.intro-lead {
  font-size: 16.5px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.intro-lead strong { color: #fff; font-weight: 600; }
.intro-quote {
  font-family: var(--font-h);
  font-size: 19px;
  font-weight: 700;
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.45;
  margin: 24px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--brand-2);
}
.intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.i-tag {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: var(--text);
  transition: var(--t-fast);
}
.i-tag:hover {
  background: var(--brand-soft);
  border-color: rgba(119,26,255,0.35);
}
.intro-visual {
  position: relative;
  border-radius: var(--r-xl);
}
.intro-visual-glow {
  position: absolute;
  inset: -30px;
  background:
    radial-gradient(circle at 30% 30%, rgba(119,26,255,0.45), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(240,114,175,0.40), transparent 60%);
  filter: blur(40px);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}
.intro-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  transition: transform var(--t-base);
}
.intro-visual:hover img { transform: translateY(-4px); }
.hf-tag-wrapper {
    /* border: 1px solid transparent; */
    background: linear-gradient(180deg, #4827FC 0%, #DC49FF 100%);
    width: fit-content;
    padding: 1px;
    border-radius: 50px;
    margin-left: auto;
    min-width: 300px;
    animation: floatPill 4s ease-in-out infinite;
}
@keyframes floatPill {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.02);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
.hf-tag {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 60px 0px rgba(137, 54, 253, 0.6);
    padding: 3px;
    border-radius: 50px;
    color: #222;
    padding: 15px 28px;
    display: block;
    font-size: 20px;
    font-weight: 700;

}
.hf-tap-inn {
    background: #300b60;
    padding: 4px;
    border-radius: 50px;
}
.hf-introduction {
    display: grid;
    grid-template-columns: 320px 1fr 320px;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}
.section-intro .container-fluid, #how .container-fluid{
 max-width: 1840px;
 margin: 0 auto;
 padding: 0 20px;
}
.hf-left-side,.hf-right-side {
    display: grid;
    grid-template-columns: 1fr;
    gap: 90px;
}
.hf-tag-one{
margin-right: -70px;
}.hf-tag-wrapper.hf-tag-four {
    margin-right: -70px;
}
.hf-right-side .hf-tag-wrapper{
  margin-right: auto;
}
.hf-tag-r-one{
  margin-left: -70px;
}
.hf-tag-r-four{
  margin-left: -70px;
}
/* ══════════════════════════════════════════════════════════
   4-STEP SYSTEM
   ══════════════════════════════════════════════════════════ */
.steps4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  position: relative;
}
.steps4-line {
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--brand-1) 20%, var(--brand-2) 80%, transparent 100%);
  opacity: 0.3;
  z-index: 0;
}
.step4 {
  background: var(--light-card);
 border: 1.5px solid rgba(232, 189, 255, 1);
  border-radius: var(--r-lg);
  padding: 32px 24px 28px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: var(--t-base);
  box-shadow: var(--shadow-light-md);
  max-width: 400px;
  width: 100%;
}
.step4:hover {
  transform: translateY(-6px);
  border-color: rgba(119,26,255,0.25);
  box-shadow: 0 20px 50px rgba(119,26,255,0.14);
}
.step4-num {
    background: var(--brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-h);
    font-size: 22px;
    font-weight: 800;
    margin: 0 auto 18px;
    background: url(./assets/step.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -20px;
    /* padding: 3px 28.5px; */
    width: 100%;
    max-width: 121px;
    height: 42px;
}
.step4-icon { font-size: 30px; margin-bottom: 12px; }
.step4 h3 {
    font-size:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: left;
}
.step4 p {
  font-size: 16px;
  color: var(--light-muted);
  line-height: 1.65;
  text-align:left;
}
.step4-final .step4-num {
  background: linear-gradient(135deg, var(--success), #059669);
  box-shadow: 0 6px 20px rgba(16,185,129,0.35);
}
.hf-arw {
    position: absolute;
    right: -65px;
    top: 80%;
    bottom: 0;
    margin: auto;
    height: 100%;
    animation:arrowMove 1.5s ease-in-out infinite;;
}

/* ══════════════════════════════════════════════════════════
   FEATURES — Numbered
   ══════════════════════════════════════════════════════════ */
.section-features {
  position: relative;
}
.section-features::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 40% at 50% 80%, rgba(240,114,175,0.08), transparent 65%);
  pointer-events: none;
}
.feat-numbered {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
}
.feat-row {
  align-items: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px 30px;
  transition: var(--t-base);
}
.feat-row:hover {
  transform: translateY(-3px);
  border-color: rgba(119,26,255,0.3);
  background: var(--bg-card-2);
}
.feat-row:hover .feat-icon {
  transform: translateY(-2px) rotate(-3deg);
  box-shadow:
    0 14px 28px rgba(119,26,255,0.45),
    inset 0 -3px 0 rgba(0,0,0,0.25),
    inset 0 2px 0 rgba(255,255,255,0.35);
}
.feat-body { min-width: 0; }

/* 3D-style icon tile — gradient cube with depth */
.feat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 50%),
    linear-gradient(135deg, #8a3aff 0%, #771AFF 45%, #F072AF 100%);
  box-shadow:
    0 10px 22px rgba(119,26,255,0.40),
    inset 0 -3px 0 rgba(0,0,0,0.25),
    inset 0 2px 0 rgba(255,255,255,0.30);
  position: relative;
  flex-shrink: 0;
  transition: var(--t-base);
}
.feat-icon::before {
  /* glossy highlight */
  content: '';
  position: absolute;
  top: 4px; left: 6px; right: 6px;
  height: 40%;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0));
  pointer-events: none;
}
.feat-icon svg {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
}
.feat-icon-lg {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.feat-tag {
  display: inline-block;

  margin-bottom: 10px;
}
.feat-row h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.feat-row p {
  font-size: 14.5px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 880px;
}

/* Feature #1 — Hero feature row */
.feat-hero-row {
  grid-template-columns: 80px 1fr;
  background: linear-gradient(135deg, rgba(119,26,255,0.14), rgba(240,114,175,0.08));
  border-color: rgba(119,26,255,0.3);
  padding: 36px 38px;
}
.feat-hero-row h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.feat-hero-row p { font-size: 15.5px; }
.feat-meta-row {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
}
.feat-stat {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 800;
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.feat-stat-l {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Two-column grid for features 2-13 */
.feat-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 4px;
}

.feat-grid-2 > *:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}

.feat-row {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 28px 30px;
  transition: var(--t-base);
  position: relative;
}
.feat-row::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(./assets/feature-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.feat-row.feature-one::before{
    background: url(./assets/fetbg-1.png);
     background-repeat: no-repeat;
}
.feat-row:hover {
  transform: translateY(-3px);
  border-color: rgba(119,26,255,0.3);
  background: var(--bg-card-2);
}
.feat-tag {
  display: inline-block;
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
color: #fff;
  margin-bottom: 34px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(./assets/feat2-bg.svg);
    background-repeat: no-repeat;
  background-size: cover;
    height: 42px;
    max-width: 149px;
}
.feat-row .feat-image{min-height: 296px;}
.feat-row.feat-hero-row.feature-one {
    text-align: center;
}
.feature-one .feat-tag {
  background: url(./assets/feat1-bg.svg);
  max-width: 206px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.feat-row h3 {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 30px;
}
.feat-row p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 880px;
}
.feature-one.feat-row p{
  max-width: 100%;
  width: 100%;
  margin: 15px auto 0;
}
.feat-numbered .container{
  width: 100%;
}
.feat-row.feat-hero-row.feature-one{
  background: linear-gradient(360deg, #08060F 0%, #150940 100%);
  border: none;
}
/* Feature #1 — Hero feature row */
.feat-hero-row {
  background: linear-gradient(135deg, rgba(119,26,255,0.14), rgba(240,114,175,0.08));
  border-color: rgba(119,26,255,0.3);
  padding: 36px 38px;
}
.feat-hero-row h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.feat-hero-row p { font-size: 16px; }
.feat-meta-row {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
}
.feat-stat {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 800;
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.feat-stat-l {
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
h5.hf-fade-head {
    color: rgba(255, 255, 255, 0.1);
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 10px;
}
/* ══════════════════════════════════════════════════════════
   STORY GRID (Real Results)
   ══════════════════════════════════════════════════════════ */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.story-card {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: var(--t-base);
  box-shadow: var(--shadow-light-md);
}
.story-card:hover {
  transform: translateY(-6px);
  border-color: rgba(119,26,255,0.2);
  box-shadow: 0 24px 60px rgba(119,26,255,0.14);
}
.story-img {
  width: 100%;
  /*height: 220px;*/
  background-size: cover;
  background-position: center;
  position: relative;
}
.story-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(11,6,24,0.15));
}
.story-body { padding: 28px; }
.story-pill {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: var(--r-pill);
  background: rgba(16,185,129,0.12);
  color: var(--success);
  border: 1px solid rgba(16,185,129,0.25);
  margin-bottom: 14px;
}
.story-body h4 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.story-body p {
  font-size: 16px;
  color: var(--light-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}
.story-foot {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--light-border);
}
.story-avt {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 13px;
  color: #fff;
}
.story-name {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: var(--light-text);
}
.story-meta {
  font-size: 14px;
  color: var(--light-dim);
}
.story-tag {
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: rgba(119,26,255,0.08);
  color: var(--brand-1);
  border: 1px solid rgba(119,26,255,0.18);
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════
   THE MATH — Income Numbers
   ══════════════════════════════════════════════════════════ */
.section-math { position: relative; }
.section-math::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 0% 30%, rgba(16,185,129,0.07), transparent 65%),
    radial-gradient(ellipse 50% 40% at 100% 80%, rgba(119,26,255,0.08), transparent 65%);
  pointer-events: none;
}

/* Industry facts grid */
.math-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 64px;
}
.math-fact {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 22px 28px;
  text-align: center;
  transition: var(--t-base);
  position: relative;
  overflow: hidden;
}
.math-fact::after {
  /* accent ring on top */
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--brand-2));
  opacity: 0.85;
}
.math-fact:hover {
  transform: translateY(-4px);
  border-color: rgba(245,158,11,0.35);
  background: var(--bg-card-2);
  box-shadow: 0 18px 40px rgba(245,158,11,0.12);
}
.mf-ico { font-size: 32px; margin-bottom: 14px;
    display:flex;
    justify-content:center;
}
.mf-num {
  font-family: var(--font-h);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #FFD86B 0%, var(--gold) 35%, var(--brand-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 18px rgba(245,158,11,0.22));
}
.mf-l {
  font-size: 16px;
  color: var(--text-muted);
  margin-top: 12px;
  line-height: 1.55;
}

/* Income Journey */
.journey {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 44px 36px 40px;
  margin-bottom: 40px;
  position: relative;
}
.j-title {
  text-align: center;
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 44px;
}
.j-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: relative;
}
/* Connector line runs between avatar edges, not through them */
/*.j-row::before {*/
/*  content: '';*/
/*  position: absolute;*/
  /* bubble≈28px + gap 16px = 44px, avatar starts at 44px, height 80px → center=84px */
/*  top: 84px;*/
  /* left/right inset to the avatar midpoints */
/*  left: calc(12.5% + 40px);*/
/*  right: calc(12.5% + 40px);*/
/*  height: 2px;*/
/*  background: linear-gradient(90deg, var(--brand-1), var(--brand-2), var(--success));*/
/*  opacity: 0.45;*/
/*  border-radius: 2px;*/
/*  z-index: 0;*/
/*}*/
.j-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.j-step .hf-arw {
    position: absolute;
    right: -45px;
    top: 44%;
    bottom: 0;
    margin: auto;
    height: 100%;
    animation: arrowMove 1.5s ease-in-out infinite;
}
.j-bubble {
  font-size: 14px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 8px;
  background: rgba(119,26,255,0.1);
  border: 1px solid rgba(119,26,255,0.28);
  color: var(--brand-2);
  margin-bottom: 16px;
  position: relative;
  white-space: nowrap;
}
.j-bubble::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: rgba(119,26,255,0.1);
  border-right: 1px solid rgba(119,26,255,0.28);
  border-bottom: 1px solid rgba(119,26,255,0.28);
}
.j-bubble-green {
  background: rgba(16,185,129,0.12);
  border-color: rgba(16,185,129,0.32);
  color: var(--success);
}
.j-bubble-green::after {
  background: rgba(16,185,129,0.12);
  border-right-color: rgba(16,185,129,0.32);
  border-bottom-color: rgba(16,185,129,0.32);
}
.j-bubble-gold {
  background: rgba(245,158,11,0.14);
  border-color: rgba(245,158,11,0.34);
  color: var(--gold);
}
.j-bubble-gold::after {
  background: rgba(245,158,11,0.14);
  border-right-color: rgba(245,158,11,0.34);
  border-bottom-color: rgba(245,158,11,0.34);
}
/* Avatar: opaque solid bg so connecting line stays behind */
.j-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: var(--t-base);
  cursor: default;
  position: relative;
  z-index: 2;
}
.j-step:hover .j-avatar {
  transform: scale(1.1);
  box-shadow: 0 10px 28px rgba(119,26,255,0.35);
}
/* Filled, opaque avatar backgrounds */
.j-a1 { border-color: rgba(119,26,255,0.6); background: #3a1280; color: rgba(180,150,255,0.95); }
.j-a2 { border-color: rgba(240,114,175,0.6); background: #5a1842; color: rgba(255,180,220,0.95); }
.j-a3 { border-color: rgba(16,185,129,0.6);  background: #064830; color: rgba(100,230,180,0.95); }
.j-a4 { border-color: rgba(245,158,11,0.7);  background: #4a2d00; color: rgba(255,210,100,0.95); transform: scale(1.06); }
.j-name {
  font-family: var(--font-h);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.j-desc {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.5;
}
.j-when {
  font-size: 14pxpx;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--brand-2);
  margin-top: 8px;
}

/* Milestone Cards */
.milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ms {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 30px 28px;
  transition: var(--t-base);
}
.ms:hover {
  transform: translateY(-5px);
  background: var(--bg-card-2);
}
.ms-green:hover { border-color: rgba(16,185,129,0.35); }
.ms-orange:hover { border-color: rgba(240,114,175,0.35); }
.ms-gold:hover { border-color: rgba(245,158,11,0.35); }

.ms-card {
  position: relative;
  max-width: 360px;
  width:100%;
  padding: 24px;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;

  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.08);
}

/* ✨ Glow Layer */
.ms-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  z-index: -1;
  filter: blur(20px);
  opacity: 0.5;
}

.ms-green {
  border-color: rgba(0,255,150,0.4);
}
.ms-green::before {
  background: linear-gradient(-60deg, #00ff9582, transparent);
}

/* BLUE */
.ms-blue {
  border-color: rgba(0,180,255,0.4);
}
.ms-blue::before {
  background: linear-gradient(-60deg, #00cfff80, transparent);
}
/* YELLOW */
.ms-yellow {
  border-color: rgba(255,200,0,0.4);
}
.ms-yellow::before {
  background: linear-gradient(-60deg, #ffd00080, transparent);
}
.ms-blue .ms-amount{
  color:#00B9EF;
}
.ms-yellow .ms-amount{
  color:#E9C100;
}
.ms-green .ms-amount{
  color:#11F376;
}
.ms-emoji { font-size: 30px; margin-bottom: 14px; }
.ms-amount {
  font-family: var(--font-h);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.ms-amount span {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-muted);
}
.ms-green .ms-amount { color: var(--success); }
.ms-orange .ms-amount { color: var(--brand-2); }
.ms-gold .ms-amount { color: var(--gold); }
.ms-blue .ms-amount{
  color:#00B9EF;
}
.ms-yellow .ms-amount{
  color:#E9C100;
}
.ms-green .ms-amount{
  color:#11F376;
}
.ms-when {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: capitalize;
    color: #e9e9e9;
    margin-bottom: 14px;
}
.ms-bar {
  background: rgba(255,255,255,0.06);
  border-radius: var(--r-pill);
  height: 7px;
  overflow: hidden;
  margin-bottom: 14px;
}
.ms-fill {
  height: 100%;
  border-radius: var(--r-pill);
}
.ms-green .ms-fill { background: linear-gradient(
  135deg,
  #053d26 0%,
  #0a7a4a 25%,
  #0EEC74 50%,
  #4fff9c 70%,
  #b8ffd9 85%,
  #0EEC74 100%
); }
.ms-orange .ms-fill { background: linear-gradient(135deg, #006C91 0%, #009FD5 50%, #33CFFF 100%) }
.ms-gold .ms-fill { background: linear-gradient(
  135deg,
  #5c4700 0%,
  #8a6d00 20%,
  #ecc400 45%,
  #ffd84d 60%,
  #fff3a3 75%,
  #ecc400 100%
); }

.ms p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.ms-meta {
    font-size: 14px;
    color: #e9e9e9;
    border-top: 1px solid var(--border);
    padding-top: 12px;
}

/* ══════════════════════════════════════════════════════════
   PERFECT FOR YOU IF — marketer cards (JV style)
   ══════════════════════════════════════════════════════════ */
.marketer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.marketer-card {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--r-lg);
  padding: 50px 24px 50px;
  transition: var(--t-base);
  box-shadow: var(--shadow-light-md);
  position: relative;
  overflow: hidden;
}
.marketer-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base);
  border-radius: 0 0 3px 3px;
}
.marketer-icon {
    margin-bottom: 25px;
}
.marketer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(119,26,255,0.22);
  box-shadow: 0 22px 56px rgba(119,26,255,0.13);
}
.marketer-card:hover::before { transform: scaleX(1); }
.marketer-icon img {
    height:92px;
    margin-bottom:15px;
}

.marketer-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  color: var(--light-text);
}
.marketer-card p {
  font-size: 16px;
  color: var(--light-muted);
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   STACK — Value Stack
   ══════════════════════════════════════════════════════════ */
.stack-box {
  max-width: 980px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid rgba(119,26,255,0.22);
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: 0 20px 60px rgba(119,26,255,0.1);
}
.stack-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.stack-item:last-of-type { border: none; }
.stack-tick {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--success), #059669);
  color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  margin-top: 2px;
  box-shadow: 0 4px 14px rgba(16,185,129,0.25);
}
.stack-i-body { flex: 1; }
.stack-i-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
  margin-right:18px;
}
.stck-big {
    margin-right: 8px;
}
.stack-i-row h4 { font-size: 18px; }
.stack-val {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(240,114,175,0.08);
    border: 1px solid rgba(240,114,175,0.2);
    padding: 5px 10px;
    border-radius: var(--r-pill);
    background: rgba(89, 29, 55, 1);
}
.stack-i-body p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 80%;
}

.stack-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 2px dashed var(--border);
  flex-wrap: wrap;
  gap: 20px;
}
.stack-total-l {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.stack-total-old {
  font-family: var(--font-h);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-dim);
  text-decoration: line-through;
}
.stack-total-r {
    text-align: right;
    background: linear-gradient(270deg, #EC70B1 0%, #A53BE1 100%);
    padding: 20px 40px;
    border-radius: 10px;
    text-align: center;
}
.stack-total-now {
  font-family: var(--font-h);
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  text-align:center;
}
.stack-total-l{
    color:#fff;
}
.hf-stck-log {
    max-width: 161px;
    width: 100%;
    margin-bottom: 10px;
}

.stck-outr-icon {
    position: absolute;
    right: -50px;
    top: -50px;
}
/* ══════════════════════════════════════════════════════════
   PRICING — Get Access  (highly highlighted, distinct bg)
   ══════════════════════════════════════════════════════════ */
.section-pricing {
  position: relative;
  background:
    radial-gradient(900px 700px at 50% -10%, rgba(119,26,255,0.38), transparent 60%),
    radial-gradient(700px 500px at 10% 80%, rgba(119,26,255,0.22), transparent 65%),
    radial-gradient(700px 500px at 90% 80%, rgba(240,114,175,0.22), transparent 65%),
    linear-gradient(180deg, #0A0716 0%, #06040F 100%);
  border-top: 1px solid rgba(119,26,255,0.22);
  border-bottom: 1px solid rgba(119,26,255,0.16);
}
.section-pricing::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 20%, transparent 75%);
          mask-image: radial-gradient(ellipse 80% 80% at 50% 40%, #000 20%, transparent 75%);
  opacity: 0.45;
  pointer-events: none;
}
.pricing-h {
  font-size: clamp(2.4rem, 5.4vw, 4.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.02 !important;
}
.price-card {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid rgba(119,26,255,0.45);
  border-radius: var(--r-lg);
  padding: 52px 42px;
  text-align: center;
  box-shadow:
    0 0 0 1px rgba(119,26,255,0.15),
    0 30px 80px rgba(119,26,255,0.40),
    0 60px 120px rgba(240,114,175,0.18);
}
.price-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  padding: 1px;
  background: var(--brand);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.price-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 22px;
  border-radius: var(--r-pill);
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(119,26,255,0.4);
}
.price-name {
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.price-was {
  font-size: 14px;
  color: var(--text-dim);
  text-decoration: line-through;
  margin-bottom: 8px;
}
.price-now {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 14px;
}
.price-cur {
  font-family: var(--font-h);
  font-size: 36px;
  font-weight: 700;
  color: var(--brand-2);
  align-self: flex-start;
  margin-top: 14px;
}
.price-num {
  font-family: var(--font-h);
  font-size: 84px;
  font-weight: 800;
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 0.95;
}
.price-once {
  font-size: 16px;
  color: var(--text-muted);
  margin-left: 4px;
}
.price-save {
  display: inline-block;
  background: rgba(16,185,129,0.14);
  border: 1px solid rgba(16,185,129,0.28);
  color: var(--success);
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 30px;
}
.price-list {
  list-style: none;
  text-align: left;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: var(--text);
}
.pl-tick {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--success), #059669);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 11px;
  flex-shrink: 0;
}
.price-secure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  font-size: 12.5px;
  color: var(--text);
}
.price-secure span:nth-child(even) { color: var(--text); }

/* ══════════════════════════════════════════════════════════
   GUARANTEE — Clean white background
   ══════════════════════════════════════════════════════════ */
.section-guar {
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.guar-bg { display: none; }          /* hide dark glow on white bg */
.guar-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 56px;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid rgba(16,185,129,0.22);
  border-radius: var(--r-xl);
  padding: 56px 60px;
  margin: 0 auto;
  box-shadow:
    0 2px 12px rgba(11,6,24,0.06),
    0 24px 64px rgba(16,185,129,0.1);
}
.guar-wrap::before {
  content: '';
  position: absolute;
  inset: -1.5px;
  border-radius: var(--r-xl);
  padding: 1.5px;
  background: linear-gradient(135deg, rgba(16,185,129,0.4), rgba(119,26,255,0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.guar-badge-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.guar-badge {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #1f8a5f, #0f5132);
  border: 6px solid rgba(16,185,129,0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 20px 50px rgba(16,185,129,0.35),
    inset 0 -8px 24px rgba(0,0,0,0.35),
    inset 0 4px 10px rgba(255,255,255,0.18);
}
.guar-badge::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.4);
  pointer-events: none;
}
.guar-shield {
  color: #fff;
  margin-bottom: -4px;
}
.guar-30 {
  font-family: var(--font-h);
  font-size: 56px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-top: -4px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.guar-day {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.92);
  margin-top: 2px;
}
.guar-stamp {
  font-family: var(--font-h);
  font-size: 14px;
  font-weight: 800;
  color: var(--success);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.guar-content { padding: 4px 0; }
.guar-content h2 { margin-bottom: 16px; color: var(--light-text); }
.guar-content p {
  font-size: 16px;
  color: var(--light-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.guar-strong {
  font-family: var(--font-h);
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--success) !important;
  margin-top: 6px !important;
}
.guar-end {
  font-style: italic;
  color: var(--light-text) !important;
}
.guar-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--light-border);
}
.guar-point {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--light-text);
}
.guar-point span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(16,185,129,0.14);
  color: var(--success);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.section-guar .section-tag { color: var(--success); border-color: rgba(16,185,129,0.25); background: rgba(16,185,129,0.08); }

/* ══════════════════════════════════════════════════════════
   PROOF GRID
   ══════════════════════════════════════════════════════════ */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.proof-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: var(--t-base);
}
.proof-card:hover {
  transform: translateY(-4px);
  border-color: rgba(119,26,255,0.3);
  background: var(--bg-card-2);
}
.stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.quote {
  font-size: 16px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 22px;
  flex: 1;
}
.who-row {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.who-avt {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 800;
  font-size: 13px;
  color: #fff;
}
.who-name {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.who-meta {
  font-size: 14px;
  color: var(--text-dim);
  margin-top: 1px;
}
.who-tag {
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: rgba(16,185,129,0.14);
  color: var(--success);
  border: 1px solid rgba(16,185,129,0.25);
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════
   FAQ
   ══════════════════════════════════════════════════════════ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: var(--light-card);
  border: 1px solid var(--light-border);
  border-radius: var(--r-md);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color var(--t-fast);
}
.faq-item:hover { border-color: rgba(119,26,255,0.2); }
.faq-item.open {
  border-color: rgba(119,26,255,0.3);
  box-shadow: 0 6px 24px rgba(119,26,255,0.08);
}

.faq-q {
  width: 100%;
  text-align: left;
  padding: 18px 24px;
  background: transparent;
  font-family: var(--font-h);
  font-size: 18px;
  font-weight: 600;
  color: var(--light-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: var(--t-fast);
  cursor: pointer;
  line-height: 1.4;
}
button:focus-visible{
    outline:none;
    box-shadow:none;

}
.faq-q:hover { background: rgba(119,26,255,0.03); }
.faq-ic {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-1);
  font-size: 0;
  flex-shrink: 0;
  transition: transform var(--t-base), background var(--t-base), color var(--t-base);
}
.faq-ic::before,
.faq-ic::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform var(--t-base);
}
.faq-ic::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.open .faq-ic {
  transform: rotate(45deg);
  background: var(--brand);
  color: #fff;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-base), padding var(--t-base);
  padding: 0 24px;
}
.faq-item.open .faq-a {
  max-height: 360px;
  padding: 0 24px 22px;
}
.faq-a p {
  font-size: 16px;
  color: var(--light-muted);
  line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════
   FINAL CTA
   ══════════════════════════════════════════════════════════ */
.section-final {
  position: relative;
  text-align: center;
  padding: 110px 0;
  overflow: hidden;
}
.section-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 30% 50%, rgba(119,26,255,0.18), transparent 65%),
    radial-gradient(ellipse 50% 60% at 70% 50%, rgba(240,114,175,0.18), transparent 65%);
  pointer-events: none;
}
.section-final > .container { position: relative; }
.final-h { margin-bottom: 18px; }
.final-sub {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 36px;
}
.final-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  font-size: 13px;
  color: var(--text-muted);
}
.final-trust span:nth-child(even) { color: var(--text-dim); }

/* ══════════════════════════════════════════════════════════
   IMPORTANT DISCLAIMER + FOOTER
   ══════════════════════════════════════════════════════════ */
.disclaimer {
  background: #050308;
  padding: 80px 0 50px;
  border-top: 1px solid var(--border);
  position: relative;
}
.disclaimer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(119,26,255,0.4), rgba(240,114,175,0.4), transparent);
}

/* Centered title */
.disc-title {
  text-align: center;
  font-family: var(--font-h);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 32px;
}

/* Disclaimer paragraph block */
.disc-text {
  max-width: 1080px;
  margin: 0 auto 56px;
  text-align: center;
}
.disc-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.disc-text p:last-child { margin-bottom: 0; }

/* Brand Promo Box */
.disc-promo {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 44px;
  border: 1px solid rgba(119,26,255,0.22);
}
.disc-promo-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 20% 50%, rgba(119,26,255,0.22), transparent 70%),
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(240,114,175,0.16), transparent 70%),
    linear-gradient(135deg, #0d0a1d 0%, #0a081a 100%);
  z-index: 0;
}
.disc-promo-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 56px 40px;
}
.disc-promo-brand {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}
.disc-promo-brand img {
  height: 56px;
  width: auto;
  filter: drop-shadow(0 6px 24px rgba(119,26,255,0.35));
}
.disc-promo-copy {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
}
.disc-promo-copy strong {
  color: #fff;
  font-weight: 700;
  background: var(--brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Bottom: copyright + links */
.disc-bottom {
  text-align: center;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.disc-copy {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 14px;
  line-height: 1.7;
}
.disc-copy a {
  color: var(--text);
  font-weight: 600;
  transition: color var(--t-fast);
}
.disc-copy a:hover { color: var(--brand-2); }
.disc-heart {
  color: #ef476f;
  display: inline-block;
  font-size: 13px;
  transform: translateY(1px);
}

.disc-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.disc-links a {
  font-size: 14px;
  color: var(--text-dim);
  transition: color var(--t-fast);
  padding: 4px 6px;
}
.disc-links a:hover { color: var(--brand-2); }
.disc-sep {
  color: rgba(255,255,255,0.18);
  font-size: 13px;
  user-select: none;
}

/* ══════════════════════════════════════════════════════════
   STICKY BOTTOM BAR
   ══════════════════════════════════════════════════════════ */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  z-index: 80;
  background: rgba(8,6,15,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(119,26,255,0.22);
  transform: translateY(100%);
  transition: transform var(--t-base);
  padding: 12px 0;
}
.sticky-bar.show { transform: translateY(0); }
.sb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sb-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font-h);
}
.sb-text strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.sb-text span {
  font-size: 12.5px;
  color: var(--text-muted);
  font-weight: 400;
}
.sb-btn { font-size: 13px; padding: 10px 20px; }

/* ══════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ══════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hf-center-mob{
    display:none;
}
/*bonus css start*/
.rec_problem_wrapper {
  background-image: url(../images/checks_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 1px solid #EBDAEE;
  box-shadow: 0px 0px 30px 0px #6C45970F;
  background: #FFFFFF;
      display: flex;
    gap: 30px;
    align-items: center;
    padding: 30px;
    min-height: 209px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-radius:20px;
}
.rec_problem_wrapper h5 {
  background: var(--brand);
  width: fit-content;
  line-height: normal;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 15px;
  font-family: "Google Sans", sans-serif;
}
.rec_problem_imgs {
  text-align: center;
}
.rec_problem_wrapper .geo_problem_imgs img {
  margin: 0;
}
.rec_problem_wrapper img {
  margin-bottom: 40px;
  min-height: 130px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
/*.rec_problem_wrapper:hover img {*/
/*animation:iconBounce .45s ease;}*/
/*@keyframes iconBounce{*/
/*  0%{transform:scale(1);}*/
/*  35%{transform:scale(1.1) rotate(-5deg);}*/
/*  65%{transform:scale(.94) rotate(3deg);}*/
/*  100%{transform:scale(1);}*/
/*}*/
.rec_problem_wrapper h4 {
     margin: 12px 0 10px;
    font-size: 20px;
    font-weight: 700;
}
.rec_problem_wrapper.flex img {
  margin-bottom: 0;
  min-height: auto;
}
.bonus-sect .row{
    max-width:950px;
    width:100%;
    margin:0 auto;
}
.bonus-val-tag {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    color: #059669;
    background: rgba(5,150,105,0.08);
    border: 1px solid rgba(5,150,105,0.22);
    border-radius: var(--r-pill);
    padding: 4px 12px;
    margin-top: 15px;
    letter-spacing: 0.03em;
    width: fit-content;

}
.row > div:last-child .rec_problem_wrapper{
  margin-bottom: 0;
}
.rec_howtwo_section .rec_problem_wrapper::after {
  /* position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, #d7e4ff 0%, #f5f9ff 100%);
  z-index: -1;
  border-radius: 20px; */
}
.rec_howtwo_section .rec_problem_wrapper.flex h4 {
  margin: 12px 0 10px;
}
.bonus-total-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(119,26,255,0.07), rgba(240,114,175,0.05));
    /* border: 1px solid rgba(119,26,255,0.2); */
    border-radius: var(--r-lg);
    padding: 36px 36px;
    gap: 16px;
    flex-wrap: wrap;
    background: url(./assets/opt-bg.webp);
    background-repeat:no-repeat;
    background-size:cover;

}
.bonus-total-left, .bonus-total-right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bonus-total-right {
    align-items: flex-end;
}
.bonus-total-value {
    font-size: 30px;
    font-weight: 900;
    /* font-family: var(--font-h); */
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.bonus-total-free-tag {
    font-size: 16px;
    color: #16f9f0;
    font-weight: 700;
    margin-top: 5px;
}
.bonus-total-label {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
}
.bonus-total-sub {
    font-size: 16px;
    color: #ededed;
}
/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
   @media (max-width: 1500px) {
       .hero-main-side,.hero-main-side-right,.hero-main-side-btm,.hero-main-side-right-btm{
           max-width:200px;
       }
       .hero-main-side-btm,.hero-main-side-right-btm{
           bottom:0;
       }
       .stack-grid{
           grid-template-columns:1fr auto 1fr;
           margin-top:0;
           margin-bottom:0;
       }
       .stack-bad-img,.stack-good-img{
           display:none;
       }
       .stack-grid::before,.stack-grid::after{
           display:none;
       }
       .step4 .hf-arw{
           display:none;
       }
   }
@media (max-width: 1199px) {
#hero .hero-h1 {
    font-size: 60px;
}
}
@media (max-width: 1100px) {
  .marketer-grid { grid-template-columns: repeat(3, 1fr); }
  .intro-split { gap: 36px; }
}
@media (max-width: 1024px) {
  .section { padding: 80px 0; }

  .pain-grid { grid-template-columns: 1fr 1fr; }

  .stack-grid { grid-template-columns: 1fr; gap: 18px; }
  .stack-vs { margin: 0 auto; }

  .ptotal { padding: 28px; gap: 22px; }
  .ptotal-l h3 { font-size: 17px; }

  .steps4 { grid-template-columns: 1fr 1fr; }
  .steps4-line { display: none; }

  /*.feat-grid-2 { grid-template-columns: 1fr; }*/


  .math-facts { grid-template-columns: 1fr 1fr; }
  .j-row { grid-template-columns: 1fr 1fr; gap: 32px; }
  .j-row::before { display: none; }


  .marketer-grid { grid-template-columns: 1fr 1fr; }

  .proof-grid { grid-template-columns: 1fr 1fr; }

  .guar-wrap { grid-template-columns: 1fr; gap: 36px; padding: 40px 32px; text-align: center; }
  .guar-points { align-items: flex-start; text-align: left; }

  /* intro split → stacked on tablet */
  .intro-split { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { max-width: 100%; }
  .intro-visual { max-width: 600px; margin: 0 auto; }
  .ptable thead th, .ptable td { padding: 12px 14px; }
  .pt-th-c,.ptable thead th { font-size: 12px !important; }
}
@media(max-width: 991px){
    .rec_problem_wrapper.flex {
        min-height: auto;
        flex-direction: column;
    }
    .rec_problem_wrapper {
            padding: 40px 20px;
            min-height: auto;
            text-align: center;
        }
        .rec_problem_wrapper h5 {
        margin: auto;
    }
    .hf-introduction{
        grid-template-columns:1fr
    }
    .hf-right-side .hf-tag-wrapper{
        margin-left:auto;
        margin-right:auto;
    }
    .hf-right-side .hf-tag-wrapper{
        margin-left:auto;
        margin-right:auto;
    }
    .hf-left-side .hf-tag-wrapper{
        margin-left:auto;
        margin-right:auto;
    }
    .hf-left-side, .hf-right-side{
        gap:20px
    }
    .feat-grid-2 {
        grid-template-columns: 1fr;
    }
    .hf-arw{
        display:none;
    }
    #hero .hero-h1{
             font-size: 45px;
        line-height: 1.3;
    }
    .hero-sub{
        font-size:16px;
    }
    .hero-sub br{
        display:none;
    }
    .hf-arrow{
        display:none;
    }
    .hero-flow{
        gap:10px;
    }
    .hf-desc{
        font-size:12px;
    }
    .stack-i-row{
        margin-right:0;
    }
    .stact-color{
        display:none;
    }
    .hero_banner_watch_vector{
        display:none;
    }
    .hf-center{
        display:none;
    }
    .hf-center-mob{
        display:block;
    }
    .hero-main-side, .hero-main-side-right, .hero-main-side-btm, .hero-main-side-right-btm {
        max-width: 160px;
    }
    .announce-inner{
        justify-content:center;
    }
    .hf-tag-wrapper{
        animatin:unset
    }
    .feat-grid-2 > *:last-child:nth-child(odd) {
        grid-column:unset;
        justify-self: center;
        width: 100%;
    }
    .announce {
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 10px;
    }
}


@media (max-width: 720px) {
.offer-close {
    top: -10px;
    right: -5px;
    font-size: 18px;
    background: rgb(55 10 26);
}
    #hero .hero-h1 br{
        display:none;
    }
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 44px; }

  .brand-logo { height: 30px; }

   .announce-inner { gap: 8px; }

  /* hero: less top padding on mobile since logo is smaller */
  #hero { padding: 90px 0 70px; }
  .hero-flow { gap: 8px; }
  .hf-arrow { display: none; }
  .hf-card { min-width: 0; flex: 1 1 100%; }
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn { width: 100%;
      font-size:22px;
  }
  .hero-cta-primary {
    min-width:unset;
    padding:10px 25px;
  }
  .stck-outr-icon {
    position: absolute;
    right: -10px;
    top: -10px;
}
  .stck-outr-icon img{
      width:62px;
      height:62px;
  }

  .pain-grid { grid-template-columns: 1fr; }

  /* Platforms table → card view */


  .steps4 { grid-template-columns: 1fr; gap: 34px; }

  /* feature rows: collapse icon into single column */
  .feat-grid-2 { grid-template-columns: 1fr; }
  .feat-row { grid-template-columns: 52px 1fr; padding: 20px 20px; gap: 16px; }
  .feat-hero-row { grid-template-columns: 64px 1fr; padding: 24px 20px; }
  .feat-hero-row h3 { font-size: 20px; }
  .feat-icon { width: 48px; height: 48px; }
  .feat-icon-lg { width: 60px; height: 60px; }

  .math-facts { grid-template-columns: 1fr 1fr; }
  .journey { padding: 30px 20px; }
  .j-row { grid-template-columns: 1fr 1fr; gap: 24px; }
  .j-avatar { width: 64px; height: 64px; }

  .marketer-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr; }

  .stack-box { padding: 28px 22px; }
  .stack-total-row { flex-direction: column; gap: 16px; align-items: flex-start; }
  .stack-total-r { text-align: left; }
  .stack-total-now { font-size: 48px; }

  .price-card { padding: 38px 24px; }
  .price-num { font-size: 64px; }
  .price-cur { font-size: 28px; margin-top: 10px; }

  .guar-wrap { padding: 32px 22px; }
  .guar-badge { width: 170px; height: 170px; }
  .guar-30 { font-size: 44px; }

  .intro-quote { font-size: 17px; }

  .sb-text strong { font-size: 13px; }
  .sb-text span { font-size: 11px; }
  .sb-btn { padding: 9px 16px; font-size: 12px; }
  .stact-color{
      display:none;
  }
  .ms-card{
      margin:0 auto;
  }
    .milestones { grid-template-columns: 1fr; }
        .story-grid {
        grid-template-columns: 1fr;
    }
    .hero-main-side, .hero-main-side-right, .hero-main-side-btm, .hero-main-side-right-btm {
   display:none;
}
.step4{
    margin:0 auto;
}
.final-h br{
    display:none;
}
}
@media (max-width:575px){
  .eyebrow {
    font-size: 14px;
  }
  .step4{
      margin:0 auto;
  }
  .story-tag{
      width:fit-content;
  }
  #hero .hero-h1 {
    font-size: 30px;
    word-spacing: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
  .stack-i-row h4 {
    font-size: 15px;
}
  .section-head h2{
      font-size:30px !important;
  }

  .section-head h2 br{
      display:none;
  }
  span.head-box svg{
      display:none;
  }
  .hero-sub{
      font-size:14px;
  }
  .hero_banner_watch_vector{
      display:none;
  }
  .section-sub{
      font-size:16px;
  }.ptotal .btn-primary {
    font-size: 16px;
    padding: 8px 15px;
}
.pain-card h3{
    font-size:16px;
}
.pain-card p{
    font-size:14px;
}
.stack-total-num{
    font-size:32px;
}
.m-item{
    width:170px;
    height:66px;
}
.hf-left-side .hf-tag-wrapper,.hf-right-side .hf-tag-wrapper{
    min-width:unset;
}
.hf-tag{
    font-size:15px;
}
.story-foot{
   grid-template-columns:1fr;
}
.hero-cta-primary{
    font-size:20px;
}
.rec_btn{
    font-size:16px;
    padding:10px 15px;
}
.hero-cta-row .btn{
    font-size:18px;
}
 .btn-primary svg{
     width:30px !important;
     height:30px !important;
 }
 h5.hf-fade-head{
     font-size:15px;
 }
 .watermark{
     top:3px;
 }
 .watermark span {
    font-size:25px;
 }
 .feat-row .feat-image{
     min-height:unset;
 }
 .stack-i-row{
     gap:20px;
 }
 .stack-i-body p {
    max-width:100%;
    margin-top:15px;

 }
 .section-tag-premium{
     padding:8px 15px;
 }
 .feat-row p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 880px;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
.jv_pricing_box ul li {
    padding: 16px 10px 16px 20px;
}

.step4{
    margin:0 auto;
}
.hf-tag-wrapper{
    animation:unset;
}
.hero-sub .br{
    display:none;
}
.step4 h3{
    margin-bottom:5px;
}
.feat-body p .br{
    display:none;
}
.stack-item {
    padding:24px 0;
}
br{
    display:none;
}
.annc-text {
    flex-wrap: wrap;
    justify-content: center;
}
.announce {
    left: 10px;
    right: 10px;
    bottom: 10px;
    transform: translate3d(18px, 118%, 0);
}
.announce-text {
     font-size: 12.5px;
word-break:break-word;
line-height:unset;

}
.feat-grid-2 > *:last-child:nth-child(odd) {
     grid-column: unset;
    justify-self: center;
     width: 100%;
}
.bonus-total-right{
     align-items: flex-start;
}
.jv_pricing_box ul li p{
    font-size:14px;
}
}

@media (max-width: 480px) {
  #hero { padding: 60px 0 60px; }
  .math-facts { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }
  .marketer-grid { grid-template-columns: 1fr; }
  .j-row { grid-template-columns: 1fr; gap: 28px; }
  .feat-row { grid-template-columns: 1fr; }
  .feat-row .feat-icon { display: none; }
  .faq-q {
    font-size:15px;
  }
}
@media (max-width: 420px){
     .btn-primary svg{
         display:none;
     }
    #hero .hero-h1 {
    font-size: 26px;
    word-spacing: 0;
        margin: 10px 0 16px;
}
.jv_pricing_box ul li p{
    font-size:14px;
}

.nav-coupon-code{
    font-size:11px
    ;
}
/*.hero-inner{*/
/*    margin-top:0;*/
/*}*/
.hero-sub br{
    display:none;
}
.hf-title{
    font-size:16px;
}
.eyebrow {
        font-size: 12px;
        padding:10px 15px;

}
.nav-inner{
    margin-top:unset;
}
}
.jv_pricing_box {
    background: var(--white-color);
    position: relative;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}
.jv-pric-prod {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.jv-main-pric-box{
    border-radius: 20px;
    padding: 0 10px 30px;
    background: linear-gradient(180deg, #4827FC 10.87%, #DC49FF 100%);
    position: relative;
    z-index: 9;
}
.jv-pric-logo {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 290px;
}
.jv_pricing_header {
  background-image: url(./assets/pricing-header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 30px 0px 35px 0px;
  position: relative;
  margin: 0 0px;
}
.jv_most_popular .jv_pricing_header {
  background-image: url(./assets/pric-bg.png);
  box-shadow: 0px 26px 30px 0px rgba(117, 51, 199, 0.6);
  z-index: 1;
  position: relative;
  text-align: center;
}
.jv_most_popular .jv_pricing_header:after {
  position: absolute;
  content: "";
  max-width: 388px;
  height: 228px;
  width: 100%;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, #3581ff 0%, #116bff 100%);
box-shadow: 0px 26px 30px 0px rgba(110, 48, 253, 1);
  z-index: -1;
  margin: auto;
  border-radius: 20px;
  opacity: 0;
}
.jv_pricing_table_heading {
  min-height: 44px;
  padding: 5px 30px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #09090b;
  background: linear-gradient(
    89.09deg,
    rgba(40, 135, 255, 0.06) -4.43%,
    rgba(34, 207, 255, 0.06) 40.29%,
    rgba(255, 209, 6, 0.06) 62.12%,
    rgba(255, 106, 53, 0.06) 106.32%
  );
  position: relative;
  font-family: "Google Sans", sans-serif;
}
.jv_pricing_table_heading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 60px;
  border: 1px solid transparent;
  background: linear-gradient(
      89.09deg,
      #2887ff -4.43%,
      #22cfff 40.29%,
      #ffd106 62.12%,
      #ff6a35 106.32%
    )
    border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.jv_most_popular .jv_pricing_table_heading {
    background: #fff900;
    display: inline-flex;
}
.jv_most_popular .jv_pricing_table_heading::before {
  display: none;
}
.jv_pricing_price {
  font-size: 80px;
  font-weight: 700;
  gap: 15px;
  margin: 10px 0 0px 0;
}
.jv_pricing_price > span {
  font-size: 40px;
  color: rgb(9, 9, 11, 0.2);
  text-decoration: line-through;
}
.jv_pricing_header p {
  font-size: 20px;
  font-weight: 400;
  color: #09090b;
}
.jv_pricing_box ul {
    padding: 20px 0px 0 0px;
    margin-bottom: 20px;
}
.jv_pricing_box ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding: 16px 10px 16px 30px;
}
.jv_pricing_box ul li:nth-child(even) {
  background: #f5f5f5;
}
.jv_pricing_box ul li img {
  flex: none;
}
.jv_pricing_box ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #09090b;
}
.jv_pricing_pymnt_btn {
  text-align: center;
  padding: 20px 0 15px;
}
.jv_price_popular_tag {
  min-height: 38px;
  background: #c3ff00;
  border-radius: 60px;
  padding: 5px 15px;
  gap: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.jv_price_popular_tag > span {
  font-size: 12px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
}
.jv_most_popular .jv_pricing_price > span {
  color: rgb(255, 255, 255, 0.2);
}
.jv_most_popular .jv_pricing_price,
.jv_most_popular .jv_pricing_header p,
.jv_pricing_box.jv_most_popular ul li p {
  color: var(--white-color);
}
.jv_pricing_box.jv_most_popular ul li:nth-child(even) {
  background: #f5f5f51a;
}
.jv_perfect_for {
  background: linear-gradient(180deg, #2b7bff 0%, #116bff 91.23%);
  border-radius: 20px;
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
}
.jv_perfect_for > p {
  min-height: 30px;
  background: #fff600;
  border-radius: 60px;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  line-height: normal;
  position: absolute;
  top: -15px;
  left: 40px;
}
.jv_pricing_box.jv_most_popular .jv_perfect_for ul {
  padding-top: 0;
}
.jv_pricing_box.jv_most_popular .jv_perfect_for ul li {
  background: transparent;
}
.jv_pricing_box.jv_most_popular .jv_perfect_for ul li:nth-child(odd) {
  background: #f5f5f51a;
}
.jv_most_popular::before {
  content: "";
  background: transparent;
  border: 2px solid var(--brand-1);
  border-radius: 28px;
  position: absolute;
  top: 20px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  pointer-events: none;
}
/* Pricing Plan */
.jv-main-pric-box a.btn.btn-primary.btn-block.btn-xl.hero-cta-primary {
    width: 100%;
    display: flex;
}
.hero-b-img{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top:20px;
}
.hero_banner_watch_vector {
    position: absolute;
    left: -13%;
    top: 10%;
    animation: geoWatchZigZag 3s ease-in-out infinite alternate;
    will-change: transform;
    z-index: 9999;
}
.ms-emoji img {
    height: 90px;
}
@keyframes geoWatchZigZag {
  0% {
    transform: translate(0, 0);
  }
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* header section css start */
.rec-header-wrapper {
  padding: 15px 0;
  background-color: #fdfaff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  box-shadow: 0px 0px 50px 0px rgb(206 165 224 / 25%);
}
.rec-header-wrapper.rec-header-fixed {
  transition: 0.3s;
}
.rec-header-wrapper .container {
  max-width: 1750px;
}
.rec-navbar-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  gap:10px
}
.ma_toggle_btn {
  display: none;
}
.rec-brand-logo  img {
  max-width: 285px;
  max-height: 50px;
  object-fit: contain;
  width:100%;
}

.rec-navbar-menu ul li {
  display: inline-block;
  margin-right: 70px;
}

.rec-navbar-menu ul li:last-child {
  margin-right: 0;
}

.rec-navbar-menu ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.rec-navbar-menu ul li a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  margin: auto;
  background: #116bff;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.rec-navbar-menu ul li a:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.rec-navbar-menu ul li a:hover {
  color: var(--primary-color);
}
.rec_features_section .rec_problem_wrapper {
    border: 1px solid transparent;
}
.rec_features_section .rec_problem_wrapper:hover {
    transform: translateY(-5px) ;
    border-color: rgba(99, 118, 255, .42);
    box-shadow: 0 24px 60px rgba(99, 118, 255, .18), 0 6px 16px rgba(0, 0, 0, .06);
}
.flagship {
    overflow: hidden;
}
.flagship:hover::before {
    left: 140%;
    transition: left .65s ease;
}
.flagship::before {
    content: '';
    position: absolute;
    top: 0;
    left: -70%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    pointer-events: none;
    z-index: 1;
    transition: left 0s;
}

/* ===== Hero logo end ===== */

/* ===== Header scroll reveal ===== */
/* Default: hidden until scrolled past hero midpoint */
.rec-header-wrapper {
  background-color: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Scrolled past hero mid — full header */
.rec-header-wrapper.header-visible {
  background-color: #fdfaff;
  box-shadow: 0px 0px 50px 0px rgb(206 165 224 / 25%);
  opacity: 1;
  pointer-events: auto;
}
@media(max-width:575px){
    .jv_pricing_box ul li p{
        font-size:14px;
    }
}