:root {
  --charcoal: #1a1a1a;
  --charcoal-2: #101010;
  --silver: #f5f7fa;
  --white: #ffffff;
  --orange: #d8a83a;
  --orange-2: #f5d57f;
  --gold-deep: #9b6d24;
  --champagne: #fff3c8;
  --muted: #667085;
  --line: rgba(26, 26, 26, 0.1);
  --silver-line: rgba(245, 247, 250, 0.18);
  --shadow: 0 24px 80px rgba(18, 24, 38, 0.16);
  --orange-glow: 0 0 28px rgba(216, 168, 58, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  background: var(--silver);
  color: var(--charcoal);
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(216, 168, 58, 0.13), transparent 24%),
    rgba(26, 26, 26, 0.94);
  border-bottom: 1px solid var(--silver-line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(1260px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  flex-shrink: 0;
}

.brand-logo {
  width: 220px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.42));
}

.nav-menu,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-menu a,
.dropdown button,
.quote-link {
  color: rgba(245, 247, 250, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
  transition:
    color 300ms ease,
    text-shadow 300ms ease;
}

.nav-menu a:hover,
.dropdown button:hover,
.quote-link:hover {
  color: var(--orange);
  text-shadow: 0 0 18px rgba(216, 168, 58, 0.36);
}

.nav-menu a.active {
  color: var(--orange);
}

.dropdown {
  position: relative;
}

.dropdown button {
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.dropdown button.active {
  color: var(--orange);
}

.dropdown button svg {
  width: 15px;
}

.dropdown-panel {
  position: absolute;
  top: 34px;
  left: -18px;
  width: 218px;
  padding: 12px;
  background: rgba(26, 26, 26, 0.97);
  border: 1px solid var(--silver-line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 300ms ease;
}

.dropdown:hover .dropdown-panel,
.dropdown:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-panel a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
}

.dropdown-panel a:hover {
  background: rgba(216, 168, 58, 0.13);
  color: var(--champagne);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 800;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    color 300ms ease,
    border-color 300ms ease,
    background 300ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-small {
  min-height: 43px;
  padding: 0 18px;
  font-size: 0.9rem;
}

.btn-orange {
  background: linear-gradient(135deg, var(--gold-deep), var(--orange) 48%, var(--orange-2));
  color: var(--charcoal);
  box-shadow: 0 16px 38px rgba(216, 168, 58, 0.28);
}

.btn-orange:hover {
  border-color: var(--orange);
  background: var(--charcoal);
  color: var(--champagne);
  box-shadow: var(--orange-glow);
}

.btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.btn-dark {
  color: var(--white);
  background: var(--charcoal);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-position: center;
  background-size: cover;
}

.hero-ship {
  background-image: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=1800&q=88");
}

.hero-plane {
  background-image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=88");
  opacity: 0.36;
  clip-path: polygon(58% 0, 100% 0, 100% 100%, 42% 100%);
  filter: saturate(1.05) contrast(1.05);
}

.hero-fleet {
  background-image: url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1900&q=90");
  filter: saturate(1.05) contrast(1.08) brightness(0.88);
  transform: scale(1.03);
}

.hero-overlay {
  background:
    radial-gradient(circle at 75% 38%, rgba(245, 213, 127, 0.2), transparent 30%),
    radial-gradient(circle at 46% 58%, rgba(216, 168, 58, 0.12), transparent 36%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(26, 26, 26, 0.62) 52%, rgba(0, 0, 0, 0.78)),
    linear-gradient(180deg, rgba(26, 26, 26, 0.18), rgba(26, 26, 26, 0.82));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
}

.eyebrow,
.section-heading span {
  color: var(--orange);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-shadow: 0 0 18px rgba(216, 168, 58, 0.14);
}

.eyebrow {
  margin: 0 0 18px;
}

.eyebrow.dark {
  color: var(--orange);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 870px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.8vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.section {
  padding: 108px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 46px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 30px;
}

.section-heading h2,
.statement-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.value-card {
  padding: 36px;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(18, 24, 38, 0.07);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.value-card:hover {
  transform: translateY(-8px);
  border-color: rgba(216, 168, 58, 0.55);
  box-shadow: 0 24px 60px rgba(216, 168, 58, 0.16);
}

.value-card svg,
.contact-list svg {
  color: var(--orange);
}

.service-content svg {
  color: var(--charcoal);
  transition:
    color 300ms ease,
    filter 300ms ease;
}

.service-card:hover .service-content svg {
  color: var(--orange);
  filter: drop-shadow(0 0 14px rgba(245, 213, 127, 0.68));
}

.value-card svg {
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
}

.value-card h3,
.service-card h3,
.blog-card h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
}

.value-card p,
.service-card p,
.blog-card p,
.statement-copy p,
.footer-brand p {
  color: var(--muted);
  line-height: 1.7;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.04), transparent 34%),
    var(--silver);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card,
.blog-card {
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 46px rgba(18, 24, 38, 0.08);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.service-card:hover,
.blog-card:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 168, 58, 0.52);
  box-shadow:
    var(--shadow),
    0 0 0 1px rgba(216, 168, 58, 0.18);
}

.service-card img,
.blog-card img {
  height: 214px;
  object-fit: cover;
}

.service-content {
  padding: 28px;
}

.service-content svg {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
}

.service-content a,
.blog-body a {
  color: var(--charcoal);
  font-weight: 800;
  transition: color 180ms ease;
}

.service-content a:hover,
.blog-body a:hover {
  color: var(--orange);
}

.stats-ribbon {
  padding: 56px 0;
  background:
    radial-gradient(circle at 14% 30%, rgba(245, 213, 127, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(216, 168, 58, 0.12), transparent 36%),
    linear-gradient(90deg, rgba(26, 26, 26, 0.24), transparent),
    var(--charcoal);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  color: var(--white);
  text-align: center;
}

.stats-grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.stats-grid div {
  padding: 14px;
}

.stats-grid strong {
  display: block;
  color: var(--orange);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 58px;
}

.statement-copy p {
  margin: 24px 0 32px;
  font-size: 1.06rem;
}

.media-panel {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.media-panel img {
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.media-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.36));
}

.play-button {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  cursor: pointer;
}

.insights-section {
  background: var(--silver);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-body {
  padding: 28px;
}

.badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--silver);
  color: var(--charcoal);
  font-size: 0.78rem;
  font-weight: 800;
}

.partners-section {
  padding: 86px 0;
  overflow: hidden;
  background: var(--white);
}

.logo-marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.logo-track span {
  min-width: 220px;
  padding: 28px 36px;
  color: #7a838f;
  filter: grayscale(1);
  opacity: 0.62;
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
  transition: color 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.logo-track span:hover {
  color: var(--orange);
  filter: grayscale(0);
  opacity: 1;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.site-footer {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 213, 127, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(216, 168, 58, 0.1), transparent 34%),
    var(--charcoal);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 1.2fr;
  gap: 36px;
  padding: 72px 0 56px;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-logo .brand-logo {
  width: 230px;
  height: 68px;
}

.site-footer h3 {
  margin-bottom: 18px;
  font-size: 1rem;
}

.footer-brand p,
.footer-links a,
.contact-list li {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li,
.contact-list li + li {
  margin-top: 12px;
}

.footer-links a:hover,
.social-links a:hover {
  color: var(--orange);
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.55;
}

.contact-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.74);
  transition: color 180ms ease, border-color 180ms ease;
}

.social-links span {
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.map-card {
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: var(--charcoal-2);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 210px;
  border: 0;
  filter: grayscale(1) invert(0.92) contrast(0.88);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.footer-bottom .powered-by {
  text-align: right;
}

.footer-bottom .powered-by span {
  color: var(--orange-2);
  font-weight: 800;
}

.whatsapp-widget {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: var(--white);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.35);
  transition: transform 180ms ease;
}

.whatsapp-widget:hover {
  transform: translateY(-4px) scale(1.03);
}

.whatsapp-widget svg {
  width: 28px;
  height: 28px;
}

.track-toast {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 94px;
  max-width: 320px;
  padding: 16px 18px;
  border-radius: 8px;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
}

.track-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.about-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.about-hero-media,
.about-hero-overlay {
  position: absolute;
  inset: 0;
}

.about-hero-media {
  background-image: url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
}

.about-hero-overlay {
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.54) 58%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 75% 42%, rgba(216, 168, 58, 0.18), transparent 34%);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
}

.about-hero-content h1 {
  max-width: 780px;
}

.about-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
}

.branded-ship {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--charcoal);
}

.branded-ship img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.branded-ship::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.04), rgba(26, 26, 26, 0.5)),
    linear-gradient(90deg, transparent, rgba(216, 168, 58, 0.15));
}

.container-branding {
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 20%;
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(26, 26, 26, 0.78);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  transform: rotate(-2deg);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.story-copy h2,
.choose-intro h2,
.map-copy h2,
.commitment-cta h2 {
  margin: 12px 0 22px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.story-copy p,
.choose-intro p {
  color: var(--muted);
  line-height: 1.78;
}

.story-copy blockquote {
  margin: 30px 0 0;
  padding: 22px 26px;
  border-left: 4px solid var(--orange);
  border-radius: 0 8px 8px 0;
  background: var(--silver);
  color: var(--charcoal);
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.55;
}

.pillars-section {
  background: var(--silver);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillar-tile {
  min-height: 270px;
  padding: 34px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: var(--white);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.pillar-tile:hover {
  transform: translateY(-7px);
  background: var(--charcoal);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(26, 26, 26, 0.18);
}

.pillar-tile svg {
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--charcoal);
  transition: color 180ms ease;
}

.pillar-tile:hover svg {
  color: var(--orange);
}

.pillar-tile h3 {
  margin-bottom: 12px;
}

.pillar-tile p {
  color: var(--muted);
  line-height: 1.7;
}

.pillar-tile:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.choose-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: start;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.feature-list article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 18px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(18, 24, 38, 0.06);
}

.feature-list svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--orange);
}

.feature-list h3 {
  margin-bottom: 10px;
}

.feature-list p {
  color: var(--muted);
  line-height: 1.65;
}

.map-section {
  padding: 92px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 66% 38%, rgba(216, 168, 58, 0.14), transparent 34%),
    var(--charcoal);
}

.map-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 36px;
}

.map-copy {
  color: var(--white);
}

.map-copy h2 {
  color: var(--white);
}

.route-map {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #111;
  background-size: 44px 44px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.route-map svg {
  width: 100%;
  height: auto;
  display: block;
}

.land {
  fill: rgba(245, 247, 250, 0.1);
  stroke: rgba(245, 247, 250, 0.18);
  stroke-width: 2;
}

.route {
  fill: none;
  stroke: var(--orange);
  stroke-width: 3.4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px rgba(216, 168, 58, 0.7));
}

.hub circle {
  fill: var(--orange);
  stroke: var(--white);
  stroke-width: 3;
  filter: drop-shadow(0 0 10px rgba(216, 168, 58, 0.9));
}

.hub text {
  fill: var(--white);
  font-size: 24px;
  font-weight: 800;
}

.leadership-section {
  background: var(--silver);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-card {
  padding: 26px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 16px 42px rgba(18, 24, 38, 0.08);
}

.team-card img {
  width: 132px;
  height: 132px;
  margin: 0 auto 20px;
  border: 4px solid var(--silver);
  border-radius: 50%;
  object-fit: cover;
}

.team-card h3 {
  margin-bottom: 8px;
  color: var(--charcoal);
}

.team-card p {
  color: var(--orange);
  font-weight: 700;
  line-height: 1.55;
}

.commitment-cta {
  padding: 58px 0;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
}

.commitment-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.commitment-cta h2 {
  max-width: 790px;
  margin: 0;
  color: var(--white);
}

.services-header-line {
  border-bottom-color: rgba(216, 168, 58, 0.48);
}

.services-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.services-hero-media,
.services-hero-overlay {
  position: absolute;
  inset: 0;
}

.services-hero-media {
  background-image: url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.05);
}

.services-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1800&q=82");
  background-position: 82% 42%;
  background-size: 58%;
  background-repeat: no-repeat;
  opacity: 0.34;
  mix-blend-mode: screen;
}

.services-hero-overlay {
  border-bottom: 5px solid var(--orange);
  background:
    radial-gradient(circle at 76% 42%, rgba(216, 168, 58, 0.22), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.92), rgba(26, 26, 26, 0.68) 56%, rgba(0, 0, 0, 0.82));
}

.services-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
}

.services-hero-content h1 {
  max-width: 950px;
}

.services-hero-content p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.service-portfolio {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.04), transparent 32%),
    var(--silver);
}

.section-heading p {
  margin: 16px auto 0;
  max-width: 860px;
  color: var(--muted);
  line-height: 1.75;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.solution-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
  border: 1px solid rgba(245, 247, 250, 0.14);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.14);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 70px rgba(18, 24, 38, 0.2),
    0 0 0 1px rgba(216, 168, 58, 0.5),
    0 0 36px rgba(216, 168, 58, 0.16);
}

.solution-card img,
.solution-overlay {
  position: absolute;
  inset: 0;
}

.solution-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.solution-card:hover img {
  transform: scale(1.05);
}

.solution-overlay {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.14), rgba(26, 26, 26, 0.88)),
    linear-gradient(90deg, rgba(26, 26, 26, 0.58), transparent);
}

.solution-body {
  position: relative;
  z-index: 2;
  min-height: 390px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
}

.solution-body svg {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: var(--white);
  filter: drop-shadow(0 0 0 transparent);
  transition:
    color 300ms ease,
    filter 300ms ease;
}

.solution-card:hover .solution-body svg {
  color: var(--orange);
  filter: drop-shadow(0 0 12px rgba(216, 168, 58, 0.75));
}

.solution-body h3 {
  margin-bottom: 12px;
  font-size: 1.42rem;
}

.solution-body p {
  min-height: 78px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.solution-body a {
  align-self: flex-start;
  padding: 10px 0;
  color: var(--white);
  font-weight: 900;
  transition: color 180ms ease;
}

.solution-body a:hover {
  color: var(--orange);
}

.services-metrics {
  border-top: 1px solid rgba(216, 168, 58, 0.24);
  border-bottom: 1px solid rgba(216, 168, 58, 0.24);
}

.advantages-section {
  background: var(--white);
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.advantage-grid article {
  min-height: 230px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--silver);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.advantage-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(216, 168, 58, 0.46);
  box-shadow: 0 22px 58px rgba(216, 168, 58, 0.12);
}

.advantage-grid svg {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--orange);
}

.advantage-grid h3 {
  margin-bottom: 12px;
}

.advantage-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.quote-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(216, 168, 58, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(26, 26, 26, 0.22), transparent 46%),
    var(--charcoal);
  color: var(--white);
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 54px;
}

.quote-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.75;
}

.quote-contact {
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
}

.quote-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.quote-contact svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.form-row {
  display: grid;
  gap: 9px;
}

.form-wide {
  grid-column: 1 / -1;
}

.quote-form label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0 14px;
  outline: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--charcoal);
}

.quote-form textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(216, 168, 58, 0.18);
}

.track-hero {
  position: relative;
  min-height: 640px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.track-hero-media,
.track-hero-overlay {
  position: absolute;
  inset: 0;
}

.track-hero-media {
  background-image: url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.95) contrast(1.08) brightness(0.78);
  transform: scale(1.03);
}

.track-hero-overlay {
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0.92), rgba(26, 26, 26, 0.64) 56%, rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 72% 48%, rgba(216, 168, 58, 0.26), transparent 32%);
}

.track-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
}

.track-hero-content h1 {
  max-width: 760px;
  margin-bottom: 14px;
}

.title-accent {
  display: block;
  width: 126px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(216, 168, 58, 0.56);
}

.track-hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
}

.tracking-tool-section {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.08), transparent 38%),
    var(--silver);
}

.tracking-tool {
  text-align: center;
}

.tracking-portal-form {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 12px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 80px rgba(18, 24, 38, 0.14);
  backdrop-filter: blur(18px);
}

.tracking-input-shell {
  min-width: 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  border-radius: 6px 0 0 6px;
  background: var(--white);
}

.tracking-input-shell svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #7a838f;
}

.tracking-input-shell input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--charcoal);
  background: transparent;
  font-size: 1rem;
  font-weight: 600;
}

.tracking-portal-form button {
  border: 1px solid transparent;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
  transition:
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.tracking-portal-form button:hover {
  border-color: var(--orange);
  background: var(--charcoal);
  box-shadow: var(--orange-glow);
}

.tracking-help {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.tracking-result {
  width: min(700px, 100%);
  margin: 28px auto 0;
  padding: 20px 24px;
  border: 1px solid rgba(216, 168, 58, 0.24);
  border-radius: 8px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  text-align: left;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(216, 168, 58, 0.12);
}

.tracking-result.is-visible {
  display: flex;
}

.tracking-result span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tracking-result strong {
  font-size: 1.32rem;
}

.tracking-result p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.timeline-section {
  background: var(--white);
}

.tracking-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 36px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--silver);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
}

.tracking-timeline::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 9%;
  right: 9%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange) 0 50%, rgba(26, 26, 26, 0.16) 50% 100%);
}

.timeline-step {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 0 16px;
  text-align: center;
}

.timeline-dot {
  width: 42px;
  height: 42px;
  margin: 0 auto 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d8d3ce;
  color: var(--white);
  box-shadow: 0 0 0 8px var(--silver);
}

.timeline-step.completed .timeline-dot {
  background: var(--orange);
}

.timeline-step.completed svg {
  width: 22px;
  height: 22px;
}

.timeline-step.active .timeline-dot {
  background: var(--orange);
  animation: pulseDot 1.6s ease-in-out infinite;
}

.timeline-step h3 {
  min-height: 44px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.timeline-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

@keyframes pulseDot {
  0%,
  100% {
    box-shadow:
      0 0 0 8px var(--silver),
      0 0 0 0 rgba(216, 168, 58, 0.38);
  }
  50% {
    box-shadow:
      0 0 0 8px var(--silver),
      0 0 0 18px rgba(216, 168, 58, 0);
  }
}

.faq-section {
  background: var(--silver);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-item {
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(18, 24, 38, 0.06);
}

.faq-item button {
  width: 100%;
  min-height: 78px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  background: transparent;
  color: var(--charcoal);
  cursor: pointer;
  text-align: left;
  font-weight: 900;
}

.faq-item button svg {
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  padding: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  transition: transform 180ms ease;
}

.faq-item.is-open button svg {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > p {
  overflow: hidden;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.emergency-section {
  background: var(--white);
}

.emergency-box {
  padding: 42px;
  border: 1px solid rgba(216, 168, 58, 0.28);
  border-left: 6px solid var(--orange);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 82% 42%, rgba(216, 168, 58, 0.12), transparent 32%),
    var(--charcoal);
  color: var(--white);
  box-shadow: 0 26px 70px rgba(18, 24, 38, 0.2);
}

.emergency-box h2 {
  margin: 12px 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.emergency-box p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.emergency-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 0 0 auto;
}

.support-link {
  color: rgba(245, 247, 250, 0.84);
  font-weight: 900;
  transition: color 180ms ease;
}

.support-link:hover {
  color: var(--orange);
}

.blog-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.blog-hero-media,
.blog-hero-overlay {
  position: absolute;
  inset: 0;
}

.blog-hero-media {
  background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.98) contrast(1.08);
  transform: scale(1.03);
}

.blog-hero-overlay {
  background:
    radial-gradient(circle at 50% 44%, rgba(216, 168, 58, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.86)),
    linear-gradient(90deg, rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.52));
}

.blog-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
  text-align: center;
}

.blog-hero-content h1 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.blog-title-accent {
  display: block;
  width: 112px;
  height: 4px;
  margin: -2px auto 24px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(216, 168, 58, 0.56);
}

.blog-hero-content p:not(.eyebrow) {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.featured-article-section {
  background: var(--white);
}

.featured-article {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(18, 24, 38, 0.12);
}

.featured-media {
  min-height: 430px;
  overflow: hidden;
  background: var(--charcoal);
}

.featured-media img {
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.featured-article:hover .featured-media img {
  transform: scale(1.045);
}

.featured-copy {
  padding: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-badge {
  width: max-content;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 6px;
  display: inline-flex;
  background: var(--silver);
  color: var(--orange);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.featured-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.08;
  transition: color 180ms ease;
}

.featured-article:hover .featured-copy h2 {
  color: var(--orange);
}

.featured-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.article-meta {
  margin: 8px 0 24px;
  color: #7a838f;
  font-size: 0.92rem;
  font-weight: 800;
}

.article-link {
  color: var(--charcoal);
  font-weight: 900;
  transition: color 180ms ease;
}

.article-link:hover {
  color: var(--orange);
}

.news-feed-section {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.08), transparent 34%),
    var(--silver);
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 30px;
  align-items: start;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.news-card {
  overflow: hidden;
  border-top: 4px solid transparent;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.09);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.news-card:hover {
  transform: translateY(-7px);
  border-top-color: var(--orange);
  box-shadow: 0 24px 64px rgba(18, 24, 38, 0.14);
}

.news-card img {
  height: 210px;
  object-fit: cover;
}

.news-card-body {
  padding: 24px;
}

.news-card h3 {
  min-height: 96px;
  margin-bottom: 16px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.blog-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 98px;
}

.blog-search,
.sidebar-widget {
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(18, 24, 38, 0.08);
}

.blog-search {
  display: flex;
  overflow: hidden;
}

.blog-search input {
  min-width: 0;
  flex: 1;
  min-height: 58px;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: var(--charcoal);
  background: transparent;
  font-weight: 700;
}

.blog-search button {
  width: 58px;
  border: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  cursor: pointer;
}

.blog-search svg {
  width: 21px;
  height: 21px;
}

.sidebar-widget {
  padding: 24px;
}

.sidebar-widget h3 {
  margin-bottom: 18px;
  font-size: 1rem;
}

.sidebar-widget a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
  transition: color 180ms ease;
}

.sidebar-widget a:hover {
  color: var(--orange);
}

.newsletter-section {
  padding: 86px 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 168, 58, 0.16), transparent 28%),
    var(--charcoal);
  color: var(--white);
  text-align: center;
}

.newsletter-shell h2 {
  max-width: 760px;
  margin: 12px auto 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.newsletter-shell p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.newsletter-form {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.newsletter-form input {
  min-width: 0;
  min-height: 58px;
  border: 0;
  border-radius: 6px 0 0 6px;
  outline: 0;
  padding: 0 18px;
  color: var(--charcoal);
  background: var(--white);
  font-weight: 700;
}

.newsletter-form button {
  border: 0;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
}

.contact-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.contact-hero-media,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
}

.contact-hero-media {
  background-image: url("https://images.unsplash.com/photo-1556745757-8d76bdb6984b?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.9) contrast(1.12);
  transform: scale(1.03);
}

.contact-hero-overlay {
  background:
    radial-gradient(circle at 50% 46%, rgba(216, 168, 58, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.88)),
    linear-gradient(90deg, rgba(26, 26, 26, 0.72), rgba(26, 26, 26, 0.56));
}

.contact-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
  text-align: center;
}

.contact-hero-content h1 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.contact-hero-content p:not(.eyebrow) {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.contact-gateway-section {
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.04), transparent 34%),
    var(--silver);
}

.contact-gateway-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: stretch;
}

.contact-info-panel,
.contact-form {
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 64px rgba(18, 24, 38, 0.11);
}

.contact-info-panel {
  padding: clamp(28px, 4vw, 42px);
}

.contact-info-panel h3 {
  margin: 12px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.contact-info-panel > p {
  color: var(--muted);
  line-height: 1.75;
}

.contact-info-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.contact-info-block {
  padding: 22px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
  background: var(--silver);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.contact-info-block:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 168, 58, 0.45);
  box-shadow: 0 16px 42px rgba(216, 168, 58, 0.12);
}

.contact-info-block svg {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  color: var(--charcoal);
  transition:
    color 300ms ease,
    filter 300ms ease;
}

.contact-info-block:hover svg {
  color: var(--orange);
  filter: drop-shadow(0 0 10px rgba(216, 168, 58, 0.42));
}

.contact-info-block span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-info-block strong {
  color: var(--charcoal);
  line-height: 1.45;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
}

.contact-form label {
  color: var(--charcoal);
  font-size: 0.9rem;
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(26, 26, 26, 0.18);
  border-radius: 6px;
  padding: 0 14px;
  outline: 0;
  color: var(--charcoal);
  background: var(--white);
  transition:
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.contact-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(216, 168, 58, 0.16);
}

.contact-form .btn-orange:hover {
  background: var(--charcoal);
  box-shadow: var(--orange-glow);
}

.air-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.air-hero-media,
.air-hero-overlay {
  position: absolute;
  inset: 0;
}

.air-hero-media {
  background-image: url("https://images.unsplash.com/photo-1570710891163-6d3b5c47248b?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.98) contrast(1.08) brightness(0.78);
  transform: scale(1.03);
}

.air-hero-overlay {
  background:
    radial-gradient(circle at 74% 44%, rgba(216, 168, 58, 0.22), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.9), rgba(26, 26, 26, 0.62) 56%, rgba(0, 0, 0, 0.82));
}

.sea-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.sea-hero-media,
.sea-hero-overlay {
  position: absolute;
  inset: 0;
}

.sea-hero-media {
  background-image: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(1.05) contrast(1.08) brightness(0.82);
  transform: scale(1.03);
}

.sea-hero-overlay {
  background:
    radial-gradient(circle at 78% 46%, rgba(216, 168, 58, 0.2), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.88), rgba(26, 26, 26, 0.58) 56%, rgba(0, 0, 0, 0.8));
}

.courier-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.courier-hero-media,
.courier-hero-overlay {
  position: absolute;
  inset: 0;
}

.courier-hero-media {
  background-image: url("https://images.unsplash.com/photo-1580674285054-bed31e145f59?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.98) contrast(1.08) brightness(0.82);
  transform: scale(1.03);
}

.courier-hero-overlay {
  background:
    radial-gradient(circle at 74% 42%, rgba(216, 168, 58, 0.22), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.88), rgba(26, 26, 26, 0.58) 56%, rgba(0, 0, 0, 0.8));
}

.rail-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.rail-hero-media,
.rail-hero-overlay {
  position: absolute;
  inset: 0;
}

.rail-hero-media {
  background-image: url("https://images.unsplash.com/photo-1474487548417-781cb71495f3?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(1) contrast(1.08) brightness(0.82);
  transform: scale(1.03);
}

.rail-hero-overlay {
  background:
    radial-gradient(circle at 72% 44%, rgba(216, 168, 58, 0.2), transparent 34%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.88), rgba(26, 26, 26, 0.58) 56%, rgba(0, 0, 0, 0.8));
}

.land-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.land-hero-media,
.land-hero-overlay {
  position: absolute;
  inset: 0;
}

.land-hero-media {
  background-image: url("https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(1.02) contrast(1.08) brightness(0.82);
  transform: scale(1.03);
}

.land-hero-overlay {
  background:
    radial-gradient(circle at 72% 44%, rgba(216, 168, 58, 0.22), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.88), rgba(26, 26, 26, 0.58) 56%, rgba(0, 0, 0, 0.8));
}

.warehouse-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.warehouse-hero-media,
.warehouse-hero-overlay {
  position: absolute;
  inset: 0;
}

.warehouse-hero-media {
  background-image: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.98) contrast(1.08) brightness(0.82);
  transform: scale(1.03);
}

.warehouse-hero-overlay {
  background:
    radial-gradient(circle at 74% 42%, rgba(216, 168, 58, 0.2), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.88), rgba(26, 26, 26, 0.58) 56%, rgba(0, 0, 0, 0.8));
}

.customs-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.customs-hero-media,
.customs-hero-overlay {
  position: absolute;
  inset: 0;
}

.service-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal);
}

.service-hero::before,
.service-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.service-hero::before {
  background-image: var(--service-hero-image);
  background-position: center;
  background-size: cover;
  filter: saturate(1.02) contrast(1.08) brightness(0.72);
  transform: scale(1.04);
}

.service-hero::after {
  background:
    radial-gradient(circle at 76% 42%, rgba(216, 168, 58, 0.2), transparent 34%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.9), rgba(26, 26, 26, 0.62) 56%, rgba(0, 0, 0, 0.86));
}

.customs-hero-media {
  background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=88");
  background-position: center;
  background-size: cover;
  filter: saturate(0.95) contrast(1.1) brightness(0.78);
  transform: scale(1.03);
}

.customs-hero-overlay {
  background:
    radial-gradient(circle at 74% 42%, rgba(216, 168, 58, 0.2), transparent 32%),
    linear-gradient(100deg, rgba(0, 0, 0, 0.9), rgba(26, 26, 26, 0.62) 56%, rgba(0, 0, 0, 0.84));
}

.air-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  color: var(--white);
}

.air-hero-content h1 {
  max-width: 960px;
}

.air-hero-content p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.service-detail-section {
  background:
    linear-gradient(180deg, rgba(216, 168, 58, 0.06), transparent 34%),
    var(--silver);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(270px, 25%) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.service-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 20px;
}

.service-sidebar nav,
.urgent-callout,
.service-detail-content,
.air-advantage-grid article {
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(18, 24, 38, 0.08);
}

.service-sidebar nav {
  overflow: hidden;
  background: var(--silver);
}

.service-sidebar nav a {
  display: block;
  padding: 17px 20px;
  border-left: 4px solid transparent;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  color: #56606d;
  font-weight: 800;
  transition:
    color 300ms ease,
    border-color 300ms ease,
    background 300ms ease,
    padding-left 300ms ease;
}

.service-sidebar nav a:last-child {
  border-bottom: 0;
}

.service-sidebar nav a:hover {
  padding-left: 28px;
  color: var(--orange);
}

.service-sidebar nav a.active {
  border-left-color: var(--orange);
  background: rgba(216, 168, 58, 0.08);
  color: var(--charcoal);
  font-weight: 900;
}

.urgent-callout {
  padding: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 20%, rgba(216, 168, 58, 0.25), transparent 32%),
    var(--charcoal);
  border-color: rgba(216, 168, 58, 0.52);
}

.urgent-callout h3 {
  margin-bottom: 12px;
}

.urgent-callout p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.urgent-callout a {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  font-size: 0.94rem;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(216, 168, 58, 0.24);
}

.service-detail-content {
  overflow: hidden;
}

.service-detail-content > img {
  height: 420px;
  object-fit: cover;
}

.service-detail-copy {
  padding: clamp(28px, 4vw, 48px);
}

.service-detail-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.service-detail-copy p {
  color: var(--muted);
  line-height: 1.78;
}

.checked-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.checked-list li {
  position: relative;
  padding-left: 34px;
  color: var(--charcoal);
  font-weight: 800;
}

.checked-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 900;
}

.text-service-link {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(216, 168, 58, 0.42);
  text-underline-offset: 4px;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.text-service-link:hover {
  color: var(--orange);
  text-decoration-color: var(--orange);
}

.air-advantages-section {
  background: var(--white);
}

.air-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.air-advantage-grid article {
  min-height: 260px;
  padding: 28px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.air-advantage-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 168, 58, 0.5);
  box-shadow: 0 24px 64px rgba(216, 168, 58, 0.13);
}

.air-advantage-grid svg {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  color: var(--charcoal);
  transition: color 180ms ease;
}

.air-advantage-grid article:hover svg {
  color: var(--orange);
}

.air-advantage-grid h3 {
  margin-bottom: 12px;
}

.air-advantage-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.air-faq-section {
  background: var(--silver);
}

.air-faq-grid {
  max-width: 900px;
  margin: 0 auto;
}

.air-quote-strip {
  padding: 58px 0;
  background: var(--charcoal);
  color: var(--white);
}

.air-quote-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 26px;
  align-items: center;
}

.air-quote-shell h2 {
  margin: 10px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.air-quote-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 210px;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.air-quote-form input {
  min-width: 0;
  min-height: 56px;
  border: 0;
  border-radius: 6px;
  padding: 0 14px;
  outline: 0;
  color: var(--charcoal);
  background: var(--white);
  font-weight: 700;
}

.air-quote-form button {
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.air-quote-form button:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  background: var(--charcoal);
  box-shadow: var(--orange-glow);
}

.sea-value-section {
  background: var(--white);
}

.how-deliver-section {
  background: var(--white);
}

.how-deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.how-deliver-grid article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(216, 168, 58, 0.05), transparent 42%),
    var(--silver);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.how-deliver-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 168, 58, 0.5);
  box-shadow: 0 24px 64px rgba(216, 168, 58, 0.13);
}

.how-deliver-grid strong {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
}

.how-deliver-grid h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
}

.how-deliver-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.service-lead-section {
  padding: 72px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 16%, rgba(216, 168, 58, 0.24), transparent 32%),
    linear-gradient(135deg, rgba(26, 26, 26, 0.18), transparent 38%),
    var(--charcoal);
}

.service-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
}

.service-lead-copy h2 {
  margin: 12px 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.service-lead-copy p {
  max-width: 540px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.service-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.service-lead-form input,
.service-lead-form select,
.service-lead-form textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0 15px;
  outline: 0;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.96);
  font-weight: 700;
  transition:
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.service-lead-form input,
.service-lead-form select {
  min-height: 56px;
}

.service-lead-form textarea {
  grid-column: 1 / -1;
  min-height: 132px;
  padding-top: 15px;
  resize: vertical;
}

.service-lead-form input:focus,
.service-lead-form select:focus,
.service-lead-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(216, 168, 58, 0.2);
}

.service-lead-form button {
  grid-column: 1 / -1;
  min-height: 58px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 300ms ease,
    border-color 300ms ease,
    background 300ms ease,
    box-shadow 300ms ease;
}

.service-lead-form button:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  background: var(--charcoal);
  box-shadow: var(--orange-glow);
}

.courier-assurance-section {
  background: var(--white);
}

.rail-advantage-section {
  background: var(--white);
}

.land-standards-section {
  background: var(--white);
}

.warehouse-value-section {
  background: var(--white);
}

.customs-benefits-section {
  background: var(--white);
}

.rail-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.rail-advantage-grid article {
  min-height: 250px;
  padding: 32px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: var(--silver);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.rail-advantage-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 168, 58, 0.48);
  box-shadow: 0 24px 64px rgba(216, 168, 58, 0.13);
}

.rail-advantage-grid svg {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  color: var(--orange);
}

.rail-advantage-grid h3 {
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.rail-advantage-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.sea-value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.sea-value-grid article {
  min-height: 260px;
  padding: 34px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 8px;
  background: var(--silver);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.sea-value-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 168, 58, 0.48);
  box-shadow: 0 24px 64px rgba(216, 168, 58, 0.13);
}

.sea-value-grid svg {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  color: var(--orange);
}

.sea-value-grid h3 {
  margin-bottom: 12px;
  font-size: 1.24rem;
}

.sea-value-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.sea-cta-section {
  padding: 60px 0;
  background: linear-gradient(135deg, var(--gold-deep), var(--orange-2));
  color: var(--charcoal);
}

.rail-cta-section {
  padding: 60px 0;
  background:
    radial-gradient(circle at 82% 42%, rgba(216, 168, 58, 0.18), transparent 34%),
    var(--charcoal);
  color: var(--white);
}

.sea-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sea-cta-shell h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.contact-map-section {
  background: var(--white);
}

.contact-map-box {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(18, 24, 38, 0.13);
  background: var(--charcoal);
}

.contact-map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: grayscale(1) invert(0.9) contrast(0.9);
}

.map-overlay-card {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: min(360px, calc(100% - 56px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid var(--orange);
  border-radius: 8px;
  background: rgba(26, 26, 26, 0.9);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.map-overlay-card span {
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.map-overlay-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
}

.map-overlay-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.whatsapp-widget.with-bubble {
  width: auto;
  grid-template-columns: auto 58px;
  gap: 10px;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
}

.whatsapp-widget.with-bubble span {
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--champagne);
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(18, 24, 38, 0.18);
}

.whatsapp-widget.with-bubble svg {
  width: 58px;
  height: 58px;
  padding: 15px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.35);
}

@media (max-width: 1040px) {
  .nav-menu,
  .nav-actions {
    gap: 16px;
  }

  .services-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .tracking-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tracking-timeline::before {
    top: 56px;
    bottom: 56px;
    left: 47px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--orange) 0 50%, rgba(26, 26, 26, 0.16) 50% 100%);
  }

  .timeline-step {
    min-height: 96px;
    padding: 0 0 0 70px;
    text-align: left;
  }

  .timeline-dot {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .timeline-step h3 {
    min-height: 0;
  }

  .emergency-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .emergency-actions {
    justify-content: flex-start;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-gateway-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-grid,
  .air-quote-shell,
  .service-lead-grid {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .air-advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .air-quote-form {
    grid-template-columns: 1fr;
  }

  .sea-value-grid {
    grid-template-columns: 1fr;
  }

  .rail-advantage-grid {
    grid-template-columns: 1fr;
  }

  .how-deliver-grid {
    grid-template-columns: 1fr;
  }

  .sea-cta-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .nav-shell {
    min-height: 82px;
  }

  .brand-logo {
    width: 170px;
    height: 62px;
  }

  .nav-menu,
  .nav-actions {
    position: absolute;
    left: 16px;
    right: 16px;
    display: none;
    background: rgba(26, 26, 26, 0.98);
  }

  .nav-menu {
    top: 90px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px 8px 0 0;
  }

  .nav-actions {
    top: 390px;
    flex-direction: column;
    align-items: stretch;
    padding: 0 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 0;
    border-radius: 0 0 8px 8px;
  }

  .nav-menu.is-open,
  .nav-actions.is-open {
    display: flex;
  }

  .dropdown-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
  }

  .dropdown:hover .dropdown-panel,
  .dropdown:focus-within .dropdown-panel {
    display: block;
  }

  .value-grid,
  .statement-grid,
  .stats-grid,
  .story-grid,
  .choose-grid,
  .map-shell,
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: 760px;
  }

  .hero-plane {
    opacity: 0.24;
    clip-path: none;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .section {
    padding: 76px 0;
  }

  .hero {
    min-height: 760px;
  }

  h1 {
    font-size: 3rem;
  }

  .track-row {
    flex-direction: column;
  }

  .track-row button {
    width: 100%;
    height: 54px;
  }

  .value-grid,
  .services-grid,
  .blog-grid,
  .statement-grid,
  .stats-grid,
  .footer-grid,
  .story-grid,
  .pillar-grid,
  .choose-grid,
  .map-shell,
  .team-grid,
  .solution-grid,
  .advantage-grid,
  .quote-grid,
  .quote-form,
  .faq-grid,
  .featured-article,
  .news-grid,
  .blog-sidebar,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .service-lead-form {
    grid-template-columns: 1fr;
  }

  .air-advantage-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: auto;
    padding: 28px;
  }

  .media-panel,
  .media-panel img {
    min-height: 340px;
  }

  .logo-track span {
    min-width: 170px;
  }

  .about-hero {
    min-height: 590px;
  }

  .branded-ship,
  .branded-ship img {
    min-height: 360px;
  }

  .container-branding {
    left: 22px;
    right: 22px;
    text-align: center;
  }

  .feature-list article {
    min-height: auto;
  }

  .commitment-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-hero {
    min-height: 610px;
  }

  .solution-card,
  .solution-body {
    min-height: 340px;
  }

  .solution-body p {
    min-height: auto;
  }

  .quote-form {
    padding: 20px;
  }

  .track-hero {
    min-height: 590px;
  }

  .tracking-portal-form {
    grid-template-columns: 1fr;
  }

  .tracking-input-shell {
    border-radius: 6px 6px 0 0;
  }

  .tracking-portal-form button {
    min-height: 58px;
    border-radius: 0 0 6px 6px;
  }

  .tracking-result {
    align-items: flex-start;
    flex-direction: column;
  }

  .emergency-box {
    padding: 30px 22px;
  }

  .blog-hero {
    min-height: 580px;
  }

  .featured-media {
    min-height: 290px;
  }

  .news-card h3 {
    min-height: auto;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form input {
    border-radius: 6px 6px 0 0;
  }

  .newsletter-form button {
    min-height: 56px;
    border-radius: 0 0 6px 6px;
  }

  .contact-hero {
    min-height: 570px;
  }

  .contact-info-block {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px;
  }

  .contact-map-box,
  .contact-map-box iframe {
    min-height: 390px;
  }

  .map-overlay-card {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .whatsapp-widget.with-bubble span {
    display: none;
  }

  .whatsapp-widget.with-bubble {
    grid-template-columns: 58px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom .powered-by {
    text-align: left;
  }

  .air-hero {
    min-height: 590px;
  }

  .sea-hero {
    min-height: 590px;
  }

  .courier-hero {
    min-height: 590px;
  }

  .rail-hero {
    min-height: 590px;
  }

  .land-hero {
    min-height: 590px;
  }

  .warehouse-hero {
    min-height: 590px;
  }

  .customs-hero {
    min-height: 590px;
  }

  .service-detail-content > img {
    height: 280px;
  }
}



