/* Registro público — UI WTC responsive (filas explícitas, no table-cell) */

/*
 * Igual que login/metodospago: el fondo va en body.
 * Si solo pinta .wtc-reg-page, #clouds-cabecera (tras el header) queda sobre blanco.
 */
body#section-home {
	background-color: #0f2740 !important;
	background-image: url('../images/feature-5.png') !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	background-size: cover !important;
}

.wtc-reg-page {
	color: #3d4f63;
	background: transparent;
	min-height: 70vh;
	padding: 8px 0 48px;
	box-sizing: border-box;
}
.wtc-reg-page .wtc-reg-wrap {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 20px 20px 40px;
	box-sizing: border-box;
}
.wtc-reg-page .wtc-reg-card {
	background: #fff;
	border: 1px solid rgba(226, 234, 242, 0.9);
	border-radius: 14px;
	padding: 32px 36px 28px;
	box-shadow: 0 12px 40px rgba(8, 24, 40, 0.28);
	box-sizing: border-box;
	overflow: hidden;
}
.wtc-reg-page .wtc-reg-eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #1b5674;
}
.wtc-reg-page .wtc-reg-card h1 {
	margin: 0 0 10px;
	font-size: 34px;
	line-height: 1.15;
	color: #0f2740;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.wtc-reg-page .wtc-reg-lead {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.55;
	color: #3d4f63;
	font-weight: 500;
}
.wtc-reg-page .wtc-reg-plan {
	display: inline-block;
	margin: 0 0 20px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #fff;
	background: linear-gradient(180deg, #22688c, #1b5674);
	border: 0;
	border-radius: 999px;
}
.wtc-reg-page .wtc-reg-alert {
	margin: 0 0 14px;
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 600;
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #991b1b;
}
.wtc-reg-page .wtc-reg-alert--inline { display: none; }
.wtc-reg-page .wtc-reg-alert--inline.is-on { display: block; }

/* Cada fila: 1 o 2 columnas con float (fiable en CSS legacy del site) */
.wtc-reg-page .wtc-reg-row {
	width: 100%;
	margin: 0 0 4px;
	overflow: hidden; /* clearfix */
}
.wtc-reg-page .wtc-reg-col {
	float: left;
	width: 50%;
	padding: 0 8px 12px 0;
	box-sizing: border-box;
}
.wtc-reg-page .wtc-reg-col:nth-child(2) {
	padding-right: 0;
	padding-left: 8px;
}
.wtc-reg-page .wtc-reg-col--full {
	float: none;
	width: 100%;
	padding: 0 0 12px 0;
}

.wtc-reg-page .wtc-reg-field {
	margin: 0;
	display: block;
	width: 100%;
}
.wtc-reg-page .wtc-reg-field label {
	display: block;
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	color: #16324f;
	line-height: 1.3;
	white-space: normal;
}
.wtc-reg-page .wtc-reg-field label .req { color: #b42318; }
.wtc-reg-page .wtc-reg-field .hint {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.4;
	color: #5a6b80;
	font-weight: 500;
	white-space: normal;
}
.wtc-reg-page .wtc-reg-field input[type="text"],
.wtc-reg-page .wtc-reg-field input[type="email"],
.wtc-reg-page .wtc-reg-field input[type="password"],
.wtc-reg-page .wtc-reg-field input[type="tel"],
.wtc-reg-page .wtc-reg-field input[type="number"] {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #c5d4e3;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #0f2740;
	background: #fff;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.wtc-reg-page .wtc-reg-field input:focus {
	border-color: #22688c;
	box-shadow: 0 0 0 3px rgba(34, 104, 140, 0.15);
}

.wtc-reg-page .wtc-reg-actions { margin-top: 8px; clear: both; }
.wtc-reg-page .wtc-reg-legal {
	margin: 4px 0 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #16324f;
	font-weight: 500;
}
.wtc-reg-page .wtc-reg-legal input {
	margin-right: 6px;
	vertical-align: middle;
}
.wtc-reg-page .wtc-reg-legal a {
	color: #1b5674;
	font-weight: 700;
	text-decoration: underline;
}
.wtc-reg-page .wtc-reg-submit {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding: 15px 18px;
	border: 0;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(180deg, #22688c, #1b5674);
	box-shadow: 0 6px 16px rgba(27, 86, 116, 0.35);
}
.wtc-reg-page .wtc-reg-submit:disabled {
	opacity: 0.65;
	cursor: wait;
}
.wtc-reg-page .wtc-reg-foot {
	margin: 16px 0 0;
	text-align: center;
	font-size: 14px;
	color: #e8eef5;
	font-weight: 600;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.wtc-reg-page .wtc-reg-foot a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
}
.wtc-reg-page .wtc-reg-promo-toggle {
	display: inline-block;
	margin: 0 0 12px;
	background: none;
	border: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	color: #1b5674;
	cursor: pointer;
	text-decoration: underline;
}
.wtc-reg-page .wtc-reg-promo.is-hidden { display: none; }
.wtc-reg-page .wtc-reg-note {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 8px;
	background: #eef5fa;
	border: 1px solid #c5d4e3;
	font-size: 13px;
	line-height: 1.5;
	color: #16324f;
	font-weight: 600;
	clear: both;
}

@media (max-width: 900px) {
	.wtc-reg-page .wtc-reg-wrap {
		max-width: 640px;
		padding: 16px 16px 36px;
	}
	.wtc-reg-page .wtc-reg-card {
		padding: 24px 22px 20px;
	}
	.wtc-reg-page .wtc-reg-card h1 { font-size: 28px; }
}

/* Móvil: una columna */
@media (max-width: 640px) {
	.wtc-reg-page {
		padding: 4px 0 32px;
	}
	.wtc-reg-page .wtc-reg-wrap {
		max-width: 100%;
		padding: 12px 12px 28px;
	}
	.wtc-reg-page .wtc-reg-card {
		padding: 20px 16px 18px;
		border-radius: 12px;
	}
	.wtc-reg-page .wtc-reg-card h1 { font-size: 26px; }
	.wtc-reg-page .wtc-reg-col,
	.wtc-reg-page .wtc-reg-col:nth-child(2) {
		float: none;
		width: 100%;
		padding: 0 0 12px 0;
	}
	.wtc-reg-page .wtc-reg-submit { max-width: none; }
}

@media (max-width: 380px) {
	.wtc-reg-page .wtc-reg-wrap { padding: 8px 8px 24px; }
	.wtc-reg-page .wtc-reg-card { padding: 16px 12px 14px; }
	.wtc-reg-page .wtc-reg-field input[type="text"],
	.wtc-reg-page .wtc-reg-field input[type="email"],
	.wtc-reg-page .wtc-reg-field input[type="password"],
	.wtc-reg-page .wtc-reg-field input[type="tel"],
	.wtc-reg-page .wtc-reg-field input[type="number"] {
		font-size: 16px;
	}
}
