
/* 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}}
