@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');


/* =========================================================
   QUEST — NOVO PRIMEIRO ECRÃ
   ========================================================= */

.quest-v2-hero {
	position: relative;
	overflow: hidden;
	padding: 75px 35px 0;
	background:
		linear-gradient(rgba(20, 60, 40, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(20, 60, 40, 0.035) 1px, transparent 1px),
		#ffffff;
	background-size: 58px 58px;
	font-family: 'Manrope', sans-serif;
	color: #111914;
}

.quest-v2-hero::before {
	content: "";
	position: absolute;
	top: -220px;
	right: -150px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(104, 215, 48, 0.18),
		rgba(104, 215, 48, 0) 68%
	);
	pointer-events: none;
}

.quest-v2-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1320px;
	min-height: 555px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	align-items: center;
	gap: 85px;
}


/* TEXTO */

.quest-v2-hero-copy {
	padding-bottom: 55px;
}

.quest-v2-label {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #52645a;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.quest-v2-label span {
	width: 34px;
	height: 3px;
	border-radius: 10px;
	background: #65d52b;
}

.quest-v2-hero h1 {
	max-width: 660px;
	margin: 0 0 27px;
	color: #111914;
	font-family: 'Manrope', sans-serif;
	font-size: clamp(54px, 5.5vw, 82px);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.065em;
}

.quest-v2-hero h1 strong {
	display: block;
	color: #59c922;
	font-weight: 800;
}

.quest-v2-hero-copy > p {
	max-width: 590px;
	margin: 0 0 35px;
	color: #617068;
	font-size: 18px;
	line-height: 1.7;
}

.quest-v2-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px;
}

.quest-v2-btn {
	min-height: 54px;
	padding: 0 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	border-radius: 100px;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 800;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease;
}

.quest-v2-btn-primary {
	background: #65d52b;
	color: #102015 !important;
	box-shadow: 0 14px 32px rgba(74, 178, 26, 0.2);
}

.quest-v2-btn-primary:hover {
	background: #73e239;
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(74, 178, 26, 0.3);
}

.quest-v2-btn-primary span {
	font-size: 19px;
}

.quest-v2-btn-secondary {
	border: 1px solid #d8e0db;
	background: rgba(255, 255, 255, 0.75);
	color: #17221c !important;
}

.quest-v2-btn-secondary:hover {
	border-color: #aebbb3;
	background: #f6f9f7;
	transform: translateY(-3px);
}

.quest-v2-trust {
	margin-top: 48px;
	display: flex;
	gap: 50px;
}

.quest-v2-trust > div {
	position: relative;
	padding-left: 17px;
}

.quest-v2-trust > div::before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 0;
	width: 3px;
	border-radius: 10px;
	background: #65d52b;
}

.quest-v2-trust strong,
.quest-v2-trust span {
	display: block;
}

.quest-v2-trust strong {
	color: #19251e;
	font-size: 13px;
	font-weight: 800;
}

.quest-v2-trust span {
	margin-top: 3px;
	color: #829087;
	font-size: 11px;
}


/* COMPOSIÇÃO VISUAL */

.quest-v2-hero-visual {
	position: relative;
	min-height: 510px;
}

.quest-v2-main-card {
	position: absolute;
	top: 25px;
	right: 30px;
	bottom: 20px;
	left: 60px;
	overflow: hidden;
	padding: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 44px 44px 44px 120px;
	background:
		radial-gradient(
			circle at 82% 12%,
			rgba(112, 230, 53, 0.85),
			transparent 33%
		),
		linear-gradient(145deg, #10271b, #173e29 58%, #09160f);
	box-shadow:
		0 45px 90px rgba(21, 55, 36, 0.21),
		0 4px 15px rgba(21, 55, 36, 0.1);
	color: #ffffff;
}

.quest-v2-main-card::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.25;
	background:
		linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
	background-size: 55px 55px;
	mask-image: linear-gradient(to left, #000, transparent 92%);
}

.quest-v2-main-card::after {
	content: "";
	position: absolute;
	top: -115px;
	right: -100px;
	width: 345px;
	height: 345px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	box-shadow:
		0 0 0 55px rgba(255, 255, 255, 0.06),
		0 0 0 110px rgba(255, 255, 255, 0.04);
}

.quest-v2-main-card-top,
.quest-v2-main-message,
.quest-v2-main-footer {
	position: relative;
	z-index: 2;
}

.quest-v2-main-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quest-v2-main-card-top span {
	font-size: 29px;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.quest-v2-main-card-top small {
	color: rgba(255, 255, 255, 0.58);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.quest-v2-main-message {
	max-width: 430px;
}

.quest-v2-main-message strong,
.quest-v2-main-message span {
	display: block;
}

.quest-v2-main-message strong {
	color: #ffffff;
	font-size: clamp(46px, 4.2vw, 68px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.07em;
}

.quest-v2-main-message span {
	margin-top: 8px;
	color: #74e33b;
	font-size: clamp(42px, 3.8vw, 62px);
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -0.07em;
}

.quest-v2-main-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.quest-v2-main-footer span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.77);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	backdrop-filter: blur(8px);
}

.quest-v2-floating-card {
	position: absolute;
	z-index: 4;
	padding: 12px 16px 12px 11px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.89);
	box-shadow: 0 18px 42px rgba(7, 25, 14, 0.14);
	backdrop-filter: blur(14px);
}

.quest-v2-floating-card > span {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #65d52b;
	color: #102015;
	font-size: 10px;
	font-weight: 800;
}

.quest-v2-floating-card strong,
.quest-v2-floating-card small {
	display: block;
}

.quest-v2-floating-card strong {
	color: #17231c;
	font-size: 12px;
	font-weight: 800;
}

.quest-v2-floating-card small {
	margin-top: 2px;
	color: #7b8980;
	font-size: 9px;
}

.quest-v2-card-formation {
	top: 60px;
	left: 5px;
}

.quest-v2-card-events {
	top: 185px;
	right: 0;
}

.quest-v2-card-solutions {
	bottom: 53px;
	left: 15px;
}

.quest-v2-visual-lines {
	position: absolute;
	top: 80px;
	left: 25px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 1px solid rgba(83, 196, 33, 0.25);
}

.quest-v2-visual-circle {
	position: absolute;
	right: -45px;
	bottom: -55px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(101, 213, 43, 0.12);
}


/* FAIXA INFERIOR */

.quest-v2-bottom-bar {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1320px;
	margin: 35px auto 0;
	padding: 25px 0 31px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #e4ebe6;
}

.quest-v2-bottom-bar > div {
	min-height: 44px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	gap: 14px;
	border-right: 1px solid #e4ebe6;
}

.quest-v2-bottom-bar > div:first-child {
	padding-left: 0;
}

.quest-v2-bottom-bar > div:last-child {
	padding-right: 0;
	border-right: 0;
}

.quest-v2-bottom-bar span {
	color: #5dce26;
	font-size: 10px;
	font-weight: 800;
}

.quest-v2-bottom-bar strong {
	color: #1b2820;
	font-size: 12px;
	font-weight: 800;
}


/* TABLET */

@media (max-width: 1050px) {

	.quest-v2-container {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.quest-v2-hero-copy {
		max-width: 800px;
		padding-bottom: 10px;
	}

	.quest-v2-hero-visual {
		min-height: 530px;
	}

	.quest-v2-main-card {
		left: 40px;
	}

}


/* MOBILE */

@media (max-width: 700px) {

	.quest-v2-hero {
		padding: 45px 18px 0;
	}

	.quest-v2-hero h1 {
		font-size: 47px;
		line-height: 1.02;
	}

	.quest-v2-hero-copy > p {
		font-size: 16px;
	}

	.quest-v2-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.quest-v2-btn {
		width: 100%;
	}

	.quest-v2-trust {
		flex-direction: column;
		gap: 22px;
	}

	.quest-v2-hero-visual {
		min-height: 445px;
	}

	.quest-v2-main-card {
		top: 20px;
		right: 0;
		bottom: 20px;
		left: 0;
		padding: 28px;
		border-radius: 28px 28px 28px 72px;
	}

	.quest-v2-main-message strong {
		font-size: 45px;
	}

	.quest-v2-main-message span {
		font-size: 41px;
	}

	.quest-v2-card-formation {
		top: 70px;
		left: -5px;
	}

	.quest-v2-card-events {
		top: 160px;
		right: -7px;
	}

	.quest-v2-card-solutions {
		bottom: 45px;
		left: -5px;
	}

	.quest-v2-floating-card {
		padding: 9px 11px 9px 8px;
	}

	.quest-v2-floating-card > span {
		width: 29px;
		height: 29px;
	}

	.quest-v2-floating-card small {
		display: none;
	}

	.quest-v2-bottom-bar {
		margin-top: 20px;
		grid-template-columns: 1fr;
	}

	.quest-v2-bottom-bar > div,
	.quest-v2-bottom-bar > div:first-child,
	.quest-v2-bottom-bar > div:last-child {
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid #e4ebe6;
	}

	.quest-v2-bottom-bar > div:last-child {
		border-bottom: 0;
	}

}

/* =========================================================
   QUEST — COMPOSIÇÃO FOTOGRÁFICA DO HERO
   ========================================================= */

.quest-v2-hero-visual {
	position: relative;
	min-height: 520px;
}

.quest-v2-photo-collage {
	position: absolute;
	inset: 5px 0 0;
	display: grid;
	grid-template-columns: 1.42fr 0.78fr;
	grid-template-rows: 245px 215px;
	gap: 12px;
	transform: skewX(-4deg);
}

.quest-v2-photo {
	position: relative;
	overflow: hidden;
	background: #10271b;
	box-shadow: 0 22px 48px rgba(9, 30, 18, 0.13);
	isolation: isolate;
}

.quest-v2-photo img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transform: skewX(4deg) scale(1.08);
	transition:
		transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
		filter 0.4s ease;
}

.quest-v2-photo:hover img {
	transform: skewX(4deg) scale(1.14);
}

.quest-v2-photo-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(5, 20, 12, 0.02) 30%,
			rgba(5, 20, 12, 0.55) 100%
		);
}

.quest-v2-photo-label {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 16px;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 100px;
	background: rgba(10, 27, 17, 0.6);
	color: #ffffff;
	font-family: 'Manrope', sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.quest-v2-photo--formation {
	border-radius: 40px 10px 10px 10px;
}

.quest-v2-photo--formation img {
	object-position: 51% 42%;
}

.quest-v2-photo--stadium {
	border-radius: 10px 42px 10px 10px;
}

.quest-v2-photo--stadium img {
	object-position: 53% 48%;
}

.quest-v2-photo--networking {
	border-radius: 10px 10px 10px 65px;
}

.quest-v2-photo--networking img {
	object-position: 50% 58%;
}

.quest-v2-photo--impact {
	border-radius: 10px 10px 42px 10px;
}

.quest-v2-photo--impact img {
	object-position: 50% 49%;
}

.quest-v2-photo-decoration {
	position: absolute;
	z-index: 3;
	pointer-events: none;
	border: 1px solid rgba(86, 201, 34, 0.42);
}

.quest-v2-photo-decoration--one {
	top: -17px;
	right: 44px;
	width: 190px;
	height: 105px;
	border-left: 0;
	border-bottom: 0;
	border-radius: 0 42px 0 0;
}

.quest-v2-photo-decoration--one::after {
	content: "";
	position: absolute;
	top: -5px;
	right: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #5dce26;
	box-shadow: 0 0 18px rgba(93, 206, 38, 0.75);
}

.quest-v2-photo-decoration--two {
	left: -29px;
	bottom: 32px;
	width: 150px;
	height: 135px;
	border-top: 0;
	border-right: 0;
	border-radius: 0 0 0 44px;
}

.quest-v2-photo-decoration--two::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #5dce26;
	box-shadow: 0 0 18px rgba(93, 206, 38, 0.75);
}

.quest-v2-collage-badge {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 195px;
	padding: 14px 16px;
	transform: translate(-30%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.66);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 45px rgba(7, 25, 14, 0.14);
	backdrop-filter: blur(15px);
	font-family: 'Manrope', sans-serif;
}

.quest-v2-collage-badge span,
.quest-v2-collage-badge strong {
	display: block;
}

.quest-v2-collage-badge span {
	margin-bottom: 4px;
	color: #58c922;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.quest-v2-collage-badge strong {
	color: #17231c;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.45;
}


/* =========================================================
   TABLET — COMPOSIÇÃO FOTOGRÁFICA
   ========================================================= */

@media (max-width: 1050px) {

	.quest-v2-hero-visual {
		min-height: 550px;
	}

	.quest-v2-photo-collage {
		grid-template-rows: 265px 225px;
	}

}


/* =========================================================
   MOBILE — COMPOSIÇÃO FOTOGRÁFICA
   ========================================================= */

@media (max-width: 700px) {

	.quest-v2-hero-visual {
		min-height: auto;
	}

	.quest-v2-photo-collage {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 215px 165px;
		gap: 8px;
		transform: none;
	}

	.quest-v2-photo img {
		transform: scale(1.06);
	}

	.quest-v2-photo:hover img {
		transform: scale(1.1);
	}

	.quest-v2-photo--formation {
		grid-column: 1 / 3;
		border-radius: 28px 28px 8px 8px;
	}

	.quest-v2-photo--stadium {
		border-radius: 8px 8px 8px 28px;
	}

	.quest-v2-photo--networking {
		display: none;
	}

	.quest-v2-photo--impact {
		border-radius: 8px 8px 28px 8px;
	}

	.quest-v2-photo-label {
		right: 10px;
		bottom: 10px;
		padding: 6px 9px;
		font-size: 8px;
	}

	.quest-v2-collage-badge {
		top: 200px;
		left: 50%;
		width: 180px;
		transform: translate(-50%, -50%);
	}

	.quest-v2-collage-badge {
		top: 200px;
		left: 50%;
		width: 180px;
		transform: translate(-50%, -50%);
	}

	.quest-v2-photo-decoration {
		display: none;
	}

} /* FIM DO @media (max-width: 700px) */


.quest-v2-photo-label {
	display: none !important;
}

.quest-v2-collage-badge {
	display: none !important;
}


/* =========================================================
   QUEST — NOVO CABEÇALHO
   ========================================================= */

.pi-header > .pi-section-w.pi-section-dark {
	display: none !important;
}

/* Cabeçalho branco */
.pi-header-sticky .pi-section-w {
	background: rgba(255, 255, 255, 0.98) !important;
	border-bottom: 1px solid #e8edea !important;
	box-shadow: 0 2px 15px rgba(12, 30, 19, 0.035) !important;
}

/* Largura e alinhamento */
@media (min-width: 993px) {

	.pi-header-sticky .pi-section.pi-row-lg {
		width: calc(100% - 60px);
		max-width: 1320px !important;
		min-height: 86px;
		margin: 0 auto;
		padding: 0 !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.pi-header-sticky .pi-row-block-logo {
		float: none !important;
		margin: 0 auto 0 0 !important;
	}

	.pi-header-sticky .pi-row-block-logo a {
		display: flex;
		align-items: center;
	}

	.pi-header-sticky .pi-row-block-logo img {
	width: auto;
	max-width: 220px;
	max-height: 68px !important;
	}

	.quest-header-actions {
		float: none !important;
		height: 86px;
		margin: 0 !important;
		display: flex;
		align-items: center;
		gap: 22px;
	}

	.quest-header-actions .pi-simple-menu {
		height: 86px;
		display: flex;
		align-items: center;
	}

	.quest-header-actions .pi-simple-menu > li {
		height: 86px;
		display: flex;
		align-items: center;
	}

	.quest-header-actions .pi-simple-menu > li > a {
		height: auto !important;
		padding: 34px 15px !important;
		border: 0 !important;
		color: #202a24 !important;
		font-family: 'Manrope', sans-serif !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		line-height: 18px !important;
		letter-spacing: -0.02em;
		text-transform: none !important;
	}

	.quest-header-actions .pi-simple-menu > li > a::before,
	.quest-header-actions .pi-simple-menu > li > a::after {
		display: none !important;
	}

	.quest-header-actions .pi-simple-menu > li > a:hover,
	.quest-header-actions .pi-simple-menu > li > a.active {
		color: #4fc91e !important;
	}

	.quest-header-cta {
		min-height: 48px;
		padding: 0 21px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		border-radius: 7px;
		background: #087536;
		color: #ffffff !important;
		font-family: 'Manrope', sans-serif;
		font-size: 13px;
		font-weight: 700;
		white-space: nowrap;
		box-shadow: 0 10px 25px rgba(8, 117, 54, 0.15);
		transition:
			background 0.2s ease,
			transform 0.2s ease,
			box-shadow 0.2s ease;
	}

	.quest-header-cta:hover {
		background: #0a8a41;
		color: #ffffff !important;
		transform: translateY(-2px);
		box-shadow: 0 14px 30px rgba(8, 117, 54, 0.24);
	}

	.quest-header-cta span {
		font-size: 19px;
		line-height: 1;
	}

}


/* =========================================================
   CABEÇALHO — TABLET E MOBILE
   ========================================================= */

@media (max-width: 992px) {

	.pi-header-sticky .pi-section.pi-row-lg {
		min-height: 72px;
		padding: 0 20px !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.pi-header-sticky .pi-row-block-logo {
		margin: 0 auto 0 0 !important;
	}

.pi-header-sticky .pi-row-block-logo img {
	max-width: 180px;
	max-height: 54px !important;
	}

	.quest-header-actions {
		display: none !important;
	}

	.pi-mobile-menu-toggler {
		border: 0 !important;
		border-radius: 8px !important;
		background: #f1f6f3 !important;
		color: #087536 !important;
	}

	#pi-main-mobile-menu {
		background: #ffffff !important;
		border-top: 1px solid #e5ece8;
	}

	#pi-main-mobile-menu .pi-menu-mobile {
		background: #ffffff !important;
	}

	#pi-main-mobile-menu .pi-menu-mobile a {
		color: #18221c !important;
		font-family: 'Manrope', sans-serif;
	}

}