/*
Theme Name: CENOP Child
Theme URI: https://www.3c-opositores.com/
Description: Tema hijo de Twenty Twenty-Five para CENOP — 3c-opositores. Diseño a medida para academia de preparación de oposiciones de Interventores y Auditores del Estado, Seguridad Social y Técnicos de Auditoría.
Author: CENOP
Template: twentytwentyfive
Version: 1.0.0
Text Domain: cenop-child
*/

:root {
	--cenop-font-heading: "Montserrat", system-ui, -apple-system, sans-serif;
	--cenop-font-body: "Open Sans", system-ui, -apple-system, sans-serif;
}

body {
	font-family: var(--cenop-font-body);
	font-size: 17px;
	line-height: 1.65;
	color: #1a2540;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading {
	font-family: var(--cenop-font-heading);
	font-weight: 700;
	letter-spacing: -0.01em;
	color: #0b1a3a;
}

.cenop-hero {
	padding: clamp(3rem, 8vw, 7rem) 1.5rem;
	background: linear-gradient(135deg, #0b1a3a 0%, #1a3566 60%, #24488a 100%);
	color: #ffffff;
	text-align: center;
}

.cenop-hero h1 {
	color: #ffffff;
	font-size: clamp(2rem, 5vw, 3.75rem);
	max-width: 22ch;
	margin: 0 auto 1.25rem;
}

.cenop-hero p.lead {
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	max-width: 60ch;
	margin: 0 auto 2rem;
	opacity: 0.92;
}

.cenop-btn {
	display: inline-block;
	padding: 0.9rem 1.8rem;
	border-radius: 4px;
	font-weight: 600;
	font-family: var(--cenop-font-heading);
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cenop-btn-primary {
	background: #c9a227;
	color: #0b1a3a;
}

.cenop-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35);
}

.cenop-btn-outline {
	border: 2px solid #ffffff;
	color: #ffffff;
	background: transparent;
}

.cenop-btn-outline:hover {
	background: #ffffff;
	color: #0b1a3a;
}

.cenop-card {
	background: #ffffff;
	border: 1px solid #e6e9f0;
	border-radius: 10px;
	padding: 2rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cenop-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(11, 26, 58, 0.12);
}

.cenop-card h3 {
	margin-top: 0;
	font-size: 1.35rem;
}

.cenop-section {
	padding: clamp(3rem, 6vw, 5.5rem) 1.5rem;
}

.cenop-section--muted {
	background: #f6f8fc;
}

.cenop-eyebrow {
	display: inline-block;
	font-family: var(--cenop-font-heading);
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #c9a227;
	margin-bottom: 0.75rem;
}
