.ek-signup {
  --ek-accent: #111111;
  color: #1d2327;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ek-signup-card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  max-width: 480px;
  padding: 32px;
}

.ek-plan-card {
  background: #fff;
  border: 1px solid #dcdcde;
  border-radius: 16px;
  padding: 28px;
  position: relative;
}

.ek-plan-card--featured {
  border-color: #111111;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.ek-plan-card__badge {
  background: #111111;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  left: 20px;
  padding: 4px 10px;
  position: absolute;
  top: -12px;
}

.ek-plan-card__price {
  color: #646970;
  margin-bottom: 20px;
}

.ek-plan-card__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.ek-plan-card__features li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.ek-plan-card__features li::before {
  color: #111111;
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.ek-account-dl {
  display: grid;
  gap: 12px;
  grid-template-columns: 140px 1fr;
  margin-bottom: 24px;
}

.ek-account-dl dt {
  color: #646970;
  font-weight: 600;
}

.ek-account-dl dd {
  margin: 0;
}
