.maintenance-plans-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.maintenance-plans-head {
  max-width: 1220px;
}

.maintenance-plans-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.maintenance-plans-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.maintenance-plans-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.maintenance-plans-head p {
  max-width: 1050px;
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.maintenance-plan-card {
  border: 1px solid #cfe1fa;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.maintenance-plan-card.recommended {
  border: 2px solid #ff7a00;
}

.recommended-label {
  position: absolute;
  left: 50%;
  top: -18px;
  min-width: 230px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.plan-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe8fb;
}

.plan-icon {
  width: 86px;
  min-width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 42px;
}

.plan-blue {
  background: #edf5ff;
  color: #0d6efd;
}

.plan-orange {
  background: #fff2e8;
  color: #ff5a00;
}

.plan-green {
  background: #eef9ef;
  color: #2f8f2f;
}

.plan-head h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}

.plan-head p {
  color: #3d4a68;
  font-size: 18px;
  font-weight: 700;
}

.plan-price {
  color: #071333;
  margin: 18px 0 10px;
}

.plan-price span {
  font-size: 18px;
  font-weight: 800;
}

.plan-price strong {
  color: #0d6efd;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.plan-price-orange strong {
  color: #ff5a00;
}

.plan-price-green strong {
  color: #2f8f2f;
}

.plan-desc {
  max-width: 390px;
  color: #071333;
  font-size: 16px;
  line-height: 1.45;
}

.plan-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #dbe8fb;
  color: #071333;
  font-size: 16px;
  line-height: 1.3;
}

.plan-list i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0d6efd;
  color: #ffffff;
  font-size: 11px;
  flex-shrink: 0;
}

.plan-list-orange i {
  background: #ff5a00;
}

.plan-list-green i {
  border: 1px solid #2f8f2f;
  background: #ffffff;
  color: #2f8f2f;
}

.plan-btn {
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid currentColor;
  font-size: 18px;
  font-weight: 900;
}

.plan-btn-blue {
  color: #0d6efd;
}

.plan-btn-orange {
  border-color: transparent;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.plan-btn-green {
  color: #2f8f2f;
}

.maintenance-custom-cta {
  border: 1px solid #cfe1fa;
  background: #eef6ff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.maintenance-custom-img {
  width: 300px;
  max-width: 100%;
}

.maintenance-custom-img img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.maintenance-custom-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.maintenance-custom-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.maintenance-custom-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #0d6efd, #0053d6);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(13, 110, 253, 0.24);
}

.maintenance-custom-btn:hover {
  color: #ffffff;
}

.maintenance-plan-points {
  grid-template-columns: repeat(4, 1fr);
}

.plan-point {
  min-height: 72px;
  padding: 0 24px;
  border-right: 1px solid #cfe1fa;
}

.plan-point:last-child {
  border-right: 0;
}

.plan-point i {
  color: #0d6efd;
  font-size: 36px;
}

.plan-point:nth-child(2) i {
  color: #2f8f2f;
}

.plan-point:nth-child(3) i {
  color: #7c4dff;
}

.plan-point h4 {
  margin: 0 0 4px;
  color: #071333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.plan-point p {
  margin: 0;
  color: #071333;
  font-size: 15px;
  line-height: 1.25;
}

/* =========================================================
   Maintenance Plans Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .maintenance-plans-head h2 {
    font-size: 32px;
  }

  .maintenance-plans-head p {
    font-size: 15px;
  }

  .maintenance-plans-kicker {
    font-size: 14px;
  }

  .plan-head h3,
  .maintenance-custom-cta h3 {
    font-size: 22px;
  }

  .plan-head p,
  .plan-price span,
  .plan-btn {
    font-size: 14px;
  }

  .plan-price strong {
    font-size: 38px;
  }

  .plan-desc,
  .plan-list li,
  .maintenance-custom-cta p,
  .maintenance-custom-btn {
    font-size: 14px;
  }

  .plan-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .recommended-label {
    min-width: 200px;
    font-size: 14px;
  }

  .plan-point h4 {
    font-size: 14px;
  }

  .plan-point p {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .maintenance-custom-img {
    margin: 0 auto;
  }

  .maintenance-plan-points {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .plan-point {
    border-right: 0;
  }
  .maintenance-custom-cta div{
    text-align: center;
  }
}

@media (max-width: 767px) {
  .maintenance-plans-head h2 {
    font-size: 22px;
  }
      .maintenance-plans-kicker {
        font-size: 12px;
    }

  .maintenance-plans-head p {
    font-size: 16px;
  }

  .maintenance-plans-kicker span {
    width: 34px;
  }

  .plan-head {
    align-items: flex-start !important;
  }

  .maintenance-custom-btn,
  .plan-btn {
    width: 100%;
  }

  .maintenance-plan-points {
    grid-template-columns: 1fr;
  }
      .plan-head h3, .maintenance-custom-cta h3 {
        font-size: 18px;
    }
}