  :root {
    --navy: #002055; --navy-deep: #001334;
    --electric: #1B3CF0; --electric-line: #003EFF;
    --sky: #A9CDEC; --sky-deep: #79BCE8;
    --coral: #F0566A; --green: #1F6B4D; --yellow: #FFD23F;
    --mist: #E9F0F7; --white: #FFFFFF;
    --ink-60: rgba(255,255,255,.62);
    --radius: 22px; --radius-shelf: 26px;
    --font: "Borna", "Helvetica Neue", Arial, sans-serif;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font); background: var(--navy); color: var(--white); -webkit-font-smoothing: antialiased; }
  body.no-scroll { overflow: hidden; }
  ::selection { background: var(--electric); color: var(--white); }
  .wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

  .scanlines { position: relative; }
  .scanlines::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(255,255,255,.07) 0 1px, transparent 1px 9px); mix-blend-mode: soft-light; }
  .scanlines.dark::after { background: repeating-linear-gradient(0deg, rgba(0,32,85,.1) 0 1px, transparent 1px 9px); }

  /* film grain — textura analógica sutil sobre a página (tira o "limpo demais" de IA) */
  .grain { position: fixed; inset: 0; z-index: 90; pointer-events: none; mix-blend-mode: overlay; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

  /* logos negativas (marcas/bandeiras): img branca, com fallback de texto */
  .logo-item { display: inline-flex; align-items: center; justify-content: center; }
  .logo-item img { height: 30px; width: auto; filter: brightness(0) invert(1); opacity: .66; transition: opacity .2s; }
  .logo-item:hover img { opacity: 1; }
  .logo-item .fallback { display: none; font-family: var(--font); font-weight: 700; font-size: 1.4rem; letter-spacing: -0.02em; color: rgba(255,255,255,.52); transition: color .2s; white-space: nowrap; }
  .logo-item.has-wordmark { gap: 9px; }
  .lockup-word { font-family: var(--font); font-weight: 700; letter-spacing: -0.01em; color: #fff; white-space: nowrap; }
  .logo-item:hover .fallback { color: #fff; }

  /* NAV */
  body > nav { position: sticky; top: 0; z-index: 50; background: rgba(0,32,85,.8); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
  .logo { display: flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
  .logo-mark { height: 30px; width: 29px; display: block; }
  .logo-word { font-family: var(--font); font-weight: 700; font-size: 1.4rem; letter-spacing: -0.02em; line-height: 1; }
  .logo-word sup { font-size: .5em; font-weight: 500; vertical-align: super; margin-left: 1px; }
  .nav-links { display: flex; align-items: center; gap: 28px; }
  .nav-links a { color: var(--ink-60); text-decoration: none; font-size: .95rem; font-weight: 500; transition: color .2s; }
  .nav-links a:hover { color: var(--white); }
  .btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font); font-weight: 600; font-size: 1rem; padding: 14px 28px; border-radius: 999px; text-decoration: none; cursor: pointer; border: none; white-space: nowrap; transition: transform .15s ease, box-shadow .15s ease, background .2s; }
  .btn:hover { transform: translateY(-2px); }
  .btn-electric { background: var(--electric); color: var(--white); }
  .btn-electric:hover { box-shadow: 0 12px 32px rgba(27,60,240,.45); background: #2a49ff; }
  .nav-links a.btn-electric { color: var(--white); }
  .btn-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.3); }
  .btn-ghost:hover { border-color: var(--white); }
  .btn-sm { padding: 10px 22px; font-size: .92rem; }

  /* HERO */
  .hero { position: relative; overflow: hidden; min-height: 92vh; display: flex; align-items: center; padding: 96px 0 72px; background: var(--navy); }
  .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; opacity: .95; z-index: 0; pointer-events: none; filter: saturate(1.05); animation: heroZoom 30s ease-in-out infinite alternate; }
  @keyframes heroZoom { from { transform: scale(1.01); } to { transform: scale(1.06); } }
  .hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(115% 80% at 90% 4%, rgba(27,60,240,.34), transparent 55%), linear-gradient(90deg, var(--navy) 1%, rgba(0,32,85,.62) 46%, rgba(0,32,85,.12) 100%), linear-gradient(180deg, transparent 48%, var(--navy) 100%); }
  .hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(169,205,236,.05) 3px 4px); }
  .hero .wrap { position: relative; z-index: 2; }
  .eyebrow { display: inline-flex; align-items: center; font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); margin-top: 30px; }
  h1 { font-family: var(--font); font-weight: 700; font-size: clamp(2.9rem, 7.6vw, 6.2rem); line-height: 1.0; letter-spacing: -0.035em; max-width: 16ch; }
  h1 em { font-style: normal; color: var(--sky); }
  #hero-rotate { color: var(--sky); display: block; white-space: nowrap; transition: opacity .35s ease, transform .35s ease; }
  #hero-rotate.swap { opacity: 0; transform: translateY(12px); }
  .hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 48px; }
  .hero-scroll { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 2; color: var(--ink-60); display: flex; align-items: center; justify-content: center; animation: bob 2.6s ease-in-out infinite; }
  .hero-scroll svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
  @keyframes bob { 0% { opacity: 0; transform: translate(-50%,-3px); } 45% { opacity: .7; } 100% { opacity: 0; transform: translate(-50%,9px); } }

  /* MARQUEE BANDEIRAS */
  .marquee-section { padding: 44px 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); background: var(--navy); }
  .marquee-label { text-align: center; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-60); margin-bottom: 26px; }
  .marquee { overflow: hidden; white-space: nowrap; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
  .marquee-track { display: inline-flex; align-items: center; animation: scroll 30s linear infinite; }
  .marquee-track .logo-item { margin-right: 64px; }
  .marquee-track .logo-item img { height: 34px; max-width: none; opacity: .9; }
  .marquee-track .has-wordmark { gap: 11px; }
  .marquee-track .has-wordmark img { height: 32px; }
  .marquee-track .lockup-word { font-size: 1.8rem; }
  .marquee-track { animation-duration: 15s; }
  @keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* SECTION HEAD genérico */
  .section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 52px; flex-wrap: wrap; }
  .section-title { font-family: var(--font); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); letter-spacing: -0.03em; line-height: 1.08; max-width: 18ch; }
  .section-title em { font-style: normal; color: var(--sky); }
  .section-sub { color: var(--ink-60); font-size: 1rem; line-height: 1.55; max-width: 46ch; flex: 1 1 380px; }
  .dados-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
  .dk-live { display: inline-flex; align-items: center; gap: 7px; font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); background: rgba(27,60,240,.16); border: 1px solid rgba(169,205,236,.24); padding: 5px 11px 5px 10px; border-radius: 999px; }
  .dk-count { font-family: var(--font); font-size: 1.1rem; font-weight: 500; color: var(--ink-60); letter-spacing: -.01em; }
  .dk-count strong { color: #fff; font-weight: 700; font-size: 1.3rem; }
  .dados-kicker .dk-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--sky-deep); flex-shrink: 0; animation: dkBlink 2.4s ease-in-out infinite; }
  .dados-kicker .dk-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--sky-deep); animation: dkPulse 2.4s ease-out infinite; }
  @keyframes dkBlink { 0%, 100% { opacity: 1; } 50% { opacity: .5; } }
  @keyframes dkPulse { 0% { transform: scale(1); opacity: .4; } 80%, 100% { transform: scale(2.4); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .dados-kicker .dk-dot, .dados-kicker .dk-dot::after { animation: none; } }

  /* BIG NUMBERS */
  .stats { padding: 104px 0; position: relative; overflow: hidden; }
  .stats-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .1; z-index: 0; pointer-events: none; }
  .stats .wrap { position: relative; z-index: 1; }
  .stat-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
  .stat-card { flex: 0 1 calc(33.333% - 12px); min-width: 248px; border-radius: var(--radius-shelf) var(--radius-shelf) 12px 12px; padding: 30px 28px 28px; min-height: 188px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease; }
  .stat-card:hover { transform: translateY(-5px); }
  .stat-card.c-navy { background: var(--navy-deep); border: 1px solid rgba(169,205,236,.18); color: #fff; }
  .stat-card.c-electric { background: var(--electric); color: #fff; }
  .stat-card.c-sky { background: var(--sky-deep); color: var(--navy); }
  .stat-ic { width: 30px; height: 30px; margin-bottom: 14px; display: block; }
  .stat-ic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .stat-card.c-navy .stat-ic { color: var(--sky); }
  .stat-num { display: block; font-family: var(--font); font-weight: 700; font-size: clamp(2.6rem, 5vw, 3.5rem); letter-spacing: -0.03em; line-height: .98; }
  .stat-card.c-navy .stat-num { color: var(--sky); }
  .stat-label { display: block; font-size: .98rem; line-height: 1.45; font-weight: 500; opacity: .92; margin-top: 14px; }
  .stat-card.c-sky .stat-label { opacity: 1; }
  .impact-strip { margin-top: 18px; border-radius: var(--radius-shelf) var(--radius-shelf) 12px 12px; background: linear-gradient(115deg, var(--electric), #0a2bd6); padding: 34px 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .impact-item { display: flex; flex-direction: column; gap: 6px; }
  .impact-num { font-family: var(--font); font-weight: 700; font-size: clamp(2.2rem, 4vw, 3rem); letter-spacing: -0.03em; line-height: 1; color: #fff; }
  .impact-label { color: rgba(255,255,255,.82); font-size: .96rem; line-height: 1.4; }
  .sources { margin: 20px auto 0; color: rgba(255,255,255,.3); font-size: .68rem; line-height: 1.45; max-width: 78ch; text-align: center; }
  .stat-statement { text-align: center; margin: 30px auto 0; max-width: 44ch; font-family: var(--font); font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.3; color: rgba(255,255,255,.72); letter-spacing: -0.01em; }
  .stat-statement strong { color: var(--sky); font-weight: 700; }

  /* PRODUTOS — carrossel */
  .products { padding: 40px 0 104px; }
  .carousel { position: relative; }
  .product-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 4px 4px 20px; -ms-overflow-style: none; scrollbar-width: none; }
  .product-track::-webkit-scrollbar { display: none; }
  .product-card { scroll-snap-align: start; flex: 0 0 340px; max-width: 340px; border-radius: var(--radius-shelf) var(--radius-shelf) 14px 14px; overflow: hidden; background: var(--navy-deep); border: 1px solid rgba(169,205,236,.16); display: flex; flex-direction: column; }
  .product-visual { position: relative; height: 220px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
  .product-visual.c-electric { background: linear-gradient(150deg, #20379a, #15266a); }
  .product-visual.c-sky { background: var(--sky-deep); }
  .product-visual.c-navy { background: #06245c; }
  .product-visual img { width: 100%; height: 100%; object-fit: cover; }
  .product-tag { position: absolute; top: 16px; left: 16px; z-index: 3; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(0,19,52,.25); }
  .product-body { padding: 22px 24px 26px; }
  .product-body h3 { font-family: var(--font); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.02em; margin-bottom: 8px; }
  .product-body p { color: var(--ink-60); font-size: .95rem; line-height: 1.5; }
  /* mock de tela dentro do visual */
  .screen { width: 78%; height: 74%; border-radius: 14px; background: rgba(255,255,255,.96); padding: 12px; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 18px 40px rgba(0,19,52,.35); }
  .screen .bar { height: 10px; border-radius: 5px; background: #d7e3f2; }
  .screen .bar.accent { background: var(--electric); width: 55%; }
  .screen .row { display: flex; gap: 8px; }
  .screen .thumb { flex: 1; border-radius: 8px; background: linear-gradient(135deg, #cfe0f1, #aecbe8); aspect-ratio: 1/1; }
  .screen .thumb.hot { background: linear-gradient(135deg, var(--electric), #5a78ff); }
  .screen-wide { width: 82%; height: 64%; border-radius: 12px; background: #06245c; border: 2px solid rgba(169,205,236,.5); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
  .screen-wide .play { width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; }
  .screen-wide .play svg { width: 18px; height: 18px; fill: var(--electric); margin-left: 3px; }
  .chat { width: 76%; display: flex; flex-direction: column; gap: 10px; }
  .chat .bubble { padding: 12px 14px; border-radius: 14px; font-size: .82rem; font-weight: 500; max-width: 82%; }
  .chat .bubble.me { align-self: flex-end; background: #fff; color: var(--navy); border-bottom-right-radius: 4px; }
  .chat .bubble.them { align-self: flex-start; background: rgba(255,255,255,.18); color: #fff; border-bottom-left-radius: 4px; }

  /* On-site — vitrine de e-commerce (silhuetas + checkout) */
  .shop { gap: 11px; padding: 13px; justify-content: flex-start; height: 84%; }
  .shop-search { display: flex; align-items: center; gap: 7px; height: 22px; padding: 0 9px; border-radius: 7px; background: #eaf0f8; flex-shrink: 0; }
  .shop-search svg { width: 12px; height: 12px; fill: none; stroke: #9fb4d0; stroke-width: 2.4; stroke-linecap: round; flex-shrink: 0; }
  .shop-search i { flex: 1; height: 4px; border-radius: 2px; background: #d2deee; max-width: 120px; }
  .shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .shop-prod { position: relative; border: 1px solid #e6edf6; border-radius: 9px; padding: 10px; display: flex; flex-direction: column; gap: 8px; background: #fff; }
  .shop-prod.is-ad { border-color: var(--electric); box-shadow: 0 0 0 1px var(--electric); }
  .shop-ad { position: absolute; top: 6px; left: 6px; font-size: 7px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--electric); padding: 2px 5px; border-radius: 4px; }
  .shop-img { height: 52px; border-radius: 6px; background: linear-gradient(135deg, #eef3fa, #dbe6f4); display: flex; align-items: center; justify-content: center; }
  .shop-sil { width: 24px; height: 24px; fill: #b3c7e2; }
  .shop-line { height: 5px; border-radius: 3px; background: #dde7f3; }
  .shop-line.w50 { width: 52%; }
  .shop-buy { display: flex; align-items: center; justify-content: space-between; }
  .shop-price { font-family: var(--font); font-weight: 700; font-size: 11px; color: var(--navy); }
  .shop-price.muted { color: #a6b9d3; font-weight: 600; }
  .shop-cart { width: 22px; height: 22px; padding: 0; border: none; border-radius: 6px; background: var(--electric); display: flex; align-items: center; justify-content: center; cursor: pointer; }
  .shop-cart svg { width: 12px; height: 12px; fill: none; stroke: #fff; stroke-width: 2; }
  .shop-checkout { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 8px; height: 34px; border-radius: 9px; background: var(--navy); color: #fff; font-family: var(--font); font-weight: 600; font-size: 11.5px; }
  .shop-checkout svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 2; }

  /* Off-site — dados ativados dentro das plataformas */
  .offsite-gfx { width: 100%; height: 100%; display: block; }
  .offsite-gfx .rlogo { opacity: .95; }
  .offsite-gfx .flow { stroke-dasharray: 4 7; animation: offFlow 1.3s linear infinite; }
  @keyframes offFlow { to { stroke-dashoffset: -22; } }

  /* In-store — footage real das telas em loja (vídeo leve) */
  .instore-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
  .dooh { width: 88%; height: 72%; position: relative; border-radius: 9px; overflow: hidden; border: 3px solid #0a1f47; box-shadow: 0 14px 30px rgba(0,19,52,.5); }
  .dooh-ad { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; opacity: 0; animation: doohFade 7.2s infinite; }
  .dooh-ad.ad1 { background: linear-gradient(120deg, #c2152f, #7c0f20); }
  .dooh-ad.ad2 { background: linear-gradient(120deg, #1B3CF0, #0a2bd6); animation-delay: 2.4s; }
  .dooh-ad.ad3 { background: linear-gradient(120deg, #002055, #06245c); animation-delay: 4.8s; }
  .ad-kicker { display: block; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.78); }
  .ad-title { display: block; font-family: var(--font); font-weight: 700; font-size: 17px; line-height: .98; color: #fff; letter-spacing: -.02em; margin-top: 5px; }
  .ad3 .ad-kicker { color: var(--sky); }
  .ad-prod { flex-shrink: 0; }
  .ad3 .ad-prod { color: var(--sky); }
  .dooh-live { position: absolute; top: 7px; right: 9px; z-index: 2; display: inline-flex; align-items: center; gap: 4px; font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #fff; background: rgba(0,0,0,.32); padding: 2px 6px; border-radius: 999px; }
  .dooh-live i { width: 5px; height: 5px; border-radius: 50%; background: #ff4d4d; animation: dkBlink 1.4s ease-in-out infinite; }
  @keyframes doohFade { 0% { opacity: 0; } 3% { opacity: 1; } 28% { opacity: 1; } 33% { opacity: 0; } 100% { opacity: 0; } }
  @media (prefers-reduced-motion: reduce) { .offsite-gfx .flow { animation: none; } .dooh-ad { animation: none; } .dooh-ad.ad1 { opacity: 1; } }
  .carousel-nav { display: flex; gap: 10px; margin-top: 8px; }
  .carousel-nav button { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.25); background: transparent; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; }
  .carousel-nav button:hover { background: var(--electric); border-color: var(--electric); }
  .carousel-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

  /* HIGHLIGHT 95% */
  .highlight { padding: 12px 0 48px; }
  .highlight-inner { border-radius: var(--radius-shelf) var(--radius-shelf) 14px 14px; background: var(--navy-deep); border: 1px solid rgba(169,205,236,.18); padding: 52px 60px; display: grid; grid-template-columns: minmax(258px, 1fr) minmax(0, 330px); gap: 56px; align-items: center; }
  .hl-num { font-family: var(--font); font-weight: 700; font-size: clamp(5rem, 11vw, 9rem); line-height: .82; color: var(--electric); letter-spacing: -0.04em; }
  .hl-lead { margin-top: 8px; font-family: var(--font); font-weight: 600; font-size: clamp(1.4rem, 3vw, 2.1rem); line-height: 1.16; color: #fff; letter-spacing: -0.02em; }
  .hl-lead em { font-style: normal; color: var(--sky); }
  .hl-sub { margin-top: 16px; color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.55; max-width: 46ch; }
  .hl-sub strong { color: #fff; font-weight: 600; }
  .hl-src { display: block; margin-top: 18px; color: rgba(255,255,255,.4); font-size: .7rem; }
  /* dot-grid (waffle) — proporção do consumo */
  .hl-viz { display: flex; flex-direction: column; gap: 18px; }
  .dotgrid { display: grid; grid-template-columns: repeat(10, 1fr); gap: clamp(6px, 0.9vw, 9px); width: 100%; max-width: 300px; }
  .dotgrid .dot { aspect-ratio: 1 / 1; border-radius: 50%; background: rgba(169,205,236,.16); }
  .dotgrid .dot.on { background: var(--electric); }
  .dotgrid.anim .dot { transform: scale(.65); opacity: 0; transition: transform .6s cubic-bezier(.22,.61,.36,1), opacity .5s ease; }
  .dotgrid.anim.in .dot { transform: scale(1); opacity: 1; }
  .hl-legend { display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: .82rem; color: rgba(255,255,255,.72); }
  .hl-legend .lg { display: inline-flex; align-items: center; gap: 8px; }
  .hl-legend .lg-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
  .hl-legend .lg-dot.on { background: var(--electric); }
  .hl-legend .lg-dot.off { background: rgba(169,205,236,.32); }
  @media (max-width: 820px) { .highlight-inner { grid-template-columns: 1fr; gap: 34px; padding: 40px 30px; } .hl-viz { max-width: 460px; } }

  /* SHELF FEATURE (assinatura: foto em prateleira + painel azul-elétrico) */
  .shelf-feature { padding: 8px 0 56px; }
  .shelf-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 20px; align-items: stretch; }
  .shelf-photo { position: relative; border-radius: var(--radius-shelf) var(--radius-shelf) 14px 14px; overflow: hidden; height: 480px; background: var(--navy-deep); box-shadow: 0 28px 54px rgba(0,19,52,.5); }
  .shelf-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; display: block; }
  .shelf-tag { position: absolute; z-index: 2; top: 22px; left: 24px; font-family: var(--font); font-weight: 600; font-size: .8rem; color: #fff; text-shadow: 0 1px 16px rgba(0,19,52,.6); }
  .shelf-tag sup { font-size: .58em; vertical-align: super; }
  .shelf-panel { position: relative; border-radius: var(--radius-shelf) var(--radius-shelf) 14px 14px; background: linear-gradient(160deg, #C7DEF2, var(--sky)); padding: 52px 52px 48px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; overflow: hidden; box-shadow: 0 28px 54px rgba(0,19,52,.5); }
  .shelf-mark { position: absolute; top: 28px; right: 30px; width: 30px; height: 32px; color: rgba(0,32,85,.82); }
  .shelf-eyebrow { display: inline-block; border: 1px solid rgba(0,32,85,.35); border-radius: 999px; padding: 6px 15px; font-family: var(--font); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); }
  .shelf-head { font-family: var(--font); font-weight: 700; font-size: clamp(1.7rem, 2.6vw, 2.5rem); line-height: 1.08; letter-spacing: -0.025em; color: var(--navy); max-width: 18ch; }
  .shelf-head em { font-style: normal; color: var(--electric); }
  .shelf-text { color: rgba(0,19,52,.72); font-size: 1.02rem; line-height: 1.55; max-width: 44ch; }
  .btn-white { background: #fff; color: var(--navy); }
  .btn-white:hover { background: var(--mist); box-shadow: 0 12px 32px rgba(0,19,52,.25); }
  @media (max-width: 820px) { .shelf-grid { grid-template-columns: 1fr; } .shelf-photo { min-height: 0; height: 240px; } .shelf-panel { padding: 36px 28px 32px; } }

  /* INSIGHTS / RELATÓRIOS */
  .insights { padding: 0 0 104px; }
  .report-card { border-radius: var(--radius-shelf) var(--radius-shelf) 12px 12px; background: var(--navy-deep); border: 1px solid rgba(169,205,236,.16); padding: 26px 26px 28px; display: flex; flex-direction: column; }
  .report-card .rc-label { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--sky); margin-bottom: 6px; }
  .report-card h3 { font-family: var(--font); font-weight: 600; font-size: 1.3rem; letter-spacing: -0.02em; margin-bottom: 20px; }
  .report-card .rc-foot { margin-top: auto; padding-top: 16px; color: var(--ink-60); font-size: .82rem; line-height: 1.4; display: flex; align-items: center; gap: 9px; }
  .report-card .rc-foot img { height: 14px; filter: brightness(0) invert(1); opacity: .55; flex-shrink: 0; }
  .insights-top { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; margin-bottom: 18px; }
  .lift { display: flex; align-items: flex-end; justify-content: center; gap: 24px; flex: 1; padding: 6px 0 2px; }
  .lift-col { display: flex; flex-direction: column; align-items: center; }
  .lift-track { width: 80px; height: 150px; display: flex; align-items: flex-end; }
  .lift-fill { width: 100%; border-radius: 8px 8px 0 0; }
  .lift-fill.ctrl { background: rgba(169,205,236,.26); }
  .lift-fill.camp { background: var(--electric); }
  .lift-v { font-family: var(--font); font-weight: 700; font-size: 1.02rem; margin-top: 12px; color: #fff; }
  .lift-l { font-size: .8rem; color: var(--ink-60); margin-top: 2px; }
  .lift-delta { display: flex; flex-direction: column; align-items: center; gap: 4px; font-family: var(--font); font-weight: 700; font-size: 1.35rem; color: #6ee7a8; padding-bottom: 64px; }
  .lift-delta svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.6; }
  .kpi-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .kpi { background: rgba(169,205,236,.08); border: 1px solid rgba(169,205,236,.14); border-radius: 12px; padding: 13px 14px; }
  .kpi .k { font-size: .72rem; color: var(--sky); letter-spacing: .04em; text-transform: uppercase; }
  .kpi .v { font-family: var(--font); font-weight: 700; font-size: 1.2rem; margin-top: 2px; }
  .report-screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .rscreen { background: #06245c; border: 1px solid rgba(169,205,236,.16); border-radius: 14px; overflow: hidden; }
  .rs-head { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid rgba(169,205,236,.12); background: rgba(0,0,0,.14); }
  .rs-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(169,205,236,.38); }
  .rs-title { margin-left: 8px; font-size: .82rem; font-weight: 600; color: #fff; }
  .rs-body { padding: 18px 16px; }
  .rs-row { display: flex; align-items: center; gap: 10px; font-size: .8rem; color: rgba(255,255,255,.8); margin-bottom: 13px; }
  .rs-row:last-child { margin-bottom: 0; }
  .rs-row > span { width: 54px; flex-shrink: 0; }
  .rs-bar { flex: 1; height: 8px; border-radius: 5px; background: rgba(169,205,236,.16); overflow: hidden; }
  .rs-bar i { display: block; height: 100%; border-radius: 5px; background: linear-gradient(90deg, var(--sky-deep), var(--electric)); }
  .rs-li { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; color: rgba(255,255,255,.82); padding: 9px 0; border-bottom: 1px solid rgba(169,205,236,.1); }
  .rs-li:last-child { border-bottom: none; }
  .rs-li b { color: #6ee7a8; font-weight: 700; }
  .rs-prepost { display: flex; align-items: flex-end; gap: 14px; height: 116px; }
  .pp { display: flex; flex-direction: column; align-items: center; }
  .pp-bar { width: 36px; height: 90px; display: flex; align-items: flex-end; }
  .pp-bar i { width: 100%; border-radius: 6px 6px 0 0; background: rgba(169,205,236,.26); }
  .pp-bar i.hot { background: var(--electric); }
  .pp-l { margin-top: 8px; font-size: .78rem; color: var(--ink-60); }
  .pp-delta { font-family: var(--font); font-weight: 700; color: #6ee7a8; font-size: 1.05rem; align-self: center; margin-left: auto; }
  /* Cases de campanha */
  .cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 18px; }
  .case-card { border-radius: var(--radius-shelf) var(--radius-shelf) 12px 12px; overflow: hidden; background: var(--navy-deep); border: 1px solid rgba(169,205,236,.16); display: flex; flex-direction: column; }
  .case-visual { position: relative; height: 188px; overflow: hidden; }
  .case-visual img { width: 100%; height: 100%; object-fit: cover; }
  .case-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,19,52,.78), transparent 55%); }
  .case-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; }
  .case-play svg { width: 19px; height: 19px; fill: var(--electric); margin-left: 3px; }
  .case-brand { position: absolute; left: 18px; bottom: 15px; z-index: 2; color: #fff; font-family: var(--font); font-weight: 700; font-size: 1.05rem; }
  .case-brand img { height: 17px; filter: brightness(0) invert(1); display: block; }
  .case-body { padding: 20px 22px 24px; }
  .case-result { display: flex; align-items: baseline; gap: 8px; }
  .case-result .cr-num { font-family: var(--font); font-weight: 700; font-size: 2rem; letter-spacing: -0.02em; color: #6ee7a8; line-height: 1; }
  .case-result .cr-lbl { font-size: .82rem; color: var(--ink-60); }
  .case-desc { margin-top: 10px; color: var(--ink-60); font-size: .9rem; line-height: 1.45; }
  .reports { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

  /* CLIENTES */
  .clients { padding: 96px 0; border-top: 1px solid rgba(255,255,255,.08); }
  .clients-head { text-align: center; margin-bottom: 16px; }
  .clients-head h2 { font-family: var(--font); font-weight: 700; font-size: clamp(1.8rem, 3.6vw, 2.6rem); letter-spacing: -0.03em; line-height: 1.1; }
  .clients-head p { color: var(--ink-60); margin-top: 12px; font-size: 1rem; }
  .client-group { margin-top: 48px; }
  .client-group-label { text-align: center; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); margin-bottom: 28px; }
  /* parede rotativa de logos — mostra a variedade sem amontoar (subconjunto em crossfade) */
  .logo-wall { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px 72px; max-width: 940px; margin: 0 auto; min-height: 36px; }
  .logo-cell { position: relative; width: 116px; height: 34px; flex: 0 0 auto; opacity: 1; transition: opacity .9s cubic-bezier(.4,0,.2,1); }
  .logo-cell.is-out { opacity: 0; }
  .logo-cell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: brightness(0) invert(1); opacity: .56; transition: opacity .2s ease; }
  .logo-cell:hover img { opacity: 1; }
  .logo-cell .fallback { display: none; position: absolute; inset: 0; align-items: center; justify-content: center; font-family: var(--font); font-weight: 600; font-size: .95rem; letter-spacing: .01em; color: rgba(255,255,255,.5); white-space: nowrap; }
  .logo-cell:hover .fallback { color: #fff; }
  @media (max-width: 600px) { .logo-wall { gap: 24px 30px; } .logo-cell { width: 94px; height: 28px; } .logo-cell .fallback { font-size: .82rem; } }

  /* CONTATO */
  .contact { background: var(--mist); color: var(--navy); border-radius: 40px 40px 0 0; padding: 104px 0; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
  .contact h2 { font-family: var(--font); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); letter-spacing: -0.03em; line-height: 1.08; }
  .contact .lead { margin-top: 20px; font-size: 1.06rem; line-height: 1.65; color: rgba(0,32,85,.72); max-width: 42ch; }
  .contact-side-actions { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
  .btn-blue { background: var(--navy); color: var(--white); }
  .btn-blue:hover { box-shadow: 0 12px 30px rgba(0,32,85,.28); }
  .btn-wa { background: var(--electric); color: #fff; }
  .btn-wa:hover { box-shadow: 0 12px 32px rgba(27,60,240,.45); background: #2a49ff; }
  .form-card { background: var(--white); border-radius: var(--radius); padding: 36px; box-shadow: 0 24px 60px rgba(0,32,85,.12); }
  .field { margin-bottom: 18px; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  @media (max-width: 460px) { .field-row { grid-template-columns: 1fr; gap: 0; } }
  .field label { display: block; font-size: .86rem; font-weight: 600; margin-bottom: 8px; color: var(--navy); }
  .field input[type=text], .field input[type=email], .field input[type=tel], .field textarea { width: 100%; font-family: var(--font); font-size: 1rem; padding: 14px 16px; border-radius: 12px; border: 1.5px solid rgba(0,32,85,.16); background: var(--mist); color: var(--navy); outline: none; transition: border-color .2s, background .2s; }
  .field input:focus, .field textarea:focus { border-color: var(--electric); background: var(--white); }
  .field textarea { resize: vertical; min-height: 84px; }
  .chips { display: flex; gap: 10px; flex-wrap: wrap; }
  .chips input { display: none; }
  .chips label { display: inline-block; cursor: pointer; padding: 10px 20px; border-radius: 999px; border: 1.5px solid rgba(0,32,85,.2); font-size: .92rem; font-weight: 600; color: var(--navy); margin-bottom: 0; transition: all .15s; }
  .chips input:checked + label { background: var(--electric); color: var(--white); border-color: var(--electric); }
  .field-check { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 22px; }
  .field-check input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--electric); flex-shrink: 0; cursor: pointer; }
  .field-check label { font-size: .85rem; font-weight: 400; line-height: 1.45; color: rgba(0,32,85,.75); margin: 0; }
  .field-check a { color: var(--electric); font-weight: 600; text-decoration: none; }
  .field-check a:hover { text-decoration: underline; }
  .form-footer .btn { width: 100%; justify-content: center; }
  .form-success { display: none; text-align: center; padding: 48px 24px; }
  .form-success h3 { font-family: var(--font); font-weight: 700; font-size: 1.5rem; margin-bottom: 12px; }
  .form-success p { color: rgba(0,32,85,.72); line-height: 1.6; }

  /* MODAL MÍDIA KIT */
  .modal-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(0,10,30,.6); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 24px; }
  .modal-overlay.open { display: flex; }
  .modal { background: #fff; color: var(--navy); border-radius: var(--radius); padding: 36px; max-width: 460px; width: 100%; position: relative; box-shadow: 0 30px 80px rgba(0,19,52,.4); max-height: 92vh; overflow-y: auto; }
  .modal h3 { font-family: var(--font); font-weight: 700; font-size: 1.6rem; letter-spacing: -0.02em; }
  .modal .modal-sub { color: rgba(0,32,85,.7); margin: 10px 0 24px; font-size: .98rem; line-height: 1.5; }
  .modal-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%; border: none; background: var(--mist); color: var(--navy); font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
  .modal-close:hover { background: #dde7f2; }
  .modal-sm { max-width: 420px; }
  .news-modal-email { background: var(--mist); border-radius: 10px; padding: 11px 14px; font-weight: 600; color: var(--navy); font-size: .95rem; margin-bottom: 18px; word-break: break-all; }
  #news-modal .field-check { margin-bottom: 20px; }
  #news-modal .field-check span { font-size: .85rem; line-height: 1.45; color: rgba(0,32,85,.78); }
  #news-confirm { width: 100%; justify-content: center; }

  /* FOOTER — compacto */
  footer { background: var(--navy-deep); padding: 56px 0 0; }
  .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.3fr; gap: 40px; padding-bottom: 36px; }
  .f-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-brand { display: flex; align-items: center; gap: 11px; color: #fff; }
  .footer-brand .logo-mark { height: 22px; width: 21px; }
  .footer-brand .logo-word { font-family: var(--font); font-weight: 700; font-size: 1.2rem; letter-spacing: -0.02em; }
  .footer-brand .logo-word sup { font-size: .5em; vertical-align: super; }
  .footer-tag { color: var(--sky); font-size: .84rem; font-weight: 600; }
  .footer-h { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 16px; font-weight: 600; }
  .f-col { display: flex; flex-direction: column; }
  .f-col a { color: rgba(255,255,255,.66); font-size: .9rem; text-decoration: none; padding: 5px 0; transition: color .2s; width: fit-content; }
  .f-col a:hover { color: #fff; }
  .f-news-sub { color: var(--ink-60); font-size: .85rem; line-height: 1.45; margin-bottom: 14px; }
  .f-news .news-form { display: flex; align-items: stretch; max-width: 280px; border: 1.5px solid rgba(255,255,255,.2); border-radius: 999px; overflow: hidden; transition: border-color .2s; }
  .f-news .news-form:focus-within { border-color: var(--sky); }
  .f-news .news-form input { flex: 1; min-width: 0; padding: 10px 16px; border: none; background: transparent; color: #fff; font-family: var(--font); font-size: .88rem; outline: none; }
  .f-news .news-form input::placeholder { color: rgba(255,255,255,.4); }
  .f-news .news-form button { border: none; background: var(--electric); color: #fff; width: 42px; flex-shrink: 0; cursor: pointer; font-size: 1.05rem; transition: background .2s; }
  .f-news .news-form button:hover { background: #2a49ff; }
  .news-optin { display: flex; align-items: flex-start; gap: 8px; margin-top: 12px; font-size: .74rem; line-height: 1.4; color: var(--ink-60); cursor: pointer; max-width: 280px; }
  .news-optin input { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--electric); flex-shrink: 0; cursor: pointer; }
  .news-optin a { color: var(--sky); text-decoration: none; }
  .news-optin a:hover { text-decoration: underline; }
  .socials { display: flex; gap: 12px; }
  .socials a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.2); color: var(--white); transition: all .2s; }
  .socials a:hover { background: var(--electric); border-color: var(--electric); }
  .socials svg { width: 17px; height: 17px; fill: currentColor; }
  .footer-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .footer-copy { color: rgba(255,255,255,.42); font-size: .8rem; }
  .footer-copy a { color: rgba(255,255,255,.62); text-decoration: underline; text-underline-offset: 2px; transition: color .2s; }
  .footer-copy a:hover { color: #fff; }
  /* FAQ (AEO) — compacta/discreta */
  .faq { padding: 72px 0 64px; }
  .faq-title { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); font-weight: 600; margin-bottom: 14px; }
  .faq-list { columns: 2; column-gap: 56px; max-width: 1000px; border-top: 1px solid rgba(169,205,236,.1); }
  .faq-item { break-inside: avoid; -webkit-column-break-inside: avoid; border-bottom: 1px solid rgba(169,205,236,.1); }
  .faq-item summary { list-style: none; cursor: pointer; padding: 12px 0; font-family: var(--font); font-weight: 500; font-size: .9rem; color: rgba(255,255,255,.7); display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color .2s; }
  .faq-item summary:hover, .faq-item[open] summary { color: #fff; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: "+"; color: var(--sky); font-size: 1.05rem; font-weight: 400; line-height: 1; flex-shrink: 0; transition: transform .3s ease; }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item p { margin: 0 0 12px; color: rgba(255,255,255,.55); line-height: 1.55; font-size: .82rem; max-width: 76ch; }
  @media (max-width: 720px) { .faq-list { columns: 1; } }
  .footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
  .footer-links a { color: rgba(255,255,255,.55); font-size: .8rem; font-weight: 500; text-decoration: none; transition: color .2s; }
  .footer-links a:hover { color: #fff; }

  /* WHATSAPP FLUTUANTE */
  .wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: var(--electric); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,32,85,.45); transition: transform .15s ease, background .2s; }
  .wa-float:hover { transform: scale(1.08); }
  .wa-float svg { width: 30px; height: 30px; fill: #fff; }

  /* RESPONSIVO */
  @media (max-width: 920px) {
    .impact-strip { grid-template-columns: 1fr; gap: 22px; }
    .cases { grid-template-columns: 1fr 1fr; }
    .reports { grid-template-columns: 1fr; }
    .highlight-inner { grid-template-columns: 1fr; gap: 14px; padding: 38px 28px; }
  }
  @media (max-width: 620px) { .cases { grid-template-columns: 1fr; } }
  @media (max-width: 860px) {
    .nav-links a:not(.btn) { display: none; }
    .contact-grid { grid-template-columns: 1fr; gap: 44px; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .hero { padding: 72px 0 64px; }
    .stats { padding: 72px 0; }
    .products, .insights { padding-bottom: 72px; }
    .clients { padding: 64px 0; }
    .contact { padding: 72px 0; }
    .form-card, .modal { padding: 26px 20px; }
    .footer-bar { flex-direction: column; align-items: flex-start; }
  }
  @media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; gap: 28px; } }
  @media (max-width: 600px) { .nav-inner .logo-word { display: none; } .btn-sm { padding: 11px 18px; min-height: 44px; } }
  /* iOS: inputs >=16px evitam zoom automático ao focar */
  @media (max-width: 768px) { input[type="text"], input[type="email"], input[type="tel"], textarea, .f-news .news-form input { font-size: 16px; } }
  @media (max-width: 540px) { .stat-card { min-width: 0; flex: 1 1 100%; } .product-card { flex-basis: 280px; } }

  /* sociais na nav */
  .nav-socials { display: inline-flex; align-items: center; gap: 14px; }
  .nav-social { display: inline-flex; color: var(--ink-60); transition: color .2s; }
  .nav-social svg { width: 18px; height: 18px; fill: currentColor; }
  .nav-social:hover { color: #fff; }

  /* Normalização de tamanho na parede de clientes (logos quadrados/finos ficam pequenos no contain) */
  /* normalização óptica dos logos: altura ~consistente na parede (caixa 116x34). */
  /* wordmarks largos sobem (sem caber em altura), bold compactos descem, emblemas ficam cheios. */
  .logo-cell img[alt="Ambev"] { transform: scale(0.82); }
  .logo-cell img[alt="Coca-Cola"] { transform: scale(0.82); }
  .logo-cell img[alt="PepsiCo"] { transform: scale(1.05); }
  .logo-cell img[alt="Nestlé"] { transform: scale(0.88); }
  .logo-cell img[alt="Unilever"] { transform: scale(1.13); }
  .logo-cell img[alt="P&G"] { transform: scale(0.82); }
  .logo-cell img[alt="Kraft Heinz"] { transform: scale(1.21); }
  .logo-cell img[alt="Mondelez"] { transform: scale(0.98); }
  .logo-cell img[alt="JDE"] { transform: scale(0.92); }
  .logo-cell img[alt="Danone"] { transform: scale(0.82); }
  .logo-cell img[alt="Mars"] { transform: scale(0.82); }
  .logo-cell img[alt="Johnson & Johnson"] { transform: scale(1.21); }
  .logo-cell img[alt="Kenvue"] { transform: scale(1.04); }
  .logo-cell img[alt="L'Oréal"] { transform: scale(1.21); }
  .logo-cell img[alt="Heineken"] { transform: scale(1.01); }
  .logo-cell img[alt="Diageo"] { transform: scale(1.1); }
  .logo-cell img[alt="Havaianas"] { transform: scale(0.95); }
  .logo-cell img[alt="Philips"] { transform: scale(1.21); }
  .logo-cell img[alt="Samsung"] { transform: scale(1.21); }
  .logo-cell img[alt="Motorola"] { transform: scale(1.21); }
  .logo-cell img[alt="Suntory"] { transform: scale(1.21); }
  .logo-cell img[alt="Dentsu"] { transform: scale(1.14); }
  .logo-cell img[alt="Ogilvy"] { transform: scale(0.82); }
  .logo-cell img[alt="WPP"] { transform: scale(0.86); }
  .logo-cell img[alt="WMcCann"] { transform: scale(1.21); }
  .logo-cell img[alt="Publicis"] { transform: scale(1.06); }
  .logo-cell img[alt="Africa"] { transform: scale(0.9); }
  .logo-cell img[alt="AlmapBBDO"] { transform: scale(1.21); }
  .logo-cell img[alt="Talent"] { transform: scale(1.21); }
  .logo-cell img[alt="DPZ"] { transform: scale(0.82); }
  .logo-cell img[alt="Galeria"] { transform: scale(1.02); }
  .logo-cell img[alt="Cadastra"] { transform: scale(1.21); }
  .logo-cell img[alt="Neo Performance"] { transform: scale(1.3); }
  .logo-cell img[alt="Globant"] { transform: scale(1.08); }
  .logo-cell img[alt="Media Brands"] { transform: scale(1.3); }
  .logo-cell img[alt="David"] { transform: scale(0.95); }
  .logo-cell img[alt="BETC Havas"] { transform: scale(1); }
  .logo-cell img[alt="Acessooh"] { transform: scale(1.3); }
  .logo-cell img[alt="Gut"] { transform: scale(0.95); }
  .logo-cell img[alt="Le Pub"] { transform: scale(0.86); }
  .logo-cell img[alt="IPG"] { transform: scale(0.82); }
  .logo-cell img[alt="Omnicom"] { transform: scale(1.21); }

  /* mockup único de relatório */
  /* Relatório interativo */
  .report { max-width: 880px; margin: 0 auto; background: var(--navy-deep); border: 1px solid rgba(169,205,236,.16); border-radius: var(--radius-shelf) var(--radius-shelf) 12px 12px; overflow: hidden; }
  .report-bar { display: flex; align-items: center; gap: 12px; padding: 13px 18px; background: rgba(0,0,0,.16); border-bottom: 1px solid rgba(169,205,236,.12); }
  .rb-dots { display: flex; gap: 6px; }
  .rb-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(169,205,236,.35); }
  .rb-title { font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.85); }
  .report-headline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(169,205,236,.12); }
  .rh-item { background: var(--navy-deep); padding: 17px 20px; display: flex; flex-direction: column; gap: 3px; transition: background .2s; }
  .rh-item:hover { background: #082a63; }
  .rh-v { font-family: var(--font); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; line-height: 1; }
  .rh-item.rh-sale .rh-v { color: #6ee7a8; }
  .rh-item.rh-media .rh-v { color: var(--sky); }
  .rh-k { font-size: .72rem; color: var(--ink-60); }
  .report-tabs { display: flex; gap: 6px; padding: 14px 18px 0; }
  .rtab { font-family: var(--font); font-weight: 600; font-size: .86rem; color: var(--ink-60); background: transparent; border: none; border-radius: 999px; padding: 9px 18px; cursor: pointer; transition: color .2s, background .2s; }
  .rtab:hover { color: #fff; background: rgba(169,205,236,.1); }
  .rtab.is-active { color: #fff; background: var(--electric); }
  .report-body { padding: 22px 22px 6px; }
  .report-foot { margin: 0; padding: 16px 22px 18px; border-top: 1px solid rgba(169,205,236,.12); color: var(--ink-60); font-size: .8rem; line-height: 1.45; text-align: center; }
  .rpanel { display: none; }
  .rpanel.is-active { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
  .rp-chart-cap { display: block; text-align: center; font-size: .68rem; color: var(--ink-60); margin-top: 12px; letter-spacing: .04em; }
  .rp-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .rkpi { background: rgba(169,205,236,.06); border: 1px solid rgba(169,205,236,.14); border-radius: 12px; padding: 14px 15px; transition: transform .15s, border-color .2s, background .2s; }
  .rkpi:hover { transform: translateY(-3px); border-color: var(--electric); background: rgba(27,60,240,.12); }
  .rk-k { font-size: .7rem; color: var(--sky); letter-spacing: .03em; text-transform: uppercase; }
  .rk-v { font-family: var(--font); font-weight: 700; font-size: 1.4rem; margin-top: 3px; }
  .rm-bars { display: flex; align-items: flex-end; gap: 14px; height: 162px; }
  .rmb { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
  .rmb span { width: 100%; border-radius: 8px 8px 0 0; background: rgba(169,205,236,.3); display: block; height: 0; transition: height .7s cubic-bezier(.2,.7,.2,1); }
  .rmb span.hot { background: #2a46a8; }
  .rmb:hover span { filter: brightness(1.25); }
  .rmb label { font-size: .64rem; color: var(--ink-60); font-weight: 600; }
  .rp-chart-list { display: flex; flex-direction: column; gap: 14px; justify-content: center; }
  .rp-row { display: flex; align-items: center; gap: 12px; font-size: .82rem; color: rgba(255,255,255,.82); }
  .rp-row > span { width: 64px; flex-shrink: 0; }
  .rp-bar { flex: 1; height: 9px; border-radius: 5px; background: rgba(169,205,236,.16); overflow: hidden; }
  .rp-bar i { display: block; height: 100%; width: 0; border-radius: 5px; background: linear-gradient(90deg, #6d9bcb, #2a46a8); transition: width .7s cubic-bezier(.2,.7,.2,1); }
  @media (max-width: 680px) { .report-headline { grid-template-columns: 1fr 1fr; } .rpanel.is-active { grid-template-columns: 1fr; gap: 18px; } .report-tabs { flex-wrap: wrap; } }
  /* NA MÍDIA — faixa de imprensa */
  .press { padding: 0 0 96px; }
  .press-head { text-align: center; margin-bottom: 40px; }
  .press-kicker { display: inline-block; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sky); margin-bottom: 12px; }
  .press-h { font-family: var(--font); font-weight: 700; font-size: clamp(1.6rem, 3.4vw, 2.4rem); letter-spacing: -.03em; line-height: 1.14; max-width: 22ch; margin: 0 auto; }
  .press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .press-card { display: flex; flex-direction: column; gap: 14px; padding: 24px 24px 20px; border-radius: var(--radius-shelf) var(--radius-shelf) 12px 12px; background: var(--navy-deep); border: 1px solid rgba(169,205,236,.16); text-decoration: none; transition: transform .2s ease, border-color .2s; }
  .press-card:hover { transform: translateY(-4px); border-color: var(--electric); }
  .press-logo { height: 26px; width: auto; max-width: 150px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .82; transition: opacity .2s; }
  .press-card:hover .press-logo { opacity: 1; }
  .press-outlet { display: flex; align-items: center; min-height: 26px; font-family: var(--font); font-weight: 700; font-size: 1.05rem; letter-spacing: -.01em; color: var(--sky); }
  .press-title { font-family: var(--font); font-weight: 600; font-size: 1.06rem; line-height: 1.34; color: #fff; letter-spacing: -.01em; flex: 1; }
  .press-meta { display: flex; align-items: center; justify-content: space-between; font-size: .76rem; color: var(--ink-60); text-transform: uppercase; letter-spacing: .06em; }
  .press-meta svg { width: 18px; height: 18px; fill: none; stroke: var(--electric); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  @media (max-width: 760px) { .press-grid { grid-template-columns: 1fr; } }
  .footer-addr { font-style: normal; color: var(--ink-60); font-size: .82rem; line-height: 1.5; margin-top: 2px; }
  .footer-addr strong { display: block; color: rgba(255,255,255,.7); font-weight: 600; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 3px; }
  /* scroll-reveal — surgimento suave ao rolar */
  .reveal { opacity: 0; transform: translateY(20px) scale(.984); filter: blur(5px); transition: opacity .9s ease, transform 1.05s cubic-bezier(.16,.7,.26,1), filter .8s ease; will-change: opacity, transform, filter; }
  .reveal.in { opacity: 1; transform: none; filter: none; }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; filter: none !important; transition: none !important; }
    .hero-bg { animation: none !important; }
  }

/* --- utilitários (ex-estilos inline) --- */
.opt { font-weight: 400; color: rgba(0,32,85,.5); }
.fs-contact { grid-column: 2; }
.fs-modal { padding: 24px 0 0; }
.fs-news { padding: 18px 0 0; }
.gtm-ns { display: none; visibility: hidden; }
.svg-defs { position: absolute; }
.px { display: none; }

/* COOKIE CONSENT — card discreto, fosco, canto inferior */
.cookie-consent { position: fixed; left: 24px; bottom: 24px; z-index: 200; width: min(372px, calc(100vw - 32px)); background: rgba(0,19,52,.82); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(169,205,236,.18); border-radius: 20px; padding: 20px 20px 18px; box-shadow: 0 24px 60px rgba(0,8,28,.55); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .55s ease, transform .65s cubic-bezier(.16,.7,.26,1); }
.cookie-consent.cc-in { opacity: 1; transform: none; pointer-events: auto; }
.cookie-consent.cc-out { opacity: 0; transform: translateY(18px); pointer-events: none; }
.cc-text { font-family: var(--font); font-size: .82rem; line-height: 1.55; color: rgba(255,255,255,.78); margin-bottom: 16px; }
.cc-text a { color: var(--sky); text-decoration: underline; text-underline-offset: 2px; }
.cc-text a:hover { color: #fff; }
.cc-actions { display: flex; gap: 10px; justify-content: flex-end; align-items: center; }
.cc-btn { font-family: var(--font); font-weight: 600; font-size: .82rem; line-height: 1; border-radius: 999px; cursor: pointer; padding: 10px 20px; border: 1px solid transparent; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.cc-decline { background: transparent; color: rgba(255,255,255,.66); border-color: rgba(255,255,255,.22); }
.cc-decline:hover { color: #fff; border-color: rgba(255,255,255,.5); }
.cc-accept { background: var(--electric); color: #fff; }
.cc-accept:hover { background: #2a49ff; box-shadow: 0 10px 26px rgba(27,60,240,.4); }
@media (max-width: 600px) { .cookie-consent { left: 12px; right: 12px; bottom: 12px; width: auto; padding: 18px; } }
@media (prefers-reduced-motion: reduce) { .cookie-consent { transition: opacity .2s ease; } .cookie-consent, .cookie-consent.cc-out { transform: none; } }

