.hero--surveillance{margin-top:80px;background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#0f172a 100%);color:#fff;padding:120px 2rem 100px;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero--surveillance::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(231,76,60,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(231,76,60,.03) 1px,transparent 1px);background-size:50px 50px;pointer-events:none}.hero--surveillance::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(231,76,60,.1) 0,transparent 70%);pointer-events:none}.hero--surveillance .hero-content{max-width:900px;margin:0 auto;position:relative;z-index:10;text-align:center}.hero--surveillance h1{font-size:48px;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em;animation:fadeInUp .6s ease-out}.hero--surveillance h1 .letter-c{color:#4a9bd9;font-weight:800}.hero--surveillance h1 .letter-a{color:#e74c3c;font-weight:800}.hero--surveillance .hero-tagline{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:2.5rem;animation:fadeInUp .6s ease-out .1s backwards}.monitor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:700px;margin:0 auto 2.5rem;animation:fadeInUp .6s ease-out .2s backwards}.monitor-panel{background:#0d1117;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.08);animation:fadeInUp .4s ease-out backwards;animation-delay:calc(var(--delay) * .15s + .3s)}.monitor-header{background:#161b22;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}.monitor-id{font-family:'SF Mono',Consolas,Monaco,monospace;font-size:11px;font-weight:600;color:rgba(255,255,255,.6);letter-spacing:.5px}.monitor-rec{display:flex;align-items:center;gap:6px;font-family:'SF Mono',Consolas,Monaco,monospace;font-size:10px;font-weight:600;color:#6e7681;text-transform:uppercase}.monitor-rec--active{color:#f85149}.rec-dot{width:8px;height:8px;border-radius:50%;background:#f85149;animation:recBlink 1.5s ease-in-out infinite}.monitor-feed{position:relative;aspect-ratio:4/3;overflow:hidden}.monitor-feed img{width:100%;height:100%;object-fit:cover;filter:saturate(.7) contrast(1.1);transition:filter .3s ease}.monitor-panel:hover .monitor-feed img{filter:saturate(1) contrast(1)}.monitor-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 0,transparent 30%,transparent 70%,rgba(0,0,0,.3) 100%);pointer-events:none}.monitor-overlay::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 1px,transparent 1px,transparent 3px);pointer-events:none;opacity:.5}.motion-box{position:absolute;top:20%;left:30%;width:40%;height:50%;border:2px solid #3fb950;background:rgba(63,185,80,.1);animation:motionPulse 2s ease-in-out infinite}.monitor-footer{background:#161b22;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1)}.monitor-label{font-size:12px;font-weight:600;color:rgba(255,255,255,.8)}.monitor-time{font-family:'SF Mono',Consolas,Monaco,monospace;font-size:11px;color:#3fb950}.hero-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;animation:fadeInUp .6s ease-out .5s backwards}.hero-stat{text-align:center;padding:1rem 1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(10px)}.hero-stat__value{display:block;font-size:18px;font-weight:700;color:#fff;margin-bottom:.25rem}.hero-stat__label{font-size:13px;color:rgba(255,255,255,.5)}.hero--surveillance .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .6s ease-out .6s backwards}.hero--surveillance .btn-primary{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s ease;border:none}.hero--surveillance .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(231,76,60,.4)}.hero--surveillance .btn-primary svg{width:18px;height:18px;transition:transform .3s ease}.hero--surveillance .btn-primary:hover svg{transform:translateX(4px)}.hero--surveillance .btn-secondary{background:0 0;color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;text-decoration:none;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.hero--surveillance .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.hero-floating{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;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:6%;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;top: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:1;overflow:hidden}.hero-icon{position:absolute;color:rgba(255,255,255,.12);animation:float-gentle 10s ease-in-out infinite}.hero-icon--camera{width:60px;height:60px;top:60%;left:5%;animation-delay:-2s;animation-duration:12s}.hero-icon--shield{width:55px;height:55px;top:40%;right:5%;animation-delay:-5s;animation-duration:9s}.hero-icon--lock{width:50px;height:50px;top:75%;right:8%;animation-delay:-1s;animation-duration:11s}.hero-icon--eye{width:55px;height:55px;bottom:15%;left:15%;animation-delay:-3s;animation-duration:10s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float-gentle{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-20px) rotate(1deg)}}@keyframes recBlink{0%,100%{opacity:1}50%{opacity:.3}}@keyframes motionPulse{0%,100%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.services{padding:100px 2rem;background:linear-gradient(to bottom,#fff 0,#f8fafc 100%)}.bento-card{opacity:1;transform:translateY(0)}.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:white;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__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: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}@media (max-width:1024px){.bento-grid--solid{grid-template-columns:repeat(2,1fr)}.bento-card--solid.bento-card--featured{grid-column:span 2}}@media (max-width:768px){.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}}#ip-cameras{direction:rtl;background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#ip-cameras>*{direction:ltr}#ip-cameras .about-image{clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}#ip-cameras .about-image::before{background:linear-gradient(135deg,rgba(74,155,217,.2) 0,transparent 40%)}#ip-cameras .about-text h2,#ip-cameras .about-text h3,#ip-cameras .about-text p,#ip-cameras .about-text strong,#ip-cameras .about-text ul li{color:#fff}#ip-cameras .about-text p,#ip-cameras .about-text ul li{color:rgba(255,255,255,.9)}#analog-systems{direction:ltr;background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#analog-systems .about-image{clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}#analog-systems .about-image::before{background:linear-gradient(45deg,rgba(231,76,60,.2) 0,transparent 40%)}#analog-systems .about-text h2,#analog-systems .about-text h3,#analog-systems .about-text p,#analog-systems .about-text strong,#analog-systems .about-text ul li{color:#fff}#analog-systems .about-text p,#analog-systems .about-text ul li{color:rgba(255,255,255,.9)}#wireless-systems{direction:rtl;background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#wireless-systems>*{direction:ltr}#wireless-systems .about-image{clip-path:polygon(0 0,90% 0,100% 100%,0 100%)}#wireless-systems .about-image::before{background:linear-gradient(135deg,rgba(231,76,60,.2) 0,transparent 40%)}#wireless-systems .about-text h2,#wireless-systems .about-text h3,#wireless-systems .about-text p,#wireless-systems .about-text strong,#wireless-systems .about-text ul li{color:#fff}#wireless-systems .about-text p,#wireless-systems .about-text ul li{color:rgba(255,255,255,.9)}#service-area{direction:ltr;background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#service-area .about-image{clip-path:polygon(0 0,100% 0,100% 100%,10% 100%)}#service-area .about-image::before{background:linear-gradient(45deg,rgba(74,155,217,.2) 0,transparent 40%)}#service-area .about-text h2,#service-area .about-text h3,#service-area .about-text p,#service-area .about-text strong,#service-area .about-text ul li{color:#fff}#service-area .about-text p,#service-area .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 0}.about-text ul li{padding:.5rem 0;padding-left:1.75rem;position:relative;line-height:1.5;font-size:14px}.about-text ul li::before{content:'\2713';position:absolute;left:0;font-weight:700;font-size:16px;color:#fff}.blog{padding:100px 2rem 120px;background:#fff}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.monitor-grid{max-width:500px}.letter-bubble--c{width:60px;height:60px;font-size:28px}.letter-bubble--a{width:55px;height:55px;font-size:26px}.hero-icon{opacity:.6}}@media (max-width:768px){.hero--surveillance{padding:100px 1.5rem 80px;min-height:auto}.hero--surveillance h1{font-size:32px}.hero--surveillance .hero-tagline{font-size:16px;margin-bottom:2rem}.monitor-grid{grid-template-columns:1fr;gap:10px;margin-bottom:2rem}.monitor-panel{max-width:320px;margin:0 auto}.hero-stats{flex-direction:column;gap:.75rem}.hero-stat{padding:.75rem 1rem}.hero--surveillance .hero-buttons{flex-direction:column;width:100%}.hero--surveillance .btn-primary,.hero--surveillance .btn-secondary{width:100%;justify-content:center}.services-grid{grid-template-columns:1fr;gap:1rem}.services{padding:60px 1.5rem}.hero-floating,.hero-icons{display:none}}@media (max-width:480px){.hero--surveillance{padding:90px 1rem 70px}.hero--surveillance h1{font-size:28px}.hero--surveillance .hero-tagline{font-size:15px}.monitor-panel{max-width:100%}.hero-stats{gap:.5rem}.hero-stat{padding:.5rem .75rem}.hero-stat__value{font-size:16px}.hero-stat__label{font-size:12px}.bento-card--solid{padding:1.5rem}.section-title h2{font-size:24px}.section-title p{font-size:14px}.services{padding:50px 1rem}.blog{padding:50px 1rem}}@media (max-width:375px){.hero--surveillance{padding:90px 1rem 60px}.hero--surveillance h1{font-size:26px}.hero--surveillance .hero-tagline{font-size:14px}.monitor-panel{max-width:100%}.hero-stat__value{font-size:18px}.hero-stat__label{font-size:11px}}@media (prefers-reduced-motion:reduce){.monitor-panel{animation:none}.rec-dot{animation:none}.motion-box{animation:none}.hero-icon,.letter-bubble{animation:none}}