/* Pricing / final CTA (lp-pricing-cta) */
.lp-pricing-cta {
  position: relative;
  overflow: hidden;
  padding: 84px 0 70px;
}

.lp-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  align-items: start;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: border-box;
}

.lp-accent {
  color: #4a86ff;
}

.lp-pricing-left h2 {
  margin: 0 0 14px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.05px;
}

.lp-pricing-left p {
  margin: 0 0 22px;
  color: var(--color-text-muted);
  font-size: 22px;
  line-height: 26px;
  max-width: 23pc;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
}

.lp-btn:hover {
  text-decoration: none;
}

.lp-btn-primary {
  background: #4a86ff;
  color: #fff;
  box-shadow: 0 14px 30px rgba(74, 134, 255, 0.25);
}

.lp-btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.lp-arrow {
  font-size: 31px;
  line-height: 0;
  margin-top: -6px;
}

.lp-panel {
  position: relative;
  height: 570px;
  border-radius: 28px;
  overflow: hidden;
}

.lp-float {
  position: absolute;
  z-index: 3;
  width: 300px;
  border-radius: var(--radius-card);
  border: 1px solid #fff;
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.37) 10.29%, rgba(255, 255, 255, 0) 100.35%);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  padding: 18px;
}

.lp-float-left {
  left: 0;
  top: 0;
  width: 358px;
  height: 178px;
  z-index: 5;
}

.lp-float-right {
  right: 0;
  top: 40px;
  width: 358px;
  height: 178px;
}

.lp-float-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lp-float-kicker {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 14px;
}

.lp-float-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1px;
  margin: 0 0 8px;
}

.lp-float-note {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.lp-float-icon {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background: rgba(47, 12, 74, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-illus {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(560px, 92%);
  z-index: 1;
  pointer-events: none;
}

.lp-illus-img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-cta-wide {
  position: relative;
  z-index: 1;
  width: 1180px;
  max-width: 100%;
  margin: 54px auto;
  padding: 120px;
  border-radius: var(--radius-card);
  border: 1.5px solid rgba(169, 53, 147, 0.65);
  background: rgba(49, 29, 58, 0.37);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.10);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-cta-copy h3 {
  margin: 0 0 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.05px;
}

.lp-cta-copy p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 22px;
  line-height: 26px;
  max-width: 40ch;
}

.lp-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
