:root {
  --navy: #0a2f6b;
  --navy-deep: #071d44;
  --red: #d71920;
  --white: #ffffff;
  --text: #1e293b;
  --muted: #64748b;
  --bg: #f4f7fb;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(6, 24, 44, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148,163,184,0.18);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 24px;
}
.brand img { height: 58px; width: auto; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 600;
  color: var(--navy);
}
.site-nav a:not(.btn):hover { color: var(--red); }
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 30px;
  color: var(--navy);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--red), #ef3138);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(215, 25, 32, 0.25);
}
.btn-secondary {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.35);
}
.btn-nav {
  background: var(--navy);
  color: var(--white);
}
.full { width: 100%; }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 23, 55, 0.88) 0%, rgba(8, 33, 78, 0.78) 36%, rgba(7, 29, 68, 0.30) 70%, rgba(7, 29, 68, 0.20) 100%),
    linear-gradient(180deg, rgba(4, 18, 42, 0.15), rgba(4, 18, 42, 0.55));
}
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 40px;
  align-items: center;
  padding: 90px 0 80px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
}
.eyebrow.light { color: #dbeafe; }
.hero-copy h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.03;
  max-width: 760px;
}
.hero-text {
  margin: 24px 0 0;
  color: rgba(255,255,255,0.92);
  font-size: 1.12rem;
  line-height: 1.8;
  max-width: 680px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.hero-panel { display: flex; justify-content: flex-end; }
.stats-card {
  width: 100%;
  max-width: 320px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  padding: 28px;
  color: white;
  display: grid;
  gap: 20px;
}
.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.stat-label {
  color: rgba(255,255,255,0.86);
}

.quick-services { margin-top: -84px; position: relative; z-index: 3; }
.section { padding: 104px 0; }
.service-grid {
  display: grid;
  gap: 24px;
}
.four-up { grid-template-columns: repeat(4, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.service-card {
  background: var(--card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.highlight-card,
.quote-card {
  padding: 28px;
}
.icon-badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--navy), #13499f);
  color: white;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.highlight-card h3,
.quote-card h3,
.card-body h3 { margin: 0 0 10px; font-size: 1.45rem; }
.highlight-card p,
.quote-card p,
.card-body p,
.section-copy p,
.section-heading p,
.contact-copy p,
.point {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1rem;
}
.highlight-card a {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  color: var(--red);
}
.quote-card {
  background: linear-gradient(135deg, var(--navy), #123f8e);
  color: white;
}
.quote-card p { color: rgba(255,255,255,0.84); }

.split-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
.split-layout.reverse { grid-template-columns: 0.95fr 1.05fr; }
.section-heading.center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}
.section-heading h2,
.section-copy h2,
.contact-copy h2,
.cta-inner h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.14;
  color: var(--navy-deep);
}
.feature-list { display: grid; gap: 14px; margin-top: 26px; }
.feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.feature-item span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(10,47,107,0.1);
  color: var(--navy);
  font-weight: 800;
  margin-top: 4px;
}
.feature-item p { margin: 0; }
.visual-stack {
  position: relative;
  min-height: 520px;
}
.floating-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  background: white;
}
.card-large {
  inset: 0 70px 80px 0;
}
.card-small {
  right: 0;
  bottom: 0;
  width: 58%;
  height: 48%;
  border: 10px solid white;
}
.single-visual { min-height: 460px; }
.trading-image { inset: 0; }
.floating-card img,
.media-card img { width: 100%; height: 100%; object-fit: cover; }

.visual-services .media-card img { height: 230px; }
.card-body { padding: 24px; }
.freight-section { background: linear-gradient(180deg, #f5f8fd 0%, #eef4fb 100%); }
.trading-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}
.trading-tags span {
  padding: 10px 16px;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}
.compact { margin-top: 6px; }

.cta-band {
  background: linear-gradient(135deg, var(--navy-deep), #103c84 70%, #1455b7 100%);
  color: white;
}
.cta-band h2,
.cta-band p { color: white; }
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
}
.contact-points { display: grid; gap: 14px; margin-top: 24px; }
.contact-form {
  background: linear-gradient(160deg, var(--navy-deep), #0c377c);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: white;
  padding: 16px 18px;
  border-radius: 14px;
  outline: none;
  font: inherit;
  margin-bottom: 16px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,255,255,0.72); }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.site-footer {
  padding: 26px 0 34px;
  border-top: 1px solid rgba(148,163,184,0.18);
  background: #ffffff;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-logo { height: 48px; width: auto; }
.site-footer p { color: var(--muted); margin: 0; }

@media (max-width: 1080px) {
  .hero-content,
  .split-layout,
  .split-layout.reverse,
  .contact-layout,
  .four-up,
  .three-up {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; }
  .hero-panel { justify-content: flex-start; }
  .quick-services { margin-top: -50px; }
  .visual-stack,
  .single-visual { min-height: 360px; }
  .card-large { inset: 0 40px 70px 0; }
  .cta-inner,
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 92px;
    left: 20px;
    right: 20px;
    background: white;
    padding: 18px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-nav.open { display: flex; }
  .hero-copy h1 { font-size: 2.5rem; }
  .card-small { width: 62%; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero-content { padding: 70px 0 60px; }
  .hero-actions,
  .form-row { grid-template-columns: 1fr; display: grid; }
  .hero-actions .btn { width: 100%; }
  .stats-card { max-width: 100%; }
  .section { padding: 84px 0; }
  .visual-stack { min-height: 300px; }
  .card-large { inset: 0 20px 60px 0; }
  .card-small { width: 66%; height: 42%; }
}
