.gcma-hero {
	align-items: center;
	background:
		radial-gradient(circle at 78% 22%, rgba(0, 183, 241, 0.22), transparent 28%),
		radial-gradient(circle at 18% 18%, rgba(0, 123, 255, 0.16), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(244, 248, 252, 0.92));
	display: flex;
	min-height: calc(100vh - var(--gcma-header-height) - 10px);
	overflow: hidden;
	padding-top: clamp(38px, 7vw, 96px);
}

html[data-gcma-theme="dark"] .gcma-hero {
	background: var(--gcma-page-bg);
}

.gcma-hero::before {
	background:
		linear-gradient(90deg, rgba(0, 123, 255, 0.08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(0, 123, 255, 0.08) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	opacity: 0.32;
	position: absolute;
}

html[data-gcma-theme="dark"] .gcma-hero::before {
	opacity: 0.08;
}

.gcma-hero__content {
	max-width: 860px;
	position: relative;
	z-index: 1;
}

.gcma-hero h1 {
	color: var(--gcma-navy);
	font-size: clamp(42px, 6.4vw, 86px);
	line-height: 0.98;
	margin: 0 0 22px;
	max-width: 980px;
}

.gcma-hero__subtitle {
	color: var(--gcma-blue);
	font-size: clamp(22px, 3vw, 36px);
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 18px;
	max-width: 780px;
}

.gcma-hero__intro {
	color: var(--gcma-muted);
	font-size: 19px;
	line-height: 1.75;
	margin: 0;
	max-width: 680px;
}

.gcma-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.gcma-hero__visual {
	inset: 0 0 0 auto;
	pointer-events: none;
	position: absolute;
	width: min(46vw, 640px);
	z-index: 0;
}

.gcma-hero__visual::before {
	background: linear-gradient(135deg, rgba(0, 123, 255, 0.2), rgba(0, 183, 241, 0.1));
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: var(--gcma-radius);
	content: "";
	height: 58%;
	position: absolute;
	right: clamp(20px, 4vw, 90px);
	top: 18%;
	transform: rotate(-9deg);
	width: 70%;
}

.gcma-device-card {
	background: var(--gcma-glass);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	box-shadow: var(--gcma-shadow);
	overflow: hidden;
	position: absolute;
}

.gcma-device-card::before,
.gcma-service-card::before,
.gcma-project-card-theme::before,
.gcma-contact-preview__content::before,
.gcma-contact-preview__card::before {
	background:
		linear-gradient(130deg, rgba(255, 255, 255, 0.7), transparent 36%),
		radial-gradient(circle at 26% 8%, rgba(255, 255, 255, 0.54), transparent 26%),
		radial-gradient(circle at 50% 58%, rgba(0, 183, 241, 0.12), transparent 42%);
	content: "";
	inset: 0;
	opacity: 0.48;
	pointer-events: none;
	position: absolute;
}

html[data-gcma-theme="dark"] .gcma-device-card::before,
html[data-gcma-theme="dark"] .gcma-service-card::before,
html[data-gcma-theme="dark"] .gcma-project-card-theme::before,
html[data-gcma-theme="dark"] .gcma-contact-preview__content::before,
html[data-gcma-theme="dark"] .gcma-contact-preview__card::before {
	background:
		linear-gradient(130deg, rgba(255, 255, 255, 0.3), transparent 36%),
		radial-gradient(circle at 28% 10%, rgba(255, 255, 255, 0.22), transparent 28%),
		radial-gradient(circle at 50% 58%, rgba(0, 183, 241, 0.18), transparent 46%);
	opacity: 0.9;
}

@supports (backdrop-filter: blur(18px)) {
	.gcma-device-card,
	.gcma-service-card,
	.gcma-project-card-theme,
	.gcma-contact-preview__content,
	.gcma-contact-preview__card,
	.gcma-empty-state {
		backdrop-filter: blur(34px) saturate(180%) contrast(1.03);
	}
}

.gcma-device-card--main {
	bottom: 18%;
	padding: 24px;
	right: clamp(18px, 5vw, 92px);
	width: min(360px, 70%);
}

.gcma-device-card--main > span {
	background: linear-gradient(135deg, var(--gcma-blue), var(--gcma-cyan));
	border-radius: var(--gcma-radius);
	display: block;
	height: 130px;
	margin-bottom: 18px;
}

.gcma-device-card strong {
	color: var(--gcma-navy);
	display: block;
	font-size: 18px;
	margin-bottom: 14px;
}

.gcma-bars {
	align-items: end;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 1fr);
	height: 92px;
}

.gcma-bars i {
	background: linear-gradient(180deg, var(--gcma-cyan), var(--gcma-blue));
	border-radius: var(--gcma-radius) var(--gcma-radius) 0 0;
	display: block;
}

.gcma-bars i:nth-child(1) {
	height: 38%;
}

.gcma-bars i:nth-child(2) {
	height: 62%;
}

.gcma-bars i:nth-child(3) {
	height: 82%;
}

.gcma-bars i:nth-child(4) {
	height: 54%;
}

.gcma-device-card--floating {
	align-items: center;
	display: flex;
	gap: 12px;
	padding: 16px;
	right: clamp(150px, 20vw, 300px);
	top: 22%;
}

.gcma-device-card--floating svg {
	fill: var(--gcma-blue);
	height: 26px;
	width: 26px;
}

.gcma-services {
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--gcma-light) 82%, transparent), color-mix(in srgb, var(--gcma-white) 86%, transparent));
}

html[data-gcma-theme="dark"] .gcma-services {
	background: var(--gcma-page-bg);
}

.gcma-services__grid,
.gcma-projects-section__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.gcma-offer {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr);
	margin: clamp(36px, 6vw, 72px) auto 0;
	max-width: 1180px;
	scroll-margin-top: calc(var(--gcma-header-height) + 30px);
}

.gcma-offer__intro {
	padding: clamp(8px, 2vw, 24px) 0;
}

.gcma-offer__intro h3 {
	color: var(--gcma-navy);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	margin: 8px 0 16px;
}

.gcma-offer__intro > p:not(.gcma-kicker) {
	color: var(--gcma-muted);
	font-size: 18px;
	line-height: 1.65;
	max-width: 720px;
}

.gcma-offer__included {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.gcma-offer__included li {
	align-items: flex-start;
	color: var(--gcma-navy);
	display: flex;
	font-size: 15px;
	font-weight: 780;
	gap: 10px;
	line-height: 1.45;
}

.gcma-offer__included svg {
	background: var(--gcma-blue);
	border-radius: 50%;
	color: #fff;
	fill: currentColor;
	flex: 0 0 auto;
	height: 23px;
	padding: 4px;
	width: 23px;
}

.gcma-offer__pricing {
	align-self: start;
	background: #071a44;
	border: 1px solid rgba(32, 184, 255, .5);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(4, 27, 65, .22), inset 0 1px 0 rgba(255, 255, 255, .14);
	color: #fff;
	padding: clamp(24px, 4vw, 36px);
}

.gcma-offer__pricing-label {
	color: #73d7ff;
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.gcma-offer__price {
	align-items: baseline;
	display: flex;
	gap: 8px;
}

.gcma-offer__price strong {
	color: #20b8ff;
	font-size: clamp(48px, 6vw, 72px);
	line-height: .95;
}

.gcma-offer__price span,
.gcma-offer__pricing > p {
	color: rgba(255, 255, 255, .78);
}

.gcma-offer__renewal {
	background: #ffd231;
	border-radius: 15px;
	color: #071a44;
	display: grid;
	gap: 1px;
	margin: 22px 0;
	padding: 13px 15px;
}

.gcma-offer__renewal strong {
	font-size: 20px;
}

.gcma-offer__renewal span {
	font-size: 12px;
	font-weight: 750;
}

.gcma-offer__pricing .gcma-offer__terms {
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 22px;
}

.gcma-offer__pricing .gcma-button {
	justify-content: space-between;
	width: 100%;
}

.gcma-offer__pricing .gcma-button svg {
	fill: currentColor;
	height: 20px;
	width: 20px;
}

.gcma-offer__custom {
	align-items: center;
	border-top: 1px solid color-mix(in srgb, var(--gcma-blue) 20%, transparent);
	display: grid;
	gap: 15px;
	grid-column: 1 / -1;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 25px 0 4px;
}

.gcma-offer__custom > div {
	align-items: center;
	background: color-mix(in srgb, var(--gcma-blue) 12%, var(--gcma-field-bg));
	border-radius: 16px;
	color: var(--gcma-blue);
	display: flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.gcma-offer__custom svg {
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.gcma-offer__custom p {
	color: var(--gcma-muted);
	line-height: 1.55;
	margin: 0;
}

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

.gcma-offer__custom a {
	color: var(--gcma-blue);
	font-weight: 900;
	text-decoration: none;
}

.gcma-service-card,
.gcma-project-card-theme,
.gcma-contact-preview__card {
	background: var(--gcma-glass);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	box-shadow: var(--gcma-soft-shadow);
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gcma-service-card {
	min-height: 230px;
	padding: 24px;
}

.gcma-service-card:hover,
.gcma-project-card-theme:hover {
	border-color: rgba(0, 123, 255, 0.28);
	box-shadow: var(--gcma-shadow);
	transform: translateY(-3px);
}

.gcma-service-card__icon {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(0, 123, 255, 0.18), rgba(0, 183, 241, 0.14)),
		var(--gcma-field-bg);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	color: var(--gcma-blue);
	display: inline-flex;
	height: 50px;
	justify-content: center;
	margin-bottom: 20px;
	width: 50px;
}

.gcma-service-card__icon svg {
	fill: currentColor;
	height: 26px;
	width: 26px;
}

.gcma-service-card h3,
.gcma-project-card-theme h3 {
	color: var(--gcma-navy);
	font-size: 22px;
	line-height: 1.14;
	margin: 0 0 10px;
}

.gcma-service-card p,
.gcma-project-card-theme p {
	color: var(--gcma-muted);
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.gcma-projects-section {
	background:
		radial-gradient(circle at 12% 0%, rgba(0, 123, 255, 0.12), transparent 28%),
		linear-gradient(180deg, color-mix(in srgb, var(--gcma-light) 92%, transparent), color-mix(in srgb, var(--gcma-surface) 74%, transparent));
}

.gcma-projects-section .gcma-projects.gcma-portfolio {
	max-width: 1240px;
}

.gcma-projects-section__action {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.gcma-projects-section__action .gcma-button {
	gap: 9px;
}

.gcma-projects-section__action svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

html[data-gcma-theme="dark"] .gcma-projects-section {
	background: var(--gcma-page-bg);
}

.gcma-project-card-theme {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.gcma-project-card-theme__media {
	align-items: center;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(0, 123, 255, 0.16), rgba(0, 183, 241, 0.12)),
		var(--gcma-light);
	color: var(--gcma-blue);
	display: flex;
	font-size: 36px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
}

.gcma-project-card-theme__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gcma-project-card-theme__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.gcma-pill {
	align-self: flex-start;
	background: color-mix(in srgb, var(--gcma-blue) 13%, transparent);
	border: 1px solid color-mix(in srgb, var(--gcma-blue) 22%, transparent);
	border-radius: var(--gcma-radius);
	color: var(--gcma-blue);
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 12px;
	padding: 7px 9px;
	text-transform: uppercase;
}

.gcma-project-card-theme small {
	color: var(--gcma-muted);
	display: block;
	font-weight: 900;
	margin-top: 16px;
}

.gcma-project-card-theme a {
	align-self: flex-start;
	color: var(--gcma-blue);
	font-weight: 900;
	margin-top: 16px;
	text-decoration: none;
}

.gcma-empty-state {
	background: var(--gcma-glass);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	grid-column: 1 / -1;
	padding: 28px;
	text-align: center;
}

.gcma-empty-state h3 {
	color: var(--gcma-navy);
	margin: 0 0 8px;
}

.gcma-empty-state p {
	color: var(--gcma-muted);
	margin: 0;
}

.gcma-cta {
	align-items: center;
	background:
		radial-gradient(circle at 78% 24%, rgba(0, 183, 241, 0.2), transparent 28%),
		linear-gradient(135deg, rgba(6, 26, 68, 0.96), rgba(0, 74, 154, 0.92)),
		var(--gcma-deep);
	color: var(--gcma-white);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.gcma-cta h2 {
	color: var(--gcma-white);
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.04;
	margin: 0;
	max-width: 900px;
}

.gcma-cta .gcma-kicker {
	color: #bfeeff;
}

.gcma-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.gcma-cta .gcma-button--ghost {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--gcma-white);
}

.gcma-contact-preview {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
}

.gcma-contact-preview__content {
	background: var(--gcma-glass);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	box-shadow: var(--gcma-soft-shadow);
	overflow: hidden;
	padding: clamp(24px, 4vw, 42px);
	position: relative;
}

.gcma-contact-preview h2 {
	color: var(--gcma-navy);
	font-size: clamp(32px, 5vw, 56px);
	line-height: 1.06;
	margin: 0 0 14px;
}

.gcma-contact-preview p {
	color: var(--gcma-muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
	max-width: 700px;
}

.gcma-contact-preview__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.gcma-contact-preview__card {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.gcma-contact-preview__card strong {
	color: var(--gcma-navy);
	font-size: 24px;
	line-height: 1.1;
}

.gcma-contact-preview__card span {
	color: var(--gcma-muted);
	line-height: 1.55;
}

.gcma-contact-preview__card a {
	color: var(--gcma-blue);
	font-weight: 900;
	text-decoration: none;
}

.gcma-device-card > *,
.gcma-service-card > *,
.gcma-project-card-theme > *,
.gcma-contact-preview__content > *,
.gcma-contact-preview__card > * {
	position: relative;
	z-index: 1;
}

.gcma-motion-ready .is-pressed {
	transform: translateY(1px) scale(0.99);
}

@media (max-width: 980px) {
	.gcma-hero__visual {
		opacity: 0.38;
		width: 68vw;
	}

	.gcma-services__grid,
	.gcma-projects-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gcma-cta,
	.gcma-contact-preview {
		grid-template-columns: 1fr;
	}

	.gcma-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.gcma-offer {
		grid-template-columns: 1fr;
		scroll-margin-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 22px);
	}

	.gcma-offer__included {
		grid-template-columns: 1fr;
	}

	.gcma-offer__custom {
		align-items: start;
		grid-template-columns: auto minmax(0, 1fr);
	}

	.gcma-offer__custom a {
		grid-column: 2;
	}

	.gcma-projects-section__action .gcma-button {
		width: 100%;
	}

	.gcma-hero {
		min-height: calc(100svh - var(--gcma-mobile-topbar-height));
		padding-bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 42px);
		padding-top: 32px;
	}

	.gcma-hero__visual {
		opacity: 0.22;
		width: 100vw;
	}

	.gcma-hero h1 {
		font-size: clamp(42px, 13vw, 66px);
	}

	.gcma-hero__subtitle {
		font-size: 23px;
	}

	.gcma-hero__intro {
		font-size: 17px;
	}

	.gcma-hero__actions,
	.gcma-hero__actions .gcma-button,
	.gcma-contact-preview__actions,
	.gcma-contact-preview__actions .gcma-button {
		width: 100%;
	}

	.gcma-services__grid,
	.gcma-projects-section__grid {
		grid-template-columns: 1fr;
	}
}

/* Editable full-bleed home carousel. */
.gcma-hero-carousel {
	background: var(--gcma-page-bg);
	height: max(760px, 100svh);
	margin-top: calc((var(--gcma-header-height) + 10px) * -1);
	overflow: hidden;
	position: relative;
	touch-action: pan-y;
}

.gcma-hero-carousel__viewport,
.gcma-hero-slide {
	inset: 0;
	position: absolute;
}

.gcma-hero-slide {
	background: var(--gcma-page-bg);
	opacity: 0;
	pointer-events: none;
	transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), visibility 700ms;
	visibility: hidden;
}

.gcma-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 1;
}

.gcma-hero-slide__media,
.gcma-hero-slide__image,
.gcma-hero-slide__veil {
	inset: 0;
	position: absolute;
}

.gcma-hero-slide__media {
	overflow: hidden;
}

.gcma-hero-slide__image {
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.025);
	transition: transform 8s ease;
	width: 100%;
}

.gcma-hero-slide.is-active .gcma-hero-slide__image {
	transform: scale(1);
}

.gcma-hero-slide__image--dark {
	display: none;
}

html[data-gcma-theme="dark"] .gcma-hero-slide__image--light {
	display: none;
}

html[data-gcma-theme="dark"] .gcma-hero-slide__image--dark {
	display: block;
}

.gcma-hero-slide__veil {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.93) 31%, rgba(248, 252, 255, 0.64) 49%, rgba(248, 252, 255, 0.08) 73%),
		linear-gradient(0deg, var(--gcma-light) 0%, transparent 25%);
}

html[data-gcma-theme="dark"] .gcma-hero-slide__veil {
	background:
		linear-gradient(90deg, rgba(2, 7, 15, 0.99) 0%, rgba(2, 7, 15, 0.92) 33%, rgba(2, 7, 15, 0.6) 51%, rgba(2, 7, 15, 0.08) 74%),
		linear-gradient(0deg, var(--gcma-page-bg) 0%, transparent 26%);
}

.gcma-hero-slide__inner {
	align-items: center;
	display: flex;
	height: 100%;
	padding: calc(var(--gcma-header-height) + 76px) clamp(24px, 6vw, 96px) 210px;
	position: relative;
	z-index: 2;
}

.gcma-hero-slide__copy {
	max-width: min(660px, 52vw);
}

.gcma-hero-slide--growth .gcma-hero-slide__copy {
	max-width: min(760px, 56vw);
}

.gcma-hero-slide__eyebrow {
	color: var(--gcma-blue);
	font-size: 14px;
	font-weight: 950;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.gcma-hero-slide h1,
.gcma-hero-slide__title {
	color: var(--gcma-navy);
	font-size: clamp(50px, 5.8vw, 86px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.99;
	margin: 0 0 22px;
	text-wrap: balance;
}

.gcma-hero-slide--pricing h1,
.gcma-hero-slide--pricing .gcma-hero-slide__title {
	font-size: clamp(46px, 5vw, 76px);
}

.gcma-hero-slide--growth h1,
.gcma-hero-slide--growth .gcma-hero-slide__title {
	font-size: clamp(44px, 4.4vw, 62px);
	margin-bottom: 16px;
}

.gcma-hero-slide--growth .gcma-hero-slide__subtitle {
	font-size: clamp(19px, 1.8vw, 24px);
}

.gcma-hero-slide--growth .gcma-hero-slide__description {
	font-size: clamp(15px, 1.25vw, 18px);
}

.gcma-hero-slide h1 span,
.gcma-hero-slide__title span {
	color: var(--gcma-blue);
	text-shadow: 0 0 30px rgba(0, 123, 255, 0.2);
}

html[data-gcma-theme="dark"] .gcma-hero-slide h1 span,
html[data-gcma-theme="dark"] .gcma-hero-slide__title span {
	color: #159cff;
	text-shadow: 0 0 14px rgba(0, 183, 241, 0.62), 0 0 38px rgba(0, 123, 255, 0.42);
}

.gcma-hero-slide__subtitle {
	color: var(--gcma-navy);
	font-size: clamp(20px, 2.2vw, 30px);
	font-weight: 850;
	line-height: 1.22;
	margin: 0 0 12px;
}

.gcma-hero-slide__description {
	color: var(--gcma-muted);
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.58;
	margin: 0;
	max-width: 590px;
}

.gcma-hero-slide__offer-line {
	color: var(--gcma-navy);
	font-size: clamp(15px, 1.25vw, 18px);
	font-weight: 850;
	line-height: 1.4;
	margin: 14px 0 0;
	max-width: 590px;
}

.gcma-section__text-link {
	color: var(--gcma-blue);
	font-weight: 850;
	text-decoration: none;
}

.gcma-section__text-link:focus-visible {
	outline: 3px solid var(--gcma-cyan);
	outline-offset: 3px;
}

.gcma-hero-slide__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.gcma-button--hero {
	background: linear-gradient(135deg, #00b7f1 0%, #007bff 52%, #0067e5 100%);
	border: 1px solid rgba(255, 255, 255, 0.72);
	box-shadow: 0 0 26px rgba(0, 183, 241, 0.34), 0 18px 42px rgba(0, 123, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.66);
	color: #fff;
	gap: 12px;
	min-height: 58px;
	padding: 14px 18px;
}

.gcma-button--hero svg {
	fill: currentColor;
	height: 23px;
	width: 23px;
}

.gcma-button--hero span {
	flex: 1;
	white-space: nowrap;
}

.gcma-button--hero-ghost {
	background: var(--gcma-glass);
	border: 1px solid var(--gcma-glass-border);
	box-shadow: inset 0 1px 0 var(--gcma-glass-highlight), 0 14px 34px rgba(6, 26, 68, 0.1);
	color: var(--gcma-navy);
	min-height: 58px;
	padding: 14px 18px;
}

@supports (backdrop-filter: blur(18px)) {
	.gcma-button--hero-ghost,
	.gcma-hero-price,
	.gcma-hero-highlights > div,
	.gcma-hero-carousel__controls {
		backdrop-filter: blur(28px) saturate(190%);
	}
}

.gcma-hero-price {
	background: color-mix(in srgb, var(--gcma-glass-strong) 88%, transparent);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	box-shadow: var(--gcma-neon), inset 0 1px 0 var(--gcma-glass-highlight);
	margin-top: 20px;
	max-width: 520px;
	overflow: hidden;
	padding: 14px 18px;
	position: relative;
}

.gcma-hero-price__main {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.gcma-hero-price__main strong {
	color: var(--gcma-blue);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 950;
	line-height: 0.92;
	text-shadow: 0 0 28px rgba(0, 183, 241, 0.3);
}

.gcma-hero-price__main span {
	color: var(--gcma-navy);
	font-size: 16px;
	font-weight: 850;
	padding-bottom: 5px;
}

.gcma-hero-price p {
	background: linear-gradient(135deg, #ffe258, #ffc400);
	border-radius: var(--gcma-radius-small);
	box-shadow: 0 10px 26px rgba(255, 191, 0, 0.25);
	color: #061a44;
	display: inline-block;
	font-weight: 950;
	margin: 12px 0 0;
	padding: 8px 12px;
}

.gcma-hero-features {
	display: grid;
	gap: 8px 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 16px 0 0;
	max-width: 570px;
	padding: 0;
}

.gcma-hero-features li {
	align-items: center;
	color: var(--gcma-navy);
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
}

.gcma-hero-features svg {
	background: var(--gcma-blue);
	border-radius: 50%;
	fill: #fff;
	flex: 0 0 auto;
	height: 21px;
	padding: 4px;
	width: 21px;
}

.gcma-hero-highlights {
	bottom: 78px;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	left: clamp(24px, 6vw, 96px);
	max-width: 650px;
	position: absolute;
	z-index: 3;
}

.gcma-hero-highlights > div {
	align-items: center;
	background: color-mix(in srgb, var(--gcma-glass-strong) 86%, transparent);
	border: 1px solid var(--gcma-glass-border);
	border-radius: var(--gcma-radius);
	box-shadow: 0 16px 42px rgba(6, 26, 68, 0.12), inset 0 1px 0 var(--gcma-glass-highlight);
	display: grid;
	gap: 5px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 13px;
}

.gcma-hero-highlights svg {
	fill: var(--gcma-blue);
	grid-row: 1 / 3;
	height: 34px;
	width: 34px;
}

.gcma-hero-highlights strong {
	color: var(--gcma-navy);
	font-size: 14px;
	line-height: 1.05;
}

.gcma-hero-highlights span {
	color: var(--gcma-muted);
	font-size: 11px;
	line-height: 1.15;
}

.gcma-hero-carousel__controls {
	align-items: center;
	background: color-mix(in srgb, var(--gcma-glass-strong) 86%, transparent);
	border: 1px solid var(--gcma-glass-border);
	border-radius: 999px;
	bottom: 22px;
	box-shadow: var(--gcma-soft-shadow), inset 0 1px 0 var(--gcma-glass-highlight);
	display: flex;
	gap: 6px;
	left: 50%;
	padding: 5px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 5;
}

.gcma-carousel-arrow,
.gcma-carousel-toggle,
.gcma-carousel-dots button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--gcma-navy);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.gcma-carousel-arrow,
.gcma-carousel-toggle {
	border-radius: 50%;
	height: 38px;
	width: 38px;
}

.gcma-carousel-arrow:hover,
.gcma-carousel-arrow:focus,
.gcma-carousel-toggle:hover,
.gcma-carousel-toggle:focus {
	background: color-mix(in srgb, var(--gcma-blue) 14%, transparent);
	color: var(--gcma-blue);
}

.gcma-carousel-arrow svg,
.gcma-carousel-toggle svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.gcma-carousel-toggle__play,
.gcma-carousel-toggle.is-paused .gcma-carousel-toggle__pause {
	display: none;
}

.gcma-carousel-toggle.is-paused .gcma-carousel-toggle__play {
	display: inline-flex;
}

.gcma-carousel-dots {
	align-items: center;
	display: flex;
	gap: 4px;
}

.gcma-carousel-dots button {
	height: 36px;
	padding: 0 5px;
}

.gcma-carousel-dots button span {
	background: color-mix(in srgb, var(--gcma-muted) 42%, transparent);
	border-radius: 999px;
	height: 7px;
	transition: background 180ms ease, box-shadow 180ms ease, width 180ms ease;
	width: 7px;
}

.gcma-carousel-dots button[aria-current="true"] span {
	background: var(--gcma-blue);
	box-shadow: 0 0 16px rgba(0, 183, 241, 0.78);
	width: 24px;
}

@media (max-width: 1180px) {
	.gcma-hero-slide__copy {
		max-width: 58vw;
	}

	.gcma-hero-slide h1,
	.gcma-hero-slide__title {
		font-size: clamp(48px, 6vw, 72px);
	}

	.gcma-hero-highlights {
		max-width: 600px;
	}
}

@media (max-width: 760px) {
	.gcma-hero-carousel {
		height: 100svh;
		margin-top: calc((var(--gcma-mobile-topbar-height) + env(safe-area-inset-top)) * -1);
	}

	.gcma-hero-slide__media {
		height: min(638px, 76svh);
	}

	.gcma-hero-slide__image {
		object-position: center top;
	}

	.gcma-hero-slide--pricing .gcma-hero-slide__image {
		object-position: center top;
	}

	.gcma-hero-slide__veil {
		background:
			linear-gradient(0deg, var(--gcma-light) 0%, var(--gcma-light) 46%, rgba(244, 248, 252, 0.84) 58%, rgba(244, 248, 252, 0.08) 82%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.22), transparent 72%);
	}

	html[data-gcma-theme="dark"] .gcma-hero-slide__veil {
		background:
			linear-gradient(0deg, var(--gcma-page-bg) 0%, var(--gcma-page-bg) 46%, rgba(2, 7, 15, 0.88) 59%, rgba(2, 7, 15, 0.06) 84%),
			linear-gradient(90deg, rgba(2, 7, 15, 0.2), transparent 72%);
	}

	.gcma-hero-slide__inner {
		align-items: flex-start;
		height: auto;
		inset: 0;
		padding: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 268px) 18px 190px;
		position: absolute;
	}

	.gcma-hero-slide__copy {
		max-width: none;
		width: 100%;
	}

	.gcma-hero-slide--growth .gcma-hero-slide__inner {
		padding-bottom: 218px;
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 224px);
	}

	.gcma-hero-slide--growth .gcma-hero-slide__copy {
		max-width: none;
	}

	.gcma-hero-slide__eyebrow {
		font-size: 12px;
		margin-bottom: 9px;
	}

	.gcma-hero-slide h1,
	.gcma-hero-slide__title,
	.gcma-hero-slide--pricing h1,
	.gcma-hero-slide--pricing .gcma-hero-slide__title {
		font-size: clamp(30px, 8.7vw, 40px);
		line-height: 1.01;
		margin-bottom: 14px;
		max-width: 620px;
		text-wrap: pretty;
	}

	.gcma-hero-slide__subtitle {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.gcma-hero-slide__description {
		font-size: 15px;
		line-height: 1.46;
	}

	.gcma-hero-slide--growth .gcma-hero-slide__description {
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.gcma-hero-slide__offer-line {
		font-size: 13px;
		line-height: 1.35;
		margin-top: 8px;
	}

	.gcma-hero-slide--growth h1,
	.gcma-hero-slide--growth .gcma-hero-slide__title {
		font-size: 27px;
		margin-bottom: 9px;
	}

	.gcma-hero-slide--growth .gcma-hero-slide__subtitle {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 6px;
	}

	.gcma-hero-slide--growth .gcma-hero-slide__offer-line {
		font-size: 12px;
		line-height: 1.3;
		margin-top: 5px;
	}

	.gcma-hero-slide--growth .gcma-hero-slide__actions {
		margin-top: 9px;
	}

	.gcma-hero-slide--growth .gcma-button--hero {
		min-height: 40px;
	}

	.gcma-hero-slide__actions {
		gap: 9px;
		justify-content: center;
		margin-top: 14px;
		width: 100%;
	}

	.gcma-button--hero,
	.gcma-button--hero-ghost {
		font-size: 15px;
		min-height: 46px;
		padding: 10px 14px;
		width: 100%;
	}

	.gcma-button--hero svg {
		height: 20px;
		width: 20px;
	}

	.gcma-button--hero-ghost {
		display: none;
	}

	.gcma-hero-price {
		margin-top: 14px;
		padding: 12px 14px;
	}

	.gcma-hero-price__main strong {
		font-size: 48px;
	}

	.gcma-hero-price__main span {
		font-size: 13px;
	}

	.gcma-hero-price p {
		font-size: 13px;
		margin-top: 9px;
	}

	.gcma-hero-features {
		display: none;
	}

	.gcma-hero-features li {
		font-size: 12px;
		line-height: 1.2;
	}

	.gcma-hero-highlights {
		bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 49px);
		gap: 7px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		inset-inline: 12px;
		max-width: none;
	}

	.gcma-hero-highlights > div {
		gap: 5px;
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 118px;
		padding: 11px 7px;
		text-align: center;
	}

	.gcma-hero-slide--growth .gcma-hero-highlights > div {
		min-height: 58px;
		padding-block: 5px;
	}

	.gcma-hero-slide--growth .gcma-hero-highlights svg {
		height: 20px;
		width: 20px;
	}

	.gcma-hero-slide--growth .gcma-hero-highlights span {
		display: none;
	}

	.gcma-hero-slide--growth .gcma-hero-highlights strong {
		font-size: 10px;
		line-height: 1.1;
	}

	.gcma-hero-highlights svg {
		grid-row: auto;
		height: 30px;
		width: 30px;
	}

	.gcma-hero-highlights strong {
		font-size: 12px;
	}

	.gcma-hero-highlights span {
		font-size: 10px;
	}

	.gcma-hero-carousel__controls {
		background: color-mix(in srgb, var(--gcma-glass-strong) 72%, transparent);
		bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 12px);
		box-shadow: 0 8px 22px rgba(6, 26, 68, 0.1), inset 0 1px 0 var(--gcma-glass-highlight);
		gap: 2px;
		padding: 2px 3px;
	}

	.gcma-carousel-arrow,
	.gcma-carousel-toggle {
		height: 25px;
		width: 25px;
	}

	.gcma-carousel-arrow svg,
	.gcma-carousel-toggle svg {
		height: 14px;
		width: 14px;
	}

	.gcma-carousel-dots button {
		height: 23px;
		padding-inline: 3px;
	}

	.gcma-carousel-dots button span {
		height: 5px;
		width: 5px;
	}

	.gcma-carousel-dots button[aria-current="true"] span {
		width: 18px;
	}
}

@media (max-width: 390px) {
	.gcma-hero-slide__inner {
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 258px);
	}

	.gcma-hero-slide--growth .gcma-hero-slide__inner {
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 214px);
	}

	.gcma-hero-slide h1,
	.gcma-hero-slide__title,
	.gcma-hero-slide--pricing h1,
	.gcma-hero-slide--pricing .gcma-hero-slide__title {
		font-size: 30px;
	}

	.gcma-carousel-arrow {
		display: none;
	}
}

@media (max-width: 760px) and (max-height: 820px) {
	.gcma-hero-slide__actions {
		margin-top: 10px;
	}

	.gcma-button--hero,
	.gcma-button--hero-ghost {
		min-height: 42px;
		width: 100%;
	}

	.gcma-hero-highlights {
		bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 48px);
	}

	.gcma-hero-highlights > div {
		min-height: 58px;
		padding-block: 5px;
	}

	.gcma-hero-highlights svg {
		height: 24px;
		width: 24px;
	}

	.gcma-hero-highlights span {
		display: none;
	}

	.gcma-hero-price {
		margin-top: 10px;
		padding-block: 9px;
	}

	.gcma-hero-price__main strong {
		font-size: 40px;
	}

	.gcma-hero-price p {
		margin-top: 6px;
		padding-block: 6px;
	}
}

@media (max-width: 760px) and (max-height: 740px) {
	.gcma-hero-slide__media {
		height: min(520px, 70svh);
	}

	.gcma-hero-slide__inner {
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 224px);
	}

	.gcma-hero-slide h1,
	.gcma-hero-slide__title,
	.gcma-hero-slide--pricing h1,
	.gcma-hero-slide--pricing .gcma-hero-slide__title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.gcma-hero-slide__subtitle {
		font-size: 14px;
		line-height: 1.2;
	}
}

/* Dedicated full-width contact journey. */
.gcma-offer-page-main {
	background: var(--gcma-page-bg);
	min-height: 100svh;
	padding: calc(var(--gcma-header-height) + 8px) 0 calc(var(--gcma-bottom-nav-height, 0px) + 20px);
}

/* The commercial page owns its full-width layout; the homepage offer uses the
 * legacy .gcma-offer grid above. Keep both components independent. */
.gcma-offer-page-main > .gcma-offer {
	display: block;
	gap: 0;
	grid-template-columns: none;
	margin: 0;
	max-width: none;
	scroll-margin-top: 0;
	width: 100%;
}

.gcma-offer-page-view .gcma-footer {
	margin-top: 0;
}

.gcma-offer-page-view .gcma-consent-manage {
	bottom: auto;
	left: auto;
	right: 16px;
	top: calc(var(--gcma-header-height) + 14px);
}

.gcma-quote-page {
	background: var(--gcma-page-bg);
	min-height: 100svh;
	padding: calc(var(--gcma-header-height) + 54px) clamp(18px, 5vw, 72px) 64px;
}

.gcma-quote-page__inner {
	margin: 0 auto;
	max-width: 1180px;
	width: 100%;
}

.gcma-quote-request-page .gcma-footer {
	display: none;
}

@media (max-width: 760px) {
	.gcma-offer-page-main {
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 4px);
		padding-bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 22px);
	}

	.gcma-offer-page-view .gcma-consent-manage {
		display: none;
	}

	.gcma-offer-page-view .gcma-bottom-sheet__privacy {
		display: flex;
	}

	.gcma-quote-page {
		padding: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 28px) 10px calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 32px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gcma-hero-slide,
	.gcma-hero-slide__image {
		transition: none;
	}
}

/* Keep desktop display type confident without overwhelming the content. */
@media (min-width: 1181px) {
	.gcma-hero-slide h1,
	.gcma-hero-slide__title {
		font-size: clamp(50px, 4.6vw, 68px);
	}

	.gcma-hero-slide--pricing h1,
	.gcma-hero-slide--pricing .gcma-hero-slide__title {
		font-size: clamp(46px, 4.2vw, 62px);
	}

	.gcma-hero-slide--growth h1,
	.gcma-hero-slide--growth .gcma-hero-slide__title {
		font-size: clamp(42px, 3.8vw, 54px);
	}
}

/* Reserve one stable row for each mobile action layer. */
@media (max-width: 760px) {
	.gcma-hero-slide--growth .gcma-hero-slide__offer-line {
		display: none;
	}

	.gcma-hero-slide--growth .gcma-hero-slide__inner {
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 254px);
	}

	.gcma-hero-slide--growth .gcma-hero-slide__actions {
		inset: auto;
		margin: 11px 0 0;
		position: static;
		width: 100%;
	}

	.gcma-hero-slide--growth .gcma-button--hero {
		min-height: 42px;
	}

	.gcma-hero-slide--growth .gcma-hero-highlights {
		bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 50px);
	}

	.gcma-hero-slide--growth .gcma-hero-highlights > div {
		height: 64px;
		min-height: 64px;
		padding: 6px 5px;
	}

	.gcma-hero-slide--growth .gcma-hero-carousel__controls {
		bottom: calc(var(--gcma-bottom-nav-height) + env(safe-area-inset-bottom) + 11px);
	}
}

@media (max-width: 760px) and (max-height: 740px) {
	.gcma-hero-slide--growth .gcma-hero-slide__inner {
		padding-top: calc(var(--gcma-mobile-topbar-height) + env(safe-area-inset-top) + 205px);
	}

	.gcma-hero-slide--growth h1,
	.gcma-hero-slide--growth .gcma-hero-slide__title {
		font-size: 25px;
	}
}
