/* ----------------------------------------
   Design tokens (Motivia)
---------------------------------------- */
.tb-page {
	--tb-orange: #f2711c;
	--tb-navy-dark: #27296f;
}

.tb-page .site-content {
	padding: 0;
}

.button--brindes {
	background: var(--tb-orange);
	color: var(--th-white);
}

/* ----------------------------------------
   Hero
---------------------------------------- */
.tb-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	min-height: 900px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.tb-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(241, 241, 241, 0.92) 0%, rgba(241, 241, 241, 0.6) 45%, rgba(241, 241, 241, 0) 75%);
}

.tb-hero__inner {
	position: relative;
	z-index: 1;
}
.tb-hero__inner h1 {
	max-width: 700px;
}

.tb-hero h1 {
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.tb-hero p {
	font-size: 19px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin-bottom: 28px;
}

/* ----------------------------------------
   Brands strip
---------------------------------------- */
.tb-brands {
	background: var(--tb-navy-dark);
	padding: 32px 0;
}

.tb-brands .brands-strip__track img {
	max-height: 40px;
}

/* ----------------------------------------
   Intro + numbers
---------------------------------------- */
.tb-intro {
	padding: 80px 0;
}

.tb-intro__grid {
	display: flex;
	align-items: center;
	gap: 56px;
}

.tb-intro__media {
	flex: 1 1 40%;
	min-width: 0;
}

.tb-intro__media img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.tb-intro__content {
	flex: 1 1 60%;
	min-width: 0;
}

.tb-intro__content h2 {
	font-size: 36px;
	margin-bottom: 16px;
}

.tb-intro__content > p {
	font-size: 18px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin-bottom: 32px;
}

.tb-numbers {
	display: flex;
	gap: 48px;
}

.tb-numbers__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.tb-numbers__value {
	font-weight: 700;
	font-size: 40px;
	color: var(--tb-orange);
	white-space: nowrap;
}

.tb-numbers__label {
	font-weight: 700;
	font-size: 16px;
	color: var(--th-navy);
}

/* ----------------------------------------
   Projects grid
---------------------------------------- */
.tb-projects {
	background: var(--th-gray-100);
	padding: 80px 0;
}

.tb-projects__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.tb-project-card {
	position: relative;
}

.tb-project-card__media {
	border-radius: 16px;
	overflow: hidden;
	height: 280px;
}

.tb-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tb-project-card__label {
	display: block;
	background: var(--tb-orange);
	color: var(--th-white);
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	padding: 14px 12px;
	border-radius: 0 0 12px 12px;
	margin-top: -8px;
	position: relative;
	z-index: 1;
}

/* ----------------------------------------
   Mini CTA
---------------------------------------- */
.tb-mini-cta {
	background: var(--th-gray-100);
	padding: 56px 0;
	text-align: center;
}

.tb-mini-cta__inner h2 {
	margin-bottom: 24px;
}

.tb-mini-cta .button {
	background: var(--th-navy-soft);
	color: var(--th-white);
}

/* ----------------------------------------
   Por que escolher a Motivia
---------------------------------------- */
.tb-why {
	padding: 80px 0;
}

.tb-why__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 24px;
}

.tb-why-card__icon {
	width: 56px;
	height: 56px;
	margin-bottom: 16px;
}

.tb-why-card h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

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

/* ----------------------------------------
   Process steps
---------------------------------------- */
.tb-process {
	background: var(--tb-navy-dark);
	padding: 80px 0;
}

.tb-process .section-header h2 {
	color: var(--th-white);
}

.tb-process__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	margin-top: 56px;
}

.tb-process-step {
	position: relative;
}

.tb-process-step:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 50px;
	width: calc(100% - 50px + 24px);
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	z-index: 0;
}

.tb-process-step__number {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--tb-orange);
	font-weight: 700;
	font-size: 18px;
	color: var(--th-white);
	margin-bottom: 28px;
}

.tb-process-step h3 {
	color: var(--th-white);
	font-size: 19px;
	margin-bottom: 8px;
}

.tb-process-step p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}

/* ----------------------------------------
   Criatividade slider
---------------------------------------- */
.tb-creative {
	padding: 80px 0;
}

.brindes-slider {
	margin-bottom: 8px;
}

.brindes-slider__viewport {
	overflow: hidden;
}

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

.brindes-slide {
	flex: 0 0 auto;
	width: 280px;
	border-radius: 16px;
	overflow: hidden;
}

.brindes-slide img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
}

.brindes-slider__arrows {
	margin-bottom: 48px;
}

.tb-instagram {
	text-align: center;
}

.tb-instagram p {
	font-size: 18px;
	font-weight: 500;
	color: var(--tb-navy-dark);
	margin-bottom: 16px;
}

.tb-instagram__handle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 18px;
	color: var(--tb-navy-dark);
}

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

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

/* ----------------------------------------
   Quote form
---------------------------------------- */
.tb-quote-form {
	background: var(--th-gray-50);
	padding: 80px 0;
}

.tb-quote-form__form {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.tb-quote-form__form > h2 {
	margin-bottom: 8px;
}

.tb-quote-form__form > p {
	font-size: 17px;
	font-weight: 500;
	color: var(--th-navy-soft);
	margin-bottom: 36px;
}

.tb-quote-form__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	text-align: left;
	margin-bottom: 32px;
}

.tb-quote-form__field--full {
	grid-column: 1 / -1;
}

.tb-quote-form__field label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.03em;
	color: var(--th-navy);
	margin-bottom: 8px;
}

.tb-quote-form__field input,
.tb-quote-form__field textarea {
	width: 100%;
	border: 1px solid var(--th-gray-300);
	border-radius: 10px;
	padding: 12px 16px;
	font-family: var(--th-font);
	font-size: 16px;
	color: var(--th-navy);
	background: var(--th-white);
}

.tb-quote-form__field textarea {
	resize: vertical;
}

/* ----------------------------------------
   Responsive
---------------------------------------- */
@media (max-width: 980px) {
	.tb-hero {
		min-height: 600px;
	}

	.tb-hero::before {
		background: linear-gradient(180deg, rgba(241, 241, 241, 0.95) 0%, rgba(241, 241, 241, 0.85) 55%, rgba(241, 241, 241, 0.5) 100%);
	}

	.tb-hero h1 {
		font-size: 34px;
	}

	.tb-intro__grid {
		flex-direction: column;
	}

	.tb-projects__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tb-why__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tb-process__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 24px;
	}

	.tb-process-step::after {
		display: none;
	}

	.tb-quote-form__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.tb-projects__grid,
	.tb-why__grid,
	.tb-process__grid {
		grid-template-columns: 1fr;
	}

	.tb-process__grid {
		gap: 36px;
	}

	.tb-process-step::after {
		display: none;
	}

	.tb-numbers {
		flex-direction: column;
		gap: 16px;
	}
}
