*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:'IBM Plex Sans',sans-serif;background:#171c24;color:#c8d0dc;line-height:1.7}
h1,h2,h3,h4{font-family:'Exo 2',sans-serif;letter-spacing:.3px}
a{color:#94a3b8;text-decoration:none}a:hover{color:#e2e8f0;text-decoration:underline}
img{max-width:100%;height:auto;display:block}

nav{background:#10141c;padding:14px 20px;position:sticky;top:0;z-index:100;border-bottom:2px solid #475569}
nav .inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
nav .logo{font-family:'Exo 2',sans-serif;font-size:1.4rem;color:#e2e8f0;font-weight:700;text-decoration:none}
nav .logo span{color:#60a5fa}
nav ul{list-style:none;display:flex;gap:20px;flex-wrap:wrap}
nav ul li a{color:#94a3b8;font-size:.88rem}
nav ul li a:hover{color:#fff;text-decoration:none}

.hero{background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),linear-gradient(135deg,#1e3a5f,#1e293b);padding:90px 20px;text-align:center;min-height:380px;display:flex;align-items:center;justify-content:center}
.hero-inner{max-width:820px}
.hero .badge{display:inline-block;background:#60a5fa;color:#111;font-size:.85rem;font-weight:700;padding:6px 16px;border-radius:4px;margin-bottom:16px}
.hero h1{font-size:2.6rem;color:#fff;line-height:1.2}
.hero p{font-size:1.1rem;color:#cbd5e1;margin-top:14px}

.section{max-width:1100px;margin:0 auto;padding:55px 20px}
.section-title{font-size:2rem;color:#e2e8f0;margin-bottom:8px;text-align:center}
.section-sub{text-align:center;color:#64748b;margin-bottom:36px;max-width:760px;margin-left:auto;margin-right:auto}

.table-wrap{overflow-x:auto;background:#1e2432;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.2);padding:4px;margin-bottom:50px}
.comp-table{width:100%;border-collapse:collapse;font-size:.9rem}
.comp-table thead{background:linear-gradient(135deg,#1e3a5f,#1e293b)}
.comp-table th{color:#60a5fa;padding:14px 16px;text-align:left;font-weight:600}
.comp-table td{padding:12px 16px;border-bottom:1px solid #2d3748;color:#cbd5e1}
.comp-table tbody tr:nth-child(even){background:rgba(255,255,255,.02)}
.comp-table .winner{color:#22c55e;font-weight:600}

.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:30px}
.product-card{background:#1e2432;border-radius:12px;overflow:hidden;border-top:4px solid #475569;display:flex;flex-direction:column}
.product-card.editor-pick{border-top-color:#60a5fa;box-shadow:0 4px 24px rgba(96,165,250,.15)}
.card-media{height:200px;overflow:hidden;background:#1f2937}
.card-media img{width:100%;height:100%;object-fit:cover}
.product-card-body{padding:22px;display:flex;flex-direction:column;flex:1}
.rank-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.rank{display:inline-block;background:#475569;color:#e2e8f0;padding:3px 9px;border-radius:4px;font-size:.78rem;font-weight:700}
.editor-pick .rank{background:#60a5fa;color:#111}
.product-card h3{color:#e2e8f0;font-size:1.18rem;margin-bottom:4px}
.stars{color:#f59e0b;font-size:.9rem;margin-left:4px}
.type-tag{font-size:.78rem;color:#60a5fa;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}
.product-card p{color:#94a3b8;font-size:.93rem;margin-bottom:14px;flex:1}
.badge-row{margin-bottom:14px}
.kbadge{display:inline-block;background:rgba(96,165,250,.12);color:#93c5fd;padding:3px 10px;border-radius:14px;font-size:.72rem;font-weight:600;margin:2px 3px 2px 0}
.pick-label{display:inline-block;background:#fbbf24;color:#111;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:3px}
.btn-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.buy-btn{display:inline-block;padding:11px 20px;border-radius:6px;font-weight:600;font-size:.9rem;text-align:center;transition:transform .2s;text-decoration:none}
.buy-btn:hover{transform:translateY(-2px);text-decoration:none}
.btn-primary{background:#60a5fa;color:#111}.btn-primary:hover{background:#3b82f6;color:#fff}
.btn-amazon{background:#F0C14B;color:#111}.btn-amazon:hover{color:#111}

.our-take{background:#1e2432;border-left:4px solid #60a5fa;border-radius:8px;padding:32px;margin-top:50px}
.our-take h2{color:#60a5fa;margin-bottom:14px}
.our-take p{color:#94a3b8;margin-bottom:14px}
.our-take p:last-child{margin-bottom:0}

.prose{max-width:780px;margin:0 auto}
.prose h2{color:#e2e8f0;font-size:1.7rem;margin:30px 0 14px}
.prose h3{color:#e2e8f0;font-size:1.25rem;margin:24px 0 10px}
.prose p{color:#94a3b8;margin-bottom:14px}
.prose ul,.prose ol{color:#94a3b8;margin:14px 0 18px 22px}
.prose li{margin-bottom:6px}
.prose a{color:#60a5fa}
.prose blockquote{border-left:3px solid #60a5fa;padding:12px 18px;margin:18px 0;color:#cbd5e1;background:rgba(96,165,250,.05);border-radius:0 8px 8px 0}
.prose img{border-radius:10px;margin:18px 0}

.cta-box{background:linear-gradient(135deg,#1e3a5f,#1e2432);border:1px solid #334155;border-radius:12px;padding:32px;text-align:center;margin:40px 0}
.cta-box h3{color:#e2e8f0;font-size:1.35rem;margin-bottom:10px}
.cta-box p{color:#94a3b8;margin-bottom:18px}

footer{background:#10141c;padding:50px 20px 24px;margin-top:60px;border-top:1px solid #1e293b}
.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}
.footer-col h4{color:#60a5fa;font-size:1rem;margin-bottom:12px;font-family:'Exo 2',sans-serif}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:8px}
.footer-col a{color:#64748b;font-size:.85rem}
.footer-col a:hover{color:#60a5fa}
.footer-bottom{max-width:1200px;margin:30px auto 0;padding-top:20px;border-top:1px solid #1e293b;text-align:center;color:#475569;font-size:.8rem}
.affiliate-disc{max-width:1200px;margin:20px auto 0;padding:18px;background:#1e2432;border-radius:8px;text-align:center;font-size:.78rem;color:#64748b}

@media(max-width:768px){.hero h1{font-size:1.9rem}.section-title{font-size:1.6rem}.product-grid{grid-template-columns:1fr}}
