/**
 * Autenticidad — campaña Di “No” a la piratería.
 */

body.page-template-template-autenticidad.kc-header-inverse .kc-burger,
body.page-template-template-autenticidad.kc-header-inverse .kc-header:not(.is-scrolled) .kc-nav__list > li:not(.kc-nav-cta) > a {
	color: #fff;
}
body.page-template-template-autenticidad.kc-header-inverse .kc-header:not(.is-scrolled) .kc-nav__list > li:not(.kc-nav-cta) > a::after {
	background: #fff;
}
body.page-template-template-autenticidad.kc-header-inverse .kc-header:not(.is-scrolled) .kc-nav-cta > a {
	color: #fff;
	border-color: rgba(255, 255, 255, .55);
}
body.page-template-template-autenticidad.kc-header-inverse .kc-main {
	padding-top: 0;
}

/* —— Hero —— */
.kc-authpage-hero {
	position: relative;
	isolation: isolate;
	min-height: 100svh;
	color: #fff;
	background: var(--kc-blue);
	overflow: clip;
	display: grid;
}
.kc-authpage-hero__media,
.kc-authpage-hero__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.kc-authpage-hero__media { z-index: 0; }
.kc-authpage-hero__bg-img,
.kc-authpage-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
	transform: scale(1.04);
}
.kc-authpage-hero__veil {
	z-index: 1;
	background:
		linear-gradient(105deg, rgba(1, 7, 97, .94) 0%, rgba(1, 7, 97, .78) 46%, rgba(251, 0, 0, .58) 100%),
		linear-gradient(to top, rgba(0, 4, 56, .5) 0%, transparent 38%);
}
.kc-authpage-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: end;
	padding-block: clamp(6.5rem, 14vw, 9rem) clamp(3rem, 7vw, 5.5rem);
	width: 100%;
}
@media (min-width: 960px) {
	.kc-authpage-hero__inner {
		grid-template-columns: minmax(0, 1.15fr) minmax(12rem, .7fr);
		align-items: center;
		min-height: 100svh;
		padding-block: clamp(7rem, 12vw, 9rem) clamp(4rem, 8vw, 6rem);
	}
}

.kc-authpage-hero__brand {
	margin: 0 0 .85rem;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(1rem, 2vw, 1.25rem);
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--kc-red);
}
.kc-authpage-hero__eyebrow { margin: 0 0 1rem; color: rgba(255, 255, 255, .9); }
.kc-authpage-hero__eyebrow .kc-eyebrow__num { color: #fff; }
.kc-authpage-hero .kc-crumbs,
.kc-authpage-hero .kc-crumbs a { color: rgba(255, 255, 255, .72); }

.kc-authpage-hero__title {
	margin: 0;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(3.1rem, 11vw, 7.25rem);
	line-height: .86;
	text-transform: uppercase;
	max-width: 11ch;
	text-wrap: balance;
}
.kc-authpage-hero__title .kc-line { display: block; }
.kc-authpage-hero__title .kc-line:last-child:not(:first-child) {
	color: #fff;
	-webkit-text-stroke: 0;
}

.kc-authpage-hero__lead {
	margin: 1.25rem 0 0;
	max-width: none;
	font-size: clamp(1.05rem, 1.7vw, 1.2rem);
	line-height: 1.45;
	color: rgba(255, 255, 255, .86);
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	hyphens: none;
	-webkit-hyphens: none;
	overflow-wrap: break-word;
}
.kc-authpage-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin: 1.75rem 0 0;
}
.kc-authpage-hero .kc-btn--ghost {
	--b-fg: #fff;
	--b-bd: rgba(255, 255, 255, .55);
}
.kc-authpage-hero .kc-btn--ghost:hover {
	--b-bg: #fff;
	--b-fg: var(--kc-blue);
	--b-bd: #fff;
}

.kc-authpage-hero__stamp {
	justify-self: center;
	width: min(72vw, 280px);
	color: #fff;
	filter: drop-shadow(0 18px 40px rgba(0, 0, 0, .28));
}
@media (min-width: 960px) {
	.kc-authpage-hero__stamp {
		justify-self: end;
		width: min(100%, 340px);
	}
}
.kc-stamp--hero { width: 100%; height: auto; }
@media (prefers-reduced-motion: no-preference) {
	.kc-stamp--hero { animation: kc-spin 28s linear infinite; }
}

/* —— Manifesto —— */
.kc-authpage-manifesto {
	background: #fff;
	color: var(--kc-ink);
	padding-block: clamp(3.25rem, 7vw, 5.5rem);
}
.kc-authpage-manifesto__grid {
	display: grid;
	gap: clamp(1.5rem, 3.5vw, 2.75rem);
}
@media (min-width: 900px) {
	.kc-authpage-manifesto__grid {
		grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
		align-items: start;
		gap: clamp(2.5rem, 5vw, 5rem);
	}
}
.kc-authpage-manifesto__title {
	margin: 0;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(2.6rem, 7vw, 5rem);
	line-height: .88;
	text-transform: uppercase;
	max-width: 10ch;
}
.kc-authpage-manifesto__title .kc-line { display: block; }
.kc-authpage-manifesto__title .kc-line:last-child:not(:first-child) { color: var(--kc-red); }

.kc-authpage-manifesto__body {
	max-width: none;
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
	line-height: 1.6;
	color: var(--kc-fg-muted);
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	hyphens: none;
	-webkit-hyphens: none;
	overflow-wrap: break-word;
}
.kc-authpage-manifesto__body p { margin: 0; }
.kc-authpage-manifesto__body p + p { margin-top: 1em; }
.kc-authpage-manifesto__quote {
	margin-top: 1.5rem !important;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(1.5rem, 3vw, 2.1rem);
	line-height: 1.05;
	text-transform: uppercase;
	color: var(--kc-red) !important;
	text-align: left;
	hyphens: none;
}

/* —— Pillars —— */
.kc-authpage-pillars {
	padding-block: clamp(3.25rem, 7vw, 5.5rem);
}
.kc-authpage-pillars__head { max-width: 18ch; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.kc-authpage-pillars__title {
	margin: 0;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(2.4rem, 6vw, 4.25rem);
	line-height: .88;
	text-transform: uppercase;
}
.kc-authpage-pillars__title .kc-line { display: block; }
.kc-authpage-pillars__title .kc-line:last-child:not(:first-child) { color: var(--kc-red); }

.kc-authpage-pillars__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0;
	border-top: 1px solid var(--kc-line);
}
.kc-authpage-pillars__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem 1.25rem;
	padding: clamp(1.35rem, 3vw, 1.85rem) 0;
	border-bottom: 1px solid var(--kc-line);
}
@media (min-width: 720px) {
	.kc-authpage-pillars__item { gap: 1.5rem 2rem; align-items: baseline; }
}
.kc-authpage-pillars__num {
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(1.5rem, 3vw, 2rem);
	line-height: 1;
	color: var(--kc-red);
}
.kc-authpage-pillars__item h3 {
	margin: 0 0 .45rem;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	text-transform: uppercase;
	line-height: 1.05;
}
.kc-authpage-pillars__item p {
	margin: 0;
	max-width: 48ch;
	color: var(--kc-fg-muted);
	line-height: 1.55;
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	hyphens: none;
	-webkit-hyphens: none;
	overflow-wrap: break-word;
}

/* —— Proof —— */
.kc-authpage-proof__grid {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
}
@media (min-width: 900px) {
	.kc-authpage-proof__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	}
}
.kc-authpage-proof__shot {
	margin: 0;
	overflow: hidden;
	background: #fff;
	aspect-ratio: 4 / 5;
}
.kc-authpage-proof__img,
.kc-authpage-proof__shot img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kc-authpage-proof__title {
	margin: 0;
	font-family: var(--kc-font-display);
	font-weight: 800;
	font-size: clamp(2.6rem, 7vw, 5rem);
	line-height: .88;
	text-transform: uppercase;
	max-width: 9ch;
}
.kc-authpage-proof__title .kc-line { display: block; }
.kc-authpage-proof__title .kc-line:nth-child(2) { color: var(--kc-red); }
.kc-authpage-proof__text {
	margin: 1.2rem 0 0;
	max-width: none;
	font-size: clamp(1.02rem, 1.5vw, 1.15rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, .82);
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	hyphens: none;
	-webkit-hyphens: none;
	overflow-wrap: break-word;
}
.kc-authpage-proof__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
	margin: 1.75rem 0 0;
}
.kc-authpage-proof .kc-btn--ghost {
	--b-fg: #fff;
	--b-bd: rgba(255, 255, 255, .5);
}
.kc-authpage-proof .kc-btn--ghost:hover {
	--b-bg: #fff;
	--b-fg: var(--kc-blue);
	--b-bd: #fff;
}

/* —— Home teaser polish —— */
.kc-auth.kc-section {
	padding-block: clamp(3.5rem, 8vw, 6.5rem);
	position: relative;
	overflow: hidden;
}
.kc-auth.kc-section::before {
	content: "";
	position: absolute;
	inset: auto -10% -35% auto;
	width: min(55vw, 420px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .14), transparent 68%);
	pointer-events: none;
}
.kc-auth__grid {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
	position: relative;
}
.kc-auth__title {
	font-size: clamp(2.8rem, 8vw, 5.5rem);
	line-height: .88;
	max-width: 10ch;
}
.kc-auth__text {
	margin-top: 1.25rem;
	max-width: none;
	font-size: clamp(1.02rem, 1.5vw, 1.15rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, .9);
	text-align: justify;
	text-align-last: left;
	text-justify: inter-word;
	hyphens: none;
	-webkit-hyphens: none;
	overflow-wrap: break-word;
}
.kc-auth__mark {
	justify-self: center;
	width: min(100%, 260px);
	filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .18));
}
@media (min-width: 1024px) {
	.kc-auth__grid { grid-template-columns: 1.15fr .85fr; }
	.kc-auth__mark { width: min(100%, 300px); justify-self: end; }
}
