/**
 * Portada — dirección “landing pro” (alto contraste, negro, un acento)
 * Astra sigue aportando cabecera; esto es solo el contenido central.
 */
body.ch-landing #content .ast-container,
body.ch-landing #content.site-content .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
body.ch-landing #content,
body.ch-landing .site-content,
body.ch-landing.ch-surface,
body.ch-landing {
	background: #000000 !important;
	color: #fafafa;
}
body.ch-landing .site-header,
body.ch-landing #masthead,
body.ch-landing .main-header-bar-wrap,
body.ch-landing .ast-mobile-header-wrap,
body.ch-landing .site-footer {
	display: none !important;
}
body.ch-landing #content.site-content {
	margin-top: 0 !important;
}

.ch-home {
	--ch-text: #ffffff;
	--ch-muted: #aeb4c2;
	--ch-line: rgba(255, 255, 255, 0.1);
	--ch-surface: #10121a;
	--ch-blue: #2d6df6;
	--ch-blue-hover: #4c7ff7;
	--ch-r: 14px;
}

.ch-home__wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1080px;
	padding: 0 1.5rem;
}

.ch-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	background: linear-gradient(135deg, rgba(45, 109, 246, 0.92), rgba(61, 88, 201, 0.92));
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 10px 35px rgba(15, 33, 90, 0.28);
}
.ch-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 74px;
}
.ch-nav__brand {
	font-family: Inter, system-ui, sans-serif;
	font-size: 1.08rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1;
}
.ch-nav__brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
}
.ch-nav__brand .custom-logo {
	display: block;
	max-height: 38px;
	width: auto;
}
.ch-nav__brand > a {
	color: #fff !important;
	text-decoration: none;
}
.ch-nav__menu {
	display: flex;
	align-items: center;
	gap: 1.1rem;
}
.ch-nav__menu a {
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.92rem;
	color: #eaf0ff !important;
	text-decoration: none;
	opacity: 0.92;
}
.ch-nav__menu a:hover {
	color: #fff !important;
	opacity: 1;
}
.ch-nav__cta {
	padding: 0.6rem 1rem;
	font-size: 0.86rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18) !important;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: none;
}
@media (max-width: 680px) {
	.ch-nav__menu a:not(.ch-nav__cta) { display: none; }
}

/* Hero */
.ch-hero {
	position: relative;
	text-align: center;
	padding: clamp(1.9rem, 4.2vw, 3rem) 1.25rem clamp(2.3rem, 3.6vw, 3rem);
	overflow: hidden;
	background: #000;
}
.ch-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(255, 255, 255, 0.04) 79px, rgba(255, 255, 255, 0.04) 80px);
	pointer-events: none;
}
.ch-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 55% at 50% -5%, rgba(45, 109, 246, 0.14), transparent 55%);
	pointer-events: none;
}
.ch-hero .ch-home__wrap {
	position: relative;
	z-index: 1;
}
.ch-hero h1 {
	margin: 0 auto 1.2rem;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	font-size: clamp(2.15rem, 1rem + 4.8vw, 4.35rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.05em;
	color: #fff;
	max-width: 15ch;
	text-wrap: balance;
}
.ch-hero p.lead {
	margin: 0 auto 1.6rem;
	max-width: 41rem;
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--ch-muted);
	font-weight: 400;
}
@media (max-width: 768px) {
	.ch-hero {
		padding-top: 1.35rem;
		padding-bottom: 2rem;
	}
	.ch-hero h1 {
		font-size: clamp(1.95rem, 7vw, 2.6rem);
	}
}
.ch-hero__label {
	margin: 0 auto 0.9rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #71717a;
}
.ch-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: center;
}

.ch-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.82rem 1.45rem;
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	border: 0;
	transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ch-btn--primary {
	background: var(--ch-blue) !important;
	color: #fff !important;
	box-shadow: 0 12px 30px rgba(45, 109, 246, 0.35);
}
.ch-btn--primary:hover,
.ch-btn--primary:focus {
	background: var(--ch-blue-hover) !important;
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(45, 109, 246, 0.42);
}
.ch-btn--ghost {
	background: transparent !important;
	color: #e4e4e7 !important;
	border: 1px solid var(--ch-line) !important;
}
.ch-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.06) !important;
}

/* Tres columnas — más mínimo */
.ch-bento {
	padding: 2rem 0 1.5rem;
	background: #000;
}
.ch-bento h2,
.ch-cta h2 {
	font-family: Inter, system-ui, sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #71717a;
	margin: 0 0 1.5rem;
	text-align: center;
}
.ch-bento h2#ch-ventajas { font-size: 0.7rem; }
.ch-bento .ch-grid-3 h3 {
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}
.ch-grid-3 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
}
@media (min-width: 700px) {
	.ch-grid-3 {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
}
.ch-card {
	background: linear-gradient(180deg, #10121a, #0c0e15);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	padding: 1.45rem 1.25rem;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ch-card:hover {
	transform: translateY(-3px);
	border-color: rgba(45, 109, 246, 0.45);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}
.ch-card h3 {
	margin: 0 0 0.4rem;
	font-family: Inter, system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #f4f4f5;
}
.ch-card p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: #a1a1aa;
}

.ch-cta {
	padding: 0 0 3.5rem;
	background: #000;
}
.ch-cta__box {
	background: linear-gradient(180deg, #11131b, #0d0f16);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	padding: 2.5rem 1.7rem;
	text-align: center;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.ch-cta h2#ch-cta-tit {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
	letter-spacing: -0.03em;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
.ch-cta .ch-hero__actions {
	margin-top: 1.25rem;
	justify-content: center;
}
.ch-cta p {
	color: #a1a1aa;
	font-size: 0.9375rem;
	line-height: 1.55;
}
