* {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
	color: #1f2933;
	background: #f7faf7;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #166534;
	text-decoration-thickness: 0.12em;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: #0f3f24;
}

button,
input,
select,
textarea {
	font: inherit;
}

/* ---------- Accessibility ---------- */

.skip-link {
	position: absolute;
	top: -100px;
	left: 1rem;
	background: #0f3f24;
	color: #ffffff;
	padding: 0.75rem 1rem;
	z-index: 1000;
	border-radius: 0.4rem;
}

.skip-link:focus {
	top: 1rem;
}

:focus-visible {
	outline: 3px solid #facc15;
	outline-offset: 4px;
}

/* ---------- Layout helpers ---------- */

.container {
	width: min(1120px, calc(100% - 2rem));
	margin: 0 auto;
}

.section {
	padding: 4rem 0;
}

.alt-section {
	background: #eaf5ec;
}

.two-column {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2rem;
	align-items: start;
}

.section-intro {
	max-width: 720px;
	font-size: 1.1rem;
	color: #4b5563;
}

/* ---------- Header and navigation ---------- */

.site-header {
	background: #ffffff;
	border-bottom: 1px solid #d6e2d8;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1rem 0;
}

.site-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: #1f2933;
	text-decoration: none;
	font-weight: 700;
}

.logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #166534;
	color: #ffffff;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
}

.logo-text {
	font-size: 1.1rem;
}

.site-nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

.site-nav a {
	display: inline-block;
	padding: 0.65rem 0.85rem;
	border-radius: 999px;
	color: #1f2933;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus {
	background: #eaf5ec;
	color: #0f3f24;
}

.site-nav a[aria-current="page"] {
	background: #166534;
	color: #ffffff;
}

/* ---------- Hero ---------- */

.hero {
	padding: 5rem 0;
	background:
		linear-gradient(rgba(247, 250, 247, 0.92), rgba(247, 250, 247, 0.92)),
		linear-gradient(135deg, #d8f3dc, #ffffff);
}

.hero-layout {
	display: grid;
	grid-template-columns: 1.4fr 0.6fr;
	gap: 2rem;
	align-items: center;
}

.hero h1,
.page-hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	line-height: 1.05;
	color: #102a1b;
}

.hero p,
.page-hero p {
	max-width: 760px;
	font-size: 1.15rem;
	color: #40514a;
}

.eyebrow {
	margin: 0 0 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.85rem;
	font-weight: 700;
	color: #166534;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.hero-panel,
.info-box,
.action-box {
	background: #ffffff;
	border: 1px solid #d6e2d8;
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

.hero-panel h2,
.info-box h2,
.action-box h2 {
	margin-top: 0;
	color: #102a1b;
}

.hero-panel ol,
.info-box ul {
	padding-left: 1.25rem;
	margin-bottom: 0;
}

/* ---------- Page hero ---------- */

.page-hero {
	padding: 4rem 0 3rem;
	background: #eaf5ec;
	border-bottom: 1px solid #d6e2d8;
}

/* ---------- Typography ---------- */

h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	line-height: 1.2;
	color: #102a1b;
}

h3 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #102a1b;
}

p {
	margin-top: 0;
}

/* ---------- Buttons and links ---------- */

.button {
	display: inline-block;
	border: 2px solid #166534;
	border-radius: 999px;
	padding: 0.85rem 1.2rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
}

.button.primary {
	background: #166534;
	color: #ffffff;
}

.button.primary:hover,
.button.primary:focus {
	background: #0f3f24;
	border-color: #0f3f24;
	color: #ffffff;
}

.button.secondary {
	background: #ffffff;
	color: #166534;
}

.button.secondary:hover,
.button.secondary:focus {
	background: #eaf5ec;
	color: #0f3f24;
}

.text-link {
	font-weight: 700;
}

/* ---------- Cards ---------- */

.card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
	margin-top: 2rem;
}

.card {
	background: #ffffff;
	border: 1px solid #d6e2d8;
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: 0 8px 20px rgba(31, 41, 51, 0.06);
}

.card p:last-child,
.card ul:last-child {
	margin-bottom: 0;
}

.card ul {
	padding-left: 1.25rem;
}

/* ---------- Lists ---------- */

.steps-list {
	counter-reset: step-counter;
	list-style: none;
	padding: 0;
	margin: 1.5rem 0;
}

.steps-list li {
	counter-increment: step-counter;
	position: relative;
	padding: 1rem 1rem 1rem 3.5rem;
	margin-bottom: 0.75rem;
	background: #ffffff;
	border: 1px solid #d6e2d8;
	border-radius: 0.8rem;
}

.steps-list li::before {
	content: counter(step-counter);
	position: absolute;
	left: 1rem;
	top: 0.9rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background: #166534;
	color: #ffffff;
	font-weight: 700;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.check-list li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.75rem;
}

.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #166534;
	font-weight: 700;
}

/* ---------- Map placeholder ---------- */

.map-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	padding: 2rem;
	border: 2px dashed #166534;
	border-radius: 1rem;
	background: #ffffff;
	text-align: center;
}

.map-placeholder p {
	font-size: 1.4rem;
	font-weight: 700;
	color: #102a1b;
}

/* ---------- Contact form ---------- */

.contact-details {
	font-style: normal;
	background: #ffffff;
	border: 1px solid #d6e2d8;
	border-radius: 1rem;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
}

.contact-form {
	background: #ffffff;
	border: 1px solid #d6e2d8;
	border-radius: 1rem;
	padding: 1.5rem;
	box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

.contact-form label {
	display: block;
	margin: 1rem 0 0.35rem;
	font-weight: 700;
	color: #102a1b;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 2px solid #b7c8bb;
	border-radius: 0.5rem;
	padding: 0.75rem;
	background: #ffffff;
	color: #1f2933;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #166534;
}

.form-note {
	color: #4b5563;
}

/* ---------- Footer ---------- */

.site-footer {
	background: #102a1b;
	color: #ffffff;
	padding: 2rem 0;
}

.footer-layout {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: #ffffff;
	font-weight: 700;
}

/* ---------- Responsive design ---------- */

@media (max-width: 960px) {
	.header-layout {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-nav ul {
		flex-wrap: wrap;
	}

	.hero-layout,
	.two-column {
		grid-template-columns: 1fr;
	}

	.card-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.container {
		width: min(100% - 1rem, 1120px);
	}

	.section {
		padding: 3rem 0;
	}

	.hero {
		padding: 3.5rem 0;
	}

	.page-hero {
		padding: 3rem 0 2rem;
	}

	.hero h1,
	.page-hero h1 {
		font-size: clamp(2rem, 12vw, 3rem);
	}

	.hero p,
	.page-hero p {
		font-size: 1rem;
	}

	.site-nav ul {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		gap: 0.35rem;
	}

	.site-nav,
	.site-nav ul,
	.site-nav li,
	.site-nav a {
		width: 100%;
	}

	.site-nav a {
		border-radius: 0.5rem;
	}

	.hero-actions {
		flex-direction: column;
	}

	.button {
		width: 100%;
		text-align: center;
	}

	.card-grid {
		grid-template-columns: 1fr;
	}

	.steps-list li {
		padding-left: 3.25rem;
	}

	.footer-layout {
		flex-direction: column;
	}
}