:root {
  --navy: #062e63;
  --navy-deep: #031e43;
  --navy-light: #0d4c8f;
  --red: #e31b2a;
  --red-dark: #c91422;
  --ink: #10243d;
  --muted: #627186;
  --line: #dfe6ee;
  --soft: #f3f6f9;
  --white: #fff;
  --shadow: 0 24px 70px rgba(4, 35, 72, .14);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; background: #fff; font-size: 16px; line-height: 1.7; font-optical-sizing: auto; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar { background: var(--navy-deep); color: #dbe8f8; font-size: 13px; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar__inner > div { display: flex; align-items: center; gap: 14px; }
.topbar__inner a { color: #fff; font-weight: 700; }
.topbar__divider { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(6,46,99,.08); backdrop-filter: blur(14px); }
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { width: 150px; height: 76px; display: flex; align-items: center; justify-content: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 720; letter-spacing: -.01em; }
.nav a { position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: .2s; }
.nav a:hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); }

.btn { border: 0; border-radius: 8px; min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 12px 28px rgba(227,27,42,.25); }
.btn--primary:hover { background: var(--red-dark); box-shadow: 0 16px 34px rgba(227,27,42,.34); }
.btn--small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.btn--outline { color: var(--navy); border: 1px solid #b9c7d8; background: transparent; }
.btn--white { color: var(--navy); background: #fff; }
.phone-dot { color: #44d47f; font-size: 10px; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(3,30,65,.98) 0%, rgba(7,49,99,.91) 42%, rgba(7,49,99,.78) 68%, rgba(3,30,65,.72) 100%),
    url("hero-air-cargo-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; }
.hero__glow { position: absolute; width: 430px; height: 430px; left: -240px; top: 80px; border: 90px solid rgba(255,255,255,.04); border-radius: 50%; }
.hero__grid { position: relative; min-height: 655px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 60px; align-items: center; padding-top: 40px; padding-bottom: 70px; }
.eyebrow {
  color: #e3edf8;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .18em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0,0,0,.08);
}
.eyebrow span {
  width: 44px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 4px;
  background: var(--red);
  box-shadow: 0 3px 10px rgba(227,27,42,.24);
}
.eyebrow--dark { color: var(--navy); text-shadow: none; }
h1, h2 { margin: 16px 0 22px; font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; letter-spacing: -.05em; line-height: 1.04; text-wrap: balance; }
h1 { font-size: clamp(50px, 5.7vw, 78px); font-weight: 720; }
h1 strong { color: #fff; font-weight: 700; }
h2 { color: var(--navy-deep); font-size: clamp(40px, 4.4vw, 58px); font-weight: 720; }
h2 em { color: var(--red); font-style: normal; font-weight: 760; }
.hero__lead { max-width: 620px; margin: 0 0 28px; color: #d7e3f1; font-size: 18px; line-height: 1.65; }
.hero__routes { display: flex; gap: 12px; margin-bottom: 30px; }
.route-pill { display: flex; align-items: center; gap: 11px; padding: 10px 14px; min-width: 195px; border-radius: 10px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.route-pill__icon { width: 37px; height: 37px; border-radius: 8px; display: grid; place-items: center; background: #fff; color: var(--navy); font-size: 12px; font-weight: 900; }
.route-pill__icon--red { color: var(--red); }
.route-pill div { display: grid; line-height: 1.3; }
.route-pill b { font-size: 14px; }
.route-pill small { color: #aebfd2; font-size: 12px; }
.hero__actions { display: flex; gap: 12px; }
.hero__note { color: #91a8c1; font-size: 12px; margin: 14px 0 0; }
.hero__visual { position: relative; }
.visual-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.09); box-shadow: 0 35px 90px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.visual-card__top { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; font-size: 11px; letter-spacing: .16em; font-weight: 800; }
.flight-status { padding: 6px 9px; border-radius: 20px; color: #bfead1; background: rgba(68,212,127,.12); font-size: 9px; }
.flight-status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 5px; background: #44d47f; }
.route-map { position: relative; height: 390px; overflow: hidden; background: #183f6d; }
.google-map-bg { position: absolute; inset: -34px -10px -34px -10px; width: calc(100% + 20px); height: calc(100% + 68px); border: 0; filter: grayscale(1) saturate(.35) contrast(1.08); opacity: .72; pointer-events: none; }
.map-tint { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,44,91,.38),rgba(4,32,70,.7)); pointer-events: none; }
.flight-lines { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; }
.flight-lines path { fill: none; stroke: var(--red); stroke-width: 2.3; stroke-dasharray: 8 8; }
.flight-line--primary { opacity: 1; }
.flight-line--secondary { opacity: .58; stroke-width: 1.7!important; stroke-dasharray: 5 8!important; }
.city { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #fff; background: rgba(4,35,76,.88); box-shadow: 0 5px 14px rgba(0,0,0,.22); font-size: 10px; font-weight: 760; white-space: nowrap; transform: translate(-50%,-50%); backdrop-filter: blur(5px); }
.city i { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,255,255,.1); }
.city--gz { left: 65%; top: 7%; transform: translate(-108%,-125%); }
.city--sz { left: 61%; top: 17%; transform: translate(8%,28%); }
.city--hn { left: 34%; top: 23%; transform: translate(-108%,-50%); }
.city--hcm { left: 38%; bottom: 3%; transform: translate(-108%,-50%); }
.plane { position: absolute; z-index: 5; left: 51%; top: 39%; color: #fff; font-size: 42px; transform: rotate(220deg); filter: drop-shadow(0 8px 10px rgba(0,0,0,.3)); }
.cargo-box { position: absolute; bottom: 32px; width: 58px; height: 58px; display: grid; place-items: center; color: #8ca6c4; border: 1px solid rgba(255,255,255,.15); background: rgba(2,25,56,.7); font-size: 11px; font-weight: 800; transform: rotate(-4deg); }
.cargo-box--one { right: 88px; }.cargo-box--two { right: 38px; bottom: 22px; transform: rotate(5deg); }
.visual-card__bottom { display: grid; grid-template-columns: 1.15fr .9fr 1fr; gap: 16px; align-items: center; padding: 17px 20px; background: rgba(2,24,52,.72); letter-spacing: 0; }
.visual-card__bottom div { display: grid; gap: 3px; }
.visual-card__bottom span { color: #91a8c1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.visual-card__bottom b { font-size: 12px; }
.visual-card__bottom .visual-card__check { display: flex; align-items: center; gap: 9px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.14); }
.visual-card__check i { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 50%; background: #31b46c; font-style: normal; font-size: 16px; }
.visual-card__check p { display: grid; margin: 0; line-height: 1.25; }
.visual-card__check small { color: #91a8c1; font-size: 9px; font-weight: 500; }
.trust-strip { position: relative; border-top: 1px solid rgba(255,255,255,.12); background: rgba(1,21,47,.48); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__grid > div { display: flex; gap: 14px; align-items: center; min-height: 100px; padding: 15px 26px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.trust-strip__grid > div > span { color: var(--red); font-size: 12px; font-weight: 900; }
.trust-strip p { display: grid; margin: 0; line-height: 1.35; }
.trust-strip b { font-size: 13px; }.trust-strip small { color: #8fa6c0; font-size: 11px; }

.section { padding: 105px 0; }
.section--soft { background: var(--soft); }
.about { background: #fff; }
.about__head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.about__head h2 { margin-bottom: 0; }
.about__lead { color: var(--muted); font-size: 17px; line-height: 1.75; }
.about__lead p { margin: 0 0 15px; }
.about__lead strong { color: var(--navy); }
.about__stats { display: grid; grid-template-columns: repeat(4,1fr); margin: 55px 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.about__stats > div { min-height: 115px; display: flex; flex-direction: column; justify-content: center; padding: 20px 30px; border-right: 1px solid var(--line); background: #fff; }
.about__stats > div:last-child { border-right: 0; }
.about__stats b { color: var(--navy); font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.about__stats > div:nth-child(2) b,.about__stats > div:nth-child(4) b { color: var(--red); }
.about__stats span { margin-top: 9px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.about__story { display: grid; grid-template-columns: 1.35fr .65fr; gap: 28px; }
.about__story-main { padding: 42px; border-radius: 18px; background: var(--soft); }
.about__story-label { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.about__story-main h3,.about__difference h3,.about__vision h3 { margin: 13px 0 20px; color: var(--navy-deep); font-size: 31px; font-weight: 750; line-height: 1.22; letter-spacing: -.035em; }
.about__story-main p { margin: 0 0 16px; color: var(--muted); font-size: 15.5px; line-height: 1.75; }
.about__routes-card { padding: 34px 30px; color: #fff; border-radius: 18px; background: linear-gradient(145deg,var(--navy),var(--navy-deep)); }
.about__routes-card > small { color: #9fb6cf; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.about-route { display: flex; gap: 14px; align-items: center; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.about-route > span { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 11px; font-weight: 900; }
.about-route p { display: grid; margin: 0; }
.about-route b { font-size: 15px; }
.about-route em { color: #9fb6cf; font-size: 11px; font-style: normal; }
.about__route-note { display: flex; gap: 12px; align-items: center; margin-top: 25px; padding: 15px; border-radius: 10px; background: rgba(227,27,42,.17); }
.about__route-note i { color: #fff; font-size: 24px; font-style: normal; }
.about__route-note p { margin: 0; color: #dce8f5; font-size: 12px; }
.about__route-note strong { color: #fff; }
.about__difference { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; padding: 75px 0 45px; }
.about__difference p { color: var(--muted); font-size: 15px; }
.about__commitments { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.about__commitments article { position: relative; min-height: 250px; padding: 28px 22px; overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: 15px; background: #fff; box-shadow: 0 10px 30px rgba(4,35,72,.07); transition: transform .25s,box-shadow .25s; }
.about__commitments article:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(4,35,72,.14); }
.about__commitments article:first-child { color: #fff; border-color: var(--navy); border-top-color: var(--red); background: linear-gradient(145deg,var(--navy),var(--navy-deep)); }
.about__commitments article:nth-child(3) { background: linear-gradient(180deg,#fff,#f2f6fa); }
.about__commitments span { position: absolute; right: 18px; top: 17px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.about__commitments i { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 31px; color: var(--red); border-radius: 13px; background: #fff0f1; font-size: 24px; font-style: normal; font-weight: 800; }
.about__commitments article:first-child i { color: #fff; background: rgba(255,255,255,.13); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.about__commitments b { display: block; color: var(--navy); font-size: 19px; font-weight: 820; line-height: 1.3; letter-spacing: -.025em; }
.about__commitments p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.about__commitments article:first-child b { color: #fff; }
.about__commitments article:first-child p { color: #b9cce1; }
.about__vision { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; margin-top: 55px; padding: 45px 50px; color: #fff; border-radius: 18px; background: var(--red); }
.about__vision small { font-size: 9px; font-weight: 850; letter-spacing: .15em; opacity: .8; }
.about__vision h3 { color: #fff; margin-bottom: 10px; }
.about__vision p { margin: 0; opacity: .82; font-size: 13px; }
.vision-routes { display: grid; gap: 8px; }
.vision-routes span { padding: 12px 16px; border: 1px solid rgba(255,255,255,.32); border-radius: 8px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 750; }
.intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.intro h2 { margin-bottom: 0; }
.intro__copy { padding-top: 30px; columns: 2; column-gap: 38px; color: var(--muted); font-size: 16px; }
.intro__copy p { margin-top: 0; break-inside: avoid; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; border-bottom: 1px solid var(--navy); break-inside: avoid; }
.text-link span, .card-link span { color: var(--red); }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 460px; margin: 0 0 10px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-overview { display: grid; grid-template-columns: .92fr 1.08fr; margin-bottom: 58px; overflow: hidden; color: #fff; border-radius: 22px; background: linear-gradient(135deg,var(--navy-deep),var(--navy)); box-shadow: 0 24px 55px rgba(3,31,67,.16); }
.service-overview__lead { position: relative; padding: 44px 46px; overflow: hidden; }
.service-overview__lead::after { content: "✈"; position: absolute; right: -22px; bottom: -50px; color: rgba(255,255,255,.055); font-size: 190px; transform: rotate(-12deg); }
.service-overview__badge { display: inline-flex; padding: 8px 11px; color: #fff; border-radius: 6px; background: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.service-overview h3 { margin: 21px 0 14px; color: #fff; font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; font-size: clamp(28px,3vw,42px); line-height: 1.08; letter-spacing: -.035em; }
.service-overview h3 em { color: #ff6170; font-style: normal; }
.service-overview__lead > p { position: relative; z-index: 1; max-width: 570px; margin: 0; color: #bed0e3; font-size: 15px; line-height: 1.75; }
.service-overview__lead > p b { color: #fff; }
.service-overview__routes { position: relative; z-index: 1; display: flex; gap: 10px; margin-top: 28px; }
.service-overview__routes span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(255,255,255,.07); color: #d5e1ee; font-size: 12px; }
.service-overview__routes b { display: block; color: #fff; font-size: 17px; }
.service-overview__reasons { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.045); }
.service-overview__reasons article { display: flex; gap: 15px; padding: 34px 27px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.service-overview__reasons i { flex: 0 0 35px; color: #ff6170; font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.service-overview__reasons b { display: block; margin-bottom: 8px; color: #fff; font-size: 16px; }
.service-overview__reasons p { margin: 0; color: #aebfd3; font-size: 12px; line-height: 1.65; }
.service-subhead { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 40px; margin-bottom: 25px; }
.service-subhead .eyebrow { grid-column: 1/-1; }
.service-subhead h3 { margin: 3px 0 0; color: var(--navy); font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; font-size: 28px; letter-spacing: -.025em; }
.service-subhead > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { position: relative; min-height: 430px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card--featured { color: #fff; border-color: var(--navy); background: linear-gradient(145deg,var(--navy),var(--navy-deep)); }
.service-card__media { position: relative; height: 170px; overflow: hidden; background: var(--navy); }
.service-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(3,30,65,.42)); pointer-events: none; }
.service-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .45s ease; }
.service-card:hover .service-card__media img { transform: scale(1.055); }
.service-card__content { padding: 0 25px 28px; }
.service-card__number {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border: 1px solid #c9d6e4;
  border-radius: 50%;
  background: rgba(238,243,248,.94);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .04em;
  opacity: 1;
}
.service-card:nth-child(2) .service-card__number,
.service-card:nth-child(4) .service-card__number {
  color: var(--red);
  border-color: #f2c6ca;
  background: #fff0f1;
}
.service-card--featured .service-card__number {
  color: #fff;
  border-color: rgba(255,255,255,.4);
  background: var(--red);
  box-shadow: 0 8px 22px rgba(227,27,42,.35);
}
.service-icon { position: relative; z-index: 2; width: 54px; height: 54px; display: grid; place-items: center; margin: -27px 0 24px; color: var(--red); border: 4px solid #fff; border-radius: 14px; background: #fff2f3; box-shadow: 0 8px 20px rgba(4,35,72,.13); font-size: 27px; font-weight: 500; }
.service-card--featured .service-icon { color: #fff; background: rgba(255,255,255,.1); }
.service-card h3 { margin: 0 0 13px; font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; font-size: 24px; font-weight: 780; line-height: 1.25; letter-spacing: -.025em; }
.service-card p { min-height: 100px; margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card--featured p { color: #b8cadf; }
.card-link { padding: 0; border: 0; color: inherit; background: transparent; font-weight: 800; font-size: 13px; }
.warning-box { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-top: 22px; padding: 20px 24px; border: 1px solid #f0d7d9; border-radius: 14px; background: #fff8f8; }
.warning-box__icon { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--red); font-weight: 900; }
.warning-box p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.service-fit {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr auto;
  gap: 42px;
  align-items: center;
  margin-top: 28px;
  padding: 40px 42px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-top: 5px solid var(--red);
  border-radius: 20px;
  background: linear-gradient(135deg,var(--navy-deep),var(--navy));
  box-shadow: 0 22px 48px rgba(3,31,67,.16);
}
.service-fit::after {
  content: "✈";
  position: absolute;
  right: 25%;
  bottom: -65px;
  color: rgba(255,255,255,.035);
  font-size: 180px;
  line-height: 1;
  transform: rotate(-12deg);
  pointer-events: none;
}
.service-fit > * { position: relative; z-index: 1; }
.service-fit span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff6a77;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
}
.service-fit span::before { content: ""; width: 32px; height: 3px; border-radius: 3px; background: var(--red); }
.service-fit h3 {
  max-width: 480px;
  margin: 12px 0 0;
  color: #fff;
  font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif;
  font-size: clamp(24px,2.2vw,32px);
  line-height: 1.22;
  letter-spacing: -.025em;
}
.service-fit ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 24px; margin: 0; padding: 0; list-style: none; }
.service-fit li { position: relative; padding-left: 29px; color: #c4d3e3; font-size: 14px; font-weight: 580; line-height: 1.5; }
.service-fit li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
}
.service-fit .btn { min-height: 58px; padding-inline: 25px; white-space: nowrap; box-shadow: 0 13px 28px rgba(227,27,42,.3); }

.process { color: #fff; background: linear-gradient(145deg,var(--navy-deep),var(--navy)); }
.section-head--light h2 { color: #fff; }.section-head--light > p { color: #a9bdd4; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; padding-top: 20px; }
.timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 56px; height: 1px; background: linear-gradient(90deg,var(--red),rgba(255,255,255,.16)); }
.timeline article { position: relative; text-align: center; }
.timeline article > span { position: absolute; top: -19px; left: calc(50% + 27px); color: #7892af; font-size: 10px; font-weight: 900; }
.timeline__icon { position: relative; z-index: 2; width: 74px; height: 74px; margin: 0 auto 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--navy-deep); font-size: 24px; }
.timeline article:first-child .timeline__icon { border-color: var(--red); background: var(--red); }
.timeline h3 { margin: 0 0 9px; font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; font-size: 19px; font-weight: 760; line-height: 1.3; }
.timeline p { margin: 0; color: #aec0d4; font-size: 13px; line-height: 1.55; }

.pricing__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.pricing__intro > p { color: var(--muted); font-size: 14px; }
.formula { margin: 28px 0; padding: 17px 20px; display: grid; grid-template-columns: 1fr auto; border-left: 3px solid var(--red); background: var(--soft); }
.formula small { grid-column: 1/-1; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.formula b { margin-top: 3px; color: var(--navy); font-size: 16px; }
.formula span { grid-row: 2/4; grid-column: 2; align-self: center; padding-left: 25px; color: var(--red); border-left: 1px solid var(--line); font-size: 24px; font-weight: 900; }
.formula em { color: var(--muted); font-size: 10px; font-style: normal; }
.price-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.price-card__head { display: flex; justify-content: space-between; align-items: center; padding: 23px 28px; color: #fff; background: var(--navy); }
.price-card__head div { display: grid; }.price-card__head span { font-size: 9px; letter-spacing: .15em; }.price-card__head b { font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; font-size: 20px; }
.price-card__tag { padding: 7px 10px; border-radius: 6px; background: rgba(255,255,255,.1); }
table { width: 100%; border-collapse: collapse; }
th,td { padding: 20px 24px; text-align: center; border-bottom: 1px solid var(--line); }
th { color: var(--muted); background: #f7f9fb; font-size: 11px; text-transform: uppercase; }
th:first-child, td:first-child { text-align: left; }
th small { color: var(--red); }
td { font-size: 13px; } td b { color: var(--navy); font-size: 17px; }
td a { color: var(--red); font-weight: 800; text-decoration: underline; }
.agent-price-row td { padding: 17px 24px; border-bottom: 0; background: #fff7f7; }
.agent-price-row td:first-child { text-align: left; }
.agent-price-row td:first-child b,.agent-price-label { color: var(--navy); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.agent-price-row a { color: var(--red); font-weight: 850; text-decoration: underline; }
.price-card__note { display: flex; align-items: center; gap: 10px; padding: 17px 24px; }
.price-card__note span { width: 22px; height: 22px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--navy); font-size: 12px; font-weight: 900; }
.price-card__note p { margin: 0; color: var(--muted); font-size: 11px; }

.insurance { padding-top: 15px; }
.insurance__card { display: grid; grid-template-columns: 1fr 1.35fr; gap: 65px; padding: 50px; color: #fff; border-radius: 22px; background: linear-gradient(130deg,var(--navy-deep),var(--navy)); }
.insurance__intro h2 { color: #fff; font-size: 40px; }
.insurance__intro p { color: #a9bdd4; font-size: 13px; }
.insurance__options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: stretch; }
.insurance__options article { position: relative; padding: 30px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.05); }
.insurance__options small { color: #9db1c9; font-size: 9px; letter-spacing: .16em; }
.insurance__options b { margin: 7px 0; color: #fff; font-family: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif; font-size: 36px; font-weight: 750; }
.insurance__options p { margin: 0; color: #a9bdd4; font-size: 12px; }
.insurance__option--active { border-color: var(--red)!important; background: rgba(227,27,42,.12)!important; }
.recommended { position: absolute; right: 12px; top: 12px; padding: 4px 7px; color: #fff; border-radius: 4px; background: var(--red); font-size: 7px; font-weight: 900; }

.news { background: #fff; }
.news-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-card__visual { position: relative; height: 185px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.news-card--main .news-card__visual { height: 220px; background: linear-gradient(145deg,var(--navy),var(--navy-deep)); }
.news-card__visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(3,31,68,.08),rgba(3,31,68,.4)); pointer-events: none; }
.news-card__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .45s ease; }
.news-card:hover .news-card__visual img { transform: scale(1.045); }
.news-card__visual--blue { background: linear-gradient(145deg,#0d5a9f,var(--navy)); }
.news-card__visual--route { background: linear-gradient(145deg,#112e55,#315a87); }
.news-card__tag { position: absolute; z-index: 2; left: 17px; top: 16px; padding: 7px 10px; border-radius: 5px; background: rgba(3,31,68,.78); box-shadow: 0 5px 15px rgba(0,0,0,.14); font-size: 8px; font-weight: 850; letter-spacing: .12em; backdrop-filter: blur(6px); }
.news-card__symbol { position: relative; z-index: 1; font-size: 58px; font-weight: 800; opacity: .9; }
.news-card__body { padding: 25px 23px 27px; }
.news-card__body small { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.news-card__body h3 { margin: 10px 0 12px; color: var(--navy-deep); font-size: 22px; font-weight: 780; line-height: 1.3; letter-spacing: -.025em; }
.news-card--main .news-card__body h3 { font-size: 26px; }
.news-card__body p { min-height: 75px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.news-card__body a { display: inline-flex; gap: 10px; align-items: center; color: var(--navy); border-bottom: 1px solid #a9b8c9; font-size: 12px; font-weight: 800; }
.news-card__body a span { color: var(--red); }
.news-topics { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 25px; padding: 17px 20px; border-radius: 12px; background: var(--soft); }
.news-topics > span { margin-right: 4px; color: var(--navy); font-size: 12px; font-weight: 800; }
.news-topics a { padding: 7px 10px; color: var(--muted); border: 1px solid #ced8e3; border-radius: 20px; background: #fff; font-size: 11px; }
.news-topics button { margin-left: auto; padding: 0; color: var(--red); border: 0; background: transparent; font-size: 11px; font-weight: 800; }

.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq__grid > div:first-child > p { color: var(--muted); font-size: 16px; }
.accordion__item { border-bottom: 1px solid #ccd5df; }
.accordion__item button { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; color: var(--ink); border: 0; background: transparent; text-align: left; font-size: 17px; font-weight: 780; }
.accordion__item button i { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); border: 1px solid #bac7d4; border-radius: 50%; font-style: normal; }
.accordion__item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.accordion__item > div p { overflow: hidden; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.accordion__item.is-open > div { grid-template-rows: 1fr; }
.accordion__item.is-open > div p { padding: 0 55px 20px 0; }
.accordion__item.is-open button { color: var(--red); }

.cta { padding: 75px 0; color: #fff; background: var(--red); }
.cta h2 { color: #fff; margin-bottom: 0; }.cta h2 em { color: #fff; opacity: .82; }
.cta .eyebrow { color: #fff; }.cta .eyebrow span { background: #fff; }
.cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.cta__inner > div:last-child > p { max-width: 480px; margin-bottom: 25px; opacity: .88; }
.cta__actions { display: flex; align-items: center; gap: 24px; }
.cta__actions a { font-size: 13px; }.cta__actions b { display: block; font-size: 18px; }
.cta__actions .cta__facebook { display: inline-flex; align-items: center; gap: 9px; font-weight: 750; white-space: nowrap; }
.cta__facebook svg { width: 30px; height: 30px; flex: 0 0 30px; filter: drop-shadow(0 5px 12px rgba(0,0,0,.16)); transition: transform .2s ease; }
.cta__facebook:hover svg { transform: translateY(-2px) scale(1.05); }

.footer { position: relative; overflow: hidden; padding: 0 0 25px; color: #9bb0c7; border-top: 4px solid var(--red); background: linear-gradient(145deg,#061a38,var(--navy-deep)); }
.footer::after { content: "HM"; position: absolute; right: -35px; bottom: -110px; color: rgba(255,255,255,.025); font-family: "Google Sans Flex",sans-serif; font-size: 330px; font-weight: 900; line-height: 1; pointer-events: none; }
.footer__top { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr auto; gap: 55px; align-items: center; padding-top: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__top > div > span { margin: 0 0 10px; color: #ff6875; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.footer__top h2 { margin: 0; color: #fff; font-size: clamp(28px,3vw,42px); line-height: 1.08; letter-spacing: -.035em; }
.footer__top > p { margin: 0; color: #aebfd2; font-size: 14px; line-height: 1.7; }
.footer__top .btn { min-height: 56px; box-shadow: 0 12px 30px rgba(227,27,42,.25); }
.footer__top .btn b { margin-left: 12px; font-size: 18px; }
.footer__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.55fr .65fr 1.05fr 1.15fr; gap: 55px; padding-top: 48px; }
.footer__brand { display: grid; grid-template-columns: 112px 1fr; gap: 22px; align-items: start; }
.footer__brand img { width: 112px; height: 112px; object-fit: contain; object-position: center; border-radius: 10px; background: #fff; filter: none; }
.footer__brand > div > b { display: block; margin: 3px 0 9px; color: #fff; font-size: 14px; letter-spacing: .04em; }
.footer__brand p { max-width: 270px; margin: 0; color: #91a7bf; font-size: 12px; line-height: 1.65; }
.footer h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: #fff; font-size: 14px; }
.footer h3 i { color: var(--red); font-size: 9px; font-style: normal; letter-spacing: .08em; }
.footer__column > a { display: flex; justify-content: space-between; gap: 18px; padding: 6px 0; color: #9bb0c7; font-size: 12px; }
.footer__column > a b { color: var(--red); font-weight: 800; }
.footer a:hover { color: #fff; }
.footer__social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer__social a,.footer__social button { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; margin: 0; padding: 6px 10px; color: #d9e5f1; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(255,255,255,.05); font-size: 10px; font-weight: 750; }
.footer__social button { cursor: pointer; }
.footer__social svg { width: 20px; height: 20px; }
.footer__social button span { display: grid; place-items: center; width: 20px; height: 20px; margin: 0; color: #0877f9; border-radius: 5px; background: #fff; font-size: 8px; font-weight: 900; }
.footer__contact-link { display: block !important; padding: 7px 0 10px !important; }
.footer__contact-link small { display: block; margin-bottom: 3px; color: #6f88a4; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.footer__contact-link strong { color: #fff; font-size: 20px; letter-spacing: -.02em; }
.footer__contact-link span { margin: 0; font-size: 12px; }
.footer__hours { display: flex; align-items: center; gap: 8px; margin-top: 9px; color: #9bb0c7; font-size: 11px; }
.footer__hours i { width: 7px; height: 7px; border-radius: 50%; background: #55cd7b; box-shadow: 0 0 0 4px rgba(85,205,123,.12); }
.footer__address { margin: 0 0 15px; color: #a8bad0; font-size: 12px; line-height: 1.75; }
.footer__map { justify-content: flex-start !important; width: fit-content; color: #fff !important; border-bottom: 1px solid rgba(255,255,255,.25); }
.footer__bottom { position: relative; z-index: 1; margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }
.footer__bottom span { font-size: 10px; }
.mobile-actions { display: none; }

.zalo-modal[hidden] { display: none; }
.zalo-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; }
.zalo-modal__backdrop { position: absolute; inset: 0; background: rgba(1,15,34,.76); backdrop-filter: blur(4px); }
.zalo-modal__content { position: relative; width: min(410px,100%); padding: 35px; display: flex; flex-direction: column; align-items: center; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.35); text-align: center; }
.zalo-modal__close { position: absolute; right: 14px; top: 10px; border: 0; color: var(--muted); background: transparent; font-size: 28px; }
.zalo-logo { padding: 7px 12px; color: #fff; border-radius: 9px; background: #0877f9; font-size: 20px; font-weight: 900; }
.zalo-modal h2 { margin: 14px 0 6px; font-family: inherit; font-size: 23px; }
.zalo-modal p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.zalo-qr-image { width: 260px; max-width: 100%; height: auto; display: block; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(4,35,72,.12); }
.zalo-phone { margin: 14px 0; color: var(--navy); font-size: 20px; }
.zalo-modal small { margin-top: 12px; color: #8a98a8; }

@media (max-width: 1000px) {
  .nav { gap: 15px; }
  .nav a:nth-child(4) { display: none; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-overview { grid-template-columns: 1fr; }
  .service-overview__reasons { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .service-fit { grid-template-columns: 1fr 1fr; }
  .service-fit .btn { grid-column: 1/-1; justify-self: start; }
  .news-grid { grid-template-columns: repeat(2,1fr); }
  .news-card--main { grid-column: 1/-1; display: grid; grid-template-columns: .85fr 1.15fr; }
  .news-card--main .news-card__visual { height: 100%; min-height: 260px; }
  .about__commitments { grid-template-columns: repeat(3,1fr); }
  .about__commitments article { min-height: 225px; }
  .timeline { grid-template-columns: repeat(3,1fr); row-gap: 50px; }
  .timeline::before { display: none; }
  .pricing__grid,.faq__grid { grid-template-columns: 1fr; }
  .pricing__intro { max-width: 650px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 28px, 620px); }
  .topbar__inner > span, .topbar__divider { display: none; }
  .topbar__inner { justify-content: center; }
  .header__inner { min-height: 70px; }
  .brand { width: 118px; height: 62px; }
  .header .btn { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav { position: absolute; left: 0; right: 0; top: 70px; padding: 15px 20px 22px; display: none; align-items: stretch; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(4,35,72,.12); }
  .nav.is-open { display: flex; }
  .nav a:nth-child(4) { display: block; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 70px 0 45px; }
  .hero__content { text-align: center; }
  .eyebrow { justify-content: center; }
  h1 { font-size: 48px; line-height: 1.03; }
  h2 { font-size: 40px; line-height: 1.08; }
  .eyebrow { gap: 10px; font-size: 13px; letter-spacing: .14em; }
  .eyebrow span { width: 34px; height: 3px; }
  .hero__lead { font-size: 16px; }
  .hero__routes,.hero__actions { justify-content: center; }
  .hero__visual { margin: 10px 5px 0; }
  .route-map { height: 300px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid > div { min-height: 90px; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 75px 0; }
  .intro__grid,.cta__inner,.insurance__card,.about__head,.about__story,.about__difference,.about__vision { grid-template-columns: 1fr; gap: 30px; }
  .about__stats { grid-template-columns: repeat(2,1fr); margin: 35px 0; }
  .about__stats > div { min-height: 95px; padding: 18px; border-bottom: 1px solid var(--line); }
  .about__stats > div:nth-child(2) { border-right: 0; }
  .about__story-main { padding: 28px 22px; }
  .about__story-main h3,.about__difference h3,.about__vision h3 { font-size: 27px; }
  .about__difference { padding: 55px 0 30px; }
  .about__commitments { grid-template-columns: 1fr; }
  .about__commitments article { min-height: 210px; padding: 24px; }
  .about__commitments i { margin-bottom: 25px; }
  .about__vision { padding: 30px 23px; }
  .intro__copy { padding-top: 0; columns: 1; }
  .section-head { align-items: start; flex-direction: column; gap: 15px; }
  .service-overview__lead { padding: 32px 24px; }
  .service-overview__routes { flex-direction: column; }
  .service-overview__reasons { grid-template-columns: 1fr; }
  .service-overview__reasons article { padding: 24px; }
  .service-subhead { grid-template-columns: 1fr; }
  .service-subhead .eyebrow { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-fit { grid-template-columns: 1fr; gap: 27px; padding: 32px 24px; }
  .service-fit ul { grid-template-columns: 1fr; }
  .service-fit .btn { grid-column: auto; width: 100%; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card--main { grid-column: auto; display: block; }
  .news-card--main .news-card__visual { height: 210px; min-height: 0; }
  .news-card__body p { min-height: 0; }
  .news-topics button { width: 100%; margin: 6px 0 0; text-align: left; }
  .service-card { min-height: 285px; }
  .warning-box { grid-template-columns: auto 1fr; }
  .warning-box .btn { grid-column: 1/-1; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { display: grid; grid-template-columns: 65px 1fr; text-align: left; column-gap: 15px; }
  .timeline__icon { grid-row: 1/3; width: 60px; height: 60px; margin: 0; }
  .timeline article > span { left: 43px; top: -8px; }
  .timeline h3 { align-self: end; }.timeline p { align-self: start; }
  .pricing__grid { gap: 35px; }
  .table-wrap { overflow-x: auto; }
  table { min-width: 0; table-layout: fixed; }
  th,td { padding: 15px 7px; font-size: 10px; }
  th:first-child,td:first-child { width: 38%; padding-left: 14px; }
  td b { font-size: 13px; }
  .agent-price-row td { padding: 14px 7px; }
  .agent-price-row td:first-child { width: 38%; padding-left: 14px; }
  .agent-price-row td:first-child b,.agent-price-label { font-size: 11px; }
  .price-card__head { padding: 19px 17px; }
  .price-card__note { align-items: flex-start; padding: 14px; }
  .insurance__card { padding: 30px 20px; }
  .insurance__options { grid-template-columns: 1fr; }
  .faq__grid { gap: 35px; }
  .cta { text-align: center; }
  .cta__actions { justify-content: center; flex-direction: column; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__top .btn { grid-column: 1/-1; justify-self: start; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1/-1; }
  .footer__bottom { align-items: center; flex-direction: column; text-align: center; }
  .mobile-actions { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; height: 62px; box-shadow: 0 -8px 24px rgba(0,0,0,.14); }
  .mobile-actions a,.mobile-actions button { display: grid; place-items: center; color: #fff; border: 0; font-weight: 800; }
  .mobile-actions a { background: var(--navy); }.mobile-actions button { background: var(--red); }
}

@media (max-width: 480px) {
  .hero__routes { flex-direction: column; }
  .route-pill { width: 100%; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__visual { display: none; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { padding-left: 24px; }
  .footer__top { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .footer__top .btn { grid-column: auto; width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; grid-template-columns: 90px 1fr; }
  .footer__brand img { width: 90px; height: 90px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto!important; transition: none!important; }
}
