/* ============================================================
   VECTOR BLACK — Nutrilion Suplementos
   Design system + landing page
   ============================================================ */

/* ---------- TOKENS ---------- */
/* ═══════════════════════════════════════════════════════════
   TEMA — para voltar ao preto/vermelho do Vector Black,
   troque o bloco abaixo pelo que está comentado no final
   do arquivo (procure por "TEMA VECTOR BLACK").
   ═══════════════════════════════════════════════════════════ */
:root {
  /* superfícies */
  --bg:            #050303;
  --bg-alt:        #0C0808;
  --surface:       #141010;
  --surface-2:     #1C1616;
  --line:          #2A2020;
  --line-soft:     #201818;

  /* marca VECTOR BLACK */
  --red:           #E01B1B;
  --red-hot:       #FF2D2D;
  --red-deep:      #8B0000;
  --red-dark:      #4A0505;
  --ember:         #E25814;
  --gold:          #C9A961;
  --green:         #1DB954;
  --green-dark:    #128A3E;

  /* texto */
  --ink:           #FFFFFF;
  --ink-soft:      #C9C0C0;
  --ink-mute:      #8C8080;

  /* efeitos */
  --chrome:        linear-gradient(180deg, #FFF 0%, #E8E8E8 42%, #9A9A9A 58%, #F2F2F2 100%);
  --grad-red:      linear-gradient(135deg, var(--red-hot) 0%, var(--red) 45%, var(--red-deep) 100%);
  --grad-card:     linear-gradient(165deg, #221414 0%, var(--bg-alt) 78%);
  --glow-red:      0 0 0 1px rgba(224,27,27,.35), 0 12px 40px -8px rgba(224,27,27,.55);
  --shadow-card:   0 24px 60px -20px rgba(0,0,0,.9), 0 2px 8px rgba(0,0,0,.6);
  --shadow-hi:     0 32px 80px -20px rgba(224,27,27,.35), 0 0 0 1px rgba(224,27,27,.4);

  /* tipografia */
  --f-head: 'Barlow Condensed', 'Arial Narrow', system-ui, sans-serif;
  --f-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* métrica */
  --wrap:    1220px;
  --gutter:  clamp(1.15rem, 4vw, 2.5rem);
  --sect-y:  clamp(4rem, 9vw, 7.5rem);
  --radius:  18px;
  --radius-sm: 11px;
  --ease:    cubic-bezier(.22,.68,.36,1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-soft);
  font-family: var(--f-body);
  font-size: clamp(1rem, .96rem + .2vw, 1.075rem);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

h1, h2, h3 {
  font-family: var(--f-head);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.005em;
  color: var(--ink);
  text-transform: uppercase;
  margin: 0;
  text-wrap: balance;
}

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); font-weight: 700; }

::selection { background: var(--red); color: #fff; }

:focus-visible {
  outline: 3px solid var(--red-hot);
  outline-offset: 3px;
  border-radius: 4px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 50%; top: -100px;
  transform: translateX(-50%);
  background: var(--red); color: #fff;
  padding: .75rem 1.4rem; border-radius: 0 0 10px 10px;
  font-weight: 700; text-decoration: none; z-index: 999;
  transition: top .2s;
}
.skip-link:focus { top: 0; }

/* ---------- LAYOUT ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: 860px; }

.section { padding-block: var(--sect-y); position: relative; }
.section--tight { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section--alt { background: var(--bg-alt); }
.section--orange {
  background:
    radial-gradient(80% 130% at 50% 0%, rgba(224,27,27,.20) 0%, transparent 64%),
    var(--bg);
}
.section--alt::before,
.section--alt::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.section--alt::before { top: 0; }
.section--alt::after  { bottom: 0; }

.section__head { text-align: center; max-width: 760px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.section__title { font-size: clamp(2rem, 1.35rem + 3vw, 3.6rem); }
.section__sub { margin-top: 1.1rem; color: var(--ink-mute); font-size: 1.02rem; }

.eyebrow {
  font-family: var(--f-body);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--red-hot);
  margin: 0 0 .85rem;
}

.lead { font-size: 1.16rem; color: var(--ink); font-weight: 500; }
.punch {
  font-family: var(--f-head); font-size: clamp(1.5rem, 3.4vw, 2.15rem);
  font-weight: 800; text-transform: uppercase; color: var(--ink);
  margin: 1.4rem 0;
}
.cta-inline { text-align: center; margin-top: clamp(2.5rem, 5vw, 3.75rem); }

/* ---------- BOTÕES ---------- */
.btn {
  --btn-bg: var(--grad-red);
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--f-head);
  font-size: clamp(1rem, .95rem + .3vw, 1.16rem);
  font-weight: 700; letter-spacing: .045em; text-transform: uppercase;
  color: #fff; text-decoration: none;
  padding: 1.05rem 2.2rem;
  border: 0; border-radius: 100px;
  background: var(--btn-bg);
  cursor: pointer;
  position: relative; isolation: isolate; overflow: hidden;
  box-shadow: var(--glow-red);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), filter .22s;
  text-align: center;
}
.btn::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.32) 50%, transparent 70%);
  transform: translateX(-130%);
  transition: transform .65s var(--ease);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(255,45,45,.5), 0 18px 46px -10px rgba(224,27,27,.75); }
.btn:hover::after { transform: translateX(130%); }
.btn:active { transform: translateY(-1px) scale(.985); }

.btn--lg { padding: 1.25rem 3rem; font-size: clamp(1.08rem, 1rem + .4vw, 1.3rem); }
.btn--sm { padding: .68rem 1.35rem; font-size: .92rem; }
.btn--block { display: flex; width: 100%; }
.btn--green { --btn-bg: linear-gradient(135deg, #25D366 0%, var(--green) 50%, var(--green-dark) 100%); box-shadow: 0 0 0 1px rgba(29,185,84,.4), 0 12px 34px -10px rgba(29,185,84,.6); }
.btn--green:hover { box-shadow: 0 0 0 1px rgba(37,211,102,.6), 0 18px 44px -10px rgba(29,185,84,.75); }
.btn--light { --btn-bg: #fff; color: #0B0505; box-shadow: 0 12px 40px -12px rgba(255,255,255,.5); }
.btn--light:hover { box-shadow: 0 18px 48px -12px rgba(255,255,255,.65); }

/* ---------- TOPBAR ---------- */
.topbar {
  position: fixed; inset: 0 0 auto; z-index: 90;
  background: rgba(5,3,3,0);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.topbar.is-stuck {
  background: rgba(5,3,3,.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.topbar__inner { display: flex; align-items: center; gap: 1.5rem; height: 72px; }
.topbar__nav { display: flex; gap: 1.75rem; margin-left: auto; }
.topbar__nav a {
  font-size: .88rem; font-weight: 600; text-decoration: none;
  color: var(--ink-soft); letter-spacing: .02em;
  position: relative; padding-block: .3rem;
  transition: color .2s;
}
.topbar__nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--red); transition: width .25s var(--ease);
}
.topbar__nav a:hover { color: var(--ink); }
.topbar__nav a:hover::after { width: 100%; }

.brand { display: flex; align-items: baseline; gap: .45rem; text-decoration: none; font-family: var(--f-head); }
.brand__mark {
  font-size: 1.55rem; font-weight: 800; letter-spacing: .06em;
  background: var(--chrome); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand__sub {
  font-size: .82rem; font-weight: 700; letter-spacing: .3em;
  color: var(--red-hot);
}

/* CTA do menu e botão hambúrguer só existem no drawer (mobile/tablet). */
.nav__cta { display: none; }
.nav-toggle { display: none; }

/* ---------- NAVEGAÇÃO DESLIZANTE (mobile e tablet) ---------- */
@media (max-width: 880px) {
  .topbar__cta { display: none; }

  /* Área de toque de 48px — dedo não acerta alvo de 24px. */
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    margin-left: auto;
    width: 48px; height: 48px;
    background: transparent; border: 0; padding: 0;
    cursor: pointer; color: var(--ink);
    -webkit-tap-highlight-color: transparent;
  }
  .nav-toggle__bars,
  .nav-toggle__bars::before,
  .nav-toggle__bars::after {
    content: ''; display: block;
    width: 26px; height: 2px; border-radius: 2px;
    background: currentColor;
    transition: transform .3s var(--ease), opacity .2s;
  }
  .nav-toggle__bars { position: relative; }
  .nav-toggle__bars::before { position: absolute; top: -8px; }
  .nav-toggle__bars::after  { position: absolute; top: 8px; }

  /* Vira "X" quando aberto — o próprio botão comunica como fechar. */
  .nav-toggle[aria-expanded='true'] .nav-toggle__bars { background: transparent; }
  .nav-toggle[aria-expanded='true'] .nav-toggle__bars::before { transform: translateY(8px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] .nav-toggle__bars::after  { transform: translateY(-8px) rotate(-45deg); }

  .topbar__nav {
    position: fixed; inset: 0 0 0 auto;
    z-index: 95;
    width: min(82vw, 340px);
    margin-left: 0;
    display: flex; flex-direction: column; align-items: stretch;
    gap: .25rem;
    padding: 6rem 1.6rem 2.4rem;
    background: rgba(10,6,6,.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-left: 1px solid var(--line);
    box-shadow: -24px 0 60px -20px rgba(0,0,0,.85);
    transform: translateX(100%);
    transition: transform .34s var(--ease);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .topbar__nav.is-open { transform: translateX(0); }

  .topbar__nav a {
    font-size: 1.06rem;
    padding: .95rem .25rem;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }
  .topbar__nav a::after { display: none; }

  .nav__cta {
    display: inline-flex;
    margin-top: 1.75rem;
    border-bottom: 0;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    text-align: center;
  }

  .nav-scrim {
    position: fixed; inset: 0; z-index: 94;
    background: rgba(0,0,0,.6);
    opacity: 0; transition: opacity .3s var(--ease);
  }
  .nav-scrim.is-on { opacity: 1; }

  /* Trava a rolagem do fundo enquanto o menu está aberto. */
  body.nav-aberto { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .topbar__nav, .nav-scrim,
  .nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
    transition: none;
  }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding-block: clamp(7rem, 13vw, 10rem) clamp(3.5rem, 8vw, 6rem);
  overflow: hidden;
  background: linear-gradient(180deg, #1E0808 0%, #140606 30%, var(--bg) 100%);
}
.hero::before {
  content: ''; position: absolute; inset: -15% 0 auto; width: 100%; height: 130%;
  background:
    radial-gradient(56% 44% at 66% 32%, rgba(224,27,27,.32) 0%, transparent 62%),
    radial-gradient(44% 38% at 20% 60%, rgba(226,88,20,.18) 0%, transparent 66%);
  pointer-events: none;
}
.hero__inner, .hero__copy, .hero__product { position: relative; z-index: 1; }
.hero__inner {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: clamp(2rem, 4vw, 3.5rem);
}
.hero__title { font-size: clamp(2.3rem, 1.3rem + 4vw, 4.4rem); margin-bottom: 1rem; }

/* lista com check circulado */
.checks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .72rem; }
.checks li {
  position: relative; padding-left: 2.4rem;
  font-weight: 600; color: var(--ink); font-size: 1.02rem;
}
.checks li::before {
  content: ''; position: absolute; left: 0; top: .12em;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--grad-red);
  box-shadow: 0 0 14px rgba(224,27,27,.55);
}
.checks li::after {
  content: ''; position: absolute; left: 8px; top: .48em;
  width: 6px; height: 11px;
  border-right: 2.5px solid #fff; border-bottom: 2.5px solid #fff;
  transform: rotate(42deg);
}
.hero__title-brand {
  display: block;
  background: var(--chrome);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 3px 18px rgba(255,255,255,.14));
  letter-spacing: .01em;
}
.hero__title-claim {
  display: block;
  font-size: .42em;
  color: var(--red-hot);
  letter-spacing: .04em;
  margin-top: .35em;
}
.hero__lead { font-size: clamp(1.02rem, .98rem + .35vw, 1.2rem); max-width: 46ch; }
.hero__cta { margin: 2.1rem 0 0; }

.hero__product { margin: 0; position: relative; }
.hero__product::before {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 76%; height: 76%; transform: translate(-50%,-50%);
  background: radial-gradient(ellipse, rgba(224,27,27,.38) 0%, transparent 66%);
  filter: blur(34px); z-index: -1;
}
.hero__product img {
  margin-inline: auto; max-width: 940px; width: 100%;
  filter: drop-shadow(0 44px 60px rgba(0,0,0,.9));
  animation: float 7s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__lead { margin-inline: auto; }
  .checks { max-width: 22rem; margin-inline: auto; text-align: left; }
  .hero__product { order: -1; max-width: 480px; margin-inline: auto; }
}

/* ---------- CAIXAS 2x2 COM IMAGEM CIRCULAR ---------- */
.boxes {
  display: grid; gap: clamp(1rem, 2vw, 1.75rem);
  grid-template-columns: repeat(2, 1fr);
}
.box {
  margin: 0; border-radius: 22px; overflow: hidden;
  border: 1px solid var(--line);
  background: var(--grad-card);
  padding: clamp(1.8rem, 3.5vw, 2.6rem) clamp(1.4rem, 3vw, 2.2rem);
  text-align: center;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.box:hover { transform: translateY(-7px); border-color: rgba(224,27,27,.5); box-shadow: var(--shadow-hi); }
.box img {
  width: clamp(150px, 22vw, 200px); aspect-ratio: 1;
  object-fit: cover; border-radius: 50%;
  margin: 0 auto 1.4rem;
  border: 3px solid rgba(224,27,27,.45);
  box-shadow: 0 14px 34px -10px rgba(0,0,0,.9);
  transition: transform .5s var(--ease), border-color .35s;
}
.box:hover img { transform: scale(1.05); border-color: var(--red-hot); }
.box figcaption { display: block; }
.box h3 { font-size: clamp(1.15rem, 1rem + .5vw, 1.55rem); line-height: 1.15; margin-bottom: .6rem; }
.box p { font-size: .95rem; color: var(--ink-mute); margin: 0; }

@media (max-width: 620px) { .boxes { grid-template-columns: 1fr; } }

/* ---------- FAIXA DE IMAGEM ---------- */
.band {
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  max-width: 1040px; padding-inline: var(--gutter);
}
.band img {
  width: 100%; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.center { text-align: center; }

/* ---------- DEMO ANIMADA DA COMPRA ---------- */
.formula__note {
  text-align: center; margin-top: clamp(2rem, 4vw, 3rem);
  font-size: .92rem; color: var(--ink-mute);
}

.demo {
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  max-width: 760px;
  border-radius: 18px; overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.demo__bar {
  display: flex; align-items: center; gap: .45rem;
  padding: .7rem 1rem; background: #0B0707;
  border-bottom: 1px solid var(--line);
}
.demo__bar span { width: 11px; height: 11px; border-radius: 50%; background: #34292A; }
.demo__bar span:first-child { background: var(--red); }
.demo__bar i {
  margin-left: auto; font-style: normal; font-size: .74rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute);
}
.demo__stage { position: relative; height: 300px; background: var(--bg-alt); }
.demo__scene {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.1rem; padding: 1.5rem;
  opacity: 0; animation: sceneCycle 12s infinite;
}
.demo__scene[data-scene="2"] { animation-delay: 4s; }
.demo__scene[data-scene="3"] { animation-delay: 8s; }
@keyframes sceneCycle {
  0%, 2%    { opacity: 0; transform: translateY(14px); }
  6%, 30%   { opacity: 1; transform: none; }
  34%, 100% { opacity: 0; transform: translateY(-14px); }
}
.demo__label {
  font-family: var(--f-head); font-size: 1.28rem; font-weight: 800;
  text-transform: uppercase; color: var(--ink); margin: 0;
}
.demo__card {
  display: flex; align-items: center; gap: 1rem;
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: 12px; padding: .9rem 1.1rem; width: min(340px, 100%);
}
.demo__thumb {
  width: 48px; height: 58px; border-radius: 7px; flex: none;
  background: linear-gradient(160deg, var(--red), var(--red-dark));
}
.demo__lines { flex: 1; display: grid; gap: .42rem; }
.demo__lines b { height: 10px; border-radius: 4px; background: rgba(255,255,255,.6); display: block; }
.demo__lines i { height: 7px; border-radius: 4px; background: rgba(255,255,255,.2); display: block; }
.demo__lines i.w60 { width: 60%; }
.demo__btn {
  font-family: var(--f-head); font-weight: 700; font-size: .95rem;
  text-transform: uppercase; letter-spacing: .05em; color: #fff;
  background: var(--grad-red); border-radius: 100px; padding: .65rem 1.6rem;
  box-shadow: 0 8px 22px -6px rgba(224,27,27,.7);
}
.demo__pays { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; }
.demo__pays span {
  font-family: var(--f-head); font-size: .8rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft);
  border: 1px solid var(--line); background: var(--surface-2);
  border-radius: 7px; padding: .38rem .72rem;
}
.demo__lock { text-align: center; color: var(--red-hot); }
.demo__lock b {
  display: block; margin-top: .4rem; font-family: var(--f-head);
  font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; color: var(--ink);
}
.demo__truck { color: var(--red-hot); animation: rollIn 4s ease-in-out infinite; }
@keyframes rollIn {
  0%, 100% { transform: translateX(-10px); }
  50%      { transform: translateX(10px); }
}
.demo__ok { font-family: var(--f-head); font-size: 1.05rem; text-transform: uppercase; color: var(--ink); }
.demo__cursor {
  position: absolute; width: 15px; height: 21px; pointer-events: none;
  background: #fff; clip-path: polygon(0 0, 0 76%, 26% 60%, 44% 100%, 62% 90%, 44% 52%, 82% 50%);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.9));
  animation: cursorMove 12s infinite;
}
@keyframes cursorMove {
  0%, 8%    { left: 62%; top: 74%; opacity: 0; }
  16%       { left: 50%; top: 68%; opacity: 1; }
  24%, 27%  { left: 50%; top: 66%; opacity: 1; }
  30%, 100% { left: 50%; top: 78%; opacity: 0; }
}
.demo__dots { display: flex; justify-content: center; gap: .4rem; padding: .85rem; background: #0B0707; }
.demo__dots i { width: 22px; height: 4px; border-radius: 4px; background: #34292A; animation: dotOn 12s infinite; }
.demo__dots i:nth-child(2) { animation-delay: 4s; }
.demo__dots i:nth-child(3) { animation-delay: 8s; }
@keyframes dotOn {
  0%, 2%    { background: #34292A; }
  6%, 30%   { background: var(--red); }
  34%, 100% { background: #34292A; }
}
@media (prefers-reduced-motion: reduce) {
  .demo__scene { animation: none; opacity: 1; position: relative; }
  .demo__stage { height: auto; }
  .demo__cursor, .demo__truck { animation: none; }
  .demo__cursor { display: none; }
}

/* ---------- COMO COMPRAR ---------- */
.howto {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: clamp(1rem, 2vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  counter-reset: hs;
}
.howto__step {
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform .3s var(--ease), border-color .3s;
}
.howto__step:hover { transform: translateY(-6px); border-color: rgba(224,27,27,.45); }
.howto__ico {
  display: grid; place-items: center;
  width: 68px; height: 68px; margin: 0 auto 1.1rem;
  border-radius: 50%;
  background: linear-gradient(150deg, rgba(224,27,27,.2), rgba(224,27,27,.05));
  border: 1px solid rgba(224,27,27,.4);
  color: var(--red-hot);
}
.howto__step h3 { font-size: 1.32rem; margin-bottom: .55rem; }
.howto__step p { font-size: .94rem; color: var(--ink-mute); margin: 0; }

.secure-note {
  margin-top: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3.5vw, 2.2rem);
  text-align: center;
}
.secure-note p { font-size: .96rem; color: var(--ink-mute); }

.pay {
  list-style: none; padding: 0; margin: 1.2rem 0 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
}
.pay li {
  font-family: var(--f-head); font-size: .84rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  background: var(--bg-alt);
  border-radius: 7px; padding: .42rem .8rem;
}
.pay--footer { justify-content: flex-start; margin-top: 0; }

/* ---------- BENEFÍCIOS ---------- */
.benefits {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: clamp(.9rem, 1.6vw, 1.35rem);
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
}
.benefit {
  background: linear-gradient(160deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem;
  position: relative; overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.benefit::before {
  content: ''; position: absolute; inset: 0 0 auto; height: 2px;
  background: var(--grad-red); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.benefit:hover { transform: translateY(-6px); border-color: rgba(224,27,27,.4); box-shadow: var(--shadow-card); }
.benefit:hover::before { transform: scaleX(1); }
.benefit__ico { color: var(--red-hot); font-size: 1.1rem; display: block; margin-bottom: .7rem; }
.benefit h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.benefit p { font-size: .94rem; color: var(--ink-mute); margin: 0; }

/* ---------- MOSAICO ---------- */
.mosaic {
  display: grid; gap: clamp(.85rem, 1.5vw, 1.25rem);
  grid-template-columns: repeat(4, 1fr);
}
.mosaic__item {
  margin: 0; position: relative; overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-soft);
  background: var(--surface);
}
.mosaic__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease), filter .5s;
}
.mosaic__item:hover img { transform: scale(1.06); filter: brightness(1.08); }
.mosaic__item--tall { grid-row: span 2; }
.mosaic__item figcaption {
  position: absolute; inset: auto 0 0; padding: 1.5rem 1.1rem .9rem;
  background: linear-gradient(transparent, rgba(5,3,3,.94));
  font-family: var(--f-head); font-size: 1.02rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .03em; color: var(--ink);
}
@media (max-width: 860px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .mosaic__item--tall { grid-row: span 1; }
}

/* ---------- SPLIT ---------- */
.split__inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.split__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); }
.split__media img { width: 100%; }
.split__copy .section__title { margin-bottom: 1.2rem; }
.split__copy p { color: rgba(255,255,255,.94); font-size: 1.06rem; }
.split__copy .btn { margin-top: .6rem; }
@media (max-width: 860px) {
  .split__inner { grid-template-columns: 1fr; }
  .split__inner--rev .split__media { order: -1; }
  .split__media { max-width: 460px; margin-inline: auto; }
}

/* ---------- FÓRMULA ---------- */
.formula {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(1rem, 2vw, 1.75rem);
}
.ing {
  flex: 0 1 clamp(260px, calc(33.333% - 1.2rem), 380px);
  margin: 0; border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--grad-card);
  padding: clamp(1.6rem, 3vw, 2.3rem) clamp(1.2rem, 2.5vw, 1.9rem);
  text-align: center;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.ing:hover { transform: translateY(-7px); border-color: rgba(224,27,27,.5); box-shadow: var(--shadow-hi); }
.ing img {
  width: clamp(135px, 19vw, 185px); aspect-ratio: 1;
  border-radius: 50%; margin: 0 auto 1.25rem;
  border: 3px solid rgba(224,27,27,.4);
  box-shadow: 0 14px 32px -10px rgba(0,0,0,.9);
  transition: transform .5s var(--ease), border-color .35s;
}
.ing:hover img { transform: scale(1.06); border-color: var(--red-hot); }
.ing h3 { font-size: clamp(1.1rem, 1rem + .45vw, 1.42rem); margin-bottom: .5rem; }
.ing h3 b { color: var(--red-hot); }
.ing p { font-size: .93rem; color: var(--ink-mute); margin: 0; }

@media (max-width: 900px) { .ing { flex-basis: calc(50% - .9rem); } }
@media (max-width: 560px) { .ing { flex-basis: 100%; } }

/* ---------- TABELA NUTRICIONAL ---------- */
.nutri {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
}
.nutri h3 { font-size: 1.55rem; margin-bottom: .4rem; }
.nutri__meta { color: var(--ink-mute); font-size: .92rem; margin-bottom: 1.4rem; }
.nutri__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.nutri table { width: 100%; border-collapse: collapse; min-width: 340px; }
.nutri th, .nutri td { text-align: left; padding: .82rem .6rem; border-bottom: 1px solid var(--line-soft); font-size: .96rem; }
.nutri th { font-family: var(--f-head); text-transform: uppercase; letter-spacing: .07em; color: var(--red-hot); font-size: .92rem; }
.nutri td:last-child { text-align: right; color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.nutri tr:last-child td { border-bottom: 0; }
.nutri__warn { margin-top: 1.2rem; font-size: .88rem; color: var(--gold); }

/* ---------- STATEMENT ---------- */
.statement { text-align: center; }
.statement__inner { max-width: 820px; margin-inline: auto; }
.statement__text {
  font-size: clamp(1.08rem, 1rem + .5vw, 1.34rem);
  color: var(--ink-soft); margin: 1.6rem 0 2.4rem;
}
.statement--red {
  background:
    radial-gradient(70% 120% at 50% 0%, rgba(224,27,27,.22) 0%, transparent 62%),
    var(--bg);
}

/* ---------- RESULTADOS ---------- */
.results {
  display: grid; gap: clamp(.9rem, 1.6vw, 1.4rem);
  grid-template-columns: repeat(2, 1fr);
}
.results__item {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.results__item:hover { transform: translateY(-5px); box-shadow: var(--shadow-hi); }
.results__item img { width: 100%; }
@media (max-width: 700px) { .results { grid-template-columns: 1fr; } }

/* ---------- STEPS ---------- */
.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  counter-reset: s;
}
.step {
  background: linear-gradient(165deg, var(--surface) 0%, var(--bg-alt) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 2rem 1.6rem 1.8rem;
  position: relative;
  transition: transform .3s var(--ease), border-color .3s;
}
.step:hover { transform: translateY(-6px); border-color: rgba(224,27,27,.4); }
.step__n {
  font-family: var(--f-head); font-size: 3.2rem; font-weight: 800;
  line-height: 1; display: block; margin-bottom: .5rem;
  background: var(--grad-red);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.step h3 { font-size: 1.4rem; margin-bottom: .6rem; }
.step p { font-size: .96rem; color: var(--ink-mute); margin: 0; }

.golden {
  margin-top: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(201,169,97,.34);
  background: linear-gradient(150deg, rgba(201,169,97,.09), transparent 62%), var(--surface);
  border-radius: var(--radius);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
}
.golden h3 { font-size: 1.5rem; color: var(--gold); margin-bottom: .8rem; }
.golden__warn { color: var(--gold); font-size: .9rem; margin-top: 1rem; }

/* ---------- OFERTAS ---------- */
.offers {
  display: grid; gap: clamp(1.1rem, 2.2vw, 1.75rem);
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
  align-items: start;
}
.offer {
  position: relative;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  padding: 2.6rem 1.35rem 1.6rem;
  display: flex; flex-direction: column;
  text-align: center;
  box-shadow: 0 26px 60px -22px rgba(0,0,0,.9);
  transition: transform .35s var(--ease), box-shadow .35s;
}
.offer:hover { transform: translateY(-8px); box-shadow: 0 34px 78px -20px rgba(224,27,27,.5); }

.offer--featured { box-shadow: 0 0 0 3px var(--red), 0 30px 70px -22px rgba(224,27,27,.6); }
.offer--value    { box-shadow: 0 0 0 3px var(--gold), 0 30px 70px -22px rgba(0,0,0,.9); }

.offer__off {
  font-family: var(--f-head); font-weight: 800;
  font-size: clamp(1.3rem, 1.1rem + .7vw, 1.75rem);
  text-transform: uppercase; color: var(--red); margin: 0 0 .1rem;
}
.offer__unit {
  font-family: var(--f-head); font-weight: 700;
  font-size: clamp(1.02rem, .95rem + .4vw, 1.28rem);
  color: #1A1A1A; margin: 0 0 .9rem;
}
.offer__gift {
  font-family: var(--f-head); font-weight: 800; font-size: .96rem;
  letter-spacing: .06em; text-transform: uppercase; color: #fff;
  background: var(--grad-red); border-radius: 100px;
  padding: .58rem .9rem; margin: .4rem 0 1.1rem;
  box-shadow: 0 8px 22px -6px rgba(224,27,27,.75);
}
.offer__gift--hot { background: linear-gradient(135deg, #E8A33D, var(--gold)); color: #241800; box-shadow: 0 8px 22px -6px rgba(201,169,97,.8); }
.offer__from {
  font-family: var(--f-head); font-weight: 700; font-size: 1.02rem;
  letter-spacing: .03em; color: var(--red); margin: 0 0 .1rem;
}
.offer__from s { color: #9A9A9A; }
.offer__install {
  font-family: var(--f-head); font-weight: 800; line-height: .95;
  font-size: clamp(3rem, 2.2rem + 2.6vw, 4.3rem);
  color: var(--red); margin: 0 0 .2rem; font-variant-numeric: tabular-nums;
}
.offer__install span { font-size: .44em; color: #1A1A1A; margin-right: .1em; }
.offer__cash {
  font-family: var(--f-head); font-weight: 700; font-size: 1rem;
  letter-spacing: .04em; color: #1A1A1A; margin: 0 0 1.1rem;
}
.offer__ship {
  font-family: var(--f-head); font-weight: 800; font-size: 1.02rem;
  letter-spacing: .04em; color: #1A1A1A; margin: .9rem 0 0;
}

.offer__ribbon {
  position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #25D366, var(--green-dark));
  color: #fff; font-family: var(--f-head); font-weight: 700;
  font-size: .88rem; letter-spacing: .09em; text-transform: uppercase;
  padding: .48rem 1.25rem; border-radius: 100px;
  white-space: nowrap; box-shadow: 0 8px 24px -6px rgba(29,185,84,.7);
}
.offer__ribbon--red {
  background: var(--grad-red);
  box-shadow: 0 8px 24px -6px rgba(224,27,27,.8);
}

.offer__badge {
  position: absolute; top: 1.1rem; right: 1.1rem;
  background: var(--grad-red); color: #fff;
  font-family: var(--f-head); font-weight: 800; font-size: .88rem;
  letter-spacing: .05em; padding: .35rem .75rem; border-radius: 8px;
  box-shadow: 0 6px 18px -4px rgba(224,27,27,.7);
}
.offer__badge--big { font-size: 1rem; padding: .45rem .9rem; }

.offer__img {
  margin: .5rem 0 1.2rem; position: relative;
  display: flex; align-items: flex-end; justify-content: center;
  min-height: 190px;
}
.offer__img img { max-height: 190px; width: auto; filter: drop-shadow(0 18px 26px rgba(0,0,0,.85)); }
.offer__img--duo img:nth-child(2) { margin-left: -46px; max-height: 168px; opacity: .92; }
.offer__img--trio img:nth-child(2) { margin-left: -50px; max-height: 176px; opacity: .95; }
.offer__img--trio img:nth-child(3) { margin-left: -50px; max-height: 162px; opacity: .9; }
.offer__free {
  position: absolute; right: -2px; top: 8px;
  background: var(--grad-red); color: #fff;
  font-family: var(--f-head); font-weight: 800; font-size: .78rem;
  letter-spacing: .1em; padding: .3rem .6rem; border-radius: 6px;
  transform: rotate(9deg);
  box-shadow: 0 6px 18px -4px rgba(224,27,27,.85);
}

.offer__math {
  font-family: var(--f-head); font-size: 2.4rem; font-weight: 800;
  text-align: center; margin: 0 0 .4rem; line-height: 1; color: var(--ink);
}
.offer__math i { font-style: normal; color: var(--ink-mute); margin-inline: .3rem; font-size: .7em; }
.offer__math .is-free { color: var(--red-hot); }

.offer__title { font-size: 1.85rem; text-align: center; }
.offer__qty { text-align: center; font-size: .85rem; color: var(--ink-mute); margin: .25rem 0 1.15rem; }

.offer__price { text-align: center; margin-bottom: .7rem; }
.offer__price s { display: block; color: var(--ink-mute); font-size: .95rem; }
.offer__price strong {
  display: block; font-family: var(--f-head); font-weight: 800;
  font-size: 3.4rem; line-height: 1.05; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.offer__price strong span { font-size: .42em; vertical-align: super; margin-right: .12em; color: var(--ink-mute); }
.offer__price strong .cents { font-size: .42em; vertical-align: super; margin-right: 0; color: var(--ink); }
.offer__price em { font-style: normal; display: block; font-size: .84rem; color: var(--ink-mute); margin-top: .25rem; }

.offer__save {
  text-align: center; font-weight: 700; font-size: .92rem;
  color: #4ADE80; margin-bottom: 1.1rem;
}
.offer__save--big { font-size: 1.05rem; }
.offer__gift {
  text-align: center; font-family: var(--f-head); font-size: 1.18rem;
  font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
  color: var(--gold); margin-bottom: 1.1rem;
}

.coupon {
  background: linear-gradient(150deg, rgba(29,185,84,.14), rgba(29,185,84,.04));
  border: 1px solid rgba(29,185,84,.42);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3.5vw, 2.4rem);
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
  text-align: center;
  max-width: 780px; margin-inline: auto;
}
.coupon__title {
  font-family: var(--f-head); font-size: clamp(1.3rem, 1.1rem + .8vw, 1.85rem);
  font-weight: 800; text-transform: uppercase; color: #4ADE80;
  margin-bottom: .6rem; line-height: 1.2;
}
.coupon__text { font-size: .98rem; color: var(--ink-soft); margin-bottom: 1.3rem; }

.offer__perks { list-style: none; padding: 0; margin: 1.1rem 0 0; display: grid; gap: .45rem; }
.offer__perks li {
  font-size: .84rem; color: var(--ink-mute);
  padding-left: 1.5rem; position: relative;
}
.offer__perks li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  color: #4ADE80; font-weight: 700;
}
.offer .btn--primary { margin-top: auto; }
.offers__note { text-align: center; margin-top: 2rem; font-size: .82rem; color: var(--ink-mute); }

@media (max-width: 1000px) {
  .offers { grid-template-columns: repeat(2, 1fr); }
  .offer--value { grid-column: 1 / -1; max-width: 480px; margin-inline: auto; width: 100%; }
}
@media (max-width: 620px) {
  .offers { grid-template-columns: 1fr; }
  .offer--value { grid-column: auto; max-width: none; }
}

/* ---------- CONFIANÇA ---------- */
.trust { text-align: center; }
.trust__img {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}

/* ---------- SEGURANÇA ---------- */
.secure__list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  text-align: center;
}
.secure__list li { padding: 1.4rem 1rem; }
.secure__list span { font-size: 2rem; display: block; margin-bottom: .6rem; }
.secure__list h3 { font-size: 1.22rem; margin-bottom: .35rem; }
.secure__list p { font-size: .89rem; color: var(--ink-mute); margin: 0; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .7rem; }
.faq__item {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color .25s, background .25s;
}
.faq__item[open] { border-color: rgba(224,27,27,.42); background: var(--surface-2); }
.faq__item summary {
  cursor: pointer; list-style: none;
  padding: 1.25rem 3.2rem 1.25rem 1.4rem;
  font-family: var(--f-head); font-size: 1.22rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .015em; color: var(--ink);
  position: relative; user-select: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: ''; position: absolute; right: 1.4rem; top: 50%;
  width: 11px; height: 11px; margin-top: -6px;
  border-right: 2px solid var(--red-hot); border-bottom: 2px solid var(--red-hot);
  transform: rotate(45deg); transition: transform .3s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq__item summary:hover { color: var(--red-hot); }
.faq__body { padding: 0 1.4rem 1.35rem; }
.faq__body p { font-size: .96rem; color: var(--ink-mute); margin: 0; }

/* ---------- RODAPÉ ---------- */
.footer { background: #030202; border-top: 1px solid var(--line); padding-top: clamp(3rem, 6vw, 4.5rem); }
.footer__inner {
  display: grid; gap: 2.5rem;
  grid-template-columns: 1.1fr 1.1fr 1fr 1fr;
  padding-bottom: 3rem;
}
.footer address { font-style: normal; font-size: .92rem; color: var(--ink-mute); line-height: 1.7; margin-bottom: .7rem; }
.footer__note { font-size: .82rem !important; opacity: .8; }
.footer__local {
  font-size: .9rem !important;
  color: var(--ink-soft) !important;
  border-left: 3px solid var(--red);
  padding-left: .75rem;
  margin-bottom: .8rem;
}
.footer__local strong { color: var(--red-hot); display: block; }
.footer__col h3 { font-size: 1.1rem; margin-bottom: .9rem; color: var(--red-hot); letter-spacing: .06em; }
.footer__col p { font-size: .92rem; color: var(--ink-mute); margin-bottom: .7rem; }
.footer__col nav { display: grid; gap: .5rem; }
.footer__col a { color: var(--ink-mute); text-decoration: none; font-size: .92rem; transition: color .2s; }
.footer__col a:hover { color: var(--red-hot); }
.footer__by { margin-top: .9rem; }
.footer .brand { margin-bottom: .3rem; }

.disclaimer { border-top: 1px solid var(--line-soft); padding-block: 1.8rem 2.2rem; }
.disclaimer p { font-size: .78rem; line-height: 1.65; color: #6E6262; }
.disclaimer__copy { margin-top: 1rem; }

@media (max-width: 1000px) { .footer__inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .footer__inner { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- FLUTUANTES ---------- */
.sticky-cta {
  position: fixed; inset: auto 0 0; z-index: 85;
  display: none; align-items: center; gap: 1rem;
  padding: .75rem var(--gutter) calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(10,6,6,.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform .35s var(--ease);
}
.sticky-cta.is-on { transform: translateY(0); }
.sticky-cta__price { display: flex; flex-direction: column; line-height: 1.2; }
.sticky-cta__price s { font-size: .78rem; color: var(--ink-mute); }
.sticky-cta__price strong { font-family: var(--f-head); font-size: 1.5rem; color: var(--ink); }
.sticky-cta .btn { margin-left: auto; padding: .85rem 1.5rem; font-size: 1rem; }

@media (max-width: 720px) {
  .sticky-cta { display: flex; }
}

/* ---------- REVEAL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}
