.elementor-1244 .elementor-element.elementor-element-f9d9e4d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2603961 */.nemw-promo {
  --navy: #071923;
  --cyan: #35c5d8;
  --cyan-bright: #5ed9e8;
  --ink: #10232c;
  --muted: #60717a;
  --paper: #f3f7f8;

  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
}

.nemw-promo,
.nemw-promo * {
  box-sizing: border-box;
}

.nemw-promo a {
  color: inherit;
}

.nemw-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px);
  background: var(--navy);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
  z-index: 5;
}

.nemw-brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}

.nemw-brand-mark {
  position: relative;
  display: block;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  overflow: hidden;
}

.nemw-brand-mark img {
  position: absolute;
  width: 80px;
  height: 80px;
  max-width: none;
  left: -14px;
  top: -3px;
  object-fit: contain;
}

.nemw-wordmark {
  position: relative;
  display: block;
  flex: 0 0 174px;
  width: 174px;
  height: 47px;
  overflow: hidden;
}

.nemw-wordmark img {
  position: absolute;
  width: 204px;
  height: 204px;
  max-width: none;
  left: -16px;
  top: -142px;
  object-fit: contain;
}

.nemw-header-phone {
  font-size: 13px;
  text-decoration: none;
  color: #c4d2d8;
}

.nemw-header-phone strong {
  color: white;
  margin-left: 5px;
}

.nemw-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--navy);
}

/* Replace this placeholder with the fleet-photo URL from your Media Library. */
.nemw-hero-image {
  position: absolute;
  inset: 0;
  background-image:
    url("PASTE-FLEET-PHOTO-URL-HERE"),
    linear-gradient(120deg, #173845 0%, #315461 100%);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.nemw-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(2, 18, 26, 0.98) 0%,
    rgba(3, 20, 28, 0.88) 43%,
    rgba(3, 19, 27, 0.26) 76%,
    rgba(3, 19, 27, 0.12) 100%
  );
}

.nemw-hero-content {
  position: relative;
  z-index: 2;
  width: min(860px, 92%);
  padding: 84px clamp(24px, 7vw, 110px) 88px;
}

.nemw-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.nemw-eyebrow span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.nemw-eyebrow.nemw-dark {
  color: #157e8d;
}

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

.nemw-promo h1 {
  color: white;
  font-size: clamp(46px, 6.2vw, 84px);
  line-height: 0.97;
  letter-spacing: -0.055em;
  max-width: 800px;
  margin-bottom: 26px;
}

.nemw-promo h1 em {
  color: var(--cyan-bright);
  font-style: normal;
}

.nemw-hero-copy {
  max-width: 625px;
  color: #d0dde1;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
  margin-bottom: 32px;
}

.nemw-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.nemw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 55px;
  padding: 0 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.2s ease, background 0.2s ease;
}

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

.nemw-button-primary {
  background: var(--cyan);
  color: #031920 !important;
  box-shadow: 0 10px 28px rgba(53, 197, 216, 0.22);
}

.nemw-button-primary:hover {
  background: var(--cyan-bright);
}

.nemw-button-secondary {
  border: 1px solid #b8c9cf;
  background: white;
  color: var(--ink) !important;
}

.nemw-text-link {
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.nemw-microcopy {
  color: #91a5ad;
  font-size: 12px;
  margin: 20px 0 0;
}

.nemw-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: white;
  max-width: 1180px;
  margin: -38px auto 0;
  position: relative;
  z-index: 3;
  box-shadow: 0 16px 45px rgba(6, 29, 39, 0.12);
}

.nemw-trust-strip div {
  padding: 25px 30px;
  border-right: 1px solid #dfe8eb;
}

.nemw-trust-strip div:last-child {
  border: 0;
}

.nemw-trust-strip strong,
.nemw-trust-strip span {
  display: block;
}

.nemw-trust-strip strong {
  color: #0b7e8d;
  font-size: 18px;
  margin-bottom: 5px;
}

.nemw-trust-strip span {
  color: var(--muted);
  font-size: 13px;
}

.nemw-section {
  padding: 110px clamp(24px, 7vw, 110px);
}

.nemw-section-heading {
  max-width: 790px;
  margin-bottom: 48px;
}

.nemw-promo h2 {
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.nemw-offer {
  max-width: 1440px;
  margin: 0 auto;
}

.nemw-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.nemw-offer-card {
  padding: 36px;
  min-height: 290px;
  background: white;
  border: 1px solid #dbe5e8;
}

.nemw-offer-card.nemw-featured {
  background: #e2f6f8;
  border-top: 4px solid var(--cyan);
  padding-top: 33px;
}

.nemw-card-number {
  color: #1c93a2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.nemw-offer-card h3 {
  font-size: 23px;
  margin: 58px 0 14px;
}

.nemw-offer-card p:last-child {
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
}

.nemw-fit-section {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}

.nemw-fit-copy > p:not(.nemw-eyebrow) {
  color: #b5c5cb;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.7;
}

.nemw-fit-copy ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nemw-fit-copy li {
  border-left: 2px solid var(--cyan);
  padding: 8px 14px;
  color: #deeaed;
  font-size: 14px;
}

.nemw-fit-panel {
  background: white;
  color: var(--ink);
  padding: clamp(30px, 5vw, 55px);
  box-shadow: 16px 16px 0 var(--cyan);
}

.nemw-panel-label {
  color: #168797;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.nemw-fit-panel h3 {
  color: var(--ink);
  font-size: 30px;
  line-height: 1.16;
  margin-bottom: 32px;
}

.nemw-check {
  display: flex;
  gap: 16px;
  border-top: 1px solid #dde6e8;
  padding: 20px 0 0;
  margin-top: 20px;
}

.nemw-check > span {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: #dcf5f7;
  color: #087b89;
  font-weight: 800;
}

.nemw-check p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

.nemw-check strong {
  color: var(--ink);
}

.nemw-final-cta {
  text-align: center;
  background: white;
}

.nemw-final-cta .nemw-eyebrow {
  justify-content: center;
}

.nemw-final-cta h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nemw-final-cta > p:not(.nemw-eyebrow) {
  max-width: 670px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.nemw-centered {
  justify-content: center;
}

.nemw-footer {
  padding: 50px clamp(24px, 6vw, 90px);
  background: #04131b;
  color: #90a4ac;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px 60px;
  align-items: center;
  font-size: 13px;
}

.nemw-footer-brand {
  color: white;
}

.nemw-footer a {
  color: var(--cyan-bright) !important;
  text-underline-offset: 4px;
}

.nemw-fine-print {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 10px;
  max-width: 1100px;
  font-size: 11px;
  line-height: 1.6;
}

.nemw-mobile-cta {
  display: none;
}

@media (max-width: 800px) {
  .nemw-header {
    height: 70px;
    padding: 0 16px;
  }

  .nemw-brand {
    gap: 8px;
  }

  .nemw-brand-mark {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .nemw-brand-mark img {
    width: 68px;
    height: 68px;
    left: -12px;
    top: -3px;
  }

  .nemw-wordmark {
    flex-basis: 139px;
    width: 139px;
    height: 38px;
  }

  .nemw-wordmark img {
    width: 164px;
    height: 164px;
    left: -13px;
    top: -114px;
  }

  .nemw-header-phone {
    font-size: 0;
  }

  .nemw-header-phone strong {
    font-size: 12px;
  }

  .nemw-hero {
    min-height: 690px;
    align-items: flex-end;
  }

  .nemw-hero-image {
    background-position: 65% center;
  }

  .nemw-hero-shade {
    background: linear-gradient(
      180deg,
      rgba(3, 20, 28, 0.35),
      rgba(3, 20, 28, 0.96) 43%,
      #03141c 100%
    );
  }

  .nemw-hero-content {
    padding: 190px 24px 58px;
    width: 100%;
  }

  .nemw-promo h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .nemw-hero-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .nemw-trust-strip {
    margin: 0;
    grid-template-columns: 1fr;
  }

  .nemw-trust-strip div {
    padding: 18px 24px;
    border-right: 0;
    border-bottom: 1px solid #dfe8eb;
  }

  .nemw-section {
    padding: 76px 24px;
  }

  .nemw-offer-grid,
  .nemw-fit-section {
    grid-template-columns: 1fr;
  }

  .nemw-offer-card {
    min-height: 230px;
  }

  .nemw-offer-card h3 {
    margin-top: 35px;
  }

  .nemw-fit-copy ul {
    grid-template-columns: 1fr;
  }

  .nemw-fit-panel {
    box-shadow: 9px 9px 0 var(--cyan);
  }

  .nemw-footer {
    grid-template-columns: 1fr;
    padding-bottom: 105px;
  }

  .nemw-fine-print {
    grid-column: auto;
  }

  .nemw-mobile-cta {
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 14px;
    right: 14px;
    bottom: 14px;
    background: var(--cyan);
    color: #031920 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    padding: 17px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .nemw-promo .nemw-button {
    transition: none;
  }
}
.nemw-hero h1,
.nemw-fit-copy h2 {
  color: #ffffff !important;
} 
.nemw-footer > p:not(.nemw-fine-print) {
  color: #ffffff !important;
}
.nemw-hero,
.nemw-fit-section,
.nemw-footer {
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .nemw-hero,
  .nemw-fit-section,
  .nemw-footer {
    border-radius: 12px;
  }
}/* End custom CSS */