:root{
  --bg:#f4f7fb;
  --surface:#ffffff;
  --surface-2:#f8fafc;
  --text:#121826;
  --muted:#64748b;
  --brand:#075cf8;
  --brand-2:#003bbb;
  --accent:#ffc107;
  --success:#25d366;
  --danger:#ef4444;
  --radius:22px;
  --shadow:0 14px 34px rgba(15,23,42,.10);
  --shadow-soft:0 8px 24px rgba(15,23,42,.08);
}
*{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;background:var(--bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);overflow-x:hidden;touch-action:manipulation}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;font-size:16px}img{max-width:100%;display:block}.page{min-height:100vh}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(148,163,184,.18)}.header-inner{max-width:1180px;margin:auto;padding:12px 18px;display:flex;align-items:center;gap:14px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;color:#0f172a;white-space:nowrap}.brand-logo{width:42px;height:42px;border-radius:14px;object-fit:contain;background:#fff}.brand-text small{display:block;font-size:11px;line-height:1;color:var(--muted);font-weight:700}.brand-text span{display:block;font-size:16px;line-height:1.15}.search-wrap{flex:1;position:relative}.search-wrap input{width:100%;border:1px solid #dbe3ef;border-radius:999px;background:#fff;padding:13px 44px 13px 16px;outline:none;box-shadow:0 1px 0 rgba(15,23,42,.04)}.search-wrap svg{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:19px;height:19px;color:var(--muted)}.hamburger{width:44px;height:44px;border:0;border-radius:15px;background:#0f172a;color:#fff;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}.hamburger span,.hamburger:before,.hamburger:after{content:"";width:20px;height:2px;background:currentColor;border-radius:99px;display:block}.hamburger{gap:4px}.drawer-bg{position:fixed;inset:0;background:rgba(15,23,42,.42);z-index:98;display:none}.drawer{position:fixed;right:0;top:0;width:min(360px,88vw);height:100dvh;background:#fff;z-index:99;transform:translateX(103%);transition:.22s ease;box-shadow:-20px 0 50px rgba(15,23,42,.2);padding:20px;display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-bg.open{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-close{border:0;background:#f1f5f9;width:38px;height:38px;border-radius:12px;font-size:24px;line-height:1;cursor:pointer}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:13px 14px;border-radius:14px;background:#f8fafc;font-weight:750;color:#172033}.drawer-nav a:hover{background:#eaf1ff;color:var(--brand)}.main{max-width:1180px;margin:auto;padding:18px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#04256f 0%,#075cf8 55%,#22a3ff 100%);color:white;border-radius:32px;padding:34px 22px 24px;box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;right:-140px;top:-120px;width:360px;height:360px;border-radius:999px;background:rgba(255,255,255,.14)}.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.26);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:14px}.hero h1{margin:0;font-size:clamp(32px,5vw,62px);letter-spacing:-.05em;line-height:.94}.hero p{font-size:clamp(15px,2vw,18px);line-height:1.55;max-width:620px;color:rgba(255,255,255,.88);margin:16px 0 0}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 18px;font-weight:850;cursor:pointer;transition:.18s ease;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#111827}.btn-dark{background:#0f172a;color:#fff}.btn-light{background:#fff;color:#0f172a}.btn-outline{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.35)}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:28px;padding:20px;backdrop-filter:blur(16px)}.hero-card strong{font-size:34px;display:block}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.mini-stat{background:rgba(255,255,255,.13);border-radius:18px;padding:14px}.mini-stat span{display:block;font-size:12px;color:rgba(255,255,255,.78)}.section{margin-top:28px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.section-head h2{margin:0;font-size:clamp(22px,3vw,32px);letter-spacing:-.03em}.section-head p{margin:4px 0 0;color:var(--muted);font-size:14px}.pill-row{display:flex;gap:10px;overflow:auto;padding:4px 2px 12px;scrollbar-width:none}.pill-row::-webkit-scrollbar{display:none}.pill{flex:0 0 auto;border:1px solid #dbe3ef;background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;color:#23304a;box-shadow:0 4px 10px rgba(15,23,42,.04);cursor:pointer}.pill.active,.pill:hover{background:#0f172a;color:#fff;border-color:#0f172a}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.empresa-card,.produto-card,.oferta-card,.feature-card{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.empresa-card{grid-column:span 4;padding:18px;display:flex;flex-direction:column;gap:12px}.empresa-top{display:flex;gap:12px;align-items:center}.logo-empresa{width:58px;height:58px;border-radius:18px;background:#f1f5f9;object-fit:contain;border:1px solid #e2e8f0}.empresa-card h3{font-size:17px;margin:0}.empresa-meta{font-size:12px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.empresa-desc{font-size:14px;color:#475569;line-height:1.45;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tag-row{display:flex;gap:6px;flex-wrap:wrap}.tag{font-size:12px;font-weight:850;background:#eef4ff;color:#0952d9;border-radius:999px;padding:6px 9px}.card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.card-actions a{flex:1 1 auto;min-width:100px;text-align:center;border-radius:13px;padding:10px 11px;font-size:13px;font-weight:900}.wa{background:var(--success);color:#fff}.ig{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af);color:#fff}.site{background:#0f172a;color:#fff}.map{background:#2563eb;color:#fff}.produto-card{grid-column:span 3}.produto-img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#eef2f7}.produto-body{padding:14px}.produto-body h3{margin:0 0 8px;font-size:16px;line-height:1.2}.produto-empresa{font-size:12px;color:var(--muted);font-weight:800}.price-line{display:flex;gap:8px;align-items:baseline;margin-top:9px}.old{color:#94a3b8;text-decoration:line-through;font-weight:700}.price{color:#e11d48;font-size:20px;font-weight:950}.oferta-card{grid-column:span 4;padding:18px;background:linear-gradient(180deg,#fff 0,#f8fbff 100%)}.oferta-card h3{margin:0 0 8px}.oferta-card p{color:var(--muted);margin:0 0 14px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{padding:18px}.feature-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#eaf1ff;color:var(--brand);font-weight:950;margin-bottom:12px}.feature-card h3{margin:0 0 7px;font-size:16px}.feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.cta{border-radius:30px;background:#0f172a;color:#fff;padding:28px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;overflow:hidden}.cta h2{margin:0;font-size:clamp(24px,4vw,42px);letter-spacing:-.04em}.cta p{margin:8px 0 0;color:#cbd5e1}.footer{max-width:1180px;margin:20px auto 0;padding:22px 18px 100px;color:var(--muted);font-size:13px;text-align:center}.bottom-bar{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:45;width:min(560px,calc(100vw - 26px));display:grid;grid-template-columns:repeat(4,1fr);gap:8px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border:1px solid rgba(148,163,184,.25);border-radius:22px;padding:8px;box-shadow:0 20px 45px rgba(15,23,42,.18)}.bottom-bar a{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px;font-weight:850;color:#334155;padding:8px;border-radius:16px}.bottom-bar a:hover{background:#eff6ff;color:var(--brand)}.empty{grid-column:1/-1;background:#fff;border-radius:18px;padding:22px;text-align:center;color:var(--muted)}
.popup-bg{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.64);display:flex;align-items:center;justify-content:center;padding:16px}.popup-box{position:relative;max-width:min(520px,92vw)}.popup-box img{border-radius:22px;max-height:86dvh;object-fit:contain;box-shadow:0 30px 70px rgba(0,0,0,.35);cursor:pointer}.popup-close{position:absolute;top:-12px;right:-12px;width:40px;height:40px;border:0;border-radius:999px;background:#fff;font-size:24px;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.18)}@media(max-width:980px){.hero-content{grid-template-columns:1fr}.hero-card{display:none}.empresa-card{grid-column:span 6}.produto-card{grid-column:span 4}.oferta-card{grid-column:span 6}.features{grid-template-columns:repeat(2,1fr)}.cta{grid-template-columns:1fr}}@media(max-width:680px){.header-inner{padding:10px 12px}.brand-text small{display:none}.brand-text span{font-size:14px}.brand-logo{width:38px;height:38px}.search-wrap{order:3;flex-basis:100%}.main{padding:12px}.hero{border-radius:24px;padding:26px 18px}.hero-actions .btn{width:100%}.empresa-card,.produto-card,.oferta-card{grid-column:1/-1}.features{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.cta{border-radius:24px;padding:22px}.bottom-bar{bottom:8px;border-radius:19px}.bottom-bar a{font-size:10px}}@media(max-width:380px){.brand-text{display:none}.grid{gap:12px}.pill{padding:9px 12px}.empresa-card{padding:14px}.card-actions a{min-width:calc(50% - 5px)}}

/* Ajustes solicitados - 09/07/2026 */
.bottom-bar a{font-size:18px;line-height:1;font-weight:900;padding:9px 8px}
.bottom-bar a span{font-size:12.5px;line-height:1.1;letter-spacing:-.01em}
.produto-card{grid-column:span 2}
.produto-img{aspect-ratio:4/3}
.produto-body{padding:10px 11px 11px}
.produto-body h3{font-size:14px;margin-bottom:5px;line-height:1.15}
.produto-empresa{font-size:11px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.price-line{margin-top:6px;gap:6px;flex-wrap:wrap}
.price{font-size:17px}.old{font-size:12px}.produto-card .card-actions{gap:6px;margin-top:9px!important}.produto-card .card-actions a{min-width:0;padding:8px 7px;font-size:11px;border-radius:11px}
@media(max-width:980px){.produto-card{grid-column:span 3}.produto-img{aspect-ratio:1/1}}
@media(max-width:680px){.header-inner{display:flex;flex-wrap:wrap;align-items:center}.brand{order:1;flex:1 1 auto}.hamburger{order:2}.search-wrap{order:3;flex:0 0 100%;width:100%;margin-top:8px}.search-wrap input{padding:12px 44px 12px 15px}.produto-card{grid-column:span 6}.produto-body h3{font-size:13px}.produto-card .card-actions a{font-size:10.5px;padding:7px 5px}.bottom-bar a{font-size:19px}.bottom-bar a span{font-size:12px}}
@media(max-width:380px){.produto-card{grid-column:span 6}.produto-body{padding:9px}.price{font-size:15px}.produto-card .card-actions a{font-size:10px}}

/* Paginação das empresas parceiras */
.empresa-pagination{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:16px}
.empresa-pagination button{border:1px solid #dbe3ef;background:#fff;color:#0f172a;border-radius:999px;min-width:38px;height:38px;padding:0 12px;font-weight:900;cursor:pointer;box-shadow:0 6px 16px rgba(15,23,42,.06)}
.empresa-pagination button.active,.empresa-pagination button:hover{background:#0f172a;color:#fff;border-color:#0f172a}
.empresa-pagination button:disabled{opacity:.45;cursor:not-allowed;background:#f8fafc;color:#64748b}
@media(max-width:680px){.empresa-pagination{gap:6px}.empresa-pagination button{min-width:36px;height:36px;padding:0 10px;font-size:13px}}

/* Ajustes 09/07/2026 - categorias, paginação e push */
.category-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;position:relative}
.category-scroll{width:38px;height:38px;border:1px solid #dbe3ef;background:#fff;color:#0f172a;border-radius:999px;box-shadow:0 8px 20px rgba(15,23,42,.08);font-size:24px;font-weight:950;line-height:1;display:grid;place-items:center;cursor:pointer;z-index:2}
.category-scroll:hover{background:#0f172a;color:#fff;border-color:#0f172a}
.category-scroll-left{margin-right:-4px}.category-scroll-right{margin-left:-4px}.category-strip .pill-row{padding:4px 2px 12px;scroll-behavior:smooth}
.push-consent{position:fixed;left:16px;bottom:96px;width:min(430px,calc(100vw - 32px));z-index:70;background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:16px;display:flex;gap:13px;align-items:flex-start;box-shadow:0 24px 60px rgba(15,23,42,.24)}
.push-consent[hidden]{display:none!important}.push-consent-icon{width:44px;height:44px;border-radius:16px;background:#eff6ff;display:grid;place-items:center;font-size:22px;flex:0 0 auto}.push-consent-body strong{display:block;font-size:16px;margin-bottom:4px}.push-consent-body p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.4}.push-consent-actions{display:flex;gap:8px;flex-wrap:wrap}.push-consent-actions .btn{padding:10px 13px;font-size:13px}.push-consent-actions .btn-light{background:#f1f5f9;color:#0f172a}
.empresa-card:target{outline:4px solid rgba(7,92,248,.25);box-shadow:0 0 0 6px rgba(7,92,248,.12),var(--shadow)}
@media(max-width:680px){.category-strip{grid-template-columns:34px 1fr 34px;gap:5px}.category-scroll{width:34px;height:34px;font-size:22px}.push-consent{bottom:88px;left:10px;width:calc(100vw - 20px)}}

/* PWA instalável */
.drawer-install{width:100%;border:0;text-align:left;padding:13px 14px;border-radius:14px;background:#075cf8;color:#fff;font-weight:850;cursor:pointer;box-shadow:0 10px 22px rgba(7,92,248,.22)}
.drawer-install:hover{filter:brightness(.95)}
.drawer-install[hidden]{display:none!important}
