.fx-mkt-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin: 0 auto;
  max-width: 920px;
  box-sizing: border-box;
  padding: clamp(2.2rem, 6vw, 4.5rem);
  border-radius: 28px 28px 0 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(45, 212, 191, 0.18), transparent 35%),
    #073b3a;
  color: #fff;
}
.fx-mkt-hero__eyebrow {
  margin: 0 0 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #5eead4;
}
.fx-mkt-hero__title {
  max-width: 15em;
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #fff;
}
.fx-mkt-hero__lead {
  margin: 0 0 1.2rem;
  max-width: 38rem;
  line-height: 1.75;
  color: #d5eeee;
}
.fx-mkt-hero__langs {
  margin: 0 0 1.8rem;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #99f6e4;
}
.fx-mkt-hero__plan {
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.fx-mkt-hero__plan p {
  margin: 0 0 0.7rem;
  color: #99f6e4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fx-mkt-hero__plan strong {
  display: block;
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.fx-mkt-hero__plan strong span {
  margin-right: 0.1em;
  font-size: 0.45em;
  vertical-align: top;
}
.fx-mkt-hero__plan small {
  display: block;
  margin: 0.45rem 0 1rem;
  color: #b8dada;
}
.fx-mkt-hero__plan hr {
  margin: 0 0 0.85rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.fx-mkt-hero__plan b {
  font-size: 0.9rem;
  font-weight: 600;
}
.fx-mkt-hero .fx-mkt__btn {
  background: #fff;
  color: #073b3a !important;
}
.fx-mkt-hero .fx-mkt__link {
  color: #ecfdf5 !important;
}
.fx-mkt {
  margin: 0 auto 3rem;
  max-width: 920px;
  box-sizing: border-box;
  padding: clamp(2.2rem, 6vw, 4.5rem);
  border-radius: 0 0 28px 28px;
  background: #fff;
  border: 1px solid #dbe8e5;
  border-top: 0;
}
.fx-mkt__brand {
  margin: 0 0 1rem;
  color: #08796f;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.fx-mkt__title {
  max-width: 18em;
  margin: 0 0 0.8rem;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.fx-mkt__lead {
  margin: 0 0 2.5rem;
  color: #475569;
  line-height: 1.75;
  max-width: 42rem;
}
.fx-mkt__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 3rem;
  border-top: 1px solid #dbe8e5;
}
.fx-mkt__card {
  position: relative;
  padding: 1.7rem 1.6rem 0 0;
  border: 0;
  background: transparent;
}
.fx-mkt__card + .fx-mkt__card {
  padding-left: 1.6rem;
  border-left: 1px solid #dbe8e5;
}
.fx-mkt__number {
  display: block;
  margin-bottom: 2.2rem;
  color: #0f766e;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.fx-mkt__card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #102a29;
}
.fx-mkt__card p {
  margin: 0;
  color: #526665;
  font-size: 0.88rem;
  line-height: 1.7;
}
.fx-mkt__xp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 2rem;
  padding: 1.4rem 0;
  list-style: none;
  border-top: 1px solid #dbe8e5;
  border-bottom: 1px solid #dbe8e5;
}
.fx-mkt__xp li {
  padding-right: 1.2rem;
}
.fx-mkt__xp strong,
.fx-mkt__xp span {
  display: block;
}
.fx-mkt__xp strong {
  color: #0f766e;
  font-size: 0.8rem;
}
.fx-mkt__xp span {
  margin-top: 0.35rem;
  color: #526665;
  font-size: 0.82rem;
  line-height: 1.5;
}
.fx-mkt__footer {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.fx-mkt__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.fx-mkt__btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  box-sizing: border-box;
  background: #08796f;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.7rem 1.1rem;
}
.fx-mkt__link {
  color: #08796f !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-underline-offset: 0.2em;
}
.fx-mkt__price {
  max-width: 22rem;
  margin: 0;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: right;
}
@media (max-width: 700px) {
  .fx-mkt-hero {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    border-radius: 20px 20px 0 0;
  }
  .fx-mkt {
    border-radius: 0 0 20px 20px;
  }
  .fx-mkt__grid,
  .fx-mkt__xp {
    grid-template-columns: 1fr;
  }
  .fx-mkt__card {
    padding: 1.5rem 0;
  }
  .fx-mkt__card + .fx-mkt__card {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #dbe8e5;
  }
  .fx-mkt__number {
    margin-bottom: 1rem;
  }
  .fx-mkt__xp {
    gap: 1rem;
  }
  .fx-mkt__footer {
    display: block;
  }
  .fx-mkt__price {
    margin-top: 1.2rem;
    text-align: left;
  }
}
.fx-mem-dash__unlocks {
  list-style: none;
  margin: 0 0 0.7rem;
  padding: 0;
  font-size: 0.85rem;
  color: #0f766e;
}
.fx-mem-dash__unlocks li {
  margin: 0.2rem 0;
}
.fx-exams__xp-now {
  margin: 0 0 0.5rem;
  color: #0f766e;
}
