:root {
  --mlb-navy: #0b2942;
  --mlb-navy-deep: #071b2c;
  --mlb-orange: #f85c00;
  --mlb-ink: #14212b;
  --mlb-muted: #5f6f7c;
  --mlb-line: #e4e9ed;
  --mlb-soft: #f5f7f8;
}

html { scroll-behavior: smooth; }
body.mlb-site { overflow-x: hidden; color: var(--mlb-ink); }
body.mlb-site #de-loader { display: none !important; }
body.mlb-site a:focus-visible,
body.mlb-site button:focus-visible,
body.mlb-site input:focus-visible,
body.mlb-site select:focus-visible,
body.mlb-site textarea:focus-visible {
  outline: 3px solid rgba(248, 92, 0, .35);
  outline-offset: 3px;
}

/* Shared navigation */
body.mlb-site header.mlb-header {
  top: 16px;
  padding: 0 16px;
}
body.mlb-site header.mlb-header .container {
  max-width: 1240px;
  min-height: 76px;
  padding: 0 24px;
  border: 1px solid rgba(11, 41, 66, .09);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 36px rgba(7, 27, 44, .13);
  backdrop-filter: blur(16px);
}
body.mlb-site header.mlb-header .de-flex { min-height: 76px; }
body.mlb-site header.mlb-header #logo { width: 164px; }
body.mlb-site header.mlb-header #logo img {
  width: 154px !important;
  max-width: 154px !important;
  height: auto !important;
}
body.mlb-site header.mlb-header #mainmenu > li > a,
body.mlb-site header.mlb-header #mainmenu > li > a.menu-item {
  color: var(--mlb-navy) !important;
  font-weight: 700;
  letter-spacing: 0;
}
body.mlb-site header.mlb-header #mainmenu > li > a:hover,
body.mlb-site header.mlb-header #mainmenu > li > a.is-active { color: var(--mlb-orange) !important; }
body.mlb-site header.mlb-header #btn-extra { display: none; }
body.mlb-site header.mlb-header .menu_side_area .btn-main {
  border-color: var(--mlb-orange);
  background: var(--mlb-orange);
  color: #fff;
}

/* Hero */
.mlb-hero {
  margin: 12px !important;
  border-radius: 18px !important;
  background: var(--mlb-navy-deep);
}
.mlb-hero .mh-800,
.mlb-hero .swiper,
.mlb-hero .swiper-wrapper,
.mlb-hero .swiper-slide,
.mlb-hero .swiper-inner {
  min-height: 760px;
  height: 760px;
}
.mlb-hero .swiper-inner { background-position: center; }
.mlb-hero .sw-caption { z-index: 3; }
.mlb-hero .sw-overlay {
  background: linear-gradient(90deg, rgba(7, 27, 44, .9) 0%, rgba(7, 27, 44, .58) 46%, rgba(7, 27, 44, .16) 100%);
  opacity: 1 !important;
}
.mlb-hero-copy { max-width: 720px; }
.mlb-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.mlb-hero-title {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff !important;
  font-size: 68px !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  opacity: 1 !important;
}
.mlb-hero-copy p {
  max-width: 650px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.65;
}
.mlb-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.mlb-hero-actions .btn-main { min-height: 50px; }
.mlb-hero-actions .mlb-btn-secondary { background: #fff; color: var(--mlb-navy); }
.mlb-hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.mlb-hero-point { display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 600; }
.mlb-hero-point i { color: var(--mlb-orange); font-size: 18px; }

/* Reusable sections */
.mlb-section { padding: 88px 0; }
.mlb-section--soft { background: var(--mlb-soft); }
.mlb-section--navy { background: var(--mlb-navy); color: #fff; }
.mlb-section-heading { max-width: 760px; margin-bottom: 38px; }
.mlb-section-heading.text-center { margin-right: auto; margin-left: auto; }
.mlb-section-heading h2 { margin-bottom: 14px; font-size: 44px; line-height: 1.12; letter-spacing: 0; }
.mlb-section-heading p { margin: 0; color: var(--mlb-muted); font-size: 17px; line-height: 1.7; }
.mlb-section--navy .mlb-section-heading p { color: rgba(255,255,255,.72); }
.mlb-eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--mlb-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.mlb-proof-strip { padding: 26px 0; border-bottom: 1px solid var(--mlb-line); background: #fff; }
.mlb-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mlb-proof-item { padding: 14px 26px; border-right: 1px solid var(--mlb-line); }
.mlb-proof-item:last-child { border-right: 0; }
.mlb-proof-item strong { display: block; color: var(--mlb-navy); font-size: 24px; line-height: 1.1; }
.mlb-proof-item span { display: block; margin-top: 7px; color: var(--mlb-muted); font-size: 13px; }

.mlb-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--mlb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(11, 41, 66, .06);
}
.mlb-card-icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: rgba(248, 92, 0, .1);
  color: var(--mlb-orange);
  font-size: 26px;
}
.mlb-card h3,
.mlb-card h4 { margin-bottom: 10px; color: var(--mlb-navy); letter-spacing: 0; }
.mlb-card p { margin-bottom: 0; color: var(--mlb-muted); line-height: 1.65; }
.mlb-card-link { display: inline-flex; margin-top: 18px; color: var(--mlb-orange); font-weight: 700; }

.mlb-vehicle-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--mlb-navy);
}
.mlb-vehicle-card img { width: 100%; height: 420px; object-fit: cover; }
.mlb-vehicle-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(7, 27, 44, .9) 100%);
}
.mlb-vehicle-card-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 28px; color: #fff; }
.mlb-vehicle-card-content h3 { margin-bottom: 8px; color: #fff; }
.mlb-vehicle-card-content p { margin: 0; color: rgba(255,255,255,.78); }

.mlb-industries { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.mlb-industry {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--mlb-line);
  border-radius: 8px;
  background: #fff;
  color: var(--mlb-navy);
  font-weight: 700;
}
.mlb-industry i { color: var(--mlb-orange); font-size: 22px; }

.mlb-split-band {
  overflow: hidden;
  border-radius: 8px;
  background: var(--mlb-navy);
  color: #fff;
}
.mlb-split-band img { width: 100%; min-height: 440px; height: 100%; object-fit: cover; }
.mlb-split-copy { padding: 54px; }
.mlb-split-copy h2 { color: #fff; font-size: 42px; line-height: 1.12; }
.mlb-split-copy p { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.mlb-check-list { margin: 24px 0 30px; padding: 0; list-style: none; }
.mlb-check-list li { position: relative; margin: 11px 0; padding-left: 28px; color: rgba(255,255,255,.9); }
.mlb-check-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--mlb-orange); font-weight: 800; }

.mlb-faq .accordion-section { border-top: 1px solid var(--mlb-line); }
.mlb-faq .accordion-section-title { padding: 22px 44px 22px 0; color: var(--mlb-navy); font-size: 17px; font-weight: 700; }
.mlb-faq .accordion-section-content { color: var(--mlb-muted); line-height: 1.7; }

.mlb-subhero {
  min-height: 440px;
  margin: 12px !important;
  padding-top: 150px !important;
  border-radius: 18px !important;
  background-position: center !important;
}
.mlb-subhero h1 { max-width: 820px; color: #fff; font-size: 58px; line-height: 1.05; letter-spacing: 0; }
.mlb-subhero .lead { max-width: 700px; color: rgba(255,255,255,.86); }

.mlb-process-step { position: relative; padding-top: 52px; }
.mlb-process-number {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(248,92,0,.22);
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}
.mlb-process-step h3 { position: relative; color: var(--mlb-navy); }
.mlb-process-step p { position: relative; color: var(--mlb-muted); }

.mlb-contact-card a { color: var(--mlb-navy); overflow-wrap: anywhere; }
.mlb-contact-card a:hover { color: var(--mlb-orange); }
.mlb-form {
  padding: 34px;
  border: 1px solid var(--mlb-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(11,41,66,.07);
}
.mlb-form label { display: block; margin-bottom: 7px; color: var(--mlb-navy); font-size: 13px; font-weight: 700; }
.mlb-form input,
.mlb-form select,
.mlb-form textarea {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #dce3e8;
  border-radius: 6px;
  background: #fff;
}
.mlb-form textarea { min-height: 130px; resize: vertical; }
.mlb-form-status { min-height: 24px; margin: 12px 0 0; color: var(--mlb-muted); font-size: 13px; }

.mlb-cta { padding: 54px 0; background: var(--mlb-orange); color: #fff; }
.mlb-cta h2 { margin: 0; color: #fff; font-size: 38px; line-height: 1.15; }
.mlb-cta p { margin: 8px 0 0; color: rgba(255,255,255,.86); }

/* Footer and persistent actions */
body.mlb-site footer.mlb-footer { padding-top: 76px; }
.mlb-footer-logo { width: 180px; height: auto; }
.mlb-footer-copy { max-width: 500px; color: rgba(255,255,255,.62); }
.mlb-footer a { color: rgba(255,255,255,.76); }
.mlb-footer a:hover { color: #fff; }
.mlb-footer-contact { display: grid; gap: 12px; }
.mlb-footer-contact a { display: flex; align-items: flex-start; gap: 10px; }
.mlb-footer-contact i { margin-top: 3px; color: var(--mlb-orange); }
.mlb-floating-actions {
  position: fixed;
  z-index: 1100;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 10px;
}
.mlb-floating-action {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7,27,44,.22);
  color: var(--mlb-navy);
  font-size: 22px;
}
.mlb-floating-action--whatsapp { background: #25d366; color: #fff; }

@media (max-width: 991px) {
  body.mlb-site header.mlb-header { top: 8px; padding: 0 8px; }
  body.mlb-site header.mlb-header .container { min-height: 68px; padding: 0 14px; }
  body.mlb-site header.mlb-header .de-flex { min-height: 68px; }
  body.mlb-site header.mlb-header #logo { width: 138px; }
  body.mlb-site header.mlb-header #logo img { width: 132px !important; max-width: 132px !important; }
  body.mlb-site header.mlb-header #menu-btn { margin-left: 10px; color: var(--mlb-navy) !important; }
  body.mlb-site header.mlb-header #mainmenu {
    top: 68px;
    max-height: calc(100vh - 82px);
    padding: 10px 18px 20px;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
    background: #fff !important;
    box-shadow: 0 16px 30px rgba(7,27,44,.12);
  }
  body.mlb-site header.mlb-header #mainmenu li { border-bottom-color: var(--mlb-line) !important; }
  body.mlb-site header.mlb-header .menu_side_area .btn-main { display: none; }
  .mlb-hero { margin: 0 !important; border-radius: 0 0 18px 18px !important; }
  .mlb-hero .mh-800,
  .mlb-hero .swiper,
  .mlb-hero .swiper-wrapper,
  .mlb-hero .swiper-slide,
  .mlb-hero .swiper-inner { min-height: 680px; height: 680px; }
  .mlb-hero .swiper-inner { background-position: 64% center; }
  .mlb-hero .sw-caption { align-items: flex-end; padding: 0 0 72px; }
  .mlb-hero .sw-overlay { background: linear-gradient(180deg, rgba(7,27,44,.22) 0%, rgba(7,27,44,.66) 44%, rgba(7,27,44,.94) 100%); }
  .mlb-hero-title { font-size: 52px !important; }
  .mlb-hero-points { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mlb-proof-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mlb-proof-item:nth-child(2) { border-right: 0; }
  .mlb-proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--mlb-line); }
  .mlb-industries { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .mlb-section { padding: 70px 0; }
  .mlb-split-copy { padding: 40px; }
  .mlb-subhero { margin: 0 !important; border-radius: 0 0 18px 18px !important; }
}

@media (max-width: 767px) {
  .mlb-hero .mh-800,
  .mlb-hero .swiper,
  .mlb-hero .swiper-wrapper,
  .mlb-hero .swiper-slide,
  .mlb-hero .swiper-inner { min-height: 640px !important; height: 640px !important; }
  .mlb-hero .sw-caption { padding-bottom: 54px; }
  .mlb-hero-copy { padding: 0 18px; }
  .mlb-hero-kicker { margin-bottom: 12px; font-size: 10px; }
  .mlb-hero-title { font-size: 39px !important; line-height: 1.04 !important; }
  .mlb-hero-copy p { font-size: 15px !important; line-height: 1.55 !important; }
  .mlb-hero-actions { gap: 9px; margin-top: 20px; }
  .mlb-hero-actions .btn-main { min-height: 46px; padding: 0 15px !important; }
  .mlb-hero-points { gap: 8px; }
  .mlb-hero-point { font-size: 12px; }
  .mlb-section { padding: 58px 0; }
  .mlb-section-heading { margin-bottom: 28px; }
  .mlb-section-heading h2 { font-size: 32px; }
  .mlb-section-heading p { font-size: 15px; }
  .mlb-proof-item { padding: 16px 14px; }
  .mlb-proof-item strong { font-size: 20px; }
  .mlb-card { padding: 22px; }
  .mlb-service-grid > [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
  .mlb-service-grid .mlb-card { padding: 18px 14px; }
  .mlb-service-grid .mlb-card-icon { width: 44px; height: 44px; margin-bottom: 15px; font-size: 21px; }
  .mlb-service-grid h3 { font-size: 17px; }
  .mlb-service-grid p { font-size: 13px; line-height: 1.5; }
  .mlb-vehicle-scroll {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .mlb-vehicle-scroll::-webkit-scrollbar { display: none; }
  .mlb-vehicle-scroll > [class*="col-"] { flex: 0 0 84%; max-width: 84%; scroll-snap-align: start; }
  .mlb-vehicle-card,
  .mlb-vehicle-card img { min-height: 350px; height: 350px; }
  .mlb-industries { gap: 9px; }
  .mlb-industry { min-height: 66px; padding: 13px 11px; font-size: 13px; line-height: 1.25; }
  .mlb-industry i { font-size: 19px; }
  .mlb-split-band { margin: 0 -12px; border-radius: 0; }
  .mlb-split-band img { min-height: 280px; }
  .mlb-split-copy { padding: 32px 22px; }
  .mlb-split-copy h2 { font-size: 31px; }
  .mlb-subhero { min-height: 370px; padding: 128px 8px 60px !important; }
  .mlb-subhero h1 { font-size: 40px; }
  .mlb-subhero .lead { font-size: 15px; }
  .mlb-form { padding: 22px 16px; }
  .mlb-cta { padding: 42px 0; text-align: center; }
  .mlb-cta h2 { font-size: 30px; }
  .mlb-cta .text-lg-end { margin-top: 18px; text-align: center; }
  body.mlb-site footer.mlb-footer { padding-top: 58px; }
  .mlb-floating-actions { right: 14px; bottom: 14px; }
  .mlb-floating-action { width: 48px; height: 48px; }
}

@media (max-width: 380px) {
  .mlb-hero-title { font-size: 35px !important; }
  .mlb-service-grid > [class*="col-"] { flex-basis: 100%; max-width: 100%; }
}
