.hm-global-language-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 7px max(18px, calc((100vw - 1180px) / 2));
  background: #0b1724;
  color: #dbe3ea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
  z-index: 30;
}

.hm-global-language-bar span {
  color: #9fb0bf;
  font-weight: 700;
}

.hm-global-language-bar label {
  margin: 0;
  color: #9fb0bf;
  font-weight: 800;
}

.hm-global-language-bar select {
  min-width: 150px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #142233;
  color: #fff;
  padding: 4px 34px 4px 10px;
  font: inherit;
  font-weight: 800;
  border-radius: 0;
}

body.hm-ml-page {
  margin: 0;
  background: #fff;
  color: #101820;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.hm-ml-page * {
  box-sizing: border-box;
}

.hm-ml-page a {
  color: inherit;
}

.hm-ml-header {
  border-bottom: 1px solid #d8dde2;
  background: #fff;
}

.hm-ml-header__inner {
  display: grid;
  grid-template-columns: minmax(170px, .8fr) minmax(0, 1.8fr) auto;
  gap: 22px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 28px;
}

.hm-ml-logo {
  display: inline-flex;
  align-items: center;
  color: #101820;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.hm-logo-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  line-height: 1;
  text-decoration: none;
}

.hm-logo-wordmark {
  display: block;
  width: min(214px, 100%);
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

.hm-ml-logo .hm-logo-wordmark {
  width: min(206px, 100%);
  max-height: 58px;
}

.hm-contact-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100vw - 44px);
}

.hm-contact-float__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 17px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .22);
}

.hm-contact-float__link::before {
  content: attr(data-icon);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 11px;
  letter-spacing: 0;
}

.hm-contact-float__link:hover,
.hm-contact-float__link:focus {
  color: #ffffff;
  text-decoration: none;
}

.hm-contact-float__link--whatsapp {
  background: #1f9f62;
}

.hm-contact-float__link--whatsapp:hover,
.hm-contact-float__link--whatsapp:focus {
  background: #168553;
}

.hm-contact-float__link--email {
  background: #102334;
}

.hm-contact-float__link--email:hover,
.hm-contact-float__link--email:focus {
  background: #1b3448;
}

[dir="rtl"] .hm-contact-float {
  right: auto;
  left: 22px;
  justify-content: flex-start;
}

.hm-ml-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.hm-ml-nav a {
  color: #334155;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.hm-ml-nav a:hover {
  color: #c7832c;
}

.hm-ml-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  background: #c7832c;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}

.hm-ml-cta--dark {
  background: #101820;
  color: #fff;
}

.hm-ml-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: 48px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 28px 58px;
}

.hm-ml-kicker {
  margin: 0 0 14px;
  color: #c7832c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hm-ml-hero h1 {
  margin: 0;
  color: #111827;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hm-ml-lead {
  margin: 22px 0 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.72;
}

.hm-ml-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hm-ml-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.hm-ml-btn--light {
  background: #fff;
  color: #111827;
}

.hm-ml-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border: 1px solid #d8dde2;
  box-shadow: 0 20px 46px rgba(15, 23, 42, .14);
  background: #eef1f4;
}

.hm-ml-band {
  background: #f4f6f7;
}

.hm-ml-section,
.hm-ml-band__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 28px;
}

.hm-ml-section h2,
.hm-ml-band h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.hm-ml-section p,
.hm-ml-section li,
.hm-ml-band p,
.hm-ml-card p,
.hm-ml-card li {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.72;
}

.hm-ml-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.hm-ml-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-ml-card {
  min-width: 0;
  border: 1px solid #d8dde2;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}

.hm-ml-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: -24px -24px 18px;
  width: calc(100% + 48px);
  max-width: none;
  border-bottom: 1px solid #d8dde2;
}

.hm-ml-card h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 21px;
  line-height: 1.28;
}

.hm-ml-card ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

[dir="rtl"] .hm-ml-card ul {
  padding-right: 20px;
  padding-left: 0;
}

.hm-ml-spec-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hm-ml-spec-list div {
  border: 1px solid #d8dde2;
  background: #fff;
  padding: 16px;
  color: #334155;
  line-height: 1.55;
}

.hm-ml-rfq {
  background: #0b1724;
  color: #fff;
}

.hm-ml-rfq .hm-ml-section h2,
.hm-ml-rfq .hm-ml-section p,
.hm-ml-rfq .hm-ml-section li {
  color: #fff;
}

.hm-ml-form {
  display: grid;
  gap: 14px;
}

.hm-ml-form label {
  display: grid;
  gap: 7px;
  color: #111827;
  font-weight: 800;
}

.hm-ml-form input,
.hm-ml-form select,
.hm-ml-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #111827;
  padding: 12px 13px;
  font: inherit;
}

.hm-ml-form textarea {
  min-height: 132px;
  resize: vertical;
}

.hm-ml-form button {
  min-height: 48px;
  border: 0;
  background: #c7832c;
  color: #111827;
  font-weight: 900;
  cursor: pointer;
}

.hm-ml-footer {
  background: #101820;
  color: #dbe3ea;
}

.hm-ml-footer__inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 28px;
}

.hm-ml-footer strong,
.hm-ml-footer h2 {
  color: #fff;
}

.hm-ml-footer p,
.hm-ml-footer a {
  display: block;
  color: #dbe3ea;
  line-height: 1.65;
  text-decoration: none;
}

.hm-ml-footer a:hover {
  color: #c7832c;
}

.hm-ml-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 14px 28px;
  color: #9fb0bf;
  text-align: center;
}

[dir="rtl"] .hm-global-language-bar {
  justify-content: flex-start;
}

[dir="rtl"] .hm-ml-header__inner,
[dir="rtl"] .hm-ml-hero,
[dir="rtl"] .hm-ml-grid,
[dir="rtl"] .hm-ml-spec-list,
[dir="rtl"] .hm-ml-footer__inner {
  direction: rtl;
}

@media (max-width: 980px) {
  .hm-ml-header__inner,
  .hm-ml-hero,
  .hm-ml-grid,
  .hm-ml-grid--two,
  .hm-ml-spec-list,
  .hm-ml-footer__inner {
    grid-template-columns: 1fr;
  }

  .hm-ml-nav {
    justify-content: flex-start;
  }

  .hm-logo-wordmark,
  .hm-ml-logo .hm-logo-wordmark {
    width: min(190px, 100%);
    max-height: 54px;
  }

  [dir="rtl"] .hm-ml-nav {
    justify-content: flex-end;
  }

  .hm-ml-hero {
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  .hm-global-language-bar {
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hm-ml-header__inner,
  .hm-ml-hero,
  .hm-ml-section,
  .hm-ml-band__inner,
  .hm-ml-footer__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hm-ml-hero h1 {
    font-size: 36px;
  }

  .hm-ml-section h2,
  .hm-ml-band h2 {
    font-size: 28px;
  }

  .hm-contact-float {
    right: 14px;
    bottom: 14px;
    gap: 7px;
    max-width: calc(100vw - 28px);
  }

  .hm-contact-float__link {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .hm-contact-float__link::before {
    width: 23px;
    height: 23px;
    font-size: 10px;
  }

  [dir="rtl"] .hm-contact-float {
    left: 14px;
  }
}
