:root {
  --ink: #191c1f;
  --muted: #65707a;
  --line: #dde1e4;
  --paper: #f7f6f2;
  --white: #fff;
  --gold: #f3a300;
  --gold-light: #ffbf32;
  --gold-deep: #d98b00;
  --navy: #082b55;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Shared booking controls: same DD/MM/YYYY, HH:mm and suggestion format as the main site. */
label:has(.main-field-native) { position: relative; }
label:has(input[name="pickupAddress"]),label:has(input[name="returnAddress"]),label:has(input[name="dropoffAddress"]) { position:relative; }
.main-field-native { position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important; }
.main-field-trigger { width:100%;min-height:28px;padding:0;border:0;background:transparent;color:var(--ink);font:inherit;text-align:left;cursor:pointer; }
.main-field-trigger::after { content:"▾";float:right;color:var(--muted);font-size:12px; }
.main-site-picker { position:absolute;z-index:80;top:calc(100% + 7px);left:0;width:min(340px,calc(100vw - 36px));padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 55px rgba(8,23,36,.2);color:var(--ink); }
.main-picker-head { display:grid;grid-template-columns:38px 1fr 38px;align-items:center;margin-bottom:10px;text-align:center; }
.main-picker-head button,.main-calendar-grid button,.main-time-list button { border:0;background:transparent;color:inherit;cursor:pointer; }
.main-picker-head button { height:36px;font-size:24px; }
.main-calendar-grid { display:grid;grid-template-columns:repeat(7,1fr);gap:4px; }
.main-calendar-grid>span { padding:5px 0;color:var(--muted);font-size:11px;text-align:center; }
.main-calendar-grid button { aspect-ratio:1;border-radius:5px;font-size:13px; }
.main-calendar-grid button:hover,.main-time-list button:hover { background:#fff4dc; }
.main-calendar-grid button.selected,.main-time-list button.selected { background:var(--gold);color:#151515;font-weight:800; }
.main-calendar-grid button[data-outside="true"] { color:#aab0b5; }
.main-calendar-grid button:disabled { opacity:.25;cursor:not-allowed; }
.main-time-picker { width:190px; }
.main-time-list { max-height:280px;overflow:auto;display:grid;grid-template-columns:1fr 1fr;gap:4px; }
.main-time-list button { padding:10px 8px;border-radius:5px;font-size:13px; }
.suggestions,.main-address-suggestions { border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 22px 55px rgba(8,23,36,.2);overflow:auto; }
.main-address-suggestions { position:absolute;z-index:70;top:calc(100% + 7px);left:0;right:0;max-height:260px; }
.suggestions button,.main-address-suggestions button { display:block;width:100%;padding:12px 14px;border:0;border-bottom:1px solid #eceeed;background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer; }
.suggestions button:last-child,.main-address-suggestions button:last-child { border-bottom:0; }
.suggestions button:hover,.main-address-suggestions button:hover { background:#fff7e6; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans SC", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  height: 92px;
  padding: 0 clamp(24px, 5vw, 84px);
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid rgba(25, 28, 31, .08);
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.96);
}
.brand { display: inline-flex; flex-direction: column; width: max-content; }
.brand-logo { font-size: 26px; letter-spacing: .12em; font-weight: 400; line-height: 1; }
.brand-logo span { color: var(--gold); }
.brand-logo-zh { display: none; font-size: 30px; letter-spacing: .08em; }
.brand-sub { margin-top: 8px; font-size: 9px; letter-spacing: .15em; color: var(--muted); white-space: nowrap; }
.brand > .brand-sub:not(.brand-sub-en):not(.brand-sub-zh) { display: none; }
.brand-sub-zh { display: none; letter-spacing: .3em; }
html[data-locale="zh-CN"] .brand-logo-en,
html[data-locale="zh-CN"] .brand-sub-en { display: none; }
html[data-locale="zh-CN"] .brand-logo-zh,
html[data-locale="zh-CN"] .brand-sub-zh { display: block; }

/* Chinese typography follows the FarHill Go wordmark: thin, clean sans-serif strokes. */
html[data-locale="zh-CN"],
html[data-locale="zh-CN"] body,
html[data-locale="zh-CN"] button,
html[data-locale="zh-CN"] input,
html[data-locale="zh-CN"] select,
html[data-locale="zh-CN"] textarea {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  font-synthesis: none;
}
html[data-locale="zh-CN"] body *,
html[data-locale="zh-CN"] body *::before,
html[data-locale="zh-CN"] body *::after {
  font-weight: 300 !important;
}
html[data-locale="zh-CN"] .brand-logo-zh {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  font-weight: 300;
}
nav { display: flex; gap: clamp(18px, 2.4vw, 38px); font-size: 13px; }
nav a { position: relative; padding: 8px 0; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 1px; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
nav a:hover::after { width: 100%; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; font-size: 13px; }
.header-select {
  min-width: 76px;
  display: grid;
  gap: 1px;
  padding: 5px 10px 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.header-select > span { color: var(--muted); font-size: 8px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.header-select select { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 600; cursor: pointer; }
.login-link { padding: 10px 4px; white-space: nowrap; }
.register-link { padding: 11px 17px; border-radius: 6px; background: var(--ink); color: #fff; white-space: nowrap; }
.app-entry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
}
.app-entry span { color: var(--gold-deep); font-size: 15px; }
.app-entry b { font-size: 12px; }

.customer-dialog {
  width: min(540px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 42px;
  overflow: auto;
  border: 0;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 34px 100px rgba(0,0,0,.3);
}
.customer-dialog::backdrop { background: rgba(6,16,27,.68); backdrop-filter: blur(8px); }
.customer-dialog h2 { margin: 0; max-width: 430px; font-size: clamp(34px, 5vw, 52px); line-height: 1.02; letter-spacing: -.04em; }
.customer-dialog > p:not(.dialog-kicker):not(.dialog-status) { color: var(--muted); font-size: 15px; }
.dialog-kicker { margin: 0 0 12px; color: var(--gold-deep); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; }
.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
}
.app-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 26px 0; }
.app-benefits span { padding: 15px 10px; border-radius: 6px; text-align: center; background: var(--paper); font-size: 12px; font-weight: 700; }
.dialog-primary,
.dialog-secondary {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
}
.dialog-primary { border: 0; padding: 14px 22px; background: var(--gold); color: #111; }
.dialog-primary small { display: block; font-weight: 500; opacity: .72; }
.support-actions .dialog-primary { flex-direction: column; border-radius: 6px; }
.dialog-secondary { border: 1px solid var(--line); padding: 13px 22px; background: #fff; }
.support-actions { display: grid; gap: 10px; margin-top: 28px; }
.dialog-status { margin: 20px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.support-launcher {
  position: fixed;
  z-index: 9;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 18px 10px 10px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
  cursor: pointer;
}
.support-launcher-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #111; font-weight: 800; }
.support-launcher > span:last-child { display: grid; text-align: left; line-height: 1.2; }
.support-launcher b { font-size: 12px; }
.support-launcher small { margin-top: 3px; color: #b8c0c6; font-size: 9px; }

.hero {
  height: 820px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  padding: 96px clamp(24px, 6vw, 110px) 235px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,15,27,.94) 0%, rgba(4,15,27,.82) 37%, rgba(4,15,27,.22) 68%, rgba(4,15,27,.08) 100%),
    linear-gradient(0deg, rgba(3,13,24,.66) 0%, transparent 44%);
  transition: background .35s ease;
}
.hero[data-home-hero="hourly"]::before {
  background:
    linear-gradient(90deg, rgba(12,24,38,.94) 0%, rgba(12,24,38,.78) 42%, rgba(12,24,38,.12) 75%),
    linear-gradient(0deg, rgba(3,13,24,.68) 0%, transparent 48%);
}
.hero[data-home-hero="routes"]::before {
  background:
    linear-gradient(90deg, rgba(25,20,9,.94) 0%, rgba(25,20,9,.76) 42%, rgba(25,20,9,.1) 74%),
    linear-gradient(0deg, rgba(19,13,3,.68) 0%, transparent 48%);
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #1b2632 url("./assets/farhill-go-hero-main-vehicles-v3.jpg") center center / cover no-repeat;
  transform: scale(1.015);
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  height: 470px;
}
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; color: var(--gold-light); }
.eyebrow.light { color: #ffc348; }
.hero h1, .section h2, .final-cta h2 {
  margin: 0;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.05em;
}
.hero h1 { font-size: clamp(58px, 6.2vw, 106px); text-wrap: balance; }
.hero h1 span { color: var(--gold-light); }
.hero-intro { max-width: 570px; margin: 30px 0; font-size: 18px; color: rgba(255,255,255,.82); }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points span { border: 1px solid rgba(255,255,255,.3); border-radius: 6px; padding: 9px 14px; font-size: 12px; background: rgba(4,15,27,.34); backdrop-filter: blur(9px); }
.hero-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-width: 310px;
  margin-top: 34px;
  border-radius: 6px;
  padding: 16px 19px 16px 24px;
  background: var(--gold);
  color: #111;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(0,0,0,.2);
  transition: transform .22s, background .22s;
}
.hero-primary-action:hover { transform: translateY(-2px); background: var(--gold-light); }
.hero-primary-action b { font-size: 21px; }
.hero.is-changing .hero-copy > * {
  transform-origin: left center;
  animation: service-pop .62s cubic-bezier(.2,.9,.25,1.18) both;
}
.hero.is-changing .hero-copy > :nth-child(2) { animation-delay: .05s; }
.hero.is-changing .hero-copy > :nth-child(3) { animation-delay: .1s; }
.hero.is-changing .hero-copy > :nth-child(4) { animation-delay: .15s; }
.hero.is-changing .hero-copy > :nth-child(5) { animation-delay: .2s; }
@keyframes service-pop {
  0% { opacity: 0; transform: scale(.88); filter: blur(5px); }
  72% { opacity: 1; transform: scale(1.025); filter: blur(0); }
  100% { opacity: 1; transform: scale(1); filter: blur(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero.is-changing .hero-copy > * {
    animation: none;
  }
}

.service-gateway {
  position: absolute;
  z-index: 3;
  left: clamp(24px, 6vw, 110px);
  right: clamp(24px, 6vw, 110px);
  bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 10px;
  background: rgba(248,248,247,.94);
  backdrop-filter: blur(24px);
  box-shadow: 0 25px 70px rgba(0,0,0,.24);
}
.service-option {
  min-width: 0;
  min-height: 136px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 164px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--ink);
  transition: background .25s, color .25s, transform .25s, box-shadow .25s;
}
.service-gateway button {
  min-width: 0;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 26px 24px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.service-option:hover { background: #fff7e7; transform: translateY(-2px); box-shadow:0 10px 24px rgba(8,23,36,.08); }
.service-option.active { background: var(--ink); color: #fff; box-shadow:0 12px 28px rgba(8,23,36,.18); }
.service-name { font-size: clamp(28px, 2.25vw, 38px); font-weight: 680; line-height: 1.05; }
.service-enter {
  align-self: center;
  min-width: 0;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(217,139,0,.24);
  border-radius: 7px;
  background: #fff4dc;
  color: var(--gold-deep);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  transition:background .2s,color .2s,transform .2s;
}
.service-enter:hover { background:#ffe3aa;transform:translateX(2px); }
.service-option.active .service-enter { border-color:var(--gold);background: var(--gold); color: #151515; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 38px clamp(24px, 6vw, 110px); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 0 24px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 14px; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 11px; }

.section { padding: 120px clamp(24px, 6vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin-bottom: 64px; }
.section h2, .final-cta h2 { font-size: clamp(46px, 5vw, 84px); }
.section-heading > p { color: var(--muted); max-width: 440px; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card {
  position: relative;
  min-height: 450px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius);
  overflow: hidden;
  background: #e8e9e6;
  transition: transform .3s;
}
.service-card:hover { transform: translateY(-6px); }
.service-card::before, .service-card::after { content: ""; position: absolute; border-radius: 50%; z-index: 0; }
.service-card::before { width: 80%; aspect-ratio: 1; right: -18%; bottom: -24%; background: var(--gold); }
.service-card::after { width: 65%; height: 18%; left: 25%; bottom: 8%; border: 26px solid var(--navy); transform: rotate(-12deg); }
.service-card > * { position: relative; z-index: 1; }
.service-card > span { font-size: 12px; letter-spacing: .18em; }
.service-card h3 { font-size: 34px; line-height: 1; margin: 0 0 14px; font-weight: 500; }
.service-card p { max-width: 290px; color: #343a40; }
.service-card b { font-size: 12px; }
.seo-guides { background: #f6f6f3; }
.seo-entry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.seo-entry-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: 0 20px 55px rgba(15,31,46,.06);
  transition: transform .25s, box-shadow .25s;
}
.seo-entry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,rgba(8,20,32,.38),rgba(8,20,32,.72) 65%,rgba(8,20,32,.92));
  transition: background .25s;
}
.seo-entry-card > * { position: relative; }
.seo-entry-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(15,31,46,.12); }
.seo-entry-card:hover::before { background: linear-gradient(180deg,rgba(8,20,32,.3),rgba(8,20,32,.65) 65%,rgba(8,20,32,.9)); }
.seo-entry-number { margin-bottom:52px;color:var(--gold-deep);font-size:13px;font-weight:800;letter-spacing:.14em; }
.seo-entry-card small { color:rgba(255,255,255,.76);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase; }
.seo-entry-card h3 { margin:12px 0;font-size:clamp(34px,3vw,48px);font-weight:500;letter-spacing:-.04em; }
.seo-entry-card p { max-width:360px;color:rgba(255,255,255,.82);font-size:15px; }
.seo-entry-card b { margin-top:auto;color:#ffb21c;font-size:13px; }
.seo-services { background-image:url("./assets/seo-services-v1.jpg"); background-position:58% center; }
.seo-airports { background-image:url("./assets/seo-airports-v1.jpg"); background-position:58% center; }
.seo-fleet { background-image:url("./assets/seo-fleet-v1.jpg"); background-position:62% center; }
.service-charter { background: var(--navy); color: #fff; }
.service-charter p { color: #d7dde3; }
.service-charter::before { background: #fff; }
.service-charter::after { border-color: var(--gold); }
.service-routes { background: #f3e4c7; }

.experience { display: grid; grid-template-columns: 1.15fr .85fr; padding-top: 0; }
.experience-panel { background: var(--ink); color: #fff; padding: clamp(42px, 6vw, 92px); border-radius: var(--radius) 0 0 var(--radius); }
.experience-list { margin-top: 70px; }
.experience-list div { display: grid; grid-template-columns: 42px 1fr; border-top: 1px solid #3d4246; padding: 24px 0; }
.experience-list > div > span { color: var(--gold); }
.experience-list p { margin: 0; color: #aeb5ba; }
.experience-list p span { display: block; }
.experience-list strong { display: block; color: #fff; font-size: 17px; margin-bottom: 5px; }
.experience-quote { border-radius: 0 var(--radius) var(--radius) 0; background: var(--gold); padding: clamp(42px, 6vw, 92px); display: flex; flex-direction: column; justify-content: space-between; }
.experience-quote blockquote { margin: 0; font-size: clamp(36px, 4vw, 66px); line-height: 1.06; letter-spacing: -.04em; }
.experience-quote p { font-size: 12px; letter-spacing: .2em; }

.reviews { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.reviews-intro > p:not(.eyebrow) { color: var(--muted); max-width: 500px; }
.review-summary { margin-top: 38px; border-top: 1px solid var(--line); padding-top: 22px; display: grid; gap: 5px; }
.review-provider { color: #4285f4; font-weight: 700; }
.review-summary strong { font-size: 23px; }
.review-summary small { color: var(--muted); }
.review-feed { display: grid; gap: 14px; }
.review-placeholder { min-height: 180px; border-radius: 8px; padding: 28px; background: var(--paper); }
.review-placeholder > span { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--gold-deep); }
.review-placeholder p { font-size: 19px; max-width: 620px; }
.review-placeholder small { color: var(--muted); }

.city-links { background: var(--ink); color: #fff; }
.city-links .section-heading > p { color: #adb4ba; }
.cities { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #42464a; border-left: 1px solid #42464a; }
.cities a { min-height: 140px; padding: 24px; border-right: 1px solid #42464a; border-bottom: 1px solid #42464a; display: flex; flex-direction: column; justify-content: end; transition: background .25s; }
.cities a:hover { background: var(--gold); color: var(--ink); }
.cities b { font-size: 22px; font-weight: 500; }
.cities span { color: #abb2b7; font-size: 11px; margin-top: 5px; }
.cities a:hover span { color: var(--ink); }

.final-cta { text-align: center; padding: 130px 24px; background: var(--gold); }
.final-cta .eyebrow { color: var(--ink); }
.final-cta a { display: inline-flex; gap: 50px; margin-top: 38px; padding: 17px 24px; border: 1px solid var(--ink); border-radius: 6px; font-weight: 600; }

footer { padding: 70px clamp(24px, 6vw, 110px) 30px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; background: #111315; color: #fff; }
footer > div { display: flex; flex-direction: column; gap: 10px; }
footer strong { margin-bottom: 8px; font-size: 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; }
footer a, footer p { color: #a8afb4; font-size: 12px; }
.footer-brand .brand-logo { color: #fff; }
.copyright { grid-column: 1/-1; border-top: 1px solid #33373a; padding-top: 25px; margin-top: 30px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { height: 880px; padding-top: 72px; }
  .hero-copy { max-width: 620px; height: 500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-grid .service-routes { grid-column: 1/-1; }
  .seo-entry-grid { grid-template-columns: 1fr 1fr; }
  .seo-fleet { grid-column: 1/-1; }
  .experience { grid-template-columns: 1fr; }
  .experience-panel { border-radius: var(--radius) var(--radius) 0 0; }
  .experience-quote { min-height: 420px; border-radius: 0 0 var(--radius) var(--radius); }
  .reviews { grid-template-columns: 1fr; }
  .cities { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .site-header { height: 76px; padding: 0 12px; gap: 8px; }
  .brand-logo { font-size: 20px; }
  .brand-logo-zh { font-size: 22px; }
  .brand-sub { display: none !important; }
  .header-actions { gap: 5px; }
    .header-select { min-width: 58px; padding: 5px 6px; border-radius: 6px; }
  .header-select > span { display: none; }
  .header-select select { font-size: 11px; }
  .login-link { padding: 8px 2px; font-size: 11px; }
  .register-link { padding: 9px 10px; font-size: 11px; }
  .app-entry { padding: 8px; }
  .app-entry b { display: none; }
    .customer-dialog { padding: 38px 20px 24px; border-radius: 10px; }
  .app-benefits { grid-template-columns: 1fr; }
  .support-launcher { right: 12px; bottom: 12px; padding: 8px; }
  .support-launcher > span:last-child { display: none; }
  .hero { height: 980px; padding: 56px 18px 22px; }
  .hero-copy { height: 520px; }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(4,15,27,.91) 0%, rgba(4,15,27,.7) 67%, rgba(4,15,27,.18) 100%),
      linear-gradient(0deg, rgba(3,13,24,.82) 0%, transparent 54%);
  }
  .hero-image { background-position: 61% center; }
  .hero h1 { font-size: clamp(48px, 14vw, 62px); }
  .hero-intro { font-size: 16px; }
  .hero-primary-action { width: 100%; min-width: 0; }
  .service-gateway {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    margin-top: 54px;
    padding: 7px;
      border-radius: 10px;
  }
  .service-option {
    min-height: 92px;
    grid-template-columns: minmax(0, 1fr) minmax(126px, .68fr);
  }
  .service-gateway button {
    padding: 16px 14px;
  }
  .service-name { font-size: 28px; }
  .service-enter {
    min-width: 0;
    min-height: 54px;
    margin-right: 12px;
    padding: 15px 12px;
    font-size: 16px;
  }
  .trust-strip { grid-template-columns: repeat(2,1fr); padding: 30px 18px; gap: 28px 0; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .section { padding: 82px 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .section h2, .final-cta h2 { font-size: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid .service-routes { grid-column: auto; }
  .service-card { min-height: 360px; }
  .seo-entry-grid { grid-template-columns: 1fr; }
  .seo-fleet { grid-column: auto; }
  .seo-entry-card { min-height: 330px; }
  .experience { padding-top: 0; }
  .experience-panel, .experience-quote { padding: 42px 24px; }
  .reviews { gap: 45px; }
  .cities { grid-template-columns: 1fr 1fr; }
  .cities a { min-height: 115px; padding: 17px; }
  .cities b { font-size: 18px; }
  footer { grid-template-columns: 1fr 1fr; padding: 56px 22px 26px; gap: 38px 20px; }
  .footer-brand { grid-column: 1/-1; }
}
