:root{--navy:#0b3440;--navy-2:#062630;--orange:#f39a0a;--orange-dark:#de8400;--ink:#102f38;--muted:#728187;--surface:#fff;--bg:#f3f7f7;--line:#e2eaea;--success:#1d9b72;--shadow:0 16px 40px rgba(8,45,56,.11)}
*{box-sizing:border-box}html{background:#dfe8e9}body{margin:0;font-family:"Tajawal",system-ui,sans-serif;color:var(--ink);background:radial-gradient(circle at 50% -20%,#fff 0,#e8eff0 55%,#dbe5e6 100%);min-height:100vh}button,input,select{font:inherit}.app-shell{width:100%;max-width:1180px;min-height:100vh;margin:auto;background:var(--bg);position:relative;padding:0 22px 110px;overflow:hidden}.topbar{height:92px;display:flex;align-items:center;justify-content:space-between}.brand-logo{width:150px;height:70px;object-fit:contain}.icon-btn{width:46px;height:46px;border:1px solid var(--line);background:#fff;border-radius:16px;display:grid;place-items:center;position:relative;color:var(--navy);box-shadow:0 4px 16px rgba(7,47,58,.05)}.icon-btn svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.notify-dot{position:absolute;width:8px;height:8px;background:var(--orange);border:2px solid #fff;border-radius:50%;top:10px;right:11px}.welcome-row{display:flex;justify-content:space-between;align-items:end;margin:8px 0 18px}.welcome-row p{margin:0 0 4px;color:var(--muted);font-size:15px}.welcome-row h1{font-size:27px;line-height:1.25;margin:0;font-weight:800;color:var(--navy)}.support-pill{display:inline-flex;gap:7px;align-items:center;background:#e6f4ef;color:#18755a;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700}.support-pill i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(29,155,114,.12)}.promo{height:270px;border-radius:30px;overflow:hidden;position:relative;color:#fff;box-shadow:0 20px 45px rgba(4,35,44,.22);isolation:isolate}.promo>img{width:100%;height:100%;object-fit:cover;object-position:center}.promo-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,23,29,.12),rgba(5,37,47,.5) 44%,rgba(5,37,47,.97) 100%);z-index:1}.promo-content{position:absolute;z-index:2;top:26px;right:26px}.promo-tag{font-size:13px;font-weight:700;background:rgba(243,154,10,.18);border:1px solid rgba(255,181,61,.48);padding:6px 10px;border-radius:999px;color:#ffc970}.promo h2{font-size:28px;line-height:1.2;margin:12px 0 4px}.promo-price{display:flex;align-items:baseline;gap:6px;color:#fff}.promo-price strong{font-size:30px}.promo-price span{font-weight:600}.promo-cta{margin-top:9px;border:0;border-radius:12px;background:var(--orange);color:#102d35;font-weight:800;padding:10px 15px;cursor:pointer}.promo-note{position:absolute;bottom:16px;left:18px;z-index:2;font-size:12px;color:rgba(255,255,255,.78)}.services-section{margin-top:30px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.section-heading h2{font-size:21px;margin:0}.section-heading span{font-size:12px;color:var(--muted)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.service-card{appearance:none;text-align:right;border:1px solid var(--line);background:#fff;border-radius:22px;min-height:130px;padding:18px;display:flex;flex-direction:column;gap:13px;cursor:pointer;color:var(--ink);transition:.2s ease;box-shadow:0 5px 18px rgba(10,49,60,.035)}.service-card:hover{transform:translateY(-3px);border-color:#cddcdc;box-shadow:var(--shadow)}.service-card.featured{grid-column:span 2;flex-direction:row;align-items:center;min-height:130px;background:linear-gradient(135deg,#0b3440,#124b59);color:#fff;border:0;position:relative}.service-icon{width:46px;height:46px;flex:0 0 46px;background:#edf4f4;border-radius:15px;display:grid;place-items:center;color:var(--navy)}.service-icon.orange{background:var(--orange);color:#0a303a}.service-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.service-copy{display:flex;flex-direction:column;gap:4px}.service-copy strong{font-size:16px}.service-copy small{font-size:13px;line-height:1.35;color:var(--muted)}.featured .service-copy small{color:#b8cdd1}.arrow{font-size:28px;margin-right:auto;color:var(--orange)}.quick-booking{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 8px 30px rgba(10,49,60,.05)}.quick-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.quick-head span{font-size:12px;color:var(--orange-dark);font-weight:700}.quick-head h2{font-size:20px;margin:2px 0 0}.quick-head svg{width:38px;height:38px;padding:8px;border-radius:12px;background:#fff4df;color:var(--orange-dark);fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.quick-booking form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end}.form-row{display:contents}.quick-booking label,.field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700;color:#52656b}.quick-booking input,.quick-booking select,.field input,.field select{width:100%;height:50px;border:1px solid var(--line);border-radius:14px;padding:0 13px;color:var(--ink);background:#fbfdfd;outline:none}.quick-booking input:focus,.quick-booking select:focus,.field input:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(243,154,10,.12)}.primary-btn{height:50px;border:0;border-radius:14px;background:var(--orange);color:#102f38;font-weight:800;padding:0 18px;display:flex;gap:18px;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap}.primary-btn:hover{background:#ffa91f}.bottom-nav{position:fixed;z-index:10;bottom:16px;left:50%;transform:translateX(-50%);width:min(calc(100% - 28px),650px);height:72px;background:rgba(7,43,53,.96);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:7px 12px;display:flex;justify-content:space-around;box-shadow:0 18px 40px rgba(5,34,43,.3)}.bottom-nav button{border:0;background:none;color:#9db3b8;display:flex;min-width:70px;flex-direction:column;align-items:center;gap:3px;font-size:12px;cursor:pointer;padding:5px}.bottom-nav button.active{color:#ffc15c}.bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}dialog{width:min(520px,calc(100% - 24px));border:0;border-radius:28px 28px 20px 20px;padding:28px;margin:auto auto 12px;background:#fff;color:var(--ink);box-shadow:0 30px 80px rgba(3,28,36,.35);max-height:88vh;overflow:auto}dialog::backdrop{background:rgba(4,27,34,.62);backdrop-filter:blur(5px)}.sheet-grip{width:48px;height:5px;background:#d8e1e3;border-radius:99px;margin:-15px auto 15px}.sheet-close{position:absolute;left:18px;top:18px;border:0;background:#eef3f3;width:35px;height:35px;border-radius:50%;font-size:24px;color:#51676e;cursor:pointer}.sheet-title{margin:4px 0 4px;font-size:24px;color:var(--navy)}.sheet-sub{margin:0 0 20px;color:var(--muted);font-size:14px}.sheet-form{display:grid;gap:13px}.sheet-form .two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-box{background:#f1f7f6;border:1px solid #dbe9e7;border-radius:18px;padding:16px;display:flex;align-items:center;justify-content:space-between;margin-top:5px}.price-box span{font-size:13px;color:var(--muted)}.price-box strong{font-size:25px;color:var(--navy)}.price-box strong small{font-size:13px}.confirm-card{text-align:center;padding:22px 0}.confirm-mark{width:74px;height:74px;border-radius:50%;background:#e8f6f1;color:var(--success);display:grid;place-items:center;margin:0 auto 16px;font-size:38px}.confirm-card h2{margin:0 0 8px}.confirm-card p{color:var(--muted);margin:0 0 22px}.booking-code{border:1px dashed #c9d9db;background:#f8fbfb;border-radius:14px;padding:14px;font-weight:800;letter-spacing:1px}#toast{position:fixed;z-index:50;top:18px;left:50%;transform:translate(-50%,-120px);background:var(--navy);color:#fff;padding:12px 18px;border-radius:14px;box-shadow:var(--shadow);transition:.25s ease;font-size:14px}#toast.show{transform:translate(-50%,0)}
@media(max-width:700px){.app-shell{padding:0 16px 108px}.topbar{height:78px}.brand-logo{width:118px;height:58px}.icon-btn{width:42px;height:42px;border-radius:14px}.welcome-row{align-items:start}.welcome-row h1{font-size:23px}.support-pill{margin-top:4px;font-size:11px;padding:7px 9px}.promo{height:244px;border-radius:25px}.promo>img{object-position:39% center}.promo-shade{background:linear-gradient(90deg,rgba(4,23,29,.05),rgba(5,37,47,.46) 38%,rgba(5,37,47,.98) 100%)}.promo-content{right:20px;top:20px}.promo h2{font-size:24px}.promo-price strong{font-size:27px}.promo-note{left:14px}.services-section{margin-top:25px}.section-heading{align-items:start}.section-heading h2{font-size:20px}.section-heading span{max-width:160px;text-align:left;line-height:1.4}.services-grid{grid-template-columns:1fr 1fr;gap:10px}.service-card{min-height:124px;padding:15px;border-radius:19px}.service-card.featured{grid-column:1/-1;min-height:104px}.service-icon{width:43px;height:43px;flex-basis:43px}.service-copy strong{font-size:15px}.quick-booking{padding:18px;border-radius:22px}.quick-booking form{grid-template-columns:1fr}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.primary-btn{width:100%;margin-top:3px}.bottom-nav{bottom:10px;height:68px;border-radius:22px}.bottom-nav button{min-width:58px}.bottom-nav svg{width:21px}.bottom-nav span{font-size:11px}dialog{margin:auto auto 8px;padding:26px 20px;max-height:90vh}.sheet-form .two{grid-template-columns:1fr 1fr}}
@media(min-width:701px){.app-shell{padding-left:38px;padding-right:38px}.promo-content{right:40px}.services-section,.quick-booking{max-width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* V2 homepage refinements */
.app-shell{padding-bottom:42px}
.topbar{height:104px}
.brand-logo{width:190px;height:88px}
.icon-btn{cursor:pointer}
.promo{height:250px}
.promo-content{top:20px}
.promo h2{font-size:26px;line-height:1.17;margin:9px 0 1px}
.promo-price small{font-size:12px;color:#bdd0d4}
.promo-price strong{font-size:28px}
.promo-details{font-size:12px;color:#d8e6e8;margin:0 0 6px}
.promo-cta{margin-top:4px;padding:9px 15px}
.bottom-nav{position:relative;bottom:auto;left:auto;transform:none;width:min(100%,650px);margin:24px auto 0;box-shadow:0 18px 40px rgba(5,34,43,.18)}
.price-note{font-size:12px;color:var(--muted);margin:-4px 2px 2px}
.panel-icon{width:64px;height:64px;border-radius:20px;background:#eef5f5;display:grid;place-items:center;margin:4px auto 16px;color:var(--navy);font-size:28px}
.panel-copy{text-align:center}.panel-copy h2{margin:0 0 7px;font-size:23px}.panel-copy p{margin:0 auto 20px;color:var(--muted);line-height:1.6;max-width:360px}
.panel-actions{display:grid;gap:10px}
.secondary-btn{min-height:50px;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:14px;font-weight:800;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer}
.secondary-btn:hover{background:#f6fafa}
.panel-actions .primary-btn{text-decoration:none}
.prototype-badge{display:inline-flex;border-radius:999px;padding:6px 10px;background:#fff4df;color:#ad6600;font-size:12px;font-weight:700;margin-bottom:12px}
@media(max-width:700px){
  .app-shell{padding-bottom:104px}.topbar{height:88px}.brand-logo{width:148px;height:72px}
  .welcome-row h1{font-size:22px}.promo{height:214px}.promo-content{right:18px;top:14px}.promo h2{font-size:22px}.promo-price strong{font-size:25px}.promo-details{max-width:190px;line-height:1.35}
  .bottom-nav{position:fixed;bottom:max(10px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);width:min(calc(100% - 28px),650px);margin:0;box-shadow:0 18px 40px rgba(5,34,43,.3)}
}
@media(max-width:390px){.support-pill{display:none}.promo-details{font-size:11px}.sheet-form .two{grid-template-columns:1fr}}
.vip-package{margin-top:24px;padding:25px;border-radius:28px;background:linear-gradient(135deg,#082c37 0%,#0d4050 65%,#145464 100%);color:#fff;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:28px;align-items:center;box-shadow:0 18px 42px rgba(5,37,47,.18);position:relative;overflow:hidden}.vip-package:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(243,154,10,.09);left:-90px;top:-120px}.package-copy,.package-includes{position:relative;z-index:1}.package-kicker{display:inline-flex;color:#ffc15c;background:rgba(243,154,10,.12);border:1px solid rgba(255,193,92,.24);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.package-copy h2{font-size:26px;margin:10px 0 5px}.package-copy>p{margin:0;color:#b9cdd1;line-height:1.65;font-size:14px;max-width:520px}.package-price{display:flex;align-items:baseline;gap:7px;margin:13px 0}.package-price small{color:#b9cdd1}.package-price strong{color:#ffc15c;font-size:31px}.package-price span{font-size:13px}.package-copy .primary-btn{width:max-content;min-width:180px}.package-includes{display:grid;grid-template-columns:1fr 1fr;gap:10px}.package-includes>div{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:13px}.package-includes i{font-style:normal;width:37px;height:37px;flex:none;border-radius:11px;background:rgba(243,154,10,.18);color:#ffc15c;display:grid;place-items:center;font-weight:800}.package-includes span{display:flex;flex-direction:column}.package-includes strong{font-size:13px}.package-includes small{font-size:11px;color:#adc4c8;margin-top:2px}
@media(max-width:760px){.vip-package{grid-template-columns:1fr;padding:20px;gap:18px}.package-copy h2{font-size:23px}.package-price{flex-wrap:wrap}.package-price strong{font-size:28px}.package-includes{gap:8px}.package-includes>div{padding:11px 9px}.package-includes i{width:34px;height:34px}.package-includes strong{font-size:12px}.package-includes small{font-size:10px}}
@media(max-width:390px){.package-includes{grid-template-columns:1fr}}
.date-range-field{position:relative}.field-label{font-size:13px;font-weight:700;color:#52656b}.date-range-trigger{width:100%;min-height:54px;border:1px solid var(--line);border-radius:14px;padding:0 14px;background:#fbfdfd;color:var(--ink);display:flex;align-items:center;justify-content:space-between;text-align:right;font-weight:700;cursor:pointer}.date-range-trigger b{color:var(--orange-dark);font-size:18px}.range-calendar{border:1px solid var(--line);border-radius:18px;background:#fff;padding:14px;box-shadow:0 16px 38px rgba(7,43,53,.12)}.calendar-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;text-align:center;margin-bottom:10px}.calendar-head button{width:34px;height:34px;border:0;border-radius:10px;background:#edf3f3;color:var(--navy);font-size:23px;cursor:pointer}.calendar-head strong{font-size:15px}.calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center}.calendar-weekdays{margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:700}.calendar-weekdays span{padding:5px}.calendar-days button{aspect-ratio:1;border:0;border-radius:10px;background:transparent;color:var(--ink);font-size:12px;font-weight:700;cursor:pointer}.calendar-days button:hover{background:#fff1d8}.calendar-days button.in-range{background:#eef6f5;border-radius:0}.calendar-days button.selected{background:var(--navy);color:#fff;border-radius:10px}.calendar-days button:disabled{color:#c3cdcf;cursor:not-allowed}.range-calendar p{font-size:11px;color:var(--muted);text-align:center;margin:11px 0 8px}.calendar-confirm{width:100%;height:42px;border:0;border-radius:11px;background:var(--orange);color:var(--navy);font-weight:800;cursor:pointer}
.range-calendar[hidden]{display:none}.date-range-trigger{padding:10px 14px;gap:10px}
.range-calendar-title{display:grid;gap:3px;margin-bottom:14px}.range-calendar-title strong{color:var(--navy);font-size:15px}.range-calendar-title small{color:var(--muted);font-size:11px}.calendar-head button:disabled,.calendar-confirm:disabled{opacity:.42;cursor:not-allowed}.searchable-country-field{position:relative}.country-picker{position:relative;display:block}.country-picker>input{padding-inline-end:42px}.country-picker>b{position:absolute;inset-inline-end:15px;top:50%;transform:translateY(-50%);color:var(--orange-dark);font-size:18px;pointer-events:none}.country-options{position:absolute;z-index:12;inset-inline:0;top:calc(100% + 6px);max-height:250px;overflow:auto;padding:6px;border:1px solid #cbdadd;border-radius:14px;background:#fff;box-shadow:0 18px 42px rgba(4,37,46,.18)}.country-options[hidden]{display:none}.country-options button{width:100%;min-height:42px;border:0;border-radius:9px;padding:8px 11px;background:#fff;color:var(--navy);font:inherit;font-size:13px;font-weight:700;text-align:right;cursor:pointer}.country-options button:hover,.country-options button.active{background:#fff2dc;color:#8c5400}.country-empty{display:block;padding:13px;text-align:center;color:var(--muted);font-size:12px}
.terms-consent{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:12px 13px;border:1px solid var(--line);border-radius:13px;background:#fbfdfd;font-size:12px;color:#52656b}.terms-consent input{width:19px;height:19px;accent-color:var(--orange);flex:none}.terms-consent label{font-weight:700}.terms-consent button{border:0;background:transparent;padding:0;color:#a86200;text-decoration:underline;font-weight:800;cursor:pointer}.terms-dialog{width:min(620px,calc(100% - 24px));max-height:88vh;padding:0;border-radius:24px;overflow:auto}.terms-brand{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--line);padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.terms-brand img{width:142px;height:58px;object-fit:contain}.terms-close{width:38px;height:38px;border:0;border-radius:50%;background:#eef3f3;color:var(--navy);font-size:23px;cursor:pointer}.terms-dialog-head{padding:20px 22px 6px}.terms-dialog-head span{font-size:11px;color:var(--orange-dark);font-weight:800}.terms-dialog-head h2{font-size:22px;margin:4px 0;color:var(--navy)}.terms-dialog-content{margin:8px 22px 18px;padding:17px;border-radius:15px;background:#f7fafa;color:#354d54;font-size:13px;line-height:2;white-space:pre-wrap}.terms-dialog .terms-accept{width:calc(100% - 44px);margin:0 22px 22px}.terms-dialog::backdrop{background:rgba(4,27,34,.68);backdrop-filter:blur(5px)}
.invoice-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.invoice-actions .primary-btn,.invoice-actions .secondary-btn{width:100%;min-height:49px}@media(max-width:430px){.invoice-actions{grid-template-columns:1fr}}
.account-heading{margin-bottom:18px}.account-form{display:grid;gap:13px}.account-form .primary-btn{margin-top:4px}.account-install{width:100%;margin-top:11px}.account-summary{display:grid;gap:3px;background:linear-gradient(135deg,#0b3440,#164b58);color:#fff;border-radius:17px;padding:15px 17px;margin-bottom:13px;border-right:5px solid var(--orange)}.account-summary span{font-size:12px;color:#b9ced2}.account-summary strong{font-size:17px}.account-summary small{font-size:12px;color:#d7e4e6}
.bookings-heading{padding:2px 2px 16px;border-bottom:1px solid var(--line);margin-bottom:15px}.bookings-heading>span{color:var(--orange-dark);font-size:12px;font-weight:800}.bookings-heading h2{margin:3px 0;font-size:25px;color:var(--navy)}.bookings-heading p{margin:0;color:var(--muted);font-size:13px}.customer-credit-balance{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:12px 14px;border-radius:14px;background:#e5f5ee;color:#176447}.customer-credit-balance span{font-size:12px;font-weight:700}.customer-credit-balance strong{font-size:18px}.bookings-list{display:grid;gap:12px}.booking-item{border:1px solid var(--line);border-radius:19px;padding:15px;background:linear-gradient(145deg,#fff,#f8fbfb);box-shadow:0 5px 18px rgba(10,49,60,.045)}.booking-item-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.booking-item-head>div{display:grid;gap:2px}.booking-item-head span{font-size:14px;font-weight:800;color:var(--navy)}.booking-item-head strong{font-size:11px;color:var(--muted);letter-spacing:.3px}.booking-status{font-style:normal;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;white-space:nowrap}.booking-status.unpaid{background:#fff0d4;color:#9a5d00}.booking-status.paid{background:#e8f3ff;color:#1c6595}.booking-status.confirmed,.booking-status.completed,.booking-status.credited{background:#e5f5ee;color:#217556}.booking-status.cancelled{background:#f1f3f3;color:#75858a}.booking-status.refunded{background:#fbe9ed;color:#9a3750}.booking-status.action-required{background:#fff0d4;color:#8a5400}.booking-status.resolving{background:#e8f3ff;color:#1c6595}.booking-item-route{display:grid;gap:4px;padding:12px 0;margin:10px 0;border-top:1px solid #e8eeee;border-bottom:1px solid #e8eeee}.booking-item-route b{font-size:12px;line-height:1.55}.booking-item-route small{font-size:11px;color:var(--muted)}.booking-item-total{display:flex;align-items:center;justify-content:space-between}.booking-item-total span{font-size:12px;color:var(--muted)}.booking-item-total strong{font-size:18px;color:var(--navy)}.booking-resolution{margin-top:13px;padding:13px;border:1px solid #f0d4a1;border-radius:14px;background:#fff8ea}.booking-resolution strong{display:block;color:#7f4b00;font-size:13px}.booking-resolution p{margin:6px 0 11px;color:#6c6f6f;font-size:11px;line-height:1.7}.booking-resolution>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.booking-resolution button{min-height:42px;height:auto}.booking-resolution.resolved{border-color:#bfe3d4;background:#f0faf6}.booking-resolution.resolved strong{color:#217556}.booking-resolution.resolved p{margin-bottom:0}.booking-item-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.booking-item-actions:empty{display:none}.booking-item-actions .primary-btn,.booking-item-actions .secondary-btn{min-height:45px;height:45px;width:100%}.danger-btn{height:45px;border:1px solid #efcaca;background:#fff8f8;color:#a33b3b;border-radius:13px;font-weight:800;cursor:pointer}.bookings-empty{text-align:center;padding:28px 5px}.bookings-empty h3{margin:0 0 5px;color:var(--navy)}.bookings-empty p{margin:0;color:var(--muted);font-size:13px}.inline-back{border:0;background:transparent;color:var(--orange-dark);font-weight:800;padding:5px 0 12px;cursor:pointer}.booking-payment-summary{display:grid;gap:5px;padding:17px;border-radius:18px;background:linear-gradient(135deg,#0b3440,#164b58);color:#fff;margin:15px 0}.booking-payment-summary span{color:#ffc15c;font-size:12px;font-weight:800}.booking-payment-summary strong{font-size:15px}.booking-payment-summary small{color:#b9ced2}.booking-payment-summary b{font-size:25px;margin-top:7px}
@media(max-width:430px){.booking-item-actions,.booking-resolution>div{grid-template-columns:1fr}.booking-status{font-size:9px}}
.booking-status.in-progress{background:#e8f1ff;color:#245f9d}.booking-progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;margin:2px 0 14px;padding:12px 8px;border-radius:13px;background:#f6f9f9}.booking-progress>div{position:relative;display:grid;justify-items:center;gap:5px;text-align:center}.booking-progress>div:not(:last-child):after{content:"";position:absolute;top:10px;right:calc(50% + 10px);width:calc(100% - 16px);height:2px;background:#d7e3e5}.booking-progress i{position:relative;z-index:1;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#dfe8e9;color:#829398;font-style:normal;font-size:9px;font-weight:900}.booking-progress span{font-size:8px;color:#7a8d92;white-space:nowrap}.booking-progress .done i{background:#dff2e9;color:#176447}.booking-progress .done:not(:last-child):after{background:#65b99a}.booking-progress .current i{background:var(--orange);color:var(--navy);box-shadow:0 0 0 3px #fff0d4}.booking-progress .current span{color:var(--navy);font-weight:900}
.booking-progress.failed{grid-template-columns:repeat(3,minmax(0,1fr));background:#fff7f8}.booking-progress.failed .current i{background:#b94b5e;color:#fff;box-shadow:0 0 0 3px #fbe9ed}
.wallet-overview{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:14px}.wallet-overview>div{display:flex;flex-direction:column;gap:3px;padding:12px;border-radius:14px;background:#f2f7f7;border-top:3px solid var(--orange)}.wallet-overview small{font-size:10px;color:var(--muted)}.wallet-overview strong{font-size:14px;color:var(--navy)}.wallet-overview em{font-size:10px;color:#28775c;font-style:normal}.wallet-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}.wallet-actions button{min-height:40px;border:1px solid #d5e2e4;border-radius:11px;background:#fff;color:var(--navy);font:inherit;font-size:11px;font-weight:800;cursor:pointer}.wallet-actions button:first-child{background:var(--navy);color:#fff;border-color:var(--navy)}.wallet-actions button:disabled{opacity:.45;cursor:not-allowed}.wallet-pending{margin-top:8px!important;padding:9px 11px;border-radius:10px;background:#fff5df;color:#855500!important}.wallet-action-form{margin-top:16px}.wallet-conversion-preview{padding:14px;border-radius:13px;background:#e7f5ef;color:#176447;text-align:center;font-size:20px;font-weight:900}.booking-resolution>div{grid-template-columns:repeat(3,1fr)}
@media(max-width:540px){.wallet-overview{grid-template-columns:1fr}.wallet-actions,.booking-resolution>div{grid-template-columns:1fr}}
.balance-payment-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.balance-payment-options>small{grid-column:1/-1;text-align:center;color:var(--muted)}.balance-payment-options .secondary-btn{min-height:44px;font-size:12px}@media(max-width:430px){.balance-payment-options{grid-template-columns:1fr}}
.payment-method-picker{display:grid;gap:9px}.payment-method-heading{display:grid;gap:3px;margin-bottom:2px}.payment-method-heading strong{font-size:15px;color:var(--navy)}.payment-method-heading small{font-size:11px;color:var(--muted)}.payment-choice{width:100%;min-height:70px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--line);border-radius:15px;background:#fbfdfd;color:var(--ink);text-align:right;cursor:pointer}.payment-choice:hover{border-color:#e8b65f;background:#fffaf0}.payment-choice.selected{border:2px solid var(--orange);background:#fff7e8;box-shadow:0 0 0 3px rgba(243,154,10,.1)}.payment-choice>i{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#eaf2f2;color:var(--navy);font-size:19px;font-style:normal;font-weight:900}.payment-choice.selected>i{background:var(--orange)}.payment-choice>span{display:grid;gap:4px}.payment-choice>span strong{font-size:13px;color:var(--navy)}.payment-choice>span small{font-size:11px;line-height:1.5;color:var(--muted)}.payment-choice>b{font-size:11px;color:var(--orange-dark)}.payment-choice:disabled{cursor:not-allowed;opacity:.58;background:#f2f4f4}.payment-choice:disabled>b{color:#8a979a}.payment-submit:disabled{cursor:not-allowed;opacity:.5;background:#c8d1d2}.payment-submit:disabled:hover{background:#c8d1d2}
.account-wallet-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:13px}.account-wallet-mini span{display:flex;flex-direction:column;gap:3px;padding:9px;border-radius:10px;background:#f1f6f6;color:var(--muted);font-size:10px}.account-wallet-mini b{color:var(--navy);font-size:12px}@media(max-width:430px){.account-wallet-mini{grid-template-columns:1fr}}

/* Customer account and wallet */
.account-profile-head{display:flex;flex-direction:column;align-items:center;gap:12px;padding:4px 0 22px;margin-bottom:16px;border-bottom:1px solid var(--line);text-align:center}.account-avatar{width:92px;height:92px;flex:none;border-radius:30px;background:linear-gradient(135deg,var(--navy),#176070);color:#ffc15c;display:grid;place-items:center;font-size:32px;font-weight:900;box-shadow:0 13px 30px rgba(7,43,53,.18)}.account-profile-identity{min-width:0;max-width:100%}.account-profile-head span{display:inline-flex;align-items:center;color:#39715f;font-size:12px;font-weight:800}.account-profile-head span i{display:inline-grid;place-items:center;width:17px;height:17px;margin-inline-start:4px;border-radius:50%;background:#def4ea;font-style:normal}.account-profile-head h2{margin:5px 0 2px;color:var(--navy);font-size:23px;line-height:1.35}.account-profile-head p{margin:0;color:var(--muted);font-size:13px;overflow-wrap:anywhere}.account-wallet-mini{gap:8px;margin:0 0 16px}.account-wallet-mini button{appearance:none;border:1px solid #dce7e9;border-top:3px solid var(--orange);border-radius:14px;background:#f7fafa;padding:11px;text-align:right;cursor:pointer;display:flex;flex-direction:column;gap:3px}.account-wallet-mini button:hover{background:#fff8ea}.account-wallet-mini small{font-size:10px;color:var(--muted)}.account-wallet-mini b{font-size:13px;color:var(--navy);overflow-wrap:anywhere}.account-wallet-mini em{font-size:9px;color:#2c745b;font-style:normal}.account-form{gap:14px}.profile-section{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:17px;background:#fbfdfd}.profile-section-title{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;padding-bottom:10px;border-bottom:1px solid #e7eeee}.profile-section-title strong{font-size:15px;color:var(--navy)}.profile-section-title span{font-size:10px;color:var(--muted)}.profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field>small{font-weight:500;color:var(--muted)}.profile-privacy{margin:0;padding:11px 12px;border-radius:12px;background:#eef6f5;color:#4c666d;font-size:11px;line-height:1.7}.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 13px;color:var(--ink);background:#fbfdfd;outline:none;font:inherit;resize:vertical}.field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(243,154,10,.12)}.account-install{margin-top:0}.install-guide{display:grid;gap:10px;margin:18px 0}.install-guide>div{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#f8fbfb}.install-guide b{width:34px;height:34px;flex:none;border-radius:11px;background:#fff0d5;color:#a65f00;display:grid;place-items:center}.install-guide span{display:flex;flex-direction:column;gap:3px}.install-guide strong{font-size:14px;color:var(--navy)}.install-guide small{font-size:12px;color:var(--muted);line-height:1.5}
.wallet-hero{margin-top:15px;padding:16px;border-radius:20px;background:linear-gradient(135deg,#092f3a,#10505f);color:#fff;box-shadow:0 15px 35px rgba(5,37,47,.16)}.wallet-customer{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.13)}.wallet-customer small{color:#a9c5ca;font-size:11px}.wallet-customer strong{font-size:12px;letter-spacing:.35px}.wallet-customer button{margin-inline-start:auto;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(255,255,255,.08);color:#fff;padding:6px 9px;font-size:10px;font-weight:800;cursor:pointer}.wallet-balance,.wallet-points{display:inline-flex;width:50%;box-sizing:border-box;flex-direction:column;gap:3px;padding-top:14px}.wallet-points{padding-inline-start:14px;border-inline-start:1px solid rgba(255,255,255,.13)}.wallet-balance small,.wallet-points small{color:#a9c5ca;font-size:11px}.wallet-balance strong,.wallet-points strong{font-size:24px;color:#fff}.wallet-balance strong em,.wallet-points strong em{font-size:11px;color:#ffc15c;font-style:normal}.wallet-balance span,.wallet-points span{font-size:10px;color:#bcd0d3}.wallet-actions{gap:8px;margin:10px 0}.wallet-actions button{min-height:58px;padding:9px 10px;display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:right;font-size:12px}.wallet-actions button:first-child{background:var(--orange);color:var(--navy);border-color:var(--orange)}.wallet-actions button b{width:28px;height:28px;flex:none;border-radius:9px;background:#eef4f4;display:grid;place-items:center;color:var(--navy);font-size:16px}.wallet-actions button:first-child b{background:rgba(255,255,255,.45)}.wallet-actions button span{display:flex;flex-direction:column;gap:2px}.wallet-actions button small{color:var(--muted);font-size:9px;font-weight:600}.wallet-history{margin-top:12px;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:#fff}.wallet-history-head{display:flex;justify-content:space-between;padding:12px 13px;background:#f4f8f8}.wallet-history-head strong{font-size:13px;color:var(--navy)}.wallet-history-head span{font-size:10px;color:var(--muted)}.wallet-history-row{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;padding:11px 13px;border-top:1px solid #edf2f2}.wallet-history-row>i{width:29px;height:29px;border-radius:9px;background:#f4eeee;color:#9b4650;display:grid;place-items:center;font-style:normal;font-weight:900}.wallet-history-row>i.positive{background:#e4f5ed;color:#1f7856}.wallet-history-row>i.pending{background:#fff2dc;color:#a36300}.wallet-history-row>span{display:flex;flex-direction:column;gap:2px;min-width:0}.wallet-history-row span strong{font-size:11px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-history-row span small{font-size:9px;color:var(--muted)}.wallet-history-row>b{font-size:11px;color:#8a3f49}.wallet-history-row>b.positive{color:#217556}.wallet-history-empty{margin-top:12px;padding:14px;border:1px dashed #cadbdd;border-radius:14px;text-align:center;display:flex;flex-direction:column;gap:3px}.wallet-history-empty strong{font-size:12px;color:var(--navy)}.wallet-history-empty span{font-size:10px;color:var(--muted)}.wallet-empty-state{text-align:center}.wallet-empty-state h2{margin:0 0 7px;color:var(--navy)}.wallet-empty-state p{margin:0 0 18px;color:var(--muted);line-height:1.8}.wallet-empty-state .primary-btn,.wallet-empty-state .secondary-btn{width:100%;margin-top:9px}.bookings-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin:20px 0 12px}.bookings-toolbar>div:first-child{display:flex;flex-direction:column}.bookings-toolbar>div:first-child strong{font-size:16px;color:var(--navy)}.bookings-toolbar>div:first-child span{font-size:10px;color:var(--muted)}.booking-filters{display:flex;gap:5px;padding:4px;border-radius:12px;background:#edf3f3}.booking-filters button{border:0;border-radius:9px;background:transparent;color:#64777d;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}.booking-filters button.active{background:#fff;color:var(--navy);box-shadow:0 3px 9px rgba(7,43,53,.08)}
@media(min-width:560px){#booking-sheet{width:min(620px,calc(100% - 24px))}}
@media(max-width:540px){.profile-fields{grid-template-columns:1fr}.profile-section-title{align-items:flex-start;flex-direction:column}.wallet-actions{grid-template-columns:1fr 1fr}.wallet-actions button:first-child{grid-column:1/-1}.bookings-toolbar{align-items:flex-start;flex-direction:column}.booking-filters{width:100%}.booking-filters button{flex:1}.wallet-balance strong,.wallet-points strong{font-size:21px}.account-wallet-mini{grid-template-columns:1fr 1fr}.account-wallet-mini button:first-child{grid-column:1/-1}}

.restaurant-intro{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border-radius:14px;border-right:4px solid var(--orange);background:#fff8eb}.restaurant-intro strong{font-size:14px;color:var(--navy)}.restaurant-intro span{font-size:12px;color:#6f654f;line-height:1.65}.restaurant-requests{display:grid;gap:12px}.restaurant-request{display:grid;gap:12px;padding:14px;border:1px solid #dce7e8;border-radius:18px;background:#f9fbfb}.restaurant-request-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid #e4ecec}.restaurant-request-head>span{display:flex;flex-direction:column;gap:2px}.restaurant-request-head b{font-size:14px;color:var(--navy)}.restaurant-request-head small{font-size:10px;color:var(--muted)}.restaurant-request-head button{border:0;background:#f7e9e7;color:#9b443b;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer}.restaurant-requests>.restaurant-request:only-child .restaurant-request-head button{visibility:hidden}.restaurant-picker{display:grid;gap:8px}.restaurant-map-link{width:max-content;display:inline-flex;align-items:center;min-height:34px;padding:0 11px;border:1px solid #c9dfd8;border-radius:10px;background:#eef8f4;color:#17674e;font-size:12px;font-weight:800;text-decoration:none}.restaurant-map-link:hover{border-color:#79b6a2;background:#e5f5ee}.restaurant-map-link[hidden]{display:none}.restaurant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.restaurant-check{min-height:50px;display:flex;align-items:center;gap:8px;align-self:end;padding:0 12px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#52656b;font-size:12px;font-weight:700}.restaurant-check input{width:18px;height:18px;accent-color:var(--orange-dark)}.restaurant-add{min-height:48px;border:1px dashed #c7d6d8;border-radius:14px;background:#fff;color:var(--navy);font-weight:800;cursor:pointer}.restaurant-add:hover{border-color:var(--orange);background:#fffaf1}.restaurant-request .field textarea{background:#fff}.restaurant-custom[hidden]{display:none}.restaurant-request select optgroup{font-weight:800;color:var(--navy)}
@media(max-width:540px){.restaurant-grid{grid-template-columns:1fr}.restaurant-request{padding:12px}.restaurant-request-head{align-items:flex-start}}
.companion-intro{display:grid;gap:4px;padding:14px 15px;border-radius:15px;border-right:4px solid var(--orange);background:#fff8eb}.companion-intro strong{font-size:14px;color:var(--navy)}.companion-intro span{font-size:12px;color:#6f654f;line-height:1.7}.companion-types{display:grid;gap:9px;border:0;margin:0;padding:0}.companion-types legend{margin-bottom:3px;color:var(--navy);font-size:14px;font-weight:800}.companion-types label{display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #dce7e8;border-radius:15px;background:#fff;cursor:pointer}.companion-types label:has(input:checked){border-color:var(--orange);background:#fffaf1;box-shadow:0 0 0 2px rgba(239,151,31,.1)}.companion-types input{width:19px;height:19px;margin-top:2px;accent-color:var(--orange-dark)}.companion-types span{display:grid;gap:3px}.companion-types b{color:var(--navy);font-size:13px}.companion-types small{color:var(--muted);font-size:11px;line-height:1.55}.companion-section{display:grid;gap:12px;padding:15px;border:1px solid #dce7e8;border-radius:18px;background:#f9fbfb}.companion-section h3{margin:0;color:var(--navy);font-size:14px}.companion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.companion-section .field textarea{background:#fff}.companion-section [hidden]{display:none!important}@media(max-width:540px){.companion-grid{grid-template-columns:1fr}.companion-section{padding:12px}}

.photographer-hero{display:grid;gap:5px;padding:16px;border-radius:17px;background:linear-gradient(135deg,#0b3440,#145363);color:#fff;box-shadow:0 10px 24px rgba(7,43,53,.12)}.photographer-hero strong{font-size:16px}.photographer-hero span{color:#d7e5e7;font-size:12px;line-height:1.65}.photo-packages,.photo-addons{border:0;margin:0;padding:0}.photo-packages{display:grid;grid-template-columns:1fr 1fr;gap:9px}.photo-packages legend,.photo-addons legend{grid-column:1/-1;margin-bottom:3px;color:var(--navy);font-size:14px;font-weight:800}.photo-packages label{display:flex;align-items:flex-start;gap:9px;padding:13px;border:1px solid #dce7e8;border-radius:15px;background:#fff;cursor:pointer}.photo-packages label:has(input:checked){border-color:var(--orange);background:#fffaf1;box-shadow:0 0 0 2px rgba(239,151,31,.1)}.photo-packages input,.photo-addons input{width:18px;height:18px;margin-top:2px;accent-color:var(--orange-dark)}.photo-packages span,.photo-addons span{display:grid;gap:3px}.photo-packages b,.photo-addons b{color:var(--navy);font-size:13px}.photo-packages small,.photo-addons small{color:var(--muted);font-size:11px;line-height:1.5}.photo-addons{display:grid;grid-template-columns:1fr 1fr;gap:9px}.photo-addons label{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid #dce7e8;border-radius:14px;background:#f8fbfb;cursor:pointer}.photo-addons label:has(input:checked){border-color:#72ad9a;background:#eef8f4}.photo-addons legend small{font-weight:500;color:var(--muted)}@media(max-width:540px){.photo-packages,.photo-addons{grid-template-columns:1fr}}

/* Destination-first marketplace */
.destination-discovery{margin-top:16px;border:1px solid #d9e5e6;border-radius:26px;background:#fff;padding:30px;box-shadow:0 18px 48px rgba(7,43,53,.07)}
.destination-intro{max-width:670px;margin:0 auto;text-align:center}.destination-kicker{display:inline-flex;padding:6px 11px;border-radius:999px;background:#fff3dd;color:#93600d;font-size:10px;font-weight:900;letter-spacing:.2px}.destination-intro h2{margin:10px 0 4px;color:var(--navy);font-size:30px}.destination-intro p{margin:0;color:var(--muted);font-size:13px}.destination-search{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;margin:19px auto 0;max-width:610px;min-height:56px;padding:0 16px;border:1px solid #d1dfe1;border-radius:15px;background:#f9fbfb;transition:.2s}.destination-search:focus-within{border-color:var(--orange);background:#fff;box-shadow:0 0 0 4px rgba(243,154,10,.1)}.destination-search svg{width:21px;fill:none;stroke:#597078;stroke-width:1.8}.destination-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:var(--navy)}.destination-search kbd{border:0;border-radius:7px;background:#eaf0f1;color:#7d8f94;padding:4px 7px;font:inherit;font-size:10px}.destination-results{max-width:980px;margin:24px auto 0}.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.destination-result{width:100%;min-height:190px;display:flex;flex-direction:column;align-items:stretch;gap:14px;padding:18px;border:1px solid #dce6e7;border-radius:19px;background:linear-gradient(150deg,#fff,#f7fafa);text-align:right;cursor:pointer;transition:.2s}.destination-result:hover{transform:translateY(-3px);border-color:#e5b04d;box-shadow:0 14px 28px rgba(7,43,53,.09)}.destination-result-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.destination-result-head>small{color:#9a6509;background:#fff1d5;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.destination-result-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--navy);color:#fff}.destination-result-mark svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.destination-result-copy{display:flex;flex-direction:column;gap:3px}.destination-result-copy small{color:var(--orange-dark);font-size:10px;font-weight:800}.destination-result-copy strong{font-size:24px;color:var(--navy);line-height:1.2}.destination-result-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid #e4ebec;color:var(--muted);font-size:11px}.destination-result-meta b{width:30px;height:30px;border-radius:10px;background:#eaf1f2;color:var(--navy);display:grid;place-items:center;font-size:15px}.destination-toggle{display:flex;align-items:center;justify-content:center;gap:10px;min-width:230px;margin:18px auto 0;padding:12px 18px;border:1px solid #d7e3e4;border-radius:13px;background:#fff;color:var(--navy);font-weight:800;cursor:pointer;transition:.2s}.destination-toggle:hover{border-color:var(--orange);background:#fffaf0}.destination-toggle b{color:var(--orange-dark);font-size:17px}.destination-empty{padding:22px;text-align:center;color:var(--muted);font-size:13px}
.destination-hub{margin-top:24px}.city-hero{min-height:310px;border-radius:28px;overflow:hidden;position:relative;background:#0a3440}.city-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.city-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,32,40,.18),rgba(5,32,40,.86))}.city-hero-copy{position:relative;z-index:1;min-height:310px;padding:42px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;color:#fff}.city-hero-copy small{color:#ffc15c;font-weight:900}.city-hero-copy h2{font-size:36px;margin:7px 0 3px}.city-hero-copy p{margin:0;color:#d0e0e3}.city-hero-copy button{margin-top:18px;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:rgba(255,255,255,.1);color:#fff;padding:10px 14px;font-weight:800;cursor:pointer}.city-services-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin:28px 0 14px}.city-services-head h3{margin:0;color:var(--navy);font-size:24px}.city-services-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.city-services-head span{font-size:11px;color:#866013;background:#fff6e5;border:1px solid #f3d69f;border-radius:999px;padding:7px 11px;font-weight:800}.service-category-tabs{display:flex;gap:7px;overflow:auto;padding:2px 0 12px;scrollbar-width:none}.service-category-tabs button{flex:none;border:1px solid #d8e4e5;border-radius:999px;background:#fff;color:#536a70;padding:8px 13px;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.service-category-tabs button.active{background:var(--navy);border-color:var(--navy);color:#fff}.destination-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.destination-service-card{position:relative;min-height:285px;border:0;border-radius:22px;overflow:hidden;padding:0;background:#0b3440;text-align:right;color:#fff;cursor:pointer;box-shadow:0 11px 28px rgba(7,43,53,.12);transition:.2s}.destination-service-card:hover{transform:translateY(-3px);box-shadow:0 17px 36px rgba(7,43,53,.16)}.destination-service-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.destination-service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,28,35,.96),rgba(4,28,35,.05) 75%)}.destination-service-card-content{position:absolute;z-index:1;inset:auto 0 0;padding:18px;display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:end}.destination-service-card-content small{grid-column:1/-1;color:#ffc15c;font-size:10px;font-weight:900}.destination-service-card-content strong{font-size:17px;line-height:1.35}.destination-service-card-content p{grid-column:1/-1;margin:0;color:#d5e3e5;font-size:11px;line-height:1.5}.destination-service-card-content b{grid-column:2;grid-row:2;width:36px;height:36px;border-radius:11px;background:var(--orange);color:var(--navy);display:grid;place-items:center;font-size:18px}.destination-service-card .popular-chip{position:absolute;z-index:2;top:12px;right:12px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.92);color:#7c5000;font-size:9px;font-weight:900}.destination-service-card[hidden]{display:none}.journey-essentials{margin-top:26px}.services-grid.compact{grid-template-columns:1fr 1fr}
@media(max-width:820px){.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-discovery{padding:24px}.city-hero-copy{padding:28px}.city-hero-copy h2{font-size:30px}}
@media(max-width:560px){.destination-discovery{padding:20px 14px;border-radius:22px}.destination-intro h2{font-size:25px}.destination-search{min-height:54px}.destination-grid{grid-template-columns:1fr;gap:9px}.destination-result{min-height:0;padding:15px;gap:11px}.destination-result-copy strong{font-size:21px}.destination-result-meta{padding-top:10px}.destination-toggle{width:100%;min-width:0}.city-hero,.city-hero-copy{min-height:270px}.city-hero-copy{padding:22px}.city-hero-copy h2{font-size:27px}.city-services-head{align-items:flex-start;flex-direction:column}.destination-service-grid{grid-template-columns:1fr 1fr;gap:9px}.destination-service-card{min-height:235px}.destination-service-card-content{padding:13px}.destination-service-card-content strong{font-size:14px}.destination-service-card-content b{width:30px;height:30px}.services-grid.compact{grid-template-columns:1fr}.vip-package{margin-top:25px}}
@media(max-width:390px){.destination-service-grid{grid-template-columns:1fr}.destination-service-card{min-height:260px}}
.destination-service-card-content b{grid-row:1}
.destination-service-card .popular-chip{max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.custom-date-trigger{width:100%;height:50px;border:1px solid var(--line);border-radius:14px;padding:0 13px;background:#fbfdfd;color:var(--ink);display:flex;align-items:center;justify-content:space-between;text-align:right;font-weight:700;cursor:pointer}.custom-date-trigger:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(243,154,10,.12);outline:0}.custom-date-trigger:disabled{opacity:.5;cursor:not-allowed}.custom-date-trigger b{color:var(--orange-dark);font-size:18px}.single-date-overlay{position:fixed;z-index:100;inset:0;background:rgba(4,27,34,.48);display:grid;place-items:center;padding:18px}.single-date-calendar{width:min(360px,100%);border:1px solid var(--line);border-radius:22px;background:#fff;padding:18px;box-shadow:0 25px 70px rgba(3,28,36,.34)}.single-date-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.single-date-title>div{display:grid;gap:2px}.single-date-title strong{color:var(--navy);font-size:17px}.single-date-title small{color:var(--muted);font-size:11px}.single-date-title>button{width:34px;height:34px;border:0;border-radius:50%;background:#eef3f3;color:#526970;font-size:21px;cursor:pointer}.single-date-calendar .calendar-head button:disabled{opacity:.35;cursor:not-allowed}.single-date-calendar .calendar-days button.today:not(.selected){box-shadow:inset 0 0 0 1px var(--orange);color:#9a5d00}.calendar-today{width:100%;height:42px;margin-top:14px;border:0;border-radius:11px;background:#fff1d8;color:var(--navy);font-weight:800;cursor:pointer}
.event-request-intro{display:grid;gap:5px;padding:15px 16px;border:1px solid #f0d6a4;border-radius:15px;background:linear-gradient(135deg,#fff8e9,#fff)}.event-request-intro strong{color:var(--navy);font-size:16px}.event-request-intro span{color:var(--muted);font-size:12px;line-height:1.75}.free-quote-label{font-size:24px;color:#21805e}.booking-status.quote_requested{background:#fff0c8;color:#7c5800}.quote-waiting{display:grid;gap:4px;margin:12px 0;padding:13px 14px;border-right:4px solid var(--orange);border-radius:12px;background:#fff8e8}.quote-waiting strong{font-size:13px;color:var(--navy)}.quote-waiting span{font-size:11px;line-height:1.65;color:var(--muted)}.quote-waiting.expired{border-color:#b94b5e;background:#fff2f4}.quote-waiting.expired strong{color:#96384b}
.transfer-capacity small{font-size:11px;font-weight:500;line-height:1.6;color:var(--muted)}.transfer-return-toggle{display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid #ecd29f;border-radius:15px;background:#fff9ed;cursor:pointer}.transfer-return-toggle input{width:20px;height:20px;accent-color:var(--orange);flex:0 0 auto}.transfer-return-toggle span{display:grid;gap:3px}.transfer-return-toggle strong{font-size:13px;color:var(--navy)}.transfer-return-toggle small{font-size:11px;color:var(--muted)}.transfer-return-fields{display:grid;gap:13px;padding:13px;border:1px dashed #d7e1e2;border-radius:15px;background:#fafcfc}.transfer-return-fields[hidden]{display:none}
.account-phone-field{display:grid;grid-template-columns:minmax(145px,1fr) minmax(0,1.15fr);gap:8px;direction:ltr}.account-phone-field select,.account-phone-field input{direction:ltr}@media(max-width:540px){.account-phone-field{grid-template-columns:minmax(130px,.95fr) minmax(0,1.2fr)}}
.account-avatar-wrap{position:relative;flex:none}.account-avatar{overflow:hidden}.account-avatar img{width:100%;height:100%;object-fit:cover;display:block}.account-avatar-edit{position:absolute;left:-5px;bottom:-5px;width:34px;height:34px;border:3px solid #fff;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:var(--navy);box-shadow:0 5px 14px rgba(7,43,53,.22);cursor:pointer}.account-avatar-edit:hover{background:#ffa91f}.account-avatar-edit:focus-visible{outline:3px solid rgba(243,154,10,.28);outline-offset:2px}.account-avatar-edit:disabled{opacity:.65;cursor:wait}.account-avatar-edit svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.discount-code-box{margin:2px 0 12px;text-align:center}.discount-reveal{border:0;background:transparent;color:#8b681f;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:4px;padding:7px 12px;cursor:pointer}.discount-entry{display:flex;gap:8px;padding:10px;border:1px solid #dbe5e6;border-radius:14px;background:#f8fbfb}.discount-entry[hidden]{display:none}.discount-entry input{min-width:0;flex:1;border:1px solid #d3dfe1;border-radius:10px;padding:11px 13px;font-size:.9rem;font-weight:700;text-transform:uppercase;background:#fff;color:#123842}.discount-entry button{border:0;border-radius:10px;background:#0b3b47;color:#fff;padding:8px 17px;font-size:.85rem;font-weight:800;cursor:pointer}.discount-entry button:disabled{opacity:.65}.discount-code-box>[data-discount-message]{display:block;color:#b43f2f;font-size:.78rem;margin-top:6px}.discount-success{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #9fd9c1;border-radius:14px;background:#f0fbf6;text-align:right}.discount-success>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#d8f4e6;color:#13885b;font-weight:900}.discount-success>div{display:grid;gap:2px;flex:1}.discount-success strong{font-size:.85rem;color:#153f3b}.discount-success small{font-size:.76rem;color:#4f766c}.discount-success button{border:0;background:transparent;color:#a04435;font-size:.76rem;font-weight:700;cursor:pointer}.discounted-total{display:flex;align-items:flex-end;gap:9px}.discounted-total del{color:#88989c;font-size:.8rem}.discounted-total strong{color:#0b3b47}

/* Customer marketing notification center and preferences */
.notify-dot[hidden]{display:none}.notifications-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin:4px 0 16px}.notifications-head span{font-size:11px;color:var(--orange-dark);font-weight:800}.notifications-head h2{margin:2px 0 0;font-size:21px}.notifications-head button{border:0;background:#edf3f3;color:var(--navy);border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800;cursor:pointer}.customer-notifications{display:grid;gap:10px}.customer-notification{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff;position:relative}.customer-notification.unread{border-color:#f1ca82;background:#fffaf1}.customer-notification.unread:after{content:"";position:absolute;top:12px;left:12px;width:7px;height:7px;border-radius:50%;background:var(--orange)}.notification-type-icon{width:42px;height:42px;border-radius:13px;background:#fff0d7;color:var(--navy);display:grid;place-items:center;font-weight:900}.customer-notification>div:last-child>span{font-size:9px;color:var(--muted)}.customer-notification h3{margin:3px 0 4px;font-size:14px}.customer-notification p{margin:0;color:#5f7379;font-size:12px;line-height:1.8;white-space:pre-line}.notification-coupon{margin-top:10px;border:1px dashed #dda440;background:#fff7e6;border-radius:10px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--navy);cursor:pointer}.notification-coupon b{letter-spacing:1px}.notification-coupon small{color:#9a6208;font-weight:800}.notification-action{display:inline-flex;margin-top:10px;color:#a76300;font-size:11px;font-weight:900;text-decoration:none}.notification-preferences{gap:9px!important}.preference-toggle{display:grid!important;grid-template-columns:42px 1fr!important;align-items:center;gap:10px!important;background:#f7fafa;border:1px solid var(--line);border-radius:13px;padding:10px 12px;position:relative}.preference-toggle input{position:absolute;opacity:0;pointer-events:none}.preference-toggle>span{width:42px;height:24px;border-radius:999px;background:#cfdadc;position:relative;cursor:pointer}.preference-toggle>span:after{content:"";position:absolute;width:18px;height:18px;top:3px;right:3px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(7,43,53,.2);transition:.18s}.preference-toggle input:checked+span{background:var(--orange)}.preference-toggle input:checked+span:after{transform:translateX(-18px);background:var(--navy)}.preference-toggle>div{display:grid;gap:2px}.preference-toggle b{font-size:12px}.preference-toggle small{font-size:10px;color:var(--muted)}.notification-preferences>p{margin:2px 0 0;padding:9px 11px;border-radius:10px;background:#eef6f3;color:#4c6e62;font-size:10px;line-height:1.7}@media(max-width:520px){.notifications-head{display:grid}.notifications-head button{width:max-content}.customer-notification{grid-template-columns:36px 1fr;padding:12px}.notification-type-icon{width:36px;height:36px}}
