.migration-audit-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.08),
      transparent 24%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(0, 97, 255, 0.08),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
  color: #071333;
}

.migration-audit-head {
  max-width: 1120px;
}

.migration-audit-kicker {
  padding: 9px 24px;
  border: 1px solid #cfe1fa;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.75);
  color: #0d6efd;
  font-size: 16px;
  font-weight: 900;
}

.migration-audit-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.migration-audit-head p {
  max-width: 920px;
  font-size: 18px;
  line-height: 1.55;
}

.migration-audit-box {
  max-width: 1260px;
  border: 1px solid #cfe1fa;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(17, 40, 80, 0.08);
}

.audit-summary-card {
  max-width: 560px;
  width: 100%;
  border: 1px solid #b8d5ff;
  box-shadow: 0 16px 34px rgba(17, 40, 80, 0.08);
}

.audit-summary-left {
  width: 150px;
  min-width: 150px;
  padding: 28px;
  background: linear-gradient(180deg, #031b47, #0046d9);
}

.audit-summary-left i {
  font-size: 58px;
  opacity: 0.9;
}

.audit-summary-left h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.audit-summary-left span {
  width: 46px;
  height: 4px;
  border-radius: 50rem;
  background: #2f88ff;
}

.audit-summary-list {
  flex: 1;
  padding: 22px 24px;
}

.audit-list-item {
  padding: 12px 0;
  border-bottom: 1px solid #dbe8fb;
  color: #071333;
}

.audit-list-item:last-child {
  border-bottom: 0;
}

.audit-list-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
  color: #0d6efd;
  font-size: 20px;
}

.audit-list-item strong {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.audit-list-item .fa-circle-check {
  color: #2eb85c;
  font-size: 22px;
}

.migration-audit-divider {
  width: 1px;
  height: 300px;
  margin: 0 auto;
  background: #cfe1fa;
}

.audit-shield {
  color: #0d6efd;
  font-size: 58px;
}

.migration-audit-content h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

.migration-audit-content p {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.55;
}

.migration-audit-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.migration-audit-btn:hover {
  color: #ffffff;
}

.migration-audit-link {
  color: #0d6efd;
  font-size: 16px;
  font-weight: 900;
}

.migration-audit-points {
  border-top: 1px solid #dbe8fb;
  background: #eef6ff;
}

.audit-point {
  min-height: 96px;
  padding: 0 28px;
  border-right: 1px solid #cfe1fa;
}

.audit-point i {
  color: #0d6efd;
  font-size: 34px;
}

.audit-point span {
  color: #071333;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

/* =========================================================
   Migration Audit Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .migration-audit-head h2 {
    font-size: 32px;
  }

  .migration-audit-head p {
    font-size: 15px;
  }

  .migration-audit-kicker,
  .migration-audit-btn,
  .migration-audit-link,
  .audit-point span {
    font-size: 14px;
  }

  .migration-audit-content h3 {
    font-size: 22px;
  }

  .migration-audit-content p {
    font-size: 16px;
  }

  .audit-summary-left h3 {
    font-size: 18px;
  }

  .audit-list-item strong {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .migration-audit-divider {
    display: none;
  }

  .audit-point {
    border-right: 0;
    border-bottom: 1px solid #cfe1fa;
  }
}

@media (max-width: 767px) {
  .migration-audit-head h2 {
    font-size: 32px;
  }

  .migration-audit-head p {
    font-size: 16px;
  }

  .audit-summary-card {
    flex-direction: column;
  }

  .audit-summary-left {
    width: 100%;
    min-width: 100%;
  }

  .migration-audit-btn {
    width: 100%;
    padding: 0 20px;
  }
}