.migration-scope-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.16),
      transparent 26%
    ),
    linear-gradient(135deg, #020b21 0%, #031b47 48%, #020b21 100%);
  color: #ffffff;
}

.migration-scope-head {
  max-width: 1180px;
}

.migration-scope-kicker {
  color: #ff5a00;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.migration-scope-kicker span {
  width: 54px;
  height: 2px;
  background: currentColor;
  display: block;
}

.migration-scope-head h2 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.migration-scope-head p {
  max-width: 1080px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.55;
}

.migration-before-card,
.migration-after-card,
.migration-scope-cta {
  border: 1px solid rgba(75, 143, 255, 0.55);
  background: rgba(5, 31, 80, 0.45);
}

.migration-badge {
  display: inline-flex;
  padding: 7px 18px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.badge-blue {
  background: #0d6efd;
}

.badge-green {
  background: #159947;
}

.migration-before-card h3,
.migration-after-card h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.migration-screen {
  position: relative;
  /* width: 250px;
  max-width: 100%;
  height: 185px; */
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 143, 255, 0.55);
  /* border-radius: 14px; */
  font-size: 72px;
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.08);
}

.migration-screen-blue {
  color: #2f88ff;
  background: linear-gradient(
    180deg,
    rgba(47, 136, 255, 0.55),
    rgba(255, 255, 255, 0.08)
  );
}

.migration-screen-green {
  color: #2f88ff;
  background: linear-gradient(
    180deg,
    rgba(34, 197, 94, 0.6),
    rgba(255, 255, 255, 0.08)
  );
}

.migration-screen span {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #24a148;
  color: #ffffff;
  font-size: 34px;
}

.migration-side-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.migration-side-list li:last-child {
  margin-bottom: 0;
}

.migration-side-list i {
  color: #2f88ff;
  margin-top: 3px;
}

.migration-success-list i {
  color: #22c55e;
}

.migration-scope-list {
  border: 1px solid rgba(75, 143, 255, 0.55);
  background: rgba(5, 31, 80, 0.5);
}

.migration-scope-row {
  grid-template-columns: 70px 80px 1fr 1.4fr;
  align-items: center;
  border-bottom: 1px solid rgba(75, 143, 255, 0.28);
}

.migration-scope-row:last-child {
  border-bottom: 0;
}

.scope-no,
.scope-icon {
  min-height: 72px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.scope-icon {
  margin: 8px;
  min-height: 56px;
  border-radius: 8px;
  font-size: 28px;
}

.migration-scope-row h3 {
  margin: 0;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.migration-scope-row p {
  margin: 0;
  padding: 12px 20px;
  border-left: 1px solid rgba(75, 143, 255, 0.25);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.45;
}

.bg-blue {
  background: #0d6efd;
}

.bg-green {
  background: #159947;
}

.bg-teal {
  background: #0aa2a8;
}

.bg-purple {
  background: #6f42c1;
}

.bg-yellow {
  background: #c77c02;
}

.bg-pink {
  background: #d63384;
}

.bg-indigo {
  background: #3f51d9;
}

.bg-lime {
  background: #3fae2a;
}

.migration-scope-cta-icon span {
  position: absolute;
  right: -8px;
  bottom: -4px;
  color: #4da0ff;
  font-size: 30px;
}

.migration-scope-cta h3 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.migration-scope-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.45;
}

.migration-scope-divider {
  width: 1px;
  height: 86px;
  margin: 0 auto;
  background: rgba(75, 143, 255, 0.55);
}

.migration-scope-btn {
  min-height: 64px;
  padding: 0 38px;
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(255, 90, 0, 0.25);
}

.migration-scope-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Migration Scope Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .migration-scope-head {
    max-width: 960px;
  }

  .migration-scope-head h2 {
    font-size: 32px;
  }

  .migration-scope-head p {
    font-size: 15px;
  }

  .migration-scope-kicker {
    font-size: 14px;
  }

  .migration-before-card h3,
  .migration-after-card h3,
  .migration-scope-row h3 {
    font-size: 16px;
  }

  .migration-side-list li,
  .migration-scope-row p {
    font-size: 14px;
  }

  .migration-screen {
    font-size: 58px;
  }

  .migration-scope-row {
    grid-template-columns: 60px 70px 1fr 1.4fr;
  }

  .scope-no,
  .scope-icon {
    font-size: 18px;
  }

  .migration-scope-cta h3 {
    font-size: 22px;
  }

  .migration-scope-cta p {
    font-size: 16px;
  }

  .migration-scope-btn {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .migration-scope-row {
    grid-template-columns: 60px 70px 1fr;
  }

  .migration-scope-row p {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(75, 143, 255, 0.25);
  }
  .migration-scope-cta .row div{
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .migration-scope-head h2 {
    font-size: 32px;
  }

  .migration-scope-head p {
    font-size: 16px;
  }

  .migration-scope-kicker span {
    width: 34px;
  }

  .migration-scope-row {
    grid-template-columns: 52px 62px minmax(0, 1fr);
  }
 
  .migration-scope-row h3 {
    min-width: 0;
    overflow-wrap: break-word;
    line-height: 1.25;
  }
 
  .migration-scope-row p {
    grid-column: 1 / -1;
  }

  .migration-scope-btn {
    width: 100%;
    padding: 0 20px;
  }

  
}
