
/* Airport v2 follows the Academy page structure and light visual language. */
.airport-hero{background:linear-gradient(135deg,#fff 0%,#fff8fc 55%,#f8f3fb 100%)!important;position:relative;overflow:hidden}
.airport-hero:before{content:"";position:absolute;inset:auto -8% -55% auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(255,72,164,.12),transparent 68%);pointer-events:none}
.airport-hero .hero-copy h1,.airport-hero .hero-copy p{color:var(--ink,#201a25)}
.airport-hero .hero-reem{min-height:570px}
.airport-hero .hero-reem img{width:min(100%,620px);height:560px;object-fit:cover;object-position:center;border-radius:32px;filter:drop-shadow(0 26px 45px rgba(117,42,91,.20))}
.airport-vehicles{padding:92px 6%;background:#fff}
.vehicle-showcase{max-width:1220px;margin:42px auto 28px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.vehicle-showcase-card{background:#fff;border:1px solid rgba(84,41,69,.12);border-radius:28px;overflow:hidden;box-shadow:0 20px 55px rgba(52,25,43,.08);transition:.25s ease}
.vehicle-showcase-card:hover{transform:translateY(-5px);box-shadow:0 26px 65px rgba(222,57,143,.14)}
.featured-vehicle{border-color:rgba(235,65,151,.28)}
.vehicle-photo{height:330px;background:#f7f2f6;overflow:hidden}.vehicle-photo img{width:100%;height:100%;object-fit:cover;display:block}
.vehicle-content{padding:25px 28px 30px}.vehicle-label{display:inline-flex;padding:7px 14px;border-radius:999px;background:#fff0f7;color:#d52c80;font-weight:800;font-family:Poppins,sans-serif}.vehicle-content h3{margin:15px 0 12px;font-size:1.45rem}.vehicle-content ul{list-style:none;padding:0;margin:0;display:grid;gap:11px}.vehicle-content li{position:relative;padding-inline-start:26px;color:#5e5360;line-height:1.75}.vehicle-content li:before{content:"✓";position:absolute;inset-inline-start:0;color:#e53c92;font-weight:900}
.airport-mini-features{max-width:1050px;margin:28px auto 0;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.airport-mini-features span{background:#fff8fc;border:1px solid rgba(229,60,146,.16);padding:11px 18px;border-radius:999px;color:#4b3c48}
.vehicle-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.vehicle-card{border:1px solid rgba(70,35,58,.13);border-radius:18px;padding:10px;background:#fff;cursor:pointer;box-shadow:0 9px 26px rgba(57,30,47,.07)}.vehicle-card img{width:100%;height:140px;object-fit:cover;border-radius:12px}.vehicle-card b{display:block;margin-top:8px}.vehicle-card span{display:block;color:#746873;font-size:.88rem;margin-top:4px}
.whatsapp-final-notice{display:flex;flex-direction:column;gap:6px;padding:14px 16px;margin:8px 0 12px;border:1px solid rgba(255,79,163,.55);border-radius:16px;background:rgba(255,79,163,.10);line-height:1.7}.whatsapp-final-btn{display:flex!important;justify-content:center;align-items:center;text-align:center;min-height:54px}
html[dir="ltr"] .vehicle-content li{padding-left:26px;padding-right:0}
@media(max-width:900px){.vehicle-showcase{grid-template-columns:1fr}.airport-hero .hero-reem{min-height:450px}.airport-hero .hero-reem img{height:430px}.vehicle-photo{height:285px}}
@media(max-width:720px){.vehicle-grid{grid-template-columns:1fr}.airport-vehicles{padding:64px 18px}.airport-hero .hero-reem img{height:410px;object-fit:cover}}


/* HerRide Core Template Final additions */
.chat-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.chat-tools #progressText{margin-inline-start:auto}
.location-preview a{display:inline-block;margin-top:8px;color:#ff3d9a;font-weight:800;text-decoration:underline;word-break:break-all}
.hr-picker-overlay{position:fixed;inset:0;background:rgba(15,10,20,.54);backdrop-filter:blur(7px);z-index:99999;display:grid;place-items:center;padding:16px}
.hr-picker-card{width:min(420px,96vw);background:#fff;border:1px solid rgba(255,61,154,.22);border-radius:26px;box-shadow:0 25px 80px rgba(33,10,28,.26);padding:22px;direction:rtl}
html[dir="ltr"] .hr-picker-card{direction:ltr}
.hr-picker-card h3{margin:0 0 14px;font-size:1.18rem;color:#241622}
.hr-picker-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:14px 0}
.hr-picker-row.two{grid-template-columns:1fr 1fr}
.hr-picker-card select,.hr-picker-card input{width:100%;min-height:50px;border:1px solid #ead7e2;border-radius:14px;padding:10px;background:#fff;font:inherit;color:#241622}
.hr-picker-actions{display:flex;gap:10px;margin-top:16px}
.hr-picker-actions button{flex:1;min-height:48px;border-radius:14px;border:0;font-weight:800;cursor:pointer}
.hr-picker-confirm{background:linear-gradient(135deg,#ff2f92,#ff5bb0);color:#fff}
.hr-picker-cancel{background:#f5eef3;color:#4a3342}
.whatsapp-confirm-box{margin-top:12px;padding:15px;border-radius:18px;background:#fff7fb;border:1px solid #f3bfd9;display:grid;gap:10px}
.whatsapp-confirm-box .confirm-actions{display:flex;gap:8px;flex-wrap:wrap}
.whatsapp-confirm-box button{flex:1;min-width:145px}
.final-thanks{white-space:pre-line;padding:17px;border-radius:18px;background:linear-gradient(135deg,#fff7fb,#fff);border:1px solid #f2c4dc;line-height:1.8}

/* Airport UX fixes v1.1 */
.vehicle-photo{height:360px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fbf7fa,#f4edf2)}
.vehicle-photo img{width:100%;height:100%;object-fit:contain;object-position:center center}
.vehicle-content{display:flex;flex-direction:column}
.vehicle-ask-btn{margin-top:18px;border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,#df398f,#b92f77);color:#fff;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 12px 24px rgba(196,47,124,.2)}
.vehicle-ask-btn:hover{transform:translateY(-2px)}
.reem-stage #nourAvatar{object-fit:contain!important;object-position:top center!important;max-height:100%;width:100%}
.chat-tools .tool-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px}
@media(max-width:900px){.vehicle-photo{height:320px}}


/* Airport form + picker stability v1.3 */
#answerArea{position:relative;z-index:3}
#answerArea .chat-answer-input,#answerArea>input,#answerArea>textarea{display:block!important;width:100%!important;min-height:54px!important;border:2px solid rgba(208,47,126,.32)!important;border-radius:16px!important;background:#fff!important;color:#241622!important;padding:14px 16px!important;font:inherit!important;box-sizing:border-box!important;margin-bottom:10px!important;opacity:1!important;visibility:visible!important}
#answerArea>textarea{min-height:96px!important;resize:vertical}
.inline-picker-launch{display:grid;gap:10px;padding:14px;border:1px solid rgba(208,47,126,.18);border-radius:18px;background:#fff8fc}
.inline-picker-label{font-weight:800;color:#392632;line-height:1.6}
.calendar-card{width:min(470px,96vw)!important}.calendar-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px}.calendar-head h3{text-align:center;margin:0}.calendar-head button{border:0;border-radius:12px;min-height:42px;background:#f7eaf2;font-size:1.5rem;cursor:pointer}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-week{margin:16px 0 8px;color:#806b79;font-size:.78rem;text-align:center}.calendar-grid button{aspect-ratio:1;border:0;border-radius:12px;background:#fff3f9;color:#30222c;font-weight:800;cursor:pointer}.calendar-grid button:hover{background:#ffd8eb}.calendar-grid button.selected{background:linear-gradient(135deg,#ff2f92,#c92f7c);color:#fff}.calendar-grid button:disabled{opacity:.25;cursor:not-allowed}.date-preview,.time-preview{margin-top:14px;padding:12px;border-radius:14px;background:#fff3f9;text-align:center;font-weight:900;color:#c42e79}.wheel-card p{margin:0;color:#76616f}.time-wheel{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:14px}.time-wheel label{display:grid;gap:7px;text-align:center;font-weight:800}.time-wheel select{height:180px!important;overflow-y:auto;padding:6px!important}.time-wheel option{padding:8px;text-align:center;font-weight:800}
.vehicle-photo{position:relative;isolation:isolate;overflow:hidden}.vehicle-photo:before{content:"";position:absolute;inset:-18px;background:var(--vehicle-bg) center/cover no-repeat;filter:blur(18px);opacity:.28;z-index:-2;transform:scale(1.12)}.vehicle-showcase-card:nth-child(1) .vehicle-photo{--vehicle-bg:url('../airport/assets/nour/08_sedan.webp')}.vehicle-showcase-card:nth-child(2) .vehicle-photo{--vehicle-bg:url('../airport/assets/nour/09_suv.webp')}.vehicle-photo img{width:94%!important;height:94%!important;object-fit:contain!important;object-position:center!important;filter:drop-shadow(0 14px 22px rgba(55,22,43,.18))}.reem-stage{background:#1c121a!important}.reem-stage #nourAvatar{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important}
@media(max-width:720px){.time-wheel{grid-template-columns:1fr 1fr}.time-wheel label:last-child{grid-column:1/-1}.vehicle-photo{height:300px!important}}

/* Airport final visual fixes v1.4 */
.vehicle-showcase{align-items:stretch!important}
.vehicle-showcase-card{display:flex!important;flex-direction:column!important;overflow:hidden!important}
.vehicle-photo{height:340px!important;min-height:340px!important;padding:0!important;background:linear-gradient(180deg,#f8eff5,#fff)!important;display:flex!important;align-items:center!important;justify-content:center!important}
.vehicle-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;padding:10px!important;box-sizing:border-box!important}
.vehicle-content{display:flex!important;flex-direction:column!important;flex:1!important}
.vehicle-content .vehicle-ask-btn{margin-top:auto!important}
.reem-stage{min-height:610px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.reem-stage #nourAvatar{width:100%!important;height:100%!important;max-height:610px!important;object-fit:contain!important;object-position:center center!important;padding:8px!important;box-sizing:border-box!important}
@media(max-width:900px){.vehicle-photo{height:300px!important;min-height:300px!important}.reem-stage{min-height:460px!important}.reem-stage #nourAvatar{max-height:460px!important}}


/* FINAL shared analog clock + pink calendar */
.analog-time-card{width:min(460px,96vw)!important}.analog-clock{position:relative;width:250px;height:250px;margin:12px auto 18px;border-radius:50%;background:radial-gradient(circle at 50% 45%,#fff 0 56%,#fff0f7 57% 100%);border:8px solid #ffd1e7;box-shadow:inset 0 0 0 2px #ff4b9f,0 16px 38px rgba(191,39,113,.18)}
.clock-center{position:absolute;left:50%;top:50%;width:16px;height:16px;border-radius:50%;background:#c92f7c;transform:translate(-50%,-50%);z-index:6;box-shadow:0 0 0 5px #ffd2e6}.clock-hand{position:absolute;left:50%;bottom:50%;transform-origin:50% 100%;border-radius:999px;z-index:4;transition:transform .2s ease}.hour-hand{width:7px;height:66px;background:#5f2946}.minute-hand{width:4px;height:90px;background:#ff2f92}.clock-number{--r:101px;position:absolute;left:50%;top:50%;width:34px;height:34px;margin:-17px;border:0;border-radius:50%;background:transparent;color:#4b2b3e;font-weight:900;cursor:pointer;transform:rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a)))}.clock-number:hover{background:#ffd8eb;color:#b7246b}.clock-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px}.clock-controls label{display:grid;gap:6px;text-align:center;font-weight:800}.clock-controls input{min-height:48px;text-align:center}.period-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.period-toggle button{min-height:44px;border:1px solid #f1bfd7;border-radius:14px;background:#fff4f9;color:#7f365d;font-weight:900;cursor:pointer}.period-toggle button.active{background:linear-gradient(135deg,#ff2f92,#c92f7c);color:#fff;border-color:transparent}.calendar-card{width:min(470px,96vw)!important}.calendar-head{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px}.calendar-head h3{text-align:center;margin:0}.calendar-head button{border:0;border-radius:12px;min-height:42px;background:#f7eaf2;font-size:1.5rem;cursor:pointer}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-week{margin:16px 0 8px;color:#806b79;font-size:.78rem;text-align:center}.calendar-grid button{aspect-ratio:1;border:0;border-radius:12px;background:#fff3f9;color:#30222c;font-weight:800;cursor:pointer}.calendar-grid button:hover{background:#ffd8eb}.calendar-grid button.selected{background:linear-gradient(135deg,#ff2f92,#c92f7c);color:#fff}.calendar-grid button:disabled{opacity:.25;cursor:not-allowed}.date-preview,.time-preview{margin-top:14px;padding:12px;border-radius:14px;background:#fff3f9;text-align:center;font-weight:900;color:#c42e79}
@media(max-width:520px){.analog-clock{width:220px;height:220px}.clock-number{--r:88px}.hour-hand{height:58px}.minute-hand{height:80px}}

/* FINAL shared refinements */
.back-step-btn{margin-inline-end:auto!important;border:1px solid rgba(255,55,170,.45)!important;background:rgba(255,255,255,.92)!important;color:#9b1768!important;font-weight:800!important}
.back-step-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(255,47,166,.2)}
.vehicle-pill{display:inline-flex!important;width:max-content!important;min-width:0!important;padding:6px 13px!important;border-radius:999px!important;background:linear-gradient(135deg,#ff2aa6,#ff63c4)!important;color:#fff!important;box-shadow:0 6px 18px rgba(255,42,166,.35)!important;font-size:.83rem!important;line-height:1!important}
.vehicle-card img{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;object-position:center!important;border-radius:20px!important}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}


/* FINAL RC3 unified assistant stage + classic gray analog clock */
.reem-stage{height:550px!important;min-height:550px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:linear-gradient(160deg,#eee9ed,#d9d4d8)!important}
.reem-stage img,.reem-stage #nourAvatar{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center 28%!important;padding:0!important}
.analog-clock{background:radial-gradient(circle at 50% 45%,#fbfbfb 0 58%,#e8e8e8 59% 100%)!important;border:7px solid #b9b9b9!important;box-shadow:inset 0 0 0 2px #777,0 16px 38px rgba(35,35,35,.18)!important}
.clock-center{background:#e34b91!important;box-shadow:0 0 0 5px #f3bfd6!important}
.hour-hand{background:#4d4d4d!important}.minute-hand{background:#e34b91!important}.clock-number{color:#363636!important}.clock-number:hover{background:#dedede!important;color:#b51e66!important}
@media(max-width:900px){.reem-stage{height:420px!important;min-height:420px!important}.reem-stage img,.reem-stage #nourAvatar{height:420px!important;object-position:center 25%!important}}
@media(max-width:560px){.reem-stage{height:340px!important;min-height:340px!important}.reem-stage img,.reem-stage #nourAvatar{height:340px!important;object-position:center 23%!important}}

/* RC4: dedicated airport travel hero — no vehicle-card reuse or logo crop */
.airport-hero .airport-hero-visual img{
  object-fit:contain !important;
  object-position:center !important;
  background:linear-gradient(145deg,#160b19,#3a102d);
  padding:10px;
}

/* RC5 — Nour image-fit lock: show every image fully without cropping */
.reem-stage{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  background:#21131d!important;
}
.reem-stage::before{
  content:"";
  position:absolute;
  inset:-28px;
  z-index:-2;
  background-image:var(--nour-stage-bg, url('../airport/assets/nour/00_full_body.webp'));
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  filter:blur(26px) saturate(.9) brightness(.55);
  transform:scale(1.12);
  opacity:.8;
}
.reem-stage::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(18,8,16,.12),rgba(18,8,16,.42));
  pointer-events:none;
}
.reem-stage img,
.reem-stage #nourAvatar{
  position:relative!important;
  z-index:1!important;
  width:calc(100% - 20px)!important;
  height:calc(100% - 20px)!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:0!important;
  margin:10px!important;
  border-radius:24px!important;
  filter:drop-shadow(0 16px 28px rgba(0,0,0,.24));
}
.reem-status,.human-note{z-index:3!important}

/* Keep Nour thumbnails complete too */
.chat-person img{
  object-fit:contain!important;
  object-position:center!important;
  background:#21131d!important;
  padding:2px!important;
}

/* Vehicle photos: never crop Sedan or SUV */
.vehicle-photo img,
.vehicle-card img{
  object-fit:contain!important;
  object-position:center center!important;
  background:linear-gradient(180deg,#f8f2f6,#fff)!important;
  padding:10px!important;
  box-sizing:border-box!important;
}
.vehicle-card img{aspect-ratio:16/10!important;height:auto!important}

@media(max-width:900px){
  .reem-stage img,.reem-stage #nourAvatar{
    width:calc(100% - 16px)!important;
    height:calc(100% - 16px)!important;
    margin:8px!important;
  }
}


/* RC6 FINAL — shared service template lock: full images, compact composer, organized choices */
.airport-hero .airport-hero-visual{min-height:560px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:34px!important;background:#160c14!important}
.airport-hero .airport-hero-visual img{width:100%!important;height:560px!important;object-fit:cover!important;object-position:center center!important;border-radius:34px!important;padding:0!important;margin:0!important}

/* Nour now uses the exact same portrait canvas ratio as Reem (1122×1402), never cropped */
.reem-stage{height:550px!important;min-height:550px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:linear-gradient(160deg,#27121f,#120b11)!important}
.reem-stage #nourAvatar,.reem-stage img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;padding:0!important;margin:0!important;border-radius:0!important;filter:none!important}
.chat-person img{object-fit:cover!important;object-position:center!important;padding:0!important;background:#21131d!important}

/* One adaptive composer only: compact by default, modestly taller only for long answers */
#persistentComposer{display:flex!important;align-items:center!important;gap:10px!important;width:100%!important}
#persistentComposer[hidden]{display:none!important}
#persistentInput{flex:1!important;width:auto!important;min-width:0!important;height:54px!important;min-height:54px!important;max-height:54px!important;padding:12px 16px!important;border-radius:18px!important;resize:none!important;overflow-y:auto!important;box-sizing:border-box!important}
#persistentInput[rows="3"]{height:82px!important;min-height:82px!important;max-height:110px!important}
#persistentSend{flex:0 0 auto!important;min-width:92px!important;height:54px!important;align-self:flex-end!important}

/* All option buttons stay together in a clean responsive group */
.choice-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;align-items:stretch!important}
.choice-grid .choice{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;margin:0!important}

/* Vehicle images remain complete and proportional */
.vehicle-photo img,.vehicle-card img{object-fit:contain!important;object-position:center!important;padding:10px!important;background:linear-gradient(180deg,#f8f2f6,#fff)!important;box-sizing:border-box!important}

@media(max-width:720px){
 .airport-hero .airport-hero-visual img{height:420px!important}
 .airport-hero .airport-hero-visual{min-height:420px!important}
 .reem-stage{height:480px!important;min-height:480px!important}
 .choice-grid{grid-template-columns:1fr!important}
 #persistentComposer{gap:8px!important}
 #persistentSend{min-width:78px!important}
}


/* RC7 — final approved airport hero, separate from Sedan/SUV cards */
.airport-hero .airport-hero-visual{
  min-height:0!important;
  height:auto!important;
  aspect-ratio:16/9!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:34px!important;
  background:#160c14!important;
  box-shadow:0 30px 75px rgba(68,17,47,.22)!important;
}
.airport-hero .airport-hero-visual img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:34px!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
  animation:none!important;
  filter:none!important;
}
.airport-hero .airport-hero-visual .reem-intro-card{
  bottom:14px!important;
  right:14px!important;
  left:auto!important;
}
@media(max-width:1100px){
  .airport-hero .airport-hero-visual{width:min(860px,100%)!important;margin-inline:auto!important}
}
@media(max-width:720px){
  .airport-hero .airport-hero-visual{aspect-ratio:16/10!important;border-radius:26px!important}
  .airport-hero .airport-hero-visual img{border-radius:26px!important;object-position:center center!important}
}


/* ===== FINAL MOBILE MATERIAL CLOCK — HerRide Pink ===== */
.material-time-overlay{padding:14px!important;align-items:center!important;justify-content:center!important;background:rgba(14,8,15,.62)!important;backdrop-filter:blur(8px)}
.material-time-card{width:min(410px,94vw)!important;max-height:94dvh!important;overflow:auto!important;padding:0!important;border-radius:28px!important;background:#211b21!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 28px 80px rgba(42,8,27,.42)!important;direction:rtl}
.mtp-top{padding:20px 22px 16px!important;background:linear-gradient(145deg,#4a2238,#351c2a)!important;border-radius:28px 28px 0 0!important}
.mtp-title{text-align:right;font-weight:900;font-size:1.05rem;color:#fff;margin-bottom:10px}
.mtp-display{display:flex;align-items:center;justify-content:center;gap:4px;font-family:Poppins,Cairo,sans-serif}
.mtp-display>span{font-size:3.15rem;line-height:1;font-weight:600;color:#fff}
.mtp-value{border:0;background:transparent;color:#fff;font-size:3.3rem;line-height:1;font-weight:600;padding:2px 4px;border-radius:12px;cursor:pointer;min-width:72px}
.mtp-value.active{color:#ff54a8;text-shadow:0 0 22px rgba(255,47,146,.28)}
.mtp-period{display:grid;gap:2px;margin-inline-start:8px;direction:ltr}
.mtp-period button{border:0;background:transparent;color:#cdbfc8;font-weight:900;font-size:.9rem;padding:2px 5px;border-radius:7px;cursor:pointer;white-space:nowrap}
.mtp-period button.active{color:#ff54a8;background:rgba(255,47,146,.12)}
.mtp-body{padding:18px 18px 12px!important;background:#211b21!important}
.mtp-dial{position:relative;width:min(300px,76vw);height:min(300px,76vw);max-width:300px;max-height:300px;margin:2px auto 10px;border-radius:50%;background:#3a2b33;touch-action:none;user-select:none;-webkit-user-select:none;cursor:crosshair;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.mtp-center{position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:50%;background:#ff3b96;transform:translate(-50%,-50%);z-index:6;box-shadow:0 0 0 3px rgba(255,59,150,.16)}
.mtp-hand{position:absolute;left:50%;top:50%;width:2px;height:38%;transform-origin:50% 0;z-index:4;pointer-events:none;transition:transform .06s linear}
.mtp-hand::before{content:"";position:absolute;left:50%;top:0;width:3px;height:100%;background:#ff3b96;transform:translateX(-50%);border-radius:4px;box-shadow:0 0 12px rgba(255,59,150,.18)}
.mtp-hand span{position:absolute;left:50%;bottom:-17px;width:34px;height:34px;border-radius:50%;background:#ff3b96;transform:translateX(-50%);box-shadow:0 5px 16px rgba(255,59,150,.3)}
.mtp-numbers{position:absolute;inset:0;z-index:5;pointer-events:none}
.mtp-number{--r:min(123px,31vw);position:absolute;left:50%;top:50%;width:42px;height:42px;margin:-21px;border:0;border-radius:50%;background:transparent;color:#fff;font-family:Poppins,Cairo,sans-serif;font-size:1.02rem;font-weight:600;transform:rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a)));pointer-events:auto;cursor:pointer}
.mtp-number.selected{background:#ff3b96;color:#fff;box-shadow:0 4px 16px rgba(255,59,150,.35)}
.mtp-help{text-align:center;color:#cdbfc8;font-size:.78rem;line-height:1.55;margin:4px 8px 10px}
.mtp-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;direction:ltr;border-top:1px solid rgba(255,255,255,.07);padding-top:8px}
.mtp-actions button{min-height:44px;border:0;background:transparent;color:#ff70b5;font-weight:900;font-size:.95rem;border-radius:12px;cursor:pointer}
.mtp-actions button:hover,.mtp-actions button:focus-visible{background:rgba(255,59,150,.1);outline:none}
.mtp-confirm{color:#fff!important;background:linear-gradient(135deg,#ff2f92,#c92f7c)!important}
@media(max-width:520px){
 .material-time-overlay{padding:8px!important;align-items:center!important}
 .material-time-card{width:min(390px,96vw)!important;border-radius:24px!important}
 .mtp-top{padding:16px 16px 12px!important}
 .mtp-title{font-size:.98rem;margin-bottom:6px}
 .mtp-value{font-size:2.75rem;min-width:60px}
 .mtp-display>span{font-size:2.65rem}
 .mtp-body{padding:14px 12px 10px!important}
 .mtp-dial{width:min(286px,78vw);height:min(286px,78vw)}
 .mtp-number{--r:min(116px,31.5vw);width:40px;height:40px;margin:-20px;font-size:.98rem}
 .mtp-actions button{min-height:46px;font-size:.9rem}
}
@media(max-width:370px){.mtp-dial{width:260px;height:260px}.mtp-number{--r:105px}.mtp-value{font-size:2.45rem;min-width:54px}.mtp-display>span{font-size:2.35rem}}


/* ===== RC4 FINAL CLOCK FIX — geometry + touch + HerRide identity ===== */
.material-time-card{background:#171117!important;border:1px solid rgba(255,69,159,.22)!important;box-shadow:0 28px 80px rgba(36,5,24,.55)!important}
.mtp-top{background:linear-gradient(145deg,#681640 0%,#4d1d36 52%,#2d1723 100%)!important}
.mtp-title{text-align:center!important;font-size:1.12rem!important;letter-spacing:0!important}
.mtp-body{background:#171117!important}
.mtp-mode-label{text-align:center;color:#f8d7e8;font-weight:900;font-size:.94rem;margin:0 0 10px}
.mtp-display{gap:2px!important}
.mtp-value{font-weight:700!important;min-width:66px!important}
.mtp-value.active{color:#ff4fa3!important;text-shadow:0 0 18px rgba(255,79,163,.35)!important}
.mtp-period{margin-inline-start:10px!important;gap:5px!important}
.mtp-period button{min-width:62px;padding:7px 9px!important;color:#f6d8e7!important;background:rgba(255,255,255,.055)!important}
.mtp-period button.active{color:#fff!important;background:linear-gradient(135deg,#ff4fa3,#c72c78)!important;box-shadow:0 6px 18px rgba(255,79,163,.24)!important}
.mtp-dial{width:min(318px,80vw)!important;height:min(318px,80vw)!important;max-width:318px!important;max-height:318px!important;background:radial-gradient(circle at 50% 46%,#3d2d36 0%,#30212a 68%,#281a22 100%)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 10px 30px rgba(0,0,0,.18)!important;cursor:grab!important}
.mtp-dial:active{cursor:grabbing!important}
.mtp-center{width:12px!important;height:12px!important;background:#ff4fa3!important;box-shadow:0 0 0 4px rgba(255,79,163,.18),0 0 12px rgba(255,79,163,.35)!important}
/* Hand starts at the center and points UP at 0°. This fixes hour/minute geometry. */
.mtp-hand{left:50%!important;top:auto!important;bottom:50%!important;width:4px!important;height:38%!important;transform-origin:50% 100%!important;transition:transform .045s linear!important}
.mtp-hand::before{left:50%!important;top:0!important;width:4px!important;height:100%!important;background:#ff4fa3!important;box-shadow:0 0 10px rgba(255,79,163,.28)!important}
.mtp-hand span{left:50%!important;top:-17px!important;bottom:auto!important;width:34px!important;height:34px!important;background:#ff4fa3!important;box-shadow:0 5px 18px rgba(255,79,163,.38),0 0 0 5px rgba(255,79,163,.10)!important}
.mtp-number{--r:min(132px,33.2vw)!important;width:46px!important;height:46px!important;margin:-23px!important;font-size:1.04rem!important;font-weight:800!important;color:#fff!important;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.mtp-number.selected{background:#ff4fa3!important;box-shadow:0 5px 18px rgba(255,79,163,.42)!important}
.mtp-help{font-size:.82rem!important;color:#d8c2ce!important;margin-top:8px!important}
.mtp-actions{gap:8px!important;padding-top:10px!important}
.mtp-actions button{min-height:48px!important;font-size:.96rem!important;-webkit-tap-highlight-color:transparent}
.mtp-confirm{background:linear-gradient(135deg,#ff4fa3,#c72c78)!important;box-shadow:0 8px 20px rgba(255,79,163,.20)!important}
@media(max-width:520px){
 .material-time-card{width:min(398px,97vw)!important;max-height:96dvh!important}
 .mtp-top{padding:15px 14px 12px!important}
 .mtp-title{font-size:1.02rem!important}
 .mtp-value{font-size:2.9rem!important;min-width:58px!important}
 .mtp-display>span{font-size:2.75rem!important}
 .mtp-period button{min-width:58px!important;padding:6px 7px!important;font-size:.86rem!important}
 .mtp-body{padding:13px 10px 10px!important}
 .mtp-mode-label{margin-bottom:7px!important;font-size:.9rem!important}
 .mtp-dial{width:min(310px,84vw)!important;height:min(310px,84vw)!important}
 .mtp-number{--r:min(129px,35vw)!important;width:46px!important;height:46px!important;margin:-23px!important;font-size:1rem!important}
 .mtp-help{font-size:.78rem!important;margin:6px 4px 8px!important}
 .mtp-actions button{min-height:48px!important}
}
@media(max-width:370px){
 .mtp-dial{width:282px!important;height:282px!important}
 .mtp-number{--r:117px!important;width:44px!important;height:44px!important;margin:-22px!important}
 .mtp-value{font-size:2.55rem!important;min-width:52px!important}
 .mtp-display>span{font-size:2.45rem!important}
}

/* ===== HerRide FINAL Clock Geometry Fix (SVG hand, mobile first) ===== */
.material-time-card{background:#171117!important;border:1px solid rgba(255,79,163,.24)!important;box-shadow:0 28px 80px rgba(36,5,24,.58)!important}
.mtp-dial{position:relative!important;isolation:isolate!important;touch-action:none!important;user-select:none!important;-webkit-user-select:none!important}
.mtp-hand{display:none!important}
.mtp-center{display:none!important}
.mtp-hand-svg{position:absolute;inset:0;width:100%;height:100%;z-index:4;pointer-events:none;overflow:visible}
.mtp-hand-line{stroke:#ff4fa3;stroke-width:4;stroke-linecap:round;filter:drop-shadow(0 0 5px rgba(255,79,163,.45))}
.mtp-hand-tip{fill:#ff4fa3;filter:drop-shadow(0 4px 7px rgba(255,79,163,.42))}
.mtp-hand-center{fill:#ff4fa3;stroke:rgba(255,255,255,.28);stroke-width:2}
.mtp-numbers{z-index:5!important}
.mtp-number{color:#fff!important;font-weight:800!important;-webkit-tap-highlight-color:transparent!important}
.mtp-number.selected{background:#ff4fa3!important;color:#fff!important;box-shadow:0 5px 18px rgba(255,79,163,.42)!important}
.mtp-value.active,.mtp-period button.active,.mtp-confirm{background:#ff4fa3!important;color:#fff!important}
@media(max-width:520px){
  .material-time-overlay{padding:8px!important}
  .material-time-card{width:min(398px,97vw)!important;max-height:96dvh!important}
  .mtp-dial{width:min(318px,86vw)!important;height:min(318px,86vw)!important;margin-inline:auto!important}
  .mtp-number{--r:min(129px,35vw)!important;width:46px!important;height:46px!important;margin:-23px!important;font-size:1rem!important}
  .mtp-help{font-size:.92rem!important;line-height:1.5!important;padding-inline:10px!important}
}
@media(max-width:370px){
  .mtp-dial{width:276px!important;height:276px!important}
  .mtp-number{--r:112px!important;width:44px!important;height:44px!important;margin:-22px!important}
}


/* ===== HerRide FINAL DUAL-HAND CLOCK v5 ===== */
.hr2-card{width:min(430px,96vw)!important;max-height:96vh!important;overflow:auto!important;background:#171117!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(30,7,22,.42)!important}
.hr2-top{padding:18px 18px 15px;background:linear-gradient(145deg,#5b2345 0%,#421b35 48%,#25151f 100%);border-radius:28px 28px 0 0}
.hr2-title{text-align:center;color:#fff;font-weight:900;font-size:1.08rem;margin-bottom:10px}
.hr2-display{display:flex;align-items:center;justify-content:center;gap:3px;font-family:Poppins,Cairo,sans-serif}
.hr2-time-part{border:0;background:transparent;color:#fff;font-size:3.05rem;line-height:1;font-weight:750;min-width:62px;padding:4px 6px;border-radius:12px;cursor:pointer}
.hr2-time-part.active{color:#ff58aa;background:rgba(255,88,170,.08);text-shadow:0 0 18px rgba(255,88,170,.35)}
.hr2-colon{font-size:2.7rem;color:#fff;font-weight:600;line-height:1}
.hr2-period{display:grid;gap:4px;margin-inline-start:9px;direction:ltr}.hr2-period button{border:0;border-radius:8px;padding:6px 8px;min-width:60px;background:rgba(255,255,255,.055);color:#f3dce8;font-weight:900;cursor:pointer}.hr2-period button.active{background:linear-gradient(135deg,#ff4fa3,#c72c78);color:#fff;box-shadow:0 6px 18px rgba(255,79,163,.24)}
.hr2-body{padding:14px 12px 12px;background:#171117}.hr2-mode-label{text-align:center;color:#ffe5f2;font-weight:900;font-size:.94rem;margin:0 0 8px}
.hr2-dial{position:relative;width:min(330px,84vw);height:min(330px,84vw);max-width:330px;max-height:330px;margin:0 auto 8px;border-radius:50%;background:radial-gradient(circle at 50% 46%,#43333f 0%,#34262f 66%,#281c24 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 12px 34px rgba(0,0,0,.2);touch-action:none;user-select:none;-webkit-user-select:none;cursor:grab;overflow:visible}.hr2-dial:active{cursor:grabbing}
.hr2-svg{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none;overflow:visible}.hr2-guide{fill:none;stroke:rgba(255,255,255,.055);stroke-width:1}.hr2-guide-hour{stroke:rgba(255,133,191,.09)}
.hr2-hour-line{stroke:#f3a2ca;stroke-width:7;stroke-linecap:round;opacity:.88;filter:drop-shadow(0 0 4px rgba(243,162,202,.22))}.hr2-hour-tip{fill:#f3a2ca;stroke:#fff3f8;stroke-width:2;opacity:.95}.hr2-minute-line{stroke:#ff3f99;stroke-width:4;stroke-linecap:round;opacity:.92;filter:drop-shadow(0 0 6px rgba(255,63,153,.32))}.hr2-minute-tip{fill:#ff3f99;stroke:#ffd2e7;stroke-width:2}.hr2-center{fill:#ff4fa3;stroke:#fff;stroke-opacity:.45;stroke-width:2;filter:drop-shadow(0 0 7px rgba(255,79,163,.45))}.hr2-hour-line.active,.hr2-minute-line.active{opacity:1;filter:drop-shadow(0 0 8px rgba(255,79,163,.58))}.hr2-hour-tip.active,.hr2-minute-tip.active{filter:drop-shadow(0 0 9px rgba(255,79,163,.7))}
.hr2-hour-labels,.hr2-minute-labels{position:absolute;inset:0;z-index:5;pointer-events:none}.hr2-label{position:absolute;transform:translate(-50%,-50%);border:0;border-radius:50%;background:transparent;color:#fff;text-align:center;font-family:Poppins,Cairo,sans-serif;font-weight:850;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.hr2-hour-label{width:35px;height:35px;font-size:.92rem;color:#f9ecf3}.hr2-minute-label{width:40px;height:40px;font-size:.83rem;color:#d9c8d2}.hr2-hour-label.selected{background:#ef9bc5;color:#27131f;box-shadow:0 0 0 4px rgba(239,155,197,.10)}.hr2-minute-label.selected{background:#ff4fa3;color:#fff;box-shadow:0 5px 18px rgba(255,79,163,.35)}
.hr2-legend{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;color:#d9c6d1;font-size:.75rem;margin:5px 0 2px}.hr2-legend span{display:flex;align-items:center;gap:5px}.hr2-dot{width:12px;height:4px;border-radius:4px;display:inline-block}.hr2-dot.hour{background:#f3a2ca;height:6px}.hr2-dot.minute{background:#ff3f99}
.hr2-help{text-align:center;color:#cdbbc5;font-size:.78rem;line-height:1.45;margin:5px 6px 9px}.hr2-actions{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:7px;border-top:1px solid rgba(255,255,255,.07);padding-top:9px;direction:ltr}.hr2-actions button{min-height:46px;border:0;border-radius:12px;background:transparent;color:#ff76b9;font-weight:900;font-size:.92rem;cursor:pointer}.hr2-actions button:hover,.hr2-actions button:focus-visible{background:rgba(255,79,163,.1);outline:none}.hr2-confirm{background:linear-gradient(135deg,#ff4fa3,#c72c78)!important;color:#fff!important;box-shadow:0 7px 18px rgba(255,79,163,.2)}
@media(max-width:520px){.hr2-card{width:min(410px,97vw)!important;border-radius:24px!important}.hr2-top{padding:14px 12px 12px}.hr2-title{font-size:1rem;margin-bottom:6px}.hr2-time-part{font-size:2.72rem;min-width:54px}.hr2-colon{font-size:2.4rem}.hr2-period button{min-width:56px;padding:6px 7px;font-size:.84rem}.hr2-body{padding:11px 8px 10px}.hr2-dial{width:min(320px,88vw);height:min(320px,88vw)}.hr2-hour-label{width:33px;height:33px;font-size:.88rem}.hr2-minute-label{width:38px;height:38px;font-size:.80rem}.hr2-help{font-size:.76rem}.hr2-actions button{min-height:48px}}
@media(max-width:370px){.hr2-dial{width:286px;height:286px}.hr2-time-part{font-size:2.4rem;min-width:48px}.hr2-colon{font-size:2.2rem}.hr2-period button{min-width:52px;font-size:.8rem}.hr2-legend{font-size:.68rem;gap:8px}}

/* ===== HerRide Single-Dial Dual-Hand Clock v6 ===== */
.hr3-card{width:min(430px,96vw)!important;background:#17121b!important;border:1px solid rgba(255,93,165,.28)!important;box-shadow:0 22px 58px rgba(43,9,30,.38)!important;overflow:hidden!important}
.hr3-top{background:linear-gradient(145deg,#572042 0%,#8d285f 52%,#b42d72 100%)!important;padding:18px 18px 16px!important}
.hr3-body{background:linear-gradient(180deg,#18151d 0%,#121016 100%)!important;padding:15px 14px 12px!important}
.hr3-mode-label{text-align:center;color:#fff!important;font-weight:900!important;font-size:.95rem!important;min-height:26px;margin-bottom:8px}
.hr3-dial{position:relative;width:min(326px,86vw)!important;height:min(326px,86vw)!important;margin:0 auto 12px!important;border-radius:50%;background:radial-gradient(circle at 50% 42%,#3a3340 0%,#29232d 64%,#211b24 100%)!important;border:1px solid rgba(255,110,174,.34)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 12px 32px rgba(0,0,0,.28)!important;touch-action:none;user-select:none;-webkit-user-select:none}
.hr3-svg{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none}.hr3-face{fill:transparent;stroke:none}.hr3-tick{stroke:rgba(255,255,255,.28);stroke-width:1.5;stroke-linecap:round}.hr3-tick.major{stroke:#f0bfd7;stroke-width:2.8}
.hr3-hour-line{stroke:#f4c0d8!important;stroke-width:8!important;stroke-linecap:round;opacity:.95!important;filter:drop-shadow(0 0 4px rgba(244,192,216,.25))}.hr3-minute-line{stroke:#ff4fa3!important;stroke-width:4.5!important;stroke-linecap:round;opacity:.98!important;filter:drop-shadow(0 0 7px rgba(255,79,163,.38))}.hr3-hour-tip{fill:#f4c0d8!important;stroke:#fff!important;stroke-width:2!important}.hr3-minute-tip{fill:#ff4fa3!important;stroke:#ffd4e8!important;stroke-width:2!important}.hr3-center{fill:#ff4fa3!important;stroke:#fff!important;stroke-opacity:.65!important;stroke-width:2!important}
.hr3-hour-line.active,.hr3-minute-line.active{filter:drop-shadow(0 0 10px rgba(255,79,163,.75))!important}.hr3-hour-tip.active,.hr3-minute-tip.active{filter:drop-shadow(0 0 9px rgba(255,79,163,.75))!important}
.hr3-hour-labels{position:absolute;inset:0;z-index:5;pointer-events:none}.hr3-hour-label{width:38px!important;height:38px!important;font-size:1rem!important;color:#fff!important;background:rgba(20,16,22,.18)!important;pointer-events:auto!important}.hr3-hour-label.selected{background:#f5d5e4!important;color:#57203d!important;box-shadow:0 0 0 3px rgba(255,79,163,.25),0 4px 14px rgba(0,0,0,.22)!important}
.hr3-help{margin:2px auto 9px;max-width:355px;text-align:center;color:#e8dce3;font-size:.78rem;line-height:1.65}.hr3-help b{display:inline-block;color:#fff;font-size:.82rem;margin-bottom:1px}.hr3-actions{margin-top:6px!important}
.hr3-top .hr2-display{justify-content:center!important}.hr3-top .hr2-time-part{color:#fff!important}.hr3-top .hr2-time-part.active{color:#ff72b7!important;background:rgba(255,255,255,.08)!important}.hr3-top .hr2-period button{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important}.hr3-top .hr2-period button.active{background:#ff4fa3!important;color:#fff!important;box-shadow:0 4px 16px rgba(255,79,163,.35)!important}
@media(max-width:520px){.hr3-card{width:min(390px,97vw)!important;border-radius:24px!important}.hr3-top{padding:14px 12px 12px!important}.hr3-body{padding:11px 8px 10px!important}.hr3-dial{width:min(308px,86vw)!important;height:min(308px,86vw)!important}.hr3-hour-label{width:36px!important;height:36px!important;font-size:.94rem!important}.hr3-help{font-size:.74rem;padding:0 7px}.hr3-help b{font-size:.78rem}}


/* ===== HerRide Clock v7 — final visual polish only (no flow changes) ===== */
.hr3-mode-label{font-size:1rem!important;min-height:24px!important;margin-bottom:7px!important;letter-spacing:0!important}
.hr3-hour-label{width:42px!important;height:42px!important;font-size:1.08rem!important;font-weight:900!important;background:rgba(20,16,22,.15)!important}
.hr3-help{font-size:.80rem!important;line-height:1.55!important;margin:3px auto 8px!important}
.hr3-help b{font-size:.84rem!important}
@media(max-width:520px){
 .hr3-hour-label{width:40px!important;height:40px!important;font-size:1.02rem!important}
 .hr3-help{font-size:.76rem!important;line-height:1.5!important;padding-inline:8px!important}
 .hr3-help b{font-size:.80rem!important}
}
@media(max-width:370px){.hr3-hour-label{width:38px!important;height:38px!important;font-size:.98rem!important}}

/* ===== HerRide Airport Pricing v7.1 additions — additive only ===== */
.airport-price-card,.airport-deposit-card,.airport-terms-card{width:100%;box-sizing:border-box;border:1px solid rgba(216,45,132,.16);background:linear-gradient(145deg,#fff,#fff7fb);border-radius:22px;padding:18px;margin:8px 0;box-shadow:0 12px 32px rgba(114,34,78,.08)}
.airport-price-card{display:flex;align-items:center;justify-content:space-between;gap:16px}
.airport-price-card span,.airport-deposit-card span{font-weight:800;color:#64304d}
.airport-price-card strong,.airport-deposit-card strong{font-size:1.65rem;color:#c72c78;white-space:nowrap}
.airport-terms-card{display:grid;gap:13px}
.airport-terms-card>b{font-size:1.05rem;color:#472039}
.airport-terms-card label{display:flex;align-items:flex-start;gap:9px;cursor:pointer;font-weight:800;color:#4c2a3d}
.airport-terms-card input{width:19px;height:19px;accent-color:#d72f86;flex:0 0 auto;margin-top:2px}
.terms-short{font-size:.88rem;line-height:1.75;color:#705467;background:#fff;border-radius:15px;padding:12px;border:1px solid rgba(216,45,132,.10)}
.airport-deposit-card{display:grid;gap:10px;text-align:center}
.airport-deposit-card small{color:#705467;line-height:1.6}
.instapay-address{background:#fff;border-radius:14px;padding:10px;color:#5e3650;border:1px dashed rgba(216,45,132,.24)}
@media(max-width:520px){.airport-price-card{align-items:flex-start;flex-direction:column}.airport-price-card strong,.airport-deposit-card strong{font-size:1.45rem}.airport-price-card,.airport-deposit-card,.airport-terms-card{border-radius:18px;padding:15px}}

/* ===== HerRide route-distance test helper (visible only with ?debug=1) ===== */
.airport-debug-card{display:grid;gap:5px;width:100%;box-sizing:border-box;margin:8px 0;padding:11px 14px;border:1px dashed rgba(199,44,120,.3);border-radius:14px;background:#fff8fc;color:#684158;font-size:.82rem}.airport-debug-card span{font-size:1.05rem;font-weight:900;color:#c72c78}.airport-debug-card small{opacity:.78;overflow-wrap:anywhere}

/* ===== HerRide Smart Location 3-in-1 v7.4 ===== */
#mapModal .modal-card{width:min(720px,96vw)!important;max-height:min(760px,92vh)!important;overflow:auto!important;padding:18px!important}
#mapModal .map-note{margin:8px 0 10px!important;font-size:.88rem!important;line-height:1.55!important;color:#725266!important}
#mapModal .map-search{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:8px!important;padding:6px 0!important}
#mapModal .map-search input{min-height:46px!important;font-size:16px!important;padding:10px 13px!important}
#mapModal .map-search button{min-height:46px!important;padding:0 13px!important;border-radius:13px!important}
.map-search-suggestions{display:grid;gap:6px;margin:2px 0 8px;max-height:210px;overflow:auto;border:1px solid rgba(199,44,120,.13);background:#fff;border-radius:14px;padding:6px;box-shadow:0 10px 26px rgba(66,20,48,.09)}
.map-search-suggestions[hidden]{display:none!important}
.map-suggestion-item{border:0;background:#fff7fb;text-align:start;border-radius:11px;padding:9px 11px;cursor:pointer;color:#4d293e;display:grid;gap:2px}
.map-suggestion-item:hover,.map-suggestion-item:focus-visible{background:#ffeaf4;outline:2px solid rgba(215,47,134,.18)}
.map-suggestion-item b{font-size:.9rem}.map-suggestion-item span{font-size:.72rem;color:#826579;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.map-smart-status{font-size:.77rem;line-height:1.5;color:#765a6b;background:#fff8fc;border:1px dashed rgba(199,44,120,.18);border-radius:11px;padding:8px 10px;margin-bottom:8px}
.map-adjust-link{border:0;background:transparent;color:#c72c78;font-weight:900;text-decoration:underline;cursor:pointer;padding:0 4px}
#mapModal #map{height:min(330px,38vh)!important;min-height:220px!important}
#mapModal .location-preview{padding:10px 12px!important;margin:9px 0!important;display:grid!important;gap:4px!important}
#mapModal #selectedAddress{font-size:.82rem!important;line-height:1.45!important;color:#5a3d4e!important}
#mapModal #selectedCoords{display:none!important}
#mapModal #confirmLocationBtn{position:sticky!important;bottom:0!important;z-index:8!important;margin-top:7px!important;box-shadow:0 -8px 18px rgba(255,255,255,.9),0 8px 22px rgba(199,44,120,.18)!important}
@media(max-width:700px){
 #mapModal{padding:8px!important;align-items:flex-end!important}
 #mapModal .modal-card{width:100%!important;max-height:94vh!important;border-radius:22px 22px 0 0!important;padding:14px!important}
 #mapModal .modal-head h2{font-size:1.1rem!important}
 #mapModal .map-search{grid-template-columns:1fr auto!important}
 #mapModal #currentLocationBtn{grid-column:1/-1!important;width:100%!important}
 #mapModal .map-search button{width:auto!important}
 #mapModal #map{height:260px!important;min-height:210px!important}
 .map-search-suggestions{max-height:170px}
}

/* v8.1 mobile clock drag + persistent price */
.hr3-dial{overscroll-behavior:contain!important;-webkit-tap-highlight-color:transparent!important}
.hr3-dial *{touch-action:none!important}
.airport-price-sticky{position:sticky;top:8px;z-index:6}
.airport-price-sticky.compact{padding:12px 14px!important;margin-bottom:12px!important;display:grid!important;grid-template-columns:1fr auto;align-items:center!important}
.airport-price-sticky.compact small{grid-column:1/-1;color:#76576a;font-weight:700;margin-top:2px}
@media(max-width:520px){.airport-price-sticky.compact{grid-template-columns:1fr}.airport-price-sticky.compact strong{font-size:1.35rem!important}.airport-price-sticky.compact small{grid-column:auto}}

/* v8.3 final customer-service confirmation flow */
.airport-cs-final-card{margin-top:12px}.airport-cs-final-card small{display:block;margin-top:7px}.airport-cs-final-card .instapay-address{margin-top:12px;line-height:1.75}.whatsapp-final-notice{margin-top:12px}

/* v8.5 final WhatsApp handoff feedback */
.request-id-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin:12px 0 8px;padding:11px 13px;border-radius:14px;background:#fff9fc;border:1px solid rgba(199,44,120,.16)}
.copy-request-btn{border:1px solid rgba(199,44,120,.24);background:#fff;color:#b12569;border-radius:12px;padding:8px 11px;font-weight:800;cursor:pointer}
.whatsapp-final-btn.is-opened{opacity:.72;pointer-events:none}
.whatsapp-opened-card{margin-top:12px;padding:14px 16px;border-radius:16px;background:#f3fff7;border:1px solid #a9ddba;color:#285c39;display:grid;gap:7px;line-height:1.7}
.whatsapp-opened-card[hidden]{display:none!important}
@media(max-width:520px){.request-id-row{align-items:stretch}.copy-request-btn{width:100%}}

.map-search-help{margin:8px 2px 10px;font-size:13px;line-height:1.6;color:#7b5b6a;text-align:right}.map-search-help::first-letter{color:#d62d82}


/* Long Trip final discount presentation */
.longtrip-discount-card{margin:16px 0;padding:18px;border:2px solid #ef4c9b;border-radius:22px;background:linear-gradient(135deg,#fff5fb,#fff);box-shadow:0 12px 30px rgba(217,79,147,.18);text-align:right}
.longtrip-discount-badge{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#d82f86,#f15ca7);color:#fff;font-weight:900;font-size:clamp(24px,5vw,34px);line-height:1;padding:12px 18px;border-radius:999px;margin-bottom:12px;box-shadow:0 8px 22px rgba(216,47,134,.28)}
.longtrip-discount-card>strong{display:block;font-size:18px;color:#6b294b;margin-bottom:10px}.longtrip-price-lines{display:grid;gap:7px}.longtrip-price-lines span{display:flex;justify-content:space-between;gap:12px;font-size:15px;color:#5d4a55}.longtrip-price-lines .saved{color:#c72576;font-size:17px;font-weight:800}.longtrip-price-lines .after{margin-top:6px;padding-top:10px;border-top:1px dashed #e9b4cf;color:#70254e;font-size:18px;font-weight:900}
@media(max-width:600px){.longtrip-discount-card{padding:15px;border-radius:18px}.longtrip-discount-badge{font-size:28px;width:100%;justify-content:center}.longtrip-price-lines span{font-size:14px}.longtrip-price-lines .saved,.longtrip-price-lines .after{font-size:17px}}

/* HerRide v8.9 final pricing / offer hierarchy */
.hr-price-summary{width:100%;box-sizing:border-box;border:1px solid rgba(216,45,132,.18);background:linear-gradient(145deg,#fff,#fff7fb);border-radius:24px;padding:22px;margin:10px 0 16px;text-align:center;box-shadow:0 14px 34px rgba(114,34,78,.09)}
.hr-total-label{font-size:18px;font-weight:900;color:#64304d}.hr-total-value{font-size:36px;font-weight:950;color:#c72c78;margin:7px 0 18px}.hr-total-value small{font-size:18px}.hr-pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hr-pay-grid>div{padding:14px;border-radius:17px;background:#fff;border:1px solid #f2d5e4;display:grid;gap:5px}.hr-pay-grid span{font-weight:800;color:#6b4057}.hr-pay-grid b{font-size:23px;color:#b9256d}.hr-pay-grid small{color:#806475;font-weight:700}.hr-offer-card{display:flex;align-items:center;gap:18px;margin:16px 0;padding:18px 20px;border:2px solid #ef4c9b;border-radius:24px;background:linear-gradient(135deg,#fff0f8,#fff);box-shadow:0 14px 34px rgba(217,79,147,.2);text-align:right}.hr-offer-card.active{background:linear-gradient(135deg,#ffe8f5,#fff7fb)}.hr-offer-percent{flex:0 0 auto;font-size:42px;line-height:1;font-weight:1000;color:#d3237a;text-shadow:0 0 18px rgba(239,76,155,.22)}.hr-offer-copy{display:grid;gap:6px;flex:1}.hr-offer-copy>b{font-size:20px;color:#70254e}.hr-offer-copy>span{font-size:16px;font-weight:800;color:#5f4252}.hr-offer-copy>span strong{font-size:24px;color:#c72576}.hr-offer-copy small{color:#846474;font-weight:700}.hr-after{margin-top:5px;padding-top:9px;border-top:1px dashed #e6aac8;font-size:17px;color:#6c294b}.hr-after b{font-size:22px;color:#b9256d}@media(max-width:600px){.hr-price-summary{padding:17px;border-radius:19px}.hr-total-value{font-size:31px}.hr-pay-grid{grid-template-columns:1fr}.hr-offer-card{padding:16px;gap:12px;border-radius:19px}.hr-offer-percent{font-size:38px}.hr-offer-copy>b{font-size:18px}.hr-offer-copy>span{font-size:15px}}

/* Google Maps location picker v1.1 */
#mapModal #hrGoogleAutocomplete{width:100%;min-width:0;display:block}
#mapModal .map-search{align-items:stretch!important}
#mapModal #mapSearchBtn,#mapModal #currentLocationBtn{white-space:nowrap!important;cursor:pointer!important}
#mapModal #confirmLocationBtn:not(:disabled){cursor:pointer!important;opacity:1!important;pointer-events:auto!important}
@media(max-width:720px){#mapModal #hrGoogleAutocomplete{grid-column:1/-1}}
/* Orders service card */
.orders-big-card{max-width:1180px;margin:30px auto 0;display:grid;grid-template-columns:.72fr 1.28fr;gap:20px;padding:20px;border-radius:34px;background:linear-gradient(145deg,#160912,#401028);box-shadow:0 28px 70px rgba(68,17,47,.2)}.orders-card-visual{border-radius:26px;overflow:hidden;min-height:430px}.orders-card-visual img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.orders-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:center}.order-option{min-height:180px;text-align:right;padding:22px;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.09);color:#fff;display:flex;flex-direction:column;gap:9px;justify-content:center;cursor:pointer;transition:.2s}.order-option:hover{transform:translateY(-3px);background:rgba(217,79,147,.18);border-color:rgba(255,255,255,.3)}.order-option b{font-size:20px}.order-option strong{color:#ff9dca;font-size:15px}.order-option small{color:#f5ddea;line-height:1.7}.orders-options{padding-top:70px}.hero-reem.airport-hero-visual img{object-position:center center}
@media(max-width:900px){.orders-big-card{grid-template-columns:1fr}.orders-card-visual{min-height:390px}.orders-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.orders-big-card{padding:12px;border-radius:26px}.orders-card-visual{min-height:320px}.orders-grid{gap:9px}.order-option{min-height:155px;padding:14px;border-radius:18px}.order-option b{font-size:16px}.order-option strong{font-size:13px}.order-option small{font-size:11px;line-height:1.55}.academy-hero.airport-hero{display:flex!important;flex-direction:column-reverse!important}.hero-copy{text-align:right}.hero-reem.airport-hero-visual{width:100%;min-height:380px}}

/* ===== HerRide Orders FINAL visual lock ===== */
.orders-hero{align-items:center!important}
.orders-hero-visual{min-height:520px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.orders-hero-visual img{width:100%!important;height:auto!important;max-height:520px!important;object-fit:cover!important;object-position:center!important;border-radius:30px!important;box-shadow:0 24px 55px rgba(80,21,58,.18)!important}
.orders-service-showcase{max-width:1180px;margin:34px auto 0;padding:18px;border-radius:32px;background:linear-gradient(145deg,#160912 0%,#341024 58%,#220b18 100%);box-shadow:0 28px 70px rgba(68,17,47,.20);border:1px solid rgba(229,60,146,.18)}
.orders-service-image-wrap{overflow:hidden;border-radius:24px;background:#120810}
.orders-service-image-wrap img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center}
.orders-service-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}
.order-option.compact{min-height:86px!important;padding:14px 12px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.15)!important;background:rgba(255,255,255,.075)!important;color:#fff!important;text-align:center!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:none!important}
.order-option.compact b{font-size:16px!important;line-height:1.45}.order-option.compact strong{font-size:13px!important;color:#ff9dca!important}.order-option.compact:hover,.order-option.compact.selected{transform:translateY(-2px)!important;background:linear-gradient(135deg,rgba(217,79,147,.34),rgba(255,79,163,.15))!important;border-color:#ef5aa5!important;box-shadow:0 10px 24px rgba(216,47,134,.16)!important}
.orders-options{padding-top:78px!important}
.reem-stage #nourAvatar{object-fit:contain!important;object-position:center bottom!important}
html[dir="ltr"] .order-option.compact{text-align:center!important}
@media(max-width:900px){
  .orders-hero-visual{min-height:420px!important}
  .orders-hero-visual img{max-height:420px!important}
  .orders-service-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .orders-hero{display:flex!important;flex-direction:column-reverse!important;padding-top:28px!important}
  .orders-hero .hero-copy{text-align:right!important}
  html[dir="ltr"] .orders-hero .hero-copy{text-align:left!important}
  .orders-hero-visual{width:100%!important;min-height:300px!important}
  .orders-hero-visual img{max-height:none!important;width:100%!important;border-radius:22px!important}
  .orders-service-showcase{padding:10px!important;border-radius:24px!important;margin-top:24px!important}
  .orders-service-image-wrap{border-radius:18px!important}
  .orders-service-buttons{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:10px!important}
  .order-option.compact{min-height:78px!important;padding:10px 8px!important;border-radius:15px!important}
  .order-option.compact b{font-size:14px!important}.order-option.compact strong{font-size:12px!important}
  .orders-options{padding:58px 14px!important}
}
@media(max-width:360px){.orders-service-buttons{gap:6px!important}.order-option.compact b{font-size:13px!important}.order-option.compact strong{font-size:11px!important}}

.back-tool{background:#fff;border:1px solid rgba(217,79,147,.22)}.back-tool[hidden]{display:none!important}

/* ===== HANA ORDERS — TWO-POINT FIX 2026-08-12 ===== */
/* Keep the four delivery buttons dark and grouped like the approved poster. */
.orders-service-showcase{
  background:linear-gradient(145deg,#15080f 0%,#32101f 55%,#1d0a14 100%)!important;
  border:1px solid rgba(235,74,151,.22)!important;
  box-shadow:0 26px 60px rgba(48,12,31,.28)!important;
}
.order-option.compact{
  background:linear-gradient(145deg,#2a0d1c 0%,#461329 100%)!important;
  color:#fff8fc!important;
  border:1px solid rgba(255,167,210,.22)!important;
  box-shadow:0 10px 24px rgba(18,5,12,.28), inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.order-option.compact b{color:#fff!important}
.order-option.compact strong{color:#ffb0d3!important}
.order-option.compact:hover,.order-option.compact.selected{
  background:linear-gradient(145deg,#4b1530 0%,#6e1b42 100%)!important;
  border-color:#f06aa9!important;
  box-shadow:0 12px 28px rgba(135,30,79,.34), inset 0 1px 0 rgba(255,255,255,.08)!important;
}

/* ===== HANA ORDERS FINAL LOCK — 2026-08-12 ===== */
/* Terms: clear selected state and enabled CTA */
.airport-terms-card label{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 15px!important;border-radius:17px!important;background:#fffaf7!important;border:1px solid #efd7df!important;transition:.2s ease!important;cursor:pointer!important}
.airport-terms-card input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;width:27px!important;height:27px!important;min-width:27px!important;border:2px solid #d87aa5!important;border-radius:8px!important;background:#fff!important;display:grid!important;place-items:center!important;transition:.18s ease!important}
.airport-terms-card input[type="checkbox"]:checked{background:#d94f93!important;border-color:#c83d82!important;box-shadow:0 0 0 5px rgba(217,79,147,.12)!important}
.airport-terms-card input[type="checkbox"]:checked::after{content:'✓';font-size:18px;font-weight:1000;color:#fff;line-height:1}
.airport-terms-card.accepted label{background:#fff0f6!important;border-color:#e58bb6!important;box-shadow:0 8px 18px rgba(201,64,130,.10)!important}
#orderTermsContinue:disabled{opacity:.42!important;filter:saturate(.35)!important;box-shadow:none!important;cursor:not-allowed!important}
#orderTermsContinue:not(:disabled){opacity:1!important;background:linear-gradient(135deg,#d94f93,#c43c7f)!important;color:#fff!important;box-shadow:0 10px 24px rgba(196,60,127,.28)!important;transform:translateY(-1px)!important}

/* Google location search: 10–15 visible selectable suggestions */
.map-search-suggestions{display:grid;gap:7px;margin:8px 0 10px;max-height:310px;overflow:auto;padding:7px;border-radius:17px;background:#fff;border:1px solid #efd9e4;box-shadow:0 12px 28px rgba(77,33,57,.12);position:relative;z-index:3}
.map-search-suggestions[hidden]{display:none!important}
.map-suggestion-item{width:100%;border:0;background:#fff7fb;color:#4e3241;border-radius:13px;padding:11px 13px;text-align:right;display:grid;gap:3px;cursor:pointer;border:1px solid transparent;transition:.16s ease}
.map-suggestion-item:hover,.map-suggestion-item:focus{background:#fdeaf3;border-color:#e997bd;outline:none;transform:translateY(-1px)}
.map-suggestion-item b{font-size:14px;color:#5b3047}.map-suggestion-item small{font-size:12px;color:#846777;line-height:1.5}
html[dir="ltr"] .map-suggestion-item{text-align:left}

/* Phone / email-like fields: preserve data order inside an RTL page */
#persistentInput[dir="ltr"]{direction:ltr!important;text-align:left!important;unicode-bidi:plaintext!important;font-variant-numeric:tabular-nums!important;letter-spacing:.2px}

/* Orders analog clock: black face + short/long draggable hands, touch-first */
.hr-orders-clock-overlay{position:fixed;inset:0;z-index:100000;background:rgba(18,8,14,.72);backdrop-filter:blur(9px);display:grid;place-items:center;padding:14px}
.hr-orders-clock-card{width:min(420px,96vw);border-radius:28px;background:#fff;padding:18px;box-shadow:0 26px 80px rgba(0,0,0,.34);text-align:center}
.hr-orders-clock-title{font-weight:950;font-size:18px;color:#563045;margin-bottom:6px}
.hr-orders-clock-value{font-size:31px;font-weight:1000;color:#c83f81;margin:4px 0 12px;direction:ltr;unicode-bidi:isolate}
.hr-orders-clock-face{position:relative;width:min(330px,82vw);height:min(330px,82vw);margin:0 auto;border-radius:50%;background:radial-gradient(circle at 50% 44%,#2b1a24 0%,#160d13 62%,#090608 100%);border:7px solid #4a2739;box-shadow:inset 0 0 38px rgba(0,0,0,.66),0 16px 36px rgba(42,16,29,.25);touch-action:none;user-select:none}
.hr-orders-clock-center{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff2f8;border:5px solid #d94f93;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9;box-shadow:0 0 16px rgba(217,79,147,.55)}
.hr-orders-num{--r:134px;position:absolute;left:50%;top:50%;width:34px;height:34px;margin:-17px;display:grid;place-items:center;border-radius:50%;color:#fcecf4;font-size:14px;font-weight:900;transform:rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a)));opacity:.94}
.hr-orders-hour-hand,.hr-orders-minute-hand{position:absolute;left:50%;bottom:50%;transform-origin:50% 100%;z-index:6;touch-action:none;cursor:grab;pointer-events:auto}
.hr-orders-hour-hand{width:26px;height:87px;margin-left:-13px}.hr-orders-minute-hand{width:26px;height:122px;margin-left:-13px;z-index:7}
.hr-orders-hour-hand i,.hr-orders-minute-hand i{position:absolute;left:50%;bottom:0;transform:translateX(-50%);display:block;border-radius:999px;pointer-events:none}
.hr-orders-hour-hand i{width:7px;height:76px;background:#ffe2ef;box-shadow:0 0 10px rgba(255,226,239,.28)}
.hr-orders-minute-hand i{width:5px;height:112px;background:#e65a9c;box-shadow:0 0 13px rgba(230,90,156,.48)}
.hr-orders-hour-hand span,.hr-orders-minute-hand span{position:absolute;left:50%;top:-2px;transform:translateX(-50%);width:28px;height:28px;border-radius:50%;border:3px solid rgba(255,255,255,.88);background:rgba(255,255,255,.11);box-shadow:0 0 0 7px rgba(255,255,255,.025)}
.hr-orders-minute-hand span{border-color:#e65a9c;background:rgba(230,90,156,.14)}
.hr-orders-clock-help{font-size:12px;font-weight:750;color:#76596a;margin:11px 2px 8px}
.hr-orders-period{display:flex;justify-content:center;gap:9px;margin:6px 0 12px}.hr-orders-period button{min-width:88px;border:1px solid #e9bfd3;background:#fff7fb;color:#70445a;border-radius:999px;padding:9px 14px;font-weight:900}.hr-orders-period button.active{background:#d94f93;color:#fff;border-color:#d94f93;box-shadow:0 7px 18px rgba(217,79,147,.22)}
.hr-orders-clock-actions{display:grid;grid-template-columns:1fr 1.3fr;gap:9px}.hr-orders-clock-actions button{min-height:48px;border-radius:14px;border:1px solid #ead0dc;font-weight:900;cursor:pointer}.hocCancel{background:#fff;color:#714d60}.hocConfirm{background:#d94f93!important;color:#fff!important;border-color:#d94f93!important;box-shadow:0 9px 22px rgba(217,79,147,.24)}

/* Hana mobile chat: compact visual above, larger readable chat below */
@media(max-width:620px){
  #chatSection{padding-inline:10px!important}
  #chatSection .chat-stage{display:flex!important;flex-direction:column!important;gap:10px!important}
  #chatSection .reem-stage{order:0!important;width:100%!important;height:172px!important;min-height:172px!important;border-radius:24px!important;overflow:hidden!important;background:linear-gradient(145deg,#1c0b15,#48152f)!important}
  #chatSection .reem-stage #nourAvatar{width:100%!important;height:172px!important;object-fit:cover!important;object-position:center 24%!important;filter:saturate(1.04)!important}
  #chatSection .reem-stage .human-note{display:none!important}
  #chatSection .reem-stage .reem-status{position:absolute!important;left:10px!important;right:10px!important;bottom:10px!important;width:auto!important;padding:8px 11px!important;border-radius:12px!important;background:rgba(25,9,18,.75)!important;color:#fff!important;backdrop-filter:blur(8px)!important}
  #chatSection .chat-shell{order:1!important;width:100%!important;min-width:0!important;border-radius:24px!important}
  #chatSection .messages{font-size:15px!important;line-height:1.75!important;min-height:250px!important;max-height:44vh!important}
  #chatSection .msg{padding:12px 13px!important;border-radius:16px!important;max-width:94%!important}
  #chatSection .persistent-composer textarea{font-size:16px!important;min-height:48px!important}
  .hr-orders-clock-card{padding:14px!important;border-radius:24px!important}.hr-orders-clock-face{width:min(310px,84vw)!important;height:min(310px,84vw)!important}.hr-orders-num{--r:124px}
}
@media(max-width:370px){.hr-orders-clock-face{width:286px!important;height:286px!important}.hr-orders-num{--r:113px}.hr-orders-minute-hand{height:108px}.hr-orders-minute-hand i{height:98px}.hr-orders-hour-hand{height:78px}.hr-orders-hour-hand i{height:68px}}

/* FINAL FIX: visible check mark for custom terms checkbox */
.airport-terms-card input[type="checkbox"]:checked{
  appearance:none!important;
  -webkit-appearance:none!important;
  background-color:#d94f93!important;
  border-color:#c83d82!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.2 4.2L19 7'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:19px 19px!important;
  box-shadow:0 0 0 5px rgba(217,79,147,.12)!important;
}
.airport-terms-card input[type="checkbox"]:checked::after{content:none!important;}


/* HerRide MASTER PHONE DIRECTION LOCK — numbers always read left-to-right */
input[type="tel"], input[inputmode="tel"]{
  direction:ltr!important;
  unicode-bidi:plaintext!important;
  text-align:left!important;
}


/* HerRide MASTER TERMS CHECKMARK LOCK */
.hr-master-consent{
  position:relative!important;
  display:grid!important;
  grid-template-columns:32px 1fr!important;
  align-items:start!important;
  gap:12px!important;
  cursor:pointer!important;
}
.hr-master-consent > input[type="checkbox"]{
  position:absolute!important;
  opacity:0!important;
  width:1px!important;
  height:1px!important;
  pointer-events:none!important;
}
.hr-master-check{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:9px!important;
  border:2px solid #d94f93!important;
  background:#fff!important;
  color:transparent!important;
  font-size:21px!important;
  font-weight:1000!important;
  line-height:1!important;
  box-shadow:0 3px 10px rgba(110,53,79,.08)!important;
  transition:all .18s ease!important;
}
.hr-master-consent > input[type="checkbox"]:checked + .hr-master-check{
  background:linear-gradient(145deg,#f05aa0,#c9337d)!important;
  border-color:#c9337d!important;
  color:#fff!important;
  box-shadow:0 0 0 5px rgba(217,79,147,.16),0 8px 18px rgba(173,35,104,.25)!important;
  transform:scale(1.06)!important;
}
.hr-master-consent:has(input[type="checkbox"]:checked){
  background:linear-gradient(145deg,#fff5f9,#ffe2ed)!important;
  border-color:rgba(217,79,147,.45)!important;
}


/* HerRide MASTER FINAL HANDOFF */
.hr-final-handoff{
  width:100%!important;box-sizing:border-box!important;margin:18px 0 8px!important;padding:18px!important;
  border-radius:20px!important;background:#fff3f8!important;border:2px solid #e45a9b!important;
  box-shadow:0 14px 32px rgba(181,45,112,.18)!important;text-align:center!important
}
.hr-final-handoff-title{font-size:1.12rem!important;font-weight:1000!important;color:#a92769!important;margin-bottom:7px!important}
.hr-final-handoff-note{font-weight:800!important;line-height:1.7!important;color:#4d3743!important;margin-bottom:13px!important}
.hr-final-handoff .whatsapp-final-btn,.hr-final-handoff a,.hr-final-handoff button{
  width:100%!important;min-height:70px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:18px!important;background:linear-gradient(135deg,#b72d70,#ef4f99)!important;color:#fff!important;
  font-size:1.06rem!important;font-weight:1000!important;box-shadow:0 14px 30px rgba(199,44,120,.32)!important
}


/* HerRide MOBILE LOCATION ACTION — use full available CHAT width */
@media(max-width:720px){
  /* Explicitly tagged location/map actions */
  .hr-mobile-location-full,
  .location-map-btn,
  .open-map-btn,
  .map-open-btn,
  [data-action="open-map"],
  [data-map-action="open"]{
    display:flex!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
    min-height:54px!important;
  }
}

/* FINAL CHARACTER ALIGN LOCK — visual only */
#chatSection .chat-stage{align-items:stretch!important}
#chatSection .reem-stage{position:relative!important;top:auto!important;height:auto!important;min-height:0!important;align-self:stretch!important;overflow:hidden!important;background:linear-gradient(160deg,#27121f,#120b11)!important}
#chatSection .reem-stage #nourAvatar,#chatSection .reem-stage img{width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin:0!important;padding:0!important;display:block!important}
@media(max-width:900px){#chatSection .chat-stage{align-items:stretch!important}#chatSection .reem-stage{height:auto!important;min-height:0!important}#chatSection .reem-stage #nourAvatar,#chatSection .reem-stage img{height:100%!important;min-height:100%!important;object-fit:contain!important;object-position:center center!important}}
