/*
Theme Name: Ache Tudo
Theme URI: https://achetudo.shop
Author: Ache Tudo
Author URI: https://achetudo.shop
Description: Tema customizado para o Ache Tudo, portal de comparação e recomendação de ofertas do Mercado Livre, Shopee e Amazon. Catálogo de produtos com links de afiliado, comparador, filtros e blog de guias de compra.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: achetudo
Tags: e-commerce, catalog, affiliate, block-patterns, custom-colors, translation-ready

Ache Tudo — catálogo e comparador de ofertas (não realiza vendas diretas).
*/

/* =========================================================
   1. FONTES
========================================================= */
@font-face {
  font-family: 'Baloo Catalogo';
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  src: url('assets/fonts/baloo2-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope Catalogo';
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  src: url('assets/fonts/manrope-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Preco';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('assets/fonts/plexmono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Preco';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('assets/fonts/plexmono-600.woff2') format('woff2');
}

/* =========================================================
   2. TOKENS DE DESIGN
========================================================= */
:root {
  --paper: #FAF7F1;
  --paper-alt: #F1EBDC;
  --card-bg: #FFFFFF;
  --ink: #16231D;
  --ink-soft: rgba(22, 35, 29, .66);
  --ink-faint: rgba(22, 35, 29, .42);
  --brand: #0E7C6B;
  --brand-strong: #095F52;
  --brand-tint: #E3F1EB;
  --accent: #FF6A3D;
  --accent-strong: #E2531F;
  --accent-tint: #FFE7DB;
  --gold: #E7A814;
  --gold-tint: #FCEDC4;
  --line: #E4DECC;
  --danger: #C23B2E;
  --shadow-sm: 0 1px 2px rgba(22, 35, 29, .07);
  --shadow-md: 0 10px 28px -16px rgba(22, 35, 29, .32);
  --shadow-lg: 0 22px 48px -20px rgba(22, 35, 29, .38);
  --ml-dot: #C79A12;
  --shopee-dot: #C6551F;
  --amazon-dot: #33475A;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 26px;
  --r-pill: 999px;
  --wrap: 1240px;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #0F1815;
    --paper-alt: #15221D;
    --card-bg: #172621;
    --ink: #ECE8DC;
    --ink-soft: rgba(236, 232, 220, .68);
    --ink-faint: rgba(236, 232, 220, .44);
    --brand: #45C2A4;
    --brand-strong: #7BDFC6;
    --brand-tint: rgba(69, 194, 164, .14);
    --accent: #FF8A5E;
    --accent-strong: #FFB08D;
    --accent-tint: rgba(255, 138, 94, .14);
    --gold: #F2C24E;
    --gold-tint: rgba(242, 194, 78, .16);
    --line: #263832;
    --shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);
    --shadow-md: 0 14px 30px -16px rgba(0, 0, 0, .55);
    --shadow-lg: 0 26px 54px -20px rgba(0, 0, 0, .6);
    --ml-dot: #E3C463;
    --shopee-dot: #E38A63;
    --amazon-dot: #93A7B8;
    color-scheme: dark;
  }
}
:root[data-theme="dark"] {
  --paper: #0F1815; --paper-alt: #15221D; --card-bg: #172621; --ink: #ECE8DC;
  --ink-soft: rgba(236, 232, 220, .68); --ink-faint: rgba(236, 232, 220, .44);
  --brand: #45C2A4; --brand-strong: #7BDFC6; --brand-tint: rgba(69, 194, 164, .14);
  --accent: #FF8A5E; --accent-strong: #FFB08D; --accent-tint: rgba(255, 138, 94, .14);
  --gold: #F2C24E; --gold-tint: rgba(242, 194, 78, .16); --line: #263832;
  --ml-dot: #E3C463; --shopee-dot: #E38A63; --amazon-dot: #93A7B8; color-scheme: dark;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Manrope Catalogo', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: 'Baloo Catalogo', system-ui, sans-serif; font-weight: 700; margin: 0; text-wrap: balance; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
.num { font-family: 'Plex Preco', ui-monospace, monospace; font-variant-numeric: tabular-nums; }
.screen-reader-text { position: absolute; left: -9999px; }
:focus-visible { outline: 2.5px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--brand-strong); }
.section { padding: 68px 0; }
.section-alt { background: var(--paper-alt); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(1.5rem, 1.2rem + 1.1vw, 2.05rem); }
.section-head .lede { color: var(--ink-soft); font-size: .98rem; margin-top: 6px; max-width: 46ch; }

/* =========================================================
   3. BOTÕES
========================================================= */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 22px; border-radius: var(--r-pill); font-weight: 700; font-size: .94rem; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-accent { background: var(--accent); color: #221007; box-shadow: var(--shadow-sm); }
.btn-accent:hover { background: var(--accent-strong); box-shadow: var(--shadow-md); color: #221007; }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-strong); }
.btn-brand { background: var(--brand); color: #06211C; }
.btn-brand:hover { background: var(--brand-strong); color: #EAFBF5; }
.btn-sm { padding: 9px 16px; font-size: .82rem; }
.btn-block { width: 100%; justify-content: center; }
.btn svg { width: 17px; height: 17px; }

/* =========================================================
   4. HEADER
========================================================= */
.topbar { background: var(--brand-strong); color: #EAFBF5; font-size: .8rem; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 36px; }
.topbar-msg { display: flex; align-items: center; gap: 8px; opacity: .92; }
.topbar-social { display: flex; align-items: center; gap: 14px; }
.topbar-social a { opacity: .82; transition: opacity .15s ease; }
.topbar-social a:hover { opacity: 1; }
.topbar-social svg { width: 15px; height: 15px; }

header.site { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; gap: 24px; height: 78px; }
.logo { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.logo-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--brand); display: grid; place-items: center; box-shadow: var(--shadow-sm); flex-shrink: 0; }
.logo-mark svg { width: 21px; height: 21px; color: #EAFBF5; }
.logo-mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 11px; }
.logo-word { font-family: 'Baloo Catalogo', sans-serif; font-weight: 800; font-size: 1.28rem; letter-spacing: -.01em; }
.logo-word span { color: var(--accent); }

.search-form { flex: 1 1 auto; max-width: 560px; display: flex; align-items: center; background: var(--card-bg); border: 1.5px solid var(--line); border-radius: var(--r-pill); padding: 4px 6px 4px 18px; gap: 8px; transition: border-color .15s ease, box-shadow .15s ease; }
.search-form:focus-within { border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-tint); }
.search-form svg { width: 19px; height: 19px; color: var(--ink-faint); flex-shrink: 0; }
.search-form input { border: 0; outline: 0; background: transparent; flex: 1; font-family: inherit; font-size: .92rem; color: var(--ink); min-width: 0; padding: 8px 0; }
.search-form input::placeholder { color: var(--ink-faint); }
.search-form button { background: var(--accent); border: 0; border-radius: var(--r-pill); padding: 10px 18px; font-weight: 700; font-size: .86rem; color: #221007; cursor: pointer; flex-shrink: 0; transition: background-color .15s ease; }
.search-form button:hover { background: var(--accent-strong); }

.main-nav { display: flex; align-items: center; gap: 22px; flex-shrink: 0; }
.main-nav ul { display: flex; align-items: center; gap: 22px; }
.main-nav a { font-size: .89rem; font-weight: 600; color: var(--ink-soft); display: flex; align-items: center; gap: 6px; transition: color .15s ease; padding: 6px 0; }
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a { color: var(--brand-strong); }
.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.icon-btn { width: 40px; height: 40px; border-radius: var(--r-pill); display: grid; place-items: center; border: 1.5px solid var(--line); background: var(--card-bg); cursor: pointer; transition: border-color .15s ease, color .15s ease; }
.icon-btn:hover { border-color: var(--brand); color: var(--brand-strong); }
.icon-btn svg { width: 18px; height: 18px; }
.menu-toggle { display: none; }

.marketplace-row { border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; height: 46px; overflow-x: auto; }
.marketplace-row::-webkit-scrollbar { display: none; }
.mp-pill { display: inline-flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 700; padding: 6px 13px; border-radius: var(--r-pill); border: 1.5px solid var(--line); flex-shrink: 0; transition: border-color .15s ease, background-color .15s ease; }
.mp-pill:hover, .mp-pill.is-active { background: var(--paper-alt); border-color: var(--brand); }
.mp-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.mp-pill.all { color: var(--ink-soft); }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .main-nav.is-open { display: block; position: fixed; top: 114px; left: 0; right: 0; bottom: 0; background: var(--paper); padding: 24px 28px; overflow-y: auto; z-index: 39; }
  .main-nav.is-open ul { flex-direction: column; align-items: flex-start; gap: 4px; }
  .menu-toggle { display: grid; }
}

/* =========================================================
   5. HERO
========================================================= */
.hero { position: relative; padding: 60px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--brand-tint); color: var(--brand-strong); padding: 7px 14px; border-radius: var(--r-pill); font-size: .78rem; font-weight: 700; margin-bottom: 18px; }
.hero-badge svg { width: 14px; height: 14px; }
.hero h1 { font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.4rem); line-height: 1.06; letter-spacing: -.01em; }
.hero h1 em { font-style: normal; color: var(--brand-strong); white-space: nowrap; }
.hero-lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 46ch; margin: 20px 0 30px; }
.hero-ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; margin-top: 38px; flex-wrap: wrap; }
.hero-trust div { display: flex; flex-direction: column; gap: 2px; }
.hero-trust .num { font-size: 1.5rem; font-weight: 600; color: var(--brand-strong); }
.hero-trust span:last-child { font-size: .78rem; color: var(--ink-soft); }

.radar { position: relative; aspect-ratio: 1/1; max-width: 460px; margin: 0 auto; border-radius: 50%; background: var(--paper-alt); border: 1.5px solid var(--line); display: grid; place-items: center; box-shadow: var(--shadow-lg); }
.radar::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; border: 1px dashed var(--line); }
.radar::after { content: ""; position: absolute; inset: 32%; border-radius: 50%; border: 1px dashed var(--line); }
.radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, color-mix(in srgb, var(--brand) 55%, transparent), transparent 26%); animation: at-spin 7s linear infinite; }
@keyframes at-spin { to { transform: rotate(360deg); } }
.radar-finds { position: absolute; inset: 0; }
.find { position: absolute; width: 58px; height: 58px; border-radius: 16px; background: var(--card-bg); border: 1.5px solid var(--line); display: grid; place-items: center; box-shadow: var(--shadow-md); color: var(--brand-strong); animation: at-pop 2.6s ease-in-out infinite; }
.find svg { width: 26px; height: 26px; }
.find.f1 { top: 6%; left: 42%; animation-delay: .1s; }
.find.f2 { top: 34%; left: 6%; color: var(--accent-strong); animation-delay: .9s; }
.find.f3 { top: 30%; right: 4%; animation-delay: 1.6s; }
.find.f4 { bottom: 14%; left: 24%; color: var(--gold); animation-delay: 2.2s; }
.find.f5 { bottom: 8%; right: 18%; animation-delay: .5s; }
@keyframes at-pop { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.radar-center { width: 92px; height: 92px; border-radius: 50%; background: var(--brand); color: #EAFBF5; display: grid; place-items: center; box-shadow: var(--shadow-lg); z-index: 2; }
.radar-center svg { width: 30px; height: 30px; }
.radar-tag { position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); background: var(--card-bg); border: 1.5px solid var(--line); padding: 8px 16px; border-radius: var(--r-pill); font-size: .78rem; font-weight: 700; box-shadow: var(--shadow-md); white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.radar-tag .num { color: var(--accent-strong); }

@media (prefers-reduced-motion: reduce) { .radar-sweep { animation: none; opacity: .5; } .find { animation: none; } }

/* =========================================================
   6. CATEGORIAS
========================================================= */
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat-card { background: var(--card-bg); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 20px 14px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand); }
.cat-ico { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: var(--brand-tint); color: var(--brand-strong); }
.cat-card:nth-child(6n+2) .cat-ico { background: var(--accent-tint); color: var(--accent-strong); }
.cat-card:nth-child(6n+4) .cat-ico { background: var(--gold-tint); color: var(--gold); }
.cat-ico svg { width: 25px; height: 25px; }
.cat-card span { font-size: .84rem; font-weight: 700; line-height: 1.25; }

/* =========================================================
   7. CARDS DE PRODUTO
========================================================= */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.card { background: var(--card-bg); border: 1.5px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; position: relative; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--brand) 40%, var(--line)); }
.card-media { aspect-ratio: 4/3; background: var(--tint, var(--brand-tint)); display: grid; place-items: center; position: relative; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-media svg { width: 34%; height: 34%; color: var(--tint-ink, var(--brand-strong)); }
.discount-flag { position: absolute; top: 12px; left: 12px; background: var(--accent); color: #221007; font-size: .74rem; font-weight: 800; padding: 5px 9px; border-radius: var(--r-sm); z-index: 2; }
.fav-btn, .compare-btn { position: absolute; top: 10px; width: 32px; height: 32px; border-radius: 50%; background: color-mix(in srgb, var(--card-bg) 78%, transparent); border: 1px solid var(--line); display: grid; place-items: center; cursor: pointer; z-index: 2; }
.fav-btn { right: 10px; }
.compare-btn { right: 48px; }
.compare-btn.is-active, .fav-btn.is-active { background: var(--accent); color: #221007; border-color: var(--accent); }
.fav-btn svg, .compare-btn svg { width: 16px; height: 16px; }
.card-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.mp-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700; color: var(--ink-soft); }
.mp-tag .mp-dot { width: 7px; height: 7px; border-radius: 50%; }
.card h3 { font-family: 'Manrope Catalogo', sans-serif; font-weight: 700; font-size: .92rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card h3 a:hover { color: var(--brand-strong); }
.card .desc { font-size: .8rem; color: var(--ink-soft); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rating { display: flex; align-items: center; gap: 5px; font-size: .78rem; color: var(--ink-soft); }
.rating svg { width: 13px; height: 13px; color: var(--gold); }
.price-row { display: flex; align-items: baseline; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.price-now { font-size: 1.2rem; font-weight: 600; }
.price-was { font-size: .8rem; color: var(--ink-faint); text-decoration: line-through; }
.freight { font-size: .74rem; color: var(--brand-strong); font-weight: 700; }
.card-cta { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--brand); color: #EAFBF5; padding: 11px; border-radius: var(--r-sm); font-size: .84rem; font-weight: 700; margin-top: 4px; transition: background-color .15s ease; }
.card-cta svg { width: 15px; height: 15px; }
.card:hover .card-cta { background: var(--brand-strong); }
.redirect-note { font-size: .68rem; color: var(--ink-faint); text-align: center; }

.offers-strip { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.offers-strip::-webkit-scrollbar { height: 6px; }
.offers-strip::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.offers-strip .card { min-width: 250px; scroll-snap-align: start; }

/* =========================================================
   8. BLOCOS POR MARKETPLACE
========================================================= */
.mp-block { border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 26px; background: var(--card-bg); }
.mp-block + .mp-block { margin-top: 18px; }
.mp-block-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 12px; flex-wrap: wrap; }
.mp-block-title { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 800; font-family: 'Baloo Catalogo', sans-serif; }
.mp-block-title .mp-dot { width: 11px; height: 11px; }
.mp-block-title small { font-family: 'Manrope Catalogo', sans-serif; font-weight: 600; font-size: .78rem; color: var(--ink-soft); }

/* =========================================================
   9. RANKING / MAIS PROCURADOS
========================================================= */
.rank-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.rank-item { background: var(--card-bg); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 16px; display: flex; flex-direction: column; gap: 10px; position: relative; }
.rank-num { position: absolute; top: -12px; left: 14px; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: 'Plex Preco', monospace; font-size: .8rem; font-weight: 600; display: grid; place-items: center; }
.rank-item:nth-child(1) .rank-num { background: var(--gold); color: #2B2004; }
.rank-media { aspect-ratio: 1/1; border-radius: var(--r-sm); background: var(--tint, var(--brand-tint)); display: grid; place-items: center; margin-top: 6px; overflow: hidden; }
.rank-media img { width: 100%; height: 100%; object-fit: cover; }
.rank-media svg { width: 38%; height: 38%; color: var(--tint-ink, var(--brand-strong)); }
.rank-item h4 { font-size: .82rem; font-weight: 700; line-height: 1.3; font-family: 'Manrope Catalogo'; }
.rank-item .price-now { font-size: 1rem; }

/* =========================================================
   10. GUIAS / BLOG
========================================================= */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.guide-card { border: 1.5px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--card-bg); transition: transform .18s ease, box-shadow .18s ease; }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.guide-media { aspect-ratio: 16/9; background: var(--paper-alt); display: grid; place-items: center; overflow: hidden; }
.guide-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-media svg { width: 22%; height: 22%; color: var(--brand); opacity: .8; }
.guide-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.guide-cat { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-strong); }
.guide-body h3 { font-size: 1.02rem; line-height: 1.35; font-family: 'Manrope Catalogo'; font-weight: 700; }
.guide-meta { font-size: .76rem; color: var(--ink-faint); display: flex; gap: 10px; }
.guide-link { font-size: .82rem; font-weight: 700; color: var(--brand-strong); display: inline-flex; align-items: center; gap: 5px; margin-top: 4px; }
.guide-link svg { width: 14px; height: 14px; }

/* =========================================================
   11. NEWSLETTER
========================================================= */
.newsletter { background: var(--brand); color: #EAFBF5; border-radius: var(--r-lg); padding: 46px 44px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.newsletter::after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: color-mix(in srgb, #fff 12%, transparent); top: -160px; right: -120px; }
.newsletter h2 { color: #fff; font-size: clamp(1.4rem, 1.1rem + 1vw, 1.9rem); }
.newsletter p { color: rgba(234, 251, 245, .82); margin-top: 10px; max-width: 44ch; font-size: .96rem; }
.nl-form { display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; }
.nl-row { display: flex; gap: 10px; flex-wrap: wrap; }
.nl-row input[type="text"], .nl-row input[type="email"] { flex: 1; min-width: 180px; padding: 13px 16px; border-radius: var(--r-sm); border: 0; font-family: inherit; font-size: .9rem; background: rgba(255, 255, 255, .96); color: #16231D; }
.nl-form button { background: var(--accent); color: #221007; border: 0; padding: 14px 20px; border-radius: var(--r-sm); font-weight: 800; font-size: .92rem; cursor: pointer; transition: background-color .15s ease; }
.nl-form button:hover { background: var(--accent-strong); }
.nl-consent { display: flex; align-items: flex-start; gap: 9px; font-size: .78rem; color: rgba(234, 251, 245, .78); }
.nl-consent input { margin-top: 3px; accent-color: var(--accent); }
.nl-feedback { font-size: .84rem; font-weight: 700; }
.nl-feedback[data-state="ok"] { color: #EAFBF5; }
.nl-feedback[data-state="erro"] { color: #FFE0D6; }

/* =========================================================
   12. FOOTER
========================================================= */
footer.site { background: #10201B; color: rgba(234, 251, 245, .82); padding: 60px 0 26px; margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.foot-about .logo-word { color: #EAFBF5; }
.foot-about .logo-word span { color: var(--accent); }
.foot-about p { margin-top: 14px; font-size: .86rem; line-height: 1.6; max-width: 34ch; color: rgba(234, 251, 245, .68); }
.foot-social { display: flex; gap: 10px; margin-top: 18px; }
.foot-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(234, 251, 245, .22); display: grid; place-items: center; transition: background-color .15s ease, border-color .15s ease; }
.foot-social a:hover { background: rgba(234, 251, 245, .1); border-color: rgba(234, 251, 245, .4); }
.foot-social svg { width: 16px; height: 16px; }
.foot-col h4 { font-family: 'Manrope Catalogo'; font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: rgba(234, 251, 245, .5); margin-bottom: 16px; }
.foot-col ul { display: flex; flex-direction: column; gap: 11px; }
.foot-col a { font-size: .88rem; transition: color .15s ease; }
.foot-col a:hover { color: #fff; }
.foot-disclosure { margin-top: 46px; padding-top: 26px; border-top: 1px solid rgba(234, 251, 245, .14); font-size: .78rem; line-height: 1.7; color: rgba(234, 251, 245, .58); }
.foot-bottom { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(234, 251, 245, .14); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: .78rem; color: rgba(234, 251, 245, .5); }

/* =========================================================
   13. PÁGINA DE PRODUTO
========================================================= */
.breadcrumbs { font-size: .8rem; color: var(--ink-faint); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; margin-bottom: 22px; }
.breadcrumbs a:hover { color: var(--brand-strong); }
.product-page { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 60px; }
.product-gallery-main { aspect-ratio: 1/1; border-radius: var(--r-lg); background: var(--tint, var(--brand-tint)); display: grid; place-items: center; overflow: hidden; border: 1.5px solid var(--line); }
.product-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-main svg { width: 30%; height: 30%; color: var(--tint-ink, var(--brand-strong)); }
.product-gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.product-gallery-thumbs button { width: 68px; height: 68px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: var(--paper-alt); overflow: hidden; cursor: pointer; padding: 0; }
.product-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-info .mp-tag { margin-bottom: 10px; }
.product-info h1 { font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem); line-height: 1.15; margin-bottom: 14px; }
.product-info .rating { margin-bottom: 18px; }
.product-price-box { background: var(--paper-alt); border-radius: var(--r-md); padding: 22px; margin-bottom: 20px; }
.product-price-box .price-was { font-size: .95rem; display: block; margin-bottom: 4px; }
.product-price-box .price-now { font-size: 2rem; display: block; }
.product-price-box .discount-flag { position: static; display: inline-block; margin-left: 10px; }
.product-price-box .freight { display: block; margin-top: 8px; font-size: .84rem; }
.product-info .card-cta { padding: 15px; font-size: .96rem; margin-bottom: 8px; }
.product-info .redirect-note { text-align: left; margin-bottom: 18px; }
.product-highlights { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.product-highlights li { display: flex; gap: 9px; font-size: .9rem; align-items: flex-start; }
.product-highlights svg { width: 17px; height: 17px; color: var(--brand-strong); flex-shrink: 0; margin-top: 2px; }
.product-share { display: flex; align-items: center; gap: 10px; }
.product-share span { font-size: .82rem; color: var(--ink-soft); font-weight: 700; }

.product-tabs { margin-bottom: 60px; }
.product-tabs-nav { display: flex; gap: 6px; border-bottom: 1.5px solid var(--line); margin-bottom: 24px; flex-wrap: wrap; }
.product-tabs-nav button { padding: 12px 18px; font-weight: 700; font-size: .88rem; color: var(--ink-soft); border-bottom: 2.5px solid transparent; cursor: pointer; background: none; border-left: 0; border-right: 0; border-top: 0; margin-bottom: -1.5px; }
.product-tabs-nav button.is-active, .product-tabs-nav button:hover { color: var(--brand-strong); border-bottom-color: var(--brand); }
.product-tabs-panel { display: none; }
.product-tabs-panel.is-active { display: block; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table td { padding: 12px 8px; font-size: .9rem; }
.spec-table td:first-child { color: var(--ink-soft); width: 40%; font-weight: 600; }

.disclaimer-box { background: var(--gold-tint); border: 1.5px solid var(--gold); border-radius: var(--r-md); padding: 16px 18px; font-size: .82rem; line-height: 1.6; color: var(--ink); display: flex; gap: 12px; margin: 30px 0; }
.disclaimer-box svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }

/* =========================================================
   14. LISTAGEM / ARQUIVO / FILTROS
========================================================= */
.archive-head { padding: 40px 0 10px; }
.archive-head h1 { font-size: clamp(1.6rem, 1.3rem + 1.2vw, 2.2rem); }
.archive-head p { color: var(--ink-soft); margin-top: 8px; }
.archive-layout { display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: flex-start; }
.filters { background: var(--card-bg); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 22px; position: sticky; top: 100px; }
.filters h3 { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-faint); margin-bottom: 10px; }
.filter-group { padding: 16px 0; border-bottom: 1px solid var(--line); }
.filter-group:last-child { border-bottom: 0; }
.filter-group label { display: flex; align-items: center; gap: 9px; font-size: .87rem; padding: 5px 0; cursor: pointer; }
.filter-group input[type="checkbox"], .filter-group input[type="radio"] { accent-color: var(--brand); width: 15px; height: 15px; }
.filter-price { display: flex; gap: 8px; align-items: center; }
.filter-price input { width: 100%; padding: 8px 10px; border-radius: var(--r-sm); border: 1.5px solid var(--line); font-family: inherit; font-size: .84rem; background: var(--paper); color: var(--ink); }
.filters .btn { margin-top: 16px; }

.toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; gap: 12px; flex-wrap: wrap; }
.toolbar .count { font-size: .86rem; color: var(--ink-soft); }
.toolbar select { padding: 9px 14px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: var(--card-bg); font-family: inherit; font-size: .84rem; color: var(--ink); }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 46px; flex-wrap: wrap; }
.pagination a, .pagination span { min-width: 40px; height: 40px; padding: 0 10px; border-radius: var(--r-sm); border: 1.5px solid var(--line); display: grid; place-items: center; font-size: .86rem; font-weight: 700; }
.pagination .current { background: var(--brand); color: #EAFBF5; border-color: var(--brand); }
.pagination a:hover { border-color: var(--brand); color: var(--brand-strong); }

@media (max-width: 980px) {
  .archive-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .product-page { grid-template-columns: 1fr; gap: 30px; }
}

/* =========================================================
   15. COMPARADOR
========================================================= */
.compare-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; background: var(--ink); color: var(--paper); box-shadow: 0 -10px 30px rgba(0,0,0,.2); transform: translateY(110%); transition: transform .25s ease; }
.compare-bar.is-visible { transform: translateY(0); }
.compare-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 28px; flex-wrap: wrap; }
.compare-bar-items { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.compare-chip { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border-radius: var(--r-pill); padding: 6px 8px 6px 12px; font-size: .8rem; }
.compare-chip button { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.16); display: grid; place-items: center; cursor: pointer; }
.compare-chip svg { width: 11px; height: 11px; }

.compare-table-wrap { overflow-x: auto; border: 1.5px solid var(--line); border-radius: var(--r-lg); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 640px; background: var(--card-bg); }
.compare-table th, .compare-table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { background: var(--paper-alt); font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-soft); position: sticky; left: 0; }
.compare-table td:first-child, .compare-table th:first-child { position: sticky; left: 0; background: var(--paper-alt); }
.compare-col-media { width: 90px; height: 90px; border-radius: var(--r-sm); background: var(--tint, var(--brand-tint)); display: grid; place-items: center; margin-bottom: 10px; overflow: hidden; }
.compare-col-media img { width: 100%; height: 100%; object-fit: cover; }
.compare-col-media svg { width: 40%; height: 40%; color: var(--tint-ink, var(--brand-strong)); }
.compare-empty { text-align: center; padding: 70px 20px; color: var(--ink-soft); }
.compare-empty svg { width: 56px; height: 56px; color: var(--ink-faint); margin: 0 auto 16px; }

/* =========================================================
   16. PÁGINAS / BLOG SIMPLES
========================================================= */
.page-content, .single-content { max-width: 760px; margin: 0 auto; padding: 50px 0 70px; }
.page-content h1, .single-content h1 { font-size: clamp(1.7rem, 1.4rem + 1.2vw, 2.4rem); margin-bottom: 20px; }
.page-content h2, .single-content h2 { font-size: 1.4rem; margin: 34px 0 14px; }
.page-content h3, .single-content h3 { font-size: 1.15rem; margin: 26px 0 10px; }
.page-content p, .single-content p, .page-content li, .single-content li { font-size: 1rem; color: var(--ink-soft); line-height: 1.75; }
.page-content ul, .single-content ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.page-content a, .single-content a { color: var(--brand-strong); text-decoration: underline; text-underline-offset: 3px; }
.entry-meta { display: flex; gap: 14px; font-size: .84rem; color: var(--ink-faint); margin-bottom: 26px; flex-wrap: wrap; }
.entry-thumbnail { border-radius: var(--r-lg); overflow: hidden; margin-bottom: 30px; aspect-ratio: 16/8; }
.entry-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.toc-box { background: var(--paper-alt); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 20px 22px; margin: 26px 0; }
.toc-box strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-faint); }
.toc-box ul { list-style: none; padding: 0; margin-top: 10px; display: flex; flex-direction: column; gap: 7px; }
.faq-item { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: .96rem; }
.faq-item p { margin-top: 10px; }

/* =========================================================
   17. FORMULÁRIOS GENÉRICOS (contato)
========================================================= */
.form-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-field label { font-size: .84rem; font-weight: 700; }
.form-field input, .form-field textarea, .form-field select { padding: 12px 14px; border-radius: var(--r-sm); border: 1.5px solid var(--line); font-family: inherit; font-size: .92rem; background: var(--card-bg); color: var(--ink); }
.form-field textarea { min-height: 140px; resize: vertical; }

/* =========================================================
   18. RESPONSIVO
========================================================= */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
  .rank-list { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .foot-grid .foot-col:last-child { grid-column: span 3; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .radar { max-width: 340px; }
  .newsletter { grid-template-columns: 1fr; padding: 34px 26px; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 18px; }
  .topbar-msg span:last-child { display: none; }
  .product-grid, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .rank-list { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: 1fr; }
  .section { padding: 48px 0; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid .foot-about { grid-column: span 2; }
  .foot-grid .foot-col:last-child { grid-column: span 2; }
  .mp-block { padding: 18px; }
}
@media (max-width: 480px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid, .grid-3 { grid-template-columns: 1fr 1fr; }
  .rank-list { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.1rem; }
}
