:root {
  --red: #e10822;
  --red-dark: #c90820;
  --red-soft: #fff1f3;
  --text: #191f28;
  --muted: #4e5968;
  --border: #e5e8eb;
  --background: #f9fafb;
  --white: #fff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 16px; border-radius: 10px; color: white; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.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; }
.site-header { position: relative; z-index: 30; height: 72px; max-width: 1200px; margin: auto; padding: 0 24px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.3px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--red); font-size: 22px; font-style: normal; line-height: 1; }
.my-rides { min-height: 48px; display: flex; align-items: center; padding: 0 14px; color: var(--muted); font-weight: 600; }
.account-entry { min-height: 44px; padding: 0 14px; border: 0; border-radius: 12px; color: var(--muted); background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.account-entry:hover { color: var(--red); background: var(--red-soft); }
.auth-dialog { width: min(440px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 24px; box-shadow: 0 24px 80px rgba(25,31,40,.2); }
.auth-dialog::backdrop { background: rgba(25,31,40,.42); }
.auth-dialog form { padding: 28px; }
.auth-dialog h2 { margin: 0; font-size: 26px; }
.auth-fields { margin-top: 22px; display: grid; gap: 12px; }
.auth-dialog label span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.auth-dialog input { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--border); border-radius: 14px; font: inherit; }
.auth-links { margin-top: 14px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.auth-links button { border: 0; color: var(--muted); background: transparent; font: inherit; cursor: pointer; }
.auth-message { min-height: 20px; margin: 12px 0 0; color: #b42318; font-size: 13px; }
.header-actions { display: flex; align-items: center; gap: 6px; margin-left: auto; flex: none; }
.header-setting { min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--border); border-radius: 12px; color: var(--text); background: white; font: inherit; font-weight: 800; cursor: pointer; }
.header-setting > span[aria-hidden] { font-size: 20px; line-height: 1; }
.currency-button { min-width: 58px; color: var(--muted); font-size: 12px; }
.mobile-menu-button { width: 44px; height: 44px; padding: 11px 9px; display: none; align-content: center; gap: 5px; border: 0; border-radius: 13px; background: transparent; cursor: pointer; }
.mobile-menu-button span { width: 24px; height: 2px; margin: auto; border-radius: 2px; background: var(--text); }
.language-picker select { height: 42px; max-width: 170px; padding: 0 34px 0 12px; border: 1px solid var(--border); border-radius: 12px; color: var(--muted); background: white; font: inherit; font-size: 13px; font-weight: 650; }
.catalog-nav { min-width: 0; align-self: stretch; display: flex; align-items: stretch; background: transparent; }
.continent-nav { min-width: 0; display: flex; align-items: stretch; gap: 2px; }
.continent-menu { position: static; }
.continent-menu summary { height: 72px; padding: 0 9px; display: flex; align-items: center; border-radius: 10px; color: var(--muted); font-size: 13px; font-weight: 700; cursor: pointer; list-style: none; white-space: nowrap; }
.continent-menu summary::-webkit-details-marker { display: none; }
.continent-menu[open] summary { color: var(--red); background: var(--red-soft); }
.country-menu { position: absolute; top: 72px; left: 50%; width: min(1040px, calc(100vw - 40px)); max-height: min(560px, calc(100vh - 100px)); padding: 28px; overflow-y: auto; border: 1px solid var(--border); border-radius: 0 0 22px 22px; background: white; box-shadow: 0 24px 60px rgba(25,31,40,.14); transform: translateX(-50%); }
.country-menu-loading { min-height: 96px; display: grid; place-items: center; color: var(--muted); font-weight: 800; }
.country-links { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px 18px; }
.country-links a { min-height: 44px; padding: 0 10px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; border-radius: 10px; }
.country-links a:hover { color: var(--red); background: var(--red-soft); }
.country-links strong { overflow: hidden; font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.country-links small { color: #8b95a1; font-size: 10px; }
.continent-all { min-height: 48px; margin-top: 18px; display: flex; align-items: center; justify-content: center; border-radius: 13px; color: var(--red); background: var(--red-soft); font-weight: 800; }
.mobile-menu { width: min(420px, 100%); max-width: none; height: 100%; max-height: none; margin: 0 0 0 auto; padding: 0; border: 0; color: var(--text); background: white; box-shadow: -18px 0 60px rgba(25,31,40,.16); }
.mobile-menu::backdrop { background: rgba(25,31,40,.42); }
.mobile-menu-head { height: 68px; padding: 0 18px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; border-bottom: 1px solid var(--border); }
.mobile-menu-head strong { text-align: center; font-size: 18px; }
.mobile-menu-head button { width: 44px; height: 44px; border: 0; border-radius: 14px; color: var(--text); background: transparent; font: inherit; font-size: 29px; cursor: pointer; }
.mobile-menu-head button:hover { background: var(--background); }
.mobile-menu-head button[hidden] { display: block; visibility: hidden; }
#mobile-menu-root, .mobile-country-nav { padding: 14px 18px 32px; }
.mobile-account-button { width: 100%; min-height: 76px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 0; border-radius: 18px; color: var(--text); background: var(--red-soft); text-align: left; cursor: pointer; }
.mobile-account-button strong, .mobile-account-button small { display: block; }
.mobile-account-button strong { color: var(--red); font-size: 17px; }
.mobile-account-button small { margin-top: 5px; color: var(--muted); font-size: 13px; }
.mobile-account-button > span:last-child { color: var(--red); font-size: 25px; }
.mobile-continent-nav { margin-top: 14px; }
.mobile-continent-button, .mobile-menu-secondary a, .mobile-country-nav a { width: 100%; min-height: 58px; padding: 0 6px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 0; border-bottom: 1px solid var(--border); color: var(--text); background: white; font: inherit; font-weight: 750; text-align: left; cursor: pointer; }
.mobile-continent-button span:last-child, .mobile-menu-secondary a span:last-child, .mobile-country-nav a > span:last-child { color: #8b95a1; font-size: 22px; font-weight: 500; }
.mobile-menu-secondary { margin-top: 14px; padding-top: 8px; border-top: 8px solid var(--background); }
.mobile-country-nav a { min-height: 62px; }
.mobile-country-label { min-width: 0; display: flex; align-items: center; gap: 12px; }
.mobile-country-label span { font-size: 21px; }
.mobile-country-label strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile-country-nav small { color: #8b95a1; font-size: 12px; font-weight: 650; }
.mobile-country-all { margin-top: 14px; padding: 0 16px !important; border: 0 !important; border-radius: 15px; color: var(--red) !important; background: var(--red-soft) !important; }
.mobile-menu-progress { min-height: calc(100vh - 68px); padding: 40px 24px; display: grid; align-content: center; justify-items: center; gap: 18px; color: var(--muted); text-align: center; }
.mobile-menu-progress[hidden] { display: none; }
.mobile-menu-progress span { width: 34px; height: 34px; border: 3px solid #ffe0e5; border-top-color: var(--red); border-radius: 50%; animation: menu-spin .7s linear infinite; }
.mobile-menu-progress strong { color: var(--text); font-size: 17px; }
@keyframes menu-spin { to { transform: rotate(360deg); } }
.hero { background: linear-gradient(145deg, #fff 0%, var(--red-soft) 100%); padding: 72px max(24px, calc((100vw - 1120px)/2)) 88px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow { color: var(--red); font-size: 14px; line-height: 20px; font-weight: 800; letter-spacing: .03em; }
h1 { margin: 12px 0 20px; font-size: clamp(36px, 5vw, 58px); line-height: 1.2; letter-spacing: -.055em; }
.intro { max-width: 540px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.booking-card { padding: 28px; background: var(--white); border: 1px solid rgba(229,232,235,.85); border-radius: 24px; box-shadow: 0 18px 50px rgba(25,31,40,.08); }
.booking-card h2 { margin: 0 0 20px; font-size: 24px; }
.direction-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px; padding: 4px; background: #f2f4f6; border-radius: 14px; }
.direction { min-height: 44px; border: 0; border-radius: 11px; color: var(--muted); background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
.direction.active { color: var(--red); background: white; box-shadow: 0 1px 4px rgba(25,31,40,.08); }
.place-field { position: relative; margin-top: 14px; }
.place-field label, .input-group span { display: block; margin-bottom: 7px; color: #333d4b; font-size: 13px; font-weight: 700; }
.place-field input, .input-group input, .input-group textarea { width: 100%; padding: 0 16px; border: 1px solid var(--border); border-radius: 16px; color: var(--text); background: white; font: inherit; font-size: 16px; outline: none; }
.place-field input, .input-group input { height: 56px; }
.input-group textarea { min-height: 96px; padding-top: 14px; resize: vertical; }
.place-field input:focus, .input-group input:focus, .input-group textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(225,8,34,.1); }
.place-results { position: absolute; z-index: 10; top: 82px; left: 0; right: 0; max-height: 250px; overflow-y: auto; padding: 8px; border: 1px solid var(--border); border-radius: 16px; background: white; box-shadow: 0 14px 34px rgba(25,31,40,.13); }
.place-result { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 12px; border: 0; border-radius: 11px; color: var(--text); background: white; text-align: left; cursor: pointer; }
.place-result:hover, .place-result:focus-visible { background: var(--red-soft); outline: none; }
.place-result strong, .place-result small { display: block; }
.place-result small { margin-top: 3px; color: var(--muted); }
.iata { flex: none; padding: 5px 7px; border-radius: 8px; color: var(--red); background: var(--red-soft); font-size: 12px; font-weight: 800; }
.swap-places { width: 100%; min-height: 44px; margin: 6px 0 -2px; padding: 0 12px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 13px; color: var(--muted); background: transparent; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.swap-places:hover, .swap-places:focus-visible { color: var(--red); background: var(--red-soft); outline: none; }
.swap-icon { font-size: 20px; line-height: 1; }
.form-grid { margin-top: 18px; display: grid; grid-template-columns: 2fr 1fr; gap: 14px 10px; }
.search-cta { width: 100%; min-height: 56px; margin-top: 18px; border: 0; border-radius: 16px; color: white; background: var(--red); font: inherit; font-size: 16px; font-weight: 800; cursor: pointer; }
.search-cta:hover { background: var(--red-dark); }
.search-cta:disabled { background: #b0b8c1; cursor: wait; }
.local-time-note { margin: 10px 0 0; color: #8b95a1; text-align: center; font-size: 12px; }
.form-message { margin: 14px 0 0; padding: 12px 14px; border-radius: 12px; color: #b42318; background: #fef3f2; font-size: 14px; }
.trip-option { min-height: 76px; margin-top: 12px; padding: 12px 16px; display: grid; grid-template-columns: 48px 1fr auto; gap: 14px; align-items: center; border: 1px solid var(--border); border-radius: 16px; transition: border-color .2s, background .2s, transform .2s; }
.trip-option:hover, .trip-option:focus-visible { border-color: var(--red); background: var(--red-soft); transform: translateY(-1px); outline: none; }
.option-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #f2f4f6; font-size: 20px; }
.primary .option-icon { color: white; background: var(--red); }
.trip-option strong, .trip-option small { display: block; }
.trip-option strong { margin-bottom: 4px; font-size: 16px; }
.trip-option small { color: var(--muted); font-size: 13px; }
.features, .trust-section { max-width: 1120px; margin: auto; padding: 96px 24px; }
.features > h2 { margin: 10px 0 34px; font-size: 32px; letter-spacing: -.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-grid article { padding: 28px; border-radius: 20px; background: var(--background); }
.feature-grid span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 11px; font-weight: 800; }
.feature-grid h3 { margin: 20px 0 8px; font-size: 20px; }
.feature-grid p, .status-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.meeting-guide { padding: 96px max(24px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; color: white; background: #191f28; }
.section-copy h2, .trust-section h2, .channel-section h2 { margin: 10px 0 20px; font-size: clamp(30px, 4vw, 44px); line-height: 1.25; letter-spacing: -.045em; }
.section-copy > p:last-child, .channel-section p { color: #b0b8c1; font-size: 17px; line-height: 1.75; }
.meeting-steps { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.meeting-steps li { padding: 22px; display: grid; grid-template-columns: 42px 1fr; gap: 16px; border: 1px solid #333d4b; border-radius: 18px; background: #202632; }
.meeting-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--red); font-weight: 800; }
.meeting-steps strong { display: block; margin: 3px 0 7px; font-size: 18px; }
.meeting-steps p { margin: 0; color: #b0b8c1; line-height: 1.6; }
.trust-section > h2 { margin-bottom: 36px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trust-grid article { padding: 28px; border: 1px solid var(--border); border-radius: 20px; }
.trust-grid h3 { margin: 0 0 10px; font-size: 20px; }
.trust-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.channel-section { padding: 80px max(24px, calc((100vw - 1120px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; background: var(--red-soft); }
.channel-section p { color: var(--muted); }
.channel-section a { min-height: 52px; margin-top: 12px; padding: 0 20px; display: inline-flex; align-items: center; border-radius: 15px; color: white; background: var(--red); font-weight: 800; }
.status-card { max-width: 1072px; margin: 0 auto 96px; padding: 24px; display: flex; gap: 16px; align-items: flex-start; border: 1px solid #ffe4e8; border-radius: 20px; background: var(--red-soft); }
.quotes { max-width: 1120px; margin: auto; padding: 0 24px 80px; }
.quotes-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.quotes-heading h2 { margin: 8px 0 0; font-size: 28px; }
.quotes-heading > p { color: var(--muted); }
.quote-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.vehicle-card { display: grid; grid-template-columns: 132px 1fr; gap: 20px; padding: 22px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.vehicle-card.recommended { border-color: var(--red); box-shadow: 0 0 0 2px var(--red-soft); }
.vehicle-photo { width: 132px; height: 92px; object-fit: contain; align-self: center; }
.vehicle-meta { min-width: 0; }
.recommendation { display: inline-block; margin-bottom: 7px; padding: 5px 8px; border-radius: 999px; color: var(--red); background: var(--red-soft); font-size: 11px; font-weight: 800; }
.vehicle-card h3 { margin: 0; font-size: 19px; }
.capacity { margin: 8px 0 14px; color: var(--muted); font-size: 14px; }
.price { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.price strong { font-size: 24px; }
.vehicle-note { margin: 8px 0 0; color: #8b95a1; font-size: 11px; }
.select-vehicle { min-height: 48px; margin-top: 16px; padding: 0 16px; border: 1px solid var(--red); border-radius: 14px; color: var(--red); background: white; font: inherit; font-weight: 700; cursor: pointer; }
.select-vehicle:hover { color: white; background: var(--red); }
.booking-details { max-width: 1072px; margin: 0 auto 80px; padding: 32px; border: 1px solid var(--border); border-radius: 24px; background: var(--background); }
.payment-result { min-height: calc(100vh - 82px); padding: 72px 24px; background: linear-gradient(180deg, #fff8f9 0%, #fff 72%); }
.payment-result-card { width: min(100%, 560px); margin: 0 auto; padding: 44px; border: 1px solid var(--border); border-radius: 28px; background: #fff; box-shadow: 0 18px 60px rgba(225,8,34,.08); text-align: center; }
.payment-result-icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; border-radius: 50%; background: #e8f8ef; color: #0b8f4d; font-size: 36px; font-weight: 900; }
.payment-result-icon.checking { background: #fff1f3; color: var(--red); }
.payment-result-card h1 { margin: 10px 0 14px; font-size: clamp(30px, 5vw, 42px); line-height: 1.2; }
.payment-result-description { margin: 0 auto; max-width: 440px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.payment-result-booking { margin: 28px 0 0; font-weight: 800; }
.payment-result-status { min-height: 24px; margin: 10px 0 0; color: var(--muted); }
.payment-result-actions { display: grid; gap: 10px; margin-top: 28px; }
.payment-result-actions .secondary-action { min-height: 52px; }
.details-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.details-heading h2 { margin: 8px 0 0; font-size: 28px; }
.selected-vehicle { color: var(--muted); text-align: right; }
.selected-vehicle strong { display: block; color: var(--text); font-size: 18px; }
.details-form { padding: 24px; border-radius: 20px; background: white; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
.details-grid .full { grid-column: 1 / -1; }
.validation-note { margin: 20px 0 0; padding: 14px; border-radius: 12px; color: var(--muted); background: var(--red-soft); font-size: 14px; }
.validation-note strong { color: var(--red); }
.member-benefits { margin-top: 20px; padding: 20px; border-radius: 18px; background: #f6f7f9; }
.member-benefits h3, .member-benefits p { margin: 0; }
.member-benefits h3 { font-size: 19px; }
.member-benefits > p { margin-top: 7px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.benefit-choice { min-height: 64px; margin-top: 14px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--border); border-radius: 15px; background: white; }
.benefit-choice span, .benefit-choice strong, .benefit-choice small { display: block; }
.benefit-choice small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
.benefit-choice select { min-width: 220px; max-width: 48%; height: 44px; padding: 0 38px 0 12px; border: 1px solid var(--border); border-radius: 12px; background: white; }
.benefit-choice input[type="checkbox"] { width: 24px; height: 24px; accent-color: var(--red); }
.benefit-preview { margin-top: 14px; padding: 16px; border: 1px solid var(--border); border-radius: 16px; background: white; }
.benefit-preview > div { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 14px; }
.benefit-preview strong { color: var(--text); font-size: 16px; }
.benefit-preview-total { margin-top: 5px; padding-top: 11px; border-top: 1px solid var(--border); }
.benefit-preview-total span, .benefit-preview-total strong { color: var(--red); font-weight: 800; }
.benefit-preview p { margin: 10px 0 0; color: #8b95a1; font-size: 12px; line-height: 1.55; }
.validation-success { margin-top: 16px; padding: 20px; border-radius: 16px; color: #087443; background: #ecfdf3; }
.validation-success strong { display: block; margin-bottom: 5px; }
.validation-success p { margin: 0; }
.save-booking { min-height: 48px; margin-top: 16px; padding: 0 18px; border: 0; border-radius: 14px; color: white; background: #087443; font: inherit; font-weight: 700; cursor: pointer; }
.save-booking:disabled { opacity: .6; cursor: wait; }
.my-booking { max-width: 1072px; margin: 0 auto 80px; padding: 32px; border-radius: 24px; background: var(--background); }
.my-booking h2 { margin: 8px 0 24px; font-size: 28px; }
.empty-booking, .my-booking-card { padding: 24px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.booking-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:20px; }
.booking-actions .save-booking { margin-top:0; }
.empty-booking strong { display: block; margin-bottom: 6px; }
.empty-booking p { margin: 0; color: var(--muted); }
.booking-status { display: inline-block; padding: 6px 10px; border-radius: 999px; color: #087443; background: #ecfdf3; font-size: 12px; font-weight: 800; }
.booking-number { margin: 14px 0 8px; font-size: 13px; color: var(--muted); }
.booking-result { margin:16px 0; padding:15px 17px; display:grid; gap:5px; border-radius:14px; font-size:13px; line-height:1.55; }
.booking-result strong { font-size:14px; }
.booking-result span { color:#4e5968; }
.booking-result.success { color:#087443; background:#ecfdf3; }
.booking-result.progress { color:#1d4ed8; background:#eff6ff; }
.booking-result.warning { color:#b54708; background:#fff6e8; }
.booking-route { margin: 0 0 18px; font-size: 22px; }
.booking-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.booking-facts div { padding: 14px; border-radius: 14px; background: var(--background); }
.booking-facts small, .booking-facts strong { display: block; }
.booking-facts small { margin-bottom: 5px; color: var(--muted); }
.status-dot { width: 12px; height: 12px; margin-top: 6px; flex: none; border: 3px solid white; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 2px var(--red); }
.status-card strong { display: block; margin-bottom: 6px; }
.travel-help { max-width: 900px; margin: 0 auto; padding: 24px 24px 96px; }
.travel-help h2 { margin: 8px 0 28px; font-size: 32px; }
.help-list { border-top: 1px solid var(--border); }
.help-list details { border-bottom: 1px solid var(--border); }
.help-list summary { padding: 22px 4px; color: var(--text); font-size: 17px; font-weight: 750; cursor: pointer; }
.help-list p { margin: -4px 4px 22px; color: var(--muted); line-height: 1.7; }
.settings-dialog, .place-dialog { width: min(520px, calc(100% - 32px)); max-height: min(780px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 24px; box-shadow: 0 24px 80px rgba(25,31,40,.22); }
.settings-dialog::backdrop, .place-dialog::backdrop { background: rgba(25,31,40,.46); }
.date-time-trigger { width: 100%; height: 54px; padding: 0 14px; border: 1px solid var(--border); border-radius: 14px; background: white; color: var(--text); font: inherit; text-align: left; cursor: pointer; }
.date-time-dialog { width: min(460px, calc(100% - 24px)); max-height: calc(100% - 24px); padding: 0; border: 0; border-radius: 24px; color: var(--text); box-shadow: 0 24px 80px rgba(25,31,40,.24); }
.date-time-dialog::backdrop { background: rgba(25,31,40,.46); }
.calendar-head { padding: 4px 24px 14px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; text-align: center; }
.calendar-head button { width: 40px; height: 40px; border: 0; border-radius: 12px; background: var(--background); font-size: 26px; cursor: pointer; }
.calendar-weekdays, .calendar-days { margin: 0 24px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; }
.calendar-weekdays { color: var(--muted); font-size: 12px; font-weight: 700; }
.calendar-days button, .calendar-days span { aspect-ratio: 1; display: grid; place-items: center; border: 0; border-radius: 50%; background: transparent; font: inherit; }
.calendar-days button { color: var(--text); cursor: pointer; }
.calendar-days button:hover { background: #fff0f2; }
.calendar-days button[aria-pressed="true"] { color: white; background: var(--red); font-weight: 800; }
.calendar-days button:disabled { color: #c9cdd2; cursor: default; }
.time-picker { margin: 20px 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.time-picker label span { display: block; margin: 0 0 7px 2px; color: var(--muted); font-size: 13px; font-weight: 700; }
.time-picker select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--border); border-radius: 14px; background: white; color: var(--text); font: inherit; }
.date-time-note { margin: 12px 24px 0; color: var(--muted); font-size: 13px; }
.date-time-actions { padding: 18px 24px 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px; }
.date-time-actions button { min-height: 54px; margin: 0; border: 0; border-radius: 16px; font: inherit; font-weight: 800; cursor: pointer; }
.date-time-actions .secondary-action { background: var(--background); color: var(--text); }
.settings-dialog form { margin: 0; }
.dialog-head { padding: 22px 24px 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.dialog-head h2 { margin: 0; font-size: 24px; }
.dialog-head p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.dialog-head > button { width: 42px; height: 42px; flex: none; border: 0; border-radius: 13px; color: var(--muted); background: var(--background); font-size: 25px; cursor: pointer; }
.auth-shell { padding: 28px; }
.auth-intro { margin: -4px 0 24px; color: var(--muted); line-height: 1.55; }
.field-help { margin: -7px 2px 4px; color: var(--muted); font-size: 13px; }
.input-group > .field-help { display: block; margin: 8px 2px 0; font-weight: 500; line-height: 1.55; }
.input-group > .field-help-before { margin: -1px 2px 9px; }
.form-guidance { padding: 14px 16px; border-radius: 16px; background: #f7f8fa; }
.form-guidance strong { color: var(--text); font-size: 15px; }
.form-guidance p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.form-grid .full { grid-column: 1 / -1; }
.baggage-field { display: block; }
.child-seat-guidance { margin-top: 2px; padding: 16px 0 0; border-top: 1px solid var(--border); border-radius: 0; background: transparent; }
.child-seat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.child-seat-disclosure { margin-top: 2px; padding-top: 2px; border-top: 1px solid var(--border); }
.child-seat-disclosure summary { min-height: 64px; padding: 15px 4px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3px 16px; list-style: none; cursor: pointer; }
.child-seat-disclosure summary::-webkit-details-marker { display: none; }
.child-seat-disclosure summary::after { grid-column: 2; grid-row: 1 / span 2; content: "+"; color: var(--muted); font-size: 24px; font-weight: 500; }
.child-seat-disclosure[open] summary::after { content: "−"; }
.child-seat-disclosure summary strong { color: var(--text); font-size: 15px; }
.child-seat-disclosure summary p { margin: 2px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.child-seat-disclosure .child-seat-grid { margin-top: 2px; padding: 16px 0 2px; border-top: 1px solid var(--border); }
.phone-fields { display: grid; grid-template-columns: 132px 1fr; gap: 10px; align-items: end; }
.country-select { height: 56px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--border); border-radius: 16px; background: white; color: var(--text); font: inherit; font-weight: 750; cursor: pointer; }
.country-search { padding-bottom: 12px; }
.account-search { width: calc(100% - 48px); height: 52px; margin: 0 24px 12px; padding: 0 16px; border: 1px solid var(--border); border-radius: 15px; font: inherit; }
.country-search-results { max-height: min(560px, 65vh); padding: 0 12px 12px; overflow-y: auto; }
.country-search-results button { width: 100%; min-height: 58px; padding: 9px 12px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 8px; border: 0; border-radius: 14px; background: white; color: var(--text); text-align: left; cursor: pointer; }
.country-search-results button:hover { background: var(--background); }
.country-search-results small { color: var(--muted); }
.account-loading, .empty-state { padding: 32px 8px; color: var(--muted); text-align: center; }
.account-summary { margin: 20px 0; display: grid; gap: 8px; }
.account-summary button { min-height: 64px; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 0; border-radius: 16px; background: var(--background); color: var(--text); text-align: left; cursor: pointer; }
.account-summary button span { font-weight: 800; }
.account-summary button strong { color: var(--muted); font-size: 14px; }
.account-logout, .account-shell > .secondary-action { width: 100%; margin-top: 10px; }
.benefit-hero { margin: 14px 0 24px; padding: 28px; border-radius: 20px; color: white; background: #191f28; }
.benefit-hero span, .benefit-hero strong { display: block; }
.benefit-hero strong { margin: 10px 0; font-size: 30px; }
.history-filter { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 14px 0; }
.history-filter input { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid var(--border); border-radius: 14px; font: inherit; }
.history-filter button { padding: 0 18px; border: 0; border-radius: 14px; background: var(--red); color: white; font-weight: 800; }
.history-list { max-height: 48vh; overflow-y: auto; }
.history-list article { padding: 16px 4px; border-bottom: 1px solid var(--border); line-height: 1.5; }
.history-pages { padding: 18px 0 8px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.history-pages button { min-height: 40px; padding: 0 14px; border: 0; border-radius: 12px; background: var(--background); font: inherit; }
.history-pages button:disabled { opacity: .4; }
.toggle-row { min-height: 62px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); font-weight: 750; }
.toggle-row input { width: 22px; height: 22px; accent-color: var(--red); }
.account-popover { position: fixed; z-index: 90; top: 72px; right: max(20px, calc((100vw - 1120px) / 2)); width: min(330px, calc(100vw - 32px)); padding: 14px; border: 1px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 18px 48px rgba(25,31,40,.18); }
.account-popover[hidden] { display: none; }
.account-popover-head { padding: 8px 8px 14px; display: grid; gap: 5px; border-bottom: 1px solid var(--border); }
.account-popover-head strong { font-size: 18px; }
.account-popover-head small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.account-popover-list { padding: 8px 0; display: grid; gap: 2px; }
.account-popover-list button, .account-popover-list a { width: 100%; min-height: 48px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 0; border-radius: 13px; background: white; color: var(--text); text-align: left; text-decoration: none; cursor: pointer; }
.account-popover-list button:hover, .account-popover-list a:hover { background: var(--background); }
.account-popover-list button span, .account-popover-list a span { font-weight: 750; }
.account-popover-list button strong, .account-popover-list a strong { max-width: 152px; overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.account-popover-logout { width: 100%; min-height: 46px; border: 0; border-radius: 13px; color: var(--muted); background: var(--background); font: inherit; font-weight: 750; cursor: pointer; }
.account-page { background: var(--background); }
.account-main { width: 100%; max-width: 1120px; min-height: 68vh; margin: auto; padding: 42px 24px 100px; }
.account-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 14px; }
.account-tabs a { min-height: 42px; padding: 0 16px; display: inline-flex; flex: none; align-items: center; border-radius: 999px; color: var(--muted); background: white; font-size: 14px; font-weight: 750; }
.account-tabs a.active { color: white; background: var(--red); }
.account-page-content { margin-top: 22px; }
.account-page-heading { margin-bottom: 28px; display: flex; justify-content: space-between; }
.account-page-heading h1 { margin: 8px 0 0; font-size: clamp(32px,5vw,48px); }
.account-page-heading p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-size: 17px; }
.account-page-tools { max-width: 620px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.account-page-tools input { height: 54px; padding: 0 17px; border: 1px solid var(--border); border-radius: 16px; background: white; font: inherit; }
.account-page-tools button { padding: 0 22px; border: 0; border-radius: 16px; color: white; background: var(--red); font: inherit; font-weight: 800; }
.account-filter-chips { margin: 18px 0 24px; display: flex; gap: 8px; overflow-x: auto; }
.account-filter-chips button { min-height: 40px; padding: 0 15px; flex: none; border: 0; border-radius: 999px; color: var(--muted); background: white; font: inherit; font-weight: 700; }
.account-filter-chips button.active { color: var(--red); background: var(--red-soft); }
.account-history-list { display: grid; gap: 12px; }
.account-history-link { display: block; border-radius: 20px; }
.account-history-link:focus-visible { outline: 3px solid rgba(225,8,34,.24); outline-offset: 3px; }
.account-history-link .account-history-card { transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.account-history-link:hover .account-history-card { transform: translateY(-2px); border-color: #ccd3db; box-shadow: 0 10px 28px rgba(25,31,40,.07); }
.history-card-end { display: grid; justify-items: end; gap: 10px; }
.history-card-end span { color: var(--red); font-size: 13px; font-weight: 800; }
.account-back-link { display: inline-flex; margin-bottom: 28px; color: #4e5968; font-weight: 800; }
.booking-detail-hero,.booking-meeting-card { margin-bottom: 18px; padding: 28px; border: 1px solid var(--border); border-radius: 22px; background: white; }
.booking-detail-hero h2 { margin: 12px 0 8px; font-size: clamp(22px,3vw,32px); }
.booking-detail-hero p,.booking-place-grid p,.booking-meeting-card p { margin: 0; color: #6b7684; line-height: 1.65; }
.booking-place-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.booking-place-grid article { padding: 24px; border-radius: 20px; background: #f7f8fa; }
.booking-place-grid span,.booking-place-grid strong { display: block; }
.booking-place-grid span { margin-bottom: 8px; color: #8b95a1; font-size: 12px; font-weight: 800; }
.booking-place-grid strong { margin-bottom: 5px; font-size: 17px; }
.booking-meeting-card img { width: 100%; max-height: 420px; margin: 18px 0; object-fit: contain; border-radius: 16px; background: #f7f8fa; }
.booking-facts-grid { margin-bottom: 28px; }
.booking-cancel-card { margin-top: 18px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 22px; background: white; border: 1px solid var(--border); }
.booking-cancel-card.available { border-color: #ffd0d6; background: #fff8f9; }
.booking-cancel-card.requested { border-color: #b8e8d5; background: #f0fbf6; }
.booking-cancel-card.closed { color: var(--muted); background: #f7f8fa; }
.booking-cancel-card strong { display: block; font-size: 18px; }
.booking-cancel-card p { margin: 7px 0 0; color: var(--muted); line-height: 1.55; }
.danger-action { min-height: 52px; padding: 0 22px; flex: none; border: 0; border-radius: 16px; color: white; background: var(--red); font: inherit; font-weight: 800; cursor: pointer; }
.danger-action:disabled { cursor: wait; opacity: .55; }
.booking-cancel-dialog { width: min(520px,calc(100% - 32px)); padding: 28px; border: 0; border-radius: 24px; color: var(--text); box-shadow: 0 24px 80px rgba(25,31,40,.24); }
.booking-cancel-dialog::backdrop { background: rgba(25,31,40,.52); }
.booking-cancel-dialog > p { margin: 16px 0; color: var(--muted); line-height: 1.65; }
.cancel-deadline { padding: 16px; border-radius: 14px; color: #4e5968; background: #f7f8fa; font-weight: 750; }
.cancel-dialog-actions { margin-top: 24px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; }
.cancel-dialog-actions .secondary-action { min-height: 52px; border: 0; border-radius: 16px; background: #f2f4f6; font: inherit; font-weight: 800; }
.account-history-card { padding: 22px 24px; display: flex; justify-content: space-between; gap: 24px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.account-history-card h2 { margin: 8px 0; font-size: 18px; }
.account-history-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.account-history-card > strong { flex: none; align-self: center; font-size: 18px; }
.history-status { padding: 5px 9px; border-radius: 999px; color: var(--red); background: var(--red-soft); font-size: 12px; font-weight: 800; }
.account-empty { padding: 72px 24px; border-radius: 22px; background: white; text-align: center; }
.account-empty .search-cta { width: min(320px,100%); }
.passport-card { padding: 34px; border-radius: 24px; color: white; background: #191f28; }
.passport-card span, .passport-card strong { display: block; }
.passport-card strong { margin-top: 12px; font-size: 38px; }
.account-fact-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.account-fact-grid article { min-height: 132px; padding: 24px; border-radius: 20px; background: white; }
.account-fact-grid span { display: block; color: var(--muted); }
.account-fact-grid strong { margin-top: 14px; display: block; font-size: 24px; }
.account-fact-grid p { color: var(--muted); }
.notification-channel-list { display: grid; gap: 12px; }
.notification-channel-list article { min-height: 134px; padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.notification-channel-list article b { color: var(--red); font-size: 11px; }
.notification-channel-list article h2 { margin: 7px 0; font-size: 19px; }
.notification-channel-list article p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.55; }
.notification-channel-list article.pending { opacity: .62; }
.channel-state { flex: none; padding: 7px 10px; border-radius: 999px; color: #087f5b; background: #e8faf3; font-size: 12px; font-weight: 800; }
.switch { position: relative; width: 52px; height: 30px; flex: none; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 999px; background: #d1d6db; transition: .16s; }
.switch span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: .16s; }
.switch input:checked + span { background: var(--red); }
.switch input:checked + span::after { transform: translateX(22px); }
.save-notice { position: fixed; z-index: 100; left: 50%; bottom: 28px; padding: 13px 18px; border-radius: 14px; color: white; background: #191f28; transform: translateX(-50%); }
.setting-options { max-height: 620px; padding: 6px 16px 20px; overflow-y: auto; }
.setting-option { width: 100%; min-height: 54px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 14px; color: var(--text); background: white; text-align: left; font: inherit; cursor: pointer; }
.setting-option:hover { background: var(--background); }
.setting-option.active { color: var(--red); background: var(--red-soft); font-weight: 800; }
.place-dialog { overflow: hidden; }
.place-map { height: 280px; background: #eef1f4; }
.place-map iframe { width: 100%; height: 100%; border: 0; }
.place-confirm-copy { padding: 20px 24px 4px; }
.place-confirm-copy strong { display: block; font-size: 20px; }
.place-confirm-copy p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.place-dialog-actions { padding: 18px 24px 24px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px; }
.place-dialog-actions .search-cta { margin: 0; }
.secondary-action { min-height: 56px; border: 0; border-radius: 16px; color: var(--muted); background: #f2f4f6; font: inherit; font-weight: 750; cursor: pointer; }
.site-footer { padding: 64px 24px 32px; color: #6b7684; background: var(--background); font-size: 13px; }
.footer-inner { max-width: 1120px; margin: auto; }
.footer-brand { color: var(--text); }
.footer-brand .brand-mark { display: inline-grid; vertical-align: middle; margin-right: 8px; }
.footer-brand p { margin: 10px 0 0; color: var(--muted); }
.footer-columns { margin: 44px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.footer-columns h2 { margin: 0 0 14px; color: var(--text); font-size: 13px; }
.footer-columns a { width: fit-content; margin-top: 10px; display: block; }
.footer-columns a:hover { color: var(--red); }
.company-info { padding: 24px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.company-info strong { color: #4e5968; }
.company-info p { margin: 7px 0 0; line-height: 1.7; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; }
.legal-page { background: var(--background); }
.legal-main { width: 100%; max-width: 1120px; margin: 0 auto; padding: 64px 24px 120px; }
.legal-main h1, .legal-summary { max-width: 820px; }
.legal-summary { max-width: 700px; margin: 20px 0 10px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.verified-date { color: #8b95a1; font-size: 13px; }
.legal-content { margin-top: 48px; display: grid; gap: 16px; }
.legal-document-nav { display: flex; gap: 8px; overflow-x: auto; margin: 24px 0 36px; padding-bottom: 4px; scrollbar-width: thin; }
.legal-document-nav a { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.legal-document-nav a.active { border-color: var(--red); background: var(--red-soft); color: var(--red); }
.legal-content section { padding: 28px; border: 1px solid var(--border); border-radius: 20px; background: white; }
.legal-content h2 { margin: 0 0 12px; font-size: 20px; }
.legal-content p { margin: 0; color: var(--muted); line-height: 1.8; }
.legal-contact { margin-top: 28px; padding: 24px 28px; display: flex; justify-content: space-between; gap: 16px; border-radius: 18px; color: white; background: #191f28; }
.legal-contact a { color: #ff8b9a; font-weight: 750; }
.catalog-main { max-width: 1120px; min-height: 64vh; margin: auto; padding: 64px 24px 100px; }
.breadcrumbs { margin-bottom: 38px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 13px; }
.catalog-main h1 { margin: 8px 0 14px; }
.catalog-intro { margin: 0 0 36px; color: var(--muted); font-size: 17px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.catalog-card { min-height: 92px; padding: 22px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--border); border-radius: 18px; }
.catalog-card:hover, .route-card:hover { border-color: var(--red); background: var(--red-soft); }
.catalog-card strong { font-size: 18px; }
.catalog-card span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.route-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.route-card { min-height: 72px; padding: 16px; display: grid; grid-template-columns: 54px 1fr 42px; align-items: center; gap: 12px; border: 1px solid var(--border); border-radius: 16px; }
.route-card > span, .route-card > small { color: var(--red); font-weight: 800; }
.route-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.route-browser { margin-top: 34px; }
.route-browser-heading h2 { margin: 0; font-size: 24px; }
.route-browser-heading p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.route-hub-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.route-hub-card { min-height: 112px; padding: 18px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 12px; border: 1px solid var(--border); border-radius: 18px; color: var(--text); background: white; text-align: left; cursor: pointer; }
.route-hub-card:hover { border-color: #f7a7b2; background: var(--red-soft); }
.route-hub-card.active { border: 2px solid var(--red); background: var(--red-soft); box-shadow: 0 8px 24px rgba(225,8,34,.08); }
.route-hub-icon { grid-row: 1 / span 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: var(--red); background: white; font-size: 18px; }
.route-hub-card strong { align-self: end; line-height: 1.35; }
.route-hub-card small { align-self: start; margin-top: 5px; color: var(--muted); }
.route-more-hubs, .route-more-choices { margin-top: 14px; }
.route-more-hubs > summary, .route-more-choices > summary { min-height: 52px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--border); border-radius: 14px; color: var(--text); background: white; font-weight: 800; cursor: pointer; list-style: none; }
.route-more-hubs > summary::-webkit-details-marker, .route-more-choices > summary::-webkit-details-marker { display: none; }
.route-more-hubs > summary::after, .route-more-choices > summary::after { content: "⌄"; color: var(--muted); }
.route-more-hubs[open] > summary::after, .route-more-choices[open] > summary::after { transform: rotate(180deg); }
.route-more-hubs > summary small, .route-more-choices > summary small { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 999px; color: var(--red); background: var(--red-soft); }
.route-more-hubs > .route-hub-grid { margin-top: 12px; }
.route-more-choices > .route-choice-list { margin-top: 10px; }
.route-hub-panel { scroll-margin-top: 96px; margin-top: 28px; padding: 28px; border-radius: 24px; background: var(--background); }
.route-hub-panel > h2 { margin: 0 0 18px; font-size: 22px; }
.route-direction-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.route-direction-tab { min-height: 52px; padding: 10px 14px; border: 1px solid var(--border); border-radius: 14px; color: var(--muted); background: white; font-weight: 750; cursor: pointer; }
.route-direction-tab small { margin-left: 6px; color: inherit; }
.route-direction-tab.active { border-color: var(--red); color: var(--red); background: var(--red-soft); }
.route-choice-list { margin-top: 16px; display: grid; gap: 10px; }
.route-choice-card { min-height: 88px; padding: 17px 18px; display: grid; grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 8px 20px; border: 1px solid var(--border); border-radius: 16px; background: white; }
.route-choice-card:hover { border-color: var(--red); box-shadow: 0 8px 22px rgba(25,31,40,.06); }
.route-choice-names { min-width: 0; display: flex; align-items: center; gap: 9px; }
.route-choice-names strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.route-choice-names i { flex: 0 0 auto; color: var(--red); font-style: normal; font-weight: 900; }
.route-choice-meta { display: flex; gap: 12px; color: var(--muted); font-size: 13px; }
.route-choice-action { grid-column: 2; grid-row: 1 / span 2; color: var(--red); font-weight: 800; white-space: nowrap; }
.route-choice-action b { margin-left: 8px; font-size: 20px; }
.route-browser-empty { margin-top: 24px; padding: 24px; border-radius: 16px; color: var(--muted); background: var(--background); text-align: center; }
.pagination { margin-top: 32px; display: flex; justify-content: center; gap: 6px; }
.page-link { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--background); }
.page-link.active { color: white; background: var(--red); }
.route-product h1 span { color: var(--red); }
.route-facts { margin: 32px 0; display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--border); border-radius: 20px; }
.route-facts div { padding: 22px; border-right: 1px solid var(--border); }
.route-facts div:last-child { border: 0; }
.route-facts small, .route-facts strong { display: block; }
.route-facts small { margin-bottom: 8px; color: var(--muted); }
.route-booking { margin-top: 24px; padding: 28px; border-radius: 22px; background: var(--background); }
.route-booking h2 { margin: 0; }
.route-booking-heading p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.route-form-grid { margin-top: 24px; }
.route-form-grid .input-group small, .route-child-seats .input-group small { margin-top: 8px; color: var(--muted); line-height: 1.45; }
.route-child-seats { margin: 24px 0; padding: 22px 0 0; border: 0; border-top: 1px solid var(--border); }
.route-child-seats legend { padding: 0; font-size: 17px; font-weight: 800; }
.route-child-seats .form-grid { margin-top: 14px; }
.route-booking .quote-results { margin-top: 24px; }
.route-booking .vehicle-card { align-items: center; }
.route-booking .select-vehicle { display: block; margin-top: 14px; padding: 13px 16px; border: 0; border-radius: 12px; color: white; background: var(--red); text-align: center; font-weight: 800; }
.route-loading { min-height: 96px; display: grid; place-items: center; }
.route-loading span { width: 28px; height: 28px; border: 3px solid #ffd9de; border-top-color: var(--red); border-radius: 50%; animation: route-spin .8s linear infinite; }
@keyframes route-spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .booking-place-grid { grid-template-columns: 1fr; }
  .account-history-card { align-items: start; }
  .history-card-end { justify-items: start; }
  .booking-cancel-card { align-items: stretch; flex-direction: column; }
  .booking-cancel-card .danger-action { width: 100%; }
  .site-header { margin-bottom: 0; border-bottom: 1px solid var(--border); }
  .catalog-nav { display: none; }
  .account-entry { display: none; }
  .mobile-menu-button { display: grid; }
  .hero { padding: 48px 20px 64px; grid-template-columns: 1fr; gap: 36px; }
  .feature-grid { grid-template-columns: 1fr; }
  .meeting-guide, .channel-section { grid-template-columns: 1fr; gap: 36px; }
  .trust-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .quote-results { grid-template-columns: 1fr; }
  .quotes-heading { display: block; }
  .booking-details { margin: 0 20px 64px; padding: 24px 18px; }
  .benefit-choice { align-items: flex-start; flex-direction: column; gap: 10px; }
  .benefit-choice select { width: 100%; max-width: none; }
  .payment-result { min-height: calc(100vh - 72px); padding: 36px 20px; }
  .payment-result-card { padding: 34px 22px; border-radius: 24px; }
  .my-booking { margin: 0 20px 64px; padding: 24px 18px; }
  .details-heading { display: block; }
  .selected-vehicle { margin-top: 14px; text-align: left; }
  .vehicle-card { grid-template-columns: 100px 1fr; }
  .vehicle-photo { width: 100px; height: 78px; }
  .features { padding: 72px 20px; }
  .status-card { margin: 0 20px 72px; }
  .footer-columns, .company-info { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(2,1fr); }
  .route-list { grid-template-columns: 1fr; }
  .route-hub-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 430px) {
  .catalog-main { padding: 36px 16px 72px; }
  .breadcrumbs { margin-bottom: 28px; }
  .route-browser-heading h2 { font-size: 21px; }
  .route-hub-grid { gap: 8px; }
  .route-hub-card { min-height: 104px; padding: 14px; grid-template-columns: 30px 1fr; column-gap: 9px; border-radius: 16px; }
  .route-hub-icon { width: 30px; height: 30px; border-radius: 10px; font-size: 15px; }
  .route-hub-card strong { font-size: 14px; }
  .route-hub-panel { margin: 22px -4px 0; padding: 20px 14px; border-radius: 20px; }
  .route-direction-tabs { grid-template-columns: 1fr; }
  .route-direction-tab { min-height: 48px; text-align: left; }
  .route-choice-card { padding: 16px; display: block; }
  .route-choice-names { align-items: flex-start; flex-direction: column; gap: 5px; }
  .route-choice-names i { transform: rotate(90deg); }
  .route-choice-meta { margin-top: 12px; }
  .route-choice-action { margin-top: 15px; padding-top: 13px; display: flex; justify-content: space-between; border-top: 1px solid var(--border); }
  .direction-tabs { grid-template-columns: 1fr; }
  .vehicle-card { grid-template-columns: 1fr; }
  .vehicle-photo { width: 150px; margin: auto; }
  .details-grid { grid-template-columns: 1fr; }
  .details-grid .full { grid-column: auto; }
  .booking-facts { grid-template-columns: 1fr; }
  .site-header { padding: 0 16px; }
  .brand { justify-content: center; }
  .brand-mark { line-height: 34px; text-align: center; }
  .brand > span:last-child { display: none; }
  .header-actions { gap: 3px; }
  .header-setting { min-width: 40px; padding: 0 8px; }
  .currency-button { min-width: 54px; }
  .language-picker select { max-width: 128px; }
  .my-rides { padding-right: 0; }
  .footer-bottom { display: grid; }
  .place-map { height: 230px; }
  .country-links, .catalog-grid { grid-template-columns: 1fr; }
  .route-facts { grid-template-columns: 1fr; }
  .route-facts div { border-right: 0; border-bottom: 1px solid var(--border); }
  .auth-shell { padding: 22px; }
  .phone-fields { grid-template-columns: 122px 1fr; }
  .account-popover { top: 68px; right: 12px; width: calc(100vw - 24px); }
  .account-main { padding: 26px 16px 72px; }
  .account-fact-grid { grid-template-columns: 1fr; }
  .account-history-card, .notification-channel-list article { padding: 19px; }
  .account-history-card { display: block; }
  .account-history-card > strong { margin-top: 14px; display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .trip-option { transition: none; }
}
