/* ──────────────────────────────────────────────
   LITTLE TRACERS — sales page styles
   Friendly, dynamic, energetic. Aimed at parents.
────────────────────────────────────────────── */

:root {
  --blue:        #4FC3F7;
  --blue-dark:   #0277BD;
  --yellow:      #FFD54F;
  --orange:      #FF8A65;
  --pink:        #F48FB1;
  --green:       #66BB6A;
  --green-d:     #43A047;
  --red:         #E57373;
  --purple:      #BA68C8;
  --gold:        #FFC107;
  --teal:        #26A69A;
  --cream:       #FFF8E1;
  --bg-soft:     #FFFAF0;
  --bg-card:     #FFFFFF;
  --gray-50:     #FAFBFC;
  --gray-100:    #F4F5F7;
  --gray-200:    #E4E6EB;
  --gray-300:    #D0D2D6;
  --gray-500:    #4B5563;
  --gray-700:    #374151;
  --gray-900:    #111827;
  --shadow-sm:   0 2px 6px rgba(0,0,0,0.06);
  --shadow-md:   0 10px 30px rgba(0,0,0,0.08);
  --shadow-lg:   0 20px 60px rgba(0,0,0,0.12);
  --shadow-pop:  0 25px 50px -12px rgba(94,107,232,0.30);
  --rad:         16px;
  --rad-lg:      24px;
  --serif:       'Fraunces', 'Georgia', serif;
  --sans:        'Inter', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--sans);
  font-size: 20px;
  line-height: 1.7;
  color: var(--gray-900);
  font-weight: 450; /* slightly thicker than normal for visibility */
  background: var(--bg-soft);
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3 {
  font-family: var(--serif);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 16px;
}
h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 900; }
h2 { font-size: clamp(28px, 3.6vw, 44px); font-weight: 800; }
h3 { font-size: 22px; font-weight: 700; }
p  { margin: 0 0 16px; }
a  { color: inherit; }
.container { width: min(1180px, 92vw); margin: 0 auto; }
.narrow    { width: min(760px, 92vw); margin: 0 auto; }
.center    { text-align: center; }

.section-sub {
  font-size: clamp(18px, 2vw, 22px);
  color: var(--gray-700);
  max-width: 720px;
  margin: 0 auto 30px;
  line-height: 1.55;
}
.kicker {
  display: inline-block;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue-dark);
  background: rgba(94,195,247,0.15);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.kicker.center { display: block; margin: 0 auto 14px; width: max-content; }

.grad {
  background: linear-gradient(120deg, #FF8A65 0%, #E57373 30%, #BA68C8 60%, #4FC3F7 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-light {
  background: linear-gradient(90deg, #FFD54F, #FFF59D);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hl {
  background: linear-gradient(transparent 60%, rgba(255,213,79,0.5) 60%);
  padding: 0 4px;
}

/* Reveal disabled — page is fully visible at load (cleaner, more reliable). */
.reveal { opacity: 1; transform: none; transition: none; }

/* ──────────  ALERT BAR  ────────── */
.alert-bar {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(90deg, #E57373 0%, #FF8A65 50%, #FFC107 100%);
  color: white; padding: 12px 16px;
  font-weight: 600; font-size: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  text-align: center;
}
.alert-inner {
  display: flex; justify-content: center; align-items: center;
  gap: 14px; flex-wrap: wrap;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.alert-icon { display: inline-block; }
#countdown {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  background: rgba(0,0,0,0.2);
  padding: 2px 10px;
  border-radius: 6px;
  font-weight: 800;
}

/* ──────────  HERO  ────────── */
.hero {
  position: relative;
  padding: clamp(30px, 6vw, 70px) 0 clamp(50px, 8vw, 100px);
  background:
    radial-gradient(circle at 15% 20%, rgba(94,195,247,0.18) 0%, transparent 45%),
    radial-gradient(circle at 90% 80%, rgba(244,143,177,0.18) 0%, transparent 45%),
    linear-gradient(180deg, #FFF8E7 0%, #FFFAF0 100%);
  overflow: hidden;
}
.hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
  animation: float 12s ease-in-out infinite;
}
.hero-bg-shape.s1 { width: 240px; height: 240px; background: #FFD54F; top: -50px; left: -50px; }
.hero-bg-shape.s2 { width: 200px; height: 200px; background: #4FC3F7; top: 80px; right: 8%; }
.hero-bg-shape.s3 { width: 180px; height: 180px; background: #F48FB1; bottom: 10%; left: 20%; }
.hero-bg-shape.s4 { width: 160px; height: 160px; background: #81C784; bottom: -40px; right: 5%; }
.hero-bg-shape { animation: none; opacity: 0.35; }

.hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero-pill {
  display: inline-block;
  background: white;
  color: var(--gray-900);
  font-weight: 700; font-size: 15px;
  padding: 8px 18px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 18px;
}
.hero-text h1 { margin: 12px 0 16px; }
.hero-text .sub {
  font-size: clamp(18px, 1.9vw, 21px);
  color: var(--gray-700);
  margin-bottom: 28px;
  max-width: 580px;
}
.hero-cta-row {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  margin-bottom: 24px;
}
.cta-meta { font-size: 15px; color: var(--gray-700); }
.cta-meta-1 { font-weight: 600; margin-bottom: 2px; }
.cta-meta-2 { color: var(--gray-500); }
.dot {
  display: inline-block; width: 8px; height: 8px;
  background: var(--green); border-radius: 50%; margin-right: 4px;
}
.dot.live { box-shadow: 0 0 0 4px rgba(102,187,106,0.25); }

.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-badge {
  background: white; padding: 9px 16px;
  border-radius: 999px; font-size: 15px; font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.hero-badge b { margin-right: 4px; }

/* hero visual */
.hero-card-stack {
  position: relative;
  width: 100%;
  padding: 12px;
}
.hero-main-img {
  width: 100%; height: auto;
  display: block;
  border-radius: var(--rad-lg);
  box-shadow: var(--shadow-pop);
  background: white;
  object-fit: contain;
}
.floating-pill {
  position: absolute;
  background: white;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 700; font-size: 14px;
  box-shadow: var(--shadow-md);
  white-space: nowrap;
}
.floating-pill.p1 { top: -4px; left: 6%; background: linear-gradient(120deg,#FFE082,#FFD54F); }
.floating-pill.p2 { top: 30%; right: -4px; background: linear-gradient(120deg,#80DEEA,#4FC3F7); }
.floating-pill.p3 { bottom: 18%; left: -4px; background: linear-gradient(120deg,#F8BBD0,#F48FB1); }
.floating-pill.p4 { bottom: -4px; right: 6%; background: linear-gradient(120deg,#C8E6C9,#81C784); }

/* ──────────  BUTTONS  ────────── */
.btn-cta {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 17px;
  padding: 16px 28px;
  border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  text-align: center;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  word-break: break-word;
}
.btn-cta:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-cta:active { transform: translateY(0); }
.btn-huge { font-size: 22px; padding: 20px 36px; }
.btn-green {
  background: linear-gradient(135deg, #66BB6A 0%, #43A047 100%);
  color: white;
  box-shadow: 0 14px 30px -10px rgba(67,160,71,0.55);
}
.btn-yellow {
  background: linear-gradient(135deg, #FFD54F 0%, #FFA726 100%);
  color: #4E342E;
  box-shadow: 0 14px 30px -10px rgba(255,167,38,0.55);
}
.btn-gray {
  background: linear-gradient(135deg, #E0E0E0 0%, #BDBDBD 100%);
  color: var(--gray-900);
  box-shadow: 0 8px 16px -6px rgba(0,0,0,0.15);
}
.btn-link {
  display: inline-block;
  color: var(--blue-dark);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px dashed var(--blue-dark);
  padding-bottom: 2px;
  margin-top: 8px;
  transition: color .15s ease;
}
.btn-link:hover { color: var(--orange); border-color: var(--orange); }
.centered { display: block; width: max-content; max-width: 100%; margin: 30px auto 0; box-sizing: border-box; }
.pulse-soft { box-shadow: 0 14px 30px -10px rgba(67,160,71,0.55); }

/* ──────────  TRUST STRIP  ────────── */
.trust-strip {
  background: white;
  padding: 22px 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}
.trust-title {
  font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase;
  text-align: center; color: var(--gray-500); margin: 0 0 14px;
}
.trust-logos {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 14px; font-size: 16px; color: var(--gray-700); font-weight: 600;
}
.trust-logos .sep { color: var(--gray-300); }

/* ──────────  SPECIALIST  ────────── */
.specialist {
  padding: clamp(50px, 7vw, 90px) 0;
  background: linear-gradient(180deg, #FFFAF0 0%, #FFF0E0 100%);
  position: relative;
}
.specialist-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .specialist-grid { grid-template-columns: 1fr; gap: 32px; } }
.specialist-photo { position: relative; }
.specialist-photo img {
  width: 100%; max-width: 420px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: white;
  border: 8px solid white;
  box-shadow: var(--shadow-pop);
  margin: 0 auto;
  display: block;
}
.badge-credentials {
  background: white;
  border-radius: var(--rad);
  padding: 18px 22px;
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: -40px auto 0;
  position: relative; z-index: 2;
}
.badge-row { font-size: 17px; font-weight: 600; color: var(--gray-900); }
.specialist-photo { position: relative; margin-bottom: 24px; }
.specialist-text p { color: var(--gray-700); font-size: 19px; }
.signature {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--gray-900);
}

/* ──────────  PROBLEM  ────────── */
.problem {
  padding: clamp(50px, 7vw, 90px) 0;
  background: white;
}
.problem-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.problem-card {
  background: linear-gradient(180deg, #FFF5F5 0%, white 100%);
  border: 1px solid var(--gray-200);
  border-radius: var(--rad);
  padding: 22px 20px;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease;
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.problem-card .emoji { font-size: 38px; margin-bottom: 10px; }
.problem-card p { margin: 0; color: var(--gray-700); font-size: 18px; line-height: 1.5; }
.bridge {
  margin-top: 40px;
  color: var(--green-d);
  font-size: 24px;
  font-weight: 800;
}
.bridge .arrow { display: inline-block; }

/* ──────────  SOLUTION  ────────── */
.solution {
  padding: clamp(50px, 7vw, 90px) 0;
  background: linear-gradient(180deg, #FFFAF0 0%, #FFF5E6 100%);
}
.solution-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .solution-grid { grid-template-columns: 1fr; } }
.solution .sub { color: var(--gray-700); font-size: 20px; margin-bottom: 22px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  display: block;
  position: relative;
  padding: 12px 0 12px 40px;
  border-bottom: 1px dashed var(--gray-200);
  font-size: 18px;
  line-height: 1.5;
}
.check-list li:last-child { border-bottom: none; }
.check-list li span { position: absolute; left: 0; top: 10px; font-size: 18px; }
.solution-visual img {
  width: 100%; border-radius: var(--rad-lg);
  box-shadow: var(--shadow-pop);
}

/* ──────────  SNEAK PEEK  ────────── */
.sneak-peek {
  padding: clamp(50px, 7vw, 90px) 0;
  background: var(--gray-50);
}
.peek-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.peek-img {
  width: 100%;
  border-radius: var(--rad);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  transition: transform .25s ease, box-shadow .25s ease;
  background: white;
}
.peek-img:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* ──────────  GALLERY (product covers)  ────────── */
.gallery {
  padding: clamp(50px, 7vw, 90px) 0;
  background: white;
}
.cover-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.cover-tile {
  background: white;
  border-radius: var(--rad);
  overflow: hidden;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
  border: 1px solid var(--gray-200);
}
.cover-tile:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-md);
}
.cover-tile img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  background: var(--gray-100);
}
.cover-name {
  font-weight: 700;
  font-size: 16px;
  margin: 12px 10px 3px;
  color: var(--gray-900);
}
.cover-pages {
  font-size: 13px;
  color: var(--gray-500);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.gallery-foot {
  text-align: center;
  font-size: 17px;
  margin: 32px 0 0;
  color: var(--gray-700);
}

/* ──────────  PRICING  ────────── */
.pricing-section {
  padding: clamp(50px, 7vw, 90px) 0;
  background: linear-gradient(180deg, #FFF8E1 0%, #FFE082 100%);
}
.pricing {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  margin-top: 40px;
}
@media (max-width: 900px) { .pricing { grid-template-columns: 1fr; } }
.price-card {
  position: relative;
  background: white;
  border-radius: var(--rad-lg);
  padding: 36px 30px 28px;
  box-shadow: var(--shadow-md);
  border: 3px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.price-card.basic { background: white; }
.price-card.premium {
  border-color: var(--green);
  background: linear-gradient(180deg, #F1F8E9 0%, white 60%);
  box-shadow: var(--shadow-pop);
}
.ribbon {
  position: absolute;
  top: -16px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(90deg, #FF8A65, #E57373);
  color: white;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.12em;
  padding: 7px 20px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(229,115,115,0.4);
}
.price-card h3 { margin-bottom: 4px; font-size: 26px; }
.card-sub { font-size: 15px; color: var(--gray-500); margin-bottom: 14px; }
.old-price { font-size: 18px; color: var(--gray-500); margin-bottom: 4px; }
.old-price s { color: var(--gray-500); }
.price {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 900;
  color: var(--gray-900);
  line-height: 1;
  margin: 6px 0 6px;
}
.price .currency { font-size: 30px; vertical-align: top; margin-right: 4px; }
.price-note { font-size: 16px; color: var(--gray-700); margin-bottom: 20px; }
.price-card ul {
  list-style: none;
  padding: 0; margin: 0 0 24px;
  font-size: 17px;
}
.price-card ul li {
  padding: 8px 0 8px 22px;
  border-bottom: 1px dashed var(--gray-200);
  display: block;
  position: relative;
}
.price-card ul li::before {
  content: "✓";
  color: var(--green-d);
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 8px;
}
.price-card ul li.x {
  color: var(--gray-500);
  text-decoration: line-through;
}
.price-card ul li.x::before { content: "✗"; color: var(--red); }
.below-btn { font-size: 14px; color: var(--gray-500); text-align: center; margin-top: 12px; }
.picked-note { text-align: center; margin-top: 28px; color: var(--gray-700); font-size: 17px; }

/* ──────────  FACEBOOK TESTIMONIALS  ────────── */
.fb-testimonials {
  padding: clamp(50px, 7vw, 90px) 0;
  background: #F0F2F5;
}
.fb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 18px;
  margin-top: 32px;
}
.fb-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 1px 3px 0 rgba(0,0,0,0.08);
  padding: 16px 18px 8px;
  font-size: 16px;
  display: flex; flex-direction: column;
  border: 1px solid #DADDE1;
  transition: transform .25s ease, box-shadow .25s ease;
}
.fb-card:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.10); }
.fb-head {
  display: grid;
  grid-template-columns: 50px 1fr 24px;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.fb-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: #ddd; object-fit: cover;
  border: 1px solid #DADDE1;
}
.fb-name {
  font-weight: 700;
  font-size: 16px;
  color: #050505;
  line-height: 1.3;
}
.fb-tag { font-weight: 400; color: #050505; font-size: 15px; }
.fb-tag b { color: #050505; font-weight: 700; }
.fb-time { font-size: 13px; color: #65676B; margin-top: 3px; }
.fb-dots {
  text-align: center; font-size: 22px;
  color: #65676B; cursor: pointer; line-height: 1;
}
.fb-text {
  margin-top: 10px;
  font-size: 17px; color: #111827;
  line-height: 1.5;
}
.fb-body {
  font-size: 17px; color: #050505;
  line-height: 1.5; margin-bottom: 12px;
}
.fb-reactions {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 15px; color: #65676B;
  padding-bottom: 10px; border-bottom: 1px solid #CED0D4;
  margin-bottom: 6px;
}
.fb-reacts { display: flex; align-items: center; gap: 4px; font-weight: 500; }
.fb-reacts b { color: #65676B; font-weight: 500; margin-left: 4px; }
.fb-comm { font-weight: 500; }
.fb-actions {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-size: 15px; font-weight: 600; color: #65676B;
  padding: 4px 0;
}
.fb-actions span {
  padding: 8px 6px; border-radius: 6px;
  cursor: pointer; transition: background .15s ease;
}
.fb-actions span:hover { background: #F2F3F5; }
.fb-foot { text-align: center; margin-top: 36px; font-size: 18px; color: var(--gray-700); }

/* ──────────  GUARANTEE  ────────── */
.guarantee-section { padding: clamp(40px, 6vw, 70px) 0; background: white; }
.guarantee {
  background: linear-gradient(135deg, #FFF8E1 0%, #FFE082 100%);
  border: 3px dashed var(--gold);
  border-radius: var(--rad-lg);
  padding: 36px 28px;
  text-align: center;
  max-width: 760px; margin: 0 auto;
  box-shadow: var(--shadow-md);
}
.guarantee .seal {
  font-size: 72px; display: block; margin-bottom: 12px;
}
.guarantee h3 { color: #5D4037; margin-bottom: 14px; font-size: 26px; }
.guarantee p { color: #5D4037; font-size: 19px; max-width: 600px; margin: 0 auto 12px; line-height: 1.55; }
.guarantee-foot { font-weight: 800; font-size: 20px; }

/* ──────────  FAQ  ────────── */
.faq-section { padding: clamp(50px, 7vw, 90px) 0; background: var(--gray-50); }
.faq { margin-top: 28px; }
.faq-item {
  background: white;
  border-radius: var(--rad);
  margin-bottom: 12px;
  border: 1px solid var(--gray-200);
  overflow: hidden;
  transition: box-shadow .25s ease;
}
.faq-item[open] { box-shadow: var(--shadow-md); }
.faq-item summary {
  cursor: pointer; padding: 20px 50px 20px 22px;
  font-weight: 700; font-size: 18px;
  display: flex; align-items: center;
  list-style: none; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 22px;
  font-size: 26px; color: var(--blue-dark);
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  padding: 0 22px 20px; margin: 0;
  color: var(--gray-700); font-size: 17px; line-height: 1.6;
}

/* ──────────  FINAL CTA  ────────── */
.final-cta-section { padding: clamp(50px, 7vw, 90px) 0; background: var(--gray-50); }
.final-cta {
  max-width: 880px; margin: 0 auto;
  background: linear-gradient(135deg, #0277BD 0%, #4FC3F7 50%, #BA68C8 100%);
  color: white;
  text-align: center;
  padding: clamp(40px, 6vw, 70px) 30px;
  border-radius: var(--rad-lg);
  box-shadow: 0 30px 80px rgba(2,119,189,0.35);
  position: relative;
  overflow: hidden;
}
.final-cta::before, .final-cta::after {
  content: ""; position: absolute;
  border-radius: 50%; pointer-events: none;
}
.final-cta::before {
  width: 300px; height: 300px;
  background: rgba(255,213,79,0.20);
  top: -100px; left: -100px;
  filter: blur(30px);
}
.final-cta::after {
  width: 320px; height: 320px;
  background: rgba(244,143,177,0.25);
  bottom: -120px; right: -100px;
  filter: blur(30px);
}
.final-icon {
  font-size: 60px; margin-bottom: 16px;
}
.final-cta h2 {
  color: white;
  font-size: clamp(28px, 4vw, 44px);
  margin-bottom: 16px;
}
.final-cta p {
  font-size: 19px; opacity: 0.95;
  max-width: 620px; margin: 0 auto 28px;
}
.final-price-row {
  display: flex; justify-content: center; align-items: baseline;
  gap: 18px; margin-bottom: 22px;
}
.final-cta .old { font-size: 20px; opacity: 0.8; text-decoration: line-through; }
.final-cta .price-big {
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 84px);
  font-weight: 900; line-height: 1;
}
.final-cta .price-big .currency { font-size: 38px; vertical-align: top; margin-right: 4px; }
.final-meta { margin-top: 18px; font-size: 16px; opacity: 0.92; }

/* ──────────  FOOTER  ────────── */
footer {
  padding: 36px 20px;
  text-align: center;
  font-size: 15px;
  color: var(--gray-500);
  background: white;
  border-top: 1px solid var(--gray-200);
  line-height: 1.7;
}
footer p { margin: 0; }

/* ──────────  DOWNSELL PAGES  ────────── */
.downsell-hero {
  padding: clamp(40px, 6vw, 70px) 20px;
  background: linear-gradient(180deg, #FFFAF0 0%, #FFF5E6 100%);
  text-align: center;
}
.countdown-wrap {
  background: #FFF8E1;
  padding: 24px 20px;
  text-align: center;
  border-bottom: 1px solid var(--gray-200);
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.countdown .box {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  background: white;
  border-radius: var(--rad);
  padding: 12px 20px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
}
.countdown .num {
  font-size: 32px;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
  font-family: var(--serif);
}
.countdown .lbl {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.downsell-card {
  max-width: 720px;
  margin: 40px auto;
  background: white;
  border-radius: var(--rad-lg);
  padding: 40px 30px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 3px solid var(--green);
}
.downsell-card .from-to {
  margin: 24px 0 12px;
  font-size: 16px;
  color: var(--gray-500);
}
.downsell-card .strike {
  text-decoration: line-through;
  opacity: 0.7;
}
.downsell-card .big-price {
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 900;
  color: var(--gray-900);
  line-height: 1;
}
.downsell-card .save-pill {
  display: inline-block;
  background: #E8F5E9;
  color: var(--green-d);
  font-weight: 800;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  margin: 12px 0 24px;
}
.downsell-decline {
  display: inline-block;
  margin-top: 24px;
  color: var(--gray-500);
  font-size: 14px;
  text-decoration: underline;
  transition: color .2s ease;
  font-weight: 500;
}
.downsell-decline:hover {
  color: var(--gray-900);
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.testimonial {
  background: white;
  padding: 24px;
  border-radius: var(--rad);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--gray-200);
  text-align: left;
}
.testimonial .stars {
  color: var(--gold);
  font-size: 18px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.testimonial p {
  font-size: 17px;
  color: var(--gray-900);
  margin-bottom: 16px;
  font-style: italic;
  line-height: 1.5;
}
.testimonial .who {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial .avatar {
  width: 36px;
  height: 36px;
  background: var(--blue-dark);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.testimonial .name {
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-900);
}
.testimonial .role {
  font-size: 14px;
  color: var(--gray-500);
}
.downsell-list {
  text-align: left;
  max-width: 480px;
  margin: 18px auto;
  list-style: none;
  padding: 0;
}
.downsell-list li {
  padding: 8px 0 8px 30px;
  display: block;
  position: relative;
  font-size: 16px;
}
.downsell-list li span {
  position: absolute;
  left: 0;
  top: 8px;
}

/* Downsell Texts and Buttons */
.ds-sub1 { font-size: 20px; color: var(--gray-700); margin-bottom: 10px; }
.ds-sub2 { font-size: 18px; color: var(--gray-900); max-width: 680px; margin: 0 auto; }
.ds-kicker { font-size: 18px; color: var(--gray-700); margin-bottom: 10px; font-weight: 700; }
.ds-title { text-align: center; font-size: 32px; }
.ds-desc { color: var(--gray-700); font-size: 16px; max-width: 560px; margin: 14px auto; }
.ds-btn { font-size: 24px; padding: 24px 30px; display: block; max-width: 540px; margin: 20px auto 0; }
.ds-btn-inline { font-size: 22px; padding: 22px 30px; display: inline-block; max-width: 500px; }
.expired-box { background: #FFEBEE; border: 3px dashed var(--red); border-radius: 18px; padding: 24px; margin-bottom: 24px; }
.expired-icon { font-size: 60px; }
.expired-box h2 { color: var(--red); font-size: 30px; margin-top: 8px; }
.expired-box p { font-size: 17px; color: var(--gray-700); margin-top: 10px; }
.ds-section { padding: 40px 0; }

/* responsive tweaks */
@media (max-width: 768px) {
  body { font-size: 18px; line-height: 1.65; }
  h1 { font-size: clamp(28px, 7vw, 36px); line-height: 1.2; }
  h2 { font-size: clamp(24px, 6vw, 30px); line-height: 1.25; }

  /* Alert bar — single tight line on mobile (hide decorative emojis) */
  .alert-bar { padding: 8px 12px !important; font-size: 12.5px !important; }
  .alert-inner { gap: 6px !important; flex-wrap: nowrap !important; line-height: 1.3 !important; }
  .alert-icon { display: none !important; }
  .alert-inner > span:not(.alert-icon) {
    white-space: normal;
    text-align: center;
  }
  #countdown {
    display: inline-block;
    padding: 1px 8px !important;
    font-size: 12.5px !important;
    white-space: nowrap;
  }

  .hero { padding: 24px 0 40px; }
  .hero-cta-row { flex-direction: column; align-items: stretch; gap: 16px; text-align: center; }
  .hero-cta-row .btn-cta { width: 100%; justify-content: center; }
  .hero-badges { justify-content: center; }
  .cta-meta { text-align: center; margin: 0 auto; }
  .price { font-size: 46px; line-height: 1.15; margin: 8px 0; }
  .price-card { padding: 28px 20px 24px; }
  .price-card ul li { font-size: 16px; align-items: center; }
  .price-note { font-size: 15px; line-height: 1.4; margin-bottom: 16px; }
  .fb-grid { grid-template-columns: 1fr; }
  .cover-grid { grid-template-columns: repeat(2, 1fr); }
  /* Center the lonely orphan card when total is odd */
  .cover-grid > .cover-tile:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc(50% - 9px);
  }
  .badge-credentials { width: 100%; padding: 14px; margin-top: -20px; }
  .check-list li { font-size: 17px; padding-left: 36px; }
  .check-list li span { font-size: 18px; }
  .trust-logos { flex-direction: column; align-items: center; gap: 10px; }
  .trust-logos .sep { display: none; }
  .kicker { font-size: 13px; text-align: center; }
  .specialist-photo img { max-width: 200px; border-width: 6px; }
  .specialist-text { text-align: center; }
  .downsell-card { padding: 24px 16px; margin: 24px 16px; }
  .downsell-card .big-price { font-size: 54px; }
  .downsell-hero { padding: 30px 16px; }
  .downsell-hero h1 { font-size: 28px; }
  .countdown-wrap { padding: 16px; }
  .countdown { gap: 10px; }
  .countdown .box { padding: 10px 14px; }
  .countdown .num { font-size: 26px; }
  .countdown .lbl { font-size: 12px; }
  .testimonials { margin-top: 20px; gap: 16px; }
  .testimonial { padding: 20px 16px; }
  .ds-sub1 { font-size: 18px; }
  .ds-sub2 { font-size: 16px; }
  .ds-title { font-size: 24px; }
  .ds-btn { font-size: 18px; padding: 18px 20px; }
  .ds-btn-inline { font-size: 18px; padding: 18px 20px; }
  .expired-box { padding: 16px; margin-bottom: 16px; }
  .expired-icon { font-size: 40px; }
  .expired-box h2 { font-size: 22px; }
  .expired-box p { font-size: 15px; margin-top: 6px; }
}
