/* ===================
   G•Seis Publicidade CSS
   =================== */

/* Reset básico */

html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Kanit, sans-serif;
	background-color: #000000;
	color: #f9f5f0;
	line-height: 1.6;
	font-size: 20px;
	overflow-x: hidden !important;
}

.kanit-thin {
	font-family: "Kanit", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.kanit-extralight {
	font-family: "Kanit", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.kanit-light {
	font-family: "Kanit", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.kanit-regular {
	font-family: "Kanit", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.kanit-medium {
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.kanit-semibold {
	font-family: "Kanit", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.kanit-bold {
	font-family: "Kanit", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.kanit-extrabold {
	font-family: "Kanit", sans-serif;
	font-weight: 800;
	font-style: normal;
}

.kanit-black {
	font-family: "Kanit", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.kanit-thin-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.kanit-extralight-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 200;
	font-style: italic;
}

.kanit-light-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.kanit-regular-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.kanit-medium-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 500;
	font-style: italic;
}

.kanit-semibold-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 600;
	font-style: italic;
}

.kanit-bold-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.kanit-extrabold-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 800;
	font-style: italic;
}

.kanit-black-italic {
	font-family: "Kanit", sans-serif;
	font-weight: 900;
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	transition: 0.3s ease;
}

a:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	body {
		font-size: 25px;
	}

	h2 {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 18px;
	}

	h2 {
		font-size: 1.5rem;
	}
}

@media (max-width: 300px) {
	body {
		font-size: 12px;
	}
}


/* ===================
   Cores
   =================== */

.highlight-red {
	color: #9c1c24 !important;
}

.black-bg {
	background-color: #000000;
	color: #f9f5f0;
}

/* ===================
   Layout
   =================== */

.content {
	max-width: 1140px;
	margin: 0 auto;
	padding: 60px 20px;
}

.uppercase {
	text-transform: uppercase;
}

/* Só aparece no mobile */

.mobile-only {
	display: none;
}

h1,
h2,
h3 {
	margin-bottom: 20px;
}

h2 {
	font-size: 3rem;
	line-height: 1.1;
	font-weight: 500;
}

h3 {
	font-size: 1.5rem;
}

p {
	margin-bottom: 20px;
	font-weight: 100;
}

/* ===================
   Botões e Links
   =================== */

.button-red {
	display: inline-block;
	background: #9c1c24;
	color: #f9f5f0;
	padding: 12px 20px;
	border-radius: 8px;
	font-weight: 600;
	margin-top: 20px;
}

.button-outline {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: 2px solid #f9f5f0;
	color: #f9f5f0;
	border-radius: 8px;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
	justify-content: center;
}

.button-yellow {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	color: black;
	background-color: #f3e201;
	border-radius: 8px;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
	justify-content: center;
}

.button-black {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: black;
	color: #f3e201;
	border-radius: 8px;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
	justify-content: center;
}

.arrow-external {
	max-width: 30px;
	transform: rotate(-45deg);
	margin-top: 2px;
}

.arrow-link {
	display: inline-block;
	margin-top: 40px;
	color: white;
	font-weight: 300;
	font-size: 1rem;
	display: flex;
}

.arrow-link img {
	filter: invert(1);
}

.pinterest-button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

/* ==== HEADER BASE ==== */
header {
	height: 80px;
	width: 100%;
	background-color: #000000;
	padding: 16px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	z-index: 100;
	background-image: url("/Images/bg_menu.webp");
	text-transform: uppercase;
	position: sticky;
	top: 0;
	z-index: 400;
	backdrop-filter: blur(6px);
	border-bottom: solid 1px rgba(255, 255, 255, 0.075);
}

.header-content {
	width: 100%;
	max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo img {
	height: 36px;
	margin-top: 3px;
}

.header-languages {
	display: flex;
	gap: 12px;
	margin-top: 4px;
}

.lang-icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.lang-icon:hover {
	transform: scale(1.1);
}

.main-nav ul {
	display: flex;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-nav a {
	font-size: 0.75rem;
	color: #f9f5f0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.main-nav a:hover {
	color: #c5a46d; /* Dourado sutil */
}

.main-nav a.active {
	color: #9c1c24; /* Vermelho elegante */
	font-weight: bold;
}

.menu-close-button {
	display: none;
	background: none;
	border: none;
	color: #f9f5f0;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 10;
	cursor: pointer;
}

.nav-contact {
	background-color: #9c1c24; /* Dourado sutil */
	color: #fff !important;
	padding: 10px;
	border-radius: 5px;
}

@media (max-width: 850px) {
	.main-nav.open .menu-close-button {
		display: block;
	}
}

/* ==== RESPONSIVO ==== */
@media (max-width: 850px) {
	.header-content {
		align-items: flex-start;
		gap: 16px;
		display: flex;
		text-align: center;
	}

	.header-block-open {
		display: block;
		height: 100vh !important;
	}

	.main-nav ul {
		flex-direction: column;
		gap: 12px;
	}

	.main-nav a {
		font-size: 1.1rem;
	}

	.header-languages {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
		align-self: center;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 850px) {
	.web-only {
		display: none;
	}
	.mobile-only {
		display: inline-block;
	}

	.main-nav {
		width: 100%;
		margin-top: 12px;
	}

	.main-nav.open {
		display: block;
	}

	.main-nav ul {
		flex-direction: column;
		gap: 12px;
	}

	.main-nav a {
		display: block;
		padding: 8px 0;
	}
	.header-logo a img {
		text-align: center;
		margin: auto;
		height: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

/* ===================
   Sessões Específicas
   =================== */

/* HOME */

.home-cta img {
	margin: auto;
	margin-bottom: 20px;
}

.home-cta-container {
	position: absolute;
	bottom: 100px;
	width: 100%;
	z-index: 10;
	margin: auto;
	text-align: center;
}

.button-transparent {
	position: sticky;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	transition: transform 0.3s ease;
	display: inline-block;
	color: #f9f5f0;
	border-radius: 8px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.social-side {
	position: absolute;
	right: 10px;
	display: block !important;
	top: 40px;
	width: 50px;
	z-index: 300;
}

.social-side p {
	font-size: 1rem;
}

.social-side a img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.rotate-90 {
	z-index: 100;
	transform: rotate(90deg);
	transform-origin: center;
	display: inline-block;
	font-size: 1rem;
	color: #f9f5f0;
	white-space: nowrap;
	margin-bottom: 60px;
	width: 50px;
	height: 50px;
	margin-bottom: 100px;
	margin-left: -10px;
	opacity: 0.6;
}
.rotate-90n {
	transform: rotate(-90deg);
	transform-origin: center top;
	display: inline-block;
	font-size: 1rem;
	color: #f9f5f0;
	white-space: nowrap;
	margin-bottom: 60px;
}

.color-over-white {
	filter: invert();
}

.hero-rotator {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	pointer-events: none;
}

.hero-line {
	position: absolute;
	top: 80px;
	left: 60px;
	right: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.6s ease, opacity 0.6s ease;
	z-index: 2;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
}

.hero-line.entering {
	opacity: 1;
	transform: translateY(0%);
	z-index: 2;
}

.hero-line.exiting {
	opacity: 0;
	transform: translateY(-100%);
	z-index: 2;
}

.highlight-line {
	text-shadow: 2px 2px 2px black;
	display: block;
	font-size: clamp(1.2rem, 6vw, 2.5rem);
	color: #f9f5f0;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
	max-width: 100%;
	overflow-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	text-wrap: balance; /* para navegadores modernos */
}

.hero-line.entering > *:nth-child(1),
.hero-line.exiting > *:nth-child(1) {
	transition-delay: 0s;
}

.hero-line.entering > *:nth-child(2),
.hero-line.exiting > *:nth-child(2) {
	transition-delay: 0.25s;
}

.hero-line.entering > *:nth-child(3),
.hero-line.exiting > *:nth-child(3) {
	transition-delay: 0.5s;
}

.hero-line.entering > * {
	opacity: 1;
	transform: translateY(0);
}

.hero-line.exiting > * {
	opacity: 0;
	transform: translateY(-20px);
}

.hero-line > * {
	transition: transform 0.6s ease, opacity 0.6s ease;
	display: block;
}

#home h1 span {
	font-size: 80px;
	line-height: 0.8;
}

@media (min-width: 1279px) {
	.hero-line {
		padding-left: calc((100vw - 1140px) / 2 + 20px); /* alinhamento ao .content */
	}
}

@media (max-width: 767px) {
	#home h1 span {
		font-size: 40px;
	}
	.hero-line {
		left: 40px;
	}
}

.fullscreen {
	position: relative; /* essencial para posicionamento interno */
	min-height: 750px;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../Images/bg_hero.webp") no-repeat center center/cover;
}

.hero-contrast {
	position: absolute;
	bottom: 0;
	height: 100dvh;
	width: 100%;
}

.infinite-scroll {
	width: 110%;
	overflow: hidden;
	padding: 20px 0;
	position: absolute;
	bottom: 250px;
	transform: rotate(-10deg);
	margin-left: -40px;
}

.scroll-track {
	display: flex;
	width: max-content;
	gap: 40px;
	animation: scroll 60s linear infinite;
}

.scroll-track img {
	opacity: 0.6;
	height: 150px;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 12px;
	pointer-events: none;
	user-select: none;
}

.scroll-track img:hover {
	opacity: 1;
}

@keyframes scroll {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

/* ===================
   Manifesto
   =================== */
h2 {
	max-width: 26ch;
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
}

p {
	font-size: clamp(1.2rem, 2vw, 2rem);
	font-family: ;
}

#manifesto .content {
	margin: auto;
	text-align: center;
}

#manifesto {
	background-color: #0a0a08;
	background-image: url(/Images/general-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20%;
}

.paragraph-card {
	border-radius: 20px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.39);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4.9px);
	-webkit-backdrop-filter: blur(4.9px);
	border: 1px solid rgba(0, 0, 0, 0.947);
}

.bold {
	font-weight: 700;
}

.yellow {
	color: #f3e201;
}

.thirds {
	display: flex;
	margin: auto;
	justify-content: center;
	gap: 20px;
}

.thirds a {
	width: 33%;
}

@media (max-width: 450px) {
	.thirds {
		display: block;
	}
	.thirds a {
		width: 100%;
	}
}

.small-card {
	width: 33%;
	border: solid 1px #ffffff24;
	padding: 20px;
	border-radius: 20px;
}

.small-card p {
	font-size: 1.5rem;
	font-weight: 100;
}

.id-cards {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
	margin-top: 60px;
}

.strategy-img {
	height: 400px;
	background-image: url(/Images/strategy.webp);
	background-size: cover;
	border-radius: 20px;
	background-position: 30%;
}

@media (max-width: 768px) {
	.id-cards {
		display: block;
	}
	.small-card {
		width: 100%;
		margin-bottom: 20px;
	}
}

#identidade {
	margin-bottom: 60px;
}

/* ===================
   Footer
   =================== */

footer {
	background: #0a0a08;
	text-align: center;
	color: #aaa;
}

footer .content {
	padding-bottom: 10px;
}

.footer-logo img {
	text-align: center;
	margin: auto;
	width: 150px;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 30px 0;
	padding: 0;
}

.footer-menu li a {
	color: #fff;
	font-size: 1rem;
	transition: 0.3s ease;
}

.footer-menu li a:hover {
	color: #9c1c24;
}

.footer-menu li a.active {
	color: #9c1c24;
}

.footer-contact {
	margin-top: 20px;
	color: #fff;
	margin-bottom: 40px;
}

.footer-contact p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 0.95rem !important;
}

.footer-contact img {
	height: 18px;
	width: auto;
	filter: invert(1);
}

.footer-slogan {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	transition: all 0.4s ease-in-out;
}

.slogan-rotator {
	display: inline-block;
	height: 1.8em;
}

.slogan-line {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: transform 0.6s ease, opacity 0.6s ease;
	z-index: 1;
	white-space: nowrap;
}

.slogan-line.entering {
	opacity: 1;
	transform: translateY(0%);
	z-index: 2;
}

.slogan-line.exiting {
	opacity: 0;
	transform: translateY(-100%);
	z-index: 0;
}

.social-icons {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 60px;
}

.social-icons img {
	height: 28px;
}

.contact-info,
.footer-note {
	font-size: 0.875rem;
	color: #aaa;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.social-icons {
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px 24px;
	}

	.social-icons a {
		flex: 0 0 auto;
	}
}

.mobile-menu-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	max-width: 320px;
	height: 100dvh;
	background-image: url("/Images/bg_menu.webp");
	padding: 60px 24px 24px;
	box-shadow: -4px 0 12px rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 200;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	overflow-y: auto;
	display: none;
	transform: translateX(100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.mobile-menu-panel.open {
	transform: translateX(0%);
	opacity: 1;
	pointer-events: all;
}

.mobile-menu-panel.show {
	display: flex;
}

.mobile-menu-panel .header-logo img {
	height: 36px;
}

.menu-close-button {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 2rem;
	background: none;
	border: none;
	color: #f9f5f0;
	cursor: pointer;
	z-index: 10;
}

@media (min-width: 768px) {
	.mobile-menu-panel {
		display: none;
	}
}

@media (max-width: 450px) {
	.footer-note-div {
		flex-direction: column;
		gap: 0;
		margin-bottom: 40px;
	}
}

@keyframes bounce-flecha {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-6px);
	}
}

.home-cta img {
	animation: bounce-flecha 2.8s ease-in-out infinite;
	transition: transform 0.3s ease;
}

.home-cta {
	z-index: 100;
}

/* Footer */

.footer-note-div {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	justify-content: center;
}


.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}
