/* Homepage services reliability/accessibility patch. */
body.source-home .services-mobile-card[role="link"]{cursor:pointer;outline:none;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}
body.source-home .services-mobile-card[role="link"]:hover{border-color:rgba(141,238,255,.28);transform:translateY(-3px);box-shadow:0 24px 70px rgba(0,0,0,.32)}
body.source-home .services-mobile-card[role="link"]:focus-visible{border-color:#8deeff;box-shadow:0 0 0 3px rgba(34,211,238,.16),0 24px 70px rgba(0,0,0,.3)}
body.source-home .home-service-mobile-action{display:inline-flex;align-items:center;margin-top:18px;color:#8deeff;font-size:12px;font-weight:900;letter-spacing:.01em}
body.source-home .service-scene-copy .scene-link:focus-visible{outline:2px solid #8deeff;outline-offset:6px;border-radius:4px}

/* Keep the sticky cinematic stage out of legacy containment/overflow traps. */
@media(min-width:821px){
  body.source-home .services-cinema{contain:none!important;overflow:visible!important}
  body.source-home .services-cinema .services-cinema__stage{position:sticky;top:0;overflow:hidden}
  body.source-home .services-cinema__rail[data-interactive="true"]{pointer-events:auto}
  body.source-home .services-cinema__rail[data-interactive="true"] .services-cinema__steps span{cursor:pointer;outline:none;padding:4px 7px;margin-inline:-7px;border-radius:8px}
  body.source-home .services-cinema__rail[data-interactive="true"] .services-cinema__steps span:focus-visible{color:#fff;background:rgba(141,238,255,.12);box-shadow:0 0 0 2px rgba(141,238,255,.45)}
  body.source-home .home-services-cinema-controls{position:absolute;z-index:14;left:clamp(18px,4vw,58px);bottom:clamp(72px,10vh,112px);display:flex;gap:7px;direction:ltr}
  body.source-home .home-services-cinema-controls button{width:38px;height:38px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(8,15,38,.72);backdrop-filter:blur(14px);color:#dce8ff;font-weight:900;transition:.2s ease}
  body.source-home .home-services-cinema-controls button:hover{border-color:rgba(141,238,255,.38);background:rgba(34,211,238,.1);transform:translateY(-2px)}
  body.source-home .home-services-cinema-controls button:focus-visible{outline:2px solid #8deeff;outline-offset:3px}
}

/* Full desktop fallback for the preserved cinematic implementation only.
   Once the section is upgraded to .home-services-slider, the dedicated carousel
   stylesheet owns layout/scrolling in every motion mode. */
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider){height:auto!important;min-height:0!important;padding:92px 0 88px;background:linear-gradient(160deg,#030612,#0b1030 52%,#16091f);contain:none!important;overflow:hidden!important}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-cinema__stage{display:none!important}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-deck{display:block!important;width:min(calc(100% - 40px),1180px);margin-inline:auto}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-deck .section-heading{max-width:760px;margin:0 auto 34px;text-align:center;padding-inline:0}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-deck .section-heading h2{color:#fff}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-deck .section-heading p{color:#aab5d3}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;overflow:visible;padding:0;direction:rtl;scroll-snap-type:none}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-card{min-width:0;min-height:390px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(160deg,rgba(18,27,63,.93),rgba(7,13,35,.94));color:#fff;box-shadow:0 25px 70px rgba(0,0,0,.25);scroll-snap-align:none}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-card__scene{height:210px;border-radius:19px;margin-bottom:20px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 25%,var(--scene-glow,rgba(91,140,255,.32)),transparent 38%),#07102a}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-card__scene::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(#000,transparent)}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .mobile-scene-window{position:absolute;inset:25px 24px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(8,15,42,.86);box-shadow:0 22px 60px rgba(0,0,0,.32);transform:perspective(700px) rotateY(-8deg) rotateX(3deg);padding:17px;display:grid;gap:9px}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-card small{color:#83e8fb;font:800 9px/1 ui-monospace,monospace;letter-spacing:.13em}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-card h3{margin:12px 0 8px;font-size:21px;line-height:1.25}
html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-card p{margin:0;color:#aab5d3;font-size:13px;line-height:1.8}

@media(max-width:980px) and (min-width:821px){
  html.no-immersive-motion body.source-home .services-cinema:not(.home-services-slider) .services-mobile-track{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:820px){
  body.source-home .services-mobile-track:focus-visible{outline:2px solid rgba(141,238,255,.6);outline-offset:5px;border-radius:18px}
  body.source-home .home-services-cinema-controls{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  body.source-home .services-mobile-card[role="link"]{transition:none!important}
  body.source-home .services-mobile-card[role="link"]:hover{transform:none}
}