.page-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background: linear-gradient(135deg, #0a1628 0%, #112a46 55%, #1a3d60 100%);
}

.page-cta-orbit {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.page-cta-orbit-left {
  width: 320px;
  height: 320px;
  left: -120px;
  top: 20px;
  background: radial-gradient(circle, rgba(201, 146, 58, 0.24) 0%, transparent 72%);
}

.page-cta-orbit-right {
  width: 420px;
  height: 420px;
  right: -160px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 74%);
}

.page-cta-panel {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 44px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(201, 146, 58, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 26px 48px rgba(10, 22, 40, 0.25);
}

.page-cta-copy {
  margin: 1rem auto 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
  font-size: 0.95rem;
}

.page-cta-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.page-cta .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

@media (max-width: 768px) {
  .page-cta {
    padding: 56px 0;
  }

  .page-cta-panel {
    padding: 32px 22px;
  }

  .page-cta-actions {
    flex-direction: column;
  }
}
