/* ============================================================
   leroulevis — LANDING · OPÇÃO B (dark / alto impacto)
   Paleta e fontes herdadas do design system (tokens.css), mas em
   modo noturno: fundo petrol quase preto, cobre brilhante, Bodoni
   gigante, watermarks e bandas de impacto. Self-contained.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

.theme-dark {
  /* re-map semântico para dark */
  --bg:           var(--petrol-900);
  --bg-2:         var(--petrol-850);
  --bg-3:         #0B1013;
  --surface:      rgba(255,255,255,0.035);
  --surface-2:    rgba(255,255,255,0.06);
  --line:         rgba(242,239,234,0.12);
  --line-strong:  rgba(242,239,234,0.22);
  --ink:          var(--white-100);
  --ink-2:        rgba(242,239,234,0.66);
  --ink-3:        rgba(242,239,234,0.42);
  --gold:         var(--copper-300);
  --gold-2:       var(--copper-400);
  --glow:         rgba(214,150,96,0.55);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink-2);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,h2,h3,h4,p,figure,blockquote { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: none; box-shadow: 0 0 0 2px var(--bg), 0 0 0 4px var(--gold); border-radius: 6px; }

.shell { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.display { font-family: var(--font-display); letter-spacing: var(--ls-display); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: var(--fs-label); letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase; color: var(--gold); font-weight: var(--w-body-medium);
}
.eyebrow::before { content: ""; width: 42px; height: 2px; background: var(--gold-2); flex: none; box-shadow: 0 0 12px var(--glow); }

.section-title {
  font-family: var(--font-display); font-weight: var(--w-display-medium);
  font-size: var(--fs-display-2); line-height: var(--lh-display);
  color: var(--ink); letter-spacing: var(--ls-display);
}
.hl { color: var(--gold); }

.grain {
  position: absolute; inset: 0; background-image: var(--grain-texture);
  background-size: var(--grain-size) var(--grain-size);
  opacity: 0.4; mix-blend-mode: overlay; pointer-events: none;
}

/* reveal / motion */
[data-reveal] { opacity: 0; }
html:not(.js) [data-reveal] { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

section { position: relative; }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: var(--w-body-semibold); letter-spacing: 0.01em; border-radius: 999px;
  line-height: 1; white-space: nowrap; min-height: 44px; padding: 0 22px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn--sm { min-height: 40px; padding: 0 18px; font-size: var(--fs-caption); }
.btn--lg { min-height: 56px; padding: 0 30px; font-size: var(--fs-body-lg); }
.btn--primary {
  background: linear-gradient(180deg, var(--copper-300), var(--copper-500));
  color: #1a0f0a; box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 14px 40px -12px var(--glow);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 18px 50px -10px var(--glow); }
.btn--ghost { border: 1px solid var(--line-strong); color: var(--ink); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(16,23,26,0.62); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 18px; }
.nav__brand { font-weight: var(--w-display-medium); font-size: 1.5rem; letter-spacing: .04em; color: var(--gold); }
.nav__links { display: none; gap: 28px; }
.nav__links a { font-size: var(--fs-caption); color: var(--ink-2); letter-spacing: .03em; }
.nav__links a:hover { color: var(--gold); }
.nav.is-shrunk { background: rgba(11,16,19,0.9); }
.nav.is-shrunk .nav__inner { height: 60px; }

/* ---------- HERO ---------- */
.hero { position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; background: var(--bg-3); }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__photo {
  position: absolute; inset: 0;
  background: url('../assets/photos/foto-principal.webp') center 18%/cover;
  filter: contrast(1.06) saturate(.92) brightness(.74);
}
.hero__glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 72% 26%, rgba(214,150,96,0.42), transparent 60%),
    radial-gradient(80% 70% at 50% 120%, rgba(140,78,58,0.35), transparent 70%);
  mix-blend-mode: screen;
}
.hero__fade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--bg-3) 0%, rgba(11,16,19,.86) 34%, rgba(11,16,19,.30) 62%, rgba(11,16,19,.55) 100%),
    linear-gradient(0deg, var(--bg-3) 2%, transparent 32%),
    linear-gradient(180deg, rgba(11,16,19,.7) 0%, transparent 24%);
}
.hero__mark {
  position: absolute; left: -2vw; bottom: 4vh; z-index: 1;
  font-size: clamp(7rem, 26vw, 26rem); line-height: .8; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px rgba(214,150,96,.16); text-stroke: 1px rgba(214,150,96,.16);
  letter-spacing: -.02em; pointer-events: none; user-select: none; white-space: nowrap;
}
.hero__content { position: relative; z-index: 2; padding-block: 12vh; }
.hero__name {
  font-weight: var(--w-display-medium); font-size: var(--fs-hero); line-height: .86;
  color: var(--ink); margin-top: 22px; letter-spacing: -.02em;
  text-shadow: 0 2px 40px rgba(0,0,0,.5);
}
.hero__name em { font-style: italic; font-weight: var(--w-display-regular); color: var(--gold);
  text-shadow: 0 0 40px var(--glow); }
.hero__tagline { max-width: 34ch; margin-top: 24px; font-size: var(--fs-body-lg); color: var(--ink-2); }
.hero__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero__tags li { font-size: var(--fs-caption); padding: 7px 15px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink-2); background: var(--surface); }
.hero__tags li.is-active { border-color: var(--gold-2); color: var(--gold); box-shadow: 0 0 18px -4px var(--glow); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__strip { display: flex; flex-wrap: wrap; gap: 28px 40px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero__strip span { font-size: var(--fs-caption); color: var(--ink-3); text-transform: uppercase; letter-spacing: .14em; display: flex; flex-direction: column; gap: 6px; }
.hero__strip b { font-size: clamp(1.6rem, 3.2vw, 2.4rem); color: var(--gold); font-weight: var(--w-display-medium); letter-spacing: -.01em; }
.hero__strip--five { gap: 18px 26px; }
.hero__strip--five b { font-size: clamp(1.3rem, 2.4vw, 1.9rem); }

/* ---------- IMPACT BAND ---------- */
.impact { background: var(--bg-2); border-block: 1px solid var(--line); padding-block: clamp(56px, 11vw, 130px); overflow: hidden; }
.impact__line { font-size: clamp(2.6rem, 9vw, 7rem); line-height: .98; font-weight: var(--w-display-medium); color: var(--ink); }
.impact__line em { font-style: italic; color: var(--ink-3); }
.impact__line.is-accent { color: var(--gold); }
.impact__line.is-accent em { color: var(--gold); text-shadow: 0 0 50px var(--glow); }

/* ---------- watermarks de seção ---------- */
.stats__mark, .reels__mark, .contact__mark {
  position: absolute; z-index: 0; font-weight: 700; line-height: .8;
  color: transparent; -webkit-text-stroke: 1px rgba(214,150,96,.10);
  letter-spacing: -.02em; pointer-events: none; user-select: none; white-space: nowrap;
}
.stats__mark { right: -3vw; top: 2vh; font-size: clamp(6rem, 20vw, 20rem); }
.reels__mark { left: -1vw; top: -2vh; font-size: clamp(6rem, 22vw, 22rem); }
.contact__mark { left: 2vw; bottom: -4vh; font-size: clamp(5rem, 16vw, 17rem); -webkit-text-stroke-color: rgba(214,150,96,.14); }

/* ---------- STATS ---------- */
.stats { padding-block: clamp(64px, 10vw, 120px); overflow: hidden; }
.stats .section-title { margin: 12px 0 50px; }
.stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.stat { display: flex; flex-direction: column; gap: 8px; padding: 30px 26px; background: var(--bg); position: relative; }
.stat--hero { grid-column: span 2; background: linear-gradient(135deg, rgba(214,150,96,.12), rgba(16,23,26,0) 60%), var(--bg); }
.stat__n { font-weight: var(--w-display-medium); font-size: var(--fs-bignum); line-height: .9; color: var(--gold); letter-spacing: -.01em; font-variant-numeric: tabular-nums; text-shadow: 0 0 40px -6px var(--glow); }
.stat--hero .stat__n { font-size: clamp(4rem, 11vw, 7rem); }
.stat__label { font-size: var(--fs-caption); letter-spacing: .16em; text-transform: uppercase; color: var(--ink); }
.stat__sub { font-size: var(--fs-caption); color: var(--ink-3); }
.stats__source { margin-top: 36px; font-size: var(--fs-caption); color: var(--ink-3); }

/* ---------- POR QUE CONVERTE ---------- */
.why { padding-block: clamp(56px, 9vw, 110px); background: var(--bg); }
.why .section-title { margin: 12px 0 18px; }
.why__lead { max-width: 62ch; color: var(--ink-2); font-size: var(--fs-body-lg); }
.why__lead strong { color: var(--gold); font-weight: var(--w-body-semibold); }
.why__grid { display: grid; gap: 20px; margin-top: 48px; }
.card {
  background: linear-gradient(180deg, var(--surface-2), var(--surface)); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 28px; position: relative; overflow: hidden;
  transition: border-color .3s ease, transform .3s ease;
}
.card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent 70%); opacity: .6; }
.card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.card__index { display: block; font-size: 1.6rem; color: var(--gold-2); font-weight: var(--w-display-medium); }
.card__title { font-size: var(--fs-subhead); color: var(--ink); margin: 14px 0 12px; font-weight: var(--w-display-medium); line-height: 1.18; }
.card p { color: var(--ink-2); font-size: var(--fs-body); }

/* ---------- SOBRE ---------- */
.about { padding-block: clamp(56px, 9vw, 110px); background: var(--bg-2); }
.about__inner { display: grid; gap: 44px; }
.about__photo { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; margin: 0; border: 1px solid var(--line); }
.about__photo-img { position: absolute; inset: 0; background: url('../assets/photos/foto-10.webp') center 16%/cover; filter: contrast(1.06) brightness(.82) saturate(.95); }
.about__glow { position: absolute; inset: 0; background: radial-gradient(70% 50% at 50% 0%, rgba(214,150,96,.3), transparent 60%); mix-blend-mode: screen; }
.about__photo figcaption { position: absolute; left: 22px; bottom: 18px; font-size: var(--fs-label); letter-spacing: .2em; text-transform: uppercase; color: var(--ink-2); z-index: 2; }
.about__body .section-title { margin: 12px 0 22px; }
.about__body p { color: var(--ink-2); margin-bottom: 16px; max-width: 52ch; }
.quote { font-style: italic; font-weight: var(--w-display-regular); font-size: var(--fs-subhead); line-height: 1.4; color: var(--gold); border-left: 2px solid var(--gold-2); padding-left: 20px; margin: 8px 0 30px; }
.about__mini { display: flex; flex-wrap: wrap; gap: 30px; }
.about__mini span { display: block; font-size: 2.6rem; font-weight: var(--w-display-medium); color: var(--ink); line-height: 1; }
.about__mini i { font-style: normal; color: var(--gold); }
.about__mini small { font-size: var(--fs-caption); color: var(--ink-3); letter-spacing: .04em; }

/* ---------- REELS ---------- */
.reels { padding-block: clamp(56px, 9vw, 110px); background: var(--bg); overflow: hidden; }
.reels .section-title { margin: 12px 0 16px; }
.reels__lead { max-width: 56ch; color: var(--ink-2); margin-bottom: 44px; }
.reels__grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.reel { display: flex; flex-direction: column; gap: 14px; }
.reel__player { position: relative; display: block; width: 100%; aspect-ratio: 9/16; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.reel__poster { position: absolute; inset: 0; background-size: cover; background-position: center; filter: contrast(1.05) brightness(.82); transition: transform .5s ease; }
.reel__player:hover .reel__poster { transform: scale(1.07); }
.reel__player::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,16,19,.92) 4%, transparent 50%); }
.reel__play { position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 62px; height: 62px; border-radius: 50%; background: rgba(16,23,26,.5); border: 1px solid var(--gold); z-index: 2; box-shadow: 0 0 30px -6px var(--glow); backdrop-filter: blur(3px); }
.reel__play::before { content: ""; position: absolute; left: 54%; top: 50%; translate: -50% -50%; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent var(--gold); }
.reel__meta { display: flex; flex-direction: column; gap: 4px; }
.reel__n { font-size: 2.1rem; font-weight: var(--w-display-medium); color: var(--gold); line-height: 1; text-shadow: 0 0 30px -8px var(--glow); }
.reel__title { font-size: var(--fs-body); color: var(--ink); font-weight: var(--w-body-medium); }
.reel__sub { font-size: var(--fs-caption); color: var(--ink-3); }

/* ---------- AUDIÊNCIA ---------- */
.audience { padding-block: clamp(56px, 9vw, 110px); background: var(--bg-2); overflow: hidden; }
.audience .section-title { margin: 12px 0 50px; }
.audience__grid { display: grid; gap: 50px; }
.audience__donut { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.donut { position: relative; width: 240px; height: 240px; border-radius: 50%;
  background: conic-gradient(var(--gold-2) calc(var(--p) * 1%), rgba(242,239,234,.1) 0);
  box-shadow: 0 0 60px -20px var(--glow); }
.donut::after { content: ""; position: absolute; inset: 24px; border-radius: 50%; background: var(--bg-2); }
.donut__center { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.donut__pct { font-size: 3.4rem; font-weight: var(--w-display-medium); color: var(--ink); line-height: 1; }
.donut__pct small { font-size: .45em; color: var(--gold); }
.donut__lab { margin-top: 6px; font-size: var(--fs-label); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.audience__legend { display: flex; gap: 22px; }
.audience__legend li { display: flex; align-items: center; gap: 8px; font-size: var(--fs-caption); color: var(--ink-2); }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot--copper { background: var(--gold-2); }
.dot--slate { background: var(--slate-400); }
.audience__barlbl { font-size: var(--fs-label); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.bar { margin-bottom: 22px; }
.bar__head { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; margin-bottom: 9px; }
.bar__head span { font-size: var(--fs-caption); color: var(--ink); }
.bar__head b { font-family: var(--font-number); font-weight: var(--w-number-bold); color: var(--gold); font-variant-numeric: tabular-nums; }
.track { height: 7px; border-radius: 999px; background: rgba(242,239,234,.08); overflow: hidden; }
.track i { display: block; height: 100%; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, var(--copper-500), var(--gold)); box-shadow: 0 0 16px -4px var(--glow); }
.track i.track--alt { background: var(--slate-400); box-shadow: none; }
.audience__hl { margin-top: 40px; color: var(--ink-2); font-size: var(--fs-body-lg); max-width: 60ch; }
.audience__hl span { display: inline-block; font-size: 2.6rem; color: var(--gold); font-weight: var(--w-display-medium); margin-right: 8px; text-shadow: 0 0 30px -8px var(--glow); }

/* ---------- AUTORIDADE ---------- */
.authority { overflow: hidden; padding-block: clamp(64px, 10vw, 130px); background: var(--bg); }
.authority__bg { position: absolute; inset: 0; z-index: 0; }
.authority__photo { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: url('../assets/photos/foto-08.webp') center 14%/cover; filter: contrast(1.05) brightness(.7) saturate(.9); }
.authority__fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 28%, rgba(16,23,26,.55) 58%, rgba(16,23,26,.1) 100%), radial-gradient(50% 60% at 80% 30%, rgba(214,150,96,.22), transparent 60%); }
.authority__content { position: relative; z-index: 2; max-width: 600px; }
.authority__content .section-title { margin: 12px 0 22px; }
.authority__content p { color: var(--ink-2); max-width: 48ch; }
.authority__lab { font-size: var(--fs-label); letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-top: 32px; }
.authority__chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.authority__chips li { font-size: var(--fs-caption); padding: 9px 18px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--ink); background: var(--surface); }

/* ---------- MARCAS / MARQUEE ---------- */
.brands { padding-block: clamp(56px, 9vw, 110px); background: var(--bg-2); }
.brands .section-title { margin: 12px 0 16px; }
.brands__lead { max-width: 56ch; color: var(--ink-2); margin-bottom: 44px; }
.marquee { overflow: hidden; padding-block: 8px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 22px; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.logo { flex: none; display: flex; align-items: center; justify-content: center; width: clamp(140px, 18vw, 200px); height: clamp(78px, 10vw, 104px); background: var(--white-100); border-radius: 12px; border: 1px solid var(--line); padding: 18px 24px; }
.logo img { max-height: 100%; max-width: 100%; width: auto; object-fit: contain; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.brands__next { margin-top: 44px; font-size: var(--fs-display-2); color: var(--gold); font-weight: var(--w-display-medium); font-style: italic; text-shadow: 0 0 50px -12px var(--glow); }

/* ---------- COMO ENTREGA ---------- */
.deliver { padding-block: clamp(56px, 9vw, 110px); background: var(--bg); }
.deliver__inner { display: grid; gap: 44px; }
.deliver .section-title { margin: 12px 0 26px; }
.deliver__chips { display: flex; flex-direction: column; }
.deliver__chips li { padding: 18px 0 18px 24px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: var(--fs-body-lg); position: relative; }
.deliver__chips li::before { content: ""; position: absolute; left: 0; top: 50%; translate: 0 -50%; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px var(--glow); }
.deliver__rights { background: linear-gradient(180deg, rgba(214,150,96,.12), rgba(16,23,26,0)); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 32px 30px; align-self: start; }
.tag-imp { display: inline-block; font-size: var(--fs-label); letter-spacing: .16em; text-transform: uppercase; background: var(--gold-2); color: #1a0f0a; padding: 6px 13px; border-radius: 999px; }
.deliver__rights h3 { font-size: var(--fs-subhead); color: var(--ink); margin: 16px 0 14px; font-weight: var(--w-display-medium); }
.deliver__rights p { color: var(--ink-2); font-size: var(--fs-body); margin-bottom: 12px; }

/* ---------- CONTATO ---------- */
.contact { position: relative; overflow: hidden; min-height: 84vh; display: flex; align-items: center; background: var(--bg-3); }
.contact__bg { position: absolute; inset: 0; z-index: 0; }
.contact__photo { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: url('../assets/photos/foto-04.webp') center 8%/cover; filter: contrast(1.06) brightness(.62) saturate(.92); }
.contact__glow { position: absolute; inset: 0; background: radial-gradient(50% 60% at 78% 30%, rgba(214,150,96,.4), transparent 60%); mix-blend-mode: screen; }
.contact__fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--bg-3) 0%, var(--bg-3) 30%, rgba(11,16,19,.5) 56%, rgba(11,16,19,.15) 100%), linear-gradient(0deg, var(--bg-3) 2%, transparent 30%); }
.contact__content { position: relative; z-index: 2; padding-block: clamp(72px, 11vw, 130px); }
.contact__lead { max-width: 40ch; color: var(--ink-2); margin-top: 22px; font-size: var(--fs-body-lg); }
.contact__cta { font-size: clamp(3.2rem, 9vw, 7rem); font-weight: var(--w-display-medium); line-height: .92; color: var(--ink); margin: 22px 0 36px; }
.contact__cta em { font-style: italic; color: var(--gold); text-shadow: 0 0 60px var(--glow); }
.contact__buttons { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- FOOTER ---------- */
.foot { background: #07090B; color: var(--ink-2); padding-block: 44px; border-top: 1px solid var(--line); }
.foot__inner { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between; }
.foot__brand { font-size: 1.5rem; letter-spacing: .05em; color: var(--gold); }
.foot__links { display: flex; gap: 22px; }
.foot__links a { font-size: var(--fs-caption); color: var(--ink-2); }
.foot__links a:hover { color: var(--gold); }
.foot__meta { font-size: var(--fs-caption); color: var(--ink-3); letter-spacing: .04em; }

/* ---------- WHATSAPP FLUTUANTE ---------- */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(180deg, var(--copper-300), var(--copper-500)); color: #1a0f0a; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 40px -10px var(--glow); transition: transform .2s ease; }
.wa-float:hover { transform: scale(1.08); }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (min-width: 720px) {
  .stats__grid { grid-template-columns: repeat(3, 1fr); }
  .stat--hero { grid-column: span 1; }
  .why__grid { grid-template-columns: repeat(3, 1fr); }
  .about__inner { grid-template-columns: .82fr 1fr; gap: 70px; align-items: center; }
  .reels__grid { grid-template-columns: repeat(4, 1fr); }
  .reel--feat { grid-row: span 1; }
  .audience__grid { grid-template-columns: auto 1fr; gap: 90px; align-items: center; }
  .deliver__inner { grid-template-columns: 1fr .9fr; gap: 70px; align-items: start; }
}
@media (min-width: 900px) {
  .nav__links { display: flex; }
  .wa-float { width: 60px; height: 60px; right: 28px; bottom: 28px; }
}
