/* Rodapé público RST GSM */
.gsmbit-footer {
	position: relative;
	overflow: hidden;
	margin-top: 2.5rem;
	border-top: 1px solid rgba(148, 163, 184, 0.2);
	background: #f8fafc;
}

.dark .gsmbit-footer {
	background: #0f172a;
	border-top-color: rgba(51, 65, 85, 0.65);
}

.gsmbit-footer__accent {
	height: 2px;
	background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);
}

.gsmbit-footer__inner {
	max-width: 80rem;
	margin: 0 auto;
	padding: 2rem 1rem 1.5rem;
}

@media (min-width: 640px) {
	.gsmbit-footer__inner {
		padding: 2.5rem 1.5rem 1.75rem;
	}
}

.gsmbit-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
}

@media (min-width: 640px) {
	.gsmbit-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.gsmbit-footer__grid {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
		gap: 2.5rem;
	}
}

.gsmbit-footer__col {
	min-width: 0;
	max-width: 100%;
}

.gsmbit-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.875rem;
	min-width: 0;
	max-width: 100%;
}

.gsmbit-footer__brand-row {
	display: block;
	min-width: 0;
	max-width: 100%;
}

.gsmbit-footer__brand-row--has-logo .gsmbit-footer__name,
.gsmbit-footer__brand-row--has-logo .gsmbit-footer__name--fallback {
	display: none !important;
}

.gsmbit-footer__name {
	font-family: 'Poppins', 'Inter', sans-serif;
	font-weight: 700;
	font-size: 1.0625rem;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: #0f172a;
	word-break: break-word;
	overflow-wrap: anywhere;
	max-width: 100%;
}

.dark .gsmbit-footer__name {
	color: #f8fafc;
}

.gsmbit-footer__tagline {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #64748b;
	max-width: 28rem;
}

.dark .gsmbit-footer__tagline {
	color: #94a3b8;
}

.gsmbit-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 0.25rem;
}

.gsmbit-footer__contact {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: #475569;
	text-decoration: none;
	transition: color 0.2s ease;
	max-width: 100%;
	min-width: 0;
}

.gsmbit-footer__contact span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dark .gsmbit-footer__contact {
	color: #cbd5e1;
}

.gsmbit-footer__contact:hover {
	color: #4f46e5;
}

.dark .gsmbit-footer__contact:hover {
	color: #a5b4fc;
}

.gsmbit-footer__contact--wa:hover {
	color: #16a34a;
}

.dark .gsmbit-footer__contact--wa:hover {
	color: #4ade80;
}

.gsmbit-footer__heading {
	margin: 0 0 0.875rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0f172a;
}

.dark .gsmbit-footer__heading {
	color: #f1f5f9;
}

.gsmbit-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.gsmbit-footer__links a {
	display: inline-block;
	font-size: 0.875rem;
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dark .gsmbit-footer__links a {
	color: #94a3b8;
}

.gsmbit-footer__links a:hover {
	color: #4f46e5;
}

.dark .gsmbit-footer__links a:hover {
	color: #a5b4fc;
}

.gsmbit-footer__bottom {
	border-top: 1px solid rgba(148, 163, 184, 0.25);
	padding: 1rem 0 0.25rem;
}

.dark .gsmbit-footer__bottom {
	border-top-color: rgba(51, 65, 85, 0.65);
}

.gsmbit-footer__bottom-inner {
	max-width: 80rem;
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.gsmbit-footer__bottom-inner {
		flex-direction: row;
		justify-content: space-between;
		padding: 0 1.5rem;
	}
}

.gsmbit-footer__copy {
	margin: 0;
	font-size: 0.75rem;
	color: #94a3b8;
	text-align: center;
}

@media (min-width: 640px) {
	.gsmbit-footer__copy {
		text-align: left;
	}
}

.gsmbit-footer__payments {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
}

@media (min-width: 640px) {
	.gsmbit-footer__payments {
		justify-content: flex-end;
	}
}

.gsmbit-footer__payments-label {
	font-size: 0.75rem;
	color: #94a3b8;
	margin-right: 0.25rem;
}

.gsmbit-footer__pay-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.5rem;
	border-radius: 0.375rem;
	font-size: 0.6875rem;
	font-weight: 600;
	background: rgba(148, 163, 184, 0.15);
	color: #475569;
}

.dark .gsmbit-footer__pay-badge {
	background: rgba(30, 41, 59, 0.85);
	color: #cbd5e1;
}
