:root{--std-ink:#1a1d20;--std-muted:#4b5563;--std-lotus:#7db9e0;--std-lotus-dark:#126fa5;--std-paper:#f8f7f3;--std-line:rgba(26,29,32,.12);--std-orange:#ff6600}
.std-review-page{background:#fff;color:var(--std-ink);font-family:Arial,Helvetica,sans-serif}.std-review-page *{box-sizing:border-box}.std-review-page img{max-width:100%;height:auto}.std-breadcrumb{background:#fff;border-bottom:1px solid var(--std-line)}.std-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;width:min(1220px,100% - 32px);margin:auto;padding:13px 0;list-style:none;color:var(--std-muted);font-size:13px}.std-breadcrumb li:not(:last-child)::after{content:"/";margin-left:8px;color:#9ca3af}.std-hero{background:linear-gradient(135deg,#f8f7f3,#eef7fc);padding:52px 0}.std-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:48px}.std-hero h1{margin:18px 0 7px;font-size:clamp(40px,5vw,62px);line-height:1.03;letter-spacing:-.045em;font-weight:800}.std-hero-subtitle{margin:0;color:var(--std-ink);font-size:clamp(20px,2.1vw,27px);line-height:1.28;font-weight:700}.std-byline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:22px 0 14px}.std-byline div{padding:11px;border:1px solid var(--std-line);border-radius:10px;background:rgba(255,255,255,.82)}.std-byline span,.std-byline strong{display:block}.std-byline span{color:var(--std-muted);font-size:10px}.std-byline strong{margin-top:4px;font-size:12px;line-height:1.35}.std-method,.std-disclosure{margin:12px 0 0;color:var(--std-muted);font-size:13px;line-height:1.6}.std-disclosure{padding:12px 14px;border:1px solid rgba(125,185,224,.5);border-radius:9px;background:#f5fafd}.std-hero-actions{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.7fr);align-items:stretch;gap:12px;margin-top:18px}.std-rating-badge{display:grid;grid-template-columns:auto auto;align-content:center;gap:2px 8px;min-height:112px;padding:14px 16px;border:2px solid #dda91d;border-radius:15px;background:#fff}.std-rating-badge>span{color:#ffb400;font-size:20px;letter-spacing:1px}.std-rating-badge>strong{font-size:25px}.std-rating-badge>small{grid-column:1/-1;color:var(--std-muted);font-size:10px;line-height:1.35}.std-ingredient-shortcut{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:12px;background:var(--std-lotus-dark);color:#fff;font-size:15px;font-weight:800;line-height:1.35;text-align:center;box-shadow:0 6px 18px rgba(18,111,165,.28);transition:transform .2s,filter .2s}.std-ingredient-shortcut:hover{filter:brightness(1.05);transform:translateY(-2px)}.std-product-stage{display:grid;place-items:center;min-height:430px;padding:28px;border:1px solid rgba(26,29,32,.06);border-radius:22px;background:#fff;box-shadow:0 22px 65px rgba(0,0,0,.08)}.std-product-stage img{width:100%;height:340px;object-fit:contain}.std-product-stage span{color:var(--std-muted);font-size:11px}.std-section{padding:62px 0;background:#fff}.std-section.std-alt{background:var(--std-paper)}.std-section h2{margin:16px 0 15px;font-size:clamp(29px,3.4vw,41px);line-height:1.15;letter-spacing:-.03em}.std-intro{max-width:900px;margin:0;color:var(--std-muted);font-size:17px;line-height:1.75}.std-grid{display:grid;gap:18px;margin-top:28px}.std-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.std-ingredient-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.std-card{padding:22px;border:1px solid var(--std-line);border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(26,29,32,.045)}.std-card h3{margin:0 0 9px;font-size:18px}.std-card p{margin:0;color:var(--std-muted);font-size:14px;line-height:1.68}.std-glance{padding:24px;border:1px solid rgba(125,185,224,.6);border-left:6px solid var(--std-lotus-dark);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(18,111,165,.07)}.std-glance strong{font-size:18px}.std-glance p{margin:8px 0 0;color:var(--std-muted);font-size:16px;line-height:1.7}.std-verdict-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}.std-verdict-grid article{padding:24px;border:1px solid var(--std-line);border-radius:14px;background:#fff}.std-verdict-grid h3{margin:0 0 12px;font-size:20px}.std-checks,.std-cautions{display:grid;gap:11px;margin:0;padding:0;list-style:none;color:var(--std-muted)}.std-checks li,.std-cautions li{position:relative;padding-left:27px;line-height:1.6}.std-checks li::before,.std-cautions li::before{position:absolute;left:0;font-weight:900}.std-checks li::before{content:"✓";color:#17865a}.std-cautions li::before{content:"!";color:#b45309}.std-verdict-note{margin:20px 0 0;padding:15px 17px;border-left:4px solid var(--std-lotus);background:#fff;color:var(--std-muted);line-height:1.65}.std-faq-list{display:grid;gap:12px;margin-top:28px}.std-faq-card{overflow:hidden;border:1px solid var(--std-line);border-radius:13px;background:#fff;box-shadow:0 6px 18px rgba(26,29,32,.04)}.std-faq-card summary{position:relative;cursor:pointer;padding:19px 52px 19px 20px;font-weight:800;line-height:1.4;list-style:none}.std-faq-card summary::-webkit-details-marker{display:none}.std-faq-card summary::after{content:"+";position:absolute;right:20px;top:50%;color:var(--std-lotus-dark);font-size:24px;transform:translateY(-50%)}.std-faq-card[open] summary::after{content:"−"}.std-faq-answer{margin:0 14px 14px;padding:17px 18px;border-radius:10px;background:#f5fafd}.std-faq-answer p{margin:0;color:var(--std-muted);line-height:1.72}.std-cross-review{display:grid;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:22px;padding:22px;border:1px solid rgba(125,185,224,.55);border-radius:16px;background:#fff}.std-cross-review img{width:130px;height:110px;object-fit:contain}.std-cross-review h3{margin:8px 0 7px;font-size:22px}.std-cross-review p{margin:0;color:var(--std-muted);line-height:1.6}.std-cross-review>a{padding:11px 16px;border-radius:8px;background:var(--std-lotus-dark);color:#fff;font-size:14px;font-weight:800;text-align:center}.std-purchase{background:#fff}.std-purchase-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);align-items:center;gap:26px;padding:30px;border:1px solid rgba(255,102,0,.35);border-radius:18px;background:#fffaf5;box-shadow:0 12px 34px rgba(255,102,0,.08)}.std-purchase h2{font-size:clamp(27px,3vw,37px)}.std-purchase-copy>p{color:var(--std-muted);line-height:1.7}.std-purchase-cta{display:flex;width:min(100%,420px);min-height:58px;margin:20px 0 0;align-items:center;justify-content:center;background:var(--std-orange)!important;color:#fff!important;font-size:18px!important;font-weight:800!important;box-shadow:0 6px 20px rgba(255,102,0,.5)!important}.std-affiliate-note{display:block;margin-top:10px;font-size:12px}.std-guarantee{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:18px;padding:20px;border:1px solid #dfb844;border-radius:14px;background:#fff}.std-guarantee img{width:120px;height:120px;object-fit:contain}.std-guarantee h3{margin:0 0 8px;font-size:20px}.std-guarantee p{margin:0;color:var(--std-muted);font-size:13px;line-height:1.6}.std-review-page :where(a,summary):focus-visible{outline:3px solid rgba(125,185,224,.95);outline-offset:3px}
.std-rating-neutral{border-color:var(--std-lotus)}.std-rating-neutral>span{color:var(--std-lotus-dark)}
.std-hero h1{font-size:clamp(30px,4vw,50px);white-space:nowrap}.std-hero-subtitle{font-weight:400}.std-hero-actions{grid-template-columns:190px minmax(220px,1fr);align-items:center}.std-rating-badge{width:190px;height:190px;min-height:190px}.std-rating-image{display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent}.std-rating-image img{display:block;width:190px;height:190px;object-fit:contain}.std-ingredient-shortcut{min-height:60px;background:var(--std-orange);box-shadow:0 6px 20px rgba(255,102,0,.5)}.std-product-stage{position:relative}.std-product-stage>img:not(.std-made-in-usa){width:100%;height:340px;object-fit:contain}.std-product-stage .std-made-in-usa{position:absolute;top:20px;right:20px;width:92px;height:92px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.12))}
.std-purchase-copy{text-align:center}.std-purchase h2{font-size:clamp(23px,2.45vw,32px);white-space:nowrap}.std-purchase-copy>p{max-width:680px;margin-left:auto;margin-right:auto}.std-purchase-cta{margin-left:auto;margin-right:auto}.std-affiliate-note{text-align:center}.std-guarantee{text-align:center}.std-guarantee h3{font-weight:800;text-align:center}.std-guarantee p{text-align:center}
@media(max-width:1050px){.std-hero-grid{grid-template-columns:1fr}.std-product-stage{width:min(100%,700px);min-height:350px;margin:auto}.std-product-stage img{height:290px}.std-hero-copy{text-align:left}.std-purchase h2{white-space:normal}}
@media(max-width:820px){.std-grid-three,.std-ingredient-grid,.std-verdict-grid{grid-template-columns:1fr}.std-cross-review,.std-purchase-panel{grid-template-columns:1fr}.std-cross-review{text-align:center}.std-cross-review img{margin:auto}.std-purchase-cta{width:100%;max-width:none}.std-guarantee{grid-template-columns:100px 1fr}.std-guarantee img{width:100px;height:100px}}
@media(max-width:620px){.std-hero{padding:38px 0}.std-hero h1{font-size:clamp(24px,7vw,30px);letter-spacing:-.035em}.std-hero-subtitle{font-size:19px}.std-byline,.std-hero-actions{grid-template-columns:1fr}.std-rating-badge{width:172px;height:172px;min-height:172px;margin-inline:auto}.std-rating-image img{width:172px;height:172px}.std-product-stage{min-height:300px;padding:18px}.std-product-stage>img:not(.std-made-in-usa){height:245px}.std-product-stage .std-made-in-usa{top:14px;right:14px;width:72px;height:72px}.std-section{padding:46px 0}.std-card,.std-verdict-grid article,.std-purchase-panel{padding:20px}.std-ingredient-shortcut{width:100%;min-height:56px}.std-guarantee{grid-template-columns:1fr;text-align:center}.std-guarantee img{margin:auto}.std-cross-review>a{width:100%}}
