:root {
  --navy: #14306e;
  --navy-deep: #0e1f4a;
  --blue: #1e90d8;
  --blue-bright: #38a8e8;
  --ink: #11203f;
  --slate: #5b6b86;
  --line: #e7edf6;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --radius: 16px;
  --maxw: 1180px;
  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', monospace;
  --grid-line: rgba(20,48,110,.045);
}
/* Assinatura: malha milimetrada (blueprint) reutilizável */
.gridlines {
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 44px 44px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; max-width: 100%;
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--blue);
}
.eyebrow .bar { width: 26px; height: 1px; background: var(--blue); opacity: .55; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.02em; line-height: 1.06; overflow-wrap: break-word; }
p { overflow-wrap: break-word; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: 15px; cursor: pointer;
  border: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 22px rgba(30,144,216,.3); }
.btn-primary:hover { background: var(--blue-bright); }
.btn-ghost { border: 1.5px solid rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-outline { border: 1.5px solid var(--line); color: var(--navy); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1fbc59; }

/* HEADER */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
  background: transparent; border-bottom: 1px solid transparent;
}
header.scrolled { background: rgba(255,255,255,.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); box-shadow: 0 6px 24px rgba(20,48,110,.06); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: inline-flex; align-items: center; }
.logo img { height: 36px; width: auto; }
.logo .logo-blue { display: none; }
header.scrolled .logo .logo-white { display: none; }
header.scrolled .logo .logo-blue { display: inline-block; }
.nav-links { display: flex; gap: 4px; padding: 6px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; backdrop-filter: blur(12px); transition: background .3s ease, border-color .3s ease; }
.nav-links a { font-size: 14.5px; font-weight: 600; color: #fff; padding: 8px 18px; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,.16); }
header.scrolled .nav-links { background: rgba(20,48,110,.05); border-color: var(--line); }
header.scrolled .nav-links a { color: var(--slate); }
header.scrolled .nav-links a:hover, header.scrolled .nav-links a.active { background: #eaf3fc; color: var(--navy); }
.cta-btn { background: var(--blue); color: #fff; padding: 11px 22px; border-radius: 999px; font-weight: 600; font-size: 14.5px; box-shadow: 0 8px 20px rgba(30,144,216,.35); transition: transform .2s ease, background .2s ease; position: relative; }
.cta-btn:hover { transform: translateY(-2px); background: var(--blue-bright); }
.cta-btn .badge { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 11px; display: grid; place-items: center; }
/* DROPDOWN "Produtos" (desktop) */
.nav-dd { position: relative; display: inline-flex; }
.nav-dd-btn { display: inline-flex; align-items: center; gap: 5px; font-family: inherit; font-size: 14.5px; font-weight: 600; color: #fff; background: none; border: none; cursor: pointer; padding: 8px 16px; border-radius: 999px; transition: background .2s, color .2s; }
.nav-dd-btn svg { width: 14px; height: 14px; transition: transform .25s; }
.nav-dd.open .nav-dd-btn svg { transform: rotate(180deg); }
.nav-dd-btn:hover, .nav-dd.open .nav-dd-btn { background: rgba(255,255,255,.16); }
header.scrolled .nav-dd-btn { color: var(--slate); }
header.scrolled .nav-dd-btn:hover, header.scrolled .nav-dd.open .nav-dd-btn { background: #eaf3fc; color: var(--navy); }
.nav-dd-menu { position: absolute; top: calc(100% + 16px); left: 50%; width: 470px; max-width: 92vw; transform: translateX(-50%) translateY(-8px); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 60px rgba(20,48,110,.18); padding: 14px; opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease; z-index: 60; }
.nav-dd.open .nav-dd-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dd-menu .dd-all { display: block; font-size: 13px; font-weight: 600; color: var(--blue); padding: 6px 10px 12px; border-bottom: 1px solid var(--line); }
.nav-dd-menu .dd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; }
.nav-dd-menu .dd-col { display: flex; flex-direction: column; }
.nav-dd-menu .dd-col .dd-h { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--navy); padding: 6px 10px 1px; }
.nav-dd-menu .dd-col .dd-h:hover { color: var(--blue); }
.nav-dd-menu .dd-col .dd-sub { font-size: 11px; color: var(--slate); padding: 0 10px 8px; }
.nav-dd-menu .dd-col a:not(.dd-h) { font-size: 13.5px; font-weight: 500; color: var(--slate); padding: 7px 10px; border-radius: 9px; }
.nav-dd-menu .dd-col a:not(.dd-h):hover { background: var(--bg-soft); color: var(--navy); }

/* Ações do header (telefone + CTA) */
.nav-actions { display: flex; align-items: center; gap: 18px; }
.hdr-phone { display: none; align-items: center; gap: 9px; color: #fff; }
@media (min-width: 1081px) { .hdr-phone { display: inline-flex; } }
.hdr-phone svg { width: 20px; height: 20px; opacity: .92; }
.hdr-phone .hp-txt { display: flex; flex-direction: column; line-height: 1.15; }
.hdr-phone .hp-txt b { font-size: 14px; font-weight: 700; }
.hdr-phone .hp-txt small { font-size: 10.5px; opacity: .82; }
header.scrolled .hdr-phone { color: var(--navy); }
.mobile-phone { display: block; }

.menu-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.menu-btn span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s ease, opacity .2s ease, background .3s ease; }
header.scrolled .menu-btn span { background: var(--navy); }
.menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

/* HERO (home) */
.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #16316f 0%, #0e1f4a 100%); color: #fff; }
.hero-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.5) saturate(1.05) blur(1.5px); }
.hero-overlay { position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(110deg, rgba(9,20,48,.9) 0%, rgba(11,26,60,.74) 45%, rgba(14,31,74,.58) 100%),
    linear-gradient(rgba(124,198,242,.1) 1px, transparent 1px) 0 0 / 50px 50px,
    linear-gradient(90deg, rgba(124,198,242,.1) 1px, transparent 1px) 0 0 / 50px 50px;
}
.hero-inner { position: relative; z-index: 2; padding-block: 130px 140px; }
.hero h1 { font-size: clamp(40px, 6vw, 76px); font-weight: 800; max-width: 14ch; }
.hero h1 .accent { color: var(--blue-bright); }
.hero p.sub { margin-top: 26px; max-width: 56ch; font-size: 19px; color: #c9d6ef; }
.hero .cta-row { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
@keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero-inner > * { animation: heroIn .9s cubic-bezier(.21,.47,.32,.98) both; }
.hero-inner > .eyebrow { animation-delay: .05s; }
.hero-inner > h1 { animation-delay: .16s; }
.hero-inner > .sub { animation-delay: .3s; }
.hero-inner > .cta-row { animation-delay: .44s; }

/* PAGE HERO (páginas internas) */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #16316f 0%, #0e1f4a 100%); color: #fff; }
.page-hero::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(56,168,232,.18); filter: blur(120px); top: -200px; right: -120px; }
.page-hero-inner { position: relative; z-index: 2; padding-block: 130px 60px; }
.crumb { font-size: 13px; color: #9fb6e0; display: flex; gap: 8px; flex-wrap: wrap; }
.crumb a:hover { color: #fff; }
.page-hero h1 { font-size: clamp(32px, 5vw, 56px); font-weight: 800; margin-top: 16px; }
.page-hero p { margin-top: 14px; max-width: 60ch; color: #c9d6ef; font-size: 18px; }

/* TRUST STRIP — card de números flutuante */
.trust { position: relative; z-index: 5; }
.stats-card {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(20, 48, 110, .12);
}
.trust .stats-card { margin-top: -60px; } /* sobrepõe o hero */
.stat { background: #fff; padding: 34px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.stat .s-ic { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #eaf3fc; color: var(--blue); margin-bottom: 14px; }
.stat .s-ic svg { width: 24px; height: 24px; }
.stat .t-num { font-family: var(--font-display); font-size: 38px; font-weight: 800; color: var(--navy); line-height: 1; letter-spacing: -.03em; }
.stat .t-lbl { font-size: 13px; color: var(--slate); margin-top: 8px; max-width: 18ch; }

/* SECTION */
section.block { padding: 100px 0; }
section.soft {
  background:
    linear-gradient(var(--grid-line) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--bg-soft);
}
.sec-head h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; margin-top: 14px; max-width: 20ch; }
.sec-head p { margin-top: 16px; max-width: 60ch; color: var(--slate); font-size: 17px; }

/* CATEGORY GRID + universos (home) */
#home-cats { margin-top: 44px; }
.cat-uni + .cat-uni { margin-top: 40px; }
.cat-uni-head { display: flex; align-items: baseline; gap: 12px 16px; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.cat-uni-head h3 { font-family: var(--font-display); font-size: 23px; font-weight: 800; color: var(--navy); }
.cat-uni-head span { font-size: 14px; color: var(--slate); flex: 1; min-width: 180px; }
.cat-uni-head a { font-size: 14px; font-weight: 600; color: var(--blue); white-space: nowrap; }
.cat-uni-head a:hover { text-decoration: underline; }
.cat-grid { margin-top: 22px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.cat:hover { border-color: rgba(30,144,216,.4); box-shadow: 0 14px 30px rgba(20,48,110,.08); transform: translateY(-3px); }
.cat .ic { width: 46px; height: 46px; border-radius: 12px; background: #eaf3fc; color: var(--blue); display: grid; place-items: center; }
.cat:hover .ic { background: var(--blue); color: #fff; }
.cat .ic svg { width: 24px; height: 24px; }
.cat h3 { font-size: 16px; font-weight: 700; margin-top: 16px; }
.cat span { font-size: 13px; color: var(--slate); display: block; margin-top: 4px; }

/* DIFERENCIAIS */
.diff-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.diff-grid.four { grid-template-columns: repeat(4,1fr); }
.diff { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.diff .ic { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center; }
.diff h3 { font-size: 18px; font-weight: 700; margin-top: 16px; }
.diff p { color: var(--slate); font-size: 14.5px; margin-top: 8px; }

/* MARCAS — parede de credenciais */
.brands { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 38px; }
.brands span {
  font-size: 15px; font-weight: 600; letter-spacing: -.01em; color: var(--slate);
  border: 1px solid var(--line); border-radius: 999px; padding: 11px 22px; background: #fff;
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.brands span:hover { color: var(--navy); border-color: rgba(30,144,216,.45); background: #f7fbff; transform: translateY(-2px); }
.brands .logo-chip { display: inline-flex; align-items: center; justify-content: center; height: 62px; padding: 0 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.brands .logo-chip img { max-height: 30px; max-width: 130px; width: auto; object-fit: contain; display: block; }
.brands .logo-chip:hover { border-color: rgba(30,144,216,.45); box-shadow: 0 10px 24px rgba(20,48,110,.08); transform: translateY(-2px); }

/* SEGMENTOS */
.seg-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border-radius: var(--radius); overflow: hidden; }
.seg { background: #fff; padding: 26px; display: flex; align-items: center; justify-content: space-between; }
.seg b { font-size: 18px; font-weight: 700; }
.seg i { font-style: normal; color: #b9c5da; font-weight: 700; }

/* CTA BAND */
.cta-band { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); border-radius: 28px; padding: 72px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.cta-band .glow { position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 420px; height: 420px; border-radius: 50%; background: rgba(56,168,232,.2); filter: blur(110px); }
.cta-band h2 { position: relative; font-size: clamp(28px,4vw,44px); font-weight: 800; }
.cta-band p { position: relative; color: #c9d6ef; margin-top: 14px; max-width: 50ch; margin-inline: auto; }
.cta-band .cta-row { position: relative; margin-top: 32px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .btn-primary { background: #fff; color: var(--navy); }
.cta-band .btn-primary:hover { background: #eaf3fc; }

/* ===== CATÁLOGO ===== */
.catalog { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: start; }
.search { position: relative; margin-bottom: 24px; }
.search input { width: 100%; border: 1px solid var(--line); border-radius: 999px; padding: 14px 18px 14px 46px; font-size: 15px; font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s; }
.search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,144,216,.12); }
.search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--slate); }
.filters h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--slate); margin-bottom: 12px; }
.filters .f-list { display: flex; flex-direction: column; gap: 2px; margin-bottom: 26px; }
.filters .f-list button { text-align: left; background: none; border: none; cursor: pointer; font-family: inherit; font-size: 14.5px; color: var(--slate); padding: 8px 12px; border-radius: 10px; transition: background .2s, color .2s; }
.filters .f-list button:hover { color: var(--navy); background: var(--bg-soft); }
.filters .f-list button.active { background: #eaf3fc; color: var(--blue); font-weight: 600; }
.filters select { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 14px; color: var(--ink); outline: none; }
.filters .chk { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--slate); margin-top: 16px; cursor: pointer; }
.results-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.result-count { color: var(--slate); font-size: 14px; }
.btn-catpdf { border: 1px solid var(--line); background: #fff; color: var(--navy); font-family: inherit; font-size: 13px; font-weight: 600; padding: 9px 16px; border-radius: 999px; cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.btn-catpdf:hover { border-color: var(--blue); color: var(--blue); background: #f7fbff; }
.uni-toggle { display: inline-flex; gap: 4px; padding: 5px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; margin-bottom: 26px; flex-wrap: wrap; }
.uni-toggle button { border: none; background: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--slate); padding: 9px 20px; border-radius: 999px; transition: background .2s, color .2s; }
.uni-toggle button:hover { color: var(--navy); }
.uni-toggle button.active { background: #fff; color: var(--navy); box-shadow: 0 2px 8px rgba(20,48,110,.1); }
.cat-group { display: flex; flex-direction: column; }
.cat-group-h { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); padding: 14px 12px 4px; }
.cat-group:first-of-type .cat-group-h { padding-top: 6px; }
.prod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: border-color .2s, box-shadow .2s, transform .2s; }
.card:hover { border-color: rgba(30,144,216,.35); box-shadow: 0 16px 34px rgba(20,48,110,.09); transform: translateY(-3px); }
.card .thumb { aspect-ratio: 4/3; display: grid; place-items: center; background: linear-gradient(135deg, #eef4fc, #dfeaf8); color: var(--blue); overflow: hidden; }
.card .thumb svg { width: 56px; height: 56px; opacity: .8; }
.card .thumb.has-img { background: #fff; padding: 12px; }
.card .thumb img { width: 100%; height: 100%; object-fit: contain; }
.card .body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.card .tags { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.card .brand { font-family: var(--font-mono); font-size: 10.5px; font-weight: 500; letter-spacing: .02em; text-transform: uppercase; color: var(--blue); background: #eaf3fc; padding: 3px 8px; border-radius: 6px; }
.card .stock { font-size: 11.5px; font-weight: 600; }
.card .stock.in { color: #16a34a; }
.card .stock.out { color: #d97706; }
.card h3 { font-size: 15.5px; font-weight: 700; line-height: 1.25; }
.card .desc { font-size: 13px; color: var(--slate); margin-top: 4px; flex: 1; }
.card .ref { font-family: var(--font-mono); font-size: 11px; letter-spacing: -.01em; color: #9aa8c2; margin-top: 8px; }
.card .add { margin-top: 12px; }
.card .add button { width: 100%; padding: 10px; border-radius: 10px; font-weight: 600; font-size: 13.5px; cursor: pointer; border: 1px solid var(--line); background: #fff; color: var(--navy); transition: background .2s, color .2s, border-color .2s; font-family: inherit; }
.card .add button:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.card .add button.added { background: #16a34a; color: #fff; border-color: #16a34a; }
.empty { border: 1px dashed var(--line); border-radius: var(--radius); padding: 60px 20px; text-align: center; color: var(--slate); }

/* ===== PRODUTO ===== */
.prod-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.prod-detail .figure { aspect-ratio: 1/1; border: 1px solid var(--line); border-radius: 20px; display: grid; place-items: center; background: linear-gradient(135deg, #eef4fc, #dfeaf8); color: var(--blue); }
.prod-detail .figure svg { width: 110px; height: 110px; opacity: .8; }

/* GALERIA (múltiplos ângulos) */
.gallery { display: flex; flex-direction: column; gap: 12px; }
.gal-main { position: relative; aspect-ratio: 1/1; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; cursor: zoom-in; padding: 18px; }
.gal-main img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.gal-main:hover img { transform: scale(1.04); }
.gal-main .zoom-hint { position: absolute; bottom: 12px; right: 12px; background: rgba(17,32,63,.7); color: #fff; font-size: 12px; padding: 6px 10px; border-radius: 999px; backdrop-filter: blur(4px); }
.gal-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gal-thumbs button { aspect-ratio: 1/1; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; cursor: pointer; padding: 0; background: var(--bg-soft); transition: border-color .2s; }
.gal-thumbs button.active { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(30,144,216,.2); }
.gal-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* LIGHTBOX */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(8,14,30,.92); display: none; align-items: center; justify-content: center; padding: 40px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox .lb-close, .lightbox .lb-prev, .lightbox .lb-next { position: absolute; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; width: 48px; height: 48px; border-radius: 999px; font-size: 22px; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.lightbox .lb-close:hover, .lightbox .lb-prev:hover, .lightbox .lb-next:hover { background: rgba(255,255,255,.25); }
.lightbox .lb-close { top: 24px; right: 24px; }
.lightbox .lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-count { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: #cdd8ee; font-size: 14px; }
.prod-detail h1 { font-size: clamp(26px,3.4vw,38px); font-weight: 800; margin-top: 12px; }
.prod-detail .ref { font-family: var(--font-mono); color: #9aa8c2; font-size: 12.5px; letter-spacing: -.01em; margin-top: 8px; }
.prod-detail .lead { color: var(--slate); margin-top: 18px; font-size: 16px; }
.spec { margin-top: 22px; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.spec .row { display: grid; grid-template-columns: 1fr 1fr; font-size: 14px; }
.spec .row:nth-child(even) { background: var(--bg-soft); }
.spec .row b { padding: 11px 16px; font-weight: 600; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: -.01em; }
.spec .row span { padding: 11px 16px; color: var(--slate); }
.prod-actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.prod-actions .btn { flex: 1; min-width: 180px; }

/* ===== FORMULÁRIO / COTAÇÃO / CONTATO ===== */
.field { width: 100%; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 14.5px; outline: none; transition: border-color .2s, box-shadow .2s; background: #fff; }
.field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,144,216,.12); }
textarea.field { resize: vertical; min-height: 110px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; }
.contact-grid { display: grid; grid-template-columns: 1fr 420px; gap: 36px; align-items: start; }
.channels { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.channel { border: 1px solid var(--line); border-radius: 14px; padding: 20px; transition: border-color .2s, transform .2s; }
.channel:hover { border-color: rgba(30,144,216,.4); transform: translateY(-2px); }
.channel .lbl { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); }
.channel .val { font-weight: 600; margin-top: 6px; }
.quote-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.quote-actions .btn { flex: 1; min-width: 150px; }
.quote-list { display: flex; flex-direction: column; }
.quote-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.quote-row:last-child { border-bottom: none; }
.quote-row .qn { flex: 1; }
.quote-row .qn b { font-weight: 600; }
.quote-row .qn small { color: #9aa8c2; display: block; }
.qty { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 10px; }
.qty button { border: none; background: none; padding: 6px 11px; cursor: pointer; color: var(--slate); font-size: 16px; }
.qty input { width: 38px; text-align: center; border: none; outline: none; font-family: inherit; }
.rm { color: #c2ccdc; cursor: pointer; background: none; border: none; padding: 4px; }
.rm:hover { color: #ef4444; }

/* FOOTER */
footer { background: var(--navy-deep); color: #c9d6ef; margin-top: 100px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-block: 64px; }
footer h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 16px; }
footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
footer ul a:hover { color: #fff; }
footer .word { font-size: 26px; font-weight: 900; color: #fff; }
footer .word b { color: var(--blue-bright); }
footer .slogan { font-style: italic; color: var(--blue-bright); font-size: 13px; margin-top: 4px; }
.foot-brand p { font-size: 13.5px; margin-top: 14px; max-width: 34ch; }
.foot-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.foot-badges span { font-size: 11.5px; font-weight: 500; color: #aebfe0; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 5px 12px; }
.foot-legal { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; color: #8fa0c4; line-height: 1.7; }
.foot-legal b { color: #c9d6ef; font-weight: 600; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 18px; font-size: 12.5px; color: #8fa0c4; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ONDE ESTAMOS — mapa */
.map-block { margin-top: 44px; display: grid; grid-template-columns: 380px 1fr; gap: 22px; align-items: stretch; }
/* unidade única: card em cima, mapa embaixo em largura total */
.map-block.single { grid-template-columns: 1fr; }
.map-block.single .loc-item { cursor: default; }
.map-block.single .loc-item:hover { transform: none; box-shadow: none; border-color: var(--line); }
.map-block.single .loc-map, .map-block.single .loc-map iframe { min-height: 420px; }
.loc-list { display: flex; flex-direction: column; gap: 14px; }
.loc-item { display: flex; gap: 14px; align-items: flex-start; text-align: left; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; cursor: pointer; font-family: inherit; transition: border-color .2s, box-shadow .2s, transform .2s; }
.loc-item:hover { border-color: rgba(30,144,216,.4); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(20,48,110,.07); }
.loc-item.active { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(30,144,216,.16); }
.loc-item .loc-ic { flex: none; width: 40px; height: 40px; border-radius: 11px; background: #eaf3fc; color: var(--blue); display: grid; place-items: center; }
.loc-item.active .loc-ic { background: var(--blue); color: #fff; }
.loc-item .loc-ic svg { width: 22px; height: 22px; }
.loc-item .loc-txt { display: block; }
.loc-item b { display: block; font-size: 16px; font-weight: 700; color: var(--navy); font-family: var(--font-display); letter-spacing: -.01em; }
.loc-item .loc-addr { display: block; font-size: 13.5px; color: var(--slate); margin-top: 5px; line-height: 1.5; }
.loc-item .loc-dir { display: inline-block; margin-top: 11px; font-size: 13px; font-weight: 600; color: var(--blue); }
.loc-item .loc-dir:hover { text-decoration: underline; }
.loc-map { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 380px; background: var(--bg-soft); box-shadow: 0 16px 40px rgba(20,48,110,.08); }
.loc-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* QUALIDADE & REGULATÓRIO */
.reg-data { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.reg-item { background: #fff; padding: 20px 22px; display: flex; flex-direction: column; gap: 5px; }
.reg-item .reg-k { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--blue); }
.reg-item .reg-v { font-size: 15px; font-weight: 600; color: var(--navy); overflow-wrap: anywhere; }
.doc-list { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.doc-item { display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.doc-item:hover { border-color: rgba(30,144,216,.4); box-shadow: 0 12px 26px rgba(20,48,110,.07); transform: translateY(-2px); }
.doc-ic { flex: none; width: 42px; height: 42px; border-radius: 11px; background: #eaf3fc; color: var(--blue); display: grid; place-items: center; }
.doc-ic svg { width: 22px; height: 22px; }
.doc-body { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.doc-body b { font-size: 14.5px; font-weight: 700; color: var(--navy); }
.doc-body span { font-size: 12.5px; color: var(--slate); margin-top: 2px; }
.doc-act { flex: none; font-size: 13px; font-weight: 600; color: var(--blue); white-space: nowrap; }
.doc-act.ghost { color: var(--slate); }
.doc-act:hover { color: var(--blue); text-decoration: underline; }
.reg-note { margin-top: 22px; font-size: 13.5px; color: var(--slate); max-width: 62ch; }

/* POLÍTICAS */
.policy-list { display: flex; flex-direction: column; gap: 18px; }
.policy { display: flex; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; background: #fff; }
.policy-n { font-family: var(--font-mono); font-size: 15px; font-weight: 600; color: var(--blue); flex: none; padding-top: 3px; }
.policy-b h2 { font-size: 21px; font-weight: 800; color: var(--navy); }
.policy-b p { color: var(--slate); font-size: 15px; margin-top: 12px; }
.policy-b b { color: var(--ink); font-weight: 600; }

/* MARCAS */
.marcas-wall { margin-top: 44px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.marca-card { display: grid; place-items: center; text-align: center; min-height: 92px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--navy); transition: border-color .2s, box-shadow .2s, transform .2s; }
.marca-card:hover { border-color: rgba(30,144,216,.4); box-shadow: 0 14px 30px rgba(20,48,110,.08); transform: translateY(-3px); color: var(--blue); }
.marca-card img { max-height: 48px; max-width: 82%; width: auto; object-fit: contain; display: block; }

/* REVEAL + WHATSAPP */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.21,.47,.32,.98), transform .7s cubic-bezier(.21,.47,.32,.98); }
.reveal.in { opacity: 1; transform: none; }
.wa { position: fixed; bottom: 22px; right: 22px; z-index: 60; background: #25d366; color: #fff; border-radius: 999px; padding: 13px 20px; font-weight: 600; display: inline-flex; gap: 8px; align-items: center; box-shadow: 0 10px 26px rgba(0,0,0,.2); transition: transform .2s; }
.wa:hover { transform: translateY(-2px); }

@media (max-width: 900px) {
  .wrap { padding: 0 26px; }
  .eyebrow { font-size: 11.5px; letter-spacing: .08em; gap: 8px; }
  .hero h1, .sec-head h2, .sec-head p { max-width: 100%; }
  .nav { height: 64px; }
  .logo img { height: 30px; }
  .nav-links, .desktop-cta { display: none; }
  .menu-btn { display: flex; }
  .hero h1 { margin-top: 18px !important; line-height: 1.12; }
  .hero p.sub { margin-top: 20px !important; line-height: 1.6; font-size: 16.5px; }
  .hero .cta-row { margin-top: 30px !important; }
  .sec-head h2 { margin-top: 12px; }
  .stat { padding: 26px 14px; }
  .mobile-menu { display: flex; flex-direction: column; max-height: 0; overflow: hidden; padding: 0 20px; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: max-height .35s ease, padding .35s ease, border-color .35s ease; }
  .mobile-menu.open { max-height: 380px; padding: 8px 20px 18px; border-color: var(--line); }
  .mobile-menu a { padding: 14px 4px; font-size: 16px; font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--line); }
  .mobile-menu a.cta-btn { color: #fff; border: none; box-shadow: none; }
  .mobile-menu .mobile-phone { color: var(--blue); font-weight: 700; }
  .hero-inner { padding-block: 116px 60px; }
  .page-hero-inner { padding-block: 100px 48px; }
  section.block { padding: 72px 0; }
  .cat-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .stats-card { grid-template-columns: repeat(2,1fr); }
  .trust .stats-card { margin-top: -44px; }
  .diff-grid, .seg-grid { grid-template-columns: 1fr; }
  .diff-grid.four { grid-template-columns: repeat(2,1fr); }
  .brands { gap: 12px; }
  .brands span { font-size: 18px; }
  .brands .logo-chip { height: 54px; padding: 0 14px; }
  .brands .logo-chip img { max-height: 26px; max-width: 104px; }
  .map-block { grid-template-columns: 1fr; gap: 16px; }
  .loc-map { min-height: 300px; order: -1; }
  .loc-map iframe { min-height: 300px; }
  .cta-band { padding: 48px 22px; border-radius: 22px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 48px; }
  .foot-legal { grid-template-columns: 1fr; gap: 12px; }
  .foot-bottom { flex-direction: column; }
  /* páginas internas */
  .catalog { grid-template-columns: 1fr; gap: 24px; }
  .filters { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
  .filters .f-list { flex-direction: column; }
  .prod-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .prod-detail { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .channels { grid-template-columns: 1fr; }
  .reg-data, .doc-list { grid-template-columns: 1fr; }
  .marcas-wall { grid-template-columns: repeat(2,1fr); }
  .policy { flex-direction: column; gap: 6px; padding: 22px 22px; }
}
@media (max-width: 520px) {
  .hero h1 { font-size: 34px; }
  .hero .cta-row { gap: 10px; flex-direction: column; align-items: stretch; }
  .hero .cta-row .btn { width: 100%; }
  .cat-grid, .prod-grid { grid-template-columns: 1fr 1fr; }
  .stat .t-num { font-size: 28px; }
  .sec-head h2 { font-size: 26px; }
  .filters { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .spec .row { grid-template-columns: 1fr; }
  .spec .row span { padding-top: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none; opacity: 1; transform: none; }
  .hero-inner > * { animation: none; }
  html { scroll-behavior: auto; }
}
