.home-page {
	background: #f4f6f8;
	min-height: calc(100vh - 55px);
	padding-bottom: 64px;
}

.home-hero {
	align-items: flex-end;
	display: flex;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-hero-media {
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.home-hero-overlay {
	background: linear-gradient(to bottom, rgba(7, 12, 20, 0.08) 0%, rgba(7, 12, 20, 0.58) 66%, rgba(7, 12, 20, 0.84) 100%);
	inset: 0;
	position: absolute;
}

.home-hero-accent {
	bottom: 0;
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}

.home-event-summary {
	background: #0d1117;
}

.home-event-summary-content {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0 auto;
	max-width: 980px;
	padding: 26px 20px 30px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.home-event-kicker,
.home-section-kicker,
.home-action-kicker {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.home-event-kicker {
	color: rgba(255, 255, 255, 0.82);
}

.home-event-summary h1 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.14;
	margin: 0;
	max-width: 820px;
	text-shadow: none;
}

.home-event-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home-event-meta-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	line-height: 1.35;
	max-width: 100%;
	padding: 9px 11px;
}

.home-event-meta-item .fa {
	flex: 0 0 auto;
}

.home-event-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.home-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 0 16px;
	text-transform: uppercase;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-button:hover,
.home-button:focus,
.home-action-card:hover,
.home-action-card:focus {
	text-decoration: none;
}

.home-button:focus-visible,
.home-action-card:focus-visible {
	outline: 3px solid rgba(47, 111, 62, 0.45);
	outline-offset: 3px;
}

.home-button-primary {
	background: #fff;
	border-color: #fff;
	color: #111827;
}

.home-button-primary:hover,
.home-button-primary:focus {
	background: #edf7ee;
	border-color: #edf7ee;
	color: #2f6f3e;
}

.home-button-secondary {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.36);
	color: #fff;
}

.home-button-secondary:hover,
.home-button-secondary:focus {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.home-actions-section {
	margin: 0 auto;
	max-width: 980px;
	padding: 28px 20px 0;
}

.home-actions-header {
	align-items: flex-end;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.home-section-kicker {
	color: #6b7280;
	display: block;
	margin-bottom: 5px;
}

.home-actions-header h2 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0;
}

.home-actions-header p {
	color: #526173;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
	max-width: 360px;
	text-align: right;
}

.home-actions-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.home-action-card {
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
	color: #172033;
	display: grid;
	gap: 13px;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	min-height: 142px;
	padding: 16px;
	position: relative;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-action-card:hover,
.home-action-card:focus {
	border-color: #b6d2ba;
	box-shadow: 0 16px 36px rgba(16, 24, 40, 0.11);
	color: #172033;
	transform: translateY(-2px);
}

.home-action-icon {
	align-items: center;
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	border-radius: 8px;
	color: #2f6f3e;
	display: flex;
	flex: 0 0 46px;
	font-size: 20px;
	height: 46px;
	justify-content: center;
	position: relative;
	width: 46px;
}

.home-action-badge {
	align-items: center;
	background: #8f2632;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 11px;
	font-weight: 900;
	height: 24px;
	justify-content: center;
	min-width: 24px;
	padding: 0 6px;
	position: absolute;
	right: -8px;
	top: -8px;
}

.home-action-content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.home-action-kicker {
	color: #6b7280;
}

.home-action-content strong {
	color: #172033;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.home-action-content span:last-child {
	color: #526173;
	font-size: 14px;
	line-height: 1.45;
}

.home-action-arrow {
	align-items: center;
	align-self: center;
	background: #f8fafc;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	color: #6b7280;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.home-action-card:hover .home-action-arrow,
.home-action-card:focus .home-action-arrow {
	background: #edf7ee;
	border-color: #b6d2ba;
	color: #2f6f3e;
}

.cover-events {
	background: #f4f6f8;
	min-height: calc(100vh - 55px);
	padding: 32px 20px 64px;
}

.cover-events-header {
	align-items: flex-end;
	border-bottom: 1px solid #d8dee8;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin: 0 auto 22px;
	max-width: 980px;
	padding-bottom: 18px;
}

.cover-events-kicker,
.cover-event-kicker {
	color: #6b7280;
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cover-events-kicker {
	margin-bottom: 5px;
}

.cover-events-header h1 {
	color: #172033;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}

.cover-events-header p {
	color: #526173;
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
	max-width: 420px;
	text-align: right;
}

.cover-events-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin: 0 auto;
	max-width: 980px;
}

.cover-event-card {
	align-items: stretch;
	background: #fff;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.07);
	color: #172033;
	display: grid;
	grid-template-rows: 180px minmax(0, 1fr);
	min-height: 370px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cover-event-card:hover,
.cover-event-card:focus {
	border-color: #b6d2ba;
	box-shadow: 0 16px 36px rgba(16, 24, 40, 0.11);
	color: #172033;
	text-decoration: none;
	transform: translateY(-2px);
}

.cover-event-card:focus-visible,
.cover-events-link:focus-visible {
	outline: 3px solid rgba(47, 111, 62, 0.35);
	outline-offset: 3px;
}

.cover-event-media {
	background: #eaf4eb;
	display: block;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.cover-event-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.cover-event-placeholder {
	align-items: center;
	color: #2f6f3e;
	display: flex;
	font-size: 42px;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.cover-event-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
	padding: 16px 54px 16px 16px;
}

.cover-event-body strong {
	color: #172033;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.25;
}

.cover-event-meta {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: auto;
}

.cover-event-meta span {
	align-items: flex-start;
	color: #526173;
	display: flex;
	font-size: 14px;
	gap: 8px;
	line-height: 1.45;
}

.cover-event-meta .fa {
	color: #6b7280;
	flex: 0 0 auto;
	margin-top: 2px;
}

.cover-event-action {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e1e7ee;
	border-radius: 8px;
	bottom: 16px;
	color: #6b7280;
	display: flex;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 16px;
	width: 34px;
}

.cover-event-card:hover .cover-event-action,
.cover-event-card:focus .cover-event-action {
	background: #edf7ee;
	border-color: #b6d2ba;
	color: #2f6f3e;
}

.cover-events-empty {
	align-items: center;
	background: #fff;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	color: #526173;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin: 0 auto;
	max-width: 720px;
	min-height: 360px;
	padding: 48px 24px;
	text-align: center;
}

.cover-events-empty-icon {
	align-items: center;
	background: #eaf4eb;
	border: 1px solid #c7ddc7;
	border-radius: 8px;
	color: #2f6f3e;
	display: flex;
	font-size: 28px;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.cover-events-empty h2 {
	color: #172033;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
	margin: 6px 0 0;
}

.cover-events-empty p {
	color: #526173;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 6px;
	max-width: 420px;
}

.cover-events-link {
	align-items: center;
	background: #111827;
	border: 1px solid #111827;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 14px;
	text-transform: uppercase;
}

.cover-events-link:hover,
.cover-events-link:focus {
	background: #2f3644;
	border-color: #2f3644;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.home-page {
		padding-bottom: 44px;
	}

	.home-hero {
		align-items: stretch;
		flex-direction: column;
		min-height: unset;
	}

	.home-hero-media {
		background-position: center;
		background-size: cover;
		flex-shrink: 0;
		height: 200px;
		inset: auto;
		position: relative;
	}

	.home-hero-overlay {
		background: linear-gradient(to bottom, rgba(7,12,20,0.05) 0%, rgba(7,12,20,0.45) 100%);
		height: 200px;
		inset: 0 0 auto 0;
		position: absolute;
	}

	.home-hero-accent {
		bottom: auto;
		top: 197px;
	}

	.home-event-summary-content {
		gap: 12px;
		padding: 20px 16px 24px;
		z-index: 2;
	}

	.home-event-summary h1 {
		font-size: 22px;
	}

	.home-event-kicker {
		font-size: 11px;
	}

	.home-event-meta-item {
		font-size: 12px;
		padding: 7px 10px;
	}

	.home-event-actions {
		flex-direction: column;
		gap: 8px;
		margin-top: 4px;
	}

	.home-button {
		width: 100%;
		justify-content: center;
		min-height: 46px;
	}

	.home-actions-section {
		padding: 22px 16px 0;
	}

	.home-actions-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.home-actions-header p {
		max-width: none;
		text-align: left;
	}

	.home-actions-grid {
		grid-template-columns: 1fr;
	}

	.home-action-card {
		grid-template-columns: 44px minmax(0, 1fr);
		min-height: 0;
	}

	.home-action-arrow {
		display: none;
	}

	.cover-events {
		padding: 22px 16px 44px;
	}

	.cover-events-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.cover-events-header h1 {
		font-size: 25px;
	}

	.cover-events-header p {
		max-width: none;
		text-align: left;
	}

	.cover-events-grid {
		grid-template-columns: 1fr;
	}

	.cover-event-card {
		grid-template-rows: 150px minmax(0, 1fr);
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-button,
	.home-action-card,
	.cover-event-card {
		transition: none;
	}

	.home-action-card:hover,
	.home-action-card:focus,
	.cover-event-card:hover,
	.cover-event-card:focus {
		transform: none;
	}
}
