/*
Theme Name: TechReview Brasil
Description: Tema para blog de afiliados de eletrônicos
Version: 1.0
Author: TechReview Brasil
*/
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:"Segoe UI",Arial,sans-serif;background:#f5f5f5;color:#333;font-size:16px;line-height:1.6}
a{color:#ff6900;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
header{background:#1a1a2e;color:#fff;padding:0;box-shadow:0 2px 10px rgba(0,0,0,0.3)}
.header-top{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;max-width:1200px;margin:0 auto}
.logo{font-size:26px;font-weight:800;color:#ff6900;text-decoration:none}
.logo span{color:#fff}
nav{background:#16213e}
nav ul{list-style:none;display:flex;max-width:1200px;margin:0 auto;padding:0 20px;flex-wrap:wrap}
nav ul li a{color:#ccc;padding:12px 16px;display:block;font-size:14px;font-weight:500;transition:color .2s}
nav ul li a:hover{color:#ff6900;text-decoration:none}
.hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:40px 20px;text-align:center}
.hero h1{font-size:28px;margin-bottom:10px;color:#ff6900}
.hero p{font-size:15px;color:#aaa;max-width:600px;margin:0 auto}
.main-wrap{display:grid;grid-template-columns:1fr 300px;gap:30px;max-width:1200px;margin:30px auto;padding:0 20px}
@media(max-width:900px){.main-wrap{grid-template-columns:1fr}}
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){.posts-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.posts-grid{grid-template-columns:1fr}}
.post-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.08);transition:transform .2s,box-shadow .2s}
.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}
.post-card img{width:100%;height:180px;object-fit:cover}
.post-card-body{padding:16px}
.post-card-body h2{font-size:15px;margin-bottom:8px;line-height:1.4}
.post-card-body h2 a{color:#1a1a2e}
.post-card-body h2 a:hover{color:#ff6900;text-decoration:none}
.post-excerpt{font-size:13px;color:#666;margin-bottom:12px}
.post-meta{font-size:11px;color:#999;margin-bottom:8px}
.btn-read{background:#ff6900;color:#fff!important;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;display:inline-block;text-decoration:none!important}
.btn-read:hover{background:#e55a00}
.single-post{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,0.08)}
.single-post h1{font-size:26px;color:#1a1a2e;margin-bottom:16px;line-height:1.3}
.single-post h2{font-size:20px;color:#1a1a2e;margin:24px 0 10px;border-left:4px solid #ff6900;padding-left:10px}
.single-post h3{font-size:17px;color:#333;margin:18px 0 8px}
.single-post p{margin-bottom:14px;color:#444}
.single-post ul{margin:0 0 14px 22px}
.single-post li{margin-bottom:5px;color:#444}
.single-post table{width:100%;border-collapse:collapse;margin:14px 0}
.single-post table th{background:#1a1a2e;color:#fff;padding:10px 12px;text-align:left;font-size:14px}
.single-post table td{padding:10px 12px;border-bottom:1px solid #eee;font-size:14px}
.single-post table tr:nth-child(even) td{background:#f9f9f9}
.post-meta-single{color:#999;font-size:13px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}
.sidebar{}
.widget{background:#fff;border-radius:12px;padding:18px;margin-bottom:20px;box-shadow:0 2px 12px rgba(0,0,0,0.08)}
.widget h3{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #ff6900}
.widget ul{list-style:none}
.widget ul li{padding:5px 0;border-bottom:1px solid #f0f0f0;font-size:13px}
.widget ul li a{color:#333}
.widget ul li a:hover{color:#ff6900}
.cta-box{background:linear-gradient(135deg,#ff6900,#ff8c00);color:#fff;border-radius:12px;padding:20px;text-align:center;margin-bottom:20px}
.cta-box h3{font-size:17px;margin-bottom:6px}
.cta-box p{font-size:13px;margin-bottom:12px;opacity:.9}
.cta-box a{background:#fff;color:#ff6900;padding:9px 18px;border-radius:6px;font-weight:700;font-size:13px;display:inline-block;text-decoration:none}
footer{background:#1a1a2e;color:#aaa;padding:36px 20px 16px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto 24px}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr}}
.footer-col h4{color:#fff;margin-bottom:12px;font-size:14px}
.footer-col p,.footer-col a{color:#777;font-size:12px;line-height:1.8;display:block}
.footer-col a:hover{color:#ff6900}
.footer-bottom{text-align:center;padding-top:16px;border-top:1px solid #2a2a4a;font-size:11px;color:#555}
.pagination{display:flex;justify-content:center;gap:6px;margin:28px 0}
.pagination a,.pagination span{padding:8px 14px;background:#fff;border-radius:6px;font-size:13px;box-shadow:0 1px 4px rgba(0,0,0,0.1);color:#333}
.pagination .current{background:#ff6900;color:#fff}
