.elementor-463 .elementor-element.elementor-element-8301b1e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e2a0eb6 */.andes-pricing-container {

  padding: 80px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.andes-pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.andes-pricing-header h1 {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
  letter-spacing: -1px;
}

.andes-pricing-header p {
  font-size: 20px;
  color: black;
  max-width: 600px;
  margin: 0 auto;
}

.andes-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Responsive: 3 columns on desktop */
@media (min-width: 1024px) {
  .andes-pricing-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Pricing Card Base */
.andes-pricing-card {
  background: white;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.andes-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Featured Card (Starter) */
.andes-pricing-card-featured {
  border: 4px solid #D7282F;
}

.andes-pricing-card-featured:hover {
  box-shadow: 0 20px 60px rgba(215, 40, 47, 0.3);
}

.andes-badge {
  position: absolute;
  top: -12px;
  right: 24px;
  background: #D7282F;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Enterprise Card */
.andes-pricing-card-enterprise {
  background: linear-gradient(135deg, #323E48 0%, #43505F 100%);
  color: white;
}

.andes-pricing-card-enterprise h3,
.andes-pricing-card-enterprise .andes-price-amount {
  color: white;
}

.andes-pricing-card-enterprise .andes-description,
.andes-pricing-card-enterprise .andes-price-period {
  color: #CCD6E0;
}

.andes-pricing-card-enterprise ul {
  border-top: 1px solid rgba(204, 214, 224, 0.3);
}

.andes-pricing-card-enterprise li {
  color: #CCD6E0;
}

/* Card Content */
.andes-pricing-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #323E48;
  margin-bottom: 16px;
}

.andes-price {
  margin-bottom: 24px;
}

.andes-price-amount {
  font-size: 48px;
  font-weight: 700;
  color: #323E48;
}

.andes-pricing-card-featured .andes-price-amount {
  color: #D7282F;
}

.andes-price-period {
  color: #666F7A;
  margin-left: 8px;
}

.andes-description {
  color: #666F7A;
  margin-bottom: 24px;
  font-size: 15px;
}

/* Promo Code Input */
.andes-promo-input {
  margin-bottom: 24px;
}

.andes-promo-input label {
  display: block;
  margin-bottom: 8px;
  color: #323E48;
  font-weight: 600;
  font-size: 14px;
}

.andes-promo-input input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #CCD6E0;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.andes-promo-input input:focus {
  border-color: #D7282F;
}

/* Buttons */
.andes-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  color: white !important;
}

.andes-btn-primary {
  background: #D7282F;
  color: white !important;
  box-shadow: 0 4px 12px rgba(215, 40, 47, 0.3);
}

.andes-btn-primary:hover {
  background: #b52229;
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(215, 40, 47, 0.4);
}

.andes-btn-secondary {
  background: #43505F;
  color: white !important;
}

.andes-btn-secondary:hover {
  background: #323E48;
  color: white !important;
}

.andes-btn-white {
  background: white;
  color: black !important;
}

.andes-btn-white:hover {
  background: #b52229;
  color: white !important;
}

/* Features List */
.andes-features {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #CCD6E0;
  padding-top: 24px;
}

.andes-features li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  color: #666F7A;
  font-size: 15px;
}

.andes-features li strong {
  color: #323E48;
  font-weight: 600;
}

.andes-feature-highlight {
  background: rgba(215, 40, 47, 0.2);
  padding: 12px;
  border-radius: 8px;
  border: 2px solid #D7282F;
  font-weight: 600;
  color: white !important;
}

/* Footer */
.andes-pricing-footer {
  text-align: center;
  margin-top: 60px;
  color: #CCD6E0;
}

.andes-pricing-footer p {
  font-size: 14px;
}

.andes-pricing-footer a {
  color: #D7282F;
  text-decoration: none;
  font-weight: 600;
}

.andes-pricing-footer a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .andes-pricing-header h1 {
    font-size: 32px;
  }

  .andes-pricing-header p {
    font-size: 16px;
  }

  .andes-pricing-card {
    padding: 32px 24px;
  }

  .andes-price-amount {
    font-size: 36px;
  }
}/* End custom CSS */