
/* =========================================================
   09. Maintenance + Monitoring
   ========================================================= */
.hi-mm-section {
  padding: 70px 0 54px;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 102, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 102, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  color: #061a45;
}
.hi-mm-section::before {
  content: "";
  position: absolute;
  right: 55px;
  top: 142px;
  width: 150px;
  height: 90px;
  background-image: radial-gradient(
    rgba(0, 91, 232, 0.14) 2px,
    transparent 2px
  );
  background-size: 15px 15px;
  pointer-events: none;
}
.hi-mm-header {
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto 36px;
}
.hi-mm-kicker {
  gap: 12px;
  margin-bottom: 12px;
  color: #ff6200;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hi-mm-kicker span {
  width: 34px;
  height: 2px;
  background: #ff6200;
}
.hi-mm-header h2 {
  color: #061a45;
  font-size: clamp(38px, 4.7vw, 44px);
  font-weight: 950;
  letter-spacing: -0.055em;
}
.hi-mm-header p {
  max-width: 900px;
  margin: 18px auto 0;
  color: #17274a;
  font-size: 18px;
  line-height: 1.55;
}
.hi-mm-card {
  min-height: 520px;
  padding: 34px 34px 30px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 29, 77, 0.1);
  box-shadow: 0 24px 70px rgba(7, 29, 77, 0.12);
}
.hi-mm-card-blue {
  border-bottom-color: rgba(7, 91, 232, 0.18);
}
.hi-mm-card-orange {
  border-bottom-color: rgba(255, 98, 0, 0.2);
}
.hi-mm-corner {
  left: 0;
  top: 0;
  width: 132px;
  height: 132px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hi-mm-card-blue .hi-mm-corner {
  background: linear-gradient(135deg, #086fff, #0645d9);
}
.hi-mm-card-orange .hi-mm-corner {
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
}
.hi-mm-icon-wrap {
  position: absolute;
  left: 38px;
  top: 28px;
  z-index: 2;
}
.hi-mm-icon {
  place-items: center;
  width: 126px;
  height: 126px;
  box-shadow:
    0 15px 38px rgba(7, 29, 77, 0.12),
    inset 0 0 0 10px rgba(7, 91, 232, 0.08);
  font-size: 52px;
}
.hi-mm-card-blue .hi-mm-icon {
  color: #075be8;
}
.hi-mm-card-orange .hi-mm-icon {
  color: #ff6200;
  box-shadow:
    0 15px 38px rgba(7, 29, 77, 0.12),
    inset 0 0 0 10px rgba(255, 98, 0, 0.1);
}
.hi-mm-small-icon {
  bottom: 22px;
  right: 27px;
  font-size: 27px;
}
.hi-mm-content {
  padding-left: 168px;
}
.hi-mm-content h3 {
  color: #061a45;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-mm-desc {
  color: #061a45;
}
.hi-mm-list-row {
  margin-top: 6px;
}
.hi-mm-list-row h4 {
  font-size: 18px;
  font-weight: 950;
}
.hi-mm-card-blue h4 {
  color: #075be8;
}
.hi-mm-card-orange h4 {
  color: #ff6200;
}
.hi-mm-list-row ul {
  gap: 14px;
  list-style: none;
}
.hi-mm-list-row li {
  gap: 12px;
  color: #061a45;
  line-height: 1.55;
}
.hi-mm-card-blue li i {
  color: #075be8;
}
.hi-mm-card-orange li i {
  color: #ff6200;
}
.hi-mm-divider {
  border-left: 1px solid #d6e1ef;
  padding-left: 32px;
}
.hi-mm-button-wrap {
  margin-top: 28px;
}
.hi-mm-btn {
  gap: 14px;
  min-height: 56px;
  min-width: 340px;
  padding: 0 28px;
  font-size: 19px;
}
.hi-mm-btn-blue {
  background: linear-gradient(135deg, #086fff, #0645d9);
  box-shadow: 0 16px 32px rgba(7, 91, 232, 0.24);
}
.hi-mm-btn-orange {
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  box-shadow: 0 16px 32px rgba(255, 98, 0, 0.26);
}
.hi-mm-btn:hover {
  color: #ffffff;
}
.hi-mm-audit-cta {
  z-index: 2;
  grid-template-columns: 270px 1fr auto;
  gap: 34px;
  margin-top: 28px;
  padding: 26px 50px;
  border-radius: 12px;
  background:
    radial-gradient(circle at left, rgba(0, 132, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #061f5c 0%, #06143b 100%);
  box-shadow: 0 24px 65px rgba(7, 29, 77, 0.24);
}
.hi-mm-audit-cta::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 24px;
  width: 140px;
  height: 100px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.14) 2px,
    transparent 2px
  );
  background-size: 12px 12px;
}
.hi-mm-audit-visual {
  width: 240px;
  height: 118px;
}
.hi-mm-monitor {
  left: 58px;
  top: 0;
  width: 145px;
  height: 104px;
  border: 8px solid #5ca7ff;
}
.hi-mm-monitor-screen {
  place-items: center;
  color: #1492ff;
  font-size: 64px;
}
.hi-mm-monitor::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: -24px;
  height: 14px;
  border-radius: 50%;
  background: #5ca7ff;
  opacity: 0.55;
}
.hi-mm-checklist {
  left: 0;
  bottom: 0;
  width: 66px;
  height: 86px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.hi-mm-checklist span {
  width: 36px;
  height: 4px;
  margin: 14px 0 0 18px;
  border-radius: 99px;
  background: #ff6200;
}
.hi-mm-checklist span::before {
  content: "✓";
  position: absolute;
  left: -12px;
  top: -8px;
  color: #ff6200;
  font-size: 11px;
  font-weight: 900;
}
.hi-mm-search {
  right: -2px;
  bottom: 4px;
  place-items: center;
  width: 60px;
  height: 60px;
  border: 6px solid #5ca7ff;
  color: #5ca7ff;
}
.hi-mm-audit-text h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-mm-audit-text p {
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.5;
}
.hi-mm-audit-btn {
  z-index: 2;
  gap: 13px;
  min-height: 66px;
  padding: 0 34px;
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  font-size: 18px;
  box-shadow: 0 18px 38px rgba(255, 98, 0, 0.26);
}
.hi-mm-audit-btn:hover {
  color: #ffffff;
}
.hi-mm-trust-row {
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1265px;
  margin: 28px auto 0;
}
.hi-mm-trust-item {
  gap: 14px;
  min-height: 54px;
  padding: 0 20px;
  border-right: 1px solid #ccd9ea;
  color: #061a45;
}
.hi-mm-trust-item:last-child {
  border-right: 0;
}
.hi-mm-trust-item i {
  color: #075be8;
  font-size: 30px;
}

/* =========================================================
   Maintenance + Monitoring Responsive
   ========================================================= */
@media (max-width: 1399px) {
  .hi-mm-header h2 {
    font-size: 32px !important;
  }

  .hi-mm-header p {
    font-size: 15px !important;
  }

  .hi-mm-btn,
  .hi-mm-audit-btn {
    font-size: 14px !important;
  }

  .hi-mm-content p,
  .hi-mm-list-row p {
    font-size: 14px !important;
  }

  .hi-mm-audit-text h3 {
    font-size: 22px !important;
  }

  .hi-mm-content h3,
  .hi-mm-list-row h4 {
    font-size: 16px !important;
  }

  .hi-mm-audit-text p {
    font-size: 15px !important;
  }

  .hi-mm-icon {
    font-size: 34px !important;
  }

  .hi-mm-monitor-screen {
    font-size: 42px !important;
  }

  .hi-mm-small-icon {
    font-size: 18px !important;
  }
}

@media (max-width: 1199px) {
  .hi-mm-content {
    padding-left: 142px;
  }

  .hi-mm-icon {
    width: 104px;
    height: 104px;
    font-size: 42px;
  }

  .hi-mm-audit-cta {
    grid-template-columns: 220px 1fr;
  }

  .hi-mm-audit-btn {
    grid-column: 2;
    width: fit-content;
  }
}

@media (max-width: 991px) {
  .hi-mm-card {
    min-height: auto;
  }

  .hi-mm-audit-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hi-mm-audit-visual {
    margin: 0 auto;
  }

  .hi-mm-audit-btn {
    grid-column: auto;
    margin: 0 auto;
  }

  .hi-mm-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hi-mm-trust-item:nth-child(2) {
    border-right: 0;
  }

  .hi-mm-trust-item:nth-child(1),
  .hi-mm-trust-item:nth-child(2) {
    border-bottom: 1px solid #ccd9ea;
  }
}

@media (max-width: 767px) {
  .hi-mm-section {
    padding: 60px 0 48px;
  }

  .hi-mm-header h2 {
    font-size: 38px;
  }

  .hi-mm-header p {
    font-size: 17px;
  }

  .hi-mm-card {
    padding: 28px 24px;
  }

  .hi-mm-icon-wrap {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 24px;
  }

  .hi-mm-content {
    padding-left: 0;
  }

  .hi-mm-content h3 {
    font-size: 26px;
  }

  .hi-mm-divider {
    border-left: 0;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .hi-mm-btn {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  .hi-mm-audit-cta {
    padding: 28px;
  }

  .hi-mm-audit-text h3 {
    font-size: 26px;
  }

  .hi-mm-audit-text p {
    font-size: 16px;
  }

  .hi-mm-audit-btn {
    width: 100%;
    font-size: 16px;
  }

  .hi-mm-trust-row {
    grid-template-columns: 1fr;
  }

  .hi-mm-trust-item {
    border-right: 0;
    border-bottom: 1px solid #ccd9ea;
  }

  .hi-mm-trust-item:last-child {
    border-bottom: 0;
  }
}
