:root {
  --ink: #17211b;
  --green: #173f31;
  --green-2: #245a45;
  --mint: #dfeee5;
  --paper: #f6f3eb;
  --cream: #ece7da;
  --orange: #f36b36;
  --orange-dark: #d85322;
  --line: rgba(23, 33, 27, .14);
  --muted: #65716a;
  --white: #fff;
  --shadow: 0 24px 70px rgba(25, 54, 42, .14);
}

/* Multi-stop booking wizard */
.multi-stop-wizard { padding-top: 54px; background:
  radial-gradient(circle at 88% 4%, rgba(239, 118, 72, .1), transparent 23rem),
  linear-gradient(180deg, #f8f5ed 0, #f3f1ea 100%); }
.wizard-hero { display: grid; grid-template-columns: minmax(0, 1fr) 285px; align-items: end; gap: 60px; margin-bottom: 34px; }
.wizard-hero h1 { max-width: 820px; margin: 12px 0 13px; font: 700 clamp(38px, 5.2vw, 64px)/1.08 Georgia, "Noto Serif TC", serif; letter-spacing: -.025em; }
.wizard-hero > div:first-child > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.wizard-promise { padding: 22px 24px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.62); }
.wizard-promise span, .wizard-promise strong, .wizard-promise small { display: block; }
.wizard-promise span { color: var(--orange); font: 800 11px Georgia, serif; letter-spacing: .18em; }
.wizard-promise strong { margin: 8px 0 5px; color: var(--green); font-size: 15px; }
.wizard-promise small { color: var(--muted); line-height: 1.6; }
.wizard-progress { width: min(780px, 100%); margin: 0 auto 34px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; }
.wizard-progress button { display: flex; align-items: center; gap: 9px; padding: 0; border: 0; background: transparent; color: #a0a49f; font-size: 12px; font-weight: 900; }
.wizard-progress button b { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #cbd0cb; border-radius: 50%; background: #f6f4ee; font: 700 12px Georgia, serif; }
.wizard-progress button.active { color: var(--green); }
.wizard-progress button.active b { border-color: var(--orange); background: var(--orange); color: white; box-shadow: 0 0 0 5px rgba(239,118,72,.12); }
.wizard-progress i { height: 1px; margin: 0 15px; background: #d9ddd8; }
.wizard-progress button.active + i { background: linear-gradient(90deg, var(--orange), #d9ddd8); }
.wizard-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 25px; align-items: start; }
.wizard-main { min-width: 0; }
.wizard-panel { display: none; padding: 34px; border-top: 4px solid var(--orange); background: white; box-shadow: 0 18px 50px rgba(23,48,38,.08); }
.wizard-panel.active { display: block; animation: wizardReveal .22s ease-out; }
@keyframes wizardReveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.wizard-panel-heading, .wizard-panel-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wizard-panel-heading { margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.wizard-panel-heading span { color: var(--orange); font: 800 10px Georgia, serif; letter-spacing: .18em; }
.wizard-panel-heading h2 { margin: 6px 0 0; font: 700 clamp(25px, 3vw, 34px)/1.25 Georgia, "Noto Serif TC", serif; }
.wizard-panel-heading > small { color: var(--muted); }
.panel-lead { margin: -8px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.direction-choice-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.direction-choice-cards label { cursor: pointer; }
.direction-choice-cards input { position: absolute; opacity: 0; pointer-events: none; }
.direction-choice-cards label > span { min-height: 105px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; align-content: center; gap: 3px 12px; padding: 19px; border: 1px solid #daddd8; border-radius: 5px; background: #fbfcfa; transition: .18s ease; }
.direction-choice-cards label > span > b { grid-row: 1 / 3; align-self: center; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 21px; }
.direction-choice-cards strong { font-size: 15px; }
.direction-choice-cards small { color: var(--muted); font-size: 11px; }
.direction-choice-cards input:checked + span { border-color: var(--green); background: var(--green); color: white; box-shadow: 0 9px 25px rgba(25,65,49,.14); }
.direction-choice-cards input:checked + span > b { background: var(--orange); color: white; }
.direction-choice-cards input:checked + span small { color: rgba(255,255,255,.68); }
.refined-fields { padding: 23px; border: 1px solid var(--line); background: #f8faf7; }
.refined-fields .form-field > small { color: var(--muted); font-size: 10px; line-height: 1.55; }
.wizard-panel-actions { margin-top: 25px; }
.wizard-panel-actions > span { color: var(--green-2); font-size: 11px; font-weight: 800; }
.wizard-panel-actions > span b { margin-right: 6px; color: var(--orange); }
.wizard-next, .shared-estimate-button { width: min(100%, 345px); }
.live-route-summary { position: sticky; top: 95px; overflow: hidden; border: 1px solid #dce1dc; background: #fff; box-shadow: 0 15px 38px rgba(23,48,38,.08); }
.live-route-summary > header { padding: 25px 25px 20px; border-bottom: 1px solid var(--line); }
.live-route-summary > header span { color: var(--orange); font: 800 9px Georgia, serif; letter-spacing: .18em; }
.live-route-summary > header h2 { margin: 7px 0 0; font: 700 22px Georgia, "Noto Serif TC", serif; }
.summary-route-flow { padding: 23px 25px; background: var(--green); color: white; }
.summary-route-flow > div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; }
.summary-route-flow > div > b { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #f69a74; font: 700 10px Georgia, serif; }
.summary-route-flow small, .summary-route-flow strong { display: block; }
.summary-route-flow small { color: rgba(255,255,255,.52); font-size: 9px; }
.summary-route-flow strong { margin-top: 3px; font-size: 11px; line-height: 1.5; }
.summary-route-flow i { display: block; width: 1px; height: 19px; margin: 3px 0 3px 13px; border-left: 1px dashed rgba(255,255,255,.27); }
.live-summary-metrics { margin: 0; padding: 13px 25px; }
.live-summary-metrics > div { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.live-summary-metrics dt { color: var(--muted); font-size: 10px; }
.live-summary-metrics dd { margin: 0; color: var(--green); text-align: right; font-size: 11px; font-weight: 900; }
.pending-estimate { margin: 4px 25px 17px; padding: 16px; background: #fff5e9; }
.pending-estimate small, .pending-estimate strong { display: block; }
.pending-estimate small { color: #9a6b40; font-size: 9px; }
.pending-estimate strong { margin-top: 6px; color: var(--orange); font-size: 13px; }
.live-route-summary > p { margin: 0; padding: 0 25px 24px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.live-route-summary > p b { margin-right: 5px; color: var(--orange); }
.compact-stops { gap: 12px; }
.dynamic-stop { padding: 0; overflow: hidden; background: white; border-color: #d9ddd8; }
.dynamic-stop > header { margin: 0; padding: 16px 18px; background: #f8faf7; }
.stop-identity { display: flex; align-items: center; gap: 11px; }
.stop-identity > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font: 700 14px Georgia, serif; }
.stop-identity strong, .stop-identity small { display: block; }
.stop-identity small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.stop-header-actions { display: flex; align-items: center; gap: 5px; }
.stop-header-actions button { border: 0; background: transparent; }
.icon-action { width: 28px; height: 28px; color: var(--green); border: 1px solid #d8ddd9 !important; border-radius: 3px; }
.text-action { padding: 5px; color: var(--green); font-size: 10px; font-weight: 900; }
.text-action.danger { color: #a74f37; }
.stop-header-actions button:disabled { opacity: .32; cursor: not-allowed; }
.dynamic-stop .stop-fields { padding: 20px; }
.dynamic-stop.is-collapsed .stop-fields { display: none; }
.dynamic-stop.is-collapsed > header { border-bottom: 0; background: #f1f6f2; }
.dynamic-stop.is-unused { display: none; }
.complete-stop-button { grid-column: 1 / -1; justify-self: end; min-height: 38px; padding: 0 15px; border: 0; border-radius: 3px; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 900; }
.number-stepper > div { display: grid; grid-template-columns: 40px 1fr 40px; }
.number-stepper button { border: 1px solid #d4d9d5; background: #f7f8f6; color: var(--green); font-size: 17px; }
.number-stepper input { min-width: 0; border-inline: 0; border-radius: 0; text-align: center; }
.add-stop-button { width: 100%; margin-top: 13px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1px dashed #a8bbb0; border-radius: 4px; background: #f6faf7; color: var(--green); text-align: left; }
.add-stop-button > b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; }
.add-stop-button strong, .add-stop-button small { display: block; }
.add-stop-button small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.add-stop-button:disabled { opacity: .45; }
.second-step-actions { align-items: stretch; }
.manual-quote-card { max-width: 930px; margin: 15px auto 0; display: grid; grid-template-columns: 82px 1fr; gap: 27px; padding: 38px; border-top: 4px solid var(--orange); background: white; box-shadow: 0 18px 50px rgba(23,48,38,.1); }
.manual-quote-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font: 700 36px Georgia, serif; }
.manual-quote-card > div:last-child > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.manual-quote-card h2 { margin: 8px 0 10px; font: 700 clamp(25px, 4vw, 38px)/1.25 Georgia, "Noto Serif TC", serif; }
.manual-quote-card p { margin: 0; color: var(--muted); line-height: 1.8; }
.manual-quote-actions { margin-top: 24px; display: flex; gap: 10px; flex-wrap: wrap; }
.manual-quote-actions .inline-button { margin: 0; min-width: 190px; }
.mobile-wizard-bar { display: none; }
.result-progress span { display: flex; align-items: center; gap: 8px; color: #9da39f; font-size: 11px; font-weight: 900; }
.result-progress span b { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #ccd1cd; border-radius: 50%; font: 700 11px Georgia, serif; }
.result-progress span.complete, .result-progress span.active { color: var(--green); }
.result-progress span.complete b { border-color: var(--green); background: var(--green); color: white; }
.result-progress span.active b { border-color: var(--orange); background: var(--orange); color: white; box-shadow: 0 0 0 5px rgba(239,118,72,.12); }
.result-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.result-heading h1 { margin: 11px 0 10px; font: 700 clamp(34px, 5vw, 53px)/1.13 Georgia, "Noto Serif TC", serif; }
.result-heading p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.8; }
.quote-countdown { min-width: 175px; display: flex; align-items: center; gap: 13px; padding: 16px 19px; border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.quote-countdown > span { color: var(--orange); font: 700 37px Georgia, serif; }
.quote-countdown strong, .quote-countdown small { display: block; }
.quote-countdown strong { color: var(--green); font-size: 12px; }
.quote-countdown small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.estimate-result-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 25px; align-items: start; }
.result-card { border-top: 4px solid var(--orange); background: white; box-shadow: 0 16px 45px rgba(23,48,38,.08); }
.result-card > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 27px; border-bottom: 1px solid var(--line); }
.result-card > header span { color: var(--orange); font: 800 9px Georgia, serif; letter-spacing: .18em; }
.result-card > header h2 { margin: 6px 0 0; font: 700 24px Georgia, "Noto Serif TC", serif; }
.result-card > header > strong { padding: 7px 11px; border-radius: 30px; background: var(--mint); color: var(--green); font-size: 10px; }
.route-highlight-metrics { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--green); color: white; }
.route-highlight-metrics > div { padding: 20px 23px; border-right: 1px solid rgba(255,255,255,.12); }
.route-highlight-metrics small, .route-highlight-metrics strong { display: block; }
.route-highlight-metrics small { color: rgba(255,255,255,.52); font-size: 9px; }
.route-highlight-metrics strong { margin-top: 8px; color: #f59972; font: 700 22px Georgia, serif; }
.route-highlight-metrics em { color: rgba(255,255,255,.72); font: 700 10px Arial, sans-serif; font-style: normal; }
.estimate-route-timeline { margin: 0; padding: 27px; list-style: none; }
.estimate-route-timeline li { position: relative; min-height: 70px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 13px; align-items: start; padding-bottom: 21px; }
.estimate-route-timeline li:last-child { min-height: 38px; padding-bottom: 0; }
.estimate-route-timeline li::after { content: ""; position: absolute; top: 38px; bottom: 0; left: 18px; border-left: 1px dashed #b9c4bd; }
.estimate-route-timeline li:last-child::after { display: none; }
.estimate-route-timeline li > b { z-index: 1; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font: 700 13px Georgia, serif; }
.estimate-route-timeline .route-origin > b { background: var(--orange); }
.estimate-route-timeline .route-airport > b { background: #dcebe1; color: var(--green); font-family: Arial, sans-serif; }
.estimate-route-timeline small, .estimate-route-timeline strong, .estimate-route-timeline span, .estimate-route-timeline em { display: block; }
.estimate-route-timeline small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .07em; }
.estimate-route-timeline strong { margin-top: 3px; font-size: 13px; }
.estimate-route-timeline span { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.estimate-route-timeline em { margin-top: 5px; color: var(--green-2); font-size: 9px; font-style: normal; }
.estimate-route-timeline mark { align-self: center; padding: 5px 8px; border-radius: 20px; background: #f3f5f1; color: var(--muted); font-size: 9px; white-space: nowrap; }
.estimate-price-card { position: sticky; top: 95px; overflow: hidden; border: 1px solid #dbe0dc; background: white; box-shadow: 0 16px 45px rgba(23,48,38,.09); }
.estimate-price-card > header { padding: 26px; background: var(--green); color: white; }
.estimate-price-card > header span, .estimate-price-card > header strong, .estimate-price-card > header small { display: block; }
.estimate-price-card > header span { color: rgba(255,255,255,.58); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.estimate-price-card > header strong { margin: 8px 0 5px; color: #f69a74; font: 700 37px Georgia, serif; }
.estimate-price-card > header small { color: rgba(255,255,255,.5); font-size: 9px; }
.price-breakdown { padding: 22px 25px 10px; }
.price-breakdown h3 { margin: 0 0 11px; font-size: 12px; }
.price-breakdown > div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.price-breakdown span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.price-breakdown strong { color: var(--green); text-align: right; font-size: 11px; white-space: nowrap; }
.price-breakdown .breakdown-note { border-bottom: 0; }
.price-primary-action { width: calc(100% - 50px); margin: 13px 25px 9px; }
.price-secondary-action { width: calc(100% - 50px); margin: 0 25px; }
.price-trust-list { margin: 18px 25px 23px; padding: 16px; list-style: none; background: #f4f8f4; }
.price-trust-list li { padding: 4px 0; color: var(--green-2); font-size: 9px; }
.confirmation-explainer { margin-top: 18px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 20px; border: 1px solid #eedab7; background: #fff8ea; color: #7d5922; }
.confirmation-explainer > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f0dfbd; font: italic 700 17px Georgia, serif; }
.confirmation-explainer strong { font-size: 12px; }
.confirmation-explainer p { margin: 5px 0 0; font-size: 10px; line-height: 1.7; }

@media (max-width: 980px) {
  .wizard-hero { grid-template-columns: 1fr; gap: 20px; }
  .wizard-promise { max-width: 480px; }
  .wizard-layout { grid-template-columns: 1fr; }
  .live-route-summary { position: static; order: -1; }
  .estimate-result-layout { grid-template-columns: 1fr; }
  .estimate-price-card { position: static; }
}

@media (max-width: 760px) {
  body.menu-open { overflow: hidden; }
  .multi-stop-wizard { padding: 32px 0 125px; }
  .wizard-hero h1 { font-size: 38px; }
  .wizard-promise { display: none; }
  .wizard-progress { margin-bottom: 22px; }
  .wizard-progress button { display: grid; justify-items: center; gap: 5px; }
  .wizard-progress button span { font-size: 9px; }
  .wizard-progress i { margin-inline: 7px; }
  .wizard-panel { padding: 23px 18px; }
  .direction-choice-cards { grid-template-columns: 1fr; }
  .wizard-panel-actions { align-items: stretch; flex-direction: column; }
  .wizard-panel-actions > span { text-align: center; }
  .wizard-next, .shared-estimate-button { width: 100%; }
  .live-route-summary { display: none; }
  .dynamic-stop > header { align-items: flex-start; }
  .stop-header-actions { flex-wrap: wrap; justify-content: flex-end; }
  .dynamic-stop .stop-fields { padding: 17px 14px; }
  .stop-identity small { max-width: 140px; }
  .second-step-actions .shared-estimate-button { display: none; }
  .mobile-wizard-bar { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px max(16px, env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -10px 28px rgba(24,50,40,.12); backdrop-filter: blur(9px); }
  .mobile-wizard-bar span small, .mobile-wizard-bar span strong { display: block; }
  .mobile-wizard-bar span small { color: var(--orange); font-size: 9px; letter-spacing: .12em; }
  .mobile-wizard-bar span strong { margin-top: 3px; color: var(--green); font-size: 12px; }
  .mobile-wizard-bar button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 3px; background: var(--orange); color: white; font-size: 12px; font-weight: 900; }
  .manual-quote-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .manual-quote-icon { width: 55px; height: 55px; font-size: 27px; }
  .manual-quote-actions { align-items: stretch; flex-direction: column; }
  .result-heading { align-items: stretch; flex-direction: column; }
  .quote-countdown { min-width: 0; }
  .route-highlight-metrics { grid-template-columns: 1fr; }
  .route-highlight-metrics > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .estimate-route-timeline { padding: 22px 17px; }
  .estimate-route-timeline li { grid-template-columns: 38px minmax(0, 1fr); }
  .estimate-route-timeline mark { grid-column: 2; justify-self: start; margin-top: 5px; }
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 243, 235, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.site-nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 50% 50% 46% 54%; background: var(--orange); color: white;
  font: 800 24px/1 Georgia, serif; transform: rotate(-5deg);
}
.brand strong { display: block; font-size: 18px; letter-spacing: .08em; }
.brand small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .15em; margin-top: 2px; }
.site-menu { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-menu > a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { padding: 11px 18px; border-radius: 4px; background: var(--green); color: white; }
.nav-cta:hover { background: var(--green-2); color: white; }
.language-switch { display: flex; align-items: center; gap: 5px; color: #9a9f9b; }
.language-switch a.active { color: var(--green); font-weight: 900; }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 25px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 84px; }
.hero::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 7px;
  background: linear-gradient(90deg, var(--orange) 0 17%, var(--green) 17% 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; position: relative; z-index: 1; }
.eyebrow, .step-kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 900; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.hero h1 { margin: 24px 0; font-family: Georgia, "Noto Serif TC", serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.14; letter-spacing: -.045em; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 570px; font-size: 18px; line-height: 1.9; color: var(--muted); }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 28px; font-size: 14px; font-weight: 700; }
.hero-points b { color: var(--orange); margin-right: 7px; }
.route-visual { height: 92px; margin-top: 54px; position: relative; max-width: 510px; }
.airport-dot, .destination-dot { position: absolute; top: 11px; z-index: 2; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; }
.airport-dot { left: 0; background: var(--green); color: white; }
.destination-dot { right: 0; border: 2px solid var(--orange); color: var(--orange); font: 900 24px Georgia, serif; background: var(--paper); }
.route-line { position: absolute; left: 48px; right: 48px; top: 36px; height: 1px; border-top: 2px dashed #aab4ae; }
.route-line i { position: absolute; width: 34%; height: 3px; top: -2px; background: var(--orange); animation: travel 4s ease-in-out infinite alternate; }
.route-label { position: absolute; top: 72px; font-size: 9px; letter-spacing: .18em; color: var(--muted); }
.route-label-start { left: 0; } .route-label-end { right: 0; }
@keyframes travel { from { left: 0; } to { left: 66%; } }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.hero-orb-one { width: 340px; height: 340px; right: -140px; top: 20px; border: 1px solid #d8d3c6; }
.hero-orb-two { width: 180px; height: 180px; left: -90px; bottom: -80px; background: var(--mint); }

.quote-card { background: white; border-radius: 8px; padding: 34px; box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.quote-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.quote-heading h2 { margin: 6px 0 0; font: 700 25px/1.35 Georgia, "Noto Serif TC", serif; }
.secure-note { font-size: 11px; color: var(--green-2); background: var(--mint); padding: 7px 10px; border-radius: 20px; white-space: nowrap; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; margin-top: 24px; }
.form-field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; }
.form-field input:not([type="radio"]), .form-field select, .form-control {
  width: 100%; min-height: 48px; border: 1px solid #d6dbd7; border-radius: 4px; background: #fbfcfa;
  padding: 10px 13px; color: var(--ink); outline: none;
}
.form-field input:focus, .form-field select:focus, .form-control:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(36, 90, 69, .1); }
.direction-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.direction-options input { position: absolute; opacity: 0; pointer-events: none; }
.direction-options span { display: block; text-align: center; padding: 12px; border: 1px solid #d6dbd7; border-radius: 4px; font-weight: 800; cursor: pointer; }
.direction-options input:checked + span { color: white; border-color: var(--green); background: var(--green); }
.primary-button {
  min-height: 52px; border: 0; border-radius: 4px; padding: 0 19px; background: var(--orange); color: white;
  display: flex; align-items: center; justify-content: space-between; font-weight: 900; letter-spacing: .04em;
  box-shadow: 0 9px 20px rgba(243, 107, 54, .22); transition: .2s ease;
}
.primary-button:hover { background: var(--orange-dark); transform: translateY(-1px); color: white; }
.form-footnote { margin: -4px 0 0; text-align: center; color: var(--muted); font-size: 11px; }
.form-alert { margin-top: 18px; padding: 10px 12px; background: #fff1ec; color: #a63e17; border-radius: 4px; font-size: 13px; }
.extras-list { display: grid; gap: 9px; }
.extra-option { display: grid; grid-template-columns: 1fr 64px; gap: 10px; align-items: center; padding: 10px 12px; border: 1px solid #d6dbd7; border-radius: 4px; background: #fbfcfa; }
.extra-option > label { display: flex; gap: 10px; align-items: center; margin: 0; cursor: pointer; }
.extra-option > label span, .extra-option > label strong, .extra-option > label small { display: block; }
.extra-option > label small { color: var(--muted); margin-top: 3px; font-weight: 400; }
.extra-option > input[type="number"] { min-height: 38px; padding: 7px; }
.quote-lines { margin: -12px 0 24px; border: 1px solid var(--line); border-top: 0; }
.quote-lines > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 15px; border-top: 1px solid var(--line); font-size: 12px; }
.quote-lines span { color: var(--muted); }

.trust-strip { background: var(--green); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; gap: 14px; padding: 20px 28px; border-left: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid strong { font: 700 31px Georgia, serif; color: #f59a74; }
.trust-grid span { font-weight: 800; font-size: 14px; }
.trust-grid small { display: block; margin-top: 4px; font-weight: 400; color: rgba(255,255,255,.62); font-size: 10px; }

.section { padding: 100px 0; }
.section-heading { display: flex; gap: 22px; align-items: flex-start; margin-bottom: 48px; }
.section-number { color: var(--orange); font: 700 14px Georgia, serif; padding-top: 8px; }
.section-heading p { margin: 0 0 7px; font-size: 10px; letter-spacing: .22em; font-weight: 900; color: var(--green-2); }
.section-heading h2 { margin: 0; font: 700 clamp(30px, 4vw, 45px)/1.25 Georgia, "Noto Serif TC", serif; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 310px; padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.45); overflow: hidden; }
.feature-card.featured { background: var(--green); color: white; }
.feature-index { position: absolute; right: 22px; top: 17px; color: #bdc4bf; font: 700 12px Georgia, serif; }
.featured .feature-index { color: rgba(255,255,255,.4); }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; background: var(--mint); color: var(--green); font: 700 24px Georgia, serif; border-radius: 50%; }
.featured .feature-icon { background: var(--orange); color: white; }
.feature-card h3 { margin: 52px 0 15px; font-size: 21px; }
.feature-card p { margin: 0; line-height: 1.85; color: var(--muted); font-size: 14px; }
.featured p { color: rgba(255,255,255,.7); }

.process-section { background: #132f25; color: white; }
.section-heading.light p { color: #8fbaa7; }
.process-track { display: grid; grid-template-columns: repeat(13, auto); align-items: center; gap: 8px; }
.process-track div { min-width: 108px; }
.process-track b { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; color: var(--orange); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font: 700 15px Georgia, serif; }
.process-track strong { display: block; font-size: 14px; }
.process-track span { display: block; margin-top: 7px; color: rgba(255,255,255,.52); font-size: 10px; white-space: nowrap; }
.process-track i { color: rgba(255,255,255,.2); font-style: normal; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.section-heading.vertical { position: sticky; top: 120px; align-self: start; }
.faq-list details { border-top: 1px solid var(--line); padding: 24px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; font-size: 17px; font-weight: 900; display: flex; justify-content: space-between; }
.faq-list summary::after { content: "+"; color: var(--orange); font-size: 24px; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 17px 40px 0 0; color: var(--muted); line-height: 1.8; font-size: 14px; }
.final-cta { padding: 82px 0; text-align: center; background: var(--mint); }
.final-cta p { color: var(--green-2); font-size: 10px; font-weight: 900; letter-spacing: .22em; }
.final-cta h2 { margin: 12px 0 30px; font: 700 clamp(30px, 5vw, 50px)/1.25 Georgia, "Noto Serif TC", serif; }
.inline-button { width: fit-content; min-width: 260px; margin: auto; gap: 30px; }

.site-footer { padding-top: 64px; background: #10271f; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.brand-light strong { color: white; }
.brand-light small { color: rgba(255,255,255,.5); }
.footer-grid strong { color: white; }
.footer-grid p { margin-top: 16px; font-size: 12px; line-height: 1.8; }
.footer-bottom { margin-top: 50px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .1em; }

.page-shell { min-height: 70vh; padding: 70px 0 100px; }
.page-header { margin-bottom: 30px; }
.page-header .eyebrow { margin-bottom: 14px; }
.page-header h1 { margin: 0; font: 700 clamp(32px, 5vw, 52px)/1.2 Georgia, "Noto Serif TC", serif; }
.page-header p { color: var(--muted); margin-top: 13px; line-height: 1.8; }
.content-card { background: white; padding: 34px; border-top: 4px solid var(--orange); box-shadow: var(--shadow); }
.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--line); }
.summary-item { padding: 18px; border-bottom: 1px solid var(--line); }
.summary-item:nth-child(odd) { border-right: 1px solid var(--line); }
.summary-item small { display: block; color: var(--muted); margin-bottom: 5px; }
.summary-item strong { font-size: 16px; }
.price-box { margin: 25px 0; padding: 22px; display: flex; align-items: end; justify-content: space-between; background: var(--green); color: white; }
.price-box span { color: rgba(255,255,255,.65); font-size: 13px; }
.price-box strong { font: 700 36px Georgia, serif; color: #f59a74; }
.action-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.secondary-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--green); color: var(--green); font-weight: 800; border-radius: 4px; background: transparent; }
.secondary-button:hover { background: var(--green); color: white; }
.booking-layout { display: grid; grid-template-columns: 1fr 360px; gap: 30px; align-items: start; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.booking-form textarea { min-height: 110px; }
.validation-summary-errors, .field-validation-error { color: #b33a14; font-size: 12px; }
.order-status-hero { padding: 34px; color: white; background: var(--green); position: relative; overflow: hidden; }
.order-status-hero::after { content: "9"; position: absolute; right: 20px; bottom: -70px; color: rgba(255,255,255,.06); font: 700 210px Georgia, serif; }
.order-status-hero.pending { background: #234e3d; }
.order-status-hero.success { background: #1c5b3f; }
.order-status-hero.rejected { background: #80381f; }
.order-status-hero h1 { margin: 12px 0; font: 700 clamp(28px, 4vw, 42px) Georgia, "Noto Serif TC", serif; }
.order-status-hero p { max-width: 690px; color: rgba(255,255,255,.75); line-height: 1.8; }
.order-number { color: #f59a74; font-size: 12px; letter-spacing: .14em; }
.status-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; margin-top: 24px; }
.status-card { padding: 26px; background: white; border: 1px solid var(--line); }
.status-card h2 { margin: 0 0 20px; font-size: 18px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 27px 0; }
.timeline-step { position: relative; padding-top: 25px; color: #9ca39f; font-size: 12px; font-weight: 800; }
.timeline-step::before { content: ""; position: absolute; top: 6px; left: 0; right: 0; height: 2px; background: #dbe0dd; }
.timeline-step::after { content: ""; position: absolute; top: 0; left: 0; width: 14px; height: 14px; border-radius: 50%; background: #dbe0dd; }
.timeline-step.active { color: var(--green); }
.timeline-step.active::before, .timeline-step.active::after { background: var(--orange); }
.dev-notice { margin-top: 18px; padding: 16px; background: #fff4df; border: 1px solid #ecd5a6; color: #76521a; font-size: 13px; }
.route-api-notice { display: grid; gap: 5px; margin: 0 0 20px; padding: 17px 20px; border: 1px solid #e4c58b; background: #fff7e8; color: #75521c; }
.route-api-notice span { font-size: 13px; line-height: 1.6; }
.quote-mode-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: -8px 0 24px; padding: 5px; border-radius: 4px; background: #edf0eb; }
.quote-mode-tabs span, .quote-mode-tabs a { min-height: 43px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border-radius: 3px; color: var(--muted); font-size: 11px; font-weight: 900; }
.quote-mode-tabs b { color: var(--orange); font: 700 9px Georgia, serif; }
.quote-mode-tabs .active { background: var(--green); color: white; box-shadow: 0 5px 15px rgba(20,55,42,.13); }
.quote-mode-tabs .active b { color: #f69a74; }
.quote-mode-tabs a { justify-content: space-between; }
.quote-mode-tabs a i { margin-left: auto; color: var(--orange); font-style: normal; }
.quote-mode-tabs a:hover { background: white; color: var(--green); }
.multi-stop-entry { margin-top: 20px; padding: 16px 0 0; display: flex; justify-content: space-between; gap: 18px; align-items: center; border-top: 1px solid var(--line); }
.multi-stop-entry strong, .multi-stop-entry span { display: block; }
.multi-stop-entry span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.shared-ride-form { display: grid; gap: 28px; }
.shared-route-settings, .stop-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.stops-heading { display: flex; align-items: end; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.stops-heading span { color: var(--green-2); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.stops-heading h2 { margin: 7px 0 0; font: 700 25px Georgia, "Noto Serif TC", serif; }
.stops-heading small { color: var(--muted); }
.passenger-stops { display: grid; gap: 16px; }
.passenger-stop { padding: 21px; border: 1px solid var(--line); background: #fbfcfa; transition: opacity .2s, background .2s; }
.passenger-stop.disabled { opacity: .56; background: #f1f2ef; }
.passenger-stop header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.passenger-stop header > div { display: flex; align-items: center; gap: 10px; }
.passenger-stop header b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: white; }
.stop-toggle { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 12px; font-weight: 800; }
.stop-toggle input { width: 17px; height: 17px; accent-color: var(--orange); }
.shared-estimate-button { width: min(100%, 430px); justify-self: center; }
.unavailable-card { max-width: 760px; margin: auto; text-align: center; }
.unavailable-card .eyebrow { justify-content: center; }
.unavailable-card h1 { font: 700 clamp(30px, 5vw, 44px) Georgia, "Noto Serif TC", serif; }
.unavailable-card p { color: var(--muted); line-height: 1.8; }
.unavailable-card .action-row { justify-content: center; }
.unavailable-icon { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #fff0db; color: var(--orange); font: 700 31px Georgia, serif; }
.route-stop-list { margin: 20px 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.route-stop-list li { display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 15px; border-bottom: 1px solid var(--line); }
.route-stop-list li:last-child { border-bottom: 0; }
.route-stop-list b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--mint); color: var(--green); }
.route-stop-list small { color: var(--muted); }

@media (max-width: 980px) {
  .hero-grid, .booking-layout, .status-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .process-track { grid-template-columns: repeat(4, 1fr); gap: 30px 18px; }
  .process-track i { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; }
  .section-heading.vertical { position: static; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-nav { min-height: 68px; }
  .nav-toggle { display: block; }
  .site-menu { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 18px; }
  .site-menu.open { display: flex; }
  .language-switch { justify-content: center; }
  .hero { padding: 52px 0 60px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: 42px; }
  .quote-card { padding: 24px 18px; }
  .quote-form, .booking-form, .shared-route-settings, .stop-fields { grid-template-columns: 1fr; }
  .extra-option { grid-template-columns: 1fr 58px; }
  .field-wide { grid-column: 1; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { min-height: 96px; padding: 16px 12px; }
  .trust-grid strong { font-size: 24px; }
  .section { padding: 68px 0; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .summary-grid { grid-template-columns: 1fr; }
  .summary-item:nth-child(odd) { border-right: 0; }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .multi-stop-entry { align-items: stretch; flex-direction: column; }
}

/* 2026 premium UI system */
:root {
  --ink: #14231c;
  --green: #123c2d;
  --green-2: #28604a;
  --mint: #e4f0e8;
  --paper: #f8f6f0;
  --cream: #eee8dc;
  --orange: #e96e43;
  --orange-dark: #c9522b;
  --line: rgba(20, 35, 28, .12);
  --muted: #66746d;
  --soft-shadow: 0 12px 35px rgba(18, 60, 45, .08);
  --shadow: 0 28px 80px rgba(18, 52, 40, .15);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
}
*, *::before, *::after { box-sizing: border-box; }
body { font-size: 16px; line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, select, summary { cursor: pointer; }
::selection { background: rgba(233,110,67,.24); color: var(--green); }
:focus-visible { outline: 3px solid rgba(233,110,67,.4); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--green); color: white; transform: translateY(-150%); transition: transform .18s; }
.skip-link:focus { color: white; transform: translateY(0); }

.site-header { background: rgba(248,246,240,.88); border-color: rgba(18,60,45,.09); }
.site-nav { min-height: 86px; }
.brand { gap: 13px; }
.brand-mark { position: relative; width: 46px; height: 46px; border-radius: 15px 15px 15px 5px; box-shadow: 0 8px 20px rgba(233,110,67,.24); transform: none; }
.brand-mark::after { content: ""; position: absolute; right: -5px; top: -5px; width: 11px; height: 11px; border: 3px solid var(--paper); border-radius: 50%; background: var(--green); }
.brand strong { font-size: 17px; letter-spacing: .1em; }
.brand small { font-size: 8px; letter-spacing: .2em; }
.site-menu { gap: 22px; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links > a { position: relative; padding-block: 30px; color: #3c4e45; font-size: 13px; transition: color .18s; }
.nav-links > a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; border-radius: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); transform-origin: left; }
.multi-stop-nav { display: inline-flex; align-items: center; gap: 7px; }
.multi-stop-nav span { padding: 3px 5px; border-radius: 999px; background: #fbe6dc; color: var(--orange-dark); font-size: 8px; letter-spacing: .08em; }
.language-switch { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.54); font-size: 11px; }
.nav-cta { min-height: 45px; display: inline-flex; align-items: center; gap: 20px; padding: 0 18px; border-radius: 12px; box-shadow: 0 10px 25px rgba(18,60,45,.15); }
.nav-cta b { color: #f7a688; }
.nav-toggle { width: 46px; height: 46px; padding: 13px 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.7); }
.nav-toggle i { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--green); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { padding: 92px 0 96px; background: linear-gradient(135deg, rgba(255,255,255,.48), transparent 52%); }
.hero::after { content: "09"; position: absolute; right: -35px; bottom: -110px; color: rgba(18,60,45,.035); font: 800 clamp(260px, 31vw, 520px)/1 Georgia, serif; letter-spacing: -.12em; }
.hero-grid { grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr); gap: clamp(56px, 7vw, 96px); }
.hero-copy { position: relative; }
.eyebrow { font-size: 11px; letter-spacing: .21em; }
.hero h1 { max-width: 680px; margin: 26px 0 23px; font-size: clamp(48px, 5.3vw, 72px); line-height: 1.08; letter-spacing: -.05em; text-wrap: balance; }
.hero h1 em { position: relative; color: var(--orange); }
.hero h1 em::after { content: ""; position: absolute; left: 2px; right: 2px; bottom: -5px; height: 7px; border-radius: 50%; background: rgba(233,110,67,.13); }
.hero-lead { max-width: 600px; font-size: 17px; line-height: 1.95; }
.hero-service-note { width: fit-content; display: flex; align-items: center; gap: 12px; margin-top: 28px; padding: 11px 16px 11px 12px; border: 1px solid rgba(18,60,45,.12); border-radius: 14px; background: rgba(255,255,255,.62); box-shadow: var(--soft-shadow); }
.hero-service-note > b { min-width: 44px; color: var(--orange); font: 700 33px/1 Georgia, serif; }
.hero-service-note strong, .hero-service-note small { display: block; }
.hero-service-note strong { color: var(--green); font-size: 10px; letter-spacing: .11em; }
.hero-service-note small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.hero-points { margin-top: 22px; gap: 9px; }
.hero-points span { padding: 7px 11px; border-radius: 999px; background: rgba(228,240,232,.74); color: var(--green); font-size: 11px; }
.hero-points b { margin-right: 5px; }
.hero-photo { position: relative; max-width: 590px; height: 205px; margin: 31px 0 27px; overflow: hidden; border-radius: 24px 24px 24px 7px; background: #dfe7e1; box-shadow: 0 22px 55px rgba(18,60,45,.15); }
.hero-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(7,30,22,.56)); }
.hero-photo picture, .hero-photo img { width: 100%; height: 100%; display: block; }
.hero-photo img { object-fit: cover; object-position: 62% 58%; transition: transform .7s ease; }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo figcaption { position: absolute; z-index: 2; right: 20px; bottom: 17px; left: 20px; display: flex; align-items: end; justify-content: space-between; gap: 15px; color: white; }
.hero-photo figcaption span { font-size: 12px; font-weight: 800; }
.hero-photo figcaption span b { margin-right: 6px; color: #f58d67; }
.hero-photo figcaption small { color: rgba(255,255,255,.62); font-size: 8px; letter-spacing: .15em; }
.quote-card { position: relative; padding: 31px; border: 1px solid rgba(18,60,45,.08); border-top: 0; border-radius: var(--radius-lg); box-shadow: 0 35px 95px rgba(22,53,41,.17); }
.quote-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; border-radius: 26px 26px 0 0; background: linear-gradient(90deg, var(--orange), #f09e7f 38%, var(--green) 38%); }
.quote-card.attention { animation: quoteAttention .9s ease-out; }
@keyframes quoteAttention { 0%, 100% { box-shadow: var(--shadow); } 35% { box-shadow: 0 0 0 7px rgba(233,110,67,.19), var(--shadow); } }
.quote-mode-tabs { margin: 0 0 25px; padding: 5px; border-radius: 13px; background: #f0f2ed; }
.quote-mode-tabs span, .quote-mode-tabs a { min-height: 47px; padding-inline: 15px; border-radius: 9px; font-size: 11px; }
.quote-mode-tabs .active { border-radius: 9px; }
.quote-heading { align-items: center; padding-bottom: 22px; }
.quote-heading h2 { font-size: 26px; }
.secure-note { padding: 7px 11px; border-radius: 999px; }
.quote-form { gap: 17px 14px; margin-top: 22px; }
.form-section-label { display: flex; align-items: center; gap: 9px; margin: 2px 0 -4px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.form-section-label b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; background: var(--mint); color: var(--green-2); font: 700 9px Georgia, serif; }
.form-field label { margin-bottom: 7px; color: #263a30; font-size: 12px; }
.form-field input:not([type="radio"]), .form-field select, .form-control { min-height: 52px; border-color: #d9dfda; border-radius: 10px; background-color: #fbfcfa; padding-inline: 14px; transition: border .18s, box-shadow .18s, background .18s; }
.form-field input:hover, .form-field select:hover { border-color: #aebdb5; background-color: white; }
.form-field input:focus, .form-field select:focus, .form-control:focus { background: white; box-shadow: 0 0 0 4px rgba(40,96,74,.1); }
.direction-options { gap: 8px; }
.direction-options span { min-height: 50px; display: grid; place-items: center; padding: 10px; border-radius: 10px; transition: .18s; }
.direction-options label:hover span { border-color: #aebdb5; background: #f4f8f5; }
.direction-options input:checked + span { box-shadow: 0 8px 22px rgba(18,60,45,.14); }
.quantity-control { display: grid; grid-template-columns: 46px minmax(0, 1fr) 46px; }
.quantity-control button { border: 1px solid #d9dfda; background: #f2f6f3; color: var(--green); font-size: 18px; font-weight: 700; transition: background .16s, border .16s; }
.quantity-control button:first-child { border-radius: 10px 0 0 10px; }
.quantity-control button:last-child { border-radius: 0 10px 10px 0; }
.quantity-control button:hover { z-index: 1; border-color: var(--green-2); background: var(--mint); }
.quantity-control input { min-width: 0; border-inline: 0 !important; border-radius: 0 !important; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button, .quantity-control input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.primary-button { position: relative; min-height: 55px; overflow: hidden; border-radius: 11px; padding-inline: 20px; box-shadow: 0 13px 28px rgba(233,110,67,.23); }
.primary-button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.18) 48%, transparent 70%); transform: translateX(-120%); transition: transform .55s; }
.primary-button:hover::after { transform: translateX(120%); }
.primary-button b, .primary-button span { position: relative; z-index: 1; }
.quote-assurance { display: flex; justify-content: center; gap: 14px; margin-top: -3px; color: var(--green-2); font-size: 9px; font-weight: 800; }
.form-footnote { line-height: 1.6; }
.extra-option { border-radius: 10px; }

.trust-strip { position: relative; overflow: hidden; background: #11372a; }
.trust-strip::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 0, rgba(233,110,67,.18), transparent 32%); }
.trust-grid { position: relative; }
.trust-grid > div { min-height: 124px; padding-inline: 30px; }
.trust-grid strong { font-size: 34px; }
.section { padding: 112px 0; }
.section-heading { margin-bottom: 54px; }
.section-heading h2 { letter-spacing: -.025em; text-wrap: balance; }
.feature-grid { gap: 22px; }
.feature-card { min-height: 330px; padding: 38px; border-radius: var(--radius-md); background: rgba(255,255,255,.63); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; transition: transform .22s, box-shadow .22s, border-color .22s; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(18,60,45,.23); box-shadow: var(--soft-shadow); }
.feature-card.featured { background: linear-gradient(145deg, #123c2d, #1d513e); box-shadow: 0 25px 55px rgba(18,60,45,.17); }
.feature-icon { border-radius: 18px 18px 18px 6px; }
.process-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #0f2d22, #154535); }
.process-section::after { content: "BOOKING"; position: absolute; right: -20px; bottom: -35px; color: rgba(255,255,255,.025); font: 800 125px/1 Georgia, serif; letter-spacing: -.05em; }
.process-track { position: relative; z-index: 1; align-items: stretch; gap: 8px; }
.process-track div { min-width: 0; padding: 18px 10px; border-radius: 14px; background: rgba(255,255,255,.035); }
.process-track b { margin-bottom: 15px; background: rgba(255,255,255,.03); }
.process-track span { white-space: normal; line-height: 1.55; }
.faq-list details { padding: 25px 3px; }
.faq-list summary { gap: 25px; font-size: 16px; line-height: 1.5; }
.faq-list details[open] summary { color: var(--green); }
.faq-list p { max-width: 720px; }
.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #e5f1e8, #f3ede1); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(18,60,45,.08); border-radius: 50%; }
.final-cta::before { width: 230px; height: 230px; left: -100px; top: -100px; }
.final-cta::after { width: 150px; height: 150px; right: -50px; bottom: -70px; }
.final-cta .container { position: relative; z-index: 1; }
.site-footer { background: #0d2a20; }
.footer-grid { grid-template-columns: 1.25fr 1fr 1fr .8fr; }
.footer-grid a:hover { color: #f6a180; }
.footer-links p { display: grid; gap: 7px; }

.page-shell { padding-top: 78px; }
.content-card, .status-card, .result-card, .wizard-panel, .manual-quote-card { border-radius: var(--radius-md); border-top-width: 0; box-shadow: var(--soft-shadow); }
.content-card, .result-card, .wizard-panel, .manual-quote-card { position: relative; overflow: hidden; }
.content-card::before, .result-card::before, .wizard-panel::before, .manual-quote-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--orange), #f2a386); }
.secondary-button { border-radius: 10px; transition: .18s; }
.summary-grid, .quote-lines, .route-stop-list { overflow: hidden; border-radius: 12px; }

.multi-stop-wizard { padding-top: 67px; }
.wizard-hero { margin-bottom: 41px; }
.wizard-hero h1 { font-size: clamp(42px, 5.3vw, 66px); letter-spacing: -.04em; text-wrap: balance; }
.wizard-promise { border-left: 0; border-radius: 0 16px 16px 0; background: rgba(255,255,255,.72); box-shadow: var(--soft-shadow); }
.wizard-promise::before { content: ""; position: absolute; }
.multi-stop-photo { position: relative; height: clamp(250px, 31vw, 375px); margin: -6px 0 38px; overflow: hidden; border-radius: 25px 25px 25px 8px; background: #e2e8e3; box-shadow: 0 24px 65px rgba(18,60,45,.14); }
.multi-stop-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 45%, rgba(8,30,23,.62)); }
.multi-stop-photo picture, .multi-stop-photo img { width: 100%; height: 100%; display: block; }
.multi-stop-photo img { object-fit: cover; object-position: center 61%; transition: transform .7s ease; }
.multi-stop-photo:hover img { transform: scale(1.018); }
.multi-stop-photo figcaption { position: absolute; z-index: 2; right: 27px; bottom: 23px; left: 27px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: white; }
.multi-stop-photo figcaption span { display: flex; align-items: center; gap: 7px; padding: 8px 11px 8px 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(12,47,35,.67); font-size: 10px; font-weight: 900; backdrop-filter: blur(8px); }
.multi-stop-photo figcaption span b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font: 700 10px Georgia, serif; }
.multi-stop-photo figcaption i { width: 25px; border-top: 1px dashed rgba(255,255,255,.65); }
.wizard-progress button b, .result-progress span b { border-width: 2px; }
.wizard-panel { padding: 37px; }
.wizard-panel-heading { margin-bottom: 27px; }
.direction-choice-cards label > span { min-height: 112px; border-radius: 13px; background: #fbfcfa; }
.direction-choice-cards label:hover > span { border-color: #9fb4a8; transform: translateY(-2px); }
.direction-choice-cards input:checked + span { box-shadow: 0 14px 32px rgba(18,60,45,.16); }
.refined-fields { padding: 25px; border-radius: 14px; background: #f6f9f6; }
.live-route-summary, .estimate-price-card { border-radius: var(--radius-md); box-shadow: var(--soft-shadow); }
.summary-route-flow { background: linear-gradient(145deg, #123c2d, #1b4d3b); }
.dynamic-stop { border-radius: 13px; transition: border .18s, box-shadow .18s; }
.dynamic-stop:not(.is-collapsed):not(.is-unused) { border-color: rgba(18,60,45,.23); box-shadow: 0 7px 22px rgba(18,60,45,.05); }
.dynamic-stop > header { padding: 18px 20px; }
.stop-identity > b { border-radius: 11px 11px 11px 4px; }
.icon-action, .complete-stop-button, .add-stop-button { border-radius: 9px; }
.icon-action:not(:disabled):hover { border-color: var(--green) !important; background: var(--mint); }
.text-action:hover { text-decoration: underline; text-underline-offset: 3px; }
.complete-stop-button:hover, .add-stop-button:hover { background: #dcebe1; }
.add-stop-button { padding: 18px 20px; }
.result-heading h1 { letter-spacing: -.035em; text-wrap: balance; }
.quote-countdown { border-radius: 15px; box-shadow: var(--soft-shadow); }
.route-highlight-metrics { background: linear-gradient(145deg, #123c2d, #1b4d3b); }
.estimate-price-card > header { background: linear-gradient(145deg, #123c2d, #1b4d3b); }
.price-trust-list, .confirmation-explainer { border-radius: 12px; }

@media (max-width: 1100px) {
  .site-menu { gap: 13px; }
  .nav-links { gap: 16px; }
  .nav-links > a { font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr 450px; gap: 45px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .quote-card { max-width: 680px; }
}
@media (max-width: 760px) {
  .site-nav { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; border-radius: 13px 13px 13px 5px; }
  .brand strong { font-size: 15px; }
  .site-menu { top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; padding: 18px 18px 24px; border-bottom: 0; background: rgba(248,246,240,.98); box-shadow: 0 24px 50px rgba(18,60,45,.16); }
  .nav-links { display: grid; gap: 3px; }
  .nav-links > a { padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .nav-links > a::after { display: none; }
  .language-switch { width: fit-content; justify-self: center; }
  .nav-cta { width: 100%; justify-content: space-between; }
  .hero { padding: 56px 0 68px; }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(40px, 12.2vw, 53px); line-height: 1.09; }
  .hero-lead { font-size: 15px; }
  .hero-service-note { margin-top: 23px; }
  .hero-photo { height: 220px; margin: 27px 0 24px; border-radius: 18px 18px 18px 6px; }
  .hero-photo figcaption { right: 15px; bottom: 14px; left: 15px; }
  .hero-photo figcaption small { display: none; }
  .quote-card { padding: 25px 18px; border-radius: 21px; }
  .quote-card::before { border-radius: 21px 21px 0 0; }
  .quote-mode-tabs span, .quote-mode-tabs a { padding-inline: 10px; font-size: 10px; }
  .quote-heading { align-items: flex-start; }
  .secure-note { margin-top: 3px; font-size: 9px; }
  .quote-assurance { display: grid; grid-template-columns: 1fr 1fr; justify-items: start; gap: 7px 12px; padding: 0 4px; }
  .direction-options { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 76px 0; }
  .feature-card { min-height: 260px; padding: 30px; }
  .feature-card h3 { margin-top: 37px; }
  .process-track div { padding: 16px 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .multi-stop-wizard { padding-top: 42px; }
  .multi-stop-photo { height: 260px; margin-bottom: 27px; border-radius: 18px 18px 18px 6px; }
  .multi-stop-photo img { object-position: 49% center; }
  .multi-stop-photo figcaption { right: 13px; bottom: 13px; left: 13px; justify-content: center; gap: 5px; }
  .multi-stop-photo figcaption span { padding: 6px 8px 6px 6px; font-size: 9px; }
  .multi-stop-photo figcaption span b { width: 21px; height: 21px; }
  .multi-stop-photo figcaption i { width: 12px; }
  .wizard-panel { padding: 25px 18px; border-radius: 15px; }
  .refined-fields { padding: 18px; }
  .wizard-panel-heading h2 { font-size: 25px; }
  .mobile-wizard-bar { border-radius: 18px 18px 0 0; }
  .mobile-wizard-bar button { border-radius: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Reference-inspired product sections */
.route-market-section { position: relative; overflow: hidden; background: #eee9de; }
.route-market-section::before { content: "ROUTES"; position: absolute; top: 30px; right: -22px; color: rgba(18,60,45,.035); font: 800 clamp(90px, 15vw, 210px)/1 Georgia, serif; letter-spacing: -.07em; }
.route-market-section .container { position: relative; z-index: 1; }
.route-market-heading { display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(260px, 380px); }
.section-intro { margin: 7px 0 0 auto; color: var(--muted); font-size: 12px; line-height: 1.8; }
.route-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.route-product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(18,60,45,.12); border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 12px 30px rgba(18,60,45,.06); transition: transform .2s, box-shadow .2s, border-color .2s; }
.route-product-card:hover { transform: translateY(-5px); border-color: rgba(18,60,45,.25); box-shadow: 0 20px 44px rgba(18,60,45,.11); }
.route-product-card > header { min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.route-product-card > header span { color: var(--muted); font: 800 9px Georgia, serif; letter-spacing: .16em; }
.route-product-card > header b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px 12px 12px 4px; background: var(--mint); color: var(--green); font: 700 10px Georgia, serif; }
.route-product-path { min-height: 175px; display: grid; align-content: center; gap: 10px; padding: 20px 18px; }
.route-product-path > span { min-width: 0; }
.route-product-path small, .route-product-path strong { display: block; }
.route-product-path small { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.route-product-path strong { margin-top: 4px; overflow: hidden; color: var(--green); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.route-product-path i { color: #9ca9a2; font-size: 16px; font-style: normal; }
.route-product-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding: 0 18px 17px; }
.route-product-tags span { padding: 5px 7px; border-radius: 999px; background: #f0f4f0; color: var(--green-2); font-size: 8px; font-weight: 800; }
.route-product-card > footer { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-top: 1px solid var(--line); background: rgba(249,250,247,.8); }
.route-product-card > footer span small, .route-product-card > footer span strong { display: block; }
.route-product-card > footer span small { color: var(--muted); font-size: 8px; }
.route-product-card > footer span strong { margin-top: 4px; color: var(--green); font: 700 18px Georgia, "Noto Serif TC", serif; }
.route-product-card > footer button { min-height: 38px; padding: 0 11px; border: 0; border-radius: 9px; background: var(--green); color: white; font-size: 9px; font-weight: 900; white-space: nowrap; }
.route-product-card > footer button b { margin-left: 4px; color: #f6a083; }
.featured-route { border-color: rgba(18,60,45,.32); background: var(--green); color: white; box-shadow: 0 20px 44px rgba(18,60,45,.16); }
.featured-route > header { border-color: rgba(255,255,255,.12); }
.featured-route > header span { color: rgba(255,255,255,.5); }
.featured-route > header b { background: var(--orange); color: white; }
.featured-route .route-product-path small { color: #f8a889; }
.featured-route .route-product-path strong { color: white; }
.featured-route .route-product-path i { color: rgba(255,255,255,.45); }
.featured-route .route-product-tags span { background: rgba(255,255,255,.09); color: rgba(255,255,255,.78); }
.featured-route > footer { border-color: rgba(255,255,255,.12); background: rgba(0,0,0,.07); }
.featured-route > footer span small { color: rgba(255,255,255,.48); }
.featured-route > footer span strong { color: #f6a083; }
.featured-route > footer button { background: white; color: var(--green); }

.fleet-showcase-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #0d2b20, #154535); color: white; }
.fleet-showcase-section::after { content: "LINEUP"; position: absolute; right: -30px; bottom: -50px; color: rgba(255,255,255,.025); font: 800 clamp(110px, 18vw, 250px)/1 Georgia, serif; letter-spacing: -.07em; }
.fleet-showcase-section .container { position: relative; z-index: 1; }
.fleet-heading p { color: #83b39c; }
.fleet-showcase { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.035); box-shadow: 0 30px 70px rgba(0,0,0,.15); }
.fleet-visual { position: relative; min-height: 535px; overflow: hidden; }
.fleet-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,22,16,.78)); pointer-events: none; }
.fleet-visual picture, .fleet-visual img { width: 100%; height: 100%; display: block; }
.fleet-visual img { object-fit: cover; object-position: 46% center; transition: transform .8s ease; }
.fleet-showcase:hover .fleet-visual img { transform: scale(1.02); }
.fleet-visual > span { position: absolute; z-index: 2; bottom: 52px; left: 28px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; }
.fleet-visual > span b { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: white; font: 700 11px Georgia, serif; }
.fleet-visual > small { position: absolute; z-index: 2; right: 27px; bottom: 25px; left: 28px; color: rgba(255,255,255,.52); font-size: 8px; }
.fleet-selector { min-width: 0; display: grid; grid-template-rows: auto 1fr; padding: 28px; background: rgba(10,39,29,.78); }
.fleet-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.fleet-tabs button { min-height: 51px; display: flex; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.035); color: rgba(255,255,255,.64); text-align: left; font-size: 10px; font-weight: 900; transition: .18s; }
.fleet-tabs button:hover { border-color: rgba(255,255,255,.32); color: white; }
.fleet-tabs button.active { border-color: var(--orange); background: var(--orange); color: white; box-shadow: 0 10px 23px rgba(0,0,0,.15); }
.fleet-tabs button b { font: 700 8px Georgia, serif; }
.fleet-panels { min-height: 0; }
.fleet-panel { display: none; padding-top: 31px; }
.fleet-panel.active { display: block; animation: fleetReveal .2s ease-out; }
@keyframes fleetReveal { from { opacity: 0; transform: translateY(4px); } }
.fleet-code { color: #f59a78; font: 800 9px Georgia, serif; letter-spacing: .2em; }
.fleet-panel h3 { margin: 8px 0 12px; font: 700 clamp(29px, 3vw, 40px)/1.2 Georgia, "Noto Serif TC", serif; }
.fleet-panel > p { min-height: 52px; margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.8; }
.fleet-panel dl { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 19px; border-block: 1px solid rgba(255,255,255,.13); }
.fleet-panel dl > div { padding: 17px 10px 17px 0; }
.fleet-panel dl > div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.13); }
.fleet-panel dt { color: rgba(255,255,255,.46); font-size: 8px; letter-spacing: .09em; }
.fleet-panel dd { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: 10px; }
.fleet-panel dd b { margin-right: 4px; color: #f59a78; font: 700 28px Georgia, serif; }
.fleet-benefits { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 23px; }
.fleet-benefits span { padding: 6px 8px; border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); font-size: 8px; font-weight: 800; }
.fleet-quote-button { width: 100%; }

.editorial-service-section { background: var(--paper); }
.editorial-heading { margin-bottom: 60px; }
.editorial-stories { display: grid; gap: 74px; }
.editorial-story { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(45px, 7vw, 95px); }
.editorial-story.reverse { grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); }
.editorial-story.reverse figure { grid-column: 2; }
.editorial-story.reverse > div { grid-column: 1; grid-row: 1; }
.editorial-story figure { position: relative; height: 390px; margin: 0; overflow: hidden; border-radius: 22px 22px 22px 7px; background: #dfe7e1; box-shadow: 0 24px 60px rgba(18,60,45,.13); }
.editorial-story figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,30,22,.4)); }
.editorial-story picture, .editorial-story img { width: 100%; height: 100%; display: block; }
.editorial-story img { object-fit: cover; transition: transform .7s ease; }
.editorial-story:first-child img { object-position: 61% center; }
.editorial-story:nth-child(2) img { object-position: center 58%; }
.editorial-story:hover img { transform: scale(1.02); }
.editorial-story figure > span { position: absolute; z-index: 2; right: 20px; bottom: 17px; color: white; font: 700 39px Georgia, serif; }
.editorial-story > div > span { color: var(--orange); font: 800 10px Georgia, serif; letter-spacing: .18em; }
.editorial-story h3 { margin: 14px 0 18px; color: var(--green); font: 700 clamp(29px, 3.6vw, 45px)/1.3 Georgia, "Noto Serif TC", serif; letter-spacing: -.025em; text-wrap: balance; }
.editorial-story p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.editorial-story > div > a { min-height: 45px; display: inline-flex; align-items: center; gap: 27px; padding: 0 17px; border: 1px solid var(--green); border-radius: 10px; color: var(--green); font-size: 11px; font-weight: 900; transition: .18s; }
.editorial-story > div > a:hover { background: var(--green); color: white; transform: translateY(-1px); }
.editorial-story > div > a b { color: var(--orange); }

.quick-booking-dock { position: fixed; z-index: 45; top: 50%; right: 14px; display: grid; gap: 8px; transform: translateY(-15%); }
.quick-booking-dock a { width: 88px; min-height: 84px; display: grid; grid-template-columns: 1fr; align-content: center; justify-items: center; gap: 5px; padding: 10px 6px; border: 1px solid rgba(18,60,45,.13); border-radius: 16px 16px 16px 5px; background: rgba(255,255,255,.93); color: var(--green); box-shadow: 0 12px 32px rgba(18,60,45,.14); text-align: center; backdrop-filter: blur(12px); transition: transform .18s, background .18s, color .18s; }
.quick-booking-dock a:hover { transform: translateX(-3px); background: var(--green); color: white; }
.quick-booking-dock a > b { color: var(--orange); font: 700 13px Georgia, serif; }
.quick-booking-dock a span { font-size: 10px; font-weight: 900; }
.quick-booking-dock a small { display: block; margin-top: 3px; color: var(--muted); font-size: 7px; letter-spacing: .11em; }
.quick-booking-dock a:hover small { color: rgba(255,255,255,.55); }

@media (max-width: 1180px) {
  .route-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet-showcase { grid-template-columns: 1fr 430px; }
  .quick-booking-dock { right: 8px; }
  .quick-booking-dock a { width: 77px; }
}
@media (max-width: 980px) {
  .route-market-heading { grid-template-columns: auto 1fr; }
  .route-market-heading .section-intro { grid-column: 2; margin: -28px 0 0; }
  .fleet-showcase { grid-template-columns: 1fr; }
  .fleet-visual { min-height: 440px; }
  .editorial-story, .editorial-story.reverse { grid-template-columns: 1fr; gap: 34px; }
  .editorial-story.reverse figure, .editorial-story.reverse > div { grid-column: 1; }
  .editorial-story.reverse figure { grid-row: 1; }
  .editorial-story.reverse > div { grid-row: 2; }
  .quick-booking-dock { display: none; }
}
@media (max-width: 760px) {
  body:has(.quick-booking-dock) { padding-bottom: 72px; }
  .route-market-heading { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 18px; }
  .route-market-heading .section-intro { grid-column: 2; margin: -7px 0 0; }
  .route-product-grid { grid-template-columns: 1fr; }
  .route-product-path { min-height: 148px; }
  .route-product-card > footer { min-height: 82px; }
  .fleet-showcase { border-radius: 17px; }
  .fleet-visual { min-height: 300px; }
  .fleet-visual > span { bottom: 47px; left: 18px; }
  .fleet-visual > small { right: 18px; bottom: 18px; left: 18px; }
  .fleet-selector { padding: 20px 16px 23px; }
  .fleet-tabs { gap: 5px; padding-bottom: 18px; }
  .fleet-tabs button { min-height: 47px; padding-inline: 8px; }
  .fleet-panel { padding-top: 24px; }
  .fleet-panel h3 { font-size: 31px; }
  .fleet-panel > p { min-height: 0; }
  .editorial-stories { gap: 58px; }
  .editorial-story figure { height: 270px; border-radius: 17px 17px 17px 6px; }
  .editorial-story h3 { font-size: 31px; }
  .quick-booking-dock { position: fixed; z-index: 115; top: auto; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 8px max(12px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -10px 28px rgba(18,60,45,.12); transform: none; backdrop-filter: blur(12px); }
  .quick-booking-dock a { width: auto; min-height: 49px; display: flex; justify-content: center; gap: 9px; padding: 7px 10px; border: 0; border-radius: 10px; box-shadow: none; }
  .quick-booking-dock a:first-child { background: var(--orange); color: white; }
  .quick-booking-dock a:first-child > b, .quick-booking-dock a:first-child small { color: rgba(255,255,255,.7); }
  .quick-booking-dock a span { text-align: left; }
}
