:root{--color-primary:#1b2a4a;--color-primary-light:#263d6b;--color-primary-dark:#111c33;--color-accent:#2563eb;--color-accent-light:#3b82f6;--color-accent-hover:#1d4ed8;--color-surface:#ffffff;--color-surface-alt:#f4f6f9;--color-surface-card:#ffffff;--color-text:#1a1a2e;--color-text-light:#5a6274;--color-text-muted:#8c93a3;--color-border:#dfe3ea;--color-border-light:#ebeef3;--color-success:#16804a;--color-warning:#b47a10;--color-danger:#c42b2b;--color-result-excellent:#16804a;--color-result-good:#2563eb;--color-result-fair:#b47a10;--color-result-adequate:#c97a1a;--color-result-poor:#c42b2b;--font-heading:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--color-text);background:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}ol,ul{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.25;color:var(--color-primary);letter-spacing:-.01em}h1{font-size:clamp(1.75rem,3vw + .5rem,2.75rem)}h2{font-size:clamp(1.4rem,2vw + .5rem,2rem)}h3{font-size:clamp(1.1rem,1.5vw + .3rem,1.4rem)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container--wide{max-width:1400px}.container--narrow{max-width:780px}.section{padding:clamp(3rem,5vw,5rem) 0}.section--alt,.section--intro{background:var(--color-surface-alt)}.section__title{text-align:center;margin-bottom:2rem}.section__text{text-align:center;color:var(--color-text-light);max-width:640px;margin:0 auto;font-size:1.05rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.4rem;font-family:var(--font-body);font-size:.875rem;font-weight:600;letter-spacing:.02em;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s;text-decoration:none;white-space:nowrap}.btn--accent{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--accent:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.btn--primary{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.btn--secondary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--secondary:hover{background:var(--color-primary-light);border-color:var(--color-primary-light);color:#fff}.btn--outline{background:transparent;color:var(--color-accent);border-color:var(--color-border)}.btn--outline:hover{border-color:var(--color-accent);background:var(--color-surface-alt);color:var(--color-accent)}.btn--lg{padding:.8rem 2rem;font-size:1rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border);transition:box-shadow .2s}.site-header--scrolled{box-shadow:0 1px 4px rgba(0,0,0,.06)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:2rem}.site-header__brand a,.site-header__logo-text{font-family:var(--font-heading);font-size:1.2rem;font-weight:800;color:var(--color-primary);text-decoration:none;letter-spacing:-.02em}.site-header__logo-text:hover{color:var(--color-primary)}.custom-logo{height:32px;width:auto;display:block}.site-header__nav{gap:.25rem}.nav-list,.site-header__nav{display:flex;align-items:center}.nav-list{gap:0}.nav-list li{position:relative}.nav-list>li>a{display:flex;align-items:center;height:64px;padding:0 .85rem;font-size:.9rem;font-weight:500;color:var(--color-text);transition:color .15s;text-decoration:none}.nav-list li a:hover,.nav-list li.current-menu-item>a{color:var(--color-accent)}.nav-list>li.menu-item-has-children>a:after{content:"";display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid;margin-left:5px;opacity:.5;transition:transform .2s}.nav-list>li.menu-item-has-children:hover>a:after{transform:rotate(180deg);opacity:1}.nav-list>li.menu-item-has-children{position:relative}.nav-list .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:0 0 6px 6px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:.4rem 0;z-index:200}.nav-list li:hover>.sub-menu{display:block}.nav-list .sub-menu a{display:block;padding:.5rem 1rem;font-size:.85rem;color:var(--color-text);text-decoration:none}.nav-list .sub-menu a:hover{color:var(--color-accent)}.nav-list>li.mega-menu{position:static}.nav-list>li.mega-menu>.sub-menu{position:absolute;top:64px;left:0;right:0;width:100vw;min-width:100vw;display:none;padding:1.5rem clamp(2rem,5vw,5rem);border-radius:0;border:none;border-top:1px solid var(--color-border-light);box-shadow:0 8px 24px rgba(0,0,0,.1);z-index:200}.nav-list>li.mega-menu:hover>.sub-menu{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:.35rem;gap:.35rem}@media (min-width:1100px){.nav-list>li.mega-menu:hover>.sub-menu{grid-template-columns:repeat(6,1fr)}}.nav-list>li.mega-menu>.sub-menu>li{margin:0}.nav-list>li.mega-menu>.sub-menu>li>a{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.5rem;border-radius:8px;font-size:.78rem;font-weight:500;color:var(--color-text);text-decoration:none;transition:background .15s;gap:.3rem}.nav-list>li.mega-menu>.sub-menu>li>a:hover{background:var(--color-surface-alt);color:var(--color-accent)}.mega-menu__img{width:64px;height:48px;object-fit:contain;border-radius:4px;background:var(--color-surface-alt);padding:3px}.mega-menu__label{line-height:1.25;font-size:.75rem}.nav-list>li.mega-menu>.sub-menu>li.mega-menu-testsieger>a{position:relative}.mega-menu__tag{position:absolute;top:4px;right:4px;z-index:2;display:inline-flex;align-items:center;gap:.2rem;font-size:.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .4rem;border-radius:8px;line-height:1}.mega-menu__tag--winner{background:linear-gradient(135deg,#16804a,#1a9956);color:#fff;box-shadow:0 1px 4px rgba(22,128,74,.3)}.mega-menu__tag--winner:before{content:"\2605";font-size:.55rem}.nav-list>li.mega-menu>.sub-menu>li.mega-menu-testsieger>a{background:rgba(22,128,74,.04);border:1px solid rgba(22,128,74,.12)}.nav-cta{margin-left:.75rem}.site-header__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.site-header__toggle span{display:block;width:22px;height:2px;background:var(--color-text);border-radius:1px;transition:transform .2s,opacity .2s}.site-header__toggle[aria-expanded=true] span:first-child{transform:translateY(7px) rotate(45deg)}.site-header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__close{display:none;position:fixed;top:1rem;right:1.25rem;z-index:310;background:none;border:none;cursor:pointer;color:var(--color-text);padding:.25rem;opacity:0;transition:opacity .2s;pointer-events:none}.site-header__close.is-visible,.site-header__nav.is-open~.site-header__close{opacity:1;pointer-events:auto}@media (max-width:900px){.site-header__toggle{display:flex}.site-header__close{display:block}.site-header__nav{position:fixed;top:0;right:0;bottom:0;width:300px;max-width:85vw;background:var(--color-surface);border-left:1px solid var(--color-border);box-shadow:-4px 0 20px rgba(0,0,0,.1);flex-direction:column;padding:4rem 1.5rem 2rem;align-items:stretch;overflow-y:auto;transform:translateX(100%);transition:transform .25s ease;z-index:300}.site-header__nav.is-open{transform:translateX(0)}.nav-list{flex-direction:column;align-items:stretch}.nav-list>li{border-bottom:1px solid var(--color-border-light)}.nav-list>li:last-child{border-bottom:none}.nav-list>li>a{height:auto;padding:.85rem 0;font-size:1.1rem}.nav-list .sub-menu,.nav-list>li.mega-menu>.sub-menu{position:static;display:none;width:auto;min-width:0;box-shadow:none;border:none;padding:0 0 0 .5rem;gap:.25rem}.nav-list li:hover>.sub-menu,.nav-list>li.mega-menu:hover>.sub-menu{display:none}.nav-list li.is-open>.sub-menu,.nav-list>li.mega-menu.is-open>.sub-menu{display:grid;grid-template-columns:1fr 1fr}.nav-list>li.mega-menu>.sub-menu>li>a{padding:.5rem;font-size:.9rem}.nav-list .sub-menu a{font-size:.95rem!important;padding:.6rem 0!important}.mega-menu__img{width:44px;height:34px}.mega-menu__tag{font-size:.5rem}.nav-cta{margin:1rem 0 0;text-align:center}}.site-header__nav.is-open:before{content:"";position:fixed;top:0;left:0;right:300px;bottom:0;background:rgba(0,0,0,.3);z-index:-1}.ww-hero{background:var(--color-primary);color:#fff;padding:clamp(2.5rem,5vw,4rem) 0}.ww-hero__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.8rem}.ww-hero__category{background:rgba(255,255,255,.15);padding:.2rem .6rem;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.ww-hero__date{color:rgba(255,255,255,.55)}.ww-hero__title{color:#fff;font-size:clamp(1.75rem,3vw + .5rem,2.5rem);margin-bottom:.75rem;line-height:1.2}.ww-hero__excerpt{color:rgba(255,255,255,.75);font-size:1.1rem;line-height:1.6;max-width:600px}.ww-featured{margin-top:-1.5rem;margin-bottom:2rem;position:relative;z-index:1}.ww-featured__fig{margin:0;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1)}.ww-featured__img{width:100%;height:auto;display:block}.ww-toc{background:var(--color-surface-alt);border:1px solid var(--color-border-light);border-radius:8px;padding:1.25rem 1.5rem;margin-bottom:2.5rem}.ww-toc__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light);margin-bottom:.75rem}.ww-toc__list ol{list-style:decimal;margin:0;padding-left:1.25rem}.ww-toc__list li{margin-bottom:.35rem}.ww-toc__list a{color:var(--color-text);text-decoration:none;font-size:.9rem;font-weight:500}.ww-toc__list a:hover{color:var(--color-accent)}.ww-content h2{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}.ww-content h2:first-child{margin-top:0;padding-top:0;border-top:none}.ww-content figure{margin:2rem 0;border-radius:8px;overflow:hidden}.ww-content figure img{width:100%;height:auto;border-radius:8px}.ww-content figure figcaption{font-size:.82rem;color:var(--color-text-muted);text-align:center;margin-top:.5rem}.ww-content .wp-block-image img,.ww-content p img{border-radius:8px;margin:1.5rem 0}.ww-cta{text-align:center;padding:2rem;margin:3rem 0;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:10px}.ww-cta__title{font-size:1.3rem;margin-bottom:.5rem}.ww-cta__text{color:var(--color-text-light);margin-bottom:1.25rem}.ww-related{margin:3rem 0 1rem;padding-top:2rem;border-top:1px solid var(--color-border-light)}.ww-related__title{font-size:1.15rem;margin-bottom:1.25rem}.ww-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem}.ww-related__card{display:block;text-decoration:none;border:1px solid var(--color-border-light);border-radius:8px;overflow:hidden;transition:box-shadow .2s,border-color .2s}.ww-related__card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06);border-color:var(--color-border)}.ww-related__img{width:100%;height:130px;object-fit:cover}.ww-related__img--product{object-fit:contain;padding:.75rem;background:var(--color-surface-alt)}.ww-related__card-body{padding:.85rem}.ww-related__card-body .result-badge{margin-top:.35rem;font-size:.65rem}.ww-related__card-title{font-size:.9rem;padding:.85rem;color:var(--color-text);line-height:1.35}.ww-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.ww-overview-card{display:flex;flex-direction:column;border:1px solid var(--color-border-light);border-radius:10px;overflow:hidden;text-decoration:none;transition:box-shadow .2s,border-color .2s}.ww-overview-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--color-border)}.ww-overview-card__img{width:100%;height:180px;object-fit:cover}.ww-overview-card__body{padding:1.25rem;flex:1 1;display:flex;flex-direction:column}.ww-overview-card__title{font-size:1.05rem;color:var(--color-text);margin-bottom:.5rem;line-height:1.3}.ww-overview-card__excerpt{font-size:.88rem;color:var(--color-text-light);line-height:1.55;flex:1 1}.ww-overview-card__link{font-size:.85rem;font-weight:600;color:var(--color-accent);margin-top:.75rem}.contact-page__content{margin-top:clamp(2rem,4vw,3rem)}.contact-page__content>h2:first-child{margin:0;padding:1.5rem 1.5rem .6rem;border-top:0;border-radius:10px 10px 0 0;background:var(--color-surface-alt)}.contact-page__content>h2:first-child+p{margin:0 0 2.5rem;padding:0 1.5rem 1.5rem;border-radius:0 0 10px 10px;background:var(--color-surface-alt)}.contact-page__content>h2:nth-of-type(2){margin-top:0}.contact-form{max-width:600px;margin:2rem 0}.contact-form__row{margin-bottom:1.25rem}.contact-form__row label{display:block;font-size:.85rem;font-weight:600;color:var(--color-text);margin-bottom:.35rem}.contact-form__row input,.contact-form__row select,.contact-form__row textarea{width:100%;padding:.6rem .85rem;font-family:var(--font-body);font-size:.9rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text);transition:border-color .15s}.contact-form__row input:focus,.contact-form__row select:focus,.contact-form__row textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.contact-form__error-summary{padding:1rem 1.1rem;margin-bottom:1.5rem;color:var(--color-danger);background:rgba(196,43,43,.05);border:1px solid rgba(196,43,43,.22);border-left:4px solid var(--color-danger);border-radius:8px}.contact-form__error-summary strong{display:block;font-size:.95rem;margin-bottom:.15rem}.contact-form__error-summary p{font-size:.88rem;line-height:1.5}.contact-form__row--error input,.contact-form__row--error textarea{border-color:var(--color-danger);background:rgba(196,43,43,.025)}.contact-form__field-error{margin-top:.35rem;color:var(--color-danger);font-size:.82rem;line-height:1.45}.contact-form__success{text-align:center;padding:2.5rem 1.5rem;margin:2rem 0;background:rgba(22,128,74,.05);border:1px solid rgba(22,128,74,.15);border-radius:10px;color:var(--color-success)}.contact-form__success svg{margin:0 auto 1rem;display:block}.contact-form__success h3{color:var(--color-success);font-size:1.15rem;margin-bottom:.5rem}.contact-form__success p{color:var(--color-text-light);font-size:.95rem}.breadcrumbs{background:var(--color-surface-alt);border-bottom:1px solid var(--color-border-light);padding:.6rem 0}.breadcrumbs__list{flex-wrap:wrap;font-size:.8rem;list-style:none}.breadcrumbs__list,.breadcrumbs__list li{display:flex;align-items:center;gap:.35rem}.breadcrumbs__list li+li:before{content:"›";color:var(--color-text-muted)}.breadcrumbs__list a{color:var(--color-text-light);text-decoration:none}.breadcrumbs__list a:hover{color:var(--color-accent)}.breadcrumbs__list [aria-current]{color:var(--color-text);font-weight:500}.hero{background:var(--color-primary);background-size:cover;background-position:50%;background-blend-mode:overlay;color:#fff;padding:clamp(5rem,10vw,9rem) 0;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(27,42,74,.4) 10%,rgba(27,42,74,.15));z-index:0}.hero>*{position:relative;z-index:1}.hero__inner{max-width:720px}.hero__headline{color:#fff;font-size:clamp(2rem,4vw + .5rem,3rem);margin-bottom:1rem;letter-spacing:-.02em}.hero__subheadline{color:rgba(255,255,255,.8);font-size:clamp(1rem,1.5vw + .25rem,1.2rem);line-height:1.6;margin-bottom:1.25rem}.hero__meta{color:rgba(255,255,255,.55);font-size:.9rem;font-weight:500;margin-bottom:1.75rem;letter-spacing:.02em;text-transform:uppercase}.hero__cta{font-size:1rem}.hero--compact{padding:clamp(2rem,4vw,3.5rem) 0;text-align:center}.hero--compact .hero__headline{margin-bottom:.5rem}.comparison-intro{border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);background:var(--color-surface)}.comparison-intro__grid{display:grid;grid-template-columns:repeat(3,1fr)}.comparison-intro__item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem}.comparison-intro__item+.comparison-intro__item{border-left:1px solid var(--color-border-light)}.comparison-intro__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex:0 0 56px;border-radius:50%;background:rgba(37,99,235,.08);color:var(--color-primary)}.comparison-intro__icon svg{width:32px;height:32px}.comparison-intro__title{font-size:.95rem;margin-bottom:.25rem}.comparison-intro__text{color:var(--color-text-light);font-size:.85rem;line-height:1.55}.comparison-intro__link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.35rem;font-size:.82rem;font-weight:600}.comparison-intro__link svg{width:16px;height:16px;flex:0 0 16px}@media (max-width:820px){.comparison-intro__grid{grid-template-columns:1fr}.comparison-intro__item+.comparison-intro__item{border-left:0;border-top:1px solid var(--color-border-light)}}@media (max-width:480px){.comparison-intro__item{padding:1.25rem 0}}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.info-card{background:var(--color-surface-card);border:1px solid var(--color-border-light);border-radius:8px;padding:1.75rem}.info-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:10px;background:var(--color-surface-alt);color:var(--color-accent);margin-bottom:1rem}.info-card__title{font-size:1.05rem;margin-bottom:.5rem}.info-card__text{color:var(--color-text-light);font-size:.95rem}.section--formula{background:var(--color-surface)}.formula-bar{display:flex;border-radius:8px;overflow:hidden;margin:2rem 0 1.5rem;height:56px}.formula-bar__segment{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1rem;color:#fff;font-size:.85rem}.formula-bar__segment--public{background:var(--color-accent)}.formula-bar__segment--own{background:var(--color-primary)}.formula-bar__weight{font-size:1.3rem;font-weight:800}.formula-bar__label{font-weight:600;opacity:.9}@media (max-width:500px){.formula-bar{height:48px}.formula-bar__weight{font-size:1rem}.formula-bar__label{font-size:.75rem}}.formula-pillars{display:grid;grid-template-columns:3fr 2fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}@media (max-width:700px){.formula-pillars{grid-template-columns:1fr}}.formula-pillar{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:10px;padding:1.5rem}.formula-pillar--public{border-top:3px solid var(--color-accent)}.formula-pillar--own{border-top:3px solid var(--color-primary)}.formula-pillar__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.formula-pillar__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;flex-shrink:0}.formula-pillar--public .formula-pillar__icon{background:rgba(37,99,235,.1);color:var(--color-accent)}.formula-pillar--own .formula-pillar__icon{background:rgba(27,42,74,.1);color:var(--color-primary)}.formula-pillar__title{font-size:1rem;margin-bottom:.1rem}.formula-pillar__weight{font-size:.75rem;font-weight:700;padding:.15rem .45rem;border-radius:4px}.formula-pillar--public .formula-pillar__weight{color:var(--color-accent);background:rgba(37,99,235,.1)}.formula-pillar--own .formula-pillar__weight{color:var(--color-primary);background:rgba(27,42,74,.1)}.formula-pillar__text{font-size:.85rem;color:var(--color-text-light);margin-bottom:1rem;line-height:1.5}.formula-pillar__items{display:flex;flex-direction:column;gap:.5rem}.formula-source{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:8px}.formula-source__icon{color:var(--color-text-muted);display:flex;align-items:center;flex-shrink:0}.formula-source__body{flex:1 1;min-width:0}.formula-source__top{display:flex;align-items:center;gap:.4rem}.formula-source__name{font-size:.85rem;font-weight:600;color:var(--color-text)}.formula-source__weight{font-size:.7rem;font-weight:700;color:var(--color-accent);background:rgba(37,99,235,.08);padding:.1rem .35rem;border-radius:3px}.formula-source__note{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.1rem}.formula-comp{display:flex;align-items:flex-start;gap:.65rem;padding:.6rem .75rem;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:8px}.formula-comp__weight{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:6px;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:700}.formula-comp__body{flex:1 1}.formula-comp__title{font-size:.85rem;display:block;margin-bottom:.1rem}.formula-comp__text{font-size:.75rem;color:var(--color-text-muted);line-height:1.4}.formula-scale{border-top:1px solid var(--color-border-light);padding-top:1.25rem}.formula-scale__title{font-size:.85rem;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.formula-scale__items{display:flex;flex-wrap:wrap;gap:.5rem}.section--testimonials{background:var(--color-surface-alt)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.testimonial-card{background:var(--color-surface-card);border:1px solid var(--color-border-light);border-radius:8px;padding:1.75rem}.testimonial-card__text{font-size:1rem;color:var(--color-text);line-height:1.65;margin-bottom:1rem;font-style:normal}.testimonial-card__author{font-size:.875rem;font-weight:600;color:var(--color-text-light)}.section--faq{background:var(--color-surface-alt)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.faq-item[open]{border-color:var(--color-border);box-shadow:0 4px 14px rgba(27,42,74,.06)}.faq-item__question{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;font-weight:600;font-size:1rem;cursor:pointer;color:var(--color-text);list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";font-size:1.3rem;font-weight:400;color:var(--color-text-muted);flex-shrink:0;margin-left:1rem;transition:transform .2s}.faq-item[open]>.faq-item__question:after{content:"\2212"}.faq-item__answer{padding:0 1.25rem 1.25rem;color:var(--color-text-light);font-size:.95rem;line-height:1.7}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.blog-card{background:var(--color-surface-card);border:1px solid var(--color-border-light);border-radius:8px;overflow:hidden;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.blog-card__image img{width:100%;height:180px;object-fit:cover}.blog-card__body{padding:1.25rem}.blog-card__date{font-size:.8rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.blog-card__title{font-size:1.05rem;margin:.4rem 0 .5rem}.blog-card__title a{color:var(--color-text);text-decoration:none}.blog-card__title a:hover{color:var(--color-accent)}.blog-card__excerpt{font-size:.9rem;color:var(--color-text-light);line-height:1.6}.entry-header{margin-bottom:2rem}.entry-meta{font-size:.85rem;color:var(--color-text-muted);margin-bottom:.75rem}.entry-meta a{color:var(--color-accent)}.entry-title{margin-bottom:0}.entry-image{margin:0 0 2rem;border-radius:8px;overflow:hidden}.entry-content p{margin-bottom:1.25rem}.entry-content h2{margin:2rem 0 1rem}.entry-content h3{margin:1.5rem 0 .75rem}.entry-content ol,.entry-content ul{margin:0 0 1.25rem 1.5rem;list-style:revert}.entry-content img{border-radius:6px;margin:1rem 0}.entry-content blockquote{border-left:3px solid var(--color-accent);padding:.75rem 1.25rem;margin:1.5rem 0;color:var(--color-text-light);font-style:italic}.page-title{margin-bottom:2rem}.pagination{margin-top:3rem;text-align:center}.pagination .nav-links{display:flex;justify-content:center;gap:.4rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;font-size:.9rem;font-weight:500;border:1px solid var(--color-border);border-radius:6px;color:var(--color-text);text-decoration:none}.pagination a:hover{border-color:var(--color-accent);color:var(--color-accent)}.pagination .current{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.product-hero{background:var(--color-primary);color:#fff;padding:clamp(2rem,4vw,3.25rem) 0}.product-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.product-hero__meta{margin-bottom:.75rem}.product-hero__title{color:#fff;font-size:clamp(1.75rem,3vw + .5rem,2.5rem);margin-bottom:.5rem}.product-hero__subtitle{color:rgba(255,255,255,.6);font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.5rem}.product-hero__scores{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.product-hero__score{display:flex;min-height:122px;flex-direction:column;justify-content:center;align-items:flex-start;gap:.45rem;padding:1.1rem 1.25rem 1.1rem 0}.product-hero__score+.product-hero__score{border-left:1px solid rgba(255,255,255,.18);padding-left:1.25rem}.product-hero__score-label{color:rgba(255,255,255,.62);font-size:.75rem;font-weight:700;letter-spacing:.05em;line-height:1.35;text-transform:uppercase}.product-hero__rating-value{color:#fff;font-size:1rem}.product-hero__score .star-rating{gap:2px}.product-hero__score .star-count{color:rgba(255,255,255,.6)}.product-hero__media{width:100%}.product-hero__actions{display:flex;gap:.75rem;flex-direction:column;margin-top:1rem}.product-hero__actions .btn{width:100%}.product-hero__image{position:relative;width:100%}.product-hero__image>img:first-child{width:100%;max-height:250px;object-fit:contain;border-radius:10px;background:#fff;padding:1rem}.product-hero__badge{position:absolute;top:-12px;right:-12px;width:64px;height:auto}.product-hero__affiliate-note{margin-top:.9rem;color:rgba(255,255,255,.62);font-size:.78rem;line-height:1.5}@media (max-width:768px){.product-hero{padding:1.5rem 0 1.75rem}.product-hero__inner{grid-template-columns:1fr;gap:1.5rem;text-align:center}.product-hero__title{font-size:clamp(1.65rem,7vw,2.1rem);line-height:1.2}.product-hero__subtitle{margin-bottom:1rem}.product-hero__score{min-height:100px;align-items:center;padding:.9rem .75rem}.product-hero__score+.product-hero__score{padding-left:.75rem}.product-hero__score-label{font-size:.68rem}.product-hero__media{max-width:420px;margin:0 auto}.product-hero__image>img:first-child{max-height:210px;padding:.75rem}.product-hero__affiliate-note{text-align:left}}.product-proscons{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin:2.5rem 0}@media (max-width:600px){.product-proscons{grid-template-columns:1fr}}.product-proscons__col{padding:1.5rem;border-radius:8px;border:1px solid var(--color-border-light)}.product-proscons__col--pro{background:rgba(22,128,74,.04);border-color:rgba(22,128,74,.15)}.product-proscons__col--con{background:rgba(196,43,43,.04);border-color:rgba(196,43,43,.15)}.product-proscons__title{font-size:.95rem;margin-bottom:.75rem}.product-proscons__col .cell-list{font-size:.9rem}.product-proscons__col .cell-list li{margin-bottom:.45rem}.product-specs{margin:2.5rem 0}.product-specs__title{font-size:1.25rem;margin-bottom:1rem}.product-specs__table{width:100%;border-collapse:collapse}.product-specs__table td,.product-specs__table th{padding:.75rem 1rem;text-align:left;font-size:.9rem;border-bottom:1px solid var(--color-border-light);vertical-align:top}.product-specs__table th{font-weight:600;color:var(--color-text-light);width:40%;white-space:nowrap}.product-specs__table tr:nth-child(2n){background:var(--color-surface-alt)}.product-section{margin:2.5rem 0}.product-section h2{font-size:1.25rem;margin-bottom:1rem}.product-section p{color:var(--color-text-light);line-height:1.7}.product-discount{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;margin:2rem 0;background:rgba(37,99,235,.05);border:1px dashed var(--color-accent);border-radius:8px}.product-discount__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-accent);white-space:nowrap}.product-discount__text{font-size:.9rem;font-weight:600;color:var(--color-text)}.product-hero__proc{display:block;margin-top:.4rem;font-size:.85rem;color:rgba(255,255,255,.65)}.product-hero__proc .check-rating{vertical-align:middle}.product-hero__proc .check--active{color:rgba(255,255,255,.9)}.product-hero__proc .check--inactive{color:rgba(255,255,255,.25)}.product-cta-box{margin:2.5rem 0;padding:1.5rem;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:10px}.product-cta-box__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.product-cta-box__text{font-size:1rem}.product-cta-box__text .result-badge{vertical-align:middle;margin-left:.35rem}.product-cta-box__actions{display:flex;gap:.5rem}.product-back{margin:2.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.related-card{display:flex;flex-direction:column;background:var(--color-surface-card);border:1px solid var(--color-border-light);border-radius:8px;overflow:hidden;text-decoration:none;transition:box-shadow .2s,border-color .2s}.related-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06);border-color:var(--color-border)}.related-card__img{width:100%;height:140px;object-fit:contain;padding:1rem;background:var(--color-surface-alt)}.related-card__body{padding:1rem}.related-card__title{font-size:.95rem;color:var(--color-text);margin-bottom:.4rem}.related-card__rating{margin-top:.35rem}.site-footer{background:var(--color-primary);color:rgba(255,255,255,.7);padding:3rem 0 0;margin-top:0}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(14rem,.65fr);grid-gap:clamp(2rem,6vw,6rem);gap:clamp(2rem,6vw,6rem);align-items:start;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width:768px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__logo{display:block;font-family:var(--font-heading);font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.5rem}.site-footer__logo-img .custom-logo,.site-footer__logo-img img{height:28px;width:auto;filter:brightness(0) invert(1);margin-bottom:.5rem}.site-footer__tagline{font-size:.9rem;line-height:1.6}.site-footer__col ul{display:grid;grid-gap:.2rem;gap:.2rem;margin:0;padding:0;list-style:none}.site-footer__col a{display:inline-flex;align-items:center;min-height:44px;margin-left:-.75rem;padding:.55rem .75rem;border-radius:8px;color:rgba(255,255,255,.88);font-size:.95rem;font-weight:600;line-height:1.35;text-decoration:none;transition:color .2s ease,background-color .2s ease}.site-footer__col a:focus-visible,.site-footer__col a:hover{color:#fff;background:rgba(255,255,255,.08)}.footer-widget__title{color:#fff;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.footer-widget ul{list-style:none}.footer-widget li{margin-bottom:.4rem}.footer-widget a{color:rgba(255,255,255,.65);font-size:.9rem;text-decoration:none}.footer-widget a:hover{color:#fff}.site-footer__impressum{font-size:.78rem;color:rgba(255,255,255,.4);padding:1.25rem 0;line-height:1.7;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__impressum strong{color:rgba(255,255,255,.55)}.site-footer__disclaimer{font-size:.8rem;color:rgba(255,255,255,.4);padding:1.25rem 0;line-height:1.6;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.85rem}.footer-nav{display:flex;gap:1.5rem;list-style:none}.footer-nav a{color:rgba(255,255,255,.78);text-decoration:none;font-size:.85rem;font-weight:500}.footer-nav a:hover{color:#fff}@media (max-width:600px){.site-footer__bottom{flex-direction:column;gap:.75rem;text-align:center}}.section--comparison{padding-bottom:clamp(3rem,5vw,5rem)}.comparison__description{max-width:720px;margin:-1rem auto 2rem;color:var(--color-text-light);font-size:.98rem;line-height:1.6;text-align:center}.comparison-shortlist{margin-bottom:2rem;padding:1.5rem;background:var(--color-surface-alt);border:1px solid var(--color-border-light);border-radius:10px}.comparison-shortlist__heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.comparison-shortlist__heading h3{font-size:1.05rem}.comparison-shortlist__heading p{color:var(--color-text-light);font-size:.85rem}.comparison-shortlist__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.85rem;gap:.85rem}.comparison-shortlist__card{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;grid-gap:1rem;gap:1rem;min-width:0;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px}.comparison-shortlist__rank{position:absolute;top:.65rem;left:.65rem;padding:.15rem .4rem;color:var(--color-primary);background:var(--color-surface-alt);border-radius:4px;font-size:.68rem;font-weight:700;text-transform:uppercase}.comparison-shortlist__image{width:104px;height:96px;object-fit:contain}.comparison-shortlist__body{min-width:0}.comparison-shortlist__body h4{margin-bottom:.45rem;color:var(--color-primary);font-size:.9rem;line-height:1.3}.comparison-shortlist__body .result-badge{font-size:.65rem}.comparison-shortlist__body .result-date{font-size:.68rem}.comparison-shortlist__link{display:inline-block;margin-top:.55rem;font-size:.78rem;font-weight:600}@media (max-width:980px){.comparison-shortlist__grid{grid-template-columns:1fr}.comparison-shortlist__card{grid-template-columns:120px minmax(0,1fr)}}@media (max-width:520px){.comparison-shortlist{padding:1rem}.comparison-shortlist__heading{display:block}.comparison-shortlist__heading h3{margin-bottom:.25rem}.comparison-shortlist__card{grid-template-columns:92px minmax(0,1fr)}.comparison-shortlist__image{width:92px;height:84px}}.comparison{position:relative}.comparison__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}@media (min-width:769px){.comparison__wrapper{border:1px solid var(--color-border-light);border-radius:8px}}.comparison__wrapper::-webkit-scrollbar{height:6px}.comparison__wrapper::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.comparison__scroll-hint{display:none;position:absolute;top:0;right:0;width:40px;height:100%;background:linear-gradient(to left,var(--color-surface) 0,transparent 100%);z-index:2;pointer-events:none}.comparison.has-overflow .comparison__scroll-hint{display:block}.comparison__nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.comparison__range{color:var(--color-text-light);font-size:.85rem;font-weight:600}.comparison__nav-buttons{display:flex;gap:.5rem}.comparison__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:border-color .15s,color .15s}.comparison__nav-btn:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.comparison__nav-btn:disabled{opacity:.3;cursor:default}.comparison__table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.comparison__table td,.comparison__table th{border-bottom:1px solid var(--color-border-light)}.comparison__product-row,.comparison__product-row th{background:var(--color-surface)}.comparison__product-row th{position:-webkit-sticky;position:sticky;top:0;z-index:5;box-shadow:0 1px 0 var(--color-border)}.comparison__product-row .comparison__product-label{left:0;z-index:7;background:#eef1f6}.comparison__product-header{height:190px;padding:.9rem 1rem;vertical-align:bottom}.comparison__product-image{width:100%;height:120px;margin:0 auto .55rem;object-fit:contain}.comparison__label{position:-webkit-sticky;position:sticky;left:0;z-index:3;background:#eef1f6;min-width:160px;max-width:180px;font-size:.85rem;font-weight:600;text-align:left;white-space:nowrap;border-right:1px solid var(--color-border)}.comparison__cell,.comparison__label{color:var(--color-text);padding:.85rem 1rem;vertical-align:middle}.comparison__cell{min-width:180px;max-width:220px;font-size:.9rem;text-align:center}.comparison__table tr:nth-child(2n) .comparison__cell{background:var(--color-surface-alt)}.comparison__table tr:nth-child(2n) .comparison__label{background:#e4e8ef}.comparison__cell--winner{background:rgba(22,128,74,.04)!important;border-left:2px solid var(--color-result-excellent);border-right:2px solid var(--color-result-excellent)}.comparison__product-row .comparison__cell--winner{background:#f7fbf8!important;border-top:2px solid var(--color-result-excellent)}.comparison__table tbody tr:last-child .comparison__cell--winner{border-bottom:2px solid var(--color-result-excellent)}.comparison__row--badge .comparison__cell{text-align:center}.auto-badge{display:inline-flex;flex-direction:column;align-items:center;position:relative;margin:0 auto}.auto-badge__svg{display:block;width:70%;height:auto;margin:0 auto}.auto-badge__label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.55rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;text-align:center;line-height:1.15;width:60%}.badge-img{width:70%;height:auto;object-fit:contain;display:block;margin:0 auto}.result-combined__badge{width:100%}.result-combined__badge .auto-badge,.result-combined__badge .badge-img{width:70%;margin:0 auto}.comparison__row--badge .comparison__cell,.comparison__row--image .comparison__cell{padding:.75rem .5rem}.cell-title{font-weight:700;font-size:.95rem;color:var(--color-primary);text-decoration:none}.cell-title:hover{color:var(--color-accent)}.result-combined{display:flex;flex-direction:column;align-items:center;gap:.5rem}.result-combined__text{text-align:center}.result-badge{display:inline-block;padding:.3rem .75rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;color:#fff}.result--excellent{background:var(--color-result-excellent)}.result--good{background:var(--color-result-good)}.result--fair{background:var(--color-result-fair)}.result--adequate{background:var(--color-result-adequate)}.result--poor{background:var(--color-result-poor)}.result-date{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.35rem}.comparison__affiliate-note{margin:.85rem 0 0;padding:.8rem 1rem;color:var(--color-text-light);background:rgba(37,99,235,.04);border-top:1px solid rgba(37,99,235,.12);border-bottom:1px solid rgba(37,99,235,.12);font-size:.82rem;line-height:1.5;text-align:left}.star-rating{display:inline-flex;gap:1px;align-items:center}.star--full,.star--half{color:var(--color-warning)}.star--empty{color:#d1d5db}.star-count{display:block;font-size:.75rem;color:var(--color-text-muted);margin-top:.2rem}.check-rating{display:inline-flex;gap:2px;align-items:center}.check--active{color:var(--color-accent)}.check--inactive{color:#d1d5db}.icon-bool--yes{color:var(--color-success)}.icon-bool--no{color:var(--color-danger)}.flag-text{font-size:.9rem;white-space:nowrap}.cell-list{text-align:left;font-size:.82rem;line-height:1.5}.cell-list li{display:flex;align-items:flex-start;gap:.35rem;margin-bottom:.3rem}.list-icon{flex-shrink:0;margin-top:2px}.list-icon--positive{color:var(--color-success)}.list-icon--negative{color:var(--color-danger)}.comparison__row--button .comparison__cell,.comparison__row--shop_button .comparison__cell{padding:.5rem .75rem}.comparison__cell .btn{width:100%;font-size:.78rem;padding:.45rem .75rem}.btn--amazon{background:#ff9900;border-color:#ff9900;color:#111}.btn--amazon:hover{background:#e88a00;border-color:#e88a00;color:#111}.btn--kaufland{background:#e10915;border-color:#e10915;color:#fff}.btn--kaufland:hover{background:#c70812;border-color:#c70812;color:#fff}.btn--otto{background:#d42d1e;border-color:#d42d1e;color:#fff}.btn--otto:hover{background:#b82518;border-color:#b82518;color:#fff}.btn--ebay{background:#0064d2;border-color:#0064d2;color:#fff}.btn--ebay:hover{background:#0053ae;border-color:#0053ae;color:#fff}.btn--shop{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.btn--shop:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.cell-price{font-weight:700;font-size:1.05rem;color:var(--color-primary)}.cell-highlight{display:block;font-size:.82rem;font-weight:600;color:var(--color-accent)}.cell-tested-date{display:inline-block;font-size:.68rem;font-weight:700;color:var(--color-success);background:rgba(22,128,74,.08);border:1px solid rgba(22,128,74,.2);border-radius:4px;padding:.25rem .5rem;margin-top:.4rem;line-height:1.2;letter-spacing:.01em}.cell-text{font-size:.88rem;line-height:1.45}@media (max-width:768px){.comparison__description{margin-bottom:1.5rem;font-size:.9rem}.comparison__product-row th{position:static}.comparison__product-row .comparison__product-label{position:-webkit-sticky;position:sticky;left:0;z-index:4}.comparison__product-header{height:150px;padding:.5rem .4rem}.comparison__product-image{height:92px;margin-bottom:.35rem}.comparison__label{min-width:92px;max-width:92px;font-size:.75rem;padding:.5rem .4rem;line-height:1.25;white-space:normal}.comparison__cell,.comparison__label{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.comparison__cell{min-width:clamp(160px,calc(100vw - 200px),210px);max-width:clamp(160px,calc(100vw - 200px),210px);padding:.6rem .65rem;font-size:.82rem}.comparison__cell .btn{font-size:.72rem;padding:.35rem .5rem}.cell-list{font-size:.78rem}.cell-title{font-size:.84rem;line-height:1.3}.cell-text,.cell-title,.flag-text{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.cell-text,.flag-text{white-space:normal}.result-badge{font-size:.65rem;padding:.25rem .5rem}.comparison__affiliate-note{padding:.7rem;font-size:.75rem}}.form-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.form-error{color:var(--color-danger);font-size:.9rem;margin-bottom:1rem}.contact-form button[disabled]{opacity:.6;cursor:not-allowed}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.breadcrumbs li+li:before{content:"›";margin-right:.5rem;color:var(--color-text-muted)}