:root {
	--gs-navy: #1b2b5a;
	--gs-navy-deep: #121c3d;
	--gs-navy-soft: #24356e;
	--gs-orange: #f37021;
	--gs-orange-dark: #d95e14;
	--gs-text: #4b5568;
	--gs-muted: #6b7280;
	--gs-line: #e6eaf3;
	--gs-bg: #ffffff;
	--gs-soft: #f6f8fc;
	--gs-radius: 16px;
	--gs-shadow: 0 18px 40px rgba(27, 43, 90, 0.1);
	--gs-container: 1180px;
	--gs-font: "Poppins", system-ui, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--gs-font);
	color: var(--gs-text);
	background: var(--gs-bg);
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--gs-navy);
	text-decoration: none;
}

a:hover {
	color: var(--gs-orange);
}

h1, h2, h3, h4 {
	font-family: var(--gs-font);
	color: var(--gs-navy);
	line-height: 1.2;
	margin: 0 0 12px;
}

h1 { font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 700; }

p { margin: 0 0 14px; }

.gs-skip {
	position: absolute;
	left: -999px;
	top: 8px;
	background: #fff;
	padding: 8px 12px;
	z-index: 1000;
}
.gs-skip:focus { left: 8px; }

.gs-container {
	width: min(calc(100% - 40px), var(--gs-container));
	margin: 0 auto;
}

.gs-topbar {
	background: linear-gradient(90deg, #121c3d 0%, var(--gs-navy) 45%, #24356e 100%);
	color: #fff;
	font-size: 13px;
	border-bottom: 3px solid var(--gs-orange);
}
.gs-topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 58px;
	gap: 16px;
	flex-wrap: wrap;
}
.gs-topbar a { color: #fff; }
.gs-topbar a:hover { color: #fff; }
.gs-topbar-left,
.gs-topbar-contact,
.gs-topbar-social {
	display: flex;
	align-items: center;
	gap: 16px;
}
.gs-topbar-left { margin-right: auto; }
.gs-topbar-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.72);
	white-space: nowrap;
}
.gs-topbar-phone {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 7px 14px 7px 7px;
	border-radius: 999px;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.16);
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.4px;
	line-height: 1;
	color: #fff !important;
}
.gs-topbar-phone:hover {
	background: var(--gs-orange);
	border-color: var(--gs-orange);
}
.gs-topbar-phone-ico {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--gs-orange);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 13px;
	flex-shrink: 0;
}
.gs-topbar-phone:hover .gs-topbar-phone-ico {
	background: #fff;
	color: var(--gs-orange);
}
.gs-topbar-social a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	display: grid;
	place-items: center;
	font-size: 14px;
}
.gs-topbar-social a:hover {
	background: var(--gs-orange);
}

.gs-header {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: 0 8px 24px rgba(27, 43, 90, 0.06);
}
.gs-header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 92px;
}

.gs-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--gs-navy);
}
.gs-logo-mark {
	display: grid;
	place-items: center;
	flex: 0 0 52px;
}
.gs-logo-mark svg { display: block; }
.gs-logo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}
.gs-logo-text strong {
	font-size: 16px;
	letter-spacing: 0.2px;
}
.gs-logo-text small {
	font-size: 9px;
	letter-spacing: 0.8px;
	color: var(--gs-muted);
	font-weight: 600;
}
.gs-logo--footer { color: #fff; }
.gs-logo--footer small { color: rgba(255,255,255,0.7); }
.gs-logo--footer .gs-logo-mark svg rect { fill: #2a3d78; }

.admin-bar .gs-header { top: 32px; }
@media (max-width: 782px) {
	.admin-bar .gs-header { top: 46px; }
}

.gs-nav-list {
	display: flex;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.gs-nav-list a {
	display: inline-block;
	padding: 8px 12px;
	font-weight: 600;
	font-size: 15px;
	color: var(--gs-navy);
	position: relative;
}
.gs-nav-list .current-menu-item a,
.gs-nav-list a:hover {
	color: var(--gs-navy);
}
.gs-nav-list .current-menu-item a::after,
.gs-nav-list a:hover::after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 2px;
	height: 3px;
	background: var(--gs-orange);
	border-radius: 99px;
}

.gs-header-cta {
	display: flex;
	align-items: center;
	gap: 12px;
}
.gs-wa-call {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.gs-wa-btn,
.gs-call-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
}
.gs-wa-btn {
	background: #25d366;
	color: #fff !important;
}
.gs-wa-btn:hover { background: #1fb85a; color: #fff !important; }
.gs-call-btn {
	background: var(--gs-orange);
	color: #fff !important;
}
.gs-call-btn:hover { background: var(--gs-orange-dark); color: #fff !important; }
.gs-wa-call--topbar .gs-wa-btn,
.gs-wa-call--topbar .gs-call-btn {
	padding: 8px 13px;
	font-size: 13px;
}
.gs-wa-call--chathead {
	margin-left: auto;
}
.gs-wa-call--chathead .gs-wa-btn,
.gs-wa-call--chathead .gs-call-btn {
	padding: 6px 9px;
	font-size: 11px;
}
.gs-wa-call--chathead span { display: none; }
.gs-header-phone {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--gs-navy);
}
.gs-header-phone-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff4ec;
	color: var(--gs-orange);
	display: grid;
	place-items: center;
}
.gs-header-phone small {
	display: block;
	font-size: 11px;
	color: var(--gs-muted);
	line-height: 1;
}
.gs-header-phone strong {
	font-size: 14px;
}

.gs-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
	padding: 12px 22px;
	border-radius: 10px;
	transition: 0.2s ease;
}
.gs-btn--primary {
	background: var(--gs-orange);
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(243, 112, 33, 0.28);
}
.gs-btn--primary:hover { background: var(--gs-orange-dark); }
.gs-btn--block { width: 100%; padding: 14px 22px; font-size: 16px; }

.gs-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	padding: 0;
}
.gs-nav-toggle span {
	display: block;
	height: 2px;
	margin: 6px 8px;
	background: var(--gs-navy);
}

.gs-hero {
	position: relative;
	padding: 72px 0 80px;
	background-image:
		linear-gradient(90deg, rgba(18, 28, 61, 0.82) 0%, rgba(18, 28, 61, 0.55) 55%, rgba(18, 28, 61, 0.35) 100%),
		var(--gs-hero-image);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.gs-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}
.gs-hero-copy h1,
.gs-hero-copy p { color: #fff; }
.gs-hero-copy h1 { margin: 18px 0 16px; max-width: 620px; }
.gs-hero-copy h1 em {
	font-style: normal;
	color: var(--gs-orange);
}
.gs-hero-copy p { max-width: 520px; color: rgba(255,255,255,0.88); }

.gs-pill {
	display: inline-flex;
	background: #fff;
	color: var(--gs-orange);
	font-size: 13px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 999px;
}

.gs-hero-stats {
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: rgba(18, 28, 61, 0.55);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 14px;
	padding: 16px 8px;
	backdrop-filter: blur(6px);
	max-width: 560px;
}
.gs-hero-stats div { text-align: center; }
.gs-hero-stats strong { display: block; color: #fff; font-size: 22px; }
.gs-hero-stats span { color: rgba(255,255,255,0.78); font-size: 12px; }

.gs-hero-form .gs-form,
.gs-form--card {
	background: #fff;
	color: var(--gs-text);
	border-radius: 18px;
	padding: 28px 26px 22px;
	box-shadow: var(--gs-shadow);
}
.gs-form-head h3 { margin-bottom: 4px; }
.gs-form-head p { color: var(--gs-muted); font-size: 14px; margin-bottom: 18px; }
.gs-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 16px;
}
.gs-form label span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--gs-navy);
	margin-bottom: 6px;
}
.gs-form input,
.gs-form select,
.gs-form textarea {
	width: 100%;
	border: 1px solid var(--gs-line);
	border-radius: 10px;
	padding: 11px 12px;
	font: inherit;
	color: var(--gs-navy);
	background: #fbfcfe;
}
.gs-form input:focus,
.gs-form select:focus,
.gs-form textarea:focus {
	outline: 2px solid rgba(243, 112, 33, 0.25);
	border-color: var(--gs-orange);
	background: #fff;
}
.gs-span-2 { grid-column: 1 / -1; }
.gs-form-note {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--gs-muted);
	text-align: center;
}
.gs-form-note a { color: var(--gs-orange); }
.gs-hp { position: absolute; left: -9999px; }
.gs-alert {
	padding: 10px 12px;
	border-radius: 10px;
	margin-bottom: 12px;
	font-size: 14px;
}
.gs-alert--success { background: #e9f8ef; color: #146c2e; }
.gs-alert--error { background: #fdecec; color: #9b1c1c; }

.gs-section { padding: 88px 0; }
.gs-section--soft { background: var(--gs-soft); }
.gs-section-head { text-align: center; max-width: 680px; margin: 0 auto 40px; }
.gs-kicker {
	color: var(--gs-orange);
	font-weight: 700;
	letter-spacing: 1.6px;
	font-size: 13px;
	margin-bottom: 8px;
}

.gs-split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}
.gs-split--reverse { grid-template-columns: 0.95fr 1.05fr; }
.gs-split-media img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: var(--gs-shadow);
}

.gs-stat-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 28px;
}
.gs-stat {
	text-align: center;
}
.gs-stat i {
	color: var(--gs-orange);
	font-size: 22px;
	margin-bottom: 8px;
}
.gs-stat strong {
	display: block;
	color: var(--gs-navy);
	font-size: 24px;
}
.gs-stat span {
	font-size: 13px;
	color: var(--gs-muted);
}

.gs-cards {
	display: grid;
	gap: 22px;
}
.gs-cards--3 { grid-template-columns: repeat(3, 1fr); }
.gs-card {
	background: #fff;
	border-radius: 16px;
	padding: 28px 24px 22px;
	box-shadow: var(--gs-shadow);
	border: 1px solid rgba(27, 43, 90, 0.04);
}
.gs-card-icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: #eef2fb;
	color: var(--gs-navy);
	display: grid;
	place-items: center;
	font-size: 20px;
	margin-bottom: 16px;
}
.gs-link {
	color: var(--gs-orange) !important;
	font-weight: 700;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gs-checklist {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
	display: grid;
	gap: 20px;
}
.gs-checklist li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
}
.gs-check {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--gs-orange);
	color: #fff;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.gs-checklist h3 { margin-bottom: 4px; }
.gs-checklist p { margin: 0; }

.gs-stars { color: var(--gs-orange); margin-bottom: 12px; letter-spacing: 2px; }
.gs-quote { font-style: italic; color: #374151; min-height: 110px; }
.gs-reviewer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--gs-line);
}
.gs-reviewer img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.gs-reviewer strong { display: block; color: var(--gs-navy); }
.gs-reviewer span { color: var(--gs-muted); font-size: 13px; }

.gs-brands { padding: 42px 0 70px; overflow: hidden; }
.gs-brands-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}
.gs-brands-head span { color: var(--gs-muted); font-size: 13px; }
.gs-brand-scroller {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.gs-brand-track {
	display: flex;
	width: max-content;
	gap: 16px;
	animation: gs-brand-scroll 32s linear infinite;
}
.gs-brand-scroller:hover .gs-brand-track {
	animation-play-state: paused;
}
.gs-brand {
	flex: 0 0 180px;
	border: 1px solid var(--gs-line);
	border-radius: 10px;
	min-height: 88px;
	display: grid;
	place-items: center;
	color: #8a93a6;
	font-weight: 800;
	letter-spacing: 0.4px;
	font-size: 15px;
	background: #fff;
	padding: 14px 18px;
}
.gs-brand img {
	max-width: 140px;
	max-height: 52px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.85;
}
.gs-brand:hover img {
	filter: none;
	opacity: 1;
}
@keyframes gs-brand-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.gs-footer {
	background: var(--gs-navy-deep);
	color: rgba(255,255,255,0.82);
	padding-top: 64px;
}
.gs-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr 0.9fr 1.1fr;
	gap: 32px;
	padding-bottom: 40px;
}
.gs-footer h4 {
	color: #fff;
	margin-bottom: 18px;
	font-size: 18px;
}
.gs-footer-links,
.gs-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gs-footer-links a,
.gs-footer-contact a { color: rgba(255,255,255,0.82); }
.gs-footer-links a:hover,
.gs-footer-contact a:hover { color: var(--gs-orange); }
.gs-footer-links li { margin-bottom: 10px; }
.gs-footer-contact li {
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}
.gs-footer-contact i { color: var(--gs-orange); margin-top: 4px; }
.gs-footer-social { display: flex; gap: 10px; margin-top: 18px; }
.gs-footer-social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	color: #fff;
	display: grid;
	place-items: center;
}
.gs-footer-social a:hover { background: var(--gs-orange); color: #fff; }
.gs-footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 16px 0;
	font-size: 13px;
	color: rgba(255,255,255,0.6);
}
.gs-footer-bottom p { margin: 0; }

.gs-page-hero {
	background: linear-gradient(90deg, var(--gs-navy), var(--gs-navy-soft));
	color: #fff;
	padding: 56px 0;
	text-align: center;
}
.gs-page-hero h1,
.gs-page-hero p { color: #fff; }
.gs-page-hero p { margin: 0; color: rgba(255,255,255,0.8); }
.gs-prose { max-width: 960px; }
.gs-prose img { max-width: 100%; height: auto; }
.gs-prose ul { margin: 12px 0 16px 20px; }
.gs-prose li { margin: 4px 0; }
.gs-prose h1, .gs-prose h2, .gs-prose h3 { color: var(--gs-navy); }

.gs-form--page {
	background: #fff;
	padding: 32px;
	border-radius: 18px;
	box-shadow: var(--gs-shadow);
}

@media (max-width: 1100px) {
	.gs-header { position: sticky; }
	.gs-header-inner { grid-template-columns: 1fr auto auto; gap: 10px; }
	.gs-nav-toggle { display: block; order: 3; }
	.gs-header-cta { order: 2; }
	.gs-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		padding: 16px 20px 24px;
		box-shadow: var(--gs-shadow);
	}
	.gs-nav.is-open { display: block; }
	.gs-nav-list { flex-direction: column; align-items: flex-start; }
	.gs-hero-grid,
	.gs-split,
	.gs-split--reverse,
	.gs-cards--3,
	.gs-footer-grid {
		grid-template-columns: 1fr;
	}
	.gs-hero-stats,
	.gs-stat-row,
	.gs-brand-row { grid-template-columns: repeat(2, 1fr); }
	.gs-header-phone { display: none; }
	.gs-wa-call--header span,
	.gs-wa-call--topbar span { display: none; }
	.gs-split-media img { height: 380px; }
}

@media (max-width: 700px) {
	.gs-topbar-contact a:nth-of-type(2) { display: none; }
	.gs-form-grid,
	.gs-hero-stats,
	.gs-stat-row,
	.gs-brand-row { grid-template-columns: 1fr; }
	.gs-hero { padding: 48px 0; }
	.gs-section { padding: 56px 0; }
	.gs-header-cta .gs-btn { padding: 10px 14px; font-size: 13px; }
	.gs-quote { min-height: 0; }
	.gs-service-layout,
	.gs-brand-covers,
	.gs-problem-grid { grid-template-columns: 1fr; }
	.gs-service-aside { position: static; }
}

.gs-btn--navy {
	background: var(--gs-navy);
	color: #fff !important;
}
.gs-btn--navy:hover { background: var(--gs-navy-soft); }
.gs-btn--light {
	background: #fff;
	color: var(--gs-navy) !important;
}

.gs-page-hero--service,
.gs-page-hero--contact { text-align: left; padding: 42px 0 36px; }
.gs-page-hero--contact h1 {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid var(--gs-orange);
}

.gs-contact { padding: 56px 0 28px; }
.gs-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
	gap: 56px;
	align-items: start;
}
.gs-contact-left h2,
.gs-inquiry h2 {
	margin: 0 0 10px;
	color: var(--gs-navy);
	font-size: 1.55rem;
	line-height: 1.25;
}
.gs-contact-intro {
	max-width: 520px;
	margin: 0 0 28px;
	color: var(--gs-muted);
	font-size: 15px;
}
.gs-contact-cards { display: grid; gap: 14px; margin: 0 0 36px; }
.gs-contact-card {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	align-items: center;
	background: #f4f6fb;
	border-radius: 14px;
	padding: 18px 20px;
}
.gs-contact-ico {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #e8eef8;
	color: var(--gs-navy);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.gs-contact-card small {
	display: block;
	color: var(--gs-muted);
	font-size: 11px;
	letter-spacing: 0.8px;
	font-weight: 700;
	margin-bottom: 4px;
}
.gs-contact-card strong {
	display: block;
	color: var(--gs-navy);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
}
.gs-contact-card a { color: var(--gs-navy); }
.gs-contact-card a:hover { color: var(--gs-orange); }
.gs-contact-sep { font-weight: 600; color: var(--gs-muted); }

.gs-map {
	position: relative;
	min-height: 240px;
	border-radius: 16px;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 30%, rgba(36, 53, 110, 0.35) 0 8px, transparent 9px),
		radial-gradient(circle at 70% 40%, rgba(36, 53, 110, 0.3) 0 7px, transparent 8px),
		radial-gradient(circle at 40% 75%, rgba(36, 53, 110, 0.28) 0 6px, transparent 7px),
		linear-gradient(180deg, #1b2b5a 0%, #24356e 100%);
	background-size: 40px 40px, 40px 40px, 40px 40px, auto;
	display: grid;
	place-items: center;
	margin-top: 14px;
}
.gs-map-pins span {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #4f7cff;
	box-shadow: 0 0 0 6px rgba(79, 124, 255, 0.25);
}
.gs-map-pins span:nth-child(1) { top: 22%; left: 18%; }
.gs-map-pins span:nth-child(2) { top: 38%; left: 68%; }
.gs-map-pins span:nth-child(3) { top: 70%; left: 30%; }
.gs-map-pins span:nth-child(4) { top: 58%; left: 80%; }
.gs-map-main {
	position: absolute;
	top: 42%;
	left: 48%;
	color: var(--gs-orange);
	font-size: 34px;
	transform: translate(-50%, -50%);
}
.gs-map-btn {
	position: relative;
	z-index: 1;
	background: #fff;
	color: var(--gs-navy) !important;
	font-weight: 700;
	padding: 10px 16px;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.gs-inquiry {
	border: 1px solid #e8ecf4;
	border-radius: 20px;
	padding: 28px 26px 26px;
	background: #f7f8fb;
	box-shadow: 0 10px 30px rgba(27, 43, 90, 0.04);
	position: sticky;
	top: 96px;
}
.gs-inquiry p {
	margin: 0;
	color: var(--gs-muted);
	font-size: 14px;
}
.gs-inquiry-form { display: grid; gap: 14px; margin-top: 18px; }
.gs-inquiry-form label span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--gs-navy);
	margin-bottom: 6px;
}
.gs-inquiry-form input,
.gs-inquiry-form textarea {
	width: 100%;
	border: 1px solid #e0e4ee;
	border-radius: 10px;
	padding: 12px 14px;
	font: inherit;
	background: #fff;
}

@media (max-width: 1100px) {
	.gs-contact-grid { grid-template-columns: 1fr; gap: 32px; }
	.gs-inquiry { position: static; }
	.gs-area-grid { grid-template-columns: repeat(3, 1fr); }
}

.gs-brand span {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #8a93a6;
}
.gs-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 13px;
	margin-bottom: 14px;
	color: rgba(255,255,255,0.7);
}
.gs-breadcrumb a { color: rgba(255,255,255,0.85); }
.gs-breadcrumb a:hover { color: var(--gs-orange); }
.gs-breadcrumb strong { color: #fff; font-weight: 600; }

.gs-lead {
	color: var(--gs-orange);
	font-weight: 700;
	font-size: 18px;
}
.gs-service-layout {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 40px;
	align-items: start;
}
.gs-service-aside { position: sticky; top: 110px; }
.gs-service-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.gs-area-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.gs-area-card {
	display: flex;
	flex-direction: column;
	gap: 6px;
	background: #fff;
	border: 1px solid var(--gs-line);
	border-radius: 14px;
	padding: 20px 18px;
	box-shadow: var(--gs-shadow);
	text-decoration: none;
	color: inherit;
	transition: 0.2s ease;
}
.gs-area-card:hover,
.gs-area-card.is-current {
	border-color: var(--gs-orange);
	transform: translateY(-2px);
}
.gs-area-card-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	background: rgba(232, 93, 32, 0.1);
	color: var(--gs-orange);
	margin-bottom: 4px;
}
.gs-area-card strong {
	font-size: 17px;
}
.gs-area-card span:last-child {
	color: #667;
	font-size: 13px;
}
.gs-area-service-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 18px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}
.gs-area-service-list a { font-weight: 600; }

.gs-problem-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.gs-problem-card {
	background: #fff;
	border-radius: 14px;
	padding: 22px 20px;
	box-shadow: var(--gs-shadow);
	border-left: 4px solid var(--gs-orange);
}
.gs-problem-card h3 { margin-bottom: 8px; }
.gs-problem-card p { margin: 0; }

.gs-internal-card { border-top: 4px solid var(--gs-navy); }

.gs-brand-covers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.gs-brand-cover {
	background: #fff;
	border: 1px solid var(--gs-line);
	border-radius: 16px;
	padding: 28px 22px 22px;
	text-align: center;
	box-shadow: var(--gs-shadow);
	transition: 0.2s ease;
}
.gs-brand-cover:hover {
	transform: translateY(-4px);
	border-color: var(--gs-orange);
}
.gs-brand-cover-logo {
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 1px;
	color: var(--gs-navy);
	margin-bottom: 10px;
}
a.gs-brand-cover-logo:hover { color: var(--gs-orange); }
.gs-brand-cover p { color: var(--gs-muted); min-height: 48px; }
.gs-brand-cover-actions {
	display: flex;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}
.gs-brand-cover-actions .gs-btn { padding: 10px 16px; font-size: 13px; }

.gs-cta-banner {
	background: linear-gradient(90deg, var(--gs-navy), var(--gs-navy-soft));
	padding: 48px 0;
	color: #fff;
}
.gs-cta-banner h2,
.gs-cta-banner p { color: #fff; }
.gs-cta-banner-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}

@media (max-width: 1100px) {
	.gs-service-layout,
	.gs-cta-banner-inner { grid-template-columns: 1fr; display: grid; }
	.gs-brand-covers { grid-template-columns: 1fr 1fr; }
	.gs-service-aside { position: static; }
}

.gs-modal[hidden] { display: none !important; }
.gs-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.gs-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
.gs-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 520px);
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}
.gs-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px 12px;
	border-bottom: 1px solid #e0e0e0;
}
.gs-modal-head h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #333;
}
.gs-modal-x {
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	color: #888;
	cursor: pointer;
	padding: 0 4px;
}
.gs-modal-x:hover { color: #333; }
.gs-modal-form {
	display: grid;
	gap: 14px;
	padding: 18px 20px 8px;
}
.gs-modal-form input,
.gs-modal-form select {
	width: 100%;
	height: 44px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 0 12px;
	font: inherit;
	color: #333;
	background: #fff;
}
.gs-modal-form input:focus,
.gs-modal-form select:focus {
	outline: none;
	border-color: #b31317;
}
.gs-modal-submit {
	width: 100%;
	border: 0;
	background: #b31317;
	color: #fff;
	font: inherit;
	font-weight: 700;
	font-size: 18px;
	padding: 12px 16px;
	border-radius: 4px;
	cursor: pointer;
}
.gs-modal-submit:hover { background: #961015; }
.gs-modal-foot {
	display: flex;
	justify-content: flex-end;
	padding: 12px 20px 16px;
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
}
.gs-modal-close {
	border: 0;
	background: #e35d5d;
	color: #fff;
	font: inherit;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
}
.gs-modal-close:hover { background: #d9444f; }
body.gs-modal-open { overflow: hidden; }

.gs-wa-float {
	position: fixed;
	left: 22px;
	bottom: 22px;
	z-index: 1600;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #25d366;
	color: #fff !important;
	font-weight: 700;
	padding: 14px 18px;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(37, 211, 102, 0.38);
}
.gs-wa-float i { font-size: 20px; }
.gs-wa-float:hover { background: #1fb85a; color: #fff !important; }

.gs-chat {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1600;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}
.gs-chat-toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 0;
	background: var(--gs-orange);
	color: #fff;
	font: inherit;
	font-weight: 700;
	padding: 14px 18px;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(243, 112, 33, 0.38);
	cursor: pointer;
}
.gs-chat-toggle i { font-size: 18px; }
.gs-chat-toggle:hover { background: var(--gs-orange-dark); }
.gs-chat-panel {
	width: min(360px, calc(100vw - 32px));
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 22px 50px rgba(18, 28, 61, 0.28);
	overflow: hidden;
}
.gs-chat-panel--video {
	width: min(680px, calc(100vw - 32px));
}
.gs-chat-head {
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--gs-navy);
	color: #fff;
	padding: 14px 14px 14px 16px;
}
.gs-chat-head strong { display: block; font-size: 15px; }
.gs-chat-head small { color: rgba(255,255,255,0.8); font-size: 12px; }
.gs-chat-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--gs-orange);
	display: grid;
	place-items: center;
}
.gs-chat-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3ddc84;
	margin-right: 4px;
}
.gs-chat-x {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
.gs-chat-body { padding: 14px; max-height: min(46vh, 420px); overflow: auto; }
.gs-chat-video {
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	background: #000;
	border: 0;
	border-bottom: 1px solid var(--gs-line);
}
.gs-chat-video iframe,
.gs-chat-video video {
	display: block;
	width: 100%;
	height: auto;
	min-height: 380px;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #000;
}
.gs-chat-video-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--gs-navy);
	background: #fff;
}
.gs-chat-video-link:hover { color: var(--gs-orange); }
.gs-chat-video-link i { color: var(--gs-orange); }
.gs-chat-bubble {
	background: #eef2fb;
	color: var(--gs-navy);
	padding: 10px 12px;
	border-radius: 12px 12px 12px 4px;
	font-size: 14px;
	margin-bottom: 10px;
}
.gs-chat-bubble--ok { background: #e9f8ef; color: #146c2e; }
.gs-chat-bubble--err { background: #fdecec; color: #9b1c1c; }
.gs-chat-quick { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.gs-chat-chip {
	border: 1px solid var(--gs-line);
	background: #fff;
	color: var(--gs-navy);
	border-radius: 999px;
	padding: 6px 10px;
	font: inherit;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}
.gs-chat-chip:hover { border-color: var(--gs-orange); color: var(--gs-orange); }
.gs-chat-form { display: grid; gap: 8px; }
.gs-chat-form input,
.gs-chat-form textarea {
	width: 100%;
	border: 1px solid var(--gs-line);
	border-radius: 10px;
	padding: 10px 12px;
	font: inherit;
}
.gs-chat-send {
	border: 0;
	background: var(--gs-orange);
	color: #fff;
	font: inherit;
	font-weight: 700;
	padding: 11px 14px;
	border-radius: 10px;
	cursor: pointer;
}
.gs-chat-foot {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--gs-line);
}
.gs-chat-foot a {
	text-align: center;
	padding: 11px;
	font-weight: 700;
	font-size: 13px;
	color: var(--gs-navy);
}
.gs-chat-foot a:first-child { color: #128c7e; border-right: 1px solid var(--gs-line); }
@media (max-width: 700px) {
	.gs-wa-float {
		left: 12px;
		bottom: 12px;
		width: 56px;
		height: 56px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}
	.gs-wa-float span { display: none; }
	.gs-chat { right: 12px; bottom: 12px; }
	.gs-chat-toggle span { display: none; }
	.gs-chat-toggle { width: 56px; height: 56px; padding: 0; justify-content: center; border-radius: 50%; }
	.gs-chat-panel { width: min(100vw - 16px, 680px); }
	.gs-chat-panel--video { width: min(100vw - 16px, 680px); }
	.gs-chat-video iframe,
	.gs-chat-video video { min-height: 220px; }
	.gs-chat-head { flex-wrap: wrap; }
}

@media (max-width: 767px) {
	body { overflow-x: hidden; }
	.gs-container { width: min(calc(100% - 28px), var(--gs-container)); }
	.gs-topbar-inner { min-height: 54px; gap: 10px; }
	.gs-topbar-label { display: none; }
	.gs-topbar-phone {
		font-size: 16px;
		padding: 5px 10px 5px 5px;
	}
	.gs-topbar-phone-ico { width: 26px; height: 26px; font-size: 11px; }
	.gs-topbar-social { gap: 10px; }
	.gs-logo-text small { display: none; }
	.gs-logo-text strong { font-size: 13px; }
	.gs-logo-mark,
	.gs-logo-mark svg { width: 40px; height: 40px; flex-basis: 40px; }
	.gs-header-inner { min-height: 68px; }
	.gs-header-cta .gs-btn { padding: 9px 12px; font-size: 12px; }

	.gs-page-hero,
	.gs-page-hero--service,
	.gs-page-hero--contact { padding: 28px 0 24px; }
	.gs-page-hero h1 { font-size: 1.7rem; }

	.gs-contact { padding: 32px 0 8px; }
	.gs-contact-grid { grid-template-columns: 1fr; gap: 28px; }
	.gs-contact-card {
		grid-template-columns: 38px 1fr;
		padding: 14px;
		align-items: start;
	}
	.gs-contact-card strong,
	.gs-contact-card a {
		font-size: 14px;
		word-break: break-word;
	}
	.gs-contact-ico { width: 36px; height: 36px; }
	.gs-map { min-height: 200px; }
	.gs-map-btn { font-size: 13px; padding: 9px 12px; }
	.gs-inquiry { padding: 20px 16px; }
	.gs-inquiry-form input,
	.gs-inquiry-form textarea,
	.gs-form input,
	.gs-form select,
	.gs-form textarea,
	.gs-modal-form input,
	.gs-modal-form select {
		font-size: 16px;
	}

	.gs-hero-grid,
	.gs-service-layout,
	.gs-split,
	.gs-split--reverse,
	.gs-cta-banner-inner,
	.gs-footer-grid,
	.gs-cards--3,
	.gs-problem-grid,
	.gs-area-grid,
	.gs-area-service-list,
	.gs-brand-covers { grid-template-columns: 1fr; }
	.gs-hero-form .gs-form,
	.gs-form--card { padding: 20px 16px; }
	.gs-form-grid { grid-template-columns: 1fr; }
	.gs-brand { flex-basis: 148px; min-height: 80px; padding: 10px; }
	.gs-brand img { max-width: 110px; max-height: 40px; }
	.gs-footer { padding-top: 40px; }
	.gs-modal-dialog { width: min(100%, 420px); }
}
