.pricing-section {
  background: #020305 !important;
}

.pricing-section::before,
.pricing-section::after {
  opacity: 0.18;
  filter: blur(24px);
}

.pricing-grid {
  position: relative;
  align-items: stretch;
}

.pricing-header {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.pricing-title {
  color: #f5f7ff;
}

.pricing-subtitle {
  color: rgba(220, 229, 255, 0.78);
}

.pricing-card {
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 1;
}

.plan-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.plan-tag {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
}

.plan-tag-accent {
  border-color: rgba(0, 240, 255, 0.45);
  color: #0ff;
  background: rgba(0, 240, 255, 0.12);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.15);
}

.plan-tag-neutral {
  border-color: rgba(255, 255, 255, 0.08);
}

.plan-price-group {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}

.plan-price-group-featured {
  gap: 2rem;
}

.plan-price-figure {
  display: flex;
  align-items: flex-end;
  gap: 0.45rem;
}

.plan-price-term {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.65);
}

.plan-price-amount {
  font-size: 2.9rem;
  font-weight: 700;
}

.plan-price-amount-lg {
  font-size: 3.4rem;
  color: #66f3ff;
}

.plan-price-note {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}

.plan-price-line {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.plan-price-regular {
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  color: rgba(200, 210, 230, 0.7);
}

.plan-price-arrow {
  font-size: 0.88rem;
  color: rgba(200, 210, 230, 0.5);
}

.plan-price-sale {
  font-size: 1.28rem;
  font-weight: 700;
  color: #0ff;
  text-shadow: 0 0 20px rgba(0, 240, 255, 0.25);
  letter-spacing: 0.02em;
}

.plan-core {
  margin-top: 1rem;
  padding: 0.75rem 0.85rem;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.18);
  font-size: 0.9rem;
  color: rgba(220, 240, 255, 0.82);
  line-height: 1.5;
}

.plan-core strong {
  color: #66f3ff;
  font-weight: 600;
}

.plan-includes {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: rgba(200, 210, 230, 0.7);
  line-height: 1.5;
}

.pricing-card.featured .plan-price-sale {
  font-size: 1.4rem;
  color: #66f3ff;
  text-shadow: none;
}

.pricing-card.featured .plan-price-regular {
  color: rgba(200, 240, 255, 0.6);
}

.plan-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.plan-saving {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 240, 255, 0.8);
  background: rgba(0, 240, 255, 0.14);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 240, 255, 0.32);
}

.pricing-card.featured {
  border: 1px solid rgba(0, 240, 255, 0.32);
  box-shadow: var(--shadow-lg);
  background: rgba(22, 22, 22, 0.94);
}

.pricing-card.featured::before {
  opacity: 0.45;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.2) 0%, rgba(112, 0, 255, 0.18) 100%);
}

.plan-ribbon {
  position: absolute;
  top: 1.2rem;
  right: -2.6rem;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.85), rgba(112, 0, 255, 0.8));
  color: #01050a;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 3.4rem;
  font-size: 0.68rem;
  box-shadow: 0 12px 24px rgba(0, 240, 255, 0.3);
}

.pricing-card:not(.featured):hover {
  transform: translateY(-6px);
}

@media (max-width: 768px) {
  .plan-label {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-price-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .plan-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .plan-saving {
    align-self: flex-start;
  }
}
