/**
 * Erfolgslady Mastery V3 – Gold-Link-CTAs (shared brand-gold-cta.css)
 * Voraussetzung: erfolgslady-mastery-v2.css + brand-gold-cta.css
 */

.elm-page--v3 .elm-hero__video .elm-cta-btn--hero {
  width: min(100%, 34rem);
  max-width: 34rem;
  margin-inline: auto;
}

.elm-page--v3 .elm-cta-block,
.elm-page--v3 .elm-hero__video .elm-hero__cta-row {
  justify-content: center;
}

.elm-page--v3 .elm-close__content .elm-cta-block {
  justify-content: center;
}

.elm-page--v3 a.elm-cta-btn--ghost {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  max-width: 100%;
  width: min(100%, 22rem);
  padding: 0.95rem 1.25rem 0.95rem 1.4rem;
  box-sizing: border-box;
  color: #fff !important;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.elm-page--v3 a.elm-cta-btn--ghost:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.elm-page--v3 a.elm-cta-btn--ghost .elm-cta-btn__circle {
  position: static;
  transform: none;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.elm-page--v3 a.elm-cta-btn--ghost .elm-cta-btn__label {
  font-size: 1rem;
  letter-spacing: 0.01em;
}
