.page-title h1 small {
  font-size: 0.5em;
}

.price-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.price-card.featured {
  background: linear-gradient(45deg, #7004bc 0%, #3264f5 100%);
  color: white;
}

.price-card.featured .price-title, .price-card.featured h2.price-title, .price-card.featured h3.price-title {
  color: #fff !important;
}

.price-card.featured .price-amount,
.price-card.featured .price-period,
.price-card.featured .price-currency {
  color: white;
}

.price-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.price-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
  min-height: 40px;
}

.featured .price-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.price-amount {
  font-size: 36px;
  font-weight: 700;
  color: #3264f5;
  margin-bottom: 30px;
}

.price-currency {
  font-size: 20px;
  vertical-align: super;
}

.price-period {
  font-size: 16px;
  color: #666;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.feature-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.feature-list li i {
  color: #00c853;
  margin-right: 10px;
}

.featured .feature-list li i {
  color: #fff;
}

.btn-pricing {
  background: linear-gradient(45deg, #7004bc 0%, #3264f5 100%);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.featured .btn-pricing {
  background: white;
  color: #3264f5;
}

.btn-pricing:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
}

.featured .btn-pricing:hover {
  color: #3264f5;
}

.billing-toggle {
  text-align: center;
  margin-bottom: 50px;
}

.billing-toggle .btn-group {
  background: #f5f5f5;
  border-radius: 25px;
  padding: 5px;
}

.billing-toggle .btn {
  border-radius: 20px;
  padding: 8px 20px;
  border: none;
  background: transparent;
  color: #666;
  transition: all 0.3s ease;
}

.billing-toggle .btn.active {
  background: linear-gradient(45deg, #7004bc 0%, #3264f5 100%);
  color: white;
}

.price-savings {
  font-size: 14px;
  color: #00c853;
  margin-top: -20px;
  margin-bottom: 20px;
}

.featured .price-savings {
  color: rgba(255, 255, 255, 0.9);
}

.price-monthly-equivalent {
  font-size: 14px;
  color: #666;
  margin-top: -20px;
  margin-bottom: 20px;
}

.featured .price-monthly-equivalent {
  color: rgba(255, 255, 255, 0.8);
}

.price-badge {
  display: inline-block;
  background: #F021B6;
  color: white;
  padding: 2px 12px;
  border-radius: 18px;
  font-size: 10px;
  font-weight: 500;
  margin-left: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(-8px);
  position: relative;
  top: 2px;
}

.price-title-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}

.price-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.price-amount {
  font-size: 36px;
  font-weight: 700;
  color: #3264f5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.price-currency {
  font-size: 20px;
  margin-left: 2px;
}

.price-period {
  font-size: 16px;
  color: #666;
  margin-left: 4px;
}

.btn-pricing {
  width: 100%;
  display: block;
}

/*# sourceMappingURL=prices.css-OLaikUl.map */
