@charset "utf-8";

/* Sustainability report hero – full-width background with overlay */

.sustainability-report-hero {
	position: relative;
	background-image: url('/img/img-sustainability/CampusSolar0333.jpg');
	background-size: cover;
	background-position: center;
	color: #fff;
	--hero-overlay-opacity: 0.55;
}

.sustainability-report-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #082d6c;
	opacity: var(--hero-overlay-opacity);
	pointer-events: none;
}

.sustainability-report-hero .container {
	position: relative;
	z-index: 1;
}

.sustainability-report-hero h3 {
	color: #fff;
	font-weight: 700;
}

.sustainability-report-hero p,
.sustainability-report-hero li {
	color: #fff;
}

.sustainability-report-cover {
	display: block;
	width: 24rem;
	max-width: 100%;
	height: auto;
	border-radius: 0.5rem;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.sustainability-report-download {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 24rem;
	max-width: 100%;
}

@media (min-width: 992px) {
	.sustainability-report-cover,
	.sustainability-report-download {
		width: 28rem;
	}
}

.report-sections-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.report-sections-list li {
	margin-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.4;
}

.report-section-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.45rem 0.75rem 0.45rem 0;
	color: #fff !important;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	transition: color 0.15s ease, border-color 0.15s ease;
}

.report-section-link:hover,
.report-section-link:focus {
	color: #7ee8ff !important;
	border-bottom-color: rgba(126, 232, 255, 0.6);
}

.report-section-title {
	flex: 1 1 auto;
}

.report-section-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 0.85rem;
}

.report-section-link:hover .report-section-icon,
.report-section-link:focus .report-section-icon {
	background-color: rgba(126, 232, 255, 0.35);
}

.btn-report-hero {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.55rem 1.5rem;
	font-weight: 600;
	color: #fff !important;
	background: linear-gradient(180deg, #7ee8ff 0%, #38d1ff 45%, #05c3de 100%) !important;
	border: none !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	white-space: nowrap;
}

.btn-report-hero:hover,
.btn-report-hero:focus {
	color: #fff !important;
	background: linear-gradient(180deg, #5fdfff 0%, #2bc4f0 45%, #0083c2 100%) !important;
}

.btn-report-hero-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.25);
	font-size: 0.85rem;
}
