/* Acepay mức phí thanh toán (pricing) page.
   Ports the original intro-price.html styles: revolution-slider hero,
   feature-box style-2 tertiary, call-to-action. */

/* Hero captions (original theme.css):
   .top-label 25px/300, .featured-label 42px/800, .bottom-label 18px/300 */
.pricing-hero {
  min-height: 500px;
}

.pricing-hero .hero__eyebrow {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
}

.pricing-hero__amount {
  margin: 0.4rem 0 0.6rem;
  color: #fff;
  font-size: clamp(2rem, 5vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.pricing-hero .pricing-hero__description {
  font-size: 18px;
  line-height: 28px;
  max-width: 720px;
}

.pricing-hero__cta {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 25px;
}

/* Fees & policies feature boxes (original feature-box style-2 tertiary) */
.pricing-features hr.pricing-features__divider {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

.pricing-feature {
  clear: both;
  overflow: hidden;
  margin-bottom: 2rem;
}

.pricing-feature__icon {
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 35px;
  background: transparent;
  color: #00b0ff;
  font-size: 28px;
}

.pricing-feature__info {
  padding-left: 60px;
}

.pricing-feature__info h4 {
  color: #1d2127;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.pricing-feature__info p {
  color: #5e6f80;
  line-height: 1.6;
}

.mt-xl {
  margin-top: 3rem !important;
}

.mb-lg {
  margin-bottom: 3rem !important;
}

/* Contact alert box (original alert-success) */
.pricing-contact {
  border-radius: 4px;
}

.pricing-contact h4 {
  font-size: 1.15rem;
  font-weight: 600;
}

/* Partners logo marquee */
.pricing-partners .logo-slider .pricing-partners__logo {
  width: 220px;
}

.pricing-partners__logo img {
  display: block;
  max-height: 76px;
  object-fit: contain;
}

/* Conversion CTA (original call-to-action) */
.pricing-cta {
  min-height: 125px;
  padding: 2.5rem 0;
}

.pricing-cta__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.pricing-cta__content h2 {
  margin: 0 0 0.4rem;
  color: #1d2127;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 700;
  line-height: 1.3;
}

.pricing-cta__content h2 strong {
  color: #00a8e6;
}

.pricing-cta__content p.lead {
  margin: 0;
  color: #5e6f80;
  font-size: 1.2em;
  line-height: 1.6;
}

.pricing-cta .btn-primary {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (max-width: 767.98px) {
  .pricing-cta__row {
    flex-direction: column;
    text-align: center;
  }

  .pricing-hero {
    min-height: 480px;
  }
}
