
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.landing-page {
	font-family: 'Poppins', 'Segoe UI', sans-serif;
	color: #1f2a44;
}

.landing-page p {
	color: #445065;
	line-height: 1.7;
}

.landing-page .section-eyebrow {
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: 0.8rem;
	font-weight: 600;
	color: #8cd9ff;
	margin-bottom: 1rem;
	display: inline-block;
}

.landing-page .hero-surface {
	background: linear-gradient(130deg, #0e3f8c, #1559b5);
	border-radius: 0;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: 3rem;
	box-shadow: 0 30px 60px rgba(5, 58, 132, 0.35);
}

.landing-page .hero-surface::after {
	content: '';
	position: absolute;
	width: 320px;
	height: 320px;
	bottom: -120px;
	right: -60px;
	background: rgba(255, 255, 255, 0.15);
	filter: blur(0);
	border-radius: 50%;
}

.landing-page .hero-title {
	font-size: 2.8rem;
	font-weight: 700;
}

.landing-page .btn-hero {
	background: #fff;
	color: #0b5195;
	font-weight: 600;
	border: none;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	box-shadow: 0 20px 35px rgba(7, 51, 103, 0.25);
}

.landing-page .btn-hero:hover {
	background: rgba(255, 255, 255, 0.92);
	color: #053a84;
}

.landing-page .btn-ghost-light {
	border-color: rgba(255, 255, 255, 0.7);
	color: #fff;
	font-weight: 600;
}

.landing-page .btn-ghost-light:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.landing-page .hero-meta {
	gap: 1.5rem;
}

.landing-page .hero-meta small {
	display: block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: .18em;
	color: rgba(255, 255, 255, 0.75);
}

.landing-page .hero-meta strong {
	font-size: 1rem;
	display: block;
	font-weight: 600;
}

.landing-page .highlight-panel {
	background: rgba(255, 255, 255, 0.98);
	color: #0d1e3b;
	border-radius: 24px;
	padding: 2rem;
	position: relative;
	z-index: 2;
	box-shadow: 0 20px 40px rgba(4, 37, 79, 0.15);
}

.landing-page .highlight-panel ul {
	padding-left: 1.2rem;
	margin-bottom: 0;
}

.landing-page .info-card {
	background: #fff;
	border-radius: 24px;
	padding: 2rem;
	box-shadow: 0 10px 35px rgba(10, 30, 60, 0.08);
	height: 100%;
}

.landing-page .icon-circle {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	background: rgba(15, 178, 214, 0.15);
	color: #0fb2d6;
	margin-bottom: 1rem;
}

.landing-page .participation-card {
	border-radius: 24px;
	background: #fff;
	padding: 2rem;
	box-shadow: 0 15px 35px rgba(15, 178, 214, 0.15);
	height: 100%;
}

.landing-page .timeline-card {
	border-left: 4px solid #0fb2d6;
	border-radius: 18px;
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	height: 100%;
}

.landing-page .callout-card {
	border-radius: 18px;
	padding: 1.5rem;
	background: rgba(15, 178, 214, 0.08);
	height: 100%;
}

.landing-page #como-participar h2 {
	margin-top: 0;
}

.landing-page .cta-panel {
	background: #0b5195;
	color: #fff;
	border-radius: 28px;
	padding: 2.5rem;
	box-shadow: 0 20px 50px rgba(11, 81, 149, 0.35);
}

@media (max-width: 991.98px) {
	.landing-page .hero-surface {
		padding: 2rem;
	}

	.landing-page .hero-title {
		font-size: 2.2rem;
	}
}

@media (max-width: 767.98px) {
	.landing-page .hero-meta {
		gap: 1rem;
	}

	.landing-page .highlight-panel,
	.landing-page .participation-card,
	.landing-page .info-card {
		padding: 1.5rem;
	}
}
