/* Red Line v3.5 targeted fixes: service exit controls + live dispatch status */
.rl35-service-exitbar{
  position:sticky;top:0;z-index:970;display:flex;align-items:center;justify-content:space-between;
  min-height:46px;padding:0 clamp(14px,3vw,44px);border-top:1px solid rgba(255,91,36,.22);
  border-bottom:1px solid rgba(255,255,255,.09);background:rgba(5,7,9,.96);backdrop-filter:blur(18px);
  box-shadow:0 14px 34px rgba(0,0,0,.24);font-family:Manrope,Arial,sans-serif
}
.rl35-service-exitbar a,.rl35-service-exitbar button{display:inline-flex;align-items:center;gap:9px;min-height:32px;border:0;background:transparent;color:#dce2e7;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer}
.rl35-service-exitbar a span{color:#ff5b24;font-size:16px;transition:transform .18s ease}
.rl35-service-exitbar a:hover span,.rl35-service-exitbar a:focus-visible span{transform:translateX(-3px)}
.rl35-close-service{padding:0 0 0 12px!important;border-left:1px solid rgba(255,255,255,.12)!important}
.rl35-close-service span{color:#929ca5}
.rl35-close-service b{display:grid;place-items:center;width:27px;height:27px;border:1px solid rgba(255,91,36,.45);border-radius:50%;color:#fff;font:500 18px/1 Arial,sans-serif;transition:.18s ease}
.rl35-close-service:hover b,.rl35-close-service:focus-visible b{border-color:#ff5b24;background:rgba(255,91,36,.13);box-shadow:0 0 20px rgba(255,91,36,.22);transform:rotate(90deg)}
.rl35-service-exitbar a:focus-visible,.rl35-service-exitbar button:focus-visible{outline:2px solid #ff5b24;outline-offset:4px}

.rl35-live-dot{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:#2ee98b;box-shadow:0 0 0 3px rgba(46,233,139,.12),0 0 15px rgba(46,233,139,.85);vertical-align:middle;animation:rl35LivePulse 1.45s ease-in-out infinite}
.rl33-mobile-phone small,.rl30-command-phone span{display:flex;align-items:center}
.rl33-hotspot-phone:before{content:"";position:absolute;z-index:5;left:11%;top:12%;width:10px;height:10px;border-radius:50%;background:#2ee98b;box-shadow:0 0 0 4px rgba(46,233,139,.12),0 0 17px rgba(46,233,139,.9);animation:rl35LivePulse 1.45s ease-in-out infinite;pointer-events:none}
.rl33-hotspot-phone:hover:before,.rl33-hotspot-phone:focus-visible:before{box-shadow:0 0 0 5px rgba(46,233,139,.18),0 0 24px rgba(46,233,139,1)}
@keyframes rl35LivePulse{0%,100%{opacity:.55;transform:scale(.82)}50%{opacity:1;transform:scale(1.18)}}

@media(max-width:680px){
  .rl35-service-exitbar{min-height:43px;padding-inline:12px}
  .rl35-service-exitbar a,.rl35-service-exitbar button{font-size:9px}
  .rl35-close-service span{display:none}
}
@media(prefers-reduced-motion:reduce){.rl35-live-dot,.rl33-hotspot-phone:before{animation:none}.rl35-service-exitbar *{transition:none!important}}
