/* =========================================================
   Ofertou Promos — Landing
   Mobile first. Cores derivadas do logo (#EB5B26 / #144E8D)
   ========================================================= */

:root {
  --bg: #06122A;
  --bg-2: #0A1B3C;
  --bg-3: #0F2550;
  --blue: #144E8D;
  --blue-l: #3B82D6;
  --orange: #EB5B26;
  --orange-l: #FF7B47;
  --ink: #F3F6FC;
  --muted: #9CAAC6;
  --line: rgba(255, 255, 255, .09);
  --card: rgba(255, 255, 255, .04);
  --wa: #25D366;

  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;

  --radius: 20px;
  --gutter: 20px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.02; letter-spacing: -.03em; }
p { margin: 0; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 var(--gutter); }

.eyebrow {
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-l); margin-bottom: 16px;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; border-radius: 2px; }

.h2 { font-size: clamp(34px, 8.5vw, 64px); font-weight: 800; max-width: 16ch; }
.h2 em, .hero__title em { font-style: normal; color: var(--orange); }
.muted { color: var(--muted); margin-top: 14px; max-width: 46ch; }

/* ---------- Botões ---------- */
.btn {
  --h: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 24px; border-radius: 999px;
  font-weight: 700; font-size: 16px; white-space: nowrap;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  will-change: transform;
}
.btn:active { transform: scale(.97); }
.btn .ico { width: 22px; height: 22px; flex: none; }
.btn--sm { --h: 42px; padding: 0 18px; font-size: 14px; }
.btn--lg { --h: 60px; padding: 0 30px; font-size: 17px; }

.btn--primary {
  background: linear-gradient(180deg, var(--orange-l), var(--orange));
  color: #fff;
  box-shadow: 0 10px 30px -8px rgba(235, 91, 38, .65), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -8px rgba(235, 91, 38, .8), inset 0 1px 0 rgba(255,255,255,.25); }

.btn--ghost { background: rgba(255,255,255,.06); color: var(--ink); border: 1px solid var(--line); backdrop-filter: blur(8px); }
.btn--ghost:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }

.btn--light { background: #fff; color: var(--orange); box-shadow: 0 14px 40px -10px rgba(0,0,0,.4); }
.btn--light:hover { transform: translateY(-2px); }
.btn--outline-light { color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }

.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(235, 91, 38, .12); border: 1px solid rgba(235, 91, 38, .35);
  color: #FFB595; font-size: 13px; font-weight: 600;
}
.pill__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(235,91,38,.7); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(235,91,38,0); } 100% { box-shadow: 0 0 0 0 rgba(235,91,38,0); } }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  padding: 12px 0;
  transition: background .3s, backdrop-filter .3s, padding .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled { background: rgba(6, 18, 42, .72); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4); border-color: var(--line); padding: 8px 0; }
.header__inner { display: flex; align-items: center; justify-content: space-between; }
.header__logo img { height: 52px; width: auto; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 110px 0 64px; overflow: hidden; isolation: isolate; }
.hero__glow {
  position: absolute; z-index: -1; inset: -20% -40% auto; height: 120%;
  background:
    radial-gradient(40% 35% at 75% 35%, rgba(235, 91, 38, .35), transparent 70%),
    radial-gradient(45% 40% at 20% 20%, rgba(59, 130, 214, .28), transparent 70%);
  filter: blur(20px);
}
.hero__grid {
  position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(70% 60% at 50% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000 30%, transparent 80%);
}
.hero__inner { display: grid; gap: 56px; }
.hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.hero__title { font-size: clamp(46px, 13vw, 96px); font-weight: 800; }
.hero__title .line { display: block; overflow: hidden; padding-bottom: .06em; }
.hero__title .line > span { display: inline-block; }

.mark { position: relative; white-space: nowrap; z-index: 0; }
.mark::after {
  content: ""; position: absolute; z-index: -1; left: -1%; right: -1%; bottom: .04em; height: .16em;
  background: rgba(235, 91, 38, .32); border-radius: 6px; transform-origin: left; transform: scaleX(var(--mark, 0));
}

.hero__lead { font-size: 18px; color: var(--muted); max-width: 34ch; }
.hero__lead strong { color: var(--ink); }
.hero__ctas { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.hero__ctas .btn { width: 100%; }
.hero__micro { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; color: var(--muted); }
.hero__micro li { display: flex; align-items: center; gap: 6px; }
.hero__micro li::before { content: "✓"; color: var(--wa); font-weight: 800; }

/* Celular */
.hero__visual { position: relative; display: grid; place-items: center; padding: 10px 0 20px; }
.phone {
  position: relative; width: min(300px, 82vw); aspect-ratio: 9 / 18.5;
  border-radius: 44px; padding: 12px;
  background: linear-gradient(160deg, #1d2d52, #0a1428);
  box-shadow: 0 0 0 1.5px rgba(255,255,255,.12), 0 40px 80px -20px rgba(0,0,0,.7), 0 0 120px -30px rgba(235,91,38,.5);
  display: flex; flex-direction: column;
}
.phone::before { content: ""; position: absolute; inset: 12px; border-radius: 34px; background: #0B141A; z-index: 0; }
.phone > * { position: relative; z-index: 1; }
.phone__notch { position: absolute; top: 20px; left: 50%; translate: -50% 0; width: 90px; height: 24px; border-radius: 20px; background: #000; z-index: 3; }
.phone__top {
  display: flex; align-items: center; gap: 10px; padding: 50px 14px 12px;
  background: #1F2C34; border-radius: 34px 34px 0 0; font-size: 14px; line-height: 1.2;
}
.phone__top img { width: 36px; height: 36px; border-radius: 50%; background: #fff; }
.phone__top small { display: flex; align-items: center; gap: 5px; color: #8696A0; font-size: 11.5px; }
.online { width: 7px; height: 7px; border-radius: 50%; background: var(--wa); }
.phone__feed {
  flex: 1; overflow: hidden; padding: 12px 10px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px;
  background: #0B141A radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px) 0 0 / 14px 14px;
  border-radius: 0 0 34px 34px;
  mask-image: linear-gradient(transparent, #000 18%);
  -webkit-mask-image: linear-gradient(transparent, #000 18%);
}
.msg {
  background: #1F2C34; border-radius: 4px 14px 14px 14px; padding: 8px; font-size: 12px; line-height: 1.35;
  display: grid; grid-template-columns: 48px 1fr; gap: 8px; align-items: center;
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
  transform-origin: left bottom;
}
.msg__img { width: 48px; height: 48px; border-radius: 8px; display: grid; place-items: center; font-size: 26px; background: linear-gradient(135deg, #2a3942, #17222a); }
.msg b { display: block; font-size: 12px; color: #E9EDEF; }
.msg__price { color: #8696A0; }
.msg__price s { opacity: .7; }
.msg__price strong { color: var(--wa); font-size: 13px; }
.msg__off { display: inline-block; margin-left: 4px; background: var(--orange); color: #fff; font-weight: 800; font-size: 10px; padding: 1px 6px; border-radius: 6px; }
.msg__link { grid-column: 1 / -1; color: #53BDEB; font-size: 11px; }

.tag {
  position: absolute; z-index: 2; font-family: var(--font-display); font-weight: 800; line-height: 1.1;
  padding: 10px 14px; border-radius: 14px; box-shadow: 0 20px 40px -12px rgba(0,0,0,.6);
  will-change: transform;
}
.tag--a { top: 12%; right: 2%; background: var(--orange); font-size: 26px; rotate: 8deg; }
.tag--b { bottom: 22%; left: 0; background: #fff; color: var(--bg); font-size: 12px; rotate: -7deg; text-align: center; }
.tag--b b { font-size: 16px; color: var(--blue); }
.tag--c { bottom: 6%; right: 4%; background: var(--bg-3); border: 1px solid var(--line); font-size: 13px; font-family: var(--font-body); font-weight: 700; rotate: 3deg; }

.scroll-hint { display: none; }

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); background: var(--bg-2); overflow: hidden; padding: 22px 0; }
.marquee__track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee__row { display: flex; align-items: center; gap: 32px; padding-right: 32px; flex: none; }
.marquee span { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: rgba(255,255,255,.55); white-space: nowrap; letter-spacing: -.02em; }
.marquee i { font-style: normal; color: var(--orange); font-size: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Statement ---------- */
.statement { padding: 110px 0 60px; }
.statement__text { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 7.4vw, 66px); line-height: 1.12; letter-spacing: -.03em; max-width: 22ch; }
.statement__text .w { opacity: .14; transition: opacity .1s; }
.statement__text .hl .w { color: var(--orange); }

/* ---------- Pilares ---------- */
.pillars { padding: 20px 0 100px; }
.pillars__grid { display: grid; gap: 14px; }
.pillar {
  position: relative; padding: 26px; border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  border: 1px solid var(--line); overflow: hidden;
}
.pillar::after {
  content: ""; position: absolute; inset: auto -30% -60% auto; width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(rgba(235,91,38,.22), transparent 70%); opacity: 0; transition: opacity .4s;
}
.pillar:hover::after { opacity: 1; }
.pillar__ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 22px; background: rgba(235,91,38,.14); color: var(--orange-l); font-weight: 800; margin-bottom: 18px; }
.pillar h3 { font-size: 24px; margin-bottom: 8px; }
.pillar p { color: var(--muted); font-size: 15px; }

/* ---------- Ofertas ---------- */
.offers { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }
.offers__pin { padding: 76px 0 96px; overflow: hidden; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
.offers__head { margin-bottom: 28px; }
.offers__track {
  display: flex; gap: 16px;
  padding: 0 max(var(--gutter), calc((100vw - 1200px) / 2 + var(--gutter)));
  width: max-content; will-change: transform;
}
.offer {
  position: relative; flex: none; width: 260px; border-radius: 24px; overflow: hidden;
  background: #0E1F42; border: 1px solid var(--line);
  transition: transform .4s var(--ease), border-color .3s;
}
.offer:hover { transform: translateY(-6px); border-color: rgba(235,91,38,.5); }
.offer__img { height: 170px; display: grid; place-items: center; font-size: 88px; background: radial-gradient(circle at 50% 40%, var(--c1), var(--c2)); }
.offer__badge { position: absolute; top: 14px; left: 14px; background: var(--orange); font-family: var(--font-display); font-weight: 800; font-size: 20px; padding: 4px 12px; border-radius: 10px; }
.offer__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.offer__store { color: var(--blue-l); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.offer h3 { font-family: var(--font-body); font-weight: 700; font-size: 16px; line-height: 1.3; letter-spacing: 0; min-height: 2.6em; }
.offer__price { display: flex; align-items: baseline; gap: 10px; margin-top: 6px; }
.offer__price s { color: var(--muted); font-size: 14px; }
.offer__price b { font-family: var(--font-display); font-size: 28px; color: #fff; letter-spacing: -.02em; }
.offer__meta { font-size: 13px; color: #FFB595; font-weight: 600; }
.offer--cta {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: 28px;
  background: linear-gradient(160deg, var(--orange-l), var(--orange) 50%, #B83D12);
  border: 0; min-height: 100%;
}
.offer--cta span { font-family: var(--font-display); font-weight: 800; font-size: 36px; line-height: 1; letter-spacing: -.03em; }
.offer--cta b { font-size: 16px; }

/* ---------- Steps ---------- */
.steps { padding: 110px 0; }
.steps__list { list-style: none; margin: 48px 0 0; padding: 0; display: grid; gap: 0; counter-reset: s; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); align-items: start; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step__n { min-width: 1.25em; font-family: var(--font-display); font-weight: 800; font-size: 56px; line-height: .9; color: transparent; -webkit-text-stroke: 1.5px var(--orange); letter-spacing: -.04em; }
.step h3 { font-size: 26px; margin-bottom: 6px; }
.step p { color: var(--muted); }

/* ---------- Stats ---------- */
.stats { padding: 70px 0; background: var(--blue); background: linear-gradient(120deg, var(--blue), #0C3566); position: relative; overflow: hidden; }
.stats::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 80% at 90% 10%, rgba(235,91,38,.35), transparent 70%); }
.stats__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 32px 20px; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 10vw, 64px); line-height: 1; letter-spacing: -.03em; }
.stat span { display: block; margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.75); }

/* ---------- Prova social ---------- */
.proof { padding: 110px 0 90px; overflow: hidden; }
.proof__rows { margin-top: 48px; display: grid; gap: 16px; }
.proof__row { display: flex; gap: 16px; width: max-content; padding-left: var(--gutter); will-change: transform; }
.bubble {
  margin: 0; width: 300px; flex: none; padding: 20px; border-radius: 6px 22px 22px 22px;
  background: #13294F; border: 1px solid var(--line);
}
.proof__row[data-dir="right"] .bubble { background: #0F3A2E; border-color: rgba(37, 211, 102, .18); border-radius: 22px 6px 22px 22px; }
.bubble blockquote { margin: 0 0 14px; font-size: 16px; line-height: 1.5; }
.bubble figcaption { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); font-weight: 600; }
.av { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: hsl(var(--h) 60% 45%); }

/* ---------- FAQ ---------- */
.faq { padding: 60px 0 110px; }
.faq__inner { display: grid; gap: 36px; }
.faq__list { display: grid; gap: 10px; }
.faq details { border: 1px solid var(--line); border-radius: 16px; background: var(--card); transition: background .3s, border-color .3s; }
.faq details[open] { background: rgba(255,255,255,.06); border-color: rgba(235,91,38,.35); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 22px; font-weight: 700; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; translate: 0 -50%;
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(235,91,38,.15); color: var(--orange-l); font-size: 20px; transition: rotate .3s var(--ease);
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 22px 22px; color: var(--muted); }

/* ---------- CTA final ---------- */
.final { position: relative; padding: 120px 0 140px; overflow: hidden; isolation: isolate; text-align: center; }
.final__bg { position: absolute; inset: 0; z-index: -1; background: linear-gradient(160deg, var(--orange-l), var(--orange) 45%, #A5360F); }
.final__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 50% 0%, rgba(255,255,255,.25), transparent 70%); }
.final__inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.final__title { font-size: clamp(48px, 13vw, 120px); font-weight: 800; letter-spacing: -.045em; line-height: .92; }
.final p { font-size: 18px; max-width: 32ch; color: rgba(255,255,255,.9); }
.hero__ctas--center { max-width: 420px; margin-top: 10px; }

/* ---------- Footer ---------- */
.footer { background: #040C1D; padding: 48px 0 120px; color: var(--muted); font-size: 14px; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.footer img { height: 56px; width: auto; opacity: .9; }
.footer__small { font-size: 12px; max-width: 60ch; opacity: .7; }

/* ---------- CTA fixo mobile ---------- */
.sticky-cta {
  position: fixed; z-index: 40; left: 0; right: 0; bottom: 0;
  padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(transparent, rgba(6,18,42,.95) 40%);
  transform: translateY(110%); transition: transform .4s var(--ease);
}
.sticky-cta.is-visible { transform: none; }
.sticky-cta .btn { width: 100%; }

/* ---------- Estados iniciais de animação (só com JS) ---------- */
.js .reveal-up { opacity: 0; transform: translateY(24px); }
.js .hero__title .line > span { transform: translateY(105%); }

/* =========================================================
   Tablet / Desktop
   ========================================================= */
@media (min-width: 640px) {
  :root { --gutter: 32px; }
  .hero__ctas { flex-direction: row; width: auto; }
  .hero__ctas .btn { width: auto; }
  .hero__ctas--center { max-width: none; }
  .pillars__grid { grid-template-columns: 1fr 1fr; }
  .offer { width: 300px; }
  .bubble { width: 360px; }
}

@media (min-width: 960px) {
  :root { --gutter: 40px; }
  .header__logo img { height: 64px; }
  .hero__title { font-size: clamp(56px, 6.4vw, 92px); }
  .hero { padding: 120px 0 80px; min-height: 100svh; display: flex; align-items: center; }
  .hero__inner { grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; }
  .hero__lead { font-size: 20px; }
  .phone { width: 320px; }
  .tag--a { font-size: 34px; right: 4%; }
  .tag--b { left: 2%; }
  .scroll-hint {
    display: block; position: absolute; bottom: 28px; left: 50%; translate: -50% 0;
    width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.3); border-radius: 20px;
  }
  .scroll-hint span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: #fff; animation: hint 1.8s infinite; }
  @keyframes hint { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

  .statement { padding: 180px 0 80px; }
  .pillars__grid { grid-template-columns: repeat(4, 1fr); }
  .pillars { padding-bottom: 140px; }

  .offers__pin { padding: 90px 0; }
  .offers__head { margin-bottom: 40px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 0 40px; }
  .offers__head .eyebrow { grid-column: 1 / -1; justify-self: start; }
  .offers__head .muted { margin: 0; max-width: 32ch; justify-self: end; text-align: right; }
  .offer { width: 340px; }
  .offer__img { height: 240px; font-size: 110px; }

  .steps__list { grid-template-columns: repeat(3, 1fr); gap: 0 40px; }
  .step { grid-template-columns: 1fr; border-bottom: 1px solid var(--line); padding: 36px 0; gap: 28px; }
  .step__n { font-size: 96px; }

  .stats { padding: 90px 0; }
  .stats__grid { grid-template-columns: repeat(4, 1fr); }

  .faq__inner { grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
  .faq__inner > div:first-child { position: sticky; top: 120px; }

  .final { padding: 180px 0; }
  .sticky-cta { display: none; }
  .footer { padding-bottom: 48px; }
}

/* Acessibilidade: sem animações para quem prefere */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal-up, .js .hero__title .line > span { opacity: 1; transform: none; }
  .statement__text .w { opacity: 1; }
  .offers__track { width: auto; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .offer { scroll-snap-align: start; }
  .proof__row { width: auto; overflow-x: auto; }
}
