/* Spoločný login/register CTA — partial common/partials/login_cta.twig */

.hb-login-cta {
  text-align: center;
  background: #fff;
  border: 1px solid #e2e5ef;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  padding: 20px 20px 18px;
  margin-bottom: 20px;
}

.hb-login-cta__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #1a1d2e;
}

.hb-login-cta__text {
  margin: 0 auto 18px;
  max-width: 520px;
  font-size: 14px;
  line-height: 1.55;
  color: #5c6178;
}

.hb-login-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.hb-login-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 48px;
  min-height: 48px;
  padding: 0 18px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: filter 0.12s ease, background 0.12s ease;
}

.hb-login-cta__btn--primary {
  background: #2563eb;
  color: #fff;
}

.hb-login-cta__btn--primary:hover {
  filter: brightness(1.06);
  color: #fff;
}

.hb-login-cta__btn--secondary {
  background: #eef0f6;
  border-color: #e2e5ef;
  color: #1a1d2e;
}

.hb-login-cta__btn--secondary:hover {
  background: #e4e7f0;
  color: #1a1d2e;
}

.manu-profile-v3 .hb-login-cta.mp3-card {
  background: var(--mp3-card, #fff);
  border-color: var(--mp3-border, #e2e5ef);
  box-shadow: var(--mp3-shadow, 0 1px 3px rgba(15, 23, 42, 0.06));
  text-align: left;
}

.manu-profile-v3 .hb-login-cta__title {
  color: var(--mp3-text, #1a1d2e);
  font-weight: 600;
  font-size: 15px;
}

.manu-profile-v3 .hb-login-cta__text {
  color: var(--mp3-muted, #5c6178);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.manu-profile-v3 .hb-login-cta__actions {
  justify-content: flex-start;
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.12s ease, background 0.12s ease, border-color 0.12s ease;
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn--primary {
  background: #65b24c;
  border: 1px solid transparent;
  color: #fff;
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn--primary:hover {
  background: #5aa344;
  color: #fff;
  text-decoration: none;
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn--ghost {
  background: #fcfcff;
  border: 1px solid var(--mp3-border, #e8e9f0);
  color: var(--mp3-text, #1a1a22);
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn--ghost:hover {
  border-color: #d8dbe6;
  color: var(--mp3-text, #1a1a22);
  text-decoration: none;
  transform: translateY(-1px);
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn__chevron {
  margin-left: 0.35rem;
  font-size: 12px;
  opacity: 0.55;
}

.manu-profile-v3 .hb-login-cta__actions .mp3-btn--ghost:hover .mp3-btn__chevron {
  opacity: 0.85;
}
