.events-page {
	background: #f4f6fb;
	padding: 32px 0 56px;
}

.events-hero {
	background: linear-gradient(120deg, #0f3856 0%, #1b6fa4 55%, #62c2dd 100%);
	border-radius: 28px;
	color: #ffffff;
	padding: 40px 36px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(13, 32, 49, 0.25);
	margin-bottom: 28px;
}

.events-hero::before,
.events-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.events-hero::before {
	width: 220px;
	height: 220px;
	top: -70px;
	right: -30px;
}

.events-hero::after {
	width: 140px;
	height: 140px;
	bottom: -50px;
	right: 160px;
}

.events-kicker {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.72rem;
	font-weight: 700;
	opacity: 0.85;
	margin-bottom: 10px;
}

.events-hero h1 {
	font-size: clamp(2rem, 4vw, 2.7rem);
	font-weight: 700;
	margin-bottom: 10px;
}

.events-hero p {
	font-size: 1.05rem;
	max-width: 640px;
	margin-bottom: 18px;
}

.events-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.events-hero__actions .btn {
	border-radius: 999px;
	padding: 10px 22px;
	font-weight: 600;
}

.events-hero__actions .btn-outline-light {
	border-color: rgba(255, 255, 255, 0.6);
	color: #ffffff;
}

.events-hero__actions .btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.events-card {
	border: 1px solid rgba(15, 30, 45, 0.08);
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(15, 30, 45, 0.08);
}

.events-card .card-header {
	background: #0f3856;
	color: #ffffff;
	font-weight: 700;
	border-bottom: 0;
	padding: 14px 20px;
}

.events-card-link {
	color: #0f2a3d;
	font-weight: 700;
	text-decoration: none;
}

.events-card-link:hover {
	text-decoration: underline;
}

.events-logo {
	max-height: 90px;
	object-fit: contain;
	width: 100%;
}

.events-item-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.events-follow {
	background: #0f3856;
	color: #ffffff;
}

.events-follow .card-body {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.events-social-icon {
	width: 34px;
	height: 34px;
}

@media (max-width: 767px) {
	.events-hero {
		padding: 32px 24px;
	}
}
