/* Enterprise only. Existing Hero, navigation and residential styles are intentionally untouched. */
.cmx-site-page .cm-enterprise {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: min(calc(100% - 64px), var(--cm-max, 1540px));
  max-width: var(--cm-max, 1540px);
  margin: 0 auto clamp(40px, 4vw, 64px);
  padding: clamp(28px, 4vw, 56px);
  gap: 0;
  border: 1px solid rgba(0, 157, 255, .32);
  border-radius: 20px;
  background-color: #061322;
  color: #fff;
  scroll-margin-top: 100px;
}
.cmx-site-page .cm-enterprise .elementor-widget { min-width: 0; }
.cmx-site-page .cm-enterprise p { margin: 0; }
.cmx-site-page .cm-enterprise-eyebrow {
  margin-bottom: 12px;
  color: var(--cm-cyan);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .14em;
}
.cmx-site-page .cm-enterprise-title .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.8px;
}
.cmx-site-page .cm-enterprise-title span { color: var(--cm-lime); }
.cmx-site-page .cm-enterprise-headline {
  max-width: 850px;
  margin: 18px 0 12px;
  color: #edf6ff;
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 600;
  line-height: 1.35;
}
.cmx-site-page .cm-enterprise-intro {
  max-width: 820px;
  margin: 0 0 32px;
  color: #b9c9da;
  font-size: 16px;
  line-height: 1.6;
}
.cmx-site-page .cm-enterprise-question .elementor-heading-title {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
}
.cmx-site-page .cm-enterprise-grid {
  --display: grid;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
}
.cmx-site-page .cm-enterprise-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(0, 157, 255, .26);
  border-radius: 14px;
  background-color: #071a2e;
}
.cmx-site-page .cm-enterprise-icon,
.cmx-site-page .cm-enterprise-icon .elementor-widget-container,
.cmx-site-page .cm-enterprise-icon img {
  display: block;
  width: 40px;
  max-width: none;
  height: 40px;
  object-fit: contain;
}
.cmx-site-page .cm-enterprise-icon { margin-bottom: 18px; }
.cmx-site-page .cm-enterprise-card-title .elementor-heading-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
.cmx-site-page .cm-enterprise-card-copy {
  max-width: 800px;
  margin: 0 0 20px;
  color: #b9c9da;
  font-size: 15px;
  line-height: 1.6;
}
.cmx-site-page .cm-enterprise-link { margin-top: auto; }
.cmx-site-page .cm-enterprise-link .elementor-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--cm-cyan);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
}
.cmx-site-page .cm-enterprise a:focus-visible {
  outline: 2px solid var(--cm-lime);
  outline-offset: 4px;
}
.cmx-site-page .cm-enterprise-link a:hover { color: var(--cm-lime); }
.cmx-site-page .cm-enterprise-project {
  grid-column: 1 / -1;
  border-color: rgba(216, 255, 0, .42);
  background-color: #081f2b;
  box-shadow: 0 0 24px rgba(0, 157, 255, .06);
}
.cmx-site-page .cm-enterprise-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
}
.cmx-site-page .cm-enterprise-button .elementor-button {
  min-height: 48px;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 1.4;
  white-space: normal;
}
.cmx-site-page .cm-enterprise-note {
  margin: 22px 0 0;
  color: #9fb1c4;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .cmx-site-page .cm-enterprise { width: calc(100% - 48px); }
  .cmx-site-page .cm-enterprise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .cmx-site-page .cm-enterprise {
    width: calc(100% - 28px);
    margin-bottom: 40px;
    padding: 28px 18px;
    border-radius: 16px;
  }
  .cmx-site-page .cm-enterprise-grid { grid-template-columns: minmax(0, 1fr); }
  .cmx-site-page .cm-enterprise-card { padding: 22px 18px; }
  .cmx-site-page .cm-enterprise-actions { flex-direction: column; }
  .cmx-site-page .cm-enterprise-actions .cm-enterprise-button,
  .cmx-site-page .cm-enterprise-button .elementor-button { width: 100% !important; }
}

