:root{--brand:#133c76;--ink:#131a23;--accent:#6a9ee7;--muted:#606771;--line:#dbe0e7;--soft:#f4f6f8;--cream:#f2f7fd;--white:#fff;--radius:18px;--shadow:0 14px 42px rgba(15,52,38,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 36px));margin:auto}.skip{position:absolute;left:-999px}.skip:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px}.top-note{padding:8px 18px;text-align:center;background:#101b2a;color:#d8e0eb;font-size:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-row{height:76px;display:flex;align-items:center;gap:30px}.logo img{width:236px;height:auto}.header-row nav{display:flex;gap:24px;margin-left:auto;font-size:14px;font-weight:650}.header-row nav a:hover{color:var(--brand)}.categories-link{padding:11px 16px;border:1px solid var(--ink);border-radius:10px;font-weight:750;font-size:14px}.menu-btn{display:none}.hero{padding:68px 0 54px;background:linear-gradient(180deg,#f5f8fb,#fff)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}.eyebrow{display:inline-block;margin-bottom:12px;color:var(--brand);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.hero h1,.page-hero h1,.category-hero h1{margin:0;max-width:760px;font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-.045em}.hero p{max-width:650px;margin:22px 0;color:var(--muted);font-size:19px}.hero-art img{width:100%;filter:drop-shadow(0 24px 40px rgba(15,72,51,.12))}.hero-search{display:flex;gap:10px;max-width:680px;padding:8px;background:#fff;border:1px solid #cbd2dc;border-radius:14px;box-shadow:var(--shadow)}.hero-search input{min-width:0;flex:1;border:0;outline:0;padding:12px 14px;font-size:16px}.hero-search button{border:0;border-radius:10px;padding:12px 20px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer}.hero-actions{display:flex;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 18px;border-radius:11px;font-weight:800}.btn.primary{background:var(--brand);color:#fff}.btn.secondary{border:1px solid var(--ink);background:#fff}.btn.light{background:#fff;color:var(--ink)}.btn.full{width:100%}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;color:var(--muted);font-size:13px}.trust-row strong{color:var(--ink)}.category-strip{border-block:1px solid var(--line);background:#fff}.strip-scroll{display:flex;overflow:auto;gap:10px;padding:16px 0}.strip-scroll a{white-space:nowrap;padding:9px 13px;border-radius:999px;background:var(--soft);font-size:13px;font-weight:700}.strip-scroll a:hover{background:#dfe7f3;color:var(--brand)}.section{padding:76px 0}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-head h2,.method h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.035em}.section-head p{margin:10px 0 0;color:var(--muted)}.section-head>a{color:var(--brand);font-weight:800;white-space:nowrap}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.review-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 4px 20px rgba(12,55,40,.04);transition:.2s}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-image{display:block;aspect-ratio:1.55;background:var(--soft);overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{padding:20px}.card-category{color:var(--brand);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.card-body h3{margin:7px 0 10px;font-size:21px;line-height:1.25}.card-body p{margin:13px 0;color:var(--muted);font-size:14px}.rating-row{display:flex;align-items:center;gap:8px;font-size:12px}.rating-row>span:last-child{color:var(--muted)}.stars{display:inline-block;position:relative;letter-spacing:1px;color:#c9ced5;line-height:1}.stars i{position:absolute;left:0;top:0;overflow:hidden;color:var(--brand);font-style:normal;white-space:nowrap}.card-foot{display:flex;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid var(--line);font-size:12px}.card-foot span{color:var(--muted)}.card-foot a{color:var(--brand);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.category-grid.full{grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card img{width:100%;aspect-ratio:1.75;object-fit:cover}.category-card div{padding:20px}.category-card span{color:var(--brand);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.category-card h3{margin:6px 0;font-size:22px}.category-card p{margin:0 0 12px;color:var(--muted);font-size:14px}.category-card strong{color:var(--brand);font-size:13px}.method{padding:80px 0;background:#101b2a;color:#fff}.method-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.method .eyebrow{color:#b8d0f2}.method p{color:#c7ced9}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.steps>div{padding:22px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.06)}.steps span{color:var(--accent);font-size:13px;font-weight:900}.steps h3{margin:24px 0 6px}.steps p{margin:0;font-size:13px}.disclosure-band{padding:28px 0;background:var(--cream);border-block:1px solid #b4cdf0}.disclosure-band .shell{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.disclosure-band p{margin:0;color:#465366}.disclosure-band a{font-weight:800;color:var(--brand)}.page-hero,.category-hero{padding:68px 0;background:var(--soft)}.page-hero.small{padding:54px 0}.page-hero p,.category-hero p{max-width:720px;color:var(--muted);font-size:18px}.page-hero h1,.category-hero h1{font-size:clamp(40px,6vw,66px)}.page-hero .btn{margin-top:18px}.category-hero-grid{display:grid;grid-template-columns:1fr 440px;align-items:center;gap:50px}.category-hero-grid img{border-radius:24px;border:1px solid var(--line)}.review-page{padding:38px 0 80px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px;color:var(--muted);font-size:13px}.review-hero-grid{display:grid;grid-template-columns:1fr 440px;gap:50px;align-items:center;padding-bottom:42px;border-bottom:1px solid var(--line)}.review-hero-grid h1{margin:0;font-size:clamp(38px,5vw,62px);line-height:1.05;letter-spacing:-.04em}.review-hero-grid .lead{font-size:18px;color:var(--muted)}.review-hero-grid>img{border-radius:24px;border:1px solid var(--line)}.big-rating{display:flex;align-items:center;gap:12px;margin:22px 0}.big-rating .stars{font-size:25px}.big-rating strong{font-size:30px}.big-rating span{color:var(--muted)}.meta{color:var(--muted);font-size:13px}.review-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px;align-items:start;margin-top:45px}.article-content{min-width:0}.article-content h2{margin:42px 0 10px;font-size:32px;line-height:1.2}.article-content h3{font-size:20px}.article-content p,.article-content li{color:#3b4758;font-size:16px}.article-content a{color:var(--brand);text-decoration:underline}.notice,.health-note{padding:20px 22px;border-radius:14px;background:#edf2f8;border-left:4px solid var(--brand)}.notice p,.health-note p{margin:5px 0 0}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pros-cons>div{padding:22px;border:1px solid var(--line);border-radius:14px}.score-list{display:flex;flex-direction:column;gap:13px}.score-list>div{display:grid;grid-template-columns:190px 1fr 38px;gap:14px;align-items:center}.score-list i{height:10px;border-radius:999px;background:#e1e5ea;overflow:hidden}.score-list b{display:block;height:100%;background:var(--brand);border-radius:999px}.spec-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.spec-table>div{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:13px 16px;border-bottom:1px solid var(--line)}.spec-table>div:last-child{border-bottom:0}.spec-table span{color:var(--muted)}.buy-box{position:sticky;top:100px;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.buy-box .badge{display:inline-block;padding:6px 9px;border-radius:999px;background:#e1e9f5;color:var(--brand);font-size:11px;font-weight:850}.buy-box h2{margin:12px 0 8px;font-size:25px}.buy-box p{color:var(--muted)}.mini-rating{display:flex;gap:8px;align-items:center;padding:14px 0;border-block:1px solid var(--line)}.buy-box dl{margin:0}.buy-box dl>div{padding:13px 0;border-bottom:1px solid var(--line)}.buy-box dt{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase}.buy-box dd{margin:3px 0 0;font-size:13px}.buy-box .btn{margin-top:18px}.buy-box small{display:block;margin-top:10px;color:var(--muted);font-size:10px}.static-page{padding:64px 0 90px}.narrow{max-width:780px}.static-page h2{margin-top:36px;font-size:30px}.static-page p,.static-page li{font-size:17px;color:#3b4758}.hero-search.inline{margin-top:22px}.empty-state{grid-column:1/-1;padding:60px;text-align:center;background:var(--soft);border-radius:18px}.site-footer{padding:60px 0 22px;background:#101b2a;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-logo{width:230px;filter:brightness(0) invert(1)}.footer-grid p{color:#b9c2ce}.footer-grid h3{font-size:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:9px}.footer-grid a{color:#cfd6e0;font-size:13px}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:#9ea8b5;font-size:11px}@media(max-width:980px){.header-row nav{display:none;position:absolute;top:76px;left:0;right:0;padding:20px;background:#fff;border-bottom:1px solid var(--line);flex-direction:column}.header-row nav.open{display:flex}.menu-btn{display:block;margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 12px}.categories-link{display:none}.hero-grid,.method-grid,.review-hero-grid,.category-hero-grid{grid-template-columns:1fr}.hero-art{max-width:650px}.review-grid,.category-grid,.category-grid.full{grid-template-columns:repeat(2,1fr)}.review-layout{grid-template-columns:1fr}.buy-box{position:static;order:-1}.footer-grid{grid-template-columns:1fr 1fr}.disclosure-band .shell{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr 1fr}}@media(max-width:640px){.shell{width:min(100% - 24px,1180px)}.logo img{width:190px}.hero{padding-top:42px}.hero-search{flex-direction:column}.hero-actions{flex-direction:column}.review-grid,.category-grid,.category-grid.full{grid-template-columns:1fr}.section{padding:56px 0}.section-head{align-items:start;flex-direction:column}.steps{grid-template-columns:1fr}.pros-cons{grid-template-columns:1fr}.score-list>div{grid-template-columns:1fr 42px}.score-list i{grid-column:1/-1;grid-row:2}.spec-table>div{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.review-page{padding-top:24px}.review-layout{gap:26px}.review-hero-grid{gap:24px}.top-note{font-size:10px}}

/* Golden-yellow Well Choice Guide identity */
:root{--brand:#1a519d;--ink:#121d2d;--accent:#6198e5;--muted:#47586f;--line:#bed0ea;--soft:#ebf2fc;--cream:#ccdef7;--shadow:0 14px 42px rgba(86,61,7,.11)}
.top-note,.method,.site-footer{background:#0d192a}.top-note{color:#c6daf6}.hero{background:linear-gradient(180deg,#dce8f9,#fff)}.hero-art img{filter:drop-shadow(0 24px 40px rgba(122,82,0,.16))}.strip-scroll a:hover{background:#b8d1f4;color:var(--brand)}.review-card{box-shadow:0 4px 20px rgba(86,61,7,.05)}.method .eyebrow{color:#9abdef}.method p{color:#bed0ea}.disclosure-band{background:#d1e1f8;border-color:#8fb6ec}.notice,.health-note{background:#e1ebfa}.buy-box .badge{background:#bbd3f4;color:#12396f}.footer-grid p{color:#b0c1d8}.footer-grid a{color:#bed0ea}.footer-bottom{color:#869bb9}.stars i{color:#e0a30d}.btn.primary,.hero-search button{background:#1a519d;color:#fff}.btn.primary:hover,.hero-search button:hover{background:#15417e}.score-list b{background:#1e5db5}.article-figure{margin:30px 0;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(86,61,7,.08)}.article-figure img{width:100%;max-height:560px;object-fit:contain;border-radius:12px;background:#e3edfb}.article-figure.compact{max-width:620px}.article-figure figcaption{padding:10px 6px 2px;color:var(--muted);font-size:12px;line-height:1.5}.review-hero-grid>img{background:#e3edfb;object-fit:contain;max-height:560px}

/* Featured products and customer reviews */
.customer-rating-link{display:flex;align-items:center;gap:8px;width:fit-content;margin:0 0 16px;color:var(--ink);font-size:13px;text-decoration:none!important}.customer-rating-link .stars{font-size:17px}.customer-rating-link span:last-child{color:var(--muted)}
.featured-products-section{margin:36px 0 50px;padding:28px;border:1px solid #84ace4;border-radius:22px;background:linear-gradient(180deg,#e3edfb,#fff)}.featured-products-heading h2{margin:4px 0 8px}.featured-products-heading p{margin:0;color:var(--muted)}.featured-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:22px}.featured-product-card{position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 25px rgba(86,61,7,.07)}.featured-product-badge{position:absolute;z-index:2;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#0d192a;color:#93b8ed;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.featured-product-image{aspect-ratio:1.5;display:grid;place-items:center;padding:10px;background:#ebf2fc}.featured-product-image img{width:100%;height:100%;object-fit:contain;border-radius:10px}.featured-product-body{display:flex;flex:1;flex-direction:column;padding:18px}.featured-product-body>small:first-child{color:var(--brand);font-weight:850;text-transform:uppercase;letter-spacing:.05em}.featured-product-body h3{margin:5px 0 8px;font-size:21px}.featured-product-body p{flex:1;margin:10px 0;color:var(--muted);font-size:14px}.featured-product-rating{display:flex;align-items:center;gap:7px;font-size:11px}.featured-product-rating .stars{font-size:14px}.featured-product-rating span{color:var(--muted)}.featured-price{display:flex;align-items:baseline;gap:9px;margin-top:8px}.featured-price strong{color:var(--ink);font-size:25px}.featured-price del{color:#6b7f9c}.price-note{display:block;margin:2px 0 12px;color:var(--muted)}
.customer-reviews{margin-top:58px;padding-top:8px;border-top:1px solid var(--line)}.customer-review-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.customer-review-heading h2{margin:4px 0 6px}.customer-review-heading p{margin:0}.customer-score{min-width:190px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 10px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#ebf2fc}.customer-score>strong{grid-row:1/3;font-size:38px}.customer-score>span:last-child{color:var(--muted);font-size:11px}.comment-list{display:flex;flex-direction:column;gap:15px;margin-top:24px}.comment-card{display:grid;grid-template-columns:48px 1fr;gap:14px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.comment-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#0d192a;color:#75a5e8;font-weight:900}.comment-main{min-width:0}.comment-top{display:flex;justify-content:space-between;gap:18px}.comment-top>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.comment-top time{color:var(--muted);font-size:11px;white-space:nowrap}.comment-source{padding:3px 7px;border-radius:999px;background:#bbd3f4;color:#113465;font-size:9px;font-weight:850;text-transform:uppercase}.comment-stars{display:flex;align-items:center;gap:7px;margin:8px 0}.comment-stars .stars{font-size:15px}.comment-card h3{margin:8px 0 4px}.comment-card p{margin:4px 0 0;white-space:normal}.comment-source-link{display:inline-block;margin-top:8px;font-size:12px}.no-comments{margin-top:22px;padding:24px;border:1px dashed #8babd8;border-radius:16px;background:#f2f7fd}.no-comments p{margin:4px 0 0}.review-transparency{margin-top:18px;padding:16px 18px;border-radius:14px;background:#d8e6f9}.review-transparency p{margin:3px 0 0;font-size:13px}.write-review{margin-top:42px;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.write-review h2{margin:4px 0}.public-review-form{display:flex;flex-direction:column;gap:15px;margin-top:20px}.public-review-form label{display:flex;flex-direction:column;gap:6px;color:var(--ink);font-size:13px;font-weight:750}.public-review-form input,.public-review-form textarea{width:100%;padding:12px 13px;border:1px solid #a8bcd9;border-radius:10px;background:#fff;font:inherit;outline:none}.public-review-form input:focus,.public-review-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(183,121,0,.12)}.public-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.star-input{width:fit-content;display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px;margin:0;padding:0;border:0}.star-input legend{margin-bottom:5px;color:var(--ink);font-size:13px;font-weight:750}.star-input input{position:absolute;opacity:0;pointer-events:none}.star-input label{cursor:pointer;color:#b6c4d7;font-size:34px;line-height:1}.star-input label:hover,.star-input label:hover~label,.star-input input:checked~label{color:#1e5db5}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.public-review-flash{padding:12px 14px;border-radius:10px;font-weight:700}.public-review-flash.success{color:#466000;background:#f1f8d9}.public-review-flash.error{color:#8a2d25;background:#fff0eb}
@media(max-width:720px){.featured-products-section,.write-review{padding:20px}.featured-product-grid,.public-review-grid{grid-template-columns:1fr}.customer-review-heading{align-items:flex-start;flex-direction:column}.customer-score{width:100%}.comment-card{grid-template-columns:38px 1fr;padding:15px}.comment-avatar{width:38px;height:38px}.comment-top{flex-direction:column;gap:4px}.comment-top time{white-space:normal}}

/* 2026 responsive, looping category carousel, external links and simplified comments */
html,body{max-width:100%;overflow-x:hidden}.external-icon{width:17px;height:17px;flex:0 0 17px;display:inline-block;vertical-align:-3px}.external-text-link{display:inline-flex;align-items:center;gap:7px}.btn.external-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 22px;border:0;border-radius:999px;background:#f0f2f9;color:#181818;box-shadow:none;font-weight:800;text-decoration:none}.btn.external-cta:hover{background:#e7eaf4;color:#000;transform:translateY(-1px)}

.category-strip{position:relative;overflow:hidden;border-block:1px solid #aec7ea;background:#fff}.category-carousel{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;padding-block:18px}.category-carousel-window{min-width:0;display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;cursor:grab}.category-carousel-window::-webkit-scrollbar{display:none}.category-carousel-window:active{cursor:grabbing}.category-loop-group{display:flex;flex:0 0 auto;align-items:center;gap:12px;padding-right:12px}.category-loop-group a{display:inline-flex;align-items:center;min-height:46px;padding:10px 17px;border:1px solid transparent;border-radius:999px;background:#e8f0fb;color:#172130;font-size:14px;font-weight:800;white-space:nowrap;transition:.18s ease}.category-loop-group a:hover,.category-loop-group a:focus-visible{border-color:#256fd6;background:#bad2f4;color:#0f305e;outline:0}.carousel-arrow{width:40px;height:40px;display:grid;place-items:center;z-index:2;padding:0;border:1px solid #a6bfe2;border-radius:50%;background:#fff;color:#1d2a3c;box-shadow:0 5px 16px rgba(80,57,8,.09);font-size:28px;line-height:1;cursor:pointer}.carousel-arrow:hover{background:#c5d9f6}.carousel-arrow:focus-visible{outline:3px solid rgba(183,121,0,.25);outline-offset:2px}

.featured-products-section{overflow:hidden}.featured-product-body{min-width:0}.featured-product-body h3,.featured-product-body p{overflow-wrap:anywhere}.featured-product-body .external-cta{margin-top:auto}.featured-price strong{font-size:clamp(19px,2.5vw,25px)}

.comment-card{scroll-margin-top:110px}.comment-top{align-items:center}.comment-main>p{font-size:15px;line-height:1.65}.comment-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px;padding-top:13px;border-top:1px solid var(--line)}.comment-meta time{color:var(--muted);font-size:12px;font-weight:650}.like-form{margin:0}.like-button{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #b8c8de;border-radius:999px;background:#fff;color:#28374b;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.like-button:hover{background:#dde9fa;border-color:#3678d4}.like-button strong{min-width:20px;padding-left:6px;border-left:1px solid #b1c3dd;text-align:center}.like-button.liked{background:#c5d9f6;color:#0f305d;cursor:default}.public-review-grid{align-items:end}.public-review-form input[type=date]{min-height:48px}.customer-rating-link{display:inline-flex;align-items:center;gap:9px;margin-top:-8px;margin-bottom:16px;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:#f2f7fd;font-size:12px;text-decoration:none!important}.customer-rating-link span{color:var(--muted)}

.site-footer{padding-top:56px}.footer-grid{grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(150px,1fr));align-items:start}.footer-brand{min-width:0}.footer-column{border:0}.footer-column summary{display:flex;align-items:center;justify-content:space-between;gap:10px;list-style:none;color:#fff;font-size:14px;font-weight:800;cursor:default}.footer-column summary::-webkit-details-marker{display:none}.footer-column summary span{display:none}.footer-links{display:flex;flex-direction:column;gap:10px;margin-top:13px}.footer-links a{display:inline-flex;align-items:center;gap:6px;width:fit-content;max-width:100%;color:#bed0ea;font-size:13px}.footer-links a:hover{color:#fff}.footer-links .external-icon{width:13px;height:13px;flex-basis:13px}

@media(max-width:1100px){.footer-grid{grid-template-columns:1.2fr repeat(2,1fr)}.footer-grid .footer-column:last-child{grid-column:2/4}}
@media(max-width:980px){.header-row{height:68px;gap:18px}.header-row nav{top:68px;max-height:calc(100vh - 68px);overflow:auto}.logo img{width:min(210px,45vw)}.hero{padding:48px 0}.hero-grid{gap:34px}.hero-art{justify-self:center;max-width:640px}.review-hero-grid>img{width:100%;max-width:620px;justify-self:center}.review-layout{margin-top:32px}.buy-box{max-width:none}.category-carousel{grid-template-columns:38px minmax(0,1fr) 38px}.carousel-arrow{width:36px;height:36px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid .footer-column:last-child{grid-column:auto}}
@media(max-width:720px){
  body{font-size:15px}.shell{width:min(100% - 24px,1180px)}.site-header{backdrop-filter:blur(8px)}.header-row{height:62px}.logo img{width:min(182px,58vw)}.menu-btn{padding:7px 11px}.header-row nav{top:62px;padding:14px 18px;gap:4px}.header-row nav a{padding:10px 4px}
  .hero{padding:34px 0 38px}.hero-grid{gap:24px}.hero h1,.page-hero h1,.category-hero h1,.review-hero-grid h1{font-size:clamp(34px,11vw,48px);line-height:1.07;letter-spacing:-.035em}.hero p,.page-hero p,.category-hero p,.review-hero-grid .lead{font-size:16px;line-height:1.6}.hero-search{gap:7px;padding:7px;border-radius:13px}.hero-search input{min-height:46px;padding:9px 11px}.hero-search button{min-height:46px}.hero-actions{gap:9px}.hero-actions .btn{width:100%}.trust-row{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin-top:20px}.trust-row span:last-child{grid-column:1/-1}.hero-art img{max-height:330px;object-fit:contain}
  .category-carousel{width:100%;grid-template-columns:34px minmax(0,1fr) 34px;gap:4px;padding:13px 6px}.carousel-arrow{width:32px;height:32px;font-size:23px}.category-loop-group{gap:8px;padding-right:8px}.category-loop-group a{min-height:40px;padding:8px 13px;font-size:12px}
  .section{padding:48px 0}.section-head{gap:12px;margin-bottom:22px}.section-head h2,.method h2{font-size:clamp(28px,9vw,39px)}.review-grid,.category-grid,.category-grid.full{gap:16px}.review-card,.category-card{border-radius:15px}.card-image{aspect-ratio:1.65}.card-body{padding:16px}.card-body h3{font-size:19px}.card-body p{font-size:13px}.card-foot{align-items:center}.category-card img{aspect-ratio:1.8}.category-card div{padding:16px}.category-card h3{font-size:20px}
  .method{padding:52px 0}.method-grid{gap:28px}.steps>div{padding:18px}.disclosure-band{padding:23px 0}.disclosure-band .shell{gap:10px}
  .page-hero,.category-hero{padding:45px 0}.category-hero-grid{gap:24px}.category-hero-grid img{border-radius:16px;max-height:330px;width:100%;object-fit:cover}
  .review-page{padding:20px 0 60px}.breadcrumbs{margin-bottom:19px;font-size:11px}.review-hero-grid{gap:20px;padding-bottom:28px}.review-hero-grid>img{max-height:390px;border-radius:16px}.big-rating{flex-wrap:wrap;margin:17px 0}.big-rating .stars{font-size:21px}.big-rating strong{font-size:26px}.meta{font-size:11px}.review-layout{gap:22px;margin-top:24px}.article-content h2{margin-top:34px;font-size:27px}.article-content h3{font-size:19px}.article-content p,.article-content li{font-size:15px}.notice,.health-note{padding:17px;border-radius:12px}.buy-box{padding:19px;border-radius:15px}.buy-box h2{font-size:22px}.btn.external-cta{min-height:48px;padding:11px 18px}
  .featured-products-section{margin:28px 0 38px;padding:16px;border-radius:16px}.featured-product-grid{grid-template-columns:1fr;gap:14px}.featured-product-image{aspect-ratio:1.65;max-height:290px}.featured-product-body{padding:15px}.featured-product-body h3{font-size:19px}.featured-product-body p{font-size:13px}.featured-product-rating{flex-wrap:wrap}.featured-price{margin-top:7px}
  .pros-cons{gap:12px}.pros-cons>div{padding:17px}.score-list>div{grid-template-columns:minmax(0,1fr) 36px;gap:7px}.score-list i{grid-column:1/-1}.spec-table>div{grid-template-columns:1fr;gap:3px;padding:12px 14px}
  .customer-reviews{margin-top:42px}.customer-review-heading{gap:14px}.customer-score{min-width:0;padding:13px 15px}.customer-score>strong{font-size:32px}.comment-list{gap:12px}.comment-card{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:14px;border-radius:13px}.comment-avatar{width:36px;height:36px}.comment-main>p{font-size:14px}.comment-meta{align-items:flex-start;flex-direction:column;gap:10px}.like-button{min-height:34px}.write-review{margin-top:32px;padding:17px;border-radius:15px}.public-review-grid{grid-template-columns:1fr}.star-input label{font-size:31px}.public-review-form input,.public-review-form textarea{font-size:16px}
  .site-footer{padding:38px 0 18px}.footer-grid{grid-template-columns:1fr;gap:0}.footer-brand{padding-bottom:22px}.footer-logo{width:min(220px,70vw)}.footer-column{border-top:1px solid rgba(255,255,255,.14)}.footer-column:last-child{border-bottom:1px solid rgba(255,255,255,.14)}.footer-column summary{min-height:52px;cursor:pointer}.footer-column summary span{display:block;font-size:22px;font-weight:400;transition:transform .2s}.footer-column[open] summary span{transform:rotate(45deg)}.footer-links{margin:0;padding:0 0 17px}.footer-bottom{gap:8px;margin-top:25px;padding-top:17px;line-height:1.5}
}
@media(max-width:390px){.shell{width:min(100% - 18px,1180px)}.logo img{width:165px}.hero h1,.review-hero-grid h1{font-size:33px}.category-carousel{grid-template-columns:30px minmax(0,1fr) 30px}.carousel-arrow{width:29px;height:29px}.category-loop-group a{padding-inline:11px}.trust-row{grid-template-columns:1fr}.trust-row span:last-child{grid-column:auto}.comment-card{grid-template-columns:1fr}.comment-avatar{display:none}.footer-logo{width:190px}}


/* Final homepage cleanup */
.trust-row{display:none!important}
.category-carousel-window{scroll-behavior:auto;mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}
@media(max-width:720px){.category-carousel-window{mask-image:none;-webkit-mask-image:none}}

/* Complete v3: unified ratings, yellow CTAs, profile avatars, popup and mobile polish */
.btn.external-cta,
.featured-product-body .btn.external-cta,
.buy-box .btn.external-cta{
  background:var(--accent)!important;
  color:#121d2d!important;
  border:1px solid rgba(107,72,0,.18)!important;
  box-shadow:0 8px 20px rgba(183,121,0,.16)!important;
}
.btn.external-cta:hover,
.featured-product-body .btn.external-cta:hover,
.buy-box .btn.external-cta:hover{background:#79a8e9!important;color:#081424!important}
.rating-summary-link{display:flex;align-items:center;gap:10px;width:fit-content;text-decoration:none!important;color:inherit}.rating-summary-link:hover{color:var(--brand)}.rating-summary-link span:last-child{color:var(--muted);font-size:13px}.mini-rating{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.mini-rating>span:last-child{color:var(--muted);font-size:11px}

.review-gallery{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:12px;margin:24px 0 34px}.gallery-item{min-width:0;min-height:150px;display:grid;place-items:center;overflow:hidden;margin:0;padding:12px;border:1px solid var(--line);border-radius:16px;background:#ebf2fc}.gallery-item.primary{grid-row:span 2;min-height:320px}.gallery-item img{width:100%;height:100%;max-height:280px;object-fit:contain}.gallery-item.primary img{max-height:420px}

.comment-avatar{overflow:hidden;background:#cfe0f7;color:#0f305d;border:1px solid #a2c0ea}.comment-avatar.has-image{background:#fff}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-avatar:not(.has-image){font-size:16px}.customer-review-heading p{color:var(--muted);font-weight:700}

.footer-logo{filter:none!important;height:auto;max-width:100%}.footer-brand.align-center{text-align:center}.footer-brand.align-center .footer-logo{margin-inline:auto}.footer-brand.align-center p{margin-inline:auto}.footer-brand p{max-width:440px}

html.popup-open,html.popup-open body{overflow:hidden}.site-popup-layer{position:fixed;inset:0;z-index:999;display:grid;place-items:center;padding:18px;opacity:0;transition:opacity .2s ease}.site-popup-layer[hidden]{display:none}.site-popup-layer.open{opacity:1}.site-popup-backdrop{position:absolute;inset:0;background:rgba(28,22,10,.62);backdrop-filter:blur(4px)}.site-popup{width:min(var(--popup-width),calc(100vw - 36px));max-height:min(86vh,760px);position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);overflow:hidden;border:1px solid rgba(118,79,0,.18);border-radius:var(--popup-radius);background:var(--popup-bg);color:var(--popup-text);box-shadow:0 28px 90px rgba(28,22,10,.34);transform:translateY(14px) scale(.985);transition:transform .22s ease}.site-popup-layer.open .site-popup{transform:none}.site-popup.image-right{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.site-popup.image-right .site-popup-image{order:2}.site-popup.image-top{grid-template-columns:1fr}.site-popup.image-top .site-popup-image{max-height:290px}.site-popup-close{width:38px;height:38px;position:absolute;top:12px;right:12px;z-index:3;display:grid;place-items:center;padding:0;border:1px solid rgba(70,49,8,.16);border-radius:50%;background:rgba(255,255,255,.9);color:#111e30;font-size:25px;line-height:1;cursor:pointer}.site-popup-image{min-height:260px;background:#dde9f9}.site-popup-image img{width:100%;height:100%;object-fit:cover}.site-popup-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,56px)}.popup-kicker{color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.site-popup h2{margin:8px 0 10px;font-size:clamp(28px,4vw,44px);line-height:1.08}.site-popup p{margin:0 0 22px;color:inherit;opacity:.78}.site-popup-button{width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:12px 20px;border-radius:999px;background:var(--popup-button);color:#121d2d;font-weight:850}.site-popup-button:hover{filter:brightness(1.03);transform:translateY(-1px)}

@media(max-width:720px){
  .review-gallery{grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 28px}.gallery-item,.gallery-item.primary{grid-row:auto;min-height:135px;padding:8px;border-radius:12px}.gallery-item.primary{grid-column:1/-1;min-height:230px}.gallery-item img,.gallery-item.primary img{max-height:230px}
  .featured-product-card{display:grid!important;grid-template-rows:auto auto 1fr;overflow:hidden!important;border-radius:16px}.featured-product-badge{top:10px;left:10px;max-width:calc(100% - 20px);white-space:normal}.featured-product-image{width:100%;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4/3!important;overflow:hidden!important;padding:18px!important;background:#ebf2fc}.featured-product-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:230px!important;object-fit:contain!important;object-position:center!important}.featured-product-body{position:relative!important;z-index:1!important;display:flex!important;min-width:0!important;padding:18px!important;background:#fff!important}.featured-product-body h3{margin:5px 0 9px!important;font-size:21px!important;line-height:1.22!important}.featured-product-rating{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}.featured-product-rating span{flex-basis:100%;font-size:10px}.featured-product-body p{margin:10px 0 12px!important;font-size:14px!important;line-height:1.55!important}.featured-price{display:flex!important;align-items:baseline!important;flex-wrap:wrap!important}.featured-product-body .external-cta{width:100%!important;margin-top:14px!important}
  .comment-card{grid-template-columns:44px minmax(0,1fr)!important;gap:11px!important}.comment-avatar{width:44px!important;height:44px!important;display:grid!important}.comment-meta{width:100%}.like-button{align-self:flex-start}
  .site-popup-layer{padding:10px;align-items:end}.site-popup{width:100%;max-height:92vh;grid-template-columns:1fr!important;border-radius:min(var(--popup-radius),22px) min(var(--popup-radius),22px) 0 0}.site-popup-image{order:0!important;min-height:0;height:190px}.site-popup-copy{padding:26px 20px calc(24px + env(safe-area-inset-bottom))}.site-popup h2{font-size:30px}.site-popup-button{width:100%}.site-popup-close{top:9px;right:9px}
  .footer-brand.align-center,.footer-brand.align-left{text-align:left}.footer-brand.align-center .footer-logo{margin-inline:0}
}
@media(max-width:390px){.review-gallery{grid-template-columns:1fr}.gallery-item.primary{grid-column:auto}.comment-card{grid-template-columns:40px minmax(0,1fr)!important}.comment-avatar{width:40px!important;height:40px!important}.featured-product-image{aspect-ratio:1.25!important;padding:14px!important}.featured-product-image img{max-height:210px!important}}
.star-input input{width:1px!important;height:1px!important;min-height:0!important;margin:0!important;padding:0!important;left:0!important;top:0!important}


/* v4 continuous category ticker */
.category-carousel{display:block!important;padding-block:16px!important}
.category-carousel-window{width:100%;min-width:0;display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;cursor:grab;mask-image:linear-gradient(to right,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 22px,#000 calc(100% - 22px),transparent 100%)}
.category-carousel-window::-webkit-scrollbar{display:none}.carousel-arrow{display:none!important}

/* Editable advertising banners */
.ad-banner-zone{padding:16px 0}.ad-banner-zone.position-below_header{padding:12px 0;border-bottom:1px solid #adc9f0;background:#f7fafe}.ad-banner-zone.position-footer{padding:28px 0;background:#ebf2fc}.ad-banner-shell{position:relative}.ad-banner{position:relative;min-height:150px;display:grid;grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr);overflow:hidden;border:1px solid rgba(126,89,0,.16);border-radius:20px;background:var(--ad-bg);color:var(--ad-text);box-shadow:0 12px 34px rgba(86,61,7,.08)}.ad-banner[hidden]{display:none!important}.ad-banner.layout-image_right{grid-template-columns:minmax(0,1.28fr) minmax(180px,.72fr)}.ad-banner.layout-image_right .ad-banner-image{order:2}.ad-banner.layout-image_top{grid-template-columns:1fr}.ad-banner.layout-image_top .ad-banner-image{height:220px}.ad-banner.layout-image_only{grid-template-columns:1fr;min-height:120px}.ad-banner.layout-text_only{grid-template-columns:1fr;min-height:0}.ad-banner-image{min-height:150px;background:rgba(255,255,255,.38)}.ad-banner-image img{width:100%;height:100%;object-fit:cover}.ad-banner-image-link{position:absolute;inset:0;z-index:1}.ad-banner-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:24px 30px}.ad-banner-label{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.ad-banner h2{margin:5px 0 7px;font-size:clamp(23px,3vw,36px);line-height:1.12}.ad-banner p{margin:0 0 15px;opacity:.78}.ad-banner-button{width:fit-content;display:inline-flex;align-items:center;gap:8px;min-height:43px;padding:10px 17px;border-radius:999px;background:var(--ad-button);color:#121d2d;font-weight:850}.ad-banner-close{position:absolute;top:9px;right:9px;z-index:4;width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid rgba(70,49,8,.15);border-radius:50%;background:rgba(255,255,255,.9);font-size:23px;cursor:pointer}.ad-banner-dots{display:flex;justify-content:center;gap:7px;margin-top:9px}.ad-banner-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#8ea8cd;cursor:pointer}.ad-banner-dots button.active{width:23px;border-radius:999px;background:var(--brand)}

@media(min-width:721px){.ad-banner.hide-desktop{display:none!important}}
@media(max-width:720px){
  .category-carousel{padding:12px 0!important}.category-carousel-window{mask-image:none;-webkit-mask-image:none}.category-loop-group a{min-height:39px;padding:8px 13px;font-size:12px}
  .site-popup-layer{place-items:center!important;align-items:center!important;padding:14px!important}.site-popup{width:min(92vw,var(--popup-width))!important;max-height:86svh!important;border-radius:min(var(--popup-radius),22px)!important;grid-template-columns:1fr!important;overflow:auto!important}.site-popup-image{order:0!important;height:150px!important;min-height:0!important}.site-popup-copy{padding:23px 19px 24px!important}.site-popup h2{font-size:27px!important}.site-popup-button{width:100%}
  .ad-banner.hide-mobile{display:none!important}.ad-banner-zone{padding:11px 0}.ad-banner{grid-template-columns:1fr!important;min-height:0;border-radius:16px}.ad-banner-image{order:0!important;height:170px;min-height:0}.ad-banner.layout-image_only .ad-banner-image{height:145px}.ad-banner-copy{padding:19px}.ad-banner h2{font-size:24px}.ad-banner p{font-size:14px}.ad-banner-button{width:100%;justify-content:center}.ad-banner-close{top:7px;right:7px}
}

/* ConsumerAffairs-inspired trust components */
.review-byline{display:flex;align-items:center;gap:14px;margin:18px 0 6px;padding:14px 16px;background:var(--soft);border-radius:14px;flex-wrap:wrap}
.review-byline .byline-avatars{display:flex;align-items:center}
.review-byline .byline-avatars img{width:40px;height:40px;border-radius:50%;border:2px solid #fff;object-fit:cover;background:#dbe7f6}
.review-byline .byline-avatars img+img{margin-left:-12px}
.review-byline .byline-text{font-size:13px;color:var(--muted);line-height:1.5}
.review-byline .byline-text strong{color:var(--ink)}
.review-byline .byline-updated{margin-left:auto;font-size:12px;font-weight:800;color:var(--brand);white-space:nowrap;padding:6px 12px;background:#fff;border-radius:999px;border:1px solid var(--line)}
.trust-box{margin:24px 0;padding:22px 24px;border:1px solid var(--line);border-radius:16px;background:#fff}
.trust-box h2{margin:0 0 12px;font-size:18px}
.trust-box ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.trust-box li{position:relative;padding-left:26px;font-size:14px;color:var(--muted);line-height:1.5}
.trust-box li::before{content:"";position:absolute;left:0;top:5px;width:16px;height:16px;border-radius:50%;background:var(--brand)}
.trust-box li::after{content:"\2713";position:absolute;left:3px;top:2px;color:#fff;font-size:10px;font-weight:900}
.toc-nav{margin:22px 0;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:#fff}
.toc-nav strong{display:block;margin-bottom:10px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.toc-nav ul{margin:0;padding:0;list-style:none;display:grid;gap:7px}
.toc-nav a{color:var(--brand);font-weight:700;font-size:14px}
.toc-nav a:hover{text-decoration:underline}
.article-content h3.faq-q{margin:26px 0 6px;font-size:17px;color:var(--ink)}
.article-content p.faq-a{margin:0 0 4px;color:var(--muted)}
.editor-pick-badge{position:absolute;top:12px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:999px;background:var(--ink);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em}
.review-card{position:relative}
.newsletter-block{margin:0;padding:52px 0;background:var(--ink);color:#fff}
.newsletter-grid{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.newsletter-grid h2{margin:0 0 6px;font-size:24px}
.newsletter-grid p{margin:0;color:#c9d5ea;font-size:14px}
.newsletter-form{display:flex;gap:10px;flex-wrap:wrap}
.newsletter-form input{min-width:240px;padding:13px 16px;border-radius:10px;border:0;font-size:14px}
.newsletter-form button{padding:13px 22px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer}
.newsletter-note{margin-top:10px;font-size:11px;color:#8ea2c4}
@media(max-width:720px){
  .review-byline{flex-direction:column;align-items:flex-start}
  .review-byline .byline-updated{margin-left:0}
  .newsletter-grid{flex-direction:column;align-items:flex-start}
}
.article-content .article-toc-list{list-style:none;margin:6px 0 26px;padding:16px 20px;border:1px solid var(--line);border-radius:14px;background:var(--soft);display:grid;gap:8px}
.article-content .article-toc-list li{margin:0}
.article-content .article-toc-list a{color:var(--brand);font-weight:700;font-size:14px}
.article-content .article-toc-list a:hover{text-decoration:underline}
