@keyframes lockPulse{0%,to{box-shadow:0 0 0 0 rgba(231,76,60,.4)}50%{box-shadow:0 0 0 20px transparent}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float-gentle{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-20px) rotate(1deg)}}.hero--keypad{margin-top:80px;background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#0f172a 100%);color:#fff;padding:0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero--keypad::before,.keypad-screen{position:absolute;top:0;left:0;right:0;bottom:0}.hero--keypad::before{content:"";background-image:linear-gradient(rgba(245,158,11,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:1}.keypad-screen{display:flex;align-items:center;justify-content:center;z-index:100;background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#0f172a 100%);transition:opacity .6s ease,transform .6s ease}.hero--keypad.unlocked .keypad-screen{opacity:0;transform:scale(1.1);pointer-events:none}.keypad-container{text-align:center;animation:fadeInUp .6s ease-out}.keypad-status{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.status-indicator{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(231,76,60,.15);border:3px solid #e74c3c;transition:all .5s ease}.status-indicator svg{width:36px;height:36px;color:#e74c3c;transition:color .5s ease}.status-indicator--locked{animation:lockPulse 2s ease-in-out infinite}.status-indicator--unlocked{background:rgba(46,204,113,.15);border-color:#2ecc71;animation:none}.status-text{font-family:"SF Mono","Consolas","Monaco",monospace;font-size:14px;font-weight:600;letter-spacing:3px;color:#e74c3c;transition:color .5s ease}.status-indicator--unlocked svg,.status-text--unlocked{color:#2ecc71}.code-display{display:flex;gap:12px;justify-content:center;margin-bottom:1.5rem}.code-dot{width:16px;height:16px;border-radius:50%;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.code-dot.active{background:#f59e0b;border-color:#f59e0b;box-shadow:0 0 15px rgba(245,158,11,.6)}.code-dot.success{background:#2ecc71;border-color:#2ecc71;box-shadow:0 0 15px rgba(46,204,113,.6)}.keypad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:280px;margin:0 auto 2rem}.keypad-btn{width:80px;height:80px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff;font-size:28px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-family:"Space Grotesk",sans-serif}.keypad-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4);transform:scale(1.05)}.keypad-btn:active{background:rgba(245,158,11,.3);border-color:#f59e0b;transform:scale(.95)}.keypad-btn--action{background:rgba(255,255,255,.03)}.keypad-btn--action svg{width:28px;height:28px}.keypad-btn--enter:hover{background:rgba(46,204,113,.2);border-color:#2ecc71}.keypad-btn--enter:active{background:rgba(46,204,113,.4)}.keypad-hint{font-size:14px;color:rgba(255,255,255,.5);animation:fadeInUp .6s ease-out .3s backwards}.hero-unlocked,.hero-unlocked .hero-image::before{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.hero-unlocked{display:flex;align-items:stretch;opacity:0;transform:translateY(20px);transition:opacity .8s ease .3s,transform .8s ease .3s;background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%);z-index:10}.hero--keypad.unlocked .hero-unlocked{opacity:1;transform:translateY(0);pointer-events:auto}.hero-unlocked .hero-image{flex:0 0 45%;position:relative;overflow:hidden;clip-path:polygon(0 0,90%0,100% 100%,0 100%)}.hero-unlocked .hero-image img{width:100%;height:100%;object-fit:cover;filter:brightness(.9)}.hero-unlocked .hero-image::before{content:"";background:linear-gradient(135deg,rgba(74,155,217,.3)0,transparent 60%);z-index:1}.hero-unlocked .hero-content{flex:1;display:flex;align-items:center;padding:100px 4rem 100px 3rem;position:relative;z-index:10}.hero-unlocked .hero-text{max-width:600px;animation:fadeInUp .8s ease-out .5s backwards}.hero-unlocked h1{font-size:48px;font-weight:700;margin-bottom:.5rem;line-height:1.2;color:#fff}.hero-unlocked h1 .letter-c{color:#4a9bd9;font-weight:800}.hero-unlocked h1 .letter-a{color:#e74c3c;font-weight:800}.hero-unlocked .hero-tagline{font-size:18px;color:rgba(255,255,255,.7);margin-bottom:1.5rem}.hero-unlocked .hero-description{font-size:15px;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:2rem}.hero-features{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.hero-feature{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border-radius:8px;border:1px solid rgba(255,255,255,.15);font-size:14px;font-weight:500;color:#fff}.hero-feature svg{width:18px;height:18px;color:#2ecc71}.hero-unlocked .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-unlocked .btn-primary,.hero-unlocked .btn-secondary{color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.hero-unlocked .btn-primary{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);display:inline-flex;align-items:center;gap:.5rem;border:0}.hero-unlocked .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(231,76,60,.4)}.hero-unlocked .btn-primary svg{width:18px;height:18px;transition:transform .3s ease}.hero-unlocked .btn-primary:hover svg{transform:translateX(4px)}.hero-unlocked .btn-secondary{background:0 0;border:1px solid rgba(255,255,255,.3)}.hero-unlocked .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.hero-floating{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:20;overflow:hidden}.letter-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"Space Grotesk",sans-serif;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.4);animation:float-gentle 8s ease-in-out infinite}.letter-bubble--c{width:85px;height:85px;font-size:42px;top:15%;left:48%;background:linear-gradient(135deg,#5dade2 0,#4a9bd9 50%,#2980b9 100%);box-shadow:0 8px 32px rgba(74,155,217,.5),inset 0 0 30px rgba(255,255,255,.2);animation-delay:0s}.letter-bubble--a{width:75px;height:75px;font-size:38px;bottom:20%;right:8%;background:linear-gradient(135deg,#ec7063 0,#e74c3c 50%,#c0392b 100%);box-shadow:0 8px 32px rgba(231,76,60,.5),inset 0 0 30px rgba(255,255,255,.2);animation-delay:-4s}.hero-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15;overflow:hidden}.hero-icon{position:absolute;color:rgba(255,255,255,.1);animation:float-gentle 10s ease-in-out infinite}.hero-icon--siren{width:60px;height:60px;top:25%;right:15%;animation-delay:-2s;animation-duration:12s}.hero-icon--shield{width:50px;height:50px;bottom:35%;left:50%;animation-delay:-5s;animation-duration:9s}.hero-icon--sensor{width:55px;height:55px;top:70%;right:20%;animation-delay:-1s;animation-duration:11s}.hero-icon--key{width:45px;height:45px;bottom:15%;left:52%;animation-delay:-3s;animation-duration:10s}.bento-grid--solid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.bento-card--solid{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 100%);border-radius:16px;padding:2rem;color:#fff;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;transform:perspective(1000px) rotateX(0) rotateY(0);opacity:1!important;box-shadow:0 10px 30px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.15)}.bento-card--solid.bento-card--featured::before,.bento-card--solid::before{display:none!important}.bento-card--solid:hover{transform:perspective(1000px) rotateX(-2deg) rotateY(2deg) translateY(-8px);box-shadow:0 20px 50px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.2)}.bento-card--blue,.bento-card--blue:hover,.bento-card--solid.bento-card--featured.bento-card--blue:hover{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)!important}.bento-card--blue:hover{box-shadow:0 20px 50px rgba(74,155,217,.3),0 2px 4px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.2)}.bento-card--red,.bento-card--red:hover,.bento-card--solid.bento-card--featured.bento-card--red:hover{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)!important}.bento-card--red:hover{box-shadow:0 20px 50px rgba(231,76,60,.3),0 2px 4px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.2)}.bento-card--solid.bento-card--featured{grid-column:span 2;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center}.bento-card--solid .bento-card__icon{width:64px;height:64px;background:rgba(255,255,255,.15);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bento-card--solid .bento-card__icon svg{width:36px;height:36px;stroke:#fff;stroke-width:2}.bento-card--solid .bento-card__content h3{font-size:18px;font-weight:700;margin-bottom:.5rem;color:#fff}.bento-card--solid .bento-card__content p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.85);margin:0}.bento-card--solid .bento-card__desc{font-size:13px;color:rgba(255,255,255,.75)}.bento-card--solid .bento-card__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:#fff;font-weight:600;font-size:14px;text-decoration:none;transition:gap .3s ease}.bento-card--solid .bento-card__link:hover{gap:.75rem}.bento-card--solid .bento-card__link svg{width:16px;height:16px}.bento-card--solid:not(.bento-card--featured){display:flex;flex-direction:column;gap:1rem}.bento-card--solid:not(.bento-card--featured) .bento-card__icon{width:56px;height:56px;border-radius:12px}.bento-card--solid:not(.bento-card--featured) .bento-card__icon svg{width:28px;height:28px}.services{background:linear-gradient(to bottom,#fff 0,#f8fafc 100%)}#zentralen{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#zentralen .about-text h2,#zentralen .about-text h3,#zentralen .about-text p,#zentralen .about-text strong,#zentralen .about-text ul li,#zentralen .about-text ul li::before{color:#fff}#zentralen .about-text p,#zentralen .about-text ul li{color:rgba(255,255,255,.9)}#signalgeber .about-text h2::after,#zentralen .about-text h2::after{background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.5) 100%)}#zentralen .about-image::before{background:linear-gradient(135deg,rgba(74,155,217,.2)0,transparent 40%)}#melder.services--cta{padding:80px 2rem 100px;background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#melder .about-text ul li::before,#melder .section-title h2,#melder .section-title p{color:#fff}#melder .section-title p{color:rgba(255,255,255,.8)}#melder .about-content{background:rgba(255,255,255,.08);border-radius:20px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch;margin-bottom:0}#melder .about-content[style*=row-reverse]{flex-direction:row-reverse!important}#melder .about-content[style*=margin-top]{margin-top:2rem!important}#melder .about-image{flex:0 0 40%;position:relative;min-height:350px;clip-path:none}#bedienteile .about-image img,#melder .about-image img{width:100%;height:100%;object-fit:cover}#melder .about-image::before{display:none}#melder .about-text{flex:1;padding:2.5rem}#melder .about-text h2{font-size:24px;color:#fff;margin-bottom:1rem}#melder .about-text h3{font-size:18px;color:#fff;margin-top:1.5rem;margin-bottom:.75rem}#melder .about-text p,#melder .about-text ul li{color:rgba(255,255,255,.9)}#signalgeber{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#bedienteile .about-text ul li::before,#bedienteile .section-title h2,#signalgeber .about-text h2,#signalgeber .about-text h3,#signalgeber .about-text p,#signalgeber .about-text strong,#signalgeber .about-text ul li,#signalgeber .about-text ul li::before{color:#fff}#signalgeber .about-text p,#signalgeber .about-text ul li{color:rgba(255,255,255,.9)}#signalgeber .about-image::before{background:linear-gradient(45deg,rgba(231,76,60,.2)0,transparent 40%)}#bedienteile.services--cta{padding:80px 2rem 100px;background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#bedienteile .section-title p{color:#fff;color:rgba(255,255,255,.8)}#bedienteile .about-content{background:rgba(255,255,255,.08);border-radius:20px;overflow:hidden;display:flex;flex-direction:row;align-items:stretch}#bedienteile .about-image{flex:0 0 40%;position:relative;min-height:350px;clip-path:none}#bedienteile .about-image::before{display:none}#bedienteile .about-text{flex:1;padding:2.5rem}#bedienteile .about-text h2{font-size:24px;color:#fff;margin-bottom:1rem}#bedienteile .about-text h3{font-size:18px;color:#fff;margin-top:1.5rem;margin-bottom:.75rem}#bedienteile .about-text p,#bedienteile .about-text ul li{color:rgba(255,255,255,.9)}.about-text h3{font-size:20px;margin-top:1.5rem;margin-bottom:.75rem;font-weight:700}.about-text ul{list-style:none;padding:0;margin:0 0 1.5rem}.about-text ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;line-height:1.6;font-size:14px}.about-text ul li::before{content:"✓";position:absolute;left:0;font-weight:700;font-size:16px}.blog,.faq,.services{padding:100px 2rem}.faq{background:linear-gradient(to bottom,#f8fafc 0,#fff 100%)}.blog{background:#fff}@media (max-width:1024px){.bento-grid--solid{grid-template-columns:repeat(2,1fr)}.bento-card--solid.bento-card--featured{grid-column:span 2}.hero-unlocked .hero-content{padding:80px 2rem}.hero-unlocked h1{font-size:40px}.letter-bubble--c{width:65px;height:65px;font-size:32px}.letter-bubble--a{width:60px;height:60px;font-size:30px}#signalgeber .about-content,#zentralen .about-content{flex-direction:column}#signalgeber .about-image,#zentralen .about-image{flex:none;min-height:300px;clip-path:none}#signalgeber .about-text,#zentralen .about-text{padding:2rem}}@media (max-width:768px){.hero--keypad{min-height:100vh}.keypad-btn{width:70px;height:70px;font-size:24px}.keypad-grid{gap:10px}.hero-features,.hero-unlocked{flex-direction:column}.hero-unlocked .hero-image{flex:none;height:40vh;min-height:280px;clip-path:polygon(0 0,100%0,100% 90%,0 100%)}.hero-unlocked .hero-content{flex:1;padding:2rem 1.5rem 3rem}.hero-unlocked h1{font-size:32px}.hero-unlocked .hero-tagline{font-size:16px}.hero-features{gap:.5rem}.hero-unlocked .hero-buttons{flex-direction:column;width:100%}.hero-unlocked .btn-primary,.hero-unlocked .btn-secondary{width:100%;justify-content:center}.hero-floating,.hero-icons{display:none}.bento-grid--solid{grid-template-columns:1fr}.bento-card--solid.bento-card--featured{grid-column:span 1;grid-template-columns:1fr;text-align:center}.bento-card--solid.bento-card--featured .bento-card__icon{margin:0 auto}#signalgeber .section-title,#zentralen .section-title{padding:60px 1.5rem 0}#bedienteile.services--cta,#melder.services--cta,.blog,.faq,.services{padding:60px 1.5rem}#bedienteile .about-content,#melder .about-content,#melder .about-content[style*=row-reverse]{flex-direction:column}#bedienteile .about-image,#melder .about-image{flex:none;min-height:200px}#bedienteile .about-text,#melder .about-text{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.hero-unlocked,.keypad-screen{transition:none}.hero-icon,.letter-bubble,.status-indicator--locked{animation:none}.bento-card--solid{transition:none}.bento-card--solid:hover{transform:none}}