/* Global Heavy Logistics — navy industrial theme */
.ghl-page {
  --ghl-navy: #0f2744;
  --ghl-navy-deep: #0a1a2e;
  --ghl-steel: #5b6b7c;
  --ghl-mist: #eef2f6;
  --ghl-accent: #c9a227;
  --ghl-white: #ffffff;
  background: var(--ghl-white);
  color: #1c2430;
}

.ghl-page h1,
.ghl-page h2,
.ghl-page h3 {
  color: var(--ghl-navy);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  letter-spacing: 0.02em;
}

.ghl-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ghl-accent);
  margin-bottom: 0.75rem;
}

.ghl-section-head {
  margin-bottom: 2.5rem;
  max-width: 40rem;
}

.ghl-section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0;
  text-transform: uppercase;
}

/* Hero */
.ghl-hero {
  position: relative;
  min-height: min(88vh, 720px);
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.ghl-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 26, 46, 0.35) 0%, rgba(10, 26, 46, 0.82) 100%),
    linear-gradient(90deg, rgba(15, 39, 68, 0.75), transparent 60%);
}

.ghl-hero-inner {
  position: relative;
  z-index: 1;
  padding: 5rem 0 4rem;
  width: min(100% - 2.5rem, 1120px);
  margin: 0 auto;
}

.ghl-kicker {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.ghl-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 1.05;
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
  max-width: 14ch;
}

.ghl-tagline {
  color: var(--ghl-accent);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.ghl-hero-lead {
  color: rgba(255, 255, 255, 0.88);
  max-width: 36rem;
  font-size: 1.1rem;
  margin-bottom: 1.75rem;
}

.ghl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.ghl-btn {
  background: var(--ghl-accent);
  color: var(--ghl-navy-deep) !important;
  border-radius: 2px;
  border: 1.5px solid var(--ghl-accent);
}

.ghl-btn:hover {
  background: #ddb52f;
  color: var(--ghl-navy-deep) !important;
}

.ghl-btn-outline {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}

.ghl-btn-outline:hover {
  background: #fff;
  color: var(--ghl-navy) !important;
}

/* Service strip */
.ghl-strip {
  background: var(--ghl-navy);
  color: #fff;
  padding: 1.35rem 0;
}

.ghl-strip-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.ghl-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55rem;
  padding: 0.35rem;
}

.ghl-strip-item i {
  font-size: 1.35rem;
  color: var(--ghl-accent);
}

.ghl-strip-item span {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
}

/* Intro */
.ghl-intro {
  background: var(--ghl-mist);
}

.ghl-intro-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: 3rem;
  align-items: start;
}

.ghl-intro h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.ghl-presence-card {
  background: var(--ghl-navy);
  color: #fff;
  padding: 2rem 1.75rem;
}

.ghl-presence-card h3 {
  color: #fff;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 1.25rem 0 0.65rem;
}

.ghl-presence-card h3:first-child {
  margin-top: 0;
}

.ghl-presence-card p {
  color: rgba(255, 255, 255, 0.78);
}

.ghl-presence-card .ghl-list li {
  color: rgba(255, 255, 255, 0.92);
}

.ghl-countries li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-left: 0 !important;
}

.ghl-countries li::before {
  display: none;
}

.ghl-flag {
  display: inline-flex;
  width: 28px;
  height: 19px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.ghl-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ghl-note {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.95rem;
}

/* Lists */
.ghl-list {
  margin: 0.5rem 0 0;
}

.ghl-list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.15rem;
  color: #4a5665;
}

.ghl-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ghl-accent);
}

.ghl-list.cols {
  columns: 2;
  column-gap: 1.5rem;
}

/* Services */
.ghl-services {
  background: #fff;
}

.ghl-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.ghl-service {
  border-top: 3px solid var(--ghl-navy);
  background: var(--ghl-mist);
  padding: 1.6rem 1.5rem 1.75rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ghl-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 39, 68, 0.1);
}

.ghl-service h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.ghl-service p {
  color: #4a5665;
}

.ghl-service p strong {
  color: var(--ghl-navy);
}

.ghl-section-head-center {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.ghl-section-lead {
  margin: 0.85rem 0 0;
  color: #5b6b7c;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Industries */
.ghl-industries {
  background:
    linear-gradient(180deg, rgba(10, 26, 46, 0.97), rgba(15, 39, 68, 0.98)),
    var(--ghl-navy-deep);
  position: relative;
  overflow: hidden;
}

.ghl-industries::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201, 162, 39, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 162, 39, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.ghl-industries .container {
  position: relative;
  z-index: 1;
}

.ghl-industries .ghl-section-head h2 {
  color: #fff;
}

.ghl-industries .ghl-label {
  color: var(--ghl-accent);
}

.ghl-industries .ghl-section-lead {
  color: rgba(255, 255, 255, 0.72);
}

.ghl-industry-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  text-align: center;
  padding: 1.75rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ghl-industry-card:hover {
  background: rgba(201, 162, 39, 0.12);
  border-color: rgba(201, 162, 39, 0.55);
  transform: translateY(-3px);
}

.ghl-industry-icon {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.15);
  color: var(--ghl-accent);
  font-size: 1.25rem;
}

.ghl-industry-card h3 {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.35;
}

/* Why */
.ghl-why {
  background: #fff;
}

.ghl-why-card {
  position: relative;
  height: 100%;
  padding: 1.75rem 1.35rem 1.5rem;
  background: var(--ghl-mist);
  border-top: 3px solid var(--ghl-navy);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ghl-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 39, 68, 0.1);
}

.ghl-why-num {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(15, 39, 68, 0.2);
}

.ghl-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1rem;
  background: var(--ghl-navy);
  color: var(--ghl-accent);
  font-size: 1.1rem;
}

.ghl-why-card h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 0.55rem;
  line-height: 1.3;
}

.ghl-why-card p {
  margin: 0;
  color: #5b6b7c;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Mission */
.ghl-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.ghl-mission-grid h2 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.ghl-mission-grid p {
  font-size: 1.08rem;
  line-height: 1.75;
}

/* Closing */
.ghl-closing {
  background:
    linear-gradient(120deg, rgba(15, 39, 68, 0.94), rgba(10, 26, 46, 0.9)),
    url(/images/ghl/hero-banner.png) center / cover;
  color: #fff;
  text-align: center;
  padding: 5rem 0;
}

.ghl-closing h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
}

.ghl-lines {
  color: rgba(255, 255, 255, 0.78);
  max-width: 52rem;
  margin: 0 auto 0.85rem;
  font-size: 0.98rem;
  line-height: 1.6;
}

.ghl-closing-tag {
  color: var(--ghl-accent);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

@media (max-width: 1024px) {
  .ghl-strip-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .ghl-intro-grid,
  .ghl-service-grid,
  .ghl-mission-grid {
    grid-template-columns: 1fr;
  }

  .ghl-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ghl-list.cols {
    columns: 1;
  }

  .ghl-hero {
    min-height: 70vh;
    align-items: center;
  }

  .ghl-hero-inner {
    padding: 4rem 0 3rem;
  }

  .ghl-hero h1 {
    max-width: none;
  }

  .ghl-industry-card {
    padding: 1.35rem 0.75rem;
  }

  .ghl-industry-card h3 {
    font-size: 0.82rem;
  }
}

@media (max-width: 520px) {
  .ghl-strip-grid {
    grid-template-columns: 1fr;
  }
}
