/* Homepage enterprise capability section — balanced against the surrounding Lumie system. */
body.home #main .lm-enterprise-lead {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1640px;
  margin: 24px auto;
  padding-block: 68px !important;
  overflow: hidden;
  border: 1px solid rgba(242, 183, 5, .14);
  border-radius: 32px;
  background: #10151f !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .03), 0 18px 52px rgba(15, 23, 42, .1);
}

body.home #main .lm-enterprise-lead::after {
  content: "";
  position: absolute;
  right: -9%;
  bottom: -38%;
  width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 183, 5, .09), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

body.home #main .lm-enterprise-lead::before,
body.home #main .lm-enterprise-lead > .section-bg {
  display: none !important;
}

body.home #main .lm-enterprise-lead .row {
  position: relative;
  z-index: 1;
  width: calc(100% - 96px);
  max-width: 1280px !important;
}

body.home #main .lm-ent-copy {
  max-width: 720px;
}

body.home #main .lm-ent-kicker {
  margin-bottom: 18px;
  padding: 7px 12px;
  border-color: rgba(242, 183, 5, .5);
  color: #f2c532;
  font-size: 11px;
  letter-spacing: .11em;
}

body.home #main .lm-ent-copy h2 {
  max-width: 720px;
  font-size: clamp(40px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.home #main .lm-ent-lead {
  max-width: 720px;
  margin-top: 20px;
  color: #cbd3df;
  font-size: 16px;
  line-height: 1.68;
}

body.home #main .lm-enterprise-lead .lm-ent-system-link {
  color: #f2c532 !important;
  text-decoration-color: rgba(242, 197, 50, .52);
  text-decoration-thickness: 1px;
}

body.home #main .lm-ent-actions {
  gap: 10px;
  margin-top: 24px;
}

body.home #main .lm-ent-btn {
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 13px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

body.home #main .lm-ent-btn-primary {
  background: #f2b705;
}

body.home #main .lm-ent-btn-ghost {
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
}

body.home #main .lm-ent-capabilities {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, .11);
}

html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  min-height: 112px;
  padding: 17px 12px;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .09) !important;
  border-left: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article:last-child {
  border-bottom: 0 !important;
}

body.home #main .lm-ent-capabilities article > span {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #f2b705;
}

body.home #main .lm-ent-capabilities strong {
  font-size: 14px;
  line-height: 1.4;
}

body.home #main .lm-ent-capabilities small {
  margin-top: 5px;
  color: #aeb8c6;
  font-size: 11.5px;
  line-height: 1.5;
}

@media (min-width: 1600px) {
  body.home #main .lm-enterprise-lead .row {
    align-items: stretch;
  }

  body.home #main .lm-enterprise-lead .row > .col:nth-child(2) {
    align-self: stretch;
  }

  body.home #main .lm-enterprise-lead .row > .col:nth-child(2) > .col-inner {
    height: 100%;
  }

  body.home #main .lm-ent-capabilities {
    height: 100%;
    padding: 0 0 0 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article {
    min-height: 0;
    padding: 26px 24px;
    align-items: center;
  }

  html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .09) !important;
  }

  html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .09) !important;
  }

  html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article:nth-child(n + 3) {
    border-bottom: 0 !important;
  }

  body.home #main .lm-ent-capabilities article > span {
    width: 44px;
    height: 44px;
  }

  body.home #main .lm-ent-capabilities strong {
    font-size: 14.5px;
  }

  body.home #main .lm-ent-capabilities small {
    font-size: 12px;
  }
}

@media (min-width: 850px) and (max-width: 1599px) {
  body.home #main .lm-ent-capabilities {
    margin-right: 64px;
  }
}

@media (min-width: 850px) and (max-width: 1199px) {
  body.home #main .lm-enterprise-lead {
    padding-block: 58px !important;
  }

  body.home #main .lm-ent-copy h2 {
    font-size: clamp(38px, 4.4vw, 44px);
  }

  body.home #main .lm-ent-lead {
    font-size: 15px;
  }

  html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article {
    min-height: 88px;
    padding: 14px;
  }
}

@media (max-width: 849px) {
  body.home #main .lm-enterprise-lead {
    width: calc(100% - 20px);
    margin-block: 14px;
    padding-block: 48px !important;
    border-radius: 22px;
  }

  body.home #main .lm-enterprise-lead .row {
    width: auto;
  }

  body.home #main .lm-ent-copy h2 {
    font-size: clamp(31px, 8.5vw, 38px);
    line-height: 1.1;
  }

  body.home #main .lm-ent-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  body.home #main .lm-ent-capabilities {
    margin-top: 30px;
    padding: 10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .11);
    border-left: 0;
  }

  html body.home #wrapper #main .lm-enterprise-lead .lm-ent-capabilities article {
    min-height: 84px;
    padding: 14px;
  }
}

@media (max-width: 549px) {
  body.home #main .lm-enterprise-lead {
    width: calc(100% - 16px);
    margin-block: 10px;
    padding-block: 42px !important;
    border-radius: 18px;
  }

  body.home #main .lm-ent-actions {
    gap: 8px;
  }

  body.home #main .lm-ent-btn {
    min-height: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #main .lm-ent-btn {
    transition: none !important;
  }
}
