*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#334155;background:#f1f5f9;line-height:1.7}
a{color:#1d4ed8;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:1140px;margin:0 auto;padding:0 20px}
h1,h2.posttitle{font-family:Georgia,"Times New Roman",serif;color:#0f172a}
/* header */
.site-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}
.head-in{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{color:#0f172a;font-weight:800;font-size:17px;letter-spacing:.02em}
.topnav a{color:#334155;margin-left:22px;font-size:14px;font-weight:600}
/* blog cards (home/list) */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:22px 0}
.pcard{background:#fff;border-radius:10px;padding:24px;box-shadow:0 1px 4px rgba(15,23,42,.07);display:flex;flex-direction:column}
.pcard .eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;color:#2563eb;margin-bottom:8px}
.pcard h3{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.35;margin-bottom:8px}
.pcard h3 a{color:#0f172a}
.byline{font-size:12px;color:#94a3b8;margin-bottom:10px}
.pcard p.ex{font-size:14px;color:#475569;flex:1}
.pcard .readmore{font-size:13px;font-weight:700;margin-top:12px;color:#0f172a}
.pcard img.pimg{border-radius:8px;margin-bottom:12px;aspect-ratio:16/10;object-fit:cover;width:100%}
/* crumb/meta */
.crumb{font-size:13px;color:#64748b;margin:16px 0}
.post h1{font-size:30px;margin:6px 0 8px}
.meta{font-size:13px;color:#94a3b8;margin-bottom:14px}
/* disclosure */
.disclose{background:#fef9e7;border:1px solid #fde68a;border-radius:8px;padding:12px 16px;font-size:13px;color:#57534e;margin:0 0 18px}
/* blocks (hub/roundup/review legacy classes, same look) */
.block{background:#fff;margin:20px 0;padding:24px;border-radius:10px;box-shadow:0 1px 4px rgba(15,23,42,.07)}
.block h2{font-family:Georgia,"Times New Roman",serif;font-size:22px;margin-bottom:12px;color:#0f172a}
.linklist{list-style:none}
.linklist li{padding:9px 0;border-bottom:1px solid #f1f5f9}
.date{color:#94a3b8;font-size:12px;margin-left:8px}
.pages{margin:18px 0;text-align:left}
.pages a{display:inline-block;min-width:32px;text-align:center;border:1px solid #e2e8f0;border-radius:6px;padding:5px 11px;margin-right:6px;font-size:14px;color:#334155;background:#fff}
.pages a.cur{background:#2563eb;color:#fff;border-color:#2563eb}
/* product cards inside entry (origin markup, stable classes) */
.entry{font-size:15px}
.entry section.prodSection{display:flex;flex-wrap:wrap;gap:14px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin:20px 0;position:relative;box-shadow:0 1px 4px rgba(15,23,42,.06)}
.entry .prod-number{position:absolute;left:-14px;top:22px;background:#6c5ce7;color:#fff;font-weight:800;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;font-size:15px}
.entry .prod-banner{flex:1 1 100%;margin:0 0 2px 22px}
.entry .prod-banner img.banner-image{display:none}
.entry .prod-banner{font-size:11px;font-weight:800;letter-spacing:.1em;color:#fff;background:#ec4899;display:inline-block;padding:3px 14px;border-radius:20px;flex:none;margin-left:22px}
.entry .main-img img.product-image{width:200px;height:200px;object-fit:contain}
.entry .col-desc{flex:1;min-width:230px}
.entry .brand{font-size:11px;font-weight:800;letter-spacing:.1em;color:#64748b}
.entry .trial-link{font-size:17px;font-weight:700;color:#0f172a;margin:4px 0 8px;font-family:Georgia,"Times New Roman",serif}
.entry .col-center:last-child{min-width:170px;text-align:center;margin-left:auto}
.entry .rating{font-size:34px;font-weight:800;color:#6c5ce7;line-height:1.1}
.entry .ratingName{font-size:13px;color:#6c5ce7;font-weight:600}
.entry .ratingStars img.stars{width:95px;margin:4px auto}
.entry .trial-button{display:none!important}
a.buybtn{display:inline-block;background:#f59e0b;color:#fff;font-weight:700;padding:9px 26px;border-radius:6px;margin-top:10px;font-size:14px}
a.buybtn:hover{background:#d97706;text-decoration:none;color:#fff}
a.buybtn.sm{padding:6px 16px;font-size:13px}
.entry section.prodSection a.buybtn{align-self:flex-start}
/* hub */
.hub-def{font-size:16px;max-width:700px;margin:6px auto 18px;color:#475569;text-align:center}
.hub-hero{text-align:center}
.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px;text-align:left}
.scene-card{display:block;border:1px solid #e2e8f0;border-radius:10px;padding:16px;background:#f8fafc}
.scene-card:hover{border-color:#2563eb;text-decoration:none}
.scene-card strong{display:block;font-size:15px;margin-bottom:4px;color:#0f172a}
.scene-card span{font-size:13px;color:#64748b}
.howto ol{margin:6px 0 12px 22px}
.morelink{font-weight:700}
.picks .pickwhy{display:block;font-size:13px;color:#64748b}
details{border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;margin:8px 0;background:#fff}
summary{font-weight:600;cursor:pointer}
/* roundup/review */
.lastmod{font-size:13px;color:#94a3b8}
table.glance{width:100%;border-collapse:collapse;font-size:14px;margin-top:8px}
table.glance th,table.glance td{border:1px solid #e2e8f0;padding:8px 10px;text-align:left;vertical-align:middle}
table.glance th{background:#f1f5f9}
.badge{display:inline-block;font-size:12px;font-weight:700;padding:2px 12px;border-radius:20px;white-space:nowrap}
.badge.gold{background:#fde68a;color:#92400e}
.badge.green{background:#d1fae5;color:#065f46}
.badge.blue{background:#dbeafe;color:#1e40af}
.badge.pink{background:#ec4899;color:#fff}
.verdict{background:#eff6ff;border-left:4px solid #2563eb;padding:12px 16px;font-size:16px;border-radius:0 8px 8px 0}
.proscons{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.proscons ul{margin-left:20px}
.limits{background:#fffbeb}
.limits li{margin:6px 0 6px 20px}
.fit{margin:6px 0}
.con{color:#92400e}
.specs{font-size:13px;color:#64748b}
/* footer */
.site-footer{background:#0f172a;color:#94a3b8;margin-top:30px;padding:30px 0}
.foot-brand{color:#fff;font-weight:800;font-size:16px;margin-bottom:6px}
.foot-desc,.foot-links{font-size:13px;margin-bottom:10px}
.copyright{font-size:12px;color:#64748b}
/* archive body (origin Kadence cards + pagination) */
.arch-body article{margin:0 0 22px}
.arch-body .entry-title{font-family:Georgia,"Times New Roman",serif;font-size:22px;margin:.2rem 0 .4rem}
.arch-body .entry-title a{color:#0f172a}
.arch-body .page-numbers{display:inline-block;min-width:32px;text-align:center;border:1px solid #e2e8f0;border-radius:6px;padding:5px 11px;margin-right:6px;font-size:14px;color:#334155;background:#fff}
.arch-body a.page-numbers:hover{text-decoration:none;border-color:#2563eb}
.arch-body .page-numbers.current{background:#2563eb;color:#fff;border-color:#2563eb}
.arch-body img.arch-thumb{width:100%;max-height:300px;object-fit:cover;border-radius:.6rem;margin-bottom:.8rem}
/* flagship home: hero search + category directory */
.hero-band .eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;color:#2563eb;margin-bottom:8px}
.hero-search{display:flex;gap:8px;max-width:520px;margin:18px auto 4px}
.hero-search input{flex:1;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-size:14px;outline:none}
.hero-search button{border:0;background:#2563eb;color:#fff;font-weight:700;border-radius:8px;padding:10px 22px;font-size:14px;cursor:pointer}
.hero-search button:hover{background:#1d4ed8}
.cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:14px}
.cat-card{display:block;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px;text-align:center}
.cat-card:hover{border-color:#2563eb;text-decoration:none}
.cat-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;margin-bottom:10px}
.cat-card strong{display:block;font-size:14px;color:#0f172a;margin-bottom:2px}
.cat-card span{font-size:12px;color:#94a3b8}
/* flagship home v2 */
.f-hero{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 55%,#2563eb 100%);color:#fff;border-radius:16px;padding:52px 32px;text-align:center;box-shadow:0 8px 30px rgba(30,58,138,.25)}
.f-hero .eyebrow{color:#bfdbfe}
.f-hero h1{color:#fff;font-size:34px;margin:6px 0 8px}
.f-hero p{color:#dbeafe;max-width:560px;margin:0 auto}
.f-hero .hero-search{margin-top:22px}
.f-hero .hero-search input{border:0}
.f-stats{display:flex;justify-content:center;gap:36px;margin-top:22px;flex-wrap:wrap}
.f-stats div{text-align:center}
.f-stats b{display:block;font-size:22px;color:#fff}
.f-stats span{font-size:12px;color:#bfdbfe;letter-spacing:.08em;text-transform:uppercase}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:4px}
.sec-head h2{font-family:Georgia,"Times New Roman",serif;font-size:24px;color:#0f172a;margin:0}
.sec-head a{font-size:13px;font-weight:700;white-space:nowrap}
.sec-sub{font-size:14px;color:#64748b;margin:0 0 6px}
.cat-card{overflow:hidden;position:relative;transition:transform .18s ease,box-shadow .18s ease}
.cat-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(15,23,42,.12)}
.cat-card img{transition:transform .25s ease}
.cat-card:hover img{transform:scale(1.05)}
.cat-count{position:absolute;top:22px;right:22px;background:rgba(15,23,42,.78);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.trust-cell{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px}
.trust-cell b{display:block;font-size:15px;color:#0f172a;margin-bottom:4px}
.trust-cell p{font-size:13px;color:#64748b;margin:0}
.trust-num{display:inline-block;font-size:12px;font-weight:800;color:#2563eb;border:2px solid #2563eb;border-radius:50%;width:28px;height:28px;line-height:24px;text-align:center;margin-bottom:10px}
.cta-band{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:16px;padding:36px 32px;text-align:center;color:#fff;margin-top:22px}
.cta-band h2{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:24px;margin:0 0 6px}
.cta-band p{color:#e0e7ff;margin:0 0 16px;font-size:14px}
.cta-band a{background:#fff;color:#1e40af;font-weight:800;border-radius:8px;padding:10px 28px;font-size:14px;display:inline-block}
.cta-band a:hover{text-decoration:none;background:#eff6ff}
@media(max-width:900px){.cat-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.cat-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr}.f-stats{gap:18px}}
@media(max-width:900px){.cat-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.cat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.scene-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.cards{grid-template-columns:1fr}.scene-grid{grid-template-columns:1fr}.proscons{grid-template-columns:1fr}.post h1{font-size:24px}.topnav a{margin-left:12px}.entry .main-img img.product-image{width:140px;height:140px}}
