:root{--ink:#152a36;--deep:#182f3c;--muted:#4e5e68;--paper:#f5f4ee;--white:#fff;--mint:#d6e4ed;--green:#244558;--accent:#b9432f;--sand:#efe3ce;--border:#d7dcdf;--shadow:0 20px 60px #19303d10;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.65;font-size:16px}a{color:var(--green);text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}button,a{touch-action:manipulation}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.17;letter-spacing:-.035em}h1{font-size:clamp(44px,5.25vw,76px);font-weight:720}h1 em{font-style:normal;color:var(--green)}h2{font-size:clamp(29px,3.1vw,44px)}h3{font-size:23px}h4{font-size:18px;letter-spacing:-.015em}p+p{margin-top:1em}.wrap{width:min(1220px,calc(100% - 72px));margin-inline:auto}.skip{position:fixed;z-index:1000;top:-80px;left:20px;background:#fff;padding:12px}.skip:focus{top:8px}.preview{background:var(--deep);color:#e6ecf0;font-size:12px;letter-spacing:.02em;text-align:center;padding:6px 16px}.preview a{color:inherit}.header{position:sticky;top:0;z-index:30;background:#f5f4eef2;border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{min-height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);line-height:1.15}.brand strong{font-size:21px;letter-spacing:-.6px}.brand small{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin-top:5px;color:var(--muted)}.brandmark{height:40px;width:40px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:white;font-weight:800;font-size:18px}.nav{display:flex;gap:24px;margin-left:auto;align-items:center;font-size:14px}.nav a{text-decoration:none;color:var(--ink);font-weight:600}.nav .nav-cta{border:1px solid var(--ink);border-radius:9px;padding:9px 15px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.15em;font-weight:750;display:flex;align-items:center;gap:10px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green)}.hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:62px;padding-bottom:58px;align-items:start}.hero-copy{padding-top:18px}.hero h1{margin-top:26px}.lead{font-size:19px;line-height:1.65;max-width:500px;margin-top:26px;color:var(--muted)}.trust-line{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;font-weight:650;margin-top:22px}.trust-line span:before{content:'\2713';display:inline-block;color:var(--green);margin-right:7px}.safety{font-size:12px;color:var(--muted);margin-top:24px;max-width:450px}.quote{border-left:3px solid var(--green);padding:10px 0 10px 20px;margin-top:38px;max-width:420px;font-size:17px}.quote span{display:block;font-size:13px;color:var(--muted);margin-top:6px}.calc{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.calc-head{padding:24px 28px 13px}.calc-head-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.calc-head h2{font-size:25px}.badge{font-size:11px;background:var(--mint);color:var(--green);font-weight:750;white-space:nowrap;border-radius:20px;padding:4px 10px}.calc-nav{display:flex;overflow:auto;border-bottom:1px solid var(--border);gap:4px;padding:0 20px;scrollbar-width:thin}.calc-nav button{border:0;background:none;padding:13px 8px;font-size:12px;font-weight:650;color:var(--muted);white-space:nowrap;border-bottom:3px solid transparent}.calc-nav button[aria-selected=true]{color:var(--green);border-bottom-color:var(--green)}.calc-body{padding:22px 28px 26px}.field{margin-bottom:17px}.field label,.field-label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.field small,.help{display:block;font-size:12px;color:var(--muted);line-height:1.55;margin-top:6px}input[type=number],input[type=text],input[type=date],input[type=search],select,textarea{border:1px solid #b9c2c8;border-radius:9px;background:#fff;width:100%;padding:11px 12px;color:var(--ink);min-height:45px}input[type=number]{font-variant-numeric:tabular-nums;font-weight:700}select{font-size:14px}input[type=checkbox]{accent-color:var(--green);height:17px;width:17px;flex-shrink:0;margin:3px 0 0}.check{display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.5;font-weight:500;margin-bottom:12px}.pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.unit{position:relative}.unit input{padding-right:62px}.unit span{position:absolute;right:12px;top:12px;font-size:12px;color:var(--muted);pointer-events:none}.segmented{display:flex;border:1px solid var(--border);border-radius:10px;background:var(--paper);padding:4px;gap:4px}.segmented button{flex:1;border:0;border-radius:7px;background:transparent;font-size:13px;padding:9px 6px;font-weight:600;color:var(--muted)}.segmented button[aria-pressed=true]{background:#fff;box-shadow:0 2px 5px #14263110;color:var(--green)}.advanced{border-top:1px solid var(--border);margin-top:4px;padding-top:13px;margin-bottom:15px}.advanced summary{font-size:13px;font-weight:650;cursor:pointer}.advanced[open] summary{margin-bottom:15px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;text-decoration:none;background:var(--green);border:1px solid var(--green);border-radius:10px;color:#fff;font-size:15px;font-weight:650;padding:13px 20px;min-height:48px;line-height:1.35}.button:hover{background:#182f3c}.button.light{background:#fff;color:var(--green);border-color:var(--border)}.button.light:hover{background:#eff3f6}.button.dark{background:var(--ink);border-color:var(--ink)}.button.full{width:100%}.button.small{padding:9px 13px;min-height:42px;font-size:13px}.micro{text-align:center;font-size:11px;color:var(--muted);margin-top:10px}.error{padding:12px 14px;border:1px solid #c05f48;background:#fff0ea;border-radius:9px;font-size:13px;margin-bottom:13px;color:#77251b}.muted{color:var(--muted)}.tiny{font-size:12px}.section{padding-block:66px;border-top:1px solid var(--border)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:28px}.section-head>div{max-width:650px}.section-head h2{margin-top:9px}.section-head p{margin-top:12px;color:var(--muted)}.phasebar{padding:28px 0 36px;border-top:1px solid var(--border)}.phases{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.phase{background:transparent;border:1px solid var(--border);border-radius:13px;padding:18px;text-align:left;color:var(--ink);display:flex;gap:12px;align-items:flex-start}.phase b{font-size:14px;display:block}.phase small{font-size:12px;color:var(--muted);display:block;margin-top:4px;line-height:1.4}.phase .num{font-size:12px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;height:25px;width:25px;flex-shrink:0}.phase[aria-pressed=true]{border-color:var(--green);background:#eaf0f3}.phase[aria-pressed=true] .num{background:var(--green);color:white}.phase-note{margin-top:14px;font-size:13px;color:var(--muted);max-width:1000px}.result{background:#fff;border:1px solid var(--border);border-radius:24px;padding:36px;margin-block:16px 46px;box-shadow:var(--shadow);scroll-margin-top:100px}.result-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.result h2{font-size:34px;margin-top:12px}.result-intro{color:var(--muted);margin-top:10px;max-width:840px}.result .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px}.kpi{padding:22px 18px;background:var(--paper);border-radius:12px}.kpi:first-child{background:var(--mint)}.kpi dt{font-size:12px;font-weight:650;color:var(--muted)}.kpi dd{margin:10px 0 4px;font-size:32px;letter-spacing:-.035em;font-weight:750;line-height:1.15;font-variant-numeric:tabular-nums}.kpi small{font-size:11px;color:var(--muted);line-height:1.4;display:block}.notice{padding:16px 19px;border-radius:12px;background:#f8edde;border-left:3px solid #b46a2f;font-size:14px;margin-top:18px}.notice.calm{background:#edf2f5;border-color:var(--green)}.notice h3{font-size:17px;margin-bottom:6px}.result-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;margin-top:25px}.result-grid p{font-size:14px}.result-grid h3{font-size:19px;margin-bottom:10px}.method{background:var(--paper);padding:20px;border-radius:12px;font-size:13px}.method ul{padding-left:18px;margin-bottom:0}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.refs{font-size:11px;white-space:normal}.refs a{color:var(--green);font-weight:650}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:27px;border:1px solid var(--border);border-radius:16px;background:#fff}.step .big-num{font-size:13px;font-weight:700;color:var(--green);letter-spacing:.08em;display:block;margin-bottom:20px}.step p{margin-top:12px;font-size:14px;color:var(--muted)}.step a,.article-card a{display:inline-block;font-weight:650;font-size:13px;margin-top:16px}.band{background:var(--deep);color:#fff;border-radius:24px;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.band h2{font-size:35px}.band p{color:#d9e1e5;font-size:15px;margin-top:17px}.band .button{background:var(--mint);color:var(--ink);border:0}.band .smallcopy{font-size:12px;color:#d9e1e5}.table-tools{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:20px}.table-tools .field{margin:0;min-width:210px}.table-tools .field:first-child{flex:1}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:14px;background:#fff}table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}caption{text-align:left;padding:17px 20px;font-weight:650;font-size:14px;background:#eaeff2}th,td{padding:14px 20px;border-bottom:1px solid #e5e8e9;vertical-align:middle}th{background:#f5f7f8;font-size:12px;font-weight:700}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#f5f8f9}td.numeric{font-variant-numeric:tabular-nums;font-weight:600}td a{font-size:12px}td.tone{color:var(--accent)}.examples{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:23px}.example{border:1px solid var(--border);background:#fff;border-radius:12px;padding:17px;text-align:left;color:var(--ink)}.example strong{display:block;font-size:15px}.example small{display:block;font-size:12px;color:var(--muted);margin-top:6px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:#fff;border:1px solid var(--border);border-radius:15px;padding:26px;display:flex;flex-direction:column;align-items:flex-start}.article-card .eyebrow{font-size:10px;color:var(--green);margin-bottom:16px}.article-card h3{font-size:21px}.article-card p{font-size:13px;color:var(--muted);margin-top:12px}.article-card button{margin-top:auto;padding-top:17px;border:0;background:none;color:var(--green);font-weight:650;font-size:13px;text-decoration:underline;text-underline-offset:4px;text-align:left}.article-full{margin-top:22px;padding:30px 32px;border:1px solid var(--border);border-radius:16px;background:#fff}.article-full summary{cursor:pointer;list-style:none;font-weight:700;font-size:18px;display:flex;justify-content:space-between;gap:20px;line-height:1.3}.article-full summary:after{content:'+';font-weight:400;font-size:24px;color:var(--green)}.article-full[open] summary:after{content:'\2212'}.article-full .article-text{max-width:840px;font-size:15px;margin:22px auto 0}.article-text p{margin-top:16px}.searchbar{max-width:590px;margin-bottom:16px}.faq-cats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.faq-cats button{background:#fff;border:1px solid var(--border);color:var(--muted);border-radius:30px;padding:7px 13px;font-size:12px}.faq-cats button[aria-pressed=true]{background:var(--green);border-color:var(--green);color:#fff}.faq-item{border-bottom:1px solid var(--border);padding:19px 0}.faq-item summary{cursor:pointer;font-size:16px;font-weight:650;line-height:1.45;display:flex;justify-content:space-between;gap:25px;list-style:none}.faq-item summary:after{content:'+';font-size:23px;color:var(--green);font-weight:400}.faq-item[open] summary:after{content:'\2212'}.faq-item p{font-size:14px;color:var(--muted);max-width:930px;margin-top:14px;line-height:1.85}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:28px;display:flex;flex-direction:column}.price-card.featured{border:2px solid var(--green);background:#edf1f4}.price{font-size:46px;letter-spacing:-.055em;font-weight:750;margin:18px 0 0;line-height:1.2}.price small{display:block;font-size:12px;letter-spacing:0;font-weight:500;margin-top:8px;color:var(--muted)}.price-card p{font-size:14px;margin-top:20px;color:var(--muted)}.price-card .button{margin-top:auto}.price-card .price-description{margin-bottom:25px;flex:1}.price-card .tag{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--green);font-weight:700;margin-bottom:12px}.price-card h3{font-size:23px}.scope-note{font-size:12px;margin-top:18px;color:var(--muted)}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.tool-card{background:#fff;border:1px solid var(--border);border-radius:17px;padding:28px}.tool-card p{font-size:14px;margin:12px 0 18px;color:var(--muted)}.tool-card textarea{min-height:230px;font-size:12px;resize:vertical;line-height:1.65}.source-section{background:#e7ebee}.sources-list{display:grid;grid-template-columns:1fr 1fr;gap:13px 32px;padding:0;list-style:none}.sources-list li{border-bottom:1px solid #cbd3d7;padding:14px 0;font-size:13px;scroll-margin-top:100px}.sources-list p{font-size:12px;color:var(--muted);margin-top:5px}.source-id{display:inline-block;font-size:10px;font-weight:750;border:1px solid #9aa7af;padding:1px 5px;border-radius:4px;margin-right:7px}.footer{padding:32px 0 95px;background:var(--ink);color:#e5ebef}.footer-inner{display:flex;justify-content:space-between;gap:40px}.footer p{font-size:12px;max-width:680px}.footer a{color:var(--mint)}.footer strong{font-size:19px}.footer .footer-links{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px}.mobile-cta{display:none}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:#fff;border-radius:11px;padding:12px 24px;z-index:200;font-size:14px;max-width:90vw;box-shadow:var(--shadow)}dialog{border:1px solid var(--border);border-radius:22px;padding:0;width:min(700px,calc(100% - 32px));max-height:88vh;color:var(--ink);box-shadow:0 20px 100px #0004}dialog::backdrop{background:#152833a6;backdrop-filter:blur(4px)}.dialog-head{padding:23px 28px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:20px;align-items:center}.dialog-head h2{font-size:24px}.close{background:var(--paper);border:0;border-radius:50%;height:36px;width:36px;font-size:23px;color:var(--ink)}.dialog-body{padding:28px}.dialog-body p{font-size:15px;margin-top:14px}.dialog-body .mini-steps{display:flex;gap:8px;margin-bottom:22px}.mini-steps span{height:4px;flex:1;background:var(--border);border-radius:10px}.mini-steps span.active{background:var(--green)}.dialog-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:25px}.scope-panel{font-size:13px;background:var(--paper);padding:15px;border-radius:10px;margin-top:18px}.hidden,[hidden]{display:none!important}.empty{padding:25px;background:#fff;border:1px solid var(--border);border-radius:10px}.statusprint{font-size:11px;color:var(--muted)}noscript{display:block;padding:20px;border:1px solid var(--accent);margin:20px}.divider{height:1px;background:var(--border);margin:25px 0}summary::-webkit-details-marker{display:none}
@media(min-width:1450px){.hero{gap:90px}.hero h1{font-size:78px}}
@media(max-width:1050px){.wrap{width:calc(100% - 44px)}.hero{gap:28px}.hero h1{font-size:57px}.nav{gap:15px}.nav a:nth-child(3){display:none}.phases{gap:8px}.phase{padding:14px}.article-grid{grid-template-columns:repeat(2,1fr)}.kpi dd{font-size:27px}.band{gap:28px;padding:32px}.calc-body{padding:20px}.calc-head{padding:22px 20px 12px}.price-card{padding:23px}}
@media(max-width:760px){.wrap{width:calc(100% - 32px)}.preview{font-size:10px;padding:5px 9px}.header-inner{min-height:67px;gap:12px}.brand strong{font-size:18px}.brandmark{height:34px;width:34px;border-radius:9px;font-size:15px}.brand small{font-size:8px}.nav a:not(.nav-cta){display:none}.nav .nav-cta{font-size:11px;padding:7px 10px}.hero{grid-template-columns:1fr;padding-top:25px;padding-bottom:30px;gap:28px}.hero-copy{padding-top:0}.hero h1{font-size:49px;margin-top:17px;line-height:1.06}.hero .lead{font-size:16px;margin-top:19px}.eyebrow{font-size:10px;letter-spacing:.11em}.hero .trust-line{font-size:11px;gap:12px;margin-top:16px}.hero .safety{font-size:11px;margin-top:17px}.quote{display:none}.calc-head h2{font-size:24px}.calc-nav{padding-inline:10px}.calc-nav button{font-size:12px;padding-inline:7px}.calc-body{padding:19px 20px 22px}.phases{grid-template-columns:1fr 1fr}.phase b{font-size:12px}.phase small{font-size:11px}.phasebar{padding-block:22px}.phase-note{font-size:12px}.result{padding:23px 19px;border-radius:17px;margin-bottom:30px}.result h2{font-size:28px}.result-top{align-items:flex-start}.result-top .badge{font-size:10px}.result .kpis{grid-template-columns:1fr 1fr;gap:9px;margin-top:21px}.kpi{padding:17px 14px}.kpi dd{font-size:30px}.result-grid{grid-template-columns:1fr}.result-intro{font-size:14px}.section{padding-block:42px}.section-head{display:block;margin-bottom:22px}.section-head p{font-size:14px}.section-head>a{margin-top:15px;display:inline-block}.steps,.pricing,.tools-grid{grid-template-columns:1fr}.step{padding:23px}.step .big-num{margin-bottom:14px}.band{grid-template-columns:1fr;gap:25px;padding:28px 23px;border-radius:17px}.band h2{font-size:29px}.table-tools{align-items:stretch;gap:10px}.table-tools .field{min-width:0;flex-basis:100%}.table-wrap table{font-size:12px;min-width:430px}th,td{padding:12px 13px}caption{font-size:12px;padding:13px}.examples{grid-template-columns:1fr 1fr;gap:9px}.example{padding:14px}.example strong{font-size:13px}.example small{font-size:11px}.article-grid{grid-template-columns:1fr 1fr;gap:10px}.article-card{padding:19px 16px}.article-card h3{font-size:17px}.article-card p{font-size:12px}.article-card .eyebrow{font-size:9px;margin-bottom:12px}.article-full{padding:22px 18px;margin-top:13px}.article-full summary{font-size:16px}.article-full .article-text{font-size:14px}.faq-item summary{font-size:15px}.faq-cats{gap:6px}.faq-cats button{font-size:11px;padding:6px 10px}.faq-item p{font-size:14px}.sources-list{grid-template-columns:1fr}.footer-inner{display:block}.footer strong{display:block;margin-bottom:15px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;background:#fffefa;border-top:1px solid var(--border);padding:10px 16px;gap:12px;align-items:center}.mobile-cta span{font-size:11px;line-height:1.45;color:var(--muted)}.mobile-cta .button{margin-left:auto;white-space:nowrap;padding:10px 14px;font-size:13px;min-height:42px}.toast{bottom:80px;font-size:12px}.price-card p{max-width:540px}.price-card .button{width:100%}.dialog-body,.dialog-head{padding:22px}.tool-card{padding:24px}.actions .button{flex:1;font-size:13px;padding:12px}.statusprint{max-width:80%}.pair{gap:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{body{background:#fff;color:#000;font-size:11pt}.preview,.header,.hero,.phasebar,.section,.mobile-cta,.footer,dialog,.toast,.result .actions{display:none!important}.result{display:block!important;border:0;box-shadow:none;padding:0;margin:0;width:100%}.result[hidden]{display:none!important}.wrap{width:100%}.result .kpis{grid-template-columns:repeat(4,1fr)}.kpi{border:1px solid #bbb;background:white!important}.result-grid{grid-template-columns:1fr}.result h2{font-size:23pt}.result-top .badge{border:1px solid #aaa}.notice{break-inside:avoid}.method{break-inside:avoid}.refs a{color:black}a[href^=http]::after{content:' (' attr(href) ')';font-size:9pt}}
/* Let long German headings wrap without widening a grid track. */
.hero>*,.band>*,.steps>*,.pricing>*,.article-grid>*,.result-grid>*,.tools-grid>*,.kpis>*{min-width:0}
h1,h2,h3,h4{overflow-wrap:anywhere;hyphens:auto}
@media(max-width:760px){.hero h1{font-size:40px;line-height:1.1}.hero .lead{font-size:15px;margin-top:17px}.hero{gap:24px}.hero .safety{margin-top:15px}}


/* Blitzer-Alarm.de / photo-integrated landing page. Layout only: the existing
   calculator markup, calculation engine and all following content are retained. */
:root{--photo-deep:#142732;--photo-mint:#c6ddea;--photo-red:#dc4939;--photo-height:clamp(650px,48vw,780px);--photo-start:clamp(280px,22.2vw,380px)}
body{background:#f6f5f0}
.header{background:rgba(250,250,246,.97);border-bottom-color:#dfe4e7}
.header-inner{min-height:84px}
.brandmark{background:var(--photo-red);border-radius:12px;box-shadow:0 5px 16px #af34221a}
.brandmark svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.brand strong{font-size:22px;letter-spacing:-.7px}
.brand small{letter-spacing:.11em;font-size:9px}
.nav .nav-cta{background:var(--deep);color:white;border-color:var(--deep);padding:10px 17px}
.nav .nav-cta:hover{background:#213d4e}
.preview{background:#e7ebee;color:#3e505b;font-size:11px;letter-spacing:.025em;padding:5px 15px}
.photo-hero{position:relative;isolation:isolate;background:#f6f5f0;padding-bottom:42px;overflow:clip}
.photo-scene{position:absolute;inset:0 0 auto;height:var(--photo-height);overflow:hidden;background:#142732;z-index:-1}
.scene-image{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 22%;filter:saturate(.97)}
.scene-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,24,24,.04) 15%,rgba(11,24,24,.05) 30%,rgba(12,31,31,.52) 49%,rgba(13,36,36,.93) 76%,#142732 100%)}
.scene-labels{position:absolute;top:24px;inset-inline:0;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff}
.scene-tag{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid #ffffff35;border-radius:30px;background:#15252e70;backdrop-filter:blur(12px);font-size:11px;font-weight:600;letter-spacing:.02em}
.scene-dot{width:6px;height:6px;display:inline-block;background:#e55a47;border-radius:50%;box-shadow:0 0 0 4px #e55a471b}
.scene-credit{font-size:10px;background:#14212982;padding:5px 9px;border-radius:5px;color:#fff;letter-spacing:.025em}
.photo-layout{display:grid;grid-template-columns:minmax(0,1.11fr) minmax(430px,1fr);grid-template-rows:calc(var(--photo-height) - var(--photo-start)) auto;column-gap:58px;padding-top:var(--photo-start);align-items:start}
.photo-layout>*{min-width:0}
.photo-copy{grid-column:1;grid-row:1;color:#fff;padding-top:14px;align-self:start;position:relative}
.photo-copy .eyebrow{color:#fff;font-size:10px;font-weight:600;letter-spacing:.13em;gap:10px}
.photo-line{height:2px;width:22px;background:#e96853;flex-shrink:0}
.photo-copy h1{font-size:clamp(48px,4vw,64px);font-weight:720;line-height:1.1;letter-spacing:-.045em;margin:18px 0 0;overflow-wrap:normal;hyphens:none}
.photo-copy h1 em{font-style:normal;color:var(--photo-mint);white-space:nowrap}
.photo-lead{font-size:17px;line-height:1.65;color:#eceff1;max-width:540px;margin-top:21px}
.photo-trust{display:flex;gap:17px;flex-wrap:wrap;color:#e0e7eb;font-size:11px;font-weight:550;margin-top:18px}
.photo-trust span:before{content:'\2713';margin-right:7px;color:#b2cedf;font-weight:750}
.photo-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;border:1px solid #e4edf3;border-radius:9px;background:#e6eef3;color:#19303e;min-height:46px;padding:10px 16px;font-size:13px;font-weight:650;text-decoration:none;margin-top:24px;transition:background .18s,transform .18s}
.photo-button:hover{background:white;transform:translateY(-1px)}
.photo-button span{font-size:19px;line-height:1}
.photo-layout>.calc{grid-column:2;grid-row:1 / span 2;box-shadow:0 25px 70px #15293419,0 1px 3px #1529340d;border:1px solid #dee3e6;position:relative;overflow:hidden;border-radius:19px;scroll-margin-top:110px;background:#fff}
.photo-layout>.calc:before{content:'';position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#bcced9,#748e9e);z-index:1}
.photo-layout .calc-head{padding:27px 26px 13px}
.photo-layout .calc-head h2{font-size:26px;letter-spacing:-.025em}
.photo-layout .calc-head .help{font-size:12px;line-height:1.5;margin-top:9px}
.photo-layout .calc-nav{padding-inline:17px;gap:6px}
.photo-layout .calc-nav button{font-size:12px;padding-inline:8px}
.photo-layout .calc-body{padding:22px 26px 24px}
.photo-layout .field{margin-bottom:16px}
.photo-layout .field label,.photo-layout .field-label{font-size:13px}
.photo-layout .calc .badge{padding:5px 10px;font-size:10px;letter-spacing:.015em}
.photo-layout .calc .advanced{margin-top:14px}
.photo-layout .calc .button.full{background:#234153;border-color:#234153;box-shadow:0 4px 10px #1c354410;min-height:49px}
.photo-layout .calc .button.full:hover{background:#182f3c}
.photo-after{grid-column:1;grid-row:2;padding:33px 12px 0 0;max-width:560px}
.after-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#616e75}
.photo-after h2{font-size:30px;letter-spacing:-.035em;line-height:1.2;margin:12px 0 0}
.photo-after>p:not(.photo-safety){font-size:14px;line-height:1.7;color:var(--muted);margin-top:13px;max-width:455px}
.after-details{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:21px}
.after-details>div{display:flex;gap:10px;align-items:center}
.after-icon{background:#e5ebee;color:#364e5c;display:grid;place-items:center;width:33px;height:33px;border-radius:10px;font-size:22px;flex-shrink:0;line-height:1}
.after-details strong{font-size:12px;display:block;font-weight:650}
.after-details small{font-size:11px;line-height:1.45;display:block;color:var(--muted);margin-top:3px}
.photo-safety{border-top:1px solid #d9dfe3;margin-top:23px;padding-top:17px;display:flex;align-items:flex-start;gap:9px;font-size:11px;line-height:1.6;color:#525f66}
.photo-safety svg{width:17px;height:17px;flex-shrink:0;fill:none;stroke:#566c79;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;margin-top:2px}
.phasebar{border-top-color:#d9dfe3;padding-top:30px;padding-bottom:34px}
.phase{background:#fff;transition:border-color .18s,box-shadow .18s}
.phase:hover{border-color:#9dadb6;box-shadow:0 4px 12px #162b3707}
.phase[aria-pressed=true]{background:#e9eff2}
.step{border-color:#dbe1e4;box-shadow:0 8px 28px #152a3605}
.step .big-num{display:inline-block;padding:5px 9px;border-radius:6px;background:#eaeff2;font-size:10px;margin-bottom:22px}
.article-card,.price-card,.tool-card{box-shadow:0 8px 25px #152a3604}
.article-card .eyebrow{overflow-wrap:anywhere;hyphens:auto;max-width:100%}
.example{transition:background .18s,border-color .18s}
.example:hover{background:#ecf2f5;border-color:#9dadb6}
.band{border:1px solid #314855;box-shadow:0 14px 35px #152a360c}
@media(min-width:1680px){.photo-layout{column-gap:72px}.photo-copy h1{font-size:64px}.photo-copy{padding-top:16px}.photo-lead{font-size:18px}.photo-button{margin-top:25px}.scene-image{object-position:50% 28%}}
@media(min-width:1061px) and (max-width:1230px){.photo-layout{grid-template-columns:minmax(0,1fr) minmax(430px,1fr);column-gap:30px}.photo-copy h1{font-size:46px}.photo-lead{font-size:15px}.photo-trust{font-size:10px;gap:13px}.photo-after h2{font-size:28px}.photo-layout .calc-head{padding-inline:22px}.photo-layout .calc-body{padding-inline:22px}.after-details{gap:11px}}
@media(max-width:1060px){
 .photo-hero{padding-bottom:32px;--photo-height:470px;--photo-start:0px}
 .photo-scene{position:relative;height:auto;aspect-ratio:16/9;max-height:560px;z-index:0}
 .scene-image{object-position:center center}
 .scene-shade{background:linear-gradient(180deg,#14273205 35%,#14273208 60%,#142732 100%)}
 .scene-labels{top:19px}
 .photo-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);grid-template-rows:auto auto;column-gap:28px;padding-top:0;position:relative;isolation:isolate;margin-top:-80px}
 .photo-layout:before{content:'';position:absolute;z-index:-1;top:0;left:-40px;right:-40px;height:420px;background:linear-gradient(#14273200,#142732 20%,#142732 87%,#f6f5f0 87%)}
 .photo-copy{padding-top:35px;min-height:370px}
 .photo-copy h1{font-size:40px;line-height:1.13;margin-top:15px}
 .photo-copy h1 em{white-space:normal}
 .photo-copy .eyebrow{font-size:9px;letter-spacing:.07em}
 .photo-lead{font-size:15px;margin-top:16px;line-height:1.6}
 .photo-trust{font-size:10px;gap:10px;margin-top:18px}
 .photo-button{font-size:12px;gap:14px;margin-top:19px}
 .photo-layout>.calc{grid-column:2;grid-row:1 / span 2}
 .photo-layout .calc-head{padding:24px 20px 13px}
 .photo-layout .calc-head h2{font-size:24px}
 .photo-layout .calc-body{padding:21px 20px 24px}
 .photo-layout .calc-nav{padding-inline:12px;gap:2px}
 .photo-layout .calc-nav button{font-size:11px;padding-inline:6px}
 .photo-after{padding-top:25px;padding-right:0}
 .photo-after h2{font-size:26px}
 .after-details{grid-template-columns:1fr;gap:12px}
 .nav{gap:15px}.nav a:nth-child(3){display:none}
}
@media(max-width:800px){
 .header-inner{min-height:70px;gap:12px}
 .brand strong{font-size:19px}
 .brand small{font-size:8px}
 .brandmark{height:36px;width:36px;flex-shrink:0;border-radius:10px}
 .brandmark svg{width:22px;height:22px}
 .brand{gap:9px}
 .nav{margin-left:auto;gap:0}
 .nav a:not(.nav-cta){display:none}
 .nav .nav-cta{font-size:11px;padding:9px 11px;white-space:nowrap;border-radius:8px}
 .preview{font-size:9px;padding:5px 12px;line-height:1.55}
 .photo-hero{padding-bottom:24px}
 .photo-scene{aspect-ratio:16/9;max-height:none}
 .scene-image{object-fit:cover;object-position:center}
 .scene-shade{background:linear-gradient(180deg,#14273200 40%,#14273200 66%,#142732 100%)}
 .scene-labels{width:calc(100% - 36px);top:13px;align-items:flex-start;gap:10px}
 .scene-tag{font-size:9px;letter-spacing:0;padding:6px 10px;gap:8px}
 .scene-credit{font-size:8px;padding:4px 6px;max-width:110px;text-align:right;line-height:1.4}
 .scene-dot{height:5px;width:5px;box-shadow:none}
 .photo-layout{width:100%;display:flex;flex-direction:column;gap:0;margin-top:0;isolation:auto}
 .photo-layout:before{display:none}
 .photo-copy{order:1;width:100%;min-height:0;padding:10px 24px 46px;background:#142732}
 .photo-copy .eyebrow{font-size:9px;letter-spacing:.07em}
 .photo-copy h1{font-size:42px;margin-top:15px;line-height:1.1;max-width:650px}
 .photo-copy h1 em{white-space:nowrap}
 .photo-lead{font-size:15px;line-height:1.6;max-width:640px;margin-top:17px}
 .photo-trust{font-size:10px;gap:14px;margin-top:17px}
 .photo-button{margin-top:20px;font-size:13px;padding:11px 15px;min-height:46px;gap:28px}
 .photo-layout>.calc{order:2;width:calc(100% - 32px);margin:-22px auto 0;scroll-margin-top:91px;align-self:center;box-shadow:0 14px 35px #152a3614}
 .photo-layout .calc-head{padding:26px 22px 13px}
 .photo-layout .calc-body{padding:21px 22px 24px}
 .photo-layout .calc-nav{padding-inline:13px;gap:4px}
 .photo-layout .calc-nav button{font-size:12px;padding-inline:7px}
 .photo-after{order:3;max-width:640px;width:calc(100% - 48px);margin:0 auto;padding:30px 0 0}
 .after-eyebrow{font-size:9px;letter-spacing:.08em}
 .photo-after h2{font-size:28px}
 .photo-after h2 br{display:none}
 .photo-after>p:not(.photo-safety){font-size:14px;max-width:none}
 .after-details{grid-template-columns:1fr 1fr;gap:15px}
 .photo-safety{margin-top:21px;padding-top:16px;font-size:11px}
 .phasebar{padding-top:26px}
 .mobile-cta{box-shadow:0 -5px 25px #152a3608;background:#f8fbfcf7;backdrop-filter:blur(10px)}
}
@media(min-width:601px) and (max-width:800px){.photo-copy{padding-inline:36px}.photo-layout>.calc{width:calc(100% - 72px)}.photo-after{width:calc(100% - 72px)}.photo-copy h1{font-size:52px}.scene-labels{width:calc(100% - 72px)}}
@media(max-width:380px){.photo-copy{padding-inline:20px}.photo-copy h1{font-size:37px}.photo-lead{font-size:14px}.photo-trust{font-size:9px;gap:10px}.photo-layout .calc-head{padding-inline:18px}.photo-layout .calc-body{padding-inline:18px}.photo-layout .calc-head h2{font-size:22px}.brand strong{font-size:17px}.brand small{font-size:7px}.nav .nav-cta{font-size:10px;padding:8px}.scene-tag{font-size:8px}.scene-credit{max-width:86px;font-size:7px}}
@media(max-width:340px){.photo-copy h1{font-size:33px}.photo-trust{gap:8px}.photo-copy .eyebrow{font-size:8px}.photo-layout .calc-nav button{font-size:10px;padding-inline:5px}.after-details{grid-template-columns:1fr}.photo-layout .segmented button{font-size:11px}}
@media(prefers-reduced-motion:reduce){.photo-button,.phase,.example{transition:none}.photo-button:hover{transform:none}}
@media print{.photo-hero{display:none!important}}

/* Alarm-Familie / Photo layout for the Freiheitskanzlei Alarm family. */
:root{--photo-height:735px;--photo-start:255px}
body{background:#f6f5f0}.brandmark svg,.ui-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.brand strong{font-size:21px}.brand small{letter-spacing:.075em;font-size:9px}.nav{gap:22px}.nav button{background:none;border:0;padding:0;font-size:13px;color:var(--ink);font-weight:650}.nav .nav-cta{border-radius:9px;padding:10px 14px;white-space:nowrap}.preview{padding:6px 15px;font-size:11px}.preview button{color:inherit;font:inherit;border:0;background:none;padding:0;text-decoration:underline;text-underline-offset:3px}.scene-image{opacity:0;transition:opacity .35s;object-position:center 38%}.scene-image.loaded{opacity:1}.scene-shade{background:linear-gradient(180deg,#13242e20 0%,#13242e40 23%,#13242ec9 48%,#142732f5 78%,#142732 100%)}.photo-scene{background:radial-gradient(ellipse at 70% 13%,#637986 0%,#334f5f 37%,#142732 79%)}.scene-fallback{position:absolute;inset:0;overflow:hidden}.scene-fallback:before{content:'';position:absolute;width:720px;height:720px;border:1px solid #d0e2ed21;right:-20px;top:-500px;border-radius:50%;box-shadow:0 0 0 65px #d0e2ed06,0 0 0 130px #d0e2ed07,0 0 0 195px #d0e2ed06}.scene-fallback:after{content:'';position:absolute;inset:0;background-image:radial-gradient(#d0e2ed2e .8px,transparent .8px);background-size:20px 20px;mask-image:linear-gradient(#000,transparent 60%)}.scene-symbol{position:absolute;left:calc(50% - 80px);top:70px;display:grid;place-items:center;width:150px;height:150px;border:1px solid #d2e1ea35;border-radius:36px;background:#d2e1ea0c;transform:rotate(-9deg);color:#dce7eea6;box-shadow:30px 30px 0 #d2e1ea04}.scene-symbol svg{width:76px;height:76px;stroke-width:1;transform:rotate(9deg)}.scene-word{position:absolute;top:140px;left:max(36px,calc((100vw - 1220px)/2));color:#dce7ee55;letter-spacing:.2em;font-size:11px;font-weight:700;text-transform:uppercase;max-width:260px}.scene-labels{top:22px}.scene-credit{border:1px solid #ffffff24;cursor:pointer;font-family:inherit}.photo-layout{column-gap:56px;grid-template-rows:calc(var(--photo-height) - var(--photo-start)) auto}.photo-copy h1{font-size:clamp(43px,4.3vw,63px);line-height:1.08;overflow-wrap:break-word;hyphens:auto}.photo-copy h1 em{white-space:normal;display:block;margin-top:7px}.photo-lead{font-size:16px;max-width:490px}.photo-copy{padding-top:16px}.photo-button{gap:22px}.photo-trust{font-size:11px;gap:14px}.photo-after{padding-top:32px}.photo-after h2{font-size:28px}.photo-after>p:not(.photo-safety){max-width:485px}.photo-layout>.calc{border-radius:20px}.calc-head .eyebrow{font-size:10px;color:var(--green);margin-bottom:9px}.calc-head-top h2{font-size:25px}.calc-head-top{align-items:flex-start}.calc-body{padding-top:18px!important}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:9px 0 20px}.mode-choice{position:relative;cursor:pointer;min-width:0}.mode-choice input{position:absolute;opacity:0;pointer-events:none}.mode-label{display:flex;align-items:center;gap:9px;padding:12px 10px;border:1px solid var(--border);border-radius:10px;min-height:58px;font-size:12px;line-height:1.35;font-weight:650;background:#fff;color:var(--muted);transition:background .15s,border .15s}.mode-label:before{content:'';width:13px;height:13px;border:1px solid #9ba5ab;border-radius:50%;flex-shrink:0}.mode-choice input:checked+.mode-label{border-color:var(--green);color:var(--green);background:#edf2f5}.mode-choice input:checked+.mode-label:before{border:4px solid var(--green);background:white}.mode-choice input:focus-visible+.mode-label{outline:3px solid var(--accent);outline-offset:2px}.field label .optional{font-weight:400;font-size:11px;color:var(--muted)}.context-input{min-height:80px;resize:vertical;font-size:13px}.urgency-inline{margin-bottom:15px;background:#f9eee5;border:1px solid #e8c9b2;border-radius:10px;padding:12px 14px;font-size:12px;line-height:1.55}.urgency-inline strong{display:block;font-size:13px;margin-bottom:4px}.urgent-band{background:#f7e9df;border:1px solid #e6c7b7;border-radius:12px;padding:15px 19px;margin-top:24px;display:flex;align-items:center;gap:22px;color:#683c2e;position:relative;z-index:2}.urgent-band>div{flex:1;min-width:0}.urgent-band strong{font-size:14px;display:block}.urgent-band p{font-size:12px;line-height:1.5;margin-top:4px}.urgent-band a{white-space:nowrap;color:#743e2a;border-color:#ddae93;min-height:42px;font-size:12px}.urgent-band .ui-icon{align-self:flex-start;margin-top:2px}.phasebar .phases{grid-template-columns:repeat(4,1fr)}.phase{cursor:default;padding:18px 15px;align-items:center}.phase .num{width:29px;height:29px}.phase b{font-size:13px}.phase small{font-size:11px}.phasebar .eyebrow{font-size:10px}.phasebar{padding-block:25px 30px}.local-chip{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted);margin-top:14px;line-height:1.5}.local-chip svg{width:14px;height:14px}.fieldlegend{font-size:13px;font-weight:700;padding:0;margin:0 0 5px}fieldset{border:0;padding:0;margin:0}.result{margin-block:0 45px;border-radius:20px;padding:32px}.result h2{max-width:800px;line-height:1.15}.result-intro{max-width:900px;font-size:15px}.result-top .eyebrow{font-size:10px}.result .result-top .badge{font-size:10px}.route-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:17px}.route-meta span{font-size:11px;border:1px solid var(--border);border-radius:30px;padding:4px 9px;color:var(--muted)}.tasklist{list-style:none;margin:25px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.tasklist li{background:#f0f4f6;border:1px solid #dae2e7;padding:22px;border-radius:13px}.tasklist .when{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--green);font-weight:750}.tasklist h3{font-size:19px;line-height:1.25;margin:11px 0 10px}.tasklist p{font-size:13px;color:var(--muted);line-height:1.7}.docs-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;margin-top:25px}.result-card{border:1px solid var(--border);border-radius:13px;padding:24px}.result-card h3{font-size:20px;margin-bottom:14px}.doc-check{display:flex;align-items:flex-start;gap:10px;padding:9px 0;font-size:13px;line-height:1.5;cursor:pointer}.doc-check input:checked+span{text-decoration:line-through;color:var(--muted)}.doc-progress{margin-top:13px;height:5px;border-radius:9px;background:#e3e9ec;overflow:hidden}.doc-progress div{height:100%;background:var(--green);width:0;transition:width .2s}.progress-caption{font-size:11px;color:var(--muted);margin-top:7px}.contact-link{display:block;text-decoration:none;padding:12px 0;border-bottom:1px solid var(--border);color:var(--ink)}.contact-link:last-child{border-bottom:0}.contact-link strong{font-size:13px;display:block;color:var(--green)}.contact-link strong:after{content:' \2197';font-weight:400}.contact-link small{font-size:11px;line-height:1.6;display:block;margin-top:6px;color:var(--muted)}.result-note{margin-top:17px;font-size:12px;border-left:3px solid var(--green);background:#ebf1f4;border-radius:0 9px 9px 0;padding:13px 16px;overflow-wrap:anywhere;white-space:pre-wrap}.result-note strong{display:block;margin-bottom:6px}.result .notice{font-size:13px;line-height:1.6}.result .notice .refs{display:block;margin-top:7px}.source-link{font-size:11px;display:inline-block;margin:10px 0 0;color:var(--green);font-weight:650}.quiet-link{color:var(--muted);font-size:12px;font-weight:550;background:transparent;border:0;padding:0;text-decoration:underline;text-underline-offset:3px}.actions .quiet-link{margin-left:auto}.letter-section{border-top:1px solid var(--border);margin-top:26px;padding-top:24px}.letter-section h3{font-size:22px;margin-bottom:10px}.letter-section>p{font-size:13px;max-width:850px;color:var(--muted);margin-bottom:16px}.letter-section textarea{font-size:13px;line-height:1.7;min-height:190px;resize:vertical}.text-tools{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px}.text-tools button{font-size:12px}.result-links{margin-top:17px;font-size:12px;display:flex;gap:15px;flex-wrap:wrap}.band .eyebrow{font-size:10px;color:var(--photo-mint);margin-bottom:14px}.band h2{line-height:1.15}.band .smallcopy{margin-top:11px;line-height:1.6}.band .band-list{display:grid;gap:12px}.band-list>div{border:1px solid #546772;border-radius:10px;padding:16px;display:flex;gap:12px}.band-list .ui-icon{color:#bed2de;margin-top:2px}.band-list b{font-size:14px;display:block}.band-list small{display:block;font-size:12px;color:#cad5db;margin-top:4px}.section-head .eyebrow{color:var(--green);font-size:10px}.article-card h3{font-size:21px}.article-card p{line-height:1.75}.article-card .source-link{margin-top:auto;padding-top:18px}.calc-tool{border:1px solid var(--border);background:#fff;border-radius:20px;padding:30px;display:grid;grid-template-columns:1.1fr .9fr;gap:35px}.calc-tool h3{font-size:23px}.calc-tool .muted{font-size:13px;margin:10px 0 23px}.calc-tool .pair{margin-top:15px}.calc-output{background:#ebf1f4;border:1px solid #d2dbe1;border-radius:14px;padding:27px;display:flex;flex-direction:column;justify-content:center}.calc-output .eyebrow{font-size:10px;color:var(--green)}.calc-output output{font-size:43px;letter-spacing:-.04em;font-weight:750;line-height:1.2;margin-top:15px;font-variant-numeric:tabular-nums}.calc-output p{font-size:13px;color:var(--muted);margin-top:12px}.calc-output small{font-size:11px;color:var(--muted);margin-top:14px;line-height:1.5}.calculator-legend{font-size:11px;margin-top:12px;color:var(--muted);max-width:720px}.tools-grid .tool-card h3{font-size:23px}.tools-grid .tool-card .eyebrow{font-size:10px;color:var(--green);margin-bottom:12px}.tools-grid .tool-card textarea{min-height:190px;font-size:12px}.tool-actions{display:flex;gap:10px;flex-wrap:wrap}.tool-actions .button{font-size:12px}.tool-note{font-size:11px!important;line-height:1.6;margin-bottom:0!important}.faq-item{padding:20px 0}.faq-item .source-link{margin-top:8px}.faq-empty{color:var(--muted);font-size:14px;padding-block:20px}.scope-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.scope-card{background:white;border:1px solid var(--border);border-radius:16px;padding:25px;display:flex;flex-direction:column;gap:13px}.scope-card.featured{background:#e8eef2;border-color:#9eb0ba}.scope-card .eyebrow{font-size:10px;color:var(--green)}.scope-card h3{font-size:22px}.scope-card p{font-size:13px;color:var(--muted);line-height:1.75}.scope-card a,.scope-card button{margin-top:auto;align-self:flex-start}.source-section .section-head p{font-size:13px;max-width:780px}.source-section summary{font-size:15px;font-weight:650;cursor:pointer}.sources-list{margin-top:12px;gap:10px 35px}.sources-list li{scroll-margin-top:110px}.sources-list a{font-size:12px;font-weight:650;overflow-wrap:anywhere}.sources-list p{line-height:1.6}.sources-list .source-id{min-width:23px;text-align:center}.footer .footer-links button{background:none;border:0;padding:0;color:var(--mint);font-size:12px;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.footer-inner{display:grid;grid-template-columns:.65fr 1.35fr;gap:55px}.footer .footer-brand{font-size:21px;letter-spacing:-.025em}.footer p{line-height:1.7}.footer .brand-sub{margin-top:8px;color:#b5c4cd}.footer-links{line-height:1.8}.privacy-text{font-size:13px;line-height:1.8}.privacy-text h3{font-size:18px;margin-top:21px}.privacy-text p{margin-top:10px;font-size:13px}.family-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}.family-modal-grid a{border:1px solid var(--border);border-radius:10px;padding:12px;text-decoration:none;color:var(--ink);font-size:13px;font-weight:650}.family-modal-grid a:hover{background:#ebf1f4}.family-modal-grid a small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:4px}.family-modal-grid a[aria-current=page]{background:#ebf1f4;border-color:var(--green)}.close{display:grid;place-items:center;flex-shrink:0;line-height:1}.print-only{display:none}.button .ui-icon{width:16px;height:16px}.letter-section .button.small{font-size:12px}.notice-warning{background:#fcf0e4;border-color:#c48855}.button-outline{background:transparent!important;border:1px solid var(--border)!important;color:var(--green)!important}.field input[type=date]{font-weight:500;font-size:14px}.status-inline{font-size:12px;padding:12px;background:#ebf1f4;border-radius:8px;margin-top:12px}.import-label{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mode-caption{font-size:11px;color:var(--muted);line-height:1.6}.subtitle-link{font-size:11px}.mode-grid+details{margin-bottom:16px}.global-note{padding:0;margin-top:12px;font-size:11px;color:var(--muted);line-height:1.6}.ai-warning{font-size:11px!important;border-left:2px solid #b46a2f;padding-left:10px}.result-reminder{font-size:12px;color:var(--muted);margin-top:15px}
@media(min-width:1600px){.photo-layout{column-gap:72px}.photo-copy h1{font-size:65px}}
@media(max-width:1200px) and (min-width:1061px){.photo-copy h1{font-size:48px}.photo-lead{font-size:15px}.brand strong{font-size:19px}.nav{gap:16px}.nav button{font-size:12px}.photo-layout{column-gap:30px}.photo-trust{font-size:10px;gap:9px}}
@media(max-width:1060px) and (min-width:801px){.photo-layout{grid-template-columns:1fr 1fr;column-gap:24px}.photo-copy h1{font-size:40px}.photo-copy{min-height:410px;padding-top:25px}.photo-layout:before{height:465px;background:linear-gradient(#14273200,#142732 10%,#142732 88%,#f6f5f0 88%)}.scene-symbol{top:60px}.mode-label{font-size:11px;padding:11px 9px}.calc-head-top h2{font-size:23px}.mode-grid{gap:6px}.brand strong{font-size:18px}.nav a:not(.nav-cta),.nav button{display:none}.photo-layout .photo-lead{font-size:14px}.photo-layout .photo-trust{font-size:10px}.photo-layout .photo-copy h1 em{white-space:normal}}
@media(max-width:800px){.brand strong{font-size:18px}.brand small{font-size:7.5px}.nav button{display:none}.preview{font-size:9px}.photo-scene{height:225px;aspect-ratio:auto}.scene-image{object-position:center 38%}.scene-shade{background:linear-gradient(180deg,#14273210 25%,#14273250 58%,#142732 100%)}.scene-symbol{width:108px;height:108px;border-radius:25px;left:calc(50% - 54px);top:71px}.scene-symbol svg{width:54px;height:54px}.scene-word{display:none}.scene-tag{max-width:70%;font-size:9px;line-height:1.5}.scene-credit{font-size:8px;max-width:110px}.photo-copy{padding:4px 24px 45px}.photo-copy h1{font-size:42px;max-width:640px;line-height:1.1}.photo-copy h1 em{white-space:normal}.photo-lead{font-size:15px;line-height:1.65;margin-top:18px}.photo-trust{font-size:10px;gap:12px}.photo-button{margin-top:22px}.photo-after h2{font-size:27px}.after-details{gap:13px}.mode-label{min-height:58px;font-size:12px}.urgent-band{margin-top:20px;gap:12px;padding:15px;align-items:flex-start;flex-wrap:wrap}.urgent-band>.ui-icon{display:none}.urgent-band>div{flex-basis:100%}.urgent-band a{font-size:12px}.phasebar .phases{grid-template-columns:1fr 1fr}.phase{padding:13px 12px;gap:9px}.phase b{font-size:12px}.phase small{font-size:10px}.phase .num{width:25px;height:25px}.result{padding:23px 18px}.result h2{font-size:29px;line-height:1.15}.result-top{align-items:flex-start}.result .result-top .badge{font-size:9px;white-space:normal;text-align:center}.tasklist{grid-template-columns:1fr;gap:10px;margin-top:22px}.tasklist li{padding:19px}.tasklist h3{font-size:19px;margin-top:8px}.docs-grid{grid-template-columns:1fr;gap:14px;margin-top:18px}.result-card{padding:20px}.result .actions .button{flex:auto}.actions .quiet-link{margin-left:0;padding:10px}.letter-section h3{font-size:21px}.letter-section textarea{min-height:240px}.text-tools .button{flex:1}.result-note{font-size:12px}.article-grid{grid-template-columns:1fr}.article-card{padding:23px}.article-card h3{font-size:21px}.article-card p{font-size:14px}.calc-tool{grid-template-columns:1fr;padding:23px;gap:17px}.calc-output{padding:23px}.calc-output output{font-size:40px}.scope-cards{grid-template-columns:1fr}.scope-card{padding:24px}.tools-grid{grid-template-columns:1fr}.tool-card{padding:23px}.tool-actions .button{flex:1}.band{padding:27px 23px;gap:24px}.band h2{font-size:30px}.band-list>div{padding:14px}.footer-inner{display:block}.footer-inner>div+div{margin-top:25px}.footer .footer-brand{margin:0}.footer .brand-sub{font-size:11px}.family-modal-grid{grid-template-columns:1fr}.dialog-head h2{font-size:21px}.mobile-cta span{font-size:10px}.sources-list{grid-template-columns:1fr}.step h3{font-size:21px}.section-head h2{font-size:30px}}
@media(max-width:390px){.brand strong{font-size:15px}.brand small{font-size:6.7px}.brandmark{width:32px;height:32px}.brand{gap:7px}.header-inner{gap:8px}.nav .nav-cta{font-size:10px;padding:8px}.photo-copy h1{font-size:37px}.photo-copy{padding-inline:20px}.photo-trust{font-size:9px;gap:10px}.mode-label{font-size:11px;padding:10px 8px}.mode-grid{gap:7px}.calc-head-top h2{font-size:22px}.calc-head-top .badge{font-size:9px}.photo-layout .calc-head{padding-inline:18px}.photo-layout .calc-body{padding-inline:18px}.calc .pair{grid-template-columns:1fr}.calc .micro{font-size:10px}}
@media print{body{font-size:11pt!important}.photo-hero,.urgent-band,.phasebar,.header,.preview,.section,.footer,.mobile-cta,.toast,dialog,.no-print{display:none!important}.result{display:block!important;border:0!important;padding:0!important;margin:0!important;box-shadow:none!important}.result[hidden]{display:none!important}.result-top .badge,.result .actions,.result .text-tools,.result .result-links,.result .quiet-link,.result .source-link{display:none!important}.result .tasklist{display:block}.result .tasklist li{break-inside:avoid;margin:10px 0;padding:14px}.result .docs-grid{display:block}.result-card{margin-top:15px;break-inside:avoid}.letter-section textarea{display:none!important}.print-only{display:block!important;white-space:pre-wrap;overflow-wrap:anywhere;font-size:10pt;line-height:1.5}.result .notice,.result-note{break-inside:avoid}.result .result-intro{color:#222}.contact-link small{color:#222}.result h2{font-size:24pt!important}.wrap{width:100%!important}.result .result-top{display:block}.result a[href^=http]::after{content:' (' attr(href) ')';font-size:8pt;overflow-wrap:anywhere}.result .result-note{white-space:pre-wrap}.result .doc-progress,.result .progress-caption{display:none}.result h3{font-size:14pt!important}input[type=checkbox]{appearance:auto}}

/* Photo edition: all scene images are self-contained; no external requests. */
:root{--photo-height:820px;--photo-start:290px}
.scene-image.loaded{opacity:1;object-position:center 35%;filter:saturate(.94)}
.scene-shade{background:linear-gradient(180deg,rgba(12,30,31,.09) 0%,rgba(12,30,31,.06) 18%,rgba(12,30,31,.24) 32%,rgba(12,30,31,.76) 49%,rgba(20,47,50,.97) 77%,#142732 100%)}
.scene-credit{cursor:default;border:1px solid #ffffff35;background:#142129b3;color:#fff;font-size:10px;border-radius:6px;padding:6px 10px;backdrop-filter:blur(8px)}
.scene-tag{background:#14273299;max-width:min(78%,770px);backdrop-filter:blur(8px)}
.photo-scene{background:#142732}
@media(min-width:1450px){:root{--photo-height:830px;--photo-start:310px}}
@media(min-width:801px) and (max-width:1060px){.photo-scene .scene-shade{background:linear-gradient(180deg,#1427320a 25%,#14273230 58%,#142732 100%)}.scene-image.loaded{object-position:center 36%}}
@media(max-width:800px){.photo-scene .scene-shade{background:linear-gradient(180deg,#14273220 0%,#14273205 35%,#14273210 73%,#142732 100%)}.scene-image.loaded{object-position:center center}.scene-credit{font-size:8px;max-width:118px;padding:5px 7px;line-height:1.35}.scene-tag{font-size:9px;max-width:65%;line-height:1.4}.scene-labels{gap:8px;align-items:flex-start}}
@media print{.photo-hero{display:none!important}}
/* Keep the recognisable subject in the unobstructed top section of the hero. */
@media(min-width:1061px){
 .scene-image.loaded{height:460px;object-fit:cover;object-position:center 48%}
 .scene-shade{background:linear-gradient(180deg,rgba(12,30,31,.06) 0px,rgba(12,30,31,.06) 185px,rgba(12,30,31,.36) 275px,rgba(20,47,50,.88) 390px,#142732 460px,#142732 100%)}
}

/* Compact only the long hero headlines; retain the original photo layout. */
@media(min-width:1061px){
 .page-vollstreckungs-alarm .photo-copy h1,
 .page-werkstatt-alarm .photo-copy h1,
 .page-retoure-alarm .photo-copy h1,
 .page-schul-alarm .photo-copy h1{font-size:clamp(38px,3.4vw,52px);line-height:1.12}
}
