/* Page-specific styles for solplaatje.html */

body.easterncape {
	margin: 0;
	background: #f6f9ff;
	color: #1f2937;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
}

body.easterncape .hero {
	background: linear-gradient(135deg, #0f4c81 0%, #1f7bc8 55%, #42a5f5 100%);
	color: #ffffff;
	padding: 2.75rem 1rem 1.25rem;
	text-align: center;
	box-shadow: 0 6px 16px rgba(15, 76, 129, 0.22);
}

body.easterncape .hero h1 {
	margin: 0;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.easterncape .hero .navbar {
	margin-top: 1rem;
	background: transparent;
	box-shadow: none;
}

body.easterncape .hero .navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

body.easterncape .hero .navbar a {
	display: inline-block;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.12);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.easterncape .hero .navbar a:hover,
body.easterncape .hero .navbar a:focus-visible {
	background: #ffffff;
	color: #0f4c81;
	transform: translateY(-1px);
	outline: none;
}

body.easterncape .province-content {
	max-width: 980px;
	margin: 1.5rem auto 2.25rem;
	padding: 0 1rem;
}

body.easterncape .province-content h2 {
	margin: 0 0 0.9rem;
	font-size: 1.45rem;
	color: #0f3d66;
}

body.easterncape .province-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.8rem;
}

body.easterncape .province-content li {
	margin: 0;
}

body.easterncape .province-content a {
	display: block;
	background: #ffffff;
	border: 1px solid #d9e6f8;
	border-radius: 12px;
	color: #0f4c81;
	font-weight: 600;
	padding: 0.95rem 1rem;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(15, 76, 129, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease,
		color 0.2s ease;
}

body.easterncape .province-content a:hover,
body.easterncape .province-content a:focus-visible {
	background: #0f4c81;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 7px 14px rgba(15, 76, 129, 0.18);
	outline: none;
}

body.easterncape footer {
	margin-top: 2rem;
	background: #0f2742;
	color: #e8f1ff;
}

body.easterncape footer .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.5rem 1rem;
}

body.easterncape .footer-content,
body.easterncape .footer-links,
body.easterncape .footer-social {
	margin-bottom: 1rem;
}

body.easterncape footer h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	color: #ffffff;
}

body.easterncape footer p,
body.easterncape footer li {
	margin: 0.35rem 0;
}

body.easterncape .footer-links .list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.easterncape footer a {
	color: #b9d8ff;
	text-decoration: none;
}

body.easterncape footer a:hover,
body.easterncape footer a:focus-visible {
	color: #ffffff;
	text-decoration: underline;
}

body.easterncape .footer-social img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

body.easterncape .footer-bottom {
	border-top: 1px solid rgba(185, 216, 255, 0.25);
	text-align: center;
	padding: 0.85rem 1rem 1rem;
	font-size: 0.92rem;
}

@media (min-width: 768px) {
	body.easterncape .hero {
		padding: 3.6rem 1rem 1.6rem;
	}

	body.easterncape .hero h1 {
		font-size: 2.5rem;
	}

	body.easterncape .province-content {
		padding: 0 1.25rem;
		margin-top: 1.9rem;
		margin-bottom: 2.8rem;
	}

	body.easterncape .province-content ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.easterncape footer .container {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
		align-items: start;
	}

	body.easterncape .footer-content,
	body.easterncape .footer-links,
	body.easterncape .footer-social {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	body.easterncape .province-content ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
