/**
 * Hamenagen - כניסת / הרשמת אומנים
 * כופה עיצובי אינפוט/כפתור מעל Elementor
 */

.hm-artist-signup,
.hm-artist-signup * {
	font-family: "פולין", "Polin", sans-serif !important;
	box-sizing: border-box !important;
}

.hm-artist-signup {
	max-width: 560px !important;
}

.hm-artist-signup__eyebrow {
	margin: 0 0 0.35rem !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	color: var(--hm-su-brand) !important;
}

.hm-artist-signup__step-title {
	margin: 0 0 1rem !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	color: var(--hm-su-heading) !important;
	text-align: center !important;
}

/* Progress */
.hm-artist-signup__progress {
	display: flex !important;
	gap: 0.4rem !important;
	list-style: none !important;
	margin: 0 0 1.35rem !important;
	padding: 0 !important;
	justify-content: space-between !important;
}

.hm-artist-signup__progress-item {
	flex: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.35rem !important;
	font-size: 0.72rem !important;
	font-weight: 600 !important;
	color: var(--hm-su-muted) !important;
	text-align: center !important;
}

.hm-artist-signup__progress-item span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 50% !important;
	border: 2px solid var(--hm-su-border) !important;
	background: var(--hm-su-inner) !important;
	font-size: 0.8rem !important;
	font-weight: 700 !important;
	color: var(--hm-su-muted) !important;
	transition: background 0.2s, border-color 0.2s, color 0.2s !important;
}

.hm-artist-signup__progress-item.is-active,
.hm-artist-signup__progress-item.is-done {
	color: var(--hm-su-heading) !important;
}

.hm-artist-signup__progress-item.is-active span {
	border-color: var(--hm-su-brand) !important;
	background: var(--hm-su-brand) !important;
	color: #fff !important;
}

.hm-artist-signup__progress-item.is-done span {
	border-color: var(--hm-su-brand) !important;
	background: transparent !important;
	color: var(--hm-su-brand) !important;
}

/* Role / type choice cards */
.hm-artist-signup__choice-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0.75rem !important;
	margin-bottom: 1.25rem !important;
}

button.hm-artist-signup__choice {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.35rem !important;
	width: 100% !important;
	padding: 1.1rem 1rem !important;
	border: 2px solid var(--hm-su-border) !important;
	border-radius: 16px !important;
	background: var(--hm-su-inner) !important;
	color: var(--hm-su-heading) !important;
	text-align: right !important;
	cursor: pointer !important;
	transition: border-color 0.2s, box-shadow 0.2s, background 0.2s !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

button.hm-artist-signup__choice:hover {
	border-color: rgba(203, 30, 83, 0.45) !important;
}

button.hm-artist-signup__choice.is-selected,
button.hm-artist-signup__choice[aria-pressed="true"] {
	border-color: var(--hm-su-brand) !important;
	background: rgba(203, 30, 83, 0.06) !important;
	box-shadow: 0 0 0 1px var(--hm-su-brand) !important;
}

.hm-artist-signup__choice-icon {
	font-size: 1.35rem !important;
	line-height: 1 !important;
	color: var(--hm-su-brand) !important;
	margin-bottom: 0.15rem !important;
}

.hm-artist-signup__choice-title {
	font-size: 0.98rem !important;
	font-weight: 700 !important;
	color: var(--hm-su-heading) !important;
}

.hm-artist-signup__choice-desc {
	font-size: 0.78rem !important;
	line-height: 1.45 !important;
	color: var(--hm-su-muted) !important;
	font-weight: 400 !important;
}

/* Type pills */
.hm-artist-signup__type-row {
	display: flex !important;
	gap: 0.5rem !important;
	margin-bottom: 1rem !important;
	padding: 0.25rem !important;
	background: var(--hm-su-inner) !important;
	border-radius: 999px !important;
}

button.hm-artist-signup__type {
	flex: 1 !important;
	display: block !important;
	padding: 0.7rem 1rem !important;
	border: none !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--hm-su-muted) !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	transition: background 0.2s, color 0.2s !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

button.hm-artist-signup__type.is-selected,
button.hm-artist-signup__type[aria-pressed="true"] {
	background: var(--hm-su-bg) !important;
	color: var(--hm-su-heading) !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* PR mode tabs - removed; chips + fuzzy suggest */
.hm-artist-signup__chips {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.45rem !important;
	list-style: none !important;
	margin: 0.85rem 0 0 !important;
	padding: 0 !important;
}

.hm-artist-signup__chip {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.35rem !important;
	max-width: 100% !important;
	padding: 0.4rem 0.55rem 0.4rem 0.35rem !important;
	border-radius: 999px !important;
	background: rgba(203, 30, 83, 0.08) !important;
	border: 1px solid rgba(203, 30, 83, 0.28) !important;
	color: var(--hm-su-heading) !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
}

.hm-artist-signup__chip.is-new {
	border-style: dashed !important;
	background: rgba(203, 30, 83, 0.04) !important;
}

.hm-artist-signup__chip-label {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

button.hm-artist-signup__chip-remove {
	flex-shrink: 0 !important;
	width: 1.35rem !important;
	height: 1.35rem !important;
	border: none !important;
	border-radius: 50% !important;
	background: rgba(0, 0, 0, 0.06) !important;
	color: var(--hm-su-muted) !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	padding: 0 !important;
}

button.hm-artist-signup__chip-remove:hover {
	background: rgba(203, 30, 83, 0.15) !important;
	color: var(--hm-su-brand) !important;
}

/* Singer suggest */
.hm-artist-signup__singer-pick {
	margin-bottom: 0.5rem !important;
}

.hm-artist-signup__singer-pick .hm-signup__field {
	position: relative !important;
}

.hm-artist-signup__suggest {
	position: absolute !important;
	z-index: 20 !important;
	top: calc(100% - 0.35rem) !important;
	right: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0.35rem !important;
	list-style: none !important;
	max-height: 320px !important;
	overflow-y: auto !important;
	background: var(--hm-su-bg) !important;
	border: 1px solid var(--hm-su-border) !important;
	border-radius: 12px !important;
	box-shadow: var(--hm-su-shadow) !important;
}

.hm-artist-signup__suggest-item {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.5rem !important;
	width: 100% !important;
	padding: 0.65rem 0.75rem !important;
	border: none !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: var(--hm-su-heading) !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	text-align: right !important;
	cursor: pointer !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.hm-artist-signup__suggest-item:hover,
.hm-artist-signup__suggest-item:focus {
	background: var(--hm-su-inner) !important;
}

.hm-artist-signup__suggest-item.is-disabled {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
}

.hm-artist-signup__suggest-badge {
	font-size: 0.7rem !important;
	font-weight: 600 !important;
	color: var(--hm-su-muted) !important;
	white-space: nowrap !important;
}

.hm-artist-signup__suggest-empty {
	padding: 0.75rem !important;
	font-size: 0.85rem !important;
	color: var(--hm-su-muted) !important;
	text-align: center !important;
}

.hm-artist-signup__suggest-add {
	margin-top: 0.35rem !important;
	padding: 0.75rem !important;
	border-top: 1px solid var(--hm-su-border) !important;
}

.hm-artist-signup__suggest-add-prompt {
	margin: 0 0 0.65rem !important;
	font-size: 0.84rem !important;
	font-weight: 600 !important;
	color: var(--hm-su-heading) !important;
	line-height: 1.4 !important;
}

.hm-artist-signup__type-row--compact {
	margin-bottom: 0.65rem !important;
}

button.hm-artist-signup__suggest-add-btn {
	display: block !important;
	width: 100% !important;
	padding: 0.7rem 0.85rem !important;
	border: 1px dashed var(--hm-su-brand) !important;
	border-radius: 10px !important;
	background: rgba(203, 30, 83, 0.06) !important;
	color: var(--hm-su-brand) !important;
	font-size: 0.88rem !important;
	font-weight: 700 !important;
	text-align: center !important;
	cursor: pointer !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

button.hm-artist-signup__suggest-add-btn:hover {
	background: rgba(203, 30, 83, 0.12) !important;
}

.hm-artist-signup__picked {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 0.5rem !important;
	margin: 0.5rem 0 0 !important;
	padding: 0.65rem 0.85rem !important;
	border-radius: 12px !important;
	background: rgba(203, 30, 83, 0.08) !important;
	border: 1px solid rgba(203, 30, 83, 0.25) !important;
	font-size: 0.88rem !important;
	color: var(--hm-su-heading) !important;
}

button.hm-artist-signup__clear-pick {
	margin-right: auto !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	color: var(--hm-su-brand) !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	text-decoration: underline !important;
	box-shadow: none !important;
}

.hm-artist-signup__field-error {
	display: block !important;
	margin: 0.35rem 0 0 !important;
	font-size: 0.78rem !important;
	font-weight: 600 !important;
	color: var(--hm-su-error-text, #b00020) !important;
	line-height: 1.35 !important;
}

.hm-artist-signup__field-error[hidden] {
	display: none !important;
}

.hm-artist-signup .hm-signup__alert {
	position: sticky !important;
	top: 12px !important;
	z-index: 5 !important;
	font-weight: 600 !important;
}

.hm-artist-signup .hm-signup__alert.is-shake {
	animation: hmAsShake 0.45s ease !important;
}

@keyframes hmAsShake {

	0%,
	100% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(6px);
	}

	40% {
		transform: translateX(-6px);
	}

	60% {
		transform: translateX(4px);
	}

	80% {
		transform: translateX(-4px);
	}
}

.hm-artist-signup input.is-invalid,
.hm-artist-signup input.hm-signup__input.is-invalid {
	border-color: var(--hm-su-brand, #cb1e53) !important;
	box-shadow: 0 0 0 3px rgba(203, 30, 83, 0.15) !important;
}

.hm-artist-signup__pending-yt a {
	color: var(--hm-su-brand) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.hm-artist-signup input[type="url"] {
	display: block !important;
	width: 100% !important;
	padding: 0.75rem 0.9rem !important;
	border: 1px solid var(--hm-su-border) !important;
	border-radius: 12px !important;
	background: var(--hm-su-inner) !important;
	color: var(--hm-su-heading) !important;
	font-size: 0.95rem !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	direction: ltr !important;
	text-align: left !important;
}

.hm-artist-signup__listener-link {
	margin: 1.15rem 0 0 !important;
	text-align: center !important;
	font-size: 0.82rem !important;
	color: var(--hm-su-muted) !important;
}

.hm-artist-signup__listener-link a {
	color: var(--hm-su-brand) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.hm-artist-signup__listener-link a:hover {
	text-decoration: underline !important;
}

/* Force inputs/buttons inside artist signup (Elementor override) */
.hm-artist-signup input.hm-signup__input,
.hm-artist-signup input[type="text"],
.hm-artist-signup input[type="email"],
.hm-artist-signup input[type="tel"],
.hm-artist-signup input[type="password"],
.hm-artist-signup input[type="search"] {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0.75rem 0.9rem !important;
	border: 1px solid var(--hm-su-border) !important;
	border-radius: 12px !important;
	background: var(--hm-su-inner) !important;
	color: var(--hm-su-heading) !important;
	font-size: 0.95rem !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
	outline: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.hm-artist-signup input.hm-signup__input:focus,
.hm-artist-signup input[type="text"]:focus,
.hm-artist-signup input[type="email"]:focus,
.hm-artist-signup input[type="tel"]:focus,
.hm-artist-signup input[type="password"]:focus,
.hm-artist-signup input[type="search"]:focus {
	border-color: var(--hm-su-brand) !important;
	box-shadow: 0 0 0 3px rgba(203, 30, 83, 0.12) !important;
}

.hm-artist-signup button.hm-signup__btn,
.hm-artist-signup a.hm-signup__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 48px !important;
	padding: 0.85rem 1.25rem !important;
	border: none !important;
	border-radius: 999px !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.hm-artist-signup button.hm-signup__btn--primary,
.hm-artist-signup a.hm-signup__btn--primary {
	background: var(--hm-su-brand) !important;
	color: #ffffff !important;
}

.hm-artist-signup button.hm-signup__btn--ghost {
	background: transparent !important;
	color: var(--hm-su-heading) !important;
	border: 1px solid var(--hm-su-border) !important;
}

@media (max-width: 480px) {
	.hm-artist-signup__choice-grid {
		grid-template-columns: 1fr !important;
	}

	.hm-artist-signup__progress-item {
		font-size: 0.65rem !important;
	}
}