:root{--rcr-global-ease:cubic-bezier(.22,1,.36,1)}
/* Critical boot guard. The single shared mobile-menu stylesheet changes this
   to flex only after its controller has enhanced the drawer. */
#rcrV2 .mnav{display:none!important}

#rcrV2.rcrGlobalLanding .rcrLandingHeader,
#rcrSite.rcrGlobalLanding .rcrLandingHeader{animation:rcrGlobalHeaderIn .72s var(--rcr-global-ease) both}
#rcrV2.rcrGlobalLanding .rcrLandingEyebrow,
#rcrSite.rcrGlobalLanding .rcrLandingEyebrow{animation:rcrGlobalSoftRise .58s var(--rcr-global-ease) .08s both}
#rcrV2.rcrGlobalLanding .rcrLandingTitle,
#rcrSite.rcrGlobalLanding .rcrLandingTitle{transform-origin:left bottom;animation:rcrGlobalTitleIn .88s var(--rcr-global-ease) .14s both}
#rcrV2.rcrGlobalLanding .rcrLandingLead,
#rcrSite.rcrGlobalLanding .rcrLandingLead{animation:rcrGlobalSoftRise .72s var(--rcr-global-ease) .46s both}
#rcrV2.rcrGlobalLanding .rcrLandingAction,
#rcrSite.rcrGlobalLanding .rcrLandingAction{animation:rcrGlobalSoftRise .66s var(--rcr-global-ease) calc(.58s + var(--rcr-landing-index,0) * .09s) both}
#rcrV2.rcrGlobalLanding .rcrLandingMedia,
#rcrSite.rcrGlobalLanding .rcrLandingMedia{transform-origin:center;animation:rcrGlobalMediaIn 1.05s var(--rcr-global-ease) .24s both}
#rcrV2.rcrGlobalLanding .rcrLandingMedia img,
#rcrSite.rcrGlobalLanding .rcrLandingMedia img{animation:rcrGlobalImageSettle 1.35s var(--rcr-global-ease) .26s both}
@keyframes rcrGlobalHeaderIn{from{opacity:0;transform:translate3d(0,-18px,0)}to{opacity:1;transform:none}}
@keyframes rcrGlobalSoftRise{from{opacity:0;transform:translate3d(0,24px,0)}to{opacity:1;transform:none}}
@keyframes rcrGlobalTitleIn{from{opacity:0;clip-path:inset(0 0 100% 0);transform:translate3d(0,34px,0) rotate(1.2deg)}to{opacity:1;clip-path:inset(0);transform:none}}
@keyframes rcrGlobalMediaIn{from{opacity:0;clip-path:inset(8% 4% 8% 4% round 18px);transform:translate3d(28px,0,0) scale(1.025)}to{opacity:1;clip-path:inset(0 round 0);transform:none}}
@keyframes rcrGlobalImageSettle{from{transform:scale(1.075)}to{transform:scale(1)}}

.rcrTravelerInstallNotice{position:fixed;z-index:92;right:50%;top:calc(var(--rcr-header-h,72px) + 10px);bottom:auto;display:grid;width:min(720px,calc(100vw - 32px));grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:15px;padding:13px 50px 13px 14px;border:1px solid rgba(255,215,0,.38);border-radius:22px;background:#000;color:rgba(245,247,252,.96);box-shadow:0 22px 70px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.05);opacity:0;transform:translate3d(50%,-18px,0) scale(.985);transition:opacity .28s ease,transform .46s var(--rcr-global-ease);isolation:isolate}
.rcrTravelerInstallNotice::before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;background:radial-gradient(circle at 10% 10%,rgba(255,215,0,.11),transparent 34%),linear-gradient(120deg,rgba(255,215,0,.035),transparent 46%);pointer-events:none}
.rcrTravelerInstallNotice.is-visible{opacity:1;transform:translate3d(50%,0,0) scale(1)}
.rcrTravelerInstallNotice__mark{display:grid;width:64px;height:64px;place-items:center;overflow:hidden;border:1px solid rgba(255,215,0,.24);border-radius:17px;background:#000}
.rcrTravelerInstallNotice__mark img{display:block;width:56px;height:56px;object-fit:contain}
.rcrTravelerInstallNotice__copy{display:grid;min-width:0;gap:3px;line-height:1.25}
.rcrTravelerInstallNotice__copy small{color:#FFD700;font-size:.64rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.rcrTravelerInstallNotice__copy strong{color:rgba(245,247,252,.98);font-size:clamp(1rem,1.8vw,1.18rem);letter-spacing:-.015em}
.rcrTravelerInstallNotice__copy span{color:rgba(205,213,228,.86);font-size:.8rem;line-height:1.42}
.rcrTravelerInstallNotice__action{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 17px;border:1px solid #FFD700;border-radius:14px;background:#FFD700;color:#050505;font-size:.78rem;font-weight:950;text-decoration:none;white-space:nowrap;transition:transform .2s var(--rcr-global-ease),background-color .2s ease}
.rcrTravelerInstallNotice__action:hover,.rcrTravelerInstallNotice__action:focus-visible{background:#ffe347;outline:2px solid rgba(255,215,0,.30);outline-offset:3px;transform:translateY(-2px)}
.rcrTravelerInstallNotice__close{position:absolute;top:8px;right:8px;display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:rgba(205,213,228,.72);cursor:pointer}
.rcrTravelerInstallNotice__close:hover,.rcrTravelerInstallNotice__close:focus-visible{background:rgba(255,255,255,.07);color:#fff;outline:none}
.rcrTravelerInstallNotice__close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}
body:has(.rcrTravelerInstallNotice.is-visible) .waFloat{bottom:max(16px,env(safe-area-inset-bottom))}

@media(max-width:640px){.rcrTravelerInstallNotice{top:calc(var(--rcr-header-h,72px) + 8px);bottom:auto;width:calc(100vw - 16px);grid-template-columns:52px minmax(0,1fr);gap:11px;padding:12px 42px 12px 11px;border-radius:19px}.rcrTravelerInstallNotice__mark{width:52px;height:52px;border-radius:14px}.rcrTravelerInstallNotice__mark img{width:46px;height:46px}.rcrTravelerInstallNotice__copy strong{font-size:.98rem}.rcrTravelerInstallNotice__copy span{font-size:.73rem}.rcrTravelerInstallNotice__action{grid-column:1/-1;min-height:44px}.rcrTravelerInstallNotice__close{top:6px;right:6px}body:has(.rcrTravelerInstallNotice.is-visible) .waFloat{bottom:max(16px,env(safe-area-inset-bottom))}}

#rcrV2 .rcrGlobalFooter,
#rcrSite .rcrGlobalFooter,
.rcrGlobalFooter{position:relative;width:100%;margin:0;padding:42px clamp(16px,4vw,42px) max(24px,env(safe-area-inset-bottom));overflow:hidden;border-top:1px solid rgba(255,215,0,.24);background:#000;color:rgba(245,247,252,.96);isolation:isolate}
#rcrV2 .rcrGlobalFooter::before,
#rcrSite .rcrGlobalFooter::before,
.rcrGlobalFooter::before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 14% 0%,rgba(255,215,0,.075),transparent 28%),linear-gradient(145deg,rgba(255,215,0,.035),transparent 42%);pointer-events:none}
.rcrGlobalFooter__inner{width:min(1180px,100%);margin-inline:auto}
.rcrGlobalFooter__brandPanel{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:22px;padding:24px;border:1px solid rgba(255,215,0,.22);border-radius:24px;background:#000;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.rcrGlobalFooter__brandMark{display:grid;width:88px;height:88px;place-items:center;overflow:hidden;border:1px solid rgba(255,215,0,.28);border-radius:22px;background:#000}
.rcrGlobalFooter__brandMark img{display:block;width:100%;height:100%;object-fit:cover}
.rcrGlobalFooter__brandCopy p{margin:0 0 7px;color:#FFD700;font-size:.72rem;font-weight:950;letter-spacing:.12em}
.rcrGlobalFooter__brandCopy h2{margin:0;color:rgba(245,247,252,.98);font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.12}
.rcrGlobalFooter__brandCopy span{display:block;margin-top:8px;color:rgba(205,213,228,.86);font-size:clamp(.88rem,1.3vw,1rem);line-height:1.55}
.rcrGlobalFooter__contact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.rcrGlobalFooter__contact a{display:grid;min-height:76px;place-content:center;gap:6px;padding:14px;border:1px solid rgba(255,215,0,.20);border-radius:18px;background:#000;text-align:center;text-decoration:none;transition:transform .24s var(--rcr-global-ease),border-color .24s ease,background-color .24s ease}
.rcrGlobalFooter__contact a:hover,.rcrGlobalFooter__contact a:focus-visible{border-color:rgba(255,215,0,.62);background:#070b14;outline:none;transform:translateY(-3px)}
.rcrGlobalFooter__contact span{color:#FFD700;font-size:.72rem;font-weight:950;text-transform:uppercase}
.rcrGlobalFooter__contact strong{overflow-wrap:anywhere;color:rgba(245,247,252,.98);font-size:.88rem}
.rcrGlobalFooter__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.rcrGlobalFooter__links>div{display:flex;min-height:202px;align-items:center;flex-direction:column;gap:10px;padding:24px;border:1px solid rgba(255,215,0,.18);border-radius:22px;background:#000;text-align:center}
.rcrGlobalFooter__links h3{margin:0 0 3px;color:#FFD700;font-size:.78rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}
.rcrGlobalFooter__links a,.rcrGlobalFooter__links button{padding:0;border:0;background:none;color:rgba(205,213,228,.88);font:inherit;font-size:.82rem;font-weight:850;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:color .2s ease,transform .2s ease}
.rcrGlobalFooter__links a:hover,.rcrGlobalFooter__links a:focus-visible,.rcrGlobalFooter__links button:hover,.rcrGlobalFooter__links button:focus-visible{color:#FFD700;outline:none;transform:translateX(2px)}
.rcrGlobalFooter__signature{position:relative;width:min(1120px,100%);min-height:270px;margin:28px auto 0;overflow:hidden}
.rcrGlobalFooter__signature>a{position:relative;display:grid;width:100%;min-height:270px;place-content:center;justify-items:center;gap:10px;color:#fff;text-decoration:none;isolation:isolate}
.rcrGlobalFooter__signature>a::before{content:"";position:absolute;z-index:0;inset:12% 18%;border-radius:50%;background:radial-gradient(circle at 50% 52%,rgba(98,168,255,.30),transparent 27%),radial-gradient(circle at 36% 58%,rgba(255,215,0,.22),transparent 36%),radial-gradient(circle at 65% 43%,rgba(140,233,255,.27),transparent 40%);opacity:.72;animation:rcrGlobalTunaAura 3.2s ease-in-out infinite}
.rcrGlobalFooter__creditLabel{position:relative;z-index:4;color:rgba(255,255,255,.82);font-size:.68rem;font-weight:850;letter-spacing:.18em;text-transform:uppercase}
.rcrGlobalFooter__signature img{position:relative;z-index:4;display:block;width:min(22rem,64vw);height:auto;filter:drop-shadow(0 0 19px rgba(140,233,255,.28)) drop-shadow(0 19px 32px rgba(0,23,82,.20));animation:rcrGlobalTunaFloat 3.8s ease-in-out infinite}
.rcrGlobalFooter__bottom{display:flex;width:min(1120px,100%);align-items:center;justify-content:center;gap:10px;margin:0 auto;padding-top:18px;border-top:1px solid rgba(255,215,0,.14);color:rgba(160,174,200,.88);font-size:.78rem;text-align:center;text-transform:uppercase}
.rcrGlobalFooter__bottom strong{color:rgba(245,247,252,.90)}

/* One footer surface everywhere. Page-specific legacy .foot rules must not
   recolor or offset the footer mounted by rcr-global-experience.js. */
#rcrV2 > .rcrGlobalFooter,
#rcrSite > .rcrGlobalFooter{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
  background:#000!important;
  background-color:#000!important;
  background-image:none!important;
  color:rgba(245,247,252,.96)!important;
  box-shadow:none!important;
}
@keyframes rcrGlobalTunaAura{0%,100%{opacity:.38;transform:scale(.9)}50%{opacity:.9;transform:scale(1.08)}}
@keyframes rcrGlobalTunaFloat{0%,100%{transform:none}50%{transform:translateY(-7px) scale(1.02)}}
@media(max-width:760px){.rcrGlobalFooter__brandPanel{grid-template-columns:68px minmax(0,1fr);gap:16px;padding:18px}.rcrGlobalFooter__brandMark{width:68px;height:68px;border-radius:18px}.rcrGlobalFooter__contact,.rcrGlobalFooter__links{grid-template-columns:1fr}.rcrGlobalFooter__links>div{min-height:0;padding:20px}.rcrGlobalFooter__signature,.rcrGlobalFooter__signature>a{min-height:238px}.rcrGlobalFooter__bottom{flex-direction:column;gap:4px}}
@media(prefers-reduced-motion:reduce){#rcrV2.rcrGlobalLanding .rcrLandingHeader,#rcrV2.rcrGlobalLanding .rcrLandingEyebrow,#rcrV2.rcrGlobalLanding .rcrLandingTitle,#rcrV2.rcrGlobalLanding .rcrLandingLead,#rcrV2.rcrGlobalLanding .rcrLandingAction,#rcrV2.rcrGlobalLanding .rcrLandingMedia,#rcrV2.rcrGlobalLanding .rcrLandingMedia img,#rcrSite.rcrGlobalLanding .rcrLandingHeader,#rcrSite.rcrGlobalLanding .rcrLandingEyebrow,#rcrSite.rcrGlobalLanding .rcrLandingTitle,#rcrSite.rcrGlobalLanding .rcrLandingLead,#rcrSite.rcrGlobalLanding .rcrLandingAction,#rcrSite.rcrGlobalLanding .rcrLandingMedia,#rcrSite.rcrGlobalLanding .rcrLandingAction,#rcrSite.rcrGlobalLanding .rcrLandingMedia img,.rcrGlobalFooter__signature>a::before,.rcrGlobalFooter__signature img{animation:none!important;opacity:1;transform:none;clip-path:none}.rcrTravelerInstallNotice{transition:none}.rcrTravelerInstallNotice.is-visible{transform:translate3d(50%,0,0)}}

/* Premium black-gold footer cards and ROYAL COMFORT RIDE → Tuna Technologies bridge. */
.rcrGlobalFooter__brandPanel{position:relative;overflow:hidden;border-color:rgba(255,215,0,.3);background:radial-gradient(circle at 7% 20%,rgba(255,215,0,.12),transparent 25rem),linear-gradient(145deg,#080806,#000 70%);box-shadow:inset 0 1px rgba(255,255,255,.055),0 24px 70px rgba(0,0,0,.34)}
.rcrGlobalFooter__brandPanel::after{position:absolute;right:-70px;bottom:-110px;width:260px;height:210px;border:1px solid rgba(255,215,0,.12);border-radius:50%;box-shadow:0 0 80px rgba(255,215,0,.06);content:"";pointer-events:none}
.rcrGlobalFooter__brandMark{position:relative;z-index:1;box-shadow:0 18px 44px rgba(0,0,0,.62),0 0 0 1px rgba(255,215,0,.08)}
.rcrGlobalFooter__brandCopy{position:relative;z-index:1}
.rcrGlobalFooter__contact a{position:relative;overflow:hidden;min-height:92px;align-content:center;border-color:rgba(255,215,0,.2);background:linear-gradient(155deg,rgba(255,215,0,.04),transparent 42%),#030303;box-shadow:inset 0 1px rgba(255,255,255,.035)}
.rcrGlobalFooter__contact a::before{position:absolute;top:0;right:18px;left:18px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,215,0,.64),transparent);content:"";opacity:.55;transform:scaleX(.42);transition:opacity .3s ease,transform .35s var(--rcr-global-ease)}
.rcrGlobalFooter__contact a::after{position:absolute;inset:auto -40% -90% 38%;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,215,0,.14),transparent 67%);content:"";opacity:0;transition:opacity .3s ease,transform .45s var(--rcr-global-ease)}
.rcrGlobalFooter__contact a:hover,.rcrGlobalFooter__contact a:focus-visible{border-color:rgba(255,215,0,.65);background:#030303;box-shadow:inset 0 1px rgba(255,255,255,.055),0 18px 44px rgba(0,0,0,.36),0 0 24px rgba(255,215,0,.06);transform:translateY(-5px)}
.rcrGlobalFooter__contact a:hover::before,.rcrGlobalFooter__contact a:focus-visible::before{opacity:1;transform:scaleX(1)}
.rcrGlobalFooter__contact a:hover::after,.rcrGlobalFooter__contact a:focus-visible::after{opacity:1;transform:translate3d(-12px,-12px,0)}
.rcrGlobalFooter__contact span,.rcrGlobalFooter__contact strong{position:relative;z-index:1}
.rcrGlobalFooter__links{gap:16px}
.rcrGlobalFooter__links>div{position:relative;align-items:stretch;overflow:hidden;gap:0;padding:24px 22px 20px;border-color:rgba(255,215,0,.2);background:radial-gradient(circle at 96% 4%,rgba(255,215,0,.065),transparent 32%),#030303;text-align:left;box-shadow:inset 0 1px rgba(255,255,255,.04),0 14px 34px rgba(0,0,0,.22);transition:border-color .3s ease,box-shadow .3s ease,transform .34s var(--rcr-global-ease)}
.rcrGlobalFooter__links>div::before{display:grid;width:34px;height:34px;margin-bottom:17px;place-items:center;border:1px solid rgba(255,215,0,.28);border-radius:11px;background:rgba(255,215,0,.07);color:#FFD700;font-size:.62rem;font-weight:950;letter-spacing:.06em;content:"01"}
.rcrGlobalFooter__links>div:nth-child(2)::before{content:"02"}.rcrGlobalFooter__links>div:nth-child(3)::before{content:"03"}
.rcrGlobalFooter__links>div::after{position:absolute;top:-80px;right:-88px;width:180px;height:180px;border:1px solid rgba(255,215,0,.1);border-radius:50%;content:"";transition:transform .55s var(--rcr-global-ease)}
.rcrGlobalFooter__links>div:hover{border-color:rgba(255,215,0,.48);box-shadow:inset 0 1px rgba(255,255,255,.055),0 20px 50px rgba(0,0,0,.34);transform:translateY(-5px)}
.rcrGlobalFooter__links>div:hover::after{transform:scale(1.14) translate(-8px,8px)}
.rcrGlobalFooter__links h3{position:relative;z-index:1;margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid rgba(255,215,0,.13);font-size:.82rem;letter-spacing:.09em}
.rcrGlobalFooter__links a,.rcrGlobalFooter__links button{position:relative;z-index:1;display:flex;width:100%;min-height:34px;align-items:center;justify-content:space-between;color:rgba(205,213,228,.82);font-size:.77rem;text-align:left;transition:color .2s ease,padding-left .24s ease}
.rcrGlobalFooter__links a::after,.rcrGlobalFooter__links button::after{color:rgba(255,215,0,.45);font-size:.9rem;content:"›";transition:color .2s ease,transform .2s ease}
.rcrGlobalFooter__links a:hover,.rcrGlobalFooter__links a:focus-visible,.rcrGlobalFooter__links button:hover,.rcrGlobalFooter__links button:focus-visible{padding-left:5px;color:#FFD700;transform:none}
.rcrGlobalFooter__links a:hover::after,.rcrGlobalFooter__links a:focus-visible::after,.rcrGlobalFooter__links button:hover::after,.rcrGlobalFooter__links button:focus-visible::after{color:#FFD700;transform:translateX(3px)}
.rcrGlobalFooter__signature{min-height:340px;margin-top:28px;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 50% 44%,rgba(255,215,0,.075),transparent 37%),linear-gradient(180deg,rgba(255,215,0,.018),transparent 62%)}
.rcrGlobalFooter__signature>a{min-height:340px;gap:7px;padding-top:126px;border-top:1px solid rgba(255,215,0,.13);border-bottom:1px solid rgba(255,215,0,.1)}
.rcrGlobalFooter__signature>a::before{inset:12% 14%;background:radial-gradient(circle at 50% 54%,rgba(255,215,0,.25),transparent 25%),radial-gradient(circle at 42% 54%,rgba(255,241,163,.1),transparent 38%);opacity:.58}
.rcrGlobalFooter__signature>a::after{position:absolute;z-index:1;width:min(520px,86vw);height:min(190px,40vw);border:1px solid rgba(255,215,0,.14);border-radius:50%;box-shadow:inset 0 0 54px rgba(255,215,0,.045),0 0 64px rgba(255,215,0,.035);content:"";pointer-events:none}
.rcrGlobalFooter__signatureBridge{position:relative;z-index:4;display:flex;align-items:center;gap:10px;margin-bottom:3px;color:#FFD700}
.rcrGlobalFooter__signatureBridgeMark{display:block;width:30px;height:30px;border:1px solid rgba(255,215,0,.28);border-radius:9px;background:#000 url('/assets/royallogobeznatpisa.jpg') center/cover no-repeat;box-shadow:0 8px 24px rgba(0,0,0,.46)}
.rcrGlobalFooter__signatureBridge strong{color:rgba(245,247,252,.96);font-size:.62rem;font-weight:950;letter-spacing:.12em;white-space:nowrap}
.rcrGlobalFooter__signatureBridge i{display:block;width:clamp(42px,8vw,88px);height:1px;background:linear-gradient(90deg,#FFD700,rgba(255,215,0,.42),transparent);box-shadow:0 0 10px rgba(255,215,0,.32);transform-origin:left}
.rcrGlobalFooter__creditLabel{color:rgba(205,213,228,.78);font-size:.6rem;letter-spacing:.2em}
.rcrGlobalFooter__signature img.rcrGlobalFooter__tunaLogo{width:min(19rem,60vw);filter:drop-shadow(0 0 15px rgba(255,215,0,.2)) drop-shadow(0 18px 30px rgba(0,0,0,.54));transition:transform .45s var(--rcr-global-ease),filter .45s ease}
.rcrGlobalFooter__signature>a:hover img.rcrGlobalFooter__tunaLogo,.rcrGlobalFooter__signature>a:focus-visible img.rcrGlobalFooter__tunaLogo{filter:drop-shadow(0 0 24px rgba(255,215,0,.32)) drop-shadow(0 22px 32px rgba(0,0,0,.6));transform:translateY(-4px) scale(1.025)}
.rcrGlobalFooter__journey{position:absolute;z-index:3;top:13px;left:50%;display:block;width:min(720px,96%);height:158px;pointer-events:none;transform:translateX(-50%)}
.rcrGlobalFooter__journeyKicker{position:absolute;z-index:4;top:0;left:50%;padding:6px 12px;border:1px solid rgba(255,215,0,.25);border-radius:999px;background:#000;color:rgba(255,241,163,.94);font-size:.48rem;font-weight:950;letter-spacing:.16em;white-space:nowrap;box-shadow:0 8px 22px rgba(0,0,0,.54),inset 0 1px rgba(255,255,255,.04);transform:translateX(-50%)}
.rcrGlobalFooter__journeyMap{position:absolute;inset:8px 0 0;width:100%;height:150px;overflow:visible}
.rcrGlobalFooter__journeyRoadGlow,.rcrGlobalFooter__journeyRoad{fill:none;stroke-linecap:round;stroke-linejoin:round}
.rcrGlobalFooter__journeyRoadGlow{stroke:rgba(255,215,0,.12);stroke-width:13;filter:blur(5px)}
.rcrGlobalFooter__journeyRoad{stroke:#FFD700;stroke-width:4;stroke-dasharray:8 12;filter:drop-shadow(0 0 7px rgba(255,215,0,.58));animation:rcrGlobalJourneyRoad 2.8s linear infinite}
.rcrGlobalFooter__journeyCar{fill:#050505;stroke:#FFD700;stroke-width:2;filter:drop-shadow(0 0 9px rgba(255,215,0,.82))}
.rcrGlobalFooter__journeyPin{position:absolute;z-index:4;display:grid;grid-template-columns:31px auto;align-items:center;gap:7px;color:rgba(245,247,252,.9)}
.rcrGlobalFooter__journeyPin b{display:grid;width:31px;height:31px;place-items:center;border:2px solid #FFD700;border-radius:50%;background:#030303;color:#FFD700;font-size:.7rem;box-shadow:0 0 0 5px rgba(255,215,0,.07),0 0 19px rgba(255,215,0,.2)}
.rcrGlobalFooter__journeyPin small{font-size:.46rem;font-weight:950;letter-spacing:.12em;white-space:nowrap}
.rcrGlobalFooter__journeyPin--pickup{top:76px;left:5%}
.rcrGlobalFooter__journeyPin--arrival{top:58px;right:3%;grid-template-columns:auto 31px;text-align:right}
.rcrGlobalFooter__journeyPin--arrival b{grid-column:2}.rcrGlobalFooter__journeyPin--arrival small{grid-column:1;grid-row:1}
@media(prefers-reduced-motion:no-preference){
  .rcrGlobalFooter__signatureBridge i{animation:rcrGlobalRoyalBridge 3.6s ease-in-out infinite}
  .rcrGlobalFooter__signature img.rcrGlobalFooter__tunaLogo{animation:rcrGlobalTunaRoyalFloat 4.2s ease-in-out infinite}
  .rcrGlobalFooter__signature>a::after{animation:rcrGlobalTunaOrbit 6.8s ease-in-out infinite}
  .rcrGlobalFooter.is-inview .rcrGlobalFooter__journeyPin b{animation:rcrGlobalJourneyPin 2.8s ease-in-out infinite}
  .rcrGlobalFooter.is-inview .rcrGlobalFooter__journeyPin--arrival b{animation-delay:1.4s}
}
@keyframes rcrGlobalRoyalBridge{0%,100%{opacity:.35;transform:scaleX(.28)}48%,62%{opacity:1;transform:scaleX(1)}}
@keyframes rcrGlobalJourneyRoad{to{stroke-dashoffset:-40}}
@keyframes rcrGlobalTunaRoyalFloat{0%,100%{transform:none}50%{transform:translateY(-6px) scale(1.016)}}
@keyframes rcrGlobalTunaOrbit{0%,100%{opacity:.36;transform:scale(.92)}50%{opacity:.82;transform:scale(1.05)}}
@keyframes rcrGlobalJourneyPin{0%,100%{box-shadow:0 0 0 5px rgba(255,215,0,.07),0 0 16px rgba(255,215,0,.18)}50%{box-shadow:0 0 0 9px rgba(255,215,0,.025),0 0 27px rgba(255,215,0,.34)}}

/* Footer entrance choreography is applied once, only as the footer approaches the viewport. */
.rcrGlobalFooter--motionReady .rcrGlobalFooter__reveal{opacity:0;transform:translate3d(0,22px,0);transition:opacity .72s cubic-bezier(.16,1,.3,1),transform .72s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--rcr-footer-reveal-index,0) * 65ms)}
.rcrGlobalFooter--motionReady.is-inview .rcrGlobalFooter__reveal{opacity:1;transform:none}
.rcrGlobalFooter--motionReady .rcrGlobalFooter__journeyRoad{animation-play-state:paused}
.rcrGlobalFooter--motionReady.is-inview .rcrGlobalFooter__journeyRoad{animation-play-state:running}

@media(max-width:760px){
  .rcrGlobalFooter{padding:30px 16px max(22px,env(safe-area-inset-bottom))}
  .rcrGlobalFooter__brandPanel{padding:18px 16px;border-radius:22px}
  .rcrGlobalFooter__contact a{min-height:78px}
  .rcrGlobalFooter__links{gap:12px}
  .rcrGlobalFooter__links>div{padding:19px 18px 16px;border-radius:20px}
  .rcrGlobalFooter__links>div::before{width:32px;height:32px;margin-bottom:14px}
  .rcrGlobalFooter__links a,.rcrGlobalFooter__links button{min-height:37px}
  .rcrGlobalFooter__signature,.rcrGlobalFooter__signature>a{min-height:304px}
  .rcrGlobalFooter__signature{margin-top:22px;border-radius:24px}
  .rcrGlobalFooter__signature>a{padding-top:116px}
  .rcrGlobalFooter__signatureBridge{gap:8px}
  .rcrGlobalFooter__signatureBridgeMark{width:27px;height:27px}
  .rcrGlobalFooter__signatureBridge strong{font-size:.54rem}
  .rcrGlobalFooter__signature>a::after{width:min(430px,92vw);height:156px}
  .rcrGlobalFooter__signature img.rcrGlobalFooter__tunaLogo{width:min(15.5rem,66vw)}
  .rcrGlobalFooter__journey{top:8px;width:102%;height:132px}
  .rcrGlobalFooter__journeyMap{height:126px}
  .rcrGlobalFooter__journeyPin small{display:none}
  .rcrGlobalFooter__journeyPin--pickup{left:9%;top:68px}
  .rcrGlobalFooter__journeyPin--arrival{right:7%;top:55px}
  .rcrGlobalFooter__journeyKicker{font-size:.42rem;letter-spacing:.1em}
  .rcrGlobalFooter__bottom{padding-top:16px;font-size:.7rem}
}
@media(prefers-reduced-motion:reduce){.rcrGlobalFooter__journeyRoad{animation:none}.rcrGlobalFooter__journeyCar{display:none}.rcrGlobalFooter--motionReady .rcrGlobalFooter__reveal{opacity:1;transform:none;transition:none}}

/* Symmetrical footer composition: the existing premium language stays intact,
   while every primary block now shares one centered visual axis. */
.rcrGlobalFooter__inner,
.rcrGlobalFooter__signature,
.rcrGlobalFooter__bottom{width:min(1160px,100%)}
.rcrGlobalFooter__brandPanel{
  grid-template-columns:1fr;
  justify-items:center;
  gap:15px;
  padding:30px clamp(22px,5vw,54px);
  text-align:center;
}
.rcrGlobalFooter__brandMark{width:82px;height:82px;border-radius:21px}
.rcrGlobalFooter__brandCopy{display:grid;max-width:900px;justify-items:center}
.rcrGlobalFooter__brandCopy p{text-transform:uppercase}
.rcrGlobalFooter__brandCopy h2{font-size:clamp(1.45rem,2.4vw,2rem)}
.rcrGlobalFooter__brandCopy span{max-width:850px}
.rcrGlobalFooter__contact{gap:14px}
.rcrGlobalFooter__contact a{
  min-height:112px;
  justify-items:center;
  grid-template-rows:24px auto auto;
  gap:5px;
  padding:17px 18px;
}
.rcrGlobalFooter__contact img{display:block;width:21px;height:21px;object-fit:contain}
.rcrGlobalFooter__links{gap:14px}
.rcrGlobalFooter__links>div{
  min-height:286px;
  align-items:center;
  padding:24px 22px 20px;
  text-align:center;
}
.rcrGlobalFooter__links>div::before{margin:0 auto 17px}
.rcrGlobalFooter__links h3{width:100%;text-align:center}
.rcrGlobalFooter__links a,
.rcrGlobalFooter__links button{
  min-height:42px;
  justify-content:center;
  padding:0 28px;
  text-align:center;
}
.rcrGlobalFooter__links a::after,
.rcrGlobalFooter__links button::after{position:absolute;right:8px}
.rcrGlobalFooter__links a:hover,
.rcrGlobalFooter__links a:focus-visible,
.rcrGlobalFooter__links button:hover,
.rcrGlobalFooter__links button:focus-visible{padding-left:28px;transform:translateY(-1px)}
.rcrGlobalFooter__signatureBridge{justify-content:center}
.rcrGlobalFooter__signatureBridge i{width:clamp(34px,7vw,76px);transform-origin:center}
.rcrGlobalFooter__signatureBridge i:first-child{background:linear-gradient(90deg,transparent,rgba(255,215,0,.42),#FFD700)}
.rcrGlobalFooter__journeyPin--pickup,
.rcrGlobalFooter__journeyPin--arrival{top:66px}
.rcrGlobalFooter__journeyPin--pickup{left:6%}
.rcrGlobalFooter__journeyPin--arrival{right:6%}

@media(max-width:760px){
  #rcrV2 .rcrGlobalFooter,
  #rcrSite .rcrGlobalFooter,
  .rcrGlobalFooter{padding:28px 14px max(22px,env(safe-area-inset-bottom))}
  .rcrGlobalFooter__brandPanel{gap:13px;padding:22px 17px}
  .rcrGlobalFooter__brandMark{width:72px;height:72px;border-radius:19px}
  .rcrGlobalFooter__brandCopy h2{font-size:1.48rem}
  .rcrGlobalFooter__brandCopy span{font-size:.88rem;line-height:1.5}
  .rcrGlobalFooter__contact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .rcrGlobalFooter__contact a{min-height:104px;padding:14px 9px}
  .rcrGlobalFooter__contact a:last-child{grid-column:1 / -1;min-height:94px}
  .rcrGlobalFooter__contact strong{font-size:.8rem}
  .rcrGlobalFooter__links>div{min-height:0;padding:20px 16px 17px}
  .rcrGlobalFooter__links>div::before{margin-bottom:13px}
  .rcrGlobalFooter__links a,
  .rcrGlobalFooter__links button{min-height:44px;padding-inline:25px;font-size:.8rem}
  .rcrGlobalFooter__links a:hover,
  .rcrGlobalFooter__links a:focus-visible,
  .rcrGlobalFooter__links button:hover,
  .rcrGlobalFooter__links button:focus-visible{padding-left:25px}
  .rcrGlobalFooter__signatureBridge{gap:7px}
  .rcrGlobalFooter__signatureBridge i{width:clamp(18px,7vw,30px)}
  .rcrGlobalFooter__signatureBridge strong{font-size:.5rem}
  .rcrGlobalFooter__journeyPin--pickup,
  .rcrGlobalFooter__journeyPin--arrival{top:60px}
  .rcrGlobalFooter__journeyPin--pickup{left:8%}
  .rcrGlobalFooter__journeyPin--arrival{right:8%}
}

/* Footer signature remix: the RCR lockup is vertical and the animated route
   now travels behind the TUNA TECHNOLOGIES credit instead of sitting above it. */
.rcrGlobalFooter__signature{
  isolation:isolate;
  min-height:330px;
  background:
    radial-gradient(circle at 50% 56%,rgba(255,215,0,.13),transparent 27%),
    radial-gradient(circle at 18% 48%,rgba(255,215,0,.045),transparent 24%),
    radial-gradient(circle at 82% 48%,rgba(255,215,0,.045),transparent 24%),
    linear-gradient(180deg,rgba(255,215,0,.025),transparent 72%);
  box-shadow:inset 0 1px rgba(255,215,0,.08),0 24px 64px rgba(0,0,0,.22)
}
.rcrGlobalFooter__signature::before{
  position:absolute;
  z-index:0;
  inset:-58%;
  border-radius:50%;
  background:conic-gradient(from 90deg,transparent 0 37%,rgba(255,215,0,.1) 46%,transparent 54% 87%,rgba(255,241,163,.06) 94%,transparent 100%);
  content:"";
  opacity:.62;
  pointer-events:none
}
.rcrGlobalFooter__signature::after{
  position:absolute;
  z-index:7;
  top:0;
  left:-28%;
  width:28%;
  height:1px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,#FFD700,#fff3a8,transparent);
  box-shadow:0 0 18px rgba(255,215,0,.48);
  content:"";
  opacity:.72;
  pointer-events:none
}
.rcrGlobalFooter__signature>a{
  min-height:330px;
  place-content:start center;
  gap:4px;
  overflow:hidden;
  padding:22px 20px 18px
}
.rcrGlobalFooter__signature>a::before{
  z-index:0;
  inset:23% 12% 7%;
  background:
    radial-gradient(circle at 50% 54%,rgba(255,215,0,.22),transparent 24%),
    radial-gradient(circle at 50% 54%,rgba(255,241,163,.07),transparent 47%);
  opacity:.7
}
.rcrGlobalFooter__signature>a::after{
  z-index:1;
  top:101px;
  width:min(650px,90vw);
  height:184px;
  border-color:rgba(255,215,0,.12)
}
.rcrGlobalFooter__signatureBridge{
  z-index:7;
  display:grid;
  grid-template-columns:minmax(28px,76px) auto minmax(28px,76px);
  grid-template-rows:auto auto;
  justify-items:center;
  gap:7px 12px;
  margin:0
}
.rcrGlobalFooter__signatureBridgeMark{
  grid-column:1 / -1;
  grid-row:1;
  width:48px;
  height:48px;
  margin:0 auto 1px;
  border-color:rgba(255,215,0,.5);
  border-radius:13px;
  box-shadow:0 0 0 5px rgba(255,215,0,.035),0 10px 28px rgba(0,0,0,.64),0 0 18px rgba(255,215,0,.13);
  transition:transform .45s var(--rcr-global-ease),box-shadow .45s ease
}
.rcrGlobalFooter__signatureBridge strong{grid-column:2;grid-row:2;align-self:center;font-size:.66rem;letter-spacing:.16em}
.rcrGlobalFooter__signatureBridge i{grid-row:2;align-self:center;width:100%;transform-origin:center}
.rcrGlobalFooter__signatureBridge i:first-child{grid-column:1}
.rcrGlobalFooter__signatureBridge i:last-child{grid-column:3;background:linear-gradient(90deg,#FFD700,rgba(255,215,0,.42),transparent)}
.rcrGlobalFooter__creditLabel{position:relative;z-index:6;margin-top:11px;color:rgba(255,241,163,.76);text-shadow:0 2px 12px #000}
.rcrGlobalFooter__signature img.rcrGlobalFooter__tunaLogo{
  z-index:6;
  width:min(21.5rem,62vw);
  margin-top:-2px;
  filter:drop-shadow(0 0 16px rgba(255,215,0,.26)) drop-shadow(0 22px 34px rgba(0,0,0,.68))
}
.rcrGlobalFooter__journey{
  z-index:2;
  top:91px;
  width:min(820px,98%);
  height:215px;
  opacity:.7;
  -webkit-mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent)
}
.rcrGlobalFooter__journeyKicker{top:auto;bottom:0;z-index:5;background:rgba(0,0,0,.88);box-shadow:0 8px 22px rgba(0,0,0,.7),0 0 20px rgba(255,215,0,.08)}
.rcrGlobalFooter__journeyMap{inset:4px 0 auto;height:178px;opacity:.68}
.rcrGlobalFooter__journeyRoadGlow{stroke:rgba(255,215,0,.18);stroke-width:18;filter:blur(7px)}
.rcrGlobalFooter__journeyRoad{stroke-width:3.5;filter:drop-shadow(0 0 9px rgba(255,215,0,.62))}
.rcrGlobalFooter__journeyCar{filter:drop-shadow(0 0 12px rgba(255,215,0,.92))}
.rcrGlobalFooter__journeyPin--pickup,
.rcrGlobalFooter__journeyPin--arrival{top:94px}
.rcrGlobalFooter__signature>a:hover .rcrGlobalFooter__signatureBridgeMark,
.rcrGlobalFooter__signature>a:focus-visible .rcrGlobalFooter__signatureBridgeMark{box-shadow:0 0 0 7px rgba(255,215,0,.055),0 12px 30px rgba(0,0,0,.68),0 0 28px rgba(255,215,0,.26);transform:translateY(-2px) scale(1.045)}

@media(prefers-reduced-motion:no-preference){
  .rcrGlobalFooter__signature::before{animation:rcrGlobalSignatureHalo 13s linear infinite}
  .rcrGlobalFooter__signature::after{animation:rcrGlobalSignatureSweep 6.2s ease-in-out infinite}
  .rcrGlobalFooter__signatureBridgeMark{animation:rcrGlobalRcrMarkGlow 4.8s ease-in-out infinite}
}
@keyframes rcrGlobalSignatureHalo{to{transform:rotate(360deg)}}
@keyframes rcrGlobalSignatureSweep{0%,16%{left:-28%;opacity:0}34%,68%{opacity:.74}84%,100%{left:100%;opacity:0}}
@keyframes rcrGlobalRcrMarkGlow{0%,100%{filter:brightness(.96)}50%{filter:brightness(1.12) drop-shadow(0 0 7px rgba(255,215,0,.18))}}

@media(max-width:760px){
  .rcrGlobalFooter__signature,
  .rcrGlobalFooter__signature>a{min-height:318px}
  .rcrGlobalFooter__signature>a{gap:3px;padding:18px 8px 15px}
  .rcrGlobalFooter__signature>a::after{top:93px;width:96vw;height:164px}
  .rcrGlobalFooter__signatureBridge{grid-template-columns:minmax(20px,42px) auto minmax(20px,42px);gap:6px 8px}
  .rcrGlobalFooter__signatureBridgeMark{width:42px;height:42px;border-radius:12px}
  .rcrGlobalFooter__signatureBridge strong{font-size:.54rem}
  .rcrGlobalFooter__creditLabel{margin-top:10px;font-size:.56rem}
  .rcrGlobalFooter__signature img.rcrGlobalFooter__tunaLogo{width:min(17rem,74vw)}
  .rcrGlobalFooter__journey{top:80px;width:112%;height:202px;opacity:.65}
  .rcrGlobalFooter__journeyMap{inset:5px 0 auto;height:157px}
  .rcrGlobalFooter__journeyPin--pickup,
  .rcrGlobalFooter__journeyPin--arrival{top:74px}
  .rcrGlobalFooter__journeyPin--pickup{left:10%}
  .rcrGlobalFooter__journeyPin--arrival{right:10%}
  .rcrGlobalFooter__journeyKicker{font-size:.4rem}
}

@media(prefers-reduced-motion:reduce){
  .rcrGlobalFooter__signature::before,
  .rcrGlobalFooter__signature::after,
  .rcrGlobalFooter__signatureBridgeMark{animation:none!important}
}

/* Premium animated ROYAL TRAVELER install notice. */
.rcrTravelerInstallNotice{overflow:hidden;will-change:transform,opacity}
.rcrTravelerInstallNotice::after{position:absolute;right:18px;bottom:0;left:18px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,#FFD700 42%,#fff2a6 58%,transparent);content:"";opacity:.85;transform:scaleX(0);transform-origin:left}
.rcrTravelerInstallNotice.is-closing{pointer-events:none;transform:translate3d(50%,-22px,0) scale(.975)}
.rcrTravelerInstallNotice__mark{position:relative}
.rcrTravelerInstallNotice__mark::after{position:absolute;inset:5px;border:1px solid rgba(255,215,0,.2);border-radius:12px;content:"";pointer-events:none}
.rcrTravelerInstallNotice__action{position:relative;overflow:hidden;isolation:isolate}
.rcrTravelerInstallNotice__action::after{position:absolute;z-index:0;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.72) 48%,transparent 70%);content:"";pointer-events:none;transform:translateX(-140%)}
@media(prefers-reduced-motion:no-preference){
  .rcrTravelerInstallNotice.is-visible::after{animation:rcrInstallNoticeProgress .9s cubic-bezier(.16,1,.3,1) .2s forwards}
  .rcrTravelerInstallNotice.is-visible .rcrTravelerInstallNotice__mark{animation:rcrInstallNoticeMark .7s cubic-bezier(.16,1,.3,1) .08s both,rcrInstallNoticeFloat 4s ease-in-out 1s infinite}
  .rcrTravelerInstallNotice.is-visible .rcrTravelerInstallNotice__copy{animation:rcrInstallNoticeCopy .62s cubic-bezier(.16,1,.3,1) .13s both}
  .rcrTravelerInstallNotice.is-visible .rcrTravelerInstallNotice__action{animation:rcrInstallNoticeCopy .62s cubic-bezier(.16,1,.3,1) .2s both}
  .rcrTravelerInstallNotice.is-visible .rcrTravelerInstallNotice__action::after{animation:rcrInstallNoticeSheen 4.8s ease-in-out 1.4s infinite}
}
@keyframes rcrInstallNoticeProgress{to{transform:scaleX(1)}}
@keyframes rcrInstallNoticeMark{from{opacity:0;transform:scale(.72) rotate(-7deg)}to{opacity:1;transform:none}}
@keyframes rcrInstallNoticeCopy{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes rcrInstallNoticeFloat{0%,100%{transform:none;box-shadow:none}50%{transform:translateY(-3px);box-shadow:0 10px 28px rgba(255,215,0,.13)}}
@keyframes rcrInstallNoticeSheen{0%,64%{transform:translateX(-140%)}84%,100%{transform:translateX(140%)}}

/* Give the global footer its own clean black stage on every route. */
#rcrV2.rcrHomePage > footer.foot.rcrGlobalFooter{
  background:#000!important;
}
#rcrV2.rcrHomePage > footer.foot.rcrGlobalFooter::before{
  background:radial-gradient(circle at 50% 72%,rgba(255,215,0,.055),transparent 32%)!important;
}

/* Shared contact control — the Drive for Us floating contact is now global. */
.rcrFloatingContact{position:fixed;right:clamp(1rem,2.2vw,1.65rem);bottom:calc(clamp(1rem,2.2vw,1.65rem) + var(--drive-consent-offset,0px));z-index:2147483100;display:grid;justify-items:end;gap:.7rem;pointer-events:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;animation:rcrContactArrive .72s .2s cubic-bezier(.22,1,.36,1) both;transition:bottom .26s cubic-bezier(.22,1,.36,1),opacity .18s ease}
.rcrFloatingContact,.rcrFloatingContact *,.rcrFloatingContact *::before,.rcrFloatingContact *::after{box-sizing:border-box}
.rcrFloatingContact .driveFloatingContact__panel{display:grid;width:min(21.5rem,calc(100vw - 2rem));gap:.5rem;padding:.55rem;border:1px solid rgba(255,215,0,.32);border-radius:1.45rem;background:radial-gradient(circle at 12% 0%,rgba(255,215,0,.09),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.015)),rgba(0,0,0,.88);box-shadow:0 28px 82px rgba(0,0,0,.78),inset 0 1px rgba(255,215,0,.08);opacity:0;pointer-events:none;transform:translate3d(.55rem,.75rem,0) scale(.96);transform-origin:bottom right;visibility:hidden;backdrop-filter:blur(22px) saturate(1.04);transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s}
.rcrFloatingContact.is-open .driveFloatingContact__panel{opacity:1;pointer-events:auto;transform:none;visibility:visible;transition:opacity .22s ease,transform .28s cubic-bezier(.22,1,.36,1),visibility 0s}
.rcrFloatingContact .driveFloatingContact__action,.rcrFloatingContact .driveFloatingContact__trigger{position:relative;overflow:hidden;color:rgba(245,247,252,.98);text-decoration:none;isolation:isolate;backdrop-filter:blur(18px) saturate(1.04)}
.rcrFloatingContact .driveFloatingContact__action{display:flex;min-height:3.9rem;align-items:center;gap:.75rem;padding:.55rem .75rem;border:1px solid rgba(255,215,0,.18);border-radius:1.05rem;background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.012)),rgba(0,0,0,.76);opacity:0;pointer-events:none;transform:translate3d(0,.45rem,0);transition:opacity .22s ease,transform .25s cubic-bezier(.22,1,.36,1),border-color .18s ease,background-color .18s ease}
.rcrFloatingContact.is-open .driveFloatingContact__action{opacity:1;pointer-events:auto;transform:none}.rcrFloatingContact.is-open .driveFloatingContact__action:nth-child(1){transition-delay:45ms}.rcrFloatingContact.is-open .driveFloatingContact__action:nth-child(2){transition-delay:82ms}.rcrFloatingContact.is-open .driveFloatingContact__action:nth-child(3){transition-delay:118ms}
.rcrFloatingContact .driveFloatingContact__action:hover,.rcrFloatingContact .driveFloatingContact__action:focus-visible{border-color:rgba(255,215,0,.62);background:linear-gradient(135deg,rgba(255,215,0,.08),rgba(255,255,255,.015)),rgba(0,0,0,.82);outline:none;transform:translate3d(-.16rem,0,0)}
.rcrFloatingContact #waFloat.driveFloatingContact__trigger{position:relative!important;right:auto!important;bottom:auto!important;display:inline-flex!important;width:auto!important;min-width:0!important;max-width:calc(100vw - 2rem)!important;min-height:4rem!important;align-items:center!important;gap:.72rem!important;padding:.56rem 1rem .56rem .56rem!important;border:1px solid rgba(255,215,0,.52)!important;border-radius:1.45rem!important;background:radial-gradient(circle at 18% 18%,rgba(255,215,0,.11),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.012)),rgba(0,0,0,.82)!important;box-shadow:0 20px 58px rgba(0,0,0,.72),0 0 34px rgba(255,215,0,.08),inset 0 1px rgba(255,215,0,.08)!important;cursor:pointer!important;pointer-events:auto!important;text-align:left!important;transform:none!important;animation:none!important;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease!important}
.rcrFloatingContact #waFloat::before,.rcrFloatingContact #waFloat::after{display:none!important;content:none!important}.rcrFloatingContact #waFloat:hover,.rcrFloatingContact #waFloat:focus-visible,.rcrFloatingContact.is-open #waFloat{border-color:rgba(255,215,0,.68)!important;box-shadow:0 26px 76px rgba(0,0,0,.58),0 0 44px rgba(255,215,0,.13),inset 0 1px rgba(255,255,255,.14)!important;outline:none!important;transform:translate3d(0,-.14rem,0)!important}
.rcrFloatingContact .driveFloatingContact__pulse{position:absolute;inset:-.42rem;border:1px solid rgba(255,215,0,.30);border-radius:1.75rem;pointer-events:none;animation:rcrContactPulse 2.6s ease-out infinite}
.rcrFloatingContact .driveFloatingContact__symbol,.rcrFloatingContact .driveFloatingContact__icon{position:relative;z-index:1;display:grid;flex:0 0 auto;place-items:center}.rcrFloatingContact .driveFloatingContact__symbol{width:2.72rem;height:2.72rem;border:1px solid rgba(255,215,0,.24);border-radius:1.02rem;background:rgba(0,0,0,.54);transition:transform .24s cubic-bezier(.22,1,.36,1),background-color .22s ease}.rcrFloatingContact.is-open .driveFloatingContact__symbol{background:rgba(0,0,0,.68);transform:rotate(-8deg) scale(1.03)}.rcrFloatingContact .driveFloatingContact__icon{width:2.62rem;height:2.62rem;border:1px solid rgba(255,215,0,.22);border-radius:.92rem;background:rgba(0,0,0,.54)}.rcrFloatingContact .driveFloatingContact__symbol img,.rcrFloatingContact .driveFloatingContact__icon img{display:block;width:19px;height:19px;object-fit:contain}
.rcrFloatingContact .driveFloatingContact__copy,.rcrFloatingContact .driveFloatingContact__actionCopy{position:relative;z-index:1;display:grid;min-width:0;line-height:1.1}.rcrFloatingContact .driveFloatingContact__copy{gap:.2rem}.rcrFloatingContact .driveFloatingContact__actionCopy{gap:.12rem}.rcrFloatingContact .driveFloatingContact__copy strong,.rcrFloatingContact .driveFloatingContact__actionCopy strong{display:block;color:#fff;font-weight:900;text-transform:uppercase}.rcrFloatingContact .driveFloatingContact__copy strong{font-size:.72rem;letter-spacing:.15em;white-space:nowrap}.rcrFloatingContact .driveFloatingContact__copy span{color:rgba(205,213,228,.82);font-size:.72rem;font-weight:650;white-space:nowrap}.rcrFloatingContact .driveFloatingContact__actionCopy strong{font-size:.78rem;letter-spacing:.12em}.rcrFloatingContact .driveFloatingContact__actionCopy span{overflow:hidden;color:rgba(205,213,228,.78);font-size:.78rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
@keyframes rcrContactArrive{from{opacity:0;transform:translate3d(0,1rem,0) scale(.94)}to{opacity:1;transform:none}}@keyframes rcrContactPulse{0%{opacity:.7;transform:scale(.92)}70%,100%{opacity:0;transform:scale(1.12)}}
@media(max-width:640px){.rcrFloatingContact{right:12px;bottom:calc(max(12px,env(safe-area-inset-bottom)) + var(--drive-consent-offset,0px))}.rcrFloatingContact #waFloat.driveFloatingContact__trigger,.rcrFloatingContact.is-open #waFloat.driveFloatingContact__trigger{width:3.72rem!important;min-width:3.72rem!important;max-width:3.72rem!important;min-height:3.72rem!important;justify-content:center!important;gap:0!important;padding:.48rem!important;border-radius:50%!important}.rcrFloatingContact .driveFloatingContact__symbol{width:2.58rem;height:2.58rem;border-radius:50%}.rcrFloatingContact .driveFloatingContact__copy,.rcrFloatingContact.is-open .driveFloatingContact__copy{display:none}}
@media(max-width:390px){.rcrFloatingContact .driveFloatingContact__panel{width:min(20rem,calc(100vw - 1.5rem))}}
@media(prefers-reduced-motion:reduce){.rcrFloatingContact,.rcrFloatingContact .driveFloatingContact__pulse{animation:none!important}.rcrFloatingContact{opacity:1;transform:none}}

/* The Drive for Us stylesheet predates the shared control and has an ID-level
   trigger skin. Keep the global neutral-black glass treatment authoritative. */
body.driveForUsBody .rcrFloatingContact #waFloat.driveFloatingContact__trigger{
  background:radial-gradient(circle at 18% 18%,rgba(255,215,0,.11),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.012)),rgba(0,0,0,.82)!important;
}
@media(max-width:640px){
  body.driveForUsBody .rcrFloatingContact #waFloat.driveFloatingContact__trigger,
  body.driveForUsBody .rcrFloatingContact.is-open #waFloat.driveFloatingContact__trigger{
    width:3.72rem!important;
    min-width:3.72rem!important;
    max-width:3.72rem!important;
    min-height:3.72rem!important;
    justify-content:center!important;
    gap:0!important;
    padding:.48rem!important;
    border-radius:50%!important;
  }
  body.driveForUsBody .rcrFloatingContact .driveFloatingContact__copy,
  body.driveForUsBody .rcrFloatingContact.is-open .driveFloatingContact__copy{display:none!important}
}

/* Photo + flag identity used by country cards and city hub heroes. */
#rcrV2 .rcrEuropeCard__media,#rcrV2 .cityHeroPhoto__frame{position:relative}
#rcrV2 .rcrHubFlag{position:absolute;z-index:4;top:14px;right:14px;display:grid;width:52px;height:52px;padding:6px;place-items:center;border:1px solid rgba(255,215,0,.62);border-radius:16px;background:rgba(0,0,0,.88);box-shadow:0 12px 34px rgba(0,0,0,.55),0 0 22px rgba(255,215,0,.10);backdrop-filter:blur(14px)}
#rcrV2 .rcrHubFlag img{display:block;width:100%;height:100%;border-radius:10px;object-fit:cover}
@media(max-width:640px){#rcrV2 .rcrHubFlag{top:10px;right:10px;width:46px;height:46px;padding:5px;border-radius:14px}}
