*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f6f1;color:#111;font-family:Arial,sans-serif}a{text-decoration:none;color:inherit;cursor:pointer}.shell{width:min(1480px,calc(100% - 70px));margin:auto}header{height:88px;background:#090a09;color:#fff}.top{height:100%;display:flex;align-items:center;gap:34px}.logo{margin-right:auto;min-width:235px}.logo strong{display:block;font:42px/.9 Georgia,serif}.logo small{font-size:8px;letter-spacing:.8px}.search{width:390px;background:#fff;color:#888;border-radius:28px;padding:13px 18px;font-size:12px}.search b{float:right;color:#111;font-size:20px}.top nav{display:flex;gap:26px;font-size:12px}.top nav a{padding:34px 0}.top nav .active{border-bottom:2px solid #d7a943}.gold{display:inline-block;background:#e7bd6c;padding:13px 21px;border-radius:5px;font-weight:700;font-size:13px}.hero{height:480px;background:#080808;color:#fff;position:relative;overflow:hidden}.hero-img{position:absolute;inset:0 0 0 42%;background:url('/assets/images/hero-v141.jpg') center/cover no-repeat;filter:brightness(.82)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#090909 0,#090909 31%,rgba(9,9,9,.72) 43%,rgba(9,9,9,.05) 70%)}.hero-copy{position:relative;padding-top:58px}.kicker,.features article>div>span{color:#d8ad57;letter-spacing:3px;font-size:11px;font-weight:700}.hero h1{font:58px/1.02 Georgia,serif;margin:14px 0}.hero p{font-size:17px;line-height:1.5;margin:0 0 23px}.hero-btn{padding:15px 25px}.proof{display:flex;gap:40px;margin-top:34px}.proof span{display:flex;gap:10px;align-items:center;font-size:28px}.proof small{font-size:11px;line-height:1.35}.block{padding-top:23px}.head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.head h2,.features h2,.updates h2{font:32px Georgia,serif;margin:0}.head>a{font-size:12px;color:#885a25}.cats{display:grid;grid-template-columns:repeat(12,1fr);gap:10px}.cat{background:#fff;text-align:center;border:1px solid #eee}.cat img{width:100%;height:132px;object-fit:cover;display:block}.cat span{font-size:11px;display:block;padding:10px 2px}.cat.more{display:flex;flex-direction:column;justify-content:center}.cat.more b{font-size:38px;font-weight:400}.brands-block{padding-top:31px}.brands{display:grid;grid-template-columns:repeat(10,1fr);gap:8px}.brands a{height:100px;background:#fff;border:1px solid #eee;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.brands b{font:20px Georgia,serif}.brands small{margin-top:8px}.features{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;padding-top:34px}.features article{height:390px;position:relative;overflow:hidden;padding:30px}.features h2{font-size:34px;margin:8px 0 20px}.features ul{padding:0;list-style:none;line-height:2;font-size:13px}.features li:before{content:"✓";margin-right:10px}.compare{color:#fff;background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.25)),url('/assets/images/feature-compare.jpg') center/cover}.compare .feature-copy{position:relative;z-index:2}.fake-badges{position:absolute;bottom:18px;left:50px;right:50px;display:flex;justify-content:space-between}.fake-badges b{font-size:11px;padding:5px 13px;border-radius:5px;background:#217442}.fake-badges b:last-child{background:#b32626}.buy{background:#eee9e1}.video{background:#f2eee7}.white-btn{display:inline-block;border:1px solid #333;padding:13px 20px;font-size:12px;font-weight:700}.guides-block{padding-top:32px;padding-bottom:35px}.guides{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.guides img{width:100%;height:165px;object-fit:cover}.guides h3{font:17px/1.15 Georgia,serif;margin:9px 0}.guides p{font-size:12px;color:#71685e;line-height:1.5;min-height:37px}.guides a{font-size:12px;color:#9b6628}.updates{background:linear-gradient(90deg,#eee9e2,#f6f2ec);min-height:210px;overflow:hidden}.update-grid{display:grid;grid-template-columns:1.15fr 1fr .85fr;align-items:center;min-height:210px;gap:40px}.updates h2{margin-bottom:8px}.updates p{font-size:13px}.subscribe{display:flex;margin-top:20px;max-width:480px}.subscribe input{flex:1;padding:14px;border:1px solid #ddd;border-radius:6px 0 0 6px}.subscribe button{width:150px;border:0;background:#e5b963;border-radius:0 6px 6px 0;font-weight:700}.updates small{font-size:9px;color:#777}.trust{display:flex;justify-content:space-between;text-align:center}.trust div{font-size:24px}.trust b,.trust small{display:block;font-size:10px;margin-top:6px}.books{align-self:end;display:flex;flex-direction:column;transform:rotate(1deg);padding-bottom:5px}.books b{background:#121212;color:#fff;font:23px Georgia,serif;padding:8px 22px;margin:2px}.books b:nth-child(2){background:#e7e0d4;color:#222}footer{background:#0a0b0a;color:#fff;padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:45px}.footer-grid>div{display:flex;flex-direction:column;gap:7px;font-size:11px}.footer-grid>div>b{margin-bottom:8px}.footer-grid .logo strong{font-size:42px}.footer-grid .gold{margin-top:10px;width:max-content}.footer-grid>div:last-child>small{margin-top:15px}.social{font-size:18px}
@media(max-width:1100px){.search{display:none}.top nav{gap:14px}.cats{grid-template-columns:repeat(6,1fr)}.brands{grid-template-columns:repeat(5,1fr)}.hero-img{left:35%}.guides{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.shell{width:calc(100% - 28px)}header{height:auto}.top{min-height:70px;flex-wrap:wrap;padding:12px 0}.top nav{order:4;width:100%;overflow:auto}.top nav a{padding:8px 0}.logo strong{font-size:31px}.top>.wa{font-size:10px;padding:10px}.hero{height:570px}.hero-img{left:0;opacity:.48}.hero-overlay{background:rgba(0,0,0,.58)}.hero-copy{padding-top:58px}.hero h1{font-size:42px}.hero p{font-size:14px}.proof{display:grid;grid-template-columns:1fr 1fr;gap:15px}.cats{grid-template-columns:repeat(3,1fr)}.brands{grid-template-columns:repeat(3,1fr)}.features{grid-template-columns:1fr}.features article{height:auto;min-height:330px}.guides{grid-template-columns:1fr 1fr}.update-grid{grid-template-columns:1fr;padding:30px 0}.books{display:none}.footer-grid{grid-template-columns:1fr 1fr}.desktop{display:none}}
@media(max-width:430px){.cats{grid-template-columns:repeat(2,1fr)}.brands{grid-template-columns:repeat(2,1fr)}.guides{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:36px}}
/* V1.4.1 independent image assets */
.buy{background:#eee9e1;position:relative;padding-right:43%}.buy:after{content:"";position:absolute;right:0;top:0;bottom:0;width:42%;background:url('/assets/images/feature-buying.jpg') center/cover no-repeat}.buy>div{position:relative;z-index:2}
.video{background:#f2eee7;position:relative;padding-right:38%}.video:after{content:"";position:absolute;right:0;top:0;bottom:0;width:36%;background:url('/assets/images/feature-video.jpg') center/cover no-repeat}.video>div{position:relative;z-index:2}
.hero-img{background-position:center center;filter:brightness(.92)}
@media(max-width:760px){.buy,.video{padding-right:30px}.buy:after,.video:after{width:52%;opacity:.22}}

/* V1.4.2 — corrected independent category images + brand logo row */
.cat img{object-fit:contain;background:#f5f2ec;padding:4px}
.brand-card{padding:10px 14px}
.brand-card img{display:block;width:100%;height:72px;object-fit:contain}
@media(max-width:760px){.brand-card img{height:58px}}

/* V1.4.3 FINAL CATEGORY + BRAND CARD CONSTRAINTS */
.cats{align-items:stretch}
.cat{overflow:hidden;height:190px!important;background:#fff!important}
.cat img{display:block!important;width:100%!important;height:155px!important;max-width:100%!important;object-fit:contain!important;padding:0!important;background:#f7f4ee!important}
.cat span{height:35px!important;padding:10px 2px!important}
.brands{display:grid!important;grid-template-columns:repeat(10,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}
.brands>a,.brands .brand-card{width:auto!important;min-width:0!important;height:100px!important;max-height:100px!important;padding:10px 12px!important;overflow:hidden!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important}
.brands .brand-card img{display:block!important;width:100%!important;height:70px!important;max-width:100%!important;max-height:70px!important;object-fit:contain!important;margin:0 auto!important}
@media(max-width:1100px){.brands{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:760px){.brands{grid-template-columns:repeat(3,minmax(0,1fr))!important}.brands>a,.brands .brand-card{height:88px!important}.brands .brand-card img{height:58px!important}}
@media(max-width:430px){.brands{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* V1.5 Full HD asset normalization */
.cat img{width:100%;height:132px;object-fit:cover;object-position:center;background:#f7f3ed;display:block}
.brand-card{height:92px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;overflow:hidden!important}
.brand-card img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}
.guides img{width:100%;height:190px;object-fit:cover;object-position:center;display:block}
@media(max-width:800px){.cat img{height:110px}.brand-card{height:76px!important}.guides img{height:170px}}

/* V1.5.1 Independent Assets - final overrides */
.cat{overflow:hidden!important;background:#fff!important;}
.cat img{display:block!important;width:100%!important;height:155px!important;object-fit:contain!important;object-position:center!important;background:#f7f4ee!important;padding:0!important;}
.brand-card{overflow:hidden!important;background:#fff!important;padding:8px 12px!important;}
.brand-card img{display:block!important;width:100%!important;height:76px!important;max-width:100%!important;max-height:76px!important;object-fit:contain!important;object-position:center!important;background:#fff!important;}
@media(max-width:800px){.cat img{height:110px!important}.brand-card img{height:58px!important}}

/* V1.5.2 TRUE INDEPENDENT ASSETS */
.cat{height:190px!important;background:#fff!important;overflow:hidden!important}
.cat img{display:block!important;width:100%!important;height:155px!important;object-fit:cover!important;object-position:center!important;padding:0!important;background:#f7f4ee!important}
.brand-card{height:100px!important;padding:8px 10px!important;background:#fff!important;overflow:hidden!important}
.brand-card img{display:block!important;width:100%!important;height:78px!important;object-fit:contain!important;object-position:center!important;background:#fff!important}
@media(max-width:800px){.cat img{height:120px!important}.cat{height:155px!important}.brand-card img{height:60px!important}}

/* V1.6 FULL HD ASSETS */
.hero-img{background-image:url('/assets/images/full-hd-v16/hero-hd.jpg')!important;background-position:center!important;filter:brightness(.9)!important}
.cat img{object-fit:cover!important;background:#f7f4ee!important}
.compare{background-image:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.28)),url('/assets/images/full-hd-v16/feature-compare-hd.jpg')!important}
.buy:after{background-image:url('/assets/images/full-hd-v16/feature-buying-hd.jpg')!important}
.video:after{background-image:url('/assets/images/full-hd-v16/feature-video-hd.jpg')!important}
.guides img{height:190px!important;object-fit:cover!important}
.updates{position:relative;background-image:linear-gradient(90deg,rgba(248,245,239,.97) 0%,rgba(248,245,239,.93) 43%,rgba(248,245,239,.55) 67%,rgba(248,245,239,.12) 100%),url('/assets/images/full-hd-v16/stay-updated-hd.jpg')!important;background-size:cover!important;background-position:center!important;min-height:230px!important}
.update-grid{position:relative;z-index:1;min-height:230px!important;grid-template-columns:1.2fr 1fr .8fr!important}
.books{min-height:180px!important}
@media(max-width:760px){.updates{background-position:68% center!important}.update-grid{grid-template-columns:1fr!important}.trust{background:rgba(248,245,239,.72);padding:14px;border-radius:8px}.books{display:none!important}}

/* V1.6.1 Category-only fix: independent product photos */
.cat img{display:block!important;width:100%!important;height:155px!important;object-fit:contain!important;object-position:center!important;background:#f6f3ed!important;padding:0!important}

/* V1.6.2 Category alignment fix only */
.cat img{object-fit:cover!important;object-position:center center!important;padding:0!important;background:#f6f3ed!important}

/* V1.6.3 - Shop by Category only */
#categories .cat img{width:100%!important;height:155px!important;object-fit:cover!important;object-position:center center!important;padding:0!important;background:#f7f4ee!important}

/* V1.6.4 Category independent image files */
#categories .cat img{width:100%!important;height:155px!important;object-fit:cover!important;object-position:center!important;padding:0!important;background:#f6f2ec!important;}
