
/* =========================================================
   10. Engagement Models
   ========================================================= */
.hi-engagement-section {
  padding: 72px 0 70px;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 102, 255, 0.08),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 102, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  color: #061a45;
}
.hi-engagement-section::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 30px;
  width: 150px;
  height: 110px;
  background-image: radial-gradient(
    rgba(0, 91, 232, 0.14) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  opacity: 0.75;
  pointer-events: none;
}
.hi-engagement-section::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 190px;
  height: 120px;
  background-image: radial-gradient(rgba(0, 91, 232, 0.1) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.75;
  pointer-events: none;
}
.hi-engagement-header {
  z-index: 2;
  max-width: 1110px;
  margin: 0 auto 42px;
}
.hi-engagement-kicker {
  gap: 12px;
  margin-bottom: 14px;
  color: #ff6200;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hi-engagement-kicker span {
  width: 34px;
  height: 2px;
  background: #ff6200;
}
.hi-engagement-header h2 {
  color: #061a45;
  font-size: clamp(38px, 4.8vw, 44px);
  font-weight: 950;
  letter-spacing: -0.055em;
}
.hi-engagement-header p {
  max-width: 900px;
  margin: 18px auto 0;
  color: #243454;
  font-size: 18px;
  line-height: 1.55;
}
.hi-engagement-models {
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
  gap: 58px;
}
.hi-engagement-card {
  min-height: 530px;
  padding: 72px 26px 24px;
  border: 1px solid rgba(7, 29, 77, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 65px rgba(7, 29, 77, 0.1);
  backdrop-filter: blur(14px);
}
.hi-engagement-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -58px;
  width: 58px;
  height: 1px;
  border-top: 1px dashed #c1d3eb;
  transform: translateY(-50%);
}
.hi-engagement-card:last-child::after {
  display: none;
}
.hi-engagement-card::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -58px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  color: #075be8;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  box-shadow: 0 16px 38px rgba(7, 29, 77, 0.12);
  transform: translateY(-50%);
}
.hi-engagement-card.orange::before {
  color: #ff6200;
}
.hi-engagement-card:last-child::before {
  display: none;
}
.hi-model-number {
  left: 50%;
  top: -30px;
  place-items: center;
  width: 62px;
  height: 62px;
  background: #075be8;
  font-weight: 950;
  transform: translateX(-50%);
  box-shadow: 0 14px 32px rgba(7, 91, 232, 0.28);
}
.hi-engagement-card.orange .hi-model-number {
  background: linear-gradient(135deg, #ff8a00, #ff4d00);
  box-shadow: 0 14px 32px rgba(255, 98, 0, 0.28);
}
.hi-model-icon {
  place-items: center;
  width: 104px;
  height: 104px;
  margin: 0 auto 30px;
  background: #eaf3ff;
  color: #075be8;
  font-size: 48px;
}
.hi-engagement-card.orange .hi-model-icon {
  background: #fff0e7;
  color: #ff6200;
}
.hi-model-icon span {
  right: 20px;
  bottom: 20px;
}
.hi-engagement-card h3 {
  color: #061a45;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.hi-engagement-card > p {
  color: #061a45;
  line-height: 1.6;
}
.hi-best-for h4 {
  gap: 12px;
  margin: 0 0 12px;
  color: #075be8;
  line-height: 1.2;
  font-weight: 950;
}
.hi-engagement-card.orange .hi-best-for h4 {
  color: #ff6200;
}
.hi-best-for h4 i {
  font-size: 17px;
}
.hi-best-for p {
  color: #061a45;
  line-height: 1.6;
}
.hi-model-btn {
  gap: 14px;
  min-height: 54px;
  border-radius: 7px;
}
.hi-model-btn:hover {
  color: #ffffff;
}
.hi-engagement-cta {
  z-index: 2;
  grid-template-columns: 290px 1fr auto;
  gap: 38px;
  margin-top: 34px;
  padding: 28px 46px;
  border-radius: 14px;
  background:
    radial-gradient(circle at left, rgba(0, 132, 255, 0.26), transparent 30%),
    linear-gradient(135deg, #061f5c 0%, #06143b 100%);
  box-shadow: 0 28px 75px rgba(7, 29, 77, 0.24);
}
.hi-engagement-cta::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 140px;
  height: 105px;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.13) 2px,
    transparent 2px
  );
  background-size: 12px 12px;
}

/* =========================================================
   Engagement Models Responsive
   ========================================================= */
@media (max-width: 1399px) {
  .hi-engagement-header h2 {
    font-size: 32px !important;
  }

  .hi-engagement-header p {
    font-size: 15px !important;
  }

  .hi-cta-action a {
    font-size: 14px !important;
  }

  .hi-engagement-card p,
  .hi-best-for li {
    font-size: 14px !important;
  }

  .hi-cta-content h3 {
    font-size: 22px !important;
  }

  .hi-engagement-card h3 {
    font-size: 16px !important;
  }

  .hi-cta-content p {
    font-size: 15px !important;
  }

  .hi-model-icon {
    font-size: 34px !important;
  }

  .hi-cta-monitor-screen {
    font-size: 42px !important;
  }

  .hi-best-for h4 i {
    font-size: 18px !important;
  }
}

@media (max-width: 1199px) {
  .hi-engagement-models {
    grid-template-columns: repeat(2, 1fr);
    gap: 52px;
  }

  .hi-engagement-card:nth-child(2)::after,
  .hi-engagement-card:nth-child(2)::before {
    display: none;
  }

  .hi-engagement-cta {
    grid-template-columns: 240px 1fr;
  }

  .hi-cta-action {
    grid-column: 2;
    justify-items: start;
  }
}

@media (max-width: 991px) {
  .hi-engagement-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hi-cta-visual {
    margin: 0 auto;
  }

  .hi-cta-action {
    grid-column: auto;
    justify-items: center;
  }
}

@media (max-width: 767px) {
  .hi-engagement-section {
    padding: 60px 0 52px;
  }

  .hi-engagement-header h2 {
    font-size: 38px;
  }

  .hi-engagement-header p {
    font-size: 17px;
  }

  .hi-engagement-models {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hi-engagement-card::before,
  .hi-engagement-card::after {
    display: none;
  }

  .hi-engagement-card {
    min-height: auto;
    padding-bottom: 94px;
  }

  .hi-engagement-cta {
    padding: 30px;
  }

  .hi-cta-content h3 {
    font-size: 27px;
  }

  .hi-cta-content p {
    font-size: 17px;
  }

  .hi-cta-action a {
    width: 100%;
    padding: 0 24px;
    font-size: 17px;
  }
}
