/* ============================================================
   Therapy Printables Empire — Specialty Edition Sales Page
   Based on PLR Vault template: Navy + Blue/Cyan + Gold + RED CTA
   ============================================================ */

:root {
  /* dark space */
  --ink-darkest:  #05060F;
  --ink-dark:     #0A0E22;
  --ink:          #111634;
  --ink-soft:     #3E4468;
  --ink-mute:     #7C82A8;

  /* electric blue / cyan */
  --blue-deep:    #1B3FB8;
  --blue:         #2F6BFF;
  --blue-bright:  #4C8DFF;
  --cyan:         #22D3EE;
  --cyan-bright:  #5EEAF7;
  --blue-glow:    rgba(47,107,255,.40);

  /* money gold */
  --gold-deep:    #B7891B;
  --gold:         #F4B740;
  --gold-bright:  #FFD066;
  --gold-light:   #FFF0C4;

  /* neutrals */
  --cream:        #F5F7FF;
  --cream-deep:   #E9EDFB;
  --paper:        #FFFFFF;
  --border:       #DEE4F5;
  --border-soft:  #EAEEFA;

  /* support */
  --violet:       #7C3AED;
  --violet-soft:  #A78BFA;
  --green:        #16B981;
  --green-deep:   #0E9268;

  /* high-conversion red/orange */
  --red:          #FF3B47;
  --red-deep:     #E01020;
  --red-darker:   #A50A16;
  --orange:       #FF7A18;

  --shadow-sm:    0 4px 14px rgba(10,14,34,.10);
  --shadow-md:    0 12px 32px rgba(10,14,34,.16);
  --shadow-lg:    0 28px 60px rgba(10,14,34,.28);
  --shadow-blue:  0 14px 36px rgba(47,107,255,.34);
  --shadow-red:   0 12px 30px rgba(255,59,71,.42);

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: "Inter", "Poppins", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  margin: 0;
  padding: 0 0 132px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-deep); text-decoration: none; }
a:hover { color: var(--red-deep); }

h1, h2, h3, h4, h5 {
  font-family: "Poppins", "Inter", sans-serif;
  color: var(--ink-dark);
  letter-spacing: -.01em;
  margin: 0 0 16px;
  font-weight: 800;
}

.container { max-width: 1200px; }
.headline-font { font-family: "Anton", "Poppins", sans-serif; }

/* =========================================================
   STICKY TOP BANNER
   ========================================================= */
.top-banner {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: linear-gradient(90deg, var(--red-deep) 0%, var(--red) 45%, var(--orange) 100%);
  color: #fff;
  padding: 11px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 18px rgba(0,0,0,.25);
  border-bottom: 2px solid rgba(255,255,255,.14);
  font-family: "Inter", sans-serif;
}
.top-banner .tb-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.top-banner .tb-pulse {
  display: inline-block;
  width: 9px; height: 9px;
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,208,102,.7);
  animation: pulse 1.6s infinite;
  margin-right: 6px;
  vertical-align: middle;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,208,102,.75); }
  70%  { box-shadow: 0 0 0 12px rgba(255,208,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,208,102,0); }
}
.top-banner .tb-strike { text-decoration: line-through; opacity: .78; margin-right: 4px; }
.top-banner .tb-price {
  background: var(--gold-bright);
  color: #2A1400;
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: 800;
}
.top-banner .tb-timer {
  background: rgba(0,0,0,.25);
  padding: 3px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: .5px;
}
.top-banner .tb-btn {
  background: #fff;
  color: var(--red-deep);
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.top-banner .tb-btn:hover {
  transform: translateY(-1px);
  color: var(--red-darker);
  box-shadow: 0 6px 16px rgba(0,0,0,.28);
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  background:
    radial-gradient(1100px 620px at 80% -10%, rgba(47,107,255,.30), transparent 60%),
    radial-gradient(820px 600px at -10% 110%, rgba(124,58,237,.24), transparent 60%),
    radial-gradient(700px 500px at 50% 120%, rgba(34,211,238,.14), transparent 60%),
    linear-gradient(160deg, var(--ink-darkest) 0%, var(--ink-dark) 55%, var(--ink) 100%);
  padding: 60px 0 74px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -10% -10% auto auto;
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(76,141,255,.28) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 75%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(76,141,255,.14);
  border: 1px solid rgba(76,141,255,.5);
  color: var(--cyan-bright);
  padding: 8px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-eyebrow i { color: var(--gold-bright); }

.hero-count {
  display: block;
  font-family: "Anton", "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(74px, 13vw, 168px);
  line-height: .86;
  letter-spacing: -.02em;
  margin: 6px 0 2px;
  background: linear-gradient(180deg, #fff 0%, var(--gold-bright) 55%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 6px 40px rgba(255,208,102,.25);
  filter: drop-shadow(0 3px 0 rgba(0,0,0,.25));
}
h1.hero-title {
  font-family: "Anton", "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(30px, 5.4vw, 60px);
  line-height: 1.02;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: .5px;
  text-transform: uppercase;
}
h1.hero-title .accent { color: var(--cyan-bright); }
h1.hero-title .accent2 {
  color: var(--gold-bright);
  -webkit-text-stroke: 0;
}
.hero-titletop {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3.2vw, 34px);
  color: rgba(255,255,255,.92);
  letter-spacing: .3px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.hero-sub {
  font-size: clamp(17px, 2.3vw, 23px);
  color: rgba(255,255,255,.9);
  max-width: 900px;
  margin: 18px auto 20px;
  font-weight: 600;
}
.hero-sub .hl {
  color: var(--ink-darkest);
  background: linear-gradient(120deg, var(--gold-bright), var(--gold));
  padding: 0 8px;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}
.hero-copy {
  font-size: 16.5px;
  color: rgba(255,255,255,.76);
  max-width: 860px;
  margin: 0 auto 26px;
  line-height: 1.75;
}
.hero-copy strong { color: #fff; }
.hero-copy .gold { color: var(--gold-bright); font-weight: 700; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.h-badge {
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13.5px;
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(4px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.h-badge i { color: var(--cyan-bright); }
.h-badge.price {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-red);
}
.h-badge.price i { color: var(--gold-bright); }

.hero-mockup {
  display: block;
  max-width: 940px;
  width: 100%;
  margin: 6px auto 30px;
  border-radius: 14px;
  filter: drop-shadow(0 40px 70px rgba(0,0,0,.6)) drop-shadow(0 0 30px rgba(47,107,255,.22));
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  color: #fff !important;
  padding: 19px 40px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .3px;
  box-shadow: var(--shadow-red);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  border: none;
  text-transform: uppercase;
  font-family: "Poppins", "Inter", sans-serif;
  position: relative;
  animation: cta-bob 2.4s ease-in-out infinite;
}
@keyframes cta-bob {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.btn-cta:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(135deg, var(--red-deep) 0%, var(--red-darker) 100%);
  box-shadow: 0 20px 40px rgba(255,59,71,.5);
  color: #fff !important;
  animation-play-state: paused;
}
.btn-cta .price-tag {
  background: var(--gold-bright);
  color: #2A1400;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
}
.btn-cta.big { font-size: 22px; padding: 22px 46px; }

.hero-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.74);
  font-size: 14px;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust i { color: var(--green); }

/* =========================================================
   MARQUEE / SOCIAL PROOF STRIP
   ========================================================= */
.proof-bar {
  background: var(--ink-darkest);
  border-top: 1px solid rgba(76,141,255,.2);
  border-bottom: 1px solid rgba(76,141,255,.2);
  padding: 16px 0;
  overflow: hidden;
}
.proof-track {
  display: flex;
  gap: 46px;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
  width: max-content;
}
.proof-track span {
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
}
.proof-track i { color: var(--gold-bright); }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================================================
   SECTION TITLES
   ========================================================= */
.section-eyebrow {
  text-align: center;
  color: var(--blue-deep);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}
.section-title {
  text-align: center;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.14;
  margin-bottom: 14px;
  color: var(--ink-dark);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}
.section-title .accent { color: var(--blue); }
.section-title .accent-gold { color: var(--gold-deep); }
.section-sub {
  text-align: center;
  color: var(--ink-soft);
  max-width: 820px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
}

/* =========================================================
   PREVIEW STRIP
   ========================================================= */
.preview-strip {
  padding: 66px 0 40px;
  background: var(--paper);
  border-top: 1px solid var(--border);
  position: relative;
}
.preview-strip::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}
.scroller {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 14px 4px 28px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) transparent;
}
.scroller::-webkit-scrollbar { height: 10px; }
.scroller::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 6px; }
.tile {
  flex: 0 0 auto;
  width: 210px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.tile .img-wrap {
  height: 280px;
  background: var(--ink-darkest);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.tile .img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.tile .meta {
  padding: 12px 14px 16px;
  text-align: center;
}
.tile .meta h5 {
  font-size: 13.5px;
  margin: 0 0 4px;
  color: var(--ink-dark);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.tile .meta p {
  font-size: 10.5px;
  color: var(--blue-deep);
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}

/* =========================================================
   STATS BAR
   ========================================================= */
.stats-bar {
  padding: 54px 0;
  background: linear-gradient(135deg, var(--ink-dark) 0%, var(--ink-darkest) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(700px 260px at 50% -40%, rgba(47,107,255,.25), transparent 70%);
  pointer-events: none;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  position: relative; text-align: center;
}
.stat .num {
  font-family: "Anton", sans-serif;
  font-size: 52px;
  line-height: 1;
  background: linear-gradient(180deg, #fff, var(--cyan-bright));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat .lbl {
  display: block; margin-top: 8px;
  font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.7); font-weight: 700;
}

/* =========================================================
   FEATURED CARDS
   ========================================================= */
.featured {
  padding: 84px 0;
  background:
    radial-gradient(700px 300px at 50% 0, rgba(47,107,255,.06), transparent 70%),
    linear-gradient(180deg, var(--cream) 0%, var(--paper) 100%);
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.feat-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.feat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.feat-card .img-frame {
  height: 320px;
  background: var(--ink-darkest);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.feat-card .img-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .5s ease;
}
.feat-card:hover .img-frame img { transform: scale(1.05); }
.feat-card .ribbon {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--ink-dark);
  color: var(--cyan-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(76,141,255,.5);
  z-index: 2;
}
.feat-card .ribbon.red { background: var(--red); color: #fff; border-color: transparent; }
.feat-card .score {
  position: absolute;
  top: 14px; right: 14px;
  background: rgba(0,0,0,.7);
  color: var(--gold-bright);
  font-size: 12.5px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,208,102,.4);
  backdrop-filter: blur(6px);
  z-index: 2;
}
.feat-card .score i { margin-right: 4px; }
.feat-card .body { padding: 22px 24px 26px; }
.feat-card h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--ink-dark);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.25;
}
.feat-card .cat {
  font-size: 11px;
  color: var(--blue-deep);
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.feat-card p.desc {
  color: var(--ink-soft);
  font-size: 14.5px;
  margin-bottom: 14px;
  line-height: 1.6;
}
.feat-card .chips { display: flex; gap: 8px; flex-wrap: wrap; }
.feat-card .chip {
  background: var(--cream-deep);
  color: var(--blue-deep);
  font-size: 11.5px;
  padding: 4px 11px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid var(--border);
}
.feat-card .chip.red { background: rgba(255,59,71,.08); color: var(--red-deep); border-color: rgba(255,59,71,.25); }
.feat-card .chip.green { background: rgba(22,185,129,.10); color: var(--green-deep); border-color: rgba(22,185,129,.25); }

/* =========================================================
   DEMO GALLERY (100 covers + filters)
   ========================================================= */
.demo-gallery {
  padding: 84px 0 96px;
  background:
    radial-gradient(800px 400px at 50% 0, rgba(47,107,255,.12), transparent 70%),
    linear-gradient(180deg, var(--ink-darkest) 0%, var(--ink-dark) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.demo-gallery::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 20%, #000, transparent 70%);
  -webkit-mask-image: radial-gradient(circle at 50% 20%, #000, transparent 70%);
  pointer-events: none;
}
.demo-gallery .section-eyebrow { color: var(--cyan-bright); position: relative; }
.demo-gallery .section-title { color: #fff; position: relative; }
.demo-gallery .section-title .accent { color: var(--cyan-bright); }
.demo-gallery .section-sub { color: rgba(255,255,255,.74); position: relative; }

.gal-stats {
  display: flex; justify-content: center; gap: 50px; flex-wrap: wrap;
  margin: 0 auto 34px; position: relative;
}
.gal-stat { text-align: center; }
.gal-stat .num {
  font-family: "Anton", sans-serif; font-size: 36px;
  color: var(--gold-bright); display: block; line-height: 1;
}
.gal-stat .lbl {
  font-size: 11px; color: rgba(255,255,255,.65);
  text-transform: uppercase; letter-spacing: 2px; font-weight: 700;
  margin-top: 6px; display: block;
}
.gal-filters {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-bottom: 32px; position: relative;
}
.gal-filters .filter-btn {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.8);
  padding: 8px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  transition: all .2s ease; font-family: "Inter", sans-serif;
  display: inline-flex; align-items: center; gap: 6px;
}
.gal-filters .filter-btn:hover {
  border-color: var(--blue-bright); color: var(--cyan-bright);
  background: rgba(47,107,255,.12);
}
.gal-filters .filter-btn.active {
  border-color: transparent; color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%);
  box-shadow: 0 6px 18px rgba(47,107,255,.4);
}
.gal-filters .filter-btn .ct {
  background: rgba(0,0,0,.22); color: inherit;
  padding: 1px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; margin-left: 2px;
}
.gal-count-bar {
  text-align: center; color: rgba(255,255,255,.72);
  margin-bottom: 22px; font-size: 13.5px; position: relative;
}
.gal-count-bar strong { color: var(--gold-bright); font-weight: 800; }

.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 18px; position: relative;
}
.gal-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px; overflow: hidden; position: relative;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  cursor: pointer;
}
.gal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(0,0,0,.5);
  border-color: rgba(76,141,255,.5);
}
.gal-card .gc-img {
  position: relative; overflow: hidden; aspect-ratio: 3/4; background: #05060F;
}
.gal-card .gc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.gal-card:hover .gc-img img { transform: scale(1.06); }
.gal-card .gc-cat {
  position: absolute; top: 10px; left: 10px;
  background: rgba(5,6,15,.78); border: 1px solid rgba(76,141,255,.5);
  color: var(--cyan-bright); font-size: 9.5px; font-weight: 800;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 3px 9px; border-radius: 999px; backdrop-filter: blur(4px);
  font-family: "Inter", sans-serif;
}
.gal-card .gc-zoom {
  position: absolute; right: 10px; bottom: 10px;
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(5,6,15,.7); border: 1px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 12px; opacity: 0; transform: scale(.7);
  transition: all .2s ease;
}
.gal-card:hover .gc-zoom { opacity: 1; transform: scale(1); }
.gal-card .gc-body { padding: 11px 13px 15px; }
.gal-card .gc-title {
  font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700;
  color: #fff; line-height: 1.3; margin: 0;
  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.demo-gallery .gal-cta-wrap { text-align: center; margin-top: 46px; position: relative; }
.demo-gallery .gal-disclaimer {
  margin-top: 18px; font-size: 13px; color: rgba(255,255,255,.6); font-style: italic;
}
.demo-gallery .gal-disclaimer strong { color: var(--gold-bright); font-style: normal; }

/* Lightbox */
.lb {
  position: fixed; inset: 0; background: rgba(0,0,0,.93);
  z-index: 1060; display: none; align-items: center; justify-content: center;
  padding: 30px; cursor: zoom-out;
}
.lb.open { display: flex; }
.lb-inner {
  max-width: 980px; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; cursor: default;
}
.lb-img-wrap {
  background: #05060F; border-radius: 14px; overflow: hidden; border: 1px solid rgba(76,141,255,.35);
}
.lb-img-wrap img { width: 100%; height: auto; display: block; }
.lb-info { color: #fff; }
.lb-cat {
  display: inline-block; font-size: 11.5px; color: var(--cyan-bright);
  font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px;
  font-family: "Inter", sans-serif;
}
.lb-title {
  font-family: "Poppins", sans-serif; font-size: 28px; font-weight: 800;
  color: #fff; line-height: 1.2; margin: 0 0 16px;
}
.lb-meta { font-size: 13.5px; color: rgba(255,255,255,.78); line-height: 1.7; margin-bottom: 22px; }
.lb-meta strong { color: var(--gold-bright); }
.lb-close {
  position: absolute; top: 16px; right: 22px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff;
  width: 44px; height: 44px; border-radius: 50%; font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lb-close:hover { background: rgba(255,255,255,.22); }

/* =========================================================
   TRANSFORMATION
   ========================================================= */
.transformation {
  padding: 84px 0; background: var(--ink-darkest); color: #fff; position: relative; overflow: hidden;
}
.transformation::before, .transformation::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.transformation::before { width: 420px; height: 420px; top: -120px; right: -120px; background: radial-gradient(circle, rgba(47,107,255,.24), transparent 70%); }
.transformation::after { width: 360px; height: 360px; bottom: -110px; left: -110px; background: radial-gradient(circle, rgba(255,59,71,.2), transparent 70%); }
.transformation .section-title { color: #fff; }
.transformation .section-title .accent { color: var(--cyan-bright); }
.transformation .section-eyebrow { color: var(--cyan-bright); }
.transformation .section-sub { color: rgba(255,255,255,.74); }
.t-col {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 30px 30px 26px; backdrop-filter: blur(8px); height: 100%;
}
.t-col.before { border-color: rgba(255,59,71,.4); }
.t-col.after  { border-color: rgba(47,107,255,.55); }
.t-col h3 {
  color: #fff; font-size: 23px; margin-bottom: 20px;
  display: flex; align-items: center; gap: 12px; font-family: "Poppins", sans-serif; font-weight: 800;
}
.t-col.before h3 i { color: var(--red); }
.t-col.after h3 i  { color: var(--cyan-bright); }
.t-col ul { list-style: none; padding: 0; margin: 0; }
.t-col li {
  padding: 11px 0 11px 34px; position: relative; color: rgba(255,255,255,.92);
  font-size: 15.5px; border-bottom: 1px dashed rgba(255,255,255,.1); font-family: "Inter", sans-serif;
}
.t-col li:last-child { border-bottom: none; }
.t-col.before li::before { content: "\f00d"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 12px; color: var(--red); }
.t-col.after li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 12px; color: var(--cyan-bright); }
.t-arrow { display: flex; align-items: center; justify-content: center; font-size: 30px; color: var(--blue-bright); padding: 24px 0; }

/* =========================================================
   PROBLEM
   ========================================================= */
.problem { padding: 84px 0; background: var(--cream); }
.prob-card {
  background: #fff; border-radius: var(--radius); padding: 40px 44px;
  border-left: 6px solid var(--red); box-shadow: var(--shadow-md);
}
.prob-card .lead { font-size: 18px; color: var(--ink); line-height: 1.78; margin-bottom: 16px; }
.prob-card .lead strong { color: var(--ink-dark); }
.prob-card .quests {
  list-style: none; padding: 0; margin: 18px 0 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px;
}
.prob-card .quests li { padding: 9px 0 9px 30px; position: relative; color: var(--ink-dark); font-weight: 600; font-size: 15px; }
.prob-card .quests li::before { content: "\f059"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 10px; color: var(--red); }
.prob-close {
  margin-top: 20px; padding: 18px 22px; background: rgba(255,59,71,.08);
  border-radius: var(--radius-sm); color: var(--red-deep); font-weight: 700; font-size: 16.5px; border-left: 4px solid var(--red);
}
.prob-close i { margin-right: 10px; }

/* =========================================================
   SOLUTION
   ========================================================= */
.solution {
  padding: 84px 0;
  background: linear-gradient(140deg, var(--blue) 0%, var(--blue-deep) 55%, var(--violet) 120%);
  text-align: center; position: relative; overflow: hidden; color: #fff;
}
.solution::before { content: ""; position: absolute; inset: -10%; background: radial-gradient(600px 300px at 50% 40%, rgba(255,255,255,.16), transparent 70%); pointer-events: none; }
.solution .section-eyebrow { color: var(--gold-bright); position: relative; }
.solution .section-title { color: #fff; position: relative; }
.solution .section-title .accent { color: var(--gold-bright); }
.solution .section-sub { color: rgba(255,255,255,.9); position: relative; }
.solution .section-sub strong { color: #fff; }
.solution-tagline {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink-darkest); color: #fff; padding: 16px 30px; border-radius: 999px;
  font-weight: 700; font-size: 17px; margin-top: 20px; box-shadow: var(--shadow-md);
  border: 1px solid rgba(255,208,102,.5); position: relative; font-family: "Inter", sans-serif;
}
.solution-tagline i { color: var(--gold-bright); }

/* =========================================================
   WHAT YOU GET
   ========================================================= */
.whatyouget { padding: 84px 0; background: var(--paper); }
.block-card {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm); padding: 34px 32px; height: 100%;
  transition: transform .2s ease, box-shadow .2s ease; position: relative;
}
.block-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--blue-deep), var(--blue), var(--cyan));
  border-radius: var(--radius) var(--radius) 0 0;
}
.block-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.block-card h3 {
  font-size: 22px; color: var(--ink-dark); display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px dashed var(--border);
  font-family: "Poppins", sans-serif; font-weight: 800;
}
.block-card h3 i { color: var(--blue); font-size: 22px; }
.block-card ul { list-style: none; padding: 0; margin: 0; }
.block-card li { padding: 9px 0 9px 30px; position: relative; color: var(--ink); font-size: 15.5px; }
.block-card li::before { content: "\f00c"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 12px; color: var(--green); }

.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.fmt {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--border);
  padding: 28px 22px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .2s ease;
}
.fmt:hover { transform: translateY(-4px); }
.fmt .icon {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
  background: var(--cream-deep); color: var(--blue-deep); border: 1px solid var(--blue-bright);
}
.fmt.red .icon { background: rgba(255,59,71,.1); color: var(--red-deep); border-color: rgba(255,59,71,.4); }
.fmt.green .icon { background: rgba(22,185,129,.12); color: var(--green-deep); border-color: rgba(22,185,129,.4); }
.fmt.gold .icon { background: rgba(244,183,64,.14); color: var(--gold-deep); border-color: var(--gold); }
.fmt h4 { font-size: 18px; margin-bottom: 6px; color: var(--ink-dark); font-weight: 800; }
.fmt p  { color: var(--ink-soft); margin: 0; font-size: 13.5px; }

.plr-banner {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--ink-dark) 0%, var(--ink-darkest) 100%);
  color: #fff; border-radius: var(--radius); padding: 38px 36px; text-align: center;
  position: relative; overflow: hidden; border: 1px solid rgba(76,141,255,.35);
}
.plr-banner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 220px at 80% 0, rgba(47,107,255,.28), transparent 60%); pointer-events: none; }
.plr-banner .key {
  width: 80px; height: 80px; margin: 0 auto 14px; background: rgba(76,141,255,.16);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 34px; color: var(--cyan-bright); border: 1px solid rgba(76,141,255,.5); position: relative;
}
.plr-banner h3 { color: #fff; margin-bottom: 8px; font-size: 28px; position: relative; }
.plr-banner p { color: rgba(255,255,255,.86); margin: 5px 0; font-size: 15.5px; position: relative; }
.plr-banner p i { color: var(--cyan-bright); margin-right: 8px; }
.plr-banner .pill {
  display: inline-block; background: var(--gold-bright); color: #2A1400;
  padding: 8px 18px; border-radius: 999px; font-weight: 800; font-size: 12.5px;
  letter-spacing: 1.5px; text-transform: uppercase; margin-top: 12px; position: relative;
}

/* =========================================================
   CATEGORIES
   ========================================================= */
.categories {
  padding: 84px 0;
  background:
    radial-gradient(900px 460px at 100% 0, rgba(47,107,255,.1), transparent 60%),
    radial-gradient(700px 400px at 0 100%, rgba(124,58,237,.08), transparent 60%),
    var(--cream);
}
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 20px; display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cat-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--blue-bright); }
.cat-item .cat-ic {
  width: 48px; height: 48px; border-radius: 13px;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 19px; flex-shrink: 0; box-shadow: 0 4px 10px rgba(47,107,255,.3);
}
.cat-item .cat-text { line-height: 1.4; min-width: 0; flex: 1; }
.cat-item .cat-text h5 { font-size: 15.5px; margin: 0; color: var(--ink-dark); font-family: "Poppins", sans-serif; font-weight: 700; }
.cat-item .cat-text small { color: var(--blue-deep); font-weight: 800; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; font-family: "Inter", sans-serif; }
.cat-item:nth-child(6n+2) .cat-ic { background: linear-gradient(135deg, var(--violet-soft), var(--violet)); }
.cat-item:nth-child(6n+3) .cat-ic { background: linear-gradient(135deg, var(--red), var(--red-deep)); }
.cat-item:nth-child(6n+4) .cat-ic { background: linear-gradient(135deg, var(--green), var(--green-deep)); }
.cat-item:nth-child(6n+5) .cat-ic { background: linear-gradient(135deg, var(--gold), var(--gold-deep)); }
.cat-item:nth-child(6n+6) .cat-ic { background: linear-gradient(135deg, var(--cyan), #0891B2); }

/* =========================================================
   AUDIENCE
   ========================================================= */
.audience { padding: 84px 0; background: var(--paper); }
.aud-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aud {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 28px 20px 24px; text-align: center; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.aud:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.aud .ic {
  width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%;
  background: var(--cream-deep); color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center; font-size: 26px; border: 1px solid var(--blue-bright);
}
.aud:nth-child(4n+2) .ic { background: rgba(255,59,71,.1); color: var(--red-deep); border-color: rgba(255,59,71,.35); }
.aud:nth-child(4n+3) .ic { background: rgba(124,58,237,.1); color: var(--violet); border-color: rgba(124,58,237,.35); }
.aud:nth-child(4n+4) .ic { background: rgba(22,185,129,.1); color: var(--green-deep); border-color: rgba(22,185,129,.35); }
.aud h4 { font-size: 15px; margin: 0; color: var(--ink-dark); font-family: "Inter", sans-serif; font-weight: 700; }

/* =========================================================
   USES
   ========================================================= */
.uses { padding: 84px 0; background: linear-gradient(160deg, var(--cream) 0%, var(--cream-deep) 100%); }
.uses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.use-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 18px 22px; display: flex; align-items: center; gap: 14px;
  color: var(--ink-dark); font-weight: 600; font-size: 15px; box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.use-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.use-item i {
  width: 42px; height: 42px; background: var(--cream-deep); color: var(--blue-deep);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 17px; border: 1px solid var(--blue-bright);
}
.use-item:nth-child(3n+2) i { background: rgba(255,59,71,.1); color: var(--red-deep); border-color: rgba(255,59,71,.35); }
.use-item:nth-child(3n+3) i { background: rgba(124,58,237,.1); color: var(--violet); border-color: rgba(124,58,237,.35); }
.note-card {
  margin-top: 30px; background: #fff; border-radius: var(--radius-sm);
  border-left: 5px solid var(--blue); padding: 20px 24px; color: var(--ink-soft);
  font-size: 14.5px; line-height: 1.7;
}
.note-card h5 { font-size: 13px; margin-bottom: 8px; color: var(--ink-dark); text-transform: uppercase; letter-spacing: 2px; font-family: "Inter", sans-serif; }
.note-card h5 i { color: var(--blue-deep); margin-right: 8px; }

/* =========================================================
   VALUE STACK
   ========================================================= */
.value { padding: 84px 0; background: var(--cream); }
.value-list { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow-md); overflow: hidden; }
.value-row { display: flex; align-items: center; gap: 18px; padding: 20px 26px; border-bottom: 1px dashed var(--border); }
.value-row:last-of-type { border-bottom: none; }
.value-row .v-ic {
  width: 50px; height: 50px; border-radius: 12px; background: var(--cream-deep); color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; border: 1px solid var(--blue-bright);
}
.value-row:nth-child(2n) .v-ic { background: rgba(124,58,237,.1); color: var(--violet); border-color: rgba(124,58,237,.3); }
.value-row .v-info { flex: 1; }
.value-row .v-info h5 { margin: 0; font-size: 16.5px; color: var(--ink-dark); font-family: "Poppins", sans-serif; font-weight: 700; }
.value-row .v-info small { color: var(--ink-mute); font-size: 12.5px; }
.value-row .v-price { font-family: "Poppins", sans-serif; font-weight: 800; color: var(--green-deep); font-size: 22px; }
.value-total {
  background: linear-gradient(135deg, var(--ink-dark) 0%, var(--ink-darkest) 100%);
  color: #fff; padding: 24px 28px; font-weight: 800; font-size: 22px;
  display: flex; justify-content: space-between; align-items: center; font-family: "Poppins", sans-serif;
}
.value-total .price { color: var(--gold-bright); font-size: 32px; font-family: "Anton", sans-serif; font-weight: 400; }
.price-row { background: var(--paper); padding: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.price-cell {
  display: flex; align-items: center; justify-content: space-between; padding: 14px 18px;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); font-weight: 600; color: var(--ink);
}
.price-cell strong { color: var(--ink-dark); font-size: 18px; font-family: "Poppins", sans-serif; }
.price-cell.highlight { background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); color: #fff; border-color: transparent; box-shadow: var(--shadow-red); }
.price-cell.highlight strong { color: var(--gold-bright); font-size: 24px; }
.value-note {
  text-align: center; margin-top: 24px; background: var(--cream-deep); color: var(--blue-deep);
  padding: 16px 24px; border-radius: var(--radius-sm); font-weight: 700; font-size: 16px; border: 1px dashed var(--blue-bright);
}
.value-note i { color: var(--red); margin-right: 8px; }

/* =========================================================
   PRICING
   ========================================================= */
.pricing {
  padding: 84px 0;
  background:
    radial-gradient(700px 400px at 0 0, rgba(47,107,255,.18), transparent 60%),
    radial-gradient(700px 400px at 100% 100%, rgba(124,58,237,.14), transparent 60%),
    var(--paper);
}
.price-box {
  background: #fff; border: 3px solid var(--red); border-radius: var(--radius-lg);
  padding: 44px 46px; box-shadow: 0 30px 60px rgba(255,59,71,.22); position: relative; overflow: hidden;
}
.price-box::before {
  content: "BEST VALUE"; position: absolute; top: 22px; right: -46px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); color: #fff;
  padding: 6px 54px; font-weight: 800; font-size: 11px; letter-spacing: 2.5px;
  transform: rotate(35deg); box-shadow: 0 4px 12px rgba(255,59,71,.45); font-family: "Inter", sans-serif;
}
.price-checklist { list-style: none; padding: 0; margin: 0 0 28px; }
.price-checklist li { padding: 11px 0 11px 34px; position: relative; font-size: 16px; color: var(--ink); border-bottom: 1px dashed var(--border); }
.price-checklist li:last-child { border-bottom: none; }
.price-checklist li::before { content: "\f058"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 12px; color: var(--green); font-size: 18px; }
.price-display { text-align: center; margin: 26px 0 12px; }
.price-old { font-family: "Poppins", sans-serif; text-decoration: line-through; color: var(--ink-mute); font-size: 30px; font-weight: 700; margin-right: 18px; vertical-align: middle; }
.price-new { font-family: "Anton", sans-serif; font-size: 96px; font-weight: 400; color: var(--red-deep); vertical-align: middle; line-height: 1; }
.price-new sup { font-size: 38px; top: -42px; }
.price-urg {
  margin-top: 24px; background: rgba(255,59,71,.08); color: var(--red-deep); padding: 14px 22px;
  border-radius: var(--radius-sm); font-weight: 700; text-align: center; font-size: 15px; border: 1px solid rgba(255,59,71,.25);
}
.price-urg i { margin-right: 8px; }

/* =========================================================
   GUARANTEE
   ========================================================= */
.guarantee { padding: 84px 0; background: var(--cream); text-align: center; }
.guar-icon {
  width: 120px; height: 120px; margin: 0 auto 24px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-deep) 100%); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 52px;
  box-shadow: 0 18px 36px rgba(47,107,255,.3); border: 4px solid #fff; outline: 1px solid var(--blue-bright);
}
.guarantee p.desc { font-size: 17.5px; color: var(--ink-soft); max-width: 740px; margin: 0 auto 20px; }
.guarantee .closing {
  display: inline-block; background: #fff; border: 2px solid var(--blue); padding: 13px 26px;
  border-radius: 999px; color: var(--blue-deep); font-weight: 700;
}
.guarantee .closing i { margin-right: 8px; color: var(--blue); }

/* =========================================================
   FAQ
   ========================================================= */
.faq { padding: 84px 0; background: var(--paper); }
.faq-item {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  margin-bottom: 14px; padding: 20px 24px; cursor: pointer; transition: box-shadow .2s ease, border-color .2s ease;
}
.faq-item:hover { border-color: var(--blue-bright); box-shadow: var(--shadow-sm); }
.faq-item.active { border-color: var(--red); box-shadow: var(--shadow-md); }
.faq-q { display: flex; align-items: center; justify-content: space-between; margin: 0; font-size: 16.5px; font-weight: 700; color: var(--ink-dark); line-height: 1.45; font-family: "Inter", sans-serif; }
.faq-q i.toggle { color: var(--red-deep); transition: transform .2s ease; margin-left: 16px; font-size: 18px; }
.faq-item.active .faq-q i.toggle { transform: rotate(45deg); }
.faq-a { display: none; margin: 14px 0 0; padding-top: 14px; border-top: 1px dashed var(--border); color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.faq-item.active .faq-a { display: block; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.final-cta {
  padding: 84px 0 100px;
  background: linear-gradient(135deg, var(--ink-darkest) 0%, var(--ink-dark) 50%, var(--ink) 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.final-cta::before { width: 520px; height: 520px; top: -210px; right: -160px; background: radial-gradient(circle, rgba(47,107,255,.3), transparent 70%); }
.final-cta::after { width: 520px; height: 520px; bottom: -210px; left: -160px; background: radial-gradient(circle, rgba(255,59,71,.26), transparent 70%); }
.final-cta h2 { color: #fff; font-size: clamp(30px, 5vw, 48px); margin-bottom: 22px; font-family: "Poppins", sans-serif; font-weight: 800; position: relative; }
.final-cta h2 .accent { color: var(--cyan-bright); }
.final-cta p { color: rgba(255,255,255,.9); font-size: 17px; max-width: 800px; margin: 10px auto; line-height: 1.7; position: relative; }
.final-cta .final-price { font-family: "Poppins", sans-serif; font-weight: 800; font-size: 30px; color: var(--gold-bright); margin: 30px 0 18px; position: relative; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer-section {
  background: var(--ink-darkest); color: rgba(255,255,255,.7); padding: 58px 0 34px;
  font-size: 13.5px; line-height: 1.7; border-top: 1px solid rgba(76,141,255,.2);
}
.footer-disclaimer {
  max-width: 980px; margin: 0 auto 28px; text-align: center; padding: 24px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
  border-left: 4px solid var(--blue); border-radius: var(--radius-sm);
}
.footer-disclaimer .wplus_spdisclaimer { color: rgba(255,255,255,.75); font-size: 12.5px; line-height: 1.7; margin: 0; }
.footer-disclaimer .wplus_spdisclaimer strong { color: var(--cyan-bright); font-family: "Inter", sans-serif; font-weight: 800; letter-spacing: .5px; }
.footer-disclaimer .wplus_spdisclaimer em { font-style: italic; color: rgba(255,255,255,.68); }
.footer-disclaimer .footer-extra { margin: 18px 0 0; padding-top: 18px; border-top: 1px dashed rgba(255,255,255,.1); font-size: 12.5px; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-disclaimer .footer-extra strong { color: var(--cyan-bright); font-weight: 700; }
.footer-links {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; margin: 24px 0 18px;
  padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-links a { color: rgba(255,255,255,.78); font-size: 13.5px; font-weight: 600; font-family: "Inter", sans-serif; display: inline-flex; align-items: center; gap: 7px; transition: color .15s ease; }
.footer-links a:hover { color: var(--cyan-bright); }
.footer-links a i { color: var(--blue-bright); }
.footer-copy { text-align: center; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 12.5px; letter-spacing: .3px; font-family: "Inter", sans-serif; }

/* =========================================================
   BOTTOM STICKY
   ========================================================= */
.sticky-bottom {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 1040; width: calc(100% - 32px); max-width: 1020px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%); color: #fff;
  border-radius: 18px; padding: 14px 22px; box-shadow: 0 18px 40px rgba(255,59,71,.45);
  display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.1);
}
.sticky-bottom .left { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 0; }
.sticky-bottom .left .ic {
  width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.16);
  display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--gold-bright);
  flex-shrink: 0; border: 1px solid rgba(255,255,255,.22);
}
.sticky-bottom .text { line-height: 1.3; }
.sticky-bottom .text strong { display: block; font-size: 15.5px; font-weight: 800; }
.sticky-bottom .text small { font-size: 12.5px; color: rgba(255,255,255,.85); }
.sticky-bottom .price-pill { background: var(--gold-bright); color: #2A1400; padding: 5px 14px; border-radius: 999px; font-weight: 800; font-size: 16px; margin: 0 12px; flex-shrink: 0; }
.sticky-bottom .sb-btn {
  background: #fff; color: var(--red-deep); font-weight: 800; font-size: 14.5px;
  padding: 11px 22px; border-radius: 999px; white-space: nowrap; transition: transform .15s ease; flex-shrink: 0;
}
.sticky-bottom .sb-btn:hover { transform: translateY(-1px); color: var(--red-darker); }
.sticky-bottom .close { background: rgba(255,255,255,.18); border: none; color: #fff; width: 28px; height: 28px; border-radius: 50%; font-size: 11px; cursor: pointer; flex-shrink: 0; }
.sticky-bottom .close:hover { background: rgba(255,255,255,.3); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 991.98px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .aud-grid { grid-template-columns: repeat(3, 1fr); }
  .uses-grid { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .price-row { grid-template-columns: 1fr; }
  .prob-card .quests { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .lb-inner { grid-template-columns: 1fr; gap: 18px; }
  .lb-title { font-size: 24px; }
}
@media (max-width: 767.98px) {
  body { padding-bottom: 150px; }
  .hero { padding: 42px 0 58px; }
  .hero-copy { font-size: 15px; }
  .btn-cta { font-size: 16px; padding: 15px 26px; }
  .btn-cta.big { font-size: 17px; padding: 16px 28px; }
  .section-sub { font-size: 15px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat-card .img-frame { height: 340px; }
  .cat-grid { grid-template-columns: 1fr; }
  .aud-grid { grid-template-columns: repeat(2, 1fr); }
  .uses-grid { grid-template-columns: 1fr; }
  .format-grid { grid-template-columns: 1fr; }
  .prob-card { padding: 28px 22px; }
  .price-box { padding: 28px 22px; }
  .price-new { font-size: 66px; }
  .price-old { font-size: 24px; }
  .top-banner { font-size: 13px; padding: 9px 14px; }
  .top-banner .tb-flex { gap: 10px; }
  .top-banner .tb-btn { padding: 5px 12px; font-size: 12.5px; }
  .sticky-bottom { padding: 10px 14px; gap: 10px; }
  .sticky-bottom .left .ic { width: 38px; height: 38px; font-size: 16px; }
  .sticky-bottom .text strong { font-size: 13.5px; }
  .sticky-bottom .text small { display: none; }
  .sticky-bottom .price-pill { font-size: 14px; padding: 3px 10px; margin: 0 6px; }
  .sticky-bottom .sb-btn { font-size: 12.5px; padding: 8px 14px; }
  .value-row { padding: 14px 16px; gap: 12px; }
  .value-row .v-info h5 { font-size: 14.5px; }
  .value-row .v-price { font-size: 18px; }
  .tile { width: 165px; }
  .tile .img-wrap { height: 220px; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gal-stats { gap: 28px; }
  .gal-stat .num { font-size: 28px; }
  .demo-gallery { padding: 58px 0 68px; }
  .stat .num { font-size: 40px; }
}
