:root{--navy:#06234f;--navy2:#0b356f;--blue:#129eea;--cyan:#52cef8;--ink:#102642;--muted:#6e8097;--line:#dbe8f3;--soft:#f4f9fd;--success:#0c8a61;--danger:#b43232;--gold:#d7a73d;--shadow:0 24px 70px rgba(8,44,88,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f5f9fd 0,#eef5fb 100%);color:var(--ink);font-family:Tajawal,Arial,sans-serif;min-width:320px}.checkout-container{width:min(1460px,calc(100% - 40px));margin:auto}.checkout-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid #e0ebf4}.checkout-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.checkout-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}.checkout-brand img{width:74px;height:54px;object-fit:contain;background:#fff;border-radius:13px}.checkout-brand span{display:grid}.checkout-brand strong{font-size:16px}.checkout-brand small{color:#8293a9;font-size:11px}.checkout-header-actions{display:flex;align-items:center;gap:10px}.checkout-header-actions a,.checkout-header-actions button{border:1px solid #d9e6f0;background:#fff;color:#0a5ead;border-radius:11px;padding:10px 14px;text-decoration:none;font:800 12px Tajawal;cursor:pointer}.checkout-shell{padding:36px 0 80px}.checkout-hero{background:linear-gradient(135deg,#061f49,#0756b8 62%,#0da2e7);color:#fff;border-radius:28px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:var(--shadow);overflow:hidden;position:relative}.checkout-hero:after{content:"";position:absolute;width:300px;height:300px;border:60px solid rgba(255,255,255,.06);border-radius:50%;left:-100px;bottom:-180px}.checkout-kicker{font-size:11px;letter-spacing:1.5px;color:#7fe1ff;font-weight:900}.checkout-hero h1{font-size:34px;margin:8px 0}.checkout-hero p{margin:0;max-width:780px;color:#d8e9fb;line-height:1.9}.secure-chip{min-width:260px;display:flex;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.08);border-radius:18px;padding:16px;position:relative;z-index:1}.secure-chip>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#e9fff7;color:var(--success);font-size:20px}.secure-chip b{font-size:13px}.secure-chip small{font-weight:500;color:#c1d8f1}.booking-alert{margin-top:16px;border:1px solid #f0d29b;background:#fff9eb;color:#7f5610;border-radius:16px;padding:14px 18px;display:flex;gap:10px;flex-wrap:wrap}.booking-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;margin-top:22px;align-items:start}.booking-workspace,.booking-summary-card{background:#fff;border:1px solid #dce9f4;border-radius:24px;box-shadow:0 18px 50px rgba(5,52,105,.07)}.booking-workspace{overflow:hidden}.booking-stepper{display:grid;grid-template-columns:repeat(6,1fr);padding:18px 22px;border-bottom:1px solid #e7eff6;background:#fbfdff}.booking-stepper button{position:relative;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:6px;color:#8292a8;font:800 11px Tajawal;cursor:pointer}.booking-stepper button:not(:last-child):after{content:"";position:absolute;height:2px;background:#e1ebf3;width:calc(100% - 34px);top:16px;right:calc(50% + 17px)}.booking-stepper b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf4fa;border:1px solid #dbe7f1;position:relative;z-index:2}.booking-stepper button.active,.booking-stepper button.done{color:#0863b9}.booking-stepper button.active b{background:#0d91e2;color:#fff;border-color:#0d91e2;box-shadow:0 0 0 5px #eaf6fe}.booking-stepper button.done b{background:#e6f8f2;color:#0b845e;border-color:#bde8d8}.booking-stepper button.done:not(:last-child):after{background:#75c9ee}.booking-section{display:none;padding:30px 32px 8px}.booking-section.active{display:block;animation:fadeUp .25s ease}@keyframes fadeUp{from{opacity:.3;transform:translateY(6px)}to{opacity:1;transform:none}}.section-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:24px}.section-title>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eaf7ff;color:#0877ce;font-weight:900}.section-title h2{font-size:23px;margin:1px 0 3px}.section-title p{margin:0;color:var(--muted);font-size:13px}.service-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice-card input,.payment-card input,.addon-grid input{position:absolute;opacity:0;pointer-events:none}.choice-card-inner{height:100%;min-height:144px;border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto 1fr;gap:4px 12px;cursor:pointer;transition:.18s;background:#fff}.choice-card i{grid-row:1/4;width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#edf8ff;color:#0878cf;font-style:normal;font-size:22px}.choice-card b{font-size:15px}.choice-card small{color:#75869b;line-height:1.55}.choice-card em{align-self:end;color:#0770c5;font-style:normal;font-size:12px;font-weight:900}.choice-card input:checked+.choice-card-inner{border-color:#42adea;background:#f7fcff;box-shadow:0 0 0 3px rgba(20,158,235,.1)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field>span{font-weight:800;font-size:12px;color:#4f6178}.field input,.field select,.field textarea{width:100%;border:1px solid #d4e2ed;background:#fff;border-radius:13px;padding:13px 14px;min-height:48px;font:600 14px Tajawal;color:#16304f;outline:0;transition:.18s}.field textarea{resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#2da6e8;box-shadow:0 0 0 3px rgba(24,158,231,.09)}.subheading{font-size:14px;margin:22px 0 10px}.addon-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.addon-grid label>span{border:1px solid var(--line);border-radius:13px;padding:12px 14px;display:flex;justify-content:space-between;gap:10px;cursor:pointer}.addon-grid label input:checked+span{background:#effaff;border-color:#65c6ef}.addon-grid small{color:#0870c2;font-weight:900}.promo-panel{margin-top:16px;padding:14px;border-radius:15px;background:#f7fbfe;border:1px solid #e1edf6}.inline-field{display:grid;grid-template-columns:1fr auto;gap:8px}.inline-field button,.locate-btn,.map-meta button{border:0;border-radius:11px;background:#0b91e3;color:#fff;padding:10px 16px;font:900 12px Tajawal;cursor:pointer}.location-panel{margin-top:16px;border:1px solid #cfe1ee;border-radius:20px;padding:16px;background:#fafdff}.location-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.location-head h3{margin:0;font-size:16px}.location-head p{margin:3px 0 0;color:#71839a;font-size:12px}.map-meta{display:flex;justify-content:space-between;align-items:center;margin:10px 0 8px}.map-meta span{font-size:11px;font-weight:900;color:#075ead;background:#eaf6ff;border:1px solid #cde8f7;border-radius:999px;padding:6px 10px}.map-meta button{background:#eef5fb;color:#0b5c9f;border:1px solid #d4e4ef}.map-frame{height:430px;position:relative;border-radius:18px;overflow:hidden;border:1px solid #cfdfec;background:#eaf3fa}.premium-map{position:absolute;inset:0;width:100%;height:100%;z-index:2}.map-skeleton{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:10px;background:linear-gradient(100deg,#eef5fa 20%,#f8fbfd 40%,#eef5fa 60%);background-size:300% 100%;animation:mapLoad 1.4s infinite;z-index:3;color:#6d8197;font-size:12px}.map-skeleton.hidden{display:none}@keyframes mapLoad{to{background-position:-150% 0}}.map-skeleton i{width:30px;height:30px;border:3px solid #c6dfef;border-top-color:#128ed9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.coordinate-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.coordinate-strip span{background:#fff;border:1px solid #dfebf4;border-radius:10px;padding:7px 9px;color:#7a8a9e;font-size:10px}.coordinate-strip b{color:#123a64;direction:ltr}.privacy-note{margin-top:16px;background:#eef9f6;color:#17694f;border:1px solid #cceadd;border-radius:13px;padding:12px;font-size:12px}.payment-grid{display:grid;gap:10px}.payment-card>span{display:grid;grid-template-columns:48px 1fr auto;grid-template-rows:auto auto;gap:2px 12px;border:1px solid var(--line);border-radius:16px;padding:15px;cursor:pointer}.payment-card i{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;background:#f0f7fc;border-radius:14px;font-style:normal;font-size:22px}.payment-card b{font-size:14px}.payment-card small{color:#73859a}.payment-card em{grid-row:1/3;align-self:center;font-size:10px;color:#46779f;font-style:normal}.payment-card input:checked+span{border-color:#32a7e9;background:#f7fcff;box-shadow:0 0 0 3px rgba(18,158,235,.08)}.payment-card.disabled{opacity:.55}.payment-card.disabled>span{cursor:not-allowed}.payment-assurance{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.payment-assurance span{padding:10px;background:#f7fafc;border-radius:10px;color:#61758b;font-size:11px}.review-snapshot{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.review-snapshot>div{padding:12px;border:1px solid #dfebf4;border-radius:13px;background:#fbfdff}.review-snapshot span{display:block;color:#8191a4;font-size:10px;margin-bottom:4px}.review-snapshot b{font-size:13px}.terms{display:flex;align-items:flex-start;gap:8px;margin-top:18px;font-size:12px;color:#5d7088}.booking-result{margin-top:14px}.booking-result.error{padding:12px;border-radius:12px;background:#fff0f0;color:#a62d2d;border:1px solid #f1c5c5}.booking-result.processing,.booking-result.success{padding:14px;border-radius:14px;background:#ecfaf5;color:#12694d;border:1px solid #bfe8d7}.booking-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:24px 32px 28px;padding-top:20px;border-top:1px solid #e7eff6}.booking-actions button{border-radius:12px;padding:12px 22px;font:900 13px Tajawal;cursor:pointer}.booking-actions .secondary{background:#fff;border:1px solid #d6e4ef;color:#3e607e}.booking-actions .primary{background:#0b8fe0;color:#fff;border:1px solid #0b8fe0}.booking-actions button:disabled{opacity:.5;cursor:not-allowed}.hidden{display:none!important}.step-mobile-label{display:none;color:#6f8298;font-size:11px}.booking-summary-card{position:sticky;top:104px;padding:20px}.summary-brand{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e7eff6;padding-bottom:16px}.summary-brand img{width:72px;height:54px;object-fit:contain}.summary-brand div{display:grid}.summary-brand span{font-weight:900}.summary-brand small{color:#8b9aad;font-size:10px}.summary-lines{display:grid;gap:11px;padding:18px 0}.summary-lines>div{display:flex;justify-content:space-between;gap:15px;font-size:12px}.summary-lines span{color:#71849a}.summary-lines b{max-width:180px;text-align:left}.summary-total{background:linear-gradient(140deg,#071f48,#0b59b6);border-radius:17px;color:#fff;padding:16px;display:grid;gap:3px}.summary-total span{font-size:11px;color:#bad4ef}.summary-total strong{font-size:26px;color:#68d8ff}.summary-total small{color:#bdd3ea;font-size:10px;line-height:1.6}.summary-trust{padding:14px 2px 8px}.summary-trust p{font-size:11px;color:#587088;margin:8px 0}.summary-help{display:block;text-align:center;text-decoration:none;color:#0870c4;font-weight:900;font-size:12px;background:#eef8ff;border-radius:11px;padding:11px}.leaflet-container{font-family:Tajawal,Arial,sans-serif}.leaflet-control-attribution{font-size:9px!important}

html[dir=rtl] .summary-lines b{text-align:right}html[dir=ltr] .summary-lines b{text-align:right}html[dir=ltr] .checkout-kicker,html[dir=ltr] .field>span,html[dir=ltr] .section-title p{text-align:left}html[dir=ltr] .booking-stepper button:not(:last-child):after{left:calc(50% + 18px);right:auto}html[dir=ltr] .coordinate-strip b{direction:ltr}
@media(max-width:1100px){.booking-layout{grid-template-columns:minmax(0,1fr) 310px}.booking-section{padding:26px 24px 8px}.booking-actions{margin-left:24px;margin-right:24px}.map-frame{height:390px}}
@media(max-width:900px){.checkout-container{width:min(100% - 24px,900px)}.checkout-hero{align-items:flex-start}.secure-chip{min-width:220px}.booking-layout{grid-template-columns:1fr}.booking-summary-card{position:static;order:-1;display:grid;grid-template-columns:1fr 1.1fr;gap:14px}.summary-brand,.summary-lines{grid-column:1}.summary-total,.summary-trust,.summary-help{grid-column:2}.summary-lines{padding:4px 0}.summary-trust{padding:0}.booking-stepper span{display:none}.booking-stepper{padding:14px}.booking-stepper button:not(:last-child):after{width:calc(100% - 28px);right:calc(50% + 14px);top:14px}.booking-stepper b{width:29px;height:29px}}
@media(max-width:640px){.checkout-container{width:calc(100% - 16px)}.checkout-header-inner{height:68px}.checkout-brand img{width:58px;height:44px}.checkout-brand span{display:none}.checkout-header-actions a:first-child{display:none}.checkout-header-actions a,.checkout-header-actions button{padding:8px 10px}.checkout-shell{padding:14px 0 50px}.checkout-hero{border-radius:20px;padding:20px;display:block}.checkout-kicker{font-size:9px}.checkout-hero h1{font-size:25px}.checkout-hero p{font-size:12px}.secure-chip{margin-top:14px;min-width:0}.booking-layout{margin-top:12px}.booking-summary-card{display:block;padding:15px;border-radius:18px}.summary-lines{padding:14px 0}.summary-lines b{max-width:54%}.summary-trust{display:grid;grid-template-columns:1fr 1fr;gap:4px}.booking-workspace{border-radius:18px}.booking-stepper{grid-template-columns:repeat(6,1fr);padding:11px 8px}.booking-section{padding:20px 14px 6px}.section-title>span{width:35px;height:35px;border-radius:11px}.section-title h2{font-size:19px}.section-title p{font-size:11px}.service-choice-grid,.field-grid,.addon-grid,.review-snapshot,.payment-assurance{grid-template-columns:1fr}.choice-card-inner{min-height:116px;padding:13px;grid-template-columns:44px 1fr}.choice-card i{width:44px;height:44px}.location-panel{padding:11px}.location-head{align-items:stretch;flex-direction:column}.locate-btn{width:100%}.map-frame{height:340px;border-radius:14px}.coordinate-strip span{flex:1 1 46%}.payment-card>span{grid-template-columns:42px 1fr}.payment-card i{width:42px;height:42px}.payment-card em{grid-column:2;grid-row:auto}.booking-actions{position:sticky;bottom:0;z-index:15;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);margin:18px 0 0;padding:12px 14px;border-top:1px solid #dce8f2;justify-content:space-between}.booking-actions button{padding:11px 16px}.step-mobile-label{display:block}.summary-help{margin-top:8px}}
@media(max-width:390px){.checkout-header-actions a{display:none}.checkout-hero h1{font-size:22px}.booking-section{padding-left:11px;padding-right:11px}.map-frame{height:300px}.choice-card small{font-size:11px}.summary-trust{grid-template-columns:1fr}}
