@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --navy-950: #061831;
  --navy-900: #09295b;
  --navy-800: #0d376f;
  --navy-700: #174b88;
  --gold: #d5a32a;
  --gold-light: #f3cd6d;
  --ink: #13213a;
  --slate: #53647b;
  --muted: #eff4f8;
  --tint: #f6f9fc;
  --line: #dce5ef;
  --white: #fff;
  --shadow: 0 18px 45px rgba(7, 31, 70, .13);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, Arial, sans-serif; font-size: 15px; line-height: 1.7; }
body, button, input, select, textarea { font-family: Manrope, Arial, sans-serif; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.2; }
h1 { font-size: clamp(2.3rem, 4vw, 4.4rem); letter-spacing: -.055em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.045em; }
h3 { font-size: 1.1rem; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topline { color: #dfe9f9; background: var(--navy-950); font-size: .78rem; }
.topline__inner { min-height: 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topline a { color: var(--gold-light); font-weight: 800; }
.site-header { background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(220,229,239,.7); backdrop-filter: blur(12px); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 224px; display: flex; align-items: center; min-width: 0; }
.brand img { width: 224px; height: 65px; object-fit: contain; object-position: left center; }
.brand__fallback { display: none; color: var(--navy-900); font-weight: 800; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 25px; font-weight: 700; font-size: .88rem; }
.desktop-nav a { position: relative; padding: 10px 0; color: #334a6c; transition: color .2s ease; }
.desktop-nav a::after { width: 0; height: 2px; position: absolute; left: 0; bottom: 3px; content: ''; background: var(--gold); transition: width .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--navy-900); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { width: 100%; }
.header-call { display: inline-flex; justify-content: center; align-items: center; white-space: nowrap; min-height: 42px; padding: 0 17px; color: var(--white); background: var(--navy-900); border-radius: 9px; font-size: .82rem; font-weight: 800; }
.header-call:hover { background: var(--navy-800); }
.menu-toggle { display: none; color: var(--navy-900); border: 0; background: transparent; align-items: center; gap: 4px; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 3px; background: currentColor; }
.menu-toggle b { margin-left: 5px; }
.eyebrow { margin-bottom: 12px; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: .83rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 17px rgba(7,31,70,.16); }
.button--gold { color: var(--navy-950); background: var(--gold); }
.button--gold:hover { background: #e8b83d; }
.button--navy { color: var(--white); background: var(--navy-900); }
.button--zalo { color: #fff; background: #056fe8; }
.button--facebook { color: #fff; background: #1877f2; }
.button--outline { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.button--outline-dark { color: var(--navy-900); border-color: #a8bbd2; background: transparent; }
.button--full { width: 100%; }
.text-link { color: var(--navy-900); font-weight: 800; font-size: .86rem; }
.text-link:hover { color: var(--gold); }

.site-cover { position: relative; overflow: hidden; color: #fff; background: #071b36 url('/assets/anh-bia-minh-loc.png') center / cover no-repeat; }
body[data-page="home"] main { display: flex; flex-direction: column; }
body[data-page="home"] main > .site-cover { order: 0; }
body[data-page="home"] main > .price-section { order: 1; padding-top: 58px; padding-bottom: 68px; }
body[data-page="home"] main > :not(.site-cover):not(.price-section) { order: 2; }
.site-cover::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(3,18,40,.12) 0%, rgba(3,18,40,.03) 54%, rgba(3,18,40,.12) 100%); }
.site-cover__inner { position: relative; z-index: 1; min-height: 365px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 45px; padding-bottom: 45px; }
.site-cover h1 { max-width: 690px; margin-bottom: 15px; color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(2rem, 3.45vw, 3.8rem); font-weight: 600; letter-spacing: -.04em; }
.site-cover h1 em { display: block; color: var(--gold-light); font-style: italic; }
.site-cover__intro { max-width: 565px; margin-bottom: 22px; color: #dbe7f8; font-size: .95rem; line-height: 1.7; }
.site-cover__contacts { max-width: 530px; display: flex; flex-wrap: wrap; gap: 11px 35px; margin: 0 0 25px; }
.site-cover__contacts a, .site-cover__contacts address { display: flex; flex-direction: column; padding-left: 14px; color: #fff; border-left: 2px solid var(--gold); font-size: .82rem; font-style: normal; font-weight: 800; line-height: 1.5; }
.site-cover__contacts address { max-width: 365px; color: #e4edf8; font-weight: 600; }
.site-cover__contacts span { color: var(--gold-light); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero { position: relative; overflow: hidden; color: #eef5ff; background: linear-gradient(110deg, #061831 0%, #09295b 58%, rgba(9,41,91,.75) 100%); }
.hero::before { position: absolute; z-index: 0; top: 0; right: 0; width: 51%; height: 100%; content: ''; opacity: .5; background: linear-gradient(90deg, var(--navy-900) 0%, rgba(9,41,91,.1) 55%), url('/assets/xe-minh-loc.png') center bottom / cover no-repeat; mix-blend-mode: screen; }
.hero::after { position: absolute; right: 5%; bottom: -140px; width: 490px; height: 490px; content: ''; opacity: .13; border: 1px solid var(--gold); border-radius: 50%; }
.hero__grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: minmax(390px, 490px) 1fr; align-items: center; gap: clamp(50px, 8vw, 130px); padding: 66px 0; }
.hero__copy { max-width: 600px; padding: 35px 0 35px 15px; }
.hero__copy h1, .hero__copy h2 { max-width: 620px; margin-bottom: 22px; color: var(--white); font-family: 'Playfair Display', Georgia, serif; font-weight: 600; letter-spacing: -.04em; }
.hero__copy h1 em, .hero__copy h2 em { display: block; color: var(--gold-light); font-style: italic; }
.hero__copy > p:not(.eyebrow) { max-width: 530px; margin-bottom: 30px; color: #dbe7f8; font-size: 1rem; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 30px; color: #e9f2ff; font-size: .77rem; font-weight: 700; }
.booking-card { padding: 25px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.booking-card__heading { padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.booking-card__heading .eyebrow { margin-bottom: 4px; font-size: .65rem; }
.booking-card__heading h2 { margin-bottom: 4px; font-size: 1.55rem; }
.booking-card__heading p { margin: 0; color: var(--slate); font-size: .78rem; line-height: 1.45; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; padding: 19px 0; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field--full { grid-column: 1 / -1; }
.field > span { color: var(--navy-900); font-size: .7rem; font-weight: 800; }
.field i { color: #cc3e38; font-style: normal; }
.field input, .field select, .field textarea { width: 100%; min-height: 43px; padding: 9px 11px; color: var(--ink); background: #fff; border: 1px solid #cbd8e6; border-radius: 7px; outline: none; font-size: .81rem; transition: border .2s ease, box-shadow .2s ease; }
.field gmp-place-autocomplete { display: block; min-height: 43px; }
.field textarea { resize: vertical; min-height: 74px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(213,163,42,.16); }
.conditional-fields { display: contents; }
.conditional-fields[hidden], .field[hidden] { display: none; }
.switch-field { min-height: 43px; display: flex; align-items: center; gap: 9px; margin-top: 17px; color: var(--navy-900); font-size: .74rem; cursor: pointer; }
.switch-field input { position: absolute; opacity: 0; }
.switch-ui { position: relative; width: 37px; height: 21px; display: inline-block; background: #bac7d4; border-radius: 99px; transition: background .2s ease; }
.switch-ui::after { position: absolute; top: 3px; left: 3px; width: 15px; height: 15px; content: ''; background: #fff; border-radius: 50%; transition: transform .2s ease; }
.switch-field input:checked + .switch-ui { background: var(--navy-900); }
.switch-field input:checked + .switch-ui::after { transform: translateX(16px); }
.form-footnote { margin: 12px 0 0; color: #617086; font-size: .68rem; line-height: 1.5; text-align: center; }
.form-message { min-height: 22px; margin: 7px 0 0; color: #13774a; font-size: .75rem; font-weight: 700; text-align: center; }
.form-message.is-error { color: #b02c2c; }

.section { padding: 96px 0; }
.section--muted { background: var(--muted); }
.section--tint { background: #fbf5e8; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 37px; }
.section-heading h2 { max-width: 690px; margin: 0; }
.section-heading--center { justify-content: center; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.service-card { min-height: 270px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 13px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; color: var(--gold); background: var(--navy-900); border-radius: 9px; font-weight: 800; font-size: 1.35rem; }
.service-card h3 { margin-bottom: 8px; font-size: 1.18rem; }
.service-card p { color: var(--slate); font-size: .84rem; }
.service-card a { color: var(--navy-900); font-size: .76rem; font-weight: 800; }
.service-card a span { color: var(--gold); margin-left: 3px; }
.fleet-section .section-heading > p { max-width: 365px; margin: 0; color: var(--slate); font-size: .8rem; line-height: 1.7; }
.fleet-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fleet-card { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 9px 20px rgba(8,31,63,.08); }
.fleet-card__image { height: 220px; overflow: hidden; background: #eaf0f5; }
.fleet-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.fleet-card--city img { object-position: center 42%; }
.fleet-card--real img { object-position: center 47%; }
.fleet-card:hover .fleet-card__image img { transform: scale(1.055); }
.fleet-card figcaption { position: relative; padding: 16px 19px 18px; border-top: 3px solid var(--gold); }
.fleet-card figcaption::after { position: absolute; top: 0; right: 20px; width: 42px; height: 3px; content: ''; background: var(--navy-900); }
.fleet-card span { display: block; margin-bottom: 5px; color: var(--gold-dark); font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fleet-card h3 { margin: 0; color: var(--navy-900); font-size: 1rem; }
.fleet-card--minibus { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(340px, .85fr) 1.15fr; }
.fleet-card--minibus .fleet-card__image { height: 285px; }
.fleet-card--minibus figcaption { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 35px; }
.fleet-card--minibus h3 { max-width: 470px; font-size: clamp(1.25rem, 2vw, 1.75rem); }
.fleet-card--minibus p { max-width: 520px; margin: 12px 0 0; color: var(--slate); font-size: .85rem; }
.commitment { overflow: hidden; color: var(--white); background: var(--navy-950); }
.commitment__grid { display: grid; grid-template-columns: 47% 1fr; align-items: stretch; }
.commitment__image { min-height: 550px; overflow: hidden; }
.commitment__image img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; filter: saturate(.85) contrast(1.05); }
.commitment__copy { padding: 90px clamp(30px, 6vw, 90px); background: linear-gradient(135deg, #09295b, #05172e); }
.commitment__copy h2 { color: #fff; margin-bottom: 18px; }
.commitment__copy > p:not(.eyebrow) { color: #c8d5e8; }
.commitment-list { margin-top: 32px; }
.commitment-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.16); }
.commitment-list span { color: var(--gold); font-size: .77rem; font-weight: 800; }
.commitment-list p { margin: 0; color: #cdd9eb; font-size: .78rem; line-height: 1.6; }
.commitment-list b { display: block; margin-bottom: 3px; color: #fff; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.route-tile { min-height: 145px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 22px; overflow: hidden; color: #fff; background: var(--navy-900); border-radius: 12px; transition: transform .2s ease, background .2s ease; }
.route-tile:hover { transform: translateY(-4px); background: var(--navy-700); }
.route-tile span { margin-bottom: 5px; color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.route-tile b { font-size: 1rem; }
.route-tile small { margin-top: 7px; color: #d6e0ee; font-size: .68rem; }
.route-tile--feature { background: linear-gradient(145deg, #0f477d, #09295b); }
.seo-intro { padding-top: 62px; padding-bottom: 38px; }
.seo-intro h2 { max-width: 720px; margin: 7px 0 18px; }
.seo-intro__content { max-width: 900px; margin: 0; padding: 20px 23px; color: var(--text); line-height: 1.82; background: #f4f7fb; border-left: 4px solid var(--gold); }
.seo-intro__content a { color: var(--navy-700); font-weight: 800; }
.route-book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.route-book-card { display: block; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #dbe3ec; box-shadow: 0 12px 24px rgba(8, 31, 63, .13); transition: transform .2s ease, box-shadow .2s ease; }
.route-book-card:hover { transform: translateY(-5px); box-shadow: 0 18px 30px rgba(8, 31, 63, .19); }
.route-book-card__image { height: 190px; display: grid; place-items: center; padding: 14px 18px 6px; background: #fff; }
.route-book-card__image img { width: 100%; height: 100%; object-fit: contain; }
.route-book-card__body { padding: 19px 20px 20px; color: #fff; background: var(--navy-900); }
.route-book-card__body span { display: block; margin-bottom: 7px; color: var(--gold-light); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-book-card__body h3 { margin: 0; color: #fff; font-size: 1.05rem; line-height: 1.25; }
.route-book-card__body p { margin: 7px 0 13px; color: #cad8e9; font-size: .72rem; }
.route-book-card__body b { display: block; color: var(--gold-light); font-size: .78rem; }
.route-book-card__body i { display: inline-flex; align-items: center; gap: 12px; margin-top: 15px; padding: 10px 13px; color: var(--navy-900); background: var(--gold); font-size: .7rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.route-book-card__body em { font-size: 1rem; font-style: normal; line-height: .7; }
.price-section .section-heading > p { max-width: 360px; margin: 0; color: var(--slate); font-size: .8rem; line-height: 1.7; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.price-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 8px 22px rgba(8,31,63,.07); }
.price-card header { padding: 20px 22px 15px; color: #fff; background: var(--navy-900); }
.price-card header p { margin: 0 0 5px; color: var(--gold-light); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-card header h3 { margin: 0; color: #fff; font-size: 1.06rem; }
.price-table-wrap { overflow-x: auto; }
.price-card table { width: 100%; min-width: 460px; border-collapse: collapse; }
.price-card th, .price-card td { padding: 11px 14px; border-bottom: 1px solid #e4ebf2; font-size: .72rem; text-align: center; white-space: nowrap; }
.price-card thead th { color: var(--navy-900); background: #f5f8fb; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.price-card th:first-child { text-align: left; }
.price-card tbody th { color: var(--slate); font-weight: 700; }
.price-card tbody tr:last-child th, .price-card tbody tr:last-child td { border-bottom: 0; }
.price-card td a { color: var(--navy-900); font-weight: 900; }
.price-card td a:hover { color: var(--gold-dark); }
.province-return { padding: 92px 0; color: #e3edf9; background: linear-gradient(125deg, #061831, #0e477f); }
.province-return__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 85px; align-items: center; }
.province-return h2 { max-width: 650px; margin-bottom: 17px; color: #fff; }
.province-return__grid > div > p:not(.eyebrow) { max-width: 610px; color: #c8d8eb; }
.province-return__points { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; }
.province-return__points > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 13px; padding: 18px; background: rgba(255,255,255,.05); }
.province-return__points span { grid-row: span 2; color: var(--gold-light); font-size: .76rem; font-weight: 900; }
.province-return__points b { color: #fff; font-size: .89rem; }
.province-return__points p { margin: 3px 0 0; color: #bfd0e5; font-size: .75rem; line-height: 1.6; }
.minibus-feature { display: grid; grid-template-columns: .96fr 1.04fr; gap: 68px; align-items: center; }
.minibus-feature__image { min-height: 385px; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow); }
.minibus-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.minibus-feature__copy h2 { max-width: 560px; margin-bottom: 16px; }
.minibus-feature__copy > p:not(.eyebrow) { color: var(--slate); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; counter-reset: process; }
.process-grid article { position: relative; padding-top: 16px; }
.process-grid article:not(:last-child)::after { position: absolute; top: 32px; right: -30px; width: 50px; height: 1px; content: ''; background: #c9d5e2; }
.process-grid span { color: var(--gold); font-size: .83rem; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin: 10px 0 7px; }
.process-grid p { color: var(--slate); font-size: .82rem; }
.knowledge .section-heading { margin-bottom: 28px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.article-grid article { padding: 27px; background: #fff; border: 1px solid #eadfbf; border-radius: 12px; }
.article-grid span { color: #9a7218; font-size: .64rem; font-weight: 800; letter-spacing: .09em; }
.article-grid h3 { margin: 13px 0 11px; font-size: 1.03rem; }
.article-grid p { min-height: 66px; color: var(--slate); font-size: .78rem; line-height: 1.65; }
.article-grid a { color: var(--navy-900); font-size: .76rem; font-weight: 800; }
.information-section { padding: 74px 0; color: #dce7f7; background: #0c315d; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.info-grid h2 { color: #fff; margin-bottom: 13px; }
.info-grid > div > p:not(.eyebrow) { max-width: 530px; color: #c3d2e7; }
.info-links { display: grid; gap: 12px; }
.info-links a { display: flex; flex-direction: column; padding: 19px 21px; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(255,255,255,.04); }
.info-links a:hover { background: rgba(255,255,255,.1); }
.info-links b { font-size: .9rem; }
.info-links span { margin-top: 3px; color: #cbd8ea; font-size: .73rem; }

.page-hero { padding: 95px 0 80px; color: #fff; background: linear-gradient(122deg, var(--navy-950), var(--navy-900)); }
.page-hero h1 { max-width: 810px; margin-bottom: 16px; color: #fff; font-family: 'Playfair Display', Georgia, serif; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: #d4e0f1; }
.page-hero--compact { padding: 75px 0 63px; }
.page-hero--routes { position: relative; overflow: hidden; }
.page-hero--routes::after { position: absolute; top: -200px; right: 8%; width: 440px; height: 440px; content: ''; border: 1px solid rgba(213,163,42,.4); border-radius: 50%; }
.page-hero--routes .shell { position: relative; z-index: 1; }
.detailed-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.detailed-service-grid > article { padding: 33px; border: 1px solid var(--line); border-radius: 14px; }
.detailed-service-grid h2 { font-size: 1.38rem; }
.detailed-service-grid p { min-height: 112px; color: var(--slate); font-size: .83rem; }
.detailed-service-grid .service-card--minibus { border-color: rgba(213,163,42,.65); background: linear-gradient(135deg, #fffdf8, #f7fbff); }
.check-list { padding: 0; margin: 22px 0; list-style: none; }
.check-list li { position: relative; padding: 0 0 8px 23px; color: var(--slate); font-size: .79rem; }
.check-list li::before { position: absolute; left: 0; content: '✓'; color: var(--gold); font-weight: 800; }
.two-column { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.two-column p { color: var(--slate); }
.information-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 30px rgba(14,44,84,.06); }
.information-card h3 { margin-bottom: 8px; }
.information-card p { color: var(--slate); font-size: .82rem; }
.route-directory { display: grid; gap: 50px; }
.route-intro .section-heading > p { max-width: 370px; margin: 0; color: var(--slate); font-size: .82rem; }
.route-group { display: grid; grid-template-columns: .78fr 2fr; gap: 55px; padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.route-group:last-child { padding-bottom: 0; border-bottom: 0; }
.route-group h2 { margin: 0; font-size: 1.7rem; }
.route-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.route-list a { min-height: 91px; display: flex; flex-direction: column; justify-content: center; padding: 17px; border: 1px solid var(--line); border-radius: 9px; transition: border .2s ease, box-shadow .2s ease; }
.route-list a:hover { border-color: var(--gold); box-shadow: 0 9px 22px rgba(7,31,70,.1); }
.route-list b { color: var(--navy-900); font-size: .86rem; }
.route-list span { margin-top: 3px; color: var(--slate); font-size: .68rem; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vehicle-grid > article { min-height: 295px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.vehicle-grid__number { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 21px; color: var(--gold); background: var(--navy-900); border-radius: 10px; font-size: 1.1rem; font-weight: 800; }
.vehicle-grid h3 { margin-bottom: 8px; font-size: 1.15rem; }
.vehicle-grid p { color: var(--slate); font-size: .8rem; }
.vehicle-grid .check-list { margin: 18px 0 0; }
.vehicle-grid__callout { color: #fff; background: linear-gradient(135deg, #09295b, #154b85) !important; border: 0 !important; }
.vehicle-grid__callout h3 { color: #fff; }
.vehicle-grid__callout p:not(.eyebrow) { color: #d5e2f2; }
.vehicle-grid__callout .button { margin-top: 10px; }
.booking-explainer { padding-top: 90px; padding-bottom: 90px; }
.booking-explainer h2, .route-detail-grid h2 { margin-bottom: 17px; }
.booking-explainer p, .route-detail-grid p { color: var(--slate); }
.number-list { padding: 0; margin: 19px 0; list-style: none; counter-reset: number-list; }
.number-list li { position: relative; min-height: 32px; padding: 4px 0 13px 42px; color: var(--slate); font-size: .8rem; line-height: 1.6; }
.number-list li::before { position: absolute; top: 0; left: 0; width: 27px; height: 27px; display: grid; place-items: center; content: counter(number-list, decimal-leading-zero); counter-increment: number-list; color: var(--gold); background: var(--navy-900); border-radius: 50%; font-size: .58rem; font-weight: 800; }
.faq-list { display: grid; gap: 10px; max-width: 950px; }
.faq-list details { overflow: hidden; background: #fff; border: 1px solid #eadfbf; border-radius: 9px; }
.faq-list summary { position: relative; padding: 18px 52px 18px 21px; color: var(--navy-900); cursor: pointer; font-size: .83rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 16px; right: 21px; content: '+'; color: var(--gold); font-size: 1.3rem; font-weight: 500; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 830px; margin: 0; padding: 0 21px 18px; color: var(--slate); font-size: .8rem; }
.cta-band { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta-band h2 { max-width: 650px; margin: 0; font-size: 1.75rem; }
.booking-page { padding: 72px 0 90px; background: linear-gradient(180deg, #eef4fa 0%, #fff 100%); }
.booking-page__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.booking-page__copy h1 { margin-bottom: 18px; font-family: 'Playfair Display', Georgia, serif; }
.booking-page__copy > p:not(.eyebrow) { color: var(--slate); }
.booking-aside { margin-top: 40px; padding: 22px; background: #fff; border-left: 3px solid var(--gold); box-shadow: 0 12px 28px rgba(7,31,70,.08); }
.booking-aside .check-list { margin: 10px 0 0; }
.booking-card--page { box-shadow: var(--shadow); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.contact-details h2 { margin-bottom: 28px; font-family: 'Playfair Display', Georgia, serif; }
.contact-item { display: grid; grid-template-columns: 38px 1fr; gap: 13px; margin-bottom: 21px; }
.contact-item > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--gold); background: var(--navy-900); border-radius: 7px; font-size: .65rem; font-weight: 800; }
.contact-item b { display: block; color: var(--navy-900); font-size: .8rem; }
.contact-item a { color: var(--navy-800); font-size: .85rem; font-weight: 800; }
.contact-item p { margin: 0; color: var(--slate); font-size: .82rem; }
.map-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 440px; border: 0; }
.map-direction { display: block; padding: 15px 19px; color: var(--navy-900); background: #fff; font-size: .78rem; font-weight: 800; }
.policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.policy-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.policy-grid h2 { margin-bottom: 14px; font-size: 1.2rem; }
.policy-grid p { margin-bottom: 8px; color: var(--slate); font-size: .82rem; }
.policy-grid a { color: var(--navy-900); font-weight: 800; }

.route-hero { padding: 84px 0; color: #fff; background: linear-gradient(125deg, #061831, #0f4079); }
.route-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: center; }
.route-hero h1 { color: #fff; margin-bottom: 14px; font-family: 'Playfair Display', Georgia, serif; }
.route-hero .lead { color: #d0def0; }
.route-card { padding: 29px; border: 1px solid rgba(255,255,255,.24); border-radius: 13px; background: rgba(0,0,0,.12); }
.route-card span { display: block; color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.route-card strong { display: block; margin-top: 4px; color: #fff; font-size: 1.15rem; }
.route-card p { color: #cbd9ea; font-size: .76rem; }
.route-card__divider { height: 1px; margin: 18px 0; background: rgba(255,255,255,.18); }
.route-quote-trigger { display: inline-flex; align-items: center; gap: 9px; margin-top: 4px; padding: 0; color: #fff; border: 0; background: transparent; font: inherit; font-size: 1.15rem; font-weight: 700; text-align: left; cursor: pointer; }
.route-quote-trigger::after { content: '↗'; color: var(--gold-light); font-size: .9rem; transition: transform .2s ease; }
.route-quote-trigger:hover { color: var(--gold-light); }
.route-quote-trigger:hover::after { transform: translate(2px, -2px); }
.contact-modal { width: min(calc(100% - 32px), 580px); max-width: 580px; margin: auto; padding: 0; color: var(--navy-900); border: 0; border-radius: 16px; background: transparent; box-shadow: 0 24px 70px rgba(4, 22, 49, .33); }
.contact-modal::backdrop { background: rgba(3, 18, 40, .7); backdrop-filter: blur(3px); }
.contact-modal__panel { position: relative; padding: 33px; background: #fff; border-radius: 16px; }
.contact-modal__panel h2 { margin: 5px 40px 12px 0; color: var(--navy-900); font-family: 'Playfair Display', Georgia, serif; font-size: 1.8rem; }
.contact-modal__panel > p:not(.eyebrow):not(.contact-modal__note) { margin: 0; color: var(--slate); line-height: 1.65; }
.contact-modal__close { position: absolute; top: 16px; right: 16px; width: 35px; height: 35px; padding: 0; color: var(--navy-900); border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.contact-modal__close:hover { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.contact-modal__summary { margin: 19px 0 16px; padding: 15px; overflow: auto; color: var(--navy-900); border: 1px solid #d9e3ef; border-radius: 9px; background: #f6f9fc; font-family: inherit; font-size: .8rem; line-height: 1.6; white-space: pre-wrap; }
.contact-modal__actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 21px; }
.contact-modal__actions .button { min-height: 46px; padding: 10px 8px; font-size: .68rem; text-align: center; }
.contact-modal__copy { width: 100%; margin-top: 12px; padding: 11px; color: var(--navy-900); border: 1px dashed #9db1ca; border-radius: 8px; background: #fff; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.contact-modal__copy:hover { border-color: var(--navy-900); background: #f5f8fb; }
.contact-modal__note { margin: 12px 0 0; color: #637289; font-size: .68rem; line-height: 1.5; text-align: center; }
.route-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-info-grid article { padding: 29px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.route-info-grid span { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .09em; }
.route-info-grid h3 { margin: 10px 0 8px; }
.route-info-grid p { margin-bottom: 0; color: var(--slate); font-size: .81rem; }
.route-detail-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 75px; align-items: center; }

.site-footer { padding: 61px 0 0; color: #d8e2ee; background: var(--navy-950); }
.footer__grid { display: grid; grid-template-columns: 1.2fr 1fr .72fr; gap: 70px; }
.footer-logo { width: 210px; height: 64px; margin-bottom: 14px; object-fit: contain; object-position: left center; filter: brightness(1.35); }
.site-footer p { margin: 0; color: #afc1d7; font-size: .75rem; line-height: 1.7; }
.site-footer h3 { margin-bottom: 12px; color: #fff; font-size: .87rem; }
.site-footer a { display: block; padding: 3px 0; color: #d1deec; font-size: .77rem; font-weight: 700; }
.site-footer a:hover { color: var(--gold-light); }
.footer-service-address { max-width: 260px; margin-top: 11px !important; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); line-height: 1.55 !important; }
.footer-service-address b { display: block; margin-bottom: 2px; color: var(--gold-light); font-size: .64rem; text-transform: uppercase; }
.footer__bottom { margin-top: 45px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); color: #9ab0c9; font-size: .68rem; }
.contact-dock { position: fixed; right: 21px; bottom: 21px; z-index: 35; display: flex; flex-direction: column; gap: 9px; }
.contact-dock a { width: 52px; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0; color: #fff; border-radius: 50%; box-shadow: 0 10px 24px rgba(5,20,45,.24); font-size: 0; font-weight: 800; }
.contact-dock__call { background: var(--navy-900); }
.contact-dock__zalo { background: #056fe8; }
.contact-dock__message { background: #1477da; }
.contact-dock__facebook { background: #1877f2; }
.contact-dock__call::after { content: '☎'; font-size: 1.25rem; }
.contact-dock__zalo::after { content: 'Z'; font-size: 1rem; }
.contact-dock__message::after { content: '✉'; font-size: 1.15rem; }
.contact-dock__facebook::after { content: 'f'; font-family: Arial, sans-serif; font-size: 1.45rem; font-weight: 900; }
.pulse-soft { animation: pulseSoft 2.8s infinite; }
@keyframes pulseSoft { 0%, 100% { box-shadow: inset 0 0 0 0 rgba(255,255,255,.15); } 50% { box-shadow: inset 0 0 0 3px rgba(255,255,255,.24); } }

.admin-body { min-height: 100vh; background: #edf3f9; }
.admin-shell { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 50px 0; }
.admin-brand { display: inline-flex; align-items: center; gap: 15px; color: var(--navy-900); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.admin-brand img { width: 180px; height: 65px; object-fit: contain; object-position: left center; }
.admin-login__card { width: min(420px, 100%); margin-top: 18px; padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); }
.admin-login__card h1 { font-size: 1.7rem; }
.admin-login__card > p:not(.eyebrow) { color: var(--slate); font-size: .83rem; }
.admin-login__card form { margin-top: 24px; }
.admin-login__card .button { margin-top: 18px; }
.admin-header { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 33px 0 25px; }
.admin-header p { margin: 4px 0 0; color: var(--slate); font-size: .8rem; }
.admin-toolbar { display: grid; grid-template-columns: 1.6fr .8fr .8fr; gap: 13px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.admin-count { margin: 18px 0 10px; color: var(--slate); font-size: .78rem; font-weight: 700; }
.bookings-list { display: grid; gap: 12px; padding-bottom: 65px; }
.booking-admin-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.booking-admin-card__head { display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; }
.booking-admin-card__head h2 { margin: 0; font-size: 1.03rem; }
.booking-admin-card__head p { margin: 3px 0 0; color: var(--slate); font-size: .7rem; }
.status-tag { display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 99px; color: var(--navy-900); background: #e6eef7; font-size: .65rem; font-weight: 800; white-space: nowrap; }
.booking-admin-card__details { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 20px 0; }
.booking-admin-card__details div { padding: 10px; background: #f5f8fb; border-radius: 7px; }
.booking-admin-card__details small { display: block; margin-bottom: 2px; color: #718198; font-size: .64rem; font-weight: 800; text-transform: uppercase; }
.booking-admin-card__details b, .booking-admin-card__details span { color: var(--navy-900); font-size: .75rem; line-height: 1.45; word-break: break-word; }
.booking-admin-card__footer { display: grid; grid-template-columns: 225px 1fr 100px; gap: 12px; align-items: end; }
.booking-admin-card__footer .field textarea { min-height: 55px; }
.booking-admin-card__footer .button { min-height: 43px; }
.empty-state { padding: 50px 25px; color: var(--slate); background: #fff; border: 1px dashed #b9c8d9; border-radius: 12px; text-align: center; }

@media (max-width: 900px) {
  .shell { width: min(100% - 36px, 700px); }
  .desktop-nav { position: absolute; top: 81px; left: 0; width: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 19px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgba(7,31,70,.08); }
  .desktop-nav.is-open { display: flex; }
  .desktop-nav a { padding: 11px 0; }
  .desktop-nav a::after { display: none; }
  .menu-toggle { display: flex; margin-left: auto; }
  .header-call { display: none; }
  .site-cover { background-position: 64% center; }
  .site-cover::before { background: linear-gradient(90deg, rgba(3,18,40,.73) 0%, rgba(3,18,40,.34) 100%); }
  .site-cover__inner { min-height: 390px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding: 40px 0 58px; }
  .hero__copy { grid-row: 1; padding: 10px 0; }
  .hero__copy h1, .hero__copy h2 { font-size: clamp(2.35rem, 9vw, 3.7rem); }
  .hero::before { width: 100%; opacity: .17; mix-blend-mode: normal; }
  .booking-card { width: min(100%, 520px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .fleet-gallery { grid-template-columns: repeat(2, 1fr); }
  .fleet-card--minibus { grid-column: 1 / -1; }
  .commitment__grid, .info-grid, .two-column, .contact-layout, .booking-page__grid { grid-template-columns: 1fr; gap: 40px; }
  .commitment__image { min-height: 370px; }
  .commitment__copy { padding: 60px 0; }
  .commitment__copy > * { width: min(100% - 36px, 700px); margin-left: auto; margin-right: auto; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .route-book-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; }
  .province-return__grid, .minibus-feature { grid-template-columns: 1fr; gap: 38px; }
  .minibus-feature__image { min-height: 340px; }
  .process-grid { gap: 20px; }
  .process-grid article:not(:last-child)::after { display: none; }
  .detailed-service-grid { grid-template-columns: 1fr; }
  .detailed-service-grid p { min-height: 0; }
  .vehicle-grid, .route-info-grid { grid-template-columns: 1fr; }
  .route-group { grid-template-columns: 1fr; gap: 19px; padding-bottom: 34px; }
  .route-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .route-detail-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer__grid > :first-child { grid-column: 1 / -1; }
  .booking-admin-card__details { grid-template-columns: repeat(2, 1fr); }
  .booking-admin-card__footer { grid-template-columns: 1fr 1fr; }
  .booking-admin-card__footer .field--full { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  body { font-size: 14px; padding-bottom: 58px; }
  .shell { width: min(100% - 28px, 500px); }
  .topline__inner { justify-content: center; min-height: 29px; font-size: .68rem; }
  .topline__inner span { display: none; }
  .header__inner { min-height: 71px; }
  .brand { flex-basis: 168px; }
  .brand img { width: 168px; height: 51px; }
  .desktop-nav { top: 70px; }
  .section { padding: 64px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 11px; margin-bottom: 27px; }
  .site-cover { background-position: 68% center; }
  .site-cover__inner { min-height: 410px; padding-top: 46px; padding-bottom: 46px; }
  .site-cover h1 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .site-cover__contacts { gap: 10px; margin-bottom: 21px; }
  .site-cover__contacts address { max-width: 290px; }
  .hero__grid { padding-top: 33px; }
  .hero__copy h1, .hero__copy h2 { letter-spacing: -.055em; }
  .hero__trust { gap: 7px 12px; }
  .booking-card { padding: 19px; border-radius: 13px; }
  .form-grid { grid-template-columns: 1fr; gap: 11px; }
  .switch-field { margin-top: 1px; }
  .button-row { gap: 9px; }
  .button { width: 100%; min-height: 47px; }
  .contact-modal__panel { padding: 26px 20px 21px; }
  .contact-modal__panel h2 { font-size: 1.55rem; }
  .contact-modal__actions { grid-template-columns: 1fr; }
  .contact-modal__actions .button { width: 100%; }
  .route-grid { grid-template-columns: 1fr; }
  .route-book-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card th, .price-card td { padding: 10px 12px; }
  .province-return { padding: 65px 0; }
  .province-return__points > div { padding: 16px; }
  .minibus-feature { gap: 28px; }
  .minibus-feature__image { min-height: 255px; }
  .service-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 5px; }
  .process-grid article { padding: 17px 0; border-bottom: 1px solid var(--line); }
  .article-grid { gap: 11px; }
  .article-grid p { min-height: 0; }
  .fleet-gallery { grid-template-columns: 1fr; gap: 14px; }
  .fleet-card__image { height: 230px; }
  .fleet-card--minibus { grid-template-columns: 1fr; }
  .fleet-card--minibus .fleet-card__image { height: 230px; }
  .fleet-card--minibus figcaption { padding: 22px 19px; }
  .information-section { padding: 55px 0; }
  .page-hero { padding: 60px 0 54px; }
  .route-list { grid-template-columns: 1fr; }
  .vehicle-grid > article { min-height: 0; }
  .faq-list summary { padding-left: 17px; padding-right: 45px; }
  .faq-list details p { padding-left: 17px; padding-right: 17px; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .contact-layout { gap: 30px; }
  .map-frame iframe { height: 330px; }
  .policy-grid { grid-template-columns: 1fr; gap: 12px; }
  .policy-grid article { padding: 21px; }
  .footer__grid { grid-template-columns: 1fr; gap: 27px; }
  .footer__grid > :first-child { grid-column: auto; }
  .contact-dock { right: 0; bottom: 0; width: 100%; flex-direction: row; gap: 0; }
  .contact-dock a { width: 25%; min-height: 55px; border-radius: 0; box-shadow: none; font-size: .7rem; }
  .contact-dock a::after { display: none; }
  .admin-shell { width: min(100% - 26px, 560px); }
  .admin-login__card { padding: 24px; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .admin-toolbar { grid-template-columns: 1fr; padding: 15px; }
  .booking-admin-card { padding: 17px; }
  .booking-admin-card__head { flex-direction: column; }
  .booking-admin-card__details, .booking-admin-card__footer { grid-template-columns: 1fr; }
  .booking-admin-card__footer .field--full { grid-column: auto; }
}
