.teco-register-page-hidden-field {
    display: none !important;
}

#teco-register-page-step3 {
	background: #f0f5ff;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.13);
	margin: 20px auto;
	border-radius: 16px;
	min-height: 400px;
	padding: 40px;
	width: 100%;
	max-width: 694px;
}

.teco-register-page-step-section {
	padding: 40px;
	max-width: 694px;
}

input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.teco-register-page-step-section {
	display: none;
	position: relative;
	border-radius: 16px;
	width: 100%;
	box-sizing: border-box;
	flex-direction: column;
	padding: 40px;
	margin: 0 auto;
	max-width: 694px;
}

#teco-register-page-step3 {
	background: #f0f5ff;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.13);
	margin: 20px auto;
	border-radius: 16px;
	min-height: 400px;
	padding: 40px;
	width: 100%;
	max-width: 694px;
}

.teco-register-page-step-section.active {
	display: flex;
}

.teco-register-page-step3-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 2.5rem;
	color: var(--color-primary-main);
	margin: 0;
}

.teco-register-page-step3-subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	color: var(--color-secondary-800);
	margin: 0;
}

.teco-register-page-step3-helper {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5rem;
	color: var(--color-secondary-800);
	margin: 2px 0 5px 0;
}

.teco-register-page-back-link {
	color: var(--Primary-550, #3EB318);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease;
	padding: 8px 0;
	margin-bottom: 20px;
	display: inline-block;
}

.teco-register-page-back-link:hover {
	color: var(--Primary-550, #3EB318);
	text-decoration: underline;
}

.btn-primary {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	letter-spacing: 0;
	text-transform: uppercase;
	background: #1F242E;
	color: #61E437;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: none;
	display: inline-flex;
	min-width: 140px;
	height: 52px;
	padding: 16px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
}

.btn-primary:hover {
	background: #2A2F3A;
	color: #6FE83F;
}

.btn-primary.btn-lg {
	max-width: 220px;
}

.teco-register-page-form-label {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: var(--color-secondary-800);
	margin-bottom: 8px;
	display: block;
}

.teco-register-page-form-row {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.teco-register-page-input-group {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 16px;
	transition: border-color 0.2s ease;
}

.teco-register-page-input-group input,
.teco-register-page-input-group select {
	width: 100%;
	height: 52px;
	border: none;
	background: transparent;
	font-size: 0.95rem;
	padding: 12px 14px 12px 45px !important;
	color: #1f2937;
	outline: none;
	box-sizing: border-box;
	border-radius: inherit;
	background-clip: padding-box;
	font-weight: 400;
	line-height: 1.5rem;
	text-transform: none;
}

.teco-register-page-input-group select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235F6B85' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	padding-right: 40px;
	touch-action: manipulation;
}

.teco-register-page-input-group input::placeholder {
	color: #9ca3af;
	font-weight: 400;
	text-transform: none;
}

.teco-register-page-input-group.input-error {
	border-color: #E4514A !important;
	/* background: #F6D0D6 !important; */
	border-radius: 10px;
}

.teco-register-page-input-group.input-error input,
.teco-register-page-input-group.input-error select {
	color: #1F242E !important;
	/* background: #F6D0D6 !important; */
	border-radius: 10px;
	box-shadow: 0 0 0 3px rgba(228, 81, 74, 0.1) !important;
}

.teco-register-page-input-group.input-error input::placeholder {
	color: #9ca3af;
}

.teco-register-page-input-group.input-error input:focus,
.teco-register-page-input-group.input-error select:focus {
	outline: none !important;
	border-color: #E4514A !important;
}

.teco-register-page-error-message {
	color: #E4514A;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2rem;
	display: none;
	margin-bottom: 12px;
	margin-top: -12px;
	text-transform: none;
	text-align: start;
}

.teco-register-page-error-message.show {
	display: block !important;
}

input.input-error {
	color: #1F242E !important;
}

.user-icon,
.email-icon,
.password-icon,
.flag-icon,
.cellphone-icon,
.house-icon {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	z-index: 1;
}

.teco-register-page-input-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 4px;
	display: flex;
	align-items: center;
	z-index: 2;
}

.teco-register-page-input-icon:hover {
	background: rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.teco-register-page-radio-btn-row {
	display: flex;
	gap: 8px;
	min-height: 52px;
}

.teco-register-page-radio-btn {
	height: 52px;
	border-radius: 10px;
	border: 1.5px solid #dbe2f2;
	background: var(--color-neutral-0);
	color: var(--color-secondary-500);
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	cursor: pointer;
	transition: border 0.2s, color 0.2s, background 0.2s;
	user-select: none;
	align-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.teco-register-page-radio-btn.selected,
input[type="radio"]:checked+.teco-register-page-radio-btn {
	border-color: var(--color-primary-main);
	background: var(--color-neutral-0);
	color: var(--color-primary-main);
}

.teco-register-page-country-select {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80px;
	z-index: 1;
}

.teco-register-page-country-select select {
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	padding: 0 8px;
	font-size: 0.9rem;
}

.teco-register-page-validation-message {
	font-size: 0.75rem;
	color: var(--color-error-600);
	margin-top: -12px;
	margin-bottom: 16px;
	display: block;
}

.error-message {
	font-size: 0.875rem;
	color: var(--color-error-600);
	background: var(--color-error-50);
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 16px;
}

.teco-register-page-btn-step3-container {
	display: flex;
	justify-content: end;
	width: 100%;
	margin-top: 30px;
}

@media (max-width: 900px) {
	.teco-register-page-step3-title {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 2.2rem;
	}
}

@media (max-width: 600px) {
	#teco-register-page-step3 {
		padding: 6px 12px 16px 12px;
		border-radius: 12px;
	}

	.teco-register-page-step3-title {
		font-size: 1.75rem;
		font-weight: 600;
		line-height: 2.1rem;
		margin-bottom: 10px;
	}

	.teco-register-page-step3-subtitle {
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1.5rem;
		margin-bottom: 6px;
	}

	.teco-register-page-step3-helper {
		font-size: 0.95rem;
		font-weight: 600;
		line-height: 1.3rem;
	}

	.teco-register-page-form-label {
		font-size: 0.95rem;
		margin-bottom: 8px;
	}

	.teco-register-page-input-group {
		margin-bottom: 12px;
		height: 48px;
	}

	.teco-register-page-input-group input,
	.teco-register-page-input-group select {
		font-size: 1rem;
		padding: 12px 14px 12px 50px !important;
	}

	.teco-register-page-birth-row .teco-register-page-input-group input,
	.teco-register-page-birth-row .teco-register-page-input-group select {
		padding: 12px 14px 12px 25px !important;
	}

	#teco-register-page-nationality,
	#teco-register-page-location,
	#teco-register-page-municipality,
	#teco-register-page-residential-neighborhood,
	#teco-register-page-home-phone {
		padding: 12px 14px 12px 50px !important;
	}

	.user-icon,
	.email-icon,
	.password-icon,
	.flag-icon,
	.cellphone-icon,
	.house-icon {
		width: 20px;
		height: 20px;
		left: 14px;
	}

	.teco-register-page-validation-message {
		font-size: 0.8rem;
	}

	.teco-register-page-radio-btn {
		font-size: 1rem;
		height: 48px;
	}

	.btn-primary {
		height: 46px;
		font-size: 0.95rem;
	}
}

@media (max-width: 420px) {
	#teco-register-page-step3 {
		padding: 4px 8px 14px 8px;
		border-radius: 10px;
	}

	.teco-register-page-step3-title {
		font-size: 1.5rem;
		line-height: 1.8rem;
		margin-bottom: 8px;
	}

	.teco-register-page-step3-subtitle {
		font-size: 1rem;
		margin-bottom: 4px;
	}

	.teco-register-page-form-label {
		font-size: 0.9rem;
		margin-bottom: 6px;
	}

	.teco-register-page-input-group {
		margin-bottom: 10px;
		height: 44px;
	}

	.teco-register-page-birth-row .teco-register-page-input-group input,
	.teco-register-page-birth-row .teco-register-page-input-group select {
		padding: 12px 14px 12px 25px !important;
	}

	#teco-register-page-nationality,
	#teco-register-page-location,
	#teco-register-page-municipality,
	#teco-register-page-residential-neighborhood,
	#teco-register-page-home-phone {
		padding: 12px 14px 12px 55px !important;
	}

	.user-icon,
	.email-icon,
	.password-icon,
	.flag-icon,
	.cellphone-icon,
	.house-icon {
		width: 18px;
		height: 18px;
		left: 15px;
	}

	.teco-register-page-radio-btn {
		font-size: 0.95rem;
		height: 44px;
	}

	.btn-primary {
		height: 42px;
		font-size: 0.9rem;
	}

	.teco-register-page-btn-step2-container {
		margin-top: 14px;
	}
}
