.gfdseo {
	--gfdseo-green: #123f2b;
	--gfdseo-teal: #25bda5;
	--gfdseo-lime: #e6f447;
	--gfdseo-navy: #123557;
	--gfdseo-cream: #fbf8f4;
	--gfdseo-ink: #17211c;
	--gfdseo-muted: #59645f;
	--gfdseo-line: #dce6df;
	--gfdseo-surface: #f6f8f5;
	--gfdseo-heading-font: var(--e-global-typography-primary-font-family, "Manrope"), sans-serif;
	--gfdseo-body-font: var(--e-global-typography-text-font-family, "Inter"), sans-serif;
	--gfdseo-accent-font: var(--e-global-typography-accent-font-family, "Inter"), sans-serif;
	color: var(--gfdseo-ink);
	background: #fff;
	font-family: var(--gfdseo-body-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.gfdseo * {
	box-sizing: border-box;
}

.gfdseo [hidden] {
	display: none !important;
}

.gfdseo-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.gfdseo-hero {
	min-height: 430px;
	display: grid;
	align-items: end;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(18, 63, 43, 0.95), rgba(18, 63, 43, 0.75), rgba(18, 63, 43, 0.45)),
		var(--gfdseo-hero-image, none) center / cover no-repeat,
		var(--gfdseo-green);
}

.gfdseo-hero .gfdseo-shell {
	padding: 84px 0 56px;
}

.gfdseo-city-page .gfdseo-hero {
	min-height: 330px;
}

.gfdseo-city-page .gfdseo-hero .gfdseo-shell {
	padding: 68px 0 44px;
}

.gfdseo-eyebrow {
	margin: 0 0 12px;
	color: var(--gfdseo-teal);
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.gfdseo-hero .gfdseo-eyebrow {
	color: var(--gfdseo-lime);
}

.gfdseo h1,
.gfdseo h2,
.gfdseo h3 {
	font-family: var(--gfdseo-heading-font);
	font-weight: 700;
}

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

.gfdseo h1 {
	max-width: 860px;
	margin-bottom: 18px;
	font-size: clamp(38px, 5vw, 60px);
	line-height: 1.05;
	letter-spacing: 0;
}

.gfdseo h2 {
	margin-bottom: 14px;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.15;
	letter-spacing: 0;
}

.gfdseo h3 {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0;
}

.gfdseo-hero-copy {
	max-width: 760px;
	margin-bottom: 26px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
}

.gfdseo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.gfdseo-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-family: var(--gfdseo-accent-font);
	font-weight: 500;
	text-decoration: none;
}

.gfdseo-button-primary {
	background: var(--gfdseo-lime);
	color: #1b2a20;
}

.gfdseo-button-secondary {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.gfdseo-hero-phone {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: #fff;
	font-family: var(--gfdseo-accent-font);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.gfdseo-hero-phone:visited,
.gfdseo-hero-phone:hover,
.gfdseo-hero-phone:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.gfdseo-section {
	padding: 64px 0;
}

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

.gfdseo-muted {
	background: var(--gfdseo-surface);
	border-block: 1px solid var(--gfdseo-line);
}

.gfdseo-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
	gap: 36px;
	align-items: start;
}

.gfdseo-panel,
.gfdseo-card {
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 12px 28px rgba(18, 63, 43, 0.08);
}

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

.gfdseo-card-grid-four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gfdseo-card-kicker {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--gfdseo-teal);
	font-family: var(--gfdseo-accent-font);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gfdseo-card p {
	color: var(--gfdseo-muted);
}

.gfdseo-card a {
	color: inherit;
	text-decoration: none;
}

.gfdseo-service-tile {
	overflow: hidden;
	padding: 0;
}

.gfdseo-service-tile-image {
	display: block;
	overflow: hidden;
	background: var(--gfdseo-surface);
}

.gfdseo-service-tile-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 180ms ease;
}

.gfdseo-service-tile:hover .gfdseo-service-tile-image img {
	transform: scale(1.03);
}

.gfdseo-service-tile-content {
	padding: 20px 22px 22px;
}

.gfdseo-service-tile h3 {
	margin-bottom: 0;
}

.gfdseo-link {
	display: inline-flex;
	margin-top: 8px;
	color: var(--gfdseo-green);
	font-family: var(--gfdseo-accent-font);
	font-weight: 500;
	text-decoration: none;
}

.gfdseo-check-list,
.gfdseo-panel ul {
	display: grid;
	gap: 8px;
	margin: 16px 0 0;
	padding-left: 20px;
}

.gfdseo-check-list li::marker,
.gfdseo-panel li::marker {
	color: var(--gfdseo-teal);
}

.gfdseo-intake-card {
	margin-top: 24px;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	padding: 22px;
	box-shadow: 0 12px 28px rgba(18, 63, 43, 0.07);
}

.gfdseo-intake-card h3 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.18;
}

.gfdseo-testimonials-section {
	overflow: hidden;
	background: var(--gfdseo-cream);
	text-align: center;
}

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

.gfdseo-testimonials-section .gfdseo-section-heading h2 {
	color: var(--gfdseo-navy);
}

.gfdseo-testimonials-section .gfdseo-section-heading p {
	color: #294865;
}

.gfdseo-testimonial-carousel {
	--gfdseo-testimonial-gap: 18px;
	position: relative;
}

.gfdseo-testimonial-viewport {
	overflow: hidden;
	width: 100%;
}

.gfdseo-testimonial-track {
	display: flex;
	gap: var(--gfdseo-testimonial-gap);
	will-change: transform;
}

.gfdseo-testimonial-slide {
	flex: 0 0 calc((100% - (var(--gfdseo-testimonial-gap) * 2)) / 3);
	min-width: 0;
}

.gfdseo-testimonial-card {
	display: flex;
	height: 100%;
	min-height: 360px;
	flex-direction: column;
	align-items: center;
	border: 1px solid rgba(62, 201, 169, 0.14);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(62, 201, 169, 0.18), rgba(62, 201, 169, 0.04));
	padding: 32px 28px;
	box-shadow: none;
}

.gfdseo-testimonial-avatar {
	width: 80px;
	height: 80px;
	margin-bottom: 22px;
	border-radius: 999px;
	object-fit: cover;
	box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}

.gfdseo-testimonial-card h3 {
	margin-bottom: 4px;
	color: var(--gfdseo-navy);
	font-size: 18px;
}

.gfdseo-testimonial-card > span {
	display: block;
	margin-bottom: 28px;
	color: rgba(23, 33, 28, 0.46);
	font-family: var(--gfdseo-accent-font);
	font-size: 12px;
	font-weight: 400;
}

.gfdseo-testimonial-card p {
	flex: 1;
	margin-bottom: 22px;
	color: #4a5565;
	font-size: 14px;
	line-height: 1.65;
}

.gfdseo-review-stars {
	display: flex;
	justify-content: center;
	gap: 3px;
	color: #e7c64c;
	font-size: 18px;
	line-height: 1;
}

.gfdseo-review-stars span::before {
	content: "\2605";
}

.gfdseo-testimonial-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.gfdseo-testimonials-section .gfdseo-button-primary:hover,
.gfdseo-testimonials-section .gfdseo-button-primary:focus-visible {
	background: var(--gfdseo-teal);
	color: #fff;
	text-decoration: none;
}

.gfdseo-faqs {
	padding-top: 56px;
	padding-bottom: 56px;
}

.gfdseo-faqs details {
	border-top: 1px solid var(--gfdseo-line);
	padding: 18px 0;
}

.gfdseo-faqs details:last-child {
	border-bottom: 1px solid var(--gfdseo-line);
}

.gfdseo-faqs summary {
	cursor: pointer;
	font-family: var(--gfdseo-heading-font);
	font-weight: 700;
}

.gfdseo-faqs details div {
	max-width: 820px;
	margin-top: 12px;
	color: var(--gfdseo-muted);
}

.gfdseo-contact-band {
	padding: 50px 0;
	background: var(--gfdseo-green);
	color: #fff;
}

.gfdseo-contact-inner {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
}

.gfdseo-contact-band p {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.86);
}

.gfdseo-service-area-index .gfdseo-section-heading p {
	max-width: 760px;
	color: var(--gfdseo-muted);
	font-size: 17px;
}

.gfdseo-service-area-hero {
	overflow: hidden;
	min-height: 315px;
	display: grid;
	align-items: end;
	background:
		linear-gradient(90deg, rgba(18, 53, 87, 0.9) 0%, rgba(18, 53, 87, 0.68) 43%, rgba(18, 53, 87, 0.16) 100%),
		var(--gfdseo-service-area-hero-image, none) center 72% / cover no-repeat,
		var(--gfdseo-navy);
	color: #fff;
}

.gfdseo-service-area-hero .gfdseo-shell {
	width: min(100% - 32px, 1120px);
	margin: 0 auto;
}

.gfdseo-service-area-hero-inner {
	padding: 46px 0 40px;
}

.gfdseo-service-area-pill {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	margin-bottom: 18px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.95);
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 500;
}

.gfdseo-service-area-hero h1 {
	max-width: 720px;
	margin-bottom: 16px;
	color: #fff;
	font-size: clamp(34px, 3.7vw, 50px);
	line-height: 1.08;
}

.gfdseo-service-area-hero-inner > p:not(.gfdseo-service-area-pill) {
	max-width: 660px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 18px;
	line-height: 1.55;
}

.gfdseo-service-area-browser {
	padding-top: 52px;
}

.gfdseo-service-area-index .gfdseo-muted {
	padding: 34px 0;
}

.gfdseo-service-area-note {
	max-width: 860px;
	margin-bottom: 0;
	color: var(--gfdseo-muted);
	font-size: 18px;
	line-height: 1.65;
}

.gfdseo-city-browser-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	gap: 24px;
	align-items: end;
	margin-bottom: 28px;
}

.gfdseo-city-browser-header .gfdseo-section-heading {
	margin-bottom: 0;
}

.gfdseo-city-search {
	display: grid;
	gap: 8px;
}

.gfdseo-city-search label {
	color: var(--gfdseo-muted);
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.gfdseo-city-search-control {
	position: relative;
	display: block;
}

.gfdseo-city-search input {
	width: 100%;
	min-height: 48px;
	padding: 0 44px 0 14px;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	color: var(--gfdseo-ink);
	font: inherit;
}

.gfdseo-city-search input::-webkit-search-cancel-button {
	appearance: none;
}

.gfdseo-city-search input:focus {
	border-color: var(--gfdseo-teal);
	box-shadow: 0 0 0 3px rgba(37, 189, 165, 0.18);
	outline: 0;
}

.gfdseo-city-search-clear {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-flex;
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--gfdseo-muted);
	font-family: var(--gfdseo-accent-font);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	transform: translateY(-50%);
	cursor: pointer;
}

.gfdseo-city-search-clear:hover,
.gfdseo-city-search-clear:focus-visible {
	background: var(--gfdseo-surface);
	color: var(--gfdseo-green);
	outline: 0;
}

.gfdseo-city-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.46fr);
	gap: 36px;
	align-items: start;
}

.gfdseo-city-intro-grid h3 {
	margin-top: 28px;
}

.gfdseo-city-media {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(18, 63, 43, 0.12);
}

.gfdseo-city-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.gfdseo-city-media figcaption {
	padding: 14px 16px;
	color: var(--gfdseo-muted);
	font-size: 14px;
	line-height: 1.5;
}

.gfdseo-city-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gfdseo-feature-card {
	display: block;
	overflow: hidden;
	min-height: 0;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(18, 63, 43, 0.07);
}

a.gfdseo-feature-card {
	color: inherit;
	text-decoration: none;
}

a.gfdseo-feature-card:focus-visible {
	outline: 3px solid rgba(50, 198, 166, 0.45);
	outline-offset: 3px;
}

.gfdseo-feature-card-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.gfdseo-feature-card-content {
	padding: 22px 22px 24px;
}

.gfdseo-feature-card span {
	display: inline-flex;
	margin-bottom: 0;
	color: var(--gfdseo-teal);
	font-family: var(--gfdseo-accent-font);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gfdseo-feature-card p {
	color: var(--gfdseo-muted);
}

.gfdseo-tag-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.gfdseo-tag-grid span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 11px;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: var(--gfdseo-surface);
	color: var(--gfdseo-ink);
	font-size: 13px;
	font-weight: 500;
}

.gfdseo-city-page .gfdseo-section-heading p {
	max-width: 860px;
	color: var(--gfdseo-muted);
	font-size: 17px;
}

.gfdseo-home-service-areas {
	padding: 78px 0;
	background: var(--gfdseo-cream);
}

.gfdseo-home-service-areas-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.gfdseo-home-service-areas h2 {
	margin-bottom: 18px;
	color: var(--gfdseo-navy);
	text-align: center;
	font-size: clamp(34px, 3.8vw, 48px);
	line-height: 1.08;
}

.gfdseo-home-service-areas-intro {
	max-width: 860px;
	margin: 0 auto 34px;
	color: var(--gfdseo-navy);
	text-align: center;
	font-size: 16px;
}

.gfdseo-home-service-area-grid {
	gap: 18px;
}

.gfdseo-home-service-areas-actions {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.gfdseo-home-service-areas-button {
	background: var(--gfdseo-lime);
	color: #1b2a20;
}

.gfdseo-home-service-areas-button:hover,
.gfdseo-home-service-areas-button:focus,
.gfdseo-home-service-areas-button:focus-visible {
	background: #d9ec2e;
	color: #1b2a20;
	box-shadow: 0 0 0 3px rgba(18, 63, 43, 0.14);
	outline: 0;
	text-decoration: none;
}

.gfdseo-home-brand-logos {
	width: 100%;
	background: transparent;
}

.gfdseo-home-brand-logo-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 8px 0 22px;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(18, 53, 87, 0.25) transparent;
	scrollbar-width: thin;
}

.gfdseo-home-brand-logo-viewport::-webkit-scrollbar {
	height: 6px;
}

.gfdseo-home-brand-logo-viewport::-webkit-scrollbar-track {
	background: transparent;
}

.gfdseo-home-brand-logo-viewport::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(18, 53, 87, 0.25);
}

.gfdseo-home-brand-logo-track {
	display: flex;
	width: max-content;
	min-width: 100%;
	gap: 26px;
	align-items: center;
}

.gfdseo-home-brand-logo-tile {
	display: flex;
	width: clamp(180px, 17vw, 230px);
	height: 100px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 18px 24px;
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--gfdseo-navy);
	scroll-snap-align: start;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gfdseo-home-brand-logo-tile:hover,
.gfdseo-home-brand-logo-tile:focus,
.gfdseo-home-brand-logo-tile:focus-visible {
	border-color: rgba(18, 53, 87, 0.1);
	background: rgba(255, 255, 255, 0.72);
	color: var(--gfdseo-navy);
	box-shadow: 0 12px 28px rgba(18, 53, 87, 0.08);
	outline: 0;
	text-decoration: none;
	transform: translateY(-1px);
}

.gfdseo-home-brand-logo-tile img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 72px;
	object-fit: contain;
}

.gfdseo-home-brand-logo-tile span {
	color: var(--gfdseo-navy);
	font-family: var(--gfdseo-heading-font);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.gfdseo-city-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gfdseo-city-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	min-height: 0;
	border-radius: 8px;
	background:
		var(--gfdseo-card-image, none) center / cover no-repeat,
		var(--gfdseo-cream);
	box-shadow: 0 10px 28px rgba(18, 53, 87, 0.12);
	cursor: pointer;
	transition: box-shadow 180ms ease;
}

.gfdseo-city-card-content {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(18, 53, 87, 0.04) 20%, rgba(18, 53, 87, 0.72) 100%);
	color: #fff;
	text-decoration: none;
}

.gfdseo-city-card:hover,
.gfdseo-city-card:focus-within {
	box-shadow: 0 16px 34px rgba(18, 53, 87, 0.18);
}

.gfdseo-city-card-link:hover,
.gfdseo-city-card-link:focus {
	color: #fff;
	text-decoration: none;
}

.gfdseo-city-card-link:focus-visible {
	outline: 3px solid var(--gfdseo-teal);
	outline-offset: -5px;
}

.gfdseo-city-link {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	color: #fff;
	font-family: var(--gfdseo-heading-font);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.38);
}

.gfdseo-city-card:hover .gfdseo-city-link,
.gfdseo-city-card:focus-within .gfdseo-city-link {
	text-decoration: none;
}

.gfdseo-city-empty {
	margin-top: 20px;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: var(--gfdseo-surface);
	padding: 24px;
}

.gfdseo-city-empty p {
	margin-bottom: 0;
	color: var(--gfdseo-muted);
}

.gfdseo-city-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.gfdseo-city-more {
	appearance: none;
	border-color: var(--gfdseo-line);
	background: #fff;
	color: var(--gfdseo-green);
	cursor: pointer;
}

.gfdseo-city-more:hover,
.gfdseo-city-more:focus,
.gfdseo-city-more:focus-visible,
.gfdseo-city-more:hover:focus-visible,
.gfdseo-city-more:active {
	border-color: var(--gfdseo-teal);
	background: #fff;
	color: var(--gfdseo-green);
	box-shadow: 0 0 0 3px rgba(37, 189, 165, 0.18);
	outline: 0;
}

.gfdseo-brands-hero {
	overflow: hidden;
	min-height: 356px;
	display: grid;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(18, 53, 87, 0.58) 0%, rgba(18, 53, 87, 0.34) 52%, rgba(18, 53, 87, 0.08) 100%),
		var(--gfdseo-brands-hero-image, none) center / cover no-repeat,
		var(--gfdseo-navy);
	color: #fff;
}

.gfdseo-brands-hero .gfdseo-shell {
	width: min(100% - 32px, 1120px);
	margin: 0 auto;
}

.gfdseo-brands-hero-inner {
	padding: 40px 0;
}

.gfdseo-brands-hero h1 {
	max-width: 720px;
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(36px, 4.4vw, 56px);
	line-height: 1.23;
}

.gfdseo-brands-hero p {
	max-width: 720px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 16px;
	line-height: 1.65;
}

.gfdseo-brands-browser {
	padding: 70px 0;
}

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

.gfdseo-brand-card {
	display: flex;
	min-height: 320px;
	flex-direction: column;
	gap: 14px;
	align-items: center;
	justify-content: space-evenly;
	padding: 40px 20px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	background: #fff;
	text-align: center;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gfdseo-brand-card:hover,
.gfdseo-brand-card:focus-within {
	border-color: rgba(62, 201, 169, 0.5);
	box-shadow: 0 16px 34px rgba(18, 53, 87, 0.11);
	transform: translateY(-2px);
}

.gfdseo-brand-logo {
	display: flex;
	width: 100%;
	min-height: 78px;
	align-items: center;
	justify-content: center;
}

.gfdseo-brand-logo img {
	display: block;
	width: auto;
	max-width: min(220px, 100%);
	max-height: 88px;
	object-fit: contain;
}

.gfdseo-brand-logo span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	color: var(--gfdseo-green);
	font-family: var(--gfdseo-heading-font);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
}

.gfdseo-brand-body {
	display: grid;
	gap: 5px;
}

.gfdseo-brand-body h3 {
	margin: 0;
	color: var(--gfdseo-green);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.42;
}

.gfdseo-brand-body p {
	margin: 0;
	color: var(--gfdseo-muted);
	font-size: 16px;
	line-height: 1.63;
}

.gfdseo-brand-button {
	display: inline-flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 8px;
	background: rgba(62, 201, 169, 0.13);
	color: var(--gfdseo-green);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.gfdseo-brand-button:hover,
.gfdseo-brand-button:focus,
.gfdseo-brand-button:focus-visible {
	background: var(--gfdseo-green);
	color: #fff;
	text-decoration: none;
	outline: 0;
}

@media (max-width: 1366px) {
	.gfdseo-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.gfdseo-home-service-area-grid,
	.gfdseo-brand-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.gfdseo-landing {
	background:
		linear-gradient(180deg, #f7fbf6 0, #fff 420px),
		#fff;
}

.gfdseo-landing-hero {
	position: relative;
	overflow: hidden;
	padding: 74px 0 46px;
	background: #0d3325;
	color: #fff;
}

.gfdseo-landing-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(13, 51, 37, 0.98) 0%, rgba(13, 51, 37, 0.88) 48%, rgba(37, 189, 165, 0.35) 100%),
		radial-gradient(circle at 80% 20%, rgba(230, 244, 71, 0.22), transparent 34%);
	content: "";
}

.gfdseo-landing-hero-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
	gap: 44px;
	align-items: center;
}

.gfdseo-landing-hero-copy h1 {
	max-width: 820px;
	margin-bottom: 18px;
	font-size: clamp(40px, 5.6vw, 74px);
	line-height: 1.02;
}

.gfdseo-lede {
	max-width: 740px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
}

.gfdseo-lede p:last-child,
.gfdseo-richtext p:last-child {
	margin-bottom: 0;
}

.gfdseo-proof-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.gfdseo-proof-strip span,
.gfdseo-chip-list span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 500;
}

.gfdseo-proof-strip span {
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.92);
}

.gfdseo-hero-media {
	position: relative;
	margin: 0;
}

.gfdseo-hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.gfdseo-hero-ticket {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: min(310px, calc(100% - 36px));
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	background: rgba(13, 51, 37, 0.9);
	backdrop-filter: blur(12px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.gfdseo-ticket-label {
	margin-bottom: 4px;
	color: var(--gfdseo-lime);
	font-family: var(--gfdseo-accent-font);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.gfdseo-hero-ticket strong {
	display: block;
	font-size: 24px;
	font-family: var(--gfdseo-heading-font);
	line-height: 1.1;
}

.gfdseo-hero-ticket span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.45;
}

.gfdseo-intro-grid,
.gfdseo-proof-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
	gap: 34px;
	align-items: start;
}

.gfdseo-richtext {
	color: var(--gfdseo-muted);
	font-size: 17px;
}

.gfdseo-quick-card {
	border-radius: 8px;
	background: #123f2b;
	padding: 28px;
	color: #fff;
	box-shadow: 0 18px 40px rgba(18, 63, 43, 0.18);
}

.gfdseo-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gfdseo-chip-list span {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.gfdseo-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gfdseo-process-card {
	min-height: 260px;
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: #fff;
	padding: 26px;
	box-shadow: 0 12px 28px rgba(18, 63, 43, 0.07);
}

.gfdseo-process-card span {
	display: inline-flex;
	margin-bottom: 54px;
	color: var(--gfdseo-teal);
	font-family: var(--gfdseo-accent-font);
	font-size: 13px;
	font-weight: 700;
}

.gfdseo-process-card p {
	color: var(--gfdseo-muted);
}

.gfdseo-panel-strong {
	background: #faffd7;
}

.gfdseo-proof-card {
	border: 1px solid var(--gfdseo-line);
	border-radius: 8px;
	background: var(--gfdseo-surface);
	padding: 24px;
}

.gfdseo-proof-card ul {
	display: grid;
	gap: 10px;
	margin: 14px 0 18px;
	padding-left: 20px;
}

.gfdseo-proof-card li::marker {
	color: var(--gfdseo-teal);
}

@media (max-width: 860px) {
	.gfdseo-two-col,
	.gfdseo-city-intro-grid,
	.gfdseo-city-detail-grid,
	.gfdseo-card-grid,
	.gfdseo-card-grid-four,
	.gfdseo-city-grid,
	.gfdseo-brand-grid,
	.gfdseo-landing-hero-grid,
	.gfdseo-intro-grid,
	.gfdseo-proof-grid,
	.gfdseo-process-grid {
		grid-template-columns: 1fr;
	}

	.gfdseo-city-browser-header {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.gfdseo-service-area-hero .gfdseo-shell {
		width: min(100% - 32px, 1120px);
		margin: 0 auto;
	}

	.gfdseo-service-area-hero {
		min-height: 300px;
		background:
			linear-gradient(180deg, rgba(18, 53, 87, 0.46) 0%, rgba(18, 53, 87, 0.92) 100%),
			var(--gfdseo-service-area-hero-image, none) center / cover no-repeat,
			var(--gfdseo-navy);
	}

	.gfdseo-service-area-hero-inner {
		padding: 42px 0 34px;
	}

	.gfdseo-service-area-pill {
		min-height: 36px;
		margin-bottom: 18px;
		padding: 0 16px;
		font-size: 14px;
	}

	.gfdseo-service-area-hero h1 {
		font-size: 31px;
		line-height: 1.12;
	}

	.gfdseo-service-area-hero-inner > p:not(.gfdseo-service-area-pill) {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 1.65;
	}

	.gfdseo-service-area-browser {
		padding-top: 38px;
	}

	.gfdseo-service-area-index .gfdseo-muted {
		padding: 28px 0;
	}

	.gfdseo-service-area-note {
		font-size: 16px;
		line-height: 1.55;
	}

	.gfdseo-brands-hero {
		min-height: 300px;
		background:
			linear-gradient(180deg, rgba(18, 53, 87, 0.46) 0%, rgba(18, 53, 87, 0.9) 100%),
			var(--gfdseo-brands-hero-image, none) center / cover no-repeat,
			var(--gfdseo-navy);
	}

	.gfdseo-brands-hero-inner {
		padding: 42px 0 34px;
	}

	.gfdseo-brands-hero h1 {
		font-size: 31px;
		line-height: 1.2;
	}

	.gfdseo-brands-hero p {
		font-size: 14px;
		line-height: 1.7;
	}

	.gfdseo-brands-browser {
		padding: 38px 0;
	}

	.gfdseo-brand-card {
		min-height: 280px;
		padding: 34px 20px;
	}

	.gfdseo-landing-hero {
		padding: 52px 0 36px;
	}

	.gfdseo-landing-hero-copy h1 {
		font-size: 42px;
	}

	.gfdseo-lede {
		font-size: 18px;
	}

	.gfdseo-hero-media img {
		aspect-ratio: 4 / 3;
	}

	.gfdseo-hero-ticket {
		position: static;
		width: auto;
		margin-top: 14px;
	}

	.gfdseo-city-page .gfdseo-hero {
		min-height: 270px;
	}

	.gfdseo-city-page .gfdseo-hero .gfdseo-shell {
		padding: 54px 0 36px;
	}

	.gfdseo-testimonial-slide {
		flex-basis: calc((100% - var(--gfdseo-testimonial-gap)) / 2);
	}

	.gfdseo-testimonial-card {
		min-height: 0;
		padding: 30px 22px;
	}

	.gfdseo-contact-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.gfdseo-testimonial-viewport {
		overflow: visible;
	}

	.gfdseo-testimonial-track {
		gap: 14px;
	}

	.gfdseo-testimonial-slide {
		flex-basis: min(86vw, 360px);
	}

	.gfdseo-home-service-areas {
		padding: 48px 0;
	}

	.gfdseo-home-service-areas-shell {
		width: min(100% - 32px, 640px);
	}

	.gfdseo-home-service-areas h2 {
		font-size: 32px;
	}

	.gfdseo-home-service-areas-intro {
		margin-bottom: 24px;
		font-size: 15px;
		line-height: 1.55;
	}

	.gfdseo-home-service-area-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.gfdseo-home-service-area-grid .gfdseo-city-card:nth-child(n+4) {
		display: none;
	}

	.gfdseo-home-brand-logo-viewport {
		padding-bottom: 18px;
	}

	.gfdseo-home-brand-logo-track {
		gap: 16px;
	}

	.gfdseo-home-brand-logo-tile {
		width: 145px;
		height: 78px;
		padding: 12px 16px;
	}

	.gfdseo-home-brand-logo-tile img {
		max-height: 54px;
	}
}
