/* GroClicks Local SEO Services page -------------------------------------- */

.gc-local-page {
	overflow: clip;
	background: var(--gc-cream);
}

.gc-local-page *,
.gc-local-page *::before,
.gc-local-page *::after { box-sizing: border-box; }

.gc-local-page :is(h1, h2, h3, p, ul, ol, figure, blockquote) { margin-top: 0; }
.gc-local-page a { text-decoration: none; }
.gc-local-page .gc-section-heading h2 { font-size: clamp(34px, 4vw, 54px); }

.gc-local-hero {
	position: relative;
	padding: clamp(70px, 7vw, 108px) 0 78px;
	background:
		radial-gradient(circle at 78% 34%, rgb(109 59 255 / 12%), transparent 32%),
		linear-gradient(rgb(109 59 255 / 4%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(109 59 255 / 4%) 1px, transparent 1px),
		var(--gc-cream);
	background-size: auto, 56px 56px, 56px 56px, auto;
	border-bottom: 1px solid #d9d1c1;
}

.gc-local-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, var(--gc-cream) 0, transparent 27%, transparent 78%, var(--gc-cream) 100%);
}

.gc-local-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(530px, 1.1fr);
	align-items: center;
	gap: clamp(45px, 6vw, 88px);
}

.gc-local-hero__copy { max-width: 600px; }
.gc-local-hero .gc-eyebrow span { background: var(--gc-purple); }

.gc-local-hero h1 {
	margin-bottom: 25px;
	font-size: clamp(46px, 4.35vw, 64px);
	font-weight: 710;
	letter-spacing: -.055em;
	line-height: .99;
}

.gc-local-hero h1 em { color: var(--gc-purple); font-style: normal; }

.gc-local-hero__lead {
	max-width: 580px;
	margin-bottom: 30px;
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.65;
}

.gc-local-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 28px; }
.gc-local-hero__assurances { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0; padding: 0; list-style: none; }
.gc-local-hero__assurances li { position: relative; padding-left: 17px; font-size: 12px; font-weight: 650; }
.gc-local-hero__assurances li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--gc-purple); }

.gc-local-mapdemo {
	position: relative;
	width: 100%;
	min-width: 0;
	padding: 14px;
	border: 1px solid #cec7ba;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 26px 64px rgb(48 33 10 / 14%);
}

.gc-local-mapdemo__bar { display: flex; align-items: center; gap: 7px; height: 33px; padding: 0 6px 10px; border-bottom: 1px solid #ece7dd; color: #827a6f; font-size: 10px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.gc-local-mapdemo__bar i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #ddd5c8; }
.gc-local-mapdemo__bar i:first-child { background: #f0ada0; }
.gc-local-mapdemo__bar i:nth-child(2) { background: #c8b9f4; }
.gc-local-mapdemo__bar i:nth-child(3) { margin-right: 6px; background: #9fd7b5; }

.gc-local-mapdemo__search { display: flex; align-items: center; gap: 12px; height: 54px; margin: 14px 3px 8px; padding: 0 16px; border: 1px solid #d7d1c7; border-radius: 999px; box-shadow: 0 4px 14px rgb(31 24 12 / 7%); }
.gc-local-mapdemo__g { color: var(--gc-purple); font-size: 21px; font-weight: 850; }
.gc-local-mapdemo__search > span:nth-child(2) { min-width: 0; flex: 1; color: var(--gc-ink); font-size: 14px; font-weight: 680; white-space: nowrap; overflow: hidden; }
.gc-local-mapdemo.is-typing .gc-local-mapdemo__search > span:nth-child(2)::after { content: ""; display: inline-block; width: 1px; height: 1.1em; margin-left: 2px; background: var(--gc-purple); vertical-align: -.16em; animation: gc-local-caret .75s steps(2, end) infinite; }
@keyframes gc-local-caret { 50% { opacity: 0; } }
.gc-local-mapdemo__search > i { position: relative; display: block; width: 17px; height: 17px; border: 2px solid #766d61; border-radius: 50%; }
.gc-local-mapdemo__search > i::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; background: #766d61; transform: rotate(45deg); transform-origin: left center; }

.gc-local-mapdemo__tabs { display: flex; gap: 24px; margin: 0 15px; border-bottom: 1px solid #e6e0d7; color: #756d62; font-size: 11px; }
.gc-local-mapdemo__tabs span,
.gc-local-mapdemo__tabs strong { position: relative; padding: 8px 0 10px; }
.gc-local-mapdemo__tabs strong { color: var(--gc-purple); }
.gc-local-mapdemo__tabs strong::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--gc-purple); }

.gc-local-mapdemo__map {
	position: relative;
	min-height: 344px;
	margin: 13px 2px 0;
	overflow: hidden;
	border: 1px solid #ded7cb;
	border-radius: 15px;
	background:
		linear-gradient(34deg, transparent 0 42%, rgb(255 255 255 / 88%) 42% 47%, transparent 47%),
		linear-gradient(122deg, transparent 0 28%, rgb(255 255 255 / 86%) 28% 34%, transparent 34%),
		linear-gradient(13deg, transparent 0 63%, rgb(255 255 255 / 84%) 63% 68%, transparent 68%),
		#eef0e8;
}

.gc-local-mapdemo__map::before,
.gc-local-mapdemo__map::after { content: ""; position: absolute; border: 2px solid rgb(109 59 255 / 18%); border-radius: 50%; }
.gc-local-mapdemo__map::before { width: 270px; height: 270px; top: -92px; right: -48px; }
.gc-local-mapdemo__map::after { width: 180px; height: 180px; top: -47px; right: -3px; }
.gc-local-mapdemo__roads { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 0 19%, rgb(109 59 255 / 8%) 19% 20%, transparent 20% 67%, rgb(109 59 255 / 8%) 67% 68%, transparent 68%), linear-gradient(transparent 0 35%, rgb(109 59 255 / 8%) 35% 36%, transparent 36% 78%, rgb(109 59 255 / 8%) 78% 79%, transparent 79%); }

.gc-local-pin { position: absolute; width: 22px; height: 28px; border-radius: 50% 50% 50% 5px; background: #827b70; box-shadow: 0 4px 10px rgb(20 18 15 / 18%); opacity: 0; transform: translateY(-10px) rotate(-45deg); transition: opacity .35s ease, transform .35s ease; }
.gc-local-pin::before { content: ""; position: absolute; top: 7px; left: 7px; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.gc-local-pin--one { top: 51px; left: 76px; }
.gc-local-pin--two { top: 88px; left: 48%; transition-delay: .12s; }
.gc-local-pin--three { top: 42px; right: 69px; width: 28px; height: 35px; background: var(--gc-purple); transition-delay: .24s; }
.gc-local-pin--three::before { top: 9px; left: 9px; width: 10px; height: 10px; }
.gc-local-mapdemo.is-map-ready .gc-local-pin { opacity: 1; transform: rotate(-45deg); }
.gc-local-mapdemo__area { position: absolute; top: 18px; right: 20px; padding: 5px 8px; border-radius: 99px; background: rgb(255 255 255 / 88%); color: #686057; font-size: 8px; font-weight: 700; }

.gc-local-mapdemo__profile { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 14px; border: 1px solid rgb(109 59 255 / 30%); border-radius: 13px; background: rgb(255 255 255 / 96%); box-shadow: 0 14px 32px rgb(34 27 15 / 15%); opacity: 0; transform: translateY(16px); transition: opacity .45s ease, transform .45s ease; }
.gc-local-mapdemo.is-profile-ready .gc-local-mapdemo__profile { opacity: 1; transform: none; }
.gc-local-mapdemo__profile-head { display: flex; align-items: flex-start; gap: 10px; }
.gc-local-mapdemo__avatar { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 9px; background: var(--gc-ink); color: #fff; font-size: 14px; font-weight: 850; }
.gc-local-mapdemo__profile-head > div { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.gc-local-mapdemo__profile-head strong { color: var(--gc-ink); font-size: 13px; }
.gc-local-mapdemo__profile-head span { color: #625b52; font-size: 9px; }
.gc-local-mapdemo__profile-head span b { color: var(--gc-purple); letter-spacing: .04em; }
.gc-local-mapdemo__profile-head small { color: #756d62; font-size: 8px; }
.gc-local-mapdemo__profile-head > i { padding: 5px 7px; border-radius: 99px; background: #eee8ff; color: var(--gc-purple-dark); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.gc-local-mapdemo__actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 12px; }
.gc-local-mapdemo__actions span { padding: 8px; border: 1px solid #ddd5c7; border-radius: 7px; color: var(--gc-ink); font-size: 8px; font-weight: 800; text-align: center; text-transform: uppercase; }
.gc-local-mapdemo__actions span:first-child { border-color: var(--gc-purple); background: var(--gc-purple); color: #fff; }
.gc-local-mapdemo__message { display: flex; align-items: center; gap: 8px; margin: 10px 5px 4px; color: var(--gc-ink) !important; font-size: 10px; font-weight: 750; }
.gc-local-mapdemo__message span { color: var(--gc-purple); font-size: 17px; }
.gc-local-mapdemo__note { display: block; margin: 0 5px; color: #777064; font-size: 8px; }

.gc-local-proofbar { border-bottom: 1px solid #d9d1c1; background: #fffdf8; }
.gc-local-proofbar__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; min-height: 84px; }
.gc-local-proofbar p { margin: 0; color: #71695e !important; font-size: 10px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.gc-local-proofbar ul { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 70px); margin: 0; padding: 0; list-style: none; }
.gc-local-proofbar li { color: #312d27; font-size: 14px; font-weight: 750; }
.gc-local-proofbar a { color: var(--gc-ink); font-size: 12px; font-weight: 760; }

.gc-local-journey { padding: clamp(86px, 9vw, 136px) 0; }
.gc-local-journey__track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 58px 0 0; padding: 0; list-style: none; }
.gc-local-journey__track::before { content: ""; position: absolute; top: 34px; right: 7%; left: 7%; height: 2px; background: linear-gradient(90deg, #cdc4b6, var(--gc-purple)); }
.gc-local-journey__track li { position: relative; z-index: 1; min-width: 0; min-height: 148px; padding: 18px 13px; border: 1px solid #ded6c7; border-top: 3px solid #d9ceff; border-radius: 14px; background: linear-gradient(180deg, #fff 0%, #fffdf8 100%); box-shadow: 0 13px 30px rgb(33 26 14 / 5%); }
.gc-local-journey__track li::after { content: "\2192"; position: absolute; top: 25px; right: -12px; color: var(--gc-purple); font-size: 16px; font-weight: 800; }
.gc-local-journey__track li:last-child::after { display: none; }
.gc-local-journey__icon { position: relative; display: block; width: 34px; height: 34px; margin-bottom: 24px; border: 2px solid var(--gc-purple); border-radius: 10px; background: #eee8ff; }
.gc-local-journey__icon::before,
.gc-local-journey__icon::after { content: ""; position: absolute; }
.gc-local-journey__icon--search::before { top: 7px; left: 7px; width: 12px; height: 12px; border: 2px solid var(--gc-purple); border-radius: 50%; }
.gc-local-journey__icon--search::after { top: 19px; left: 19px; width: 8px; height: 2px; background: var(--gc-purple); transform: rotate(45deg); }
.gc-local-journey__icon--map::before { inset: 7px 8px; border: 2px solid var(--gc-purple); transform: skewY(-12deg); }
.gc-local-journey__icon--compare::before { top: 8px; left: 7px; width: 8px; height: 17px; border: 2px solid var(--gc-purple); border-radius: 2px; }
.gc-local-journey__icon--compare::after { top: 8px; right: 7px; width: 8px; height: 17px; border: 2px solid var(--gc-purple); border-radius: 2px; }
.gc-local-journey__icon--star::before { content: "\2605"; inset: 1px; color: var(--gc-purple); font-size: 24px; text-align: center; }
.gc-local-journey__icon--web::before { inset: 7px; border: 2px solid var(--gc-purple); border-radius: 2px; }
.gc-local-journey__icon--web::after { top: 11px; left: 9px; width: 14px; height: 2px; background: var(--gc-purple); }
.gc-local-journey__icon--call::before { content: "\260E"; inset: 4px; color: var(--gc-purple); font-size: 22px; text-align: center; }
.gc-local-journey__track small { display: block; margin-bottom: 5px; color: var(--gc-purple-dark); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gc-local-journey__track strong { color: var(--gc-ink); font-size: 12px; line-height: 1.35; }

.gc-local-pillars { padding: clamp(88px, 9vw, 140px) 0; background: #fffdf8; border-block: 1px solid #ded6c7; }
.gc-local-pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.gc-local-pillars article { position: relative; min-height: 310px; padding: 34px; overflow: hidden; border: 1px solid #ddd5c6; border-radius: 20px; background: linear-gradient(145deg, #fff 55%, #f6f1ff 100%); box-shadow: 0 18px 44px rgb(34 27 15 / 6%); }
.gc-local-pillars article::after { content: ""; position: absolute; right: -48px; bottom: -66px; width: 160px; height: 160px; border: 1px solid rgb(109 59 255 / 10%); border-radius: 50%; }
.gc-local-pillar-icon { position: relative; display: block; width: 54px; height: 54px; margin-bottom: 36px; border-radius: 15px; background: #eee8ff; }
.gc-local-pillar-icon::before,
.gc-local-pillar-icon::after { content: ""; position: absolute; }
.gc-local-pillar-icon--pin::before { top: 10px; left: 16px; width: 22px; height: 28px; border: 3px solid var(--gc-purple); border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); }
.gc-local-pillar-icon--pin::after { top: 18px; left: 24px; width: 7px; height: 7px; border-radius: 50%; background: var(--gc-purple); }
.gc-local-pillar-icon--star::before { content: "\2605"; inset: 7px; color: var(--gc-purple); font-size: 34px; line-height: 1; }
.gc-local-pillar-icon--arrow::before { top: 14px; left: 14px; width: 25px; height: 25px; border-top: 4px solid var(--gc-purple); border-right: 4px solid var(--gc-purple); }
.gc-local-pillar-icon--arrow::after { top: 27px; left: 12px; width: 34px; height: 4px; background: var(--gc-purple); transform: rotate(-45deg); }
.gc-local-pillars small { display: block; margin-bottom: 8px; color: var(--gc-purple-dark); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gc-local-pillars h3 { margin-bottom: 13px; font-size: 26px; line-height: 1.15; }
.gc-local-pillars p { margin: 0; font-size: 14px; line-height: 1.65; }

.gc-local-signals { padding: clamp(90px, 10vw, 150px) 0; }
.gc-local-signals__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.gc-local-signals article { position: relative; min-height: 390px; padding: 31px; overflow: hidden; border: 1px solid #dcd4c5; border-radius: 18px; background: linear-gradient(160deg, #fffdf8 55%, #f4efff 100%); box-shadow: 0 16px 38px rgb(34 27 15 / 4%); }
.gc-local-signals article::after { content: ""; position: absolute; right: -52px; bottom: -52px; width: 150px; height: 150px; border: 1px solid rgb(109 59 255 / 12%); border-radius: 50%; }
.gc-local-signals article > b { position: relative; display: grid; width: 46px; height: 46px; margin-bottom: 32px; place-items: center; border-radius: 13px; background: var(--gc-ink); color: #fff; }
.gc-local-signal-icon::before,
.gc-local-signal-icon::after { content: ""; position: absolute; }
.gc-local-signal-icon--relevance::before { inset: 11px; border: 2px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 5px var(--gc-ink), inset 0 0 0 7px currentColor; }
.gc-local-signal-icon--relevance::after { top: 20px; left: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--gc-yellow); }
.gc-local-signal-icon--distance::before { top: 9px; left: 14px; width: 18px; height: 23px; border: 2px solid currentColor; border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); }
.gc-local-signal-icon--distance::after { top: 15px; left: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--gc-yellow); }
.gc-local-signal-icon--prominence::before { content: "★"; inset: 7px; color: var(--gc-yellow); font-size: 27px; line-height: 1; text-align: center; }
.gc-local-signals article > span { display: block; margin-bottom: 8px; color: var(--gc-purple-dark); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.gc-local-signals h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.16; }
.gc-local-signals article > p { margin-bottom: 24px; font-size: 14px; line-height: 1.65; }
.gc-local-signals ul { display: grid; gap: 8px; margin: 0; padding: 18px 0 0; border-top: 1px solid #ded6c7; list-style: none; }
.gc-local-signals li { position: relative; padding-left: 16px; font-size: 12px; font-weight: 650; }
.gc-local-signals li::before { content: ""; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gc-purple); }

.gc-local-services { padding: clamp(90px, 9vw, 140px) 0; background: #fffdf8; border-block: 1px solid #ded6c7; }
.gc-local-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.gc-local-service-card { position: relative; min-height: 292px; padding: 30px; overflow: hidden; border: 1px solid #dcd4c5; border-top: 3px solid #dfd5ff; border-radius: 18px; background: #fff; box-shadow: 0 16px 40px rgb(34 27 15 / 5%); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.gc-local-service-card:hover { border-color: rgb(109 59 255 / 42%); box-shadow: 0 22px 50px rgb(34 27 15 / 9%); transform: translateY(-4px); }
.gc-local-service-card__icon { position: relative; display: block; width: 45px; height: 45px; margin-bottom: 34px; border-radius: 12px; background: #eee8ff; }
.gc-local-service-card__icon::before,
.gc-local-service-card__icon::after { content: ""; position: absolute; }
.gc-local-service-card__icon--profile::before { top: 8px; left: 15px; width: 15px; height: 15px; border: 2px solid var(--gc-purple); border-radius: 50%; }
.gc-local-service-card__icon--profile::after { right: 9px; bottom: 8px; left: 9px; height: 12px; border: 2px solid var(--gc-purple); border-radius: 10px 10px 3px 3px; }
.gc-local-service-card__icon--search::before { top: 9px; left: 9px; width: 18px; height: 18px; border: 3px solid var(--gc-purple); border-radius: 50%; }
.gc-local-service-card__icon--search::after { top: 26px; left: 26px; width: 10px; height: 3px; background: var(--gc-purple); transform: rotate(45deg); }
.gc-local-service-card__icon--page::before { inset: 9px 12px; border: 2px solid var(--gc-purple); border-radius: 2px; }
.gc-local-service-card__icon--page::after { top: 16px; left: 17px; width: 11px; height: 2px; background: var(--gc-purple); box-shadow: 0 5px 0 var(--gc-purple), 0 10px 0 var(--gc-purple); }
.gc-local-service-card__icon--star::before { content: "\2605"; inset: 4px; color: var(--gc-purple); font-size: 31px; text-align: center; }
.gc-local-service-card__icon--link::before { top: 10px; left: 7px; width: 20px; height: 12px; border: 3px solid var(--gc-purple); border-radius: 9px; transform: rotate(-38deg); }
.gc-local-service-card__icon--link::after { right: 7px; bottom: 10px; width: 20px; height: 12px; border: 3px solid var(--gc-purple); border-radius: 9px; transform: rotate(-38deg); }
.gc-local-service-card__icon--code::before { top: 15px; left: 10px; width: 10px; height: 10px; border-left: 3px solid var(--gc-purple); border-bottom: 3px solid var(--gc-purple); transform: rotate(45deg); }
.gc-local-service-card__icon--code::after { top: 15px; right: 10px; width: 10px; height: 10px; border-top: 3px solid var(--gc-purple); border-right: 3px solid var(--gc-purple); transform: rotate(45deg); }
.gc-local-service-card h3 { margin-bottom: 12px; font-size: 23px; line-height: 1.15; }
.gc-local-service-card p { margin-bottom: 35px; font-size: 14px; line-height: 1.65; }
.gc-local-service-card a { position: absolute; right: 30px; bottom: 27px; left: 30px; color: var(--gc-ink); font-size: 12px; font-weight: 780; }
.gc-local-service-card a span { float: right; color: var(--gc-purple); }

.gc-local-grid-section { padding: clamp(90px, 9vw, 140px) 0; }
.gc-local-grid-section__layout { display: grid; grid-template-columns: minmax(440px, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(58px, 8vw, 110px); }
.gc-local-rankgrid { padding: 24px; border: 1px solid #d2cabd; border-radius: 22px; background: #fffdf8; box-shadow: 0 25px 60px rgb(34 27 15 / 10%); }
.gc-local-rankgrid__head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid #ddd5c7; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gc-local-rankgrid__head b { color: var(--gc-purple-dark); }
.gc-local-rankgrid__map { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 20px 0; padding: 18px; border-radius: 16px; background: linear-gradient(rgb(109 59 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(109 59 255 / 5%) 1px, transparent 1px), #f0f0e9; background-size: 32px 32px; }
.gc-local-rankgrid__map > span { display: grid; aspect-ratio: 1; place-items: center; border: 4px solid rgb(255 255 255 / 86%); border-radius: 50%; color: #fff; box-shadow: 0 5px 12px rgb(20 18 15 / 13%); font-size: 9px; font-weight: 800; }
.gc-local-rankgrid .is-strong { background: #6f7f72; }
.gc-local-rankgrid .is-medium { background: #9f8a56; }
.gc-local-rankgrid .is-weak { background: #9a6c67; }
.gc-local-rankgrid .is-location { background: var(--gc-purple); color: #fff; }
.gc-local-rankgrid__legend { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-bottom: 11px; }
.gc-local-rankgrid__legend span { display: flex; align-items: center; gap: 6px; color: #6c645a; font-size: 8px; }
.gc-local-rankgrid__legend i { display: block; width: 8px; height: 8px; border-radius: 50%; }
.gc-local-rankgrid > small { color: #7b7368; font-size: 8px; }
.gc-local-grid-section__copy h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; }
.gc-local-grid-section__copy > p:not(.gc-eyebrow) { margin-bottom: 26px; font-size: 16px; line-height: 1.7; }
.gc-local-grid-section__copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.gc-local-grid-section__copy li { position: relative; padding-left: 23px; font-size: 13px; font-weight: 650; }
.gc-local-grid-section__copy li::before { content: "\2713"; position: absolute; left: 0; color: var(--gc-purple); font-weight: 900; }

.gc-local-ecosystem { padding: clamp(90px, 9vw, 140px) 0; background: var(--gc-ink); }
.gc-local-ecosystem .gc-section-heading :is(h2, p) { color: #fff; }
.gc-local-ecosystem .gc-section-heading > p:not(.gc-eyebrow) { color: #c8c0b4; }
.gc-local-ecosystem .gc-eyebrow { color: #c8c0b4 !important; }
.gc-local-ecosystem__diagram { position: relative; min-height: 520px; margin-top: 58px; }
.gc-local-ecosystem__diagram svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.gc-local-ecosystem__diagram path { fill: none; stroke: rgb(109 59 255 / 70%); stroke-width: 3; stroke-dasharray: 8 8; vector-effect: non-scaling-stroke; }
.gc-local-ecosystem__core,
.gc-local-ecosystem__node { position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 18%); background: #24211c; color: #fff; text-align: center; flex-direction: column; }
.gc-local-ecosystem__core { top: 50%; left: 50%; width: 260px; min-height: 160px; padding: 25px; border-radius: 24px; background: var(--gc-purple); transform: translate(-50%, -50%); box-shadow: 0 22px 55px rgb(0 0 0 / 25%); }
.gc-local-ecosystem__core small { color: #d9cefa; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.gc-local-ecosystem__core strong { margin: 7px 0; color: #fff; font-size: 22px; line-height: 1.15; }
.gc-local-ecosystem__core span { color: #ece5ff; font-size: 10px; }
.gc-local-ecosystem__node { width: 170px; min-height: 100px; padding: 18px; border-radius: 16px; }
.gc-local-ecosystem__node span { font-size: 15px; font-weight: 760; }
.gc-local-ecosystem__node small { color: #aaa297; font-size: 9px; }
.gc-local-ecosystem__node--maps { top: 0; left: 50%; transform: translateX(-50%); }
.gc-local-ecosystem__node--reviews { top: 18%; right: 2%; }
.gc-local-ecosystem__node--website { right: 2%; bottom: 5%; }
.gc-local-ecosystem__node--citations { bottom: 5%; left: 2%; }
.gc-local-ecosystem__node--authority { top: 18%; left: 2%; }

.gc-local-audit { padding: clamp(90px, 10vw, 150px) 0; background: #fffdf8; border-bottom: 1px solid #ded6c7; }
.gc-local-audit__compare { display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; gap: 18px; margin-top: 60px; }
.gc-local-audit__column { padding: 30px; border: 1px solid #dcd4c5; border-radius: 20px; background: #fff; box-shadow: 0 18px 44px rgb(34 27 15 / 6%); }
.gc-local-audit__column--after { border-color: rgb(109 59 255 / 35%); }
.gc-local-audit__column > small { display: block; margin-bottom: 7px; color: #71695d; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gc-local-audit__column--after > small { color: var(--gc-purple-dark); }
.gc-local-audit__column h3 { margin-bottom: 23px; font-size: 25px; }
.gc-local-audit__column ul { margin: 0; padding: 0; border-top: 1px solid #ded6c7; list-style: none; }
.gc-local-audit__column li { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid #ece6dc; font-size: 11px; }
.gc-local-audit__column li b { padding: 5px 7px; border-radius: 99px; background: #f1eee8; color: #766e63; font-size: 8px; text-transform: uppercase; }
.gc-local-audit__column--after li b { background: #eee8ff; color: var(--gc-purple-dark); }
.gc-local-audit__connector { display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--gc-purple); text-align: center; }
.gc-local-audit__connector span { font-size: 45px; line-height: 1; }
.gc-local-audit__connector b { margin-top: 8px; color: var(--gc-ink); font-size: 10px; text-transform: uppercase; }

.gc-local-process { padding: clamp(90px, 9vw, 140px) 0; }
.gc-local-process__track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 60px 0 0; padding: 0; list-style: none; }
.gc-local-process__track::before { content: ""; position: absolute; top: 25px; right: 6%; left: 6%; height: 2px; background: #d5cdbf; }
.gc-local-process__track li { position: relative; z-index: 1; min-height: 228px; padding: 72px 22px 24px; overflow: hidden; border: 1px solid #ddd5c6; border-radius: 16px; background: linear-gradient(155deg, #fffdf8 60%, #f1ebff 100%); }
.gc-local-process__track li::after { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--gc-purple), #bda7ff); }
.gc-local-process__icon { position: absolute; top: 18px; left: 22px; width: 38px; height: 38px; border-radius: 11px; background: #eee8ff; color: var(--gc-purple); }
.gc-local-process__icon::before,
.gc-local-process__icon::after { content: ""; position: absolute; }
.gc-local-process__icon--discover::before { top: 8px; left: 11px; width: 15px; height: 19px; border: 2px solid currentColor; border-radius: 50% 50% 50% 3px; transform: rotate(-45deg); }
.gc-local-process__icon--discover::after { top: 13px; left: 16px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.gc-local-process__icon--diagnose::before { top: 8px; left: 8px; width: 15px; height: 15px; border: 2px solid currentColor; border-radius: 50%; }
.gc-local-process__icon--diagnose::after { top: 23px; left: 23px; width: 9px; height: 2px; background: currentColor; transform: rotate(45deg); }
.gc-local-process__icon--build::before { inset: 9px; border: 2px solid currentColor; border-radius: 3px; }
.gc-local-process__icon--build::after { top: 13px; left: 13px; width: 12px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor; }
.gc-local-process__icon--reinforce::before { content: "★"; inset: 5px; font-size: 26px; line-height: 1; text-align: center; }
.gc-local-process__icon--measure::before { right: 9px; bottom: 9px; left: 9px; height: 19px; border-bottom: 2px solid currentColor; background: linear-gradient(90deg, currentColor 0 18%, transparent 18% 32%, currentColor 32% 55%, transparent 55% 69%, currentColor 69% 100%); clip-path: polygon(0 58%, 18% 58%, 18% 100%, 0 100%, 32% 36%, 55% 36%, 55% 100%, 32% 100%, 69% 0, 100% 0, 100% 100%, 69% 100%); }
.gc-local-process__track span { display: block; margin-bottom: 8px; color: var(--gc-purple-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gc-local-process__track h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.2; }
.gc-local-process__track p { margin: 0; font-size: 12px; line-height: 1.6; }

.gc-local-reviews { padding: clamp(90px, 9vw, 140px) 0; background: #fffdf8; border-block: 1px solid #ded6c7; }
.gc-local-reviews__layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr); align-items: center; gap: clamp(60px, 9vw, 120px); }
.gc-local-reviews__copy h2 { margin-bottom: 22px; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; }
.gc-local-reviews__copy > p:not(.gc-eyebrow) { margin-bottom: 24px; font-size: 16px; line-height: 1.7; }
.gc-local-reviews__copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 0; padding: 0; list-style: none; }
.gc-local-reviews__copy li { position: relative; padding-left: 18px; font-size: 12px; font-weight: 650; }
.gc-local-reviews__copy li::before { content: ""; position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gc-purple); }
.gc-local-reviews__visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 30px; border-radius: 24px; background: var(--gc-purple); box-shadow: 0 24px 60px rgb(59 30 135 / 20%); }
.gc-local-reviews__summary { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 20px; padding: 21px; border-radius: 15px; background: #fff; }
.gc-local-reviews__summary span { color: var(--gc-ink); font-size: 13px; font-weight: 750; }
.gc-local-reviews__summary strong { grid-row: span 2; color: var(--gc-ink); font-size: 40px; }
.gc-local-reviews__summary b { color: var(--gc-purple); letter-spacing: .08em; }
.gc-local-reviews__summary small { color: #756d62; font-size: 9px; }
.gc-local-review { padding: 18px; border-radius: 13px; background: #fff; }
.gc-local-review b { color: var(--gc-purple); font-size: 11px; letter-spacing: .06em; }
.gc-local-review p { margin: 9px 0 16px; color: var(--gc-ink-soft); font-size: 11px; line-height: 1.55; }
.gc-local-review small { color: #7d756a; font-size: 8px; text-transform: uppercase; }
.gc-local-reviews__visual > p { grid-column: 1 / -1; margin: 2px 0 0; color: #ddd2ff; font-size: 8px; text-align: right; }

.gc-local-businesses { padding: clamp(90px, 9vw, 140px) 0; }
.gc-local-businesses__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 58px; }
.gc-local-businesses__grid article { position: relative; min-height: 220px; padding: 26px; overflow: hidden; border: 1px solid #dcd4c5; border-radius: 16px; background: linear-gradient(150deg, #fffdf8 58%, #f2ecff 100%); box-shadow: 0 12px 32px rgb(34 27 15 / 4%); }
.gc-local-business-icon { position: relative; display: block; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 12px; background: #eee8ff; color: var(--gc-purple-dark); }
.gc-local-business-icon::before,
.gc-local-business-icon::after { content: ""; position: absolute; }
.gc-local-business-icon--store::before { top: 11px; left: 8px; width: 26px; height: 8px; border: 2px solid currentColor; border-radius: 3px 3px 1px 1px; box-shadow: inset 0 -3px 0 rgb(109 59 255 / 18%); }
.gc-local-business-icon--store::after { top: 20px; left: 10px; width: 22px; height: 14px; border: 2px solid currentColor; border-top: 0; }
.gc-local-business-icon--service::before { content: "✦"; inset: 5px; font-size: 27px; line-height: 1; text-align: center; }
.gc-local-business-icon--service::after { right: 8px; bottom: 8px; width: 13px; height: 3px; border-radius: 3px; background: currentColor; transform: rotate(-45deg); }
.gc-local-business-icon--health::before { top: 8px; left: 17px; width: 8px; height: 26px; border-radius: 2px; background: currentColor; }
.gc-local-business-icon--health::after { top: 17px; left: 8px; width: 26px; height: 8px; border-radius: 2px; background: currentColor; }
.gc-local-business-icon--multi::before { top: 8px; left: 8px; width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 3px; box-shadow: 16px 0 0 -2px #eee8ff, 16px 0 0 0 currentColor, 0 16px 0 -2px #eee8ff, 0 16px 0 0 currentColor, 16px 16px 0 -2px #eee8ff, 16px 16px 0 0 currentColor; }
.gc-local-businesses__grid h3 { margin-bottom: 10px; font-size: 20px; }
.gc-local-businesses__grid p { margin: 0; font-size: 12px; line-height: 1.6; }
.gc-local-location-models { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.gc-local-location-models > div { padding: 24px 27px; border-radius: 15px; background: var(--gc-ink); }
.gc-local-location-models small { display: block; margin-bottom: 8px; color: #bcb4a8; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.gc-local-location-models strong { color: #fff; font-size: 12px; line-height: 1.6; }
.gc-local-location-models strong span { color: var(--gc-purple); }

.gc-local-review-cta { padding: clamp(70px, 8vw, 110px) 0; background: #fffdf8; border-block: 1px solid #ded6c7; }
.gc-local-review-cta__card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .8fr) minmax(250px, .65fr); align-items: center; gap: 45px; padding: clamp(38px, 5vw, 65px); border-radius: 24px; background: var(--gc-purple); box-shadow: 0 25px 60px rgb(59 30 135 / 20%); }
.gc-local-review-cta .gc-eyebrow { color: #ddd2ff !important; }
.gc-local-review-cta .gc-eyebrow span { background: #fff; }
.gc-local-review-cta h2 { margin-bottom: 15px; color: #fff; font-size: clamp(34px, 4vw, 50px); line-height: 1.04; }
.gc-local-review-cta__card > div:first-child > p:last-child { margin: 0; color: #e6defc; font-size: 14px; line-height: 1.65; }
.gc-local-review-cta__card > ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.gc-local-review-cta__card > ul li { position: relative; padding-left: 19px; color: #fff; font-size: 11px; }
.gc-local-review-cta__card > ul li::before { content: "\2713"; position: absolute; left: 0; color: #fff; font-weight: 900; }
.gc-local-review-cta__actions { display: flex; align-items: center; text-align: center; flex-direction: column; gap: 11px; }
.gc-local-review-cta__actions .gc-button { width: 100%; }
.gc-local-review-cta__actions > a:not(.gc-button) { color: #fff; font-size: 11px; font-weight: 750; }
.gc-local-review-cta__actions small { color: #d9cefa; font-size: 8px; }

.gc-local-faq { padding: clamp(90px, 9vw, 140px) 0; }
.gc-local-faq__grid { display: grid; grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 130px); align-items: start; }
.gc-local-faq .gc-section-heading h2 { font-size: clamp(34px, 3.5vw, 48px); }
.gc-local-faq__items { border-top: 1px solid #cfc6b7; }
.gc-local-faq details { border-bottom: 1px solid #cfc6b7; }
.gc-local-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; color: var(--gc-ink); cursor: pointer; font-size: 15px; font-weight: 720; list-style: none; }
.gc-local-faq summary::-webkit-details-marker { display: none; }
.gc-local-faq summary i { position: relative; display: block; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid #cfc6b7; border-radius: 50%; }
.gc-local-faq summary i::before,
.gc-local-faq summary i::after { content: ""; position: absolute; top: 14px; left: 8px; width: 12px; height: 2px; background: var(--gc-ink); }
.gc-local-faq summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.gc-local-faq details[open] summary i { border-color: var(--gc-purple); background: var(--gc-purple); }
.gc-local-faq details[open] summary i::before,
.gc-local-faq details[open] summary i::after { background: #fff; }
.gc-local-faq details[open] summary i::after { transform: rotate(0); }
.gc-local-faq details > div { max-width: 680px; padding: 0 55px 22px 0; }
.gc-local-faq details p { margin: 0; font-size: 14px; line-height: 1.7; }

.gc-local-final { padding: 0 0 clamp(80px, 9vw, 130px); }
.gc-local-final__card { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 50px; padding: clamp(35px, 5vw, 58px); border: 1px solid #d7cfbf; border-radius: 22px; background: #fffdf8; box-shadow: var(--gc-shadow-soft); }
.gc-local-final h2 { max-width: 800px; margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.04; }

@media (max-width: 1120px) {
	.gc-local-hero__grid { grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr); gap: 38px; }
	.gc-local-hero h1 { font-size: clamp(43px, 5vw, 57px); }
	.gc-local-process__track { gap: 9px; }
	.gc-local-process__track li { padding-inline: 17px; }
	.gc-local-review-cta__card { grid-template-columns: minmax(0, 1fr) minmax(250px, .8fr); }
	.gc-local-review-cta__actions { grid-column: 1 / -1; width: min(100%, 360px); justify-self: center; }
}

@media (max-width: 900px) {
	.gc-local-hero { padding-top: 64px; }
	.gc-local-hero__grid { grid-template-columns: 1fr; gap: 55px; }
	.gc-local-hero__copy { max-width: 690px; }
	.gc-local-hero h1 { max-width: 720px; font-size: clamp(48px, 8vw, 67px); }
	.gc-local-mapdemo { width: min(100%, 690px); margin-inline: auto; }
	.gc-local-journey__track { grid-template-columns: repeat(3, 1fr); }
	.gc-local-journey__track::before { display: none; }
	.gc-local-journey__track li:nth-child(3)::after { display: none; }
	.gc-local-pillars__grid,
	.gc-local-signals__grid { grid-template-columns: 1fr; }
	.gc-local-pillars article { min-height: 0; }
	.gc-local-pillar-icon { margin-bottom: 32px; }
	.gc-local-signals article { min-height: 0; }
	.gc-local-services__grid { grid-template-columns: repeat(2, 1fr); }
	.gc-local-grid-section__layout { grid-template-columns: 1fr; }
	.gc-local-rankgrid { width: min(100%, 620px); margin-inline: auto; }
	.gc-local-ecosystem__diagram { min-height: 560px; }
	.gc-local-audit__compare { grid-template-columns: 1fr; }
	.gc-local-audit__connector { padding: 5px; }
	.gc-local-audit__connector span { transform: rotate(90deg); }
	.gc-local-process__track { grid-template-columns: repeat(6, 1fr); }
	.gc-local-process__track::before { display: none; }
	.gc-local-process__track li { grid-column: span 2; min-height: 205px; }
	.gc-local-process__track li:nth-child(4) { grid-column: 2 / span 2; }
	.gc-local-process__track li:nth-child(5) { grid-column: 4 / span 2; }
	.gc-local-reviews__layout { grid-template-columns: 1fr; }
	.gc-local-reviews__copy { max-width: 690px; }
	.gc-local-reviews__visual { width: min(100%, 660px); }
	.gc-local-businesses__grid { grid-template-columns: repeat(2, 1fr); }
	.gc-local-faq__grid { grid-template-columns: 1fr; gap: 45px; }
	.gc-local-faq .gc-section-heading { max-width: 650px; }
	.gc-local-final__card { grid-template-columns: 1fr; }
	.gc-local-final__card .gc-button { width: fit-content; }
}

@media (max-width: 767px) {
	.gc-shell { width: min(calc(100% - 32px), var(--gc-content-width)); }
	.gc-local-page .gc-section-heading h2,
	.gc-local-grid-section__copy h2,
	.gc-local-reviews__copy h2,
	.gc-local-review-cta h2,
	.gc-local-final h2 { font-size: clamp(31px, 10vw, 42px); line-height: 1.06; }
	.gc-local-page .gc-section-heading--split { grid-template-columns: 1fr; gap: 23px; }
	.gc-local-hero { padding: 38px 0 52px; }
	.gc-local-hero::after { display: none; }
	.gc-local-hero__grid { gap: 30px; }
	.gc-local-hero h1 { font-size: clamp(39px, 11.4vw, 51px); line-height: .98; }
	.gc-local-hero__lead { margin-bottom: 24px; font-size: 15px; line-height: 1.58; }
	.gc-local-hero__actions { align-items: stretch; flex-direction: column; }
	.gc-local-hero__actions .gc-button { width: 100%; }
	.gc-local-hero__actions { gap: 8px; margin-bottom: 18px; }
	.gc-local-hero__actions .gc-button--text { min-height: 42px; }
	.gc-local-hero__assurances { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
	.gc-local-hero__assurances li { padding: 8px 6px 8px 18px; border: 1px solid #ddd5c6; border-radius: 9px; background: rgb(255 255 255 / 55%); font-size: 10px; line-height: 1.25; }
	.gc-local-hero__assurances li::before { top: 13px; left: 7px; width: 5px; height: 5px; }
	.gc-local-mapdemo { padding: 9px; border-radius: 18px; }
	.gc-local-mapdemo__search { height: 49px; margin-inline: 1px; padding-inline: 12px; }
	.gc-local-mapdemo__search > span:nth-child(2) { font-size: 12px; }
	.gc-local-mapdemo__tabs { margin-inline: 9px; }
	.gc-local-mapdemo__map { min-height: 330px; }
	.gc-local-mapdemo__profile { right: 8px; bottom: 8px; left: 8px; padding: 11px; }
	.gc-local-mapdemo__profile-head > i { display: none; }
	.gc-local-mapdemo__actions span { padding-inline: 4px; }
	.gc-local-proofbar__inner { grid-template-columns: 1fr; gap: 13px; padding-block: 22px; text-align: center; }
	.gc-local-proofbar ul { flex-wrap: wrap; gap: 8px 20px; }
	.gc-local-proofbar a { display: none; }
	.gc-local-journey { padding-block: 72px; }
	.gc-local-journey__track { grid-template-columns: 1fr; margin-top: 42px; }
	.gc-local-journey__track li { display: grid; grid-template-columns: 44px 1fr; min-height: 92px; padding: 17px; gap: 0 13px; }
	.gc-local-journey__track li::after { top: auto; right: 50%; bottom: -15px; display: block !important; transform: rotate(90deg); }
	.gc-local-journey__track li:last-child::after { display: none !important; }
	.gc-local-journey__icon { grid-row: span 2; margin: 0; }
	.gc-local-journey__track small { align-self: end; }
	.gc-local-pillars,
	.gc-local-signals,
	.gc-local-services,
	.gc-local-grid-section,
	.gc-local-ecosystem,
	.gc-local-audit,
	.gc-local-process,
	.gc-local-reviews,
	.gc-local-businesses,
	.gc-local-faq { padding-block: 72px; }
	.gc-local-pillars__grid,
	.gc-local-signals__grid,
	.gc-local-services__grid { margin-top: 44px; }
	.gc-local-services__grid { grid-template-columns: 1fr; }
	.gc-local-service-card { min-height: 255px; }
	.gc-local-service-card__icon { margin-bottom: 24px; }
	.gc-local-signals article { padding: 26px; }
	.gc-local-rankgrid { padding: 16px; }
	.gc-local-rankgrid__map { gap: 4px; padding: 11px; }
	.gc-local-rankgrid__map > span { border-width: 3px; }
	.gc-local-ecosystem__diagram { display: grid; min-height: 0; gap: 10px; margin-top: 42px; }
	.gc-local-ecosystem__diagram svg { display: none; }
	.gc-local-ecosystem__core,
	.gc-local-ecosystem__node { position: static; width: 100%; min-height: 90px; transform: none; }
	.gc-local-ecosystem__core { min-height: 135px; order: -1; }
	.gc-local-audit__compare { margin-top: 44px; }
	.gc-local-audit__column { padding: 23px; }
	.gc-local-process__track { grid-template-columns: 1fr; margin-top: 42px; }
	.gc-local-process__track li,
	.gc-local-process__track li:nth-child(4),
	.gc-local-process__track li:nth-child(5) { grid-column: auto; min-height: 0; padding-top: 68px; }
	.gc-local-reviews__visual { grid-template-columns: 1fr; padding: 19px; }
	.gc-local-reviews__summary,
	.gc-local-reviews__visual > p { grid-column: auto; }
	.gc-local-reviews__copy ul { grid-template-columns: 1fr; }
	.gc-local-businesses__grid { grid-template-columns: 1fr; margin-top: 44px; }
	.gc-local-businesses__grid article { min-height: 180px; }
	.gc-local-location-models { grid-template-columns: 1fr; }
	.gc-local-review-cta { padding-block: 58px; }
	.gc-local-review-cta__card { grid-template-columns: 1fr; gap: 27px; padding: 33px 24px; border-radius: 18px; }
	.gc-local-review-cta__actions { grid-column: auto; width: 100%; }
	.gc-local-faq summary { padding-block: 20px; font-size: 14px; }
	.gc-local-faq details > div { padding-right: 15px; }
	.gc-local-final { padding-bottom: 80px; }
	.gc-local-final__card { padding: 32px 24px; }
	.gc-local-final__card .gc-button { width: 100%; }
}

@media (max-width: 390px) {
	.gc-local-mapdemo__profile-head span { font-size: 8px; }
	.gc-local-mapdemo__actions span { font-size: 7px; }
	.gc-local-rankgrid__head { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
	.gc-local-pin,
	.gc-local-mapdemo__profile { transition: none; }
}
