:root {
	--brand: #3b4a96;
	--brand-dark: #2c3875;
	--cta: #e85d04;
	--cta-hover: #d44f00;
	--cta-text: #fff;
	--ok: #15803d;
	--ok-bg: #ecfdf3;
	--bad: #b42318;
	--bad-bg: #fef3f2;
	--ink: #1e293b;
	--muted: #475569;
	--line: #e2e8f0;
	--paper: #fff;
	--bg: #f1f5f9;
	--radius: 12px;
	--shadow: 0 8px 24px rgba(15, 23, 42, .08);
	--header-h: 72px;
	--font: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { height: 100%; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--ink);
	font: 400 17px/1.6 var(--font);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--brand); text-decoration: none; transition: color .2s, background .2s, transform .2s, box-shadow .2s; }
a:hover { color: var(--brand-dark); }
:focus-visible { outline: 3px solid #93c5fd; outline-offset: 2px; }
h1, h2, h3, h4, h5 { font-weight: 700; line-height: 1.25; color: var(--ink); margin: 0 0 .6em; }
h1 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h2 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); }
h3 { font-size: 1.25rem; }
h2[id], h3[id] { scroll-margin-top: calc(var(--header-h) + 12px); }
h4 { font-size: 1.1rem; }
p { margin: 0 0 1.15em; }
li { margin-bottom: .35em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.skip-link {
	position: absolute; left: 1rem; top: -40px; z-index: 100;
	background: var(--brand); color: #fff; padding: .5rem 1rem; border-radius: 8px;
}
.skip-link:focus { top: 1rem; color: #fff; }

.container { width: min(1140px, calc(100% - 2rem)); margin-inline: auto; }
.row { display: flex; flex-wrap: wrap; margin: 0 -.75rem; }
.row > [class*="col-"] { padding: 0 .75rem; width: 100%; flex: 0 0 auto; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
@media (min-width: 640px) {
	.row > .col-lg-3 { width: 50%; }
}
@media (min-width: 992px) {
	.row > .col-lg-3 { width: 25%; }
	.row > .col-lg-4 { width: 33.333%; }
	.row > .col-lg-5 { width: 41.666%; }
	.row > .col-lg-6 { width: 50%; }
	.row > .col-lg-7 { width: 58.333%; }
	.row > .col-lg-8 { width: 66.666%; }
	.row > .col-lg-9 { width: 75%; }
	.row > .col-lg-10 { width: 83.333%; }
	.row > .col-lg-12 { width: 100%; }
}
@media (min-width: 1200px) {
	.row > .col-xl-8 { width: 66.666%; }
}

.mt-2 { margin-top: .5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mb-20 { margin-bottom: 1.25rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-5 { padding-bottom: 3rem !important; }
.text-center { text-align: center; }
.w-100 { width: 100%; }
.img-fluid { max-width: 100%; height: auto; }
.d-block { display: block; }
.bgcinza { background: #e8edf5; }

header {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255,255,255,.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--line);
	padding: .7rem 0;
	transition: box-shadow .2s;
}
header.is-scrolled { box-shadow: 0 8px 24px rgba(15, 23, 42, .08); }
.navbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; position: relative; }
.brand img { display: block; height: 42px; width: auto; }
.nav { display: flex; list-style: none; margin: 0; padding: 0; gap: .15rem; }
.nav li { margin: 0; }
.nav li a {
	display: block; padding: .45rem .7rem; border-radius: 8px;
	font-size: .82rem; font-weight: 700; letter-spacing: .02em; color: var(--brand);
}
.nav li a:hover, .nav li a.ativo { background: #eef2ff; color: var(--brand-dark); }
.nav-toggle {
	display: none; border: 0; background: transparent; padding: .4rem; cursor: pointer; color: var(--brand);
}
.nav-toggle svg { display: block; width: 28px; height: 28px; }

.hero-home, .hero-interna {
	position: relative; min-height: 220px; display: flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, #2c3875 0%, #3b4a96 55%, #5b6ecf 100%);
	padding: 3.2rem 0;
}
.hero-home { min-height: 280px; background-image: linear-gradient(135deg, #2c3875 0%, #3b4a96 55%, #5b6ecf 100%); }
@media (min-width: 768px) {
	.hero-home { background-image: linear-gradient(135deg, rgba(44,56,117,.78), rgba(59,74,150,.72)), url(../images/melhores-mouses.jpg); background-size: cover; background-position: center; }
}
.hero-home h1, .hero-interna h1, .hero-interna p { color: #fff; text-align: center; text-shadow: 0 1px 12px rgba(0,0,0,.25); }
.hero-interna p { margin: 0; }

.bnt, .melhorPreco {
	display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
	border: 0; border-radius: 999px; cursor: pointer;
	font-weight: 700; text-decoration: none; line-height: 1.2;
}
.bnt { height: 48px; padding: 0 1.6rem; background: var(--brand); color: #fff; }
.bnt:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); }
.melhorPreco {
	background: var(--cta); color: var(--cta-text);
	padding: .7rem 1.15rem; box-shadow: 0 6px 16px rgba(232, 93, 4, .28);
}
.melhorPreco:hover { background: var(--cta-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(232, 93, 4, .38); }
.melhorPrecoGrande { padding: .95rem 1.6rem; font-size: 1.15rem; min-width: min(100%, 280px); }
.vermelhorpreco { font-size: .92rem; padding: .55rem 1rem; white-space: nowrap; }

.card-review {
	background: var(--paper); border-radius: var(--radius); overflow: hidden; height: 100%;
	box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s;
}
.card-review a { display: block; color: inherit; height: 100%; }
.card-review .img { aspect-ratio: 4/3; overflow: hidden; background: #eef2f7; display: flex; align-items: center; justify-content: center; }
.card-review img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
img[data-src] { min-height: 120px; background: #eef2f7; }
.card-review h3 { font-size: 1.02rem; padding: .85rem 1rem 1.1rem; text-align: center; margin: 0; color: var(--ink); }
.card-review a:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(15, 23, 42, .12); }
.card-review a:hover img { transform: scale(1.04); }
.card-review a:hover h3 { color: var(--brand); }

.blog__details, .blog__details2 {
	background: var(--paper); border-radius: var(--radius); padding: 1.6rem 1.5rem 2rem;
	box-shadow: var(--shadow); border: 1px solid var(--line);
}
.blog__details h2, .blog__details h3, .blog__details h4 { margin: 1.15em 0 .5em; }
.blog__details img { border-radius: 8px; }
.blog__details table { width: 100%; border-collapse: collapse; margin: 1.25em 0; font-size: .95rem; border: 1px solid var(--line); }
.blog__details th, .blog__details td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.blog__details th { background: #f1f5f9; }
.blog__details tbody tr:nth-child(even) { background: #f8fafc; }
.blog__details blockquote { margin: 1.2rem 0; padding: .9rem 1rem; border-left: 4px solid var(--brand); background: #eef2ff; border-radius: 0 8px 8px 0; }
.blog__details ul, .blog__details ol { margin: 1em 0; padding-left: 1.25rem; }
.autor-data { display: flex; flex-wrap: wrap; align-items: center; color: var(--muted); font-size: .95rem; margin: .4rem 0 1.2rem; }
.autor-data a { font-weight: 700; color: var(--ink); }
.autor-data time { font-weight: 600; color: var(--brand); }

.table { border-collapse: collapse; width: 100%; background: #fff; border-radius: 10px; overflow: hidden; }
.table td, .table th { border: 1px solid var(--line); padding: 10px; vertical-align: middle; }
.table th { background: var(--brand); color: #fff; text-align: left; }
.table tr:hover { background: #f8fafc; }
.table-principal-mobile .cg-tbl-img { height: 72px; display: flex; align-items: center; justify-content: center; }
.table-principal-mobile .cg-tbl-img img { max-height: 68px; width: auto; }
.card-novo-texto p { margin: 0; font-weight: 700; font-size: 1rem; }
.card-novo-texto p a { color: var(--brand); }
.card-novo-texto span { display: inline-block; font-size: .85rem; color: var(--muted); }
.card-novo-botao { text-align: center; }

.card-profile { background: linear-gradient(180deg, #4a5580, #3b4468); color: #fff; border-radius: var(--radius); padding: 1.4rem; position: sticky; top: calc(var(--header-h) + 1rem); }
.card-profile p { color: #eef2ff; font-size: .92rem; margin-bottom: 1em; }
.card-profile img { border-radius: 10px; max-width: 140px; }

.link-oferta-produto-2 a, .cor-roxo { color: var(--ink); font-weight: 700; }
.oferta-produto-2 { max-width: 240px; max-height: 240px; object-fit: contain; }
.pros-title { color: var(--ok); font-weight: 700; margin: 1rem 0 .4rem; }
.contras-title { color: var(--bad); font-weight: 700; margin: 1.2rem 0 .4rem; }
.cor-pros { color: var(--ok); font-weight: 700; }
.cor-contras { color: var(--bad); font-weight: 700; }

.form-input { display: block; margin-bottom: 1rem; }
.form-input label { display: block; margin-bottom: .4rem; font-weight: 600; }
.form-input input, .form-input textarea {
	width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: .7rem .85rem; font: inherit; background: #fff;
}
.form-input input:focus, .form-input textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(59,74,150,.15); outline: none; }
.form-input button { border: none; font-size: 1.05rem; margin: 0 auto; }
.pagina-contato {
	background: var(--paper); border-radius: var(--radius); padding: 1.6rem 1.5rem 2rem;
	box-shadow: var(--shadow); border: 1px solid var(--line);
}
.pagina-contato form { width: 100%; }

footer { background: var(--brand-dark); padding: 2.5rem 0 0; color: #fff; }
footer p, .endereco p, .endereco a, .endereco h3 { color: #eef2ff; }
.endereco h3 { margin-bottom: .7em; }
.endereco p { margin: .35em 0; }
.endereco-interna { margin-bottom: 2rem; }
.endereco-interna p { margin: .5em 0; }
.logoFooter { text-align: center; }
.footer-bottom { padding: 1rem 0; background: rgba(0,0,0,.28); margin-top: 2rem; }
.footer-bottom p { font-size: .82rem; color: #dbe4ff; }
.footer-bottom a { color: #fff; text-decoration: underline; }
.conteudo_pagina h2 { margin-bottom: 1em; }

.cta-sticky {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
	display: none; padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
	background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
	box-shadow: 0 -8px 24px rgba(15, 23, 42, .12); text-align: center;
}
.cta-sticky.is-visible { display: block; }
.cta-sticky .melhorPreco { width: min(100%, 420px); }
body.has-cta-sticky { padding-bottom: 84px; }
@media (min-width: 992px) {
	.cta-sticky, .cta-sticky.is-visible { display: none !important; }
	body.has-cta-sticky { padding-bottom: 0; }
}

.fa, .fas {
	display: inline-block; width: 1em; height: 1em; vertical-align: -0.15em; margin-right: .35em;
	background: currentColor;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}
.fa-bars { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><path d='M4 6h16M4 12h16M4 18h16'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><path d='M4 6h16M4 12h16M4 18h16'/></svg>"); }
.fa-map-marker-alt { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/></svg>"); }
.fa-mobile-alt { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm5 18a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 12 20z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm5 18a1.25 1.25 0 1 0 0-2.5A1.25 1.25 0 0 0 12 20z'/></svg>"); }
.fa-envelope { -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm9 8 8-5H4l8 5z'/></svg>"); mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M3 5h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm9 8 8-5H4l8 5z'/></svg>"); }

.video-container { overflow: hidden; position: relative; width: 100%; }
.video-container::after { padding-top: 56.25%; display: block; content: ""; }
.video-container iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.box-produto h2 { color: var(--brand); margin: 0; }
.box-produto h2 span { font-size: 60%; color: #64748b; padding: .3em .5em; box-shadow: 0 0 3px #ccc; margin-right: 5px; border-radius: 4px; }
.box-produto .imgPrincipal { max-width: 350px; }
.box-pro-contra { border: 1px solid var(--line); padding: 1.5rem; margin: 1rem 0; border-radius: 10px; }
.box-pro { color: var(--ok); }
.box-contra { color: var(--bad); }
.box-pro-text ul, .box-contra-text ul { padding-left: 0; margin: 0; }
.box-pro-text ul li, .box-contra-text ul li { list-style: none; }
.box-pro-text ul li:before { content: "✅ "; }
.box-contra-text ul li:before { content: "🚫 "; }
.bloco-depoimentos { background: #f8fafc; border: 1px solid var(--line); padding: 1rem; border-radius: 10px; }
.icone-cinza { color: #777; }
.icone-dourado { color: #f1c40f; }
.responsive-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); }
.responsive-table th, .responsive-table td { padding: 8px; text-align: left; border: 0; }
.responsive-table tr { border-bottom: 1px solid var(--line); }
.responsive-table tr td:first-child { background: #f8fafc; width: 30%; }
.card-review-novo { border-radius: 0; padding: 20px; box-shadow: 0 0 5px #ccc; position: relative; margin-bottom: 1.5rem; background: #fff; }
.beneficio-top { position: absolute; top: -18px; left: -10px; background: var(--brand); color: #fff; z-index: 5; font-size: 18px; padding: 10px 15px; font-weight: 700; }
.layout-card-review { display: flex; flex-wrap: wrap; align-items: center; padding: 20px; }
.layout-card-review .cg-layout-img { flex: 0 0 36%; max-width: 36%; display: flex; align-items: center; justify-content: center; }
.layout-card-review .cg-layout-img img { max-height: 250px; width: auto; margin: 20px auto; }
.layout-card-review .cg-layout-content { flex: 0 0 64%; max-width: 64%; padding-left: 16px; }
.grid_top3 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.grid_top3 .card-review-novo { flex: 0 0 30%; }
.pros-contras-container { display: flex; gap: 20px; margin: 30px 0; }
.pros-box, .contras-box { flex: 1; padding: 20px; border-radius: 8px; }
.pros-box { background: var(--ok-bg); border: 1px solid #bbf7d0; }
.contras-box { background: var(--bad-bg); border: 1px solid #fecaca; }
.card-promobit { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 20px; margin: 20px 0; }
.card-promobit-content { display: flex; align-items: center; gap: 20px; }
.card-promobit-image { flex: 0 0 280px; display: flex; align-items: center; justify-content: center; }
.card-promobit-image img { max-height: 280px; object-fit: contain; }
.card-promobit-button { background: var(--ok); color: #fff; border-radius: 8px; padding: 12px 24px; font-weight: 700; display: inline-flex; }
.card-promobit-button:hover { color: #fff; background: #166534; }
.card-produto-novo { display: flex; align-items: center; background: #fff; padding: 15px 0; border-radius: 8px; }
.card-produto-novo .card-novo-img { flex: 0 0 200px; max-width: 200px; padding-left: 25px; }
.lista-beneficios li { margin-bottom: 1rem; }
.img-box { position: relative; max-height: 400px; overflow: hidden; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }

@media (max-width: 768px) {
	.nav-toggle { display: inline-flex; }
	.navbar .nav {
		display: none; position: absolute; top: calc(100% + .6rem); left: 0; right: 0;
		background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: .6rem;
		flex-direction: column; box-shadow: var(--shadow); z-index: 20;
	}
	.navbar .nav.is-open { display: flex; }
	.navbar .nav li a { padding: .7rem .8rem; }
	.hero-interna, .hero-home { min-height: 0; padding: 2rem 0; }
	h1 { font-size: 1.7rem; }
	.table-principal-mobile thead { display: none; }
	.table-principal-mobile tr { display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 1rem; overflow: hidden; }
	.table-principal-mobile td { display: flex; flex-direction: column; align-items: center; width: 100%; border: 0; padding: .7rem 1rem; text-align: center; }
	.table-principal-mobile .cg-tbl-img { height: 120px; }
	.table2 thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
	.table2 tr { display: block; margin-bottom: .8em; border-bottom: 2px solid var(--line); }
	.table2 td { display: block; }
	.layout-card-review .cg-layout-img, .layout-card-review .cg-layout-content, .grid_top3 .card-review-novo { flex: 0 0 100%; max-width: 100%; }
	.card-produto-novo, .card-promobit-content, .pros-contras-container { flex-direction: column; }
	.card-profile { position: static; }
	.blog__details, .blog__details2, .pagina-contato { padding: 1.1rem .9rem 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}
