:root {
  --gold: #f5ae00;
  --gold-deep: #b76800;
  --ink: #071126;
  --navy: #0f1b31;
  --muted: #536079;
  --line: #e3e7ed;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Inter", "Noto Sans SC", system-ui, sans-serif; }
a { color: inherit; }
.shell { width: min(1157px, calc(100% - 68px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 30; height: 68px; border-bottom: 1px solid #e6e9ed; background: rgba(255,255,255,.98); backdrop-filter: blur(10px); }
.nav { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-inline: 19px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-wordmark { font-size: 20px; font-weight: 900; letter-spacing: -.045em; }
.brand-yellow { color: #e8a317; }
.brand-ink { color: #111113; }
.brand-subtitle { margin-top: 6px; color: #6d7687; font-size: 9px; font-weight: 900; letter-spacing: .24em; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 800; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-deep); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { min-height: 42px; display: grid; place-items: center; cursor: pointer; border: 1px solid #d1d5db; border-radius: 8px; padding: 0 14px; font-weight: 900; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav nav { position: absolute; right: 0; top: 49px; width: 230px; display: grid; gap: 3px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 9px; box-shadow: 0 20px 50px rgba(19,32,51,.16); }
.mobile-nav nav a { padding: 12px; border-radius: 8px; text-decoration: none; font-size: 14px; font-weight: 800; }
.mobile-nav nav a:hover { background: #fff5da; }

.hero { height: 282px; overflow: hidden; background: #fff; }
.hero-grid { height: 282px; display: grid; grid-template-columns: 550px 1fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; align-self: start; padding: 42px 0 0 19px; }
.eyebrow { color: var(--gold-deep); font-size: 15px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { margin: 10px 0 11px; font-size: 53px; line-height: .9; letter-spacing: -.055em; font-weight: 800; }
.hero-copy > p { width: 485px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.42; }
.hero-art { position: relative; align-self: stretch; }
.hero-art img { position: absolute; top: -8px; bottom: -8px; left: 0; right: -35px; width: auto; height: auto; display: block; object-fit: fill; }

.service-directory { padding: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.service-card { height: 627px; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid; border-radius: 17px; box-shadow: 0 10px 28px rgba(35,48,71,.035); }
.service-card-international { border-color: #cbe4f3; background: linear-gradient(145deg,#f7fcff 0%,#eff9fe 100%); }
.service-card-local { border-color: #dbe8cb; background: linear-gradient(145deg,#fbfff8 0%,#f3faed 100%); }
.service-card-freight { border-color: #ead9bc; background: linear-gradient(145deg,#fffdf8 0%,#fff7e9 100%); }
.service-visual { height: 233px; flex: 0 0 233px; overflow: hidden; background: #f4f7f8; }
.service-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.service-content { min-height: 0; flex: 1; display: flex; flex-direction: column; padding: 15px 24px 24px; }
.service-card h2 { margin: 0 0 10px; font-size: 25px; line-height: 1.08; letter-spacing: -.04em; }
.service-card p { min-height: 65px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.48; }
.benefit-list { display: grid; gap: 11px; margin: 14px 0 0; padding: 0; list-style: none; color: #4b5870; font-size: 14px; line-height: 1.3; }
.benefit-list li { min-height: 27px; display: flex; align-items: center; gap: 11px; }
.benefit-icon { width: 30px; flex: 0 0 30px; display: grid; place-items: center; background: transparent; line-height: 1; }
.benefit-icon .ic { width: 23px; height: 23px; display: block; }
.ic { color: inherit; }
.service-card-international .benefit-icon { color: #168bc9; }
.service-card-local .benefit-icon { color: #4d9a2f; }
.service-card-freight .benefit-icon { color: #bb7100; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.btn { height: 52px; min-width: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 9px; padding: 0 10px; white-space: nowrap; text-align: center; text-decoration: none; font-size: 13px; font-weight: 900; }
.btn span { font-size: 18px; line-height: 1; }
.btn-gold { background: linear-gradient(135deg,#ffc42c,#f1aa00); color: #111; box-shadow: 0 7px 17px rgba(215,151,0,.14); }
.btn-gold:hover { background: #f7c84e; }
.btn-outline { border-color: #cbd3df; background: rgba(255,255,255,.9); color: var(--navy); }

.trust-section { margin-top: 22px; }
.trust-strip { height: 123px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-radius: 17px; background: linear-gradient(90deg,#fff9ed,#fffdf9,#fff8eb); padding: 20px 18px; }
.trust-item { min-width: 0; height: 78px; display: flex; align-items: center; gap: 13px; padding: 0 18px; }
.trust-item + .trust-item { border-left: 1px solid #ded8cd; }
.trust-icon { width: 46px; flex: 0 0 46px; display: grid; place-items: center; color: #f1a900; background: transparent; line-height: 1; }
.trust-icon .ic { width: 37px; height: 37px; display: block; }
.trust-globe .ic { width: 39px; height: 39px; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--ink); font-size: 13px; line-height: 1.25; }
.trust-item small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.directory-note { margin-top: 19px; }
.note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.note { height: 145px; border-radius: 17px; background: linear-gradient(145deg,#fff9ef,#fffdf9); padding: 28px 28px; }
.note h2 { margin: 0 0 10px; font-size: 22px; line-height: 1.2; letter-spacing: -.035em; }
.note p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.note a { color: inherit; text-decoration: none; }

.site-footer { background: #121c28; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr; gap: 46px; padding: 48px 0 34px; }
.footer-brand .brand-ink { color: #fff; }
.footer-company p { margin: 8px 0; color: #cbd5e1; font-size: 14px; line-height: 1.55; }
.footer-company a { color: inherit; }
.footer-nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.footer-heading { margin-bottom: 14px; color: #e7b854; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #d5dce5; text-decoration: none; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #344152; padding: 20px 0 28px; color: #aeb9c6; font-size: 12px; }
.footer-bottom a { color: #fff; font-weight: 900; }

@media (max-width: 900px) {
  .shell { width: min(100% - 40px, 728px); }
  .nav { padding-inline: 0; }
  .nav-links { display: none; }
  .mobile-nav { display: block; }
  .hero { height: auto; }
  .hero-grid { height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 38px 0 10px; }
  .hero h1 { font-size: 50px; }
  .hero-art { height: 270px; }
  .hero-art img { inset: 0; width: 100%; height: 100%; object-fit: contain; }
  .service-directory { padding-top: 18px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { height: auto; min-height: 360px; display: grid; grid-template-columns: 42% 58%; }
  .service-visual { width: 100%; height: 100%; min-height: 360px; }
  .service-content { min-height: 360px; padding: 24px; }
  .service-card p { min-height: 0; }
  .trust-section { margin-top: 18px; }
  .trust-strip { height: auto; grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .trust-item:nth-child(3) { border-left: 0; }
  .directory-note { margin-bottom: 0; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 532px); }
  .brand-mark { width: 43px; height: 43px; }
  .brand-wordmark { font-size: 19px; }
  .hero-copy { padding-top: 34px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { width: auto; font-size: 16px; }
  .hero-art { height: 218px; }
  .service-directory { padding-top: 14px; }
  .service-card { display: flex; min-height: 0; border-radius: 17px; }
  .service-visual { width: 100%; height: auto; min-height: 0; aspect-ratio: 377 / 233; flex: none; }
  .service-content { min-height: 360px; padding: 20px; }
  .service-card h2 { font-size: 25px; }
  .service-card p { font-size: 14px; }
  .benefit-list { font-size: 13px; }
  .card-actions { gap: 8px; }
  .btn { height: 50px; padding-inline: 7px; font-size: 12px; }
  .trust-strip { grid-template-columns: 1fr; gap: 0; padding-block: 7px; }
  .trust-item { height: auto; padding: 17px 12px; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid #ded8cd; }
  .note-grid { grid-template-columns: 1fr; }
  .note { height: auto; min-height: 136px; padding: 25px 22px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 12px; }
}
