@layer reset{*,:before,:after{box-sizing:border-box}body,h1,h2,h3,p,figure{margin:0}img,svg{max-width:100%}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}}@layer base{:root{--red:#cf2637;--red-dark:#ac1c2b;--ink:#22242b;--muted:#5c606b;--line:#dfe1e5;--paper:#f5f6f8;--rose:#fff1f1;--radius:16px;color-scheme:light;color:var(--ink);font-synthesis:none;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-size:1rem;line-height:1.65}a{color:inherit;text-underline-offset:4px}a:hover{color:var(--red)}:focus-visible{outline-offset:5px;outline:3px solid #255bcd}h1,h2,h3{letter-spacing:-.035em;line-height:1.13}h1{font-size:clamp(2.75rem,5.5vw,4.8rem);font-weight:780}h2{font-size:clamp(1.9rem,3vw,2.7rem);font-weight:750}h3{font-size:1.3rem;line-height:1.3}p+p{margin-top:1rem}button{cursor:pointer}small,.fineprint{color:var(--muted);font-size:.875rem}[hidden]{display:none!important}::selection{background:#ffccd2}}@layer components{.guide-figure{border:1px solid var(--line);background:var(--paper);border-radius:12px;margin:28px 0;padding:16px}.guide-figure img{border-radius:5px;width:100%;max-width:600px;height:auto;margin:auto;display:block}.guide-figure figcaption{color:var(--muted);margin-top:12px;font-size:.85rem;line-height:1.6}.article-products{border-top:1px solid var(--line);margin-top:40px;padding-top:30px}.article-products>h2{margin-bottom:16px;font-size:1.65rem}.article-products>.product-grid{margin-top:22px}.article-products .badge{margin-bottom:18px}.wrap{width:min(1160px,100% - 48px);margin-inline:auto}.skip{z-index:20;background:#fff;padding:12px;position:absolute;top:-80px;left:20px}.skip:focus{top:10px}.topline{background:var(--ink);color:#fff;padding:8px 0;font-size:.8rem}.topline .wrap{justify-content:space-between;display:flex}.topline span{color:#c5c7ce}.site-header{border-bottom:1px solid var(--line);background:#fff}.header-inner{justify-content:space-between;align-items:center;gap:24px;height:86px;display:flex}.brand{letter-spacing:-.09rem;align-items:center;font-size:1.85rem;font-weight:850;line-height:1;text-decoration:none;display:inline-flex}.brand-dot{color:var(--red)}.brand-symbol{background:var(--red);color:#fff;border-radius:10px;place-items:center;width:37px;height:37px;margin-right:10px;padding-bottom:6px;font-size:1.9rem;line-height:1;display:inline-grid}.header-inner nav{gap:30px;font-size:.9rem;font-weight:600;display:flex}.header-inner nav a{text-decoration:none}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--red);font-size:.8rem;font-weight:750}.hero{background:linear-gradient(105deg,#fff 56%,#fff4f4);padding:64px 0 58px}.hero-grid{grid-template-columns:1.25fr 1fr;align-items:center;gap:72px;display:grid}.hero h1{margin:18px 0 22px}.hero h1 span{color:var(--red)}.hero-lead{color:var(--muted);max-width:540px;font-size:1.15rem;line-height:1.65}.button{background:var(--red);color:#fff;border:1px solid var(--red);border-radius:8px;justify-content:center;align-items:center;gap:20px;min-height:48px;padding:13px 22px;font-weight:650;line-height:1.4;text-decoration:none;display:inline-flex}.button:hover{background:var(--red-dark);color:#fff;border-color:var(--red-dark)}.button.secondary{color:var(--ink);border-color:var(--line);background:#fff}.hero .button{margin-top:26px}.hero-note{color:var(--muted);margin-top:15px;font-size:.875rem}.model-summary{border:1px solid var(--line);background:#fff;border-radius:20px;padding:30px;box-shadow:0 18px 50px #22242b08}.model-summary h2{margin:10px 0 22px;font-size:1.45rem}.model-row{border-top:1px solid var(--line);grid-template-columns:54px 1fr 20px;align-items:center;gap:15px;padding:22px 0;text-decoration:none;display:grid}.model-row strong{font-size:1rem;display:block}.model-row small{margin-top:3px;display:block}.card-icon{width:45px;height:58px;fill:var(--ink)}.card-icon.red{fill:var(--red)}.model-note{background:var(--rose);border-radius:8px;margin-top:6px;padding:14px 16px;font-size:.9rem}.trust-strip{border-block:1px solid var(--line);background:#fff}.trust-strip .wrap{justify-content:space-between;gap:20px;padding-block:18px;font-size:.9rem;display:flex}.trust-strip b{font-weight:650}.trust-strip span:before{content:"✓";color:var(--red);margin-right:9px;font-weight:800}.section{padding:76px 0}.section.soft{background:var(--paper)}.section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px;display:flex}.section-heading .eyebrow{margin-bottom:12px}.section-heading>p{max-width:380px;color:var(--muted);font-size:.95rem}.finder{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:1.35fr 1fr;gap:40px;padding:30px;display:grid}.finder fieldset{border:0;min-width:0;margin:0 0 24px;padding:0}.finder legend{margin-bottom:13px;font-size:1rem;font-weight:750}.step-index{color:var(--red);margin-right:10px;font-size:.8rem}.choices{grid-template-columns:1fr 1fr;gap:10px;display:grid}.choice{border:1px solid var(--line);cursor:pointer;border-radius:9px;align-items:flex-start;gap:10px;padding:14px 12px;display:flex;position:relative}.choice:has(input:checked){border:2px solid var(--red);background:#fff7f7;padding:13px 11px}.choice input{accent-color:var(--red);flex:none;margin-top:5px}.choice strong{font-size:.9rem;line-height:1.4;display:block}.choice small{margin-top:3px;font-size:.8rem;line-height:1.4;display:block}.finder-result{background:var(--ink);color:#fff;border-radius:12px;flex-direction:column;justify-content:center;padding:28px;display:flex}.finder-result .eyebrow{color:#ff9caa}.finder-result h3{margin:12px 0;font-size:1.9rem}.finder-result p{color:#dddfe5;font-size:.95rem}.finder-result .button{margin-top:23px}.finder-result small{color:#bfc2cd;margin-top:13px}.finder-tip{color:var(--muted);font-size:.9rem}.finder-tip a{font-weight:600}.no-js{background:var(--rose);border-radius:8px;padding:15px}.notice{border-left:3px solid var(--red);background:var(--rose);margin:22px 0;padding:18px 22px;font-size:.95rem}.notice strong{color:var(--ink)}.product-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;padding:25px;display:flex;position:relative}.product-card.featured{border-color:var(--red)}.badge{background:var(--paper);border-radius:5px;align-self:start;padding:6px 9px;font-size:.75rem;font-weight:750;line-height:1.4}.featured .badge{background:var(--rose);color:var(--red-dark)}.product-top{align-items:center;gap:18px;margin:28px 0 22px;display:flex}.capacity{letter-spacing:-.05em;font-size:2.25rem;font-weight:780;line-height:1}.capacity small{color:var(--ink);letter-spacing:0;font-size:1rem;font-weight:600}.product-card h3{margin-bottom:8px;font-size:1.15rem}.product-card .product-kind{color:var(--muted);margin-bottom:16px;font-size:.8rem}.product-card p{color:var(--muted);font-size:.95rem}.product-card ul{margin:18px 0 22px;padding-left:18px;font-size:.9rem}.product-card li+li{margin-top:7px}.product-card .button{gap:10px;width:100%;margin-top:auto;font-size:.9rem}.source-link{color:var(--muted);margin-top:12px;font-size:.8rem;display:block}.offer-note{color:var(--muted);margin-top:20px;font-size:.85rem}.table-wrap{border:1px solid var(--line);border-radius:12px;overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%;min-width:570px;font-size:.95rem}th,td{border-bottom:1px solid var(--line);vertical-align:top;padding:18px 22px}thead{background:var(--paper)}th{font-weight:650}tbody tr:last-child>*{border-bottom:0}.steps{grid-template-columns:repeat(3,1fr);gap:35px;margin:36px 0;display:grid}.step-no{width:40px;height:40px;color:var(--red);border:1px solid #eebbc1;border-radius:50%;place-items:center;margin-bottom:20px;font-weight:750;display:grid}.steps h3{margin-bottom:12px}.steps p{color:var(--muted);font-size:.95rem}.text-link{color:var(--red);font-size:.95rem;font-weight:650}.help-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.help-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:28px;text-decoration:none}.help-card h3{margin-bottom:10px}.help-card p{color:var(--muted);font-size:.95rem}.help-card span{color:var(--red);margin-top:20px;font-size:.9rem;font-weight:650;display:block}.faq-grid{grid-template-columns:.75fr 1.25fr;gap:75px;display:grid}.faq-grid h2{margin-top:14px}details{border-bottom:1px solid var(--line);padding:20px 0}details:first-child{padding-top:0}summary{cursor:pointer;justify-content:space-between;gap:20px;font-size:1.05rem;font-weight:650;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--red);font-size:1.3rem;font-weight:400}details[open] summary:after{content:"−"}details p{color:var(--muted);margin-top:14px;font-size:.95rem}.sources{border-top:1px solid var(--line);color:var(--muted);margin-top:50px;padding-top:28px;font-size:.85rem}.sources h2{margin-bottom:12px;font-size:1.1rem}.sources ul{padding-left:18px}.sources li{margin-bottom:7px}.site-footer{background:var(--ink);color:#fff;padding:44px 0 25px}.footer-top{border-bottom:1px solid #45474f;justify-content:space-between;align-items:center;gap:25px;padding-bottom:35px;display:flex}.footer-top p{color:#c9cbd3;font-size:.95rem}.footer-top>a:last-child{font-size:.9rem}.footer-bottom{justify-content:space-between;gap:30px;margin:25px 0;display:flex}.footer-bottom p{color:#c3c6ce;font-size:.8rem}.footer-bottom nav{gap:20px;font-size:.8rem;display:flex}.site-footer .fineprint{color:#bfc2cb;font-size:.75rem}.article-shell{padding:40px 0 76px}.breadcrumb{color:var(--muted);margin-bottom:30px;font-size:.85rem}.article-layout{grid-template-columns:minmax(0,760px) 1fr;gap:70px;display:grid}.article-header h1{margin:15px 0 20px;font-size:clamp(2.2rem,4.5vw,3.5rem)}.article-meta{color:var(--muted);margin:16px 0 28px;font-size:.8rem}.article-answer{background:var(--paper);border-left:3px solid var(--red);padding:22px 25px;font-size:1.1rem;line-height:1.7}.prose{margin-top:35px}.prose h2{margin:40px 0 16px;font-size:1.65rem}.prose h3{margin:28px 0 12px}.prose p,.prose li{color:#454954}.prose a{color:var(--red-dark)}.prose li+li{margin-top:10px}.prose blockquote{border-left:3px solid var(--red);background:var(--rose);margin:25px 0;padding:18px 22px}.article-aside{margin-top:90px}.aside-box{background:var(--paper);border-radius:12px;padding:25px;position:sticky;top:25px}.aside-box h2{margin-bottom:12px;font-size:1.15rem}.aside-box p{color:var(--muted);font-size:.9rem}.aside-box .button{margin-top:20px;padding-inline:15px;font-size:.85rem}.article-related{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.article-related a{font-size:.9rem}@media (width<=900px){.hero-grid{gap:35px}.hero h1{font-size:3.3rem}.hero{padding:40px 0}.model-summary{padding:22px}.product-grid{gap:12px}.product-card{padding:20px}.finder{gap:24px;padding:24px}.faq-grid{gap:40px}.article-layout{grid-template-columns:minmax(0,1fr) 240px;gap:30px}.footer-top{flex-wrap:wrap}.section-heading>p{max-width:300px}}@media (width<=680px){.wrap{width:calc(100% - 32px)}.topline .wrap{font-size:.75rem}.topline span{display:none}.header-inner{flex-wrap:wrap;gap:17px;height:auto;min-height:100px;padding:17px 0}.brand{font-size:1.6rem}.brand-symbol{border-radius:8px;width:30px;height:30px;font-size:1.6rem}.header-inner nav{justify-content:space-between;gap:12px;width:100%;font-size:.8rem}.hero-grid,.finder,.faq-grid,.article-layout{grid-template-columns:1fr}.hero-grid{gap:30px}.hero h1{margin-top:12px;font-size:clamp(2.5rem,10vw,3.3rem)}.hero-lead{font-size:1rem}.hero{padding:32px 0}.model-summary{border-radius:14px}.trust-strip .wrap{flex-direction:column;gap:7px;padding-block:16px;font-size:.8rem}.section{padding:48px 0}.section-heading{display:block}.section-heading>p{max-width:none;margin-top:15px}.finder{gap:15px;padding:20px}.finder-result{padding:24px}.choices{gap:8px}.choice{padding:12px 10px}.choice:has(input:checked){padding:11px 9px}.choice strong{font-size:.85rem}.product-grid,.steps,.help-grid{grid-template-columns:1fr}.product-card{padding:24px}.product-top{margin:20px 0}.steps{gap:30px}.step-no{margin-bottom:12px}.faq-grid{gap:30px}.footer-top,.footer-bottom{display:block}.footer-top>*{margin-bottom:20px}.footer-bottom nav{flex-wrap:wrap;gap:15px;margin-top:22px}.article-shell{padding-top:25px}.article-aside{margin-top:0}.aside-box{position:static}.article-answer{padding:18px;font-size:1rem}.article-header h1{font-size:2.5rem}.article-meta{line-height:1.7}.section-heading h2{font-size:2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-limit{padding:12px 0 22px;color:var(--ink)!important;font-size:.85rem!important}.unknown-choice{color:var(--muted);align-items:center;gap:9px;margin-top:14px;font-size:.875rem;display:flex}.unknown-choice input{accent-color:var(--red)}.finder select{border:1px solid var(--line);width:100%;min-height:49px;color:var(--ink);background:#fff;border-radius:8px;padding:10px 35px 10px 12px;font-size:.9rem;display:block}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=680px){.product-grid{grid-template-columns:1fr}}.guide-hero{background:linear-gradient(110deg,#fff 50%,#fff1f1);padding-top:35px}.guide-hero h1{max-width:850px;margin:18px 0 24px;font-size:clamp(2.6rem,5vw,4.3rem)}.guide-hero .hero-lead{max-width:730px}.guide-topics{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.guide-topics a{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;gap:25px;padding:10px 15px;font-size:.9rem;font-weight:650;text-decoration:none;display:flex}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.guide-card{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;padding:27px;text-decoration:none;display:flex}.guide-card:hover{border-color:var(--red);color:var(--ink)}.guide-card .eyebrow{letter-spacing:.08em;margin-bottom:18px;font-size:.72rem}.guide-card h3{letter-spacing:-.025em;margin-bottom:15px;font-size:1.35rem}.guide-card>p:not(.eyebrow){color:var(--muted);margin-bottom:25px;font-size:.95rem}.guide-card-link{color:var(--red);gap:15px;margin-top:auto;font-size:.9rem;font-weight:650;display:flex}.editorial-entry{background:var(--paper);padding:48px 0}.editorial-entry .section-heading h2{font-size:2rem}.editorial-entry .guide-card h3{font-size:1.2rem}.editorial-entry .section-heading>a{white-space:nowrap}.hero-links{flex-wrap:wrap;align-items:center;gap:20px;margin-top:26px;display:flex}.hero-links .button{margin-top:0}.hero-links>.text-link{font-size:.9rem}.editorial-callout{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:50px;padding-top:45px;display:flex}.editorial-callout h2{margin:12px 0;font-size:2rem}.editorial-callout p:last-child{max-width:700px;color:var(--muted)}.editorial-callout .button{flex:none}.article-toc ol{margin:0 0 25px;padding-left:20px}.article-toc li{margin:0 0 12px;font-size:.875rem;line-height:1.55}.article-toc a{text-decoration:none}.article-toc a:hover{text-decoration:underline}.related-section{border-top:1px solid var(--line);margin-top:50px;padding-top:40px}.related-section h2{margin:12px 0 25px;font-size:2rem}.prose table{min-width:0;max-width:100%;margin:24px 0;font-size:1rem;display:block;overflow-x:auto}.prose th,.prose td{overflow-wrap:normal;min-width:115px;padding:14px}.prose thead{background:var(--paper)}.article-answer{overflow-wrap:anywhere}.guide-card h3{overflow-wrap:break-word}@media (width<=960px){.guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-callout{display:block}.editorial-callout .button{margin-top:22px}}@media (width<=680px){.guide-grid{grid-template-columns:1fr}.guide-card{padding:24px}.guide-hero{padding-top:25px}.guide-topics{grid-template-columns:1fr;display:grid}.guide-topics a{justify-content:space-between}.editorial-entry .section-heading>a{margin-top:16px;display:inline-block}.article-aside{display:none}.article-aside .aside-box{padding:20px}.article-toc ol{margin-bottom:20px}.article-layout{gap:24px}.prose th,.prose td{padding:12px;font-size:1rem}.hero-links{gap:15px}}}
