/*
 * GroClicks design-system foundation.
 * Page-specific styles will be migrated only after their markup is verified
 * against Blocksy, preventing old header and footer selectors from leaking in.
 */

:root {
	--gc-ink: #15130f;
	--gc-ink-soft: #49443b;
	--gc-cream: #f8f4ea;
	--gc-surface: #fffdf8;
	--gc-line: #ded6c6;
	--gc-purple: #6d3bff;
	--gc-purple-dark: #5127d9;
	--gc-gold: #f4b900;
	--gc-focus: #5a2ee6;
	--gc-radius-sm: 10px;
	--gc-radius-md: 18px;
	--gc-radius-lg: 28px;
	--gc-shadow-soft: 0 18px 50px rgb(28 22 12 / 8%);
	--gc-content-width: 1200px;
}

.groclicks-blocksy-foundation {
	background: var(--gc-cream);
	color: var(--gc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.groclicks-blocksy-foundation :is(h1, h2, h3, h4, h5, h6) {
	color: var(--gc-ink);
	font-family: inherit;
	font-weight: 720;
	letter-spacing: -0.035em;
}

.groclicks-blocksy-foundation :is(p, li) {
	color: var(--gc-ink-soft);
}

.groclicks-blocksy-foundation :is(a, button, input, select, textarea) {
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.groclicks-blocksy-foundation :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--gc-focus) 35%, transparent);
	outline-offset: 3px;
}

.groclicks-blocksy-foundation :is(.wp-element-button, .wp-block-button__link, [class*="ct-button"]) {
	border-radius: var(--gc-radius-sm);
	font-weight: 700;
}

.groclicks-blocksy-foundation :is(.entry-content, [data-content="normal"]) {
	--theme-content-spacing: 1.35em;
}

@media (prefers-reduced-motion: reduce) {
	.groclicks-blocksy-foundation *,
	.groclicks-blocksy-foundation *::before,
	.groclicks-blocksy-foundation *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Fresh Blocksy homepage --------------------------------------------------- */

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

.groclicks-blocksy-foundation #footer [data-row="bottom"] {
	border-top: 1px solid #d8cfbe;
	background: var(--gc-cream);
}

.groclicks-blocksy-foundation #footer .ct-footer-copyright {
	color: #6c655a;
	font-size: 12px;
}

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

.gc-shell {
	width: min(calc(100% - 48px), var(--gc-content-width));
	margin-inline: auto;
}

.gc-home :is(h1, h2, h3, p) {
	margin-top: 0;
}

.gc-home a {
	text-decoration: none;
}

.gc-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: #635d53 !important;
	font-size: 12px;
	font-weight: 780;
	letter-spacing: .14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gc-eyebrow span {
	width: 26px;
	height: 3px;
	background: var(--gc-gold);
	border-radius: 99px;
}

.gc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 52px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 760;
	line-height: 1.25;
}

.gc-button:hover {
	transform: translateY(-2px);
}

.gc-button--primary {
	background: var(--gc-ink);
	color: #fff;
	box-shadow: 0 12px 28px rgb(21 19 15 / 16%);
}

.gc-button--primary:hover {
	background: #28241d;
	color: #fff;
}

.gc-button--text {
	padding-inline: 6px;
	color: var(--gc-ink);
}

.gc-button--text:hover {
	color: var(--gc-purple-dark);
}

.gc-button--outline {
	border-color: #bdb4a4;
	color: var(--gc-ink);
}

.gc-button--outline:hover {
	border-color: var(--gc-ink);
	color: var(--gc-ink);
}

.gc-button--light {
	background: #fff;
	color: var(--gc-ink);
	box-shadow: 0 12px 30px rgb(20 14 8 / 20%);
}

.gc-button--light:hover {
	color: var(--gc-purple-dark);
}

.gc-hero {
	position: relative;
	min-height: 690px;
	padding: clamp(70px, 8vw, 118px) 0 74px;
	background:
		radial-gradient(circle at 76% 38%, rgb(109 59 255 / 12%), transparent 34%),
		linear-gradient(rgb(244 185 0 / 4%) 1px, transparent 1px),
		linear-gradient(90deg, rgb(244 185 0 / 4%) 1px, transparent 1px),
		var(--gc-cream);
	background-size: auto, 56px 56px, 56px 56px, auto;
	border-bottom: 1px solid #d9d1c1;
}

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

.gc-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
	align-items: center;
	gap: clamp(40px, 6vw, 88px);
}

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

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

.gc-hero h1 em,
.gc-section-heading h2 em {
	color: var(--gc-purple);
	font-style: normal;
}

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

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

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

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

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

.gc-engine {
	position: relative;
	min-height: 525px;
}

.gc-engine__halo {
	position: absolute;
	top: 35px;
	left: 50%;
	width: 440px;
	height: 440px;
	transform: translateX(-50%);
	border: 1px dashed rgb(109 59 255 / 24%);
	border-radius: 50%;
}

.gc-engine__halo::before,
.gc-engine__halo::after {
	content: "";
	position: absolute;
	inset: 30px;
	border: 1px solid rgb(244 185 0 / 16%);
	border-radius: inherit;
}

.gc-engine__halo::after {
	inset: 73px;
	border-style: dashed;
	border-color: rgb(21 19 15 / 13%);
}

.gc-engine__ring {
	position: absolute;
	top: 74px;
	left: 50%;
	display: grid;
	place-items: center;
	width: 360px;
	height: 360px;
	transform: translateX(-50%) rotate(-10deg);
	border-radius: 50%;
	background: conic-gradient(
		var(--gc-gold) 0 68deg,
		var(--gc-cream) 68deg 72deg,
		var(--gc-purple) 72deg 140deg,
		var(--gc-cream) 140deg 144deg,
		#8e66ff 144deg 212deg,
		var(--gc-cream) 212deg 216deg,
		var(--gc-ink) 216deg 284deg,
		var(--gc-cream) 284deg 288deg,
		#efaa00 288deg 356deg,
		var(--gc-cream) 356deg 360deg
	);
	box-shadow: 0 30px 75px rgb(61 43 13 / 16%);
}

.gc-engine__ring::before {
	content: "";
	position: absolute;
	inset: 44px;
	border-radius: inherit;
	background: var(--gc-cream);
	box-shadow: inset 0 0 0 1px rgb(94 78 43 / 12%);
}

.gc-engine__core {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 226px;
	height: 226px;
	transform: rotate(10deg);
	border: 1px solid rgb(109 59 255 / 28%);
	border-radius: 50%;
	background: #fffdf8;
	box-shadow: 0 15px 40px rgb(21 19 15 / 8%);
	text-align: center;
}

.gc-engine__core span {
	margin-bottom: 7px;
	color: var(--gc-purple);
	font-size: 14px;
	font-weight: 800;
}

.gc-engine__core strong {
	color: var(--gc-ink);
	font-size: 30px;
	letter-spacing: -.045em;
	line-height: .94;
}

.gc-engine__core small {
	margin-top: 12px;
	color: #6f685d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gc-engine__label {
	position: absolute;
	z-index: 2;
	min-width: 125px;
	padding: 10px 12px;
	border: 1px solid #ded6c6;
	border-radius: 11px;
	background: rgb(255 253 248 / 92%);
	box-shadow: 0 12px 30px rgb(42 34 20 / 10%);
	backdrop-filter: blur(8px);
}

.gc-engine__label b,
.gc-engine__label span {
	display: block;
}

.gc-engine__label b {
	color: var(--gc-ink);
	font-size: 12px;
	letter-spacing: .035em;
	text-transform: uppercase;
}

.gc-engine__label span {
	margin-top: 2px;
	color: #6b645a;
	font-size: 10px;
}

.gc-engine__label--seo { top: 35px; right: 46px; }
.gc-engine__label--ai { top: 216px; right: 5px; }
.gc-engine__label--performance { right: 67px; bottom: 48px; }
.gc-engine__label--authority { bottom: 52px; left: 49px; }
.gc-engine__label--conversion { top: 164px; left: 0; }

.gc-engine__outcome {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 8px;
	width: max-content;
	margin: 0;
	transform: translateX(-50%);
	font-size: 12px;
	letter-spacing: .025em;
}

.gc-engine__outcome span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--gc-gold);
	box-shadow: 0 0 0 5px rgb(244 185 0 / 14%);
}

.gc-engine__outcome b {
	color: var(--gc-ink);
}

.gc-proofbar {
	background: var(--gc-ink);
	color: #fff;
}

.gc-proofbar__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 36px;
	min-height: 88px;
	padding-block: 20px;
}

.gc-proofbar p {
	margin: 0;
	color: #c9c2b7 !important;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .11em;
	text-transform: uppercase;
}

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

.gc-proofbar li {
	color: #fff;
	font-size: 17px;
	font-weight: 760;
	letter-spacing: -.025em;
}

.gc-proofbar a {
	color: var(--gc-gold);
	font-size: 13px;
	font-weight: 750;
}

.gc-intro,
.gc-journey,
.gc-evidence,
.gc-founder,
.gc-insights,
.gc-faq {
	padding: clamp(78px, 9vw, 126px) 0;
}

.gc-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr);
	gap: clamp(52px, 8vw, 112px);
	align-items: end;
	margin-bottom: 60px;
}

.gc-section-heading {
	max-width: 690px;
}

.gc-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1.04;
}

.gc-section-heading > p:not(.gc-eyebrow) {
	max-width: 670px;
	margin: 22px auto 0;
	font-size: 17px;
	line-height: 1.7;
}

.gc-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

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

.gc-section-heading--split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	max-width: none;
	margin-bottom: 44px;
}

.gc-section-heading--split > div {
	max-width: 720px;
}

.gc-intro__content {
	padding-bottom: 3px;
}

.gc-intro__content p {
	font-size: 18px;
	line-height: 1.72;
}

.gc-intro__content p:last-child {
	margin-bottom: 0;
}

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

.gc-pathways {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
}

.gc-pathway {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 310px;
	grid-column: span 4;
	padding: 28px;
	border: 1px solid #ddd5c6;
	border-radius: 18px;
	background: rgb(255 253 248 / 70%);
	color: var(--gc-ink);
	box-shadow: 0 14px 36px rgb(41 30 10 / 5%);
}

.gc-pathway:nth-child(n+4) {
	grid-column: span 6;
	min-height: 280px;
}

.gc-pathway::after {
	content: "";
	position: absolute;
	inset: auto 28px 0;
	height: 3px;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--gc-purple);
	transition: transform 180ms ease;
}

.gc-pathway:hover {
	transform: translateY(-4px);
	border-color: #c7bfae;
	background: #fffdf8;
	color: var(--gc-ink);
	box-shadow: 0 22px 52px rgb(41 30 10 / 10%);
}

.gc-pathway:hover::after {
	transform: scaleX(1);
}

.gc-pathway__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 34px;
	border: 1px solid rgb(109 59 255 / 20%);
	border-radius: 15px;
	background: rgb(109 59 255 / 8%);
	color: var(--gc-purple);
	font-size: 25px;
	font-weight: 760;
}

.gc-pathway__icon::before { content: "\2726"; }
.gc-pathway__icon--search::before { content: "\2315"; font-size: 31px; transform: rotate(-18deg); }
.gc-pathway__icon--chart::before { content: "\2197"; }
.gc-pathway__icon--link::before { content: "\221E"; }
.gc-pathway__icon--cursor::before { content: "\25C7"; }

.gc-pathway small {
	margin-bottom: 10px;
	color: var(--gc-purple);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gc-pathway h3 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.12;
}

.gc-pathway p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.65;
}

.gc-pathway b {
	margin-top: auto;
	color: var(--gc-ink);
	font-size: 13px;
}

.gc-journey {
	background: var(--gc-ink);
}

.gc-journey :is(h2, h3) {
	color: #fff;
}

.gc-journey .gc-section-heading > p:not(.gc-eyebrow),
.gc-journey__track p {
	color: #c8c0b3;
}

.gc-journey .gc-eyebrow {
	color: #b9b0a1 !important;
}

.gc-journey__visual {
	position: relative;
	margin: 52px 0 62px;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 24px;
	background: #241f19;
	box-shadow: 0 34px 90px rgb(0 0 0 / 28%);
	aspect-ratio: 16 / 7;
}

.gc-journey__visual::after {
	content: "";
	position: absolute;
	inset: 38% 0 0;
	background: linear-gradient(180deg, transparent, rgb(16 14 11 / 88%));
	pointer-events: none;
}

.gc-journey__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gc-journey__visual figcaption {
	position: absolute;
	z-index: 1;
	right: clamp(22px, 4vw, 48px);
	bottom: clamp(20px, 3.5vw, 40px);
	left: clamp(22px, 4vw, 48px);
	max-width: 680px;
	margin: 0;
	color: #d8d0c5;
	font-size: clamp(13px, 1.4vw, 16px);
	line-height: 1.55;
}

.gc-journey__visual figcaption strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: clamp(18px, 2.2vw, 27px);
	letter-spacing: -.025em;
}

.gc-journey__visual figcaption small {
	display: block;
	margin-bottom: 7px;
	color: var(--gc-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gc-journey__track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin-top: 70px;
}

@media (max-width: 767px) {
	.gc-journey__visual {
		margin: 36px 0 46px;
		border-radius: 17px;
		aspect-ratio: 4 / 3;
	}

	.gc-journey__visual img {
		object-position: 54% center;
	}
}

.gc-journey__track::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 12.5%;
	right: 12.5%;
	height: 1px;
	background: linear-gradient(90deg, var(--gc-gold), var(--gc-purple));
}

.gc-journey__track article {
	position: relative;
	padding: 55px 30px 0;
	border-right: 1px solid rgb(255 255 255 / 10%);
}

.gc-journey__track article:last-child {
	border-right: 0;
}

.gc-journey__marker {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 15px;
	height: 15px;
	transform: translateX(-50%);
	border: 4px solid var(--gc-ink);
	border-radius: 50%;
	background: var(--gc-gold);
	box-shadow: 0 0 0 1px var(--gc-gold), 0 0 0 7px rgb(244 185 0 / 10%);
}

.gc-journey__track article:nth-child(n+3) .gc-journey__marker {
	background: #8e66ff;
	box-shadow: 0 0 0 1px #8e66ff, 0 0 0 7px rgb(142 102 255 / 10%);
}

.gc-journey__track small {
	color: var(--gc-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.gc-journey__track h3 {
	margin: 11px 0 14px;
	font-size: 23px;
}

.gc-journey__track p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.7;
}

.gc-evidence {
	background: #fffdf8;
}

.gc-evidence__grid {
	display: grid;
	grid-template-columns: 1.35fr .65fr;
	grid-template-rows: 1fr 1fr;
	gap: 18px;
	margin-top: 58px;
}

.gc-evidence__feature,
.gc-evidence__card {
	border-radius: 20px;
}

.gc-evidence__feature {
	grid-row: 1 / 3;
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid #d9d0c0;
	background: var(--gc-cream);
}

.gc-evidence__feature small,
.gc-evidence__card small {
	display: block;
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gc-evidence__feature h3 {
	max-width: 670px;
	margin-bottom: 38px;
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.12;
}

.gc-signal-chart {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: end;
	gap: 14px;
	height: 220px;
	padding: 22px 22px 0;
	border-left: 1px solid #cfc5b4;
	border-bottom: 1px solid #cfc5b4;
	background: repeating-linear-gradient(to top, transparent 0 43px, rgb(62 48 21 / 7%) 43px 44px);
}

.gc-signal-chart span {
	position: relative;
	height: var(--gc-bar);
	border-radius: 7px 7px 0 0;
	background: linear-gradient(180deg, var(--gc-purple), #8f6dff);
}

.gc-signal-chart span:nth-child(odd) {
	background: linear-gradient(180deg, var(--gc-gold), #e8a800);
}

.gc-signal-chart i {
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: max-content;
	transform: translateX(-50%);
	color: #595247;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
}

.gc-evidence__feature > p {
	margin: 48px 0 0;
	font-size: 11px;
}

.gc-evidence__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--gc-ink);
	font-size: 12px;
	font-weight: 780;
	text-decoration: underline;
	text-decoration-color: var(--gc-purple);
	text-underline-offset: 6px;
}

.gc-evidence__card {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 32px;
}

.gc-evidence__card strong {
	font-size: clamp(23px, 2.3vw, 32px);
	letter-spacing: -.035em;
	line-height: 1.08;
}

.gc-evidence__card p {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.6;
}

.gc-evidence__card > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 20px;
	color: inherit;
	font-size: 11px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.gc-evidence__card--purple {
	background: var(--gc-purple);
}

.gc-evidence__card--purple :is(small, strong, p) {
	color: #fff;
}

.gc-evidence__card--gold {
	background: var(--gc-gold);
}

.gc-evidence__card--gold :is(small, strong, p) {
	color: #211d15;
}

.gc-founder {
	background: var(--gc-cream);
}

.gc-founder__card {
	display: grid;
	grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid #d8cfbe;
	border-radius: 24px;
	background: #fffdf8;
	box-shadow: var(--gc-shadow-soft);
}

.gc-founder__portrait {
	position: relative;
	min-height: 510px;
	background: #dfd9ce;
}

.gc-founder__portrait::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	background: linear-gradient(transparent, rgb(21 19 15 / 20%));
}

.gc-founder__portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.gc-founder__copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 6vw, 78px);
}

.gc-founder__copy h2 {
	max-width: 690px;
	margin-bottom: 32px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.04;
}

.gc-founder__copy blockquote {
	margin: 0;
	padding-left: 24px;
	border-left: 3px solid var(--gc-gold);
	color: #4d473e;
	font-size: clamp(17px, 1.8vw, 21px);
	font-style: normal;
	line-height: 1.65;
}

.gc-founder__meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: 32px;
}

.gc-founder__meta strong {
	font-size: 17px;
}

.gc-founder__meta span {
	color: #6e665a;
	font-size: 13px;
}

.gc-insights {
	background: #fffdf8;
}

.gc-insights__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gc-insight-card {
	overflow: hidden;
	border: 1px solid #ddd5c7;
	border-radius: 18px;
	background: var(--gc-cream);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.gc-insight-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--gc-shadow-soft);
}

.gc-insight-card__media {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgb(109 59 255 / 92%), rgb(81 39 217 / 98%)),
		var(--gc-purple);
}

.gc-insight-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.gc-insight-card:hover .gc-insight-card__media img {
	transform: scale(1.035);
}

.gc-insight-card__media span {
	color: #fff;
	font-size: 25px;
	font-weight: 780;
	letter-spacing: -.04em;
	line-height: .95;
	text-align: center;
}

.gc-insight-card__body {
	padding: 26px;
}

.gc-insight-card__body small {
	color: var(--gc-purple);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.gc-insight-card__body h3 {
	margin: 12px 0;
	font-size: 23px;
	line-height: 1.15;
}

.gc-insight-card__body h3 a {
	color: var(--gc-ink);
}

.gc-insight-card__body p {
	font-size: 14px;
	line-height: 1.65;
}

.gc-insight-card__link {
	color: var(--gc-ink);
	font-size: 13px;
	font-weight: 760;
}

.gc-faq {
	background: var(--gc-cream);
}

.gc-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(460px, 1.2fr);
	gap: clamp(50px, 8vw, 110px);
}

.gc-faq__list {
	border-top: 1px solid #cfc6b6;
}

.gc-faq details {
	border-bottom: 1px solid #cfc6b6;
}

.gc-faq summary {
	position: relative;
	padding: 24px 46px 24px 0;
	color: var(--gc-ink);
	font-size: 18px;
	font-weight: 720;
	cursor: pointer;
	list-style: none;
}

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

.gc-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	border: 1px solid #c1b8a7;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
}

.gc-faq details[open] summary::after {
	content: "\2212";
	background: var(--gc-ink);
	color: #fff;
}

.gc-faq details p {
	max-width: 650px;
	margin: -4px 50px 24px 0;
	font-size: 15px;
	line-height: 1.7;
}

.gc-cta {
	padding: 0 0 42px;
	background: var(--gc-cream);
}

.gc-cta__card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
	align-items: center;
	gap: 60px;
	padding: clamp(40px, 6vw, 74px);
	border-radius: 24px;
	background:
		radial-gradient(circle at 85% 20%, rgb(244 185 0 / 28%), transparent 24%),
		linear-gradient(135deg, var(--gc-purple-dark), var(--gc-purple));
	box-shadow: 0 25px 70px rgb(70 37 160 / 22%);
}

.gc-cta :is(.gc-eyebrow, h2, p) {
	color: #fff !important;
}

.gc-cta .gc-eyebrow span {
	background: var(--gc-gold);
}

.gc-cta h2 {
	margin-bottom: 18px;
	font-size: clamp(35px, 4vw, 53px);
	line-height: 1.02;
}

.gc-cta p:not(.gc-eyebrow) {
	max-width: 680px;
	margin-bottom: 0;
	color: rgb(255 255 255 / 80%) !important;
	font-size: 17px;
	line-height: 1.65;
}

.gc-cta__actions {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	gap: 18px;
}

.gc-cta__phone {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 4px;
	color: #fff;
}

.gc-cta__phone:hover {
	color: #fff;
}

.gc-cta__phone small {
	color: rgb(255 255 255 / 67%);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gc-cta__phone strong {
	font-size: 16px;
}

@media (max-width: 1100px) {
	.gc-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(440px, .88fr);
		gap: 28px;
	}

	.gc-engine {
		transform: scale(.9);
		transform-origin: center;
	}

	.gc-pathway {
		grid-column: span 6;
	}

	.gc-pathway:last-child {
		grid-column: 4 / span 6;
	}

	.gc-journey__track article {
		padding-inline: 20px;
	}
}

@media (max-width: 900px) {
	.gc-shell {
		width: min(calc(100% - 40px), var(--gc-content-width));
	}

	.gc-hero {
		padding-top: 74px;
	}

	.gc-hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.gc-hero__copy {
		max-width: 720px;
		text-align: center;
		margin-inline: auto;
	}

	.gc-hero__copy .gc-eyebrow,
	.gc-hero__actions,
	.gc-hero__assurances {
		justify-content: center;
	}

	.gc-hero__lead {
		margin-inline: auto;
	}

	.gc-engine {
		width: min(100%, 600px);
		margin-inline: auto;
		transform: none;
	}

	.gc-proofbar__inner {
		grid-template-columns: 1fr auto;
	}

	.gc-proofbar p {
		grid-column: 1 / -1;
		text-align: center;
	}

	.gc-proofbar ul {
		justify-content: start;
	}

	.gc-intro__grid,
	.gc-faq__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.gc-intro__content {
		max-width: 760px;
	}

	.gc-journey__track {
		grid-template-columns: 1fr 1fr;
		gap: 30px 0;
	}

	.gc-journey__track::before {
		display: none;
	}

	.gc-journey__track article {
		padding: 32px;
		border: 1px solid rgb(255 255 255 / 10%);
	}

	.gc-journey__marker {
		top: 26px;
		left: auto;
		right: 24px;
		transform: none;
	}

	.gc-evidence__grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}

	.gc-evidence__feature {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.gc-founder__card {
		grid-template-columns: .8fr 1.2fr;
	}

	.gc-founder__portrait {
		min-height: 470px;
	}

	.gc-insights__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gc-insight-card:last-child {
		grid-column: 1 / -1;
	}

	.gc-cta__card {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 640px) {
	.gc-shell {
		width: min(calc(100% - 28px), var(--gc-content-width));
	}

	.gc-eyebrow {
		margin-bottom: 18px;
		font-size: 10px;
	}

	.gc-hero {
		min-height: auto;
		padding: 56px 0;
	}

	.gc-hero h1 {
		font-size: clamp(39px, 11vw, 49px);
		line-height: 1.02;
	}

	.gc-hero__lead {
		font-size: 16px;
		line-height: 1.62;
	}

	.gc-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.gc-hero__actions .gc-button {
		width: 100%;
	}

	.gc-hero__assurances {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		width: fit-content;
		margin-inline: auto;
	}

	.gc-engine {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		min-height: auto;
		padding: 12px;
		border: 1px solid #d8cfbe;
		border-radius: 22px;
		background: rgb(255 253 248 / 72%);
	}

	.gc-engine__halo {
		display: none;
	}

	.gc-engine__ring {
		position: relative;
		top: auto;
		left: auto;
		grid-column: 1 / -1;
		width: 250px;
		height: 250px;
		margin: 12px auto 18px;
		transform: rotate(-10deg);
	}

	.gc-engine__ring::before {
		inset: 31px;
	}

	.gc-engine__core {
		width: 158px;
		height: 158px;
	}

	.gc-engine__core strong {
		font-size: 22px;
	}

	.gc-engine__core small {
		font-size: 7px;
	}

	.gc-engine__label {
		position: static;
		min-width: 0;
		padding: 12px;
	}

	.gc-engine__label--performance {
		grid-column: 1 / -1;
	}

	.gc-engine__outcome {
		position: static;
		grid-column: 1 / -1;
		justify-content: center;
		width: auto;
		margin: 8px 0 4px;
		transform: none;
		text-align: center;
	}

	.gc-proofbar__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		padding-block: 25px;
		text-align: center;
	}

	.gc-proofbar ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px 24px;
	}

	.gc-proofbar li {
		font-size: 15px;
	}

	.gc-section-heading h2,
	.gc-founder__copy h2,
	.gc-cta h2 {
		font-size: 36px;
	}

	.gc-intro,
	.gc-journey,
	.gc-evidence,
	.gc-founder,
	.gc-insights,
	.gc-faq {
		padding-block: 74px;
	}

	.gc-intro__grid {
		margin-bottom: 42px;
	}

	.gc-intro__content p {
		font-size: 16px;
	}

	.gc-pathways {
		grid-template-columns: 1fr;
	}

	.gc-pathway,
	.gc-pathway:nth-child(n+4),
	.gc-pathway:last-child {
		grid-column: auto;
		min-height: 250px;
	}

	.gc-pathway__icon {
		margin-bottom: 24px;
	}

	.gc-journey__track {
		grid-template-columns: 1fr;
		margin-top: 42px;
	}

	.gc-journey__track article {
		padding: 26px;
	}

	.gc-evidence__grid {
		grid-template-columns: 1fr;
	}

	.gc-evidence__feature,
	.gc-evidence__card {
		grid-column: auto;
	}

	.gc-signal-chart {
		gap: 8px;
		height: 180px;
		padding-inline: 10px;
	}

	.gc-signal-chart i {
		transform: translateX(-50%) rotate(-35deg);
		transform-origin: center;
	}

	.gc-founder__card {
		grid-template-columns: 1fr;
	}

	.gc-founder__portrait {
		min-height: 0;
		aspect-ratio: 1 / 1;
	}

	.gc-founder__copy {
		padding: 32px 24px;
	}

	.gc-section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}

	.gc-insights__grid {
		grid-template-columns: 1fr;
	}

	.gc-insight-card:last-child {
		grid-column: auto;
	}

	.gc-faq summary {
		font-size: 16px;
	}

	.gc-cta {
		padding-bottom: 18px;
	}

	.gc-cta__card {
		width: calc(100% - 18px);
		padding: 34px 22px;
		border-radius: 20px;
	}

	.gc-cta__phone {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}
}
