:root {
  --ink: #192234;
  --muted: #657084;
  --line: #e8eaf0;
  --soft: #fff6f8;
  --pink: #e62568;
  --pink-dark: #bf1550;
  --orange: #ff7a45;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(27, 31, 45, .09);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--orange)); }
h1, h2, h3 { margin: 0; letter-spacing: -.035em; line-height: 1.1; }
h1 { font-size: clamp(2.5rem, 5.2vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.24rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.75; }
.gradient-text { background: linear-gradient(110deg, var(--pink) 15%, var(--orange)); background-clip: text; -webkit-background-clip: text; color: transparent; }

.topbar { background: var(--ink); color: rgba(255,255,255,.78); font-size: .79rem; }
.topbar .container { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar-links { display: flex; gap: 22px; }
.topbar a:hover { color: white; }
.header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(232,234,240,.9); backdrop-filter: blur(14px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 220px; }
.brand img { width: 54px; height: 54px; object-fit: contain; border-radius: 10px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: var(--pink); font-size: .86rem; letter-spacing: .08em; }
.brand-copy span { color: var(--muted); font-size: .6rem; letter-spacing: .1em; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: clamp(15px, 2.1vw, 30px); }
.nav-link { position: relative; padding: 27px 0 24px; font-size: .86rem; font-weight: 700; color: #424c5e; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--orange)); transition: .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--pink); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.nav-cta, .btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 0; border-radius: 999px; padding: 13px 21px; font-weight: 800; font-size: .88rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav-cta, .btn-primary { color: white; background: linear-gradient(120deg, var(--pink), var(--orange)); box-shadow: 0 10px 26px rgba(230,37,104,.22); }
.btn-secondary { color: var(--pink); background: white; border: 1px solid rgba(230,37,104,.24); }
.btn:hover, .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(230,37,104,.25); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: white; border-radius: 12px; color: var(--ink); font-size: 1.35rem; }

.hero { min-height: 660px; display: grid; align-items: center; position: relative; overflow: hidden; background: #fff9fa; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff 4%, rgba(255,255,255,.97) 36%, rgba(255,255,255,.48) 58%, rgba(255,255,255,.06) 80%); z-index: 1; }
.hero-media { position: absolute; inset: 0 0 0 32%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero .container { position: relative; z-index: 2; }
.hero-content { max-width: 720px; padding: 90px 0 100px; }
.hero h1 { max-width: 720px; margin: 18px 0 24px; }
.hero .lead { max-width: 660px; color: #4e5869; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; color: #4e5869; font-size: .85rem; font-weight: 700; }
.hero-note span::before { content: "✓"; color: var(--pink); margin-right: 7px; }

.trust-bar { border-block: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; gap: 13px; align-items: center; padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: white; font-size: .72rem; font-weight: 900; background: linear-gradient(135deg, var(--pink), var(--orange)); }
.trust-item strong { display: block; font-size: .9rem; }
.trust-item span { display: block; color: var(--muted); font-size: .75rem; line-height: 1.35; }

.section { padding: 104px 0; }
.section-soft { background: linear-gradient(135deg, #fff8fa 0%, #fff 48%, #fff7f2 100%); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 44px; }
.section-heading > div:first-child { max-width: 720px; }
.section-heading h2 { margin-top: 13px; }
.section-heading .lead { max-width: 530px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--pink); font-weight: 800; white-space: nowrap; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::before { content: ""; position: absolute; width: 130px; height: 130px; right: -45px; bottom: -55px; border-radius: 50%; background: linear-gradient(135deg, rgba(230,37,104,.08), rgba(255,122,69,.11)); }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(230,37,104,.25); }
.service-badge { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: var(--pink); background: var(--soft); font-size: .79rem; font-weight: 900; letter-spacing: .05em; }
.service-card h3 { margin: 22px 0 10px; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card .mini-link { display: inline-block; margin-top: 18px; color: var(--pink); font-weight: 800; font-size: .82rem; }

.route-layout { display: grid; grid-template-columns: .85fr 1.4fr; gap: 54px; align-items: center; }
.route-copy h2 { margin: 14px 0 22px; }
.route-copy .lead { margin-bottom: 24px; }
.coverage-line { color: var(--ink); font-size: .86rem; font-weight: 700; padding-top: 20px; border-top: 1px solid var(--line); }
.coverage-line span { color: var(--pink); }
.map-panel { min-height: 430px; border: 1px solid #f1e6ea; border-radius: 28px; background: radial-gradient(circle at 75% 45%, rgba(255,122,69,.10), transparent 26%), radial-gradient(circle at 25% 50%, rgba(230,37,104,.10), transparent 28%), #fff; box-shadow: var(--shadow); padding: 24px; }
.route-map { width: 100%; height: auto; overflow: visible; }
.route-map text { font-family: inherit; fill: #3a4557; font-size: 13px; font-weight: 700; }
.route-map .label-strong { fill: var(--pink); font-size: 15px; font-weight: 900; }
.route-map .arc { fill: none; stroke: url(#routeGradient); stroke-width: 2; stroke-dasharray: 5 5; opacity: .7; }
.route-map .node { fill: var(--pink); }
.route-map .dest { fill: var(--orange); }
.destination-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.chip { border: 1px solid var(--line); background: white; border-radius: 999px; padding: 7px 12px; color: #4d5869; font-size: .78rem; font-weight: 750; }

.partnership-band { position: relative; overflow: hidden; color: white; background: linear-gradient(115deg, var(--pink-dark), var(--pink) 42%, var(--orange)); }
.partnership-band::after { content: "α Ω"; position: absolute; right: 5%; top: -55px; color: rgba(255,255,255,.08); font-size: 18rem; font-weight: 900; line-height: 1; }
.band-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 55px; padding: 72px 0; }
.band-grid h2 { margin: 12px 0 19px; }
.band-grid p { color: rgba(255,255,255,.82); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit { display: flex; gap: 10px; align-items: center; font-size: .9rem; font-weight: 700; }
.benefit::before { content: "✓"; display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; color: var(--pink); background: white; }

.page-hero { position: relative; min-height: 410px; display: grid; align-items: center; overflow: hidden; background: linear-gradient(130deg, #fff4f7, #fff 52%, #fff4ee); }
.page-hero::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; right: -140px; top: -190px; background: linear-gradient(145deg, rgba(230,37,104,.16), rgba(255,122,69,.08)); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero-content { max-width: 780px; padding: 74px 0; }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.7rem); margin: 16px 0 20px; }
.breadcrumbs { color: var(--muted); font-size: .8rem; font-weight: 700; margin-bottom: 20px; }
.breadcrumbs a { color: var(--pink); }
.image-hero { color: white; min-height: 520px; }
.image-hero::before { z-index: 1; inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(90deg, rgba(25,34,52,.92) 0%, rgba(96,25,58,.78) 43%, rgba(25,34,52,.34) 72%, rgba(25,34,52,.1) 100%); }
.image-hero .page-hero-bg { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-hero .container { z-index: 2; }
.image-hero h1 { text-shadow: 0 2px 18px rgba(10,17,31,.24); }
.image-hero .lead { color: rgba(255,255,255,.92); text-shadow: 0 1px 8px rgba(10,17,31,.22); }
.image-hero .eyebrow { color: #ffb2ca; }
.image-hero .breadcrumbs { color: rgba(255,255,255,.78); }
.image-hero .breadcrumbs a { color: #ffd4e0; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.two-col h2 { margin: 14px 0 22px; }
.photo-card { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); min-height: 440px; }
.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stat-float { position: absolute; left: 25px; right: 25px; bottom: 25px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border-radius: 15px; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); }
.stat-float div { padding: 16px; background: rgba(255,255,255,.55); }
.stat-float strong { display: block; color: var(--pink); font-size: 1.05rem; }
.stat-float span { color: var(--muted); font-size: .7rem; font-weight: 700; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 31px; color: #4e5869; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--pink); font-weight: 900; }
.values-grid, .lane-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card, .lane-card, .process-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.value-card .num, .process-card .num { color: var(--pink); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.value-card h3, .process-card h3 { margin: 18px 0 10px; }
.value-card p, .process-card p, .lane-card p { color: var(--muted); font-size: .92rem; }

.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-detail { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 32px; border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.service-detail .service-badge { width: 62px; height: 62px; }
.service-detail h3 { margin-bottom: 11px; }
.service-detail p { color: var(--muted); font-size: .93rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.service-tags span { background: var(--soft); color: #6c4351; border-radius: 999px; padding: 5px 10px; font-size: .72rem; font-weight: 750; }

.lane-card { position: relative; overflow: hidden; min-height: 220px; }
.lane-card::after { content: attr(data-code); position: absolute; right: -8px; bottom: -30px; color: rgba(230,37,104,.06); font-size: 7.8rem; font-weight: 900; line-height: 1; }
.lane-card .country { display: inline-flex; align-items: center; gap: 9px; color: var(--pink); font-weight: 900; font-size: .78rem; letter-spacing: .08em; }
.lane-card h3 { margin: 20px 0 11px; font-size: 1.5rem; }
.lane-card .ports { margin-top: 16px; color: #4b5668; font-size: .8rem; font-weight: 750; }

.partner-steps { display: grid; gap: 15px; }
.partner-step { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: start; padding: 21px; border: 1px solid var(--line); border-radius: 16px; }
.partner-step .num { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: white; background: linear-gradient(135deg,var(--pink),var(--orange)); font-weight: 900; }
.partner-step h3 { margin-bottom: 5px; }
.partner-step p { color: var(--muted); font-size: .88rem; }

.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: start; }
.contact-panel { position: relative; overflow: hidden; padding: 38px; border: 1px solid #ffd5e2; border-radius: 26px; color: var(--ink); background: linear-gradient(145deg, #fff7fa 0%, #ffffff 55%, #fff2ec 100%); box-shadow: 0 24px 55px rgba(230,37,104,.11); }
.contact-panel::after { content: ""; position: absolute; right: -90px; bottom: -100px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(255,122,69,.16), rgba(230,37,104,.04) 58%, transparent 72%); pointer-events: none; }
.contact-panel > * { position: relative; z-index: 1; }
.contact-panel .eyebrow { color: var(--pink); }
.contact-panel h2 { font-size: 2.2rem; margin: 15px 0 17px; }
.contact-panel > p { color: var(--muted); }
.contact-list { display: grid; gap: 20px; margin-top: 34px; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.contact-row .icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(230,37,104,.2); border-radius: 12px; background: linear-gradient(135deg, #fff0f5, #fff6ef); color: var(--pink); font-weight: 900; font-size: .72rem; }
.contact-row span { display: block; color: var(--muted); font-size: .72rem; }
.contact-row strong { font-size: .91rem; }
.quote-form { padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.quote-form h2 { font-size: 2.2rem; margin-bottom: 9px; }
.quote-form > p { color: var(--muted); margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 800; color: #455063; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #dfe3ea; background: #fbfcfe; border-radius: 11px; padding: 12px 13px; color: var(--ink); outline: none; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(230,37,104,.09); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; }
.form-note { color: var(--muted); font-size: .76rem; max-width: 360px; }
.form-status { display: none; margin-top: 18px; padding: 13px 15px; border-radius: 10px; background: #effaf3; color: #25613b; font-size: .86rem; font-weight: 700; }
.form-status.show { display: block; }

.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 36px; padding: 48px; border-radius: 28px; color: white; background: linear-gradient(120deg, var(--pink-dark), var(--pink) 45%, var(--orange)); box-shadow: 0 24px 55px rgba(230,37,104,.2); }
.cta-box h2 { font-size: clamp(2rem, 3.5vw, 3.15rem); }
.cta-box p { color: rgba(255,255,255,.78); margin-top: 10px; max-width: 680px; }
.cta-box .btn { color: var(--pink); background: white; flex: 0 0 auto; }

.footer { color: rgba(255,255,255,.7); background: #151d2c; }
.footer-main { padding: 66px 0 48px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; }
.footer .brand-copy strong { color: white; }
.footer .brand-copy span { color: rgba(255,255,255,.5); }
.footer-about p { margin-top: 18px; max-width: 340px; font-size: .87rem; }
.footer h3 { color: white; font-size: .9rem; letter-spacing: .03em; margin-bottom: 18px; }
.footer-links { display: grid; gap: 10px; font-size: .83rem; }
.footer-links a:hover { color: #ff8caf; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; }

@media (max-width: 980px) {
  .topbar { display: none; }
  .nav { min-height: 68px; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 68px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 34px rgba(20,27,40,.1); }
  .nav-links.open { display: flex; }
  .nav-link { padding: 12px 2px; }
  .nav-link::after { display: none; }
  .nav-cta { margin-top: 8px; }
  .menu-toggle { display: grid; place-items: center; }
  .hero { min-height: 620px; }
  .hero-media { left: 22%; opacity: .6; }
  .hero::before { background: linear-gradient(90deg, white 5%, rgba(255,255,255,.95) 55%, rgba(255,255,255,.25)); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid, .values-grid, .lane-grid, .process-grid { grid-template-columns: repeat(2,1fr); }
  .route-layout, .two-col, .contact-layout { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-main > :last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  .brand { min-width: auto; }
  .brand img { width: 47px; height: 47px; }
  .brand-copy span { display: none; }
  .hero { min-height: 670px; }
  .hero-media { left: 0; opacity: .34; }
  .hero::before { background: linear-gradient(180deg, rgba(255,255,255,.85), white 80%); }
  .hero-content { padding: 70px 0 74px; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 12px; }
  .section { padding: 74px 0; }
  .section-heading { display: grid; gap: 20px; margin-bottom: 32px; }
  .service-grid, .values-grid, .lane-grid, .process-grid { grid-template-columns: 1fr; }
  .route-layout { gap: 34px; }
  .map-panel { min-height: 0; padding: 12px; overflow-x: auto; }
  .route-map { min-width: 600px; }
  .band-grid { padding: 56px 0; gap: 34px; }
  .benefit-list { grid-template-columns: 1fr; }
  .page-hero { min-height: 370px; }
  .image-hero { min-height: 500px; }
  .photo-card { min-height: 390px; }
  .stat-float { grid-template-columns: 1fr; }
  .stat-float div { padding: 10px 14px; }
  .service-detail { grid-template-columns: 1fr; padding: 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .quote-form, .contact-panel { padding: 26px; }
  .cta-box { display: grid; padding: 34px 26px; }
  .cta-box .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-main > :last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

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

/* Visual revision: closely follows the approved AOMEGA homepage concept. */
:root { --container: 1240px; --radius: 12px; }
.header { top: 0; }
.nav { min-height: 82px; }
.brand { min-width: 252px; }
.brand img { width: 58px; height: 58px; border-radius: 8px; }
.brand-copy strong { font-size: 1rem; }
.brand-copy span { max-width: 190px; margin-top: 5px; color: #505b6e; font-size: .65rem; font-weight: 650; line-height: 1.25; letter-spacing: .085em; }
.nav-links { gap: clamp(12px, 1.6vw, 24px); }
.nav-link { padding-block: 30px 26px; font-size: .83rem; }
.nav-cta, .btn { border-radius: 5px; padding: 12px 22px; }
.nav-cta { padding: 12px 22px; }

.hero { min-height: 505px; background: #fff5f7; }
.hero::before { background: linear-gradient(90deg, #fff7f9 0%, rgba(255,247,249,.98) 31%, rgba(255,247,249,.70) 46%, rgba(255,255,255,0) 70%); }
.hero-media { inset: 0; }
.hero-media img { object-position: center; }
.hero-content { max-width: 660px; padding: 64px 0 70px; }
.hero h1 { max-width: 650px; margin: 12px 0 18px; font-size: clamp(2.55rem, 4.2vw, 4.2rem); }
.hero .lead { max-width: 570px; font-size: 1.02rem; line-height: 1.55; }
.hero-actions { margin-top: 24px; }
.hero-script, .photo-script, .footer-script { font-family: "Segoe Script", "Bradley Hand", cursive; font-style: italic; transform: rotate(-7deg); }
.hero-script { position: absolute; z-index: 3; right: 5%; top: 58px; color: var(--pink); font-size: clamp(1.35rem, 2.5vw, 2.4rem); line-height: 1.25; text-align: center; text-shadow: 0 1px white; }

.trust-grid { grid-template-columns: repeat(5, 1fr); }
.trust-item { padding: 18px 22px; }
.trust-icon { width: 42px; height: 42px; border-radius: 12px; background: transparent; border: 2px solid var(--pink); color: var(--pink); }
.trust-item strong { font-size: .82rem; }
.trust-item span { font-size: .72rem; }

.home-section { padding: 58px 0; }
.compact-heading { align-items: center; margin-bottom: 24px; }
.compact-heading > div:first-child { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; max-width: none; }
.compact-heading .eyebrow { font-size: 1.45rem; letter-spacing: -.02em; color: var(--ink); }
.compact-heading .eyebrow::before { width: 28px; }
.compact-heading p { padding: 7px 12px; border: 1px solid #ffd7e2; border-radius: 999px; color: #535e70; background: linear-gradient(110deg, #fff6f9, #fff8f3); font-size: .82rem; font-weight: 600; line-height: 1.25; }
.text-link { font-size: .82rem; }

.service-grid { gap: 14px; }
.home-service-grid { grid-template-columns: repeat(6, 1fr); }
.service-card { min-height: 0; padding: 0; border-radius: 7px; }
.service-card::before { display: none; }
.service-visual { aspect-ratio: 1.55 / 1; background-image: url('/assets/service-sprite.png'); background-size: 300% 200%; background-repeat: no-repeat; }
.service-1 { background-position: 0% 0%; }
.service-2 { background-position: 50% 0%; }
.service-3 { background-position: 100% 0%; }
.service-4 { background-position: 0% 100%; }
.service-5 { background-position: 50% 100%; }
.service-6 { background-position: 100% 100%; }
.service-card-body { display: grid; grid-template-columns: 35px 1fr; gap: 10px; padding: 14px 12px 15px; }
.service-card .service-badge { width: 30px; height: 30px; border-radius: 5px; font-size: .64rem; }
.service-card h3 { margin: 1px 0 4px; font-size: .91rem; letter-spacing: -.02em; }
.service-card p { font-size: .74rem; line-height: 1.4; }
.service-card .mini-link { margin-top: 8px; font-size: .7rem; }

.trade-home { padding: 42px 0 36px; }
.route-showcase { display: grid; grid-template-columns: .72fr 1.55fr .72fr; gap: 24px; align-items: center; }
.route-showcase .route-copy h2 { margin: 0 0 13px; color: var(--pink); font-size: clamp(1.8rem, 2.8vw, 2.65rem); }
.route-showcase .route-copy p { color: #4e5869; font-size: .84rem; line-height: 1.5; margin-bottom: 18px; }
.route-showcase .route-copy .btn { font-size: .76rem; padding: 10px 13px; }
.trade-home .map-panel { min-height: 0; padding: 0 8px; box-shadow: none; border: 0; background: transparent; }
.trade-home .route-map { height: 310px; }
.trade-home .coverage-line { text-align: center; padding-top: 7px; font-size: .72rem; }
.destination-list { align-self: center; }
.destination-list h3 { color: var(--pink); margin-bottom: 10px; font-size: .94rem; }
.destination-list p { padding: 5px 0; border-bottom: 1px solid var(--line); color: #4e5869; font-size: .7rem; line-height: 1.35; }
.destination-list strong { color: var(--ink); }

.partnership-band { min-height: 280px; background: linear-gradient(110deg, var(--pink-dark), var(--pink) 50%, var(--orange) 69%, transparent 69%); }
.partnership-band::after { display: none; }
.partner-photo { position: absolute; inset: 0 0 0 62%; }
.partner-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--orange), transparent 32%); }
.partner-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.photo-script { position: absolute; z-index: 2; right: 8%; bottom: 25px; color: white; font-size: 1.45rem; line-height: 1.2; text-align: right; }
.band-grid { grid-template-columns: 1fr 1fr; width: min(760px, calc(100% - 40px)); margin-left: max(calc((100% - var(--container)) / 2), 20px); margin-right: auto; padding: 38px 0; gap: 35px; }
.band-grid h2 { margin: 7px 0 12px; font-size: 2.1rem; }
.band-grid p { font-size: .82rem; line-height: 1.55; }
.band-grid .eyebrow { color: white !important; font-size: .7rem; }
.benefit-list { grid-template-columns: 1fr; gap: 8px; }
.benefit { font-size: .76rem; }
.benefit::before { width: 21px; height: 21px; }

.cases-section { padding-bottom: 48px; }
.cases-layout { display: grid; grid-template-columns: 4fr 1.18fr; gap: 20px; }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: white; }
.case-visual { aspect-ratio: 1.55 / 1; background-image: url('/assets/case-sprite.png'); background-size: 200% 200%; background-repeat: no-repeat; }
.case-1 { background-position: 0% 0%; }
.case-2 { background-position: 100% 0%; }
.case-3 { background-position: 0% 100%; }
.case-4 { background-position: 100% 100%; }
.case-body { padding: 12px; }
.case-body h3 { font-size: .78rem; margin-bottom: 4px; }
.case-body p { color: var(--muted); font-size: .68rem; }
.case-cta { display: flex; flex-direction: column; justify-content: center; padding: 22px; border-radius: 7px; background: linear-gradient(135deg, #fff0f5, #fff6f1); }
.case-cta h2 { color: var(--pink); font-size: 1.23rem; }
.case-cta p { color: #4e5869; font-size: .77rem; line-height: 1.5; margin: 12px 0 15px; }
.case-cta .btn { align-self: flex-start; font-size: .75rem; padding: 10px 15px; }

.page-hero { min-height: 350px; }
.page-hero-content { padding: 58px 0; }
.page-hero h1 { font-size: clamp(2.5rem, 4.4vw, 4rem); }
.image-hero { min-height: 430px; }

.footer { color: #566174; background: white; border-top: 1px solid var(--line); }
.footer-main { padding: 38px 0 28px; grid-template-columns: 1.12fr 1.55fr 1fr 1.1fr; align-items: center; gap: 34px; }
.footer .brand-copy strong { color: var(--pink); }
.footer .brand-copy span { color: var(--muted); }
.footer-about p { margin-top: 8px; font-size: .7rem; }
.footer h3 { color: var(--ink); margin-bottom: 8px; font-size: .75rem; }
.footer-contact p { font-size: .72rem; line-height: 1.7; }
.footer-contact a { color: #4f596c; }
.footer-contact a:hover { color: var(--pink); }
.footer-script { color: var(--pink); font-size: 1.15rem; line-height: 1.3; text-align: center; }
.footer-bottom { padding: 15px 0; border-top: 1px solid var(--line); font-size: .68rem; }
.footer-nav { display: flex; gap: 0; }
.footer-nav a { padding: 0 10px; border-right: 1px solid var(--line); }
.footer-nav a:first-child { padding-left: 0; }
.footer-nav a:hover { color: var(--pink); }

@media (max-width: 1100px) {
  .home-service-grid { grid-template-columns: repeat(3, 1fr); }
  .route-showcase { grid-template-columns: .8fr 1.4fr; }
  .destination-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 15px; }
  .destination-list h3 { grid-column: 1 / -1; }
  .partnership-band { background: linear-gradient(110deg, var(--pink-dark), var(--pink) 58%, var(--orange)); }
  .partner-photo { opacity: .28; left: 55%; }
  .band-grid { width: min(860px, calc(100% - 40px)); }
  .cases-layout { grid-template-columns: 1fr; }
  .case-cta { display: grid; grid-template-columns: 1fr 1.5fr auto; align-items: center; gap: 15px; }
  .case-cta p { margin: 0; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .nav { min-height: 70px; }
  .nav-links { top: 70px; }
  .hero { min-height: 560px; }
  .hero::before { background: linear-gradient(90deg, rgba(255,247,249,.98), rgba(255,247,249,.9) 60%, rgba(255,255,255,.3)); }
  .hero-script { display: none; }
  .trust-grid { grid-template-columns: repeat(3,1fr); }
  .trust-item:nth-child(2) { border-right: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-bottom: 0; }
  .trust-item:nth-child(3) { border-right: 0; }
  .trust-item:nth-child(n+4) { border-top: 1px solid var(--line); }
  .partner-photo { left: 50%; }
  .band-grid { margin-inline: auto; }
}

@media (max-width: 720px) {
  .brand { min-width: auto; }
  .brand-copy strong { font-size: .8rem; }
  .hero { min-height: 615px; }
  .hero-media { opacity: .42; }
  .hero-media img { object-position: 67% center; }
  .hero::before { background: linear-gradient(180deg, rgba(255,247,249,.9), #fff8fa 83%); }
  .hero-content { padding: 58px 0 62px; }
  .hero h1 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0 !important; border-top: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .home-service-grid { grid-template-columns: repeat(2, 1fr); }
  .compact-heading > div:first-child { display: grid; gap: 4px; }
  .compact-heading .eyebrow { font-size: 1.2rem; }
  .route-showcase { grid-template-columns: 1fr; }
  .trade-home .map-panel { overflow: auto; }
  .trade-home .route-map { min-width: 590px; }
  .destination-list { grid-template-columns: 1fr; }
  .band-grid { grid-template-columns: 1fr; padding: 42px 0; }
  .band-grid > div { max-width: 520px; }
  .partner-photo { left: 0; opacity: .15; }
  .benefit-list { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case-cta { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom, .footer-nav { display: grid; gap: 8px; }
  .footer-nav { grid-template-columns: repeat(2, 1fr); }
  .footer-nav a { padding: 0; border: 0; }
}

@media (max-width: 460px) {
  .home-service-grid, .case-grid { grid-template-columns: 1fr; }
  .service-visual, .case-visual { aspect-ratio: 1.85 / 1; }
  .benefit-list { grid-template-columns: 1fr; }
}

/* Navigation tools and the approved coral line-icon system. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon-svg { width: 1.35rem; height: 1.35rem; display: block; }
.nav-tools { display: flex; align-items: center; height: 42px; border: 1px solid var(--line); border-radius: 5px; background: white; }
.icon-button, .language-button { height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ink); }
.icon-button { width: 43px; border-right: 1px solid var(--line); }
.icon-button:hover, .language-button:hover { color: var(--pink); background: var(--soft); }
.language-picker { position: relative; }
.language-button { gap: 6px; padding: 0 10px; font-size: .78rem; font-weight: 800; }
.language-button .icon-svg { width: 1.12rem; height: 1.12rem; }
.chevron { font-size: .85rem; transform: translateY(-1px); }
.language-menu { position: absolute; z-index: 70; right: 0; top: calc(100% + 10px); width: 190px; padding: 7px; border: 1px solid var(--line); border-radius: 9px; background: white; box-shadow: 0 16px 38px rgba(25,34,52,.13); }
.language-menu[hidden] { display: none; }
.language-option { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 10px 11px; border-radius: 6px; color: var(--ink); font-size: .79rem; font-weight: 750; }
.language-option.current { background: var(--soft); color: var(--pink); }
.language-option.muted { color: var(--muted); }
.language-option small { font-size: .63rem; font-weight: 650; }

.search-panel { visibility: hidden; position: absolute; z-index: 60; top: 100%; left: 0; right: 0; opacity: 0; transform: translateY(-8px); border-top: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 22px 45px rgba(25,34,52,.12); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.search-panel.open { visibility: visible; opacity: 1; transform: translateY(0); }
.search-inner { padding-block: 22px 25px; }
.search-field { position: relative; display: flex; align-items: center; max-width: 760px; margin-inline: auto; color: var(--pink); }
.search-field > .icon-svg { position: absolute; left: 16px; width: 1.25rem; height: 1.25rem; }
.search-field input { width: 100%; height: 52px; padding: 0 52px 0 49px; border: 1px solid #dfe3ea; border-radius: 8px; outline: none; color: var(--ink); background: #fbfcfe; }
.search-field input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(230,37,104,.09); }
.search-close { position: absolute; right: 8px; width: 36px; height: 36px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); font-size: 1.5rem; }
.search-close:hover { color: var(--pink); background: var(--soft); }
.search-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; max-width: 760px; margin: 14px auto 0; }
.search-result { position: relative; display: grid; gap: 2px; padding: 11px 38px 11px 13px; border: 1px solid var(--line); border-radius: 7px; }
.search-result:hover { border-color: rgba(230,37,104,.35); background: var(--soft); }
.search-result strong { font-size: .79rem; }
.search-result span { overflow: hidden; color: var(--muted); font-size: .7rem; white-space: nowrap; text-overflow: ellipsis; }
.search-result b { position: absolute; right: 13px; top: 50%; color: var(--pink); transform: translateY(-50%); }
.search-empty { grid-column: 1 / -1; padding: 13px; color: var(--muted); text-align: center; font-size: .82rem; }

.trust-icon { width: 48px; height: 48px; flex: 0 0 48px; border: 0; border-radius: 0; }
.trust-item .trust-icon { color: var(--pink); }
.trust-icon .icon-svg { width: 45px; height: 45px; stroke-width: 1.55; }
.service-card .service-badge, .service-detail .service-badge { color: var(--pink); border: 1.5px solid currentColor; background: white; }
.service-card .service-badge .icon-svg { width: 22px; height: 22px; stroke-width: 1.6; }
.service-detail .service-badge .icon-svg { width: 36px; height: 36px; stroke-width: 1.5; }

@media (max-width: 1120px) {
  .brand { min-width: 220px; }
  .nav-links { gap: 11px; }
  .nav-link { font-size: .77rem; }
  .nav-cta { padding-inline: 15px; }
}

@media (max-width: 980px) {
  .nav-tools { margin-top: 8px; align-self: flex-start; }
  .nav-links .nav-cta { align-self: stretch; }
  .search-results { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .search-inner { padding-block: 15px 18px; }
  .search-results { max-height: 48vh; overflow: auto; }
  .trust-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .trust-icon .icon-svg { width: 41px; height: 41px; }
}

html:lang(zh-CN) body { font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif; }
html:lang(zh-CN) h1, html:lang(zh-CN) h2, html:lang(zh-CN) h3 { letter-spacing: -.02em; }
html:lang(zh-CN) .eyebrow { letter-spacing: .08em; }
html:lang(zh-CN) .brand-copy span { letter-spacing: .04em; }
html:lang(zh-CN) .nav-link { font-size: .88rem; }
