:root {
  --navy: #075985;
  --navy-dark: #06456b;
  --blue: #0284c7;
  --teal: #14b8a6;
  --teal-dark: #0f8f86;
  --sun: #fbbf24;
  --ink: #102b3d;
  --muted: #5d7280;
  --line: #dce8ed;
  --cream: #f0fbfa;
  --white: #fff;
  --shadow: 0 20px 60px rgba(4, 42, 65, .13);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
.error-page { min-height: 100vh; display: grid; place-items: center; background: #f4f8f7; color: var(--navy); }
.error-page main { max-width: 560px; padding: 40px; text-align: center; }
.error-page img { width: 260px; margin-inline: auto; }
.error-page h1 { margin: 25px 0 5px; font-size: 52px; }
.error-page a { display: inline-block; margin-top: 20px; padding: 12px 22px; border-radius: 999px; background: var(--navy); color: #fff; font-weight: 700; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; background: var(--white); color: var(--navy); font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-dark); color: #d9edf5; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #47d97c; box-shadow: 0 0 0 4px rgba(71,217,124,.14); }
.topbar-links { display: flex; align-items: center; gap: 26px; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,232,237,.8); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 246px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; padding-block: 10px; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--teal); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.lang-toggle { border: 0; background: #eff7f7; color: var(--navy); border-radius: 999px; padding: 8px 11px; cursor: pointer; font-weight: 800; }
.mobile-lang-toggle { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #eef5f6; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 3px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 999px; padding: 12px 23px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 17px; background: var(--navy); color: #fff; }
.button-small:hover { background: var(--teal-dark); box-shadow: 0 9px 20px rgba(7,59,102,.2); }
.button-primary { background: var(--sun); color: #1b303c; box-shadow: 0 14px 30px rgba(255,180,34,.25); }
.button-primary:hover { background: #ffc247; }
.button-glass { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.button-glass:hover { background: rgba(255,255,255,.2); }
.button-dark { background: var(--navy); color: #fff; }
.button-white { background: #fff; color: var(--navy); }
.button-whatsapp { background: #20b967; color: #fff; }
.button-zalo { background: #fff; color: #087bc1; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy-dark); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.035); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,34,54,.92) 0%, rgba(3,44,70,.83) 45%, rgba(1,30,44,.52) 100%), linear-gradient(0deg, rgba(1,32,50,.4), transparent 45%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -220px; left: 34%; border-radius: 50%; background: rgba(255,180,34,.14); filter: blur(6px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(370px, .72fr); gap: 68px; align-items: center; padding-block: 86px 94px; }
.hero-copy { max-width: 690px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: #ffd26e; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(46px, 5.4vw, 76px); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.hero-copy > p { max-width: 650px; margin: 23px 0 30px; color: #e4eef2; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 20px; color: #dbe9ee; font-size: 13px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row b { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; background: rgba(42,196,187,.23); color: #75e3dc; }
.hero-controls { margin-top: 20px; display: flex; align-items: center; gap: 10px; }
.hero-controls > button { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-size: 20px; line-height: 1; }
.hero-controls > button:hover { background: rgba(255,255,255,.22); }
.hero-dots { display: flex; align-items: center; gap: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.45); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-dots button.active { width: 24px; background: var(--sun); }
.hero-credit { position: absolute; right: 18px; bottom: 13px; z-index: 2; color: rgba(255,255,255,.7); font-size: 11px; }

.quick-card { padding: 28px; color: var(--ink); border: 1px solid rgba(255,255,255,.5); border-radius: 28px; background: rgba(255,255,255,.95); box-shadow: 0 30px 80px rgba(0,20,35,.32); backdrop-filter: blur(16px); }
.quick-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.mini-label { color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-card h2 { margin: 3px 0 0; color: var(--navy); font-size: 27px; line-height: 1.2; letter-spacing: -.025em; }
.quick-card > p { margin: 15px 0 20px; color: var(--muted); font-size: 14px; }
.online-pill { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; padding: 6px 9px; border-radius: 999px; background: #ebfaef; color: #168444; font-size: 11px; font-weight: 800; }
.online-pill > span:first-child { width: 6px; height: 6px; border-radius: 50%; background: #25b45c; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-choice { min-width: 0; display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact-choice:hover { transform: translateY(-2px); border-color: #b5d3dd; box-shadow: 0 10px 24px rgba(4,42,65,.09); }
.choice-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #fff; background: var(--navy); font-size: 16px; font-weight: 900; }
.choice-icon img { width: 20px; height: 20px; object-fit: contain; }
.contact-choice.call .choice-icon { background: var(--navy); }
.contact-choice.zalo .choice-icon { background: #0786ce; }
.contact-choice.whatsapp .choice-icon { background: #1dbf68; }
.contact-choice.email .choice-icon { background: #ed7d30; }
.contact-choice span:last-child { min-width: 0; display: grid; }
.contact-choice b { color: var(--ink); font-size: 13px; }
.contact-choice small { overflow: hidden; color: var(--muted); font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
.more-contact { width: 100%; margin-top: 12px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 12px; background: #edf5f6; color: var(--navy); cursor: pointer; font-size: 13px; font-weight: 800; }

.proof-strip { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 10px 30px rgba(4,42,65,.05); }
.proof-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid > div { min-width: 0; padding: 0 26px; display: grid; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid strong { color: var(--navy); font-size: 21px; line-height: 1.25; }
.proof-grid span { color: var(--muted); font-size: 12px; }

.section { padding-block: 104px; }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.split { display: grid; grid-template-columns: 1.35fr .75fr; gap: 60px; align-items: end; }
.section-heading h2, .why-copy h2, .contact-cta h2 { margin: 8px 0 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.section-heading p { margin: 14px 0 0; color: var(--muted); }
.section-heading.split p { margin: 0 0 4px; }
.kicker { color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.steps { padding-block: 62px 58px; background: var(--cream); }
.steps .section-heading { margin-bottom: 24px; }
.steps .section-heading h2 { font-size: clamp(30px, 3.5vw, 43px); }
.steps .section-heading p { margin-top: 8px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step-card { position: relative; min-height: 178px; padding: 21px 19px 18px; border: 1px solid #e2ecee; border-radius: 18px; background: #fff; overflow: hidden; box-shadow: 0 9px 24px rgba(4,42,65,.04); }
.step-num { position: absolute; right: 14px; top: 7px; color: #e5eff1; font-size: 38px; font-weight: 900; line-height: 1; }
.step-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 13px; background: #e8f6f5; color: var(--teal-dark); font-size: 20px; }
.step-card h3 { margin: 0 0 4px; color: var(--navy); font-size: 17px; }
.step-card p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.45; }

.fleet-section { padding-top: 76px; background: #fff; }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vehicle-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 14px 42px rgba(4,42,65,.07); transition: transform .25s ease, box-shadow .25s ease; }
.vehicle-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.vehicle-card.featured { border-color: #83cfca; box-shadow: 0 18px 48px rgba(10,163,159,.14); }
.popular-badge { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 7px 11px; border-radius: 999px; background: var(--sun); color: #223943; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.vehicle-image { position: relative; width: 100%; height: 280px; padding: 0; border: 0; display: block; overflow: hidden; background: #dce7ea; cursor: pointer; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; transition: transform .35s ease; }
.vehicle-card:first-child .vehicle-image img, .vehicle-card:last-child .vehicle-image img { object-position: center 45%; }
.vehicle-image:hover img { transform: scale(1.035); }
.vehicle-image > span { position: absolute; right: 13px; bottom: 13px; padding: 7px 11px; border-radius: 999px; background: rgba(3,40,65,.84); color: #fff; font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
.vehicle-body { padding: 24px 25px 26px; }
.vehicle-title { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.vehicle-type { color: var(--teal-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.vehicle-title h3 { margin: 2px 0 0; color: var(--navy); font-size: 25px; line-height: 1.2; }
.vehicle-title > strong { flex: 0 0 auto; color: var(--navy); font-size: 19px; }
.vehicle-title .vehicle-from { max-width: 118px; color: #b45309; font-size: 15px; line-height: 1.25; text-align: right; }
.vehicle-title small { display: block; color: var(--muted); font-size: 9px; font-weight: 600; text-align: right; text-transform: uppercase; }
.vehicle-body ul { margin: 22px 0; padding: 18px 0; border-block: 1px solid var(--line); list-style: none; }
.vehicle-body li { position: relative; margin: 7px 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.vehicle-body li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.text-link { color: var(--teal-dark); font-size: 13px; font-weight: 900; }
.text-link:hover { color: var(--navy); }

.routes-section { position: relative; background: linear-gradient(135deg, #075985 0%, #087caa 48%, #0f9d91 100%); color: #fff; overflow: hidden; }
.routes-section::before { content: ""; position: absolute; width: 540px; height: 540px; left: -260px; top: -310px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.section-heading.light { position: relative; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.section-heading.light p { color: #bcd1db; }
.routes-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: 16px; }
.route-card { position: relative; min-height: 0; border-radius: 20px; overflow: hidden; background: #123; }
.route-card.large { grid-row: span 2; }
.route-image-link { position: absolute; inset: 0; }
.route-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.route-card:hover img { transform: scale(1.055); }
.route-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(1,25,39,.88)); pointer-events: none; }
.route-card > div { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 19px; }
.route-card span { color: #d7e7ec; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.route-card h3 { margin: 2px 0 3px; color: #fff; font-size: 20px; }
.route-card a { color: #ffd475; font-size: 11px; font-weight: 800; }
.route-card h3 a { color: #fff; font-size: inherit; }
.route-card:last-child { grid-column: span 2; }
.more-routes { position: relative; margin-top: 26px; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #c9dce4; background: rgba(255,255,255,.045); font-size: 13px; }
.more-routes a { flex: 0 0 auto; color: #fff; font-weight: 900; }

.why-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 82px; align-items: center; }
.why-media { position: relative; min-height: 590px; }
.why-media::before { content: ""; position: absolute; inset: 36px -24px -24px 36px; border-radius: 26px; background: #e4f4f2; }
.why-media > img { position: relative; width: 100%; height: 590px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.media-note { position: absolute; right: -38px; bottom: 48px; min-width: 190px; display: grid; padding: 20px; border-radius: 17px; background: var(--sun); box-shadow: 0 16px 35px rgba(49,48,29,.2); }
.media-note strong { color: var(--navy); font-size: 30px; line-height: 1.1; }
.media-note span { color: #314855; font-size: 11px; font-weight: 800; }
.why-copy h2 { margin-bottom: 20px; }
.why-copy > p { color: var(--muted); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 22px; margin-top: 32px; }
.benefits > div { display: flex; gap: 13px; }
.benefits > div > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: var(--teal-dark); background: #e9f6f5; font-size: 19px; font-weight: 900; }
.benefits h3 { margin: 0 0 4px; color: var(--navy); font-size: 15px; }
.benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.2fr; gap: 88px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 120px; }
.accordion { border-top: 1px solid #cddde2; }
.accordion details { border-bottom: 1px solid #cddde2; }
.accordion summary { position: relative; padding: 23px 48px 23px 0; color: var(--navy); cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 5px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #e0edee; color: var(--teal-dark); font-size: 21px; line-height: 1; transition: transform .2s ease; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { margin: -5px 50px 22px 0; color: var(--muted); font-size: 14px; }

.contact-cta { position: relative; padding-block: 70px; overflow: hidden; color: #fff; background: linear-gradient(125deg, #0eaa98, #0b8fc3 62%, #0871a4); }
.contact-cta::after { content: ""; position: absolute; right: -100px; top: -160px; width: 430px; height: 430px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; }
.cta-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.light-kicker { color: #b7fff6; }
.contact-cta h2 { max-width: 690px; color: #fff; }
.contact-cta p { max-width: 650px; margin: 14px 0 0; color: #d9f0f2; }
.cta-actions { max-width: 330px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cta-actions .button-white { grid-column: span 2; }

.location-section { padding-block: 64px; background: #eef8f8; }
.location-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.5fr); gap: 34px; align-items: stretch; }
.location-copy { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(4,79,112,.1); }
.location-copy h2 { margin: 10px 0 14px; color: var(--navy); font-size: 32px; }
.location-copy address { margin-bottom: 22px; color: #456473; font-style: normal; line-height: 1.7; }
.location-map { min-height: 390px; overflow: hidden; border: 6px solid #fff; border-radius: 24px; background: #dcebef; box-shadow: 0 18px 48px rgba(4,79,112,.12); }
.location-map iframe { display: block; width: 100%; height: 100%; min-height: 378px; border: 0; }
.site-footer { padding-top: 60px; background: #f8fbfb; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr .9fr .9fr; gap: 50px; padding-bottom: 48px; }
.footer-brand img { width: 240px; height: auto; }
.footer-brand p { max-width: 310px; color: var(--muted); font-size: 13px; }
.site-footer h2 { margin: 5px 0 17px; color: var(--navy); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.site-footer ul { margin: 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.site-footer li { margin: 7px 0; }
.site-footer a:hover { color: var(--teal-dark); }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-social a, .footer-social button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); cursor: pointer; font-size: 11px; font-weight: 800; }
.footer-bottom { padding-block: 18px 28px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #78909c; font-size: 11px; }

.mobile-dock { display: none; }
.dnw_toolbar { position: fixed; z-index: 180; right: 14px; top: 50%; display: grid; gap: 9px; transform: translateY(-50%); }
.toolbar-item { position: relative; height: 48px; display: flex; justify-content: flex-end; align-items: center; color: #fff; }
.toolbar-icon { position: relative; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; box-shadow: 0 7px 20px rgba(3,40,65,.22); font-size: 15px; font-weight: 900; }
.toolbar-icon img { width: 25px; height: 25px; object-fit: contain; }
.toolbar-label { position: absolute; right: 22px; height: 38px; min-width: 118px; padding: 8px 34px 8px 13px; display: flex; align-items: center; justify-content: flex-start; border-radius: 999px 0 0 999px; background: var(--navy-dark); box-shadow: 0 6px 18px rgba(3,40,65,.18); opacity: 0; transform: translateX(18px); pointer-events: none; white-space: nowrap; font-size: 11px; font-weight: 800; transition: opacity .2s ease, transform .2s ease; }
.toolbar-item:hover .toolbar-label, .toolbar-item:focus-visible .toolbar-label { opacity: 1; transform: none; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 500; transform: translate(-50%, 120px); padding: 11px 18px; border-radius: 999px; background: var(--navy-dark); color: #fff; box-shadow: var(--shadow); opacity: 0; font-size: 13px; font-weight: 700; transition: transform .25s ease, opacity .25s ease; pointer-events: none; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

dialog { border: 0; }
dialog::backdrop { background: rgba(1,24,38,.72); backdrop-filter: blur(5px); }
.contact-dialog { width: min(calc(100% - 32px), 650px); max-height: min(88vh, 760px); padding: 34px; border-radius: 24px; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.3); overflow-y: auto; }
.contact-dialog h2 { margin: 7px 38px 9px 0; color: var(--navy); font-size: 28px; line-height: 1.2; }
.contact-dialog > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.dialog-close { position: absolute; right: 16px; top: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #edf3f4; color: var(--navy); cursor: pointer; font-size: 24px; line-height: 1; }
.app-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.app-list a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 12px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; }
.app-list a:hover { background: #f3f8f8; }
.app-list a > span:nth-child(2) { display: grid; }
.app-list small { color: var(--muted); }
.app-list i { color: var(--teal-dark); font-style: normal; }
.app-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; font-weight: 900; }
.app-mark img { width: 24px; height: 24px; object-fit: contain; }
.line-mark { background: #17ca4b; color: #fff; }
.call-mark { background: var(--navy); color: #fff; }
.zalo-mark { background: #087bc1; color: #fff; }
.whatsapp-mark { background: #20b967; color: #fff; }
.kakao-mark { background: #fee500; color: #241d1d; }
.wechat-mark { background: #1dcc64; color: #fff; }
.copy-button { width: 100%; margin-top: 12px; padding: 12px; border: 0; border-radius: 12px; background: var(--navy); color: #fff; cursor: pointer; font-weight: 800; }

.gallery-dialog { width: min(calc(100% - 34px), 1020px); max-height: 90vh; padding: 12px; border-radius: 22px; overflow: hidden; background: #061e2c; color: #fff; }
.gallery-close { z-index: 3; color: #fff; background: rgba(255,255,255,.16); }
.gallery-stage { position: relative; height: min(68vh, 680px); min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; }
.gallery-stage img { width: 100%; height: 100%; min-width: 0; min-height: 0; max-width: 100%; max-height: 100%; object-fit: contain; }
.gallery-stage button { position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(1,24,38,.56); color: #fff; cursor: pointer; font-size: 34px; line-height: 1; }
.gallery-prev { left: 10px; }
.gallery-next { right: 10px; }
.gallery-counter { margin: 5px 0 8px; text-align: center; font-size: 11px; }
.gallery-thumbs { display: flex; justify-content: center; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumbs button { width: 62px; height: 48px; flex: 0 0 auto; padding: 0; border: 2px solid transparent; border-radius: 8px; overflow: hidden; background: #203b49; cursor: pointer; opacity: .62; }
.gallery-thumbs button.active { border-color: var(--sun); opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

/* Route detail pages */
.route-page { background: #f7faf9; }
.route-hero { position: relative; min-height: 470px; display: flex; align-items: end; overflow: hidden; background: var(--navy-dark); }
.route-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.route-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,32,50,.94), rgba(2,32,50,.18) 80%); }
.route-hero .container { position: relative; z-index: 2; padding-block: 95px 55px; color: #fff; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; color: #d0e3e9; font-size: 12px; font-weight: 700; }
.breadcrumbs a:hover { color: #fff; }
.route-hero h1 { max-width: 850px; margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.06; letter-spacing: -.04em; }
.route-hero p { max-width: 760px; margin: 15px 0 0; color: #e3eef1; font-size: 17px; }
.route-facts { position: relative; z-index: 3; margin-top: -25px; }
.route-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 18px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.route-facts-grid > div { padding: 22px 24px; display: grid; border-right: 1px solid var(--line); }
.route-facts-grid > div:last-child { border-right: 0; }
.route-facts-grid small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-facts-grid strong { margin-top: 2px; color: var(--navy); font-size: 17px; }
.route-content { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 60px; align-items: start; }
.route-article { min-width: 0; padding: 0 0 12px; }
.route-article h2 { margin: 48px 0 12px; color: var(--navy); font-size: clamp(27px, 3.2vw, 40px); line-height: 1.2; letter-spacing: -.025em; }
.route-article h2:first-child { margin-top: 0; }
.route-article h3 { margin: 28px 0 8px; color: var(--navy); font-size: 20px; }
.route-article p { color: #536c79; }
.route-article > img { width: 100%; max-height: 440px; margin-block: 28px; border-radius: 22px; object-fit: cover; box-shadow: 0 14px 36px rgba(4,42,65,.1); }
.route-article ul { padding-left: 21px; color: #536c79; }
.route-article li { margin: 8px 0; }
.route-quote { margin-top: 35px; padding: 28px; border-left: 5px solid var(--sun); border-radius: 0 18px 18px 0; background: #e9f5f4; color: var(--navy); font-size: 18px; font-weight: 750; }
.fare-box { margin-top: 40px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.route-fare-feature { margin-top: 0; border: 2px solid #43c9b9; background: linear-gradient(145deg, #ffffff, #effcf8); box-shadow: 0 18px 50px rgba(8,124,122,.14); }
.route-fare-feature .kicker { color: #087d76; }
.route-fare-feature .pricing-table th { background: #d9f6f1; }
.surcharge-box { margin-top: 18px; padding: 17px 19px; border-radius: 15px; background: #fff6d9; color: var(--navy); }
.surcharge-box strong { display: block; margin-bottom: 8px; color: #a64b09; font-size: 16px; }
.surcharge-box ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; list-style: none; }
.surcharge-box li { margin: 0; color: #6d531e; font-size: 12px; font-weight: 700; }
.fare-note { padding: 11px 14px; border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; background: #eef9f7; font-weight: 700; }
.fare-box h2 { margin-top: 0; }
.fare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.fare-card { padding: 18px; border-radius: 15px; background: #f2f7f7; }
.fare-card strong { display: block; color: var(--navy); font-size: 18px; }
.fare-card span { color: var(--muted); font-size: 12px; }
.fare-card a { display: inline-block; margin-top: 13px; color: var(--teal-dark); font-size: 12px; font-weight: 900; }
.route-sidebar { position: sticky; top: 105px; display: grid; gap: 18px; }
.side-book, .side-related { padding: 25px; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(4,42,65,.07); }
.side-book { color: #fff; background: linear-gradient(145deg, var(--navy), var(--teal-dark)); }
.side-book .kicker { color: #9ff3ec; }
.side-book h2 { margin: 7px 0 9px; font-size: 25px; line-height: 1.2; }
.side-book p { margin: 0 0 17px; color: #d7e9ec; font-size: 13px; }
.side-book-actions { display: grid; gap: 8px; }
.side-book-actions a { padding: 11px 15px; border-radius: 999px; background: #fff; color: var(--navy); text-align: center; font-size: 13px; font-weight: 900; }
.side-book-actions a:nth-child(2) { background: #22bf69; color: #fff; }
.side-book-actions a:nth-child(3) { background: #0b86cf; color: #fff; }
.side-related h2 { margin: 0 0 14px; color: var(--navy); font-size: 17px; }
.side-related nav { display: grid; }
.side-related a { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; }
.side-related a:last-child { border-bottom: 0; }
.side-related a:hover { color: var(--teal-dark); }
.route-bottom-cta { margin-top: 45px; padding: 34px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 22px; background: var(--navy-dark); color: #fff; }
.route-bottom-cta h2 { margin: 0 0 5px; color: #fff; font-size: 26px; }
.route-bottom-cta p { margin: 0; color: #bed2db; font-size: 13px; }
.route-bottom-cta .button { flex: 0 0 auto; }

/* Vehicle detail pages */
.vehicle-detail-hero { position: relative; padding-block: 42px 70px; overflow: hidden; background: linear-gradient(150deg, #e5f8fb 0%, #f7fffc 55%, #fff4cf 100%); }
.vehicle-detail-hero::before { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -210px; border-radius: 50%; background: rgba(20,184,166,.13); }
.vehicle-breadcrumbs { color: #527284; }
.vehicle-breadcrumbs a:hover { color: var(--teal-dark); }
.vehicle-detail-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 64px; align-items: center; }
.vehicle-copy h1 { margin: 8px 0 17px; color: var(--navy); font-size: clamp(42px, 5.4vw, 68px); line-height: 1.03; letter-spacing: -.045em; }
.vehicle-copy > p { margin: 0 0 25px; color: #4d6c7b; font-size: 17px; }
.vehicle-meta { margin-bottom: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vehicle-meta > span { padding: 14px 16px; border: 1px solid rgba(8,124,170,.14); border-radius: 14px; background: rgba(255,255,255,.72); }
.vehicle-meta small, .vehicle-meta strong { display: block; }
.vehicle-meta small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vehicle-meta strong { color: var(--navy); font-size: 14px; }
.vehicle-showcase { min-width: 0; }
.vehicle-showcase-main { position: relative; width: 100%; height: min(61vh, 600px); padding: 0; border: 8px solid #fff; border-radius: 28px; background: #dcebef; box-shadow: 0 26px 70px rgba(4,79,112,.2); overflow: hidden; cursor: zoom-in; }
.vehicle-showcase-main img { width: 100%; height: 100%; object-fit: contain; background: #eef6f7; }
.vehicle-showcase-main > span { position: absolute; right: 15px; bottom: 15px; padding: 8px 13px; border-radius: 999px; background: rgba(3,40,65,.82); color: #fff; font-size: 11px; font-weight: 800; }
.vehicle-thumbnails { margin-top: 12px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.vehicle-thumbnails button { width: 68px; height: 62px; flex: 0 0 auto; padding: 0; border: 2px solid transparent; border-radius: 10px; background: #fff; overflow: hidden; cursor: pointer; opacity: .68; }
.vehicle-thumbnails button.active { border-color: var(--teal); opacity: 1; }
.vehicle-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-detail-section { background: #fbfefd; }
.vehicle-model-box { margin: 28px 0 8px; padding: 20px 22px; border: 1px solid #cfe9e8; border-radius: 17px; background: #effcf9; }
.vehicle-model-box strong { color: var(--navy); }
.vehicle-model-box p { margin: 5px 0 0; }
.vehicle-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; padding: 0 !important; list-style: none; }
.vehicle-feature-list li { margin: 0; padding: 14px 15px 14px 42px; border-radius: 13px; background: #f0f8fb; }
.vehicle-feature-list li::before { content: "✓"; position: absolute; margin-left: -27px; color: var(--teal-dark); font-weight: 900; }
.table-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
.pricing-table { width: 100%; min-width: 560px; border-collapse: collapse; background: #fff; }
.pricing-table th, .pricing-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.pricing-table th { background: #e9f7f8; color: var(--navy); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.pricing-table td { color: #4a6776; font-size: 13px; }
.pricing-table td:last-child { color: var(--navy); font-weight: 800; }
.pricing-table tr:last-child td { border-bottom: 0; }
.price-guide { margin-top: 48px; padding: 30px; border: 1px solid #bfe4df; border-radius: 24px; background: linear-gradient(155deg, #fff, #effcf9); box-shadow: 0 16px 45px rgba(8,124,122,.08); }
.price-guide h2 { margin-top: 6px; }
.service-note { margin-block: 20px; padding: 17px 19px; border-left: 4px solid var(--sun); border-radius: 0 13px 13px 0; background: #fff8de; }
.service-note strong { color: var(--navy); }
.service-note p { margin: 4px 0 0; font-size: 13px; }
.side-book-actions button { width: 100%; padding: 11px 15px; border: 0; border-radius: 999px; background: #fff; color: var(--navy); cursor: pointer; text-align: center; font-size: 13px; font-weight: 900; }
.side-related a[aria-current="page"] { color: var(--teal-dark); font-weight: 900; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .main-nav { gap: 15px; font-size: 13px; }
  .brand img { width: 218px; }
  .hero-grid { gap: 36px; grid-template-columns: 1fr 380px; }
  .hero h1 { font-size: 55px; }
  .why-grid { gap: 52px; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; justify-content: flex-start; gap: 10px; }
  .brand img { width: 214px; }
  .brand { margin-right: auto; }
  .mobile-lang-toggle { display: inline-flex; align-items: center; min-height: 40px; margin: 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 14px 20px 22px; display: grid; gap: 3px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 20px 30px rgba(4,42,65,.12); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 10px 4px; }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 5px; }
  .nav-lang-toggle { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-block: 70px; }
  .hero-copy { max-width: 720px; }
  .quick-card { max-width: 610px; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 10px; }
  .proof-grid > div { padding: 14px 20px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .steps { padding-block: 52px 48px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .fleet-grid { grid-template-columns: 1fr 1fr; }
  .routes-grid { grid-template-columns: 1fr 1fr; }
  .route-card.large { grid-row: span 1; }
  .route-card:last-child { grid-column: 1 / -1; }
  .why-grid { grid-template-columns: 1fr; }
  .why-media { width: min(100%, 660px); }
  .why-media > img { height: 530px; }
  .why-copy { max-width: 720px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid .section-heading { position: static; margin-bottom: 0; }
  .cta-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .route-content { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .route-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .vehicle-detail-grid { grid-template-columns: 1fr; gap: 36px; }
  .vehicle-copy { max-width: 720px; }
}

@media (max-width: 640px) {
  :root { --radius: 19px; }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { gap: 6px; }
  .brand img { width: min(42vw, 174px); }
  .mobile-lang-toggle { padding: 7px 9px; font-size: 12px; white-space: nowrap; }
  .hero { background-position: 55% center; }
  .hero-slide img { object-position: 55% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,34,54,.92), rgba(2,34,54,.7)), linear-gradient(0deg, rgba(1,32,50,.35), transparent); }
  .hero-grid { padding-block: 55px 46px; gap: 30px; }
  .hero h1 { font-size: clamp(39px, 12.5vw, 54px); }
  .eyebrow { margin-bottom: 15px; font-size: 11px; }
  .hero-copy > p { margin-block: 18px 24px; font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .trust-row { margin-top: 22px; gap: 9px 14px; font-size: 11px; }
  .hero-credit { display: none; }
  .quick-card { padding: 22px 18px; border-radius: 21px; }
  .quick-card h2 { font-size: 23px; }
  .online-pill { padding: 5px 7px; }
  .contact-choice { padding: 10px 8px; }
  .choice-icon { width: 34px; height: 34px; }
  .proof-grid strong { font-size: 17px; }
  .proof-grid span { font-size: 10px; }
  .proof-grid > div { padding: 12px 10px; }
  .section { padding-block: 74px; }
  .steps { padding-block: 30px; }
  .steps .section-heading { margin-bottom: 16px; }
  .steps .section-heading h2 { margin-top: 4px; font-size: 28px; line-height: 1.12; }
  .steps .section-heading p { margin-top: 5px; font-size: 13px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .why-copy h2, .contact-cta h2 { font-size: 34px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 14px; }
  .section-heading.split p { margin: 0; }
  .steps-grid, .fleet-grid { grid-template-columns: 1fr; }
  .steps-grid { gap: 9px; }
  .step-card { min-height: 0; padding: 12px 38px 12px 58px; border-radius: 15px; }
  .step-icon { position: absolute; left: 13px; top: 15px; width: 36px; height: 36px; margin: 0; border-radius: 11px; font-size: 17px; }
  .step-num { right: 11px; top: 9px; font-size: 27px; }
  .step-card h3 { margin-bottom: 2px; font-size: 15px; }
  .step-card p { font-size: 11.5px; line-height: 1.38; }
  .fleet-section { padding-top: 56px; }
  .vehicle-image { height: 265px; }
  .routes-grid { grid-template-columns: 1fr; grid-auto-rows: 255px; }
  .route-card:last-child { grid-column: auto; }
  .more-routes { align-items: flex-start; flex-direction: column; }
  .why-media { min-height: 430px; }
  .why-media::before { inset: 22px -10px -14px 24px; }
  .why-media > img { height: 430px; }
  .media-note { right: -5px; bottom: 24px; min-width: 160px; padding: 15px; }
  .benefits { grid-template-columns: 1fr; gap: 18px; }
  .faq-grid { gap: 34px; }
  .accordion summary { font-size: 15px; }
  .contact-cta { padding-block: 56px; }
  .cta-actions { max-width: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-brand p { max-width: none; }
  .footer-bottom { padding-bottom: 22px; flex-direction: column; gap: 4px; }
  .mobile-dock { position: fixed; z-index: 200; left: 8px; right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); height: 60px; padding: 4px 7px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(219,232,237,.95); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 12px 40px rgba(3,40,65,.22); backdrop-filter: blur(14px); }
  .dnw_toolbar { display: none; }
  .mobile-dock a, .mobile-dock button { display: grid; place-items: center; align-content: center; gap: 0; border: 0; border-right: 1px solid var(--line); background: none; color: var(--navy); cursor: pointer; }
  .mobile-dock > :last-child { border-right: 0; }
  .mobile-dock span { font-weight: 900; line-height: 1.1; }
  .mobile-dock a > span { width: 22px; height: 22px; display: grid; place-items: center; }
  .mobile-dock a > span img { width: 18px; height: 18px; object-fit: contain; }
  .mobile-dock [data-contact="call"] > span { background: var(--navy); border-radius: 50%; }
  .mobile-dock [data-contact="zalo"] > span { background: #087bc1; border-radius: 50%; }
  .mobile-dock [data-contact="whatsapp"] > span { background: #20b967; border-radius: 50%; }
  .mobile-dock small { font-size: 9px; font-weight: 700; }
  .toast { bottom: 82px; width: max-content; max-width: calc(100% - 32px); text-align: center; }
  .contact-dialog { padding: 28px 20px 20px; }
  .contact-dialog h2 { font-size: 24px; }
  .contact-dialog .app-list { grid-template-columns: 1fr; }
  .gallery-dialog { width: calc(100% - 16px); padding: 8px; }
  .gallery-stage { height: 66vh; }
  .gallery-thumbs { justify-content: flex-start; }
  .route-hero { min-height: 400px; }
  .route-hero .container { padding-block: 75px 38px; }
  .route-hero h1 { font-size: 39px; }
  .route-hero p { font-size: 14px; }
  .route-facts { margin-top: 0; }
  .route-facts .container { width: 100%; }
  .route-facts-grid { grid-template-columns: 1fr 1fr; border-radius: 0; box-shadow: none; }
  .route-facts-grid > div { padding: 16px 18px; border-bottom: 1px solid var(--line); }
  .route-facts-grid > div:nth-child(2) { border-right: 0; }
  .route-content { gap: 38px; }
  .fare-grid { grid-template-columns: 1fr; }
  .surcharge-box ul { grid-template-columns: 1fr; }
  .route-sidebar { grid-template-columns: 1fr; }
  .route-bottom-cta { align-items: stretch; flex-direction: column; }
  .route-bottom-cta .button { width: 100%; }
  .vehicle-detail-hero { padding-block: 22px 48px; }
  .vehicle-detail-grid { gap: 28px; }
  .vehicle-copy h1 { font-size: 40px; }
  .vehicle-copy > p { font-size: 15px; }
  .vehicle-meta { grid-template-columns: 1fr; }
  .vehicle-showcase-main { height: 62vh; min-height: 430px; border-width: 5px; border-radius: 20px; }
  .vehicle-feature-list { grid-template-columns: 1fr; }
  .price-guide { padding: 22px 17px; }
  .location-section { padding-block: 48px; }
  .location-copy { padding: 24px 20px; }
  .location-copy h2 { font-size: 28px; }
  .location-map, .location-map iframe { min-height: 320px; }
}
