:root{--bg:#FAF5EC;--surface:#ffffff;--primary:#1d4289;--secondary:#dc582a;--success:#2E8B57;--error:#d3273e;--text:#0E1E3D;--text-sub:#5A6783;--text-hint:#A1A9BC;--quick-bg:#FFE9D9;--deep-bg:#E8EFFC;--input-bg:#F0EBE0;--divider:rgba(14,30,61,0.08);--r-sm:6px;--r-md:12px;--r-lg:18px;--r-pill:999px;--shadow-sm:0 1px 6px rgba(14,30,61,0.04);--shadow-card:0 2px 16px rgba(14,30,61,0.06);--shadow-lg:0 12px 48px rgba(14,30,61,0.12);--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--container:1200px;--container-narrow:720px}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none}ol,ul{list-style:none}input{font-family:inherit}.i{width:18px;height:18px;flex-shrink:0}.btn .i{width:16px;height:16px}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.container--narrow{max-width:var(--container-narrow)}.section{padding:96px 0}.section--alt{background:var(--surface)}.section--trust{background:var(--primary);color:#fff}.section--trust .section__sub,.section--trust h2{color:#fff}.section__head{text-align:center;max-width:640px;margin:0 auto 64px}.section__sub{font-size:17px;color:var(--text-sub);margin-top:12px;line-height:1.55}.section--trust .section__sub{color:rgba(255,255,255,.75)}h1,h2,h3{font-weight:900;color:var(--text);letter-spacing:-.02em;line-height:1.1}h1{font-size:clamp(38px,6vw,64px)}h2{font-size:clamp(28px,4vw,44px)}h3{font-size:19px;letter-spacing:-.01em}.eyebrow{font-size:12px;font-weight:800;color:var(--text-hint);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px}.eyebrow--light,.section--trust .eyebrow{color:rgba(255,255,255,.7)}em{font-style:normal;color:var(--secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:var(--r-md);font-size:15px;font-weight:800;letter-spacing:-.01em;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn--sm{padding:9px 16px;font-size:13px}.btn--primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(29,66,137,.25)}.btn--secondary{background:var(--secondary);color:#fff;box-shadow:var(--shadow-sm)}.btn--secondary:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(220,88,42,.3)}.btn--ghost{background:transparent;color:var(--text);border:1.5px solid var(--divider)}.btn--ghost:hover{border-color:var(--text)}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(250,245,236,.85);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--divider)}.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:14px;padding-bottom:14px}.nav__logo{font-size:22px;font-weight:900;color:var(--primary);letter-spacing:-.03em}.nav__links{display:flex;gap:28px}.nav__links a{font-size:14px;font-weight:600;color:var(--text-sub);transition:color .15s ease}.nav__links a:hover{color:var(--primary)}.nav__actions{display:flex;align-items:center;gap:10px}.lang-switch-wrap{position:relative;display:inline-flex}.lang-switch__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;padding:6px;background:var(--surface);border:1px solid var(--divider);border-radius:var(--r-md);box-shadow:var(--shadow-card);z-index:100;display:flex;flex-direction:column;gap:2px}.lang-switch__item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-sm);font-size:14px;text-align:left;color:var(--text);transition:background-color .15s ease}.lang-switch__item:hover{background:var(--input-bg)}.lang-switch__item--active{color:var(--primary)}.lang-switch__code{font-weight:600;letter-spacing:.4px;font-size:12px;color:var(--text-sub);min-width:22px}.lang-switch__item--active .lang-switch__code{color:var(--primary)}.lang-switch__name{font-weight:500}.lang-switch{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:var(--r-pill);font-size:12px;font-weight:800;color:var(--text-sub);background:transparent;border:1px solid var(--divider);transition:color .15s ease,border-color .15s ease;letter-spacing:.4px}.lang-switch:hover{color:var(--primary);border-color:var(--primary)}.lang-switch .i{width:14px;height:14px}@media (max-width:768px){.nav__links{display:none}}.hero{padding:64px 0 96px;overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.hero__title{margin-bottom:22px}.hero__sub{font-size:18px;color:var(--text-sub);max-width:540px;line-height:1.55}.hero__trust{gap:24px;margin-top:28px}.hero__trust,.store-badges{display:flex;flex-wrap:wrap}.store-badges{gap:12px;margin-top:36px}.store-badge{display:inline-flex;align-items:center;gap:12px;background:#000;color:#fff;padding:10px 18px;border-radius:12px;border:1px solid #000;min-width:168px;text-decoration:none;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;box-shadow:0 6px 18px rgba(14,30,61,.18)}.store-badge:hover{transform:translateY(-2px);background:#111;box-shadow:0 10px 28px rgba(14,30,61,.28);color:#fff}.store-badge:active{transform:translateY(0)}.store-badge__icon{width:26px;height:26px;flex-shrink:0}.store-badge__text{display:flex;flex-direction:column;line-height:1.1;text-align:left}.store-badge__sm{font-size:10px;font-weight:500;letter-spacing:.5px;opacity:.85;text-transform:uppercase}.store-badge__lg{font-size:17px;font-weight:600;letter-spacing:-.2px}.store-badges--lg{justify-content:center;gap:14px;margin-top:32px}.store-badges--lg .store-badge{padding:12px 22px;min-width:192px}.store-badges--lg .store-badge__icon{width:30px;height:30px}.store-badges--lg .store-badge__sm{font-size:11px}.store-badges--lg .store-badge__lg{font-size:19px}@media (max-width:480px){.store-badge{flex:1 1 100%;justify-content:center;min-width:0}}.trust-item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text-sub)}.trust-item .i{color:var(--primary)}@media (max-width:900px){.hero__inner{grid-template-columns:1fr;gap:48px}.hero__sub{max-width:100%}}.hero__mockup{display:flex;justify-content:center;perspective:1000px}.phone{width:320px;background:#0E1E3D;border-radius:44px;padding:9px;box-shadow:var(--shadow-lg),0 0 0 1px rgba(255,255,255,.08) inset;position:relative;transform:rotate(-2deg)}.phone__notch{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:100px;height:26px;background:#0E1E3D;border-radius:14px;z-index:2}.phone__screen{background:var(--bg);border-radius:36px;overflow:hidden;aspect-ratio:9/19.5;display:flex;flex-direction:column}.m-status{display:flex;justify-content:space-between;padding:14px 26px 6px;font-size:13px;font-weight:700}.m-status,.m-status__icons{align-items:center;color:var(--text)}.m-status__icons{display:inline-flex;gap:5px}.m-status__icons svg{width:14px;height:10px}.m-status__bat{position:relative;width:22px;height:11px;border:1.3px solid var(--text);border-radius:3px;padding:1px;display:inline-flex;align-items:stretch}.m-status__bat:after{content:"";position:absolute;right:-3px;top:50%;transform:translateY(-50%);width:2px;height:5px;background:var(--text);border-radius:0 1px 1px 0}.m-status__bat-fill{display:block;width:22%;background:#d3273e;border-radius:1px}.m-nav{display:flex;align-items:center;gap:10px;padding:10px 14px 12px}.m-nav__back{display:inline-flex;align-items:center;padding:6px 14px;border-radius:var(--r-pill);background:var(--surface);color:var(--text);font-size:12px;font-weight:700;box-shadow:0 1px 3px rgba(14,30,61,.06),0 0 0 1px var(--divider) inset}.m-nav__title{flex:1 1;text-align:center;color:var(--text);font-size:14px;font-weight:800;padding-right:56px}.m-photo{position:relative;height:220px;background:var(--input-bg)}.m-photo img{width:100%;height:100%;object-fit:cover}.m-photo__overlay{position:absolute;bottom:0;left:0;right:0;padding:30px 14px 12px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;background:linear-gradient(180deg,rgba(14,30,61,0),rgba(14,30,61,.55))}.m-photo__label{font-size:10px;font-weight:800;color:#fff;letter-spacing:.6px}.m-photo__pill{background:var(--secondary);padding:4px 12px;border-radius:var(--r-pill);display:inline-flex;align-items:baseline;gap:1px;box-shadow:0 2px 6px rgba(220,88,42,.35)}.m-photo__score{font-size:16px;font-weight:900;color:#fff;letter-spacing:-.3px}.m-photo__max{font-size:10px;color:rgba(255,255,255,.92);font-weight:700}.m-card{background:var(--surface);padding:16px 16px 14px;border-top:1px solid var(--divider)}.m-card--tags{padding-top:14px}.m-card__title{font-size:13px;font-weight:800;color:var(--text);margin-bottom:10px;letter-spacing:-.2px}.m-card__sub{font-size:10px;color:var(--text-sub);font-weight:600;margin:-6px 0 12px}.m-bar{margin-bottom:11px}.m-bar:last-child{margin-bottom:0}.m-bar__row{display:flex;justify-content:space-between;align-items:baseline;font-size:11px;margin-bottom:5px;color:var(--text);font-weight:700}.m-bar__val{font-size:12px;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text);letter-spacing:-.2px}.m-bar__max{font-size:9px;font-weight:700;color:var(--text-hint);margin-left:2px}.m-bar__track{height:4px;background:var(--divider);border-radius:2px;overflow:hidden}.m-bar__fill{height:100%;background:var(--primary);border-radius:2px}.m-tags{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.m-tag{justify-content:space-between;gap:6px;background:var(--bg);border:1px solid var(--divider);padding:6px 6px 6px 12px;border-radius:var(--r-pill);font-size:11px;font-weight:700;color:var(--text)}.m-tag,.m-tag__count{display:inline-flex;align-items:center}.m-tag__count{background:var(--deep-bg);color:var(--primary);min-width:18px;height:18px;padding:0 5px;border-radius:999px;justify-content:center;font-size:10px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;counter-reset:step}.step{background:var(--surface);padding:32px;border-radius:var(--r-lg);border:1px solid var(--divider);position:relative}.step__num{font-size:12px;font-weight:900;color:var(--text-hint);letter-spacing:1px;margin-bottom:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.step__icon{width:48px;height:48px;border-radius:var(--r-pill);background:var(--deep-bg);display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--primary)}.step__icon .i{width:22px;height:22px}.step h3{margin-bottom:8px}.step p{color:var(--text-sub);font-size:14px;line-height:1.55}@media (max-width:900px){.steps{grid-template-columns:1fr}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.product{background:var(--bg);border-radius:var(--r-lg);padding:32px;border:1px solid var(--divider)}.product--deep{background:var(--primary);color:#fff;border-color:var(--primary)}.product--deep h3{color:#fff}.product--deep .product__list li,.product--deep p{color:rgba(255,255,255,.85)}.product--deep .product__list .i{color:rgba(255,255,255,.9)}.product__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--r-pill);font-size:12px;font-weight:800;margin-bottom:18px}.product__badge--quick{background:var(--quick-bg);color:var(--secondary)}.product__badge--deep{background:rgba(255,255,255,.15);color:#fff}.product h3{margin-bottom:12px;font-size:22px}.product p{color:var(--text-sub);margin-bottom:22px;line-height:1.6}.product__list{display:flex;flex-direction:column;gap:10px}.product__list li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--text)}.product__list .i{color:var(--primary);width:16px;height:16px}@media (max-width:768px){.product-grid{grid-template-columns:1fr}}.criteria{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.criterion{background:var(--surface);padding:24px;border-radius:var(--r-md);border:1px solid var(--divider)}.criterion__num{font-size:11px;font-weight:900;color:var(--secondary);letter-spacing:1px;margin-bottom:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.criterion h3{font-size:17px;margin-bottom:6px}.criterion p{font-size:13px;color:var(--text-sub);line-height:1.55}@media (max-width:900px){.criteria{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.criteria{grid-template-columns:1fr}}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.why{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-lg);padding:28px}.why__icon{width:48px;height:48px;border-radius:var(--r-pill);background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#fff}.why__icon .i{width:22px;height:22px}.why h3{color:#fff;font-size:17px;margin-bottom:8px}.why p{color:rgba(255,255,255,.75);font-size:14px;line-height:1.55}@media (max-width:900px){.why-grid{grid-template-columns:1fr}}.faq{display:flex;flex-direction:column;gap:10px}.faq__item{background:var(--surface);border-radius:var(--r-md);border:1px solid var(--divider);overflow:hidden}.faq__item summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:16px;font-weight:700;color:var(--text);cursor:pointer;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary .i{transition:transform .2s ease;color:var(--text-hint)}.faq__item[open] summary .i{transform:rotate(180deg)}.faq__item p{padding:0 24px 22px;color:var(--text-sub);font-size:15px;line-height:1.65}.section--cta{background:var(--bg);padding-bottom:120px}.cta-card{background:var(--primary);border-radius:var(--r-lg);padding:56px 48px;text-align:center;color:#fff;max-width:720px;margin:0 auto;box-shadow:var(--shadow-card)}.cta-card h2{color:#fff;margin-bottom:12px}.cta-card p{color:rgba(255,255,255,.8);font-size:16px;max-width:460px;margin:0 auto}@media (max-width:600px){.cta-card{padding:40px 24px}}.blog-hero{padding:56px 0 32px;background:var(--bg)}.blog-hero__title{font-size:clamp(36px,5vw,52px);font-weight:900;letter-spacing:-1.5px;line-height:1.05;margin:12px 0 16px}.blog-hero__sub{font-size:18px;color:var(--text-sub);max-width:560px;line-height:1.6}.blog-list-section{padding:24px 0 80px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:28px;gap:28px}.blog-card{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--divider);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.blog-card__media{position:relative;aspect-ratio:16/10;overflow:hidden;display:block}.blog-card__media img{width:100%;height:100%;object-fit:cover}.blog-card__cat{position:absolute;top:12px;left:12px;background:var(--primary);color:#fff;font-size:11px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;padding:5px 10px;border-radius:var(--r-pill)}.blog-card__body{padding:20px 22px 22px;flex:1 1;display:flex;flex-direction:column}.blog-card__date{font-size:12px;font-weight:700;color:var(--text-hint);text-transform:uppercase;letter-spacing:.3px}.blog-card__title{font-size:20px;font-weight:800;line-height:1.25;margin:8px 0 10px;letter-spacing:-.3px}.blog-card__title a:hover{color:var(--primary)}.blog-card__excerpt{font-size:15px;color:var(--text-sub);line-height:1.55;flex:1 1;margin-bottom:16px}.blog-card__more{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:800;color:var(--primary)}.blog-cta-btn{margin-top:8px}.blog-hero-split{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:380px;background:var(--primary)}.blog-hero-split__panel{background:var(--primary);color:#fff;display:flex;align-items:center;padding:56px clamp(24px,5vw,56px)}.blog-hero-split__inner{margin-left:auto;max-width:540px;width:100%;display:flex;flex-direction:column;gap:14px}.blog-hero-split__image{position:relative;overflow:hidden;min-height:380px;background:var(--input-bg)}.blog-hero-split__image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:900px){.blog-hero-split{grid-template-columns:1fr;min-height:0}.blog-hero-split__image{min-height:220px;aspect-ratio:16/10}.blog-hero-split__inner{margin-left:0;max-width:none}.blog-hero-split__panel{padding:40px 24px}}.blog-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-sub);margin-bottom:4px}.blog-breadcrumb a:hover{color:var(--primary)}.blog-breadcrumb span:last-child{color:var(--text);font-weight:700;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-article__cat{display:inline-block;align-self:flex-start;background:var(--deep-bg);color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:5px 12px;border-radius:var(--r-pill)}.blog-article__title{font-size:clamp(30px,4vw,42px);font-weight:900;letter-spacing:-1px;line-height:1.08}.blog-article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-sub)}.blog-hero-split .blog-breadcrumb{color:rgba(255,255,255,.72);margin-bottom:0}.blog-hero-split .blog-breadcrumb a{color:rgba(255,255,255,.72)}.blog-hero-split .blog-breadcrumb a:hover,.blog-hero-split .blog-breadcrumb span:last-child{color:#fff}.blog-hero-split .blog-article__cat{background:var(--secondary);color:#fff}.blog-hero-split .blog-article__title{color:#fff}.blog-hero-split .blog-article__meta{color:rgba(255,255,255,.78)}.blog-inline-cta{display:flex;align-items:center;gap:18px;margin:32px 0 12px;padding:16px 18px 16px 22px;background:var(--surface);border:1px solid var(--divider);border-left:3px solid var(--secondary);border-radius:var(--r-md);box-shadow:var(--shadow-sm)}.blog-inline-cta__text{flex:1 1;display:flex;flex-direction:column;gap:3px;min-width:0}.blog-inline-cta__eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--secondary)}.blog-inline-cta__title{font-size:16px;font-weight:800;color:var(--text);line-height:1.3}.blog-inline-cta__btn{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;font-size:14px;font-weight:800;padding:11px 18px;border-radius:var(--r-pill);white-space:nowrap;flex-shrink:0;transition:transform .15s ease,background .15s ease}.blog-inline-cta__btn:hover{background:#163569;transform:translateY(-1px)}.blog-inline-cta__btn .i{width:14px;height:14px}@media (max-width:600px){.blog-inline-cta{flex-direction:column;align-items:stretch;gap:12px}.blog-inline-cta__btn{justify-content:center}}.blog-article__layout{display:grid;grid-template-columns:200px 1fr;grid-gap:48px;gap:48px;align-items:start;padding:24px 0 80px}@media (max-width:900px){.blog-article__layout{grid-template-columns:1fr;gap:32px}.blog-toc{position:static}}.blog-toc{position:-webkit-sticky;position:sticky;top:88px;padding:16px;background:var(--surface);border:1px solid var(--divider);border-radius:var(--r-md)}.blog-toc__title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--text-hint);margin-bottom:12px}.blog-toc__list{display:flex;flex-direction:column;gap:8px}.blog-toc__link{font-size:13px;font-weight:600;color:var(--text-sub);line-height:1.35;transition:color .15s ease}.blog-toc__link:hover{color:var(--primary)}.blog-prose{font-size:17px;line-height:1.75;color:var(--text-sub)}.blog-prose>*+*{margin-top:1.25em}.blog-prose h2{font-size:26px;letter-spacing:-.4px;margin-top:2em;margin-bottom:.6em;scroll-margin-top:96px}.blog-prose h2,.blog-prose h3{font-weight:800;color:var(--text)}.blog-prose h3{font-size:20px;margin-top:1.5em}.blog-prose p{color:var(--text-sub)}.blog-prose strong{color:var(--text);font-weight:700}.blog-prose a{color:var(--primary);font-weight:700;border-bottom:1px solid rgba(29,66,137,.25)}.blog-prose a:hover{border-bottom-color:var(--primary)}.blog-prose ul{list-style:disc;padding-left:1.4em;margin:.5em 0}.blog-prose li{margin-bottom:.4em}.blog-prose li::marker{color:var(--primary)}.infobox{padding:16px 18px;border-radius:var(--r-md);font-size:15px;line-height:1.6;border:1px solid var(--divider)}.infobox strong{color:var(--text)}.infobox--tipp{background:rgba(46,139,87,.08);border-color:rgba(46,139,87,.2)}.infobox--hinweis{background:var(--deep-bg);border-color:rgba(29,66,137,.15)}.infobox--warnung{background:rgba(211,39,62,.06);border-color:rgba(211,39,62,.2)}.blog-related{padding:56px 0 80px;background:var(--surface);border-top:1px solid var(--divider)}.blog-related__title{font-size:28px;font-weight:900;letter-spacing:-.5px;margin-bottom:28px;text-align:center}.blog-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px}.blog-related-card{display:block;background:var(--bg);border-radius:var(--r-md);border:1px solid var(--divider);overflow:hidden;transition:transform .15s ease}.blog-related-card:hover{transform:translateY(-2px)}.blog-related-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.blog-related-card__cat{display:block;padding:12px 14px 0;font-size:10px;font-weight:800;text-transform:uppercase;color:var(--primary);letter-spacing:.4px}.blog-related-card__title{display:block;padding:6px 14px 16px;font-size:16px;font-weight:800;color:var(--text);line-height:1.3}.blog-not-found{padding:120px 0;text-align:center}.blog-not-found h1{font-size:32px;font-weight:900;margin-bottom:12px}.blog-not-found p{color:var(--text-sub);margin-bottom:24px}.legal-hero{background:var(--bg);padding:56px 0 32px}.legal-back{display:inline-flex;align-items:center;font-size:13px;font-weight:700;color:var(--text-sub);margin-bottom:28px;transition:color .15s ease}.legal-back:hover{color:var(--primary)}.legal-hero__title{font-size:clamp(36px,5vw,52px);font-weight:900;letter-spacing:-1.5px;line-height:1.05;color:var(--text);margin:12px 0}.legal-hero__meta{font-size:13px;font-weight:700;color:var(--text-hint);letter-spacing:.3px;text-transform:uppercase;margin-bottom:20px}.legal-hero__lead{font-size:17px;line-height:1.6;color:var(--text-sub);max-width:620px}.legal-body{background:var(--bg);padding:24px 0 96px}.legal-section{padding:32px 0;border-top:1px solid var(--divider)}.legal-section:first-child{border-top:none;padding-top:8px}.legal-section h2{font-size:22px;font-weight:800;color:var(--text);letter-spacing:-.3px;margin-bottom:14px}.legal-section p{font-size:16px;line-height:1.7;color:var(--text-sub)}.legal-section a{color:var(--primary);font-weight:700;border-bottom:1px solid rgba(29,66,137,.25);transition:border-color .15s ease}.legal-section a:hover{border-bottom-color:var(--primary)}.legal-list{list-style:none;margin:0;padding:0}.legal-list li{position:relative;padding-left:22px;font-size:16px;line-height:1.65;color:var(--text-sub);margin-bottom:8px}.legal-list li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--primary)}.footer{background:var(--surface);border-top:1px solid var(--divider);padding:56px 0 32px}.footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.footer__brand p{color:var(--text-sub);font-size:14px;margin-top:8px}.footer__logo{font-size:22px;font-weight:900;color:var(--primary);letter-spacing:-.03em}.footer__legal,.footer__links{display:flex;flex-direction:column;gap:10px}.footer__legal a,.footer__links a{color:var(--text-sub);font-size:14px;font-weight:500;transition:color .15s ease}.footer__legal a:hover,.footer__links a:hover{color:var(--primary)}.footer__legal span{color:var(--text-hint);font-size:13px;margin-top:8px}@media (max-width:768px){.footer__inner{grid-template-columns:1fr;gap:32px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_d0be19{font-family:Inter,Inter Fallback;font-style:normal}.__variable_d0be19{--font-inter:"Inter","Inter Fallback"}