/* ----------------------------------------
   Design tokens (Viagens Corporativas)
---------------------------------------- */
.vc-page .site-content {
	padding: 0;
}

/* ----------------------------------------
   Hero
---------------------------------------- */
.vc-hero {
	position: relative;
	background: var(--th-gray-100);
	padding: 80px 0 0;
	overflow: hidden;
	min-height: 860px;
}

.vc-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.vc-hero__content {
	flex: 1 1 50%;
	min-width: 0;
	max-width: 560px;
	padding-bottom: 80px;
}

.vc-hero__content h1 {
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: 28px;
}

.vc-hero__media {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
	max-width: 46%;
}

.vc-hero__media img {
	display: block;
	width: 100%;
	height: auto;
}

/* ----------------------------------------
   Brands strip
---------------------------------------- */
.vc-brands {
	background: var(--th-amber);
}

/* ----------------------------------------
   Motion / institutional banner
---------------------------------------- */
.vc-motion {
	padding: 80px 0;
}

.vc-motion__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.vc-motion__media {
	flex: 0 0 auto;
}

.vc-motion__media img {
	width: 100%;
	height: auto;
	display: block;
    animation: tourhouse-float 5s ease-in-out infinite;
}

.vc-motion__content {
	flex: 1 1 auto;
	max-width: 640px;
}

.vc-motion__content h2 {
	font-size: 34px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.vc-motion__content p {
	color: var(--th-navy-soft);
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

/* ----------------------------------------
   Ecosystem (product cards)
---------------------------------------- */
.vc-ecosystem {
	padding: 80px 0;
	background: var(--th-gray-100);
    padding: 80px 0 200px;
}

.vc-ecosystem .section-header h2 {
	font-weight: 500;
}

.vc-ecosystem .section-header h2 strong {
	font-weight: 700;
}

.vc-ecosystem__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto auto auto;
	gap: 24px;
	margin-top: 48px;
}

.vc-ecosystem-card--obt {
	grid-column: 1;
	grid-row: 1;
}

.vc-ecosystem-card--thintel {
	grid-column: 1;
	grid-row: 2;
}

.vc-ecosystem-card--thexp {
	grid-column: 1;
	grid-row: 3;
}

.vc-ecosystem-card--thpay {
	grid-column: 2;
	grid-row: 1 / 3;
}

.vc-ecosystem-card--thcarbon {
	grid-column: 2;
	grid-row: 3;
}

.vc-ecosystem-card {
	position: relative;
	border-radius: 20px;
	padding: 28px;
	overflow: hidden;
}

.vc-ecosystem-card__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.vc-ecosystem-card__icon {
	height: 28px;
	width: auto;
	flex: 0 0 auto;
}

.vc-ecosystem-card__header h3 {
	font-size: 19px;
	margin: 0;
}

.vc-ecosystem-card p {
	font-size: 14px;
	font-weight: 500;
	color: var(--th-navy-soft);
	max-width: 58%;
	margin: 0 0 16px;
}

.vc-ecosystem-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
	max-width: 58%;
}

.vc-ecosystem-card__tags li {
	background: rgba(6, 6, 92, 0.08);
	color: var(--th-navy);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: var(--th-radius-pill);
}

.vc-ecosystem-card__link {
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	color: var(--th-white);
	background: var(--th-navy);
	padding: 9px 20px;
	border-radius: var(--th-radius-pill);
	text-decoration: none;
	cursor: pointer;
}

.vc-ecosystem-card__link--green {
	background: var(--th-green);
	border: none;
}

.vc-ecosystem-card--thpay .vc-ecosystem-card__link {
	background: var(--th-amber);
	color: var(--th-white);
}

.vc-ecosystem-card__shot {
	position: absolute;
	top: 24px;
	right: 24px;
	max-width: 34%;
	max-height: 85%;
	width: auto;
	height: auto;
	border-radius: 10px;
}

.vc-ecosystem-card--thcarbon .vc-ecosystem-card__shot {
	max-width: 30%;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: none;
	border-radius: 0;
}

.vc-ecosystem-card--thexp .vc-ecosystem-card__shot--secondary {
	top: auto;
	bottom: 24px;
	right: 24px;
	max-width: 28%;
}

.vc-thpay-badge__th {
	color: var(--th-navy);
}

.vc-thpay-badge__pay {
	color: var(--th-amber);
}

.vc-ecosystem-card--thpay {
	display: flex;
	align-items: start;
	padding: 28px;
}

.vc-ecosystem-card--thpay .vc-ecosystem-card__content {
	flex: 1 1 50%;
	min-width: 0;
}

.vc-ecosystem-card--thpay p {
	max-width: 100%;
}

.vc-ecosystem-card--thpay .vc-ecosystem-card__shot {
	position: static;
	flex: 1 1 50%;
	max-width: 48%;
	max-height: none;
	margin-left: auto;
	box-shadow: none;
	align-self: end;
}

.vc-ecosystem-card--thcarbon {
	display: flex;
	align-items: center;
	padding: 28px;
}

.vc-ecosystem-card--thcarbon .vc-ecosystem-card__content {
	flex: 1 1 70%;
	min-width: 0;
}

.vc-ecosystem-card--thcarbon .vc-ecosystem-card__shot {
	position: static;
	transform: none;
	flex: 0 0 auto;
	max-width: 110px;
	margin-left: 16px;
}

/* ----------------------------------------
   TH Pay hero / spotlight
---------------------------------------- */
.vc-thpay-hero {
	background: var(--th-white);
	padding: 100px 0;
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
}

.vc-thpay-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
}

.vc-thpay-hero__content {
	flex: 1 1 50%;
	min-width: 0;
}

.vc-thpay-hero__content .section-eyebrow {
	color: var(--th-amber);
}

.vc-thpay-hero__content h2 {
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.vc-thpay-hero__content p {
	color: var(--th-navy-soft);
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.vc-thpay-hero__content p strong {
	color: var(--th-navy);
}

.vc-thpay-hero__media {
	flex: 1 1 50%;
	min-width: 0;
	text-align: center;
	border-radius: 24px;
	padding: 40px;
}

.vc-thpay-hero__media img {
	max-width: 100%;
	height: auto;
	animation: tourhouse-float 5s ease-in-out infinite;
}

/* ----------------------------------------
   Para quem é?
---------------------------------------- */
.vc-paraquem {
	background: var(--th-gray-100);
	padding: 80px 0;
}

.vc-paraquem__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-top: 48px;
}

.vc-paraquem-card {
	position: relative;
	text-align: center;
}

.vc-paraquem-card__bg {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	opacity: 1;
	filter: brightness(0) invert(1);
}

.vc-paraquem-card__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 28px 48px;
}

.vc-paraquem-card__icon {
	height: 44px;
	width: auto;
	margin-bottom: 12px;
}

.vc-paraquem-card__inner h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.vc-paraquem-card__inner p {
	font-size: 13px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin: 0;
	line-height: 1.4;
}

/* ----------------------------------------
   Diferenciais do TH Pay (accordion)
---------------------------------------- */
.vc-diferenciais {
	padding: 80px 0;
}

.vc-diferenciais__grid {
	display: flex;
	align-items: center;
	gap: 64px;
}

.vc-diferenciais__content {
	flex: 1 1 55%;
	min-width: 0;
}

.vc-diferenciais__content > h2 {
	margin-bottom: 24px;
}

.vc-diferenciais__cta {
	margin-top: 32px;
}

.vc-diferenciais__media {
	flex: 1 1 45%;
	min-width: 0;
	text-align: center;
	border-radius: 24px;
}

.vc-diferenciais__media img {
	max-width: 100%;
	height: auto;
}

.vc-diferenciais-accordion {
	display: flex;
	flex-direction: column;
}

.vc-diferenciais-accordion-item {
	border-bottom: 1px solid var(--th-gray-300);
	padding: 18px 0;
}

.vc-diferenciais-accordion-item:first-child {
	padding-top: 0;
}

.vc-diferenciais-accordion-item__label {
	font-weight: 700;
	font-size: 19px;
	color: var(--th-gray-400);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 14px;
}

.vc-diferenciais-accordion-item[open] .vc-diferenciais-accordion-item__label {
	color: var(--th-navy);
}

.vc-diferenciais-accordion-item__label::-webkit-details-marker {
	display: none;
}

.vc-diferenciais-accordion-item__icon {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 auto;
}

.vc-diferenciais-accordion-item__text {
	padding: 10px 0 0 42px;
	color: var(--th-navy-soft);
	font-size: 15px;
	font-weight: 500;
}

.vc-diferenciais-accordion-item__text p {
	margin: 0;
}

/* ----------------------------------------
   Tech Human
---------------------------------------- */
.vc-techhuman {
	background: var(--th-amber);
	padding: 80px 0;
}

.vc-techhuman__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin: 40px 0;
}

.vc-techhuman-card {
	background: var(--th-white);
	border-radius: 16px;
	padding: 32px;
}

.vc-techhuman-card__icon {
	height: 48px;
	width: auto;
	margin-bottom: 16px;
}

.vc-techhuman-card h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.vc-techhuman-card p {
	font-size: 15px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin: 0;
}

.vc-techhuman__cta {
	text-align: center;
}

/* ----------------------------------------
   Blog CTA
---------------------------------------- */
.vc-blog {
	background: var(--th-navy);
	padding: 80px 0;
}

.vc-blog__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.vc-blog__content {
	flex: 1 1 55%;
	min-width: 0;
	max-width: 560px;
}

.vc-blog__content h2 {
	color: var(--th-white);
	font-size: 32px;
	margin-bottom: 16px;
}

.vc-blog__content p {
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 24px;
}

.vc-blog__content p strong {
	color: var(--th-white);
}

.vc-blog__media {
	flex: 0 0 auto;
	width: 320px;
	text-align: center;
}

.vc-blog__media img {
	max-width: 100%;
	height: auto;
	animation: tourhouse-float 5s ease-in-out infinite;
}

/* ----------------------------------------
   Testimonial slider
---------------------------------------- */
.vc-testimonial {
	background: var(--th-gray-100);
	padding: 80px 0;
}

.vc-testimonial-slider__viewport {
	overflow: hidden;
}

.vc-testimonial-slider__track {
	display: flex;
	will-change: transform;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.vc-testimonial-slide {
	flex: 0 0 100%;
	max-width: 740px;
	margin: 0 auto;
	text-align: center;
}

.vc-testimonial-slide__quote-mark {
	display: block;
	font-size: 64px;
	font-weight: 700;
	color: var(--th-amber);
	line-height: 1;
	margin-bottom: 8px;
}

.vc-testimonial-slide__logo {
	width: 150px;
	height: auto;
	margin: 0 auto 24px;
	display: block;
}

.vc-testimonial-slide__text {
	color: var(--th-navy-soft);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.vc-testimonial-slide__cite {
	display: block;
	color: var(--th-navy);
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 32px;
}

.vc-testimonial-slider__arrows {
	justify-content: center;
	margin-top: 16px;
	gap: 24px;
}

/* ----------------------------------------
   Fale com especialistas (image banner)
---------------------------------------- */
.vc-contact-banner {
	padding: 80px 0;
}

.vc-contact-banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 980px) {
	.vc-hero__inner,
	.vc-motion__inner,
	.vc-thpay-hero__inner,
	.vc-diferenciais__grid,
	.vc-blog__inner {
		flex-direction: column;
		text-align: center;
	}

	.vc-hero__content,
	.vc-blog__content {
		max-width: 100%;
	}

	.vc-hero {
		min-height: 0;
	}

	.vc-hero__content {
		padding-bottom: 0;
	}

	.vc-hero__media {
		position: static;
		width: auto;
		max-width: 80%;
		margin: 32px auto 0;
	}

	.vc-ecosystem__grid,
	.vc-techhuman__grid {
		grid-template-columns: 1fr;
	}

	.vc-ecosystem-card--obt,
	.vc-ecosystem-card--thintel,
	.vc-ecosystem-card--thexp,
	.vc-ecosystem-card--thpay,
	.vc-ecosystem-card--thcarbon {
		grid-column: 1;
		grid-row: auto;
	}

	.vc-ecosystem-card p,
	.vc-ecosystem-card__tags {
		max-width: 100%;
	}

	.vc-ecosystem-card__shot {
		position: static;
		display: block;
		margin-top: 16px;
		max-width: 60%;
		max-height: none;
	}

	.vc-ecosystem-card--thexp .vc-ecosystem-card__shot--secondary {
		max-width: 60%;
	}

	.vc-ecosystem-card--thpay,
	.vc-ecosystem-card--thcarbon {
		flex-direction: column;
	}

	.vc-ecosystem-card--thpay .vc-ecosystem-card__shot,
	.vc-ecosystem-card--thcarbon .vc-ecosystem-card__shot {
		max-width: 60%;
		margin: 16px auto 0;
	}

	.vc-paraquem__grid {
		grid-template-columns: 1fr;
	}

	.vc-diferenciais-accordion-item__text {
		text-align: left;
	}
}

@media (max-width: 600px) {
	.vc-hero__content h1 {
		font-size: 30px;
	}
}

/* ----------------------------------------
   Detail panels (Saiba mais overlays)
---------------------------------------- */
body.vc-detail-is-open {
	overflow: hidden;
}

.vc-detail-panel {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: var(--th-white);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.vc-detail-panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.vc-detail-panel__scroll {
	height: 100%;
	overflow-y: auto;
	transform: translateY(16px);
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.vc-detail-panel.is-active .vc-detail-panel__scroll {
	transform: translateY(0);
}

.vc-detail-panel__topbar {
	position: sticky;
	top: 0;
	z-index: 10;
	background: var(--th-white);
	border-bottom: 1px solid var(--th-gray-200);
	padding: 18px 0;
}

.vc-detail-panel__topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vc-detail-panel__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	background: transparent;
	font-family: var(--th-font);
	font-weight: 700;
	font-size: 15px;
	color: var(--th-navy);
	cursor: pointer;
	padding: 0;
}

.vc-detail-panel__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 0;
	background: var(--th-gray-100);
	color: var(--th-navy);
	cursor: pointer;
	padding: 0;
}

/* Hero (content + media) */
.vc-detail-hero {
	padding: 56px 0;
}

.vc-detail-hero__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
}

.vc-detail-hero__content {
	flex: 1 1 55%;
	min-width: 0;
}

.vc-detail-hero__content h2 {
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 20px;
}

.vc-detail-hero__content p {
	color: var(--th-navy-soft);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 24px;
}

.vc-detail-hero__media {
	flex: 1 1 45%;
	min-width: 0;
	text-align: center;
}

.vc-detail-hero__media img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.vc-detail-hero__media--thintel {
	position: relative;
}

.vc-detail-hero__media-mini {
	position: absolute;
	left: 0;
	top: 10%;
	width: 38%;
	max-width: 38%;
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(6, 6, 18, 0.2);
}

.vc-detail-hero--thcarbon .vc-detail-hero__media img {
	border-radius: 24px;
}

/* TH Intelligence: visibilidade slider */
.vc-detail-visibilidade {
	background: var(--th-amber);
	padding: 56px 0;
}

.vc-detail-visibilidade .section-header h2,
.vc-detail-visibilidade .section-header p {
	color: var(--th-white);
}

.vc-detail-visibilidade .section-header h2 {
	margin-bottom: 10px;
}

.vc-detail-visibilidade-slider {
	position: relative;
	margin-top: 40px;
	padding: 0 48px;
}

.vc-detail-visibilidade-slider__viewport {
	overflow: hidden;
}

.vc-detail-visibilidade-slider__track {
	display: flex;
	gap: 20px;
	will-change: transform;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.vc-detail-visibilidade-card {
	flex: 0 0 calc((100% - 40px) / 3);
	background: var(--th-white);
	border-radius: 16px;
	padding: 28px 22px;
}

.vc-detail-visibilidade-card img {
	height: 44px;
	width: auto;
	margin-bottom: 20px;
	display: block;
}

.vc-detail-visibilidade-card p {
	font-size: 15px;
	font-weight: 700;
	color: var(--th-navy);
	margin: 0;
	line-height: 1.4;
}

.vc-detail-visibilidade-slider__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	margin: 0;
	padding: 0 8px;
	pointer-events: none;
}

.vc-detail-visibilidade-slider__arrow {
	pointer-events: auto;
}

/* TH Intelligence: O que realmente importa (image + text) */
.vc-detail-highlight {
	background: var(--th-gray-100);
	padding: 64px 0;
}

.vc-detail-highlight__inner {
	display: flex;
	align-items: center;
	gap: 56px;
}

.vc-detail-highlight__media {
	flex: 1 1 45%;
	min-width: 0;
}

.vc-detail-highlight__media img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	display: block;
}

.vc-detail-highlight__content {
	flex: 1 1 55%;
	min-width: 0;
}

.vc-detail-highlight__content h2 {
	margin-bottom: 16px;
}

.vc-detail-highlight__content p {
	color: var(--th-navy-soft);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}

.vc-detail-highlight__quote {
	color: var(--th-navy) !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	margin-bottom: 0 !important;
}

/* TH Intelligence: na prática */
.vc-detail-pratica {
	padding: 64px 0;
	text-align: center;
}

.vc-detail-pratica__inner p {
	max-width: 640px;
	margin: 0 auto 28px;
	font-size: 18px;
	font-weight: 500;
	color: var(--th-navy-soft);
}

/* Reused: para quem é / diferenciais inside panels */
.vc-detail-paraquem {
	padding: 56px 0;
	background: var(--th-gray-100);
}

.vc-detail-diferenciais {
	padding: 56px 0;
}

/* ----------------------------------------
   Detail panels responsive
---------------------------------------- */
@media (max-width: 980px) {
	.vc-detail-hero__inner,
	.vc-detail-highlight__inner {
		flex-direction: column;
		text-align: center;
	}

	.vc-detail-visibilidade-card {
		flex: 0 0 calc((100% - 20px) / 2);
	}
}

@media (max-width: 600px) {
	.vc-detail-hero__content h2 {
		font-size: 26px;
	}

	.vc-detail-visibilidade-card {
		flex: 0 0 85%;
	}

	.vc-detail-visibilidade-slider__arrows {
		display: none;
	}
}

@keyframes tourhouse-float {
	0%, 100% {
		transform: translateY(0) rotate(-1.5deg);
	}
	50% {
		transform: translateY(-14px) rotate(1.5deg);
	}
}