/*
 * Contact Us (Figma S296) page template styles.
 * Design tokens from the Figma file "S296 - Growth Saloon".
 */

:root {
	--gs-bg: #131419;
	--gs-fg: #1a1c22;
	--gs-card: #20222b;
	--gs-surface-0: #121212;
	--gs-orange: #b2582e;
	--gs-orange-hi: #dba96e;
	--gs-text-hi: #f8f8f8;
	--gs-text-med: #d0d0d0;
	--gs-text-low: #b5b5b5;
	--gs-placeholder: #767676;
	--gs-outline: #333333;
	--gs-outline-hi: #595959;
	--gs-star: #fc9e0b;
	--gs-info: #3c93f7;
	--gs-font-heading: 'Russo One', sans-serif;
	--gs-font-body: 'DM Sans', sans-serif;
	--gs-font-ui: 'Inter', sans-serif;
}

body.gs-contact-figma {
	margin: 0;
	background: var(--gs-bg);
	color: var(--gs-text-hi);
	font-family: var(--gs-font-body);
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.gs-contact-figma .gs-page {
	overflow-x: clip;
}

.gs-contact-figma .gs-page *,
.gs-contact-figma .gs-page *::before,
.gs-contact-figma .gs-page *::after {
	box-sizing: border-box;
}

.gs-contact-figma .gs-page img {
	max-width: 100%;
	height: auto;
	display: block;
}

.gs-contact-figma .gs-page a {
	color: inherit;
	text-decoration: none;
}

.gs-contact-figma .gs-page h1,
.gs-contact-figma .gs-page h2,
.gs-contact-figma .gs-page h3 {
	margin: 0;
	font-weight: 400;
}

.gs-contact-figma .gs-page p {
	margin: 0;
}

.gs-contact-figma .gs-page .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

/* ---------- Shared pieces ---------- */

.gs-contact-figma .gs-h1 {
	font-family: var(--gs-font-heading);
	font-size: clamp(36px, 4.45vw, 64px);
	line-height: 1.15;
	color: var(--gs-text-hi);
}

.gs-contact-figma .gs-h2 {
	font-family: var(--gs-font-heading);
	font-size: clamp(32px, 3.4vw, 48px);
	line-height: 1.15;
	color: var(--gs-text-hi);
}

.gs-contact-figma .gs-audit .gs-h2 {
	font-size: clamp(30px, 2.8vw, 40px);
	line-height: 1.15;
}

.gs-contact-figma .gs-offices .gs-h2 {
	font-size: clamp(30px, 2.8vw, 40px);
	line-height: 1;
}

.gs-contact-figma .gs-cta .gs-h2 {
	font-size: clamp(30px, 2.8vw, 40px);
	line-height: 1.3;
}

.gs-contact-figma .gs-accent {
	color: var(--gs-orange);
}

.gs-contact-figma .gs-lead {
	font-size: 18px;
	line-height: 28px;
	color: var(--gs-text-low);
}

.gs-contact-figma .gs-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid var(--gs-outline);
	border-radius: 40px;
	background: var(--gs-bg);
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: var(--gs-text-med);
	white-space: nowrap;
}

.gs-contact-figma .gs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 24px;
	border: 0;
	border-radius: 32px;
	font-family: var(--gs-font-body);
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.gs-contact-figma .gs-btn--primary {
	background: var(--gs-orange);
	color: #fff;
}

.gs-contact-figma .gs-btn--primary:hover {
	background: #c96a3b;
}

.gs-contact-figma .gs-btn--small {
	height: 40px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

.gs-contact-figma .gs-btn--block {
	width: 100%;
}

.gs-contact-figma .gs-btn img,
.gs-contact-figma .gs-btn svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

/* Decorative blurred glows */
.gs-contact-figma .gs-glow {
	position: absolute;
	pointer-events: none;
	filter: blur(150px);
	z-index: 0;
}

.gs-contact-figma .gs-glow--hero-left {
	left: -420px;
	top: 480px;
	width: 132px;
	height: 808px;
	transform: rotate(-42deg);
	background: linear-gradient(174deg, rgba(248, 248, 248, 0.8) 12%, rgba(178, 88, 46, 0.8) 104%);
}

.gs-contact-figma .gs-glow--hero-right {
	right: -260px;
	top: -120px;
	width: 259px;
	height: 1120px;
	transform: rotate(33deg);
	background: linear-gradient(176deg, rgba(178, 88, 46, 0.2) 12%, rgba(248, 248, 248, 0.2) 104%);
}

.gs-contact-figma .gs-glow--audit-left {
	left: -225px;
	top: -277px;
	width: 449px;
	height: 449px;
	border-radius: 50%;
	background: rgba(178, 88, 46, 0.35);
}

.gs-contact-figma .gs-glow--audit-right {
	right: -240px;
	top: 0;
	width: 165px;
	height: 639px;
	transform: rotate(33deg);
	background: linear-gradient(176deg, rgba(178, 88, 46, 0.3) 12%, rgba(248, 248, 248, 0.3) 104%);
}

.gs-contact-figma .gs-glow--cta {
	right: -120px;
	top: -160px;
	width: 449px;
	height: 449px;
	border-radius: 50%;
	background: rgba(178, 88, 46, 0.4);
}

/* Form notices */
.gs-contact-figma .gs-form-notice {
	padding: 12px 16px;
	margin-bottom: 16px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 20px;
}

.gs-contact-figma .gs-form-notice--success {
	background: rgba(76, 175, 80, 0.12);
	border: 1px solid rgba(76, 175, 80, 0.5);
	color: #9ae6a2;
}

.gs-contact-figma .gs-form-notice--error {
	background: rgba(211, 47, 47, 0.12);
	border: 1px solid rgba(211, 47, 47, 0.5);
	color: #f2a0a0;
}

/* Honeypot */
.gs-contact-figma .gs-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

/* ---------- Header ---------- */

.gs-contact-figma .gs-header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 24px 0;
	background: rgba(19, 20, 25, 0.75);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.gs-contact-figma .gs-header__inner {
	max-width: 1328px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.gs-contact-figma .gs-header__logo img {
	width: 80px;
	height: 80px;
}

.gs-contact-figma .gs-header__nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gs-contact-figma .gs-nav-pill {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 8px;
	border: 1px solid var(--gs-outline);
	border-radius: 32px;
	backdrop-filter: blur(21.5px);
	-webkit-backdrop-filter: blur(21.5px);
}

.gs-contact-figma .gs-nav-pill a {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 8px 12px;
	border-radius: 32px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: var(--gs-text-med);
	white-space: nowrap;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.gs-contact-figma .gs-nav-pill a:hover,
.gs-contact-figma .gs-nav-pill a[aria-current="page"] {
	color: var(--gs-text-hi);
	background: var(--gs-card);
}

/* ---------- Hero ---------- */

.gs-contact-figma .gs-hero {
	position: relative;
	overflow: clip;
	padding-bottom: 64px;
}

.gs-contact-figma .gs-hero__content {
	position: relative;
	z-index: 1;
	max-width: 1328px;
	margin: 80px auto 0;
	padding: 0 24px;
	display: flex;
	align-items: stretch;
	gap: clamp(40px, 6vw, 96px);
}

.gs-contact-figma .gs-hero__intro {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 64px;
	padding: 16px 0;
}

.gs-contact-figma .gs-hero__text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.gs-contact-figma .gs-trusted {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gs-contact-figma .gs-trusted__label {
	font-size: 14px;
	line-height: 22px;
	color: var(--gs-text-low);
}

.gs-contact-figma .gs-trusted__logos {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	flex-wrap: wrap;
}

/* The exported SVGs use width="100%", so each logo needs explicit sizes
   (design: Clutch 61x18, Google 70x24, Expertise 184x23). */
.gs-contact-figma .gs-trusted__logos img {
	flex-shrink: 0;
}

.gs-contact-figma .gs-trusted__logos img:nth-child(1) {
	width: 61px;
	height: 18px;
}

.gs-contact-figma .gs-trusted__logos img:nth-child(2) {
	width: 70px;
	height: 24px;
}

.gs-contact-figma .gs-trusted__logos img:nth-child(3) {
	width: 184px;
	height: 23px;
}

/* Contact form card */
.gs-contact-figma .gs-form-card {
	width: 636px;
	max-width: 100%;
	flex-shrink: 0;
	padding: 32px;
	background: var(--gs-bg);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 32px;
	scroll-margin-top: 140px;
}

.gs-contact-figma .gs-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gs-contact-figma .gs-form__row {
	display: flex;
	gap: 24px;
}

.gs-contact-figma .gs-form__row .gs-field {
	flex: 1;
	min-width: 0;
}

.gs-contact-figma .gs-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gs-contact-figma .gs-field label {
	padding-left: 2px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: var(--gs-text-low);
}

.gs-contact-figma .gs-field input,
.gs-contact-figma .gs-field select,
.gs-contact-figma .gs-field textarea {
	width: 100%;
	padding: 10px 12px;
	background: var(--gs-card);
	border: 1px solid transparent;
	border-radius: 8px;
	font-family: var(--gs-font-body);
	font-size: 13px;
	line-height: 20px;
	color: var(--gs-text-hi);
	outline: none;
	transition: border-color 0.2s ease;
	appearance: none;
	-webkit-appearance: none;
}

.gs-contact-figma .gs-field input:focus,
.gs-contact-figma .gs-field select:focus,
.gs-contact-figma .gs-field textarea:focus {
	border-color: var(--gs-orange);
}

.gs-contact-figma .gs-field input::placeholder,
.gs-contact-figma .gs-field textarea::placeholder {
	color: var(--gs-placeholder);
}

.gs-contact-figma .gs-field select:invalid {
	color: var(--gs-placeholder);
}

.gs-contact-figma .gs-field textarea {
	resize: vertical;
	min-height: 96px;
}

.gs-contact-figma .gs-select-wrap {
	position: relative;
	display: block;
}

.gs-contact-figma .gs-select-wrap img,
.gs-contact-figma .gs-select-wrap svg {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.gs-contact-figma .gs-form__divider {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.gs-contact-figma .gs-form__divider span {
	font-size: 16px;
	line-height: 24px;
	color: var(--gs-text-low);
	text-transform: uppercase;
	white-space: nowrap;
}

.gs-contact-figma .gs-form__divider hr {
	flex: 1;
	margin: 0;
	border: 0;
	border-top: 1px solid var(--gs-outline);
}

/* ---------- Testimonials ---------- */

.gs-contact-figma .gs-testimonials {
	position: relative;
	overflow: clip;
	padding: 128px 0;
	background: var(--gs-fg);
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.gs-contact-figma .gs-section-head {
	position: relative;
	z-index: 1;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
}

.gs-contact-figma .gs-section-head .gs-h2 {
	max-width: 560px;
}

.gs-contact-figma .gs-carousel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
}

.gs-contact-figma .gs-carousel__track {
	display: flex;
	align-items: center;
	transition: transform 0.5s ease;
	will-change: transform;
}

/* Slide wrappers keep a constant footprint so the track geometry never
   changes while the inner card animates between its two sizes. Negative
   margins create the overlapped, full-bleed layout from the design. */
.gs-contact-figma .gs-tslide {
	position: relative;
	z-index: 1;
	width: 664px;
	max-width: 94vw;
	height: 450px;
	margin: 0 -93px;
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	cursor: pointer;
}

.gs-contact-figma .gs-tslide.is-active {
	z-index: 2;
	cursor: default;
}

.gs-contact-figma .gs-tcard {
	/* Same width in both states (was 525px inactive / 664px active).
	   A constant width means the activation transition never reflows
	   the quote text; only height/padding/opacity still animate. */
	width: 100%;
	max-width: 88vw;
	height: 90%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 48px 48px 48px 48px;
	background: var(--gs-card);
	border: 1px solid transparent;
	border-radius: 32px;
	opacity: 0.5;
	transition: opacity 0.5s ease, border-color 0.5s ease, height 0.5s ease, padding 0.5s ease;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard {
	width: 100%;
	height: 100%;
	padding: 48px 48px 48px 48px;
	justify-content: center;
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.5);
	height: 100%;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote {
	flex: 0 1 auto;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote p {
	color: var(--gs-text-med);
}

.gs-contact-figma .gs-stars {
	display: flex;
	gap: 4px;
}

.gs-contact-figma .gs-stars img,
.gs-contact-figma .gs-stars svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.gs-contact-figma .gs-tcard__quote {
	flex: 1;
	min-height: 0;
	/* Inactive cards clip; only the active card scrolls (see below). */
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex-grow: 1 !important;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote {
	overflow-y: auto;
	/* Subtle scrollbar when a long testimonial exceeds the card. */
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote::-webkit-scrollbar {
	width: 6px;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote::-webkit-scrollbar-track {
	background: transparent;
}

.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

.gs-contact-figma .gs-tcard__quote p {
	font-size: 0.875rem;
	line-height: 1.5em;
	color: var(--gs-text-low);
}

/* Quote wrapper: carries the desktop flex sizing the quote used to get
   directly from the card; hosts the mobile clamp fade. */
.gs-contact-figma .gs-tcard__quote-wrap {
	position: relative;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

/* Fade + Read more only exist in the mobile clamp experience. */
.gs-contact-figma .gs-tcard__fade,
.gs-contact-figma .gs-tcard__more {
	display: none;
}

.gs-contact-figma .gs-tcard__user {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gs-contact-figma .gs-tcard__user > img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.gs-contact-figma .gs-tcard__user div {
	display: flex;
	flex-direction: column;
}

.gs-contact-figma .gs-tcard__user strong {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: var(--gs-text-hi);
}

.gs-contact-figma .gs-tcard__user span {
	font-size: 12px;
	line-height: 18px;
	color: var(--gs-text-low);
}

.gs-contact-figma .gs-carousel__nav {
	display: flex;
	gap: 16px;
}

.gs-contact-figma .gs-carousel__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	cursor: pointer;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.gs-contact-figma .gs-carousel__arrow:hover {
	background: rgba(255, 255, 255, 0.16);
}

.gs-contact-figma .gs-carousel__arrow:focus-visible {
	outline: 2px solid var(--gs-orange);
	outline-offset: 2px;
}

.gs-contact-figma .gs-carousel__arrow img,
.gs-contact-figma .gs-carousel__arrow svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.gs-contact-figma .gs-carousel__arrow--prev img,
.gs-contact-figma .gs-carousel__arrow--prev svg {
	transform: rotate(180deg);
}

/* ---------- SEO audit / SERP mockup ---------- */

.gs-contact-figma .gs-audit {
	position: relative;
	overflow: clip;
	/* Full-bleed section: the decorative glows anchor to the screen edges
	   while the horizontal padding keeps the content on the 1280px grid. */
	padding: 128px max(24px, calc((100% - 1280px) / 2));
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(40px, 5.5vw, 80px);
}

.gs-contact-figma .gs-audit__content {
	position: relative;
	z-index: 1;
	flex: 1;
	min-width: 0;
	max-width: 607px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.gs-contact-figma .gs-audit__content .gs-lead {
	margin: 12px 0 20px;
}

.gs-contact-figma .gs-url-form {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 6px 6px 6px 16px;
	background: var(--gs-card);
	border-radius: 32px;
}

.gs-contact-figma .gs-url-form__icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transform: rotate(45deg);
}

.gs-contact-figma .gs-url-form input {
	flex: 1;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--gs-font-body);
	font-size: 16px;
	line-height: 24px;
	color: var(--gs-text-hi);
	outline: none;
}

.gs-contact-figma .gs-url-form input::placeholder {
	color: #9e9e9e;
}

/* Bordered/self-contained URL field used by the CTA and footer forms */
.gs-contact-figma .gs-url-field {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	background: var(--gs-card);
	border-radius: 32px;
}

.gs-contact-figma .gs-url-field input {
	flex: 1;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: var(--gs-font-body);
	font-size: 16px;
	line-height: 24px;
	color: var(--gs-text-hi);
	outline: none;
}

.gs-contact-figma .gs-url-field input::placeholder {
	color: #9e9e9e;
}

.gs-contact-figma .gs-url-form__go {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 100px;
	background: var(--gs-orange);
	cursor: pointer;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.gs-contact-figma .gs-url-form__go:hover {
	background: #c96a3b;
}

.gs-contact-figma .gs-url-form__go img,
.gs-contact-figma .gs-url-form__go svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transform: rotate(-45deg);
}

/* Website Growth chart card (exported from Figma as a single image) */
.gs-contact-figma .gs-growth-card {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	width: min(621px, 100%);
}

.gs-contact-figma .gs-growth-card img {
	width: 100%;
	height: auto;
}

/* ---------- Offices / map ---------- */

.gs-contact-figma .gs-offices {
	position: relative;
	max-width: 1328px;
	margin: 0 auto;
	padding: 96px 24px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.gs-contact-figma .gs-offices__grid {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

.gs-contact-figma .gs-offices__cards {
	width: 503px;
	max-width: 100%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gs-contact-figma .gs-ocard {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 24px;
	background: var(--gs-card);
	border-radius: 15px;
}

.gs-contact-figma .gs-ocard__head {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gs-contact-figma .gs-ocard__head img,
.gs-contact-figma .gs-ocard__head svg {
	width: 20px;
	height: auto;
	flex-shrink: 0;
}

.gs-contact-figma .gs-ocard__head h3 {
	font-family: var(--gs-font-body);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: var(--gs-text-hi);
	text-transform: capitalize;
}

.gs-contact-figma .gs-ocard__block {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gs-contact-figma .gs-ocard__block strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: var(--gs-text-hi);
}

.gs-contact-figma .gs-ocard__block span {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: var(--gs-text-low);
}

.gs-contact-figma .gs-ocard__block a:hover {
	color: var(--gs-orange-hi);
}

.gs-contact-figma .gs-map {
	position: relative;
	flex: 1;
	min-width: 0;
	min-height: 480px;
	border-radius: 15px;
	overflow: hidden;
	background: var(--gs-bg);
}

.gs-contact-figma .gs-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* ---------- CTA banner ---------- */

.gs-contact-figma .gs-cta {
	max-width: 1328px;
	margin: 0 auto;
	padding: 128px 24px;
}

.gs-contact-figma .gs-cta__panel {
	position: relative;
	overflow: clip;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 80px 40px;
	background: var(--gs-surface-0);
	border: 1px solid var(--gs-orange-hi);
	border-radius: 48px;
}

.gs-contact-figma .gs-cta__panel > * {
	position: relative;
	z-index: 1;
}

.gs-contact-figma .gs-cta__deco {
	position: absolute !important;
	inset: 0;
	z-index: 0 !important;
	pointer-events: none;
}

.gs-contact-figma .gs-cta__deco img {
	position: absolute;
	right: -40px;
	top: -27px;
	width: 356px;
	height: 356px;
	transform: rotate(180deg);
}

.gs-contact-figma .gs-cta__panel .gs-h2 {
	max-width: 541px;
}

.gs-contact-figma .gs-cta__panel .gs-lead {
	max-width: 586px;
	margin: 12px 0 20px;
}

.gs-contact-figma .gs-url-form--cta {
	max-width: 586px;
	padding: 0;
	background: transparent;
	gap: 12px;
}

/* ---------- Footer ---------- */

.gs-contact-figma .gs-footer {
	padding: 21px 45px 40px;
	max-width: 1440px;
	margin: 0 auto;
}

.gs-contact-figma .gs-footer__inner {
	display: flex;
	gap: clamp(48px, 10vw, 192px);
	padding: 32px 40px;
	background: url('footer-bg-v2.svg') 0 0 / 100% 100% no-repeat;
	min-height: 402px;
}

.gs-contact-figma .gs-footer__left {
	width: 379px;
	max-width: 100%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.gs-contact-figma .gs-footer__logo img {
	width: 142px;
	height: 76px;
}

.gs-contact-figma .gs-footer__pitch {
	margin-top: 12px;
	padding: 0 12px;
	font-family: var(--gs-font-heading);
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}

.gs-contact-figma .gs-footer__form {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 8px;
}

.gs-contact-figma .gs-footer__form .gs-url-field {
	background: transparent;
	border: 1px solid var(--gs-outline-hi);
	padding: 11px 16px;
}

.gs-contact-figma .gs-footer__form .gs-url-field input:focus {
	outline: none;
}

.gs-contact-figma .gs-footer__social {
	display: flex;
	gap: 10px;
	margin-top: 28px;
}

.gs-contact-figma .gs-footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--gs-outline-hi);
	border-radius: 40px;
	transition: border-color 0.2s ease;
}

.gs-contact-figma .gs-footer__social a:hover {
	border-color: var(--gs-orange-hi);
}

.gs-contact-figma .gs-footer__social img,
.gs-contact-figma .gs-footer__social svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.gs-contact-figma .gs-footer__copyright {
	width: 100%;
	margin-top: auto;
}

.gs-contact-figma .gs-footer__copyright hr,
.gs-contact-figma .gs-footer__legal hr {
	margin: 0 0 8px;
	border: 0;
	border-top: 1.5px solid var(--gs-outline);
}

.gs-contact-figma .gs-footer__copyright p {
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.gs-contact-figma .gs-footer__right {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding-top: 16px;
}

.gs-contact-figma .gs-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.gs-contact-figma .gs-footer__nav a {
	font-size: 18px;
	line-height: 28px;
	color: var(--gs-text-low);
	transition: color 0.2s ease;
}

.gs-contact-figma .gs-footer__nav a:hover {
	color: var(--gs-text-hi);
}

.gs-contact-figma .gs-footer__offices {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-top: 28px;
}

.gs-contact-figma .gs-footer__office h3 {
	font-family: var(--gs-font-heading);
	font-size: 20px;
	line-height: 28px;
	color: var(--gs-text-hi);
	margin-bottom: 16px;
}

.gs-contact-figma .gs-footer__office p {
	font-size: 16px;
	line-height: 22px;
	color: var(--gs-text-low);
	margin-bottom: 8px;
}

.gs-contact-figma .gs-footer__office a:hover {
	color: var(--gs-orange-hi);
}

.gs-contact-figma .gs-footer__legal {
	max-width: 422px;
	margin-top: 34px;
}

.gs-contact-figma .gs-footer__legal div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	padding: 14px 0;
}

.gs-contact-figma .gs-footer__legal a {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	color: var(--gs-text-low);
	transition: color 0.2s ease;
}

.gs-contact-figma .gs-footer__legal a:hover {
	color: var(--gs-text-hi);
}

.gs-contact-figma .gs-footer__legal a + a::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 0;
	bottom: 0;
	border-left: 1px solid var(--gs-outline-hi);
}

/* ---------- Responsive ---------- */

@media (max-width: 1240px) {
	.gs-contact-figma .gs-hero__content {
		flex-direction: column;
	}

	.gs-contact-figma .gs-form-card {
		width: 100%;
	}

	.gs-contact-figma .gs-audit {
		flex-direction: row;
		align-items: flex-start;
	}
	
	.gs-contact-figma .gs-growth-card{
		width: min(450px, 100%);
	}

	.gs-contact-figma .gs-offices__grid {
		flex-direction: column;
	}

	.gs-contact-figma .gs-offices__cards {
		width: 100%;
	}

	.gs-contact-figma .gs-map {
		min-height: 400px;
	}

	.gs-contact-figma .gs-footer__inner {
		flex-direction: column;
		background: var(--gs-card);
		border-radius: 24px;
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.gs-contact-figma .gs-nav-pill a:not([aria-current="page"]) {
		display: none;
	}

	/* Testimonials (mobile): edge-peek carousel with natural-height cards
	   and a line-clamped quote + Read more instead of fixed heights. */
	.gs-contact-figma .gs-carousel {
		gap: 24px;
	}

	.gs-contact-figma .gs-carousel__track {
		align-items: flex-start;
	}

	.gs-contact-figma .gs-tslide {
		width: 86vw;
		max-width: 420px;
		height: auto;
		min-height: 0;
		margin: 0 6px;
		align-items: stretch;
	}

	.gs-contact-figma .gs-tcard {
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 0;
		padding: 28px 24px;
	}

	.gs-contact-figma .gs-tslide.is-active .gs-tcard {
		height: auto;
		padding: 28px 24px;
	}

	.gs-contact-figma .gs-tcard__quote-wrap {
		flex: none;
	}

	/* 8-line clamp in both states; overrides the desktop active-card
	   inner scroll, which has no place on mobile. */
	.gs-contact-figma .gs-tcard__quote,
	.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote {
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
		overflow: hidden;
		flex: none;
	}

	.gs-contact-figma .gs-tslide .gs-tcard__quote.is-open,
	.gs-contact-figma .gs-tslide.is-active .gs-tcard__quote.is-open {
		display: block;
		-webkit-line-clamp: unset;
		overflow: visible;
	}

	/* -webkit-box ignores flex gap, so paragraph rhythm moves to margins. */
	.gs-contact-figma .gs-tcard__quote p {
		font-size: 13px;
		line-height: 1.4;
		margin: 0 0 12px;
	}

	.gs-contact-figma .gs-tcard__quote p:last-child {
		margin-bottom: 0;
	}

	.gs-contact-figma .gs-tcard__quote-wrap.is-clamped .gs-tcard__fade {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 44px;
		background: linear-gradient(to bottom, rgba(32, 34, 43, 0), var(--gs-card));
	}

	.gs-contact-figma .gs-tcard__more:not([hidden]) {
		display: inline-block;
		align-self: flex-start;
		background: none;
		border: 0;
		padding: 0;
		font-family: var(--gs-font-ui);
		font-size: 13px;
		font-weight: 600;
		color: var(--gs-orange-hi);
		cursor: pointer;
	}

	.gs-contact-figma .gs-carousel__arrow {
		width: 44px;
		height: 44px;
	}

	.gs-contact-figma .gs-testimonials,
	.gs-contact-figma .gs-audit,
	.gs-contact-figma .gs-cta {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.gs-contact-figma .gs-cta__panel {
		padding: 48px 24px;
	}

	.gs-contact-figma .gs-cta__deco img {
		opacity: 0.4;
	}
	
	.gs-contact-figma .gs-audit {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 640px) {
	.gs-contact-figma .gs-header__logo img {
		width: 56px;
		height: 56px;
	}

	.gs-contact-figma .gs-header {
		padding: 12px 0;
	}
	
	.gs-contact-figma .gs-trusted__logos {
		flex-wrap: nowrap;
	}

	.gs-contact-figma .gs-hero__content {
		margin-top: 40px;
	}

	.gs-contact-figma .gs-form-card {
		padding: 20px;
	}

	.gs-contact-figma .gs-form__row {
		flex-direction: column;
		gap: 16px;
	}

	.gs-contact-figma .gs-url-form--cta {
		flex-direction: column;
		align-items: stretch;
	}
	
	.gs-contact-figma .gs-audit{
		padding: 8em 0;
		gap: 4em;
	}
	
	.gs-contact-figma .gs-audit__content {
		padding: 0 1em;
	}
	
	.gs-contact-figma .gs-audit__content .gs-lead{
		margin:-8px 0 24px;
	}
	
	.gs-contact-figma .gs-offices{
		gap: 1.5em;
	}

	.gs-contact-figma .gs-url-form--cta .gs-btn {
		width: 100%;
	}

	.gs-contact-figma .gs-map {
		min-height: 360px;
	}

	.gs-contact-figma .gs-footer {
		padding: 0 16px 24px;
	}

	.gs-contact-figma .gs-tcard__user > img{
		width:50px;
		height: 50px;
	}
	
	.gs-contact-figma .gs-footer__inner {
		padding: 24px 20px;
	}

	.gs-contact-figma .gs-footer__nav {
		gap: 16px 24px;
	}
	
	.gs-cta{
		display:none;
	}
}

/* ---------- Mobile: phone lives inside the Address card ---------- */

.gs-contact-figma .gs-ocard__phone-mobile {
	display: none;
}

@media (max-width: 640px) {
	.gs-contact-figma .gs-ocard__phone-mobile {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 4px;
	}

	.gs-contact-figma .gs-ocard--phone {
		display: none;
	}
}

/* ---------- Hero form: Elementor template embed ---------- */

.gs-contact-figma .gs-hero__form-embed {
	width: 636px;
	max-width: 100%;
	flex-shrink: 0;
	scroll-margin-top: 140px;
}

@media (max-width: 1240px) {
	.gs-contact-figma .gs-hero__form-embed {
		width: 100%;
	}
}