:root{--bg:#fff7ed;--bg2:#fff;--ink:#111827;--muted:#6b7280;--brand:#b91c1c;--brand2:#ef4444;--dark:#171717;--line:#fee2e2;--card:#ffffff;--shadow:0 24px 70px rgba(127,29,29,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff7ed 0%,#fff 34%,#fff7ed 100%)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,64px);background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(254,226,226,.9)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em}.brand img{width:38px;height:38px;border-radius:12px;object-fit:cover}.nav{display:flex;gap:24px;color:#374151;font-weight:700;font-size:14px}.nav a:hover,.login-link:hover{color:var(--brand)}.header-actions{display:flex;align-items:center;gap:14px}.login-link{font-weight:800;color:#374151}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;font-weight:900;padding:14px 22px;box-shadow:0 16px 35px rgba(185,28,28,.25);cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--brand);border:1px solid var(--line);box-shadow:0 12px 30px rgba(17,24,39,.08)}.btn-small{padding:10px 16px;font-size:14px}.section{padding:90px clamp(18px,5vw,80px)}.section-muted{padding:90px clamp(18px,5vw,80px);background:rgba(255,237,213,.45)}.hero{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:60px;min-height:calc(100vh - 76px);overflow:hidden}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--brand);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.eyebrow:before{content:"";width:9px;height:9px;background:var(--brand2);border-radius:999px;box-shadow:0 0 0 6px rgba(239,68,68,.12)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,7vw,82px);line-height:.92;letter-spacing:-.075em;margin-bottom:22px}h2{font-size:clamp(32px,4vw,54px);line-height:1.02;letter-spacing:-.055em;margin-bottom:16px}h3{font-size:22px;letter-spacing:-.03em;margin-bottom:10px}.lead{font-size:clamp(18px,2vw,23px);line-height:1.58;color:#374151;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 24px}.trust-row{display:flex;gap:12px;flex-wrap:wrap}.trust-row span{background:white;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:800;color:#7f1d1d}.hero-visual{position:relative;min-height:560px}.browser-card{position:absolute;right:0;top:18px;width:min(580px,100%);background:white;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);overflow:hidden}.browser-top{display:flex;gap:8px;padding:18px;background:#111827}.browser-top span{width:12px;height:12px;background:#fff;border-radius:50%;opacity:.75}.dashboard-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:24px}.stat-card{border:1px solid var(--line);border-radius:20px;padding:20px;background:#fff7ed}.stat-card strong{font-size:34px;color:var(--brand);display:block}.stat-card small{color:var(--muted);font-weight:800}.preview-list{grid-column:1/-1;display:grid;gap:12px}.preview-list div{display:flex;justify-content:space-between;gap:16px;padding:16px;border-radius:18px;background:#f9fafb}.preview-list span{color:#16a34a;font-weight:800}.phone-card,.phone{position:absolute;left:0;bottom:10px;width:230px;background:#18181b;color:white;border-radius:34px;padding:36px 22px 22px;box-shadow:0 28px 80px rgba(0,0,0,.28);border:8px solid #27272a}.phone-notch{position:absolute;top:12px;left:50%;transform:translateX(-50%);width:76px;height:8px;background:#3f3f46;border-radius:999px}.scan-box{margin-top:22px;height:120px;border:2px dashed rgba(255,255,255,.45);border-radius:24px;display:grid;place-items:center;font-size:42px;font-weight:950;color:#fecaca}.section-heading{text-align:center;max-width:840px;margin:0 auto 42px}.section-heading p{color:var(--muted);font-size:18px;line-height:1.65}.problem-grid,.feature-grid,.pricing-grid,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.problem-card,.feature-card,.price-card,.step,.contact-card{background:white;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 16px 40px rgba(127,29,29,.08)}.problem-card{font-weight:850;color:#7f1d1d;line-height:1.45}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card p,.step p,.price-card li,.app-copy p,.contact-card p{color:var(--muted);line-height:1.65}.icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#fff1f2;font-size:28px;margin-bottom:18px}.app-section{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:50px}.check-list{display:grid;gap:14px;padding:0;margin:26px 0 0;list-style:none}.check-list li{background:white;border:1px solid var(--line);padding:14px 16px;border-radius:16px;font-weight:850}.check-list li:before{content:"✓";color:#16a34a;margin-right:10px;font-weight:950}.app-mockup{display:flex;justify-content:center}.large-phone{position:relative;left:auto;bottom:auto;width:310px;min-height:520px}.app-logo{width:76px;height:76px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,var(--brand),var(--brand2));font-size:42px;margin:30px auto 20px}.large-phone h3{text-align:center}.app-row{display:flex;justify-content:space-between;background:#27272a;border-radius:16px;padding:15px 16px;margin:12px 0}.app-row b{color:#fecaca}.large-phone button{width:100%;border:0;border-radius:18px;padding:16px;margin-top:16px;background:#fff;color:#b91c1c;font-weight:950}.steps{grid-template-columns:repeat(4,1fr)}.step span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:#b91c1c;color:white;font-weight:950;margin-bottom:18px}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.price-card{position:relative}.price-card.highlighted{border:2px solid var(--brand);transform:scale(1.03);box-shadow:var(--shadow)}.badge{position:absolute;right:22px;top:22px;background:#111827;color:white;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:950}.price{font-size:42px;font-weight:950;color:var(--brand);letter-spacing:-.05em}.price span{font-size:16px;color:var(--muted);letter-spacing:0}.price-card ul{padding:0;margin:0 0 24px;list-style:none;display:grid;gap:12px}.price-card li:before{content:"✓";color:#16a34a;margin-right:10px;font-weight:950}.demo-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(135deg,#7f1d1d,#dc2626);color:white;margin:70px clamp(18px,5vw,80px);border-radius:34px;box-shadow:var(--shadow)}.demo-banner.section{padding:46px}.demo-banner .eyebrow,.demo-banner p{color:#fee2e2}.demo-banner .eyebrow:before{background:#fff}.demo-banner .btn{background:white;color:#b91c1c;box-shadow:none;white-space:nowrap}.contact-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;max-width:1180px;margin:0 auto}.contact-options{display:grid;gap:12px;margin-top:24px}.contact-options a{font-weight:900;color:var(--brand)}.lead-form{display:grid;gap:14px}.lead-form label{display:grid;gap:8px;font-weight:900}.lead-form input,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:18px;padding:15px 16px;font:inherit;background:#fff7ed}.lead-form textarea{min-height:130px;resize:vertical}.lead-form .btn{width:fit-content}.footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px clamp(18px,5vw,80px);background:#111827;color:white}.footer p{margin:0;color:#d1d5db}.footer-links{display:flex;gap:18px;color:#fca5a5;font-weight:850;flex-wrap:wrap;justify-content:flex-end}@media(max-width:980px){.nav{display:none}.hero,.app-section,.contact-card{grid-template-columns:1fr}.hero{min-height:auto;padding-top:60px}.hero-visual{min-height:520px}.problem-grid,.feature-grid,.pricing-grid,.steps{grid-template-columns:1fr 1fr}.price-card.highlighted{transform:none}.demo-banner{flex-direction:column;align-items:flex-start}.footer{flex-direction:column;text-align:center}.footer-brand{justify-content:center}}@media(max-width:640px){.site-header{padding:12px 16px}.header-actions .login-link{display:none}.brand span{font-size:15px}.section,.section-muted{padding:62px 16px}.hero-visual{min-height:460px}.browser-card{position:relative;top:0}.phone-card{display:none}.dashboard-preview{grid-template-columns:1fr}.preview-list div{flex-direction:column}.problem-grid,.feature-grid,.pricing-grid,.steps{grid-template-columns:1fr}.hero-actions .btn{width:100%}.demo-banner{margin:40px 16px}.demo-banner.section{padding:30px 22px}.lead-form .btn{width:100%}}

/* Trust/Conversion Erweiterungen */
.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:-40px clamp(18px,5vw,80px) 60px;position:relative;z-index:5}.proof-strip div{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 16px 40px rgba(127,29,29,.09)}.proof-strip strong{display:block;font-size:18px;letter-spacing:-.03em;margin-bottom:6px}.proof-strip span{display:block;color:var(--muted);line-height:1.55}.target-grid,.trust-grid,.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.target-card,.trust-card,.faq-grid details,.pilot-card{background:white;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 16px 40px rgba(127,29,29,.08)}.target-card strong{display:block;font-size:22px;letter-spacing:-.03em;margin-bottom:10px}.target-card span,.trust-card p,.faq-grid p,.pilot-card p{color:var(--muted);line-height:1.65}.pilot-card{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:start;max-width:1180px;margin:0 auto}.pilot-card h2{margin-bottom:18px}.pilot-list{margin-top:0}.compact-pricing .price-card:first-child,.compact-pricing .price-card:last-child{opacity:.96}.faq-grid{grid-template-columns:repeat(2,1fr);max-width:1100px;margin:0 auto}.faq-grid details{padding:0;overflow:hidden}.faq-grid summary{cursor:pointer;font-weight:950;font-size:18px;padding:22px 24px;letter-spacing:-.02em}.faq-grid p{padding:0 24px 24px;margin:0}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}.lead-form input:focus,.lead-form textarea:focus{outline:3px solid rgba(239,68,68,.18);border-color:var(--brand2);background:white}.site-header .btn-small{white-space:nowrap}
@media(max-width:980px){.proof-strip,.target-grid,.trust-grid,.faq-grid,.pilot-card{grid-template-columns:1fr 1fr}.pilot-card{gap:20px}.proof-strip{margin-top:20px}}
@media(max-width:640px){.proof-strip,.target-grid,.trust-grid,.faq-grid,.pilot-card{grid-template-columns:1fr}.proof-strip{margin:0 16px 40px}.target-card,.trust-card,.faq-grid details,.pilot-card{border-radius:22px;padding:22px}.faq-grid details{padding:0}.faq-grid summary{padding:20px}.faq-grid p{padding:0 20px 20px}.price{font-size:34px}.hero-copy{text-align:left}}

/* Branchenuebergreifende Landingpage Erweiterungen */
.industry-grid,.compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.industry-card,.compare-card,.brand-window{background:white;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 16px 40px rgba(127,29,29,.08)}.industry-card span{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:#fff1f2;font-size:30px;margin-bottom:18px}.industry-card p,.compare-card li,.branding-copy p,.mail-preview p{color:var(--muted);line-height:1.65}.industry-card.fire{border-top:5px solid #dc2626}.industry-card.electric{border-top:5px solid #2563eb}.industry-card.facility{border-top:5px solid #0f766e}.industry-card.shk{border-top:5px solid #ea580c}.industry-card.gate{border-top:5px solid #7c3aed}.industry-card.custom{border-top:5px solid #111827}.branding-section{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:50px}.branding-preview{display:flex;justify-content:center}.brand-window{width:min(520px,100%);padding:0;overflow:hidden}.brand-window-head{display:flex;gap:8px;background:#111827;padding:18px}.brand-dot{width:12px;height:12px;border-radius:50%;display:block}.brand-dot.red{background:#ef4444}.brand-dot.blue{background:#3b82f6}.brand-dot.green{background:#22c55e}.brand-panel{margin:22px;border-radius:22px;padding:22px;color:white;display:grid;gap:8px}.brand-panel b{font-size:22px}.brand-panel small{opacity:.88;font-weight:800}.brand-panel button{width:fit-content;border:0;border-radius:999px;padding:10px 16px;font-weight:950;background:white;color:#111827}.brand-red{background:linear-gradient(135deg,#991b1b,#ef4444)}.brand-blue{background:linear-gradient(135deg,#1d4ed8,#38bdf8)}.mail-preview{margin:22px;border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff7ed}.mail-preview strong{display:block;margin-bottom:10px;letter-spacing:-.02em}.mail-preview em{display:block;color:#7f1d1d;font-style:normal;font-weight:800;margin-top:12px}.compare-grid{grid-template-columns:repeat(2,1fr);max-width:1100px;margin:0 auto}.compare-card ul{padding:0;margin:18px 0 0;list-style:none;display:grid;gap:12px}.compare-card li:before{font-weight:950;margin-right:10px}.compare-card.old li:before{content:'×';color:#dc2626}.compare-card.new li:before{content:'✓';color:#16a34a}.compare-card.new{border:2px solid var(--brand)}.comparison .section-heading{margin-bottom:32px}
@media(max-width:980px){.industry-grid{grid-template-columns:1fr 1fr}.branding-section{grid-template-columns:1fr}.compare-grid{grid-template-columns:1fr}}
@media(max-width:640px){.industry-grid{grid-template-columns:1fr}.industry-card,.compare-card{border-radius:22px;padding:22px}.branding-section{gap:28px}.brand-panel,.mail-preview{margin:16px}.brand-panel{padding:18px}}
