:root {
	--ink: #14252d;
	--muted: #66747a;
	--line: #d9e2df;
	--paper: #fffdf8;
	--soft: #f2f6f1;
	--green: #116c5f;
	--green-dark: #0b4c43;
	--gold: #c49138;
	--white: #ffffff;
	--shadow: 0 24px 70px rgba(20, 37, 45, 0.14);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: "Inter", Arial, sans-serif;
	line-height: 1.5;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px clamp(18px, 4vw, 60px);
	background: rgba(255, 253, 248, 0.9);
	border-bottom: 1px solid rgba(217, 226, 223, 0.8);
	backdrop-filter: blur(18px);
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 220px;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: var(--green);
	color: var(--white);
	font-weight: 800;
}

.brand strong,
.brand small {
	display: block;
}

.brand small {
	color: var(--muted);
	font-size: 12px;
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 22px;
	color: #405157;
	font-size: 14px;
	font-weight: 600;
}

.main-nav a:hover {
	color: var(--green);
}

.header-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.header-cta,
.button-primary {
	background: var(--green);
	color: var(--white);
	box-shadow: 0 16px 36px rgba(17, 108, 95, 0.22);
}

.button-secondary {
	background: var(--white);
	border-color: var(--line);
	color: var(--green-dark);
}

.header-cta:hover,
.button:hover {
	transform: translateY(-2px);
}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	align-items: center;
	gap: clamp(28px, 5vw, 80px);
	min-height: calc(100vh - 82px);
	padding: clamp(48px, 7vw, 90px) clamp(18px, 4vw, 60px) 46px;
}

.eyebrow {
	margin: 0 0 14px;
	color: var(--gold);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(42px, 7vw, 78px);
	line-height: 0.98;
	letter-spacing: 0;
}

h2 {
	margin-bottom: 16px;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: 0;
}

h3 {
	margin-bottom: 10px;
	font-size: 21px;
}

.hero-text {
	max-width: 620px;
	margin-bottom: 28px;
	color: #43565d;
	font-size: 18px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 34px;
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 780px;
}

.hero-stats span {
	padding: 16px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 8px;
	color: var(--muted);
	font-size: 13px;
}

.hero-stats strong {
	display: block;
	color: var(--ink);
	font-size: 22px;
}

.hero-media {
	position: relative;
}

.hero-media img {
	width: 100%;
	border-radius: 8px;
	box-shadow: var(--shadow);
}

.floating-card {
	position: absolute;
	right: 28px;
	bottom: -24px;
	max-width: 260px;
	padding: 18px;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: var(--shadow);
}

.floating-card span {
	display: block;
	margin-bottom: 6px;
	color: var(--green);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.floating-card strong {
	font-size: 18px;
	line-height: 1.25;
}

.trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 0 clamp(18px, 4vw, 60px) 36px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: var(--line);
}

.trust-strip div {
	padding: 22px;
	background: var(--white);
}

.trust-strip strong,
.trust-strip span {
	display: block;
}

.trust-strip span {
	margin-top: 4px;
	color: var(--muted);
	font-size: 14px;
}

.section {
	padding: clamp(64px, 8vw, 110px) clamp(18px, 4vw, 60px);
}

.section-light {
	background: var(--soft);
}

.section-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.section-heading p:not(.eyebrow),
.split-section > div > p,
.contact-copy p {
	color: var(--muted);
	font-size: 17px;
}

.opportunity-grid,
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.opportunity-card,
.process-step,
.calculator,
.lead-form {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(20, 37, 45, 0.08);
}

.opportunity-card,
.process-step {
	padding: 24px;
}

.opportunity-card > span,
.process-step > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: #e7f2ed;
	color: var(--green);
	font-weight: 800;
}

.opportunity-card p,
.process-step p {
	margin-bottom: 0;
	color: var(--muted);
}

.split-section,
.contact-section {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.check-list {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 28px;
	color: #405157;
	font-weight: 600;
}

.check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 14px;
	height: 8px;
	border-left: 3px solid var(--green);
	border-bottom: 3px solid var(--green);
	transform: rotate(-45deg);
}

.calculator,
.lead-form {
	display: grid;
	gap: 16px;
	padding: 24px;
}

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

.lead-form {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.full-field,
.result-box,
.form-message,
.lead-form button {
	grid-column: 1 / -1;
}

label span {
	display: block;
	margin-bottom: 8px;
	color: #405157;
	font-size: 13px;
	font-weight: 800;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fbfcfa;
	color: var(--ink);
	font: inherit;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

input,
select {
	height: 48px;
	padding: 0 14px;
}

textarea {
	resize: vertical;
	min-height: 112px;
	padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 4px rgba(17, 108, 95, 0.12);
}

.is-invalid {
	border-color: #b42318;
	box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.1);
}

.result-box {
	padding: 24px;
	background: var(--green-dark);
	border-radius: 8px;
	color: var(--white);
}

.result-box span,
.result-box small {
	display: block;
	color: rgba(255, 255, 255, 0.78);
}

.result-box strong {
	display: block;
	margin: 6px 0;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1;
}

.form-message {
	display: none;
	margin: -4px 0 0;
	color: #b42318;
	font-weight: 700;
}

.form-message.is-visible {
	display: block;
}

.site-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 28px clamp(18px, 4vw, 60px);
	background: var(--ink);
	color: rgba(255, 255, 255, 0.76);
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: var(--white);
	font-weight: 800;
}

@media (max-width: 980px) {
	.site-header {
		position: static;
		flex-wrap: wrap;
	}

	.main-nav {
		order: 3;
		width: 100%;
		justify-content: space-between;
		overflow-x: auto;
	}

	.hero,
	.split-section,
	.contact-section {
		grid-template-columns: 1fr;
	}

	.hero {
		min-height: auto;
	}

	.opportunity-grid,
	.process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.site-header {
		padding: 14px 16px;
	}

	.brand {
		min-width: 0;
	}

	.header-cta {
		width: 100%;
	}

	.main-nav {
		gap: 16px;
		font-size: 13px;
	}

	.hero,
	.section {
		padding-left: 16px;
		padding-right: 16px;
	}

	.hero-stats,
	.trust-strip,
	.opportunity-grid,
	.process-grid,
	.calculator,
	.lead-form {
		grid-template-columns: 1fr;
	}

	.trust-strip {
		margin-left: 16px;
		margin-right: 16px;
	}

	.floating-card {
		position: static;
		max-width: none;
		margin-top: 12px;
	}

	.site-footer {
		display: block;
	}

	.site-footer a {
		display: inline-block;
		margin-top: 12px;
	}
}
