.fx-school-price {
  margin: 2.5rem auto;
  max-width: 920px;
  padding: 1.75rem 1.25rem 1.5rem;
  border-radius: 20px;
  background:
    radial-gradient(1000px 360px at 90% -20%, rgba(15, 118, 110, 0.1), transparent 55%),
    linear-gradient(180deg, #f7fffc 0%, #ffffff 60%);
  border: 1px solid #d9efe9;
}
.fx-school-price__brand {
  margin: 0 0 0.35rem;
  color: #0f766e;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.fx-school-price__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  line-height: 1.25;
}
.fx-school-price__lead {
  margin: 0 0 1.1rem;
  color: #475569;
  line-height: 1.55;
  max-width: 42rem;
}
.fx-school-price__pack {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.1rem;
}
.fx-school-price__amount {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.fx-school-price__amount strong {
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #0f766e;
  line-height: 1;
}
.fx-school-price__amount span {
  color: #64748b;
  font-weight: 600;
}
.fx-school-price__annual {
  margin: 0.35rem 0 0.9rem;
  color: #0f766e;
  font-weight: 700;
}
.fx-school-price__list {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: #334155;
  line-height: 1.5;
}
.fx-school-price__list li {
  margin: 0.35rem 0;
}
.fx-school-price__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.fx-school-price__btn {
  display: inline-block;
  background: #0f766e;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
}
.fx-school-price__note {
  margin: 0.85rem 0 0;
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.45;
}
.fx-school-inline-annual {
  margin: 0.25rem 0 0.5rem !important;
  color: #0f766e !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
}
