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

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

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

.gc-seo-page :is(h1, h2, h3, p, ul, ol, figure, blockquote) {
	margin-top: 0;
}

.gc-seo-page a {
	text-decoration: none;
}

.gc-seo-page .gc-section-heading {
	max-width: 670px;
}

.gc-seo-page .gc-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 710;
	letter-spacing: -.052em;
	line-height: 1.03;
}

.gc-seo-page .gc-section-heading > p:not(.gc-eyebrow) {
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.7;
}

.gc-seo-page .gc-section-heading--center {
	max-width: 810px;
	margin-inline: auto;
	text-align: center;
}

.gc-seo-page .gc-section-heading--center .gc-eyebrow {
	justify-content: center;
}

.gc-seo-page .gc-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
	align-items: end;
	gap: 50px;
	max-width: none;
}

.gc-seo-page .gc-section-heading--split > p {
	margin: 0;
}

.gc-seo-hero {
	position: relative;
	padding: clamp(70px, 7vw, 108px) 0 78px;
	background:
		radial-gradient(circle at 78% 34%, rgb(109 59 255 / 13%), 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-seo-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, var(--gc-cream) 0, transparent 26%, transparent 78%, var(--gc-cream) 100%);
}

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

.gc-seo-hero__copy {
	max-width: 590px;
}

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

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

.gc-seo-hero .gc-eyebrow span {
	background: var(--gc-purple);
}

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

.gc-seo-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-bottom: 28px;
}

.gc-seo-hero__assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-seo-hero__assurances li {
	position: relative;
	padding-left: 17px;
	font-size: 12px;
	font-weight: 650;
}

.gc-seo-hero__assurances li::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gc-purple);
}

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

.gc-seo-serp::before {
	display: none;
}

.gc-seo-serp__topbar {
	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: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.gc-seo-serp__topbar i {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ddd5c8;
}

.gc-seo-serp__topbar i:first-child { background: #f5b8a9; }
.gc-seo-serp__topbar i:nth-child(2) { background: #c8b9f4; }
.gc-seo-serp__topbar i:nth-child(3) { margin-right: 6px; background: #a8d7b9; }

.gc-seo-serp__search {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 56px;
	margin: 15px 4px 8px;
	padding: 0 17px;
	border: 1px solid #d8d3ca;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 4px 15px rgb(31 24 12 / 7%);
}

.gc-seo-serp__g {
	color: var(--gc-purple);
	font-size: 22px;
	font-weight: 850;
}

.gc-seo-serp__query {
	min-width: 0;
	flex: 1;
	color: #302b24;
	font-size: 15px;
	font-weight: 620;
	white-space: nowrap;
	overflow: hidden;
}

.gc-seo-serp.is-typing .gc-seo-serp__query::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1.1em;
	margin-left: 2px;
	background: var(--gc-purple);
	vertical-align: -.16em;
	animation: gc-seo-caret .75s steps(2, end) infinite;
}

@keyframes gc-seo-caret { 50% { opacity: 0; } }

.gc-seo-serp__magnify,
.gc-google-story__search {
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	border: 2px solid #766d61;
	border-radius: 50%;
}

.gc-seo-serp__magnify::after,
.gc-google-story__search::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 7px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
	transform-origin: left center;
}

.gc-seo-serp__tabs {
	display: flex;
	gap: 24px;
	margin: 0 15px;
	border-bottom: 1px solid #e6e0d7;
	color: #756d62;
	font-size: 11px;
}

.gc-seo-serp__tabs span,
.gc-seo-serp__tabs strong {
	padding: 8px 0 10px;
}

.gc-seo-serp__tabs strong {
	position: relative;
	color: var(--gc-purple);
}

.gc-seo-serp__tabs strong::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: var(--gc-purple);
}

.gc-seo-serp__body {
	position: relative;
	min-height: 328px;
	padding: 17px 15px 6px;
	border-radius: 0 0 15px 15px;
	background: #fbfaf7;
}

.gc-seo-serp__result {
	padding: 16px;
	border: 1px solid #d8d1c5;
	border-radius: 14px;
	background: #fffdf8;
	opacity: 0;
	transform: translateY(14px);
	transition: opacity .48s ease, transform .48s ease, border-color .48s ease, box-shadow .48s ease;
}

.gc-seo-serp.is-results-visible .gc-seo-serp__result {
	border-color: rgb(109 59 255 / 45%);
	box-shadow: 0 12px 34px rgb(109 59 255 / 12%);
	opacity: 1;
	transform: none;
}

.gc-seo-serp__result-head {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 10px;
}

.gc-seo-serp__favicon {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 8px;
	background: var(--gc-ink);
	color: #fff;
	font-weight: 850;
}

.gc-seo-serp__result-head > span:nth-child(2) {
	display: flex;
	min-width: 0;
	flex: 1;
	flex-direction: column;
}

.gc-seo-serp__result-head strong {
	color: var(--gc-ink);
	font-size: 12px;
}

.gc-seo-serp__result-head small {
	color: #786f63;
	font-size: 9px;
}

.gc-seo-serp__result-head > b {
	padding: 6px 8px;
	border-radius: 99px;
	background: #efe9ff;
	color: var(--gc-purple-dark);
	font-size: 8px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.gc-seo-serp__result h2 {
	margin-bottom: 6px;
	color: #4f26ce;
	font-size: 17px;
	font-weight: 730;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.gc-seo-serp__result p {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.55;
}

.gc-seo-serp__signals {
	display: flex;
	gap: 6px;
}

.gc-seo-serp__signals span {
	padding: 5px 8px;
	border-radius: 6px;
	background: #f3efe6;
	color: #5f574d;
	font-size: 8px;
	font-weight: 750;
	text-transform: uppercase;
}

.gc-seo-serp__ai {
	display: grid;
	grid-template-columns: 26px 1fr;
	gap: 0 10px;
	margin-top: 10px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #e2dbf7;
	background: #f7f4ff;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .45s ease, transform .45s ease;
}

.gc-seo-serp.is-answer-visible .gc-seo-serp__ai { opacity: 1; transform: none; }

.gc-seo-serp__ai > span {
	grid-row: span 2;
	color: var(--gc-purple);
	font-size: 22px;
}

.gc-seo-serp__ai p {
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 1.45;
}

.gc-seo-serp__ai small {
	color: #756d62;
	font-size: 8px;
}

.gc-seo-serp__skeleton {
	display: grid;
	gap: 6px;
	margin-top: 12px;
	opacity: .52;
}

.gc-seo-serp__skeleton i {
	display: block;
	height: 7px;
	border-radius: 99px;
	background: #e7e2da;
}

.gc-seo-serp__skeleton i:nth-child(2) { width: 78%; }
.gc-seo-serp__skeleton i:nth-child(3) { width: 56%; }

.gc-seo-serp__caption {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 10px 4px 0;
	color: #756d62 !important;
	font-size: 9px;
	font-weight: 650;
}

.gc-seo-serp__caption span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gc-purple);
}

.gc-seo-proofbar {
	border-bottom: 1px solid #d9d1c1;
	background: #fffdf8;
}

.gc-seo-proofbar__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 34px;
	min-height: 84px;
}

.gc-seo-proofbar p {
	margin: 0;
	color: #71695e !important;
	font-size: 10px;
	font-weight: 780;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gc-seo-proofbar ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 5vw, 70px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-seo-proofbar li {
	color: #312d27;
	font-size: 14px;
	font-weight: 750;
}

.gc-seo-proofbar a {
	color: var(--gc-ink);
	font-size: 12px;
	font-weight: 760;
}

.gc-seo-context {
	padding: clamp(84px, 9vw, 136px) 0;
}

.gc-seo-context__grid {
	display: grid;
	grid-template-columns: 1fr .86fr;
	gap: clamp(50px, 8vw, 120px);
	align-items: start;
}

.gc-seo-context__copy {
	padding-top: 43px;
}

.gc-seo-context__copy p {
	margin-bottom: 22px;
	font-size: 17px;
	line-height: 1.75;
}

.gc-seo-context__copy strong { color: var(--gc-ink); }

.gc-seo-diagnostics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 66px;
}

.gc-seo-diagnostics article {
	position: relative;
	min-height: 250px;
	padding: 30px;
	border: 1px solid #ddd5c6;
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 18px 45px rgb(33 26 14 / 6%);
}

.gc-seo-diagnostics__signal {
	display: block;
	width: 38px;
	height: 38px;
	margin-bottom: 34px;
	border: 8px solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #d7cfbf;
}

.gc-seo-diagnostics__signal--gold { border-color: var(--gc-gold); }
.gc-seo-diagnostics__signal--purple { border-color: var(--gc-purple); }
.gc-seo-diagnostics__signal--ink { border-color: var(--gc-ink); }

.gc-seo-diagnostics small,
.gc-seo-proof__copy > small {
	display: block;
	margin-bottom: 8px;
	color: #71695d;
	font-size: 10px;
	font-weight: 780;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gc-seo-diagnostics h3 {
	margin-bottom: 12px;
	font-size: 21px;
	line-height: 1.18;
}

.gc-seo-diagnostics p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
}

.gc-google-story {
	padding: clamp(88px, 9vw, 140px) 0;
	background: #fffdf8;
	border-block: 1px solid #ddd5c6;
}

.gc-google-story__stage {
	display: grid;
	grid-template-columns: 125px minmax(0, 1fr) 125px;
	align-items: center;
	gap: 18px;
	margin-top: 64px;
}

.gc-google-story__business,
.gc-google-story__buyer {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 164px;
	padding: 18px 10px;
	border: 1px solid #d7cfbf;
	border-radius: 16px;
	background: var(--gc-cream);
	text-align: center;
	flex-direction: column;
}

.gc-google-story__business strong,
.gc-google-story__buyer strong {
	margin-top: 15px;
	font-size: 13px;
}

.gc-google-story__business small,
.gc-google-story__buyer small {
	color: #776f63;
	font-size: 9px;
}

.gc-google-story__building {
	display: grid;
	grid-template-columns: repeat(2, 9px);
	gap: 5px;
	width: 46px;
	height: 52px;
	place-content: center;
	border: 3px solid var(--gc-ink);
	border-radius: 5px 5px 2px 2px;
	background: var(--gc-gold);
}

.gc-google-story__building::before {
	content: "";
	position: absolute;
}

.gc-google-story__building i {
	display: block;
	width: 9px;
	height: 9px;
	background: #fffdf8;
}

.gc-google-story__buyer .gc-google-story__search {
	width: 42px;
	height: 42px;
	border-width: 5px;
	color: var(--gc-purple);
}

.gc-google-story__buyer .gc-google-story__search::after {
	right: -13px;
	bottom: -7px;
	width: 18px;
	height: 5px;
}

.gc-google-story__path {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-google-story__path::before {
	content: "";
	position: absolute;
	top: 29px;
	right: -16px;
	left: -16px;
	height: 3px;
	background: linear-gradient(90deg, var(--gc-gold), var(--gc-purple));
}

.gc-google-story__path::after {
	content: "";
	position: absolute;
	top: 23px;
	right: -18px;
	border: 7px solid transparent;
	border-left-color: var(--gc-purple);
}

.gc-google-story__path li {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 284px;
	padding: 18px 14px;
	border: 1px solid #ddd5c6;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 14px 32px rgb(33 26 14 / 6%);
}

.gc-google-story__number {
	display: grid;
	width: 23px;
	height: 23px;
	margin: 0 auto 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--gc-ink);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
}

.gc-google-story__icon {
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 25px;
	border: 2px solid var(--gc-purple);
	border-radius: 12px;
	background: #eee8ff;
}

.gc-google-story__icon::before,
.gc-google-story__icon::after {
	content: "";
	position: absolute;
}

.gc-google-story__icon--radar::before { inset: 8px; border: 2px solid var(--gc-purple); border-radius: 50%; }
.gc-google-story__icon--radar::after { top: 18px; left: 18px; width: 14px; height: 2px; background: var(--gc-purple); transform: rotate(-38deg); transform-origin: left center; }
.gc-google-story__icon--bot::before { inset: 9px 7px 7px; border: 2px solid var(--gc-purple); border-radius: 6px; }
.gc-google-story__icon--bot::after { top: 4px; left: 18px; width: 2px; height: 7px; background: var(--gc-purple); box-shadow: -6px 15px 0 -0.2px var(--gc-purple), 6px 15px 0 -0.2px var(--gc-purple); }
.gc-google-story__icon--window::before { inset: 7px; border: 2px solid var(--gc-purple); border-radius: 3px; }
.gc-google-story__icon--window::after { top: 12px; left: 9px; width: 20px; height: 2px; background: var(--gc-purple); }
.gc-google-story__icon--stack::before { top: 9px; left: 8px; width: 20px; height: 7px; border: 2px solid var(--gc-purple); border-radius: 50%; background: #fff; box-shadow: 0 7px 0 -2px #fff, 0 7px 0 0 var(--gc-purple), 0 14px 0 -2px #fff, 0 14px 0 0 var(--gc-purple); }
.gc-google-story__icon--chart::before { right: 8px; bottom: 8px; left: 8px; height: 18px; border-left: 2px solid var(--gc-purple); border-bottom: 2px solid var(--gc-purple); }
.gc-google-story__icon--chart::after { left: 12px; bottom: 13px; width: 17px; height: 10px; border-top: 3px solid var(--gc-gold); transform: skewY(-25deg); }

.gc-google-story__path small {
	display: block;
	margin-bottom: 6px;
	color: var(--gc-purple-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.gc-google-story__path h3 {
	margin-bottom: 9px;
	font-size: 15px;
	line-height: 1.2;
}

.gc-google-story__path p {
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
}

.gc-google-story__bridge {
	display: grid;
	grid-template-columns: 220px 1fr 1.2fr;
	align-items: center;
	gap: 35px;
	margin-top: 28px;
	padding: 24px 28px;
	border-radius: 16px;
	background: var(--gc-ink);
	box-shadow: 0 20px 45px rgb(21 19 15 / 17%);
}

.gc-google-story__bridge > div {
	display: flex;
	flex-direction: column;
}

.gc-google-story__bridge > div span {
	color: var(--gc-gold);
	font-size: 12px;
	font-weight: 800;
}

.gc-google-story__bridge > div strong { color: #fff; font-size: 17px; }

.gc-google-story__bridge ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-google-story__bridge li {
	position: relative;
	padding-left: 13px;
	color: #eee8dd;
	font-size: 11px;
}

.gc-google-story__bridge li::before {
	content: "";
	position: absolute;
	top: .55em;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--gc-purple);
}

.gc-google-story__bridge > p {
	margin: 0;
	color: #c9c1b4;
	font-size: 11px;
	line-height: 1.55;
}

.gc-seo-services {
	padding: clamp(90px, 10vw, 150px) 0;
}

.gc-seo-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 60px;
}

.gc-seo-service-card {
	position: relative;
	min-height: 285px;
	padding: 30px;
	border: 1px solid #dcd4c5;
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 16px 40px rgb(34 27 15 / 5%);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gc-seo-service-card:hover {
	border-color: rgb(109 59 255 / 40%);
	box-shadow: 0 22px 52px rgb(34 27 15 / 10%);
	transform: translateY(-4px);
}

.gc-seo-service-card__icon {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 34px;
	border-radius: 12px;
	background: #eee8ff;
}

.gc-seo-service-card__icon::before,
.gc-seo-service-card__icon::after { content: ""; position: absolute; }
.gc-seo-service-card__icon--page::before { inset: 10px 13px; border: 2px solid var(--gc-purple); border-radius: 2px; }
.gc-seo-service-card__icon--page::after { top: 16px; left: 17px; width: 11px; height: 2px; background: var(--gc-gold); box-shadow: 0 5px 0 var(--gc-gold), 0 10px 0 var(--gc-gold); }
.gc-seo-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-seo-service-card__icon--code::after { top: 15px; right: 10px; width: 10px; height: 10px; border-right: 3px solid var(--gc-purple); border-top: 3px solid var(--gc-purple); transform: rotate(45deg); }
.gc-seo-service-card__icon--pin::before { top: 8px; left: 13px; width: 19px; height: 24px; border: 3px solid var(--gc-purple); border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); }
.gc-seo-service-card__icon--pin::after { top: 15px; left: 19px; width: 7px; height: 7px; border-radius: 50%; background: var(--gc-gold); }
.gc-seo-service-card__icon--building::before { inset: 8px 12px 7px; border: 2px solid var(--gc-purple); background: repeating-linear-gradient(90deg, transparent 0 5px, var(--gc-purple) 5px 7px); }
.gc-seo-service-card__icon--building::after { right: 8px; bottom: 7px; left: 8px; height: 2px; background: var(--gc-purple); }
.gc-seo-service-card__icon--briefcase::before { top: 15px; right: 8px; left: 8px; height: 20px; border: 2px solid var(--gc-purple); border-radius: 4px; }
.gc-seo-service-card__icon--briefcase::after { top: 10px; left: 17px; width: 11px; height: 8px; border: 2px solid var(--gc-purple); border-radius: 3px; }
.gc-seo-service-card__icon--bag::before { top: 15px; right: 10px; bottom: 8px; left: 10px; border: 2px solid var(--gc-purple); border-radius: 4px; }
.gc-seo-service-card__icon--bag::after { top: 9px; left: 16px; width: 13px; height: 13px; border: 2px solid var(--gc-purple); border-bottom: 0; border-radius: 8px 8px 0 0; }

.gc-seo-service-card h3 {
	margin-bottom: 12px;
	font-size: 23px;
	line-height: 1.15;
}

.gc-seo-service-card p {
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 1.65;
}

.gc-seo-service-card a {
	position: absolute;
	right: 30px;
	bottom: 27px;
	left: 30px;
	color: var(--gc-ink);
	font-size: 12px;
	font-weight: 780;
}

.gc-seo-service-card a span { float: right; color: var(--gc-purple); }

.gc-seo-included {
	padding: clamp(90px, 9vw, 140px) 0;
	background: #fffdf8;
	border-block: 1px solid #ddd5c6;
}

.gc-seo-included__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(55px, 8vw, 110px);
}

.gc-seo-included__visual {
	position: relative;
	padding: 45px;
	border-radius: 28px;
	background:
		linear-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px),
		var(--gc-purple);
	background-size: 32px 32px;
}

.gc-seo-included__visual::before {
	content: "";
	position: absolute;
	right: -16px;
	bottom: -16px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: var(--gc-gold);
}

.gc-seo-audit-card {
	position: relative;
	z-index: 1;
	padding: 22px;
	border: 1px solid rgb(255 255 255 / 50%);
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 30px 60px rgb(34 17 86 / 30%);
	transform: rotate(-1.5deg);
}

.gc-seo-audit-card__head {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3dccf;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.gc-seo-audit-card__head b { color: var(--gc-purple); }

.gc-seo-audit-card__score {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 20px 0;
}

.gc-seo-audit-card__score > strong {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 7px solid var(--gc-gold);
	border-right-color: #e4ded3;
	border-radius: 50%;
	font-size: 20px;
}

.gc-seo-audit-card__score > span { display: flex; flex-direction: column; }
.gc-seo-audit-card__score b { font-size: 13px; }
.gc-seo-audit-card__score small { color: #7a7266; font-size: 9px; }

.gc-seo-audit-card ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e3dccf;
	list-style: none;
}

.gc-seo-audit-card li {
	display: flex;
	justify-content: space-between;
	padding: 11px 0;
	border-bottom: 1px solid #eee8de;
	font-size: 10px;
}

.gc-seo-audit-card li b { padding: 4px 7px; border-radius: 99px; font-size: 8px; text-transform: uppercase; }
.gc-seo-audit-card .is-good { background: #e5f5e8; color: #246b36; }
.gc-seo-audit-card .is-watch { background: #fff3c6; color: #775800; }
.gc-seo-audit-card .is-plan { background: #eee8ff; color: var(--gc-purple-dark); }
.gc-seo-audit-card > p { margin: 12px 0 0; color: #81796e; font-size: 8px; text-align: right; }

.gc-seo-included__copy h2 {
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.04;
}

.gc-seo-included__copy > p:not(.gc-eyebrow) {
	margin-bottom: 29px;
	font-size: 16px;
	line-height: 1.7;
}

.gc-seo-checklist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gc-seo-checklist li {
	position: relative;
	padding-left: 22px;
	font-size: 13px;
	font-weight: 650;
}

.gc-seo-checklist li::before {
	content: "\2713";
	position: absolute;
	top: -1px;
	left: 0;
	color: var(--gc-purple);
	font-weight: 900;
}

.gc-seo-proof {
	padding: clamp(90px, 9vw, 140px) 0;
	background: var(--gc-ink);
}

.gc-seo-proof .gc-section-heading h2,
.gc-seo-proof .gc-section-heading p { color: #fff; }
.gc-seo-proof .gc-section-heading > p:not(.gc-eyebrow) { color: #c7bfb2; }
.gc-seo-proof .gc-eyebrow { color: #c7bfb2 !important; }

.gc-seo-proof__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr);
	align-items: center;
	gap: 45px;
	margin-top: 58px;
}

.gc-seo-proof__chart {
	margin: 0;
	padding: 13px;
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 18px;
	background: #f4f6fa;
	box-shadow: 0 28px 70px rgb(0 0 0 / 28%);
}

.gc-seo-proof__chart img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.gc-seo-proof__chart figcaption {
	padding: 10px 5px 1px;
	color: #6d665d;
	font-size: 9px;
}

.gc-seo-proof__copy { padding: 6px 0; }
.gc-seo-proof__copy > small { color: var(--gc-gold); }
.gc-seo-proof__copy h3 { margin-bottom: 24px; color: #fff; font-size: 30px; line-height: 1.12; }

.gc-seo-proof__copy ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.gc-seo-proof__copy li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.gc-seo-proof__copy li > span { color: var(--gc-purple); font-size: 11px; font-weight: 800; }
.gc-seo-proof__copy li b { color: #fff; font-size: 13px; }
.gc-seo-proof__copy li p { margin: 3px 0 0; color: #bfb7aa; font-size: 11px; line-height: 1.5; }
.gc-seo-proof__note { margin: 18px 0 0; color: #9f978c !important; font-size: 9px; }

.gc-seo-process {
	padding: clamp(90px, 10vw, 150px) 0;
}

.gc-seo-process__track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 62px 0 0;
	padding: 0;
	list-style: none;
}

.gc-seo-process__track::before {
	content: "";
	position: absolute;
	top: 18px;
	right: 7%;
	left: 7%;
	height: 2px;
	background: #d8d0c1;
}

.gc-seo-process__track li {
	position: relative;
	padding: 58px 24px 25px;
	border: 1px solid #ddd5c6;
	border-radius: 16px;
	background: #fffdf8;
}

.gc-seo-process__track li::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 11px;
	left: 24px;
	width: 15px;
	height: 15px;
	border: 4px solid var(--gc-cream);
	border-radius: 50%;
	background: var(--gc-purple);
	box-shadow: 0 0 0 1px var(--gc-purple);
}

.gc-seo-process__track li > span {
	display: block;
	margin-bottom: 7px;
	color: var(--gc-purple-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.gc-seo-process__track h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.2; }
.gc-seo-process__track p { margin: 0; font-size: 12px; line-height: 1.6; }

.gc-seo-expert {
	padding: 0 0 clamp(90px, 10vw, 150px);
}

.gc-seo-expert__card {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	align-items: stretch;
	min-height: 400px;
	overflow: hidden;
	border: 1px solid #d8d0c1;
	border-radius: 24px;
	background: #fffdf8;
	box-shadow: var(--gc-shadow-soft);
}

.gc-seo-expert__portrait { min-height: 100%; background: #eee8ff; }
.gc-seo-expert__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gc-seo-expert__copy { display: flex; justify-content: center; padding: clamp(38px, 6vw, 76px); flex-direction: column; }
.gc-seo-expert__copy h2 { max-width: 680px; margin-bottom: 20px; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.05; }
.gc-seo-expert__copy blockquote { max-width: 720px; margin-bottom: 24px; padding: 0; border: 0; color: var(--gc-ink-soft); font-size: 18px; line-height: 1.65; }
.gc-seo-expert__copy > p:last-child { display: flex; margin: 0; flex-direction: column; }
.gc-seo-expert__copy > p:last-child strong { color: var(--gc-ink); font-size: 14px; }
.gc-seo-expert__copy > p:last-child span { color: #71695e; font-size: 11px; }

.gc-seo-faq {
	padding: clamp(90px, 9vw, 140px) 0;
	background: #fffdf8;
	border-top: 1px solid #ddd5c6;
}

.gc-seo-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr);
	gap: clamp(55px, 9vw, 130px);
	align-items: start;
}

.gc-seo-faq .gc-section-heading h2 { font-size: clamp(34px, 3.5vw, 48px); }
.gc-seo-faq__items { border-top: 1px solid #cfc6b7; }

.gc-seo-faq details { border-bottom: 1px solid #cfc6b7; }
.gc-seo-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; color: var(--gc-ink); cursor: pointer; font-size: 16px; font-weight: 720; list-style: none; }
.gc-seo-faq summary::-webkit-details-marker { display: none; }
.gc-seo-faq summary i { position: relative; display: block; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid #cfc6b7; border-radius: 50%; }
.gc-seo-faq summary i::before,
.gc-seo-faq summary i::after { content: ""; position: absolute; top: 14px; left: 8px; width: 12px; height: 2px; background: var(--gc-ink); }
.gc-seo-faq summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.gc-seo-faq details[open] summary i { border-color: var(--gc-purple); background: var(--gc-purple); }
.gc-seo-faq details[open] summary i::before,
.gc-seo-faq details[open] summary i::after { background: #fff; }
.gc-seo-faq details[open] summary i::after { transform: rotate(0); }
.gc-seo-faq details > div { max-width: 680px; padding: 0 55px 24px 0; }
.gc-seo-faq details p { margin: 0; font-size: 14px; line-height: 1.7; }

.gc-seo-cta {
	padding: clamp(70px, 8vw, 110px) 0;
}

.gc-seo-cta__card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 60px;
	overflow: hidden;
	padding: clamp(40px, 6vw, 74px);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 0, rgb(244 185 0 / 28%), transparent 28%),
		var(--gc-purple);
	box-shadow: 0 24px 60px rgb(63 32 144 / 22%);
}

.gc-seo-cta__card::after {
	content: "";
	position: absolute;
	right: -55px;
	bottom: -110px;
	width: 260px;
	height: 260px;
	border: 1px solid rgb(255 255 255 / 16%);
	border-radius: 50%;
}

.gc-seo-cta .gc-eyebrow { color: #ddd1ff !important; }
.gc-seo-cta h2 { max-width: 650px; margin-bottom: 17px; color: #fff; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; }
.gc-seo-cta__card > div:first-child > p:last-child { max-width: 680px; margin: 0; color: #e6defc; font-size: 15px; line-height: 1.65; }
.gc-seo-cta__card > div:first-child > p:last-child a { color: #fff; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.gc-seo-cta__actions { position: relative; z-index: 1; display: flex; min-width: 285px; align-items: center; flex-direction: column; gap: 13px; }
.gc-seo-cta__actions .gc-button { width: 100%; }
.gc-seo-cta__actions > a:not(.gc-button) { color: #fff; font-size: 12px; font-weight: 750; }
.gc-seo-cta__actions small { color: #d8ccfa; font-size: 9px; }

@media (max-width: 1120px) {
	.gc-seo-hero__grid { grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr); gap: 38px; }
	.gc-seo-hero h1 { font-size: clamp(43px, 5vw, 57px); }
	.gc-google-story__stage { grid-template-columns: 95px minmax(0, 1fr) 95px; gap: 10px; }
	.gc-google-story__path { gap: 6px; }
	.gc-google-story__path li { padding-inline: 10px; }
	.gc-google-story__bridge { grid-template-columns: 190px 1fr 1fr; gap: 24px; }
}

@media (max-width: 900px) {
	.gc-seo-hero { padding-top: 64px; }
	.gc-seo-hero__grid { grid-template-columns: 1fr; gap: 55px; }
	.gc-seo-hero__copy { max-width: 680px; }
	.gc-seo-hero h1 { max-width: 700px; font-size: clamp(48px, 8vw, 67px); }
	.gc-seo-serp { width: min(100%, 690px); margin-inline: auto; transform: none; }
	.gc-seo-context__grid { grid-template-columns: 1fr; gap: 30px; }
	.gc-seo-context__copy { max-width: 700px; padding-top: 0; }
	.gc-seo-diagnostics { grid-template-columns: repeat(3, 1fr); }
	.gc-seo-diagnostics article { min-height: 275px; padding: 24px; }
	.gc-google-story__stage { grid-template-columns: 1fr; }
	.gc-google-story__business,
	.gc-google-story__buyer { display: grid; grid-template-columns: auto 1fr; justify-content: start; min-height: 90px; padding: 16px 22px; text-align: left; column-gap: 18px; }
	.gc-google-story__business > span,
	.gc-google-story__buyer > span { grid-row: span 2; }
	.gc-google-story__business strong,
	.gc-google-story__buyer strong { align-self: end; margin: 0; font-size: 15px; }
	.gc-google-story__business small,
	.gc-google-story__buyer small { align-self: start; }
	.gc-google-story__path { gap: 10px; }
	.gc-google-story__path::before { right: 0; left: 0; }
	.gc-google-story__path li { min-height: 275px; }
	.gc-google-story__bridge { grid-template-columns: 1fr 1.3fr; }
	.gc-google-story__bridge > p { grid-column: 1 / -1; padding-top: 15px; border-top: 1px solid rgb(255 255 255 / 14%); }
	.gc-seo-services__grid { grid-template-columns: repeat(2, 1fr); }
	.gc-seo-included__grid { grid-template-columns: 1fr; }
	.gc-seo-included__visual { width: min(100%, 620px); margin-inline: auto; }
	.gc-seo-proof__grid { grid-template-columns: 1fr; }
	.gc-seo-proof__copy { max-width: 650px; }
	.gc-seo-process__track { grid-template-columns: repeat(2, 1fr); }
	.gc-seo-process__track::before { display: none; }
	.gc-seo-expert__card { grid-template-columns: 250px minmax(0, 1fr); }
	.gc-seo-expert__copy { padding: 42px; }
	.gc-seo-faq__grid { grid-template-columns: 1fr; gap: 45px; }
	.gc-seo-faq .gc-section-heading { max-width: 650px; }
	.gc-seo-cta__card { grid-template-columns: 1fr; gap: 35px; }
	.gc-seo-cta__actions { width: min(100%, 360px); min-width: 0; align-items: flex-start; }
}

@media (max-width: 767px) {
	.gc-shell { width: min(calc(100% - 32px), var(--gc-content-width)); }
	.gc-seo-page .gc-section-heading h2,
	.gc-seo-included__copy h2,
	.gc-seo-cta h2 { font-size: clamp(31px, 10vw, 42px); line-height: 1.06; }
	.gc-seo-page .gc-section-heading--split { grid-template-columns: 1fr; gap: 23px; }
	.gc-seo-hero { padding: 54px 0 65px; }
	.gc-seo-hero::after { display: none; }
	.gc-seo-hero__grid { gap: 44px; }
	.gc-seo-hero h1 { font-size: clamp(43px, 12.5vw, 59px); }
	.gc-seo-hero__lead { font-size: 16px; }
	.gc-seo-hero__actions { align-items: stretch; flex-direction: column; }
	.gc-seo-hero__actions .gc-button { width: 100%; }
	.gc-seo-hero__assurances { display: grid; grid-template-columns: 1fr; gap: 8px; }
	.gc-seo-serp { padding: 9px; border-radius: 18px; box-shadow: 0 20px 50px rgb(48 33 10 / 16%); }
	.gc-seo-serp__search { height: 49px; margin-inline: 1px; padding-inline: 12px; }
	.gc-seo-serp__query { font-size: 12px; }
	.gc-seo-serp__tabs { gap: 16px; margin-inline: 9px; overflow: hidden; white-space: nowrap; }
	.gc-seo-serp__body { min-height: 335px; padding-inline: 8px; }
	.gc-seo-serp__result { padding: 13px; }
	.gc-seo-serp__result-head > b { position: absolute; top: 59px; right: 20px; }
	.gc-seo-serp__result h2 { padding-right: 70px; font-size: 14px; }
	.gc-seo-serp__signals span { padding-inline: 6px; font-size: 7px; }
	.gc-seo-serp__ai { grid-template-columns: 22px 1fr; padding: 11px; }
	.gc-seo-proofbar__inner { grid-template-columns: 1fr; gap: 13px; padding-block: 22px; text-align: center; }
	.gc-seo-proofbar ul { flex-wrap: wrap; gap: 8px 20px; }
	.gc-seo-proofbar a { display: none; }
	.gc-seo-context { padding-block: 85px; }
	.gc-seo-diagnostics { grid-template-columns: 1fr; margin-top: 45px; }
	.gc-seo-diagnostics article { min-height: 0; }
	.gc-seo-diagnostics__signal { margin-bottom: 25px; }
	.gc-google-story { padding-block: 86px; }
	.gc-google-story__stage { margin-top: 45px; }
	.gc-google-story__path { grid-template-columns: 1fr; gap: 12px; }
	.gc-google-story__path::before { top: 0; bottom: 0; left: 26px; width: 3px; height: auto; background: linear-gradient(var(--gc-gold), var(--gc-purple)); }
	.gc-google-story__path::after { top: auto; right: auto; bottom: -4px; left: 20px; border: 7px solid transparent; border-top-color: var(--gc-purple); }
	.gc-google-story__path li { display: grid; grid-template-columns: 36px 48px 1fr; min-height: 0; padding: 18px; gap: 0 13px; }
	.gc-google-story__number { grid-row: span 3; margin: 8px 0 0; }
	.gc-google-story__icon { grid-row: span 3; margin: 0; }
	.gc-google-story__path small { margin: 1px 0 4px; }
	.gc-google-story__path h3 { margin-bottom: 6px; font-size: 16px; }
	.gc-google-story__path p { font-size: 11px; }
	.gc-google-story__bridge { grid-template-columns: 1fr; gap: 20px; padding: 22px; }
	.gc-google-story__bridge ul { grid-template-columns: 1fr 1fr; }
	.gc-google-story__bridge > p { grid-column: auto; }
	.gc-seo-services { padding-block: 88px; }
	.gc-seo-services__grid { grid-template-columns: 1fr; margin-top: 44px; }
	.gc-seo-service-card { min-height: 260px; }
	.gc-seo-included { padding-block: 88px; }
	.gc-seo-included__visual { padding: 24px; border-radius: 20px; }
	.gc-seo-included__visual::before { right: -8px; bottom: -8px; width: 80px; height: 80px; }
	.gc-seo-audit-card { padding: 16px; }
	.gc-seo-checklist { grid-template-columns: 1fr; }
	.gc-seo-proof { padding-block: 88px; }
	.gc-seo-proof__grid { margin-top: 42px; }
	.gc-seo-proof__chart { padding: 7px; border-radius: 12px; }
	.gc-seo-proof__chart figcaption { line-height: 1.4; }
	.gc-seo-process { padding-block: 88px; }
	.gc-seo-process__track { grid-template-columns: 1fr; margin-top: 43px; }
	.gc-seo-process__track li { padding-top: 51px; }
	.gc-seo-expert { padding-bottom: 88px; }
	.gc-seo-expert__card { grid-template-columns: 1fr; }
	.gc-seo-expert__portrait { aspect-ratio: 1.35 / 1; min-height: 0; }
	.gc-seo-expert__portrait img { object-position: center 24%; }
	.gc-seo-expert__copy { padding: 30px 24px 34px; }
	.gc-seo-expert__copy blockquote { font-size: 16px; }
	.gc-seo-faq { padding-block: 88px; }
	.gc-seo-faq summary { padding-block: 20px; font-size: 14px; }
	.gc-seo-faq details > div { padding-right: 15px; }
	.gc-seo-cta { padding-block: 58px; }
	.gc-seo-cta__card { padding: 34px 24px; border-radius: 18px; }
	.gc-seo-cta__actions { align-items: center; text-align: center; }
}

@media (max-width: 390px) {
	.gc-seo-serp__result-head > b { display: none; }
	.gc-seo-serp__result h2 { padding-right: 0; }
	.gc-seo-serp__signals span:last-child { display: none; }
	.gc-google-story__path li { grid-template-columns: 30px 42px 1fr; padding-inline: 13px; gap: 0 9px; }
	.gc-google-story__icon { width: 38px; height: 38px; }
	.gc-google-story__bridge ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.gc-seo-serp__result,
	.gc-seo-serp__ai { transition: none; }
}
