:root{--bg:#ffffff;--bg-deep:#f8fafc;--surface:#ffffff;--surface-solid:#ffffff;--surface-elevated:#f1f5f9;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-muted:#64748b;--accent:#15803d;--accent-hover:#16a34a;--accent-muted:rgba(22,163,74,0.12);--accent-glow:rgba(22,163,74,0.2);--accent-foreground:#ffffff;--blue-muted:#2563eb;--blue-soft:rgba(37,99,235,0.08);--radius:14px;--radius-lg:18px;--radius-xl:22px;--shadow:0 1px 3px rgba(15,23,42,0.08);--shadow-soft:0 4px 24px rgba(15,23,42,0.06);--shadow-lift:0 12px 40px rgba(15,23,42,0.1);--font:var(--font-sans),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--max:48rem;--max-wide:34rem;--max-editorial:44rem;--layout-max:72rem;--section-y:clamp(2.5rem,6vw,4rem)}@media (min-width:900px){:root{--max:54rem;--max-wide:40rem;--max-editorial:56rem;--section-y:clamp(2.85rem,5vw,4.5rem)}}@media (min-width:1200px){:root{--max:60rem;--max-wide:44rem;--max-editorial:68rem;--layout-max:80rem;--section-y:clamp(3rem,4.5vw,5.25rem)}}@media (min-width:1440px){:root{--max:64rem;--max-editorial:min(76rem,92vw);--layout-max:88rem;--section-y:clamp(3.25rem,4vw,5.75rem)}}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:var(--bg-deep);scroll-behavior:smooth;color-scheme:light}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font);color:var(--text);line-height:1.6;min-height:100dvh;background-color:var(--bg-deep);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(22,163,74,.06),transparent 55%),radial-gradient(ellipse 40% 30% at 100% 0,rgba(37,99,235,.04),transparent 50%);background-attachment:fixed}@media (max-width:768px){body{background-attachment:scroll}}a{color:var(--accent);transition:color .15s ease,opacity .15s ease}a:hover{color:var(--accent-hover)}.site-header{border-bottom:1px solid var(--border);background:rgba(255,255,255,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.site-header--scrolled{background:rgba(255,255,255,.96);border-color:var(--border);box-shadow:var(--shadow-soft)}.site-header--minimal{position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-nav{max-width:min(var(--layout-max),100%);margin:0 auto;padding:max(.65rem,env(safe-area-inset-top,0px)) max(1.25rem,env(safe-area-inset-right,0px)) .65rem max(1.25rem,env(safe-area-inset-left,0px));display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;font-size:.9375rem}.site-nav--premium{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-gap:.75rem 1.25rem;gap:.75rem 1.25rem}@media (max-width:640px){.site-nav--premium{grid-template-columns:1fr;grid-template-rows:auto auto;row-gap:.65rem}.site-nav--premium .site-nav-center{grid-column:1;order:2;justify-content:flex-start;align-items:stretch;border-top:1px solid var(--border);margin-left:calc(-1 * max(1.25rem, env(safe-area-inset-left, 0px)));margin-right:calc(-1 * max(1.25rem, env(safe-area-inset-right, 0px)));padding:.5rem max(1.25rem,env(safe-area-inset-right,0px)) .35rem max(1.25rem,env(safe-area-inset-left,0px));gap:.25rem 1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.site-nav--premium .site-nav-center::-webkit-scrollbar{display:none}.site-nav--premium .site-brand{order:1;min-width:0}}.site-nav-center{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.site-nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:-.01em;display:inline-flex;align-items:center;min-height:2.75rem;padding:.25rem 0;flex-shrink:0}.site-brand,.site-nav-link:hover{color:var(--text)}.site-brand{font-weight:700;font-size:1.0625rem;letter-spacing:-.03em;text-decoration:none}.site-brand:hover{color:var(--accent-hover)}.site-brand--logo{display:inline-flex;align-items:center;line-height:0}.site-brand__img-wrap{position:relative;display:block;height:clamp(3.75rem,12vw,6.25rem);width:clamp(14rem,62vw,32rem);max-width:100%}.site-brand__img{object-fit:contain;object-position:left center}.site-brand--logo:hover .site-brand__img{opacity:.92}.site-nav-actions{display:flex;align-items:center;gap:.65rem .85rem;flex-wrap:wrap;justify-content:flex-end}.site-lang-toggle{display:inline-flex;align-items:center;border:1px solid var(--border-strong);border-radius:999px;overflow:hidden;background:var(--surface)}.site-lang-btn{padding:.4rem .7rem;min-height:2.25rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;border:none;cursor:pointer;background:transparent;color:var(--text-muted);transition:color .15s ease,background .15s ease}.site-lang-btn:hover{color:var(--text)}.site-lang-btn--active{background:var(--accent-muted);color:var(--accent-hover)}.btn-nav-cta{padding:.55rem 1.15rem;font-size:.8125rem;font-weight:700;border-radius:999px;box-shadow:0 2px 20px var(--accent-glow);letter-spacing:-.01em;min-height:2.75rem;box-sizing:border-box}.btn-nav-cta:hover{box-shadow:0 4px 28px var(--accent-glow)}main{width:100%;max-width:var(--max);margin:0 auto;padding:var(--section-y) max(1.25rem,env(safe-area-inset-right,0px)) 4.5rem max(1.25rem,env(safe-area-inset-left,0px));position:relative}@media (min-width:900px){main{padding-left:max(1.75rem,env(safe-area-inset-left,0px));padding-right:max(1.75rem,env(safe-area-inset-right,0px));padding-bottom:5rem}}@media (min-width:1200px){main{padding-left:max(2.25rem,env(safe-area-inset-left,0px));padding-right:max(2.25rem,env(safe-area-inset-right,0px));padding-bottom:5.5rem}}.main--editorial{max-width:var(--max-editorial)}.main--hero{max-width:100%;min-height:calc(100dvh - 5rem - env(safe-area-inset-top, 0px));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(2.5rem,7vw,4rem);padding:clamp(2rem,8vw,4rem) max(1.25rem,env(safe-area-inset-right,0px)) max(3.5rem,calc(4.5rem + env(safe-area-inset-bottom, 0px))) max(1.25rem,env(safe-area-inset-left,0px));position:relative}.main--hero:before{content:"";position:absolute;inset:10% 15% auto;height:min(50vh,420px);border-radius:50%;background:radial-gradient(ellipse at center,rgba(34,197,94,.12),transparent 68%);pointer-events:none;z-index:0}.main--hero>*{position:relative;z-index:1}.main--quiz,.main--result{max-width:var(--max-wide);padding-top:1.25rem;padding-left:max(1.25rem,env(safe-area-inset-left,0px));padding-right:max(1.25rem,env(safe-area-inset-right,0px))}.section-block{margin-bottom:clamp(2rem,4vw,2.75rem)}.section-heading{font-size:1.0625rem;font-weight:700;margin:0 0 .65rem;letter-spacing:-.02em;color:var(--text)}.section-lead{font-size:1rem;color:var(--text-muted);margin:0 0 1.15rem;line-height:1.65}.checklist{margin:0;padding-left:1.2rem;font-size:.9375rem;line-height:1.55}.checklist li{margin-bottom:.5rem}.checklist--premium{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.checklist--premium li{position:relative;margin:0;padding:1rem 1.15rem 1rem 3rem;font-size:1rem;line-height:1.55;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.checklist--premium li:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.35rem;height:1.35rem;border-radius:50%;background:var(--accent-muted);border:1px solid rgba(34,197,94,.35);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-size:.75rem;background-repeat:no-repeat;background-position:50%}.hero-actions{margin:0 0 .75rem}.hero-secondary{margin:0;font-size:.9375rem}.hero-secondary a{text-decoration:none}.hero-secondary a:hover{text-decoration:underline}.btn-compact{padding:.5rem .875rem;font-size:.875rem}.product-card-meta{font-size:.8125rem;color:var(--text-muted);margin:0 0 .5rem}.product-card-cat{text-transform:capitalize}.product-detail-tags{font-size:.875rem;color:var(--text-muted);margin:0 0 .75rem}.kit-survive-intro{font-size:1rem;line-height:1.55;margin:0 0 .75rem;color:var(--text)}.kit-header-desc{color:var(--text-muted);margin:0}.related-mini{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.related-mini-title{font-size:.9375rem;font-weight:600;margin:0 0 .65rem}.related-mini-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.related-mini-item{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.related-mini-name{color:var(--text);font-weight:600;font-size:.9375rem;text-decoration:none}.related-mini-name:hover{color:var(--accent);text-decoration:underline}.related-mini-pro{font-size:.8125rem;color:var(--text-muted);margin:0}.guide-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .35rem}.guide-intro{font-size:1.08rem;line-height:1.65;color:var(--text-muted);margin:0}.guider-article .guide-intro-stack{margin-bottom:.25rem}.guider-article .guide-body-stack{margin-top:.5rem}.guider-article .guide-h3{font-size:1.125rem;font-weight:700;margin:1.85rem 0 .65rem;letter-spacing:-.02em;color:var(--text);line-height:1.35;max-width:42rem}.guider-article .guide-body-stack .guide-h3:first-child{margin-top:.35rem}.guider-article .guide-prose{font-size:1rem;line-height:1.72;color:var(--text-muted);margin:0 0 1rem;max-width:42rem}.guider-article .guide-prose--intro{font-size:1.0625rem;line-height:1.7;margin-bottom:1.05rem}.guider-article .guide-prose--footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9375rem}.guider-article .guide-bullet-list{margin:0 0 1.2rem;padding-left:1.15rem;max-width:42rem;color:var(--text-muted);line-height:1.68}.guider-article .guide-bullet-list li{margin-bottom:.5rem}.guider-article .guide-bullet-list li:last-child{margin-bottom:0}.guider-article .section-heading{margin-top:2rem}.guider-article .section-heading:first-of-type{margin-top:1.25rem}.ai-verktyg-index .guide-intro,.guider-hub .guide-intro{margin-bottom:1.15rem;max-width:40rem}.guide-direct-answer{margin:0 0 1.25rem;padding:1.1rem 1.2rem 1.15rem;border-radius:var(--radius-lg);border:1px solid rgba(22,163,74,.25);background:linear-gradient(145deg,rgba(22,163,74,.08) 0,var(--surface) 100%);box-shadow:var(--shadow)}.guide-direct-answer__label{margin:0 0 .45rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-hover)}.guide-direct-answer__text{margin:0;font-size:1.05rem;line-height:1.6;color:var(--text);text-wrap:pretty}.compare-direct-answer{font-size:1rem;color:var(--text)}.guide-internal-nav{padding:1.15rem 1.2rem 1.2rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-elevated)}.guide-internal-nav .section-heading{margin-bottom:.75rem;font-size:1rem}.guide-internal-nav__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.guide-internal-nav__list a{text-decoration:none;font-weight:600;font-size:.9375rem}.guide-internal-nav__list a:hover{text-decoration:underline}.guide-content-section__h2{font-size:clamp(1.15rem,3vw,1.35rem);font-weight:700;letter-spacing:-.03em;margin:0 0 .75rem;line-height:1.25;color:var(--text)}.guide-content-section__h3{font-size:1.02rem;font-weight:650;margin:1.15rem 0 .5rem;letter-spacing:-.02em;color:var(--text)}.guide-content-section__p{margin:0 0 .85rem;font-size:.975rem;line-height:1.65;color:var(--text-muted)}.guide-content-section__list{margin:0 0 .85rem;padding-left:1.2rem;font-size:.95rem;line-height:1.55;color:var(--text)}.guide-content-section__list li{margin-bottom:.4rem}.guide-content-section__sub{margin-top:.35rem}.guide-article header h1,.guide-main .guide-article header h1{font-size:clamp(1.65rem,4.5vw,2.35rem);font-weight:800;line-height:1.12;letter-spacing:-.04em;margin:0 0 1rem}.guide-funnel-cta{padding:1.5rem 1.35rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:linear-gradient(160deg,rgba(22,163,74,.07) 0,var(--surface) 100%);box-shadow:var(--shadow)}.guide-funnel-cta .section-heading{margin-bottom:.5rem}.guide-funnel-cta .section-lead:last-of-type{margin-bottom:1rem}.guide-funnel-cta .btn{margin-top:.25rem}.guide-link-list{margin:0 0 1rem;padding-left:1.2rem;line-height:1.6}.guide-link-list a{text-decoration:none}.guide-link-list a:hover{text-decoration:underline}.guide-quiz-inline{margin:0;font-size:.9375rem}.guide-quiz-inline a{text-decoration:none}.guide-quiz-inline a:hover{text-decoration:underline}.guides-index-list{list-style:none;margin:0;padding:0}.guides-index-item{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.guides-index-item:last-child{border-bottom:none}.guides-index-link{font-weight:600;font-size:1.0625rem;text-decoration:none;color:var(--text)}.guides-index-link:hover{color:var(--accent);text-decoration:underline}.guides-index-intro{margin:.35rem 0 0;font-size:.9rem;color:var(--text-muted);line-height:1.45}.kit-cta-inline{padding:1rem 0}.compare-article h1{font-size:clamp(1.45rem,4.5vw,2rem);font-weight:800;line-height:1.15;margin:0 0 1rem;letter-spacing:-.04em}.page-title-hero{font-size:clamp(1.85rem,5vw,2.5rem);font-weight:800;line-height:1.12;margin:0 0 1rem;letter-spacing:-.045em}.guides-index-hero .page-title-hero{margin-bottom:.75rem}.compare-winner p{margin:0;line-height:1.55}.compare-decision-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;margin-bottom:.5rem}@media (min-width:720px){.compare-decision-grid{grid-template-columns:1fr 1fr}}.compare-decision-card{padding:1.35rem 1.35rem 1.5rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:linear-gradient(160deg,rgba(37,99,235,.06) 0,var(--surface) 50%);box-shadow:var(--shadow)}.compare-decision-card--b{background:linear-gradient(160deg,rgba(22,163,74,.06) 0,var(--surface) 50%)}.compare-decision-label{margin:0 0 .85rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-muted)}.compare-decision-card--b .compare-decision-label{color:var(--accent-hover)}.compare-decision-card h3{margin:0 0 .75rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.compare-decision-list{margin:0;padding-left:1.15rem;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.compare-decision-list li{margin-bottom:.4rem}.compare-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow)}.compare-table{width:100%;border-collapse:collapse;font-size:.9rem}.compare-table td,.compare-table th{padding:.65rem .75rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.compare-table thead th{background:var(--surface);font-weight:600}.compare-table tbody th[scope=row]{color:var(--text-muted);font-weight:500;width:34%}.compare-table tbody th[scope=row] a{color:var(--text);font-weight:600;text-decoration:none}.compare-table tbody th[scope=row] a:hover{color:var(--accent-hover);text-decoration:underline}.compare-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:.75rem 0 1.5rem}.table-compare{min-width:32rem}.quick-specs{margin:1rem 0;padding:1rem 1.1rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:rgba(148,163,184,.06)}.quick-specs--in-card{margin:.35rem 0 .5rem;padding:.65rem .75rem;font-size:.8125rem}.quick-specs__title{margin:0 0 .65rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.quick-specs__list{margin:0;display:grid;grid-gap:.35rem 1rem;gap:.35rem 1rem}.quick-specs__row{display:grid;grid-template-columns:minmax(5rem,38%) 1fr;grid-gap:.5rem;gap:.5rem;align-items:baseline}.quick-specs--in-card .quick-specs__row{grid-template-columns:minmax(4.5rem,42%) 1fr}.quick-specs__dt{margin:0;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.quick-specs__dd{margin:0;font-size:.8125rem;color:var(--text);font-weight:500}.product-score{margin:.75rem 0}.product-score--compact{margin:.25rem 0 .15rem;font-size:.875rem}.product-score__head{margin:0 0 .5rem;font-size:.95rem}.product-score__label{color:var(--text-muted);font-weight:600}.product-score__value{color:var(--text)}.product-score__breakdown{list-style:none;margin:0;padding:0;display:grid;grid-gap:.35rem;gap:.35rem;max-width:18rem}.product-score__breakdown-item{display:flex;justify-content:space-between;gap:.75rem;font-size:.8125rem;padding-bottom:.25rem;border-bottom:1px solid var(--border)}.product-score__breakdown-label{color:var(--text-muted)}.product-score__breakdown-val{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.best-not-for{display:grid;grid-gap:1rem;gap:1rem;margin:1rem 0}.best-not-for--compact{gap:.65rem;margin:.45rem 0 .25rem}.best-not-for__title{margin:0 0 .35rem;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.best-not-for__list{margin:0;padding-left:1.1rem;font-size:.8125rem;line-height:1.45;color:var(--text-muted)}.best-not-for__list--yes{list-style:none;padding-left:0}.best-not-for__list--yes li{position:relative;padding-left:1rem;margin-bottom:.2rem}.best-not-for__list--yes li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:.75rem}.best-not-for__list--no li::marker{color:rgba(248,113,113,.95)}.best-not-for--compact .best-not-for__list{font-size:.78rem}.why-we-chose{margin:1.5rem 0 2rem;padding:1.15rem 1.25rem;border-radius:var(--radius-xl);border-left:4px solid rgba(34,197,94,.65);background:linear-gradient(90deg,rgba(34,197,94,.08),rgba(148,163,184,.05))}.why-we-chose__badge{margin:0 0 .45rem;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#166534}.why-we-chose__text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--text)}.comparison-card__rating-row--secondary{font-size:.78rem;opacity:.92}.product-hero-compare-link{margin:.75rem 0 0;font-size:.9rem}.product-hero-compare-link a{font-weight:600}.compare-procon-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:640px){.compare-procon-grid{grid-template-columns:1fr 1fr}}.compare-procon-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.35rem 1.35rem 1.5rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}@media (hover:hover){.compare-procon-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}}.compare-procon-title{font-size:1rem;margin:0 0 .75rem}.compare-cta-row{display:flex;flex-direction:column;gap:.75rem}@media (min-width:560px){.compare-cta-row{flex-direction:row;flex-wrap:wrap}}.compare-cta-block .btn{max-width:100%}.best-ranked-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.best-ranked-item{display:block;margin:0;padding:0;border:none}.best-editorial-card{position:relative;padding:1.5rem 1.4rem 1.6rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}@media (hover:hover){.best-editorial-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}}.best-editorial-card--featured{border-color:rgba(22,163,74,.3);box-shadow:var(--shadow),0 0 40px rgba(22,163,74,.08);background:linear-gradient(165deg,rgba(22,163,74,.09) 0,var(--surface) 50%)}.best-editorial-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.85rem}.best-rank-badge{font-size:1.5rem;font-weight:800;color:var(--accent-hover);line-height:1;letter-spacing:-.03em}.best-top-pick{display:inline-flex;align-items:center;padding:.3rem .65rem;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-foreground);background:linear-gradient(180deg,#4ade80 0,var(--accent) 100%);border-radius:999px;box-shadow:0 2px 12px var(--accent-glow)}.best-rank-title{font-size:clamp(1.08rem,2.8vw,1.25rem);font-weight:700;margin:0 0 .5rem;letter-spacing:-.02em;line-height:1.3}.best-rank-title a{color:inherit;text-decoration:none}.best-rank-title a:hover{color:var(--accent-hover)}.best-rank-reason{margin:0 0 .75rem;font-size:.975rem;color:var(--text-muted);line-height:1.55}.best-rank-score{color:var(--text-muted);font-size:.875rem}.best-editorial-rating{margin-bottom:.35rem}.best-editorial-rating .product-rating-block{margin-bottom:.2rem}.best-rank-readiness{margin:0;font-size:.8125rem;color:rgba(148,163,184,.85);line-height:1.4}.best-editorial-card .product-cta-wrap{margin-top:.15rem;margin-bottom:0}.category-index-list{list-style:none;margin:0;padding:0}.category-index-item{display:flex;flex-direction:column;gap:.35rem;padding:1rem 0;border-bottom:1px solid var(--border)}.category-index-main{font-weight:600;font-size:1.125rem;text-decoration:none;color:var(--text)}.category-index-main:hover{color:var(--accent)}.category-index-links{font-size:.9rem}.category-index-links a{text-decoration:none}.category-index-links a:hover{text-decoration:underline}.hero{text-align:center;padding:2rem 0 1rem}.hero--premium{width:100%;max-width:38rem;margin:0 auto;padding:0}.hero-badge{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .95rem;margin:0 0 1.5rem;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-hover);background:var(--accent-muted);border:1px solid rgba(34,197,94,.28);border-radius:999px}.hero-headline{font-size:clamp(2.1rem,7.5vw,3.15rem);font-weight:800;margin:0 0 1.25rem;line-height:1.06;letter-spacing:-.045em;text-wrap:balance}.hero-sub{font-size:clamp(1.08rem,3.2vw,1.28rem);color:var(--text-muted);line-height:1.55;max-width:32rem;margin:0 auto 2.25rem;text-wrap:balance}.hero-cta-wrap{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.hero-cta-context{margin:0;font-size:.9375rem;font-weight:500;color:rgba(148,163,184,.95);letter-spacing:-.01em}.hero-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:.5rem 1.5rem}@media (min-width:480px){.hero-benefits{flex-direction:row;flex-wrap:wrap;justify-content:center}}.hero-benefit-item{display:inline-flex;align-items:center;gap:.45rem;font-size:.8125rem;line-height:1.4;color:var(--text-muted)}.hero-benefit-check{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;flex-shrink:0;font-size:.65rem;font-weight:700;color:var(--accent-hover);background:var(--accent-muted);border:1px solid rgba(34,197,94,.28);border-radius:999px}.hero-urgency{margin:0 auto;max-width:22rem;font-size:.8125rem;line-height:1.5;color:rgba(148,163,184,.72);letter-spacing:-.01em;text-align:center;text-wrap:balance}.home-how-it-works{width:100%;max-width:40rem;margin:0 auto;padding:clamp(.5rem,2vw,1rem) max(1.25rem,env(safe-area-inset-right,0px)) clamp(2rem,5vw,3rem) max(1.25rem,env(safe-area-inset-left,0px))}.home-how-it-works__title{margin:0 0 clamp(1.35rem,3vw,1.85rem);font-size:clamp(1.125rem,2.8vw,1.35rem);font-weight:700;letter-spacing:-.03em;text-align:center;color:var(--text)}.home-how-it-works__inner{max-width:34rem;margin:0 auto}.home-how-it-works__text{margin:0 0 1.1rem;font-size:.9375rem;line-height:1.65;color:rgba(148,163,184,.9);text-align:left;text-wrap:pretty}.home-how-it-works__list{list-style:none;margin:0 0 1.35rem;padding:0;display:flex;flex-direction:column;gap:.85rem}.home-how-it-works__p4{margin:0;font-size:.875rem;line-height:1.6;color:rgba(148,163,184,.78);text-align:left;text-wrap:pretty;font-style:italic}.home-how-it-works__list li{position:relative;padding-left:1.15rem;font-size:.9rem;line-height:1.55;color:var(--text);text-align:left}.home-how-it-works__list li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent-glow);opacity:.75}.hero-value{width:100%;max-width:52rem;margin:0 auto;text-align:center}.hero-value-title{margin:0 0 1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(148,163,184,.85)}.hero-value-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.hero-value-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.hero-value-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.85rem;min-height:5.5rem;padding:1.35rem 1.15rem 1.45rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.hero-value-marker{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent-glow)}.hero-value-label{font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--text);line-height:1.35;max-width:12rem}.hero-cta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1rem}.hero-best-picks-link{display:inline-block;margin:.15rem 0 0;font-size:.875rem;font-weight:600;color:var(--accent-hover);text-decoration:none;letter-spacing:-.01em;padding:.35rem .5rem;border-radius:8px;transition:color .15s ease,background .15s ease}.hero-best-picks-link:hover{color:var(--text);background:rgba(34,197,94,.1);text-decoration:none}.btn-hero{padding:1.05rem 2.15rem;font-size:1.0625rem;font-weight:700;border-radius:var(--radius-xl);min-width:min(100%,13.5rem);box-shadow:0 4px 32px var(--accent-glow),0 0 0 1px rgba(255,255,255,.06) inset;transition:transform .15s ease,box-shadow .2s ease,background .15s ease}.btn-hero:hover{box-shadow:0 8px 40px var(--accent-glow),0 0 0 1px rgba(255,255,255,.1) inset;transform:translateY(-1px)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.35rem;font-size:.9375rem;font-weight:600;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-xl);border:1px solid var(--border-strong);background:var(--surface);transition:color .15s ease,border-color .15s ease,background .15s ease,transform .15s ease}.btn-ghost:hover{color:var(--text);border-color:var(--border-strong);background:var(--bg-deep)}.hero-trust{font-size:.8125rem;line-height:1.55;color:var(--text-muted);max-width:24rem;margin:.35rem auto 0}.hero-trust strong{color:var(--text);font-weight:600}.hero h1{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;margin:0 0 .75rem;line-height:1.2}.hero p{color:var(--text-muted);margin:0 0 1.5rem}.btn,.hero p{font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;font-weight:600;border-radius:var(--radius-lg);border:none;cursor:pointer;text-decoration:none;transition:background .18s ease,transform .12s ease,box-shadow .18s ease,border-color .18s ease}.btn:active{transform:scale(.98)}.btn-primary{background:linear-gradient(180deg,#4ade80 0,var(--accent) 100%);color:var(--accent-foreground);font-weight:700;box-shadow:0 2px 16px var(--accent-glow)}.btn-primary:hover{background:linear-gradient(180deg,#86efac,#4ade80);color:var(--accent-foreground);box-shadow:0 4px 24px var(--accent-glow)}.btn-option{width:100%;background:var(--surface);color:var(--text);border:1px solid var(--border);text-align:left;margin-bottom:.625rem}.btn-option:hover{border-color:rgba(22,163,74,.45);background:var(--bg-deep)}.quiz-shell{display:flex;flex-direction:column;gap:1.25rem}.quiz-nav-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0;font-size:.875rem}.quiz-nav-row--compact{margin-bottom:-.35rem}.quiz-nav-sep{color:var(--text-muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.quiz-hub{max-width:40rem;margin:0 auto}.quiz-hub__intro{text-align:center}.quiz-hub__h1{margin-bottom:.35rem}.quiz-hub__lead{margin-top:0;margin-bottom:.25rem}.quiz-hub__grid{list-style:none;margin:1.5rem 0 0;padding:0;gap:1rem}.quiz-hub-card,.quiz-hub__grid{display:flex;flex-direction:column}.quiz-hub-card{align-items:flex-start;gap:.45rem;padding:1.35rem 1.4rem 1.45rem;border:1px solid var(--border);border-radius:var(--radius-xl);background:#fff;box-shadow:0 2px 14px rgba(15,23,42,.07);text-decoration:none;color:var(--text);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.quiz-hub-card:hover{border-color:rgba(22,163,74,.4);transform:scale(1.02);box-shadow:0 12px 32px rgba(15,23,42,.12)}.quiz-hub-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:rgba(15,23,42,.06);color:#374151}.quiz-hub-card__title{font-size:clamp(1.1rem,3vw,1.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.25}.quiz-hub-card__desc{font-size:.9rem;line-height:1.5;color:var(--text-muted);font-weight:500}.quiz-start-intro{display:flex;flex-direction:column;align-items:stretch;gap:1rem;max-width:36rem;margin:0 auto;text-align:center}.quiz-start-hint{margin:0;font-size:.9375rem;color:var(--text-muted)}.quiz-start-cta{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.65rem;width:100%;padding:1.35rem 1.4rem 1.5rem;margin:0;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);cursor:pointer;font:inherit;color:var(--text);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .12s ease}.quiz-start-cta:hover{border-color:rgba(22,163,74,.45);background:var(--accent-muted);box-shadow:0 0 0 1px rgba(22,163,74,.12)}.quiz-start-cta:active{transform:scale(.99)}.quiz-start-cta__title{font-size:clamp(1.15rem,3.5vw,1.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.25;color:var(--text)}.quiz-start-cta__lead{font-size:.9375rem;line-height:1.55;color:var(--text-muted);font-weight:500}.quiz-restart-row{margin:0}.quiz-restart-link{padding:0;border:none;background:none;font:inherit;font-size:.875rem;font-weight:600;color:var(--accent-hover);cursor:pointer;text-decoration:underline;text-underline-offset:.12em}.quiz-restart-link:hover{color:var(--accent)}.quiz-progress-head{display:flex;flex-direction:column;gap:.5rem}.quiz-progress-track{height:5px;border-radius:999px;background:rgba(148,163,184,.12);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.quiz-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0,var(--accent-hover) 100%);box-shadow:0 0 16px var(--accent-glow);transition:width .32s cubic-bezier(.33,1,.68,1)}.quiz-progress-label{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.quiz-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow)}.quiz-card--app{padding:clamp(1.5rem,4vw,2rem) clamp(1.35rem,4vw,1.85rem) clamp(1.75rem,4vw,2.25rem)}.quiz-step-panel{animation:quizStepIn .22s ease-out}@keyframes quizStepIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.quiz-question{font-size:clamp(1.15rem,4vw,1.35rem);font-weight:600;margin:0 0 .65rem;line-height:1.35;letter-spacing:-.02em}.quiz-hint{margin:0 0 1.35rem;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.quiz-options{display:flex;flex-direction:column;gap:.75rem}.quiz-option-btn{width:100%;text-align:left;padding:1.2rem 1.35rem;font-size:1.0625rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow);transition:border-color .18s ease,background .18s ease,transform .12s ease,box-shadow .18s ease}.quiz-option-btn:hover{border-color:rgba(22,163,74,.45);background:var(--accent-muted);box-shadow:0 0 0 1px rgba(22,163,74,.1)}.quiz-option-btn:active{transform:scale(.99)}.quiz-option-text{display:block}.quiz-progress{font-size:.8125rem;color:var(--text-muted);margin-bottom:.75rem}.kit-header h1{font-size:clamp(1.375rem,4vw,1.75rem);margin:0 0 .5rem}.kit-header p{color:var(--text-muted);margin:0 0 1.5rem}.product-list{display:flex;flex-direction:column;gap:1rem}.product-list--funnel{gap:1.35rem}.product-card{position:relative;display:flex;flex-direction:column;align-items:stretch;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}@media (hover:hover){.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift);border-color:var(--border-strong)}}.product-card--funnel{padding:0;overflow:hidden;border-radius:var(--radius-xl);position:relative}.product-card--funnel .product-card-inner{padding:1.35rem 1.35rem 1.5rem}.product-card-media{position:relative;aspect-ratio:16/10;background:var(--bg-deep);border-bottom:1px solid var(--border)}.product-card-img{object-fit:contain!important;padding:1rem 1.35rem;box-sizing:border-box}.product-tier{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .65rem;border-radius:6px;margin-bottom:.75rem}.product-tier--best{background:var(--accent-muted);color:var(--accent-hover);border:1px solid rgba(34,197,94,.38)}.product-tier--budget{background:rgba(148,163,184,.12);color:var(--text-muted);border:1px solid var(--border)}.product-tier--premium{background:rgba(251,191,36,.1);color:#fbbf24;border:1px solid rgba(251,191,36,.28)}.product-best-pick-badge{display:inline-block;align-self:flex-start;margin:0 0 .5rem;padding:.28rem .65rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-hover);background:var(--accent-muted);border:1px solid rgba(34,197,94,.32);border-radius:999px}.product-best-pick-badge--corner{position:absolute;top:1rem;left:1rem;z-index:2;margin:0;align-self:unset;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.product-card--funnel .product-best-pick-badge--corner{top:.75rem;left:.75rem;z-index:4;box-shadow:var(--shadow-soft)}.product-card--has-best-badge:not(.product-card--funnel){padding-top:2.65rem}.product-card-inner{display:flex;flex-direction:column;align-items:stretch}.product-rating-block{margin:0 0 1rem}.product-rating-block--funnel{margin-bottom:1.25rem}.product-rating-block--hero{margin:0 0 1rem}.product-rating-stars{display:flex;gap:.12rem;margin-bottom:.35rem;font-size:1rem;line-height:1}.product-rating-block--card .product-rating-stars{font-size:1.0625rem;margin-bottom:.4rem}.product-rating-block--card .product-rating-line{font-size:1rem}.product-rating-block--funnel .product-rating-stars{font-size:1.125rem;margin-bottom:.45rem}.product-rating-block--funnel .product-rating-line{font-size:1rem}.product-rating-block--hero .product-rating-stars{font-size:1.125rem;margin-bottom:.4rem}.product-rating-star-wrap{position:relative;display:inline-block;width:1em;height:1em;flex-shrink:0}.product-rating-star-bg,.product-rating-star-fg{position:absolute;left:0;top:0;line-height:1;width:1em;height:1em;overflow:hidden}.product-rating-star-bg{color:rgba(148,163,184,.22)}.product-rating-star-fg{color:#fbbf24;text-shadow:0 0 12px rgba(251,191,36,.25)}.product-rating-line{margin:0;font-size:.9375rem;line-height:1.45;color:var(--text-muted)}.product-rating-block--hero .product-rating-line{font-size:1rem;color:rgba(148,163,184,.92)}.product-rating-line strong{color:var(--text);font-weight:700}.product-rating-block .product-rating-count{font-weight:500;color:rgba(148,163,184,.88)}.product-cta-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:.25rem}.product-cta-wrap .btn-cta-lg{width:100%;text-align:center}.product-cta-wrap--hero{margin-top:.25rem}.product-cta-micro{margin:0;font-size:.6875rem;line-height:1.35;color:rgba(148,163,184,.65)}.guide-gear-trust{margin:0 0 .65rem;font-size:.9375rem;line-height:1.55;color:var(--text)}.guide-gear-disclosure{margin:0 0 1.35rem;font-size:.8125rem;line-height:1.55;color:rgba(148,163,184,.78);font-weight:400}.guide-battery-upsell{padding:clamp(1.5rem,4vw,2rem) 0;margin-top:.25rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.guide-battery-upsell__lead{margin:0 0 1.15rem;font-size:.9375rem;line-height:1.6;color:rgba(148,163,184,.9);max-width:36rem}.guide-battery-upsell__cta{display:inline-flex}.category-product-trust{margin:-.25rem 0 1.1rem;font-size:.875rem;line-height:1.55;color:rgba(148,163,184,.88);max-width:38rem}.quote-lead-page{max-width:40rem;margin:0 auto}.quote-lead-card{border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);padding:clamp(1.5rem,4vw,2.25rem)}.quote-lead-title{font-size:clamp(1.35rem,4vw,1.65rem)!important;margin-bottom:1rem!important}.quote-lead-text{margin:0 0 1rem;font-size:1rem;line-height:1.6;color:var(--text)}.quote-lead-note{margin:0 0 1.25rem;font-size:.8125rem;line-height:1.55;color:rgba(148,163,184,.78)}.quote-lead-hint{margin:0 0 .65rem;font-size:.8125rem;color:var(--text-muted)}.quote-lead-cta{margin-top:.25rem}.checklist-support{margin:-.35rem 0 1.15rem;font-size:.875rem;line-height:1.55;color:rgba(148,163,184,.88);max-width:36rem}.product-funnel-bullets{margin:0 0 1rem;padding-left:1.2rem;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.product-funnel-bullets li{margin-bottom:.35rem}.product-rating--funnel{margin-bottom:1.25rem}.product-rating-count,.product-rating-na{color:var(--text-muted)}.product-rating-na{font-size:.875rem}.btn-cta-lg{width:100%;padding:1.05rem 1.35rem;font-size:1.0625rem;font-weight:700;border-radius:var(--radius-lg);justify-content:center;box-shadow:0 2px 20px var(--accent-glow)}.btn-cta-lg:hover{box-shadow:0 4px 28px var(--accent-glow)}.result-hero{text-align:center;margin-bottom:0}.result-summary-card{text-align:center;padding:clamp(1.75rem,5vw,2.35rem) clamp(1.25rem,4vw,2rem);margin-bottom:2.5rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow),0 0 48px rgba(22,163,74,.06)}.result-setup-badge{display:inline-block;margin:0 0 1rem;padding:.35rem .85rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-hover);background:var(--accent-muted);border:1px solid rgba(34,197,94,.3);border-radius:999px}.result-kit-line{margin:1rem 0 0;font-size:.9375rem;font-weight:600;color:var(--text);letter-spacing:-.02em}.result-title{font-size:clamp(1.65rem,4.8vw,2.1rem);font-weight:800;margin:0 0 1rem;letter-spacing:-.04em;line-height:1.15;text-wrap:balance}.result-lead{margin:0 auto;max-width:34rem;font-size:1.0625rem;line-height:1.65;color:var(--text-muted)}.result-products{margin-top:.5rem}.kit-page--funnel .cross-sell{margin-top:2.5rem}.back-link--subtle{color:var(--text-muted);font-size:.875rem;margin-bottom:1.25rem}.product-card-title{font-size:1.0625rem;margin:0 0 .5rem;font-weight:600}.product-card-link{color:inherit;text-decoration:none}.product-card-link:hover{color:var(--accent);text-decoration:underline}.product-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.5rem 1.35rem 1.65rem;margin-bottom:2rem;box-shadow:var(--shadow)}.product-hero h1{font-size:clamp(1.25rem,4vw,1.5rem);margin:0 0 .5rem;line-height:1.25}.product-hero-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0 0 .35rem}.product-hero-rating{margin-top:0}.product-hero-cta{margin-top:.25rem}.product-block{margin:1rem 0}.product-block-title{font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .5rem;font-weight:600}.product-list-bullets{margin:0;padding-left:1.15rem;font-size:.9375rem}.product-list-bullets-muted{color:var(--text-muted)}.product-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:0 0 1rem}.product-tag{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:var(--bg);border:1px solid var(--border);color:var(--text-muted)}.cross-sell{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.cross-sell-title{font-size:1.125rem;margin:0 0 .35rem;font-weight:600}.cross-sell-lead{margin:0 0 1rem}.cross-sell-lead,.product-benefit{font-size:.9375rem;color:var(--text-muted)}.product-benefit{margin:0 0 .75rem}.product-rating{font-size:.875rem;color:var(--text-muted);margin:0 0 1rem}.product-rating strong{color:var(--text)}.back-link{display:inline-block;margin-bottom:1.25rem;font-size:.9375rem;text-decoration:none}.back-link:hover{text-decoration:underline}@media (prefers-reduced-motion:reduce){.quiz-step-panel{animation:none}.quiz-progress-fill{transition:none}.best-editorial-card:hover,.btn-hero:hover,.compare-procon-card:hover,.product-card:hover{transform:none}}.site-shell{min-height:100dvh;display:flex;flex-direction:column}.site-shell__main{flex:1 1}.site-footer{margin-top:auto;padding:clamp(2rem,5vw,3rem) max(1.25rem,env(safe-area-inset-right,0px)) max(2rem,env(safe-area-inset-bottom,0px)) max(1.25rem,env(safe-area-inset-left,0px));border-top:1px solid var(--border);background:var(--surface)}.site-footer__inner{max-width:min(var(--layout-max),100%);margin:0 auto;text-align:center}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem 1.25rem;font-size:.875rem}.site-footer__nav a{color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.2rem .35rem;margin:-.2rem -.35rem}.site-footer__nav a:hover{color:var(--accent-hover)}.site-footer__cookie-link{display:block;margin:1rem auto 0;padding:0;border:none;background:none;font:inherit;font-size:.8125rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:.2em;cursor:pointer}.site-footer__cookie-link:hover{color:var(--accent-hover)}.site-footer__rights{margin:1.25rem 0 0;font-size:.75rem;color:var(--text-muted);opacity:.85}.main--legal{padding:clamp(1.5rem,4vw,2.75rem) max(1.25rem,env(safe-area-inset-right,0px)) clamp(3rem,8vw,4.5rem) max(1.25rem,env(safe-area-inset-left,0px))}.legal-page__inner{max-width:43.75rem;margin:0 auto}.legal-page__title{font-size:clamp(1.75rem,4vw,2.125rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 1.5rem}.legal-page__lead{font-size:1.0625rem;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.65}.legal-page p{margin:0 0 1.25rem;line-height:1.7;color:var(--text)}.legal-page__section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.legal-page__h2{font-size:1.125rem;font-weight:600;margin:0 0 1rem}.legal-page__list{margin:0 0 1.25rem;padding-left:1.25rem;line-height:1.75}.legal-page__list li{margin-bottom:.5rem}.legal-page__contact{margin-top:1.5rem}.legal-page__label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:1rem max(1.25rem,env(safe-area-inset-right,0px)) calc(1rem + env(safe-area-inset-bottom, 0)) max(1.25rem,env(safe-area-inset-left,0px));background:rgba(255,255,255,.97);border-top:1px solid var(--border);box-shadow:0 -8px 32px rgba(15,23,42,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cookie-banner__inner{max-width:min(52rem,100%);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem}.cookie-banner__text{margin:0;flex:1 1 16rem;font-size:.8125rem;line-height:1.55;color:var(--text-muted)}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem}.cookie-banner__btn{font-size:.8125rem;padding:.45rem 1rem;min-height:2.75rem}@media (max-width:480px){.site-brand__img-wrap{height:clamp(2.35rem,12vw,3.35rem);width:min(100%,13.5rem)}.btn-nav-cta{padding-left:.85rem;padding-right:.85rem;font-size:.75rem}.main--hero{min-height:0;gap:clamp(1.5rem,5vw,2.5rem);justify-content:flex-start;padding-top:clamp(1.25rem,4vw,2rem)}.hero--premium{max-width:100%}.hero-headline{font-size:clamp(1.65rem,8.2vw,2.35rem)}.hero-sub{font-size:clamp(1rem,3.8vw,1.2rem);margin-bottom:1.75rem}.hero-cta-row{flex-direction:column;align-items:stretch;width:100%;max-width:22rem;margin-left:auto;margin-right:auto;gap:.65rem}.hero-cta-row .btn-ghost,.hero-cta-row .btn-hero{width:100%;max-width:none;box-sizing:border-box}.hero-best-picks-link{display:block;text-align:center;margin-top:.35rem}.hero-value{padding-left:0;padding-right:0}.hero-value-card{padding:1.1rem 1rem 1.2rem}.checklist--premium li{padding:.85rem .9rem .85rem 2.65rem;font-size:.9375rem}.checklist--premium li:before{left:.8rem}.product-card--funnel .product-card-inner{padding:1.1rem 1.1rem 1.25rem}.best-editorial-card{padding:1.2rem 1.1rem 1.35rem}.quiz-card--app{padding:1.35rem 1.1rem 1.5rem}.quiz-option-btn{padding:1rem 1.1rem;font-size:1rem}.cookie-banner__inner{flex-direction:column;align-items:stretch;gap:.85rem}.cookie-banner__text{flex:none;text-align:left}.cookie-banner__actions{flex-direction:column;width:100%}.cookie-banner__btn{width:100%;justify-content:center}.site-footer__nav{flex-direction:column;gap:.15rem;align-items:center}}@media (max-width:380px){.site-nav-actions{gap:.45rem}}.wt-guide{padding-bottom:calc(5rem + env(safe-area-inset-bottom, 0px))}.wt-affiliate-note{font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem;padding:.65rem .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-elevated);line-height:1.5}.wt-guide__trust{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.wt-guide__trust-badge{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-hover);background:var(--accent-muted);border:1px solid rgba(34,197,94,.28);padding:.3rem .55rem;border-radius:999px}.wt-guide__internal{font-size:.9375rem;line-height:1.55;color:var(--text-muted);margin:1rem 0 0}.wt-steps{margin:0;padding-left:1.25rem;line-height:1.65;color:var(--text)}.wt-steps li{margin-bottom:.65rem}.wt-two-col{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:640px){.wt-two-col{grid-template-columns:1fr 1fr}}.wt-pro-box{padding:1.15rem 1.2rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.wt-pro-box--cons{border-color:rgba(148,163,184,.2)}.wt-pro-box__title{margin:0 0 .65rem;font-size:1rem;font-weight:700}.wt-product-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:720px){.wt-product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.wt-product-grid{grid-template-columns:repeat(3,1fr)}}.wt-product-card{display:flex;flex-direction:column;padding:1.35rem 1.25rem 1.5rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);height:100%}.wt-product-card__title{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;color:var(--text)}.wt-product-card__desc{font-size:.9rem;line-height:1.55;color:var(--text-muted);margin:0 0 1rem}.wt-product-card__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent-hover);margin:0 0 .4rem}.wt-product-card__label--muted{color:var(--text-muted);margin-top:.75rem}.wt-product-card__list{margin:0 0 .25rem;padding-left:1.1rem;font-size:.875rem;line-height:1.5;color:var(--text)}.wt-product-card__list--cons{color:rgba(148,163,184,.95)}.wt-product-card__list li{margin-bottom:.35rem}.wt-product-card__cta{margin-top:auto;padding-top:1rem;width:100%;justify-content:center;text-align:center;text-decoration:none;box-sizing:border-box}.wt-faq__item{margin-bottom:1.35rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.wt-faq__item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.wt-faq__q{font-size:1rem;font-weight:650;margin:0 0 .45rem;color:var(--text);letter-spacing:-.02em}.wt-faq__a{margin:0;font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.wt-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:45;padding:.65rem max(1rem,env(safe-area-inset-left)) max(.85rem,calc(.35rem + env(safe-area-inset-bottom, 0px))) max(1rem,env(safe-area-inset-right));background:rgba(255,255,255,.96);border-top:1px solid var(--border);box-shadow:0 -4px 24px rgba(15,23,42,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:center}.wt-sticky-cta__btn{width:100%;max-width:22rem;text-decoration:none}@media (min-width:769px){.wt-sticky-cta{position:static;z-index:auto;background:transparent;border:none;padding:1.75rem 0 0;backdrop-filter:none;-webkit-backdrop-filter:none}.wt-sticky-cta__btn{max-width:none;width:auto;min-width:14rem}.wt-guide{padding-bottom:4.5rem}}.wt-h3{font-size:1.05rem;font-weight:700;margin:1.25rem 0 .6rem;letter-spacing:-.02em;color:var(--text)}.wt-callout{margin:0 0 .5rem;font-size:.9375rem;color:var(--text)}.wt-table-note{font-size:.875rem;color:var(--text-muted);margin:0 0 .85rem;line-height:1.55}.wt-table-wrap{margin-bottom:1.35rem}.wt-table--wide{font-size:.8125rem}.wt-table--wide td,.wt-table--wide th{min-width:6.5rem}.wt-product-card__badge{margin:0 0 .5rem;font-size:.625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-hover)}.wt-mermaid-figure{margin:1.5rem 0;padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-elevated);overflow-x:auto}.wt-mermaid-mount svg{max-width:100%;height:auto}.wt-mermaid-caption{margin:.85rem 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.wt-mermaid-fallback{margin:0;font-size:.75rem;color:var(--text-muted);white-space:pre-wrap;word-break:break-word;max-height:12rem;overflow:auto}.wt-sources-list{list-style:none;margin:0;padding:0}.wt-sources-list li{margin-bottom:.55rem}.wt-sources-list a{font-size:.9375rem}.main--comparison-home{padding-bottom:3rem}.comp-hero{text-align:center;padding:2.25rem 0 2.5rem;max-width:40rem;margin:0 auto}.comp-hero__title{font-size:clamp(1.75rem,4.5vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 1rem}.comp-hero__sub{font-size:1.05rem;color:var(--text-muted);line-height:1.55;margin:0 0 1.5rem}.comp-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.comp-cat-grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:560px){.comp-cat-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.comp-cat-grid{grid-template-columns:repeat(3,1fr)}.comp-cat-grid--large>li:nth-child(3n+2){transform:translateY(.25rem)}}.comp-cat-grid--large{gap:1.15rem 1.25rem}.category-card-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;background:rgba(15,23,42,.06);flex-shrink:0}.category-card-icon-wrap--featured{width:2.75rem;height:2.75rem;background:rgba(34,197,94,.12)}.category-card-icon-svg{color:#374151}.category-card-icon-wrap--featured .category-card-icon-svg{color:#166534}.comp-cat-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.35rem 1.3rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:#fff;box-shadow:0 2px 12px rgba(15,23,42,.06);text-decoration:none;color:var(--text);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.comp-cat-card:hover{border-color:rgba(15,23,42,.12);transform:scale(1.03);box-shadow:0 14px 36px rgba(15,23,42,.12)}.comp-cat-card--featured{border-color:rgba(34,197,94,.35);box-shadow:0 4px 22px rgba(34,197,94,.1)}.comp-cat-card--featured:hover{border-color:rgba(34,197,94,.5);box-shadow:0 16px 40px rgba(34,197,94,.14)}.comp-cat-card__title{font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.comp-cat-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.5}.comp-subcat-cards{margin:1.25rem 0 1.75rem}.comp-subcat-cards__grid{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:1fr}@media (min-width:560px){.comp-subcat-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.comp-subcat-cards__grid{grid-template-columns:repeat(3,1fr)}}.comp-subcat-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem;border-radius:var(--radius-xl);border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 3px 12px rgba(15,23,42,.06);text-decoration:none;color:var(--text);transition:transform .16s ease,box-shadow .16s ease;min-height:100%}.comp-subcat-card:hover{transform:scale(1.01);box-shadow:0 8px 22px rgba(15,23,42,.1)}.comp-subcat-card__title{font-weight:700;font-size:.98rem;letter-spacing:-.02em}.comp-subcat-card__desc{font-size:.8125rem;color:var(--text-muted);line-height:1.45}.comp-subcat-section{margin-top:2rem}.comp-subcat-section__lead{margin-top:-.35rem;margin-bottom:1rem}.comp-subcat-bar{margin:1rem 0 1.25rem}.comp-subcat-bar__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.comp-subcat-bar__link{display:inline-block;padding:.4rem .85rem;border-radius:555px;font-size:.875rem;font-weight:600;border:1px solid rgba(15,23,42,.12);background:#fff;text-decoration:none;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.comp-subcat-bar__link:hover{border-color:rgba(34,197,94,.35)}.comp-subcat-bar__link--active{border-color:rgba(34,197,94,.5);background:rgba(34,197,94,.08)}.comp-section--muted{margin:0 calc(-1 * max(1.25rem, env(safe-area-inset-left, 0px)));padding:2rem max(1.25rem,env(safe-area-inset-right,0px)) 2rem max(1.25rem,env(safe-area-inset-left,0px));background:rgba(7,11,18,.45);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.comp-featured-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:640px){.comp-featured-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.comp-featured-grid{grid-template-columns:repeat(3,1fr)}}.comp-featured-card{padding:1.15rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.comp-featured-card__media{display:block;border-radius:var(--radius);overflow:hidden;margin-bottom:.85rem}.comp-featured-card__img{width:100%;height:auto;vertical-align:middle}.comp-featured-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:700}.comp-featured-card__title a{color:var(--text);text-decoration:none}.comp-featured-card__title a:hover{color:var(--accent-hover)}.comp-featured-card__desc{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin:0 0 1rem}.btn-block{display:block;width:100%;text-align:center}.comp-guide-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.comp-guide-link{font-weight:600;color:var(--accent-hover);text-decoration:none}.comp-guide-link:hover{text-decoration:underline}.comp-guide-link--all{margin-top:.35rem}.comp-quiz-teaser{margin-top:2.5rem}.comp-quiz-teaser__inner{max-width:36rem;margin:0 auto;text-align:center;padding:1.75rem 1.25rem;border-radius:var(--radius-xl);border:1px solid rgba(34,197,94,.25);background:rgba(34,197,94,.06)}.comp-quiz-teaser__title{margin:0 0 .5rem;font-size:1.35rem}.comp-quiz-teaser__lead{margin:0 0 1.25rem;color:var(--text-muted);line-height:1.55}.comparison-product-grid{display:grid;grid-gap:1.25rem;gap:1.25rem}@media (min-width:720px){.comparison-product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.comparison-product-grid{grid-template-columns:repeat(3,1fr)}}.comparison-card{display:flex;flex-direction:column;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.comparison-card__media{position:relative;aspect-ratio:16/10;display:block;background:var(--bg-deep)}.comparison-card__img{object-fit:cover}.comparison-card__body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.45rem;flex:1 1}.comparison-card__title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.comparison-card__title a{color:var(--text);text-decoration:none}.comparison-card__title a:hover{color:var(--accent-hover)}.comparison-card__teaser{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.comparison-card__rating-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8125rem}.comparison-card__stars{color:#fbbf24;letter-spacing:.02em}.comparison-card__rating-text{color:var(--text-muted)}.comparison-card__count{color:rgba(148,163,184,.85)}.comparison-card__price{margin:0;font-size:.8125rem;font-weight:600;color:var(--text)}.comparison-card__bullets{margin:0;padding-left:1.15rem;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.comparison-card__bullets li{margin-bottom:.25rem}.comparison-card__ctas{margin-top:auto;padding-top:.65rem;display:flex;flex-wrap:wrap;gap:.5rem}.mower-guide-intro .guide-intro{margin-top:.65rem;max-width:46rem}.mower-guide-intro .guide-intro:first-of-type{margin-top:.35rem}.mower-guide-compare-hint{max-width:40rem}.mower-guide-grid{display:grid;grid-template-columns:1fr;grid-gap:1.35rem;gap:1.35rem;margin-top:1.25rem}@media (min-width:900px){.mower-guide-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}.mower-guide-grid>.mower-guide-card--winner{grid-column:1/-1}}.mower-guide-card{position:relative;display:flex;flex-direction:column;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.mower-guide-card--winner{border:2px solid rgba(234,179,8,.65);box-shadow:0 0 0 1px rgba(234,179,8,.2),0 12px 40px rgba(15,23,42,.12);background:linear-gradient(165deg,rgba(254,252,232,.35) 0,var(--surface) 48%)}@media (min-width:900px){.mower-guide-card--winner{flex-direction:row;align-items:stretch;min-height:14rem}.mower-guide-card--winner .mower-guide-card__media-wrap{flex:0 0 min(42%,22rem)}.mower-guide-card--winner .mower-guide-card__media{aspect-ratio:auto;min-height:16rem;height:100%}.mower-guide-card--winner .mower-guide-card__body{flex:1 1;padding:1.35rem 1.5rem 1.45rem}}.mower-guide-badge{position:absolute;top:.65rem;right:.65rem;z-index:2;display:inline-flex;flex-wrap:wrap;align-items:center;gap:.25rem .35rem;max-width:calc(100% - 1.3rem);padding:.35rem .65rem;font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--text);background:rgba(255,255,255,.92);border:1px solid var(--border);border-radius:999px;box-shadow:0 2px 10px rgba(15,23,42,.08)}.mower-guide-badge--winner{top:.75rem;right:.75rem;padding:.45rem .85rem;font-size:.8125rem;background:linear-gradient(135deg,#fef9c3,#fde047 45%,#facc15);border-color:rgba(161,98,7,.45);color:#422006;box-shadow:0 4px 14px rgba(161,98,7,.25)}.mower-guide-badge__emoji{line-height:1}.mower-guide-badge__num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mower-guide-badge__label{font-weight:800}.mower-guide-badge--inline{position:static;align-self:flex-start;margin-bottom:.35rem}.mower-guide-card__media-wrap{position:relative;flex-shrink:0}.mower-guide-card__media{position:relative;aspect-ratio:16/10;display:block;background:var(--bg-deep)}.mower-guide-card__img{object-fit:cover}.mower-guide-card__body{padding:1.1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.mower-guide-card__title{margin:0;font-size:1.12rem;font-weight:800;letter-spacing:-.02em}.mower-guide-card--winner .mower-guide-card__title{font-size:1.2rem}.mower-guide-card__title a{color:var(--text);text-decoration:none}.mower-guide-card__title a:hover{color:var(--accent-hover)}.mower-guide-card__desc{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.mower-guide-card__price{margin:0;font-size:.8125rem;font-weight:600}.mower-guide-block{margin-top:.15rem}.mower-guide-block__title{margin:0 0 .3rem;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.mower-guide-block__list{margin:0;padding-left:1.1rem;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.mower-guide-block__list li{margin-bottom:.2rem}.mower-guide-block__list--check{list-style:none;padding-left:0}.mower-guide-block__list--check li{padding-left:1rem;position:relative}.mower-guide-block__list--check li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:.75rem}.mower-guide-block__list--cons li::marker{color:rgba(248,113,113,.9)}.mower-guide-card__ctas{margin-top:auto;padding-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.mower-guide-trust{margin-top:2.75rem;padding:1.5rem 1.35rem;border-radius:var(--radius-xl);border:1px solid var(--border);background:rgba(148,163,184,.06)}.mower-guide-trust__title{margin:0 0 1rem;font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.mower-guide-trust__body{max-width:44rem}.mower-guide-trust__body p{margin:0 0 .65rem;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.mower-guide-trust__body p:last-child{margin-bottom:0}.guides-hub-list{list-style:none;margin:0 0 2rem;padding:0}.guides-hub-list li{margin-bottom:1.25rem;padding-bottom:1.1rem;border-bottom:1px solid var(--border)}.guides-hub-link{font-weight:700;font-size:1.05rem;color:var(--text);text-decoration:none}.guides-hub-link:hover{color:var(--accent-hover)}.guides-hub-preview{margin:.45rem 0 0;line-height:1.5}.guides-hub-note,.guides-hub-preview{font-size:.875rem;color:var(--text-muted)}.breadcrumb-simple{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.breadcrumb-simple a{color:var(--accent-hover);text-decoration:none}.section-heading--sm{font-size:1.05rem;margin-top:1.25rem}.produkt-detail-layout{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:800px){.produkt-detail-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start}}.produkt-detail-layout__img{width:100%;height:auto;border-radius:var(--radius-lg)}.produkt-detail-price{font-size:1rem;margin:.5rem 0 1rem}.produkt-detail-ctas{display:flex;flex-wrap:wrap;gap:.65rem}.checklist--cons li{color:var(--text-muted)}.inline-link{color:var(--accent-hover);font-weight:600;text-decoration:none}.inline-link:hover{text-decoration:underline}.quiz-page-intro{max-width:36rem;margin:0 auto;text-align:center;padding-top:1rem}.quiz-page-title{font-size:clamp(1.35rem,3.5vw,1.75rem)}.home-affiliate{--ha-bg:#ffffff;--ha-bg-soft:#f8fafc;--ha-bg-stripe:#f1f5f9;--ha-text:#0f172a;--ha-text-muted:#64748b;--ha-border:#e2e8f0;--ha-shadow:0 1px 3px rgba(15,23,42,0.08);--ha-shadow-hover:0 10px 30px rgba(15,23,42,0.12);--ha-radius:14px;--ha-primary:#0f172a;--ha-primary-contrast:#ffffff;--ha-accent:#0d9488;--ha-space:8px;background:var(--ha-bg-soft);color:var(--ha-text);padding-bottom:calc(var(--ha-space) * 8)}.home-affiliate__inner{width:100%;max-width:var(--layout-max);margin:0 auto;padding-left:max(calc(var(--ha-space) * 2.5),env(safe-area-inset-left,0px));padding-right:max(calc(var(--ha-space) * 2.5),env(safe-area-inset-right,0px))}@media (min-width:900px){.home-affiliate__inner{padding-left:max(calc(var(--ha-space) * 3),env(safe-area-inset-left,0px));padding-right:max(calc(var(--ha-space) * 3),env(safe-area-inset-right,0px))}}.home-affiliate__hero{background:var(--ha-bg);padding:calc(var(--ha-space) * 10) 0 calc(var(--ha-space) * 9);text-align:center;border-bottom:1px solid var(--ha-border)}.home-affiliate__hero-title{margin:0 auto calc(var(--ha-space) * 3);max-width:22rem;font-size:clamp(1.75rem,4.5vw,2.375rem);font-weight:800;letter-spacing:-.03em;line-height:1.12;color:var(--ha-text)}@media (min-width:640px){.home-affiliate__hero-title{max-width:32rem}}@media (min-width:1024px){.home-affiliate__hero-title{max-width:42rem}.home-affiliate__hero-sub{max-width:36rem}}.home-affiliate__hero-sub{margin:0 auto calc(var(--ha-space) * 5);max-width:26rem;font-size:1.0625rem;line-height:1.55;color:var(--ha-text-muted)}.home-affiliate__hero-btns{display:flex;flex-direction:column;gap:calc(var(--ha-space) * 1.5);align-items:stretch;max-width:22rem;margin:0 auto}@media (min-width:480px){.home-affiliate__hero-btns{flex-direction:row;justify-content:center;align-items:center;max-width:none}}.home-affiliate__section{padding:calc(var(--ha-space) * 8) 0}@media (min-width:900px){.home-affiliate__section{padding:calc(var(--ha-space) * 10) 0}}@media (min-width:1200px){.home-affiliate__section{padding:calc(var(--ha-space) * 12) 0}}.home-affiliate__section--stripe{background:var(--ha-bg-stripe);border-top:1px solid var(--ha-border);border-bottom:1px solid var(--ha-border)}.home-affiliate__section--quiz{padding:calc(var(--ha-space) * 5) 0}.home-affiliate__section--best{padding-bottom:calc(var(--ha-space) * 10)}.home-affiliate__section-head{margin-bottom:calc(var(--ha-space) * 3)}.home-affiliate__section-title{margin:0 0 calc(var(--ha-space) * 1);font-size:1.375rem;font-weight:800;letter-spacing:-.02em;color:var(--ha-text)}.home-affiliate__section-sub{margin:0;font-size:.9375rem;line-height:1.5;color:var(--ha-text-muted)}.home-affiliate__section-foot{margin:calc(var(--ha-space) * 3) 0 0;text-align:right}.home-affiliate__text-link{font-weight:600;font-size:.9375rem;color:var(--ha-accent);text-decoration:none}.home-affiliate__text-link:hover{text-decoration:underline}.home-affiliate__cat-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:calc(var(--ha-space) * 2);gap:calc(var(--ha-space) * 2)}@media (min-width:560px){.home-affiliate__cat-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.home-affiliate__cat-grid{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:calc(var(--ha-space) * 3)}}.home-affiliate__cat-cell{min-width:0}@media (min-width:640px){.home-affiliate__cat-cell:nth-child(2n){transform:translateY(.35rem)}}.home-affiliate__category-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.5rem;min-height:calc(var(--ha-space) * 14);padding:calc(var(--ha-space) * 2.5);background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:var(--radius-xl);box-shadow:0 2px 14px rgba(15,23,42,.07);text-decoration:none;color:var(--ha-text);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-affiliate__category-card:hover{transform:scale(1.05);box-shadow:0 14px 36px rgba(15,23,42,.14);border-color:rgba(15,23,42,.12)}.home-affiliate__category-card--featured{border-color:rgba(34,197,94,.32);box-shadow:0 4px 20px rgba(34,197,94,.09)}.home-affiliate__category-card--featured:hover{border-color:rgba(34,197,94,.45);box-shadow:0 16px 40px rgba(34,197,94,.12)}.home-affiliate__category-title{font-size:1rem;font-weight:700;letter-spacing:-.01em}.home-affiliate__category-desc{font-size:.8125rem;line-height:1.45;color:var(--ha-text-muted,#64748b)}.home-affiliate__scroll{margin-left:max(calc(var(--ha-space) * -2),calc(-1 * env(safe-area-inset-left, 0px)));margin-right:max(calc(var(--ha-space) * -2),calc(-1 * env(safe-area-inset-right, 0px)));padding-left:max(calc(var(--ha-space) * 2),env(safe-area-inset-left,0px));padding-right:max(calc(var(--ha-space) * 2),env(safe-area-inset-right,0px));overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-left:calc(var(--ha-space) * 2);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;padding-bottom:calc(var(--ha-space) * 1)}.home-affiliate__scroll::-webkit-scrollbar{height:6px}.home-affiliate__scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.home-affiliate__scroll-track{display:flex;gap:calc(var(--ha-space) * 2);width:max-content;padding-bottom:calc(var(--ha-space) * 1)}.home-affiliate__scroll-track>.home-affiliate__guide-card,.home-affiliate__scroll-track>.home-affiliate__product-card{flex:0 0 min(18rem,calc(100vw - 40px));scroll-snap-align:start;max-width:20rem}@media (min-width:640px){.home-affiliate__scroll-track>.home-affiliate__guide-card,.home-affiliate__scroll-track>.home-affiliate__product-card{flex-basis:19rem}}.home-affiliate__guide-card,.home-affiliate__product-card{display:flex;flex-direction:column;background:var(--ha-bg);border:1px solid var(--ha-border);border-radius:var(--ha-radius);box-shadow:var(--ha-shadow);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.home-affiliate__scroll-track .home-affiliate__guide-card:hover,.home-affiliate__scroll-track .home-affiliate__product-card:hover{transform:scale(1.02);box-shadow:var(--ha-shadow-hover)}.home-affiliate__card-media{position:relative;display:block;aspect-ratio:16/10;background:var(--ha-bg-stripe);overflow:hidden}.home-affiliate__card-media--guide{aspect-ratio:16/9}.home-affiliate__card-img{width:100%;height:100%;object-fit:cover}.home-affiliate__card-body{display:flex;flex-direction:column;gap:calc(var(--ha-space) * 1);padding:calc(var(--ha-space) * 2);flex:1 1}.home-affiliate__card-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.3}.home-affiliate__card-title a{color:var(--ha-text);text-decoration:none}.home-affiliate__card-title a:hover{color:var(--ha-accent)}.home-affiliate__card-desc{margin:0;font-size:.8125rem;line-height:1.45;color:var(--ha-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-affiliate__card-meta{margin:0;display:flex;align-items:center;gap:calc(var(--ha-space) * 1);font-size:.8125rem}.home-affiliate__card-stars{color:#eab308;letter-spacing:.02em}.home-affiliate__card-stars--muted{color:#e2e8f0}.home-affiliate__card-rating-num{color:var(--ha-text-muted);font-weight:600}.home-affiliate__card-price{margin:0;font-size:.8125rem;font-weight:600;color:var(--ha-text)}.home-affiliate__btn{display:inline-flex;align-items:center;justify-content:center;padding:calc(var(--ha-space) * 1.5) calc(var(--ha-space) * 2);border-radius:12px;font-size:.9375rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease;cursor:pointer;box-sizing:border-box}.home-affiliate__btn--block{width:100%;margin-top:auto}.home-affiliate__btn--primary{background:var(--ha-primary);color:var(--ha-primary-contrast);border-color:var(--ha-primary)}.home-affiliate__btn--primary:hover{background:#1e293b;box-shadow:var(--ha-shadow-hover)}.home-affiliate__btn--secondary{background:var(--ha-bg);color:var(--ha-text);border-color:var(--ha-border)}.home-affiliate__btn--secondary:hover{border-color:#94a3b8;background:var(--ha-bg-soft)}.home-affiliate__btn--hero{min-height:calc(var(--ha-space) * 6)}@media (max-width:479px){.home-affiliate__btn--hero{width:100%}}.home-affiliate__quiz-box{text-align:center;padding:calc(var(--ha-space) * 4);background:var(--ha-bg);border:1px solid var(--ha-border);border-radius:var(--ha-radius);box-shadow:var(--ha-shadow);max-width:28rem;margin:0 auto}.home-affiliate__quiz-text{margin:0 0 calc(var(--ha-space) * 3);font-size:1.0625rem;font-weight:600;color:var(--ha-text)}.home-affiliate__btn--quiz{width:100%;max-width:18rem}@media (min-width:480px){.home-affiliate__btn--quiz{width:auto}}.home-affiliate__best-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(var(--ha-space) * 1.5)}.home-affiliate__best-link{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(var(--ha-space) * 1) calc(var(--ha-space) * 2);padding:calc(var(--ha-space) * 2) calc(var(--ha-space) * 3);background:var(--ha-bg);border:1px solid var(--ha-border);border-radius:var(--ha-radius);box-shadow:var(--ha-shadow);text-decoration:none;color:var(--ha-text);transition:transform .18s ease,box-shadow .18s ease}.home-affiliate__best-link:hover{transform:scale(1.01);box-shadow:var(--ha-shadow-hover)}.home-affiliate__best-star{flex-shrink:0}.home-affiliate__best-label{font-weight:700;color:var(--ha-text-muted)}.home-affiliate__best-product{font-weight:700;color:var(--ha-accent)}@media (prefers-reduced-motion:reduce){.comp-cat-card:hover,.comp-cat-grid--large>li:nth-child(3n+2),.home-affiliate__best-link:hover,.home-affiliate__cat-cell:nth-child(2n),.home-affiliate__category-card:hover,.home-affiliate__scroll-track .home-affiliate__guide-card:hover,.home-affiliate__scroll-track .home-affiliate__product-card:hover{transform:none}}.ai-tool-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:1fr;margin:1.5rem 0 2rem}@media (min-width:560px){.ai-tool-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.ai-tool-grid{grid-template-columns:repeat(3,1fr)}}.ai-tool-grid--compact{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr))}.ai-tool-grid--quiz{margin-top:1.25rem}.ai-tool-card{display:flex;flex-direction:column;padding:1.25rem 1.35rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);min-height:100%;transition:box-shadow .2s ease,border-color .2s ease}.ai-tool-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lift)}.ai-tool-card--compact{padding:1rem 1.15rem}.ai-tool-card__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem .75rem;margin-bottom:.65rem}.ai-tool-card__title{margin:0;font-size:1.125rem;font-weight:700;line-height:1.25}.ai-tool-card__title a{color:var(--text);text-decoration:none}.ai-tool-card__tag,.ai-tool-card__title a:hover{color:var(--accent)}.ai-tool-card__tag{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--accent-muted);padding:.2rem .5rem;border-radius:999px;white-space:nowrap}.ai-tool-card__desc{margin:0 0 .75rem;font-size:.9375rem;line-height:1.55;color:var(--text-muted);flex:1 1}.ai-tool-card__meta{margin:0 0 1rem;font-size:.875rem;color:var(--text)}.ai-tool-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.ai-tool-card__btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:600;border-radius:var(--radius);text-decoration:none;border:1px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.ai-tool-card__btn--primary{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.ai-tool-card__btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.ai-tool-card__btn--secondary{background:var(--surface-elevated);color:var(--text);border-color:var(--border)}.ai-tool-card__btn--secondary:hover{border-color:var(--border-strong);background:var(--bg-deep)}.ai-quiz .ai-quiz__step{margin:2rem 0}.ai-quiz__options{display:flex;flex-direction:column;gap:.65rem;max-width:28rem}.ai-quiz__option{text-align:left;padding:.9rem 1.1rem;font-size:1rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.ai-quiz__option:hover{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.ai-quiz__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.ai-quiz__ghost{font-weight:600;color:var(--text-muted);background:transparent;border:none;cursor:pointer;text-decoration:underline;padding:.25rem 0}.ai-quiz__ghost:hover{color:var(--text)}@media (prefers-reduced-motion:reduce){.ai-quiz__option:hover,.ai-tool-card:hover{box-shadow:var(--shadow-soft)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ai-dir{--ai-accent:#2563eb;--ai-accent-hover:#1d4ed8;--ai-accent-soft:rgba(37,99,235,0.08);--ai-accent-ring:rgba(37,99,235,0.22);--ai-text:#0f172a;--ai-muted:#64748b;--ai-border:#e2e8f0;--ai-surface:#ffffff;--ai-subtle:#f8fafc;font-family:var(--font-inter),var(--font-sans),system-ui,sans-serif;color:var(--ai-text);background:var(--ai-surface)}.ai-dir-container{width:100%;max-width:min(72rem,100% - 2rem);margin:0 auto;padding:0 1rem}@media (min-width:768px){.ai-dir-container{padding:0 1.5rem}}.ai-dir-section{padding:clamp(2.5rem,6vw,4rem) 0}.ai-dir-section--tight{padding-top:0;padding-bottom:clamp(2rem,5vw,3rem)}.ai-dir-section--muted{background:var(--ai-subtle);border-top:1px solid var(--ai-border);border-bottom:1px solid var(--ai-border)}.ai-dir-section-title{margin:0 0 1.25rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;letter-spacing:-.02em;color:var(--ai-text)}.ai-dir-hero{padding:clamp(3rem,10vw,5.5rem) 1rem clamp(2rem,5vw,3rem);text-align:center;border-bottom:1px solid var(--ai-border);background:linear-gradient(180deg,var(--ai-surface) 0,var(--ai-subtle) 100%)}.ai-dir-hero__inner{max-width:40rem;margin:0 auto}.ai-dir-hero__eyebrow{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ai-muted)}.ai-dir-hero__title{margin:0 0 1rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--ai-text)}.ai-dir-hero__sub{margin:0 0 1.75rem;font-size:1.125rem;line-height:1.5;color:var(--ai-muted)}.ai-dir-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.ai-dir-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.35rem;font-size:.9375rem;font-weight:600;border-radius:10px;text-decoration:none;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;cursor:pointer}.ai-dir-btn--primary{background:var(--ai-accent);color:#fff;border-color:var(--ai-accent);box-shadow:0 1px 2px rgba(15,23,42,.06)}.ai-dir-btn--primary:hover{background:var(--ai-accent-hover);border-color:var(--ai-accent-hover)}.ai-dir-btn--secondary{background:var(--ai-surface);color:var(--ai-text);border-color:var(--ai-border)}.ai-dir-btn--secondary:hover{border-color:#cbd5e1;background:var(--ai-subtle)}.ai-dir-btn--ghost{background:transparent;color:var(--ai-muted);border-color:transparent}.ai-dir-btn--ghost:hover{color:var(--ai-accent)}.ai-dir-btn--inline{margin-top:.5rem}.ai-dir-text-link{font-weight:600;font-size:.9375rem;color:var(--ai-accent);text-decoration:none}.ai-dir-text-link:hover{text-decoration:underline}.ai-dir-browse__head{text-align:center;max-width:36rem;margin:0 auto 1.75rem}.ai-dir-browse__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.ai-dir-browse__lead{margin:0;font-size:.9375rem;color:var(--ai-muted);line-height:1.5}.ai-dir-cat-scroll{margin:0 -1rem 1.75rem;padding:0 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}@media (min-width:768px){.ai-dir-cat-scroll{margin-left:0;margin-right:0;padding:0}}.ai-dir-cat-scroll__track{display:flex;gap:.75rem;padding-bottom:.35rem;width:max-content;min-width:100%}@media (min-width:900px){.ai-dir-cat-scroll__track{width:100%;justify-content:center;flex-wrap:wrap}}.ai-dir-cat-card{flex:0 0 auto;width:min(9.5rem,42vw);padding:1rem 1rem 1.1rem;text-align:left;background:var(--ai-surface);border:1px solid var(--ai-border);border-radius:14px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;font:inherit;color:inherit}.ai-dir-cat-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px rgba(15,23,42,.06)}.ai-dir-cat-card--active{border-color:var(--ai-accent);box-shadow:0 0 0 3px var(--ai-accent-ring)}.ai-dir-cat-card__icon{display:block;font-size:1.5rem;margin-bottom:.5rem;line-height:1}.ai-dir-cat-card__title{display:block;font-size:.9375rem;font-weight:700;margin-bottom:.2rem}.ai-dir-cat-card__sub{display:block;font-size:.75rem;color:var(--ai-muted);line-height:1.35}.ai-dir-filters{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin-bottom:1.5rem}@media (min-width:640px){.ai-dir-filters{flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap}}.ai-dir-filters__label{font-size:.8125rem;font-weight:600;color:var(--ai-muted);text-transform:uppercase;letter-spacing:.04em}.ai-dir-filters__pills{display:flex;flex-wrap:wrap;gap:.5rem}.ai-dir-pill{padding:.45rem .9rem;font-size:.8125rem;font-weight:600;border-radius:999px;border:1px solid var(--ai-border);background:var(--ai-surface);color:var(--ai-muted);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.ai-dir-pill:hover{border-color:#cbd5e1;color:var(--ai-text)}.ai-dir-pill--on{border-color:var(--ai-accent);background:var(--ai-accent-soft);color:var(--ai-accent)}.ai-dir-compare{max-width:40rem;margin:0 auto 2rem;padding:1.25rem 1.35rem;background:var(--ai-subtle);border:1px solid var(--ai-border);border-radius:14px}.ai-dir-compare__title{margin:0 0 .35rem;font-size:1rem;font-weight:700}.ai-dir-compare__lead{margin:0 0 1rem;font-size:.875rem;color:var(--ai-muted);line-height:1.45}.ai-dir-compare__row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem}.ai-dir-compare__field{flex:1 1 10rem;min-width:0}.ai-dir-select{width:100%;min-height:2.5rem;padding:0 .75rem;font-size:.875rem;font-weight:500;border:1px solid var(--ai-border);border-radius:10px;background:var(--ai-surface);color:var(--ai-text)}.ai-dir-compare__vs{font-size:.75rem;font-weight:700;color:var(--ai-muted);text-transform:uppercase;letter-spacing:.08em}.ai-dir-compare__table-wrap{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--ai-border)}.ai-dir-compare__table{width:100%;font-size:.8125rem;border-collapse:collapse}.ai-dir-compare__table td,.ai-dir-compare__table th{padding:.5rem .35rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--ai-border)}.ai-dir-compare__table th[scope=col]{font-weight:700;color:var(--ai-text)}.ai-dir-compare__table th[scope=row]{font-weight:600;color:var(--ai-muted);width:5.5rem}.ai-dir-compare__links{margin:.75rem 0 0;font-size:.875rem}.ai-dir-tool-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:1fr}@media (min-width:640px){.ai-dir-tool-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.ai-dir-tool-grid{grid-template-columns:repeat(3,1fr)}}.ai-dir-empty{text-align:center;color:var(--ai-muted);font-size:.9375rem;margin:1.5rem 0}.ai-dir-browse__foot{text-align:center;margin:2rem 0 0}.ai-dir-trust{max-width:38rem}.ai-dir-trust__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.ai-dir-trust__item{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;line-height:1.55;color:var(--ai-text)}.ai-dir-trust__check{flex-shrink:0;width:1.35rem;height:1.35rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--ai-accent-soft);color:var(--ai-accent);font-weight:700;font-size:.75rem}.ai-dir-trust__foot{margin:1.5rem 0 0}.ai-dir-guides-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.ai-dir-guides-head .ai-dir-section-title{margin-bottom:0}.ai-dir-guide-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.ai-dir-guide-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ai-dir-guide-grid{grid-template-columns:repeat(3,1fr)}}.ai-dir-guide-card{padding:1.25rem 1.35rem;background:var(--ai-surface);border:1px solid var(--ai-border);border-radius:14px;display:flex;flex-direction:column;min-height:100%;transition:box-shadow .18s ease,border-color .18s ease}.ai-dir-guide-card:hover{border-color:#cbd5e1;box-shadow:0 10px 28px rgba(15,23,42,.06)}.ai-dir-guide-card__title{margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.35}.ai-dir-guide-card__title a{color:var(--ai-text);text-decoration:none}.ai-dir-guide-card__title a:hover{color:var(--ai-accent)}.ai-dir-guide-card__intro{margin:0 0 1rem;flex:1 1;font-size:.875rem;line-height:1.5;color:var(--ai-muted)}.ai-dir-guide-card__cta{font-size:.875rem;font-weight:600;color:var(--ai-accent);text-decoration:none}.ai-dir-guide-card__cta:hover{text-decoration:underline}.ai-dir-cta-band{background:var(--ai-surface)}.ai-dir-cta-band__inner{text-align:center;max-width:36rem;padding:clamp(2rem,5vw,2.75rem) 0}.ai-dir-cta-band__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.ai-dir-cta-band__text{margin:0 0 1rem;font-size:.9375rem;color:var(--ai-muted)}.ai-dir-cta-band__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:center}.ai-dir-text-link--on-dark{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.ai-dir-text-link--on-dark:hover{opacity:.9}.ai-news-home__deck{margin:0 0 1.35rem;max-width:44rem;font-size:.9375rem;color:var(--ai-muted);line-height:1.55}.ai-news-grid{display:grid;grid-gap:1.15rem;gap:1.15rem;grid-template-columns:1fr}@media (min-width:640px){.ai-news-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.ai-news-grid--page{grid-template-columns:repeat(2,1fr)}}.ai-news-card{display:flex;flex-direction:column;height:100%;padding:1.2rem 1.25rem 1.15rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl,14px);box-shadow:0 1px 3px rgba(15,23,42,.05);color:inherit;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.ai-news-card:hover{border-color:rgba(37,99,235,.32);box-shadow:0 14px 36px rgba(15,23,42,.09);transform:translateY(-2px)}.ai-news-card:focus-visible{outline:2px solid var(--accent-hover,#2563eb);outline-offset:3px}.ai-news-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.55rem}.ai-news-card__dot{opacity:.55}.ai-news-card__date{font-weight:500;text-transform:none;letter-spacing:0}.ai-news-card__title{margin:0 0 .55rem;font-size:1.05rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ai-news-card__title-link{color:inherit;text-decoration:none}.ai-news-card__title-link:hover{color:var(--accent-hover,#2563eb);text-decoration:underline;text-underline-offset:2px}.ai-news-card__teaser{margin:0 0 .65rem;flex:1 1;font-size:.9rem;line-height:1.55;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ai-news-card__block{margin:0 0 .85rem;padding-top:.65rem;border-top:1px solid rgba(15,23,42,.06)}.ai-news-card__block-title{margin:0 0 .4rem;font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:var(--text-muted);text-transform:uppercase}.ai-news-card__bullets{margin:0;padding-left:1.1rem;font-size:.85rem;line-height:1.55;color:var(--text-muted)}.ai-news-card__bullets li{margin-bottom:.35rem}.ai-news-card__bullets li:last-child{margin-bottom:0}.ai-news-card__chips{display:flex;flex-wrap:wrap;gap:.4rem}.ai-news-card__chip{display:inline-block;padding:.2rem .55rem;font-size:.75rem;font-weight:600;border-radius:999px;background:rgba(37,99,235,.08);color:var(--accent-hover,#1d4ed8)}.ai-news-card__tools{margin:0;padding:0;list-style:none;font-size:.85rem;line-height:1.5}.ai-news-card__tools li{display:block;margin-bottom:.65rem}.ai-news-card__tools li:last-child{margin-bottom:0}.ai-news-card__tool-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem}.ai-news-card__tool-name{font-weight:600;color:var(--text);text-decoration:none}.ai-news-card__tool-name:hover{text-decoration:underline}.ai-news-card__tool-out{font-size:.78rem;font-weight:600;color:var(--accent-hover,#2563eb);text-decoration:none;white-space:nowrap}.ai-news-card__tool-out:hover{text-decoration:underline}.ai-news-card__cta-row{margin-top:auto;padding-top:.85rem}.ai-news-card__cta-row .ai-news-micro-trust{margin-top:.5rem;text-align:center}.ai-news-card__cta-btn{width:100%;text-align:center;justify-content:center;font-size:.875rem;padding:.55rem 1rem}.ai-news-card__what-lead,.ai-news-card__what-prose{margin:0;font-size:.85rem;line-height:1.55;color:var(--text-muted)}.ai-news-card__what-lead{margin-bottom:.45rem}.ai-news-card__tool-tested{font-size:.75rem;line-height:1.45;color:var(--text-muted);margin:.3rem 0 0}.ai-news-tools-section-proof{font-size:.8125rem;line-height:1.5;color:var(--text-muted);margin:0 0 .65rem;max-width:44rem}.ai-news-tools-section-proof--card{font-size:.78rem;margin-bottom:.5rem}.ai-news-micro-trust{font-size:.78rem;line-height:1.45;color:var(--text-muted);margin:0}.ai-news-micro-trust--center{text-align:center;width:100%}.ai-news-listing{margin-top:.25rem}.ai-news-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.35rem;max-width:52rem}.ai-news-filter-pill{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.38rem .85rem;font-size:.8125rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.ai-news-filter-pill:hover{border-color:rgba(37,99,235,.35);color:var(--text)}.ai-news-filter-pill--on{background:rgba(37,99,235,.1);border-color:rgba(37,99,235,.45);color:var(--accent-hover,#1d4ed8)}.ai-news-trust{max-width:44rem;margin:0 0 1.5rem;padding:1rem 1.15rem;background:rgba(15,23,42,.03);border-radius:var(--radius-xl,14px);border:1px solid rgba(15,23,42,.06)}.ai-news-trust__lead{margin:0 0 .65rem;font-size:.9375rem;line-height:1.6;color:var(--text)}.ai-news-trust__sub{margin:0 0 .85rem;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.ai-news-trust__list-intro{margin:0 0 .4rem;font-size:.875rem;font-weight:600;color:var(--text);line-height:1.5}.ai-news-trust__bullets{margin:0 0 .85rem;padding-left:1.25rem;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.ai-news-trust__bullets li{margin-bottom:.35rem}.ai-news-trust__bullets li:last-child{margin-bottom:0}.ai-news-trust__foot{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-muted)}.ai-news-trust--compact{margin:0 0 1.25rem;padding:0;border:none;background:none;font-size:.9rem;line-height:1.55;color:var(--text-muted);max-width:44rem}.ai-nyheter-article__h2{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.ai-nyheter-article__list{margin:0 0 1.25rem;padding-left:1.2rem;max-width:44rem;color:var(--text-muted);line-height:1.65}.ai-nyheter-article__bullets li{margin-bottom:.4rem}.ai-nyheter-article__chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.35rem;max-width:44rem}.ai-nyheter-article__chip{display:inline-block;padding:.28rem .65rem;font-size:.8125rem;font-weight:600;border-radius:999px;background:rgba(37,99,235,.09);color:var(--accent-hover,#1d4ed8)}.ai-nyheter-article__steps{margin:0 0 1.35rem;padding-left:1.25rem;max-width:44rem;color:var(--text-muted);line-height:1.65}.ai-nyheter-article__steps li{margin-bottom:.45rem}.ai-nyheter-article__tool-intro{max-width:44rem;margin-top:-.35rem}.ai-nyheter-article__tools-rich{margin:0 0 1.5rem;padding:0;list-style:none;max-width:44rem}.ai-nyheter-article__tool-rich{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 0;border-bottom:1px solid rgba(15,23,42,.08)}.ai-nyheter-article__tool-rich:first-child{padding-top:0}.ai-nyheter-article__tool-rich:last-child{border-bottom:none}.ai-nyheter-article__tool-rich-main{flex:1 1;min-width:12rem}.ai-nyheter-article__tool-rich-name{font-weight:700;color:var(--text);text-decoration:none}.ai-nyheter-article__tool-rich-name:hover{text-decoration:underline}.ai-nyheter-article__tool-rich-hint{margin:.25rem 0 0;font-size:.875rem;color:var(--text-muted);line-height:1.45}.ai-nyheter-article__tool-rich-out{flex-shrink:0;font-size:.8125rem;padding:.45rem .85rem;white-space:nowrap}.ai-nyheter-article__original-cta{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin:1.75rem 0 .5rem;max-width:44rem}.ai-nyheter-article__meta,.ai-nyheter-page__foot{max-width:44rem}.ai-nyheter-article__meta{font-size:.875rem;color:var(--text-muted);margin:0 0 .35rem}.ai-nyheter-article__source{font-weight:600;color:var(--text)}.ai-nyheter-article__h1{margin-bottom:.35rem}.ai-nyheter-article__last-updated{font-size:.875rem;color:var(--text-muted);margin:0 0 1.2rem;max-width:44rem}.ai-nyheter-article__what-prose{max-width:44rem}.ai-nyheter-article__body{margin-bottom:.5rem}.ai-nyheter-article__p{max-width:44rem}.ai-nyheter-article__tools{margin:0 0 1.25rem;padding-left:1.15rem;max-width:44rem;color:var(--text-muted);line-height:1.65}.ai-nyheter-article__tools li{margin-bottom:.35rem}.ai-nyheter-article__tool-hint{font-size:.875rem;color:var(--text-muted)}.breadcrumb-simple__truncate{max-width:12rem;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}@media (min-width:640px){.breadcrumb-simple__truncate{max-width:28rem}}.ai-home-picks__head{margin-bottom:.35rem}.ai-home-picks__lead{margin:0 0 1.35rem;max-width:36rem;font-size:.9375rem;color:var(--ai-muted);line-height:1.55}.ai-home-picks__cta{margin:1.85rem 0 0;text-align:center}.ai-dir-guides-deck{margin:-.35rem 0 1.35rem;max-width:40rem;font-size:.9375rem;color:var(--ai-muted);line-height:1.55}.ai-money-page__lead{max-width:44rem}.ai-money-page__narrow{max-width:42rem}.ai-money-page__table-wrap{margin:1rem 0 2rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.ai-money-page__footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);max-width:42rem}.ai-money-page .ai-money-page__top-table td,.ai-money-page .ai-money-page__top-table th{font-size:.875rem;white-space:nowrap}.ai-money-page .ai-money-page__top-table td:nth-child(3),.ai-money-page .ai-money-page__top-table th:nth-child(3){white-space:normal;min-width:10rem}.ai-site-preview{display:block;max-width:44rem;margin:0 0 1.5rem;border-radius:var(--radius-xl,14px);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.ai-site-preview:hover{border-color:rgba(37,99,235,.35);box-shadow:0 16px 40px rgba(15,23,42,.1);transform:translateY(-2px)}.ai-site-preview:focus-visible{outline:2px solid var(--accent-hover,#2563eb);outline-offset:3px}.ai-site-preview__chrome{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);border-bottom:1px solid var(--border)}.ai-site-preview__dots{display:flex;gap:.3rem;flex-shrink:0}.ai-site-preview__dots span{width:.5rem;height:.5rem;border-radius:50%;background:#94a3b8}.ai-site-preview__dots span:first-child{background:#f87171}.ai-site-preview__dots span:nth-child(2){background:#fbbf24}.ai-site-preview__dots span:nth-child(3){background:#4ade80}.ai-site-preview__urlbar{flex:1 1;min-width:0;font-size:.75rem;color:var(--text-muted);padding:.28rem .6rem;border-radius:6px;background:#fff;border:1px solid #cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-site-preview__viewport{position:relative;aspect-ratio:16/10;background:#0f172a;overflow:hidden}.ai-site-preview__skeleton{position:absolute;inset:0;background:linear-gradient(110deg,#1e293b,#334155 45%,#1e293b 90%);background-size:200% 100%;animation:ai-site-preview-shimmer 1.35s ease-in-out infinite}@keyframes ai-site-preview-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.ai-site-preview__shot{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}.ai-site-preview__fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:linear-gradient(160deg,#1e293b,#0f172a);text-align:center}.ai-site-preview__fallback-logo{border-radius:12px;background:#fff;padding:6px}.ai-site-preview__fallback-text{margin:0;font-size:.9rem;line-height:1.5;color:#e2e8f0;max-width:20rem}.ai-site-preview__fallback-text strong{color:#fff;font-weight:600}.ai-site-preview__hint{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .75rem;font-size:.8125rem;font-weight:600;color:var(--accent-hover,#2563eb);background:rgba(37,99,235,.06);border-top:1px solid var(--border)}.ai-site-preview__hint-icon{font-size:1rem;line-height:1}.ai-site-preview-lead{margin-bottom:.75rem!important}.premium-tool-card{--pt-accent:#2563eb;--pt-accent-hover:#1d4ed8;--pt-border:#e2e8f0;--pt-muted:#64748b;position:relative;display:flex;flex-direction:column;padding:1.35rem 1.4rem;background:#fff;border:1px solid var(--pt-border);border-radius:14px;box-shadow:0 1px 3px rgba(15,23,42,.04);min-height:100%;transition:border-color .18s ease,box-shadow .18s ease}.premium-tool-card:hover{border-color:#cbd5e1;box-shadow:0 12px 32px rgba(15,23,42,.07)}.premium-tool-card--compact{padding:1.1rem 1.15rem}.premium-tool-card__badge{position:absolute;top:1rem;right:1rem;font-size:.625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:.28rem .5rem;border-radius:6px}.premium-tool-card__top{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:.85rem}.premium-tool-card:has(.premium-tool-card__badge) .premium-tool-card__top{padding-right:4.5rem}.premium-tool-card--compact .premium-tool-card__badge{position:static;align-self:flex-start;margin-bottom:.5rem}.premium-tool-card__logo-wrap{width:44px;height:44px;border-radius:10px;overflow:hidden;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center}.premium-tool-card__logo{width:44px;height:44px;object-fit:contain}.premium-tool-card__logo-fallback{font-size:1.125rem;font-weight:800;color:var(--pt-accent)}.premium-tool-card__title-block{min-width:0;flex:1 1}.premium-tool-card__name{margin:0 0 .35rem;font-size:1.0625rem;font-weight:700;line-height:1.25}.premium-tool-card__name a{color:#0f172a;text-decoration:none}.premium-tool-card__name a:hover{color:var(--pt-accent)}.premium-tool-card__rating{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.premium-tool-card__stars{font-size:.75rem;letter-spacing:.06em;color:#f59e0b;line-height:1}.premium-tool-card__score{font-size:.8125rem;font-weight:700;color:var(--pt-muted)}.premium-tool-card__desc{margin:0 0 .65rem;font-size:.875rem;line-height:1.5;color:var(--pt-muted)}.premium-tool-card__bestfor{margin:0 0 .75rem;font-size:.8125rem;line-height:1.45;color:#0f172a}.premium-tool-card__bestfor-label{font-weight:700;color:var(--pt-muted);margin-right:.25rem}.premium-tool-card__price{margin:0 0 1rem;font-size:.8125rem;color:var(--pt-muted)}.premium-tool-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.premium-tool-card__btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:0 1rem;font-size:.8125rem;font-weight:600;border-radius:9px;text-decoration:none;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.premium-tool-card__btn--primary{background:var(--pt-accent);color:#fff;border-color:var(--pt-accent)}.premium-tool-card__btn--primary:hover{background:var(--pt-accent-hover);border-color:var(--pt-accent-hover)}.premium-tool-card__btn--ghost{background:#fff;color:#0f172a;border-color:var(--pt-border)}.premium-tool-card__btn--ghost:hover{border-color:#cbd5e1;background:#f8fafc}@media (prefers-reduced-motion:reduce){.ai-dir-cat-card:hover,.ai-dir-guide-card:hover,.premium-tool-card:hover{transform:none}}