/* --- VARIÁVEIS GLOBAIS --- */
:root {
    --vo-brand: #FFAA00;
    --vo-brand-light: #FFC83D;
    --vo-gradient-vivid: linear-gradient(90deg, #FFC107 0%, #FF8C00 100%);
    --vo-glow-btn: 0 8px 25px rgba(255, 140, 0, 0.4);
    --vo-bg: #080605;
    --vo-surface: #1e1712;
    --vo-surface-soft: #241b14;
    --vo-text: #f6eee6;
    --vo-text-body: #dcdcdc;
    --vo-text-muted: #c3b3a5;
    --vo-border: rgba(255, 255, 255, 0.08);
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 8px;
    --container-width: 1160px;
    --transition: all 0.3s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background-color: var(--vo-bg); color: var(--vo-text); font-family: 'Inter', sans-serif; line-height: 1.8; overflow-x: hidden; }
h1, h2, h3, h4, .btn { font-family: 'Outfit', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; display: block; object-fit: cover; }
.container { max-width: var(--container-width); margin: 0 auto; padding: 0 24px; }

/* Links no texto */
.content-body a { color: var(--vo-brand); font-weight: 600; border-bottom: 1px solid var(--vo-brand); }
.content-body a:hover { color: #fff; border-color: #fff; }

/* --- HEADER --- */
header { padding: 20px 0; background: rgba(8, 6, 5, 0.95); border-bottom: 1px solid var(--vo-border); position: sticky; top: 0; z-index: 999; }
.nav-flex { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.5rem; font-weight: 800; color: #fff; letter-spacing: -0.5px; display: flex; align-items: center; gap: 10px; z-index: 1002; }
.logo i { background: var(--vo-gradient-vivid); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.nav-menu { display: flex; gap: 32px; }
.nav-menu a { font-size: 0.95rem; color: var(--vo-text-muted); font-weight: 500; }
.nav-menu a:hover { color: var(--vo-brand); }
.btn-header { padding: 10px 24px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 99px; font-size: 0.85rem; font-weight: 600; }
.btn-header:hover { border-color: var(--vo-brand); color: var(--vo-brand); }

/* Mobile Menu */
.mobile-menu-btn { display: none; background: rgba(8, 6, 5, 0.95); border: 1px solid var(--vo-brand); color: var(--vo-brand); font-size: 1.2rem; width: 45px; height: 45px; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; z-index: 1002; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.mobile-nav-overlay { display: none; position: fixed; top: 0; right: -100%; width: 85%; height: 100vh; background: var(--vo-bg); border-left: 1px solid var(--vo-border); z-index: 1001; transition: 0.3s; padding: 80px 30px; flex-direction: column; gap: 20px; box-shadow: -10px 0 30px rgba(0,0,0,0.8); }
.mobile-nav-overlay.active { right: 0; }
.mobile-menu-close { position: absolute; top: 25px; right: 25px; background: transparent; border: none; color: var(--vo-text-muted); font-size: 1.5rem; cursor: pointer; transition: var(--transition); }
.mobile-menu-close:hover { color: var(--vo-brand); transform: rotate(90deg); }
.mobile-nav-overlay a { font-size: 1.2rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 15px; }

/* LAYOUT */
.review-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px; margin-top: 0px; margin-bottom: 80px; }
.breadcrumbs { font-size: 0.85rem; color: var(--vo-text-muted); margin-bottom: 20px; }
.breadcrumbs a:hover { color: var(--vo-brand); }
.breadcrumbs span { margin: 0 8px; opacity: 0.5; }

/* HERO PRODUTO */
.hero-gradient-text { background: var(--vo-gradient-vivid); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.product-hero {
    padding: 140px 20px 80px 20px;
    margin-bottom: 40px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -80px;
}

.tag-badge {
    background: var(--vo-gradient-vivid);
    color: #000;
    padding: 2px 6px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.3px;
}

.product-hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 15px; margin-top: 10px; color: #fff; line-height: 1.1; }
.review-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 0.85rem; color: var(--vo-text-muted); margin-bottom: 26px; }
.review-meta i { color: var(--vo-brand); margin-right: 6px; }

/* SIDEBAR & WIDGETS */
.sidebar-product-img { margin-bottom: 30px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--vo-border); box-shadow: 0 10px 30px rgba(0,0,0,0.3); position: relative; display: inline-block; }
.sidebar-product-img img { width: 100%; display: block; border-radius: 16px; }
.sidebar-badge { position: absolute; bottom: 15px; right: 15px; z-index: 5; }

.sidebar-widget { background: var(--vo-surface); padding: 30px; border-radius: var(--radius-md); border: 1px solid var(--vo-border); margin-bottom: 30px; }
.widget-title { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--vo-border); }

.toc-list { list-style: none; }
.toc-list li { margin-bottom: 12px; }
.toc-list a { font-size: 0.9rem; color: var(--vo-text-muted); display: flex; align-items: center; gap: 10px; }
.toc-list a:hover { color: var(--vo-brand); transform: translateX(5px); }
.toc-list a::before { content: ''; width: 6px; height: 6px; background: var(--vo-brand); border-radius: 50%; }

/* VEREDITO (COM CARROSSEL) */
.verdict-box { background: var(--vo-surface); border: 1px solid var(--vo-border); border-radius: var(--radius-lg); padding: 30px; display: flex; gap: 30px; margin-bottom: 50px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); position: relative; z-index: 2; }
.verdict-gallery { flex: 0 0 380px; position: relative; overflow: hidden; border-radius: var(--radius-md); background: radial-gradient(circle, #2a201a 0%, #1e1712 70%); }
.gallery-track { display: flex; transition: transform 0.4s ease; }
.gallery-item { flex: 0 0 100%; display: flex; align-items: center; justify-content: center; padding: 10px; }
.gallery-item img { width: 100%; height: auto; max-height: 440px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5)); cursor: zoom-in; }

.enhanced-gallery { position: relative; overflow: hidden; }
.enhanced-gallery .gallery-arrow { z-index: 9999 !important; position: absolute; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.4); background: rgba(0,0,0,0.5); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 20; transition: var(--transition); }
.gallery-arrow:hover { background: rgba(0,0,0,0.7); border-color: var(--vo-brand); color: var(--vo-brand); }
.gallery-prev { left: 10px; }
.gallery-next { right: 10px; }

.verdict-content { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.verdict-score { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.score-circle { width: 60px; height: 60px; background: var(--vo-gradient-vivid); color: #000; font-weight: 800; font-size: 1.2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--vo-glow-btn); }
.score-label { font-size: 1.1rem; font-weight: 700; color: #fff; }
.verdict-text { font-size: 1rem; color: var(--vo-text-muted); margin-bottom: 25px; line-height: 1.5; }

/* BOTÕES GERAIS */
.cta-group { display: flex; gap: 15px; flex-wrap: wrap; }
.btn-amazon { flex: 1; background: var(--vo-gradient-vivid); color: #000 !important; font-weight: 800; padding: 14px 25px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: var(--vo-glow-btn); border: none; font-size: 1rem; white-space: nowrap; }
.btn-amazon:hover { transform: translateY(-3px); filter: brightness(1.1); color: #000; }
.btn-mercadolivre { flex: 1; background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #fff; font-weight: 600; padding: 14px 25px; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; gap: 10px; white-space: nowrap; }
.btn-mercadolivre:hover { border-color: var(--vo-brand); color: var(--vo-brand); }

/* CONTEÚDO E TABELAS */
.content-body { color: var(--vo-text-body); font-size: 1.1rem; }
.content-body h2 { font-size: 2rem; color: #fff; margin: 50px 0 20px; scroll-margin-top: 100px; border-left: 4px solid var(--vo-brand); padding-left: 20px; }
.content-body h3 { font-size: 1.5rem; color: #fff; margin: 30px 0 15px; }
.content-body p { margin-bottom: 25px; }
.content-body ul { margin-bottom: 25px; padding-left: 20px; list-style-type: disc; color: var(--vo-text-muted); }
.content-body li { margin-bottom: 10px; }

.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 40px 0; }
.pc-box { background: var(--vo-surface); padding: 25px; border-radius: var(--radius-md); border: 1px solid var(--vo-border); }
.pc-title { font-weight: 800; margin-bottom: 15px; display: block; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; font-family: 'Outfit'; }
.pc-list { list-style: none; padding: 0 !important; margin: 0 !important; }
.pc-list li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.95rem; color: var(--vo-text-body); }
.pros .pc-title { color: #10b981; } .pros i { color: #10b981; margin-top: 5px; }
.cons .pc-title { color: #ef4444; } .cons i { color: #ef4444; margin-top: 5px; }

.specs-table { width: 100%; border-collapse: collapse; margin: 30px 0; background: var(--vo-surface); border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--vo-border); }
.specs-table td { padding: 15px 20px; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--vo-text-muted); font-size: 0.95rem; }
.specs-table tr:last-child td { border-bottom: none; }
.specs-table td:first-child { font-weight: 700; color: #fff; width: 40%; background: rgba(255,255,255,0.02); }

/* IMAGENS DE CONTEÚDO */
.image-block, .image-detalhe { width: 100%; margin: 30px 0; text-align: left; }
.image-block img, .image-detalhe img { width: 100%; border-radius: 16px; display: block; }
.image-caption { font-size: 0.85rem; color: #ccc; margin-top: 6px; }

/* WIDGETS LATERAIS EXTRAS */
.best-pick-mini { display: flex; gap: 15px; margin-bottom: 20px; align-items: center; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,0.05); text-decoration: none; cursor: pointer; }
.best-pick-mini:hover .bpm-info h4 { color: var(--vo-brand); }
.best-pick-mini:last-child { border-bottom: none; padding-bottom: 0; }
.bpm-img { width: 60px; height: 60px; background: #000; border-radius: 8px; flex-shrink: 0; padding: 5px; border: 1px solid var(--vo-border); display: flex; align-items: center; justify-content: center; }
.bpm-img img { max-height: 100%; max-width: 100%; }
.bpm-info h4 { font-size: 0.95rem; line-height: 1.2; margin-bottom: 3px; color: #fff; transition: 0.3s; }
.bpm-price { color: var(--vo-brand); font-weight: 700; font-size: 0.9rem; }
.bpm-approx { font-size: 0.75rem; color: #ebbc70; margin-left: 5px; font-weight: 400; }

.lifestyle-grid { display: flex; flex-direction: column; gap: 15px; } 
.lifestyle-img { width: 100%; border-radius: 8px; overflow: hidden; border: 1px solid var(--vo-border); position: relative; }
.lifestyle-img img { width: 100%; height: auto; display: block; transition: var(--transition); }
.lifestyle-img:hover img { transform: scale(1.03); opacity: 0.9; }

/* BOX VEREDITO RÁPIDO */
.quick-summary { background: var(--vo-surface-soft); border-left: 4px solid var(--vo-brand); padding: 25px; border-radius: var(--radius-md); margin: 30px 0; box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.qs-header { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: #fff; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.5px; }
.qs-header i { color: var(--vo-brand); }
.qs-content p { margin-bottom: 15px; font-size: 1rem; color: var(--vo-text-body); line-height: 1.6; }
.qs-highlight { color: #fff; font-weight: 600; }
.qs-buttons { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.qs-buttons .btn-amazon, .qs-buttons .btn-mercadolivre { padding: 10px 20px; font-size: 0.9rem; flex: 1; min-width: 140px; }

/* COMPARATIVO & FAQ */
.battle-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.battle-card { background: var(--vo-surface); border: 1px solid var(--vo-border); border-radius: var(--radius-lg); padding: 20px; transition: var(--transition); }
.battle-card:hover { border-color: var(--vo-brand); background: var(--vo-surface-soft); }
.battle-visuals { display: flex; align-items: center; gap: 20px; margin-bottom: 30px; }
.battle-img-circle { width: 130px; height: 130px; border-radius: 50%; background: #000; overflow: hidden; border: 2px solid #333; align-items: center;}
.battle-img-circle img { width: 100%; height: 100%; object-fit: cover; }
.vs-text { font-weight: 800; color: var(--vo-brand); font-size: 1.2rem; }
.battle-info h3 { font-size: 1.4rem; margin-bottom: 10px; }
.battle-info p { color: var(--vo-text-muted); font-size: 0.95rem; margin-bottom: 10px; }

.faq-bloco { margin-top: 40px; }
.faq-bloco h2 { font-size: 1.8rem; margin-bottom: 20px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #1e1712; border-radius: 18px; overflow: hidden; }
.faq-question { width: 100%; padding: 16px 20px; background: transparent; border: none; outline: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-align: left; color: #f9f3e7; font-size: 1rem; font-weight: 600; }
.faq-icon { font-size: 1.4rem; line-height: 1; transition: transform 0.2s ease; }
.faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: var(--vo-text-muted); font-size: 0.95rem; line-height: 1.6; transition: max-height 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease; }
.faq-item.open .faq-answer { max-height: 300px; padding-bottom: 16px; padding-top: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--vo-brand-light); }

/* FOOTER */
footer { padding: 80px 0 40px; background: #050403; border-top: 1px solid var(--vo-border); }
.footer-cols { display: grid; grid-template-columns: 2fr 0.8fr 0.8fr 1fr; gap: 40px; margin-bottom: 60px; align-items: start; }
.footer-brand p { max-width: 350px; color: #888; margin-top: 15px; font-size: 0.9rem; }
.f-col h4 { color: #fff; margin-bottom: 20px; font-size: 1rem; }
.f-col ul { list-style: none; }
.f-col li { margin-bottom: 12px; }
.f-col a { color: var(--vo-text-muted); font-size: 0.9rem; }
.f-col a:hover { color: var(--vo-brand); }
.copy { text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 40px; color: #555; font-size: 0.9rem; }
.seo-accordion { margin-top: 10px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 10px; }
.seo-details summary { cursor: pointer; color: var(--vo-text-muted); font-size: 0.9rem; list-style: none; display: flex; align-items: center; justify-content: center; gap: 10px; opacity: 0.7; transition: 0.3s; }
.seo-details summary:hover { color: var(--vo-brand); opacity: 1; }
.seo-links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 10px 0; text-align: left; }
.seo-links-grid h5 { color: #fff; margin-bottom: 10px; font-size: 0.95rem; }
.seo-links-grid a { display: block; color: #ebbc70; font-size: 0.85rem; margin-bottom: 5px; text-decoration: none; }
.seo-links-grid a:hover { color: var(--vo-brand); }

/* STICKY FOOTER MOBILE */
.mobile-sticky-bar { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(30, 23, 18, 0.98); backdrop-filter: blur(10px); padding: 12px 20px; border-top: 1px solid var(--vo-brand); z-index: 1000; box-shadow: 0 -10px 30px rgba(0,0,0,0.5); transform: translateY(100%); opacity: 0; pointer-events: none; transition: transform 0.25s ease, opacity 0.25s ease; }
.bottom-offer-bar.is-visible { transform: translateY(0%); opacity: 1; pointer-events: auto; }
.msb-content { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.msb-price { font-size: 0.75rem; color: #fff; display: flex; flex-direction: column; line-height: 1.2; }
.msb-price span { font-size: 1rem; font-weight: 700; color: var(--vo-brand); white-space: nowrap; }

/* DICA CURSO */
.course-tip-box { margin-top: 80px; margin-bottom: 60px; background: var(--vo-surface); border: 1px dashed rgba(255, 170, 0, 0.3); border-radius: var(--radius-lg); padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.course-tip-content h3 { font-size: 1.5rem; margin-bottom: 10px; color: #fff; display: flex; align-items: center; gap: 10px; }
.course-tip-content h3 i { color: var(--vo-brand); }
.course-tip-content p { color: var(--vo-text-muted); font-size: 1rem; margin-bottom: 0; max-width: 600px; }
.btn-sm-course { padding: 12px 24px; border: 1px solid var(--vo-brand); border-radius: var(--radius-sm); color: var(--vo-brand); font-weight: 600; font-size: 0.9rem; white-space: nowrap; }
.btn-sm-course:hover { background: var(--vo-brand); color: #000; }

/* === MOBILE / RESPONSIVO === */
@media (max-width: 900px) {
    header { position: relative; background: transparent; border-bottom: none; backdrop-filter: none; }
    .nav-menu, .btn-header { display: none; }
    .mobile-menu-btn { display: flex; position: fixed; top: 20px; right: 20px; }
    .mobile-nav-overlay { display: flex; }
    .review-layout { grid-template-columns: 1fr; gap: 50px; margin-top: 10; padding-top: 520px; }
    .gallery-prev { left: 10px; }
    .gallery-next { right: 10px; }
    .gallery-item img { max-height: 380px; }
    .sidebar { order: 2; }
    main { order: 1; }
    .container { padding: 0 10px; } 
    .verdict-box, .pc-box { padding: 20px; width: auto; margin-left: 0; margin-right: 0; }
    .product-hero h1 { font-size: 2rem; line-height: 1.2; }
    .verdict-box { flex-direction: column; text-align: center; }
    .verdict-score { justify-content: center; }
    .verdict-gallery { flex: auto; width: 100%; margin-bottom: 20px; }
    .cta-group { flex-direction: column; }
    .pros-cons-grid { grid-template-columns: 1fr; }
    .sidebar-product-img { display: none; }
    .sidebar-widget { display: none; }
    .mobile-sticky-bar { display: block; }
    .msb-content { gap: 10px; justify-content: space-between; }
    .btn-amazon { padding: 10px 15px; font-size: 0.9rem; width: auto; flex-grow: 0; min-width: 160px; }
    .category-grid, .product-grid, .battle-grid, .footer-cols { grid-template-columns: 1fr; gap: 20px; }
    body { padding-bottom: 10px; }
    footer { padding-bottom: 10px; }
    .footer-cols, .seo-links-grid { grid-template-columns: 3fr; text-align: left; }
    .footer-brand { text-align: left; display: flex; flex-direction: column; align-items: left; }
    .battle-grid { display: flex !important; flex-direction: column; gap: 25px; width: 100%; }
    .battle-card { padding: 25px !important; }
    .battle-info { width: 100%; }
    .battle-card a { display: inline-block; margin-top: 15px; width: auto; max-width: 100%; }
}