.migration-plan-cta-section {
  background: #f8fbff;
}

.migration-plan-cta-box {
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 91, 255, 0.28),
      transparent 26%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(0, 91, 255, 0.16),
      transparent 24%
    ),
    linear-gradient(135deg, #031537 0%, #061d49 52%, #020b25 100%);
  border: 1px solid rgba(75, 143, 255, 0.42);
  box-shadow: 0 22px 48px rgba(3, 21, 55, 0.28);
}

.migration-plan-cta-box::before,
.migration-plan-cta-box::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 170px;
  background-image: radial-gradient(
    rgba(65, 150, 255, 0.45) 2px,
    transparent 2px
  );
  background-size: 22px 22px;
  opacity: 0.45;
}

.migration-plan-cta-box::before {
  left: 28px;
  top: 40px;
}

.migration-plan-cta-box::after {
  right: 32px;
  bottom: 24px;
}

.migration-plan-cta-box > * {
  position: relative;
  z-index: 2;
}

.migration-plan-kicker {
  color: #ff7a00;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.migration-plan-kicker span {
  width: 48px;
  height: 2px;
  background: currentColor;
  display: block;
}

.migration-plan-content h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.migration-plan-content p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.45;
}

.migration-plan-primary,
.migration-plan-outline {
  min-height: 72px;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 900;
}

.migration-plan-primary {
  background: linear-gradient(135deg, #ff7a00, #ff4d00);
  box-shadow: 0 14px 34px rgba(255, 90, 0, 0.28);
}

.migration-plan-outline {
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.03);
}

.migration-plan-primary:hover,
.migration-plan-outline:hover {
  color: #ffffff;
}

.migration-plan-visual {
  width: 440px;
  max-width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.migration-plan-drupal {
  position: relative;
  z-index: 3;
  color: #198cff;
  font-size: 150px;
  filter: drop-shadow(0 0 28px rgba(25, 140, 255, 0.65));
}

.migration-orbit {
  position: absolute;
  inset: 58px;
  border: 2px solid rgba(25, 140, 255, 0.5);
  border-radius: 50%;
}

.orbit-two {
  inset: 92px;
  border-style: dashed;
  opacity: 0.55;
}

.migration-orbit::after {
  content: "\f061";
  position: absolute;
  right: 10px;
  top: 20px;
  color: #35a4ff;
  font-family: "Font Awesome 6 Free";
  font-size: 34px;
  font-weight: 900;
  transform: rotate(18deg);
}

.migration-visual-icon {
  position: absolute;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 143, 255, 0.55);
  border-radius: 16px;
  background: rgba(5, 31, 80, 0.72);
  color: #35a4ff;
  font-size: 44px;
}

.icon-db {
  left: 34px;
  top: 34px;
}

.icon-code {
  right: 18px;
  top: 42px;
}

.icon-shield {
  left: 54px;
  bottom: 54px;
}

.icon-chart {
  right: 18px;
  bottom: 64px;
}

.migration-plan-features {
  border-top: 1px solid rgba(75, 143, 255, 0.38);
}

.migration-plan-feature {
  min-height: 220px;
  border-right: 1px solid rgba(75, 143, 255, 0.38);
}

.migration-feature-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(25, 91, 180, 0.24);
  color: #55a8ff;
  font-size: 42px;
}

.migration-plan-feature h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.migration-plan-feature p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.45;
}

.migration-trust-row span {
  width: 150px;
  height: 1px;
  background: rgba(75, 143, 255, 0.42);
}

.migration-trust-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(25, 91, 180, 0.35);
  color: #55a8ff;
  font-size: 26px;
}

.migration-trust-row strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

/* =========================================================
   Migration Planning CTA Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .migration-plan-content h2 {
    font-size: 32px;
  }

  .migration-plan-content p {
    font-size: 18px;
  }

  .migration-plan-primary,
  .migration-plan-outline {
    min-height: 62px;
    font-size: 14px;
  }

  .migration-plan-kicker {
    font-size: 14px;
  }

  .migration-plan-feature h3 {
    font-size: 16px;
  }

  .migration-plan-feature p {
    font-size: 14px;
  }

  .migration-feature-icon {
    width: 74px;
    height: 74px;
    font-size: 34px;
  }

  .migration-trust-row strong {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .migration-plan-feature {
    border-right: 0;
    border-bottom: 1px solid rgba(75, 143, 255, 0.38);
  }

  .migration-trust-row span {
    display: none;
  }
}

@media (max-width: 767px) {
  .migration-plan-content h2 {
    font-size: 34px;
  }

  .migration-plan-content p {
    font-size: 16px;
  }

  .migration-plan-primary,
  .migration-plan-outline {
    width: 100%;
    padding: 0 20px;
  }

  .migration-plan-visual {
    width: 300px;
  }

  .migration-plan-drupal {
    font-size: 100px;
  }

  .migration-visual-icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .migration-plan-kicker span {
    width: 30px;
  }
}
