@layer reset, base, layout, components, motion, responsive;
@layer reset {
*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure{margin:0}
img,svg{vertical-align:middle}
img{max-width:100%;height:auto}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
}
@layer base {
:root{--petrol:#173f3b;--deep:#102c29;--ink:#172c2a;--muted:#52645f;--paper:#faf8f2;--sage:#e6eee7;--yellow:#eac76b;--line:#d1dcd4;--radius:16px;--ease:cubic-bezier(.2,.75,.25,1);--header-height:99px}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 14px)}
body{background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased;padding-top:var(--header-height)}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}
button{color:inherit}
a,button,summary{touch-action:manipulation}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #b5840a;outline-offset:5px;border-radius:5px}
::selection{background:#f2c94c;color:var(--deep)}
h1,h2,h3,h4{font-weight:650;line-height:1.15;letter-spacing:-.035em;text-wrap:balance}
h1{font-size:clamp(2.75rem,5.1vw,4.75rem)}
h2{font-size:clamp(2rem,3.4vw,2.85rem)}
h3{font-size:1.35rem;letter-spacing:-.025em}
h4{font-size:1.15rem;letter-spacing:-.015em}
p{overflow-wrap:break-word}
.icon{flex:none;width:24px;height:24px}
.wrap{width:min(1184px,calc(100% - 80px));margin-inline:auto}
.section{padding:88px 0;border-bottom:1px solid var(--line)}
.bg-white{background:#fff}.bg-paper{background:var(--paper)}.bg-sage{background:var(--sage)}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:.72rem;font-weight:750;letter-spacing:.16em;line-height:1.5;text-transform:uppercase}
.eyebrow::before{content:"";width:23px;height:2px;background:currentColor;opacity:.65}
.lead{font-size:1.13rem;line-height:1.75;color:var(--muted);max-width:640px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:38px}
.section-heading h2{max-width:690px}.section-heading>p{max-width:320px;color:var(--muted);font-size:.98rem}
.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:650;font-size:.94rem;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}
.text-link .icon{width:18px;height:18px}.text-link:hover{color:#346c5d}
.button{position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:53px;padding:13px 24px;border-radius:8px;border:1px solid transparent;font-size:.94rem;font-weight:700;line-height:1.4;text-decoration:none;transition:background-color .18s,color .18s}
.button .icon{width:20px;height:20px}
.button-primary{background:var(--yellow);color:var(--deep)}
.button-primary:hover{background:#ffdc70}
.button-dark{background:var(--petrol);color:white}.button-dark:hover{background:#265850}
.button-outline{border-color:#ffffff60;color:white;background:#ffffff06}.button-outline:hover{background:#ffffff16}
.button-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.small-text{font-size:.87rem;color:var(--muted)}
.skip-link{position:fixed;top:-100px;left:20px;z-index:300;background:var(--yellow);color:var(--deep);padding:12px 20px}
.skip-link:focus{top:12px}
[hidden]{display:none!important}
.js-only{display:none}.app-ready .js-only{display:inline-flex}
}
@layer layout {
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#faf8f2f5;border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;flex-shrink:0}
.brand-mark{width:46px;height:46px;border:1px solid #173f3b35;border-radius:14px;display:grid;place-items:center;background:var(--petrol);color:var(--yellow)}
.brand-mark .icon{width:28px;height:28px;stroke-width:1.8}
.brand-words{font-size:1.48rem;letter-spacing:-.06em;line-height:1;font-weight:750}
.brand-words>span{display:block;margin-top:4px;font-size:.83rem;letter-spacing:.015em;font-weight:600}
.brand-dot{color:#a17b12;font-size:1.1rem}
.site-nav{display:flex;align-items:center;gap:30px;font-size:.88rem;font-weight:600}
.nav-link{text-decoration:none;padding:13px 0}.nav-link[aria-current]{color:var(--petrol);box-shadow:inset 0 -2px 0 var(--petrol)}
.nav-help{color:var(--muted)}
.nav-dropdown{position:relative}
.nav-dropdown>summary{list-style:none;display:flex;align-items:center;gap:7px;cursor:pointer;padding:14px 0}
.nav-dropdown>summary::-webkit-details-marker{display:none}
.nav-dropdown>summary .icon{width:16px;height:16px}
.dropdown-panel{position:absolute;top:100%;left:-26px;width:325px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 45px #102c2919}
.dropdown-panel a{display:flex;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;font-size:.87rem;border-radius:7px}
.dropdown-panel a:hover,.dropdown-panel a[aria-current]{background:var(--sage)}
.dropdown-panel .icon{width:19px;height:19px;color:var(--petrol)}
.dropdown-all{border-bottom:1px solid var(--line);margin-bottom:7px;border-radius:0!important}
.header-cta{min-height:46px;padding:12px 18px;font-size:.85rem}
.menu-toggle{display:none}
.home-hero{position:relative;overflow:hidden;color:#fff;background:var(--deep);border-bottom:1px solid #5b736d;min-height:665px}
/* The separate AI badge keeps its size and position when the background is cropped. */
.hero-backdrop{position:absolute;inset:0;background-image:linear-gradient(90deg,#102c29f2 0%,#102c29c9 32%,#102c293b 68%,#102c291a 100%),url('../img/wohnraum-abend-hintergrund.webp');background-size:cover;background-position:center}
.hero-ai-label{position:absolute;bottom:12px;right:12px;z-index:1;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgb(255 255 255 / .8);color:#273343;font:700 9px/1 Arial,sans-serif;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.hero-content{position:relative;padding-top:86px;padding-bottom:164px}
.hero-content .eyebrow{color:#d2dccf}
.hero-content h1{max-width:740px}
.hero-content h1 em{display:block;color:#eadfb6;font-family:Georgia,"Times New Roman",serif;font-weight:400;font-style:italic;letter-spacing:-.04em;margin-top:5px}
.hero-content .lead{color:#e0e7df;margin-top:26px;max-width:550px;font-size:1.06rem}
.hero-content .button-row{margin-top:32px}
.hero-bottom{position:absolute;bottom:0;left:0;width:100%;background:#102c2970;border-top:1px solid #ffffff24}
.hero-bottom .wrap{display:flex;align-items:center;gap:46px;padding-block:22px}
.hero-bottom span{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#eef1e6}
.hero-bottom .icon{color:#e8d997;width:19px;height:19px}
.situations{padding-block:65px}
.situations .section-heading{margin-bottom:28px}
.situations h2{font-size:2.2rem}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.guide-card{display:flex;flex-direction:column;position:relative;background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px;text-decoration:none;transition:background-color .2s,border-color .2s}
.guide-card:hover{border-color:#78958a;background:#fbfdf9}
.card-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--sage);color:var(--petrol);flex-shrink:0}
.card-kicker{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:22px 0 11px}
.guide-card h3{max-width:260px}.guide-card p{color:var(--muted);font-size:.93rem;line-height:1.65;margin-top:14px;margin-bottom:24px}
.card-link{margin-top:auto;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:.87rem;font-weight:700}
.card-link .icon{width:20px;height:20px}
.comparison-layout{display:grid;grid-template-columns:.8fr 1.3fr;gap:65px;align-items:start}
.comparison-intro .lead{margin-top:23px}
.check-list{padding:0;list-style:none;margin:26px 0}.check-list li{display:flex;align-items:flex-start;gap:11px;margin-bottom:13px;font-size:.95rem}.check-list .icon{width:20px;height:20px;margin-top:4px;color:#36705b}
.comparison-intro .aside-note{font-size:.87rem;color:var(--muted);border-left:2px solid #96b3a3;padding-left:17px;margin-top:25px;line-height:1.7}
.comparison-card{border:1px solid #c3d1c7;border-radius:18px;background:white;box-shadow:0 16px 50px #173f3b09;overflow:hidden}
.comparison-heading{display:flex;gap:13px;align-items:center;padding:23px 26px;border-bottom:1px solid var(--line)}
.comparison-heading h3{font-size:1.18rem}.comparison-heading p{font-size:.77rem;color:var(--muted);margin-top:3px}
.verivox-word{font-weight:800;color:#cb6318;font-size:.9rem}
.comparison-tag{margin-left:auto;font-size:.65rem;padding:5px 9px;border:1px solid var(--line);border-radius:30px;color:var(--muted);white-space:nowrap}
.consent-panel{padding:35px 34px;text-align:center;background:#fdfefb}
.consent-symbol{width:45px;height:45px;background:var(--sage);color:var(--petrol);display:grid;place-items:center;border-radius:50%;margin:0 auto 18px}
.consent-panel h4{font-size:1.25rem}
.consent-panel>p{font-size:.85rem;color:var(--muted);max-width:510px;margin:13px auto 0}
.consent-panel>.button{margin:22px auto 16px}
.consent-panel>.text-link{display:flex;justify-content:center;width:fit-content;margin:0 auto;font-size:.79rem}
.widget-status:empty{display:none}.widget-status{color:#7c391b!important}
.comparison-footnote{display:flex;align-items:flex-start;gap:9px;padding:18px 24px;border-top:1px solid var(--line);color:var(--muted)}
.comparison-footnote .icon{width:17px;height:17px;margin-top:3px}.comparison-footnote p{font-size:.73rem;line-height:1.6}
.widget-shell{padding:18px 10px;min-height:380px}.widget-shell>p{padding:15px;text-align:center;font-size:.9rem}
.noscript-note{padding:18px;font-size:.83rem}
.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.editorial-copy>p{margin-top:23px;color:var(--muted)}
.numbered-points{list-style:none;padding:0;margin:0;counter-reset:steps}
.numbered-points li{position:relative;padding:0 0 28px 66px;margin-bottom:27px;border-bottom:1px solid var(--line);counter-increment:steps}
.numbered-points li:last-child{margin-bottom:0}
.numbered-points li::before{content:"0" counter(steps);position:absolute;left:0;top:-5px;color:#719381;font-family:Georgia,serif;font-size:2.4rem;line-height:1.2}
.numbered-points h3{font-size:1.18rem}.numbered-points p{font-size:.93rem;line-height:1.7;margin-top:10px;color:var(--muted)}
.notice{padding:23px 26px;border-left:3px solid #bb9328;border-radius:0 12px 12px 0;background:#f8f0d8;font-size:.95rem;margin:28px 0}
.notice p+p{margin-top:12px}
.table-scroll{overflow-x:auto;margin:28px 0;border:1px solid var(--line);border-radius:12px}
table{border-collapse:collapse;width:100%;font-size:.91rem;line-height:1.6;background:#fff}
th,td{text-align:left;vertical-align:top;padding:18px 20px;border-bottom:1px solid var(--line);min-width:155px}
th{background:var(--sage);font-weight:650}tr:last-child td{border-bottom:0}
.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;align-items:start}
.faq-intro p{color:var(--muted);margin-top:22px}
.faq-item{border-bottom:1px solid #bfcfc2}
.faq-item:first-child{border-top:1px solid #bfcfc2}
.faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:1.02rem;font-weight:600;line-height:1.5;padding:23px 2px;cursor:pointer}
.faq-item summary::-webkit-details-marker{display:none}
.faq-toggle-icon{display:block;width:28px;height:28px;flex:none;color:var(--petrol)}
.faq-icon-vertical{opacity:1;transition:opacity .18s ease}
.faq-item[open] .faq-icon-vertical{opacity:0}
.faq-item summary[aria-expanded="false"] .faq-icon-vertical{opacity:1}
.faq-answer{font-size:.96rem;line-height:1.8;color:var(--muted)}.faq-answer>div{padding:0 26px 24px 2px}.faq-answer p+p{margin-top:13px}
.cta-section .wrap{display:flex;justify-content:space-between;gap:45px;align-items:center}
.cta-section h2{max-width:680px;font-size:2.5rem}.cta-section p{margin-top:15px;color:var(--muted);max-width:730px}
.site-footer{background:var(--deep);color:#f5f4e9;padding-top:64px}
.footer-top{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:34px;padding-bottom:46px}
.site-footer .brand-mark{border-color:#668478;background:transparent}.site-footer .brand-dot{color:var(--yellow)}
.footer-brand>p{font-size:.9rem;color:#bfcec3;margin-top:22px;line-height:1.8}
.footer-publisher{display:block;color:#bdc9bd;font-size:.77rem;margin-top:17px}
.footer-links h2{font-size:.87rem;letter-spacing:0;font-weight:650;margin:4px 0 18px}
.footer-links a{display:block;text-decoration:none;color:#c7d3c9;font-size:.84rem;line-height:1.6;margin-top:12px}
.footer-links a:hover{text-decoration:underline}
.affiliate-note{font-size:.75rem;line-height:1.8;color:#bdcbbf;border-top:1px solid #ffffff25;border-bottom:1px solid #ffffff25;padding:23px 0}
.affiliate-note strong{font-weight:600;color:#d8e0d6}
.footer-bottom{padding:25px 0;display:flex;justify-content:space-between;gap:30px;color:#c1cdc1;font-size:.76rem}
.footer-bottom>div{display:flex;gap:24px;flex-wrap:wrap}.footer-bottom a{text-decoration:none}.footer-bottom a:hover{text-decoration:underline}
.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:.77rem;color:var(--muted);margin-bottom:34px;line-height:1.5}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}
.page-hero{padding:35px 0 66px;border-bottom:1px solid var(--line);background:var(--paper);position:relative;overflow:hidden}
.page-hero h1{max-width:890px;font-size:clamp(2.45rem,4.2vw,3.8rem);line-height:1.12}
.page-hero .lead{margin-top:24px;max-width:800px}
.page-hero .button-row{margin-top:30px}
.page-meta{display:flex;gap:23px;align-items:center;flex-wrap:wrap;font-size:.76rem;color:var(--muted);margin-top:28px}
.page-meta span{display:flex;align-items:center;gap:6px}.page-meta .icon{width:16px;height:16px}
.article-layout{display:grid;grid-template-columns:240px minmax(0,760px);gap:80px;align-items:start}
.article-toc{position:sticky;top:121px;border:1px solid var(--line);border-radius:14px;padding:23px 22px;background:var(--paper);font-size:.83rem;line-height:1.55}
.article-toc strong{display:block;font-size:.79rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:13px}
.article-toc a{display:block;text-decoration:none;padding:8px 0;color:var(--muted)}.article-toc a:hover{text-decoration:underline;color:var(--petrol)}
.article-content{min-width:0}
.quick-answer{padding:28px 30px;background:var(--sage);border-radius:14px;margin-bottom:42px}
.quick-answer .eyebrow{margin-bottom:12px;font-size:.67rem}.quick-answer p{font-size:1.03rem;line-height:1.8}
.chapter{padding:4px 0 34px;margin-bottom:34px;border-bottom:1px solid var(--line);scroll-margin-top:114px}
.chapter:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}
.chapter h2{font-size:1.9rem;line-height:1.25;margin-bottom:23px}
.chapter h3{font-size:1.2rem;margin:28px 0 13px}
.chapter p{margin:15px 0;line-height:1.85}
.chapter ul,.chapter ol{padding-left:24px;margin:18px 0}
.chapter li{padding-left:5px;margin:10px 0}
.chapter a{color:#285e51}
.chapter strong{font-weight:650}
.article-faq .wrap{max-width:930px}.article-faq .section-heading{margin-bottom:30px}
.sources .wrap{max-width:930px}.sources h2{font-size:1.3rem;letter-spacing:-.01em}
.sources ul{margin:22px 0 0;padding-left:20px;font-size:.85rem;line-height:1.8}.sources li{padding-left:4px;margin-bottom:9px}
.sources p{font-size:.82rem;color:var(--muted);margin-top:20px}
.related-section .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.legal-content{max-width:870px}.legal-content h2{font-size:1.7rem;margin:42px 0 20px}.legal-content h2:first-child{margin-top:0}.legal-content h3{margin:27px 0 12px;font-size:1.2rem}.legal-content p{margin:16px 0;line-height:1.85}.legal-content ul{padding-left:23px}.legal-content li{margin:9px 0}.legal-content address{font-style:normal}
.legal-toc a{display:block}
.legal-contact{display:flex;align-items:center;gap:10px;margin:9px 0}
.comparison-page{max-width:1040px}.comparison-page .comparison-card{max-width:900px;margin:auto}
.overview-intro{max-width:790px}.overview-intro p{margin-top:22px;color:var(--muted)}
.guide-overview .guide-card:first-child{grid-column:span 2}.guide-overview .guide-card:first-child h3{max-width:none}
}
@layer motion {
@property --border-angle{syntax:"<angle>";initial-value:0deg;inherits:false}
.motion-ready .header-cta::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(105deg,transparent 25%,#fff7 45%,transparent 65%);background-size:250% 100%;background-position:160% 0;animation:header-shine 8s linear infinite;z-index:-1}
@keyframes header-shine{0%,76%{background-position:160% 0}93%,100%{background-position:-110% 0}}
@supports (mask-composite:exclude) {
.motion-ready .hero-cta::before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:2px;pointer-events:none;background:conic-gradient(from var(--border-angle),transparent 0deg,transparent 220deg,#fff4 275deg,#fff5bc 315deg,transparent 345deg);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:border-travel 5s linear infinite}
@keyframes border-travel{to{--border-angle:360deg}}
}
[data-reveal].reveal-armed{opacity:0;transform:translateY(16px)}
[data-reveal].reveal-armed.reveal-visible{opacity:1;transform:none;transition:opacity .42s var(--ease),transform .42s var(--ease)}
@media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
.motion-ready .header-cta::after,.motion-ready .hero-cta::before{animation:none;display:none}
[data-reveal].reveal-armed{opacity:1;transform:none;transition:none}
.faq-icon-vertical{transition:none}
}
}
@layer responsive {
@media(min-width:1920px){.home-hero{min-height:740px}.hero-content{padding-top:105px}.hero-content h1{font-size:5.1rem}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.site-nav{gap:22px}.nav-help{display:none}.comparison-layout{gap:35px;grid-template-columns:.7fr 1.2fr}.comparison-tag{display:none}.editorial-grid{gap:55px}.article-layout{grid-template-columns:210px minmax(0,1fr);gap:42px}.footer-top{gap:40px}}
@media(max-width:900px){
.header-inner{min-height:78px;flex-wrap:wrap;gap:0}
.menu-toggle{background:transparent;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:.85rem;align-items:center;gap:12px}
.nav-ready .menu-toggle{display:inline-flex}
.hamburger{display:block;position:relative;flex:none;width:18px;height:2px;border-radius:1px;background:currentColor}
.hamburger::before,.hamburger::after{content:"";position:absolute;inset:0;border-radius:inherit;background:currentColor}
.hamburger::before{transform:translateY(-5px)}
.hamburger::after{transform:translateY(5px)}
.menu-toggle[aria-expanded="true"] .hamburger{background-color:transparent}
.menu-toggle[aria-expanded="true"] .hamburger::before{transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .hamburger::after{transform:rotate(-45deg)}
@media(prefers-reduced-motion:no-preference){.hamburger{transition:background-color .2s var(--ease)}.hamburger::before,.hamburger::after{transition:transform .2s var(--ease)}}
.site-nav{width:100%;flex-direction:column;align-items:stretch;gap:6px;padding:14px 0 24px}
.nav-ready .site-nav{position:absolute;top:100%;left:0;padding:18px 28px 27px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 16px 25px #102c2910;max-height:calc(100svh - 80px);overflow-y:auto}
.nav-dropdown{width:100%}.dropdown-panel{position:static;width:100%;box-shadow:none;margin-bottom:10px;padding:8px;border-radius:8px}
.site-nav .button{align-self:flex-start;margin-top:8px}
.nav-link{padding:9px 0}.nav-link[aria-current]{box-shadow:none;text-decoration:underline}
.nav-help{display:block}
.comparison-layout{grid-template-columns:1fr;gap:35px}.comparison-intro .lead{max-width:650px}.comparison-intro .check-list{display:flex;flex-wrap:wrap;gap:4px 25px;margin:20px 0}
.comparison-intro .aside-note{max-width:650px}
.card-grid{gap:16px}.guide-card{padding:24px}
.article-layout{display:block}.article-toc{position:static;margin-bottom:35px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}.article-toc strong{grid-column:1/-1}
.faq-layout{grid-template-columns:1fr;gap:32px}.faq-intro p{max-width:600px}
.footer-top{gap:30px;grid-template-columns:1.2fr 1fr 1fr}
}
@media(max-width:767px){
html{scroll-padding-top:calc(var(--header-height) + 14px)}
.wrap{width:calc(100% - 40px)}
.section{padding:58px 0}
.brand-mark{width:41px;height:41px;border-radius:12px}.brand-words{font-size:1.32rem}.brand-words>span{font-size:.75rem}
.header-inner{min-height:76px}
.home-hero{min-height:690px}
.hero-backdrop{background-image:linear-gradient(90deg,#102c29e6,#102c29a6),url('../img/wohnraum-abend-hintergrund.webp');background-position:65% center}
.hero-ai-label{bottom:8px;right:8px;width:18px;height:18px;font-size:8px}
.hero-content{padding-top:62px;padding-bottom:175px}
.hero-content h1{font-size:clamp(2.65rem,9.4vw,4rem);max-width:620px}
.hero-content .lead{font-size:1rem;max-width:530px;margin-top:23px}
.hero-content .button-row{gap:11px;margin-top:26px}
.button{padding:13px 19px;font-size:.9rem;min-height:51px}
.hero-bottom .wrap{gap:10px;flex-wrap:wrap;padding-block:17px;justify-content:space-between}
.hero-bottom span{font-size:.72rem;gap:7px}.hero-bottom span:last-child{width:100%}
.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:18px;max-width:550px}.section-heading h2,.situations h2{font-size:2rem}
.card-grid,.card-grid-two,.related-section .card-grid{grid-template-columns:1fr}
.guide-card{padding:27px;border-radius:16px}.guide-card h3{max-width:none}.guide-card p{max-width:550px;margin-bottom:24px}
.card-kicker{margin-top:19px}
.editorial-grid{grid-template-columns:1fr;gap:40px}
.numbered-points li{padding-left:60px;padding-bottom:22px;margin-bottom:24px}
.comparison-heading{padding:20px}.comparison-heading .card-icon{width:40px;height:40px}
.consent-panel{padding:28px 22px}.consent-panel h4{font-size:1.17rem}.consent-panel>.text-link{font-size:.77rem}
.comparison-footnote{padding:17px 18px}
.comparison-layout{gap:28px}
.faq-item summary{padding:21px 0;font-size:.98rem;gap:17px}.faq-answer>div{padding-right:5px}.faq-answer{font-size:.92rem}
.cta-section .wrap{display:block}.cta-section h2{font-size:2rem}.cta-section .button{margin-top:26px}
.site-footer{padding-top:48px;text-align:center}
.footer-top{display:flex;flex-direction:column;align-items:center;gap:32px;padding-bottom:35px}
.footer-brand,.footer-links{display:flex;flex-direction:column;align-items:center}
.footer-brand .brand{justify-content:center}.footer-links h2{margin-bottom:9px}.footer-links a{margin-top:9px}
.affiliate-note{font-size:.72rem;text-align:center;padding-block:24px}
.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:18px}
.footer-bottom>div{justify-content:center;gap:13px 20px}
.page-hero{padding:25px 0 48px}
.breadcrumbs{font-size:.7rem;margin-bottom:28px;gap:7px}
.page-hero h1{font-size:2.45rem;overflow-wrap:break-word}
.page-hero .lead{font-size:1rem;margin-top:21px}
.page-meta{gap:10px 20px;font-size:.71rem;margin-top:24px}
.article-toc{padding:22px;grid-template-columns:1fr;font-size:.83rem}
.quick-answer{padding:23px;margin-bottom:35px}
.quick-answer p{font-size:.98rem}
.chapter h2{font-size:1.65rem}.chapter p,.chapter li{font-size:1rem}
.chapter{margin-bottom:24px;padding-bottom:22px;scroll-margin-top:100px}
.notice{padding:20px;margin-block:24px}
.table-scroll{margin-inline:0}th,td{padding:15px;min-width:145px}
.guide-overview .guide-card:first-child{grid-column:auto}
.legal-content h2{font-size:1.5rem}
}
@media(max-width:380px){.wrap{width:calc(100% - 32px)}.hero-content h1{font-size:2.65rem}.hero-content .button-row{align-items:stretch;flex-direction:column;max-width:300px}.home-hero{min-height:750px}.hero-bottom span{font-size:.68rem}.brand-words{font-size:1.24rem}.menu-toggle{padding:8px 10px}.page-hero h1{font-size:2.18rem}}
@media print {
.site-header,.site-footer,.button-row,.article-toc,.comparison-card,.skip-link{display:none!important}
body{font-size:11pt;background:white;color:black;padding-top:0}
.wrap{width:100%}.section,.page-hero{padding:15px 0;background:white!important}.article-layout{display:block}
.hero-backdrop,.hero-ai-label{display:none}.home-hero{min-height:0;background:white;color:black}.hero-content{padding:20px 0}.hero-content h1 em,.hero-content .lead{color:black}.hero-bottom{position:static}.hero-bottom span{color:black}
[data-reveal]{opacity:1!important;transform:none!important}
.faq-item .faq-answer{display:block!important}.faq-item::details-content{content-visibility:visible}
.chapter{break-inside:auto}.guide-card{break-inside:avoid}
}
}
@layer components {
.brand-image{display:block;width:232px;height:auto}
.header-inner{min-height:98px}
.site-header .brand{padding-block:12px}
.site-footer .brand-image{width:235px;filter:brightness(0) invert(1);opacity:.96}
.section-heading h2,.editorial-grid h2,.faq-intro h2,.cta-section h2,.chapter h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.035em;line-height:1.18}
.hero-content{padding-top:90px}
.hero-content h1{font-weight:600;letter-spacing:-.045em}
.guide-card{padding:32px;border-color:#cad7ce;box-shadow:0 5px 16px #173f3b03}
.guide-card:hover{box-shadow:0 8px 26px #173f3b07}
.card-icon{background:#edf1e9;border-radius:50%;width:48px;height:48px}
.card-kicker{color:#64776d;letter-spacing:.12em;font-size:.67rem}
.card-link{padding-top:20px;border-top:1px solid var(--line)}
.spaced-copy{margin-top:22px;color:var(--muted);line-height:1.85}
.comparison-section{padding-block:58px}
.comparison-wrap{width:min(1480px,calc(100% - 80px))}
.comparison-card{border-radius:16px;box-shadow:0 12px 50px #173f3b07}
.comparison-heading{padding:24px 32px;justify-content:space-between;gap:15px}
.comparison-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:1.6rem;font-weight:400;letter-spacing:-.03em}
.comparison-tag{display:inline-flex;font-size:.73rem;padding:5px 12px;color:var(--petrol);background:#f2f5ef;border:0}
.consent-panel{padding:30px 24px;background:linear-gradient(110deg,#f8faf6,#fff)}
.consent-panel>p{max-width:660px;font-size:.87rem;margin-top:0}
.consent-panel>.button{margin-top:20px;margin-bottom:13px}
.widget-shell{padding:20px;min-height:300px}
.widget-shell [data-widget-mount]{position:relative}
.widget-shell iframe{display:block;width:100%;max-width:100%;border:0;overflow:hidden}
.widget-shell[data-widget-state="loading"] iframe{position:absolute;inset:0 auto auto 0;visibility:hidden}
.widget-recovery{padding:20px;text-align:center;background:var(--paper);border-top:1px solid var(--line)}
.widget-recovery p{font-size:.87rem;color:var(--muted)}
.widget-recovery .button-row{justify-content:center;gap:16px 24px;margin-top:16px}
.comparison-page,.comparison-page .comparison-card{max-width:none}
.comparisons-panel{width:310px}
.comparisons-panel a{justify-content:space-between;gap:14px}
.external-arrow{transform:rotate(-45deg);width:17px!important;height:17px!important;opacity:.7}
.guide-hero-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(0,1fr);column-gap:66px;align-items:start}
.guide-hero-heading{grid-column:1;grid-row:1}
.guide-hero h1{font-size:clamp(2.3rem,3.5vw,3.1rem);line-height:1.13}
.guide-hero-intro{grid-column:1;grid-row:2}
.guide-hero .lead{font-size:1.04rem;line-height:1.75;margin-top:23px}
.guide-hero .button-row{gap:14px 24px}
.guide-hero .page-meta{column-gap:18px;row-gap:7px;margin-top:25px;font-size:.72rem}
.guide-hero-picture{grid-column:2;grid-row:1/span 2;align-self:center;min-height:0;width:100%;position:relative;border-radius:18px;overflow:hidden;background:var(--sage);border:1px solid var(--line)}
.guide-hero-picture img{display:block;width:100%;height:auto}
.guide-card-illustrated{padding:0;overflow:hidden;display:flex;flex-direction:column;gap:0}
.guide-card-picture{display:block;order:-1;flex-shrink:0;width:100%;overflow:hidden;background:var(--sage);border-bottom:1px solid var(--line)}
.guide-card-picture img{display:block;width:100%;height:auto}
.guide-card-heading{padding:25px 28px 0}
.guide-card-heading .card-kicker{margin:0 0 10px}
.guide-card-heading h3{max-width:none;font-size:1.37rem;line-height:1.22}
.guide-card-copy{padding:0 28px 26px;display:flex;flex-direction:column;flex:1}
.guide-card-copy p{margin:14px 0 25px;font-size:.93rem}
.guide-card-copy .card-link{margin-top:auto}
.guide-overview .guide-card-illustrated:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.1fr 1fr}
.guide-overview .guide-card-illustrated:first-child .guide-card-picture{grid-column:1;grid-row:1/span 2;align-self:center;border-bottom:0;border-right:1px solid var(--line)}
.guide-overview .guide-card-illustrated:first-child .guide-card-heading{grid-column:2;grid-row:1;padding:42px 44px 0;align-self:end}
.guide-overview .guide-card-illustrated:first-child h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:2.35rem;line-height:1.15}
.guide-overview .guide-card-illustrated:first-child .guide-card-copy{grid-column:2;grid-row:2;padding:0 44px 35px}
.guide-overview .guide-card-illustrated:first-child .guide-card-copy p{margin:19px 0 28px;font-size:1rem}
}
@layer responsive {
@media(min-width:901px) and (max-width:1100px){.header-inner{gap:24px}.site-header .brand-image{width:200px}.site-nav{gap:18px;font-size:.84rem}.footer-top{gap:24px}}
@media(min-width:768px) and (max-width:1000px){.guide-overview .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-hero-grid{column-gap:34px}.guide-hero h1{font-size:2.55rem}.guide-overview .guide-card-illustrated:first-child .guide-card-heading{padding:30px 28px 0}.guide-overview .guide-card-illustrated:first-child .guide-card-copy{padding:0 28px 28px}}
@media(min-width:768px) and (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;gap:35px 55px}.guide-hero-grid{grid-template-columns:1fr}.guide-hero-heading{grid-column:1;grid-row:1}.guide-hero-picture{grid-column:1;grid-row:2;margin-top:26px}.guide-hero-intro{grid-column:1;grid-row:3}.guide-hero h1{font-size:2.8rem}}
@media(max-width:1100px){.comparison-tag{display:inline-flex}}
@media(max-width:900px){:root{--header-height:89px}.header-inner{min-height:88px}.brand-image{width:206px}.nav-ready .site-nav{max-height:calc(100svh - var(--header-height));overscroll-behavior:contain}html:not(.nav-ready) .site-header{position:static}html:not(.nav-ready) body{padding-top:0}}
@media(max-width:767px){
:root{--header-height:81px}
.header-inner{min-height:80px}.brand-image{width:192px}.site-header .brand{padding-block:10px}
.hero-content{padding-top:54px}
.home-hero,.page-hero{text-align:center}
.hero-content h1,.hero-content .lead,.page-hero h1,.page-hero .lead{margin-inline:auto}
.home-hero .eyebrow,.page-hero .eyebrow,.page-hero .breadcrumbs,.home-hero .button-row,.page-hero .button-row,.page-hero .page-meta{justify-content:center}
.home-hero .eyebrow::before,.page-hero .eyebrow::before{display:none}
.hero-content .button-row{margin-inline:auto}
.hero-bottom .wrap,.hero-bottom span{justify-content:center}
.site-footer .brand-image{width:230px}
.comparison-wrap{width:calc(100% - 32px)}
.comparison-section{padding-block:32px}
.comparison-heading{padding:20px 18px;gap:10px}.comparison-heading h2{font-size:1.3rem}.comparison-tag{font-size:.62rem;padding:4px 8px}
.widget-shell{padding:10px 2px}
.consent-panel{padding:24px 18px}
.comparisons-panel{width:100%}
.guide-hero-grid{display:flex;flex-direction:column;gap:0}
.guide-hero-heading,.guide-hero-intro{width:100%}
.guide-hero h1{font-size:clamp(2.15rem,7.3vw,2.75rem)}
.guide-hero-picture{margin-top:26px;border-radius:13px}
.guide-hero .lead{font-size:1rem;margin-top:23px}
.guide-hero .page-meta{font-size:.71rem}
.guide-card-illustrated,.guide-overview .guide-card-illustrated:first-child{display:flex;grid-column:auto;padding:0}
.guide-card-heading,.guide-overview .guide-card-illustrated:first-child .guide-card-heading{padding:24px 24px 20px;align-self:stretch}
.guide-card-picture,.guide-overview .guide-card-illustrated:first-child .guide-card-picture{order:0;border-right:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.guide-card-copy,.guide-overview .guide-card-illustrated:first-child .guide-card-copy{padding:0 24px 24px}
.guide-overview .guide-card-illustrated:first-child h3{font-family:inherit;font-weight:650;font-size:1.37rem;line-height:1.22}
.guide-card-copy p,.guide-overview .guide-card-illustrated:first-child .guide-card-copy p{font-size:.95rem;margin:19px 0 24px}
.table-scroll{overflow:visible;border:0;border-radius:0}
.table-scroll table{display:block;background:transparent;width:100%;font-size:.95rem}
.table-scroll thead{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}
.table-scroll tbody{display:grid;gap:18px}
.table-scroll tr{display:block;border:1px solid #c6d4ca;border-radius:14px;background:#fff;padding:8px 22px;overflow:hidden}
.table-scroll td{display:block;min-width:0;width:auto;padding:16px 0;border-bottom:1px solid #e1e7df}
.table-scroll tr td:last-child{border-bottom:0}
.table-scroll td::before{content:attr(data-label);display:block;font-size:.65rem;line-height:1.5;letter-spacing:.08em;text-transform:uppercase;font-weight:650;color:#66776c;margin-bottom:7px}
.table-scroll td:first-child{font-size:1.07rem;font-weight:650;color:var(--petrol)}
.table-scroll tr:last-child td:not(:last-child){border-bottom:1px solid #e1e7df}
}
@media(max-width:380px){.brand-image{width:175px}.menu-toggle{padding:9px}.comparison-heading{padding:18px 14px}.comparison-heading h2{font-size:1.17rem}.comparison-tag{font-size:.59rem}}
}
