.service-slider{height:600px;position:relative;overflow:hidden;background:var(--navy);color:#fff}
.service-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity .8s ease,transform 6.5s ease,visibility .8s;background:linear-gradient(90deg,rgba(3,27,60,.98) 0%,rgba(3,27,60,.9) 40%,rgba(3,27,60,.18) 72%),var(--slide-image) center/cover no-repeat}
.service-slide.active{opacity:1;visibility:visible;transform:scale(1)}
.slide-content{position:relative;z-index:3;padding-top:16px}
.slide-content h1{font:800 clamp(3.4rem,6vw,5.8rem)/.9 'Barlow Condensed',sans-serif;margin:10px 0 20px;max-width:760px;letter-spacing:-.025em}
.slide-content h1 em{font-style:normal;color:var(--orange)}
.slide-content>p{max-width:660px;font-size:1.12rem;color:#e8eef6}
.slider-arrow{position:absolute;z-index:6;top:50%;width:50px;height:58px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.4);background:rgba(3,27,60,.55);color:#fff;font-size:2rem;cursor:pointer;transition:.2s}
.slider-arrow:hover{background:var(--orange);border-color:var(--orange)}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}
.slider-dots{position:absolute;z-index:7;left:50%;bottom:25px;transform:translateX(-50%);display:flex;gap:9px}
.slider-dots button{width:35px;height:4px;padding:0;border:0;background:rgba(255,255,255,.42);cursor:pointer}.slider-dots button.active{background:var(--orange)}
.slide-progress{position:absolute;z-index:7;left:0;bottom:0;height:4px;width:100%;background:var(--orange);transform-origin:left;animation:slideProgress 6.5s linear infinite}
@keyframes slideProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.surveillance-hud{position:absolute;right:5%;top:15%;width:380px;height:310px;z-index:2;border:1px solid rgba(255,133,0,.55);background:linear-gradient(rgba(5,30,58,.2),rgba(5,30,58,.6));display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px;opacity:.6}
.surveillance-hud span{border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,transparent 49%,rgba(255,255,255,.08) 50%,transparent 51%);position:relative}
.surveillance-hud span:after{content:'REC';position:absolute;top:7px;right:8px;color:#ff5b45;font:700 .62rem Inter}
.surveillance-hud i{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--orange),transparent);box-shadow:0 0 18px var(--orange);animation:scan 3s ease-in-out infinite}
@keyframes scan{0%,100%{top:8%}50%{top:91%}}
.service-icon svg,.dropdown-menu svg{width:29px;height:29px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dropdown-menu span svg{width:16px;height:16px}.service-card{position:relative;overflow:hidden}.service-card:after{content:'';position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--orange);transition:width .3s}.service-card:hover:after{width:100%}
.trust-grid i{font-size:0}.trust-grid i svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:2}
@media(max-width:760px){.service-slider{height:560px}.service-slide{background-position:62% center}.slide-content h1{font-size:3.35rem}.slide-content>p{font-size:.96rem;max-width:92%}.slider-arrow{width:40px;height:48px;top:auto;bottom:12px;transform:none}.slider-arrow.prev{left:14px}.slider-arrow.next{right:14px}.surveillance-hud{right:-80px;top:35px;width:290px;height:230px;opacity:.34}.slider-dots{bottom:28px}.slide-progress{height:3px}}
@media(prefers-reduced-motion:reduce){.service-slide,.slide-progress,.surveillance-hud i{transition:none;animation:none}}
