:root {
	--green: #012210;
	--green-2: #063B1F;
	--lime: #78B82A;
	--yellow: #FDBF06;
	--cream: #FFFDF4;
	--ink: #101510;
	--muted: #657064;
	--white: #FFFFFF;
	--shadow: 0 18px 45px rgba(1, 34, 16, .16);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--cream);
	font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

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

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

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	height: 82px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 7vw;
	background: linear-gradient(90deg, #00190B, var(--green));
	box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.brand img {
	width: 150px;
	margin-top: 35px;
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .25));
}

.nav {
	display: flex;
	gap: 28px;
	align-items: center;
	color: white;
	font-size: .86rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
}

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

.nav-call {
	border: 1px solid rgba(255, 255, 255, .35);
	padding: 12px 16px;
	border-radius: 999px;
}

.hero {
	position: relative;
	min-height: 650px;
	display: flex;
	align-items: center;
	padding: 90px 7vw;
	background: linear-gradient(90deg, rgba(1, 34, 16, .96) 0%, rgba(1, 34, 16, .82) 38%, rgba(1, 34, 16, .20) 70%),
	url('images/banner.png') center/cover no-repeat;
	color: white;
	overflow: hidden;
}

.hero::after {
	content: "";
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -70px;
	height: 150px;
	background: var(--cream);
	transform: rotate(-3deg);
	border-top: 10px solid var(--yellow);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 720px;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--lime);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: .82rem;
}

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

h1 {
	font-family: Anton, Impact, sans-serif;
	font-size: clamp(3.7rem, 8vw, 7.4rem);
	line-height: .92;
	letter-spacing: .015em;
	text-transform: uppercase;
	margin-bottom: 24px;
}

h1 span {
	color: var(--yellow);
}

.hero-copy {
	font-size: 1.25rem;
	line-height: 1.7;
	max-width: 600px;
	font-weight: 700;
}

.hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin: 26px 0;
	color: #E8F7DF;
	font-weight: 700;
}

.hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 8px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .035em;
	border: 2px solid transparent;
}

.btn-primary {
	background: var(--yellow);
	color: #09210F;
	box-shadow: 0 12px 24px rgba(253, 191, 6, .25);
}

.btn-secondary {
	border-color: rgba(255, 255, 255, .75);
	color: white;
}

.btn-wide {
	width: 100%;
}

.trust-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--green);
	color: white;
	padding: 24px 7vw;
}

.trust-strip div {
	padding: 18px 22px;
	border-left: 1px solid rgba(253, 191, 6, .5);
}

.trust-strip strong {
	display: block;
	font-size: 1.05rem;
	text-transform: uppercase;
}

.trust-strip span {
	color: #CFE4C5;
	font-size: .92rem;
}

.section {
	padding: 86px 7vw;
}

.section-heading {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 44px;
}

.section-heading h2, .estimate-copy h2, .content-panel h2 {
	font-family: Merriweather, Georgia, serif;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.15;
}

.section-heading p:not(.eyebrow) {
	color: var(--muted);
	font-size: 1.08rem;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, 260px);
	justify-content: center;
	gap: 24px;
	max-width: 1400px;
	margin: 0 auto;
}

.service-card {
	background: white;
	padding: 30px 22px;
	text-align: center;
	border: 1px solid #E4E8DF;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(1, 34, 16, .06);
}

.service-card .icon {
	font-size: 2rem;
}

.service-card h3 {
	margin: 16px 0 8px;
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--green);
}

.service-card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.split-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: center;
	background: white;
}

.photo-panel img {
	border-radius: 18px;
	box-shadow: var(--shadow);
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

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

.check-list li {
	position: relative;
	padding-left: 34px;
}

.check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: white;
	background: var(--lime);
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-weight: 900;
}

.check-list strong {
	display: block;
	color: var(--green);
}

.check-list span {
	color: var(--muted);
	line-height: 1.55;
}

.process-section {
	padding: 80px 7vw;
	background: radial-gradient(circle at center, #09502B, var(--green));
	color: white;
}

.light h2 {
	color: white;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 40px;
  max-width: 1400px;
  margin: 60px auto 0;
  align-items: start;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 10px;
}

.process-step span {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Anton, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

.process-step h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}

.process-step p {
  margin: 0;
  color: #DCEBD4;
  line-height: 1.7;
  font-size: 1.15rem;
  max-width: 260px;
}

.estimate-section {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 54px;
	align-items: start;
}

.estimate-copy p:not(.eyebrow) {
	color: var(--muted);
	line-height: 1.7;
}

.contact-list {
	display: grid;
	gap: 16px;
	margin-top: 28px;
	font-weight: 800;
	color: var(--green);
}

.form-card {
	background: white;
	border-radius: 18px;
	padding: 34px;
	box-shadow: var(--shadow);
	border-top: 8px solid var(--yellow);
}

.form-card h3 {
	font-size: 1.55rem;
	color: var(--green);
}

.form-note, .secure-note {
	color: var(--muted);
	line-height: 1.55;
	font-size: .95rem;
}

.divider {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 28px 0 18px;
	color: var(--muted);
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 900;
}

.divider::before, .divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #E3E7DF;
}

.preview-form {
	display: grid;
	gap: 14px;
	opacity: .7;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

label {
	display: grid;
	gap: 7px;
	color: var(--green);
	font-weight: 800;
	font-size: .86rem;
}

input, select, textarea {
	width: 100%;
	border: 1px solid #D9DED6;
	border-radius: 8px;
	padding: 14px 14px;
	font: inherit;
}

textarea {
	min-height: 100px;
}

button[disabled] {
	min-height: 48px;
	border: 0;
	border-radius: 8px;
	background: #D3D8CF;
	color: #667064;
	font-weight: 900;
	text-transform: uppercase;
}

.estimates-banner {
	border-radius: 18px;
}

.form-wrapper {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 16px;
}

.google-form {
	width: 100%;
	min-height: 1500px;
	border: 0;
}

.site-footer {
	background: #00190B;
	color: white;
	padding: 54px 7vw 24px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	padding-bottom: 34px;
}

.footer-logo {
	width: 170px;
	margin-bottom: 16px;
}

.footer-grid p, .footer-grid span {
	color: #C9D8C4;
	line-height: 1.6;
}

.footer-grid h4 {
	color: var(--yellow);
	text-transform: uppercase;
	letter-spacing: .06em;
}

.footer-grid a {
	display: block;
	color: #DCEBD4;
	margin: 10px 0;
}

.footer-bottom {
	padding-top: 22px;
	color: #C9D8C4;
	font-size: .9rem;
}

@media (max-width: 600px) {
	.form-wrapper {
		padding: 0 10px;
	}

	.google-form {
		min-height: 1700px;
	}

	.estimates-banner {
		border-radius: 14px;
	}
}

@media (max-width: 1000px) {
	.nav {
		display: none;
	}

	.site-header {
		justify-content: center;
	}

	.brand img {
		width: 165px;
	}

	.hero {
		min-height: 620px;
		padding-top: 110px;
	}

	.trust-strip, .service-grid, .process-grid, .split-section, .estimate-section, .footer-grid {
		grid-template-columns: 1fr;
	}

	.service-grid {
		max-width: 520px;
		margin: 0 auto;
	}

	.form-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1200px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-section {
    padding: 70px 30px;
  }
}
