@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlEA.woff2") format("woff2");
}

:root {
	--background: oklch(99% .005 250);
	--foreground: oklch(18% .04 260);
	--card: oklch(100% 0 0);
	--primary: oklch(42% .21 260);
	--primary-foreground: oklch(99% 0 0);
	--primary-deep: oklch(28% .18 263);
	--secondary: oklch(96% .015 250);
	--muted: oklch(96% .01 250);
	--muted-foreground: oklch(48% .03 258);
	--accent: oklch(94% .04 255);
	--gold: oklch(78% .16 70);
	--gold-foreground: oklch(22% .05 260);
	--border: oklch(90% .02 255);
	--input: oklch(92% .02 255);
    --gradient-hero: linear-gradient(135deg, oklch(28% .18 263) 0%, oklch(42% .21 260) 55%, oklch(55% .2 255) 100%);
	--gradient-gold: linear-gradient(135deg, oklch(82% .15 75), oklch(72% .18 55));
	--gradient-blue: linear-gradient(135deg, oklch(28% .18 263), oklch(42% .21 260));
	--gradient-soft: linear-gradient(180deg, oklch(99% .005 250), oklch(96% .02 255));
	--shadow-elegant: 0 30px 60px -25px color-mix(in oklab, var(--primary) 45%, transparent);
	--shadow-gold: 0 20px 45px -20px color-mix(in oklab, var(--gold) 60%, transparent);
	--prm-blue: var(--primary);
	--prm-blue-deep: var(--primary-deep);
	--prm-blue-dark: var(--primary-deep);
	--prm-green: oklch(55% .2 255);
	--prm-gold: var(--gold);
	--prm-ink: var(--foreground);
	--prm-muted: var(--muted-foreground);
	--prm-border: var(--border);
	--prm-soft: var(--muted);
	--prm-white: var(--card);
	--prm-radius: .875rem;
	--prm-shadow: var(--shadow-elegant);
	--prm-container: 72%;
	--prm-container-header-footer:84%;
	--prm-container-header-footer-mobile:95%;
	--prm-container-mobile: 88%;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--background);
	color: var(--prm-ink);
	font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--prm-blue);
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid color-mix(in oklab, var(--primary) 55%, transparent);
	outline-offset: 3px;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 14px;
	background: var(--prm-blue-dark);
	color: var(--prm-white);
	z-index: 9999;
}

.prm-container-header-footer {
	width: var(--prm-container-header-footer);
	margin-inline: auto;
}

.prm-container {
	width: var(--prm-container);
	margin-inline: auto;
}

.home .prm-container {
	width: var(--prm-container-header-footer);
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(4px);
	border-bottom: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 96px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	min-width: 242px;
}

.site-brand__logo {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.footer-brand__logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.site-brand__text,
.footer-brand span {
	display: grid;
	line-height: 1.1;
	white-space: nowrap;
}

.site-brand__eyebrow,
.footer-brand__eyebrow,
.section-eyebrow {
	color: var(--gold);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.site-brand__text .site-brand__eyebrow{
	font-weight: 500;
	color:var(--primary);
	letter-spacing: 0.18em;
}
 
.page-hero p.section-eyebrow {
	color: var(--gold);
}

.site-brand__name,
.footer-brand__name {
	color: var(--prm-blue-deep);
	font-size: 1rem;
	font-weight: 800;
}
.footer-brand__name {
    color: oklch(1 0 0);
}

.primary-navigation__list,
.mobile-navigation__list,
.header-actions__menu,
.site-footer ul {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.primary-navigation__list {
	justify-content: center;
	gap: 2px;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 10px;
	border-radius: 999px;
	color: rgba(16, 32, 51, 0.82);
	font-size: 0.9125rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a,
.primary-navigation li.active > a,
.primary-navigation a.active,
.primary-navigation a[aria-current="page"],
.primary-navigation a:hover {
	background: var(--accent);
	color: var(--prm-blue);
}

.header-actions,
.header-actions__menu {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 8px;
}

.header-actions__menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 13px;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 700;
	white-space: nowrap;
}

.header-actions__menu li:first-child a {
	border: 2px solid var(--prm-blue);
	color: var(--prm-blue);
}

.header-actions__menu li:last-child a {
	background: var(--gradient-gold);
	color: var(--gold-foreground);
	box-shadow: var(--shadow-gold);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	line-height: 1;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button--sm {
	min-height: 36px;
	padding: 7px 13px;
	font-size: 0.8125rem;
}

.button--lg {
	min-height: 52px;
	padding: 14px 22px;
}

.button--primary {
	background: var(--prm-blue);
	color: var(--prm-white);
}

.button--primary:hover {
	background: var(--prm-blue-deep);
	color: var(--prm-white);
}

.button--accent {
	background: var(--gradient-gold);
	color: var(--gold-foreground);
	box-shadow: var(--shadow-gold);
}

.button--accent:hover {
	background: var(--gradient-gold);
	color: var(--gold-foreground);
}

.button--outline {
	border-width: 2px;
	border-color: var(--prm-blue);
	color: var(--prm-blue);
	background: transparent;
}

.button--outline:hover {
	background: var(--prm-blue);
	color: var(--prm-white);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.09);
	color: var(--prm-white);
}

.button--ghost:hover {
	background: rgba(255, 255, 255, 0.18);
	color: var(--prm-white);
}

.prm-icon {
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 auto;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--prm-border);
	border-radius: 8px;
	background: var(--prm-white);
	color: var(--prm-blue);
}

.menu-toggle__icon {
	width: 24px;
	height: 24px;
}

.menu-toggle__icon--close,
.menu-toggle[aria-expanded="true"] .menu-toggle__icon--open {
	display: none;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon--close {
	display: block;
}

.mobile-navigation {
	border-top: 1px solid var(--prm-border);
	background: var(--prm-white);
	transition: height 240ms ease, opacity 200ms ease;
	padding: 0px 14px;
}

.mobile-navigation__list {
	display: grid;
	gap: 4px;
	padding: 16px 0;
}

.mobile-navigation__list a {
	display: block;
	padding: 12px 0;
	font-weight: 800;
}

.mobile-navigation__list .current-menu-item > a,
.mobile-navigation__list .current-menu-ancestor > a,
.mobile-navigation__list li.active > a,
.mobile-navigation__list a.active,
.mobile-navigation__list a[aria-current="page"],
.mobile-navigation__list a:hover {
	color: var(--prm-blue);
}

.mobile-navigation__actions {
	display: grid;
	gap: 10px;
	padding: 0 0 18px;
}

.home-hero {
	position: relative;
	overflow: hidden;
	background: var(--gradient-hero);
	color: var(--prm-white);
}

.home-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
	mix-blend-mode: overlay;
}

.home-hero::before,
.home-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(64px);
	pointer-events: none;
}

.home-hero::before {
	top: -128px;
	right: -128px;
	width: 480px;
	height: 480px;
	background: color-mix(in oklab, var(--gold) 30%, transparent);
}

.home-hero::after {
	left: -128px;
	bottom: -128px;
	width: 420px;
	height: 420px;
	background: color-mix(in oklab, var(--primary) 40%, transparent);
}

.home-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 48px;
	align-items: center;
	padding-top: 108px;
	padding-bottom: 160px;
	z-index: 2;
}

.home-hero__content {
	grid-column: span 7 / span 7;
}

.home-hero h1,
.page-hero h1 {
	margin: 18px 0 0;
	max-width: 820px;
	font-size: 4.5rem;
	line-height: 1.05;
	letter-spacing: 0;
	font-weight: 800;
}

.home-hero h1 span {
	color: var(--gold);
}

.home-hero__description,
.page-hero p {
	max-width: 700px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.18rem;
}

.home-hero__eyebrow {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--prm-white);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.home-hero__eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 0 color-mix(in oklab, var(--gold) 55%, transparent);
	animation: pulse-dot 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.home-hero__symbol {
	position: relative;
	grid-column: span 5 / span 5;
	display: grid;
	place-items: center;
	width: min(100%, 28rem);
	aspect-ratio: 1 / 1;
	margin-inline: auto;
	animation: prm-float 6s ease-in-out infinite;
}

.home-hero__symbol-glow {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: color-mix(in oklab, var(--gold) 20%, transparent);
	filter: blur(64px);
}

.home-hero__logo-orb {
	position: relative;
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(14px);
	padding: 40px;
	box-shadow: var(--shadow-elegant);
}

.home-hero__logo-orb img {
	width: min(100%, 320px);
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
}

.home-hero__metric {
	position: absolute;
	width: max-content;
	max-width: 190px;
	padding: 12px 16px;
	border-radius: 1rem;
	box-shadow: var(--shadow-elegant);
	z-index: 3;
}

.home-hero__metric--top {
	top: -24px;
	right: -16px;
	rotate: 6deg;
	background: rgba(255, 255, 255, 0.95);
	color: var(--foreground);
}

.home-hero__metric--bottom {
	left: -16px;
	bottom: -16px;
	rotate: -6deg;
	background: var(--gradient-gold);
	color: var(--gold-foreground);
	box-shadow: var(--shadow-gold);
}

.home-hero__metric span {
	display: block;
	font-size: 0.72rem;
	font-weight: 500;
	text-transform: uppercase;
}

.home-hero__metric strong {
	display: block;
	font-size: 1.5rem;
	line-height: 1.1;
	color: var(--primary);
}

.home-hero__metric--bottom strong {
	color: var(--gold-foreground);
}

.home-hero__wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 64px;
	color: var(--background);
	z-index: 2;
}

@keyframes prm-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-12px);
	}
}

@keyframes pulse-dot {
	50% {
		opacity: .55;
	}
}

.section {
	padding-block: 70px;
}

.home .section {
	padding-block: 112px;
}
 
.home .section--stats {
	padding-top: 0; 
	padding-bottom: 0;
}

.section--pillars{
	background: #F9FCFF;
    background: linear-gradient(0deg, rgb(255 255 255) 30%, rgb(248 251 255) 83%);
}

section.section.home-participation {
    background: linear-gradient(0deg, rgb(255 255 255) 30%, rgb(248 251 255) 83%);
}

.section--soft {
	background: var(--gradient-soft);
}

.section--stats .prm-container {
	margin-top: -64px;
	position: relative;
	z-index: 3;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
	border: 1px solid var(--prm-border);
	border-radius: 1.5rem;
	background: var(--prm-border);
	box-shadow: var(--shadow-elegant);
	gap: 1px;
}

.stat-card {
	min-height: 150px;
	padding: 32px 20px;
	background: var(--prm-white);
	text-align: center;
}

.stat-card strong {
	display: block;
	color: var(--prm-blue);
	font-size: 3rem;
	line-height: 1;
	font-weight: 800;
}

.stat-card span {
	display: block;
	margin-top: 10px;
	color: var(--prm-muted);
	font-weight: 750;
}

.stat-card p {
	margin: 8px 0 0;
	color: var(--prm-muted);
	font-size: 0.9rem;
}

.section-heading {
	max-width: 720px;
	margin-bottom: 32px;
}

.section-heading h2,
.participation-band h2,
.cta-band h2,
.benefit-list h2,
.contact-panel h2 {
	margin: 10px 0 0;
	color: var(--prm-blue-deep);
	font-size: 2.2rem;
	line-height: 1.14;
	letter-spacing: 0;
	font-weight: 800;
}

.section-heading p:not(.section-eyebrow),
.participation-band p,
.cta-band p {
	color: var(--prm-muted);
}

.section-heading--row {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.pillars-layout {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 48px;
}

.section-heading--sticky {
	position: sticky;
	top: 120px;
	grid-column: span 4 / span 4;
	align-self: start;
}

.pillar-grid,
.proposal-grid,
.card-grid {
	display: grid;
	gap: 20px;
}

.pillar-grid {
	grid-column: span 8 / span 8;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proposal-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.card-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.prm-card,
.document-card,
.leader-mini-card,
.event-row,
.contact-panel,
.profile-card,
.event-detail__summary {
	border: 1px solid var(--prm-border);
	border-radius: 1rem;
	background: var(--prm-white);
	box-shadow: 0 10px 26px rgba(7, 52, 108, 0.06);
}

.feature-card,
.prm-card__body,
.document-card,
.leader-mini-card__link,
.event-row__link,
.contact-panel,
.profile-card,
.event-detail__summary {
	padding: 28px;
}

.feature-card:hover,
.prm-card:hover,
.document-card:hover,
.leader-mini-card:hover,
.event-row:hover {
	border-color: color-mix(in oklab, var(--primary) 40%, transparent);
	box-shadow: var(--shadow-elegant);
}

.feature-card__link,
.prm-card__link,
.leader-mini-card__link,
.event-row__link {
	display: block;
	height: 100%;
}

.post-type-archive-evento .prm-card__link
{	
	display: flex;
}

.feature-card__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 18px;
	border-radius: .75rem;
	background: var(--gradient-hero);
	color: var(--primary-foreground);
	transition: transform 160ms ease;
}

.feature-card:hover .feature-card__icon {
	transform: scale(1.1);
}

.proposal-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 56px;
	margin-bottom: 24px;
}

.proposal-card .proposal-card__icon {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	margin-bottom: 0;
	border-radius: 1rem;
	background: var(--gradient-gold);
	color: var(--gold-foreground);
	box-shadow: var(--shadow-gold);
}

.home .proposal-card .proposal-card__icon {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	margin-bottom: 0;
	border-radius: 1rem;
	background: var(--gradient-hero);
	color: var(--prm-white);
	box-shadow: var(--shadow-gold);
}

.proposal-card__icon .prm-icon {
	width: 28px;
	height: 28px;
	stroke-width: 2.25;
}

.proposal-card:hover .proposal-card__icon {
	transform: translateY(-2px) scale(1.04);
}

.proposal-card__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.proposal-card__badges .badge {
	min-height: 26px;
	margin-bottom: 0;
	padding: 4px 9px;
	background: var(--accent);
	color: var(--prm-blue-deep);
	font-size: 0.74rem;
	line-height: 1;
}

.proposal-grid .proposal-card {
	min-height: 318px;
	padding: 40px;
	border-radius: 1.45rem;
	box-shadow: none;
}

.proposal-grid .proposal-card__header {
	margin-bottom: 28px;
}

.proposal-grid .proposal-card h3 {
	font-size: 1.45rem;
	line-height: 1.18;
}

.proposal-grid .proposal-card p {
	margin-top: 18px;
	font-size: 1.02rem;
	line-height: 1.7;
}

.feature-card h3,
.prm-card h3,
.document-card h3,
.leader-mini-card h3,
.event-row h3 {
	margin: 0;
	color: var(--prm-blue-deep);
	font-size: 1.15rem;
	line-height: 1.25;
}

.feature-card p,
.prm-card p,
.document-card p,
.leader-mini-card p,
.event-row p {
	margin: 10px 0 0;
	color: var(--prm-muted);
}

.prm-card {
	overflow: hidden;
}

.prm-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	background: var(--gradient-hero);
}

.prm-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prm-card__image--placeholder {
	background:
		radial-gradient(circle at 35% 55%, color-mix(in oklab, var(--gold) 55%, transparent), transparent 46%),
		var(--gradient-hero);
}

.prm-card time {
	display: block;
	margin-bottom: 8px;
	color: var(--prm-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

.prm-card--news {
	position: relative;
	border-radius: 1.35rem;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.prm-card--news:hover {
	transform: translateY(-2px);
	border-color: color-mix(in oklab, var(--primary) 34%, var(--border));
	box-shadow: var(--shadow-elegant);
}

.prm-card--news .prm-card__media {
	aspect-ratio: 16 / 9;
}

.news-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
}

.news-card__overlay:focus-visible {
	outline: 3px solid var(--primary);
	outline-offset: -3px;
}

.news-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
}

.news-card__meta time {
	margin: 0;
	color: var(--muted-foreground);
	font-size: 0.92rem;
	font-weight: 600;
}

.news-card__category {
	position: relative;
	z-index: 3;
	min-height: 30px;
	margin: 0;
	padding-inline: 14px;
}

.prm-card--news h3 {
	color: var(--primary-deep);
	font-size: 1.35rem;
	line-height: 1.32;
}

.prm-card--news:hover h3 {
	color: var(--primary);
}

.prm-card--news p {
	margin-top: 16px;
	line-height: 1.7;
}

.news-card__read-more {
	pointer-events: none;
}

.news-card__read-more .prm-icon {
	width: 18px;
	height: 18px;
	transition: transform 160ms ease;
}

.prm-card--news:hover .news-card__read-more .prm-icon {
	transform: translateX(4px);
}

.badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--prm-blue);
	font-size: 0.78rem;
	font-weight: 500;
}

.prm-card__media .badge {
	position: absolute;
	left: 14px;
	bottom: 14px;
}

.badge--muted {
	margin-bottom: 10px;
	background: var(--accent);
	color: var(--prm-blue-deep);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: var(--prm-blue);
	font-weight: 500;
}

.text-link:hover {
	gap: 12px;
	color: var(--prm-blue-deep);
}

.participation-band,
.cta-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
	gap: 12px;
	align-items: center;
	overflow: hidden;
	border-radius: 1.5rem;
	background: var(--gradient-hero);
	color: var(--prm-white);
	padding: 64px;
	box-shadow: var(--shadow-elegant);
	position: relative;
}

.section--proposal-cta .cta-band {
	grid-template-columns: 1fr;
    max-width: 974px;
    margin-inline: auto;
    padding: 55px;
    border-radius: 1.6rem;
    padding-top: 45px;
	background: var(--gradient-hero);
	box-shadow: 0 28px 70px -42px rgba(7, 18, 127, 0.8);
}

.section--proposal-cta .cta-band > div {
	max-width: 680px;
}

.section--proposal-cta .cta-band .button {
	justify-self: start;
	margin-top: 6px;
}

.section--proposal-cta .cta-band::before {
	display: none;
}

.participation-band::before,
.cta-band::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: color-mix(in oklab, var(--gold) 30%, transparent);
	filter: blur(64px);
	pointer-events: none;
}

.participation-band h2,
.participation-band p,
.cta-band h2,
.cta-band p {
	color: var(--prm-white);
}

.participation-band__content,
.participation-band__visual,
.cta-band > * {
	position: relative;
	z-index: 1;
}

.participation-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.participation-band__visual img,
.participation-band__placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 1rem;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), color-mix(in oklab, var(--gold) 30%, transparent));
	box-shadow: var(--shadow-elegant);
}

.section--split {
	margin-top: 0;
	padding-block: 96px 86px;
	background: var(--gradient-soft);
}

.home-split {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1fr);
	gap: 46px;
}

.home-panel {
	min-width: 0;
}

.section--split .section-heading {
	margin-bottom: 30px;
}

.section--split .section-eyebrow {
	color: var(--gold);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.28em;
}

.section--split .section-heading h2 {
	margin-top: 8px;
	color: var(--primary-deep);
	font-size: 2.55rem;
	line-height: 1.05;
	font-weight: 800;
}

.event-list,
.leadership-mini-grid {
	display: grid;
	gap: 16px;
}

.leadership-mini-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.leadership-mini-grid--wide {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event-row__link {
	display: flex;
	align-items: center;
	gap: 16px;
}

.section--split .event-row {
	min-height: 106px;
	border-color: color-mix(in oklab, var(--border) 86%, var(--primary) 14%);
	border-radius: 1.45rem;
	background: var(--card);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.section--split .event-row:hover {
	border-color: color-mix(in oklab, var(--primary) 28%, var(--border));
	box-shadow: 0 20px 35px rgba(7, 52, 108, 0.06);
}

.section--split .event-row__link {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
}

.section--split .event-row h3 {
	color: var(--primary-deep);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
}

.section--split .event-row p {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	color: var(--muted-foreground);
	font-size: 0.95rem;
	line-height: 1.2;
}

.section--split .event-row p .prm-icon {
	width: 15px;
	height: 15px;
	color: var(--muted-foreground);
}

.event-date {
	display: grid;
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	place-items: center;
	padding: 8px;
	border-radius: .75rem;
	background: var(--gradient-hero);
	color: var(--prm-white);
	line-height: 1;
    margin: 25px;
    margin-right: 0px;
}

.section--split .event-date {
	width: 64px;
	height: 64px;
	flex-basis: 64px;
	border-radius: 1rem;
	background: var(--primary);
	grid-template-rows: 1fr auto;
	padding: 8px;
}

.event-date strong {
	font-size: 2rem;
}

.section--split .event-date strong {
	align-self: end;
	font-size: 1.32rem;
	font-weight: 800;
	line-height: 1;
}

.event-date span {
	color: var(--gold);
	font-size: 0.75rem;
	font-weight: 850;
	text-transform: uppercase;
}

.section--split .event-date span {
	align-self: end;
	font-size: 0.69rem;
	font-weight: 800;
	letter-spacing: 0;
}

.event-date--large {
	width: 92px;
	height: 92px;
	margin-bottom: 22px;
}

.single-evento .event-date--large{
	margin:0px;
}

.agenda-events-section {
	background: var(--background);
}

.agenda-heading {
	max-width: none;
	margin-bottom: 42px;
}

.agenda-heading .button {
	flex: 0 0 auto;
	padding-inline: 28px;
}

.agenda-grid {
	gap: 28px;
}

.agenda-grid .prm-card--event {
	border-radius: 1.35rem;
	overflow: hidden;
	box-shadow: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.agenda-grid .prm-card--event:hover {
	transform: translateY(-2px);
	border-color: color-mix(in oklab, var(--primary) 34%, var(--border));
	box-shadow: var(--shadow-elegant);
}

.prm-card--event .prm-card__link {
	display: flex;
	align-items: stretch;
	gap: 24px;
	padding: 28px;
}

.prm-card--event .prm-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0;
}

.prm-card--event .event-date {
	width: 80px;
	min-height: 65px;
	flex: 0 0 80px;
	grid-template-rows: 1fr auto;
	margin: 0;
	padding: 8px;
	border-radius: 1rem;
	background: var(--gradient-hero);
}

.prm-card--event .event-date strong {
	align-self: end;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.prm-card--event .event-date span {
	align-self: start;
	margin-top: 5px;
	color: var(--gold);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.event-card__tag {
	margin-bottom: 14px;
	background: var(--accent);
	color: var(--prm-blue);
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.prm-card--event h3 {
	color: var(--primary-deep);
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.2;
}

.event-card__excerpt {
	max-width: 540px;
	margin-top: 12px;
	color: var(--muted-foreground);
	line-height: 1.65;
}

.event-card__meta {
	display: grid;
	gap: 8px;
	margin-top: 18px;
	color: color-mix(in oklab, var(--foreground) 74%, var(--muted-foreground));
	font-size: 0.92rem;
}

.event-card__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.event-card__meta .prm-icon {
	width: 17px;
	height: 17px;
	color: var(--primary);
}

.agenda-sync-section {
	background: var(--gradient-soft);
}

.agenda-sync {
	max-width: 900px;
	margin-inline: auto;
	text-align: center;
}

.agenda-sync__icon {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	margin: 0 auto 18px;
	color: var(--primary);
}

.agenda-sync__icon .prm-icon {
	width: 46px;
	height: 46px;
	stroke-width: 2.4;
}

.agenda-sync h2 {
	margin: 0;
	color: var(--primary-deep);
	font-size: 2.45rem;
	line-height: 1.12;
	font-weight: 800;
}

.agenda-sync p {
	max-width: 860px;
	margin: 20px auto 0;
	color: var(--muted-foreground);
	font-size: 1.08rem;
	line-height: 1.7;
}

.agenda-sync .button {
	margin-top: 28px;
	padding-inline: 28px;
}

.leader-avatar {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	flex: 0 0 58px;
	overflow: hidden;
	border-radius: 50%;
	background: var(--gradient-hero);
	color: var(--prm-white);
	font-weight: 850;
}

ul.transparency-normative__list .prm-icon {
    margin-top: 5px;
}

.leader-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leader-mini-card__link,
.prm-card--leader .prm-card__link {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

section.section.section--cta.section--proposal-cta {
    padding-top: 20px;
    padding-bottom: 115px;
}

.section--split .leader-mini-card {
	min-height: 146px;
	border-color: color-mix(in oklab, var(--border) 86%, var(--primary) 14%);
	border-radius: 1.25rem;
	background: linear-gradient(180deg, oklch(99% .005 250), oklch(96% .02 255));
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.section--split .leader-mini-card:hover {
	border-color: color-mix(in oklab, var(--primary) 28%, var(--border));
	box-shadow: 0 15px 30px rgba(7, 52, 108, 0.06);
}

.section--split .leader-mini-card__link {
	display: grid;
	align-content: start;
	gap: 16px;
	height: 100%;
	padding: 22px;
}

.section--split .leader-avatar {
	width: 48px;
	height: 48px;
	flex-basis: 48px;
	background: var(--primary);
	font-size: 0.9rem;
	font-weight: 800;
}

.section--split .leader-mini-card h3 {
	color: var(--primary-deep);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
}

.section--split .leader-mini-card p {
	margin-top: 6px;
	color: var(--muted-foreground);
	font-size: 0.84rem;
	line-height: 1.25;
}

.section--split .text-link {
	margin-top: 28px;
	color: var(--primary);
	font-size: 1rem;
	font-weight: 800;
}

.section--split .text-link .prm-icon:first-child {
	width: 18px;
	height: 18px;
}

.filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 28px;
}

.filter-bar a,
.filter-bar button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid var(--prm-border);
	border-radius: 999px;
	background: var(--prm-white);
	color: var(--prm-blue-deep);
	font-size: 0.9rem;
	font-family: inherit;
	font-weight: 500;
	cursor: pointer;
}

.filter-bar a:hover,
.filter-bar button:hover,
.filter-bar button:focus-visible,
.filter-bar a.is-active,
.filter-bar button.is-active {
	background: var(--prm-blue);
	color: var(--prm-white);
	border-color: var(--prm-blue);
}

[data-filter-item] {
	transition: opacity 220ms ease, transform 220ms ease;
}

[data-filter-item].is-filter-hidden {
	opacity: 0;
	transform: translateY(10px) scale(0.985);
	pointer-events: none;
}

.news-category-filter {
	margin-bottom: 22px;
}

.news-filter-form {
	display: grid;
	grid-template-columns: minmax(220px, 1.4fr) repeat(2, minmax(150px, 0.75fr)) auto;
	gap: 14px;
	align-items: end;
	margin-bottom: 34px;
	padding: 18px;
	border: 1px solid var(--prm-border);
	border-radius: 1.15rem;
	background: var(--prm-white);
	box-shadow: 0 10px 26px rgba(7, 52, 108, 0.05);
}

.news-filter-form label {
	display: grid;
	gap: 7px;
	color: var(--primary-deep);
	font-size: 0.82rem;
	font-weight: 800;
}

.news-filter-form input {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--prm-border);
	border-radius: 999px;
	background: #fbfdff;
	color: var(--foreground);
	padding: 10px 15px;
	font: inherit;
	font-weight: normal;
}

.news-filter-form input:focus {
	border-color: var(--primary);
	outline: 3px solid color-mix(in oklab, var(--primary) 18%, transparent);
}

.news-filter-form__actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.page-hero {
	position: relative;
	overflow: hidden;
	background: var(--gradient-hero);
	color: var(--prm-white);
}

.page-hero::before {
	content: "";
	position: absolute;
	top: -96px;
	right: -96px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: color-mix(in oklab, var(--gold) 25%, transparent);
	filter: blur(64px);
	pointer-events: none;
}

.page-hero__inner {
	position: relative;
	padding-block: 96px 120px;
	z-index: 1;
}

.breadcrumb {
	display: flex;
	gap: 8px;
	align-items: center;
	padding-top: 20px;
	color: var(--prm-muted);
	font-size: 0.9rem;
}

.leadership-section {
	padding-top: 78px;
}

.leadership-heading {
	max-width: none;
	margin-bottom: 38px;
}

.leadership-heading .section-eyebrow {
	color: var(--gold);
	letter-spacing: 0.28em;
}

.leadership-heading h2 {
	margin-top: 10px;
	color: var(--primary-deep);
	font-size: 1.9rem;
	line-height: 1.08;
	font-weight: 800;
}

.leadership-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.leadership-card {
	padding: 30px;
	border-radius: 1.5rem;
	box-shadow: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.leadership-card:hover,
.leadership-card:focus-within {
	border-color: color-mix(in oklab, var(--primary) 36%, var(--border));
	box-shadow: 0 18px 38px rgba(7, 52, 108, 0.06);
}

.leadership-card__intro {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.leadership-card .leader-avatar {
	width: 70px;
	height: 70px;
	flex-basis: 70px;
	background: var(--primary);
	font-size: 1.2rem;
}

.leadership-card__heading {
	min-width: 0;
	padding-top: 4px;
}

.leadership-card__heading h3 {
	font-size: 1.25rem;
	line-height: 1.15;
	font-weight: 800;
}

.leadership-card__heading p {
	margin-top: 5px;
	color: var(--gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.leadership-card__summary {
	margin: 24px 0 0;
	color: color-mix(in oklab, var(--foreground) 74%, var(--muted-foreground));
	font-size: 1.02rem;
	line-height: 1.75;
}

.leadership-card__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--primary);
	font-weight: 500;
}

.leadership-card__toggle:hover,
.leadership-card__toggle:focus-visible {
	color: var(--primary-deep);
}

.leadership-card__toggle .prm-icon {
	width: 16px;
	height: 16px;
	transition: transform 160ms ease;
}

.leadership-card__toggle[aria-expanded="true"] .prm-icon {
	transform: rotate(180deg);
}

.leadership-card__bio {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid var(--prm-border);
	color: color-mix(in oklab, var(--foreground) 78%, var(--muted-foreground));
	font-size: 0.95rem;
	line-height: 1.72;
	transition: height 260ms ease, opacity 210ms ease;
}

.leadership-card__bio p {
	margin: 0;
}

.leadership-card__bio p + p {
	margin-top: 14px;
}

.leadership-secretaries-section {
	padding-block: 76px 84px;
}

.national-secretary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.national-secretary-card {
	min-height: 82px;
	padding: 20px 20px 20px 24px;
	border-left: 4px solid var(--primary);
	border-radius: 0 0.85rem 0.85rem 0;
	background: var(--card);
	transition: box-shadow 160ms ease;
}

.national-secretary-card:hover {
	box-shadow: 0 14px 28px rgba(7, 52, 108, 0.06);
}

.national-secretary-card h3 {
	margin: 0;
	color: var(--primary-deep);
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 800;
}

.national-secretary-card p {
	margin: 8px 0 0;
	color: var(--muted-foreground);
	font-size: 0.9rem;
	line-height: 1.35;
}

.prm-content {
	max-width: 820px;
}

.prm-content > *:first-child {
	margin-top: 0;
}

.prm-content h2,
.prm-content h3 {
	color: var(--prm-blue-deep);
	line-height: 1.2;
}

.prm-content a {
	color: var(--prm-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.two-column,
.contact-layout,
.profile-layout,
.event-detail,
.single-entry__layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	gap: 44px;
	align-items: start;
}

.single-entry__layout {
	grid-template-columns: 1fr;
	max-width: 860px;
}

.single-entry__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: var(--prm-muted);
	font-weight: 700;
}

.single-entry__image {
	margin: 0;
	overflow: hidden;
	border-radius: var(--prm-radius);
}

.single-entry__image img {
	width: 100%;
}

.timeline {
	display: grid;
	gap: 16px;
}

.timeline__item {
	position: relative;
	padding: 22px 22px 22px 88px;
	border: 1px solid var(--prm-border);
	border-radius: var(--prm-radius);
	background: var(--prm-white);
}

.timeline__item span {
	position: absolute;
	left: 22px;
	top: 22px;
	color: var(--prm-blue);
	font-weight: 900;
}

.timeline__item h3 {
	margin: 0;
	color: var(--prm-blue-deep);
}

.timeline__item p {
	margin: 8px 0 0;
	color: var(--prm-muted);
}

.party-history-section {
	background: var(--background);
	padding-block: 88px 104px;
}

.party-history-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
	gap: 72px;
	align-items: start;
}

.party-history-copy {
	padding-top: 4px;
}

.party-history-copy h2 {
	max-width: 720px;
	margin: 12px 0 22px;
	color: var(--prm-blue-deep);
	font-size: 2.7rem;
	line-height: 1.15;
	font-weight: 800;
}

.party-history-copy p:not(.section-eyebrow) {
	max-width: 690px;
	margin: 0;
	color: color-mix(in oklab, var(--foreground) 75%, var(--muted-foreground));
	font-size: 1.125rem;
	line-height: 1.78;
}

.party-history-copy p:not(.section-eyebrow) + p {
	margin-top: 24px;
}

.party-history-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.party-history-card {
	min-height: 182px;
	padding: 31px 32px;
	border: 1px solid var(--prm-border);
	border-radius: 1.45rem;
	background: var(--prm-white);
}

.party-history-card__icon {
	display: block;
	width: 32px;
	height: 32px;
	margin-bottom: 28px;
	color: var(--prm-blue);
}

.party-history-card__icon .prm-icon {
	width: 32px;
	height: 32px;
	stroke-width: 2.2;
}

.party-history-card strong {
	display: block;
	color: var(--prm-blue-deep);
	font-size: 2rem;
	line-height: 1.08;
	font-weight: 800;
}

.party-history-card span {
	display: block;
	margin-top: 4px;
	color: var(--prm-muted);
	font-size: 1.02rem;
	line-height: 1.35;
}

.party-legacy-section {
	background: var(--background);
	padding-block: 126px 156px;
}

.party-legacy {
	max-width: 910px;
	text-align: center;
}

.party-legacy h2 {
	margin: 12px 0 24px;
	color: var(--prm-blue-deep);
	font-size: 3rem;
	line-height: 1.08;
	font-weight: 800;
}

.party-legacy p:not(.section-eyebrow) {
	margin: 0 auto;
	max-width: 980px;
	color: var(--prm-muted);
	font-size: 1.24rem;
	line-height: 1.62;
}

.party-legacy-section + .site-footer {
	margin-top: 0;
}

.document-list {
	display: grid;
	gap: 16px;
}

.document-card {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 18px;
}

.document-card__icon {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border-radius: var(--prm-radius);
	background: var(--prm-soft);
	color: var(--prm-blue);
}

.document-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0;
	color: var(--prm-muted);
	font-size: 0.9rem;
}

.profile-card {
	position: sticky;
	top: 120px;
}

.profile-card__photo,
.profile-card__placeholder {
	overflow: hidden;
	border-radius: var(--prm-radius);
	background: var(--prm-soft);
}

.profile-card__photo img,
.profile-card__placeholder {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.profile-card h2 {
	margin: 18px 0 0;
	color: var(--prm-blue-deep);
}

.event-detail__summary dl,
.contact-panel dl {
	display: grid;
	gap: 10px;
	margin: 16px 0 0;
}

.event-detail__summary dt,
.contact-panel dt {
	color: var(--prm-blue-deep);
	font-weight: 850;
}

.event-detail__summary dd,
.contact-panel dd {
	margin: 0;
	color: var(--prm-muted);
}

.benefit-list ul {
	display: grid;
	gap: 14px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.benefit-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--prm-muted);
}

.benefit-list svg {
	margin-top: 3px;
	color: var(--prm-green);
}

.prm-form {
	display: grid;
	gap: 18px;
	padding: 24px;
	border: 1px solid var(--prm-border);
	border-radius: var(--prm-radius);
	background: var(--prm-white);
	box-shadow: 0 10px 26px rgba(7, 52, 108, 0.06);
}

.prm-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.prm-form p {
	margin: 0;
}

.prm-form label {
	display: grid;
	gap: 6px;
	color: var(--prm-blue-deep);
	font-weight: 800;
}

.prm-form input,
.prm-form textarea,
.prm-form select {
	width: 100%;
	border: 1px solid var(--prm-border);
	border-radius: var(--prm-radius);
	background: #fbfdff;
	color: var(--prm-ink);
	padding: 11px 12px;
}

.prm-form textarea {
	resize: vertical;
}

.prm-form__check label {
	display: flex;
	align-items: flex-start;
	font-weight: 650;
}

.prm-form__check input {
	width: auto;
	margin-top: 4px;
}

.prm-form__trap {
	position: absolute;
	left: -9999px;
}

.prm-alert {
	padding: 12px 14px;
	border-radius: var(--prm-radius);
	font-weight: 800;
}

.prm-alert--success {
	background: #e8f8f2;
	color: #0f6f52;
}

.prm-alert--error {
	background: #fff0f0;
	color: #9a1d1d;
}

.prm-pagination {
	margin-top: 34px;
}

.prm-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prm-pagination a,
.prm-pagination span {
	display: grid;
	min-width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid var(--prm-border);
	border-radius: var(--prm-radius);
}

.prm-pagination .current {
	background: var(--prm-blue);
	color: var(--prm-white);
}

.empty-state {
	margin: 0;
	padding: 20px;
	border: 1px dashed var(--prm-border);
	border-radius: var(--prm-radius);
	color: var(--prm-muted);
}

.site-footer {
	background: var(--primary-deep);
	color: var(--prm-white);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.8fr));
	gap: 40px;
	padding-block: 64px;
}

.footer-brand {
	display: flex;
	gap: 12px;
	align-items: center;
}

.footer-brand__logo {
	padding: 4px;
	border-radius: 50%;
	background: var(--prm-white);
}

.site-footer p,
.site-footer a,
.site-footer dd {
	color: rgba(255, 255, 255, 0.78);
}

.site-footer__brand p {
	max-width: 340px;
}

.site-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.site-footer__social a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	font-weight: 900;
}

.site-footer__social a:hover {
	background: var(--gold);
	color: var(--gold-foreground);
}

.site-footer__column h2 {
	margin: 0 0 14px;
	color: var(--gold);
	font-size: 0.9rem;
	text-transform: uppercase;
}

.site-footer__column ul {
	display: grid;
	gap: 8px;
}

.site-footer__column a:hover {
	color: var(--gold);
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom .prm-container-header-footer {
	padding-block: 18px;
}

.site-footer__bottom p {
	margin: 0;
	font-size: 0.9rem;
}
.site-footer__bottom .prm-container-header-footer{
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1320px) {
	.primary-navigation,
	.header-actions {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.home-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding-block: 76px;
	}

	.home-hero__content,
	.home-hero__symbol,
	.section-heading--sticky,
	.pillar-grid {
		grid-column: 1 / -1;
	}

	.home-hero__symbol {
		max-width: 360px;
	}

	.proposal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-filter-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-hero h1,
	.page-hero h1 {
		font-size: 3.6rem;
	}

	.pillars-layout,
	.home-split,
	.contact-layout,
	.profile-layout,
	.event-detail,
	.two-column,
	.party-history-layout {
		grid-template-columns: 1fr;
	}

	.party-history-grid {
		max-width: 720px;
	}

	.section-heading--sticky,
	.profile-card {
		position: static;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.national-secretary-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.prm-container {
		width: min(100% - 24px, var(--prm-container-mobile));
	}

	.home .prm-container {
		width: var(--prm-container-mobile);
		margin-inline: auto;
	}

	.prm-container-header-footer {
		width: min(100% - 24px, var(--prm-container-header-footer-mobile));
	}

	.section.section--stats{
		width: var(--prm-container-mobile);
		margin: auto;
	}

	.site-header__inner {
		min-height: 76px;
	}

	.site-brand {
		min-width: 0;
	}

	.site-brand__logo {
		width: 48px;
		height: 48px;
	}

	.site-brand__name {
		font-size: 0.95rem;
	}

	.home-hero h1,
	.page-hero h1 {
		font-size: 2.65rem;
	}

	.home-hero__description,
	.page-hero p {
		font-size: 1rem;
	}

	.home-hero__actions,
	.participation-band__actions {
		display: grid;
	}

	.stats-grid,
	.pillar-grid,
	.proposal-grid,
	.card-grid--3,
	.card-grid--2,
	.leadership-grid,
	.national-secretary-grid,
	.leadership-mini-grid,
	.leadership-mini-grid--wide,
	.prm-form__grid,
	.participation-band,
	.cta-band,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.section {
		padding-block: 60px;
	}

	.section-heading--row {
		display: grid;
		align-items: start;
	}

	.news-filter-form {
		grid-template-columns: 1fr;
	}

	.news-filter-form__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.prm-card--event .prm-card__link {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		padding: 24px;
	}

	.prm-card--event .event-date {
		width: 72px;
		min-height: 72px;
		flex-basis: auto;
	}

	.agenda-sync h2 {
		font-size: 2rem;
	}

	.section-heading h2,
	.participation-band h2,
	.cta-band h2,
	.benefit-list h2,
	.contact-panel h2,
	.party-history-copy h2,
	.party-legacy h2 {
		font-size: 2rem;
	}

	.leadership-card {
		padding: 24px;
	}

	.leadership-card .leader-avatar {
		width: 58px;
		height: 58px;
		flex-basis: 58px;
		font-size: 1rem;
	}

	.party-history-section {
		padding-block: 62px 72px;
	}

	.party-history-layout {
		gap: 36px;
	}

	.party-history-grid {
		grid-template-columns: 1fr;
	}

	.party-history-card {
		min-height: 156px;
		padding: 26px;
	}

	.party-history-copy p:not(.section-eyebrow),
	.party-legacy p:not(.section-eyebrow) {
		font-size: 1rem;
	}

	.party-legacy-section {
		padding-block: 80px 96px;
	}

	.participation-band,
	.cta-band {
		padding: 26px;
	}

	.section--proposal-cta .prm-container {
		width: min(100% - 24px, var(--prm-container));
	}

	.section--proposal-cta .cta-band {
		padding: 38px 28px;
		border-radius: 1.25rem;
	}

	.proposal-grid .proposal-card {
		min-height: auto;
		padding: 30px;
	}

	.document-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.site-brand__text {
		max-width: 190px;
	}

	.home-hero h1,
	.page-hero h1 {
		font-size: 2.25rem;
	}

	.home-hero__symbol {
		display: none;
	}

	.stat-card strong {
		font-size: 2.2rem;
	}

	.event-row__link,
	.leader-mini-card__link,
	.prm-card--leader .prm-card__link {
		align-items: flex-start;
	}

	.leadership-card__intro {
		gap: 14px;
	}

	.leadership-card__heading h3 {
		font-size: 1.08rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mobile-navigation,
	.leadership-card__bio,
	[data-filter-item],
	.prm-card--event,
	.prm-card--news,
	.verify-result {
		transition: none;
	}
}

.site-footer__social .prm-icon {
	width: 20px;
	height: 20px;
}

.site-footer .footer-brand span {
	white-space: normal;
}

.site-footer .footer-brand__name {
	max-width: 210px;
	font-size: 1.25rem;
	line-height: 1.25;
}

.document-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.document-card {
	min-height: 190px;
	border-radius: 1.35rem;
}

.transparency-normative {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
	gap: 42px;
	margin-top: 56px;
	padding: 42px;
	border: 1px solid var(--prm-border);
	border-radius: 1.75rem;
	background: linear-gradient(135deg, var(--prm-white), color-mix(in oklab, var(--accent) 55%, var(--prm-white)));
	box-shadow: var(--shadow-elegant);
}

.transparency-normative h2,
.pena-profile__copy h2,
.pena-strategy-section h2,
.pena-legacy-band h2,
.verify-result h2,
.prm-form--affiliation h2 {
	margin: 8px 0 0;
	color: var(--prm-blue-deep);
	font-size: 2.35rem;
	line-height: 1.16;
}

.transparency-normative p,
.pena-profile__copy p,
.pena-principles p,
.pena-legacy-band p,
.verify-card p,
.verify-result p,
.affiliation-benefits p {
	color: var(--prm-muted);
}

.transparency-normative__list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.transparency-normative__list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.72);
	color: var(--prm-blue-deep);
	font-weight: 780;
}

.transparency-normative__list .prm-icon {
	flex: 0 0 auto;
	color: var(--primary);
}

.affiliation-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
	gap: 72px;
	align-items: start;
}

.affiliation-benefits {
	padding-top: 8px;
}

.affiliation-benefits h2 {
	font-size: 2.55rem;
}

.affiliation-benefits p {
	max-width: 600px;
	font-size: 1.1rem;
}

.affiliation-benefits ul {
	gap: 22px;
	margin-top: 34px;
}

.affiliation-benefits li {
	align-items: center;
	color: var(--foreground);
	font-size: 1.06rem;
}

.affiliation-benefits li .prm-icon {
	flex: 0 0 auto;
	width: 30px;
	height: 30px;
	margin-top: 0;
	padding: 7px;
	border-radius: 999px;
	background: var(--gradient-gold);
	color: var(--gold-foreground);
	stroke-width: 3;
}

.affiliation-form-card .prm-form {
	padding: 48px;
	border-radius: 1.7rem;
	box-shadow: 0 30px 70px -40px color-mix(in oklab, var(--primary) 45%, transparent);
}

.prm-form--affiliation {
	gap: 20px;
}

.prm-form--affiliation h2 {
	margin: 0 0 6px;
}

.prm-form--affiliation input,
.prm-form--affiliation textarea {
	min-height: 58px;
	border-radius: 1rem;
	padding-inline: 18px;
}

.prm-form--affiliation textarea {
	min-height: 112px;
}

.prm-form--affiliation .button {
	justify-self: start;
}

.verify-section {
	padding-top: 70px;
	background: linear-gradient(180deg,color-mix(in oklab, oklch(0.99 0 0) 56%, var(--background)), var(--background));
}

.verify-container {
	max-width: 900px;
}

.verify-card,
.verify-result {
	border: 1px solid var(--prm-border);
	border-radius: 1.55rem;
	background: var(--prm-white);
	box-shadow: 0 28px 60px -40px color-mix(in oklab, var(--primary) 55%, transparent);
}

.verify-card {
	padding: 48px;
}

.verify-card label {
	display: block;
	margin-bottom: 12px;
	color: var(--gold);
	font-size: 0.95rem;
	font-weight: 850;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.verify-card__row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
}

.verify-card input {
	width: 100%;
	min-height: 70px;
	padding: 18px 30px;
	border: 3px solid var(--primary);
	border-radius: 999px;
	background: #fbfdff;
	color: var(--foreground);
	font-size: 1.35rem; 
}

.verify-card .button {
	min-height: 60px;
	padding-inline: 32px;
	font-size: 1rem;
}

.verify-card__error {
	margin-top: 12px;
	color: #a21d1d;
	font-weight: 750;
}

.verify-result {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 22px;
	margin-top: 40px;
	padding: 34px;
	background: linear-gradient(135deg, #fffaf1, var(--prm-white));
	border-color: color-mix(in oklab, var(--gold) 55%, var(--prm-border));
	transition: height 260ms ease, opacity 220ms ease;
}

.verify-result__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 1rem;
	background: var(--gradient-gold);
	color: var(--gold-foreground);
}

.verify-result h2 {
	margin-top: 0;
	font-size: 1.55rem;
}

.verify-result__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.pena-hero {
	position: relative;
	overflow: hidden;
	background: var(--gradient-blue);
	color: var(--primary-foreground);
}

.pena-hero::after {
	position: absolute;
	inset: auto 0 0;
	height: 7px;
	background: var(--gradient-gold);
	content: "";
}

.pena-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
	gap: 56px;
	align-items: center;
	padding-block: 92px;
}

.pena-hero__content {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.pena-hero .section-eyebrow,
.pena-legacy-band .section-eyebrow {
	color: var(--gold);
}

.pena-hero h1 {
	margin: 10px 0 18px;
	font-size: clamp(3rem, 7vw, 5.6rem);
	line-height: 0.95;
	color: var(--primary-foreground);
}

.pena-hero p:not(.section-eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.2rem;
}

.pena-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.pena-hero__media {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 2rem;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 40px 80px -45px #000;
}

.pena-hero__media img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 1.5rem;
}

.pena-profile {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
	gap: 56px;
	align-items: start;
}

.pena-profile__copy p {
	font-size: 1.04rem;
}

.pena-profile__timeline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pena-profile__timeline article,
.pena-principles article {
	padding: 28px;
	border: 1px solid var(--prm-border);
	border-radius: 1.35rem;
	background: var(--prm-white);
	box-shadow: 0 15px 34px rgba(7, 52, 108, 0.06);
}

.pena-profile__timeline .prm-icon,
.pena-principles .prm-icon {
	width: 32px;
	height: 32px;
	color: var(--primary);
}

.pena-profile__timeline strong {
	display: block;
	margin-top: 22px;
	color: var(--prm-blue-deep);
	font-size: 2rem;
	line-height: 1;
}

.pena-profile__timeline span {
	display: block;
	margin-top: 6px;
	color: var(--prm-muted);
}

.pena-strategy-section {
	background: color-mix(in oklab, var(--accent) 55%, var(--background));
}

.pena-principles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pena-principles h3 {
	margin: 22px 0 0;
	color: var(--prm-blue-deep);
	font-size: 1.18rem;
	line-height: 1.24;
}

.pena-legacy-band {
	padding-block: 110px;
	background: var(--prm-white);
	text-align: center;
}

.pena-legacy-band .prm-container {
	max-width: 980px;
}

.pena-legacy-band p:not(.section-eyebrow) {
	max-width: 820px;
	margin-inline: auto;
	font-size: 1.12rem;
}

.document-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.document-card {
	min-height: 166px;
	padding: 0;
	border-radius: 1.35rem;
	box-shadow: none;
}

.document-card__link {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 24px;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 32px;
	color: inherit;
}

.document-card__link:hover h3 {
	color: var(--primary);
}

.document-card__icon {
	width: 76px;
	height: 76px;
	border-radius: 1.25rem;
	background: var(--gradient-hero);
	color: var(--prm-white);
}

.document-card__icon .prm-icon {
	width: 32px;
	height: 32px;
	stroke-width: 2.15;
}

.document-card h3 {
	font-size: 1.14rem;
	line-height: 1.25;
}

.document-card p {
	margin-top: 8px;
	color: var(--prm-muted);
	font-size: 1rem;
}

.document-card__format {
	display: inline-block;
	margin-top: 10px;
	color: var(--primary);
	font-size: 0.9rem;
	font-weight: 850;
}

.app-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
	gap: 70px;
	align-items: start;
}

.app-content h2 {
	margin: 8px 0 0;
	color: var(--prm-blue-deep);
	font-size: 2.45rem;
	line-height: 1.14;
}

.app-content > p:not(.section-eyebrow),
.app-note {
	max-width: 680px;
	color: var(--prm-muted);
}

.app-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 36px;
}

.app-feature-card {
	padding: 22px;
	border: 1px solid var(--prm-border);
	border-radius: 1.2rem;
	background: var(--prm-white);
	box-shadow: 0 14px 34px rgba(7, 52, 108, 0.05);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.app-feature-card:hover {
	border-color: color-mix(in oklab, var(--primary) 34%, var(--prm-border));
	box-shadow: var(--shadow-elegant);
	transform: translateY(-2px);
}

.app-feature-card__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 0.95rem;
	background: var(--gradient-hero);
	color: var(--prm-white);
}

.app-feature-card__icon .prm-icon {
	width: 22px;
	height: 22px;
}

.app-feature-card h3 {
	margin: 18px 0 0;
	color: var(--prm-blue-deep);
	font-size: 1rem;
	line-height: 1.25;
}

.app-feature-card p {
	margin: 6px 0 0;
	color: var(--prm-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.app-store-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.app-store-badge {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	column-gap: 12px;
	padding: 12px 18px;
	border-radius: 1rem;
	background: var(--primary-deep);
	color: var(--primary-foreground);
	line-height: 1.1;
}

.app-store-badge span {
	grid-row: span 2;
	width: 32px;
	height: 32px;
	border-radius: 0.55rem;
	background: var(--gradient-gold);
}

.app-store-badge small {
	font-size: 0.67rem;
	opacity: 0.8;
}

.app-store-badge strong {
	font-size: 0.95rem;
}

.app-note {
	margin-top: 10px;
	font-size: 0.82rem;
}

.app-phone-wrap {
	position: sticky;
	top: 110px;
	display: flex;
	justify-content: center;
}

.app-phone {
	position: relative;
	width: min(100%, 330px);
	padding: 13px;
	border-radius: 3rem;
	background: #171820;
	box-shadow: 0 50px 120px -42px rgba(0, 0, 40, 0.65);
}

.app-phone__screen {
	position: relative;
	min-height: 640px;
	overflow: hidden;
	border-radius: 2.4rem;
	background: var(--gradient-soft);
}

.app-phone__notch {
	position: absolute;
	top: 9px;
	left: 50%;
	z-index: 2;
	width: 110px;
	height: 26px;
	border-radius: 999px;
	background: #050509;
	transform: translateX(-50%);
}

.app-phone__status {
	display: flex;
	justify-content: space-between;
	padding: 14px 24px 8px;
	color: var(--foreground);
	font-size: 0.7rem;
	font-weight: 800;
}

.app-phone__card--hero {
	position: relative;
	margin: 24px 20px 16px;
	padding: 22px;
	overflow: hidden;
	border-radius: 1.5rem;
	background: var(--gradient-hero);
	color: var(--primary-foreground);
	box-shadow: var(--shadow-elegant);
}

.app-phone__card--hero span {
	display: block;
	color: var(--gold);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.app-phone__card--hero strong,
.app-phone__card--hero small {
	display: block;
	margin-top: 6px;
}

.app-phone__card--hero small {
	opacity: 0.76;
}

.app-phone__icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 0 20px;
}

.app-phone__icons div {
	display: grid;
	min-height: 70px;
	place-items: center;
	border: 1px solid var(--prm-border);
	border-radius: 1rem;
	background: var(--prm-white);
	color: var(--primary);
}

.app-phone__events {
	display: grid;
	gap: 10px;
	margin: 18px 20px;
}

.app-phone__events div {
	display: grid;
	grid-template-columns: 54px 1fr;
	column-gap: 12px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--prm-border);
	border-radius: 1rem;
	background: var(--prm-white);
}

.app-phone__events strong {
	display: block;
	color: var(--primary);
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}

.app-phone__events span {
	grid-column: 1;
	color: var(--gold);
	font-size: 0.68rem;
	font-weight: 850;
	text-align: center;
}

.app-phone__events p {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	color: var(--prm-blue-deep);
	font-size: 0.78rem;
	font-weight: 850;
	line-height: 1.25;
}

@media (max-width: 980px) {
	.document-list,
	.transparency-normative,
	.affiliation-layout,
	.pena-hero__grid,
	.pena-profile,
	.pena-principles,
	.app-layout {
		grid-template-columns: 1fr;
	}

	.affiliation-layout,
	.pena-hero__grid,
	.pena-profile {
		gap: 34px;
	}

	.pena-hero__media {
		max-width: 460px;
	}

	.app-phone-wrap {
		position: static;
	}
}

@media (max-width: 640px) {
	.transparency-normative,
	.affiliation-form-card .prm-form,
	.verify-card,
	.verify-result,
	.pena-profile__timeline article,
	.pena-principles article {
		padding: 24px;
		border-radius: 1.25rem;
	}

	.verify-card__row {
		grid-template-columns: 1fr;
	}

	.verify-card input {
		min-height: 62px;
		font-size: 1.05rem;
	}

	.verify-result {
		grid-template-columns: 1fr;
	}

	.pena-profile__timeline {
		grid-template-columns: 1fr;
	}

	.document-card__link {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.app-feature-grid {
		grid-template-columns: 1fr;
	}

	.app-phone {
		width: 100%;
		max-width: 310px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.verify-result {
		transition: none;
	}
}

