/* ----------------------------------------
   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: bottom;
	padding: 100px 0;
	aspect-ratio: 1919 / 939;
	min-height: 480px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

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

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

.tb-hero h1 strong {
	font-weight: 700;
}

.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;
	justify-content: center;
	gap: 56px;
}

.tb-intro__media {
	flex: 0 1 460px;
	min-width: 0;
}

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

.tb-intro__content {
	flex: 0 1 560px;
	min-width: 0;
}

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

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

.tb-intro__content > p strong {
	font-weight: 700;
}

.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 {
	position: absolute;
	right: -14px;
	bottom: 16px;
	left: auto;
	display: inline-block;
	width: max-content;
	max-width: calc(100% + 14px);
	background: var(--tb-orange);
	color: var(--th-white);
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(6, 6, 92, 0.25);
	z-index: 1;
    padding: 10px 30px 10px 60px;
    min-width: 200px;
    text-align: left;
}

/* ----------------------------------------
   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__header {
	width: 100%;
	text-align: left;
}

.tb-why__header h2 {
	white-space: nowrap;
}

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

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

.tb-why-card h3 {
	font-size: 22px;
	max-width: 165px;
	margin-bottom: 8px;
	line-height: 25px;
}

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

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

.tb-process__header {
	width: 100%;
	text-align: left;
}

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

.tb-process .section-header p {
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

.tb-process .section-header p strong {
	color: var(--th-white);
	font-weight: 700;
}

.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: 32px;
	color: var(--th-white);
	margin-bottom: 28px;
}

.tb-process-step h3 {
	color: var(--th-white);
    font-size: 31px;
    min-height: 90px;
    line-height: 33px;
    display: flex;
    align-items: center;
}

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

/* ----------------------------------------
   Criatividade slider
---------------------------------------- */
.tb-creative {
	padding: 100px 0;
	background: var(--th-gray-100);
}

.tb-creative .section-header h2 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	margin-bottom: 12px;
}

.tb-creative .section-header p {
	font-size: 34px;
	font-weight: 500;
    line-height: 43px;
}

.tb-creative .section-header p strong {
	font-weight: 700;
}

.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 {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 280px;
	border-radius: 16px;
	overflow: hidden;
}

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

.brindes-slide:hover img {
	transform: scale(1.08);
}

.brindes-slide__plus {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--tb-navy-dark);
	color: var(--th-white);
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.brindes-slide:hover .brindes-slide__plus {
	background: var(--th-white);
	color: var(--tb-navy-dark);
}

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

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

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

.tb-instagram p strong {
	font-weight: 700;
}

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

/* ----------------------------------------
   Fale com especialistas (CTA banner)
   Shared structure lives in style.css
   (.contact-cta__*) — only the background
   color is page-specific here.
---------------------------------------- */
.tb-contact-banner {
	background: #fff;
	padding: 100px 0;
}

.tb-page .contact-cta__box {
	background: var(--tb-orange);
}

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

.tb-quote-form__form {
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid var(--tb-orange);
	border-radius: 24px;
	padding: 56px 64px;
	overflow: visible;
}

.tb-quote-form__icon {
	position: absolute;
	top: -38px;
	right: -38px;
	width: 130px;
	height: auto;
	pointer-events: none;
}

.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;
	margin-top: 0;
}

.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 {
		aspect-ratio: auto;
		min-height: 600px;
	}

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

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

	.tb-intro__media,
	.tb-intro__content {
		flex: 0 1 auto;
		width: 100%;
		max-width: 100%;
	}

	.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;
	}

	.tb-why__header h2,
	.tb-process .section-header h2,
	.tb-process .section-header p {
		white-space: normal;
	}
}

@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;
	}

	.tb-intro__content > p {
		font-size: 15px;
	}

	.tb-quote-form__form {
		padding: 30px;
	}
}

.tb-creative .tri-arrows--navy .tri-arrow {
    transform: scale(2);
    margin-top: 40px;
}