:root {
	--green: #97b628;
	--green-strong: #7e991e;
	--green-soft: #edf4d6;
	--navy: #13283f;
	--navy-deep: #0c1b2d;
	--navy-soft: #1f3b5b;
	--charcoal: #243142;
	--text: #314253;
	--muted: #647385;
	--surface: #ffffff;
	--surface-alt: #f5f7f2;
	--surface-muted: #eef2f6;
	--line: #d7e0e7;
	--white: #ffffff;
	--shadow-lg: 0 24px 60px rgba(12, 27, 45, 0.18);
	--shadow-md: 0 16px 36px rgba(12, 27, 45, 0.1);
	--shadow-sm: 0 10px 24px rgba(12, 27, 45, 0.08);
	--radius-lg: 14px;
	--radius-md: 10px;
	--radius-sm: 6px;
	--container: min(1180px, calc(100% - 64px));
	--section-space: clamp(36px, 4.4vw, 58px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Public Sans", "Segoe UI", sans-serif;
	font-size: 15px;
	color: var(--text);
	background: linear-gradient(180deg, #fbfcfd 0%, #ffffff 28%);
	line-height: 1.42;
}

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

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

button,
input,
select,
textarea {
	font: inherit;
	line-height: 1.2;
	-webkit-appearance: none;
	appearance: none;
}

#request-quote {
	scroll-margin-top: 98px;
}

.wrap {
	width: var(--container);
	margin: 0 auto;
}

.section-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: var(--green-strong);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.section-tag::before {
	content: "";
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 999px;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 14px;
}

.section-heading.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-heading h2,
.page-copy h2,
.quote-shell h2,
.banner-copy h1,
.hero-copy-panel h1,
.cta-strip h2,
.footer-brand strong {
	margin: 0;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	letter-spacing: -0.03em;
	line-height: 1.02;
}

.section-heading h2,
.page-copy h2,
.quote-shell h2,
.cta-strip h2 {
	margin-top: 6px;
	font-size: clamp(1.55rem, 2.05vw, 1.95rem);
	color: var(--navy);
}

.section-copy,
.lead,
.hero-copy-panel p,
.page-copy p,
.quote-shell p,
.footer-copy,
.faq-item p,
.card p,
.service-card p,
.benefit-card p,
.testimonial p,
.cta-strip p,
.info-card p {
	color: var(--muted);
	font-size: 0.94rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border: 2px solid var(--green);
	border-radius: 6px;
	background: transparent;
	color: var(--green);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.btn:hover,
.btn:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(12, 27, 45, 0.16);
}

.btn:focus-visible,
.desktop-nav a:focus-visible,
.mobile-menu a:focus-visible,
.utility-link:focus-visible,
.footer-links a:focus-visible,
.card-link:focus-visible,
.faq-item summary:focus-visible,
.quote-shell input:focus,
.quote-shell select:focus,
.quote-shell textarea:focus {
	outline: 3px solid rgba(151, 182, 40, 0.28);
	outline-offset: 2px;
}

.btn-primary {
	background: var(--green);
	border-color: var(--green);
	color: var(--navy-deep);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	background: var(--green-strong);
	border-color: var(--green-strong);
	color: var(--white);
}

.btn-secondary {
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--white);
	background: rgba(255, 255, 255, 0.08);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 6px 20px rgba(12, 27, 45, 0.12);
}

.utility-bar {
	background: var(--green);
	color: var(--navy-deep);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.utility-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 4px 8px;
	padding: 4px 0;
}

.utility-items,
.utility-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
}

.utility-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.utility-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(12, 27, 45, 0.45);
}

.utility-link {
	font-weight: 800;
}


.nav-shell {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 3px;
	padding: 5px 0;
	background: var(--navy);
}

.main-nav {
	background: var(--navy);
	color: var(--white);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	color: var(--white);
}

.brand-badge {
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background: linear-gradient(145deg, var(--green), #a7c43c);
	color: var(--navy-deep);
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.brand-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
	line-height: 1.1;
}

.brand-copy strong {
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: 0.68rem;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.brand-copy span {
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.desktop-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(22px, 1.9vw, 28px);
	margin: 0 0 0 clamp(18px, 2.1vw, 34px);
	padding: 0 1px;
	min-width: 0;
	justify-self: end;
}

.desktop-nav a,
.mobile-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 4px;
	border-radius: 6px;
	font-size: 0.76rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.84);
	transition: background-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.active,
.mobile-menu a:hover,
.mobile-menu a:focus-visible,
.mobile-menu a.active {
	background: rgba(151, 182, 40, 0.16);
	color: var(--white);
}

.nav-cta {
	flex: 0 0 auto;
	min-height: 32px;
	margin-left: clamp(24px, 2vw, 32px);
}

.mobile-nav {
	display: none;
	position: relative;
	margin-left: auto;
	color: var(--white);
}

.mobile-nav summary {
	list-style: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	font-size: 0.8rem;
	font-weight: 800;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.08);
}

.mobile-nav summary::-webkit-details-marker {
	display: none;
}

.mobile-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 12px);
	width: min(320px, calc(100vw - 40px));
	padding: 16px;
	border-radius: var(--radius-md);
	background: var(--navy-deep);
	box-shadow: var(--shadow-lg);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 8px;
}

.mobile-menu .btn {
	margin-top: 6px;
	width: 100%;
}

.hero-home,
.interior-hero {
	position: relative;
	overflow: hidden;
}

.hero-home {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.25) 34%, rgba(255, 255, 255, 0.08) 56%, rgba(255, 255, 255, 0) 74%),
		url('/assets/images/houston-skyline.jpg') center/cover;
	padding: 2px 0 0;
	min-height: 544px;
	display: flex;
	align-items: center;
}

.hero-home .wrap,
.interior-hero .wrap {
	width: var(--container);
}

.hero-home::after,
.interior-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 4px;
	background: linear-gradient(90deg, var(--green) 0%, rgba(151, 182, 40, 0.35) 50%, transparent 100%);
	pointer-events: none;
}

.hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
	gap: 10px;
	align-items: end;
	padding: 3px 0;
}

.hero-copy-panel {
	max-width: 670px;
	padding: 0;
	border-radius: 0 !important;
	background: transparent !important;
	backdrop-filter: none !important;
	box-shadow: none !important;
	border: 0 !important;
}

.hero-copy-panel::before,
.hero-copy-panel::after {
	content: none !important;
}

.hero-home .wrap,
.hero-layout {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.hero-copy-panel h1 {
	font-size: clamp(2.25rem, 2.9vw, 2.65rem);
	color: var(--navy-deep);
	margin-bottom: 5px;
}

.hero-copy-panel h1 span {
	color: var(--green);
}

.hero-lead {
	max-width: 600px;
	font-size: 0.9rem;
	color: #2d425b;
	margin: 0 0 2px;
}

.hero-copy-panel p {
	color: #3b536f;
	max-width: 600px;
}

.hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	margin-top: 5px;
	padding: 0;
	list-style: none;
}

.hero-points li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: var(--navy);
	font-size: 0.76rem;
	font-weight: 700;
}

.hero-points li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green);
	flex: 0 0 auto;
}

.quote-shell {
	background: #f7faee;
	padding: 12px;
	border-radius: 11px;
	box-shadow: 0 14px 30px rgba(12, 27, 45, 0.12);
	border: 1px solid rgba(151, 182, 40, 0.28);
	position: relative;
	overflow: hidden;
}

.hero-home .quote-shell {
	justify-self: end;
	align-self: center;
	margin-bottom: 0;
	padding: 10px;
	max-width: 370px;
}

.quote-shell::before {
	content: none;
}

.quote-shell h2 {
	margin-bottom: 5px;
	font-size: clamp(0.98rem, 1.08vw, 1.15rem);
}

.quote-shell p {
	margin-top: 0;
	margin-bottom: 6px;
}

.quote-form {
	display: grid;
	gap: 6px;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.form-grid .full {
	grid-column: 1 / -1;
}

.field {
	display: grid;
	gap: 4px;
}

.field label {
	font-size: 0.66rem;
	font-weight: 700;
	color: var(--navy);
}

.quote-shell input,
.quote-shell select,
.quote-shell textarea {
	width: 100%;
	padding: 7px 9px;
	border: 1px solid #c7d0c0;
	border-radius: 7px;
	background: #ffffff;
	color: var(--charcoal);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	appearance: none;
	font-size: 0.76rem;
	line-height: 1.3;
	height: 33px;
}

.quote-shell input:focus,
.quote-shell select:focus,
.quote-shell textarea:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 3px rgba(151, 182, 40, 0.16);
}

.quote-note {
	font-size: 0.6rem;
	color: var(--muted);
	margin: 0;
}

.quote-shell .btn {
	width: 100%;
	margin-top: 2px;
	min-height: 38px;
	font-size: 0.74rem;
	border-radius: 8px;
}

.quote-shell .btn.btn-primary:hover,
.quote-shell .btn.btn-primary:focus-visible {
	color: var(--navy-deep);
}

.section {
	padding: var(--section-space) 0;
}

main > .hero-home + .section {
	padding-top: calc(var(--section-space) + 30px);
}

main > .section + .section {
	padding-top: calc(var(--section-space) + 30px);
}

main > .section.alt + .section.dark,
main > .section + .section.dark {
	padding-top: calc(var(--section-space) + 42px);
}

.section.alt {
	background: var(--surface-alt);
}

.section.dark {
	background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
	color: var(--white);
}

.section.dark .section-heading h2,
.section.dark .section-copy,
.section.dark .benefit-card h3,
.section.dark .benefit-card p {
	color: var(--white);
}

.section.dark .section-tag {
	color: rgba(151, 182, 40, 0.98);
}

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

.service-card,
.benefit-card,
.testimonial,
.info-card,
.feature-card,
.image-card,
.cta-card {
	background: var(--white);
	border-radius: var(--radius-md);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-sm);
	padding: 13px;
	min-width: 0;
}

.service-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	padding: 16px;
	border-radius: 12px;
	border: 1px solid rgba(151, 182, 40, 0.18);
	box-shadow: var(--shadow-sm);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card-grid .service-card {
	background: var(--white);
}

.card-grid .service-card:hover,
.card-grid .service-card:focus-within {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(12, 27, 45, 0.16);
	border-color: rgba(151, 182, 40, 0.36);
}

.service-art,
.benefit-art {
	display: grid;
	place-items: center;
	overflow: hidden;
	min-width: 0;
}

.service-art {
	min-height: 82px;
	padding: 10px 10px 8px;
	border-radius: 12px;
	background: linear-gradient(180deg, #f7faee 0%, #ffffff 100%);
	border: 1px solid rgba(151, 182, 40, 0.14);
}

.service-art img {
	width: 100%;
	height: 82px;
	object-fit: contain;
	display: block;
}

.card-grid .service-card h3 {
	font-size: clamp(1.06rem, 1.16vw, 1.25rem);
}

.card-grid .service-card p {
	font-size: 0.9rem;
}

.card-grid .service-card .card-link {
	font-size: 0.73rem;
}

.service-card h3,
.benefit-card h3,
.feature-card h3,
.info-card h3,
.cta-card h3 {
	margin: 0;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: clamp(1.125rem, 1.25vw, 1.375rem);
	letter-spacing: -0.03em;
	color: var(--navy);
}

.service-card p,
.benefit-card p,
.feature-card p,
.info-card p,
.testimonial p,
.card-link {
	margin: 0;
}

.card-link {
	margin-top: auto;
	font-size: 0.77rem;
	font-weight: 800;
	color: var(--navy);
	overflow-wrap: anywhere;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	width: fit-content;
	transition: color 0.2s ease;
}

.card-link:hover,
.card-link:focus-visible {
	color: var(--green-strong);
}

.learn-more::after {
	content: "→";
	transition: transform 0.2s ease;
	color: currentColor;
}

.learn-more:hover::after,
.learn-more:focus-visible::after {
	transform: translateX(3px);
}

.icon-frame {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(151, 182, 40, 0.32);
	background: linear-gradient(180deg, rgba(151, 182, 40, 0.08) 0%, rgba(151, 182, 40, 0.02) 100%);
	color: var(--green-strong);
}

.icon-frame svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

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

.benefit-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 100%;
	padding: 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.benefit-grid .benefit-card:hover,
.benefit-grid .benefit-card:focus-within {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
	border-color: rgba(151, 182, 40, 0.24);
}

.benefit-art {
	width: 100%;
	height: 120px;
	padding: 12px;
	border-radius: 12px;
	background:
		radial-gradient(120% 80% at 18% 100%, rgba(151, 182, 40, 0.2) 0%, rgba(151, 182, 40, 0) 58%),
		linear-gradient(180deg, rgba(31, 59, 91, 0.9) 0%, rgba(19, 40, 63, 0.95) 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	flex: 0 0 auto;
	margin-bottom: 0;
}

.benefit-art img {
	width: min(140px, 100%);
	height: min(84px, 100%);
	max-width: 140px;
	max-height: 84px;
	object-fit: contain;
	display: block;
}

.section.dark .benefit-card h3,
.section.dark .benefit-card p {
	color: rgba(255, 255, 255, 0.94);
}

.benefit-grid .benefit-card h3 {
	font-size: clamp(1.06rem, 1.15vw, 1.24rem);
}

.benefit-grid .benefit-card p {
	font-size: 0.9rem;
}

.section.dark .benefit-art {
	border-color: rgba(255, 255, 255, 0.14);
}

.split-layout,
.content-layout,
.contact-layout,
.request-layout,
.area-layout,
.cta-strip {
	display: grid;
	gap: 12px;
	align-items: center;
}

.split-layout,
.content-layout,
.area-layout {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-layout {
	grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
	align-items: start;
	gap: 10px;
}

.request-layout {
	grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
	align-items: start;
}

.image-stack {
	display: grid;
	gap: 10px;
}

.image-frame,
.image-card {
	overflow: hidden;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
	background: var(--surface);
	border: 1px solid rgba(12, 27, 45, 0.06);
}

.image-frame img,
.image-card img {
	width: 100%;
	height: 100%;
	min-height: 205px;
	object-fit: cover;
}

.mini-stat-grid,
.testimonial-grid,
.faq-grid,
.info-grid,
.feature-grid {
	display: grid;
	gap: 8px;
}

.mini-stat-grid,
.testimonial-grid,
.feature-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}


.faq-grid {
	grid-template-columns: 1fr;
	max-width: 960px;
	margin-inline: auto;
	align-items: start;
}

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

.mini-stat {
	padding: 10px;
	border-radius: var(--radius-md);
	background: var(--surface-alt);
	border: 1px solid rgba(151, 182, 40, 0.18);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	font-weight: 700;
	color: var(--charcoal);
}

.mini-stat strong {
	display: block;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: 0.94rem;
	color: var(--navy);
}

.service-process .mini-stat {
	font-weight: 400;
}

.service-process .mini-stat strong {
	font-weight: 700;
}

.feature-list,
.detail-list,
.checklist,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 6px;
}

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

.include-list li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.94rem;
	font-weight: 400;
	color: var(--muted);
}

.include-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: 7px;
	border-radius: 50%;
	background: var(--green);
	flex: 0 0 auto;
}

.detail-list li,
.checklist li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 8px 9px;
	border-radius: var(--radius-sm);
	background: var(--surface-alt);
	border: 1px solid rgba(151, 182, 40, 0.14);
}

.detail-list li::before,
.checklist li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 7px;
	border-radius: 50%;
	background: var(--green);
	flex: 0 0 auto;
}

.footer-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.74);
}

.footer-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--green);
	flex: 0 0 auto;
	opacity: 0.95;
}

.checklist strong {
	color: var(--navy);
}

.banner-copy {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 100%;
	margin-left: 0;
	padding-left: 0;
}

.interior-hero .wrap,
.interior-hero .banner-copy {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
}

.interior-hero {
	padding: 24px 0 12px;
	min-height: 360px;
	background-color: var(--navy-deep);
	color: var(--white);
}

.interior-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(12, 27, 45, 0.88) 0%, rgba(12, 27, 45, 0.7) 45%, rgba(12, 27, 45, 0.55) 100%),
		var(--hero-image) center/cover;
}

.interior-hero .section-tag,
.interior-hero p,
.interior-hero .btn-secondary {
	position: relative;
	z-index: 1;
}

.interior-hero .section-tag {
	color: var(--green);
}

.banner-copy h1 {
	max-width: 860px;
	font-size: clamp(2.25rem, 3.1vw, 2.75rem);
	color: var(--white);
	margin-bottom: 0;
}

.banner-copy p {
	max-width: 860px;
	font-size: 0.93rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.banner-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 8px;
	position: relative;
	z-index: 1;
}

.cta-strip {
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 11px 13px;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
	box-shadow: var(--shadow-md);
	color: var(--white);
}

.cta-strip h2,
.cta-strip p {
	color: var(--white);
}

.area-copy .section-copy,
.page-copy .section-copy {
	max-width: 640px;
}

.map-card {
	padding: 12px;
	border-radius: var(--radius-lg);
	background: var(--surface);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-md);
}

.map-card svg {
	width: 100%;
	height: auto;
	display: block;
}

.map-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.legend-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--surface-alt);
	border: 1px solid rgba(151, 182, 40, 0.16);
}

.legend-pill::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--green);
}

.testimonial {
	position: relative;
	height: 100%;
	padding-top: 22px;
}

.testimonial::before {
	content: "\201C";
	position: absolute;
	top: 8px;
	left: 14px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: 1.9rem;
	line-height: 1;
	color: rgba(151, 182, 40, 0.5);
}

.testimonial strong {
	display: block;
	margin-top: 12px;
	color: var(--navy);
	font-size: 0.94rem;
}

.testimonial span {
	color: var(--muted);
	font-size: 0.84rem;
}

.faq-item {
	border-radius: var(--radius-md);
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	height: auto;
	align-self: start;
}

.faq-item summary {
	list-style: none;
	padding: 13px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--navy);
	cursor: pointer;
	position: relative;
}

.faq-item summary::-webkit-details-marker {
	display: none;
}

.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.1rem;
	color: var(--green-strong);
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-item p {
	margin: 0;
	padding: 0 13px 13px;
}

.faq-section .section-heading {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.faq-section .section-copy {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.faq-section .faq-grid {
	grid-template-columns: 1fr;
	max-width: 960px;
	margin: 0 auto;
	gap: 12px;
	align-items: start;
}

.faq-section .faq-item {
	background: #ffffff;
	border: 1px solid rgba(151, 182, 40, 0.2);
	box-shadow: 0 8px 18px rgba(12, 27, 45, 0.06);
	border-radius: 10px;
}

.faq-section .faq-item summary {
	padding: 16px 50px 16px 18px;
	font-size: 0.96rem;
	line-height: 1.35;
	color: var(--navy);
	transition: background-color 0.2s ease;
}

.faq-section .faq-item:hover summary {
	background: rgba(151, 182, 40, 0.06);
}

.faq-section .faq-item summary:focus-visible {
	outline: 2px solid var(--green-strong);
	outline-offset: -2px;
}

.faq-section .faq-item summary::after {
	right: 16px;
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--green-strong);
}

.faq-section .faq-answer p {
	margin: 0;
	padding: 0 18px 16px;
	font-size: 0.95rem;
	line-height: 1.62;
	font-weight: 400;
	color: var(--charcoal);
}

.request-quote {
	padding-top: 0;
}

.request-intro {
	display: grid;
	gap: 6px;
	padding: 11px;
	border-radius: var(--radius-lg);
	background: var(--surface-alt);
	border: 1px solid rgba(151, 182, 40, 0.16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.request-intro h2 {
	font-size: clamp(1.42rem, 2.02vw, 1.9rem);
}

.info-grid .info-card,
.feature-grid .feature-card {
	height: 100%;
}

.contact-note {
	padding: 9px 10px;
	border-left: 4px solid var(--green);
	border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
	background: var(--surface-alt);
	color: var(--charcoal);
	font-weight: 600;
	font-size: 0.83rem;
}

.checklist-card {
	border-color: rgba(151, 182, 40, 0.22);
}

.checklist-card h3,
.checklist-note h3 {
	font-size: clamp(1.06rem, 1.16vw, 1.25rem);
	margin-bottom: 8px;
}

.checklist-card .checklist {
	margin-top: 4px;
}

.checklist-note {
	border-color: rgba(151, 182, 40, 0.26);
	background: #f7faee;
}

.not-found-panel {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	padding: 22px;
}

.not-found-panel h1 {
	margin: 0;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	font-size: clamp(1.95rem, 3.1vw, 2.5rem);
	line-height: 1.08;
	letter-spacing: -0.03em;
	color: var(--navy);
}

.not-found-panel .banner-actions {
	justify-content: center;
}

.site-footer {
	background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
	color: var(--white);
	padding: 24px 0 10px;
	margin-top: var(--section-space);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr 1fr;
	gap: 12px;
}

.footer-brand {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.footer-brand .brand {
	align-items: flex-start;
	gap: 8px;
}

.footer-brand strong,
.footer-column h3 {
	font-size: 0.86rem;
	color: var(--white);
}

.footer-column h3 {
	margin: 0 0 6px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
	letter-spacing: -0.03em;
}

.footer-copy,
.footer-column p,
.footer-column li,
.footer-bottom {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	margin: 0;
}

.footer-links {
	display: grid;
	gap: 5px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.84);
	font-weight: 700;
	overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-links a:focus-visible {
	color: var(--green);
}

.footer-bottom {
	margin-top: 12px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.page-copy,
.area-copy,
.request-intro,
.quote-shell,
.image-frame,
.map-card,
.footer-column {
	min-width: 0;
}

.home-highlights {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	margin-top: 8px;
}

.area-layout {
	gap: 10px;
}

.home-highlights .mini-stat {
	background: var(--white);
	box-shadow: var(--shadow-sm);
	border-color: var(--line);
	font-size: 0.82rem;
}

.area-layout .image-stack {
	gap: 0;
}

.area-layout .image-frame {
	box-shadow: var(--shadow-md);
}

.area-layout .image-frame img {
	min-height: 290px;
	max-height: 360px;
	object-fit: cover;
}

.service-intro .section-heading,
.service-feature-row .section-heading,
.service-process .section-heading {
	max-width: 920px;
}

.service-split {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	align-items: stretch;
}

.service-split .image-frame img {
	min-height: 220px;
}

.service-process .mini-stat {
	background: var(--white);
}

.contact-layout .quote-shell {
	align-self: start;
}

.contact-layout .request-intro {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-bottom: 6px;
}

.contact-layout .section-heading {
	margin-bottom: 10px;
}

.contact-layout .section-heading .section-copy {
	margin-bottom: 0;
}

@media (max-width: 960px) {
	.card-grid,
	.benefit-grid,
	.home-highlights,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.desktop-nav {
		display: none;
	}

	.nav-cta {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	.nav-shell {
		display: flex;
		gap: 6px;
		padding: 5px 0;
	}

}

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

	.nav-cta {
		display: none;
	}

	.mobile-nav {
		display: block;
	}

	.nav-shell {
		display: flex;
		gap: 6px;
		padding: 5px 0;
	}
}

@media (max-width: 1020px) {
	.hero-layout,
	.contact-layout,
	.request-layout,
	.split-layout,
	.content-layout,
	.area-layout,
	.cta-strip,
	.faq-grid,
	.info-grid,
	.feature-grid,
	.mini-stat-grid,
	.testimonial-grid,
	.service-image-pair {
		grid-template-columns: 1fr;
	}

	.hero-layout {
		align-items: start;
	}

	.hero-home .quote-shell {
		margin-bottom: 0;
		max-width: 380px;
	}

	.hero-home {
		min-height: 540px;
	}

	main > .hero-home + .section {
		padding-top: calc(var(--section-space) + 22px);
	}

	main > .section + .section {
		padding-top: calc(var(--section-space) + 22px);
	}

	main > .section.alt + .section.dark,
	main > .section + .section.dark {
		padding-top: calc(var(--section-space) + 30px);
	}

	.interior-hero {
		min-height: 340px;
		padding-top: 28px;
		padding-bottom: 18px;
	}

	.image-frame img,
	.image-card img {
		min-height: 185px;
	}

	.area-layout .image-frame img {
		min-height: 220px;
		max-height: none;
	}
}

@media (max-width: 920px) {
	.utility-inner {
		justify-content: center;
	}

	.nav-shell {
		padding: 5px 0;
	}

	.brand-copy strong {
		white-space: normal;
	}

	.hero-home {
		min-height: 0;
		padding-top: 8px;
	}

	.hero-copy-panel {
		max-width: none;
	}
}

@media (max-width: 700px) {
	:root {
		--container: min(1180px, calc(100% - 40px));
		--section-space: 42px;
	}

	body {
		line-height: 1.5;
	}

	.utility-bar {
		display: none;
	}

	.main-nav .nav-shell {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		min-height: 64px;
		padding: 8px 0;
	}

	.brand {
		gap: 8px;
	}

	.brand-badge {
		width: 34px;
		height: 34px;
		border-radius: 8px;
		font-size: 0.7rem;
	}

	.brand-copy strong {
		font-size: 0.92rem;
		white-space: normal;
	}

	.brand-copy span {
		display: none;
	}

	.mobile-nav {
		display: block;
		margin-left: auto;
	}

	.mobile-nav summary {
		position: relative;
		width: 44px;
		min-height: 40px;
		padding: 0;
		border-radius: 10px;
		font-size: 0;
		background: rgba(255, 255, 255, 0.08);
	}

	.mobile-nav summary::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 18px;
		height: 2px;
		background: var(--white);
		box-shadow: 0 -6px 0 var(--white), 0 6px 0 var(--white);
		transform: translate(-50%, -50%);
	}

	.mobile-menu {
		right: 0;
		top: calc(100% + 8px);
		width: min(320px, calc(100vw - 20px));
		padding: 12px;
		border-radius: 12px;
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.mobile-menu a {
		display: flex;
		min-height: 40px;
		padding: 0 12px;
		font-size: 0.95rem;
		white-space: normal;
	}

	.mobile-menu .btn {
		min-height: 42px;
		margin-top: 4px;
		width: 100%;
		font-size: 0.95rem;
	}

	.nav-cta {
		display: none;
	}

	.hero-home {
		min-height: 0;
		padding: 0 0 14px;
		background:
			linear-gradient(180deg, rgba(12, 27, 45, 0.58) 0%, rgba(12, 27, 45, 0.3) 42%, rgba(12, 27, 45, 0.58) 100%),
			url('/assets/images/houston-skyline.jpg') center/cover;
	}

	.hero-home .wrap {
		width: 100%;
	}

	.hero-layout {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 12px 0 0;
	}

	.hero-copy-panel {
		padding: 0;
		max-width: none;
	}

	.hero-home .hero-copy-panel {
		margin-top: 0 !important;
	}

	.hero-home .hero-copy-panel h1 {
		font-size: clamp(2.5rem, 11vw, 3.6rem);
		line-height: 1.02;
		max-width: 11ch;
	}

	.hero-home .hero-copy-panel p,
	.hero-home .hero-lead {
		font-size: 0.98rem;
	}

	.hero-points {
		gap: 4px 8px;
		margin-top: 8px;
	}

	main > .hero-home + .section {
		padding-top: calc(var(--section-space) + 14px);
	}

	main > .section + .section {
		padding-top: calc(var(--section-space) + 14px);
	}

	main > .section.alt + .section.dark,
	main > .section + .section.dark {
		padding-top: calc(var(--section-space) + 20px);
	}

	.hero-points li {
		font-size: 0.88rem;
	}

	.hero-home .quote-shell {
		width: 100%;
		max-width: none;
		justify-self: stretch;
		margin-bottom: 0;
		padding: 12px;
	}

	.interior-hero {
		min-height: 0;
		padding: 24px 0 12px;
	}

	.section {
		padding: 42px 0;
	}

	.faq-section .faq-item summary {
		padding: 14px 42px 14px 14px;
		font-size: 0.92rem;
	}

	.faq-section .faq-answer p {
		padding: 0 14px 14px;
		font-size: 0.92rem;
	}

	.section-tag {
		font-size: 0.68rem;
	}

	.section-heading h2,
	.page-copy h2,
	.quote-shell h2,
	.request-intro h2,
	.cta-strip h2,
	.banner-copy h1 {
		font-size: clamp(1.8rem, 6.6vw, 2.2rem);
	}

	.banner-copy h1 {
		font-size: clamp(2.2rem, 8vw, 3rem);
		line-height: 1.02;
	}

	.banner-copy p,
	.section-copy,
	.lead,
	.hero-copy-panel p,
	.page-copy p,
	.quote-shell p,
	.footer-copy,
	.faq-item p,
	.card p,
	.service-card p,
	.benefit-card p,
	.testimonial p,
	.cta-strip p,
	.info-card p {
		font-size: 0.97rem;
	}

	.btn {
		font-size: 0.93rem;
		min-height: 40px;
	}

	.utility-bar {
		font-size: 0.74rem;
	}

	.utility-inner,
	.utility-items,
	.utility-meta {
		justify-content: center;
	}

	.utility-items,
	.utility-meta {
		width: 100%;
		gap: 8px 12px;
	}

	.utility-pill,
	.utility-link {
		white-space: normal;
		text-align: center;
	}

	.utility-link {
		overflow-wrap: anywhere;
	}

	.utility-dot {
		display: none;
	}

	.brand-badge {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}

	.hero-copy-panel,
	.quote-shell,
	.service-card,
	.benefit-card,
	.testimonial,
	.info-card,
	.feature-card,
	.image-card,
	.cta-card,
	.request-intro,
	.map-card {
		padding: 10px;
	}

	.hero-copy-panel h1 {
		font-size: clamp(1.8rem, 9.4vw, 2.5rem);
	}

	.banner-copy h1,
	.section-heading h2,
	.page-copy h2,
	.quote-shell h2,
	.request-intro h2,
	.cta-strip h2 {
		font-size: clamp(1.8rem, 6.6vw, 2.2rem);
	}

	.form-grid,
	.card-grid,
	.benefit-grid,
	.home-highlights,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.service-art {
		min-height: 72px;
		padding: 10px;
	}

	.service-art img {
		height: 72px;
	}

	.benefit-art {
		height: 100px;
		padding: 10px;
	}

	.benefit-art img {
		width: min(128px, 100%);
		height: min(72px, 100%);
		max-width: 128px;
		max-height: 72px;
	}

	.benefit-grid .benefit-card {
		min-height: 259px;
	}

	.cta-strip {
		padding: 10px;
	}

	.banner-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.banner-actions .btn,
	.cta-strip .btn {
		width: 100%;
	}

	.site-footer {
		padding-top: 30px;
	}

	.area-layout .image-frame img {
		min-height: 185px;
	}
}

/* =========================================================
   FINAL HERO OVERRIDES
   These rules intentionally live at the end of styles.css
   so they override earlier hero styles.
   ========================================================= */

/* HOME PAGE: remove all panel/card styling behind hero copy */
.hero-home .hero-copy-panel,
.hero-home .hero-copy-panel::before,
.hero-home .hero-copy-panel::after {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

/* Remove the large card-like spacing around the home hero copy */
.hero-home .hero-copy-panel {
	padding: 0 !important;
}

/* Make sure parent layout wrappers are not creating the light box */
.hero-home .hero-layout,
.hero-home .wrap {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

/* =========================================================
   FINAL HOME HERO POSITION + READABILITY
   ========================================================= */

.hero-home {
	position: relative;
}

/* Full-width gradient for readability — not a box around the text */
.hero-home::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(12, 27, 45, 0.78) 0%,
		rgba(12, 27, 45, 0.62) 30%,
		rgba(12, 27, 45, 0.32) 52%,
		rgba(12, 27, 45, 0.08) 72%,
		rgba(12, 27, 45, 0) 82%
	);
	pointer-events: none;
	z-index: 0;
}

/* Keep content above the full-width gradient */
.hero-home .wrap,
.hero-home .hero-layout,
.hero-home .hero-copy-panel,
.hero-home .quote-shell {
	position: relative;
	z-index: 1;
}

/* Move homepage text vertically upward */
.hero-home .hero-layout {
	align-items: center !important;
}

.hero-home .hero-copy-panel {
	align-self: center !important;
	margin-top: -8px !important;
}

.hero-home .hero-points {
	margin-top: 19px !important;
	gap: 6px 18px !important;
}

/* Improve text visibility */
.hero-home .hero-copy-panel h1 {
	color: var(--white) !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hero-home .hero-copy-panel h1 span {
	color: var(--green) !important;
}

.hero-home .hero-copy-panel p,
.hero-home .hero-lead {
	color: var(--white) !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-home .hero-points li {
	color: var(--white) !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* =========================================================
   FINAL INTERIOR HERO ALIGNMENT
   Match hero text exactly to centered body content gutter
   ========================================================= */

.interior-hero .wrap {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.interior-hero .banner-copy {
	width: min(600px, calc(100% - 64px)) !important;
	max-width: 600px !important;

	/* Match the left edge of the site's 1180px centered body container */
	margin-left: max(32px, calc((100vw - 1180px) / 2)) !important;
	margin-right: 0 !important;

	padding-left: 0 !important;
	padding-right: 0 !important;

	text-align: left !important;
	transform: none !important;
}

/* =========================================================
   MOBILE HERO ALIGNMENT
   ========================================================= */

@media (max-width: 700px) {
	.interior-hero .wrap {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.hero-home .hero-copy-panel {
		margin-top: 0 !important;
	}
}

/* HOUSTON COLOR PALETTE START */
:root {
  --houston-navy: #0B3A82;
  --houston-navy-dark: #082C63;
  --houston-gold: #E5BE2E;
  --houston-orange: #D97A1E;
  --houston-red: #D7263D;
  --houston-sand: #F7F2E8;
  --houston-white: #FFFFFF;
  --houston-charcoal: #1F2937;
  --houston-muted: #4B5563;
  --houston-border: #E5E7EB;
}

/* Base colors */
body {
  background: var(--houston-white);
  color: var(--houston-charcoal);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--houston-charcoal);
}

/* Utility bar */
.utility-bar,
.top-bar {
  background: var(--houston-orange) !important;
  color: var(--houston-white) !important;
}

.utility-bar a,
.utility-bar span,
.top-bar a,
.top-bar span {
  color: var(--houston-white) !important;
}

/* Header and navigation */
.site-header,
.main-header,
header {
  border-color: var(--houston-border);
}

.site-nav a:hover,
.site-nav a:focus,
.main-nav a:hover,
.main-nav a:focus,
nav a:hover,
nav a:focus {
  color: var(--houston-navy);
}

/* Brand badge */
.brand-badge {
  background: var(--houston-navy) !important;
  color: var(--houston-white) !important;
  border-color: var(--houston-gold) !important;
}

/* Primary buttons */
.btn-primary,
button[type="submit"],
.quote-form button[type="submit"] {
  background: var(--houston-navy) !important;
  border-color: var(--houston-navy) !important;
  color: var(--houston-white) !important;
}

.btn-primary:hover,
.btn-primary:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.quote-form button[type="submit"]:hover,
.quote-form button[type="submit"]:focus {
  background: var(--houston-navy-dark) !important;
  border-color: var(--houston-navy-dark) !important;
  color: var(--houston-white) !important;
}

/* Secondary buttons */
.btn-secondary,
.btn-outline {
  background: var(--houston-gold) !important;
  border-color: var(--houston-gold) !important;
  color: var(--houston-charcoal) !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-outline:hover,
.btn-outline:focus {
  background: var(--houston-orange) !important;
  border-color: var(--houston-orange) !important;
  color: var(--houston-white) !important;
}

/* Highlighted hero text */
.hero h1 span,
.hero-copy h1 span,
.interior-hero h1 span {
  color: var(--houston-gold) !important;
}

/* Section labels */
.section-tag,
.eyebrow,
.kicker {
  color: var(--houston-orange) !important;
}

/* Quote forms and soft cards */
.quote-card,
.quote-panel,
.quote-form,
.form-card {
  background: var(--houston-sand) !important;
  border-color: rgba(11, 58, 130, 0.16) !important;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--houston-navy) !important;
  box-shadow: 0 0 0 3px rgba(11, 58, 130, 0.14) !important;
}

/* Icons and small accents */
.service-card svg,
.benefit-card svg,
.icon-wrap,
.check-icon {
  color: var(--houston-navy);
}

.service-card:hover,
.benefit-card:hover {
  border-color: rgba(11, 58, 130, 0.3);
}

/* Alternating sections */
.section.alt,
.alt-section,
.soft-section {
  background: var(--houston-sand) !important;
}

/* FAQ */
.faq-item {
  border-color: var(--houston-border) !important;
}

.faq-item[open] {
  border-color: var(--houston-gold) !important;
}

.faq-item summary:hover,
.faq-item summary:focus {
  color: var(--houston-navy);
}

/* Dark sections and footer */
.dark-section,
.final-cta,
.site-footer,
footer {
  background-color: var(--houston-navy-dark);
}

.dark-section,
.dark-section h2,
.dark-section h3,
.final-cta,
.final-cta h2,
.site-footer,
.site-footer a,
footer,
footer a {
  color: var(--houston-white);
}

.site-footer a:hover,
footer a:hover {
  color: var(--houston-gold);
}

/* Small decorative accents only */
.accent-red {
  color: var(--houston-red);
}
/* HOUSTON COLOR PALETTE END */
