/* ================================================
   HERO
   ================================================ */
.hero-ot {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-bg-img {
	position: absolute;
	inset: 0;
	background-image: var(--hero-bg, url(''));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: var(--ot-grad-overlay);
	z-index: 1;
}

.hero-dots {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 28px 28px;
	z-index: 2;
}

.hero-shape-1 {
	position: absolute;
	bottom: -80px;
	left: -60px;
	width: 340px;
	height: 340px;
	background: rgba(232, 123, 30, 0.10);
	border-radius: 50%;
	z-index: 2;
}

.hero-shape-2 {
	position: absolute;
	top: 15%;
	right: -40px;
	width: 180px;
	height: 180px;
	border: 2px solid rgba(232, 123, 30, 0.15);
	transform: rotate(45deg);
	z-index: 2;
}

.hero-content {
	position: relative;
	z-index: 3;
	padding: var(--ot-space-2xl) 0;
}

.hero-content-text{
	min-height: 50vh;
}

.hero-slide-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	font-size: 0.7rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: var(--ot-space-lg);
}

.hero-eyebrow {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: var(--ot-space-md);
}

.hero-title {
	font-family: var(--ot-font-display);
	font-size: var(--ot-fs-h1);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.08;
	color: var(--ot-white);
	margin-bottom: var(--ot-space-lg);
	max-width: 560px;
}

.hero-title em {
	font-style: normal;
	color: var(--ot-orange-light);
}

.hero-text {
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.75;
	max-width: 440px;
	margin-bottom: var(--ot-space-xl);
}

.hero-text strong {
	color: var(--ot-white);
	font-weight: 700;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: var(--ot-space-md);
	flex-wrap: wrap;
}

.btn-play {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(6px);
	color: var(--ot-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	cursor: pointer;
	transition: var(--ot-transition);
}

.btn-play:hover {
	background: var(--ot-orange);
	border-color: var(--ot-orange);
	transform: scale(1.08);
}

/* Cards da coluna direita */
.hero-cards-col {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.hero-cards-track {
	display: flex;
	gap: var(--ot-space-md);
	overflow: hidden;
}

.hero-card {
	position: relative;
	width: 13rem;
    height: 20rem;
	flex-shrink: 0;
	border-radius: var(--ot-radius-md);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	cursor: pointer;
	transition: var(--ot-transition);
	background-position:top center;
	background-repeat: no-repeat;
	background-size:100% auto;
	background-color: rgba(0,0,0,0.4);
}

.hero-card:hover {
	border-color: var(--ot-orange);
	box-shadow: var(--ot-shadow-glow);
}

.hero-card-img {
	width: 100%;
	aspect-ratio: 3/4;
	background: var(--ot-dark-2);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.hero-card-text{
	width: 100%;
	position: relative;
	height:1px;
	padding:67% 0 0 0;
}
.hero-card-text iframe{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height:84%;
	border:none;
}

.hero-card:nth-child(1) .hero-card-img {
	background: linear-gradient(160deg, #1a1100, #3d2000, #0d0d0d);
}

.hero-card:nth-child(2) .hero-card-img {
	background: linear-gradient(160deg, #1a0f00, #4a2800, #0d0d0d);
}

.hero-card:nth-child(3) .hero-card-img {
	background: linear-gradient(160deg, #140a00, #5a3200, #0d0d0d);
}

.hero-card-tiger {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.85;
}

.hero-card-tiger::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/tigre.png) no-repeat top center;
	background-size: 80%;
	opacity: 0.5;
}

.hero-card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--ot-grad-card);
	padding: var(--ot-space-lg) var(--ot-space-md) var(--ot-space-md);
}

.hero-card-tag {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ot-orange);
	display: block;
	margin-bottom: 3px;
}

.hero-card-name {
	font-family: var(--ot-font-display);
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ot-white);
	line-height: 1.2;
}

.hero-card-desc {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 3px;
	line-height: 1.4;
}

/* Controles do carousel */
.hero-nav {
	position: absolute;
	bottom: var(--ot-space-xl);
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: var(--ot-space-sm);
	z-index: 4;
}

.hero-nav-btn {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 0.75rem;
	transition: var(--ot-transition);
	margin:0 0.2rem;
}

.hero-nav-btn:hover {
	background: var(--ot-orange);
	border-color: var(--ot-orange);
	color: var(--ot-white);
}

/* Dots indicadores */
.hero-dots-nav {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 6px;
	z-index: 4;
}

.hero-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	cursor: pointer;
	transition: var(--ot-transition);
	border: none;
}

.hero-dot.active {
	background: var(--ot-orange);
	width: 24px;
	border-radius: 4px;
}

/* Ícones sociais lateral */
.hero-socials {
	position: absolute;
	right: 20px;
	bottom: 30%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 4;
}

.hero-social-link {
	width: 30px;
	height: 30px;
	border-radius: var(--ot-radius-sm);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.55);
	transition: var(--ot-transition);
}

.hero-social-link:hover {
	background: var(--ot-orange);
	border-color: var(--ot-orange);
	color: var(--ot-white);
}

/* Seta lateral esquerda */
.hero-side-prev {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 60px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0 var(--ot-radius-sm) var(--ot-radius-sm) 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.9rem;
	cursor: pointer;
	transition: var(--ot-transition);
	z-index: 4;
}

.hero-side-prev:hover {
	background: var(--ot-orange);
	color: var(--ot-white);
}

/* Decoração cruzada */
.hero-cross {
	position: absolute;
	bottom: 60px;
	right: 80px;
	z-index: 3;
	opacity: 0.18;
}

.hero-cross::before,
.hero-cross::after {
	content: '';
	position: absolute;
	background: var(--ot-white);
}

.hero-cross::before {
	width: 2px;
	height: 36px;
	left: 50%;
	top: 0;
}

.hero-cross::after {
	width: 36px;
	height: 2px;
	top: 50%;
	left: 0;
}

@media (max-width: 767px) {
	.hero-ot {
		min-height: 85vh;
	}

	.hero-socials {
		display: none;
	}

	.hero-title {
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
	}
}

.owl-nav{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:2rem;
}