:root{--ink:#101828;--muted:#667085;--line:#e4e7ec;--brand:#f97316;--brand2:#2563eb;--soft:#f8fafc;--white:#fff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{min-height:72px;display:flex;align-items:center;gap:28px}.brand,.footer-brand{font-size:25px;font-weight:900;letter-spacing:-1px}.brand span span,.footer-brand span{color:var(--brand)}.custom-logo{max-height:48px;width:auto}.main-nav{margin-left:auto}.main-nav ul{display:flex;list-style:none;gap:24px;margin:0;padding:0}.main-nav a{font-weight:650;color:#344054}.header-deals,.btn{background:var(--ink);color:#fff;padding:11px 17px;border-radius:10px;font-weight:750}.menu-toggle{display:none;background:none;border:0;font-size:24px}.hero{background:radial-gradient(circle at 80% 20%,#dbeafe 0,transparent 34%),linear-gradient(135deg,#fff7ed,#fff 55%);padding:76px 0}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.eyebrow{color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.14em}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.055em;margin:14px 0 18px;max-width:750px}.hero p,.lead{font-size:19px;color:var(--muted)}.hero-search{display:flex;max-width:680px;background:#fff;padding:7px;border-radius:14px;box-shadow:0 14px 40px rgba(16,24,40,.12);margin:30px 0 20px}.hero-search input{flex:1;border:0;padding:14px;font-size:16px;outline:0}.hero-search button{border:0;background:var(--brand);color:#fff;border-radius:10px;padding:0 20px;font-weight:800}.trust-row{display:flex;gap:22px;color:#475467;font-size:14px}.hero-card{background:#101828;color:#fff;padding:30px;border-radius:28px;box-shadow:0 30px 80px rgba(16,24,40,.25);transform:rotate(2deg)}.store-cloud{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.store-cloud span{background:rgba(255,255,255,.1);padding:16px;border-radius:13px;text-align:center;font-weight:800}.section{padding:72px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section h2{font-size:36px;line-height:1.15;letter-spacing:-.03em;margin:7px 0}.soft-bg{background:var(--soft)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-card{border:1px solid var(--line);padding:22px;border-radius:var(--radius);display:flex;flex-direction:column;transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:#fdba74;box-shadow:0 15px 35px rgba(16,24,40,.07)}.category-card span{color:var(--brand);font-size:24px}.category-card strong{font-size:18px;margin-top:18px}.category-card small{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(16,24,40,.09)}.product-image{display:block;aspect-ratio:4/3;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain;padding:18px}.image-placeholder{height:100%;display:grid;place-items:center;background:#f2f4f7;color:#98a2b3}.image-placeholder.large{min-height:460px}.product-body{padding:19px}.product-meta{font-size:12px;color:var(--brand);font-weight:850;text-transform:uppercase}.product-card h3{font-size:17px;line-height:1.4;margin:7px 0 18px}.card-bottom{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding-top:14px}.card-bottom small{display:block;color:var(--muted)}.card-bottom strong{font-size:21px}.compare-link{font-weight:800;color:var(--brand2)}.content-banner{border-radius:28px;padding:42px;background:linear-gradient(120deg,#172554,#1e3a8a);color:#fff;display:flex;align-items:center;justify-content:space-between}.content-banner p{color:#bfdbfe}.site-footer{background:#101828;color:#d0d5dd;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:40px}.footer-brand{color:#fff}.footer-grid h3{color:#fff}.footer-grid ul{list-style:none;padding:0}.footer-bottom{border-top:1px solid #344054;margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;font-size:13px}.archive-hero{max-width:760px;margin-bottom:35px}.archive-hero h1,.page-content h1,.product-summary h1{font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.045em;margin:12px 0}.product-page{padding:35px 0 80px}.breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:25px}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.product-gallery{border:1px solid var(--line);border-radius:24px;padding:25px;background:#fff}.product-gallery img{width:100%;max-height:560px;object-fit:contain}.score{display:inline-flex;gap:10px;background:#ecfdf3;border:1px solid #abefc6;padding:8px 13px;border-radius:999px;margin:10px 0 18px;color:#067647}.offer-list{display:flex;flex-direction:column;gap:10px}.offer-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:13px}.offer-row:hover{border-color:#93c5fd;background:#f8fbff}.store-name{font-weight:800}.store-name small{display:block;color:#079455;font-weight:600}.offer-row>strong{font-size:20px}.buy-btn{background:var(--ink);color:#fff;padding:9px 13px;border-radius:9px;font-weight:800}.affiliate-notice{font-size:12px;color:var(--muted)}.product-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:45px;margin-top:60px}.article-content{font-size:17px}.article-content h2{font-size:31px;margin-top:44px}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pros-cons>div{border:1px solid var(--line);border-radius:16px;padding:20px}.spec-table{border-collapse:collapse;width:100%}.spec-table th,.spec-table td{padding:13px;text-align:left;border-bottom:1px solid var(--line)}.spec-table th{width:35%;background:var(--soft)}.sticky-box{position:sticky;top:100px;border:1px solid var(--line);padding:20px;border-radius:16px;height:max-content}.sticky-box a{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line)}.page-content{max-width:820px;padding:65px 0}.featured{border-radius:18px;margin:20px 0}.post-info{color:var(--muted)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.post-card{border:1px solid var(--line);border-radius:18px;overflow:hidden}.post-card>div{padding:20px}.post-card h2{font-size:21px}.pagination{margin-top:35px}
@media(max-width:900px){.hero-grid,.product-main,.product-content{grid-template-columns:1fr}.hero-card{transform:none}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.main-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;padding:20px;border-bottom:1px solid var(--line)}.main-nav.open{display:block}.main-nav ul{flex-direction:column}.menu-toggle{display:block;margin-left:auto}.header-deals{display:none}.post-grid{grid-template-columns:1fr 1fr}.sticky-box{position:static}}
@media(max-width:600px){.hero{padding:50px 0}.hero h1{font-size:43px}.hero-search{flex-direction:column}.hero-search button{padding:14px}.trust-row{flex-direction:column;gap:5px}.product-grid,.category-grid,.post-grid,.pros-cons,.footer-grid{grid-template-columns:1fr}.section{padding:52px 0}.section-head,.content-banner,.footer-bottom{align-items:flex-start;flex-direction:column;gap:18px}.offer-row{grid-template-columns:1fr auto}.buy-btn{grid-column:1/-1;text-align:center}.product-content{margin-top:35px}}
