.services-hero{position:relative;width:100%;height:clamp(560px,70svh,780px);overflow:hidden;background:var(--surface-dark);contain:paint}.services-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,rgba(15,20,25,0.62) 0%,rgba(26,35,50,0.55) 100%);pointer-events:none}.services-hero__title-wrap{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(5rem,16vw,8rem) 1.5rem 2rem;pointer-events:none}@media (max-width:767px){.services-hero__title-wrap{padding-top:8.5rem}}.services-hero__title{margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;color:var(--color-text-primary);text-align:center;text-shadow:0 2px 12px rgba(0,0,0,0.4);letter-spacing:0.02em}.services-hero__divider{width:64px;height:3px;background:rgba(255,255,255,0.9);margin:0.75rem 0 0;border-radius:2px}.services-hero__lead{margin:0.75rem 0 0;font-size:clamp(0.9375rem,2.5vw,1.125rem);font-weight:400;color:rgba(255,255,255,0.95);text-align:center;text-shadow:0 1px 6px rgba(0,0,0,0.35);max-width:42ch;line-height:1.5}.services-hero__track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.services-hero__track::-webkit-scrollbar{display:none}.services-hero__slide{flex:0 0 100%;width:100%;height:100%;min-height:0;scroll-snap-align:start;scroll-snap-stop:always;position:relative;display:block}.services-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.services-hero__caption{position:absolute;bottom:0;left:0;right:0;z-index:1;padding:1rem 1.5rem;background:linear-gradient(to top,rgba(15,20,25,0.85),transparent);color:var(--color-text-primary)}.services-hero__caption span{font-size:0.9375rem;line-height:1.4}.services-hero__controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);pointer-events:none;z-index:3;display:flex;justify-content:space-between;padding:0 0.5rem}.services-hero__btn{pointer-events:auto;min-width:44px;min-height:44px;width:44px;height:44px;border:none;border-radius:50%;background:rgba(255,255,255,0.9);color:var(--surface-dark);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease,opacity 0.2s ease;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.services-hero__btn:hover{opacity:1;transform:scale(1.05)}.services-hero__btn:focus{outline:2px solid var(--primary);outline-offset:2px}.services-hero__dots{position:absolute;bottom:1rem;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:0.75rem;z-index:3;padding:0 0.5rem}.services-hero__dot{min-width:44px;min-height:44px;padding:17px;border-radius:50%;border:2px solid rgba(255,255,255,0.9);background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background 0.2s ease,transform 0.2s ease}.services-hero__dot::before{content:'';display:block;width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,0.9);background:transparent}.services-hero__dot--active::before{background:rgba(255,255,255,0.95)}.services-hero__dot:hover::before{background:rgba(255,255,255,0.5)}.services-hero__dot:focus{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.services-hero__track{scroll-behavior:auto}.services-hero__btn,.services-hero__dot{transition:none}}