/**
 * Footer Inner Styles
 * 
 * Estilos específicos para o footer das páginas internas
 *
 * @package SeedDigital
 * @since 1.0.0
 */

/* ============================================
   Footer Inner Base Styles
   ============================================ */

	 .footer__lgpd {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 36px;
		max-width: 1266px;
		margin: 0 auto 96px;
	 }

	.footer__lgpd p {
		font-size: 14px;
		font-weight: 400;
		font-family: 'Be Vietnam Pro', sans-serif;
		color: #fff;
		font-size: 22px;
		line-height: 130%;
		max-width: 1027px;
	}

.site-footer-inner {
	background: #00EDFF;
	background: linear-gradient(57deg, rgba(0, 237, 255, 1) 0%, rgba(11, 165, 236, 1) 45%);
	padding: 340px 0 140px;
	position: relative;
}

.footer-wrapper {
	width: 100%;
	padding: 3rem 2rem;
}

.footer-content {
	background-color: #F0F9FF;
	border-radius: 32px;
	padding: 128px 148px;
	max-width: 1750px;
	margin: 0 auto;
}

/* ============================================
   Footer Columns Layout (5 columns)
   ============================================ */
.footer-columns {
	display: grid;
	grid-template-columns: 400px 173px 173px 173px 173px;
	gap: 32px;
	padding-bottom: 96px;
	border-bottom: unset;
}

.footer-column {
	color: #026AA2;
}

/* ============================================
   Column 1: Brand & Social Media
   ============================================ */
.footer-brand {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer-logo-wrapper {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.footer-logo-text {
	font-size: 1.5rem;
	font-weight: 600;
	color: #026AA2;
	font-family: 'Exo', sans-serif;
}

.footer-tagline {
	color: #026AA2;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0.5rem 0 1rem 0;
	max-width: 174px;
}

.footer-brand .footer-social {
	display: flex;
	gap: 8px;
	margin-top: 0.5rem;
}

.footer-brand .social-icon {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: #E0F2FE;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
}

.footer-brand .social-icon:hover {
	background-color: #0066CC;
	transform: translateY(-2px);
}
.footer-brand .social-icon:hover img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(180deg) brightness(100%) contrast(100%);
}

.social-icon-text {
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	transition: color 0.3s ease;
}

/* ============================================
   Column 2: Sobre (About)
   ============================================ */
.footer-about .footer-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-about .footer-menu-list li {
	margin-bottom: 0.75rem;
	left: -10px;
}

.footer-about .footer-menu-list li span{
	opacity: 0;
	visibility: hidden;
	transform: translateX(-5px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.footer-about .footer-menu-list li:hover span{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.footer-about .footer-menu-list li:hover a{
	left: 0;
}

.footer-about .footer-menu-list a {
	color: #667085;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: color 0.3s ease, left 0.3s ease;
	font-size: 0.95rem;
	left: -22px;
	position: relative;
}

.menu-arrow {
	color: #0066CC;
	font-size: 1rem;
	transition: transform 0.3s ease;
}

.footer-about .footer-menu-list a:hover .menu-arrow {
	transform: translateX(3px);
}
.footer-about .footer-menu-list a:hover{
	color: #0066CC;
}

/* ============================================
   Column 3: Soluções
   ============================================ */
.footer-solutions .footer-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-solutions .footer-menu-list li {
	margin-bottom: 0.75rem;
}

.footer-solutions .footer-menu-list a {
	color: #667085;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.95rem;
}

.footer-solutions .footer-menu-list a:hover {
	color: #0066CC;
}

/* ============================================
   Column 4: Recursos
   ============================================ */
.footer-resources .footer-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-resources .footer-menu-list li {
	margin-bottom: 0.75rem;
}

.footer-resources .footer-menu-list a {
	color: #667085;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.95rem;
}

.footer-resources .footer-menu-list a:hover {
	color: #0066CC;
}

/* ============================================
   Column 5: Quick Contact
   ============================================ */
.footer-quick-contact {
	display: flex;
	flex-direction: column;
}

.footer-contact-info {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.footer-email,
.footer-phone {
	color: #026AA2;
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.3s ease;
}

.footer-email:hover,
.footer-phone:hover {
	color: #0066CC;
}

/* ============================================
   Footer Typography
   ============================================ */
.footer-heading {
	font-size: 1.25rem;
	font-weight: 600;
	color: #026AA2;
	margin-bottom: 1rem;
	font-family: 'Exo', sans-serif;
}

.footer-text {
	color: #026AA2;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	font-size: 0.95rem;
}

/* ============================================
   Newsletter Section
   ============================================ */
.footer-newsletter {
	padding: 3rem 0;
	margin: 0;
	border-top: 1px solid rgba(2, 106, 162, 0.15);
	border-bottom: 1px solid rgba(2, 106, 162, 0.15);
	width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

.newsletter-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 230px;
	align-items: start;
	max-width: 1466px;
	margin: 0 auto;
	padding: 0 2rem;
	width: 100%;
	box-sizing: border-box;
}

.newsletter-info {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 0;
	overflow: hidden;
}

.newsletter-heading {
	font-size: 1.5rem;
	font-weight: 600;
	color: #475467;
	margin: 0;
	font-family: 'Exo', sans-serif;
	text-align: left;
}

.newsletter-description {
	color: #026AA2;
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0;
	text-align: left;
}

.newsletter-form-block {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	align-items: flex-start;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.newsletter-form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin: 0;
	width: 100%;
}

.newsletter-input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #E0F2FE;
	overflow: hidden;
	padding: 8px;
	border-radius: 8px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.newsletter-input-wrapper:focus-within {
	border-color: #0066CC;
}

.newsletter-input {
	flex: 1;
	min-width: 0;
	padding: 0.875rem 1.5rem;
	padding-right: 0.5rem;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #026AA2;
	font-size: 0.95rem;
	outline: none;
	transition: background-color 0.3s ease;
}

.newsletter-input:focus {
	background-color: transparent;
}

.newsletter-input::placeholder {
	color: #026AA2;
}

.newsletter-button {
	padding: 0.875rem 2rem;
	background-color: #026AA2;
	color: #E0F2FE;
	border: none;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	white-space: nowrap;
	flex-shrink: 0;
	margin: 0;
	height: 100%;
}

.newsletter-button:hover {
	background-color: #0052A3;
}

.newsletter-privacy {
	color: #026AA2;
	font-size: 0.85rem;
	margin: 0;
	text-align: left;
	line-height: 1.5;
}

.newsletter-privacy a {
	color: #0066CC;
	text-decoration: none;
	transition: color 0.3s ease;
}

.newsletter-privacy a:hover {
	color: #0052A3;
	text-decoration: underline;
}

/* ============================================
   Footer Bottom Section
   ============================================ */
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 2rem;
}

.footer-bottom-left {
	display: flex;
	align-items: center;
}

.footer-bottom-left .copyright {
	color: #667085;
	font-size: 0.85rem;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
}

.footer-bottom-right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.footer-bottom-right .legal-link {
	color: #667085;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 400;
	font-family: 'Exo', sans-serif;
	transition: color 0.3s ease;
}

.footer-bottom-right .legal-link:hover {
	color: #0066CC;
}

.legal-separator {
	color: #026AA2;
	font-size: 0.85rem;
}

/* ============================================
   Scroll to Top Button
   ============================================ */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #026AA2;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(2, 106, 162, 0.3);
	transition: all 0.3s ease;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}

.scroll-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.scroll-to-top:hover {
	background-color: #0066CC;
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(2, 106, 162, 0.4);
}

.scroll-to-top svg {
	width: 20px;
	height: 20px;
}

.scroll-to-top svg path {
	stroke: #ffffff;
}

/* ============================================
   Footer Inner Responsive Styles
   ============================================ */
@media (max-width: 1200px) {
	.footer-columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem;
	}
}

@media (max-width: 1400px) {
	.newsletter-content {
		gap: 120px;
		max-width: 1200px;
		padding: 0 2rem;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 1200px) {
	.newsletter-content {
		gap: 80px;
		max-width: 100%;
		padding: 0 2rem;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 1024px) {
	.footer-content {
		padding: 60px 80px 50px;
	}

	.newsletter-content {
		gap: 3rem;
		padding: 0 2rem;
	}
}

@media (max-width: 768px) {
	.footer-wrapper {
		padding: 2rem 1rem;
	}

	.footer-content {
		padding: 2rem 1.5rem;
		border-radius: 20px;
	}

	.footer-columns {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.newsletter-content {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0 1.5rem;
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
	}

	.newsletter-info {
		text-align: center;
	}

	.newsletter-heading {
		text-align: center;
	}

	.newsletter-description {
		text-align: center;
	}

	.newsletter-form-block {
		width: 100%;
		align-items: center;
	}

	.newsletter-input-wrapper {
		width: 100%;
		max-width: 500px;
	}

	.newsletter-privacy {
		text-align: center;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.footer-bottom-right {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.footer-content {
		padding: 1.5rem 1rem;
	}

	.newsletter-content {
		padding: 0 1rem;
		gap: 1.5rem;
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
	}

	.footer-newsletter {
		padding: 2rem 0;
	}

	.newsletter-info {
		text-align: center;
	}

	.newsletter-heading {
		font-size: 1.25rem;
		text-align: center;
	}

	.newsletter-description {
		font-size: 0.9rem;
		text-align: center;
		line-height: 1.5;
	}

	.newsletter-form-block {
		width: 100%;
		align-items: center;
	}

	.newsletter-input-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.newsletter-input {
		padding: 0.75rem 1rem;
		padding-right: 0.5rem;
		font-size: 0.9rem;
	}

	.newsletter-button {
		padding: 0.75rem 1.25rem;
		font-size: 0.85rem;
	}

	.newsletter-privacy {
		font-size: 0.8rem;
		text-align: center;
	}

	.footer-bottom-left .copyright {
		font-size: 0.75rem;
	}

	.footer-bottom-right .legal-link {
		font-size: 0.75rem;
	}

	.scroll-to-top {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
	}
}
