/* Start custom CSS for html, class: .elementor-element-9817118 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
    :root {
      --orange:    #F47B20;
      --orange-dk: #C96400;
      --black:     #000000;
      --surface:   #111111;
      --white:     #ffffff;
      --body-text: #C6C6C6;
    }
 
    html { scroll-behavior: smooth; }
 
    body {
      background-color: #000000;
      color: #C6C6C6;
      font-family: 'Poppins', sans-serif;
      font-size: 17px;
      line-height: 1.8;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
 
    img { max-width: 100%; display: block; }
    a { text-decoration: none; }
 
    /* ── ANIMATIONS ── */
    .fade-up {
      opacity: 0;
      transform: translateY(36px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .fade-up.visible { opacity: 1; transform: translateY(0); }
    .fade-up.d1 { transition-delay: 0.12s; }
    .fade-up.d2 { transition-delay: 0.24s; }
    .fade-up.d3 { transition-delay: 0.36s; }
 
    .fade-in {
      opacity: 0;
      transition: opacity 1s ease;
    }
    .fade-in.visible { opacity: 1; }
 
    /* ══════════════════════════════
       HERO
    ══════════════════════════════ */
    .hero {
      position: relative;
      min-height: 100vh;
      background-color: #000000;
      display: flex;
      align-items: flex-end;
      overflow: hidden;
    }
 
    .hero__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
 
    .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      filter: brightness(0.4);
    }
 
    .hero__gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.6) 45%,
        rgba(0,0,0,0.1) 100%
      );
      z-index: 1;
    }
 
    .hero__content {
      position: relative;
      z-index: 2;
      padding: 0 80px 110px;
      max-width: 960px;
    }
 
    .hero__tag {
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 28px;
    }
 
    .hero__h1 {
      font-size: clamp(48px, 6.5vw, 92px);
      font-weight: 900;
      color: var(--white);
      line-height: 1.05;
      letter-spacing: -0.02em;
      margin-bottom: 32px;
    }
 
    .hero__h1 em {
      font-style: normal;
      color: var(--orange);
      white-space: nowrap;
    }
 
    .hero__sub {
      font-size: clamp(17px, 2vw, 21px);
      color: var(--body-text);
      max-width: 580px;
      line-height: 1.75;
      margin-bottom: 52px;
    }
 
    .hero__cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: linear-gradient(90deg, #F47B20 0%, #C46318 50%, #FF9A3C 100%);
      color: var(--white);
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 18px 40px;
      border-radius: 100px;
      transition: opacity 0.2s, transform 0.15s;
    }
    .hero__cta:hover { opacity: 0.88; transform: translateY(-1px); }
 
    /* ══════════════════════════════
       STATS BAND
    ══════════════════════════════ */
    .stats-band {
      background: var(--orange);
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }
 
    .stat-item {
      padding: 52px 32px;
      border-right: 1px solid rgba(0,0,0,0.12);
      text-align: center;
    }
    .stat-item:last-child { border-right: none; }
 
    .stat-item__number {
      font-size: clamp(40px, 4.5vw, 64px);
      font-weight: 900;
      color: var(--white);
      line-height: 1;
      display: block;
      margin-bottom: 12px;
    }
 
    .stat-item__label {
      font-family: 'Lato', sans-serif;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
      display: block;
    }
 
    /* ══════════════════════════════
       INTRO — Blue Logistics story
    ══════════════════════════════ */
    .intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: #000000;
    }
 
    .intro__text {
      background: #111111;
      padding: 110px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
 
    .section-tag {
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 20px;
    }
 
    .section-h2 {
      font-size: clamp(34px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 28px;
    }
 
    .section-body {
      font-size: 18px;
      color: var(--body-text);
      line-height: 1.85;
    }
 
    .section-body + .section-body {
      margin-top: 20px;
    }
 
    .intro__image {
      position: relative;
      overflow: hidden;
      min-height: 520px;
      background: #000000;
    }
 
    .intro__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(20%) brightness(0.75);
      transition: transform 0.8s ease;
    }
 
    .intro:hover .intro__image img { transform: scale(1.04); }
 
 
    /* ══════════════════════════════
       WHY IT MATTERS
    ══════════════════════════════ */
    .why {
      background: #000000;
      padding: 120px 80px;
    }
 
    .why__header {
      text-align: center;
      margin-bottom: 72px;
    }
 
    .why__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      background: rgba(255,255,255,0.07);
      max-width: 1280px;
      margin: 0 auto;
    }
 
    .why__item {
      background: #111111;
      padding: 52px 48px;
      transition: background 0.25s;
    }
 
    .why__item:hover { background: #1a1a1a; }
 
    .why__icon {
      width: 40px;
      height: 40px;
      margin-bottom: 24px;
      color: var(--orange);
    }
 
    .why__icon svg {
      width: 100%;
      height: 100%;
      stroke: currentColor;
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    .why__title {
      font-size: 20px;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 14px;
      line-height: 1.3;
    }
 
    .why__text {
      font-size: 16px;
      color: var(--body-text);
      line-height: 1.8;
    }
 
    /* ══════════════════════════════
       CTA
    ══════════════════════════════ */
  .cta-block {
  position: relative;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 80px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(244,123,32,0.35);
}

.cta-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 50% 50%, rgba(244,123,32,0.28) 0%, transparent 70%),
    linear-gradient(180deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.93) 100%);
  pointer-events: none;
}
 
    .cta-block__tag {
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 20px;
      position: relative;
    }
 
    .cta-block__h2 {
      font-size: clamp(36px, 5vw, 72px);
      font-weight: 900;
      color: var(--white);
      letter-spacing: -0.02em;
      line-height: 1.05;
      margin-bottom: 24px;
      position: relative;
    }
 
    .cta-block__sub {
      font-size: 19px;
      color: var(--body-text);
      max-width: 500px;
      margin: 0 auto 56px;
      line-height: 1.75;
      position: relative;
    }
 
    .cta-block__actions {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      position: relative;
    }
 
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background: linear-gradient(90deg, #F47B20 0%, #C46318 50%, #FF9A3C 100%);
      color: var(--white);
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 18px 40px;
      border-radius: 100px;
      transition: opacity 0.2s, transform 0.15s;
    }
    .btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
 
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 2px solid rgba(255,255,255,0.3);
      color: var(--white);
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      padding: 18px 40px;
      border-radius: 100px;
      transition: opacity 0.2s, transform 0.15s, border-color 0.2s;
    }
    .btn-ghost:hover { opacity: 0.88; transform: translateY(-1px); border-color: rgba(255,255,255,0.6); }
 
    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .hero__content { padding: 0 40px 80px; }
      .stats-band { grid-template-columns: repeat(2, 1fr); }
      .stat-item:nth-child(2) { border-right: none; }
      .stat-item:nth-child(3),
      .stat-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.08); }
      .intro { grid-template-columns: 1fr; }
      .intro__image { min-height: 400px; order: -1; }
      .intro__text { padding: 80px 40px; }
      .pull-quote { padding: 80px 40px; }
      .feature { grid-template-columns: 1fr; }
      .feature__image { min-height: 360px; order: -1 !important; }
      .feature--rev .feature__image { order: -1 !important; }
      .feature__text { padding: 64px 40px; order: 2 !important; }
      .why { padding: 80px 40px; }
      .why__grid { grid-template-columns: 1fr 1fr; }
      .cta-block { padding: 80px 40px; }
    }
 
    @media (max-width: 640px) {
      .hero__content { padding: 0 24px 64px; }
      .stats-band { grid-template-columns: 1fr 1fr; }
      .intro__text { padding: 60px 24px; }
      .pull-quote { padding: 64px 24px; }
      .feature__text { padding: 56px 24px; }
      .why { padding: 64px 24px; }
      .why__grid { grid-template-columns: 1fr; }
      .why__item { padding: 44px 32px; }
      .cta-block { padding: 64px 24px; }
    }
 
   /* ── STACKED CARDS OVER FULL-BLEED PHOTO ── */
.stack-feat {
  position: relative;
  padding: 160px 40px;
  background: #000;
  overflow: hidden;
}
.stack-feat__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}
.stack-feat__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0.9) 100%);
}
.stack-feat__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.stack-card {
  position: relative;
  background: #F47B20;
  padding: 60px 64px 64px;
  max-width: 620px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.55);
}
.stack-card--a { margin-right: auto; }
.stack-card--b { margin-left: auto; margin-top: -70px; }
.stack-card__num {
  position: absolute;
  top: 24px;
  right: 40px;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(0,0,0,0.10);
  pointer-events: none;
}
.stack-card__tag {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1A4A8A;
  font-weight: 700;
  margin-bottom: 16px;
}
.stack-card__h {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 20px;
}
.stack-card__body {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin: 0 0 26px;
}
.stack-card__list { list-style: none; margin: 0; padding: 0; }
.stack-card__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}
.stack-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A4A8A;
}

@media (max-width: 1024px) {
  .stack-feat { padding: 100px 40px; }
  .stack-card { max-width: 100%; padding: 52px 44px 56px; }
  .stack-card--b { margin-top: 32px; }
  .stack-card__num { font-size: 96px; right: 28px; }
}

@media (max-width: 640px) {
  .stack-feat { padding: 72px 24px; }
  .stack-card { padding: 44px 28px 48px; }
  .stack-card__num { font-size: 76px; top: 18px; right: 20px; }
}/* End custom CSS */