*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{overflow-x:hidden}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--navy-900:#081a2d;--navy-800:#0c2440;--navy-700:#13314e;--navy-600:#1c4067;--gold:#00b4d8;--gold-600:#0096c7;--gold-700:#0077a3;--red:#e23b2e;--red-700:#c52a1f;--green:#1f9d55;--ink:#0f2236;--body:#44566a;--muted:#7388a0;--line:#e4ebf2;--bg:#fff;--bg-soft:#f4f7fb;--radius:16px;--radius-lg:22px;--shadow-sm:0 2px 8px #0d26400f;--shadow:0 14px 38px #0d26401a;--shadow-lg:0 26px 60px #0d26402e;--maxw:1280px;--font-head:"Poppins", system-ui, sans-serif;--font-body:"Open Sans", system-ui, sans-serif;--callbar-h:72px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--body);background:var(--bg);-webkit-font-smoothing:antialiased;padding-bottom:var(--callbar-h);margin:0;font-size:16px;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);letter-spacing:-.01em;margin:0;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}img,svg{max-width:100%;display:block}:focus-visible{outline:3px solid var(--gold-600);outline-offset:2px;border-radius:6px}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(20px,5vw,80px)}.container--narrow{max-width:860px}.btn{font-family:var(--font-head);cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:14px 22px;font-size:1rem;font-weight:700;line-height:1;transition:transform .15s,box-shadow .2s,background .2s;display:inline-flex}.btn svg{font-size:1.15em}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-lg{padding:17px 30px;font-size:1.08rem}.btn-block{width:100%}.btn-call{color:#fff;background:#0077a3;box-shadow:0 8px 22px #0077a352}.btn-call:hover{background:#016287;box-shadow:0 12px 30px #0077a36b}.btn-emergency{background:var(--red);color:#fff;box-shadow:0 10px 26px #e23b2e61}.btn-emergency:hover{background:var(--red-700)}.btn-ghost{color:#fff;background:#ffffff14;border-color:#ffffff47}.btn-ghost:hover{background:#ffffff29}.topbar{z-index:50;-webkit-backdrop-filter:saturate(160%)blur(10px);backdrop-filter:saturate(160%)blur(10px);border-bottom:1px solid var(--line);background:#ffffffeb;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:14px;min-height:76px;padding-top:12px;padding-bottom:12px;display:flex}.brand{font-family:var(--font-head);color:var(--ink);align-items:center;gap:10px;font-size:1.15rem;font-weight:600;display:inline-flex}.brand-logo{width:auto;height:44px;display:block}.brand-text strong{color:var(--navy-700)}.brand--light,.brand--light .brand-text strong{color:#fff}.brand-mark{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-600) 100%);width:38px;height:38px;color:var(--navy-900);border-radius:11px;flex:none;place-items:center;font-size:1.25rem;display:grid;box-shadow:0 6px 16px #0096c766}.nav-desktop{display:none}.nav-link{font-family:var(--font-head);color:var(--body);padding:8px 4px;font-size:.98rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--gold-600);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:0;left:4px;right:4px;transform:scaleX(0)}.nav-link:hover{color:var(--ink)}.nav-link:hover:after{transform:scaleX(1)}.topbar-call{padding:11px 16px;font-size:.96rem}.topbar-call-label{letter-spacing:.01em;display:inline}@media (width<=380px){.brand-text{font-size:1rem}.topbar-call{padding:10px 13px;font-size:.9rem}}.hero{background:radial-gradient(120% 90% at 85% -10%, #00b4d824, transparent 55%), linear-gradient(180deg, #fbfdff 0%, var(--bg-soft) 100%);padding:34px 0 44px;position:relative;overflow:hidden}.hero-grid{gap:28px;display:grid}.hero-copy{max-width:680px}.eyebrow{font-family:var(--font-head);letter-spacing:.02em;text-transform:uppercase;color:var(--navy-700);border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.eyebrow .dot{background:var(--green);border-radius:50%;width:9px;height:9px;animation:2s infinite pulse;box-shadow:0 0 0 4px #1f9d5533}@keyframes pulse{0%,to{box-shadow:0 0 #1f9d5559}50%{box-shadow:0 0 0 6px #1f9d5500}}.hero h1{margin:16px 0 14px;font-size:clamp(1.9rem,7.4vw,3.3rem);font-weight:700}.hero h1 .hl{background:linear-gradient(120deg, var(--gold-700), var(--gold-600));color:#0000;-webkit-background-clip:text;background-clip:text}.hero-sub{color:var(--body);max-width:600px;font-size:clamp(1.02rem,3.6vw,1.2rem)}.hero-sub strong{color:var(--ink)}.hero-cta{flex-wrap:wrap;align-items:center;gap:14px 20px;margin:26px 0 22px;display:flex}.hero-call{justify-content:center;width:100%;max-width:440px}.hero-trustline{flex-direction:column;gap:10px;display:flex}.hero-trustline li{font-weight:600;font-family:var(--font-head);color:var(--ink);align-items:center;gap:10px;font-size:.98rem;display:flex}.hero-trustline svg{color:#fff;background:var(--green);border-radius:50%;flex:none;width:1.25em;height:1.25em;padding:4px}.hero-visual{justify-content:center;display:flex}.hero-art{filter:drop-shadow(0 24px 44px #081a2d42);width:100%;max-width:380px}.trustbar{background:var(--navy-800);color:#fff;padding:18px 0}.trustbar-grid{grid-template-columns:1fr;gap:4px;display:grid}.trustbar-item{border-bottom:1px solid #ffffff14;align-items:center;gap:13px;padding:12px 6px;display:flex}.trustbar-grid .trustbar-item:last-child{border-bottom:none}.trustbar-icon{width:46px;height:46px;color:var(--gold);background:#00b4d81a;border-radius:13px;flex:none;place-items:center;font-size:1.7rem;display:grid}.trustbar-title{font-family:var(--font-head);color:#fff;font-size:1rem;font-weight:600}.trustbar-text{color:#b8c8d8;font-size:.88rem}.trust-logos{border-bottom:1px solid var(--line);background:#fff;padding:34px 0}.trust-logos-caption{text-align:center;font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:22px;font-size:.8rem;font-weight:700}.trust-logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:26px 46px;display:flex}.trust-logo{justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:inline-flex}.trust-logo:hover{transform:translateY(-2px)}.trust-logo img{object-fit:contain;width:auto;height:clamp(52px,8vw,68px)}.section{padding:56px 0;scroll-margin-top:90px}.section--alt{background:var(--bg-soft)}.section--dark{background:var(--navy-800)}.section-head{text-align:center;max-width:760px;margin:0 auto 34px}.kicker{font-family:var(--font-head);letter-spacing:.12em;text-transform:uppercase;color:var(--gold-700);margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-block}.kicker--light{color:var(--gold)}.section-head h2,.price-copy h2,.de-copy h2,.notdienst-copy h2,.final-cta h2{font-size:clamp(1.55rem,5.6vw,2.3rem);font-weight:700}.lede{color:var(--body);margin-top:12px;font-size:1.05rem}.lede--light{color:#c4d3e2}.problem-grid{grid-template-columns:1fr;grid-auto-rows:1fr;gap:14px;display:grid}.problem-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;height:100%;padding:20px;transition:transform .18s,box-shadow .2s,border-color .2s}.problem-card h3{margin:0 0 5px;font-size:1.08rem}.problem-card p{font-size:.94rem}.problem-card:hover{box-shadow:var(--shadow);border-color:#d2deea;transform:translateY(-3px)}.problem-icon{width:48px;height:48px;color:var(--navy-700);background:#00b4d81f;border-radius:13px;place-items:center;margin-bottom:12px;font-size:1.6rem;display:grid}.problem-icon--call{background:var(--navy-800);color:var(--gold)}.problem-icon svg{width:1em;height:1em}.problem-cta{background:linear-gradient(150deg, var(--navy-700), var(--navy-800));color:#fff;border:none;flex-direction:column;display:flex}.problem-cta h3{color:#fff}.problem-cta p{color:#c4d3e2}.problem-cta-link{font-family:var(--font-head);color:var(--gold);align-items:center;gap:6px;margin-top:auto;padding-top:14px;font-weight:700;display:inline-flex}.service-grid{grid-template-columns:1fr;gap:16px;display:grid}.service-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;height:100%;padding:26px 22px;transition:transform .18s,box-shadow .2s}.service-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.service-icon{background:linear-gradient(135deg, var(--navy-700), var(--navy-800));width:64px;height:64px;color:var(--gold);border-radius:17px;place-items:center;margin-bottom:16px;font-size:2.5rem;display:grid}.service-card h3{margin-bottom:14px;font-size:1.18rem}.service-card ul{gap:9px;display:grid}.service-card li{color:var(--body);align-items:flex-start;gap:9px;font-size:.95rem;display:flex}.service-card li svg{width:1.05em;height:1.05em;color:var(--green);flex:none;margin-top:2px}.service-card--accent{background:linear-gradient(155deg, var(--navy-700), var(--navy-900));color:#fff;border:none}.service-card--accent h3{color:#fff}.service-card--accent li{color:#cddae8}.service-card--accent .service-icon{background:linear-gradient(135deg, var(--gold), var(--gold-600));color:var(--navy-900)}.steps{grid-template-columns:1fr;gap:16px;display:grid}.step{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;height:100%;padding:24px 22px 22px;position:relative}.step-num{width:46px;height:46px;font-family:var(--font-head);color:var(--navy-900);background:linear-gradient(135deg, var(--gold), var(--gold-600));border-radius:13px;place-items:center;margin-bottom:14px;font-size:1.35rem;font-weight:700;display:grid;box-shadow:0 6px 16px #0096c759}.step h3{margin-bottom:6px;font-size:1.12rem}.step p{font-size:.95rem}.center-cta{justify-content:center;margin-top:30px;display:flex}.price-wrap{gap:28px;display:grid}.price-copy h2{color:#fff}.price-points{gap:12px;margin-top:22px;display:grid}.price-points li{color:#e7eef5;align-items:center;gap:11px;font-size:1.02rem;font-weight:500;display:flex}.price-points strong{color:#fff}.price-points svg{width:1.2em;height:1.2em;color:var(--navy-900);background:var(--gold);border-radius:50%;flex:none;padding:4px}.price-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-top:5px solid var(--gold);background:#fff;padding:30px 26px;position:relative}.price-card-tag{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.08em;color:var(--gold-700);font-size:.78rem;font-weight:700}.price-amount{color:var(--ink);align-items:flex-start;gap:4px;margin:6px 0 2px;display:flex}.price-num{font-family:var(--font-head);font-size:4rem;font-weight:700;line-height:1}.price-cur{font-family:var(--font-head);margin-top:6px;font-size:1.8rem;font-weight:700}.price-incl{color:var(--muted);font-weight:600}.price-list{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:11px;margin:20px 0;padding:20px 0;display:grid}.price-list li{color:var(--body);align-items:center;gap:10px;font-size:.96rem;display:flex}.price-list svg{color:var(--green);flex:none;width:1.1em;height:1.1em}.price-note{color:#6b5400;background:#fff7da;border:1px solid #ffe39a;border-radius:12px;margin-bottom:20px;padding:13px 15px;font-size:.92rem}.price-note strong{color:#4d3c00}.kicker--danger{color:var(--red)}.badge-emergency{font-family:var(--font-head);letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--red);border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 16px;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #e23b2e66}.badge-emergency svg{color:#ffe14d}.badge-emergency--gold{background:var(--gold);color:var(--navy-900);box-shadow:0 8px 20px #0096c766}.badge-emergency--gold svg{color:var(--navy-900)}.notdienst-wrap{align-items:center;gap:28px;display:grid}.notdienst-cta{margin-top:26px}.emergency-list{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.emergency-list li{font-family:var(--font-head);color:var(--ink);border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:15px 20px;font-size:1rem;font-weight:600;display:flex}.emergency-list li:last-child{border-bottom:none}.emergency-list li:before{content:"";background:var(--red);border-radius:50%;flex:none;width:10px;height:10px}.de-wrap{align-items:center;gap:30px;display:grid}.de-art{flex-direction:column;align-items:center;display:flex;position:relative}.de-map{filter:drop-shadow(0 18px 34px #081a2d33);width:100%;max-width:300px}.de-pulse-label{font-family:var(--font-head);color:var(--navy-800);border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;margin-top:14px;padding:8px 16px;font-size:.92rem;font-weight:600}.de-stats{grid-template-columns:1fr 1fr 1fr;gap:10px;margin:22px 0 24px;display:grid}.de-stats div{border:1px solid var(--line);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:14px 10px}.de-stats strong{font-family:var(--font-head);color:var(--navy-800);font-size:1.05rem;display:block}.de-stats span{color:var(--muted);font-size:.78rem}.faq{gap:12px;display:grid}.faq-item{border:1px solid var(--line);background:#fff;border-radius:14px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item.is-open{border-color:var(--gold-600);box-shadow:var(--shadow-sm)}.faq-q{text-align:left;cursor:pointer;width:100%;font-family:var(--font-head);color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;font-size:1.02rem;font-weight:600;display:flex}.faq-chevron{color:var(--gold-700);flex:none;font-size:1.3rem;transition:transform .28s}.faq-item.is-open .faq-chevron{transform:rotate(180deg)}.faq-a{overflow:hidden}.faq-a p{color:var(--body);padding:0 20px 20px;font-size:.98rem}.final-cta{background:radial-gradient(120% 90% at 80% 0%, #00b4d829, transparent 55%), linear-gradient(160deg, var(--navy-800) 0%, var(--navy-900) 100%);color:#fff;text-align:center}.final-cta-inner{max-width:720px;margin:0 auto}.final-cta h2{color:#fff;margin-bottom:14px}.final-number{font-family:var(--font-head);color:var(--gold);letter-spacing:.01em;align-items:center;gap:12px;margin:26px 0;font-size:clamp(1.8rem,8vw,2.8rem);font-weight:700;display:inline-flex}.final-number svg{font-size:.8em}.final-actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.footer{background:var(--bg-soft);color:var(--muted);border-top:1px solid var(--line);padding:44px 0 22px}.footer-grid{border-bottom:1px solid var(--line);gap:28px;padding-bottom:30px;display:grid}.footer-brand p{max-width:360px;margin-top:14px;font-size:.94rem}.footer-col h4{color:var(--ink);margin-bottom:14px;font-size:1rem}.footer-col ul{gap:11px;display:grid}.footer-col a,.link-btn{color:var(--muted);align-items:center;gap:9px;font-size:.95rem;transition:color .15s;display:inline-flex}.footer-col a:hover,.link-btn:hover{color:var(--gold-600)}.footer-col svg{color:var(--gold-600);font-size:1.1em}.link-btn{cursor:pointer;font-family:var(--font-body);background:0 0;border:none;padding:0}.footer-bottom{color:var(--muted);flex-direction:column;gap:12px;padding-top:22px;font-size:.85rem;display:flex}.footer-legal-inline{gap:18px;display:flex}.footer-legal-inline .link-btn{font-size:.85rem}.callbar{z-index:60;height:var(--callbar-h);padding:0 14px;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#081a2df7;border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 26px #081a2d47}.callbar-info{flex-direction:column;min-width:0;line-height:1.25;display:flex}.callbar-label{text-transform:uppercase;letter-spacing:.08em;color:#8fb6d6;font-size:.72rem;font-weight:600}.callbar-number{font-family:var(--font-head);color:#fff;font-size:1.18rem;font-weight:700}.callbar-btn{padding:12px 20px;font-size:1rem}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08121e99;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:660px;max-height:90vh;box-shadow:var(--shadow-lg);background:#fff;border-radius:22px 22px 0 0;flex-direction:column;display:flex}.modal-head{border-bottom:1px solid var(--line);background:#fff;border-radius:22px 22px 0 0;justify-content:space-between;align-items:center;padding:20px 22px;display:flex;position:sticky;top:0}.modal-head h2{font-size:1.4rem}.modal-close{border:1px solid var(--line);background:var(--bg-soft);width:40px;height:40px;color:var(--ink);cursor:pointer;border-radius:11px;flex:none;place-items:center;font-size:1.3rem;transition:background .15s;display:grid}.modal-close:hover{background:#eaeff5}.modal-body{padding:22px;overflow-y:auto}.modal-body h3{margin:22px 0 8px;font-size:1.05rem}.modal-body h3:first-child{margin-top:0}.modal-body p{margin-bottom:6px;font-size:.96rem}.modal-body a{color:var(--gold-700);font-weight:600}.modal-body a:hover{text-decoration:underline}.cookie{z-index:90;left:16px;right:16px;bottom:calc(var(--callbar-h) + 12px);border:1px solid var(--line);box-shadow:var(--shadow-lg);max-height:calc(100dvh - var(--callbar-h) - 40px);background:#fff;border-radius:18px;padding:20px;position:fixed;overflow-y:auto}.cookie-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.cookie-badge{width:42px;height:42px;color:var(--navy-700);background:linear-gradient(135deg,#fff6d6,#ffe9a8);border-radius:12px;flex:none;place-items:center;font-size:1.5rem;display:grid}.cookie-head h2{font-size:1.12rem}.cookie-text{color:var(--body);margin-bottom:18px;font-size:.92rem}.cookie-inline-link{color:var(--gold-700);font-weight:700;font-size:inherit;cursor:pointer;padding:0;text-decoration:underline}.cookie-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.cookie-accept{width:100%}.cookie-link{color:var(--navy-700);font-family:var(--font-head);text-underline-offset:2px;cursor:pointer;padding:4px;font-size:.95rem;font-weight:600;text-decoration:underline}.cookie-link:hover{color:var(--gold-700)}.cookie-options{gap:10px;margin-bottom:18px;display:grid}.cookie-option{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;display:flex}.cookie-option-info{flex-direction:column;display:flex}.cookie-option-name{font-family:var(--font-head);color:var(--ink);font-size:.98rem;font-weight:600}.cookie-option-desc{color:var(--muted);font-size:.82rem}.switch{cursor:pointer;flex:none;align-items:center;gap:8px;display:inline-flex}.switch input{opacity:0;width:0;height:0;position:absolute}.switch-track{background:#cdd9e6;border-radius:999px;flex:none;width:44px;height:26px;transition:background .2s;position:relative}.switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.switch input:checked+.switch-track{background:var(--green)}.switch input:checked+.switch-track .switch-thumb{transform:translate(18px)}.switch input:focus-visible+.switch-track{outline:3px solid var(--gold-600);outline-offset:2px}.switch--locked{cursor:default}.switch--locked .switch-track{opacity:.6}.switch-state{color:var(--muted);font-size:.78rem;font-weight:600}@media (width>=900px){.cookie{max-width:440px;max-height:calc(100dvh - 48px);padding:26px;bottom:24px;left:24px;right:auto}.cookie-actions{flex-direction:row;justify-content:flex-start}.cookie-accept{width:auto}}.figure{width:100%}.figure img,.figure-svg{width:100%;height:100%;display:block}.figure img{object-fit:contain}.figure-svg{line-height:0}.figure-svg svg{width:100%;height:100%;display:block}.hero-art{border-radius:24px;max-width:540px;margin:0 auto;overflow:hidden;box-shadow:0 30px 60px #081a2d42}.hero-art img{object-fit:cover}.step-art{border-radius:14px;margin-bottom:16px;overflow:hidden}.why-wrap{align-items:center;gap:28px;display:grid}.why-art{border-radius:24px;max-width:480px;margin:0 auto;overflow:hidden;box-shadow:0 26px 52px #081a2d2e}.why-art img{object-fit:cover}.why-copy h2{font-size:clamp(1.55rem,5.6vw,2.3rem)}.why-list{gap:16px;margin:22px 0 26px;display:grid}.why-list li{align-items:flex-start;gap:13px;display:flex}.why-check{background:var(--green);color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;margin-top:2px;font-size:1rem;display:grid}.why-check svg{color:#fff;stroke:#fff;width:1em;height:1em}.why-list strong{font-family:var(--font-head);color:var(--ink);font-size:1.02rem;display:block}.why-list span{color:var(--body);font-size:.94rem}.safety-wrap{align-items:center;gap:28px;display:grid}.safety-art{border-radius:24px;max-width:480px;margin:0 auto;overflow:hidden;box-shadow:0 26px 52px #081a2d2e}.safety-art img{object-fit:cover}.safety-copy h2{font-size:clamp(1.55rem,5.6vw,2.3rem)}.safety-list{gap:14px;margin:22px 0 18px;display:grid}.safety-list li{border-left:3px solid var(--gold);align-items:flex-start;gap:13px;padding-left:15px;display:flex}.safety-icon{width:44px;height:44px;color:var(--navy-700);background:linear-gradient(135deg,#fff6d6,#ffe9a8);border-radius:12px;flex:none;place-items:center;font-size:1.4rem;display:grid}.safety-icon svg{width:1em;height:1em}.safety-list strong{font-family:var(--font-head);color:var(--ink);font-size:1.02rem;display:block}.safety-list span{color:var(--body);font-size:.94rem}.safety-note{color:#8a2b22;background:#fff3f1;border:1px solid #f6c9c4;border-radius:12px;margin:4px 0 22px;padding:13px 15px;font-size:.92rem}.safety-note strong{color:#6f221b}.de-map-fig{filter:drop-shadow(0 18px 34px #081a2d33);max-width:380px;margin:0 auto}@media (width>=600px){.problem-grid,.service-grid,.steps,.trustbar-grid{grid-template-columns:1fr 1fr}.trustbar-item{border-bottom:none}}@media (width>=900px){body{padding-bottom:0}.callbar{display:none}.nav-desktop{align-items:center;gap:22px;display:flex}.topbar-call{padding:12px 22px}.hero{padding:64px 0 72px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px}.hero-art{max-width:640px}.trustbar-grid{grid-template-columns:repeat(5,1fr);gap:8px}.trustbar-item{text-align:center;flex-direction:column;gap:8px;padding:10px}.section{padding:84px 0}.problem-grid{grid-template-columns:repeat(4,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.steps{grid-template-columns:repeat(4,1fr)}.price-wrap{grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.section-head{margin-bottom:48px}.notdienst-wrap{grid-template-columns:1fr 1fr;gap:56px}.de-wrap{grid-template-columns:.9fr 1.1fr;gap:50px}.de-map{max-width:340px}.why-wrap{grid-template-columns:1fr 1fr;gap:56px}.why-art{max-width:560px}.safety-wrap{grid-template-columns:1fr 1fr;gap:56px}.safety-art{max-width:560px}.de-map-fig{max-width:440px}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}.modal-overlay{align-items:center;padding:24px}.modal{border-radius:22px;max-height:86vh}.modal-head{border-radius:22px 22px 0 0}}@media (width>=1100px){.hero h1{font-size:3.3rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}.eyebrow .dot{animation:none}}
