/* ============================================================
   achadinhosvideos.com — Landing styles
   ============================================================ */
:root {
  --shopee: #EE4D2D;
  --shopee-dark: #D23F20;
  --shopee-deep: #B5300F;
  --offer: #FF1E3C;
  --offer-dark: #D60B27;
  --ink: #2A1B15;
  --muted: #7A6A62;
  --cream: #FFF4EC;
  --cream-2: #FFEADF;
  --card: #FFFFFF;
  --gold: #FFB400;
  --gold-soft: #FFD66B;
  --green: #15A24A;
  --green-dark: #0E7D38;
  --line: rgba(42, 27, 21, 0.10);
  --shadow-sm: 0 2px 8px rgba(42, 27, 21, 0.08);
  --shadow-md: 0 12px 30px rgba(42, 27, 21, 0.12);
  --shadow-lg: 0 26px 60px rgba(178, 48, 15, 0.22);
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --maxw: 1140px;
  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; font-weight: 800; letter-spacing: -0.02em; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding: 70px 0; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--shopee);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.05rem;
  color: #fff; background: var(--bg);
  padding: 17px 30px; border-radius: 999px; border: none; cursor: pointer;
  letter-spacing: 0.01em; text-align: center;
  box-shadow: 0 12px 26px rgba(238, 77, 45, 0.34);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(238, 77, 45, 0.44); filter: brightness(1.03); }
.btn:active { transform: translateY(-1px); }
.btn--offer { --bg: linear-gradient(180deg, #FF3B54, var(--offer-dark)); box-shadow: 0 12px 26px rgba(255, 30, 60, 0.36); }
.btn--green { --bg: linear-gradient(180deg, #19B554, var(--green-dark)); box-shadow: 0 12px 26px rgba(21, 162, 74, 0.34); }
.btn--lg { font-size: 1.2rem; padding: 21px 40px; }
.btn--full { width: 100%; }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-pulse { animation: btnPulse 2.2s ease-in-out infinite; }
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 12px 26px rgba(238,77,45,.34), 0 0 0 0 rgba(238,77,45,.42); }
  50% { box-shadow: 0 14px 30px rgba(238,77,45,.40), 0 0 0 16px rgba(238,77,45,0); }
}

/* ---------- Pills / labels ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.82rem;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--shopee-dark); background: var(--cream-2);
  padding: 8px 16px; border-radius: 999px;
}
.tag-hot {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--offer); color: #fff; font-family: var(--font-display); font-weight: 700;
  font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 7px 15px; border-radius: 999px;
}

/* ============================================================
   TOP BAR / countdown
   ============================================================ */
.topbar {
  position: sticky; top: 0; z-index: 60;
  background: linear-gradient(90deg, var(--offer-dark), var(--offer));
  color: #fff; text-align: center;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
}
.topbar .wrap { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; padding-block: 10px; }
.topbar strong { font-weight: 800; }
.countdown { display: inline-flex; gap: 6px; align-items: center; }
.cd-box {
  background: rgba(0,0,0,0.22); border-radius: 8px; padding: 4px 8px;
  font-variant-numeric: tabular-nums; font-weight: 800; min-width: 38px; display: inline-block;
}
.cd-sep { opacity: .7; font-weight: 800; }

/* ============================================================
   NAV / brand
   ============================================================ */
.nav { position: relative; z-index: 40; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: 16px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; letter-spacing: -0.01em; }
.brand-name span { color: var(--shopee); }
.brand-sub { display: block; font-family: var(--font-body); font-weight: 600; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 1px; }
.nav-cta { display: inline-flex; }

/* ---------- Animated logo ---------- */
.logo-mark { width: 54px; height: 54px; flex: none; filter: drop-shadow(0 6px 12px rgba(178,48,15,.28)); }
.logo-mark .lm-badge { transform-origin: 32px 32px; animation: badgeBob 3.4s ease-in-out infinite; }
.logo-mark .lm-cart { transform-origin: 32px 40px; animation: cartRoll 3.4s ease-in-out infinite; }
.logo-mark .lm-bag { transform-origin: 33px 30px; animation: bagDrop 1.8s cubic-bezier(.34,1.56,.64,1) infinite; }
.logo-mark .lm-wheel { transform-box: fill-box; transform-origin: center; animation: wheelSpin 1.8s linear infinite; }
.logo-mark .lm-spark { transform-box: fill-box; transform-origin: center; animation: sparkle 1.8s ease-in-out infinite; }
.logo-mark .lm-spark.s2 { animation-delay: .6s; }
.logo-mark .lm-spark.s3 { animation-delay: 1.1s; }

@keyframes badgeBob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-1.6px) } }
@keyframes cartRoll { 0%,100% { transform: translateX(-1px) rotate(-1.5deg) } 50% { transform: translateX(1px) rotate(1.5deg) } }
@keyframes bagDrop {
  0% { transform: translateY(-7px) scale(.9); opacity: 0; }
  35% { transform: translateY(0) scale(1); opacity: 1; }
  55% { transform: translateY(-2px) scaleY(1.04); }
  70% { transform: translateY(0) scaleY(.98); }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes wheelSpin { to { transform: rotate(360deg) } }
@keyframes sparkle { 0%, 60%, 100% { transform: scale(0); opacity: 0 } 80% { transform: scale(1); opacity: 1 } }

@media (prefers-reduced-motion: reduce) {
  .logo-mark * { animation: none !important; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 40px 0 64px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 480px at 80% -10%, var(--cream-2), transparent 60%),
    radial-gradient(700px 400px at 0% 110%, #FFE2D2, transparent 55%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); margin: 18px 0 16px; }
.hero h1 .hl { color: var(--shopee); position: relative; white-space: nowrap; }
.hero h1 .hl::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: 4%; height: 38%;
  background: var(--gold-soft); opacity: .5; z-index: -1; border-radius: 4px; transform: rotate(-1deg);
}
.hero p.lead { font-size: 1.16rem; color: var(--muted); max-width: 36ch; margin-bottom: 26px; }

.hero-cta-row { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; max-width: 430px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--green); }

/* price block */
.price-anchor { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 6px; }
.price-old { color: var(--muted); font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; text-decoration: line-through; text-decoration-color: var(--offer); }
.price-now { display: flex; align-items: baseline; gap: 4px; }
.price-now .cur { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--offer); }
.price-now .big { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; line-height: .9; color: var(--offer); letter-spacing: -0.03em; }
.price-pill { background: var(--offer); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 0.78rem; padding: 6px 12px; border-radius: 999px; align-self: center; }

/* phone mockup */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone {
  position: relative; width: 300px; aspect-ratio: 300 / 600;
  background: #100b09; border-radius: 42px; padding: 10px;
  box-shadow: var(--shadow-lg); rotate: 3deg;
}
.phone::after { content: ""; position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 92px; height: 22px; background: #100b09; border-radius: 0 0 14px 14px; z-index: 3; }
.phone-screen { width: 100%; height: 100%; border-radius: 34px; overflow: hidden; background: #000; position: relative; }
.ph-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-chrome { position: absolute; top: 0; left: 0; right: 0; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 34px 16px 24px; background: linear-gradient(180deg, rgba(0,0,0,.55), transparent); pointer-events: none; }
.ph-live { display: inline-flex; align-items: center; gap: 6px; background: var(--offer); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 0.66rem; letter-spacing: .06em; padding: 5px 10px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.ph-like { position: absolute; right: 12px; bottom: 16px; z-index: 4; background: rgba(0,0,0,.55); color: #fff; font-weight: 700; font-size: 0.74rem; padding: 6px 11px; border-radius: 999px; backdrop-filter: blur(3px); }
.ph-top { padding: 34px 16px 12px; color: #fff; }
.ph-top .ph-app { font-family: var(--font-display); font-weight: 800; font-size: 0.95rem; display: flex; align-items: center; gap: 7px; }
.ph-top .ph-sub { font-size: 0.72rem; opacity: .85; margin-top: 2px; }
.ph-grid { flex: 1; background: #fff; margin: 8px; border-radius: 18px; padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; align-content: start; overflow: hidden; }
.ph-card { border-radius: 12px; overflow: hidden; background: var(--cream); position: relative; aspect-ratio: 1 / 1.35; box-shadow: var(--shadow-sm); }
.ph-card image-slot { width: 100%; height: 100%; }
.ph-play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.ph-play span { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.86); display: grid; place-items: center; box-shadow: var(--shadow-sm); }
.ph-play span::before { content: ""; border-left: 9px solid var(--shopee); border-top: 6px solid transparent; border-bottom: 6px solid transparent; margin-left: 2px; }
.ph-views { background: rgba(0,0,0,.55); color: #fff; font-size: 0.66rem; font-weight: 700; padding: 5px 9px; border-radius: 999px; display: inline-flex; gap: 4px; align-items: center; z-index: 2; backdrop-filter: blur(3px); }

.float-badge {
  position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow-md);
  padding: 12px 16px; font-family: var(--font-display); display: flex; align-items: center; gap: 10px;
}
.float-badge .fb-ic { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #fff; flex: none; }
.float-badge .fb-num { font-weight: 800; font-size: 1.05rem; line-height: 1; }
.float-badge .fb-lab { font-size: 0.72rem; color: var(--muted); font-weight: 600; }
.fb-1 { top: 16%; left: -34px; animation: floaty 4s ease-in-out infinite; }
.fb-2 { bottom: 12%; right: -30px; animation: floaty 4.6s ease-in-out infinite .6s; }
@keyframes floaty { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats { background: var(--ink); color: #fff; }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 38px; }
.stat { text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; color: var(--gold); line-height: 1; }
.stat .lab { font-size: 0.9rem; opacity: .82; margin-top: 6px; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.12); }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.sec-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.sec-head h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin: 14px 0 12px; }
.sec-head p { color: var(--muted); font-size: 1.08rem; }
.sec-head .hl { color: var(--shopee); }

/* ============================================================
   "PARA VOCÊ QUE" cards
   ============================================================ */
.foryou-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.foryou-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.foryou-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.foryou-card .ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; }
.foryou-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.foryou-card p { color: var(--muted); font-size: 0.98rem; }

/* ============================================================
   COMO FUNCIONA
   ============================================================ */
.steps { background: linear-gradient(180deg, #fff, var(--cream)); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--card); border-radius: var(--r-lg); padding: 32px 26px 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative; }
.step .num { counter-increment: step; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: #fff; width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(160deg, var(--shopee), var(--shopee-deep)); display: grid; place-items: center; margin-bottom: 18px; box-shadow: var(--shadow-sm); }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--muted); }
.step .num::before { content: counter(step, decimal-leading-zero); }

/* ============================================================
   INCLUSO (what's inside)
   ============================================================ */
.included { background: linear-gradient(160deg, var(--shopee), var(--shopee-deep)); color: #fff; }
.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.inc-list { display: grid; gap: 14px; }
.inc-item { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; padding: 15px 18px; backdrop-filter: blur(4px); }
.inc-item .ck { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: var(--ink); display: grid; place-items: center; margin-top: 1px; }
.inc-item b { font-family: var(--font-display); font-weight: 700; }
.inc-item span { display: block; font-size: 0.92rem; opacity: .9; }
.inc-visual { text-align: center; }
.inc-card { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-lg); padding: 26px; }
.inc-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.inc-card .price-now .big { color: #fff; }
.inc-card .price-now .cur { color: var(--gold-soft); }

/* ============================================================
   BONUS
   ============================================================ */
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bonus-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.bonus-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.bonus-thumb { aspect-ratio: 16 / 10; background: var(--cream-2); position: relative; }
.bonus-thumb image-slot { width: 100%; height: 100%; }
.bonus-free { position: absolute; top: 12px; right: 12px; z-index: 2; background: var(--green); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 0.72rem; letter-spacing: .08em; padding: 6px 12px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.bonus-body { padding: 20px; }
.bonus-body .bn { font-family: var(--font-display); font-weight: 800; color: var(--shopee); font-size: 0.8rem; letter-spacing: .06em; text-transform: uppercase; }
.bonus-body h3 { font-size: 1.08rem; margin: 6px 0 0; }

/* ============================================================
   GARANTIA
   ============================================================ */
.guarantee { background: var(--cream); }
.guar-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: center; padding: 40px; max-width: 940px; margin: 0 auto; }
.guar-seal { width: 150px; height: 150px; flex: none; position: relative; }
.guar-seal svg { width: 100%; height: 100%; }
.guar-seal .seal-rot { transform-origin: center; animation: sealspin 22s linear infinite; }
@keyframes sealspin { to { transform: rotate(360deg) } }
.guar-card h2 { font-size: 1.8rem; margin-bottom: 10px; }
.guar-card p { color: var(--muted); }
.guar-card .hl { color: var(--green-dark); }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.testi-stars { color: var(--gold); letter-spacing: 3px; font-size: 1.05rem; margin-bottom: 12px; }
.testi-card p { font-size: 0.98rem; margin-bottom: 18px; }
.testi-who { display: flex; align-items: center; gap: 12px; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex: none; background: var(--cream-2); }
.testi-av image-slot { width: 100%; height: 100%; }
.testi-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.testi-who b { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; display: block; }
.testi-who small { color: var(--muted); }
.testi-verified { margin-left: auto; color: var(--green); display: inline-flex; align-items: center; gap: 5px; font-size: 0.78rem; font-weight: 700; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { background: linear-gradient(180deg, var(--cream), #fff); }
.price-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 26px; align-items: stretch; max-width: 900px; margin: 0 auto; }
.price-grid--single { grid-template-columns: minmax(0, 460px); justify-content: center; }
.price-grid--single .plan--featured::before { content: "\2B50 OFERTA DO DIA"; }
.plan { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.plan--featured { border: 2px solid var(--shopee); box-shadow: var(--shadow-lg); position: relative; }
.plan--featured::before { content: "⭐ MAIS VENDIDO"; position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, var(--shopee), var(--shopee-deep)); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 0.74rem; letter-spacing: .08em; padding: 7px 18px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow-sm); }
.plan-name { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }
.plan--featured .plan-name { color: var(--shopee); }
.plan-price { display: flex; align-items: baseline; gap: 4px; margin: 14px 0 4px; }
.plan-price .cur { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; }
.plan-price .big { font-family: var(--font-display); font-weight: 800; font-size: 3rem; line-height: .9; letter-spacing: -.03em; }
.plan-sub { color: var(--muted); font-size: 0.88rem; font-weight: 600; margin-bottom: 20px; }
.plan-old { color: var(--muted); text-decoration: line-through; text-decoration-color: var(--offer); font-weight: 700; font-size: 0.95rem; }
.plan-list { list-style: none; display: grid; gap: 11px; margin-bottom: 26px; flex: 1; }
.plan-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; }
.plan-list li .ck { flex: none; width: 21px; height: 21px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; margin-top: 2px; }
.plan-list li.off { color: var(--muted); text-decoration: line-through; opacity: .6; }
.plan-list li.off .ck { background: #C9BDB6; }
.plan .btn { margin-top: auto; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 24px; font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-q .chev { flex: none; transition: transform .25s ease; color: var(--shopee); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--muted); }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final { background: linear-gradient(160deg, var(--ink), #41271d); color: #fff; text-align: center; }
.final h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 16px; }
.final p { color: rgba(255,255,255,.82); max-width: 560px; margin: 0 auto 30px; font-size: 1.08rem; }
.final .micro { margin-top: 18px; font-size: 0.85rem; opacity: .7; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #1B100C; color: rgba(255,255,255,.72); padding: 46px 0 30px; font-size: 0.9rem; }
.footer .wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.footer .brand-name { color: #fff; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.footer-links a:hover { color: var(--gold); }
.footer .disc { max-width: 680px; font-size: 0.78rem; opacity: .55; line-height: 1.6; }

/* ---------- Reveal on scroll (decorative; content stays visible without JS) ---------- */
[data-reveal].reveal-anim { animation: revealUp .7s cubic-bezier(.22,.61,.36,1) both; }
@keyframes revealUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { [data-reveal].reveal-anim { animation: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-cta-row { max-width: none; }
  .stats .wrap { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
  .stat:nth-child(3) { border-left: none; }
  .stat + .stat { border-left: 1px solid rgba(255,255,255,.12); }
  .stat:nth-child(odd) { border-left: none; }
  .foryou-grid, .steps-grid, .bonus-grid, .testi-grid { grid-template-columns: 1fr; }
  .inc-grid { grid-template-columns: 1fr; gap: 30px; }
  .price-grid { grid-template-columns: 1fr; }
  .guar-card { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; }
  .guar-seal { margin: 0 auto; }
  .float-badge { display: none; }
}
@media (max-width: 560px) {
  .section { padding: 50px 0; }
  .wrap { padding-inline: 18px; }
  /* NAV — keep brand + button on one tidy row */
  .nav .wrap { gap: 10px; }
  .brand { gap: 9px; }
  .nav .logo-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 0.94rem; }
  .brand-sub { display: none; }
  .nav-cta.btn { padding: 11px 15px; font-size: 0.8rem; white-space: nowrap; box-shadow: 0 8px 18px rgba(238,77,45,.3); }
  /* TOPBAR */
  .topbar { font-size: 0.78rem; }
  .topbar .wrap { gap: 6px; }
  .cd-box { min-width: 32px; padding: 3px 6px; }
  /* HERO */
  .hero { padding: 28px 0 48px; }
  .hero h1 { font-size: 1.92rem; }
  .hero p.lead { font-size: 1.05rem; }
  .hero-cta-row .btn--lg { font-size: 1rem; padding: 16px 20px; }
  .price-now .big { font-size: 3rem; }
  .phone { width: 268px; rotate: 0deg; }
  .trust-row { gap: 12px 16px; }
  /* SECTION HEADINGS */
  .sec-head { margin-bottom: 34px; }
  .sec-head h2 { font-size: 1.65rem; }
  .sec-head p { font-size: 1rem; }
  /* STATS */
  .stat .num { font-size: 1.8rem; }
  /* INCLUDED / cards padding */
  .included .inc-grid > div:first-child h2 { font-size: 1.55rem; }
  .foryou-card, .step { padding: 26px 22px; }
  /* GUARANTEE */
  .guar-card h2 { font-size: 1.5rem; }
  /* PLAN */
  .plan { padding: 28px 22px; }
  .plan-price .big { font-size: 2.6rem; }
  /* FINAL */
  .final h2 { font-size: 1.7rem; }
  /* FAQ */
  .faq-q { font-size: 0.98rem; padding: 18px 18px; }
  .faq-a-inner { padding: 0 18px 20px; }
}
@media (max-width: 380px) {
  .brand-name { font-size: 0.86rem; }
  .nav .logo-mark { width: 38px; height: 38px; }
  .nav-cta.btn { padding: 10px 12px; font-size: 0.75rem; }
  .hero h1 { font-size: 1.78rem; }
}
