/* Hero Section */
.wl-hero {
	background-color: var(--wl-color-primary);
	color: var(--wl-color-white);
	padding: 6rem 0;
	text-align: center;
}

.wl-hero h2 {
	color: var(--wl-color-white);
	font-size: 3rem;
	margin-bottom: 1.5rem;
}

.wl-hero p {
	font-size: 1.25rem;
	color: var(--wl-color-muted);
	max-width: 600px;
	margin: 0 auto 2rem;
}

.wl-hero-actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

/* Section Headings */
.wl-section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	border-bottom: 2px solid var(--wl-color-border);
	padding-bottom: 1rem;
}

.wl-section-title {
	margin: 0;
	font-size: 1.75rem;
}

.wl-section-link {
	font-weight: 500;
}
