/* =========================================================
   HOME · NUEVA MAQUETA A / B / C
   ========================================================= */

.peuca-home__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 1fr);
	gap: 24px;
	align-items: start;
}

.peuca-home__hero-left {
	display: block;
}

.peuca-home__hero-panel {
	background: #f7f8fb;
	border: 1px solid #dbe2eb;
	border-radius: 24px;
	padding: 22px 22px 24px;
}

.peuca-home__pill-label {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 16px;
	margin: 0 0 18px;
	border-radius: 999px;
	border: 1px solid #bcd0ea;
	background: #eef4fb;
	font-size: 0.95rem;
	font-weight: 800;
	color: #174a8b;
}

.peuca-home__title {
	margin: 0 0 14px;
	font-size: clamp(2.2rem, 4vw, 3.8rem);
	line-height: 1.02;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #0b1630;
	max-width: none;
}

.peuca-home__lead {
	margin: 0 0 18px;
	max-width: none;
	font-size: 1.02rem;
	line-height: 1.6;
	color: #4f6281;
}

.peuca-home__section-title {
	margin: 0 0 14px;
	font-size: 1.15rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #556a8f;
}

.peuca-home__access-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.peuca-home__access-block {
	background: #f3f4f6;
	border: 1px solid #dbe2eb;
	border-radius: 18px;
	padding: 16px;
}

.peuca-home__access-block h3 {
	margin: 0 0 12px;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0d1b4c;
}

.peuca-home__chips {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.peuca-home__chip {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
	max-width: 100%;
	padding: 12px 16px;
	border-radius: 999px;
	border: 1px solid #d3dbe7;
	background: #f7f8fb;
	text-decoration: none;
	font-size: 0.96rem;
	font-weight: 800;
	color: #0b1630;
}

.peuca-home__chip-dot {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-radius: 999px;
	background: #1f5aa6;
}

.peuca-home__chip--warn .peuca-home__chip-dot {
	background: #f2a100;
}

.peuca-home__chip--alt .peuca-home__chip-dot {
	background: #41d3cc;
}

.peuca-home__sidebox {
	min-height: 100%;
	border-radius: 24px;
	padding: 18px;
	background: linear-gradient(135deg, #dff7ff 0%, #efe6c9 100%);
	border: 1px solid #dbe2eb;
}

.peuca-home__sidebox h2 {
	margin: 0 0 14px;
	font-size: 1.2rem;
	font-weight: 900;
	color: #0b1630;
}

.peuca-home__sidebox > p {
	display: none;
}

.peuca-home__side-news {
	display: grid;
	gap: 10px;
}

.peuca-home__side-news-card {
	background: rgba(255,255,255,0.58);
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 14px;
	padding: 12px;
	backdrop-filter: blur(6px);
}

.peuca-home__side-news-card h3 {
	margin: 6px 0 6px;
	font-size: 0.95rem;
	line-height: 1.15;
	color: #0d1b4c;
}

.peuca-home__side-news-card p {
	margin: 0 0 8px;
	font-size: 0.88rem;
	line-height: 1.45;
	color: #50607a;
}

.peuca-home__side-news-card .peuca-home__link {
	font-size: 0.86rem;
}

.peuca-home__featured {
	padding: 18px 0 24px;
}

.peuca-home__featured-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	padding-top: 16px;
	border-top: 1px solid #dbe2eb;
	margin-bottom: 18px;
}

.peuca-home__featured-head h2 {
	margin: 0 0 8px;
	font-size: 2rem;
	font-weight: 900;
	color: #0b1630;
}

.peuca-home__featured-head p {
	margin: 0;
	font-size: 1rem;
	color: #5d6f8b;
}

.peuca-home__featured-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid #c6d3e5;
	background: #fff;
	text-decoration: none;
	font-weight: 800;
	color: #174a8b;
}

.peuca-home__featured-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.peuca-home__featured-card {
	background: #f7f8fb;
	border: 1px solid #dbe2eb;
	border-radius: 20px;
	padding: 20px;
}

.peuca-home__featured-card h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 900;
	color: #0b1630;
}

.peuca-home__featured-card p {
	margin: 0 0 16px;
	line-height: 1.6;
	color: #5a6d89;
}

.peuca-home__featured-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.peuca-home__separator {
	margin: 22px 0 0;
	border: 0;
	border-top: 1px solid #dbe2eb;
}

/* CONTACTO HOME */

.peuca-home__contact {
	padding-top: 1rem;
}

.peuca-home__contact-box {
	display: grid;
	grid-template-columns: 1.7fr 1.3fr;
	gap: 28px;
	padding: 34px;
	background: #fff;
	border: 2px solid #2dc7df;
	border-radius: 28px;
}

.peuca-home__contact-intro h2 {
	margin: 0 0 10px;
	color: #0d1b4c;
	font-size: clamp(1.8rem, 2vw, 2.4rem);
	line-height: 1.1;
}

.peuca-home__contact-intro p {
	color: #6e7a90;
	line-height: 1.65;
	margin: 0;
}

.peuca-home__contact-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}