/* ----------------------------------------
   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;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 28px;
}

.vc-hero__content h1 strong {
	font-weight: 700;
}

.vc-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.vc-hero__media img,
.vc-hero__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

/* ----------------------------------------
   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: center;
	gap: 48px;
}

.vc-motion__media {
	flex: 0 0 auto;
	max-width: 500px;
}

.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 0 16px;
}

.vc-motion__content p:last-child {
	margin-bottom: 0;
}

.vc-motion__content p strong {
	font-weight: 700;
}

/* ----------------------------------------
   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;
	line-height: 1.1;
	font-size: 49px;
}

.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__logo {
	height: 42px;
	width: auto;
}

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

.vc-ecosystem-card p strong {
	font-weight: 700;
}

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

.vc-ecosystem-card__tags li {
	position: relative;
	color: var(--th-navy);
	font-size: 15px;
	font-weight: 500;
	padding-left: 16px;
	line-height: 1.6;
}

.vc-ecosystem-card__tags li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: var(--th-navy);
}

.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);
	border: none;
	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: -180px;
}

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

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

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

.vc-thpay-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vc-thpay-hero__eyebrow img {
	width: 32px;
	height: auto;
}

.vc-thpay-hero__content h2 {
	font-size: 25px;
	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;
    max-width: 530px;
}

.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 {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	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: 30px;
	line-height: 1.1;
}

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

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

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

.vc-diferenciais__content {
	flex: 1 1 50%;
	min-width: 0;
	max-width: 680px;
}

.vc-diferenciais__content > h2 {
	margin-bottom: 34px;
	font-size: 43px;
	line-height: 1.2;
}

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

.vc-diferenciais__media {
	min-width: 0;
	text-align: center;
	border-radius: 24px;
    max-width: 400px;
}

.vc-diferenciais__media img,
.vc-diferenciais__media video {
	max-width: 100%;
	height: auto;
	border-radius: 30px;
}

.vc-detail-diferenciais .vc-diferenciais__grid {
	align-items: stretch;
}

.vc-detail-diferenciais .vc-diferenciais__media {
	border-radius: 24px;
	overflow: hidden;
	max-width: 460px;
}

.vc-detail-diferenciais .vc-diferenciais__media img,
.vc-detail-diferenciais .vc-diferenciais__media video {
    max-width: 100%;
    width: auto;
    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-navy);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 14px;
}

.vc-diferenciais-accordion-item__label span {
	flex: 1 1 auto;
}

.vc-diferenciais-accordion-item__chevron {
	flex: 0 0 auto;
	color: var(--th-navy);
	transition: transform 0.3s ease;
}

.vc-diferenciais-accordion-item[open] .vc-diferenciais-accordion-item__chevron {
	transform: rotate(180deg);
}

.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: 20px;
	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-white);
	padding: 80px 0;
	margin-top: 100px;
}

.vc-blog__inner {
	display: flex;
	align-items: start;
	position: relative;
	justify-content: space-between;
	gap: 48px;
	max-width: 1080px;
	background: var(--th-navy);
	border-radius: 24px;
	padding: 48px 56px;
}

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

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

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

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

.vc-blog__media {
	flex: 0 0 auto;
	width: 320px;
	text-align: center;
    min-height: 290px;
    position: relative;
}

.vc-blog__media img {
	max-width: 100%;
	height: auto;
    min-width: 390px;
    position: absolute;
    left: -90px;
    top: -130px;
	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%;
	width: 100%;
	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 {
	max-width: 740px;
	margin: 0 auto 20px;
	color: var(--th-navy-soft);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}

.vc-testimonial-slide__text strong {
	font-weight: 700;
	color: var(--th-navy);
}

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

.vc-testimonial .container {
	position: relative;
}

.vc-testimonial-slider__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	justify-content: space-between;
	margin: 0;
	gap: 24px;
	pointer-events: none;
	z-index: 2;
}

.vc-testimonial-slider__arrows .tri-arrow {
	pointer-events: auto;
	width: 80px;
	height: 80px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--th-amber);
}

.vc-testimonial-slider__arrows .tri-arrow svg {
	width: 32px;
	height: 32px;
}

/* ----------------------------------------
   Fale com especialistas (CTA banner)
   Shared structure lives in style.css
   (.contact-cta__*) — only the background
   color is page-specific here.
---------------------------------------- */
.vc-contact-banner {
	background: var(--th-white);
	padding: 80px 0;
	margin: 50px 0;
}

.vc-page .contact-cta__box {
	background: var(--th-amber);
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 980px) {
	.vc-blog {
		margin-top: 0;
	}

	/* Desktop-only manual line breaks; a trailing space was added before
	   each <br> in the markup so the text still reads correctly with the
	   break hidden. */
	.vc-motion__content p br {
		display: none;
	}

	.vc-hero__inner,
	.vc-motion__inner,
	.vc-thpay-hero__inner,
	.vc-diferenciais__grid,
	.vc-blog__inner {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
	}


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

	.vc-blog__media {
		min-height: 0;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.vc-blog__media img {
		position: static;
		min-width: 0;
		width: 100%;
		max-width: 320px;
		left: auto;
		top: auto;
		margin: 0 auto;
	}

	.vc-hero__content {
		position: relative;
		z-index: 2;
		background: var(--th-gray-100);
		border-radius: 16px;
		padding: 28px 24px;
	}

	.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 {
		flex: 0 0 auto;
		max-width: 60%;
		margin: 16px auto 0;
	}

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

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

	/* Desktop's rounded "card overlap" (100px radius, -180px pull-up)
	   is sized for a wide viewport; scaled down for mobile it just left
	   a large blank gap below the ecosystem grid before the TH Pay panel. */
	.vc-ecosystem {
		padding-bottom: 64px;
	}

	.vc-thpay-hero {
		padding: 48px 0 56px;
		border-radius: 32px 32px 0 0;
		margin-top: -32px;
	}

	.vc-thpay-hero__inner {
		margin-top: 0;
	}
}

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

	.vc-testimonial-slider__arrows {
		left: 0;
		right: 0;
	}

	.vc-testimonial-slider__arrows .tri-arrow {
		width: 32px;
		height: 32px;
	}
}

/* ----------------------------------------
   Product detail (inline expansion + sticky
   cross-product nav, replaces the old fixed
   fullscreen popup)
---------------------------------------- */
.vc-product-detail__nav {
	position: sticky;
	top: 84px;
	z-index: 20;
	padding: 16px 0;
}

.vc-product-detail__nav-inner {
	display: flex;
	justify-content: center;
}

.vc-product-detail__pill {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	background: var(--th-gray-100);
	border-radius: var(--th-radius-pill);
	padding: 8px;
}

.vc-product-detail__tab {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 0;
	border-radius: var(--th-radius-pill);
	background: transparent;
	color: var(--th-navy-soft);
	font-family: var(--th-font);
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
	padding: 12px 22px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vc-product-detail__tab img {
	height: 18px;
	width: auto;
	max-width: 70px;
	object-fit: contain;
}

.vc-product-detail__tab-icon--active {
	display: none;
}

.vc-product-detail__tab.is-active,
.vc-product-detail__tab:hover {
	background: var(--th-navy);
	color: var(--th-white);
}

.vc-product-detail__tab.is-active .vc-product-detail__tab-icon--default,
.vc-product-detail__tab:hover .vc-product-detail__tab-icon--default {
	display: none;
}

.vc-product-detail__tab.is-active .vc-product-detail__tab-icon--active,
.vc-product-detail__tab:hover .vc-product-detail__tab-icon--active {
	display: inline-block;
}

.vc-product-panel {
	display: none;
}

.vc-product-panel.is-active {
	display: block;
}

/* Hero (content + media) */
.vc-detail-hero {
	padding: 200px 0 56px;
	background: var(--th-white);
	border-radius: 100px 100px 0 0;
	margin-top: -170px;
}

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

.vc-detail-hero__media {
	order: -1;
}

.vc-detail-hero__content {
	flex: 0 1 500px;
	min-width: 0;
}

.vc-detail-hero__product-logo {
    width: 230px;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

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

.vc-detail-hero__content p.section-eyebrow {
	display: flex;
	gap: 10px;
	align-items: center;
	text-transform: capitalize;
}

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

.vc-detail-hero__content p img {
	height: auto;
	width: 40px;
	display: block;
}

.vc-detail-hero__content p:last-of-type {
	margin-bottom: 24px;
}

.vc-detail-hero__content p strong {
	font-weight: 700;
	color: var(--th-navy);
}

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

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

.vc-detail-hero__media-main {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
}

.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);
	min-height: 190px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background: var(--th-white);
	border-radius: 16px;
	padding: 28px;
}

.vc-detail-visibilidade-card img {
	height: 56px;
	width: auto;
	max-width: 100px;
	object-fit: contain;
	margin-bottom: 20px;
}

.vc-detail-visibilidade-card p {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: var(--th-navy);
	margin: 0;
	line-height: 1.3;
}

.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;
	width: 56px;
	height: 56px;
}

.vc-detail-visibilidade-slider__arrow svg {
	width: 32px;
	height: 32px;
}

/* 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;
	font-size: 38px;
	line-height: 1.2;
}

.vc-detail-highlight__content p {
	color: var(--th-navy-soft);
	font-size: 18px;
	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 {
	margin: 0 auto 28px;
	font-size: 18px;
	font-weight: 500;
	color: var(--th-navy-soft);
}

.vc-detail-pratica__inner p strong {
	font-weight: 700;
	color: var(--th-navy);
}

/* 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;
		align-items: stretch;
		text-align: left;
	}

	.vc-detail-hero__content,
	.vc-detail-hero__media {
		flex: 0 1 auto;
		width: 100%;
		max-width: 100%;
	}

	.vc-detail-hero__content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.vc-detail-hero__content p.section-eyebrow {
		justify-content: flex-start;
	}

	.vc-detail-hero__media-main {
		margin-left: auto;
		margin-right: auto;
	}

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

	/* Same desktop-sized rounded "card overlap" as .vc-thpay-hero, scaled
	   down so it doesn't leave a large blank gap above each detail panel. */
	.vc-detail-hero {
		padding: 56px 0 40px;
		border-radius: 32px 32px 0 0;
		margin-top: -32px;
	}

	.vc-product-detail__nav {
		position: static;
		overflow-x: hidden;
	}

	.vc-product-detail__nav-inner {
		justify-content: stretch;
	}

	.vc-product-detail__pill {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
		border-radius: 20px;
	}

	.vc-product-detail__tab {
		width: 100%;
		justify-content: flex-start;
		white-space: normal;
		border-radius: 14px;
	}
}

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

	.vc-thpay-hero__content h2 {
		font-size: 21px;
	}

	.vc-thpay-hero__eyebrow {
		justify-content: flex-start;
	}

	.vc-motion__content h2 {
		font-size: 26px;
	}

	.vc-detail-highlight__content h2 {
		font-size: 26px;
	}

	.vc-ecosystem .section-header h2 {
		font-size: 20px;
	}

	.vc-ecosystem-card p {
		font-size: 14px;
	}

	.vc-detail-hero__content p {
		font-size: 12px;
	}

	.vc-detail-visibilidade-slider {
		padding: 0;
	}

	.vc-detail-visibilidade-slider__track {
		flex-direction: column;
		gap: 16px;
		transform: none !important;
	}

	.vc-detail-visibilidade-card {
		flex: 0 0 auto;
		width: 100%;
	}

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

	.vc-detail-highlight__content p {
		font-size: 12px;
	}

	.vc-detail-highlight__quote {
		font-size: 14px !important;
	}

	.vc-diferenciais__content > h2 {
		font-size: 23px;
	}

	.vc-diferenciais-accordion-item__text {
		font-size: 15px;
	}

	.vc-diferenciais-accordion-item__label {
		font-size: 15px;
	}

	.vc-paraquem-card__inner p {
		font-size: 12px;
	}

	.vc-blog__content h2 {
		font-size: 18px;
	}

	.vc-blog__content p {
		font-size: 15px;
	}
}

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

.vc-contact-banner .contact-cta__logo {
    position: absolute;
    left: -134px;
    bottom: -102px;
    height: 190%;
    width: auto;
    max-width: none;
    pointer-events: none;
}

.vc-techhuman .section-header p {
    max-width: 850px;
}