/* =========================================================
   LiberLoc — Landing Page
   Paleta da marca: Azul #00406A · Amarelo-ouro #FDB002
   Tipografia padrão ODuo: Montserrat (títulos) + Inter (texto)
   ========================================================= */

:root {
  /* Cores da marca (documento de identidade) */
  --azul: #00406A;
  --azul-700: #003255;
  --azul-900: #002338;
  --amarelo: #FDB002;
  --amarelo-600: #e09e00;

  /* Neutros */
  --branco: #ffffff;
  --cinza-50: #f6f8fa;
  --cinza-100: #eef1f4;
  --cinza-200: #dde3e9;
  --cinza-500: #6b7785;
  --cinza-700: #3a444f;
  --texto: #1d2733;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(0, 64, 106, .07);
  --shadow-md: 0 12px 30px rgba(0, 64, 106, .12);
  --shadow-lg: 0 24px 60px rgba(0, 35, 56, .18);

  --maxw: 1180px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --ff-title: 'Montserrat', system-ui, sans-serif;
  --ff-body: 'Inter', system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 158px; }

body {
  font-family: var(--ff-body);
  color: var(--texto);
  background: var(--branco);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Tipografia base ---------- */
h1, h2, h3 { font-family: var(--ff-title); line-height: 1.12; letter-spacing: -.01em; }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-title);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amarelo-600);
  margin-bottom: 14px;
}
.eyebrow--light { color: var(--amarelo); }

.section { padding: 92px 0; }
.section__head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section__title {
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  font-weight: 800;
  color: var(--azul);
}
.section__title--light { color: var(--branco); }
.section__sub { margin-top: 16px; color: var(--cinza-500); font-size: 1.08rem; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-title);
  font-weight: 700;
  font-size: .98rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s, color .18s;
  white-space: nowrap;
}
.btn .ico { width: 19px; height: 19px; fill: currentColor; flex: none; }
.btn--primary { background: var(--amarelo); color: var(--azul-900); box-shadow: 0 8px 20px rgba(253, 176, 2, .35); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(253, 176, 2, .5); }
.btn--ghost { background: transparent; color: var(--branco); border-color: rgba(255, 255, 255, .45); }
.btn--ghost:hover { background: rgba(255, 255, 255, .12); border-color: var(--branco); }
.btn--whatsapp { background: var(--azul); color: var(--branco); padding: 11px 20px; }
.btn--whatsapp:hover { background: var(--azul-700); transform: translateY(-2px); }
.btn--lg { padding: 17px 34px; font-size: 1.05rem; }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--cinza-100);
  transition: box-shadow .25s, background .25s;
}
.header.is-scrolled { box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 144px; }
.header__logo { display: flex; align-items: center; height: 100%; }
.header__logo img { width: auto; height: 132px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav__link {
  font-family: var(--ff-title); font-weight: 600; font-size: .95rem;
  color: var(--azul); padding: 8px 14px; border-radius: 8px;
  position: relative; transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav__link:hover { background: var(--cinza-50); }
.nav__cta { margin-left: 10px; }

.nav__toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav__toggle span { width: 26px; height: 3px; border-radius: 3px; background: var(--azul); transition: .25s var(--ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  color: var(--branco);
  padding: 224px 0 96px;
  overflow: hidden;
  background: var(--azul-900);
}
/* foto da fachada como fundo */
.hero__photo {
  position: absolute; inset: 0; z-index: 0;
  top: 144px; /* começa abaixo do header fixo para o banner da fachada não ficar escondido */
  width: 100%; height: calc(100% - 144px);
  object-fit: cover; object-position: center top;
}
/* overlay azul para o texto ficar legível sobre a foto */
.hero__bg {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(circle at 85% 15%, rgba(253, 176, 2, .14), transparent 45%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 2px, transparent 2px 26px),
    linear-gradient(100deg, rgba(0,35,56,.95) 0%, rgba(0,50,85,.88) 48%, rgba(0,64,106,.6) 100%);
}
.hero__inner { position: relative; z-index: 2; max-width: 720px; }

.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-title); font-weight: 700; font-size: .82rem;
  letter-spacing: .04em; text-transform: uppercase;
  background: rgba(253, 176, 2, .16); color: var(--amarelo);
  border: 1px solid rgba(253, 176, 2, .4);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 24px;
}
.hero__title {
  font-size: clamp(1.9rem, 4.6vw, 3.3rem);
  font-weight: 800; letter-spacing: -.02em; margin-bottom: 22px;
}
.hero__title .accent { color: var(--amarelo); }
.hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255, 255, 255, .85); max-width: 640px; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 36px 0 48px; }

.hero__highlights {
  display: flex; flex-wrap: wrap; gap: 14px 40px;
  padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .15);
}
.hero__highlights li { display: flex; flex-direction: column; }
.hero__highlights strong { font-family: var(--ff-title); font-weight: 800; font-size: 1.8rem; color: var(--amarelo); }
.hero__highlights span { font-size: .9rem; color: rgba(255, 255, 255, .75); }

/* =========================================================
   DIFERENCIAIS
   ========================================================= */
.diferenciais { background: var(--cinza-50); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature {
  background: var(--branco); border-radius: var(--radius); padding: 38px 30px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--cinza-100);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.feature__ico {
  width: 64px; height: 64px; border-radius: 16px; margin-bottom: 22px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--azul), var(--azul-700));
}
.feature__ico svg { width: 32px; height: 32px; fill: none; stroke: var(--amarelo); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 1.3rem; font-weight: 700; color: var(--azul); margin-bottom: 10px; }
.feature p { color: var(--cinza-500); }

/* =========================================================
   EQUIPAMENTOS
   ========================================================= */
/* ----- Filtros (pills) ----- */
.equip-filters {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 12px;
  margin-bottom: 48px;
}
.equip-filters__btn {
  font-family: var(--ff-title); font-weight: 600; font-size: .92rem;
  color: var(--azul); background: var(--branco);
  border: 1.5px solid var(--cinza-200); border-radius: 999px;
  padding: 10px 22px; cursor: pointer;
  transition: all .18s var(--ease);
}
.equip-filters__btn:hover { border-color: var(--azul); transform: translateY(-2px); }
.equip-filters__btn.is-active {
  background: var(--azul); color: var(--branco); border-color: var(--azul);
  box-shadow: 0 8px 18px rgba(0, 64, 106, .25);
}

.equip-results { min-height: 200px; }
.equip-error { text-align: center; color: var(--cinza-500); font-size: 1.05rem; }
.equip-error a { color: var(--amarelo-600); font-weight: 600; }

/* animação de entrada dos cards renderizados via AJAX */
@keyframes prod-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ----- Categoria ----- */
.equip-cat { margin-bottom: 56px; }
.equip-cat:last-of-type { margin-bottom: 0; }
.equip-cat__head {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-bottom: 26px; padding-bottom: 16px; border-bottom: 2px solid var(--cinza-100);
}
.equip-cat__title { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 800; color: var(--azul); }

.tag {
  display: inline-block; font-family: var(--ff-title); font-weight: 700;
  font-size: .72rem; letter-spacing: .04em; text-transform: uppercase;
  padding: 5px 13px; border-radius: 999px;
  background: var(--cinza-100); color: var(--cinza-700);
}
.tag--nacional { background: var(--amarelo); color: var(--azul-900); }
.tag--alt { background: rgba(0, 64, 106, .1); color: var(--azul); }

/* ----- Grade de produtos ----- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod-card {
  background: var(--branco); border: 1px solid var(--cinza-200); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s;
  animation: prod-in .45s var(--ease) both;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }

.prod-card__media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--branco);
  border-bottom: 3px solid var(--amarelo);
}
.prod-card__media img {
  width: 100%; height: 100%; object-fit: contain; padding: 16px;
  transition: transform .4s var(--ease);
}
.prod-card:hover .prod-card__media img { transform: scale(1.06); }

/* placeholder para itens sem foto ainda */
.prod-card__media--soon {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  background: var(--cinza-50); color: var(--cinza-500);
}
.prod-card__media--soon svg {
  width: 40px; height: 40px; fill: none; stroke: var(--cinza-200);
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.prod-card__media--soon span {
  font-family: var(--ff-title); font-weight: 600; font-size: .8rem;
  letter-spacing: .03em; text-transform: uppercase;
}

.prod-card__body {
  padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 14px;
  flex: 1; align-items: flex-start;
}
.prod-card__name { font-size: 1.08rem; font-weight: 700; color: var(--azul); line-height: 1.25; }
.prod-card__body .btn { margin-top: auto; }

/* Botão WhatsApp compacto do card de produto */
.btn--wpp-sm {
  width: 100%; justify-content: center;
  background: #25D366; color: #fff;
  padding: 10px 16px; font-size: .9rem;
}
.btn--wpp-sm:hover { background: #1ebe5b; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(37, 211, 102, .35); }

.equip-cta {
  margin-top: 48px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}
.equip-cta p { font-family: var(--ff-title); font-weight: 600; font-size: 1.15rem; color: var(--azul); }

/* =========================================================
   COBERTURA
   ========================================================= */
.cobertura {
  background: linear-gradient(135deg, var(--azul-900), var(--azul));
  color: var(--branco); position: relative; overflow: hidden;
}
.cobertura::before {
  content: ""; position: absolute; inset: 0; opacity: .5;
  background: radial-gradient(circle at 15% 80%, rgba(253,176,2,.18), transparent 45%);
}
.cobertura__inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.cobertura__text p { color: rgba(255,255,255,.85); margin-bottom: 16px; font-size: 1.08rem; }
.cobertura__text strong { color: var(--branco); }
.cobertura__text .btn { margin-top: 12px; }

.cobertura__cards { display: grid; gap: 18px; }
.coverage-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 28px 26px; backdrop-filter: blur(4px);
}
.coverage-card--nacional { background: rgba(253,176,2,.14); border-color: rgba(253,176,2,.4); }
.coverage-card__tag {
  display: inline-block; font-family: var(--ff-title); font-weight: 700; font-size: .75rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--amarelo); margin-bottom: 10px;
}
.coverage-card h3 { font-size: 1.4rem; color: var(--branco); margin-bottom: 6px; }
.coverage-card p { color: rgba(255,255,255,.8); font-size: .98rem; }

/* =========================================================
   ASSISTÊNCIA TÉCNICA
   ========================================================= */
.assistencia { background: var(--cinza-50); }
.assistencia__top { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; margin-bottom: 48px; }
.assistencia__media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--cinza-200); }
.assistencia__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; display: block; }
.assistencia__content .eyebrow { margin-bottom: 12px; }
.assistencia__content .section__title { text-align: left; }
.assistencia__lead { color: var(--cinza-500); font-size: 1.08rem; margin: 16px 0 30px; }
.assistencia__lead strong { color: var(--azul); }
.assistencia__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.brands { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.brands__group { background: var(--branco); border: 1px solid var(--cinza-100); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.brands__label {
  font-family: var(--ff-title); font-size: 1.05rem; color: var(--azul); margin-bottom: 20px;
  padding-bottom: 14px; border-bottom: 2px solid var(--amarelo); display: inline-block;
}
.brands__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.brands__list li {
  display: grid; place-items: center;
  background: var(--branco); border: 1px solid var(--cinza-200);
  border-radius: var(--radius-sm); padding: 14px 22px; height: 80px;
  transition: .18s var(--ease);
}
.brands__list li img {
  max-width: 100%; max-height: 46px; width: auto; object-fit: contain;
  transition: .2s var(--ease);
}
.brands__list li:hover {
  border-color: var(--azul); box-shadow: var(--shadow-sm); transform: translateY(-3px);
}
.brands__list li:hover img { transform: scale(1.05); }
.brands__note { margin-top: 26px; text-align: center; color: var(--cinza-700); }
.brands__note strong { color: var(--azul); }

/* =========================================================
   FAQ
   ========================================================= */
.faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item {
  background: var(--branco); border: 1px solid var(--cinza-200);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.faq__item[open] { border-color: var(--azul); box-shadow: var(--shadow-sm); }
.faq__q {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--ff-title); font-weight: 600; font-size: 1.08rem; color: var(--azul);
  padding: 20px 24px;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: "+"; flex: none;
  width: 28px; height: 28px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--cinza-50); color: var(--azul);
  font-size: 1.4rem; font-weight: 400; line-height: 1;
  transition: transform .25s var(--ease), background .2s, color .2s;
}
.faq__item[open] .faq__q::after {
  content: "+"; transform: rotate(45deg);
  background: var(--azul); color: var(--branco);
}
.faq__a { padding: 0 24px 22px; color: var(--cinza-500); }
.faq__a strong { color: var(--texto); }

/* =========================================================
   CONTATO
   ========================================================= */
.contato__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: stretch; }
.contato__lead { color: var(--cinza-500); font-size: 1.08rem; margin-bottom: 30px; }
.contato__list { display: grid; gap: 22px; margin-bottom: 34px; }
.contato__list li { display: flex; align-items: flex-start; gap: 16px; }
.contato__ico {
  width: 48px; height: 48px; flex: none; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--azul), var(--azul-700));
}
.contato__ico svg { width: 24px; height: 24px; fill: none; stroke: var(--amarelo); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contato__list strong { display: block; font-family: var(--ff-title); color: var(--azul); margin-bottom: 2px; }
.contato__list a { color: var(--cinza-700); transition: color .15s; }
.contato__list a:hover { color: var(--amarelo-600); }
.contato__list span { color: var(--cinza-500); }

.contato__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); min-height: 420px; border: 1px solid var(--cinza-200); }
.contato__map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--azul-900); color: rgba(255,255,255,.78); padding-top: 64px; }
.footer__inner { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr; gap: 40px; padding-bottom: 48px; }
.footer__brand img { background: var(--branco); padding: 12px 16px; border-radius: 10px; margin-bottom: 18px; width: 160px; }
.footer__brand p { font-size: .95rem; max-width: 320px; }
.footer__nav { display: flex; flex-direction: column; gap: 12px; }
.footer__nav a { font-family: var(--ff-title); font-weight: 600; transition: color .15s; }
.footer__nav a:hover { color: var(--amarelo); }
.footer__contact { display: flex; flex-direction: column; gap: 12px; }
.footer__contact a, .footer__contact span { font-size: .95rem; transition: color .15s; }
.footer__contact a { display: flex; align-items: flex-start; gap: 10px; }
.footer__contact a:hover { color: var(--amarelo); }
.footer__ico { width: 18px; height: 18px; flex: none; margin-top: 2px; fill: var(--amarelo); }
.footer__ico--stroke { fill: none; stroke: var(--amarelo); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; font-size: .85rem; color: rgba(255,255,255,.55); }

/* =========================================================
   WHATSAPP FLUTUANTE
   ========================================================= */
.wpp-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; display: grid; place-items: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, .5);
  transition: transform .2s var(--ease);
  animation: wpp-pulse 2.6s infinite;
}
.wpp-float:hover { transform: scale(1.08); }
.wpp-float svg { width: 32px; height: 32px; fill: var(--branco); }
@keyframes wpp-pulse {
  0% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, .5); }
  70% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 10px 26px rgba(37, 211, 102, .5), 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* =========================================================
   ANIMAÇÕES DE ENTRADA (scroll reveal)
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .prod-card { animation: none; }
  .wpp-float { animation: none; }
  html { scroll-behavior: auto; }
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 980px) {
  .cards-3 { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .cobertura__inner,
  .contato__inner,
  .assistencia__top { grid-template-columns: 1fr; gap: 36px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .header__inner { height: 88px; }
  .header__logo img { height: 80px; }
  .nav {
    position: fixed; inset: 88px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--branco); padding: 18px 24px 26px;
    border-bottom: 1px solid var(--cinza-100); box-shadow: var(--shadow-md);
    transform: translateY(-130%); transition: transform .3s var(--ease); z-index: 99;
  }
  .nav.is-open { transform: translateY(0); }
  .nav__link { padding: 14px; border-radius: 10px; }
  .nav__cta { margin: 8px 0 0; justify-content: center; }
  .nav__toggle { display: flex; }

  .hero { padding: 138px 0 72px; }
  .hero__photo { top: 88px; height: calc(100% - 88px); }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__highlights { gap: 18px 28px; }
  .hero__highlights strong { font-size: 1.5rem; }

  .prod-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .btn--wpp-sm { font-size: .76rem; padding: 9px 8px; gap: 6px; }
  .btn--wpp-sm .ico { width: 14px; height: 14px; }
  .brands { grid-template-columns: 1fr; }
  .brands__list { grid-template-columns: repeat(3, 1fr); }
  .footer__inner { grid-template-columns: 1fr; }

  /* filtros viram carrossel horizontal no mobile */
  .equip-filters {
    flex-wrap: nowrap; justify-content: flex-start;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    /* respeita o padding lateral da tela (sem grudar nas bordas) */
    padding: 4px 4px 12px;
  }
  .equip-filters::-webkit-scrollbar { display: none; }
  .equip-filters__btn { flex: 0 0 auto; scroll-snap-align: start; }
}

@media (max-width: 420px) {
  .container { padding: 0 18px; }
  .prod-card__name { font-size: 1rem; }
  .btn--wpp-sm { font-size: .68rem; padding: 8px 6px; gap: 5px; }
  .btn--wpp-sm .ico { width: 12px; height: 12px; }
}
