.abfm-pricing-v2 {
  width: 100%;
}

.abfm-price-section {
  background: var(--abfm-section-bg, #f4f4f4);
  padding: 56px 20px;
}

.abfm-price-section__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.abfm-price-section__title {
  margin: 0 0 10px;
  text-align: center;
  color: var(--abfm-title, #0a7f87);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.abfm-price-section__subtitle {
  margin: 0 0 32px;
  text-align: center;
  color: var(--abfm-subtitle, #18475a);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
  font-weight: 700;
}

.abfm-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.abfm-price-tile {
  background: var(--abfm-card-bg, #e9bd19);
  border-radius: 22px;
  padding: 28px 22px;
  text-align: center;
  color: var(--abfm-card-text, #0a7f87);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 230px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.abfm-price-tile__title {
  margin: 0 0 8px;
  color: inherit;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.15;
  font-weight: 800;
}

.abfm-price-tile__subtitle {
  margin: 0 0 6px;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 700;
}

.abfm-price-tile__details {
  margin: 6px 0 0;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.45;
  font-weight: 700;
}

.abfm-price-tile__details > div { margin-bottom: 4px; }

.abfm-price-tile__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  opacity: .9;
}

.abfm-price-tile__price {
  margin-top: 12px;
  color: var(--abfm-price, #0a7f87);
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1;
  font-weight: 900;
}

.abfm-price-cta {
  margin-top: 28px;
  text-align: center;
}

.abfm-price-cta p {
  margin: 0 0 18px;
  color: var(--abfm-subtitle, #18475a);
  font-size: clamp(17px, 1.5vw, 26px);
  line-height: 1.4;
  font-weight: 800;
}

.abfm-price-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  min-width: 150px;
  border-radius: 999px;
  background: var(--abfm-btn-bg, #0a7f87);
  color: var(--abfm-btn-text, #ffffff) !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.abfm-price-button:hover {
  opacity: .92;
}

@media (max-width: 767px) {
  .abfm-price-section {
    padding: 42px 16px;
  }

  .abfm-price-section__subtitle {
    margin-bottom: 24px;
  }

  .abfm-price-grid {
    gap: 16px;
  }

  .abfm-price-tile {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 18px;
  }
}
