/* ============================================================
   VITORGURTE — Distribuidor Oficial Nestlé
   Design system + page styles
   ============================================================ */

:root {
  --blue:        #0057B8;
  --blue-600:    #0a64cf;
  --blue-700:    #003A8C;
  --blue-900:    #0a1f3d;
  --navy:        #0b1b34;
  --yellow:      #FFD100;
  --yellow-600:  #f4c400;
  --bg:          #F4F7FB;
  --surface:     #FFFFFF;
  --ink:         #0F172A;
  --muted:       #64748B;
  --muted-2:     #93a3b8;
  --line:        #E6ECF3;
  --line-2:      #eef2f7;
  --green:       #16a34a;

  --maxw: 1320px;
  --pad: 40px;
  --gap-section: 104px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.04);
  --shadow-md: 0 6px 24px rgba(15,23,42,.08);
  --shadow-lg: 0 18px 48px rgba(15,23,42,.14);
  --shadow-blue: 0 12px 30px rgba(0,87,184,.28);

  --ff-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, sans-serif;
}

/* NÃO reintroduzir aqui `* { margin:0; padding:0 }`. Este arquivo é servido por
   <link> (fora de qualquer @layer) e, no cascade, regra sem layer vence QUALQUER
   regra com layer — inclusive o `@layer utilities` do Tailwind v4. Um reset `*`
   aqui zera silenciosamente todo p-, m- e space-y- das páginas (vg). O reset já
   é feito pelo preflight do Tailwind (@layer base), que aplica box-sizing +
   margin:0 + padding:0 nos mesmos elementos. */
/* overflow-x:hidden também no <html>: é propagado ao viewport e corta os
   drawers off-canvas (position:fixed translateX(100%)), que o body sozinho
   não consegue cortar — evita a faixa horizontal/vertical no mobile. */
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100%;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad);
}

h1, h2, h3, h4 { font-family: var(--ff-display); letter-spacing: -.02em; line-height: 1.06; }

.eyebrow {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
}
.text-blue { color: var(--blue); }
.text-yellow { color: var(--yellow); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-display);
  font-weight: 700; font-size: 15px;
  padding: 14px 22px; border-radius: 12px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-yellow { background: var(--yellow); color: #1a1500; box-shadow: 0 10px 24px rgba(255,209,0,.32); }
.btn-yellow:hover { background: var(--yellow-600); transform: translateY(-2px); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: var(--shadow-blue); }
.btn-blue:hover { background: var(--blue-600); transform: translateY(-2px); }
.btn-ghost-light { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.5); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.btn-outline { background: #fff; color: var(--blue); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--blue); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }

/* ============================================================
   TOP STRIP
   ============================================================ */
.topstrip {
  background: var(--navy);
  color: #cbd6e6;
  font-size: 13px;
}
.topstrip .container { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.topstrip .t-left { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.topstrip .t-left b { color: #fff; }
.topstrip .t-right { display: flex; align-items: center; gap: 22px; }
.topstrip .t-right span { display: inline-flex; align-items: center; gap: 7px; }
.topstrip .t-right .wa { color: #7ee0a3; font-weight: 600; }
.topstrip svg { width: 15px; height: 15px; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: #34d27b; box-shadow: 0 0 0 3px rgba(52,210,123,.2); }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 26px; height: 86px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 56px; height: 56px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,87,184,.22)); }
.brand .b-name { font-family: var(--ff-display); font-weight: 800; font-size: 21px; letter-spacing: -.01em; color: var(--blue-700); line-height: 1; }
.brand .b-sub { font-size: 11px; color: var(--muted); font-weight: 500; margin-top: 3px; letter-spacing: .02em; }

.search {
  flex: 1; max-width: 560px; min-width: 0;
  display: flex; align-items: center;
  background: var(--bg);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 4px 4px 4px 16px;
  transition: border-color .18s, box-shadow .18s;
}
.search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(0,87,184,.1); background: #fff; }
.search svg.ico { width: 18px; height: 18px; color: var(--muted-2); flex-shrink: 0; }
.search input { flex: 1; min-width: 0; border: none; background: none; outline: none; font-size: 14.5px; padding: 11px 12px; color: var(--ink); }
.search input::placeholder { color: var(--muted-2); }
.search .s-btn { background: var(--blue); color: #fff; width: 36px; height: 32px; border-radius: 8px; display: grid; place-items: center; transition: background .18s; }
.search .s-btn:hover { background: var(--blue-600); }
.search .s-btn svg { width: 16px; height: 16px; }

.head-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.icon-btn {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 12px; border-radius: 11px; color: var(--ink);
  font-size: 13px; font-weight: 600; transition: background .15s;
}
.icon-btn:hover { background: var(--bg); }
.icon-btn svg { width: 21px; height: 21px; color: var(--blue-700); }
.icon-btn .lab small { display: block; color: var(--muted); font-weight: 500; font-size: 11px; }
.icon-btn .lab b { font-size: 13.5px; }
.cart-btn { position: relative; }
.cart-badge {
  position: absolute; top: 2px; left: 26px;
  background: var(--yellow); color: #1a1500;
  font-family: var(--ff-display); font-weight: 800; font-size: 11px;
  min-width: 19px; height: 19px; padding: 0 5px; border-radius: 10px;
  display: grid; place-items: center; border: 2px solid #fff;
  transition: transform .2s;
}
.cart-badge.bump { transform: scale(1.35); }
.btn-pedido { margin-left: 6px; }
.hamburger { display: none; }

/* espaço abaixo do header + navbar fixos */
.header-spacer { height: 128px; /* 86px header + 42px navbar */ }

/* ---------- Nav menu ---------- */
.navbar { background: #fff; border-bottom: 1px solid var(--line); position: fixed; top: 86px; left: 0; right: 0; z-index: 55; }
.navbar .container { display: flex; align-items: center; justify-content: center; gap: 8px; height: 42px; }
.navbar a {
  font-family: var(--ff-display); font-weight: 600; font-size: 13.5px;
  color: #334155; padding: 6px 16px; border-radius: 9px;
  display: inline-flex; align-items: center; gap: 7px;
  transition: color .15s, background .15s;
}
.navbar a:hover { color: var(--blue); background: var(--bg); }
.navbar a.hot { color: #e11d48; }
.navbar a svg { width: 15px; height: 15px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: var(--navy);
  min-height: 640px;
  display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('van-hero.png');
  background-size: cover; background-position: 62% center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,21,43,.96) 0%, rgba(8,21,43,.86) 34%, rgba(8,21,43,.45) 60%, rgba(8,21,43,.08) 82%),
    linear-gradient(180deg, rgba(8,21,43,.35) 0%, rgba(8,21,43,0) 30%);
}
.hero .container { position: relative; z-index: 2; padding-block: 70px; }
.hero.hero-left .container { max-width: 100%; width: 100%; margin: 0; padding-left: clamp(24px, 5vw, 96px); padding-right: 40px; }
.hero-inner { max-width: 600px; }
.hero-inner-split { display: flex; flex-direction: column; justify-content: space-between; min-height: 460px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
  color: #eaf2ff; font-family: var(--ff-display); font-weight: 600;
  font-size: 13px; padding: 8px 15px; border-radius: 999px;
  backdrop-filter: blur(6px); margin-bottom: 24px;
}
.hero-tag .chip { background: var(--yellow); color: #1a1500; font-weight: 800; font-size: 11px; padding: 2px 8px; border-radius: 999px; letter-spacing: .03em; }
.hero h1 { font-size: clamp(38px, 5vw, 62px); font-weight: 800; color: #fff; }
.hero h1 .hl { color: var(--yellow); }
.hero-h1-short { display: none; }
.hero p.lead { font-size: 20px; line-height: 1.5; color: #c5d3e8; margin-top: 22px; max-width: 540px; font-weight: 400; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-distrib-tag {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 0; font-family: var(--ff-display); font-weight: 700;
  font-size: 17px; color: #c5d3e8; letter-spacing: .01em;
}
.hero-distrib-tag::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); flex-shrink: 0;
}
.hero-stats { display: flex; gap: 38px; margin-top: 28px; }
.hero-stats .st b { font-family: var(--ff-display); font-weight: 800; font-size: 32px; color: #fff; display: block; line-height: 1; }
.hero-stats .st span { font-size: 13px; color: #9fb3d1; font-weight: 500; margin-top: 7px; display: block; }
.hero-stats .sep { width: 1px; background: rgba(255,255,255,.16); }

/* ---------- Trust bar (overlapping) ---------- */
.trustwrap { position: relative; z-index: 20; margin-top: -56px; }
.trustbar {
  background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line-2);
}
.trust-item { display: flex; align-items: center; gap: 14px; padding: 22px 24px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-ic { width: 46px; height: 46px; border-radius: 12px; background: #eaf2ff; color: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.trust-ic svg { width: 23px; height: 23px; }
.trust-item b { font-family: var(--ff-display); font-weight: 700; font-size: 14.5px; display: block; }
.trust-item span { font-size: 12.5px; color: var(--muted); margin-top: 3px; display: block; line-height: 1.3; }

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */
section.block { padding-block: calc(var(--gap-section) / 2); }
.sec-head { margin-bottom: 38px; }
.sec-head.center { text-align: center; max-width: 620px; margin-inline: auto; }
.sec-head h2 { font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; margin-top: 10px; }
.sec-head p { color: var(--muted); font-size: 16px; margin-top: 12px; line-height: 1.5; }
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 38px; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-family: var(--ff-display); font-weight: 700; font-size: 14px; flex-shrink: 0; }
.link-arrow svg { width: 16px; height: 16px; transition: transform .18s; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ============================================================
   TRUST STRIP (home — faixa profissional pós-hero)
   ============================================================ */
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip .container { display: grid; grid-template-columns: repeat(5, 1fr); }
.ts-item { display: flex; align-items: center; gap: 15px; padding: 26px 24px; position: relative; }
.ts-item + .ts-item::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 46px; width: 1px; background: var(--line); }
.ts-ic { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: linear-gradient(150deg, #eaf2ff, #f4f8ff); color: var(--blue); display: grid; place-items: center; }
.ts-ic svg { width: 23px; height: 23px; }
.ts-txt b { font-family: var(--ff-display); font-size: 14.5px; font-weight: 700; display: block; letter-spacing: -.01em; color: var(--ink); }
.ts-txt span { font-size: 12.5px; color: var(--muted); margin-top: 4px; display: block; line-height: 1.35; }
@media (max-width: 1000px) {
  .trust-strip .container { grid-template-columns: repeat(2, 1fr); }
  .ts-item:nth-child(odd)::before { display: none; }
  .ts-item { border-top: 1px solid var(--line); }
  .ts-item:nth-child(-n+2) { border-top: none; }
  .ts-item:nth-child(5) { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .ts-item:nth-child(5)::before { display: none; }
}
@media (max-width: 560px) {
  .trust-strip .container { grid-template-columns: 1fr; }
  .ts-item::before { display: none; }
  .ts-item { border-top: 1px solid var(--line); }
  .ts-item:first-child { border-top: none; }
  .ts-item:nth-child(5) { grid-column: auto; }
}

/* ============================================================
   CATEGORIES
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 18px; }
.cat-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 14px 16px; text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
  cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.cat-thumb { width: 100%; aspect-ratio: 1; border-radius: 13px; overflow: hidden; display: grid; place-items: center; }
.cat-thumb image-slot { width: 100%; height: 100%; }
.cat-thumb .cat-photo { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.cat-card:hover .cat-thumb .cat-photo { transform: scale(1.06); }
.cat-card .c-name { font-family: var(--ff-display); font-weight: 700; font-size: 14px; }
.cat-card.all { background: var(--blue); border-color: var(--blue); color: #fff; justify-content: center; }
.cat-card.all .cat-thumb { background: rgba(255,255,255,.14); }
.cat-card.all .cat-thumb svg { width: 38px; height: 38px; color: #fff; }
.cat-card.all .c-name { color: #fff; }
.cat-card.all:hover { box-shadow: var(--shadow-blue); }

/* ============================================================
   PRODUCTS CAROUSEL
   ============================================================ */
.carousel-wrap { position: relative; }
.car-nav {
  width: 44px; height: 44px; border-radius: 50%; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-md);
  display: grid; place-items: center; color: var(--blue-700);
  transition: background .15s, transform .15s, opacity .15s;
}
.car-nav:hover { background: var(--blue); color: #fff; }
.car-nav svg { width: 20px; height: 20px; }
.sec-head-row .car-navs { display: flex; gap: 10px; }

.product-track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 1fr);
  gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 24px; scrollbar-width: none;
}
.product-track::-webkit-scrollbar { display: none; }
.prod-card {
  scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.prod-media { position: relative; aspect-ratio: 1.08; background: var(--bg); overflow: hidden; }
.prod-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.prod-media image-slot { width: 100%; height: 100%; }
.prod-badge {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  font-family: var(--ff-display); font-weight: 800; font-size: 11px; letter-spacing: .03em;
  padding: 6px 11px; border-radius: 999px; color: #fff;
}
.badge-sale { background: #e11d48; }
.badge-top { background: var(--blue); }
.badge-new { background: var(--green); }
.prod-info { padding: 16px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.prod-info .p-name { font-family: var(--ff-display); font-weight: 700; font-size: 15.5px; line-height: 1.25; }
.prod-info .p-weight { font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.prod-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 16px; }
.p-price { font-family: var(--ff-display); }
.p-price .old { font-size: 12.5px; color: var(--muted-2); text-decoration: line-through; display: block; margin-bottom: 1px; }
.p-price .now { font-size: 22px; font-weight: 800; color: var(--ink); }
.p-price .now small { font-size: 13px; font-weight: 700; }
.add-btn {
  width: 44px; height: 44px; border-radius: 12px; background: var(--blue); color: #fff;
  display: grid; place-items: center; flex-shrink: 0; transition: background .15s, transform .15s;
}
.add-btn:hover { background: var(--blue-600); transform: scale(1.06); }
.add-btn:active { transform: scale(.92); }
.add-btn svg { width: 20px; height: 20px; }

/* ============================================================
   DIFERENCIAIS
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.r6040 { grid-template-columns: 1.25fr 1fr; }
.split.media-wide { grid-template-columns: 0.82fr 1.18fr; }
.feat-list { display: flex; flex-direction: column; gap: 12px; margin: 28px 0 32px; }
.feat-row {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 15px 18px; transition: transform .16s, box-shadow .16s;
}
.feat-row:hover { transform: translateX(5px); box-shadow: var(--shadow-md); }
.feat-ic { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.feat-ic svg { width: 21px; height: 21px; }
.feat-row b { font-family: var(--ff-display); font-weight: 700; font-size: 15px; display: block; }
.feat-row span { font-size: 13px; color: var(--muted); margin-top: 2px; display: block; line-height: 1.35; }

.media-card { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1.62; }
.media-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.float-card {
  position: absolute; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px; padding: 14px 18px;
}
.float-card .fc-ic { width: 40px; height: 40px; border-radius: 11px; background: #eaf2ff; color: var(--blue); display: grid; place-items: center; flex-shrink: 0; }
.float-card .fc-ic svg { width: 21px; height: 21px; }
.float-card b { font-family: var(--ff-display); font-weight: 700; font-size: 14px; }
.float-card span { font-size: 12px; color: var(--muted); display: block; margin-top: 1px; }
.float-bl { left: -22px; bottom: 28px; }
.float-stat { right: -18px; top: 30px; flex-direction: column; align-items: flex-start; gap: 2px; padding: 16px 20px; }
.float-stat b { font-size: 30px; font-weight: 800; color: var(--blue); line-height: 1; }
.float-stat span { font-size: 12px; }

/* ============================================================
   ROTAS
   ============================================================ */
.rotas-sec { background: linear-gradient(180deg, #eaf1fb 0%, #f4f7fb 100%); }
.rota-media { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1.45; }
.rota-media img { width: 100%; height: 100%; object-fit: cover; }
.rota-label {
  position: absolute; background: rgba(11,27,52,.86); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18); border-radius: 12px;
  padding: 10px 14px; color: #fff; box-shadow: var(--shadow-md);
}
.rota-label .rl-tag { font-family: var(--ff-display); font-weight: 800; font-size: 12px; color: var(--yellow); letter-spacing: .06em; }
.rota-label .rl-name { font-size: 13px; font-weight: 600; margin-top: 2px; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
.mini-stat { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; text-align: center; }
.mini-stat .ms-ic { color: var(--blue); margin-bottom: 8px; }
.mini-stat .ms-ic svg { width: 22px; height: 22px; }
.mini-stat b { font-family: var(--ff-display); font-weight: 800; font-size: 24px; display: block; }
.mini-stat span { font-size: 12.5px; color: var(--muted); margin-top: 3px; display: block; }

/* ============================================================
   BRANDS — user-fillable logo grid
   ============================================================ */
.brands-sec { background: #fff; border-block: 1px solid var(--line); }
.brand-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 16px; }
.brand-logo {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 16px; display: flex; align-items: center; justify-content: center;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.brand-logo:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.brand-logo image-slot { width: 100%; height: 78px; }
.brands-note { text-align: center; margin-top: 36px; }
.brands-note span { display: inline-flex; align-items: center; gap: 9px; background: #eaf2ff; color: var(--blue-700); font-weight: 600; font-size: 13.5px; padding: 9px 18px; border-radius: 999px; }
.brands-note svg { width: 16px; height: 16px; }

/* ============================================================
   GOOGLE REVIEWS
   ============================================================ */
.gr-summary {
  display: flex; align-items: center; gap: 30px; flex-wrap: wrap; justify-content: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px 34px; box-shadow: var(--shadow-sm); margin-bottom: 34px;
}
.gr-google { display: flex; align-items: center; gap: 11px; }
.gr-google .g-logo { width: 34px; height: 34px; }
.gr-google b { font-family: var(--ff-display); font-weight: 700; font-size: 16px; }
.gr-google span { font-size: 12.5px; color: var(--muted); display: block; }
.gr-score { display: flex; align-items: center; gap: 14px; padding-inline: 30px; border-inline: 1px solid var(--line); }
.gr-score .num { font-family: var(--ff-display); font-weight: 800; font-size: 44px; line-height: 1; color: var(--ink); }
.gr-score .stars { color: var(--yellow); font-size: 20px; letter-spacing: 2px; }
.gr-score .meta { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.gr-cta { font-family: var(--ff-display); font-weight: 700; font-size: 13.5px; color: var(--blue); display: inline-flex; align-items: center; gap: 7px; }
.gr-cta svg { width: 15px; height: 15px; transition: transform .18s; }
.gr-cta:hover svg { transform: translateX(3px); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.test-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
  transition: transform .2s, box-shadow .2s; position: relative;
}
.test-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.test-top { display: flex; align-items: center; justify-content: space-between; }
.stars { display: flex; gap: 1px; color: var(--yellow); font-size: 17px; letter-spacing: 1px; }
.stars svg { width: 18px; height: 18px; }
.test-g { width: 22px; height: 22px; opacity: .9; }
.test-quote { font-size: 15.5px; line-height: 1.6; color: #334155; flex: 1; }
.test-person { display: flex; align-items: center; gap: 13px; }
.test-av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; font-family: var(--ff-display); font-weight: 800; font-size: 17px; color: #fff; }
.test-person b { font-family: var(--ff-display); font-weight: 700; font-size: 14.5px; display: block; }
.test-person span { font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 5px; }
.test-person .lg { color: var(--blue); font-weight: 600; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.news {
  background: linear-gradient(120deg, var(--blue) 0%, var(--blue-700) 100%);
  border-radius: var(--radius-xl); overflow: hidden; position: relative;
  padding: 46px 52px;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px;
}
.news::before { content: ""; position: absolute; right: -60px; top: -80px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(255,209,0,.22), transparent 70%); }
.news-txt { position: relative; z-index: 2; }
.news-txt h3 { color: #fff; font-size: 28px; font-weight: 800; display: flex; align-items: center; gap: 14px; }
.news-txt h3 svg { width: 30px; height: 30px; color: var(--yellow); }
.news-txt p { color: #cfe0f7; font-size: 15px; margin-top: 8px; }
.news-form { position: relative; z-index: 2; display: flex; gap: 10px; background: #fff; padding: 8px; border-radius: 14px; box-shadow: var(--shadow-lg); }
.news-form input { border: none; outline: none; padding: 13px 18px; font-size: 14.5px; width: 320px; border-radius: 9px; }
.news-form .btn { padding: 13px 26px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy); color: #aebfd6; margin-top: var(--gap-section); }
.foot-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr 1fr; gap: 40px; padding-block: 64px 48px; }
.foot-brand img { width: 64px; height: 64px; object-fit: contain; }
.foot-brand .fb-name { font-family: var(--ff-display); font-weight: 800; font-size: 20px; color: #fff; margin-top: 14px; }
.foot-brand p { font-size: 13.5px; line-height: 1.6; margin-top: 12px; max-width: 280px; }
.foot-social { display: flex; gap: 10px; margin-top: 20px; }
.foot-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cfe0f7; transition: background .15s, transform .15s; }
.foot-social a:hover { background: var(--blue); transform: translateY(-3px); }
.foot-social svg { width: 18px; height: 18px; }
.foot-col h4 { color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .02em; margin-bottom: 18px; }
.foot-col ul { display: flex; flex-direction: column; gap: 11px; }
.foot-col a, .foot-col li { font-size: 13.5px; transition: color .15s; }
.foot-col a:hover { color: #fff; }
.foot-col .ic-row { display: flex; align-items: center; gap: 9px; }
.foot-col .ic-row svg { width: 15px; height: 15px; color: var(--blue); flex-shrink: 0; }
.pay-methods { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-chip { background: #fff; border-radius: 7px; height: 30px; padding: 0 11px; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 800; font-size: 11px; color: #334155; letter-spacing: .02em; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 13px; }
.foot-bottom .fb-links { display: flex; gap: 24px; }

/* ============================================================
   CART DRAWER
   ============================================================ */
.scrim { position: fixed; inset: 0; background: rgba(8,21,43,.5); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 90; }
.scrim.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw;
  background: var(--bg); z-index: 100; box-shadow: -20px 0 50px rgba(8,21,43,.25);
  transform: translateX(100%); transition: transform .34s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; background: #fff; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-size: 19px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.drawer-head h3 svg { width: 22px; height: 22px; color: var(--blue); }
.drawer-close { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; color: var(--muted); transition: background .15s; }
.drawer-close:hover { background: var(--bg); }
.drawer-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.cart-empty { text-align: center; color: var(--muted); padding: 60px 24px; }
.cart-empty svg { width: 56px; height: 56px; color: var(--muted-2); margin-bottom: 16px; }
.cart-empty b { display: block; font-family: var(--ff-display); color: var(--ink); font-size: 16px; margin-bottom: 6px; }
.cart-line { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; display: flex; gap: 12px; align-items: center; }
.cart-line .cl-thumb { width: 56px; height: 56px; border-radius: 10px; background: var(--bg); display: grid; place-items: center; flex-shrink: 0; font-size: 22px; }
.cart-line .cl-info { flex: 1; min-width: 0; }
.cart-line .cl-info b { font-family: var(--ff-display); font-size: 14px; display: block; line-height: 1.2; }
.cart-line .cl-info .cl-price { color: var(--blue); font-weight: 700; font-size: 14px; margin-top: 3px; }
.qty { display: flex; align-items: center; gap: 2px; background: var(--bg); border-radius: 9px; padding: 3px; }
.qty button { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; color: var(--blue-700); font-weight: 700; transition: background .15s; }
.qty button:hover { background: #fff; }
.qty span { min-width: 22px; text-align: center; font-weight: 700; font-size: 13px; }
.cl-remove { color: var(--muted-2); width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; transition: color .15s, background .15s; }
.cl-remove:hover { color: #e11d48; background: #fee2e2; }
.cl-remove svg { width: 16px; height: 16px; }
.drawer-foot { background: #fff; border-top: 1px solid var(--line); padding: 20px 24px; }
.cart-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cart-total span { color: var(--muted); font-size: 14px; }
.cart-total b { font-family: var(--ff-display); font-size: 26px; font-weight: 800; }
.drawer-foot .btn { width: 100%; justify-content: center; }
.drawer-foot .ship-note { display: flex; align-items: center; gap: 8px; justify-content: center; color: var(--green); font-size: 12.5px; font-weight: 600; margin-top: 12px; }
.drawer-foot .ship-note svg { width: 16px; height: 16px; }

/* toast */
.toast { position: fixed; bottom: 28px; left: 50%; transform: translate(-50%, 120px); background: var(--navy); color: #fff; padding: 14px 22px; border-radius: 12px; font-family: var(--ff-display); font-weight: 600; font-size: 14px; box-shadow: var(--shadow-lg); z-index: 120; display: flex; align-items: center; gap: 10px; transition: transform .35s cubic-bezier(.4,0,.2,1); }
.toast.show { transform: translate(-50%, 0); }
.toast svg { width: 18px; height: 18px; color: #34d27b; }

/* mobile nav panel */
.mobile-nav { display: none; }

/* ============================================================
   ENTRANCE ANIMATIONS
   ============================================================ */
/* ============================================================
   ENTRANCE — visible by default; subtle reveal only as enhancement.
   (No opacity:0 base states, so content can never get stuck hidden.)
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { will-change: transform; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  :root { --pad: 24px; --gap-section: 84px; }
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .foot-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .gr-score { border-inline: none; }
}
@media (max-width: 920px) {
  .topstrip { display: none; }
  .header-spacer { height: 68px; /* header mobile: logo 42px + padding 12px×2 + borda 1px ≈ 67px */ }
  .header .container { gap: 10px; height: auto; padding-block: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 42px; height: 42px; }
  .brand .b-name { font-size: 17px; }
  .head-actions { flex-shrink: 0; margin-left: auto; }
  /* corrige o menu mobile: o drawer .mobile-nav ficava display:none e nunca abria */
  .mobile-nav { display: flex; }
  .navbar { display: none; }
  .icon-btn .lab { display: none; }
  .icon-btn { padding: 8px 10px; }
  .btn-pedido { display: none; }
  .hamburger { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; color: var(--blue-700); }
  .hamburger svg { width: 24px; height: 24px; }
  .navbar { position: static; top: auto; }
  .trustbar { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2n) { border-left: 1px solid var(--line); }
  .trust-item { border-top: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-top: none; }
  .trust-item:nth-child(5) { grid-column: 1 / -1; }
  .split, .split.r6040, .split.media-wide { grid-template-columns: 1fr; gap: 40px; }
  .split .media-card, .split .rota-media { order: -1; }
  .test-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .news { grid-template-columns: 1fr; padding: 36px; }
  .news-form input { width: 100%; }
  .news-form { flex-direction: column; }
}
@media (max-width: 720px) {
  :root { --pad: 16px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 34px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .gr-summary { flex-direction: column; gap: 18px; }
  /* hero mobile: menos altura (foto menos ampliada/"zoom") + conteúdo centralizado */
  .hero { min-height: 340px; align-items: center; }
  .hero .container { padding-block: 28px 34px; }
  .hero-bg { background-position: 56% center; }
  .hero-inner-split { min-height: 240px; }
  .hero-stats { display: none; }
  .hero-h1-full { display: none; }
  .hero-h1-short { display: inline; }
  .trustbar { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2n) { border-left: none; }
  .foot-main { grid-template-columns: 1fr 1fr; gap: 30px; }
  .foot-brand { grid-column: 1 / -1; }
  .foot-bottom { flex-direction: column; text-align: center; }
  .float-stat { right: 8px; }
  .float-bl { left: 8px; }
}
@media (max-width: 480px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 29px; }
  .foot-main { grid-template-columns: 1fr; gap: 28px; }
  .foot-col, .foot-brand { min-width: 0; overflow-wrap: anywhere; }
}
/* ── Cabeçalho de seção: empilha no mobile e esconde as setas do
   carrossel (no touch o usuário arrasta) — evita estouro horizontal ── */
@media (max-width: 700px) {
  .sec-head-row { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 26px; }
  .sec-head-row > div:last-child { width: 100%; justify-content: space-between; }
  .sec-head-row .car-navs { display: none; }
  .link-arrow { font-size: 13.5px; }
}

/* ── View Transitions (cross-fade entre páginas, sem tela branca) ── */
@view-transition { navigation: auto; }

@keyframes vg-fade-in  { from { opacity: 0; } to { opacity: 1; } }
@keyframes vg-fade-out { from { opacity: 1; } to { opacity: 0; } }

::view-transition-old(root) {
  animation: 200ms ease forwards vg-fade-out;
}
::view-transition-new(root) {
  animation: 200ms ease forwards vg-fade-in;
}
