/* پایه مشترک صفحات + صفحه گارانتی — بازسازی فریم‌های فیگما */

.gsp {
	--gold: #d4af37;
	--gold-soft: #e5cf87;
	--dark: #141105;
	--ink: #000;
	--muted: #868686;
	--line: #cacaca;
	--cream: #f9f6ec;

	font-family: "Peyda", "PeydaWebFaNum", "IRANSansX", "IRANSans", "Vazirmatn", Tahoma, sans-serif;
	color: var(--ink);
	background: #fff;
	direction: rtl;
	text-align: right;
	line-height: 1.7;
	overflow-x: hidden;
}

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

:where(.gsp img) { max-width: 100%; display: block; }
:where(.gsp p) { margin: 0; }
:where(.gsp h1, .gsp h2, .gsp h3, .gsp h4) { margin: 0; font-weight: 700; }
:where(.gsp ul) { margin: 0; padding: 0; list-style: none; }

.gsp-wrap {
	max-width: 1394px;
	margin: 0 auto;
	padding: 0 16px;
}

/* ---------- دکمه ---------- */
.gsp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 4px;
	font: 500 16px/1 inherit;
	color: #222121;
	text-decoration: none;
	cursor: pointer;
}
.gsp-btn--gold { background: var(--gold); }
.gsp-btn--gold:hover { background: #c39f2b; }
.gsp-btn--block { width: 100%; border-radius: 8px; }

/* ---------- تیتر بخش‌ها ---------- */
.gsp-heading {
	display: flex;
	align-items: center;
	gap: 9px;
}
.gsp-heading h2 {
	font-size: 24px;
	font-weight: 600;
	color: var(--ink);
}
.gsp-heading h2 span { font-weight: 400; }
.gsp-heading__icon {
	flex: none;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
}

/* ---------- ۱) هیرو ---------- */
.gsp-hero {
	position: relative;
	min-height: 615px;
	background: #020303;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.gsp-hero__img {
	position: absolute;
	top: 54px;
	left: 111px;
	width: 1087px;
	height: 596px;
	object-fit: contain;
	pointer-events: none;
}
.gsp-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1585px;
	margin: 0 auto;
	padding: 115px 97px 0;
}
.gsp-hero__title {
	max-width: 640px;
	margin-inline-start: auto;
	font-size: 48px;
	font-weight: 900;
	line-height: 1.25;
	color: #fff;
}
.gsp-hero__title span { color: var(--gold); }
.gsp-hero__brand {
	margin: 26px 0 0;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}
.gsp-hero__text {
	max-width: 544px;
	margin: 20px 0 0 auto;
	font-size: 16px;
	color: var(--cream);
	text-align: justify;
}
.gsp-hero__cta {
	width: 204px;
	margin-top: 38px;
	margin-inline-start: auto;
	font-size: 14px;
}

/* ---------- ۲) ثبت گارانتی ---------- */
.gsp-register { padding: 139px 0 100px; }
.gsp-register__grid {
	display: grid;
	grid-template-columns: 806px 566px;
	gap: 22px;
	align-items: start;
}
.gsp-register__col .gsp-heading { margin-bottom: 51px; justify-content: flex-start; }

.gsp-card {
	border: 1px solid #b9b9b9;
	border-radius: 16px;
	background: #fff;
	padding: 33px;
}
.gsp-card__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
	text-align: right;
}
.gsp-card__title span { font-weight: 400; }

/* فرم */
.gsp-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-bottom: 8px;
}
.gsp-field { position: relative; margin-bottom: 8px; }
.gsp-field > label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	color: var(--dark);
}
.gsp-field > label b { color: #e03131; font-weight: 400; }
.gsp-field input,
.gsp-field select,
.gsp-field textarea {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	font: 400 12px/48px inherit;
	color: var(--dark);
	appearance: none;
	outline: none;
}
.gsp-field textarea {
	height: 123px;
	padding: 14px;
	line-height: 1.8;
	resize: vertical;
}
.gsp-field input::placeholder,
.gsp-field textarea::placeholder { color: var(--muted); }
.gsp-field select { color: var(--muted); }
.gsp-field input:focus,
.gsp-field select:focus,
.gsp-field textarea:focus { border-color: var(--gold); }
.gsp-field--select select,
.gsp-field--date input { padding-inline-start: 44px; }
.gsp-field__icon {
	position: absolute;
	inset-inline-start: 14px;
	bottom: 12px;
	pointer-events: none;
}
.gsp-field--select .gsp-field__icon { bottom: 16px; }

.gsp-form .gsp-btn--block { margin-top: 8px; }
.gsp-form__note {
	margin-top: 26px;
	font-size: 14px;
	text-align: center;
	color: var(--ink);
}
.gsp-form__note a { color: #2f6feb; text-decoration: none; }

/* پیام نتیجه ارسال فرم */
.gsp-notice {
	margin-bottom: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.8;
}
.gsp-notice--ok { background: #e9f7ec; border: 1px solid #7bc98d; color: #14532d; }
.gsp-notice--error { background: #fdecec; border: 1px solid #e79a9a; color: #7f1d1d; }

/* تله ربات — از دید کاربر پنهان */
.gsp-hp {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/* کارت باشگاه */
.gsp-club {
	position: relative;
	display: flex;
	margin-top: -66px;
	min-height: 684px;
	border-radius: 16px;
	overflow: hidden;
	background: var(--gold);
}
.gsp-club__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gsp-club__body {
	position: relative;
	z-index: 1;
	flex: 1;
	padding: 30px 26px 40px;
	display: flex;
	flex-direction: column;
}
.gsp-club__title {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.gsp-club__title span { color: var(--gold); }
.gsp-club__text {
	margin-top: 18px;
	font-size: 16px;
	color: var(--cream);
	text-align: justify;
}
.gsp-club__list {
	margin-top: auto;
	display: grid;
	gap: 23px;
}
.gsp-club__list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	color: var(--cream);
}
.gsp-club__list img { flex: none; }

/* ---------- ۳) مزایای باشگاه ---------- */
.gsp-benefits { padding: 97px 0 0; }
.gsp-benefits__card {
	border-radius: 16px;
	background: var(--gold) center/cover no-repeat;
	padding: 21px 24px 40px;
	min-height: 410px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gsp-benefits__title {
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
.gsp-benefits__title span { color: var(--gold); }
.gsp-benefits__sub {
	max-width: 398px;
	margin-top: 14px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.gsp-benefits__row {
	margin-top: auto;
	padding-top: 46px;
	width: 100%;
	max-width: 1152px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 65px;
}
.gsp-benefit {
	background: rgba(0, 0, 0, .62);
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	min-height: 179px;
}
.gsp-benefit__icon {
	width: 42px;
	height: 42px;
	margin: 0 auto 20px;
	display: grid;
	place-items: center;
}
.gsp-benefit h4 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}
.gsp-benefit p {
	margin-top: 17px;
	font-size: 14px;
	color: #fff;
}

/* ---------- ۴) محصولات تحت پوشش ---------- */
.gsp-products { padding: 109px 0 150px; }
.gsp-products__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}
.gsp-products__nav {
	display: flex;
	align-items: center;
	gap: 26px;
}
.gsp-products__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #222121;
	text-decoration: none;
}
.gsp-products__row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 19px;
}
.gsp-product {
	background: #f2f2f2;
	border-radius: 8px;
	padding: 16px;
	min-height: 224px;
	text-align: center;
}
.gsp-product__img {
	height: 88px;
	display: grid;
	place-items: center;
}
.gsp-product__img img { max-height: 88px; width: auto; }
.gsp-product h4 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 400;
}
.gsp-product p {
	margin-top: 17px;
	font-size: 14px;
}

/* ---------- ۵) فرایند خدمات ---------- */
.gsp-process {
	min-height: 644px;
	padding: 48px 0 60px;
	background: #0e1011 center/cover no-repeat;
	text-align: center;
}
.gsp-process__title {
	font-size: 48px;
	font-weight: 900;
	color: #fff;
}
.gsp-process__title span { color: #fff; }
.gsp-process__title { color: var(--gold); }
.gsp-process__sub {
	max-width: 398px;
	margin: 4px auto 0;
	font-size: 16px;
	color: #fff;
}
.gsp-process__track {
	position: relative;
	margin-top: 115px;
}
.gsp-process__line {
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--gold);
}
.gsp-process__row {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 65px;
	max-width: 1458px;
}
.gsp-step { text-align: center; }
.gsp-step__circle {
	width: 104px;
	height: 104px;
	margin: 0 auto;
	border-radius: 50%;
}
.gsp-step__num {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 36px auto 0;
	border: 1px solid #dadada;
	border-radius: 4px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.gsp-step h4 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}
.gsp-step p {
	margin-top: 17px;
	font-size: 14px;
	color: #fff;
}

/* ---------- ۶) سوالات متداول ---------- */
.gsp-faq { padding: 99px 0 212px; }
.gsp-faq .gsp-heading {
	justify-content: flex-start;
	margin-bottom: 46px;
}
.gsp-faq__grid {
	display: grid;
	grid-template-columns: 801px 548px;
	gap: 45px;
	align-items: start;
}
.gsp-faq__list { display: grid; gap: 20px; }
.gsp-faq__img img {
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.gsp-acc {
	border: 1px solid #f1f2f5;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.gsp-acc.is-open { background: #f4f5f7; border-color: #f4f5f7; min-height: 184px; }
.gsp-acc__head {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 16px;
	height: 70px;
	padding: 0 16px;
	border: 0;
	background: none;
	font: inherit;
	text-align: right;
	cursor: pointer;
}
.gsp-acc__q {
	font-size: 16px;
	color: #2d394b;
}
.gsp-acc__sign {
	position: relative;
	flex: none;
	width: 40px;
	height: 40px;
	border: 1px solid #2d394b;
	border-radius: 4px;
}
.gsp-acc__sign::before,
.gsp-acc__sign::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	translate: -50% -50%;
	background: #2d394b;
}
.gsp-acc__sign::before { width: 16px; height: 2px; }
.gsp-acc__sign::after { width: 2px; height: 16px; }
.gsp-acc.is-open .gsp-acc__sign {
	background: var(--gold);
	border-color: var(--gold);
}
.gsp-acc.is-open .gsp-acc__sign::before { background: #fff; }
.gsp-acc.is-open .gsp-acc__sign::after { display: none; }
.gsp-acc__body {
	display: none;
	padding: 0 16px 22px 72px;
	font-size: 14px;
	color: #2d394b;
}
.gsp-acc.is-open .gsp-acc__body { display: block; }

/* ---------- ۷) درخواست خدمات + قوانین ---------- */
.gsp-service { padding: 0 0 164px; }
.gsp-service__grid {
	display: grid;
	grid-template-columns: 562px 808px;
	gap: 24px;
	align-items: stretch;
}
.gsp-card--service { min-height: 594px; }
.gsp-terms {
	border-radius: 16px;
	background: #141105 center/cover no-repeat;
	padding: 32px 37px;
	color: #fff;
}
.gsp-terms__title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 32px;
}
.gsp-terms__title span { font-weight: 400; }
.gsp-terms ul { display: grid; gap: 32px; }
.gsp-terms li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
}
.gsp-terms li img { flex: none; margin-top: 2px; }

/* ---------- ۸) ارتباط با ما ---------- */
.gsp-contact {
	position: relative;
	padding: 0 0 165px;
	overflow: hidden;
}
.gsp-contact__watermark {
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: 1446px;
	font-size: 227px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 6px;
	text-align: center;
	background: linear-gradient(180deg, #ececec 0%, rgba(236, 236, 236, 0) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	pointer-events: none;
	user-select: none;
}
.gsp-contact__grid {
	position: relative;
	display: grid;
	grid-template-columns: 311px repeat(3, 334px);
	gap: 20px;
	justify-content: space-between;
	align-items: start;
	padding-top: 225px;
}
.gsp-contact__intro .gsp-heading {
	justify-content: flex-start;
	margin-bottom: 32px;
}
.gsp-contact__intro > p {
	font-size: 16px;
	color: #29220b;
	text-align: justify;
}
.gsp-contact__intro hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #e0dcd0;
}
.gsp-contact__cta { width: 148px; }
.gsp-contact__photo {
	margin-top: 68px;
	width: 300px;
	border-radius: 8px;
}

.gsp-info {
	min-height: 573px;
	border: 1px solid var(--gold);
	border-radius: 16px;
	background: #fdfdfd;
	padding: 22px 20px 28px;
	text-align: center;
}
.gsp-info__icon {
	width: 62px;
	height: 62px;
	margin: 0 auto;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: var(--gold);
}
.gsp-info h4 {
	margin-top: 36px;
	font-size: 24px;
	font-weight: 600;
	color: var(--dark);
}
.gsp-info__tel {
	margin-top: 43px;
	font-size: 20px;
	font-weight: 600;
	color: var(--gold);
	text-align: center;
}
.gsp-info__addr {
	margin-top: 106px;
	font-size: 20px;
	color: var(--dark);
}
.gsp-info hr {
	width: 205px;
	margin: 22px auto;
	border: 0;
	border-top: 1px solid var(--gold);
}
.gsp-hours p {
	font-size: 20px;
	color: var(--dark);
}
.gsp-hours p + p { margin-top: 19px; }
.gsp-hours:first-of-type { margin-top: 63px; }

.gsp-ext { margin-top: 42px; }
.gsp-ext li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 49px;
	border-bottom: 1px solid var(--gold-soft);
}
.gsp-ext__label {
	font-size: 16px;
	color: #414141;
}
.gsp-ext__num {
	font-size: 24px;
	font-weight: 600;
	color: var(--dark);
}

/* ---------- واکنش‌گرا ---------- */
@media (max-width: 1440px) {
	.gsp-register__grid { grid-template-columns: 1.4fr 1fr; }
	.gsp-faq__grid { grid-template-columns: 1.45fr 1fr; }
	.gsp-service__grid { grid-template-columns: 1fr 1.4fr; }
	.gsp-contact__grid { grid-template-columns: 1fr 1fr 1fr 1fr; }
	.gsp-hero__img { left: 2%; width: 62%; }
	.gsp-benefits__row { gap: 24px; }
	.gsp-process__row { gap: 24px; }
}

@media (max-width: 1100px) {
	.gsp-hero { min-height: 0; padding: 40px 0; }
	.gsp-hero__img { position: static; width: 100%; height: auto; margin: 0 0 24px; }
	.gsp-hero__inner { padding: 0 16px; display: flex; flex-direction: column; }
	.gsp-hero__title, .gsp-hero__text { max-width: none; }
	.gsp-hero__title { font-size: 32px; }
	.gsp-hero__brand { font-size: 32px; }

	.gsp-register__grid,
	.gsp-faq__grid,
	.gsp-service__grid { grid-template-columns: 1fr; }
	.gsp-club { min-height: 0; margin-top: 0; }
	.gsp-club__list { margin-top: 32px; }

	.gsp-benefits__row,
	.gsp-products__row { grid-template-columns: repeat(2, 1fr); }
	.gsp-benefits__title,
	.gsp-process__title { font-size: 32px; }

	.gsp-process__row { grid-template-columns: repeat(2, 1fr); gap: 40px; }
	.gsp-process__line { display: none; }

	.gsp-contact__grid { grid-template-columns: 1fr 1fr; padding-top: 90px; }
	.gsp-contact__watermark { font-size: 90px; width: 100%; }
	.gsp-info { min-height: 0; }
	.gsp-info__addr,
	.gsp-hours:first-of-type,
	.gsp-ext,
	.gsp-info__tel { margin-top: 24px; }
	.gsp-card--service { min-height: 0; }
}

@media (max-width: 700px) {
	.gsp-form__row { grid-template-columns: 1fr; }
	.gsp-benefits__row,
	.gsp-products__row,
	.gsp-process__row,
	.gsp-contact__grid { grid-template-columns: 1fr; }
	.gsp-card { padding: 20px; }
	.gsp-products__head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 32px; }
	.gsp-contact__watermark { font-size: 52px; }
}

/* بخش‌هایی که تصویر فیگما متن را هم در خود دارد (فرایند خدمات / شرایط گارانتی):
   در دسکتاپ همان تصویر عیناً نمایش داده می‌شود و نسخه متنی فقط در موبایل. */
.gsp-baked { display: none; }
@media (max-width: 1100px) {
	.gsp-baked { display: block; }
	.gsp-process,
	.gsp-terms { background-image: none !important; }
	.gsp-process { background: #0e1011; }
	.gsp-terms { background: #141105; }
}

/* =========================================================================
   صفحه تماس با ما — بازسازی فریم «صفحه تماس با ما» (۱۵۸۵×۴۰۸۴)
   ========================================================================= */

/* هیرو دوتون طلایی */
.gsp-thero {
	position: relative;
	height: 615px;
	overflow: hidden;
	background: #141105;
	isolation: isolate;
}
.gsp-thero__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gsp-thero__tint {
	position: absolute;
	inset: 0;
	background: var(--gold);
	mix-blend-mode: multiply;
}
.gsp-thero__inner {
	position: relative;
	z-index: 1;
	height: 100%;
	max-width: 1585px;
	margin: 0 auto;
	padding: 0 102px 41px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.gsp-thero__title {
	font-size: 48px;
	font-weight: 900;
	line-height: 78px;
	color: #fff;
}
.gsp-thero__title span { color: var(--gold); }

/* نوار لوگوها */
.gsp-logos { padding: 26px 0 45px; }
.gsp-logos__row {
	max-width: 1645px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	min-height: 48px;
}
.gsp-logos__item { display: block; flex: none; }
.gsp-logos__item img {
	max-height: 48px;
	width: auto;
}

/* روی این صفحه، فاصله زیر کارت‌های تماس کمتر است */
.gsp-tamas .gsp-contact { padding-bottom: 95px; }

/* بخش نظرات */
.gsp-feedback {
	position: relative;
	min-height: 1064px;
	background: #302d28 center/cover no-repeat;
	overflow: hidden;
	isolation: isolate;
}
.gsp-feedback__tint {
	position: absolute;
	inset: 0;
	background: #302d28;
	mix-blend-mode: hue;
}
.gsp-feedback__inner {
	position: relative;
	z-index: 1;
	padding-top: 86px;
	padding-bottom: 115px;
	text-align: center;
}
.gsp-feedback__eyebrow {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	color: #e1d3d3;
}
.gsp-feedback__title {
	margin-top: 21px;
	font-size: 32px;
	font-weight: 700;
	line-height: 41px;
	color: var(--gold);
}
.gsp-feedback__title span { color: #fff; }
.gsp-feedback__sub {
	margin-top: 5px;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

/* شبکه‌های اجتماعی */
.gsp-socials {
	margin-top: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.gsp-socials__line {
	width: 167px;
	max-width: 20vw;
	height: 1px;
	background: rgba(212, 175, 55, .55);
}
.gsp-socials__item + .gsp-socials__item { margin-inline-start: 43px; }

/* فرم نظرات */
.gsp-tform {
	max-width: 689px;
	margin: 71px auto 0;
	text-align: right;
}
.gsp-tform input,
.gsp-tform textarea {
	display: block;
	width: 100%;
	height: 57px;
	margin-bottom: 24px;
	padding: 0 18px;
	border: 0;
	border-radius: 2px;
	background: #302d28;
	font: 400 16px/57px inherit;
	color: #fff;
	outline: none;
}
.gsp-tform textarea {
	height: 237px;
	padding: 14px 18px;
	line-height: 1.9;
	resize: vertical;
}
.gsp-tform input::placeholder,
.gsp-tform textarea::placeholder { color: #fff; opacity: .85; }
.gsp-tform input:focus,
.gsp-tform textarea:focus { box-shadow: inset 0 0 0 1px var(--gold); }
.gsp-tform__submit { width: 148px; vertical-align: top; }

/* شماره‌های زیر فرم */
.gsp-phones {
	margin-top: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 39px;
}
.gsp-phones__item {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.gsp-phones__item img { flex: none; }

/* نقشه */
.gsp-map img {
	width: 100%;
	height: 399px;
	object-fit: cover;
}

@media (max-width: 1100px) {
	.gsp-thero { height: 360px; }
	.gsp-thero__inner { padding: 0 16px 24px; }
	.gsp-thero__title { font-size: 32px; }

	.gsp-logos__row { flex-wrap: wrap; justify-content: center; gap: 24px; }
	.gsp-logos__item img { max-height: 34px; }

	.gsp-feedback { min-height: 0; }
	.gsp-feedback__inner { padding: 56px 0; }
	.gsp-socials { margin-top: 40px; }
	.gsp-socials__line { display: none; }
	.gsp-socials__item + .gsp-socials__item { margin-inline-start: 24px; }
	.gsp-tform { margin-top: 40px; }
	.gsp-tform textarea { height: 160px; }
	.gsp-phones { margin-top: 32px; gap: 20px; }
	.gsp-map img { height: 240px; }
}

@media (max-width: 700px) {
	.gsp-tform__submit { width: 100%; }
	.gsp-phones { flex-direction: column; align-items: flex-start; }
}
