*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#53b0dc;--primary-light:#b4d2e6;--primary-dark:#2a91be;--primary-darkest:#0d2a3d;--primary-bg:#eef6fb;--bg:#ffffff;--bg-off:#f5f9fc;--text-dark:#1a2530;--text-mid:#4a5568;--text-muted:#8a9ab0;--border:rgba(83,176,220,0.15);--border-strong:rgba(83,176,220,0.28);--font:"Lato",system-ui,sans-serif;--radius:100px;--radius-lg:8px;--max:1120px;--chat-bg:#ffffff}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text-dark);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);padding:0 2rem;justify-content:space-between;height:72px}.nav-logo,nav{display:flex;align-items:center}.nav-logo{text-decoration:none}.nav-logo img{height:44px;width:auto}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-cta{border:1px solid var(--primary)!important;color:var(--primary)!important;background:transparent!important;padding:8px 20px;font-size:12px!important;font-weight:700!important;letter-spacing:.1em;transition:background .2s,color .2s!important}.nav-cta:hover{background:var(--primary)!important;color:white!important}.lang-toggle{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);cursor:pointer;border:1px solid var(--border-strong);border-radius:20px;padding:4px 10px;background:transparent;transition:background .2s;font-family:var(--font)}.lang-toggle.active,.lang-toggle:hover{background:var(--primary-bg)}.lang-toggle.active{color:var(--primary-dark)}#hero{background:var(--bg);min-height:88vh;display:grid;grid-template-columns:1fr 1fr;max-width:100%;overflow:hidden;position:relative}.hero-left{padding:80px 64px 80px 80px;display:flex;flex-direction:column;justify-content:center;max-width:680px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--primary-bg);border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700;color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:32px;width:-moz-fit-content;width:fit-content}.hero-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--primary)}.hero-h1{font-family:var(--font);font-size:clamp(40px,5vw,62px);font-weight:300;line-height:1;letter-spacing:-.04em;color:var(--text-dark);margin-bottom:24px}.hero-h1 em{font-style:normal;color:var(--primary)}.hero-sub{font-size:17px;color:var(--text-mid);line-height:1.65;max-width:420px;margin-bottom:40px}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-primary{border:1px solid var(--primary);color:var(--primary);background:transparent;padding:12px 28px;border-radius:var(--radius);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s,color .2s;display:inline-block;cursor:pointer}.btn-primary:hover{background:var(--primary);color:white}.btn-ghost{color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s;border:none;background:none;cursor:pointer}.btn-ghost:hover{color:var(--primary-dark)}.btn-ghost svg{width:16px;height:16px}.hero-trust{margin-top:56px;padding-top:40px;border-top:1px solid var(--border);display:flex;gap:32px}.trust-item{display:flex;flex-direction:column;gap:4px}.trust-number{font-family:var(--font);font-size:32px;font-weight:300;color:var(--primary);letter-spacing:-.02em}.trust-label{font-size:12px;color:var(--text-muted);letter-spacing:.04em}.trust-item-google{text-decoration:none;min-width:116px}.trust-item-google .trust-number{white-space:nowrap}.trust-item-google .trust-label{overflow-wrap:break-word;-webkit-hyphens:manual;hyphens:manual}.trust-item-google .trust-number{color:var(--primary)}.trust-item-google:hover .trust-label{text-decoration:underline}.hero-right{background:var(--primary-bg);position:relative;overflow:hidden}.hero-portrait{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:92%;width:auto;object-fit:contain;object-position:bottom center;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.hero-right-inner{position:relative;z-index:2;padding:48px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end}.doctor-card{background:rgba(255,255,255,.88);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.doctor-name{font-family:var(--font);font-size:20px;font-weight:400;color:var(--text-dark);margin-bottom:4px}.doctor-title{font-size:11px;color:var(--primary);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-weight:700}.doctor-quote{font-size:14px;font-style:italic;color:var(--text-mid);line-height:1.6;font-weight:300}.hero-certifications{display:flex;gap:8px;flex-wrap:wrap}.cert-badge{background:rgba(255,255,255,.88);border:1px solid var(--border);border-radius:var(--radius);padding:7px 12px;font-size:11px;color:var(--text-mid);display:flex;align-items:center;gap:6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cert-badge svg{width:13px;height:13px;color:var(--primary)}.hero-bg-circle{top:-20%;right:-15%;width:500px;height:500px}.hero-bg-circle,.hero-bg-circle-2{position:absolute;border-radius:50%;border:1px solid var(--border);pointer-events:none}.hero-bg-circle-2{top:10%;right:5%;width:300px;height:300px}.anonym-banner{background:var(--primary-bg);border-bottom:1px solid var(--border);padding:14px 2rem;display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;color:var(--primary-dark)}.anonym-banner strong{font-weight:700}.anonym-banner a{color:var(--primary-dark);font-weight:700;text-decoration:underline;text-underline-offset:2px}section{padding:96px 2rem}.container{max-width:var(--max);margin:0 auto}.section-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin-bottom:16px}.section-title{font-family:var(--font);font-size:clamp(32px,4vw,48px);font-weight:300;letter-spacing:-.04em;line-height:1.05;color:var(--text-dark);margin-bottom:24px}.section-title em{font-style:normal;color:var(--primary)}.section-intro{font-size:17px;color:var(--text-mid);max-width:560px;line-height:1.7;margin-bottom:56px}#ablauf{background:var(--bg-off)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;margin-top:48px}.step-card{background:var(--bg);padding:36px 28px;position:relative}.step-card:first-child{border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.step-card:last-child{border-radius:0 var(--radius-lg) var(--radius-lg) 0}.step-num{font-family:var(--font);font-size:56px;font-weight:300;color:var(--primary-light);line-height:1;margin-bottom:20px;letter-spacing:-.04em}.step-title{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:10px;letter-spacing:.02em}.step-desc{font-size:14px;color:var(--text-mid);line-height:1.6}.step-duration{display:inline-block;margin-top:16px;font-size:12px;color:var(--primary-dark);background:var(--primary-bg);padding:4px 10px;border-radius:20px}#kosten{background:var(--bg)}.kosten-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:start}.kosten-main-price{display:flex;align-items:baseline;gap:8px;margin:32px 0}.price-big{font-family:var(--font);font-size:72px;font-weight:300;color:var(--primary);letter-spacing:-.04em;line-height:1}.price-suffix{font-size:22px;color:var(--text-muted)}.price-note{font-size:14px;color:var(--text-muted);margin-top:8px}.kosten-breakdown{border-top:1px solid var(--border);margin-top:24px}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--border);font-size:14px}.breakdown-label{color:var(--text-mid)}.breakdown-val{font-weight:700;color:var(--text-dark)}.kosten-comparison{background:var(--bg-off);border-radius:var(--radius-lg);padding:36px}.comp-title{font-size:11px;font-weight:700;color:var(--text-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px}.comp-item{display:flex;gap:16px;align-items:flex-start}.comp-bar-wrap{flex:1 1}.comp-method{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:6px}.comp-bar{height:6px;background:var(--primary-light);border-radius:3px;overflow:hidden;margin-bottom:4px}.comp-bar-fill{height:100%;border-radius:3px;transition:width 1s ease}.comp-bar-fill.vasektomie{background:var(--primary);width:15%}.comp-bar-fill.pille{background:var(--text-mid);width:100%}.comp-bar-fill.kondom{background:var(--text-muted);width:85%}.comp-bar-fill.tubenligatur{background:var(--primary-dark);width:40%}.comp-cost{font-size:12px;color:var(--text-muted)}.kkv-note{margin-top:24px;padding:14px 16px;background:var(--primary-bg);border-left:3px solid var(--primary);border-radius:0 6px 6px 0;font-size:13px;color:var(--text-mid)}#methode{background:var(--primary-darkest);color:white}#methode .section-label{color:var(--primary-light)}#methode .section-title{color:white}#methode .section-title em{color:var(--primary-light)}#methode .section-intro{color:rgba(255,255,255,.6)}.methode-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;margin-top:48px}.methode-card{padding:40px;position:relative}.methode-card.classic{background:rgba(255,255,255,.04);border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.methode-card.noscalpel{border-radius:0 var(--radius-lg) var(--radius-lg) 0}.recommended-badge{position:absolute;top:24px;right:24px;background:var(--primary);color:white;padding:4px 12px;border-radius:20px;letter-spacing:.08em}.methode-name,.recommended-badge{font-size:11px;font-weight:700;text-transform:uppercase}.methode-name{letter-spacing:.12em;color:var(--primary-light);margin-bottom:12px}.methode-title{font-family:var(--font);font-size:24px;font-weight:300;color:white;margin-bottom:20px;line-height:1.2}.methode-desc{font-size:14px;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:28px}.methode-features{list-style:none}.methode-features li{font-size:14px;color:rgba(255,255,255,.75);padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px}.methode-features li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--primary-light);flex-shrink:0}#faq{background:var(--bg-off)}.faq-layout{display:grid;grid-template-columns:1fr 2fr;grid-gap:80px;gap:80px;align-items:start}.faq-sidebar-text{font-size:14px;color:var(--text-mid);line-height:1.7;margin-top:16px}.faq-item{border-bottom:1px solid var(--border-strong);overflow:hidden}.faq-question{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:400;color:var(--text-dark);font-family:var(--font);transition:color .2s}.faq-question:hover{color:var(--primary-dark)}.faq-icon{width:24px;height:24px;border:1px solid var(--border-strong);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;color:var(--text-mid);transition:transform .3s,background .2s}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--primary);border-color:var(--primary);color:white}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer-inner{padding-bottom:24px;font-size:15px;color:var(--text-mid);line-height:1.75}.faq-item.open .faq-answer{max-height:400px}#blog{background:var(--bg)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:48px}.blog-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:block}.blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px rgba(83,176,220,.12)}.blog-card-img{height:180px;display:flex;align-items:center;justify-content:center;font-size:40px;font-family:var(--font);font-weight:300;color:white}.blog-card-img.green{background:var(--primary-dark)}.blog-card-img.sage{background:var(--primary)}.blog-card-img.cream{background:var(--primary-light);color:var(--primary-darkest)}.blog-card-body{padding:24px}.blog-tag{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:10px}.blog-title{font-family:var(--font);font-size:19px;font-weight:400;line-height:1.3;color:var(--text-dark);margin-bottom:10px}.blog-excerpt{font-size:13px;color:var(--text-mid);line-height:1.6}.blog-meta{font-size:12px;color:var(--text-muted);margin-top:16px}#bewertungen{padding:96px 2rem;background:var(--bg-off)}.reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.reviews-google-badge{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 16px;text-decoration:none;flex-shrink:0;transition:box-shadow .15s}.reviews-google-badge:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.reviews-google-score{display:flex;flex-direction:column;gap:2px}.reviews-score-num{font-size:22px;font-weight:700;color:var(--text-dark);line-height:1}.reviews-stars{color:#f4a124;font-size:14px;letter-spacing:1px}.reviews-count{font-size:11px;color:var(--text-mid);font-weight:400}.reviews-track-wrap{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.reviews-track-wrap::-webkit-scrollbar{display:none}.reviews-track{display:grid;grid-template-columns:repeat(6,280px);grid-gap:14px;gap:14px;width:max-content;padding-bottom:4px}@media (min-width:900px){.reviews-track{grid-template-columns:repeat(3,1fr);width:100%}}.review-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:22px;scroll-snap-align:start;display:flex;flex-direction:column;gap:12px}.review-stars{color:#f4a124;font-size:15px;letter-spacing:2px}.review-text{font-size:14px;color:var(--text-dark);line-height:1.65;margin:0;flex:1 1}.review-author{display:flex;flex-direction:column;gap:2px;margin-top:auto}.review-name{font-size:13px;font-weight:700;color:var(--text-dark)}.review-time{font-size:12px;color:var(--text-mid)}.reviews-cta{text-align:center;margin-top:32px}#cta{background:var(--primary);padding:120px 2rem;text-align:center}#cta .section-label{color:rgba(255,255,255,.7);text-align:center}#cta .section-title{color:white;max-width:600px;margin:0 auto 24px}#cta .section-title em{color:rgba(255,255,255,.8)}#cta .section-intro{color:rgba(255,255,255,.75);margin:0 auto 48px;text-align:center}.cta-actions{align-items:center;justify-content:center;gap:16px}.btn-primary-lg{background:white;color:var(--primary);padding:14px 36px;border-radius:var(--radius);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s;display:inline-block}.btn-primary-lg:hover{background:var(--bg-off)}.btn-outline-lg{border:1px solid rgba(255,255,255,.6);color:rgba(255,255,255,.9);padding:14px 36px;border-radius:var(--radius);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:border-color .2s,color .2s,background .2s;display:inline-block}.btn-outline-lg:hover{border-color:white;color:white;background:rgba(255,255,255,.1)}.cta-privacy{margin-top:32px;color:rgba(255,255,255,.45)}footer{background:var(--text-dark);padding:60px 2rem 40px;color:rgba(255,255,255,.5);font-size:13px}.footer-grid{max-width:var(--max);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin:0 auto 48px}.footer-brand{font-size:18px;font-weight:300;color:rgba(255,255,255,.85);margin-bottom:12px;letter-spacing:.02em}.footer-tagline{font-size:13px;line-height:1.6}.footer-col h4{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:16px}.footer-col a,.footer-col p{display:block;color:rgba(255,255,255,.4);text-decoration:none;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:rgba(255,255,255,.8)}.footer-bottom{max-width:var(--max);margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}#chatbot-bubble{position:fixed;bottom:28px;right:28px;z-index:1000}.chat-toggle-btn{width:60px;height:60px;background:var(--primary);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(83,176,220,.4);transition:transform .2s,background .2s;position:relative}.chat-toggle-btn:hover{transform:scale(1.05);background:var(--primary-dark)}.chat-toggle-btn svg{width:24px;height:24px}.chat-pulse{position:absolute;top:-2px;right:-2px;width:14px;height:14px;background:var(--primary-dark);border-radius:50%;border:2px solid white;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(83,176,220,.5)}70%{box-shadow:0 0 0 8px rgba(83,176,220,0)}to{box-shadow:0 0 0 0 rgba(83,176,220,0)}}#chat-window{position:fixed;bottom:100px;right:28px;width:380px;max-height:580px;background:var(--chat-bg);border-radius:16px;box-shadow:0 20px 80px rgba(0,0,0,.15),0 0 0 1px var(--border);display:flex;flex-direction:column;overflow:hidden;z-index:999;transform:scale(.95) translateY(10px);opacity:0;pointer-events:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}#chat-window.open{transform:scale(1) translateY(0);opacity:1;pointer-events:all}.chat-header{background:var(--primary);padding:18px 20px;justify-content:space-between;flex-shrink:0}.chat-header,.chat-header-left{display:flex;align-items:center}.chat-header-left{gap:12px}.chat-avatar{width:36px;height:36px;background:var(--primary-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:white}.chat-agent-name{font-size:14px;font-weight:700;color:white}.chat-status{font-size:11px;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:5px}.chat-status:before{content:"";width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.8);animation:blink 2s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.chat-lang-btns{display:flex;gap:6px}.chat-lang-btn{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.7);border-radius:4px;padding:4px 8px;font-size:11px;cursor:pointer;transition:background .2s,color .2s;font-family:var(--font)}.chat-lang-btn.active{background:rgba(255,255,255,.25);color:white}.chat-privacy-note{background:var(--primary-bg);padding:10px 20px;font-size:12px;color:var(--primary-dark);display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-privacy-note svg{width:14px;height:14px;flex-shrink:0}.chat-consent{flex:1 1;padding:28px 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;overflow-y:auto}.chat-consent-icon{width:48px;height:48px;flex-shrink:0;background:var(--primary-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.chat-consent-icon svg{width:24px;height:24px}.chat-consent-title{font-size:15px;font-weight:700;color:var(--text-dark);margin:0}.chat-consent-body{font-size:13px;line-height:1.6;color:var(--text-mid);margin:0}.chat-consent-link{font-size:12px;font-weight:700;color:var(--primary);text-decoration:none}.chat-consent-link:hover{text-decoration:underline}.chat-consent-accept{margin-top:6px;background:var(--primary);color:white;border:none;border-radius:22px;padding:12px 24px;font-size:14px;font-weight:700;font-family:var(--font);cursor:pointer;transition:background .2s}.chat-consent-accept:hover{background:var(--primary-dark)}.chat-messages{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:2px}.msg{display:flex;gap:10px;align-items:flex-end;animation:msgIn .25s ease}@keyframes msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.msg.user{flex-direction:row-reverse}.msg-bubble{max-width:78%;padding:11px 14px;border-radius:12px;font-size:14px;line-height:1.55}.msg.bot .msg-bubble{background:var(--primary-bg);color:var(--text-dark);border-radius:4px 12px 12px 12px}.msg.user .msg-bubble{border-radius:12px 4px 12px 12px}.msg-avatar-sm,.msg.user .msg-bubble{background:var(--primary);color:white}.msg-avatar-sm{width:28px;height:28px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.msg.user .msg-avatar-sm{background:var(--primary-dark)}.chat-suggestions{padding:0 20px 12px;display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0}.msg-wrapper{display:flex;flex-direction:column;gap:6px}.chat-chip-row{display:flex;flex-wrap:wrap;gap:6px;padding-left:36px}.chat-inline-chip{background:var(--primary-bg);border:1.5px solid var(--primary-light);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--primary-dark);cursor:pointer;font-family:Lato,system-ui;transition:background .15s,color .15s}.chat-inline-chip:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.suggestion-chip{background:var(--bg-off);border:1px solid var(--border-strong);border-radius:20px;padding:6px 12px;font-size:12px;color:var(--text-mid);cursor:pointer;transition:background .15s,color .15s;font-family:var(--font)}.suggestion-chip:hover{background:var(--primary);color:white;border-color:var(--primary)}.chat-input-area{padding:14px 16px;border-top:1px solid var(--border);display:flex;gap:10px;align-items:center;flex-shrink:0}.chat-input{flex:1 1;border:1px solid var(--border-strong);border-radius:20px;padding:10px 16px;font-size:14px;font-family:var(--font);color:var(--text-dark);background:var(--bg-off);outline:none;resize:none;transition:border-color .2s}.chat-input:focus{border-color:var(--primary)}.chat-send-btn{width:38px;height:38px;background:var(--primary);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .15s;flex-shrink:0}.chat-send-btn:hover{background:var(--primary-dark);transform:scale(1.05)}.chat-send-btn:disabled{opacity:.4;cursor:default;transform:none}.chat-send-btn svg{width:16px;height:16px}.typing-indicator{display:flex;gap:4px;align-items:center;padding:4px 2px}.typing-indicator span{width:6px;height:6px;background:var(--primary);border-radius:50%;animation:typing 1.2s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.nav-right{display:flex;align-items:center;gap:12px}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--text-dark);border-radius:2px;transition:transform .25s,opacity .25s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:16px 20px 24px;z-index:99;flex-direction:column;gap:4px;box-shadow:0 8px 32px rgba(0,0,0,.08)}.mobile-menu.open{display:flex}.mobile-menu a{font-size:15px;font-weight:400;color:var(--text-dark);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--border);letter-spacing:.04em;transition:color .2s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--primary)}.mobile-menu-cta{margin-top:12px;border:1px solid var(--primary)!important;color:var(--primary)!important;text-align:center;padding:12px 0!important;border-radius:var(--radius)!important;font-weight:700!important;letter-spacing:.1em;text-transform:uppercase;font-size:12px!important}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:none}@media (max-width:900px){body{overflow-x:hidden}nav{padding:0 1rem;height:60px}.nav-logo img{height:32px}.nav-links{display:none}.hamburger{display:flex}.lang-toggle{font-size:11px;padding:3px 8px}#hero{grid-template-columns:1fr;min-height:auto}.hero-right{display:block;height:340px;position:relative}.hero-right-inner{display:none}.hero-portrait{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 15%;transform:none;left:0}.hero-left{padding:40px 20px 52px}.hero-left,.hero-sub{max-width:100%}.hero-trust{gap:0;row-gap:20px;flex-wrap:wrap;justify-content:space-between}.trust-item{flex:1 1;min-width:0}.trust-number{font-size:22px}.trust-label{font-size:10px}.trust-item-google{flex-basis:100%;flex-direction:row;align-items:baseline;gap:8px}section{padding:64px 20px}.steps-grid{grid-template-columns:1fr 1fr}.step-card:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.step-card:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.kosten-layout{grid-template-columns:1fr;gap:40px}.price-big{font-size:56px}.methode-grid{grid-template-columns:1fr}.methode-card.classic{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.methode-card.noscalpel{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.faq-layout{gap:40px}.blog-grid,.faq-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}#cta{padding:72px 20px}#chat-window{width:calc(100vw - 32px);right:16px}#chatbot-bubble{bottom:20px;right:16px}#bewertungen{padding:64px 1.5rem}.reviews-header{flex-direction:column;gap:16px;margin-bottom:28px}.reviews-google-badge{align-self:flex-start}.reviews-track-wrap{margin-right:-1.5rem}}@media (max-width:480px){.steps-grid{grid-template-columns:1fr}.step-card:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.step-card:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.hero-trust{gap:12px}.footer-grid{grid-template-columns:1fr}.cta-actions{flex-direction:column;align-items:stretch;text-align:center}}.booking-overlay{display:none;position:fixed;inset:0;z-index:1100;background:rgba(13,42,61,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:20px}.booking-overlay.open{display:flex}.booking-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 64px rgba(0,0,0,.18);animation:modalIn .22s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.booking-header{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 0}.booking-header h3{font-size:18px;font-weight:700;letter-spacing:-.03em;color:var(--text-dark);margin:0}.booking-close{width:32px;height:32px;border:none;background:var(--bg-off);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-mid);transition:background .15s;flex-shrink:0}.booking-close:hover{background:var(--border)}.booking-body{padding:18px 24px 24px}.booking-step-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mid);margin-bottom:12px}.booking-days{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:20px}.booking-day{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 4px;border:1.5px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .15s,background .15s;gap:2px;background:#fff}.booking-day:hover{border-color:var(--primary-light);background:var(--primary-bg)}.booking-day.selected{border-color:var(--primary-dark);background:var(--primary-bg)}.booking-day-name{font-size:11px;font-weight:700;color:var(--text-mid);text-transform:uppercase;letter-spacing:.04em}.booking-day-num{font-size:18px;font-weight:300;color:var(--text-dark);line-height:1}.booking-day.selected .booking-day-name,.booking-day.selected .booking-day-num{color:var(--primary-dark)}.booking-slots{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:20px}.booking-slot{padding:10px 4px;border:1.5px solid var(--border);border-radius:var(--radius-lg);text-align:center;font-size:14px;font-weight:700;color:var(--text-dark);cursor:pointer;background:#fff;transition:border-color .15s,background .15s}.booking-slot:hover{border-color:var(--primary-light);background:var(--primary-bg)}.booking-slot.selected{border-color:var(--primary-dark);background:var(--primary-bg);color:var(--primary-dark)}.booking-divider{border:none;border-top:1px solid var(--border);margin:4px 0 20px}.booking-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.booking-field label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mid)}.booking-field input{border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:10px 14px;font-family:Lato,system-ui;font-size:15px;color:var(--text-dark);background:#fff;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box}.booking-field input:focus{border-color:var(--primary)}.booking-submit{width:100%;padding:13px;background:var(--primary-dark);color:#fff;border:none;border-radius:var(--radius);font-family:Lato,system-ui;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s;margin-top:4px}.booking-submit:hover{background:var(--primary-darkest)}.booking-note{font-size:12px;color:var(--text-mid);text-align:center;margin-top:10px}.booking-success{display:none;flex-direction:column;align-items:center;text-align:center;padding:40px 24px;gap:14px}.booking-success.show{display:flex}.booking-success-icon{width:56px;height:56px;border-radius:50%;background:var(--primary-bg);display:flex;align-items:center;justify-content:center}.booking-success h4{font-size:20px;font-weight:700;letter-spacing:-.03em;color:var(--text-dark);margin:0}.booking-success p{font-size:15px;color:var(--text-mid);margin:0;line-height:1.6}.booking-selected-summary{font-size:13px;color:var(--primary-dark);font-weight:700;background:var(--primary-bg);border-radius:var(--radius-lg);padding:8px 12px;margin-bottom:16px}.booking-modal-calendar{max-width:720px;height:min(85vh,760px);display:flex;flex-direction:column;overflow:hidden}.booking-body-calendar{display:flex;flex-direction:column;flex:1 1;min-height:0}.booking-iframe{flex:1 1;width:100%;border:none;border-radius:var(--radius-lg);background:#fff}.booking-note a{color:var(--primary);font-weight:700;text-decoration:none}.booking-note a:hover{text-decoration:underline}.mobile-footer-bar{display:none}@media (max-width:900px){.mobile-footer-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid var(--border);padding:10px 12px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -4px 24px rgba(0,0,0,.09);gap:8px}.mobile-footer-bar a,.mobile-footer-bar button{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;border:none;border-radius:var(--radius-lg);font-family:Lato,system-ui;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-decoration:none;cursor:pointer;background:transparent;color:var(--primary-dark);transition:background .15s}.mobile-footer-bar a:hover,.mobile-footer-bar button:hover{background:var(--primary-bg)}.mobile-footer-bar .mfb-primary{background:var(--primary);color:#fff}.mobile-footer-bar .mfb-primary:hover{background:var(--primary-dark)}.mobile-footer-bar svg{flex-shrink:0}#chatbot-bubble .chat-toggle-btn{display:none!important}body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.anonym-banner{flex-direction:row;align-items:center;gap:10px;padding:10px 16px}.anonym-banner span{flex:1 1;font-size:13px}.anonym-banner a{white-space:nowrap;background:var(--primary);color:#fff!important;padding:6px 14px;border-radius:100px;text-decoration:none!important;font-size:12px}}.nav-links a.active{color:var(--primary)}.nav-cta{border-radius:var(--radius)!important}#hero.vask-hero{position:relative;min-height:88vh;display:flex;align-items:center;background:url(/Assets/Familie.png) 50%/cover no-repeat;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(13,42,61,.82),rgba(13,42,61,.55) 60%,rgba(13,42,61,.15))}.hero-content{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:80px;width:100%}.hero-content .hero-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.9);letter-spacing:.14em;margin-bottom:28px}.hero-content .hero-badge:before{background:var(--primary-light)}.hero-content .hero-h1{font-size:clamp(40px,6vw,68px);color:white;margin-bottom:20px;max-width:600px}.hero-content .hero-h1 em{color:var(--primary-light)}.hero-content .hero-sub{font-size:18px;color:rgba(255,255,255,.78);max-width:480px;margin-bottom:40px}.hero-content .hero-actions{margin-bottom:56px;gap:14px}.btn-white{border:1px solid rgba(255,255,255,.6);color:white;background:transparent;padding:12px 28px;border-radius:var(--radius);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s;display:inline-block}.btn-white:hover{background:rgba(255,255,255,.15)}.hero-content .hero-trust{display:flex;gap:48px;flex-wrap:wrap;padding-top:32px;border-top:1px solid rgba(255,255,255,.2);max-width:600px;margin-top:0}.hero-content .trust-number{font-size:30px;color:white}.hero-content .trust-label{font-size:11px;color:rgba(255,255,255,.55);letter-spacing:.06em}#hero{padding:0}p{color:var(--text-mid);line-height:1.75;margin-bottom:16px}p:last-child{margin-bottom:0}#intro{background:var(--bg)}.intro-grid{display:grid;grid-template-columns:1fr 340px;grid-gap:72px;gap:72px;align-items:start}.letter-text blockquote{border-left:3px solid var(--primary);padding-left:24px;margin:32px 0;font-size:18px;font-weight:300;font-style:italic;color:var(--text-dark);line-height:1.6}.letter-sig{margin-top:32px}.letter-sig strong{display:block;font-size:15px;font-weight:700;color:var(--text-dark)}.letter-sig span{font-size:12px;color:var(--primary);letter-spacing:.08em;text-transform:uppercase}.portrait-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);position:-webkit-sticky;position:sticky;top:88px}.portrait-card img{width:100%;display:block}.portrait-card-caption{padding:16px 20px;font-size:12px;color:var(--text-muted);text-align:center;letter-spacing:.04em}#was-ist,.portrait-card-caption{background:var(--bg-off)}.diagrams-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-top:48px}.diagram-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;text-align:center}.diagram-card img{width:100%;max-height:220px;object-fit:contain;padding:24px}.diagram-label{padding:14px;background:var(--primary-bg);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary-dark);border-top:1px solid var(--border)}.fact-chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:32px}.chip{background:var(--primary-bg);border:1px solid var(--border);border-radius:20px;padding:8px 16px;font-size:13px;font-weight:700;color:var(--primary-dark)}#eingriff{background:var(--bg)}.methode-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;border-radius:var(--radius-lg);overflow:hidden;margin:48px 0}#eingriff .methode-card.classic{background:var(--bg-off)}.methode-card.noscalpel{background:var(--primary-dark);position:relative}.badge-recommended{position:absolute;top:20px;right:20px;background:var(--primary-light);color:var(--primary-darkest);font-size:10px;letter-spacing:.1em;padding:4px 12px;border-radius:20px}.badge-recommended,.methode-card-label{font-weight:700;text-transform:uppercase}.methode-card-label{font-size:11px;letter-spacing:.12em;margin-bottom:10px}#eingriff .methode-card.classic .methode-card-label{color:var(--text-mid)}.methode-card.noscalpel .methode-card-label{color:var(--primary-light)}.methode-card-title{font-size:20px;font-weight:300;margin-bottom:16px}#eingriff .methode-card.classic .methode-card-title,.methode-card-title{color:var(--text-dark)}.methode-card.noscalpel .methode-card-title{color:white}#eingriff .methode-card ul{list-style:none}#eingriff .methode-card ul li{padding:7px 0;font-size:14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(0,0,0,.05)}#eingriff .methode-card.noscalpel ul li{border-color:rgba(255,255,255,.08);color:rgba(255,255,255,.8)}#eingriff .methode-card.classic ul li{color:var(--text-mid)}#eingriff .methode-card ul li:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}#eingriff .methode-card.classic ul li:before,#eingriff .methode-card.noscalpel ul li:before{background:var(--primary-light)}.steps-list{counter-reset:steps;margin-top:40px}.step-item{display:grid;grid-template-columns:48px 1fr;grid-gap:20px;gap:20px;padding:24px 0;border-bottom:1px solid var(--border);align-items:start}.step-item:last-child{border-bottom:none}.step-item .step-num{width:48px;height:48px;border-radius:50%;background:var(--primary-bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;color:var(--primary);flex-shrink:0;letter-spacing:normal;line-height:normal;margin-bottom:0}.step-body h4{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:6px}.step-body p{font-size:14px;margin:0}#beratung{background:var(--bg-off)}.beratung-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.beratung-img{border-radius:var(--radius-lg);overflow:hidden}.beratung-img img{width:100%;display:block;object-fit:cover;height:420px}.kosten-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:72px;gap:72px;align-items:start}.price-display{display:flex;align-items:baseline;gap:8px;margin:24px 0}.kosten-breakdown{margin-bottom:24px}.breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--border);font-size:14px}.breakdown-row span:first-child{color:var(--text-mid)}.breakdown-row span:last-child{font-weight:700;color:var(--text-dark)}.insurance-box{background:var(--primary-bg);border-left:3px solid var(--primary);border-radius:0 6px 6px 0;padding:16px 20px;font-size:13px;color:var(--text-mid)}.insurance-box strong{color:var(--text-dark)}.comp-item{margin-bottom:20px}.comp-bar-fill.v{background:var(--primary);width:12%}.comp-bar-fill.p{background:var(--text-mid);width:100%}.comp-bar-fill.k{background:var(--text-muted);width:78%}.comp-bar-fill.t{background:var(--primary-dark);width:38%}#nachher{background:var(--bg-off)}.nachher-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.nachher-img{border-radius:var(--radius-lg);overflow:hidden}.nachher-img img{width:100%;display:block;object-fit:cover;height:360px}.timeline{margin-top:32px}.timeline-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--border)}.timeline-item:last-child{border-bottom:none}.timeline-dot{width:10px;height:10px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:7px}.timeline-body h4{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.timeline-body p{font-size:14px;margin:0}#komplikationen{background:var(--bg)}.kompl-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-top:40px}.kompl-card{background:var(--bg-off);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.kompl-card h4{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.kompl-card p{font-size:13px;margin:0}.kompl-note{margin-top:32px;padding:20px 24px;background:var(--primary-bg);border-radius:var(--radius-lg);font-size:14px;color:var(--text-mid);display:flex;gap:16px;align-items:flex-start}.kompl-note-icon{font-size:20px;flex-shrink:0}#rueckgaengig{background:var(--primary-darkest)}#rueckgaengig .section-label{color:var(--primary-light)}#rueckgaengig .section-title{color:white}#rueckgaengig p{color:rgba(255,255,255,.65)}.rueck-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2px;gap:2px;margin-top:48px;border-radius:var(--radius-lg);overflow:hidden}.rueck-card{padding:40px}.rueck-card.yes{background:rgba(255,255,255,.05)}.rueck-card.no{background:var(--primary-dark)}.rueck-card-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-light);margin-bottom:12px}.rueck-card-title{font-size:20px;font-weight:300;color:white;margin-bottom:16px}.rueck-card p{font-size:14px;color:rgba(255,255,255,.65);margin:0}#praxis{background:var(--bg-off)}.praxis-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:16px;gap:16px;margin-top:40px}.praxis-img{border-radius:var(--radius-lg);overflow:hidden}.praxis-img img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .3s}.praxis-img:hover img{transform:scale(1.03)}#region{background:var(--bg)}.region-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.city-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:32px}.city-badge{background:var(--bg-off);border:1px solid var(--border);border-radius:20px;padding:8px 18px;font-size:13px;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:8px}.city-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0}.faq-sidebar p{font-size:14px;color:var(--text-mid);line-height:1.7;margin-top:16px}.faq-question{padding:22px 0}#cta.vask-cta{padding:100px 2rem;text-align:left}.cta-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.cta-label{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:16px}.cta-title{font-size:clamp(28px,3.5vw,44px);font-weight:300;color:white;line-height:1.2;margin-bottom:20px}.cta-sub{font-size:16px;color:rgba(255,255,255,.72);line-height:1.7;margin-bottom:36px}.cta-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-cta-primary{background:white;color:var(--primary);padding:14px 32px;border-radius:var(--radius);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s;display:inline-block}.btn-cta-primary:hover{background:var(--bg-off)}.btn-cta-outline{border:1px solid rgba(255,255,255,.6);color:white;padding:14px 32px;border-radius:var(--radius);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:background .2s;display:inline-block}.btn-cta-outline:hover{background:rgba(255,255,255,.12)}.cta-privacy{margin-top:24px;font-size:12px;color:rgba(255,255,255,.4)}.cta-img{border-radius:var(--radius-lg);overflow:hidden}.cta-img img{width:100%;height:380px;object-fit:cover;object-position:center top;display:block}@media (max-width:900px){.mobile-menu{top:60px}#hero.vask-hero{min-height:70vh;padding:0}.hero-content{padding:60px 1.5rem}.hero-content .hero-trust{gap:20px}.hero-content .trust-number{font-size:24px}.intro-grid{grid-template-columns:1fr}.portrait-card{position:static;width:100%;max-width:100%;margin:0 0 32px}.diagrams-grid{grid-template-columns:1fr 1fr}.beratung-grid,.kosten-grid,.methode-compare{grid-template-columns:1fr}.kosten-grid{gap:40px}.nachher-grid,.rueck-grid{grid-template-columns:1fr}.praxis-grid{grid-template-columns:1fr 1fr}.region-content{gap:32px}.cta-inner,.region-content{grid-template-columns:1fr}.cta-img{display:none}.kompl-grid{grid-template-columns:1fr}}@media (max-width:480px){.diagrams-grid,.praxis-grid{grid-template-columns:1fr}.hero-content .hero-trust{gap:12px;flex-wrap:wrap}}.consent-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:2000;background:var(--bg,#fff);border:1px solid var(--border-strong,rgba(83,176,220,.28));border-radius:var(--radius-lg,8px);box-shadow:0 10px 40px rgba(13,42,61,.18);padding:18px 20px;max-width:720px;margin:0 auto}.consent-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.consent-banner-text{margin:0;font-size:13.5px;line-height:1.55;color:var(--text-mid,#4a5568);flex:1 1 320px}.consent-banner-text a{color:var(--primary,#53b0dc);text-decoration:underline}.consent-banner-actions{display:flex;gap:10px;flex-shrink:0}.consent-btn{font:inherit;font-size:13.5px;font-weight:700;padding:10px 20px;border-radius:var(--radius,100px);cursor:pointer;border:1px solid transparent;transition:background .2s,color .2s}.consent-btn-ghost{background:transparent;border-color:var(--border-strong,rgba(83,176,220,.28));color:var(--text-mid,#4a5568)}.consent-btn-ghost:hover{background:var(--bg-off,#f5f9fc)}.consent-btn-primary{background:var(--primary,#53b0dc);color:#fff}.consent-btn-primary:hover{background:var(--primary-dark,#2a91be)}@media (max-width:480px){.consent-banner-inner{flex-direction:column;align-items:stretch}.consent-banner-actions{justify-content:stretch}.consent-btn{flex:1 1}}@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9ce3050912c26948-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:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/155cae559bbd1a77-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:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cce080f35d014443-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:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4de1fea1a954a5b6-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:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39969fcf98a3026e-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:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d664cce900333ee-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:Lato Fallback;src:local("Arial");ascent-override:101.03%;descent-override:21.80%;line-gap-override:0.00%;size-adjust:97.69%}.__className_06d0dd{font-family:Lato,Lato Fallback;font-style:normal}