    .lang-switch {
      text-align: right;
      font-size: 0.8em;
      margin: 10px 15px;
    }
    .lang-switch a {
      color: #ff2aa8;
      text-decoration: none;
      font-weight: bold;
    }
    .promo-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
    }
    .promo-input {
      width: 160px;
      padding: 6px 8px;
      border: 1px solid #ff2aa8;
      border-radius: 6px;
      font-size: 0.9em;
      text-align: center;
    }

.plan-card.highlight .plan-header-highlight h2 {
  font-size: 2.6rem !important;
  color: #ff2aa8 !important;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1.2;
  text-align: center;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}

.plan-card.highlight .best-offer {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: -4px;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}
.plan-card.highlight .price {
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 1.9rem !important;
  text-shadow:
    -1px -1px 0 #ff2aa8,
     1px -1px 0 #ff2aa8,
    -1px  1px 0 #ff2aa8,
     1px  1px 0 #ff2aa8;
}

.abo-notes {
    text-align: center;
    line-height: 1.5;
}

.abo-notes .notes {
    font-size: 0.55em;
    color: #888;
    margin-bottom: 10px;
}
