.gt-footer {
	position: relative;
	padding: 40px 24px;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(rgb(15, 26, 46) 0%, rgb(10, 15, 26) 40%, rgb(6, 11, 20) 100%);
	box-sizing: border-box;
	font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

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

.gt-footer-glow {
	pointer-events: none;
	position: absolute;
	inset: 0;
	background:
		radial-gradient(80% 50% at 20% 0%, rgba(56, 189, 248, 0.08) 0%, transparent 60%),
		radial-gradient(60% 40% at 60% 0%, rgba(168, 85, 247, 0.07) 0%, transparent 55%),
		radial-gradient(50% 35% at 80% 0%, rgba(20, 184, 166, 0.06) 0%, transparent 50%);
}

.gt-footer-inner {
	position: relative;
	z-index: 10;
	max-width: 1152px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.gt-nav-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

@media (max-width: 768px) {
	.gt-nav-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.gt-nav-grid {
		grid-template-columns: 1fr;
	}
}

.gt-nav-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gt-nav-col h4 {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.gt-nav-col nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gt-nav-col nav a {
	font-size: 14px;
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s;
	display: block;
}

.gt-nav-col nav a:hover {
	color: #ffffff;
}

.gt-badges-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 20px;
}

@media (max-width: 768px) {
	.gt-badges-col {
		align-items: flex-start;
	}
}

.gt-iso-badges {
	display: flex;
	align-items: center;
	gap: 20px;
}

.gt-iso-badges img {
	height: 40px !important;
	width: auto;
	object-fit: contain;
}

.gt-socials {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gt-socials a {
	color: #9ca3af;
	text-decoration: none;
	transition: color 0.2s;
	display: inline-flex;
	align-items: center;
}

.gt-socials a:hover {
	color: #ffffff;
}

.gt-socials svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.gt-divider {
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0;
}

.gt-reviews-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.gt-review-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.4);
	padding: 10px 16px;
	min-width: 180px;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s;
	cursor: pointer;
}

.gt-review-card:hover {
	background: rgba(0, 0, 0, 0.6);
	border-color: rgba(255, 255, 255, 0.2);
}

.gt-review-platform {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gt-review-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #9ca3af;
}

.gt-review-name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #ffffff;
}

.gt-review-stars {
	display: flex;
	align-items: center;
	gap: 8px;
}

.gt-stars {
	display: flex;
	align-items: center;
	gap: 2px;
}

.gt-stars svg {
	width: 14px;
	height: 14px;
}

.gt-review-score {
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
}

.gt-review-count {
	font-size: 12px;
	color: #9ca3af;
}

.gt-clutch-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.gt-clutch-badges iframe {
	border: 0;
	width: 150px;
	height: 150px;
}

.gt-bottom-bar {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

@media (min-width: 768px) {
	.gt-bottom-bar {
		justify-content: flex-start;
	}
}

.gt-copyright {
	font-size: 14px;
	color: #6b7280;
	margin: 0;
}

.gt-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-left: auto;
}

@media (max-width: 768px) {
	.gt-legal-links {
		margin-left: 0;
	}
}

.gt-legal-links a {
	font-size: 14px;
	font-weight: 500;
	color: #9ca3af;
	text-decoration: underline;
	text-underline-offset: 4px;
	transition: color 0.2s;
}

.gt-legal-links a:hover {
	color: #ffffff;
}

.star-clutch { fill: #E62415; }
.star-goodfirms { fill: #F26B21; }
.star-trustpilot { fill: #00B67A; }
.star-google { fill: #FBBC04; }
.star-empty { fill: rgba(255,255,255,0.15); }
