.mts-floating-booking,
.mts-booking-selector,
.mts-booking-selector *,
.mts-booking-selector *::before,
.mts-booking-selector *::after { box-sizing: border-box; }
.mts-booking-selector .mts-booking-selector-close { min-height: 44px !important; max-height: 44px; }

.mts-homepage,
.mts-homepage *,
.mts-homepage *::before,
.mts-homepage *::after { box-sizing: border-box; }
.mts-homepage { margin: 0; color: var(--mts-ink); background: var(--mts-white); font-family: inherit; line-height: 1.55; text-align: left; }
.mts-homepage body { margin: 0; }
.mts-homepage a { color: inherit; }
.mts-homepage img { max-width: 100%; }
#airport-ai-button { display: none !important; }
.mts-shell { width: min(var(--mts-container), calc(100% - 48px)); margin: 0 auto; }
.mts-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.mts-skip-link { position: absolute; top: -70px; left: 18px; z-index: 100; padding: 12px 16px; color: var(--mts-white); background: var(--mts-navy-950); border-radius: 0 0 var(--mts-radius-sm) var(--mts-radius-sm); }
.mts-skip-link:focus { top: 0; }
.mts-icon { width: 20px; height: 20px; display: block; flex: 0 0 auto; }
.mts-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: var(--mts-radius-sm); font-size: 15px; font-weight: 800; line-height: 1; text-decoration: none; transition: transform var(--mts-transition), background-color var(--mts-transition), border-color var(--mts-transition), color var(--mts-transition), box-shadow var(--mts-transition); }
.mts-button .mts-icon, .mts-text-link .mts-icon { width: 17px; height: 17px; }
.mts-button:hover, .mts-button:focus-visible { transform: translateY(-2px); }
.mts-button:focus-visible, .mts-text-link:focus-visible, .mts-primary-nav a:focus-visible, .mts-header-login:focus-visible, .mts-brand:focus-visible, .mts-mobile-panel a:focus-visible, .mts-booking-tabs a:focus-visible, .mts-service-card:focus-visible, .mts-menu-toggle:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 3px; }
.mts-button-gold { color: var(--mts-navy-950) !important; background: var(--mts-gold-300) !important; border-color: var(--mts-gold-300) !important; box-shadow: 0 9px 22px rgba(235, 200, 120, .2); }
.mts-button-gold:hover, .mts-button-gold:focus-visible { color: var(--mts-navy-950) !important; background: var(--mts-white) !important; border-color: var(--mts-white) !important; }
.mts-button-compact { min-height: 44px; padding: 11px 16px; font-size: 14px; }
.mts-text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; text-decoration: none; }
.mts-text-link-light { color: var(--mts-white); }
.mts-text-link-gold { color: var(--mts-gold-300); }
.mts-overline { margin: 0 0 12px; color: var(--mts-gold-700); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.mts-booking-panel .mts-overline, .mts-app-section .mts-overline { color: var(--mts-gold-300); }
.mts-utility-bar { color: #dfeaf2; background: var(--mts-navy-950); font-size: 13px; }
.mts-utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 20px; }
.mts-utility-note, .mts-utility-nav { display: flex; align-items: center; gap: 12px; margin: 0; }
.mts-utility-note { color: #f2f6f8; font-weight: 700; }
.mts-utility-mark { display: inline-flex; color: var(--mts-gold-300); }
.mts-utility-mark .mts-icon { width: 15px; height: 15px; }
.mts-utility-nav a { color: #dfeaf2; text-decoration: none; transition: color var(--mts-transition); }
.mts-utility-nav a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.mts-utility-nav a:hover, .mts-utility-nav a:focus-visible { color: var(--mts-gold-300); }
.mts-language-switcher { position: relative; flex: 0 0 auto; margin: 0; padding-inline-start: 12px; border-inline-start: 1px solid rgba(255,255,255,.2); }
.mts-language-switcher summary { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; color: var(--mts-gold-300); font-weight: 700; list-style: none; cursor: pointer; }
.mts-language-switcher summary::-webkit-details-marker { display: none; }
.mts-language-switcher summary .mts-icon { width: 15px; height: 15px; transition: transform var(--mts-transition); }
.mts-language-switcher[open] summary .mts-icon { transform: rotate(180deg); }
.mts-language-switcher summary:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 2px; }
.mts-language-menu { position: absolute; z-index: 45; top: calc(100% - 2px); inset-inline-end: 0; display: grid; width: 152px; padding: 6px; background: var(--mts-navy-950); border: 1px solid var(--mts-gold-300); border-radius: var(--mts-radius-sm); box-shadow: var(--mts-shadow-md); }
.mts-language-menu a { justify-content: flex-start; min-height: 40px; padding: 8px 10px; border-radius: 4px; font-weight: 700; }
.mts-language-menu a[aria-current="page"] { color: var(--mts-navy-950); background: var(--mts-gold-300); }
.mts-main-header { position: relative; z-index: 20; background: var(--mts-white); border-bottom: 1px solid rgba(6, 24, 46, .1); }
.mts-header-inner { display: flex; align-items: center; min-height: 88px; gap: 26px; }
.mts-brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 142px; text-decoration: none; }
.mts-logo-image { display: block; width: auto; max-width: 164px; max-height: 64px; object-fit: contain; }
.mts-primary-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.mts-primary-nav a { position: relative; color: var(--mts-navy-900); font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.mts-primary-nav a::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; content: ''; background: var(--mts-gold-500); transform: scaleX(0); transform-origin: right; transition: transform var(--mts-transition); }
.mts-primary-nav a:hover::after, .mts-primary-nav a:focus-visible::after, .mts-primary-nav a.is-active::after { transform: scaleX(1); }
.mts-header-actions { display: flex; align-items: center; gap: 15px; margin-left: auto; }
.mts-header-login { display: inline-flex; align-items: center; gap: 7px; color: var(--mts-navy-900); font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.mts-header-login:hover { color: var(--mts-gold-700); }
.mts-header-login .mts-icon { width: 17px; height: 17px; }
.mts-menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; color: var(--mts-navy-950); background: transparent; border: 1px solid var(--mts-border); border-radius: var(--mts-radius-sm); cursor: pointer; }
.mts-menu-toggle .mts-icon { width: 22px; height: 22px; }
.mts-menu-icon-close { display: none; }
.mts-mobile-panel { display: none; background: var(--mts-white); border-top: 1px solid var(--mts-border); box-shadow: var(--mts-shadow-sm); }
.mts-mobile-panel[hidden] { display: none; }
.mts-mobile-panel nav { display: grid; gap: 4px; padding-top: 10px; padding-bottom: 14px; }
.mts-mobile-panel a { padding: 12px 8px; color: var(--mts-navy-900); font-weight: 800; text-decoration: none; border-bottom: 1px solid #eef1f3; }
.mts-hero { position: relative; min-height: 528px; overflow: hidden; color: var(--mts-white); background: var(--mts-navy-950); }
.mts-hero-media, .mts-hero-overlay { position: absolute; inset: 0; }
.mts-hero-media { background: var(--mts-navy-950); }
.mts-hero-media::after { position: absolute; inset: 0; content: ''; background: rgba(6, 24, 46, .18); }
.mts-hero-image { display: block; width: 100%; height: 100%; min-height: 528px; object-fit: cover; object-position: center 52%; }
.mts-hero-background { filter: saturate(.72) contrast(1.06); }
.mts-hero-vehicle { position: absolute; right: clamp(20px, 3vw, 56px); bottom: -56px; z-index: 1; width: min(55vw, 790px); pointer-events: none; filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .36)); }
.mts-hero-vehicle-image { display: block; width: 100%; height: auto; }
.mts-hero-overlay { background: rgba(6, 24, 46, .48); }
.mts-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 528px; padding-top: 48px; padding-bottom: 90px; }
.mts-hero-copy { max-width: 610px; }
.mts-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--mts-gold-300); font-size: 13px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.mts-kicker-line { width: 38px; height: 1px; background: var(--mts-gold-300); }
.mts-hero h1 { max-width: 620px; margin: 0; color: var(--mts-white); font-size: 64px; font-weight: 800; letter-spacing: 0; line-height: 1.05; }
.mts-hero-lead { max-width: 520px; margin: 22px 0 0; color: #edf3f6; font-size: 19px; line-height: 1.65; }
.mts-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.mts-hero-assurance { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; color: #dce8ef; font-size: 13px; font-weight: 700; }
.mts-hero-assurance span { display: inline-flex; align-items: center; gap: 7px; }
.mts-hero-assurance .mts-icon { width: 17px; height: 17px; color: var(--mts-gold-300); }
.mts-booking-wrap { position: relative; z-index: 3; margin-top: -68px; }
.mts-booking-panel { overflow: hidden; color: var(--mts-white); background: var(--mts-navy-950); border: 1px solid rgba(235, 200, 120, .6); border-radius: var(--mts-radius-lg); box-shadow: var(--mts-shadow-lg); }
.mts-booking-tabs { display: flex; align-items: stretch; min-height: 70px; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.mts-booking-tabs a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 190px; padding: 0 22px; color: #b8c9d3; font-size: 14px; font-weight: 800; text-decoration: none; transition: color var(--mts-transition), background-color var(--mts-transition), box-shadow var(--mts-transition); }
.mts-booking-tabs a:hover, .mts-booking-tabs a:focus-visible { color: var(--mts-white); background: rgba(255,255,255,.05); }
.mts-booking-tabs a.is-active { color: var(--mts-navy-950); background: var(--mts-gold-300); box-shadow: inset 0 -3px var(--mts-gold-500); }
.mts-booking-tabs .mts-icon { width: 20px; height: 20px; }
.mts-booking-content { padding: 28px 30px 20px; }
.mts-booking-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.mts-booking-heading h2 { max-width: 430px; margin: 0; color: var(--mts-white); font-size: 28px; line-height: 1.18; }
.mts-booking-heading p:last-child { max-width: 300px; margin: 0; color: #b9cad4; font-size: 13px; }
.mts-booking-fields { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 10px; margin-top: 25px; }
.mts-field-display { position: relative; display: grid; gap: 5px; min-height: 72px; padding: 13px 42px 10px 16px; color: var(--mts-navy-900); background: var(--mts-white); border: 1px solid var(--mts-border); border-radius: var(--mts-radius-sm); }
.mts-field-label { color: var(--mts-muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mts-field-display strong { overflow: hidden; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.mts-field-icon { position: absolute; top: 25px; right: 14px; color: var(--mts-gold-600); }
.mts-field-icon .mts-icon { width: 18px; height: 18px; }
.mts-booking-submit { align-self: stretch; min-width: 124px; }
.mts-booking-footnote { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: #b9cad4; font-size: 12px; }
.mts-booking-footnote .mts-icon { width: 16px; height: 16px; color: var(--mts-gold-300); }
.mts-section { padding: var(--mts-space-9) 0; }
.mts-section-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: end; gap: 40px; margin-bottom: 36px; }
.mts-section-intro h2 { margin: 0; color: var(--mts-navy-950); font-size: 40px; font-weight: 800; line-height: 1.1; }
.mts-section-intro p:last-child { max-width: 420px; margin: 0 0 2px; color: var(--mts-muted); font-size: 16px; }
.mts-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mts-service-card { display: flex; min-height: 262px; flex-direction: column; padding: 24px; color: var(--mts-ink); background: var(--mts-white); border: 1px solid var(--mts-border); border-radius: var(--mts-radius-md); box-shadow: var(--mts-shadow-sm); text-decoration: none; transition: transform var(--mts-transition), border-color var(--mts-transition), box-shadow var(--mts-transition); }
.mts-service-card:hover { transform: translateY(-5px); border-color: var(--mts-gold-500); box-shadow: 0 18px 38px rgba(6,24,46,.13); }
.mts-service-card.is-unavailable { color: #72808a; background: var(--mts-ivory); box-shadow: none; }
.mts-card-topline { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.mts-service-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: var(--mts-gold-600); background: #fbf4e5; border-radius: 50%; }
.mts-service-icon .mts-icon { width: 25px; height: 25px; }
.mts-status-pill { padding: 5px 8px; color: var(--mts-success); background: #e8f3ed; border-radius: 20px; font-size: 10px; font-weight: 900; white-space: nowrap; }
.mts-status-pill.is-muted { color: #6e7880; background: #e7eaec; }
.mts-service-card h3 { margin: 24px 0 8px; color: var(--mts-navy-950); font-size: 20px; line-height: 1.2; }
.mts-service-card p { margin: 0; color: var(--mts-muted); font-size: 14px; line-height: 1.6; }
.mts-service-card.is-unavailable p { color: var(--mts-muted-strong); }
.mts-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--mts-navy-700); font-size: 13px; font-weight: 900; }
.mts-card-link .mts-icon { width: 16px; height: 16px; }
.mts-trust-band { padding: 64px 0; color: var(--mts-white); background: var(--mts-navy-950); }
.mts-trust-layout { display: grid; grid-template-areas: "title title title" "reasons divider statistics"; grid-template-columns: minmax(0, 1fr) 4px minmax(0, 1fr); align-items: stretch; column-gap: 38px; row-gap: 26px; }
.mts-trust-title { grid-area: title; margin: 0; color: var(--mts-white); font-size: 30px; line-height: 1.15; text-align: center; }
.mts-trust-divider { grid-area: divider; width: 4px; height: 100%; background: var(--mts-gold-300); }
.mts-trust-statistics { display: grid; grid-area: statistics; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; }
.mts-trust-statistic { position: relative; display: flex; min-width: 0; min-height: 112px; padding: 18px 14px; align-items: center; align-content: center; flex-direction: column; justify-content: center; text-align: center; }
.mts-trust-statistic + .mts-trust-statistic::before { position: absolute; top: 30%; bottom: 30%; inset-inline-start: 0; width: 1px; background: rgba(244, 193, 92, .58); content: ""; }
.mts-trust-statistic strong { color: var(--mts-gold-300); font-size: 27px; line-height: 1; white-space: nowrap; }
.mts-trust-statistic span { margin-top: 9px; color: var(--mts-white); font-size: 11px; font-weight: 700; line-height: 1.45; }
@media (min-width: 901px) {
    html[dir="rtl"] .mts-trust-layout { grid-template-columns: minmax(0, .9fr) 4px minmax(0, 1.1fr); }
    html[dir="rtl"] .mts-trust-statistics { column-gap: 12px; }
    html[dir="rtl"] .mts-trust-statistic + .mts-trust-statistic::before { inset-inline-start: -6px; }
}
.mts-trust-brand { color: var(--mts-gold-300); }
.mts-trust-reasons { grid-area: reasons; }
.mts-trust-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mts-trust-benefit { display: flex; min-width: 0; min-height: 152px; padding: 18px 10px; align-items: center; flex-direction: column; justify-content: center; gap: 12px; border-inline-end: 1px solid rgba(244, 193, 92, .38); text-align: center; }
.mts-trust-benefit:last-child { border-inline-end: 0; }
.mts-trust-benefit-icon { display: inline-flex; flex: 0 0 40px; align-items: center; justify-content: center; color: var(--mts-gold-300); }
.mts-trust-benefit-icon .mts-icon { width: 28px; height: 28px; }
.mts-trust-benefit-copy { min-width: 0; }
.mts-trust-benefit-copy strong { display: block; color: var(--mts-white); font-size: 14px; line-height: 1.3; }
.mts-trust-benefit-copy small { display: block; margin-top: 4px; color: #dce8ef; font-size: 11px; line-height: 1.45; }
.mts-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.mts-benefit { display: flex; gap: 14px; min-height: 122px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.2); }
.mts-benefit:first-child { padding-left: 0; }
.mts-benefit:last-child { padding-right: 0; border-right: 0; }
.mts-benefit-icon { display: inline-flex; flex: 0 0 auto; color: var(--mts-gold-300); }
.mts-benefit-icon .mts-icon { width: 26px; height: 26px; }
.mts-benefit strong { display: block; color: var(--mts-white); font-size: 15px; }
.mts-benefit p { max-width: 190px; margin: 7px 0 0; color: #b9cad4; font-size: 13px; line-height: 1.5; }
.mts-optional-structure[hidden] { display: none; }
.mts-footer { color: #dce8ef; background: var(--mts-navy-900); }
.mts-footer-main { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 36px 128px 36px 0; }
html[dir="rtl"] .mts-footer-main { padding-right: 0; padding-left: 128px; }
.mts-brand-footer { min-width: 0; }
.mts-brand-footer .mts-logo-image { max-width: 142px; max-height: 58px; }
.mts-footer-copyright { flex: 0 0 auto; color: #b9cad4; font-size: 11px; white-space: nowrap; }
.mts-footer-legal { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 28px; white-space: nowrap; }
.mts-footer-legal a { min-height: 44px; display: inline-flex; align-items: center; color: var(--mts-white); font-size: 13px; font-weight: 700; text-decoration: none; }
.mts-footer-legal a:hover, .mts-footer-legal a:focus-visible { color: var(--mts-gold-300); }
.mts-footer-social { display: flex; flex: 0 0 auto; align-items: center; justify-content: flex-end; gap: 8px; }
.mts-footer-social a, .mts-footer-social .is-disabled { display: inline-grid; width: 42px; height: 42px; place-items: center; color: var(--mts-gold-300); border: 1px solid rgba(235,200,120,.48); border-radius: 50%; }
.mts-footer-social a:hover, .mts-footer-social a:focus-visible { color: var(--mts-navy-950); background: var(--mts-gold-300); }
.mts-footer-social .is-disabled { opacity: .58; cursor: not-allowed; }
.mts-footer-social svg { width: 19px; height: 19px; fill: currentColor; }
.mts-footer-brand p { max-width: 260px; margin: 18px 0 0; color: #b9cad4; font-size: 14px; }
.mts-footer-column { display: grid; align-content: start; gap: 0; }
.mts-footer-column h2 { margin: 0 0 8px; color: var(--mts-gold-300); font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.mts-footer-column a { display: flex; min-height: 44px; align-items: center; color: #dce8ef; font-size: 14px; text-decoration: none; }
.mts-footer-column a:hover, .mts-footer-column a:focus-visible { color: var(--mts-gold-300); }
.mts-footer-callout { display: grid; align-content: start; gap: 12px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.mts-footer-callout-icon { color: var(--mts-gold-300); }
.mts-footer-callout-icon .mts-icon { width: 25px; height: 25px; }
.mts-footer-callout strong { color: var(--mts-white); font-size: 17px; }
@media (max-width: 1120px) {
    .mts-primary-nav { gap: 16px; }
    .mts-primary-nav a { font-size: 13px; }
    .mts-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mts-booking-fields { grid-template-columns: 1fr 1fr; }
    .mts-booking-submit { min-height: 52px; }
}
@media (max-width: 900px) {
    .mts-header-inner { min-height: 78px; }
    .mts-primary-nav, .mts-header-login { display: none; }
    .mts-menu-toggle { display: inline-flex; }
    .mts-mobile-panel:not([hidden]) { display: block; }
    .mts-hero, .mts-hero-image, .mts-hero-inner { min-height: 500px; }
    .mts-hero h1 { font-size: 52px; }
    .mts-section-intro { grid-template-columns: 1fr; gap: 14px; }
    .mts-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mts-benefit:nth-child(2) { border-right: 0; }
    .mts-benefit:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.2); }
    .mts-benefit:nth-child(3) { padding-left: 0; }
    .mts-footer-main { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 12px; padding-right: 0; padding-left: 0; }
    .mts-footer-legal { flex-wrap: wrap; white-space: normal; }
    .mts-footer-social { grid-column: auto; justify-content: center; }
    .mts-footer-callout { padding-left: 0; border-left: 0; }
}
@media (min-width: 901px) and (max-width: 1120px) {
    .mts-footer-main { display: flex; justify-content: space-around; justify-items: normal; gap: 14px; padding-inline-end: 128px; }
    .mts-brand-footer .mts-logo-image { max-width: 70px; max-height: 40px; }
    .mts-footer-copyright { font-size: 9px; }
    .mts-footer-legal { flex-wrap: nowrap; gap: 5px; white-space: nowrap; }
    .mts-footer-legal a { min-height: 32px; font-size: 8.5px; }
    .mts-footer-social { gap: 3px; }
    .mts-footer-social a, .mts-footer-social .is-disabled { width: 26px; height: 26px; }
    .mts-footer-social svg { width: 13px; height: 13px; }
}
@media (max-width: 640px) {
    .mts-shell { width: min(100% - 32px, 560px); }
    .mts-utility-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; min-height: 58px; padding: 8px 0; }
    .mts-utility-nav { gap: 10px; }
    .mts-header-inner { min-height: 72px; gap: 12px; }
    .mts-logo-image { max-width: 122px; max-height: 52px; }
    .mts-header-actions { gap: 8px; }
    .mts-button-compact { min-height: 44px; padding: 10px 12px; font-size: 12px; }
    .mts-hero, .mts-hero-image, .mts-hero-inner { min-height: 560px; }
    .mts-hero-image { object-position: 65% center; }
    .mts-hero-overlay { background: rgba(6, 24, 46, .63); }
    .mts-hero-inner { align-items: start; padding-top: 72px; padding-bottom: 110px; }
    .mts-hero h1 { max-width: 460px; font-size: 42px; }
    .mts-hero-lead { font-size: 16px; }
    .mts-hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
    .mts-hero-actions .mts-button { align-self: start; }
    .mts-hero-assurance { flex-direction: column; gap: 10px; }
    .mts-booking-wrap { margin-top: -78px; }
    .mts-booking-tabs { overflow-x: auto; min-height: 64px; padding: 0 10px; }
    .mts-booking-tabs a { min-width: 170px; padding: 0 12px; font-size: 12px; white-space: nowrap; }
    .mts-booking-content { padding: 24px 18px 18px; }
    .mts-booking-heading { align-items: start; flex-direction: column; gap: 9px; }
    .mts-booking-heading h2 { font-size: 24px; }
    .mts-booking-heading p:last-child { max-width: none; }
    .mts-booking-fields { grid-template-columns: 1fr; gap: 9px; }
    .mts-booking-submit { width: 100%; }
    .mts-section { padding: 64px 0; }
    .mts-section-intro h2, .mts-trust-heading h2 { font-size: 32px; }
    .mts-service-grid { grid-template-columns: 1fr; gap: 12px; }
    .mts-service-card { min-height: 228px; }
    .mts-benefit-grid { grid-template-columns: 1fr; }
    .mts-benefit, .mts-benefit:nth-child(3) { padding: 20px 0; border-right: 0; }
    .mts-benefit:first-child { padding-top: 0; }
    .mts-benefit:nth-child(n+2) { border-top: 1px solid rgba(255,255,255,.2); }
    .mts-footer-main { grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 30px 0 26px; }
    .mts-footer-legal { flex-wrap: wrap; gap: 4px 18px; text-align: center; white-space: normal; }
    .mts-footer-social { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
    .mts-homepage *, .mts-homepage *::before, .mts-homepage *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* The shared component system keeps its layout; only reading direction changes for Arabic. */
html[dir="rtl"] .mts-homepage { direction: rtl; text-align: right; }
html[dir="rtl"] .mts-homepage .mts-field-display { padding-right: 16px; padding-left: 42px; }
html[dir="rtl"] .mts-homepage .mts-field-icon { right: auto; left: 14px; }
html[dir="rtl"] .mts-homepage .mts-button .mts-icon,
html[dir="rtl"] .mts-homepage .mts-text-link .mts-icon,
html[dir="rtl"] .mts-homepage .mts-card-link .mts-icon { transform: scaleX(-1); }
html[dir="rtl"] .mts-homepage .mts-kicker-line { order: 2; }
html[dir="rtl"] .mts-homepage .mts-benefit { border-right: 0; border-left: 1px solid rgba(255,255,255,.2); }
html[dir="rtl"] .mts-homepage .mts-benefit:first-child { padding-right: 0; padding-left: 20px; }
html[dir="rtl"] .mts-homepage .mts-benefit:last-child { padding-left: 0; border-left: 0; }
html[dir="rtl"] .mts-homepage .mts-footer-callout { padding-right: 24px; padding-left: 0; border-right: 1px solid rgba(255,255,255,.18); border-left: 0; }
@media (max-width: 900px) {
    html[dir="rtl"] .mts-homepage .mts-benefit:nth-child(2) { border-left: 0; }
    html[dir="rtl"] .mts-homepage .mts-benefit:nth-child(3) { padding-right: 0; }
}
@media (max-width: 640px) {
    html[dir="rtl"] .mts-homepage .mts-benefit,
    html[dir="rtl"] .mts-homepage .mts-benefit:nth-child(3) { padding: 20px 0; border-left: 0; }
    html[dir="rtl"] .mts-homepage .mts-benefit:first-child { padding-top: 0; padding-left: 0; }
    html[dir="rtl"] .mts-homepage .mts-footer-callout { padding-right: 0; border-right: 0; }
}

/* Day 45 homepage sections */
.mts-app-section { padding: 76px 0; color: var(--mts-navy-950); background-color: var(--mts-white); background-image: url('../images/mts-app-landmarks-v1.png'); background-position: center bottom; background-repeat: no-repeat; background-size: cover; overflow: hidden; }
.mts-app-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); align-items: center; gap: 64px; }
.mts-app-copy h2, .mts-content-narrow h2 { max-width: 660px; margin: 0 0 16px; color: var(--mts-white); font-size: 50px; line-height: 1.08; }
.mts-app-copy p:not(.mts-overline) { max-width: 560px; margin: 0 0 22px; color: #dce8ef; font-size: 17px; line-height: 1.7; }
.mts-app-preview { display: grid; place-items: center; min-height: 230px; padding: 36px; border: 1px solid rgba(235,200,120,.65); border-radius: var(--mts-radius-md); background: rgba(255,255,255,.07); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.mts-app-preview-mark { display: grid; place-items: center; width: 112px; height: 112px; border: 2px solid var(--mts-gold-300); border-radius: 28px; color: var(--mts-gold-300); font-size: 27px; font-weight: 900; letter-spacing: .08em; }
.mts-app-preview-lines { display: grid; gap: 9px; width: min(100%, 220px); margin-top: 24px; }
.mts-app-preview-lines span { display: block; height: 8px; border-radius: 10px; background: rgba(255,255,255,.2); }
.mts-app-preview-lines span:first-child { width: 76%; background: rgba(235,200,120,.75); }
.mts-testimonials-section, .mts-partners-section { padding: 70px 0; background: var(--mts-white); }
.mts-partners-section { background: var(--mts-ivory); }
.mts-content-narrow { text-align: center; }
.mts-content-narrow .mts-overline { margin-bottom: 12px; }
.mts-content-narrow h2 { margin-right: auto; margin-left: auto; color: var(--mts-navy-950); }
.mts-content-state, .mts-partner-state { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; max-width: 100%; padding: 14px 20px; border: 1px solid var(--mts-border); border-radius: var(--mts-radius-sm); color: var(--mts-muted); background: var(--mts-white); font-size: 14px; font-weight: 800; }
.mts-partner-state { display: flex; border-color: rgba(209,154,54,.45); background: transparent; }
.mts-content-state-icon { display: inline-flex; color: var(--mts-gold-600); }
.mts-content-state-icon .mts-icon { width: 20px; height: 20px; }
.mts-partner-rule { width: 90px; height: 1px; background: var(--mts-gold-500); }
@media (max-width: 700px) {
    .mts-app-section, .mts-testimonials-section, .mts-partners-section { padding: 52px 0; }
    .mts-app-layout { grid-template-columns: 1fr; gap: 34px; }
    .mts-app-preview { min-height: 190px; }
    .mts-content-narrow h2, .mts-app-copy h2 { font-size: 32px; }
    .mts-content-state, .mts-partner-state { width: 100%; }
}
html[dir="rtl"] .mts-app-layout { direction: rtl; }

@media (max-width: 900px) {
    .mts-trust-layout { grid-template-areas: "title" "statistics" "divider" "reasons"; grid-template-columns: 1fr; gap: 28px; }
    .mts-trust-divider { width: 100%; height: 3px; }
    .mts-trust-benefits { grid-template-columns: 1fr; border-bottom: 0; }
    .mts-trust-benefit { min-height: 104px; padding: 18px; border-inline-end: 0; border-bottom: 1px solid rgba(244, 193, 92, .38); }
    .mts-trust-benefit:last-child { border-bottom: 0; }
    .mts-trust-benefit-copy { text-align: center; }
}
@media (max-width: 520px) {
    .mts-trust-band { padding: 46px 0; }
    .mts-trust-layout { gap: 24px; }
    .mts-trust-statistic { min-height: 102px; padding: 12px 6px; }
    .mts-trust-statistic strong { font-size: 21px; }
    .mts-trust-statistic span { font-size: 9px; }
    .mts-trust-title { font-size: 26px; }
}
@media (max-width: 700px) { body.mts-homepage .mts-floating-booking { display: inline-flex; } }

/* Day 45 responsive and accessibility guardrails. */
#mts-main { scroll-margin-top: 24px; }
.mts-homepage :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid var(--mts-gold-300);
    outline-offset: 3px;
}
.mts-homepage :where(input, select, textarea) {
    max-width: 100%;
    min-width: 0;
}
.mts-homepage :where(h1, h2, h3, p, a, strong, label, span) {
    overflow-wrap: anywhere;
}
.mts-homepage :where(button, input[type="submit"], input[type="button"]) {
    min-height: 44px;
}
body.mts-application .ptm-configurable-form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.mts-homepage .ptm-configurable-form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
    min-height: 46px;
    padding: 11px 13px;
    border-radius: var(--mts-radius-sm);
    font-size: 16px;
}
body.mts-application .ptm-configurable-form textarea,
.mts-homepage .ptm-configurable-form textarea { min-height: 116px; resize: vertical; }
body.mts-application .ptm-configurable-form :where(button, .ptm-inline-option),
.mts-homepage .ptm-configurable-form :where(button, .ptm-inline-option) { min-height: 46px; }
body.mts-application .ptm-configurable-form button,
.mts-homepage .ptm-configurable-form button { padding: 11px 16px; }
body.mts-application .ptm-configurable-form :where(input[type="checkbox"], input[type="radio"]),
.mts-homepage .ptm-configurable-form :where(input[type="checkbox"], input[type="radio"]) { width: 20px !important; height: 20px; min-height: 20px; }
body.mts-application .ptm-configurable-form :where(.ptm-field-label, .ptm-config-field > label),
.mts-homepage .ptm-configurable-form :where(.ptm-field-label, .ptm-config-field > label) { color: var(--mts-navy-950); font-weight: 800; }
body.mts-application .ptm-configurable-form :where(.ptm-luggage-row, .ptm-dynamic-row),
.mts-homepage .ptm-configurable-form :where(.ptm-luggage-row, .ptm-dynamic-row) { display: grid; grid-template-columns: minmax(0, 1fr) minmax(100px, .45fr); gap: 8px; margin-bottom: 8px; }
.mts-homepage :where(button, input, select, textarea):disabled,
.mts-homepage [aria-disabled="true"] {
    cursor: not-allowed;
}
.mts-homepage [aria-busy="true"] { cursor: progress; }
.mts-homepage .mts-booking-tabs { scrollbar-width: none; -ms-overflow-style: none; }
.mts-homepage .mts-booking-tabs::-webkit-scrollbar { display: none; }
@media (max-width: 1120px) {
    .mts-header-inner { gap: 16px; }
    .mts-primary-nav { gap: 14px; }
    .mts-header-actions { gap: 10px; }
    .mts-brand { min-width: 126px; }
    .mts-logo-image { max-width: 146px; }
}
@media (max-width: 900px) {
    .mts-homepage .mts-shell { width: min(100% - 40px, var(--mts-container)); }
    .mts-homepage .mts-hero-copy { max-width: 100%; }
}
@media (max-width: 640px) {
    .mts-homepage .mts-shell { width: min(100% - 32px, 560px); }
    .mts-homepage .mts-content-state,
    .mts-homepage .mts-partner-state { overflow-wrap: anywhere; }
    .mts-homepage .mts-statistic strong { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) {
    .mts-homepage :where(a, button, input, select, textarea):focus-visible { transition: none; }
}

/* Day 45 mobile RTL repair. */
.mts-homepage .mts-header-inner,
.mts-homepage .mts-header-actions,
.mts-homepage .mts-brand,
.mts-homepage .mts-hero-copy { min-width: 0; }
.mts-homepage .mts-hero-copy { width: 100%; }
@media (max-width: 640px) {
    .mts-homepage .mts-brand { flex: 1 1 auto; }
    .mts-homepage .mts-brand .mts-logo-image { max-width: 110px; max-height: 48px; }
    .mts-homepage .mts-header-actions { flex: 0 0 auto; max-width: 162px; }
    .mts-homepage .mts-header-actions .mts-button-compact {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mts-homepage .mts-hero-copy { width: 100%; min-width: 0; }
}
html[dir="rtl"] .mts-homepage .mts-header-actions { margin-right: auto; margin-left: 0; }

/* Day 45 narrow layout repair. */
@media (max-width: 640px) {
    .mts-homepage .mts-header-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        width: calc(100% - 32px);
        gap: 8px;
    }
    .mts-homepage .mts-header-actions { margin: 0; }
    .mts-homepage .mts-hero-inner {
        width: calc(100% - 32px);
        min-width: 0;
    }
    .mts-homepage .mts-hero-copy,
    .mts-homepage .mts-hero h1,
    .mts-homepage .mts-hero-lead,
    .mts-homepage .mts-hero-assurance { max-width: 100%; }
}

/* Day 45 medium-width navigation repair. */
@media (max-width: 1120px) and (min-width: 641px) {
    .mts-header-inner { min-height: 78px; }
    .mts-primary-nav { display: none; }
    .mts-menu-toggle { display: inline-flex; }
}

/* Route unification: keep application pages inside the same MTS shell. */
body.mts-application #airport-ai-button { display: none !important; }
body.mts-application .mts-application-main { padding: 48px 0 88px; background: var(--mts-ivory); }
body.mts-application .mts-application-content { width: min(var(--mts-container), calc(100% - 48px)); margin: 0 auto; }
body.mts-application .mts-application-heading { margin: 0 auto 24px; }
body.mts-application .mts-application-heading h1 { margin: 0; color: var(--mts-navy-950); font-size: 32px; line-height: 1.12; }
body.mts-application .mts-application-renderer { max-width: 980px; margin: 0 auto; }
body.mts-application .mts-application-renderer > .ptm-form { max-width: none; padding: 28px; background: var(--mts-white); border: 1px solid var(--mts-border); border-radius: var(--mts-radius-md); box-shadow: var(--mts-shadow-sm); }
body.mts-application .mts-application-renderer > .ptm-form > h2 { margin-top: 0; }
.mts-floating-booking { position: fixed; right: auto; bottom: 28px; left: clamp(20px, 5vw, 76px); z-index: 70; display: inline-flex; width: 104px; height: 104px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 12px; color: #fff !important; background: #009fe3; border: 4px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 18px 42px rgba(0, 58, 102, .3); font: inherit; font-size: 15px; font-weight: 900; line-height: 1.1; text-align: center; cursor: pointer; transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.mts-floating-booking:hover, .mts-floating-booking:focus-visible { color: #fff !important; background: #007fba; box-shadow: 0 22px 48px rgba(0, 58, 102, .38); transform: translateY(-3px); }
.mts-floating-booking:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 4px; }
.mts-floating-booking .mts-icon { width: 22px; height: 22px; }
.mts-floating-booking-icon { display: inline-flex; }
.mts-floating-booking--fixed { width: 104px; height: 104px; padding: 12px; font-size: 15px; }
html[dir="rtl"] .mts-floating-booking { right: auto; left: clamp(20px, 5vw, 76px); }
body.admin-bar .mts-floating-booking { bottom: 56px; }
body.mts-homepage .mts-floating-booking { position: absolute; top: auto; right: auto; bottom: 28px; left: clamp(24px, 5vw, 76px); z-index: 6; }
html[dir="rtl"] body.mts-homepage .mts-floating-booking { right: auto; left: clamp(24px, 5vw, 76px); }
body.admin-bar.mts-homepage .mts-floating-booking { top: auto; bottom: 28px; }
.mts-booking-hero-anchor { position: relative; }
.mts-booking-hero-anchor > .mts-floating-booking--hero {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 28px;
    left: clamp(24px, 5vw, 76px);
    margin: 0;
    inset-inline-end: auto;
    z-index: 6;
    transform: none;
}
body.admin-bar .mts-booking-hero-anchor > .mts-floating-booking--hero { top: auto; bottom: 28px; }
.mts-booking-hero-anchor > .mts-floating-booking--hero:hover,
.mts-booking-hero-anchor > .mts-floating-booking--hero:focus-visible { transform: translateY(-3px); }
.mts-booking-content-anchor { position: relative; min-height: 160px; }
.mts-booking-content-anchor > .mts-floating-booking--content {
    position: absolute;
    top: clamp(160px, 80%, 420px);
    right: auto;
    bottom: auto;
    left: clamp(24px, 5vw, 76px);
    margin: 0;
    inset-inline-end: auto;
    z-index: 6;
    transform: translateY(-50%);
}
body.admin-bar .mts-booking-content-anchor > .mts-floating-booking--content { top: clamp(160px, 80%, 420px); bottom: auto; }
.mts-booking-content-anchor > .mts-floating-booking--content:hover,
.mts-booking-content-anchor > .mts-floating-booking--content:focus-visible { transform: translateY(calc(-50% - 3px)); }
body.mts-booking-selector-open { overflow: hidden; }
html:has(body.mts-booking-selector-open) { overflow: hidden; }
.mts-booking-selector[hidden] { display: none !important; }
.mts-booking-selector { position: fixed; inset: 0; z-index: 90; display: grid; align-items: center; justify-items: center; padding: 24px; }
.mts-booking-selector-backdrop { position: absolute; inset: 0; background: rgba(3, 18, 31, .72); }
.mts-booking-selector-dialog { position: relative; width: min(980px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 30px; color: var(--mts-white); background: var(--mts-navy-950); border: 1px solid var(--mts-gold-300); border-radius: var(--mts-radius-lg); box-shadow: var(--mts-shadow-lg); }

.mts-booking-form-host .ptm-datetime-control { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(88px, .55fr) minmax(88px, .55fr); gap: 10px; }
.mts-booking-form-host .ptm-datetime-part { display: grid; gap: 5px; min-width: 0; color: #526173; font-size: 13px; font-weight: 700; }
.mts-booking-form-host .ptm-datetime-part :is(input, select) { min-height: 46px; font-size: 16px; }
.mts-booking-form-host .ptm-luggage-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(88px, .34fr) auto; gap: 10px; align-items: end; margin-bottom: 10px; }
.mts-booking-form-host .ptm-remove-row { min-height: 44px; padding: 9px 12px; color: #8a1f1f; background: #fff; border: 1px solid #d9a7a7; border-radius: 10px; font: inherit; font-weight: 700; cursor: pointer; }
.mts-booking-form-host .ptm-form-submit-status { margin: 12px 0 0; padding: 11px 13px; color: #28516e; background: #eef6fb; border-radius: 12px; line-height: 1.45; }
.mts-booking-form-host .ptm-form-submit-status.is-error { color: #8a1f1f; background: #fff1f1; }
.mts-booking-selector-close { position: absolute; top: 14px; right: 14px; display: inline-grid; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--mts-white); background: var(--mts-navy-900); border: 1px solid var(--mts-gold-300); border-radius: 50%; font: inherit; font-size: 26px; line-height: 1; cursor: pointer; }
html[dir="rtl"] .mts-booking-selector-close { right: auto; left: 14px; }
html[dir="rtl"] .mts-booking-selector-dialog:has(.mts-booking-form-view:not([hidden])) .mts-booking-selector-close { right: 14px; left: auto; }
.mts-booking-selector-back { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; margin: 0 54px 20px 0; padding: 8px 12px; color: var(--mts-white); background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: var(--mts-radius-sm); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
html[dir="rtl"] .mts-booking-selector-back { margin-right: 0; margin-left: 54px; }
.mts-booking-selector-back .mts-icon { width: 17px; height: 17px; }
html[dir="rtl"] .mts-booking-selector-back .mts-icon { transform: scaleX(-1); }
.mts-booking-selector-kicker { margin: 0 0 6px; color: var(--mts-gold-300); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.mts-booking-selector-dialog h2 { margin: 0; color: var(--mts-white); font-size: 28px; }
.mts-booking-selector-intro { margin: 8px 52px 22px 0; color: #c3d3dc; }
html[dir="rtl"] .mts-booking-selector-intro { margin-right: 0; margin-left: 52px; }
.mts-booking-selector-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mts-booking-selector-grid button { display: grid; min-height: 68px; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 12px; padding: 13px 15px; color: var(--mts-white); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.2); border-radius: var(--mts-radius-sm); font: inherit; font-weight: 800; text-align: start; cursor: pointer; }
.mts-booking-selector-grid button:hover, .mts-booking-selector-grid button:focus-visible { color: var(--mts-navy-950) !important; background-color: var(--mts-gold-300) !important; border-color: var(--mts-gold-300); }
.mts-booking-selector-grid button:focus-visible, .mts-booking-selector-close:focus-visible, .mts-booking-selector-back:focus-visible, .mts-booking-retry:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 2px; }
.mts-booking-selector-icon { color: var(--mts-gold-300); }
.mts-booking-selector-grid .mts-icon { width: 21px; height: 21px; }
.mts-booking-selector-grid button:hover .mts-booking-selector-icon, .mts-booking-selector-grid button:focus-visible .mts-booking-selector-icon { color: var(--mts-navy-950); }
.mts-booking-form-title { margin: 0 54px 18px 0 !important; }
html[dir="rtl"] .mts-booking-form-title { margin-right: 0 !important; margin-left: 54px !important; }
.mts-booking-form-status { margin: 14px 0; padding: 14px 16px; color: var(--mts-navy-950); background: var(--mts-gold-100); border-radius: var(--mts-radius-sm); font-weight: 800; }
.mts-booking-form-status.is-error { color: #7a1d1d; background: #fff0f0; }
.mts-booking-form-host [data-mts-booking-cache][hidden] { display: none !important; }
.mts-booking-form-host .ptm-configurable-form-wrap { margin: 0 auto; border-radius: var(--mts-radius-md); }
.mts-booking-form-host .ptm-configurable-form-wrap > header { padding: 20px 20px 0; color: var(--mts-navy-950); background: var(--mts-white); border-radius: var(--mts-radius-md) var(--mts-radius-md) 0 0; }
.mts-booking-form-host .ptm-configurable-form-wrap > header h2 { color: var(--mts-navy-950); font-size: 23px; }
.mts-booking-form-host .ptm-configurable-form { margin: 0; border-radius: 0 0 var(--mts-radius-md) var(--mts-radius-md); }
.mts-booking-retry { min-height: 44px; padding: 10px 18px; color: var(--mts-navy-950); background: var(--mts-gold-300); border: 0; border-radius: var(--mts-radius-sm); font: inherit; font-weight: 900; cursor: pointer; }
.mts-service-form-entry { max-width: 760px; padding: clamp(28px, 5vw, 56px); color: var(--mts-navy-950); background: var(--mts-white); border: 1px solid var(--mts-border); border-radius: var(--mts-radius-lg); box-shadow: var(--mts-shadow-sm); }
.mts-service-form-entry h1 { margin: 8px 0 14px; color: var(--mts-navy-950); }
.mts-service-form-entry > p:last-child { margin: 0; color: var(--mts-text-muted); font-size: 17px; line-height: 1.7; }
.mts-live-main { min-height: 60vh; padding-bottom: 88px; background: var(--mts-ivory); }
.mts-live-hero { padding: clamp(48px, 7vw, 86px) 0 clamp(34px, 5vw, 58px); color: var(--mts-white); background: linear-gradient(135deg, var(--mts-navy-950), var(--mts-navy-800)); }
.mts-live-hero .mts-overline { color: var(--mts-gold-300); }
.mts-live-hero h1 { max-width: 900px; margin: 8px 0 0; color: var(--mts-white); font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.mts-live-layout { padding-top: clamp(28px, 5vw, 58px); }
.mts-live-article { max-width: 980px; margin: 0 auto; padding: clamp(24px, 5vw, 56px); color: var(--mts-navy-950); background: var(--mts-white); border: 1px solid var(--mts-border); border-radius: var(--mts-radius-lg); box-shadow: var(--mts-shadow-sm); font-family: var(--mts-font-body, "Lato", "Segoe UI", Arial, sans-serif); }
.mts-live-article :where(h2,h3,h4) { max-width: 28ch; color: var(--mts-navy-950); font-family: var(--mts-font-display, "Lato", "Segoe UI", Arial, sans-serif); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; text-wrap: balance; }
.mts-live-article h2 { margin: 48px 0 16px; font-size: var(--mts-type-headline, 2.5rem); }
.mts-live-article h3 { margin: 36px 0 12px; font-size: var(--mts-type-title, 1.25rem); }
.mts-live-article h4 { margin: 28px 0 10px; font-size: var(--mts-type-title, 1.25rem); }
.mts-live-article :where(p,li) { max-width: 72ch; color: #34495a; font-family: inherit; font-size: var(--mts-type-body, 1rem); line-height: 1.72; }
.mts-live-article p { margin: 0 0 16px; }
.mts-live-article .mts-live-prose { margin-bottom: 10px; }
.mts-live-article :where(div,p,b):empty { display: none; }
.mts-live-steps,
.mts-live-points { display: grid; max-width: 72ch; gap: 8px; margin: 16px 0 28px; padding: 0; list-style: none; }
.mts-live-steps { counter-reset: mts-live-step; }
.mts-live-steps li,
.mts-live-points li { position: relative; min-height: 32px; margin: 0; padding: 3px 0 3px 42px; }
.mts-live-steps li { counter-increment: mts-live-step; }
.mts-live-steps li::before,
.mts-live-points li::before { position: absolute; top: 1px; left: 0; display: inline-grid; width: 30px; height: 30px; place-items: center; color: var(--mts-white); background: var(--mts-navy-900); border-radius: 50%; font-size: var(--mts-type-label, .75rem); font-weight: 900; line-height: 1; }
.mts-live-steps li::before { content: counter(mts-live-step); }
.mts-live-points li::before { content: ''; width: 9px; height: 9px; top: 12px; left: 10px; background: var(--mts-gold-500); }
html[dir="rtl"] .mts-live-steps li,
html[dir="rtl"] .mts-live-points li { padding-right: 42px; padding-left: 0; }
html[dir="rtl"] .mts-live-steps li::before,
html[dir="rtl"] .mts-live-points li::before { right: 0; left: auto; }
.mts-live-fleet { margin: 0 0 56px; overflow: hidden; color: var(--mts-white); background: var(--mts-navy-950); border-radius: var(--mts-radius-lg); }
.mts-live-fleet-heading { display: grid; max-width: 72ch; gap: 10px; padding: clamp(28px, 5vw, 46px); }
.mts-live-article .mts-live-fleet-heading h2 { max-width: 18ch; margin: 0; color: var(--mts-white); font-size: var(--mts-type-headline, 2.5rem); }
.mts-live-article .mts-live-fleet-heading p { max-width: 65ch; margin: 0; color: #d5e2e9; }
.mts-live-fleet-bands { display: grid; gap: 1px; background: rgba(255,255,255,.16); }
.mts-live-fleet-band { display: grid; min-width: 0; min-height: 300px; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .75fr); margin: 0; background: var(--mts-ivory); }
.mts-live-fleet-band.is-vans { grid-template-columns: minmax(250px, .75fr) minmax(0, 1.55fr); }
.mts-live-fleet-band.is-vans .mts-live-fleet-media { order: 2; }
.mts-live-fleet-band.is-vans figcaption { order: 1; }
.mts-live-fleet-media { min-width: 0; overflow: hidden; }
.mts-live-article .mts-live-fleet-media img { display: block; width: 100%; height: 100%; min-height: 300px; margin: 0; object-fit: cover; object-position: center; border-radius: 0; transition: transform 700ms cubic-bezier(.16,1,.3,1); }
.mts-live-fleet-band:hover .mts-live-fleet-media img { transform: scale(1.025); }
.mts-live-fleet-band figcaption { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(24px, 4vw, 38px); color: var(--mts-navy-950); }
.mts-live-article .mts-live-fleet-band h3 { max-width: 15ch; margin: 0 0 10px; color: var(--mts-navy-950); font-size: var(--mts-type-title, 1.25rem); }
.mts-live-article .mts-live-fleet-band figcaption > p { margin: 0 0 22px; color: #34495a; line-height: 1.6; }
.mts-live-fleet-classes { display: grid; max-width: none; gap: 0; margin: auto 0 0; padding: 0; list-style: none; border-top: 1px solid var(--mts-border); }
.mts-live-article .mts-live-fleet-classes li { position: relative; max-width: none; padding: 9px 0 9px 18px; color: var(--mts-navy-950); border-bottom: 1px solid var(--mts-border); font-size: var(--mts-type-label, .75rem); font-weight: 900; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.mts-live-fleet-classes li::before { position: absolute; top: 15px; left: 1px; width: 6px; height: 6px; content: ''; background: var(--mts-gold-500); border-radius: 50%; }
html[dir="rtl"] .mts-live-article .mts-live-fleet-classes li { padding-right: 18px; padding-left: 0; }
html[dir="rtl"] .mts-live-fleet-classes li::before { right: 1px; left: auto; }
.mts-live-article a { color: #006ca8; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.mts-live-article img { display: block; max-width: 100%; height: auto; margin: 22px auto; border-radius: var(--mts-radius-sm); }
.mts-live-content-page .mts-floating-booking { position: fixed !important; top: auto !important; right: 18px !important; bottom: 18px !important; width: 88px; height: 88px; z-index: 70; }
html[dir="rtl"] .mts-live-content-page .mts-floating-booking { right: auto !important; left: 18px !important; }
.mts-live-featured-media { overflow: hidden; margin: 0 0 34px; border-radius: var(--mts-radius-md); }
.mts-live-featured-media img { width: 100%; max-height: 460px; margin: 0; object-fit: cover; }
.mts-live-table-scroll { width: 100%; max-width: 100%; margin: 20px 0 32px; overflow-x: auto; overflow-y: hidden; border: 1px solid var(--mts-border); border-radius: var(--mts-radius-card, 12px); scrollbar-gutter: stable; overscroll-behavior-inline: contain; }
.mts-live-table-scroll:focus-visible { outline: 3px solid var(--mts-gold-500); outline-offset: 3px; }
.mts-live-article table { width: 100%; max-width: none; margin: 0; border: 0; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.mts-live-article :where(th,td) { min-width: 0; padding: 13px 15px; overflow-wrap: anywhere; border: 0; border-inline-end: 1px solid var(--mts-border); border-block-end: 1px solid var(--mts-border); color: var(--mts-navy-950); font-family: inherit; font-size: var(--mts-type-body, 1rem); line-height: 1.5; text-align: start; vertical-align: middle; white-space: normal; }
.mts-live-article tr:last-child :where(th,td) { border-block-end: 0; }
.mts-live-article :where(th,td):last-child { border-inline-end: 0; }
.mts-live-article th { background: var(--mts-gold-100); }
.mts-live-article td[rowspan] { background: #f7f9fa; }
@media (max-width: 700px) {
    .mts-live-article { padding: 24px 18px 32px; }
    .mts-live-article h2 { margin-top: 40px; font-size: calc(var(--mts-type-headline, 2.5rem) * .8); }
    .mts-live-fleet { margin-bottom: 40px; }
    .mts-live-fleet-heading { padding: 26px 22px 28px; }
    .mts-live-article .mts-live-fleet-heading h2 { font-size: calc(var(--mts-type-headline, 2.5rem) * .8); }
    .mts-live-fleet-band,
    .mts-live-fleet-band.is-vans { min-height: 0; grid-template-columns: 1fr; }
    .mts-live-fleet-band.is-vans .mts-live-fleet-media,
    .mts-live-fleet-band.is-vans figcaption { order: initial; }
    .mts-live-article .mts-live-fleet-media img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
    .mts-live-fleet-band figcaption { padding: 24px 22px 28px; }
    .mts-live-article .mts-live-fleet-band figcaption > p { margin-bottom: 18px; }
    .mts-live-article table { min-width: 620px; font-size: var(--mts-type-label, .75rem); }
    .mts-live-table-scroll.is-wide table { min-width: 760px; }
    .mts-live-article :where(th,td) { padding: 11px 9px; font-size: var(--mts-type-label, .75rem); }
}
@media (max-width: 640px) {
    body.mts-application .mts-application-main { padding: 32px 0 72px; }
    body.mts-application .mts-application-content { width: calc(100% - 32px); }
    body.mts-application .mts-application-heading h1 { font-size: 25px; }
    body.mts-application .mts-application-renderer > .ptm-form { padding: 18px; }
    .mts-floating-booking { right: auto; bottom: max(14px, env(safe-area-inset-bottom)); left: 14px; width: 78px; height: 78px; padding: 8px; border-width: 3px; font-size: 12px; white-space: normal; }
    .mts-floating-booking--fixed,
    .mts-live-content-page .mts-floating-booking--fixed { width: 68px !important; height: 68px !important; padding: 7px !important; font-size: 10px !important; inset-inline-end: 16px !important; }
    body.mts-homepage .mts-floating-booking { top: auto; right: auto; bottom: 14px; left: 16px; width: 68px; height: 68px; padding: 7px; font-size: 10px; }
    html[dir="rtl"] .mts-floating-booking { right: auto; left: 16px; }
    html[dir="rtl"] body.mts-homepage .mts-floating-booking { right: auto; left: 16px; }
    body.admin-bar .mts-floating-booking { bottom: 62px; }
    body.admin-bar.mts-homepage .mts-floating-booking { top: auto; bottom: 14px; }
    .mts-booking-hero-anchor > .mts-floating-booking--hero,
    body.admin-bar .mts-booking-hero-anchor > .mts-floating-booking--hero { position: absolute; top: auto; bottom: 14px; transform: none; }
    .mts-booking-hero-anchor > .mts-floating-booking--hero:hover,
    .mts-booking-hero-anchor > .mts-floating-booking--hero:focus-visible { transform: translateY(-3px); }
    .mts-booking-form-host .ptm-datetime-control { grid-template-columns: minmax(0, 1fr) minmax(82px, .45fr) minmax(82px, .45fr); }
    .mts-booking-form-host .ptm-luggage-row { grid-template-columns: minmax(0, 1fr) 92px; }
    .mts-booking-form-host .ptm-remove-row { grid-column: 1 / -1; width: 100%; }
    .mts-booking-hero-anchor > .mts-floating-booking--hero,
    body.admin-bar .mts-booking-hero-anchor > .mts-floating-booking--hero {
        top: auto;
        right: auto;
        bottom: 14px;
        left: 16px;
        width: 68px;
        height: 68px;
        padding: 7px;
        inset-inline-end: auto;
        font-size: 10px;
    }
    .mts-booking-content-anchor > .mts-floating-booking--content,
    body.admin-bar .mts-booking-content-anchor > .mts-floating-booking--content {
        top: min(80%, 420px);
        right: auto;
        bottom: auto;
        left: 16px;
        width: 68px;
        height: 68px;
        padding: 7px;
        inset-inline-end: auto;
        font-size: 10px;
        transform: translateY(-50%);
    }
    .mts-booking-selector { padding: 12px; }
    .mts-booking-selector-dialog { max-height: calc(100vh - 24px); padding: 24px 18px 18px; border-radius: var(--mts-radius-md); }
    .mts-booking-selector-dialog h2 { padding-right: 48px; font-size: 23px; }
    html[dir="rtl"] .mts-booking-selector-dialog h2 { padding-right: 0; padding-left: 48px; }
    .mts-booking-selector-intro { margin-right: 48px; }
    html[dir="rtl"] .mts-booking-selector-intro { margin-right: 0; margin-left: 48px; }
    .mts-booking-selector-grid { grid-template-columns: 1fr; }
    .mts-booking-selector-back { margin-bottom: 14px; }
    .mts-booking-form-host .ptm-configurable-form-wrap > header { padding: 16px 14px 0; }
    .mts-booking-form-host .ptm-configurable-form { padding: 14px; }
}
@media (min-width: 641px) and (max-width: 900px) {
    body.mts-homepage .mts-floating-booking {
        top: auto;
        right: auto;
        bottom: 22px;
        left: calc(clamp(20px, 5vw, 45px) + 110px);
    }
    html[dir="rtl"] body.mts-homepage .mts-floating-booking {
        right: auto;
        left: calc(clamp(20px, 5vw, 45px) + 110px);
    }
    body.admin-bar.mts-homepage .mts-floating-booking { top: auto; bottom: 22px; }
}

/* Final client-facing shell alignment. */
.mts-utility-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mts-utility-apps, .mts-utility-nav { display: flex; align-items: center; gap: 14px; min-width: 0; }
.mts-utility-apps { color: var(--mts-white); font-size: 11px; font-weight: 800; }
.mts-utility-store { display: inline-flex; align-items: center; justify-content: center; width: 19px; height: 19px; color: var(--mts-gold-300); }
.mts-utility-store svg { display: block; width: 17px; height: 17px; }
.mts-utility-nav { flex: 0 0 auto; }
.mts-utility-note { flex: 1 1 auto; text-align: center; }
.mts-vip-badge { position: absolute; z-index: 2; top: 64px; right: clamp(20px, 5vw, 76px); display: grid; gap: 4px; width: 86px; min-height: 142px; padding: 15px 10px; align-content: center; justify-items: center; color: var(--mts-white); background: var(--mts-navy-950); border: 1px solid var(--mts-gold-400); border-radius: 8px; box-shadow: 0 12px 30px rgba(0,0,0,.24); text-align: center; text-decoration: none; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.mts-vip-badge:hover, .mts-vip-badge:focus-visible { color: var(--mts-white); border-color: var(--mts-gold-200); box-shadow: 0 16px 34px rgba(0,0,0,.32); transform: translateY(-3px); }
.mts-vip-badge:focus-visible { outline: 3px solid var(--mts-white); outline-offset: 4px; }
.mts-vip-badge strong { color: var(--mts-gold-300); font-size: 21px; letter-spacing: 0; }
.mts-vip-badge span:last-child { font-size: 11px; font-weight: 700; }
.mts-vip-crown { color: var(--mts-gold-300); font-size: 22px; }
.mts-booking-tabs { overflow-x: auto; }
.mts-booking-tabs a { flex: 0 0 auto; min-height: 52px; }
.mts-booking-steps { display: flex; gap: 16px; margin: 0 0 20px; padding: 0; list-style: none; color: #667483; font-size: 12px; font-weight: 800; }
.mts-booking-steps li { display: inline-flex; align-items: center; gap: 7px; }
.mts-booking-steps span { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; color: var(--mts-navy-950); border: 1px solid #b8c4cc; border-radius: 50%; }
.mts-booking-steps .is-current { color: var(--mts-navy-950); }
.mts-booking-steps .is-current span { color: var(--mts-white); background: var(--mts-navy-950); border-color: var(--mts-navy-950); }
.mts-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mts-service-card[data-service] { min-height: 205px; }
.mts-service-card[data-service] .mts-service-card-action { color: var(--mts-navy-950); }
.mts-footer-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; }
.mts-footer-service-grid a { min-width: 0; }
.mts-app-section { overflow: hidden; }
.mts-app-section .mts-shell { width: calc(100% - 8px); max-width: 1600px; }
.mts-app-layout { display: block; }
.mts-app-visual { display: grid; grid-template-areas: "codes copy phone review partners"; grid-template-columns: 254px 158px 96px 180px 194px; align-items: center; justify-content: space-between; gap: 5px; min-width: 0; }
.mts-app-download, .mts-app-proof { display: contents; }
.mts-phone-mock { grid-area: phone; justify-self: center; }
.mts-app-codes { display: grid; grid-area: codes; grid-template-columns: 190px 50px; gap: 14px; align-items: center; justify-self: stretch; }
.mts-app-qr-group { display: grid; grid-template-columns: repeat(2, 88px); gap: 14px; align-items: center; }
.mts-qr-placeholder { display: inline-flex; align-items: center; justify-content: center; aspect-ratio: 1; color: var(--mts-navy-950); background: repeating-linear-gradient(45deg, #fff 0 3px, #152c45 3px 6px); border: 10px solid #fff; outline: 1px solid #c9d1d7; font-size: 14px; font-weight: 900; }
.mts-store-badge { display: flex; min-width: 50px; padding: 7px 1px; flex-direction: column; align-items: center; gap: 2px; color: #fff; background: #101820; border-radius: 4px; font-size: 6px; line-height: 1.15; font-weight: 800; text-align: center; }
.mts-store-badge strong, .mts-store-badge small { display: block; white-space: nowrap; }
.mts-store-badge small { color: var(--mts-gold-300); font-size: 5px; }
.mts-store-icon { display: inline-flex; flex: 0 0 18px; width: 18px; height: 18px; align-items: center; justify-content: center; }
.mts-store-icon svg { display: block; width: 18px; height: 18px; }
.mts-store-badges { display: grid; gap: 6px; }
.mts-app-copy-panel { grid-area: copy; min-width: 0; color: var(--mts-navy-950); }
.mts-app-copy-panel h2 { margin: 0 0 9px; color: var(--mts-navy-950); font-size: 15px; line-height: 1.18; white-space: nowrap; }
.mts-app-brand { color: var(--mts-gold-300); }
.mts-app-copy-panel > p { margin: 0 0 16px; color: #3d5267; font-size: 13px; line-height: 1.45; }
.mts-app-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 8px; margin: 0; padding: 0; list-style: none; }
.mts-app-features li { display: flex; align-items: center; gap: 5px; min-width: 0; color: var(--mts-navy-950); font-size: 10px; font-weight: 700; line-height: 1.25; }
.mts-app-feature-icon { display: inline-flex; flex: 0 0 14px; align-items: center; justify-content: center; width: 14px; height: 14px; color: var(--mts-gold-300); }
.mts-app-feature-icon svg { width: 14px; height: 14px; stroke-width: 2.5; }
.mts-app-review { grid-area: review; min-width: 0; color: var(--mts-navy-950); }
.mts-app-review h2 { margin: 0 0 9px; color: var(--mts-navy-950); font-size: 20px; line-height: 1.2; white-space: nowrap; }
.mts-app-review blockquote { margin: 0 0 11px; padding: 0; border: 0; color: #3d5267; font-size: 10.5px; line-height: 1.5; }
.mts-app-review blockquote span { display: inline; white-space: normal; }
.mts-app-review blockquote span + span::before { content: ' '; }
.mts-app-review-meta { display: flex; align-items: center; gap: 9px; color: var(--mts-navy-950); }
.mts-app-review-meta > span { display: inline-flex; width: 18px; height: 18px; color: var(--mts-gold-300); }
.mts-app-review-meta svg { width: 18px; height: 18px; }
.mts-app-review-meta strong { font-size: 15px; }
.mts-app-review-stars { display: flex; gap: 3px; margin-top: 8px; color: var(--mts-gold-300); }
.mts-app-review-stars span, .mts-app-review-stars svg { display: block; width: 20px; height: 20px; }
.mts-app-review-stars svg { fill: currentColor; }
.mts-app-partners { grid-area: partners; min-width: 0; padding: 0; border: 0; text-align: center; }
.mts-app-partners h3 { margin: 0 0 12px; color: var(--mts-navy-950); font-size: 24px; line-height: 1.2; }
.mts-app-partner-logos { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; align-items: center; }
.mts-app-partner-logos img { display: block; justify-self: center; width: 48px; max-width: none; height: 64px; padding: 0; object-fit: contain; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.mts-phone-mock { position: relative; width: 90px; min-height: 184px; padding: 18px 8px 12px; color: #fff; background: linear-gradient(160deg, #102d4a, #081c30); border: 4px solid #101820; border-radius: 19px; box-shadow: 0 20px 36px rgba(8,28,48,.22); transform: rotate(4deg); }
.mts-phone-notch { position: absolute; top: 8px; left: 50%; width: 58px; height: 8px; background: #101820; border-radius: 10px; transform: translateX(-50%); }
.mts-phone-brand { display: flex; min-height: 58px; padding: 20px 0 14px; align-items: center; justify-content: center; }
.mts-phone-brand img { display: block; width: 100%; max-width: 92px; height: auto; object-fit: contain; }
.mts-phone-card { height: 68px; background: linear-gradient(135deg, rgba(218,171,78,.9), rgba(255,255,255,.14)); border-radius: 9px; }
.mts-phone-lines { display: grid; gap: 6px; margin-top: 14px; }
.mts-phone-lines span { display: block; height: 6px; background: rgba(255,255,255,.4); border-radius: 5px; }
.mts-phone-lines span:nth-child(2) { width: 78%; }
.mts-phone-lines span:nth-child(3) { width: 52%; }
.mts-review-card { display: flex; align-items: flex-start; gap: 18px; margin-top: 28px; padding: 28px; background: var(--mts-white); border: 1px solid var(--mts-border); border-radius: var(--mts-radius-md); box-shadow: var(--mts-shadow-sm); }
.mts-review-mark { color: var(--mts-gold-500); font-size: 56px; line-height: .75; }
.mts-review-card strong { color: var(--mts-navy-950); }
.mts-review-card p { margin: 8px 0; color: #667483; }
.mts-review-stars { color: var(--mts-gold-500); letter-spacing: 2px; }
.mts-partner-state { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 26px; padding: 20px; border-top: 1px solid var(--mts-border); border-bottom: 1px solid var(--mts-border); }
.mts-partner-logo { color: var(--mts-navy-950); font-weight: 900; letter-spacing: .08em; }
.mts-partner-pending { color: #667483; font-size: 12px; }
.mts-assistant-shell { position: fixed; right: 24px; bottom: 88px; z-index: 80; display: grid; justify-items: end; gap: 10px; }
.mts-assistant-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; padding: 12px 17px; color: var(--mts-navy-950); background: var(--mts-gold-300); border: 1px solid var(--mts-gold-500); border-radius: 999px; box-shadow: var(--mts-shadow-md); font-weight: 900; cursor: pointer; }
.mts-assistant-toggle span:first-child { font-size: 19px; }
.mts-assistant-toggle:focus-visible { outline: 3px solid var(--mts-white); outline-offset: 3px; }
.mts-assistant-shell.is-open .mts-assistant-toggle { visibility: hidden; opacity: 0; pointer-events: none; }
.mts-assistant-panel { width: min(480px, calc(100vw - 32px)); max-height: min(76vh, 720px); overflow: hidden; padding: 0; background: var(--mts-white); border: 1px solid var(--mts-gold-500); border-radius: 8px; box-shadow: 0 24px 70px rgba(6,24,46,.32); }
.mts-assistant-panel .ptm-ai-assistant { max-width: none; margin: 0; border: 0; }
.mts-assistant-panel [data-mts-assistant-close] { display: grid; }
.mts-assistant-panel .ptm-ai-assistant__body { max-height: calc(min(76vh, 720px) - 108px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--mts-gold-500) #edf2f7; }
.mts-assistant-panel .ptm-ai-assistant__fallback { max-height: calc(min(76vh, 720px) - 74px); overflow-y: auto; }
html[dir="rtl"] .mts-assistant-shell { right: auto; left: 24px; justify-items: start; }
body.admin-bar .mts-assistant-shell { bottom: 120px; }
@media (max-width: 540px) { .mts-assistant-shell, html[dir="rtl"] .mts-assistant-shell { right: 10px; left: 10px; bottom: 76px; } .mts-assistant-shell { justify-items: end; } html[dir="rtl"] .mts-assistant-shell { justify-items: start; } body.admin-bar .mts-assistant-shell { bottom: 126px; } .mts-assistant-panel { width: 100%; max-width: none; max-height: min(78dvh, 680px); } .mts-assistant-panel .ptm-ai-assistant__body { max-height: calc(min(78dvh, 680px) - 100px); } .mts-assistant-panel .ptm-ai-assistant__fallback { max-height: calc(min(78dvh, 680px) - 66px); } }
html[dir="rtl"] .mts-vip-badge { right: auto; left: clamp(20px, 5vw, 76px); }
html[dir="rtl"] .mts-hero-vehicle { right: auto; left: clamp(20px, 3vw, 56px); }
html[dir="rtl"] .mts-phone-mock, html[dir="rtl"] .mts-app-codes, html[dir="rtl"] .mts-app-partner-logos { direction: ltr; }
@media (max-width: 1100px) { .mts-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 860px) {
    .mts-app-visual { grid-template-areas: "copy" "codes" "phone" "review" "partners"; grid-template-columns: 1fr; gap: 48px; text-align: center; }
    .mts-app-copy-panel, .mts-app-review, .mts-app-partners { justify-self: center; width: min(100%, 560px); }
    .mts-app-codes, .mts-phone-mock { justify-self: center; }
    .mts-app-copy-panel { padding-inline: 20px; }
    .mts-app-codes { width: min(100%, 256px); grid-template-columns: 150px 90px; gap: 16px; }
    .mts-app-qr-group { grid-template-columns: repeat(2, 68px); gap: 14px; }
    .mts-app-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; text-align: start; }
    .mts-app-copy-panel h2, .mts-app-review h2 { font-size: 28px; white-space: normal; }
    .mts-app-copy-panel > p { font-size: 16px; }
    .mts-app-features li, .mts-app-review blockquote { font-size: 14px; }
    .mts-app-review blockquote span { white-space: normal; }
    .mts-app-partner-logos { max-width: 100%; gap: 10px; margin-inline: auto; }
    .mts-app-partner-logos img { width: 82px; height: 64px; }
    .mts-app-review-meta, .mts-app-review-stars { justify-content: center; }
}
@media (min-width: 541px) and (max-width: 860px) {
    .mts-app-visual { gap: 64px; }
    .mts-app-copy-panel, .mts-app-review, .mts-app-partners { width: min(100%, 640px); }
    .mts-app-copy-panel h2, .mts-app-review h2 { font-size: 34px; }
    .mts-app-copy-panel > p { font-size: 18px; }
    .mts-app-features { gap: 20px 44px; }
    .mts-app-features li, .mts-app-review blockquote { font-size: 16px; }
    .mts-app-feature-icon, .mts-app-feature-icon svg { flex-basis: 20px; width: 20px; height: 20px; }
    .mts-app-codes { width: 326px; grid-template-columns: 194px 112px; gap: 20px; }
    .mts-app-qr-group { grid-template-columns: repeat(2, 88px); gap: 18px; }
    .mts-qr-placeholder { border-width: 10px; font-size: 15px; }
    .mts-store-badge { min-width: 112px; padding: 12px 8px; flex-direction: row; gap: 8px; font-size: 10px; text-align: start; }
    .mts-store-badge small { font-size: 8px; }
    .mts-store-icon, .mts-store-icon svg { flex-basis: 24px; width: 24px; height: 24px; }
    .mts-phone-mock { width: 140px; min-height: 270px; padding: 24px 12px 16px; border-width: 5px; border-radius: 28px; }
    .mts-phone-notch { top: 10px; width: 74px; height: 9px; }
    .mts-phone-brand { min-height: 88px; padding: 28px 0 20px; }
    .mts-phone-brand img { max-width: 118px; }
    .mts-phone-card { height: 104px; border-radius: 12px; }
    .mts-phone-lines { gap: 8px; margin-top: 18px; }
    .mts-phone-lines span { height: 8px; }
    .mts-app-review-meta { gap: 12px; }
    .mts-app-review-meta > span, .mts-app-review-meta svg { width: 24px; height: 24px; }
    .mts-app-review-meta strong { font-size: 16px; }
    .mts-app-review-stars { gap: 5px; margin-top: 12px; }
    .mts-app-review-stars span, .mts-app-review-stars svg { width: 22px; height: 22px; }
    .mts-app-partners h3 { font-size: 28px; }
    .mts-app-partner-logos { gap: 16px; }
    .mts-app-partner-logos img { width: 118px; height: 86px; padding: 0; }
}
@media (max-width: 760px) { .mts-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .mts-utility-note { display: none; } .mts-utility-inner { gap: 10px; } }
@media (max-width: 540px) {
    .mts-service-grid { grid-template-columns: 1fr; }
    .mts-utility-nav { width: 100%; max-width: 100%; gap: 6px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; -ms-overflow-style: none; }
    .mts-utility-nav::-webkit-scrollbar { display: none; }
    .mts-utility-nav a, .mts-language-switcher { flex: 0 0 auto; white-space: nowrap; }
    .mts-utility-nav a { font-size: 12px; }
    .mts-language-switcher { padding-inline-start: 8px; font-size: 12px; }
    .mts-booking-steps { gap: 8px; justify-content: space-between; font-size: 10px; }
    .mts-booking-steps li { gap: 4px; }
    .mts-vip-badge { top: 18px; right: 16px; width: 66px; min-height: 112px; padding: 9px 6px; }
    html[dir="rtl"] .mts-vip-badge { right: auto; left: 16px; }
    .mts-hero-vehicle { right: -34%; bottom: -4px; width: 132vw; opacity: .7; }
    html[dir="rtl"] .mts-hero-vehicle { right: auto; left: -34%; }
    .mts-footer-service-grid { grid-template-columns: 1fr; }
    .mts-review-card { padding: 20px; }
}

/* Keep the complete utility bar available on mobile in a deliberate two-row layout. */
@media (max-width: 640px) {
    .mts-utility-inner {
        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        grid-template-areas:
            "apps note"
            "nav nav";
        min-height: 74px;
        align-items: center;
        gap: 0 10px;
        padding: 4px 0 0;
    }
    .mts-utility-apps {
        display: flex;
        grid-area: apps;
        gap: 7px;
        min-width: 0;
        color: var(--mts-white);
        font-size: 10px;
        white-space: nowrap;
    }
    .mts-utility-apps .mts-utility-store {
        width: 17px;
        height: 17px;
    }
    .mts-utility-apps .mts-utility-store svg { width: 15px; height: 15px; }
    .mts-utility-note {
        display: flex;
        grid-area: note;
        min-width: 0;
        justify-content: flex-end;
        gap: 5px;
        color: #f2f6f8;
        font-size: 10px;
        line-height: 1.2;
        text-align: end;
        white-space: nowrap;
    }
    .mts-utility-note .mts-utility-mark .mts-icon { width: 13px; height: 13px; }
    .mts-utility-nav {
        display: grid;
        grid-area: nav;
        grid-template-columns: repeat(3, max-content);
        width: 100%;
        min-width: 0;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        overflow: visible;
        border-top: 1px solid rgba(255,255,255,.12);
    }
    .mts-utility-support,
    .mts-utility-login,
    .mts-language-switcher { flex: none; font-size: 11px; white-space: nowrap; }
    .mts-utility-support,
    .mts-utility-login { min-height: 42px; }
    .mts-language-switcher { padding-inline-start: 0; }
}

@media (max-width: 350px) {
    .mts-utility-inner { gap: 0 6px; }
    .mts-utility-apps,
    .mts-utility-note { font-size: 9px; }
    .mts-utility-support,
    .mts-utility-login,
    .mts-language-switcher { font-size: 10px; }
    .mts-hero-copy,
    .mts-hero h1 { max-width: 214px; }
    html[lang="de"] .mts-hero-copy,
    html[lang="de"] .mts-hero h1,
    html[lang="ar"] .mts-hero-copy,
    html[lang="ar"] .mts-hero h1 { max-width: 190px; }
    .mts-hero h1 { font-size: 32px; }
    body.mts-homepage .mts-floating-booking span:last-child {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
        font-size: 9px;
        line-height: 1.05;
    }
}

/* Canonical four-stage booking flow. */
.ptm-configurable-form[data-ptm-staged-booking] { display: block; }
.ptm-booking-flow-rail { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; counter-reset: none; }
.ptm-booking-flow-rail li { display: flex; align-items: center; gap: 8px; min-width: 0; color: #607086; font-size: 13px; font-weight: 700; }
.ptm-booking-flow-rail li::before { display: none; }
.ptm-booking-flow-rail li span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid #b9c7d6; border-radius: 50%; background: #fff; }
.ptm-booking-flow-rail li[aria-current="step"] { color: #071f3d; }
.ptm-booking-flow-rail li[aria-current="step"] span { border-color: #d6a137; background: #d6a137; color: #071f3d; box-shadow: 0 0 0 4px rgba(214,161,55,.18); }
.ptm-booking-flow-rail li.is-complete span { border-color: #14745d; background: #14745d; color: #fff; }
.ptm-booking-stage > header { margin-bottom: 18px; }
.ptm-booking-stage > header h3 { margin: 0 0 5px; color: #071f3d; font-size: clamp(20px,3vw,28px); }
.ptm-booking-stage > header p { margin: 0; color: #607086; }
.ptm-booking-stage-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
[dir="rtl"] .ptm-booking-stage-actions { justify-content: flex-start; }
.ptm-booking-stage-actions button { min-height: 46px; padding: 10px 22px; border: 1px solid #d6a137; border-radius: 8px; background: #d6a137; color: #071f3d; font-weight: 800; cursor: pointer; }
.ptm-booking-stage-actions .ptm-button-secondary { border-color: #b9c7d6; background: #fff; }
.ptm-booking-stage-actions button:focus-visible { outline: 3px solid rgba(16,111,164,.35); outline-offset: 2px; }
.ptm-booking-preview,.ptm-booking-review { padding: 18px; border: 1px solid #cbd7e4; border-radius: 12px; background: #f6f9fc; }
.ptm-preview-vehicles { display: grid; gap: 10px; margin-top: 12px; }
.ptm-preview-vehicle { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: start; gap: 12px; padding: 14px; border: 1px solid #cbd7e4; border-radius: 10px; background: #fff; cursor: pointer; }
.ptm-preview-vehicle:has(input:checked),
.ptm-preview-vehicle.is-selected { border-color: #d6a137; background: #fffaf0; box-shadow: 0 0 0 3px rgba(214,161,55,.2); }
.ptm-preview-vehicle:focus-visible { outline: 3px solid rgba(16,111,164,.35); outline-offset: 2px; }
.ptm-preview-vehicle span { display: grid; gap: 4px; }
.ptm-preview-vehicle small { color: #526173; }
.ptm-stopover-row { display: grid !important; grid-template-columns: minmax(190px,1fr) minmax(150px,.45fr) auto !important; gap: 10px; align-items: end; margin-bottom: 10px; }
.ptm-stopover-row .ptm-remove-row { min-height: 44px; }
.ptm-city-period-row { display: grid !important; grid-template-columns: minmax(190px,1fr) minmax(145px,.45fr) minmax(145px,.45fr) auto !important; gap: 10px; align-items: end; margin-bottom: 10px; }
.ptm-city-period-row .ptm-remove-row { min-height: 44px; }
.ptm-hotel-room-row { display: grid !important; grid-template-columns: minmax(190px,1.2fr) repeat(4,minmax(105px,.55fr)) auto !important; gap: 10px; align-items: end; padding: 12px; margin-bottom: 10px; border: 1px solid #d8e0e7; border-radius: 12px; background: #fff; }
.ptm-hotel-room-row > label { display: flex; flex-direction: column; gap: 6px; }
.ptm-hotel-room-row > label > span { color: #526173; font-size: 12px; font-weight: 700; }
.ptm-hotel-room-row .ptm-remove-row { min-height: 44px; }
.ptm-preview-included-break { color: #14745d; font-weight: 700; }
.ptm-phone-control { display: grid; grid-template-columns: minmax(160px,.9fr) minmax(160px,1.1fr); gap: 6px 10px; }
.ptm-phone-control label { font-size: 12px; color: #526173; }
.ptm-time-selects { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: end; gap: 7px; direction: ltr; unicode-bidi: isolate; }
.ptm-time-selects .ptm-time-unit { display: grid; min-width: 0; gap: 6px; margin: 0; text-align: center; }
.ptm-time-selects .ptm-time-unit > span { font-size: 13px; color: #405467; }
.mts-booking-form-host .ptm-time-selects select, body.mts-application .ptm-time-selects select { width: 100%; min-width: 0; min-height: 48px; margin: 0; padding: 8px 20px 8px 6px; direction: ltr; text-align: center; font-size: 16px; font-variant-numeric: tabular-nums; color: #172b3d; }
.ptm-time-selects .ptm-time-separator { align-self: end; line-height: 48px; }
.ptm-datetime-control[dir="rtl"] .ptm-datetime-part > span { text-align: right; }
.ptm-datetime-control[dir="ltr"] .ptm-datetime-part > span { text-align: left; }
.ptm-booking-review > p { display: grid; grid-template-columns: minmax(130px,.35fr) minmax(0,1fr); gap: 12px; margin: 0; padding: 9px 0; border-bottom: 1px solid #dce4ec; }
.ptm-booking-review > p:last-of-type { border-bottom: 0; }
@media (max-width: 700px) {
    .ptm-booking-flow-rail { grid-template-columns: repeat(3,1fr); gap: 4px; }
    .ptm-booking-flow-rail li { display: grid; justify-items: center; gap: 4px; text-align: center; font-size: 10px; }
    .ptm-booking-flow-rail li span { width: 28px; height: 28px; flex-basis: 28px; }
    .ptm-phone-control { grid-template-columns: 1fr; }
    .ptm-booking-stage-actions { display: grid; grid-template-columns: 1fr; }
    .ptm-booking-stage-actions button { width: 100%; }
    .ptm-booking-review > p { grid-template-columns: 1fr; gap: 3px; }
    .ptm-stopover-row { grid-template-columns: 1fr !important; }
    .ptm-city-period-row { grid-template-columns: 1fr !important; }
    .ptm-hotel-room-row { grid-template-columns: 1fr 1fr !important; }
    .ptm-hotel-room-row > select,.ptm-hotel-room-row > .ptm-remove-row { grid-column: 1 / -1; }
}

/* Client-marked shared booking position: 73% across and 74% down. */
.mts-booking-hero-anchor > .mts-floating-booking--hero,
body.admin-bar .mts-booking-hero-anchor > .mts-floating-booking--hero {
    position: absolute !important;
    top: 74% !important;
    right: auto !important;
    bottom: auto !important;
    left: 73% !important;
    inset-inline-end: auto !important;
    transform: translate(-50%, -50%) !important;
}
.mts-booking-hero-anchor > .mts-floating-booking--hero:hover,
.mts-booking-hero-anchor > .mts-floating-booking--hero:focus-visible {
    transform: translate(-50%, calc(-50% - 3px)) !important;
}
.mts-booking-content-anchor > .mts-floating-booking--content,
body.admin-bar .mts-booking-content-anchor > .mts-floating-booking--content {
    top: clamp(160px, 74%, 420px) !important;
    right: auto !important;
    bottom: auto !important;
    left: 73% !important;
    inset-inline-end: auto !important;
    transform: translate(-50%, -50%) !important;
}
.mts-booking-content-anchor > .mts-floating-booking--content:hover,
.mts-booking-content-anchor > .mts-floating-booking--content:focus-visible {
    transform: translate(-50%, calc(-50% - 3px)) !important;
}

/* Impeccable final pass: disciplined type, modal continuity and touch feedback. */
body.mts-homepage {
    color: var(--mts-ink);
    font-family: var(--mts-font-body, "Lato", "Segoe UI", Arial, sans-serif);
    font-size: var(--mts-type-body, 1rem);
    line-height: var(--mts-leading-body, 1.58);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.mts-homepage :is(h1, h2, h3, h4),
.mts-booking-selector :is(h1, h2, h3, h4) {
    font-family: var(--mts-font-display, "Lato", "Segoe UI", Arial, sans-serif);
    letter-spacing: -.02em;
    text-wrap: balance;
}

.mts-hero h1 {
    max-width: 16ch;
    font-size: var(--mts-type-display, clamp(2.625rem, 6vw, 4rem));
    line-height: var(--mts-leading-tight, 1.12);
}

.mts-hero-lead,
.mts-booking-selector-intro,
.mts-homepage .mts-section-intro { max-width: var(--mts-measure, 68ch); }

.mts-services-heading h2,
.mts-homepage .section-title {
    font-size: var(--mts-type-headline, clamp(2rem, 4vw, 2.5rem));
    line-height: 1.15;
}

.mts-services-section .mts-service-card h3 { font-size: var(--mts-type-title, 1.25rem); }
.mts-services-section .mts-service-card p { font-size: var(--mts-type-label, .8125rem); line-height: 1.5; }

.mts-booking-selector:not([hidden]) .mts-booking-selector-backdrop {
    animation: mtsBackdropIn 120ms var(--mts-ease-out, cubic-bezier(.16, 1, .3, 1)) both;
}

.mts-booking-selector:not([hidden]) .mts-booking-selector-dialog {
    animation: none;
}

.mts-booking-selector-grid button,
.mts-booking-selector-back,
.mts-booking-selector-close,
.mts-floating-booking,
.mts-service-card[data-service] {
    transition-duration: 180ms;
    transition-timing-function: var(--mts-ease-out, cubic-bezier(.16, 1, .3, 1));
}

.mts-booking-selector-grid button:active,
.mts-booking-selector-back:active,
.mts-booking-selector-close:active,
.mts-floating-booking:active,
.mts-service-card[data-service]:active { transform: scale(.985); }

.mts-booking-form-view[aria-busy="true"]::before {
    display: block;
    width: min(180px, 52vw);
    height: 2px;
    margin: 18px auto;
    background: linear-gradient(90deg, transparent 0 18%, var(--mts-gold-300) 46% 54%, transparent 82% 100%);
    background-size: 220% 100%;
    content: "";
    animation: mtsDispatchRail 1s linear infinite;
}

@keyframes mtsBackdropIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mtsDispatchDialogIn {
    from { opacity: .78; transform: translateY(14px) scale(.992); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes mtsDispatchRail {
    from { background-position: 100% 0; }
    to { background-position: -120% 0; }
}

@media (max-width: 640px) {
    .mts-hero h1 { font-size: clamp(2rem, 10vw, 2.625rem); }
    .mts-booking-selector-dialog { overscroll-behavior: contain; }
    .mts-booking-selector-grid button { min-height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
    .mts-booking-selector:not([hidden]) .mts-booking-selector-backdrop,
    .mts-booking-selector:not([hidden]) .mts-booking-selector-dialog,
    .mts-booking-form-view[aria-busy="true"]::before { animation: none; }
    .mts-booking-selector-grid button:active,
    .mts-booking-selector-back:active,
    .mts-booking-selector-close:active,
    .mts-floating-booking:active,
    .mts-service-card[data-service]:active { transform: none; }
}

/* Client-ready booking system: one coherent modal and form language across all services. */
.mts-services-section button.mts-service-card {
    width: auto;
    appearance: none;
    font: inherit;
    text-align: center;
    cursor: pointer;
}
.mts-services-section button.mts-service-card:focus-visible {
    outline: 3px solid var(--mts-gold-500);
    outline-offset: 4px;
}

.mts-booking-selector-dialog {
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 0;
    overflow: hidden;
    overscroll-behavior: none;
}
.mts-booking-selector-scroll {
    width: 100%;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(235, 200, 120, .72) rgba(255, 255, 255, .08);
    -webkit-overflow-scrolling: touch;
}
.mts-booking-selector-scroll::-webkit-scrollbar { width: 7px; }
.mts-booking-selector-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
}
.mts-booking-selector-scroll::-webkit-scrollbar-thumb {
    background: rgba(235, 200, 120, .72);
    border: 1px solid rgba(6, 24, 46, .72);
    border-radius: 999px;
}
.mts-booking-selector-scroll::-webkit-scrollbar-thumb:hover { background: var(--mts-gold-300); }
.mts-booking-selector-scroll > * { direction: ltr; }
html[dir="rtl"] .mts-booking-selector-scroll > * { direction: rtl; }
.mts-booking-selector-close {
    z-index: 3;
    box-shadow: 0 8px 22px rgba(3, 18, 31, .28);
}
.mts-booking-form-view { min-width: 0; }
.mts-booking-form-title {
    padding: 3px 0 0 !important;
    font-size: clamp(22px, 3vw, 30px) !important;
    line-height: 1.15;
}
.mts-booking-form-host { min-width: 0; }
.mts-booking-form-host .ptm-configurable-form-wrap {
    width: 100%;
    max-width: none;
    overflow: hidden;
    color: var(--mts-navy-950);
    background: #f8fafb;
    border: 1px solid rgba(215, 181, 109, .58);
    border-radius: 12px;
    box-shadow: 0 18px 44px rgba(3, 18, 31, .18);
}
.mts-booking-form-host .ptm-configurable-form-wrap > header {
    padding: 20px 24px;
    background: linear-gradient(135deg, #fff 0%, #fbf7ed 100%);
    border-bottom: 1px solid #e5d5af;
    border-radius: 0;
}
.mts-booking-form-host .ptm-configurable-form-wrap > header h2 { display: none; }
.mts-booking-form-host .ptm-configurable-form-wrap > header p {
    max-width: 760px;
    margin: 0;
    color: #405467;
    font-size: 15px;
    line-height: 1.6;
}
.mts-booking-form-host .ptm-configurable-form,
body.mts-application .ptm-configurable-form {
    margin: 0;
    padding: 26px;
    color: var(--mts-navy-950);
    background: #fff;
    border: 0;
    border-radius: 0;
}
.mts-booking-form-host .ptm-configurable-form .ptm-form-fields,
body.mts-application .ptm-configurable-form .ptm-form-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 22px;
}
.mts-booking-form-host .ptm-configurable-form .ptm-config-field,
body.mts-application .ptm-configurable-form .ptm-config-field {
    display: flex;
    min-width: 0;
    gap: 8px;
}
.mts-booking-form-host .ptm-configurable-form .ptm-config-field[hidden],
body.mts-application .ptm-configurable-form .ptm-config-field[hidden] {
    display: none !important;
}
.mts-booking-form-host .ptm-configurable-form :where(.ptm-field-type-radio,.ptm-field-type-checkbox,.ptm-field-type-multi_select,.ptm-field-type-luggage_list,.ptm-field-type-seat_category_counts,.ptm-field-type-date_list,.ptm-field-type-long_text,.ptm-config-info),
body.mts-application .ptm-configurable-form :where(.ptm-field-type-radio,.ptm-field-type-checkbox,.ptm-field-type-multi_select,.ptm-field-type-luggage_list,.ptm-field-type-seat_category_counts,.ptm-field-type-date_list,.ptm-field-type-long_text,.ptm-config-info) {
    grid-column: 1 / -1;
}
.mts-booking-form-host .ptm-configurable-form :where(.ptm-field-label,.ptm-config-field > label),
body.mts-application .ptm-configurable-form :where(.ptm-field-label,.ptm-config-field > label) {
    margin: 0;
    color: var(--mts-navy-950);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}
.mts-booking-form-host .ptm-configurable-form .ptm-config-field small,
body.mts-application .ptm-configurable-form .ptm-config-field small {
    display: block;
    margin: 0;
    color: #586b7c;
    font-size: 13px;
    line-height: 1.5;
}
.mts-booking-form-host .ptm-configurable-form :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea),
body.mts-application .ptm-configurable-form :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 50px;
    margin: 0;
    padding: 12px 14px;
    color: var(--mts-navy-950);
    background-color: #fff;
    border: 1px solid #b8c5cf;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(6, 24, 46, .05);
    font: inherit;
    font-size: 16px;
    line-height: 1.35;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.mts-booking-form-host .ptm-configurable-form :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):hover,
body.mts-application .ptm-configurable-form :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea):hover {
    border-color: #9a7a37;
}
.mts-booking-form-host .ptm-configurable-form :where(input,select,textarea):focus-visible,
body.mts-application .ptm-configurable-form :where(input,select,textarea):focus-visible {
    outline: 3px solid rgba(215, 181, 109, .42);
    outline-offset: 1px;
    border-color: #9a7a37;
    box-shadow: 0 0 0 1px #9a7a37;
}
.mts-booking-form-host .ptm-configurable-form select[multiple],
body.mts-application .ptm-configurable-form select[multiple] {
    height: auto !important;
    min-height: 154px !important;
    padding: 6px !important;
    overflow-y: auto;
    background-image: none !important;
}
.mts-booking-form-host .ptm-configurable-form select[multiple] option,
body.mts-application .ptm-configurable-form select[multiple] option {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 4px;
    white-space: normal;
}
.mts-booking-form-host .ptm-configurable-form textarea,
body.mts-application .ptm-configurable-form textarea { min-height: 120px; resize: vertical; }
.mts-booking-form-host .ptm-configurable-form .ptm-option-group,
body.mts-application .ptm-configurable-form .ptm-option-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    min-width: 0;
}
.mts-booking-form-host .ptm-configurable-form .ptm-inline-option,
body.mts-application .ptm-configurable-form .ptm-inline-option {
    display: flex !important;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    align-items: center !important;
    gap: 11px;
    margin: 0;
    padding: 11px 13px;
    overflow: hidden;
    color: var(--mts-navy-950);
    background: #f8fafb;
    border: 1px solid #c8d2d9;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    white-space: normal;
    overflow-wrap: anywhere;
}
.mts-booking-form-host .ptm-configurable-form .ptm-inline-option:hover,
body.mts-application .ptm-configurable-form .ptm-inline-option:hover {
    background: #fbf7ed;
    border-color: #c39a42;
}
.mts-booking-form-host .ptm-configurable-form .ptm-multi-select-option:has(input:checked),
body.mts-application .ptm-configurable-form .ptm-multi-select-option:has(input:checked),
.mts-booking-form-host .ptm-configurable-form .ptm-inline-option:has(input[type="radio"]:checked),
body.mts-application .ptm-configurable-form .ptm-inline-option:has(input[type="radio"]:checked) {
    color: #06182e;
    background: #fff4d8;
    border-color: #c39a42;
    box-shadow: inset 0 0 0 1px rgba(195, 154, 66, .2);
}
.mts-booking-form-host .ptm-configurable-form :where(input[type="checkbox"],input[type="radio"]),
body.mts-application .ptm-configurable-form :where(input[type="checkbox"],input[type="radio"]) {
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px;
    min-height: 20px;
    margin: 0;
    accent-color: #0b3157;
}

.mts-booking-form-host .ptm-booking-success-wrap {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(235, 200, 120, .72);
}
.mts-booking-form-host .ptm-booking-success {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: clamp(34px, 7vw, 68px) clamp(20px, 6vw, 64px);
    color: var(--mts-navy-950);
    text-align: center;
}
.mts-booking-form-host .ptm-booking-success__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    color: #fff;
    background: #16815d;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(22, 129, 93, .24);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
.mts-booking-form-host .ptm-booking-success__icon svg { width: 34px; height: 34px; }
.mts-booking-form-host .ptm-booking-success__eyebrow {
    margin: 8px 0 0;
    color: #94651e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mts-booking-form-host .ptm-booking-success h2 {
    margin: 0;
    color: var(--mts-navy-950);
    font-size: clamp(25px, 4vw, 34px);
    line-height: 1.18;
}
.mts-booking-form-host .ptm-booking-success__message {
    max-width: 620px;
    margin: 0;
    color: #40566a;
    font-size: 16px;
    line-height: 1.65;
}
.mts-booking-form-host .ptm-booking-success__reference {
    display: grid;
    min-width: min(100%, 300px);
    gap: 4px;
    margin-top: 10px;
    padding: 16px 22px;
    background: #f8fafb;
    border: 1px solid #d6dde2;
    border-radius: 10px;
}
.mts-booking-form-host .ptm-booking-success__reference span,
.mts-booking-form-host .ptm-booking-success__reference small { color: #586b7c; }
.mts-booking-form-host .ptm-booking-success__reference strong {
    color: var(--mts-navy-950);
    font-size: 25px;
    letter-spacing: .02em;
}
.mts-booking-form-host .ptm-configurable-form .ptm-checkbox-option { max-width: 260px; }
.mts-booking-form-host .ptm-configurable-form .ptm-field-type-checkbox,
body.mts-application .ptm-configurable-form .ptm-field-type-checkbox {
    grid-column: auto;
    align-self: start;
}
.mts-booking-form-host .ptm-configurable-form .ptm-field-type-checkbox .ptm-checkbox-option,
body.mts-application .ptm-configurable-form .ptm-field-type-checkbox .ptm-checkbox-option {
    width: auto;
    max-width: 100%;
    min-height: 44px;
    height: auto;
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 10px 12px;
    overflow: visible;
}
.mts-booking-form-host .ptm-configurable-form .ptm-checkbox-option:has(input:checked),
body.mts-application .ptm-configurable-form .ptm-checkbox-option:has(input:checked) {
    color: var(--mts-navy-950);
    background: #fff4d8;
    border-color: #c39a42;
}
.mts-booking-form-host .ptm-configurable-form .ptm-seat-category-counts,
body.mts-application .ptm-configurable-form .ptm-seat-category-counts {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.mts-booking-form-host .ptm-configurable-form .ptm-seat-category,
body.mts-application .ptm-configurable-form .ptm-seat-category {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #f8fafb;
    border: 1px solid #d6dde2;
    border-radius: 6px;
}
.mts-booking-form-host .ptm-configurable-form :where(.ptm-luggage-row,.ptm-dynamic-row),
body.mts-application .ptm-configurable-form :where(.ptm-luggage-row,.ptm-dynamic-row) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(96px, .34fr);
    gap: 10px;
    margin-bottom: 10px;
}
.mts-booking-form-host .ptm-configurable-form [data-ptm-rows],
body.mts-application .ptm-configurable-form [data-ptm-rows] { min-width: 0; }
.mts-booking-form-host .ptm-configurable-form button[type="button"],
body.mts-application .ptm-configurable-form button[type="button"] {
    min-height: 44px;
    padding: 10px 15px;
    color: var(--mts-navy-950);
    background: #fff;
    border: 1px solid #9a7a37;
    border-radius: 6px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper,
body.mts-application .ptm-configurable-form .ptm-number-stepper {
    display: grid;
    min-width: 144px;
    min-height: 50px;
    grid-template-columns: 44px minmax(48px, 1fr) 44px;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cbd7df;
    border-radius: 8px;
    transition: border-color .16s ease, box-shadow .16s ease;
}
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper:focus-within,
body.mts-application .ptm-configurable-form .ptm-number-stepper:focus-within {
    border-color: var(--mts-gold-500);
    box-shadow: 0 0 0 3px rgba(195, 154, 66, .18);
}
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper input[type="number"],
body.mts-application .ptm-configurable-form .ptm-number-stepper input[type="number"] {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin: 0;
    padding: 8px 4px;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    appearance: textfield;
}
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper input[type="number"]::-webkit-inner-spin-button,
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper input[type="number"]::-webkit-outer-spin-button,
body.mts-application .ptm-configurable-form .ptm-number-stepper input[type="number"]::-webkit-inner-spin-button,
body.mts-application .ptm-configurable-form .ptm-number-stepper input[type="number"]::-webkit-outer-spin-button { margin: 0; appearance: none; }
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button,
body.mts-application .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button {
    min-width: 44px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    color: var(--mts-navy-950);
    background: #f4f7f8;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button:first-child,
body.mts-application .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button:first-child { border-inline-end: 1px solid #d7e0e6; }
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button:last-child,
body.mts-application .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button:last-child { border-inline-start: 1px solid #d7e0e6; }
.mts-booking-form-host .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button:hover,
body.mts-application .ptm-configurable-form .ptm-number-stepper .ptm-number-stepper__button:hover { background: #fff0c9; }
.mts-booking-form-host .ptm-configurable-form > p:last-child,
body.mts-application .ptm-configurable-form > p:last-child {
    display: flex;
    justify-content: flex-end;
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e2e8ec;
}
.mts-booking-form-host .ptm-configurable-form button[type="submit"],
body.mts-application .ptm-configurable-form button[type="submit"] {
    display: inline-flex;
    min-width: 190px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    color: var(--mts-navy-950);
    background: var(--mts-gold-300);
    border: 1px solid var(--mts-gold-500);
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(154, 122, 55, .18);
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}
.mts-booking-form-host .ptm-configurable-form button[type="submit"][aria-busy="true"]::before,
body.mts-application .ptm-configurable-form button[type="submit"][aria-busy="true"]::before {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    content: '';
    border: 2px solid rgba(6, 24, 46, .26);
    border-top-color: #06182e;
    border-radius: 50%;
    animation: ptm-submit-spin .72s linear infinite;
}
@keyframes ptm-submit-spin { to { transform: rotate(360deg); } }
.mts-booking-form-host .ptm-configurable-form button[type="submit"]:hover,
body.mts-application .ptm-configurable-form button[type="submit"]:hover { background: #f0cc78; }
.mts-booking-form-host .ptm-configurable-form button:disabled,
body.mts-application .ptm-configurable-form button:disabled {
    color: #6b7882;
    background: #e7ecef;
    border-color: #cbd4da;
    box-shadow: none;
}
.mts-booking-form-host .ptm-configurable-form button[type="submit"][aria-busy="true"],
body.mts-application .ptm-configurable-form button[type="submit"][aria-busy="true"] {
    color: var(--mts-navy-950);
    background: var(--mts-gold-300);
    border-color: var(--mts-gold-500);
    box-shadow: 0 8px 18px rgba(154, 122, 55, .18);
    opacity: 1;
    cursor: progress;
}
.mts-booking-form-host .ptm-config-info,
body.mts-application .ptm-config-info {
    padding: 15px 17px;
    background: #fbf7ed;
    border: 1px solid #e4cf9d;
    border-top-color: var(--mts-gold-500);
    border-radius: 6px;
}
.mts-booking-form-host .ptm-config-info h3,
body.mts-application .ptm-config-info h3 { margin: 0; color: var(--mts-navy-950); font-size: 15px; }
.mts-booking-form-host .ptm-config-info p,
body.mts-application .ptm-config-info p { margin: 0; color: #405467; font-size: 14px; line-height: 1.55; }

.mts-booking-form-host .ptm-required-mark,
body.mts-application .ptm-required-mark {
    color: #a52727;
    font-weight: 900;
}
.mts-booking-form-host .ptm-screen-reader-text,
body.mts-application .ptm-screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* One familiar date control plus one native time picker. This replaces the
   exposed 24-hour and minute option walls everywhere the canonical schema
   uses a datetime field. */
.mts-booking-form-host .ptm-datetime-control,
body.mts-application .ptm-datetime-control {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(170px, .75fr);
    gap: 12px;
    padding: 12px;
    background: #f8fafb;
    border: 1px solid #d7e0e6;
    border-radius: 10px;
}
.mts-booking-form-host .ptm-datetime-part,
body.mts-application .ptm-datetime-part {
    display: grid;
    position: relative;
    min-width: 0;
    gap: 6px;
    margin: 0;
    color: #405467;
    font-size: 13px;
    font-weight: 800;
}
.mts-booking-form-host .ptm-datetime-part :is(input[type="date"], input[type="time"]),
body.mts-application .ptm-datetime-part :is(input[type="date"], input[type="time"]) {
    min-height: 52px;
    color-scheme: light;
    cursor: pointer;
}
.mts-booking-form-host .ptm-datetime-time input[data-ptm-time],
body.mts-application .ptm-datetime-time input[data-ptm-time] {
    background-color: #fff;
    border-color: #b9c8d3;
    font-weight: 800;
}
.mts-booking-form-host .ptm-datetime-time input[data-ptm-time][aria-expanded="true"],
body.mts-application .ptm-datetime-time input[data-ptm-time][aria-expanded="true"] {
    border-color: var(--mts-gold-700, #94651e);
    box-shadow: 0 0 0 3px rgba(205, 157, 57, .18);
}
.mts-booking-form-host .ptm-datetime-part:has(input:not(:disabled)):hover,
body.mts-application .ptm-datetime-part:has(input:not(:disabled)):hover {
    color: var(--mts-navy-950);
}
.mts-booking-form-host .ptm-datetime-part :is(input[type="date"], input[type="time"]):hover,
body.mts-application .ptm-datetime-part :is(input[type="date"], input[type="time"]):hover {
    border-color: var(--mts-gold-500);
}
.mts-booking-form-host .ptm-time-picker-popover,
body.mts-application .ptm-time-picker-popover {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    inset-inline-end: 0;
    width: min(310px, calc(100vw - 64px));
    padding: 16px;
    color: var(--mts-ink, #172b3d);
    background: #fff;
    border: 1px solid var(--mts-line, #dfe5e9);
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(6, 24, 46, .16);
}
.mts-booking-form-host .ptm-time-picker-popover[hidden],
body.mts-application .ptm-time-picker-popover[hidden] { display: none !important; }
.mts-booking-form-host .ptm-time-picker-popover__title,
body.mts-application .ptm-time-picker-popover__title {
    display: block;
    margin-bottom: 12px;
    color: var(--mts-navy-950);
    font-size: 16px;
}
.mts-booking-form-host .ptm-time-picker-popover__controls,
body.mts-application .ptm-time-picker-popover__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.mts-booking-form-host .ptm-time-picker-popover__controls label,
body.mts-application .ptm-time-picker-popover__controls label {
    display: grid;
    gap: 6px;
    margin: 0;
    color: var(--mts-muted-strong, #5f6f7d);
    font-size: 12px;
    font-weight: 800;
}
.mts-booking-form-host .ptm-time-picker-popover__controls select,
body.mts-application .ptm-time-picker-popover__controls select {
    min-height: 48px;
    margin: 0;
    color: var(--mts-navy-950);
    background: #f8fafb;
    border: 1px solid #b9c8d3;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}
.mts-booking-form-host .ptm-time-picker-popover__done,
body.mts-application .ptm-time-picker-popover__done {
    width: 100%;
    min-height: 46px;
    margin-top: 12px;
    color: var(--mts-navy-950);
    background: var(--mts-gold-500);
    border: 1px solid var(--mts-gold-700, #94651e);
    border-radius: 6px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}
.mts-booking-form-host .ptm-time-picker-popover__done:hover,
body.mts-application .ptm-time-picker-popover__done:hover { background: var(--mts-gold-300, #ebc878); }
.mts-booking-form-host .ptm-time-picker-popover__done:focus-visible,
body.mts-application .ptm-time-picker-popover__done:focus-visible { outline: 3px solid var(--mts-gold-300, #ebc878); outline-offset: 3px; }

.mts-booking-form-host .ptm-form-submit-status,
body.mts-application .ptm-form-submit-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0 0;
    padding: 14px 16px;
    color: #28516e;
    background: #eef6fb;
    border: 1px solid #c8dce9;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.5;
}
.mts-booking-form-host .ptm-form-submit-status[hidden],
body.mts-application .ptm-form-submit-status[hidden] { display: none !important; }
/* The submit button is the single visible progress indicator. Keep the live
   message available to assistive technology without repeating it as a card. */
.mts-booking-form-host .ptm-form-submit-status.is-loading,
body.mts-application .ptm-form-submit-status.is-loading {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}
.mts-booking-form-host .ptm-form-submit-status.is-error,
body.mts-application .ptm-form-submit-status.is-error {
    color: #852424;
    background: #fff2f2;
    border-color: #e8bcbc;
}
.mts-booking-form-host .ptm-configurable-form .ptm-config-field.has-error :is(input, select, textarea),
body.mts-application .ptm-configurable-form .ptm-config-field.has-error :is(input, select, textarea) {
    border-color: #b83b3b;
}
.mts-booking-form-host .ptm-configurable-form .ptm-config-field.has-error .ptm-number-stepper,
body.mts-application .ptm-configurable-form .ptm-config-field.has-error .ptm-number-stepper {
    border-color: #b83b3b;
    box-shadow: 0 0 0 3px rgba(184, 59, 59, .12);
}
.mts-booking-form-host .ptm-configurable-form .ptm-field-error,
body.mts-application .ptm-configurable-form .ptm-field-error {
    display: block;
    grid-column: 1 / -1;
    margin: 7px 0 0;
    color: #8a2020;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

/* Assistance is an optional utility after the booking task, not a second
   form card competing with the primary submit action. */
.mts-booking-form-host .ptm-configurable-form-wrap > .ptm-ai-assistant--after-form {
    width: auto;
    margin: 0 26px 24px;
    padding: 18px 0 0;
    background: #fff;
    border-top: 1px solid var(--mts-line, #dfe5e9);
}
.mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance__heading {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 2px;
    color: var(--mts-navy-950);
    font-size: 14px;
    font-weight: 800;
}
.mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-top: 4px;
    padding: 16px;
    background: var(--mts-ivory, #f8f7f4);
    border: 1px solid var(--mts-line, #dfe5e9);
    border-radius: 10px;
}
.mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance__panel > p {
    margin: 0;
    color: var(--mts-muted-strong, #5f6f7d);
}
.mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance button {
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
}

@media (max-width: 700px) {
    .mts-booking-selector { padding: 8px; }
    .mts-booking-selector-dialog {
        width: 100%;
        max-height: calc(100dvh - 16px);
        padding: 0;
        border-radius: 12px;
    }
    .mts-booking-selector-scroll {
        max-height: calc(100vh - 16px);
        max-height: calc(100dvh - 16px);
        padding: 20px 14px 16px;
        scrollbar-width: thin;
    }
    .mts-booking-selector-close { top: 10px; right: 10px; }
    html[dir="rtl"] .mts-booking-selector-close { right: auto; left: 10px; }
    html[dir="rtl"] .mts-booking-selector-dialog:has(.mts-booking-form-view:not([hidden])) .mts-booking-selector-close { right: 10px; left: auto; }
    .mts-booking-selector-back { margin-bottom: 12px; }
    .mts-booking-form-title { margin-bottom: 14px !important; }
    .mts-booking-form-host .ptm-configurable-form-wrap > header { padding: 17px 16px; }
    .mts-booking-form-host .ptm-configurable-form,
    body.mts-application .ptm-configurable-form { padding: 18px 16px; }
    .mts-booking-form-host .ptm-configurable-form .ptm-form-fields,
    body.mts-application .ptm-configurable-form .ptm-form-fields {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 20px;
    }
    .mts-booking-form-host .ptm-configurable-form :where(.ptm-field-type-radio,.ptm-field-type-checkbox,.ptm-field-type-luggage_list,.ptm-field-type-seat_category_counts,.ptm-field-type-date_list,.ptm-field-type-long_text,.ptm-config-info),
    body.mts-application .ptm-configurable-form :where(.ptm-field-type-radio,.ptm-field-type-checkbox,.ptm-field-type-luggage_list,.ptm-field-type-seat_category_counts,.ptm-field-type-date_list,.ptm-field-type-long_text,.ptm-config-info) { grid-column: 1; }
    .mts-booking-form-host .ptm-configurable-form .ptm-option-group,
    body.mts-application .ptm-configurable-form .ptm-option-group { grid-template-columns: minmax(0, 1fr); }
    .mts-booking-form-host .ptm-configurable-form :where(.ptm-luggage-row,.ptm-dynamic-row),
    body.mts-application .ptm-configurable-form :where(.ptm-luggage-row,.ptm-dynamic-row) { grid-template-columns: minmax(0, 1fr); }
    .mts-booking-form-host .ptm-datetime-control,
    body.mts-application .ptm-datetime-control { grid-template-columns: minmax(0, 1fr); }
    .mts-booking-form-host .ptm-configurable-form-wrap > .ptm-ai-assistant--after-form { margin: 0 16px 18px; padding: 14px 0 0; }
    .mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance__panel { grid-template-columns: minmax(0, 1fr); }
    .mts-booking-form-host .ptm-ai-assistant--after-form .ptm-mts-assistance button { width: 100%; }
    .mts-booking-form-host .ptm-configurable-form > p:last-child,
    body.mts-application .ptm-configurable-form > p:last-child { justify-content: stretch; }
    .mts-booking-form-host .ptm-configurable-form button[type="submit"],
    body.mts-application .ptm-configurable-form button[type="submit"] { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .mts-booking-form-host .ptm-configurable-form button[type="submit"][aria-busy="true"]::before,
    body.mts-application .ptm-configurable-form button[type="submit"][aria-busy="true"]::before,
    .mts-booking-form-host .ptm-form-submit-status.is-loading::before,
    body.mts-application .ptm-form-submit-status.is-loading::before { animation-duration: 1.4s; }
}

/* Frontend Step 1: utility, navigation, hero booking and benefits only. */
.mts-utility-support,
.mts-utility-login { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; }
.mts-utility-support { color: #f2f6f8; cursor: default; }
.mts-utility-support .mts-icon,
.mts-utility-login .mts-icon { width: 16px; height: 16px; color: var(--mts-gold-300); }
.mts-utility-login { transition: color 220ms cubic-bezier(.22, 1, .36, 1); }
.mts-utility-login:hover,
.mts-utility-login:focus-visible { color: var(--mts-gold-300); }
.mts-utility-login:focus-visible { outline: 2px solid var(--mts-gold-300); outline-offset: 3px; }

.mts-primary-nav { gap: clamp(14px, 1.6vw, 25px); }
.mts-primary-nav > a,
.mts-nav-item > a { transition: color 220ms cubic-bezier(.22, 1, .36, 1); }
.mts-primary-nav > a:hover,
.mts-primary-nav > a:focus-visible,
.mts-nav-item > a:hover,
.mts-nav-item > a:focus-visible,
.mts-nav-item:focus-within > a,
.mts-nav-item:hover > a { color: var(--mts-gold-700); }
.mts-nav-item { position: relative; display: flex; align-items: center; min-height: 88px; }
.mts-nav-item > a,
.mts-nav-group-toggle { display: inline-flex; align-items: center; gap: 5px; }
.mts-nav-group-toggle { min-height: 44px; padding: 0; color: var(--mts-navy-900); background: transparent; border: 0; font: inherit; font-size: 14px; font-weight: 800; white-space: nowrap; cursor: pointer; transition: color 220ms cubic-bezier(.22, 1, .36, 1); }
.mts-nav-group-toggle:hover,
.mts-nav-group-toggle:focus-visible,
.mts-nav-item:hover > .mts-nav-group-toggle,
.mts-nav-item:focus-within > .mts-nav-group-toggle { color: var(--mts-gold-700); }
.mts-nav-group-toggle:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 3px; }
.mts-nav-item > a .mts-icon,
.mts-nav-group-toggle .mts-icon { width: 15px; height: 15px; transition: transform 220ms cubic-bezier(.22, 1, .36, 1); }
.mts-nav-item:hover > a .mts-icon,
.mts-nav-item:focus-within > a .mts-icon,
.mts-nav-item:hover > .mts-nav-group-toggle .mts-icon,
.mts-nav-item:focus-within > .mts-nav-group-toggle .mts-icon { transform: rotate(180deg); }
.mts-services-submenu { position: absolute; top: calc(100% - 1px); left: -18px; z-index: 40; display: grid; grid-template-columns: repeat(2, minmax(210px, 1fr)); width: 490px; padding: 12px; visibility: hidden; opacity: 0; background: var(--mts-white); border: 1px solid var(--mts-border); border-top: 2px solid var(--mts-gold-500); border-radius: 0 0 var(--mts-radius-sm) var(--mts-radius-sm); box-shadow: 0 18px 42px rgba(6, 24, 46, .16); transform: translateY(-6px); pointer-events: none; transition: opacity 200ms cubic-bezier(.22, 1, .36, 1), transform 200ms cubic-bezier(.22, 1, .36, 1), visibility 200ms; }
.mts-nav-item:hover .mts-services-submenu,
.mts-nav-item:focus-within .mts-services-submenu { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
.mts-services-submenu a { display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 9px 11px; color: var(--mts-navy-900); border-radius: var(--mts-radius-sm); white-space: normal; transition: color 180ms cubic-bezier(.22, 1, .36, 1), background-color 180ms cubic-bezier(.22, 1, .36, 1); }
.mts-services-submenu a::after { display: none; }
.mts-services-submenu a:hover,
.mts-services-submenu a:focus-visible { color: var(--mts-navy-950); background: var(--mts-gold-100); }
.mts-services-submenu .mts-icon { width: 18px; height: 18px; color: var(--mts-gold-700); }
.mts-live-submenu { grid-template-columns: repeat(2, minmax(230px, 1fr)); width: min(590px, calc(100vw - 48px)); max-height: min(68vh, 620px); overflow-y: auto; }
html[dir="ltr"] .mts-primary-nav > .mts-nav-item:nth-last-child(2) .mts-live-submenu { right: 0; left: auto; }
.mts-live-nav-entry { min-width: 0; }
.mts-live-nav-entry > a { width: 100%; }
.mts-live-nav-label { display: block; padding: 9px 11px 5px; color: var(--mts-gold-700); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.mts-live-nav-children { display: grid; gap: 2px; padding-inline-start: 12px; border-inline-start: 2px solid var(--mts-gold-100); }
.mts-live-nav-depth-1 > a { min-height: 40px; font-size: 12px; }

.mts-mobile-services-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; padding: 12px 8px; color: var(--mts-navy-900); background: transparent; border: 0; border-bottom: 1px solid #eef1f3; font: inherit; font-weight: 800; text-align: inherit; cursor: pointer; }
.mts-mobile-services-toggle .mts-icon { width: 18px; height: 18px; transition: transform 220ms cubic-bezier(.22, 1, .36, 1); }
.mts-mobile-services-toggle[aria-expanded="true"] .mts-icon { transform: rotate(180deg); }
.mts-mobile-services { display: grid; overflow: hidden; padding: 6px 0 8px 14px; background: #f7f9fa; }
.mts-mobile-services[hidden] { display: none; }
.mts-mobile-services a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 10px 12px; border-bottom-color: #e4e9ec; font-size: 13px; }
.mts-mobile-services .mts-icon { width: 17px; height: 17px; color: var(--mts-gold-700); }
.mts-mobile-live-group { gap: 0; }
.mts-mobile-live-group .mts-mobile-live-link { display: flex; padding-inline-start: 14px; }
.mts-mobile-live-group .mts-mobile-live-depth-2 { padding-inline-start: 30px; font-size: 12px; }
.mts-mobile-live-group .mts-mobile-live-parent { color: var(--mts-gold-700); }
.mts-mobile-live-label { display: block; min-height: 40px; padding: 11px 12px 7px 24px; color: var(--mts-gold-700); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
html[dir="rtl"] .mts-mobile-services { padding-right: 14px; padding-left: 0; }
html[dir="rtl"] .mts-mobile-live-group .mts-mobile-live-link { padding-right: 14px; padding-left: 12px; }
html[dir="rtl"] .mts-mobile-live-group .mts-mobile-live-depth-2 { padding-right: 30px; padding-left: 12px; }
html[dir="rtl"] .mts-mobile-live-label { padding-right: 24px; padding-left: 12px; }
@media (max-width: 1180px) {
    .mts-primary-nav, .mts-header-login { display: none; }
    .mts-menu-toggle { display: inline-flex; }
    .mts-mobile-panel:not([hidden]) { display: block; }
    body.mts-mobile-menu-open .mts-floating-booking { visibility: hidden; pointer-events: none; }
}

.mts-hero { min-height: 0; }
.mts-hero-image { min-height: 100%; }
.mts-hero-inner { align-items: center; min-height: 500px; padding-top: 50px; padding-bottom: 50px; }
.mts-hero-content { position: relative; z-index: 3; width: 100%; min-width: 0; }
.mts-hero-copy { max-width: 620px; }
.mts-hero h1 { max-width: 620px; font-size: clamp(48px, 4.2vw, 60px); line-height: 1.04; }
.mts-hero-lead { max-width: 580px; margin-top: 14px; font-size: 17px; line-height: 1.5; }
.mts-hero-actions { margin-top: 18px; }
.mts-hero-vehicle { right: clamp(-40px, 1vw, 18px); bottom: 150px; width: min(43vw, 620px); opacity: .96; }
.mts-hero .mts-booking-panel { position: relative; z-index: 4; width: min(100%, 1120px); margin-block-start: 24px; margin-inline-end: auto; }
.mts-homepage .mts-hero-overlay { background: linear-gradient(90deg, rgba(6, 24, 46, .84) 0%, rgba(6, 24, 46, .68) 42%, rgba(6, 24, 46, .22) 70%, rgba(6, 24, 46, .12) 100%); }
html[dir="rtl"] .mts-homepage .mts-hero-overlay { background: linear-gradient(270deg, rgba(6, 24, 46, .84) 0%, rgba(6, 24, 46, .68) 42%, rgba(6, 24, 46, .22) 70%, rgba(6, 24, 46, .12) 100%); }

.mts-booking-panel { overflow: hidden; border-radius: 8px; }
.mts-booking-tabs { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 62px; padding: 0; overflow: visible; }
.mts-booking-tabs button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 62px; padding: 12px 14px; color: #bfd0da; background: transparent; border: 0; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: color 220ms cubic-bezier(.22, 1, .36, 1), background-color 220ms cubic-bezier(.22, 1, .36, 1), box-shadow 220ms cubic-bezier(.22, 1, .36, 1); }
.mts-booking-tabs button:hover,
.mts-booking-tabs button:focus-visible { color: var(--mts-white); background: rgba(255, 255, 255, .06); }
.mts-booking-tabs button:focus-visible { z-index: 2; outline: 3px solid var(--mts-gold-300); outline-offset: -3px; }
.mts-booking-tabs button.is-active { color: var(--mts-navy-950); background: var(--mts-gold-300); box-shadow: inset 0 -3px var(--mts-gold-500); }
.mts-booking-tabs button .mts-icon { width: 19px; height: 19px; }
.mts-booking-stage { position: relative; height: auto; padding: 20px; }
.mts-booking-view { opacity: 1; transform: translateY(0); transition: opacity 170ms cubic-bezier(.22, 1, .36, 1), transform 170ms cubic-bezier(.22, 1, .36, 1); }
.mts-booking-view[hidden] { display: none; }
.mts-booking-view.is-leaving { opacity: 0; transform: translateY(-5px); }
.mts-booking-view.is-entering { opacity: 0; transform: translateY(6px); }
.mts-quick-booking-form { display: grid; grid-template-columns: minmax(170px, 1.45fr) minmax(170px, 1.45fr) minmax(120px, .85fr) minmax(110px, .75fr) minmax(105px, .7fr) auto; align-items: end; gap: 10px; margin: 0; }
.mts-quick-field { display: grid; min-width: 0; gap: 6px; }
.mts-quick-field label { display: flex; align-items: center; gap: 6px; color: #d9e5eb; font-size: 11px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.mts-quick-field label .mts-icon { width: 15px; height: 15px; color: var(--mts-gold-300); }
.mts-quick-field input { width: 100%; min-width: 0; height: 48px; padding: 10px 12px; color: var(--mts-navy-950); background: var(--mts-white); border: 1px solid #c9d3d9; border-radius: 5px; font: inherit; font-size: 14px; }
.mts-quick-field input:hover { border-color: var(--mts-gold-500); }
.mts-quick-field input:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 2px; }
.mts-quick-submit { min-width: 180px; height: 48px; min-height: 48px; }
.mts-quick-error { grid-column: 1 / -1; margin: 2px 0 0; color: #fff2f0; font-size: 13px; font-weight: 700; }
.mts-booking-benefits { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 62px; padding: 11px 20px; overflow-x: auto; color: var(--mts-white); border-top: 1px solid rgba(255,255,255,.16); scrollbar-width: none; }
.mts-booking-benefits::-webkit-scrollbar { display: none; }
.mts-booking-benefit { display: inline-flex; flex: 1 0 max-content; min-width: max-content; align-items: center; justify-content: center; gap: 9px; white-space: nowrap; }
.mts-booking-benefit-icon { display: inline-flex; flex: 0 0 auto; color: var(--mts-gold-300); }
.mts-booking-benefit-icon .mts-icon { width: 18px; height: 18px; }
.mts-booking-benefit strong { color: var(--mts-white); font-size: 12px; line-height: 1.2; }
.mts-services-section { padding: 48px 0 44px; }
.mts-services-heading { position: relative; display: flex; min-height: 40px; align-items: center; justify-content: center; margin-bottom: 18px; }
.mts-services-heading h2 { display: flex; width: 100%; align-items: center; justify-content: center; gap: 14px; margin: 0; color: var(--mts-navy-950); font-size: 34px; line-height: 1.1; text-align: center; }
.mts-services-heading h2::before,
.mts-services-heading h2::after { content: ''; display: block; flex: 0 0 clamp(36px, 4vw, 56px); height: 2px; background: var(--mts-gold-500); }
.mts-service-carousel-controls { position: absolute; top: 50%; right: 0; display: inline-flex; flex: 0 0 auto; gap: 9px; transform: translateY(-50%); }
html[dir="rtl"] .mts-service-carousel-controls { right: auto; left: 0; }
.mts-service-carousel-controls button { display: inline-grid; width: 40px; height: 40px; place-items: center; padding: 0; color: var(--mts-navy-950); background: var(--mts-white); border: 1px solid var(--mts-navy-950); border-radius: 6px; cursor: pointer; transition: color 180ms cubic-bezier(.22, 1, .36, 1), background-color 180ms cubic-bezier(.22, 1, .36, 1), border-color 180ms cubic-bezier(.22, 1, .36, 1); }
.mts-service-carousel-controls button:hover:not(:disabled),
.mts-service-carousel-controls button:focus-visible { color: var(--mts-navy-950); background: var(--mts-gold-300); border-color: var(--mts-gold-300); }
.mts-service-carousel-controls button:focus-visible { outline: 3px solid var(--mts-gold-300); outline-offset: 3px; }
.mts-service-carousel-controls button:disabled { color: #758694; border-color: #c7d0d6; cursor: not-allowed; opacity: .55; }
.mts-service-carousel-controls .mts-icon { width: 20px; height: 20px; }
.mts-service-carousel { overflow: hidden; }
.mts-service-carousel-track { display: flex; gap: 12px; padding: 2px 2px 12px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scroll-padding-inline: 2px; scrollbar-width: none; }
.mts-service-carousel-track::-webkit-scrollbar { display: none; }
.mts-services-section .mts-service-card[data-service] { flex: 0 0 clamp(230px, 22vw, 280px); min-height: 240px; align-items: center; justify-content: flex-start; padding: 20px 18px 18px; color: var(--mts-navy-950); text-align: center; scroll-snap-align: start; }
.mts-services-section .mts-service-card:hover { transform: translateY(-4px); }
.mts-services-section .mts-service-icon { display: inline-grid; width: 56px; height: 56px; place-items: center; color: var(--mts-navy-950); background: var(--mts-gold-100); border: 1px solid var(--mts-gold-500); border-radius: 50%; }
.mts-services-section .mts-service-icon .mts-icon { width: 28px; height: 28px; }
.mts-services-section .mts-service-card h3 { margin: 14px 0 7px; color: var(--mts-navy-950); font-size: 18px; line-height: 1.2; }
.mts-services-section .mts-service-card p,
.mts-services-section .mts-service-card.is-unavailable p { max-width: 240px; margin: 0; color: var(--mts-navy-950); font-size: 13px; line-height: 1.45; }
.mts-services-section .mts-status-pill { margin-top: 16px; color: var(--mts-navy-950); background: var(--mts-gold-100); border: 1px solid var(--mts-gold-500); }
.mts-services-section .mts-card-link { justify-content: center; color: var(--mts-navy-950); }
html[dir="rtl"] .mts-service-carousel-controls button .mts-icon,
html[dir="rtl"] .mts-services-section .mts-card-link .mts-icon { transform: scaleX(-1); }
.mts-additional-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mts-additional-services a { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 11px; min-height: 58px; padding: 12px 14px; color: var(--mts-white); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.18); border-radius: 6px; font-size: 13px; font-weight: 800; text-decoration: none; transition: color 200ms cubic-bezier(.22, 1, .36, 1), background-color 200ms cubic-bezier(.22, 1, .36, 1), border-color 200ms cubic-bezier(.22, 1, .36, 1), transform 200ms cubic-bezier(.22, 1, .36, 1); }
.mts-additional-services a:hover,
.mts-additional-services a:focus-visible { color: var(--mts-navy-950); background: var(--mts-gold-300); border-color: var(--mts-gold-300); transform: translateY(-2px); }
.mts-additional-services a:focus-visible { outline: 3px solid var(--mts-white); outline-offset: 2px; }
.mts-additional-services .mts-icon { width: 20px; height: 20px; }

.mts-benefit { align-items: flex-start; }
.mts-benefit-icon { display: inline-grid; width: 42px; height: 42px; place-items: center; color: var(--mts-gold-300); border: 1px solid rgba(235, 200, 120, .55); border-radius: 6px; }
.mts-benefit-icon .mts-icon { width: 22px; height: 22px; }
.mts-benefit strong { margin-top: 2px; }

html[dir="rtl"] .mts-primary-nav,
html[dir="rtl"] .mts-booking-tabs,
html[dir="rtl"] .mts-quick-booking-form { direction: rtl; }
html[dir="rtl"] .mts-services-submenu { right: -18px; left: auto; }

@media (max-width: 1180px) {
    .mts-quick-booking-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .mts-quick-submit { width: 100%; }
    .mts-hero-inner { min-height: 500px; }
    .mts-hero-vehicle { bottom: 250px; width: min(48vw, 560px); opacity: .78; }
}
@media (max-width: 900px) {
    .mts-hero-inner { min-height: 0; padding-top: 46px; padding-bottom: 42px; }
    .mts-hero h1 { font-size: 48px; }
    .mts-hero-vehicle { right: -12%; bottom: 320px; width: 72vw; opacity: .34; }
    html[dir="rtl"] .mts-hero-vehicle { right: auto; left: -12%; }
    .mts-hero .mts-booking-panel { width: 100%; }
    .mts-homepage .mts-hero-overlay,
    html[dir="rtl"] .mts-homepage .mts-hero-overlay { background: rgba(6, 24, 46, .62); }
    .mts-booking-tabs button { min-height: 58px; padding: 10px 8px; font-size: 12px; }
    .mts-additional-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mts-services-section { padding: 44px 0 40px; }
    .mts-services-section .mts-service-card[data-service] { flex-basis: calc((100% - 12px) / 2); }
    .mts-services-heading { flex-direction: column; gap: 12px; }
    .mts-services-heading h2 { font-size: 30px; }
    .mts-services-heading h2::before,
    .mts-services-heading h2::after { flex-basis: 38px; }
    .mts-service-carousel-controls,
    html[dir="rtl"] .mts-service-carousel-controls { position: static; transform: none; }
}
@media (max-width: 640px) {
    body.mts-homepage .mts-floating-booking { display: inline-flex; }
    .mts-services-section { padding: 36px 0 32px; }
    .mts-services-heading { align-items: center; margin-bottom: 16px; }
    .mts-services-heading h2 { font-size: 26px; }
    .mts-services-heading h2::before,
    .mts-services-heading h2::after { flex-basis: 26px; }
    .mts-service-carousel-controls button { width: 40px; height: 40px; }
    .mts-services-section .mts-service-card[data-service] { flex-basis: calc(100% - 4px); min-height: 226px; padding: 18px 16px 16px; }
    .mts-services-section .mts-service-icon { width: 52px; height: 52px; }
    .mts-services-section .mts-service-icon .mts-icon { width: 26px; height: 26px; }
    .mts-utility-apps,
    .mts-utility-note { display: none; }
    .mts-utility-inner { min-height: 44px; padding: 0; }
    .mts-utility-nav { justify-content: space-between; width: 100%; overflow: visible; }
    .mts-utility-support,
    .mts-utility-login { flex: 0 0 auto; font-size: 12px; }
    .mts-hero-inner { padding-top: 38px; padding-bottom: 98px; }
    body.mts-homepage .mts-floating-booking .mts-icon { width: 18px; height: 18px; }
    .mts-hero h1 { font-size: 39px; line-height: 1.08; }
    .mts-hero-lead { margin-top: 13px; font-size: 15px; line-height: 1.5; }
    .mts-hero-actions { margin-top: 14px; }
    .mts-hero .mts-booking-panel { margin-top: 24px; }
    .mts-hero-vehicle { right: -46%; bottom: 410px; width: 128vw; opacity: .25; }
    html[dir="rtl"] .mts-hero-vehicle { right: auto; left: -46%; }
    .mts-vip-badge { top: 16px; }
    .mts-booking-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mts-booking-tabs button { min-height: 52px; border-bottom-width: 2px; }
    .mts-booking-stage { padding: 16px; }
    .mts-quick-booking-form { grid-template-columns: 1fr; gap: 11px; }
    .mts-quick-field input { height: 46px; }
    .mts-quick-submit { min-width: 0; }
    .mts-additional-services { grid-template-columns: 1fr; }
    .mts-benefit-icon { width: 38px; height: 38px; }
}
@media (prefers-reduced-motion: reduce) {
    .mts-services-submenu,
    .mts-nav-item > a .mts-icon,
    .mts-mobile-services-toggle .mts-icon,
    .mts-booking-stage,
    .mts-booking-view,
    .mts-booking-tabs button,
    .mts-additional-services a { transition: none !important; }
    .mts-service-carousel-track { scroll-behavior: auto; }
    .mts-service-carousel-controls button,
    .mts-services-section .mts-service-card { transition: none !important; }
}

@media (max-width: 540px) {
    .mts-assistant-toggle { position: relative; width: 52px; height: 52px; padding: 0; justify-content: center; }
    .mts-assistant-toggle span:last-child { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
    .mts-assistant-shell.is-booking-obscured { visibility: visible; opacity: 1; pointer-events: auto; }
}

/* Final mobile utility precedence: every desktop item remains present. */
@media (max-width: 640px) {
    .mts-utility-inner {
        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        grid-template-areas: "apps note" "nav nav";
        min-height: 74px;
        align-items: center;
        gap: 0 10px;
        padding: 4px 0 0;
    }
    .mts-utility-apps {
        display: flex;
        grid-area: apps;
        gap: 7px;
        min-width: 0;
        color: var(--mts-white);
        font-size: 10px;
        white-space: nowrap;
    }
    .mts-utility-apps .mts-utility-store { width: 17px; height: 17px; }
    .mts-utility-apps .mts-utility-store svg { width: 15px; height: 15px; }
    .mts-utility-note {
        display: flex;
        grid-area: note;
        min-width: 0;
        justify-content: flex-end;
        gap: 5px;
        color: #f2f6f8;
        font-size: 10px;
        line-height: 1.2;
        text-align: end;
        white-space: nowrap;
    }
    .mts-utility-note .mts-utility-mark .mts-icon { width: 13px; height: 13px; }
    .mts-utility-nav {
        display: grid;
        grid-area: nav;
        grid-template-columns: repeat(3, max-content);
        width: 100%;
        min-width: 0;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        overflow: visible;
        border-top: 1px solid rgba(255,255,255,.12);
    }
    .mts-utility-support,
    .mts-utility-login,
    .mts-language-switcher { flex: none; font-size: 11px; white-space: nowrap; }
    .mts-utility-support,
    .mts-utility-login { min-height: 42px; }
    .mts-language-switcher { padding-inline-start: 0; }
}

@media (max-width: 350px) {
    .mts-utility-inner { gap: 0 6px; }
    .mts-utility-apps,
    .mts-utility-note { font-size: 9px; }
    .mts-utility-support,
    .mts-utility-login,
    .mts-language-switcher { font-size: 10px; }
    .mts-hero-copy,
    .mts-hero h1 { max-width: 214px; }
    html[lang="de"] .mts-hero-copy,
    html[lang="de"] .mts-hero h1,
    html[lang="ar"] .mts-hero-copy,
    html[lang="ar"] .mts-hero h1 { max-width: 190px; }
    .mts-hero h1 { font-size: 32px; }
    body.mts-homepage .mts-floating-booking span:last-child {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
        font-size: 9px;
        line-height: 1.05;
    }
}
.ptm-preview-vehicle-photo{width:180px;height:110px;object-fit:contain;flex-shrink:0;background:#fff}
.ptm-preview-route-facts{font-weight:700;font-variant-numeric:tabular-nums}
.ptm-preview-vehicle{display:flex;align-items:center}
.ptm-preview-vehicle > span{min-width:0;flex:1}
@media(max-width:600px){.ptm-preview-vehicle-photo{width:100px;height:75px}.ptm-preview-vehicle{flex-wrap:wrap}}
.ptm-phone-control select.ptm-has-flag { background-size:24px 18px; background-repeat:no-repeat; background-position:left 12px center; padding-left:46px; }
[dir=rtl] .ptm-phone-control select.ptm-has-flag, .rtl .ptm-phone-control select.ptm-has-flag { background-position:right 12px center; padding-right:46px; padding-left:24px; }
.ptm-customer-app-shell .mts-floating-booking {
    display: none !important;
}

.ptm-shared-booking-landing{margin:0 0 24px;padding:18px;border:1px solid var(--mts-border,#d8e0e8);background:#f7fafc}.ptm-shared-booking-landing>header{margin-bottom:12px}.ptm-shared-booking-landing h4{margin:0;color:#06182e;font-size:18px}.ptm-shared-booking-landing p{margin:5px 0 0;color:#526173}.ptm-shared-booking-list{display:grid;gap:10px}.ptm-shared-booking-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px;border:1px solid #d8e0e8;background:#fff}.ptm-shared-booking-card div{display:grid;gap:4px}.ptm-shared-booking-card span{font-size:13px;color:#526173}.ptm-shared-booking-card button{min-height:44px;padding:8px 15px;border:1px solid #b8892e;background:#fff;color:#06182e;font-weight:700}.ptm-shared-booking-card button[aria-pressed=true]{background:#0f765f;color:#fff;border-color:#0f765f}.ptm-shared-booking-empty{padding:12px;border-left:4px solid #d5a229;background:#fff8e8}@media(max-width:700px){.ptm-shared-booking-card{align-items:stretch;flex-direction:column}.ptm-shared-booking-card button{width:100%}}


/* Persistent public booking action: retain the approved coordinate and shape while scrolling. */
body:not(.mts-application) > .mts-floating-booking.mts-floating-booking--fixed {
    position: fixed !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 88 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
}
.mts-booking-form-host .ptm-booking-success__payment {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 20px;
    border-radius: 6px;
    background: #071f3d;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
.mts-booking-form-host .ptm-booking-success__payment:hover,
.mts-booking-form-host .ptm-booking-success__payment:focus-visible { background: #12345c; color: #fff; }
body:not(.mts-application) > .mts-floating-booking.mts-floating-booking--fixed:hover,
body:not(.mts-application) > .mts-floating-booking.mts-floating-booking--fixed:focus-visible {
    transform: translate(-50%, calc(-50% - 3px)) !important;
}
body:not(.mts-application) > .mts-floating-booking.mts-floating-booking--fixed:active {
    transform: translate(-50%, -50%) scale(.985) !important;
}
body.mts-mobile-menu-open:not(.mts-application) > .mts-floating-booking.mts-floating-booking--fixed {
    visibility: visible !important;
    pointer-events: auto !important;
}
