/* ==========================================================================
   Landing "IA en el trabajo" — página independiente (sin header/footer del tema)
   ========================================================================== */

.vts-it {
	font-family: 'Inter Tight', sans-serif;
	background: #fff;
	color: #000;
}

.vts-it *,
.vts-it *::before,
.vts-it *::after {
	box-sizing: border-box;
}

.vts-it img {
	max-width: 100%;
	display: block;
}

.vts-it a {
	text-decoration: none;
	color: inherit;
}

.vts-it ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vts-it h1,
.vts-it h2,
.vts-it h3,
.vts-it p {
	font-family: 'Inter Tight', sans-serif;
}

/* ── Marco rojo + header + hero ───────────────────────────────────────── */

.vts-it-frame {
	background: #fff;
}

.vts-it-frame__inner {
	position: relative;
	border: 10px solid #FF2730;
	overflow: hidden;
}

.vts-it-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}

.vts-it-header__logo {
	line-height: 0;
}

.vts-it-header__inner {
	padding: 0 clamp(24px, calc(50vw - 600px), 9999px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vts-it-header__logo img {
	width: clamp(90px, 9vw, 140px);
	height: auto;
}

.vts-it-header__burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 31;
}

.vts-it-header__burger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}

.vts-it-header__nav {
	display: flex;
	align-items: center;
	gap: clamp(20px, 3vw, 48px);
}

.vts-it-header__nav a {
	color: #fff;
	font-weight: 600;
	font-size: clamp(13px, 0.8vw + 6px, 16px);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	transition: color 0.2s ease;
}

.vts-it-header__nav a:hover {
	color: #FF2730;
}

.vts-it-header__cta {
	background: #000;
	color: #fff !important;
	padding: 12px 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	transition: background 0.2s ease;
}

.vts-it-header__cta:hover {
	background: #FF2730;
}

/* ── Hero ──────────────────────────────────────────────────────────────── */

.vts-it-hero {
	position: relative;
	min-height: clamp(560px, 70vw, 760px);
	background-size: cover;
	background-position: center;
	background-color: #0a0a0a;
	padding-top: 110px;
}

.vts-it-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.15) 100%);
}

.vts-it-hero__grid {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	padding: 40px clamp(24px, calc(50vw - 600px), 9999px) 60px;
	flex-wrap: wrap;
}

.vts-it-hero__text {
	max-width: 620px;
	padding-top: 40px;
	flex: 1 1 420px;
}

.vts-it-hero__flags {
	display: flex;
	gap: 14px;
	margin-bottom: 24px;
}

.vts-it-hero__flag {
	display: block;
	width: clamp(48px, 4vw, 64px);
	height: clamp(48px, 4vw, 64px);
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 3px solid #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

/* Mismo estilo de label usado en todo el sitio (ver .vts-highlight-red en
   wp-content/themes/vt-school/style.css), pero con fondo blanco y texto rojo. */
.vts-it-label {
	display: inline;
	font-family: 'Inter Tight', sans-serif;
	font-size: clamp(17px, 1.65vw + 5.24px, 29px);
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #FF2730;
	background: #fff;
	padding: 0px 0px 0px 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	margin-bottom: 20px;
}

.vts-it-label--red {
	color: #fff;
	background: #FF2730;
}

.vts-it-label--tight {
	margin-bottom: 0;
}

.vts-it-hero__title {
	color: #fff;
	font-size: clamp(30px, 2.6vw + 16px, 52px);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 28px;
}

.vts-it-hero__meta {
	display: flex;
	flex-direction: column;
	margin-bottom: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vts-it-hero__meta-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.vts-it-tag {
	display: inline-block;
	background: #FF2730;
	color: #fff;
	font-size: clamp(10px, 0.4vw + 6px, 12px);
	font-weight: 800;
	letter-spacing: 0.1em;
	padding: 5px 12px;
	width: fit-content;
}

.vts-it-hero__meta-value {
	flex: 1;
	text-align: right;
	color: #fff;
	font-size: clamp(13px, 0.6vw + 7px, 16px);
	font-weight: 600;
}

/* ── Botones genéricos ─────────────────────────────────────────────────── */

.vts-it a.vts-it-btn {
	color: #fff;
}

.vts-it-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 28px;
	font-size: clamp(12px, 0.5vw + 7px, 14px);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.vts-it-btn--dark {
	background: var(--vts-it-accent, #051639);
	color: #fff;
}

.vts-it-btn--dark:hover {
	background: var(--vts-it-accent-hover, #4c93e6);
}

.vts-it-btn--red {
	background: #FF2730;
	color: #fff;
}

.vts-it-btn--red:hover {
	background: #000;
}

.vts-it-btn[aria-disabled="true"] {
	cursor: not-allowed;
}

/* ── Card de formulario ────────────────────────────────────────────────── */

.vts-it-hero__form {
	position: relative;
	flex: 0 1 auto;
	width: clamp(280px, 26vw, 400px);
	margin-top: 80px;
}

.vts-it-form-card {
	position: relative;
	background: #fff;
	padding: clamp(20px, 2vw, 32px);
	border-radius: 6px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.vts-it-form-card__titulo {
	font-size: clamp(18px, 1vw + 10px, 22px);
	font-weight: 700;
	margin: 0 0 6px;
	color: #000;
}

.vts-it-form-card__subtitulo {
	font-size: 13px;
	color: #555;
	margin: 0 0 20px;
	line-height: 1.4;
}

.vts-it-wa-icon {
	width: 100%;
	height: 100%;
	display: block;
}

/* Campos CF7 */
.vts-it-form__fila {
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.vts-it-form__fila--2 > .vts-it-form__campo {
	flex: 1;
	min-width: 0;
}

.vts-it-form__campo {
	display: flex;
	flex-direction: column;
}

.vts-it-form__input,
.vts-it-hero__form .wpcf7-text,
.vts-it-hero__form .wpcf7-email,
.vts-it-hero__form .wpcf7-tel {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	font-family: 'Inter Tight', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	transition: border-color 0.15s ease;
}

.vts-it-form__input:focus,
.vts-it-hero__form .wpcf7-text:focus,
.vts-it-hero__form .wpcf7-email:focus,
.vts-it-hero__form .wpcf7-tel:focus {
	border-color: #FF2730;
}

.vts-it-form__aceptacion {
	margin: 14px 0;
}

.vts-it-form__aceptacion .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
}

.vts-it-form__aceptacion input[type="checkbox"] {
	accent-color: #FF2730;
	margin-top: 3px;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.vts-it-form__aceptacion .wpcf7-list-item-label {
	font-size: 11px;
	line-height: 1.4;
	color: #333;
}

.vts-it-form__aceptacion a {
	color: #000;
	text-decoration: underline;
}

.vts-it-form__aceptacion a:hover {
	color: #FF2730;
}

.vts-it-form__submit {
	width: 100%;
}

.vts-it-form__btn,
.vts-it-hero__form .wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	background: #FF2730;
	color: #fff;
	font-family: 'Inter Tight', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.vts-it-form__btn:hover,
.vts-it-hero__form .wpcf7-submit:hover {
	background: #000;
}

.vts-it-hero__form .wpcf7-not-valid-tip {
	font-size: 11px;
	color: #FF2730;
	margin-top: 4px;
	display: block;
}

.vts-it-hero__form .wpcf7-response-output {
	margin: 12px 0 0;
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
}

.vts-it-hero__form .wpcf7-mail-sent-ok {
	background: #e8f5e9;
	color: #2e7d32;
}

.vts-it-hero__form .wpcf7-mail-sent-ng,
.vts-it-hero__form .wpcf7-validation-errors {
	background: #fff3f3;
	color: #c62828;
}

/* ── Secciones genéricas ───────────────────────────────────────────────── */

.vts-it-section {
	padding: clamp(48px, 7vw, 96px) 0;
}

.vts-it-section--white {
	background: #fff;
	color: #000;
}

.vts-it-section--vino {
	background: var(--vts-it-accent, #051639);
	color: #fff;
}

.vts-it-container {
	padding: 0 clamp(24px, calc(50vw - 600px), 9999px);
}

.vts-it-logos-section {
	padding: clamp(28px, 4vw, 48px) 0;
}

.vts-it-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: clamp(32px, 6vw, 72px);
}

.vts-it-logos p {
	display: contents;
}

.vts-it-logos img {
	display: block;
	max-height: clamp(56px, 6vw, 88px);
	width: auto;
}

.vts-it-heading {
	font-size: clamp(26px, 2vw + 14px, 38px);
	font-weight: 700;
	margin: 0 0 20px;
	color: #000;
}

.vts-it-heading--light {
	color: #fff;
}

.vts-it-heading--sm {
	font-size: clamp(22px, 1.6vw + 12px, 30px);
}

.vts-it-intro {
	font-size: clamp(15px, 0.6vw + 9px, 18px);
	line-height: 1.6;
	max-width: 900px;
	margin: 0 0 48px;
}

/* ── Descripción: grid de tarjetas ─────────────────────────────────────── */

.vts-it-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(20px, 3vw, 40px);
}

.vts-it-card__icon {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 138px;
	margin-bottom: 16px;
}

.vts-it-card__icon svg,
.vts-it-card__icon img {
	width: auto;
	height: 100%;
}

.vts-it-card p {
	text-align: center;
	font-size: clamp(13px, 0.5vw + 8px, 15px);
	line-height: 1.6;
	margin: 0;
}

/* ── Caja con borde rojo (Dirigido a / Inversión split) ────────────────── */

.vts-it-box {
	background: #fff;
	color: #000;
	border: 1px solid #FF2730;
	padding: clamp(28px, 3vw, 48px);
}

.vts-it-box h2,
.vts-it-box h3 {
	margin-top: 0;
}

.vts-it-box p {
	font-size: clamp(14px, 0.5vw + 9px, 17px);
	line-height: 1.7;
	margin: 0;
}

.vts-it-box--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 4vw, 60px);
}

.vts-it-box__col h3 {
	font-size: clamp(16px, 0.8vw + 10px, 20px);
	font-weight: 700;
	margin: 0 0 16px;
}

/* ── Checklist ─────────────────────────────────────────────────────────── */

.vts-it-checklist {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.vts-it-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vts-it-checklist li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.vts-it-checklist li span {
	font-size: clamp(14px, 0.5vw + 9px, 17px);
	font-weight: 600;
	line-height: 1.4;
}

.vts-it-check {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	background-image: url("../icons/landing-it-check.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

/* ── Incluye ───────────────────────────────────────────────────────────── */

.vts-it-incluye {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
}

.vts-it-cert__img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.vts-it-cert__placeholder {
	aspect-ratio: 4 / 5;
	background: #f1f1f1;
	border: 1px dashed rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	font-size: 13px;
	text-align: center;
	padding: 20px;
}

.vts-it-cert__caption {
	text-align: center;
	font-size: 13px;
	color: #555;
	margin: 12px 0 0;
}

/* ── Inversión ─────────────────────────────────────────────────────────── */

.vts-it-inversion__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.vts-it-inversion__texto h2 {
	margin-bottom: 12px;
}

.vts-it-inversion__texto p {
	font-size: clamp(14px, 0.5vw + 9px, 17px);
	line-height: 1.6;
	margin: 0;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.85);
}

.vts-it a.vts-it-wa-link {
	color: #fff;
}

.vts-it-wa-link {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff;
	font-weight: 800;
	font-size: clamp(13px, 0.5vw + 8px, 16px);
	letter-spacing: 0.05em;
	text-align: right;
}

.vts-it-wa-link svg {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

/* ── CTA final ─────────────────────────────────────────────────────────── */

.vts-it-cta {
	background: #000;
	color: #fff;
	text-align: center;
	padding: clamp(60px, 8vw, 110px) 20px;
}

.vts-it-cta__heading {
	font-size: clamp(28px, 2.5vw + 16px, 48px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

.vts-it-cta__heading span {
	color: #FF2730;
}

.vts-it-cta__url {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 32px;
}

/* ── Footer propio ─────────────────────────────────────────────────────── */

.vts-it-footer {
	background: #000;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 24px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
}

.vts-it-footer a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
}

.vts-it-footer a:hover {
	color: #FF2730;
}

/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
	.vts-it-header__burger {
		display: flex;
	}

	.vts-it-header__nav {
		position: fixed;
		top: 0;
		right: -100%;
		height: 100vh;
		width: min(320px, 80vw);
		background: #000;
		flex-direction: column;
		align-items: flex-start;
		padding: 100px 32px;
		transition: right 0.3s ease;
	}

	.vts-it-header__nav.is-open {
		right: 0;
	}

	.vts-it-header__nav a {
		width: 100%;
	}

	.vts-it-header__cta {
		margin-top: 12px;
	}

	.vts-it-hero__grid {
		flex-direction: column;
	}

	.vts-it-hero__form {
		width: 100%;
		margin-top: 20px;
	}

	.vts-it-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.vts-it-incluye {
		grid-template-columns: 1fr;
	}

	.vts-it-box--split {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.vts-it-cards {
		grid-template-columns: 1fr;
	}

	.vts-it-frame__inner {
		border-width: 6px;
	}

	.vts-it-hero {
		padding-top: 90px;
	}

	.vts-it-inversion__top {
		flex-direction: column;
		align-items: flex-start;
	}

	.vts-it-wa-link {
		text-align: left;
	}
}
