:root{
  --red:#e30613;--red2:#c9000b;--yellow:#ffd500;--ink:#151515;--text:#333;--muted:#727272;
  --line:#e7e7e7;--soft:#f6f7f8;--warm:#fff9e7;--blue:#0966c2;--radius:10px;
  --shadow:0 8px 28px rgba(0,0,0,.07);--container:1240px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* HEADER */
.site-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid #eee}.topbar{min-height:78px;display:grid;grid-template-columns:250px minmax(320px,1fr) 245px;gap:28px;align-items:center}.brand{display:flex;align-items:center;min-width:0}.brand .custom-logo-link{display:block}.default-logo,.custom-logo{display:block;max-width:220px;max-height:58px;width:auto;height:auto;object-fit:contain}.search-box{height:42px;display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;background:#fafafa;overflow:hidden;transition:.2s}.search-box:focus-within{border-color:#bbb;background:#fff;box-shadow:0 0 0 3px rgba(0,0,0,.035)}.search-box input{flex:1;min-width:0;height:100%;padding:0 15px;border:0;outline:0;background:transparent;font:inherit;color:#222}.search-box input::placeholder{color:#999}.search-box button{width:46px;height:100%;border:0;background:transparent;font-size:22px;cursor:pointer;color:#333}.deal-button{height:46px;display:grid;grid-template-columns:30px 1fr 12px;align-items:center;gap:10px;padding:0 14px;color:#fff;background:var(--red);border-radius:8px;font-size:12px;font-weight:700;line-height:1.25;transition:.2s}.deal-button:hover{background:var(--red2);transform:translateY(-1px)}.deal-icon{width:28px;height:28px;border:1.5px solid var(--yellow);border-radius:5px;color:var(--yellow);display:grid;place-items:center;font-size:14px}.menu-toggle{display:none}
.main-nav{background:var(--red)}.nav-inner{display:flex;align-items:stretch;min-height:44px}.home-link{width:46px;display:grid;place-items:center;background:var(--yellow);font-size:17px;color:#111;flex:none}.primary-menu{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;flex:1}.primary-menu li{display:flex}.primary-menu a{display:flex;align-items:center;padding:0 14px;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap;transition:.15s}.primary-menu a:hover{background:rgba(0,0,0,.09)}.primary-menu li:last-child{margin-left:auto}.primary-menu li:last-child a{background:var(--yellow);color:#111}.primary-menu li:last-child a:hover{background:#ffdf32}

/* HERO */
.hero{background:#fafafa;border-bottom:1px solid #eee}.hero-grid{display:grid;grid-template-columns:42% 58%;min-height:390px;align-items:stretch}.hero-copy{align-self:center;padding:48px 42px 48px 10px}.hero h1{max-width:510px;margin:0;font-size:36px;line-height:1.13;letter-spacing:-.65px;font-weight:800}.hero h1 span{color:var(--red)}.hero p{max-width:510px;margin:18px 0 0;font-size:14px;line-height:1.65;color:#444}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.btn{min-height:44px;padding:0 19px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;font-size:12px;font-weight:700;transition:.2s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 7px 18px rgba(227,6,19,.16)}.btn-primary:hover{background:var(--red2);transform:translateY(-1px)}.btn-outline{border-color:#d6d6d6;background:#fff;color:#222}.btn-outline:hover{border-color:#aaa}.hero-scene{position:relative;min-height:390px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;background:linear-gradient(130deg,#f8f8f8 0 58%,#fff1a8 58%)}.hero-reference-image{width:100%;height:100%;max-height:390px;object-fit:cover;object-position:center}.slider-dots{position:absolute;left:24px;bottom:17px;display:flex;gap:7px}.slider-dots span{width:7px;height:7px;border-radius:50%;background:#c8c8c8}.slider-dots span:first-child{background:var(--red)}

/* SECTIONS */
.section{padding:34px 0 0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.section-head h2,.center-title{margin:0;font-size:20px;line-height:1.25;letter-spacing:-.2px}.section-head>a,.category-more{color:var(--red);font-size:11px;font-weight:700}.center-title{text-align:center;margin-bottom:16px}

/* FEATURED MAGAZINE */
.featured-grid{height:380px;display:grid;grid-template-columns:1.18fr .92fr .92fr;grid-template-rows:1fr 1fr;gap:12px}.featured-card{position:relative;border-radius:10px;overflow:hidden;background:#222;min-width:0;box-shadow:0 1px 0 rgba(0,0,0,.03)}.featured-card:first-child{grid-row:1/3;grid-column:1}.featured-card:nth-child(2){grid-column:2;grid-row:1}.featured-card:nth-child(3){grid-column:3;grid-row:1}.featured-card:nth-child(4){grid-column:2;grid-row:2}.featured-card:nth-child(5){grid-column:3;grid-row:2}.featured-card a{display:block;width:100%;height:100%}.featured-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.featured-card:hover img{transform:scale(1.025)}.featured-card a:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.03) 64%);pointer-events:none}.featured-card .lv-badge{position:absolute;z-index:2;top:12px;left:12px;padding:5px 8px;border-radius:4px;background:var(--yellow);color:#111;font-size:9px;font-weight:800;line-height:1}.featured-card h3{position:absolute;z-index:2;left:14px;right:14px;bottom:13px;margin:0;color:#fff;font-size:14px;line-height:1.32;text-shadow:0 1px 2px rgba(0,0,0,.28)}.featured-large h3{font-size:25px;line-height:1.18;max-width:88%}.reference-card:after{display:none}.reference-card img{object-position:center}

/* CATEGORIES */
.category-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-box{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.category-box h3{height:48px;margin:0;padding:0 15px;display:flex;align-items:center;font-size:12px;font-weight:800}.category-box.blue h3{background:#eef6ff;color:#1160a7}.category-box.red h3{background:#fff1f1;color:#d60b17}.category-box.yellow h3{background:#fff8df;color:#b47b00}.category-box ul{list-style:none;margin:0;padding:3px 14px 5px}.category-box li+li{border-top:1px solid #f0f0f0}.category-box li a{min-height:42px;display:grid;grid-template-columns:26px 1fr 14px;align-items:center;gap:7px;font-size:12px;color:#262626}.category-box li a:hover{color:var(--red)}.cat-icon{width:21px;height:21px;display:grid;place-items:center;border-radius:5px;background:#f4f4f4}.cat-icon:before{content:"◆";font-size:8px;color:#777}.category-box.blue .cat-icon{background:#eef6ff}.category-box.blue .cat-icon:before{color:#1c73bd}.category-box.red .cat-icon{background:#fff0f0}.category-box.red .cat-icon:before{color:#e30613}.category-box.yellow .cat-icon{background:#fff7d9}.category-box.yellow .cat-icon:before{color:#d39a00}.category-box li b{font-size:16px;font-weight:400;color:#999}.category-more{display:block;padding:8px 15px 12px;text-align:center;border-top:1px solid #f4f4f4}

/* AFFILIATE PROMO */
.promo-band{margin-top:30px;padding:18px;display:grid;grid-template-columns:265px 1fr;gap:18px;border:1px solid #f1df9f;border-radius:11px;background:linear-gradient(110deg,#fffbea,#fff7d7)}.promo-copy{align-self:center;padding:8px 0 8px 4px}.promo-copy h2{margin:0;font-size:22px;line-height:1.22;letter-spacing:-.3px}.promo-copy h2 span{color:var(--red)}.promo-copy p{margin:11px 0 17px;font-size:11.5px;color:#4b4b4b;line-height:1.55}.promo-copy .btn{min-height:40px;padding:0 14px}.promo-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.promo-card{position:relative;overflow:hidden;min-height:210px;border-radius:9px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.04)}.promo-card img{width:100%;height:142px;object-fit:cover}.promo-card strong{display:block;padding:9px 10px 1px;font-size:11px}.promo-card span{display:block;padding:0 10px 10px;color:var(--red);font-size:10px;font-weight:700}
.trust-row{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:10px;background:#fff}.trust-row>div{position:relative;min-height:60px;padding:10px 12px 10px 47px;display:flex;flex-direction:column;justify-content:center}.trust-row>div+div:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:1px;background:#ececec}.trust-row>div>span{position:absolute;left:16px;top:19px;color:var(--red);font-size:19px}.trust-row strong{font-size:10.5px}.trust-row small{font-size:9.5px;color:#888;margin-top:1px}

/* PRODUCTS */
.products-section{padding-bottom:38px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-card .rank{position:absolute;z-index:2;top:10px;left:10px;padding:4px 7px;border-radius:4px;background:var(--red);color:#fff;font-size:8.5px;font-weight:800}.product-card:nth-child(2) .rank{background:#f09a00}.product-card:nth-child(3) .rank{background:#0e9b45}.product-card:nth-child(4) .rank{background:#1268d4}.product-card:nth-child(5) .rank{background:#861be3}.product-card img{width:100%;height:145px;object-fit:contain;margin-bottom:10px}.product-card h3{margin:0;font-size:11px;line-height:1.35;font-weight:500;min-height:31px}.product-card p{margin:6px 0 1px;color:#777;font-size:10px}.product-card>strong{margin-top:2px;color:var(--red);font-size:12px}.product-button{margin-top:10px;min-height:34px;display:flex;align-items:center;justify-content:center;padding:0 8px;border-radius:6px;background:var(--red);color:#fff;font-size:9.5px;font-weight:700;text-align:center}.product-button:hover{background:var(--red2)}

/* CONTENT / ARCHIVE */
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:34px;padding-top:34px;padding-bottom:45px}.post-card{display:grid;grid-template-columns:230px 1fr;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.post-card img{width:230px;height:145px;object-fit:cover;border-radius:8px}.post-card h2,.post-card h3{margin:0 0 8px;font-size:18px;line-height:1.3}.post-card p{margin:0;color:#666;font-size:12px}.entry-content{font-size:14px;line-height:1.75;color:#2a2a2a}.entry-content h1,.entry-title{font-size:31px;line-height:1.2}.entry-content h2{font-size:23px;margin-top:30px}.entry-content h3{font-size:18px;margin-top:24px}.entry-content img{border-radius:8px}.widget{padding:18px;border:1px solid var(--line);border-radius:9px;margin-bottom:16px}.widget-title{margin:0 0 12px;font-size:15px}

/* FOOTER */
.newsletter{background:#141414;border-bottom:1px solid #2a2a2a}.newsletter-inner{min-height:78px;display:grid;grid-template-columns:1fr 500px;gap:28px;align-items:center}.newsletter-title{display:flex;align-items:center;gap:14px;color:#fff}.newsletter-title h2{margin:0;font-size:16px}.newsletter-title p{margin:3px 0 0;color:#bdbdbd;font-size:10px}.mail-icon{width:40px;height:28px;display:block;border-radius:4px;background:var(--yellow);position:relative}.mail-icon:after{content:"";position:absolute;left:5px;right:5px;top:3px;height:15px;border-bottom:2px solid #111;transform:rotate(0)}.newsletter-form{height:39px;display:flex;border-radius:6px;overflow:hidden}.newsletter-form input{flex:1;min-width:0;border:0;padding:0 14px;font:inherit;font-size:11px;outline:none}.newsletter-form button{width:120px;border:0;background:var(--yellow);color:#111;font-size:10.5px;font-weight:800;cursor:pointer}.footer-main{padding:31px 0 18px;background:#111;color:#c6c6c6}.footer-grid{display:grid;grid-template-columns:1.25fr .8fr .9fr 1.05fr;gap:42px}.footer-brand{margin-bottom:12px}.footer-brand .default-logo{max-width:190px;filter:brightness(0) invert(1)}.footer-grid p{margin:0 0 10px;font-size:10.5px;line-height:1.6}.footer-grid h3{margin:0 0 12px;color:#fff;font-size:11px;text-transform:uppercase}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin:0 0 7px}.footer-menu a{font-size:10.5px;color:#c8c8c8}.footer-menu a:hover{color:#fff}.socials{display:flex;gap:8px;margin-top:13px}.socials a{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#262626;color:#fff;font-size:11px}.copyright{width:min(var(--container),calc(100% - 40px));margin:24px auto 0;padding-top:14px;border-top:1px solid #292929;color:#777;font-size:9.5px;text-align:center}

/* RESPONSIVE */
@media(max-width:1100px){.topbar{grid-template-columns:220px 1fr 210px;gap:18px}.primary-menu a{padding:0 10px;font-size:10px}.hero h1{font-size:32px}.featured-grid{height:350px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card:nth-child(n+4){display:none}.promo-band{grid-template-columns:220px 1fr}.newsletter-inner{grid-template-columns:1fr 420px}}
@media(max-width:820px){.container{width:min(100% - 28px,var(--container))}.topbar{min-height:68px;grid-template-columns:1fr 44px;gap:12px}.search-box,.deal-button{display:none}.default-logo,.custom-logo{max-width:190px;max-height:50px}.menu-toggle{display:block;width:42px;height:42px;border:1px solid #ddd;background:#fff;border-radius:7px}.menu-toggle span{display:block;width:18px;height:2px;background:#222;margin:4px auto}.main-nav{display:none}.site-header.menu-open .main-nav{display:block}.nav-inner{display:block}.home-link{display:none}.primary-menu{display:block}.primary-menu li,.primary-menu li:last-child{display:block;margin:0}.primary-menu a{height:42px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.13)}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:34px 0 26px}.hero h1{font-size:30px}.hero-scene{min-height:280px}.hero-reference-image{max-height:280px}.featured-grid{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:250px 165px 165px}.featured-card:first-child{grid-column:1/3;grid-row:1}.featured-card:nth-child(2){grid-column:1;grid-row:2}.featured-card:nth-child(3){grid-column:2;grid-row:2}.featured-card:nth-child(4){grid-column:1;grid-row:3}.featured-card:nth-child(5){grid-column:2;grid-row:3}.featured-large h3{font-size:21px}.category-columns{grid-template-columns:1fr}.promo-band{grid-template-columns:1fr}.promo-copy{padding:4px}.promo-cards{grid-template-columns:1fr 1fr}.trust-row{grid-template-columns:1fr 1fr}.trust-row>div:nth-child(3):before{display:none}.product-grid{grid-template-columns:1fr 1fr}.product-card:nth-child(n){display:flex}.product-card:nth-child(5){display:none}.newsletter-inner{grid-template-columns:1fr;padding:16px 0}.newsletter-form{max-width:520px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.content-layout{grid-template-columns:1fr}.sidebar{display:none}}
@media(max-width:520px){body{font-size:13px}.hero h1{font-size:26px}.hero p{font-size:13px}.hero-scene{min-height:220px}.hero-reference-image{max-height:220px}.section{padding-top:28px}.featured-grid{grid-template-columns:1fr;grid-template-rows:230px repeat(4,145px);gap:9px}.featured-card:first-child,.featured-card:nth-child(2),.featured-card:nth-child(3),.featured-card:nth-child(4),.featured-card:nth-child(5){grid-column:1;grid-row:auto}.featured-large h3{font-size:19px}.promo-cards{grid-template-columns:1fr 1fr}.promo-card{min-height:175px}.promo-card img{height:112px}.trust-row{grid-template-columns:1fr}.trust-row>div+div:before{left:14px;right:14px;top:0;bottom:auto;width:auto;height:1px}.product-grid{grid-template-columns:1fr 1fr;gap:8px}.product-card{padding:9px}.product-card img{height:115px}.newsletter-form button{width:100px}.footer-grid{grid-template-columns:1fr}.post-card{grid-template-columns:110px 1fr;gap:12px}.post-card img{width:110px;height:85px}.post-card h2,.post-card h3{font-size:15px}}
