:root {
	/* Altere somente estas duas cores para atualizar todo o projeto. */
	--primary: #00294b;
	--secondary: #000;
	--primary-dark: color-mix(in srgb, var(--primary) 82%, #000);
	--primary-soft: color-mix(in srgb, var(--primary) 8%, #fff);
	--color-text: #334155;
	--color-muted: #64748b;
	--color-border: #e2e8f0;
	--color-surface: #ffffff;
	--color-background: #f8fafc;
	--color-success: #16a34a;
	--color-whatsapp: #087a3d;
	--shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.07);
	--shadow-md: 0 18px 48px rgba(15, 23, 42, 0.12);
	--radius-sm: 0.75rem;
	--radius-md: 1.125rem;
	--radius-lg: 1.75rem;
	--transition: 180ms ease;
	--site-header-main-height: 5.25rem;
	--site-header-height: 7.6rem;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--color-surface);
	color: var(--color-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

[hidden] {
	display: none !important;
}

img,
video,
iframe {
	max-width: 100%;
}

body.menu-open {
	overflow: hidden;
}

main {
	min-width: 0;
	min-height: 45vh;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition);
}

a:hover {
	color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--secondary);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

p:last-child {
	margin-bottom: 0;
}

:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--primary) 42%, transparent);
	outline-offset: 3px;
}

::selection {
	background: var(--primary);
	color: #fff;
}

.skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1100;
	padding: 0.7rem 1rem;
	border-radius: 0.6rem;
	background: var(--secondary);
	color: #fff;
	transform: translateY(-150%);
}

.skip-link:focus {
	color: #fff;
	transform: translateY(0);
}

.section-tag,
.seo-hero__tag,
.faixa-page__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.85rem;
	color: var(--primary);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.section-tag::before,
.seo-hero__tag::before,
.faixa-page__tag::before {
	width: 1.9rem;
	height: 2px;
	background: currentColor;
	content: "";
}

.section-heading {
	max-width: 46rem;
	margin-bottom: 2.25rem;
}

.section-heading h2,
.pagina-produtos__intro h2,
.pagina-informacoes__intro h2,
.contato-page__intro h2,
.mapa-site__intro h2,
.politica-page__intro h2,
.erro-404__intro h2 {
	margin-bottom: 0.85rem;
	font-size: clamp(1.8rem, 4vw, 2.65rem);
}

.section-heading p,
.pagina-produtos__intro p,
.pagina-informacoes__intro p,
.contato-page__intro p,
.mapa-site__intro p,
.politica-page__intro p,
.erro-404__intro p {
	max-width: 44rem;
	color: var(--color-muted);
}

.btn {
	border-radius: 0.7rem;
	font-weight: 600;
}

.btn-primary {
	--bs-btn-bg: var(--primary);
	--bs-btn-border-color: var(--primary);
	--bs-btn-hover-bg: var(--primary-dark);
	--bs-btn-hover-border-color: var(--primary-dark);
}

.btn-danger {
	--bs-btn-bg: var(--primary);
	--bs-btn-border-color: var(--primary);
	--bs-btn-hover-bg: var(--primary-dark);
	--bs-btn-hover-border-color: var(--primary-dark);
}

.btn-secondary {
	--bs-btn-bg: var(--secondary);
	--bs-btn-border-color: var(--secondary);
	--bs-btn-hover-bg: color-mix(in srgb, var(--secondary) 82%, #000);
	--bs-btn-hover-border-color: color-mix(in srgb, var(--secondary) 82%, #000);
}

.btn-outline-primary {
	--bs-btn-color: var(--primary);
	--bs-btn-border-color: var(--primary);
	--bs-btn-hover-bg: var(--primary);
	--bs-btn-hover-border-color: var(--primary);
}

.btn-outline-secondary {
	--bs-btn-color: var(--secondary);
	--bs-btn-border-color: var(--secondary);
	--bs-btn-hover-bg: var(--secondary);
	--bs-btn-hover-border-color: var(--secondary);
}

.text-primary {
	color: var(--primary) !important;
}

.text-secondary {
	color: var(--secondary) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.bg-secondary {
	background-color: var(--secondary) !important;
}

.border-primary {
	border-color: var(--primary) !important;
}

.border-secondary {
	border-color: var(--secondary) !important;
}

/* ==========================================================
   Header
========================================================== */

.site-header {
	position: sticky;
	top: 0;
	z-index: 1030;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: var(--primary);
	transition: box-shadow var(--transition);
}

.site-header.is-scrolled {
	box-shadow: 0 10px 32px rgba(0, 18, 34, 0.26);
}

/* ==========================================================
   Faixa superior
========================================================== */

.site-header__topbar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: color-mix(in srgb, var(--primary) 88%, #000);
}

.site-header__topbar-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 2.35rem;
}

.site-header__topbar-address,
.site-header__topbar-contact {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.76rem;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	transition:
		color var(--transition),
		opacity var(--transition);
}

.site-header__topbar-address {
	min-width: 0;
}

.site-header__topbar-address span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-header__topbar-address i {
	flex: 0 0 auto;
	color: #ffd029;
}

.site-header__topbar-contacts {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 1.4rem;
}

.site-header__topbar-contact span {
	white-space: nowrap;
}

.site-header__topbar-contact--phone i {
	color: #ffd029;
}

.site-header__topbar-contact--whatsapp i {
	color: var(--color-whatsapp);
	font-size: 0.9rem;
}

.site-header__topbar-address:hover,
.site-header__topbar-contact:hover {
	color: #fff;
	opacity: 0.78;
}

/* ==========================================================
   Área principal
========================================================== */

.site-header__main {
	position: relative;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 96%, #fff) 0%,
			var(--primary) 54%,
			color-mix(in srgb, var(--primary) 88%, #000) 100%
		);
}

.site-header__main::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.025),
			transparent
		);
	content: "";
	pointer-events: none;
}

.site-header__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(9rem, 13rem) minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	min-height: var(--site-header-main-height);
}

/* ==========================================================
   Logo
========================================================== */

.site-header__brand {
	display: inline-flex;
	align-items: center;
	width: fit-content;
}

.site-header__brand img {
	display: block;
	width: auto;
	max-width: 10.5rem;
	height: 5.25rem;
	object-fit: contain;
}

/* ==========================================================
   Navegação
========================================================== */

.site-nav {
	justify-self: center;
}

.site-nav__list,
.site-nav__submenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.site-nav__item {
	position: relative;
	display: flex;
	align-items: center;
}

.site-nav__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.9rem 0.4rem;
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.065em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color var(--transition);
}

.site-nav__link::after {
	position: absolute;
	right: 0.4rem;
	bottom: 0.35rem;
	left: 0.4rem;
	height: 2px;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.95),
			transparent
		);
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.46);
	content: "";
	opacity: 0;
	transform: scaleX(0.3);
	transition:
		opacity var(--transition),
		transform var(--transition);
}

.site-nav__link:hover,
.site-nav__link.is-active,
.site-nav__link[aria-current="page"] {
	color: #fff;
}

.site-nav__link:hover::after,
.site-nav__link.is-active::after,
.site-nav__link[aria-current="page"]::after {
	opacity: 1;
	transform: scaleX(1);
}

/* ==========================================================
   Botões dos submenus
========================================================== */

.site-nav__submenu-button {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.65rem;
	cursor: pointer;
	transition:
		background var(--transition),
		color var(--transition),
		transform var(--transition);
}

.site-nav__submenu-button:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.site-nav__submenu-button[aria-expanded="true"] {
	color: #fff;
	transform: rotate(180deg);
}

/* ==========================================================
   Submenus
========================================================== */

.site-nav__submenu {
	position: absolute;
	top: calc(100% + 0.65rem);
	left: 0;
	z-index: 20;
	width: min(20rem, 80vw);
	max-height: 24rem;
	padding: 0.65rem;
	overflow-y: auto;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: var(--color-surface);
	box-shadow: var(--shadow-md);
	opacity: 0;
	pointer-events: none;
	transform: translateY(0.5rem);
	transition:
		opacity var(--transition),
		transform var(--transition);
}

.site-nav__submenu a {
	display: block;
	padding: 0.7rem 0.8rem;
	border-radius: 0.55rem;
	color: var(--color-text);
	font-size: 0.86rem;
	line-height: 1.45;
	text-decoration: none;
}

.site-nav__submenu a:hover {
	background: var(--primary-soft);
	color: var(--primary);
}

.site-nav__item:hover > .site-nav__submenu,
.site-nav__item:focus-within > .site-nav__submenu,
.site-nav__item.is-open > .site-nav__submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* ==========================================================
   Ações do header
========================================================== */

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.7rem;
}

.site-header__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 2.7rem;
	padding: 0.72rem 1.05rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.5rem;
	background:
		linear-gradient(
			135deg,
			#2ddd77 0%,
			#20cc67 54%,
			#16b95a 100%
		);
	box-shadow:
		0 9px 24px rgba(37, 211, 102, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.26);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition:
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.site-header__cta::before {
	position: absolute;
	top: -45%;
	left: -70%;
	width: 42%;
	height: 190%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.46),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 520ms ease;
}

.site-header__cta > * {
	position: relative;
	z-index: 1;
}

.site-header__cta:hover {
	box-shadow:
		0 13px 30px rgba(37, 211, 102, 0.38),
		0 0 22px rgba(37, 211, 102, 0.16);
	color: #fff;
	transform: translateY(-2px);
}

.site-header__cta:hover::before {
	left: 130%;
}

.site-header__cta-arrow {
	font-size: 0.68rem;
	transition: transform var(--transition);
}

.site-header__cta:hover .site-header__cta-arrow {
	transform: translateX(0.2rem);
}

.site-header__menu-button {
	display: none;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	transition:
		background var(--transition),
		border-color var(--transition),
		transform var(--transition);
}

.site-header__menu-button:hover {
	border-color: rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-1px);
}

/* ==========================================================
   WhatsApp fixo
========================================================== */

.whatsapp-fixed {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	z-index: 1020;
	display: grid;
	width: 3.65rem;
	height: 3.65rem;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--color-whatsapp);
	box-shadow: 0 14px 30px rgba(37, 211, 102, 0.3);
	color: #fff;
	font-size: 1.65rem;
}

.whatsapp-fixed:hover {
	background: #1fb657;
	color: #fff;
	transform: translateY(-3px);
}

/* ==========================================================
   Mobile drawer
========================================================== */

.menu-drawer {
	position: fixed;
	inset: 0;
	z-index: 1080;
	visibility: hidden;
}

.menu-drawer.is-open {
	visibility: visible;
}

.menu-drawer__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(0, 18, 34, 0.78);
	backdrop-filter: blur(5px);
	opacity: 0;
	cursor: pointer;
	transition: opacity var(--transition);
}

.menu-drawer.is-open .menu-drawer__overlay {
	opacity: 1;
}

.menu-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(25rem, 90vw);
	height: 100%;
	padding: 1.25rem;
	overflow-y: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(
			155deg,
			color-mix(in srgb, var(--primary) 94%, #fff) 0%,
			var(--primary) 48%,
			color-mix(in srgb, var(--primary) 84%, #000) 100%
		);
	box-shadow: -20px 0 60px rgba(0, 18, 34, 0.38);
	transform: translateX(102%);
	transition: transform 240ms ease;
}

.menu-drawer.is-open .menu-drawer__panel {
	transform: translateX(0);
}

/* Cabeçalho do menu */

.menu-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.menu-drawer__head img {
	display: block;
	width: auto;
	height: 2.75rem;
	object-fit: contain;
}

.menu-drawer__head button {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	transition:
		background var(--transition),
		border-color var(--transition),
		color var(--transition),
		transform var(--transition);
}

.menu-drawer__head button:hover {
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	transform: rotate(5deg);
}

/* Navegação mobile */

.menu-drawer__nav {
	padding-top: 1rem;
}

.menu-drawer__nav .site-nav__list,
.menu-drawer__nav .site-nav__item {
	display: block;
}

.menu-drawer__nav .site-nav__item {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-drawer__nav .site-nav__link {
	width: calc(100% - 2.5rem);
	padding: 1rem 0.4rem;
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.055em;
	line-height: 1.35;
	text-transform: uppercase;
}

.menu-drawer__nav .site-nav__link::after {
	display: none;
}

.menu-drawer__nav .site-nav__link:hover,
.menu-drawer__nav .site-nav__link.is-active,
.menu-drawer__nav .site-nav__link[aria-current="page"] {
	color: #fff;
}

/* Indicador visual no item ativo */

.menu-drawer__nav .site-nav__link.is-active::before,
.menu-drawer__nav .site-nav__link[aria-current="page"]::before {
	position: absolute;
	top: 50%;
	left: -0.35rem;
	width: 0.2rem;
	height: 1.25rem;
	border-radius: 999px;
	background: var(--color-whatsapp);
	box-shadow: 0 0 12px rgba(37, 211, 102, 0.45);
	content: "";
	transform: translateY(-50%);
}

/* Botão para abrir Produtos e Informações */

.menu-drawer__nav .site-nav__submenu-button {
	position: absolute;
	top: 0.55rem;
	right: 0;
	display: grid;
	width: 2.3rem;
	height: 2.3rem;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.88);
	cursor: pointer;
	transition:
		background var(--transition),
		border-color var(--transition),
		color var(--transition),
		transform var(--transition);
}

.menu-drawer__nav .site-nav__submenu-button:hover {
	border-color: rgba(255, 255, 255, 0.24);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
}

.menu-drawer__nav .site-nav__submenu-button[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	transform: rotate(180deg);
}

/* Submenus mobile */

.menu-drawer__nav .site-nav__submenu {
	position: static;
	display: none;
	width: 100%;
	max-height: none;
	margin: 0 0 0.65rem;
	padding: 0.45rem;
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0.65rem;
	background: rgba(0, 18, 34, 0.23);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.menu-drawer__nav .site-nav__item.is-open > .site-nav__submenu {
	display: block;
}

.menu-drawer__nav .site-nav__submenu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.menu-drawer__nav .site-nav__submenu li:last-child {
	border-bottom: 0;
}

.menu-drawer__nav .site-nav__submenu a {
	display: block;
	padding: 0.75rem;
	border-radius: 0.5rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
	transition:
		background var(--transition),
		color var(--transition),
		padding var(--transition);
}

.menu-drawer__nav .site-nav__submenu a:hover {
	padding-left: 1rem;
	background: rgba(255, 255, 255, 0.09);
	color: #fff;
}

/* Barra de rolagem interna */

.menu-drawer__panel {
	scrollbar-width: thin;
	scrollbar-color:
		rgba(255, 255, 255, 0.28)
		rgba(255, 255, 255, 0.04);
}

.menu-drawer__panel::-webkit-scrollbar {
	width: 0.35rem;
}

.menu-drawer__panel::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.04);
}

.menu-drawer__panel::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.28);
}

.menu-drawer__panel::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.42);
}

.mobile-contact-bar {
	display: none;
}

@media (max-width: 575.98px) {
	.menu-drawer__panel {
		width: min(23rem, 90vw);
		padding: 1rem;
	}

	.menu-drawer__head img {
		height: 2.6rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.menu-drawer__overlay,
	.menu-drawer__panel,
	.menu-drawer__head button,
	.menu-drawer__nav .site-nav__submenu-button,
	.menu-drawer__nav .site-nav__submenu a {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.site-header__grid {
		grid-template-columns: minmax(8rem, 10rem) minmax(0, 1fr) auto;
		gap: 1rem;
	}

	.site-nav__list {
		gap: 0.35rem;
	}

	.site-nav__link {
		padding-right: 0.3rem;
		padding-left: 0.3rem;
		font-size: 0.7rem;
		letter-spacing: 0.04em;
	}

	.site-header__cta {
		padding-right: 0.85rem;
		padding-left: 0.85rem;
		font-size: 0.7rem;
	}
}

@media (max-width: 991.98px) {
	.site-header__grid {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 1rem;
	}

	.site-nav {
		display: none;
	}

	.site-header__actions {
		justify-self: end;
	}

	.site-header__menu-button {
		display: grid;
	}
}

@media (max-width: 767.98px) {
	.site-header__topbar-content {
		justify-content: center;
	}

	.site-header__topbar-address {
		display: none;
	}

	.site-header__topbar-contacts {
		width: 100%;
		justify-content: center;
	}

	.site-header__grid {
		min-height: 5rem;
	}
}

@media (max-width: 575.98px) {
	.site-header__topbar-contact--phone {
		display: none;
	}

	.site-header__brand img {
		max-width: 8.25rem;
		height: 3rem;
	}

	.site-header__actions {
		gap: 0.5rem;
	}

	.site-header__cta {
		min-height: 2.6rem;
		padding: 0.65rem 0.8rem;
		font-size: 0.67rem;
	}

	.site-header__cta-arrow {
		display: none;
	}

	.site-header__menu-button {
		width: 2.6rem;
		height: 2.6rem;
	}
}

@media (max-width: 389.98px) {
	.site-header__brand img {
		max-width: 7.5rem;
	}

	.site-header__cta {
		width: 2.6rem;
		padding: 0;
	}

	.site-header__cta span {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-header,
	.site-header__cta,
	.site-header__cta::before,
	.site-header__cta-arrow,
	.site-header__menu-button,
	.site-nav__link::after,
	.site-nav__submenu,
	.site-nav__submenu-button,
	.whatsapp-fixed,
	.menu-drawer__overlay,
	.menu-drawer__panel {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Footer
========================================================== */

.site-footer {
	position: relative;
	padding: 5.5rem 0 1.5rem;
	overflow: hidden;
	border-top: 3px solid var(--primary);
	background:
		linear-gradient(
			145deg,
			#020507 0%,
			#000 50%,
			color-mix(in srgb, var(--primary) 22%, #000) 100%
		);
	color: #cbd5e1;
	isolation: isolate;
}

.site-footer::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.025) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.site-footer::after {
	position: absolute;
	top: -20rem;
	left: 50%;
	z-index: -2;
	width: 52rem;
	height: 36rem;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(0, 74, 130, 0.2) 0%,
			rgba(0, 41, 75, 0.07) 38%,
			transparent 72%
		);
	content: "";
	pointer-events: none;
	transform: translateX(-50%);
}

.site-footer .container {
	position: relative;
	z-index: 1;
}

/* ==========================================================
   Grade principal
========================================================== */

.site-footer__grid {
	display: grid;
	grid-template-columns:
		minmax(15rem, 1.45fr)
		minmax(10rem, 0.78fr)
		minmax(10rem, 0.82fr)
		minmax(15rem, 1.15fr);
	gap: clamp(2rem, 4vw, 4rem);
}

/* ==========================================================
   Logo e apresentação
========================================================== */

.site-footer__about {
	min-width: 0;
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	max-width: 11rem;
	margin-bottom: 1.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-decoration: none;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
	transition:
		filter var(--transition),
		opacity var(--transition),
		transform var(--transition);
}

.site-footer__brand:hover {
	filter:
		drop-shadow(0 10px 22px rgba(0, 0, 0, 0.34))
		drop-shadow(0 0 14px rgba(255, 255, 255, 0.08));
	opacity: 0.9;
	transform: translateY(-2px);
}

.site-footer__brand img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 3.6rem;
	object-fit: contain;
}

.site-footer__about > p {
	max-width: 26rem;
	margin: 0;
	color: #94a3b8;
	font-size: 0.89rem;
	line-height: 1.75;
}

/* ==========================================================
   Títulos
========================================================== */

.site-footer h2 {
	position: relative;
	margin: 0 0 1.4rem;
	padding-bottom: 0.75rem;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.3;
}

.site-footer h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2.25rem;
	height: 2px;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			#e7a33d,
			rgba(231, 163, 61, 0)
		);
	content: "";
}

/* ==========================================================
   Navegação
========================================================== */

.site-footer__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__nav li + li {
	margin-top: 0.35rem;
}

.site-footer__nav li {
	overflow: hidden;
}

.site-footer__nav li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 1.85rem;
	padding-left: 0;
	color: #94a3b8;
	font-size: 0.84rem;
	line-height: 1.45;
	text-decoration: none;
	transition:
		color var(--transition),
		padding var(--transition);
}

.site-footer__nav li > a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.36rem;
	height: 0.36rem;
	border-top: 1px solid #f0ad48;
	border-right: 1px solid #f0ad48;
	content: "";
	opacity: 0;
	transform: translate(-0.4rem, -50%) rotate(45deg);
	transition:
		opacity var(--transition),
		transform var(--transition);
}

.site-footer__nav li > a:hover {
	padding-left: 0.85rem;
	color: #fff;
}

.site-footer__nav li > a:hover::before {
	opacity: 1;
	transform: translate(0, -50%) rotate(45deg);
}

/* ==========================================================
   Link de todos os produtos
========================================================== */

.site-footer__products-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.25rem;
	color: #dbe6f3;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color var(--transition),
		transform var(--transition);
}

.site-footer__products-link i {
	color: #f0ad48;
	font-size: 0.65rem;
	transition: transform var(--transition);
}

.site-footer__products-link:hover {
	color: #fff;
	transform: translateY(-1px);
}

.site-footer__products-link:hover i {
	transform: translateX(0.25rem);
}

/* ==========================================================
   Contatos
========================================================== */

.site-footer__contact {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__contact > a,
.site-footer__contact > p {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
	margin: 0 0 0.65rem;
	padding: 0.45rem 0;
	color: #94a3b8;
	font-size: 0.83rem;
	line-height: 1.55;
	text-decoration: none;
	word-break: break-word;
	transition:
		color var(--transition),
		transform var(--transition);
}

.site-footer__contact > a:hover {
	color: #fff;
	transform: translateX(0.2rem);
}

.site-footer__contact i {
	display: grid;
	width: 1.8rem;
	height: 1.8rem;
	flex: 0 0 1.8rem;
	margin-top: -0.15rem;
	place-items: center;
	border: 1px solid rgba(96, 165, 250, 0.13);
	border-radius: 0.45rem;
	background: rgba(96, 165, 250, 0.055);
	color: #60a5fa;
	font-size: 0.72rem;
	text-align: center;
}

.site-footer__contact .fa-whatsapp {
	border-color: rgba(37, 211, 102, 0.14);
	background: rgba(37, 211, 102, 0.06);
	color: var(--color-whatsapp);
}

.site-footer__contact span {
	min-width: 0;
	overflow-wrap: anywhere;
}

/* ==========================================================
   Redes sociais
========================================================== */

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.5rem;
}

.site-footer__social a {
	position: relative;
	display: grid;
	width: 2.55rem;
	height: 2.55rem;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.025);
	color: #d4dde8;
	font-size: 0.85rem;
	text-decoration: none;
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.site-footer__social a:hover {
	border-color: rgba(255, 255, 255, 0.3);
	background: var(--primary);
	box-shadow:
		0 10px 24px rgba(0, 41, 75, 0.3),
		0 0 16px rgba(0, 83, 145, 0.13);
	color: #fff;
	transform: translateY(-3px);
}

/* ==========================================================
   Rodapé inferior
========================================================== */

.site-footer__bottom {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr)
		auto
		minmax(0, 1fr);
	align-items: center;
	gap: 1.5rem;
	margin-top: 4rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(148, 163, 184, 0.13);
	color: #64748b;
	font-size: 0.72rem;
}

.site-footer__bottom > small {
	justify-self: start;
	line-height: 1.5;
}

.site-footer__bottom a {
	color: #94a3b8;
}

/* ==========================================================
   Crédito Focus
========================================================== */

.site-footer__credit {
	display: inline-flex;
	align-items: center;
	justify-self: center;
	gap: 0.55rem;
	text-decoration: none;
	transition:
		color var(--transition),
		opacity var(--transition);
}

.site-footer__credit:hover {
	color: #fff;
	opacity: 0.88;
}

.site-footer__credit > span {
	white-space: nowrap;
}

.site-footer__credit img {
	display: block;
	width: auto;
	height: 3rem;
	padding: 0.15rem 0.35rem;
	border-radius: 0.4rem;
	object-fit: contain;
}

/* ==========================================================
   Validadores W3C
========================================================== */

.site-footer__validators {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.55rem;
}

.validator-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	min-width: 7.4rem;
	padding: 0.42rem 0.62rem;
	border: 1px solid rgba(148, 163, 184, 0.2);
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.035);
	line-height: 1;
	text-decoration: none;
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		transform var(--transition);
}

.validator-badge:hover {
	border-color: rgba(148, 163, 184, 0.45);
	background: rgba(255, 255, 255, 0.075);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.validator-badge > i {
	font-size: 1.55rem;
}

.validator-badge--html > i {
	color: #f97316;
}

.validator-badge--css > i {
	color: #38bdf8;
}

.validator-badge span {
	display: grid;
	gap: 0.14rem;
}

.validator-badge strong {
	color: #e2e8f0;
	font-size: 0.7rem;
	letter-spacing: 0.04em;
}

.validator-badge small {
	color: #64748b;
	font-size: 0.52rem;
	letter-spacing: 0.02em;
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.site-footer__grid {
		grid-template-columns:
			minmax(14rem, 1.35fr)
			minmax(9rem, 0.8fr)
			minmax(9rem, 0.8fr)
			minmax(14rem, 1.1fr);
		gap: 2rem;
	}
}

@media (max-width: 991.98px) {
	.site-footer {
		padding-top: 5rem;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3rem;
	}

	.site-footer__about > p {
		max-width: 30rem;
	}

	.site-footer__bottom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__credit {
		justify-self: end;
	}

	.site-footer__validators {
		grid-column: 1 / -1;
		justify-content: center;
		padding-top: 0.5rem;
	}
}

@media (max-width: 767.98px) {
	.site-footer {
		padding: 4.5rem 0 5.5rem;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.75rem;
	}

	.site-footer__about,
	.site-footer__nav,
	.site-footer__contact {
		max-width: 32rem;
	}

	.site-footer__bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
		margin-top: 3.25rem;
		text-align: center;
	}

	.site-footer__bottom > small,
	.site-footer__credit {
		justify-self: auto;
	}

	.site-footer__validators {
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	.site-footer {
		padding-top: 4rem;
	}

	.site-footer__brand img {
		height: 3.25rem;
	}

	.site-footer__grid {
		gap: 2.5rem;
	}

	.site-footer__credit {
		flex-direction: column;
		gap: 0.2rem;
	}

	.site-footer__validators {
		width: 100%;
	}

	.validator-badge {
		flex: 1 1 calc(50% - 0.3rem);
		min-width: 0;
		justify-content: center;
	}
}

@media (max-width: 389.98px) {
	.site-footer__validators {
		flex-direction: column;
	}

	.validator-badge {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-footer__brand,
	.site-footer__nav li > a,
	.site-footer__nav li > a::before,
	.site-footer__products-link,
	.site-footer__products-link i,
	.site-footer__contact > a,
	.site-footer__social a,
	.site-footer__credit,
	.validator-badge {
		transition-duration: 0.01ms;
	}
}

/* Page header */
.faixa-page {
	position: relative;
	padding: 3.4rem 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--primary) 55%, transparent), transparent 30%),
		linear-gradient(135deg, var(--primary), var(--secondary));
	color: #cbd5e1;
}

.faixa-page__content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

.faixa-page__tag {
	color: #fff;
}

.faixa-page h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 2.0rem);
}

.faixa-page__breadcrumb {
	max-width: 48%;
}

.breadcrumb {
	--bs-breadcrumb-divider-color: #94a3b8;
	--bs-breadcrumb-item-active-color: #cbd5e1;
	justify-content: flex-end;
	margin: 0;
	font-size: 0.82rem;
}

.breadcrumb a {
	color: #fff;
}

/* Home */
.home-hero {
	position: relative;
	padding: clamp(4.5rem, 9vw, 8rem) 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--primary) 20%, transparent), transparent 32%),
		linear-gradient(145deg, #f8fafc 0%, #eff6ff 50%, #fff 100%);
}

.home-hero::after {
	position: absolute;
	right: -10rem;
	bottom: -12rem;
	width: 32rem;
	height: 32rem;
	border: 4rem solid color-mix(in srgb, var(--primary) 5%, transparent);
	border-radius: 50%;
	content: "";
}

.home-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
	align-items: center;
	gap: clamp(2.5rem, 7vw, 6rem);
}

.home-hero h1 {
	max-width: 50rem;
	margin-bottom: 1.35rem;
	font-size: clamp(2.6rem, 6vw, 3.5rem);
}

.home-hero__lead {
	max-width: 43rem;
	margin-bottom: 2rem;
	color: var(--color-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.home-hero__actions .btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.85rem 1.25rem;
}

.home-hero__panel {
	position: relative;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid rgba(148, 163, 184, 0.25);
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: var(--shadow-md);
	backdrop-filter: blur(10px);
}

.home-hero__panel-label {
	margin-bottom: 1.25rem;
	color: var(--primary);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-hero__checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-hero__checklist li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid var(--color-border);
}

.home-hero__checklist li:last-child {
	border-bottom: 0;
}

.home-hero__checklist i {
	margin-top: 0.2rem;
	color: var(--color-success);
}

.home-stats {
	padding: 0 0 5rem;
	background: #fff;
}

.home-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -1.75rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.home-stat {
	padding: 1.6rem;
	text-align: center;
}

.home-stat + .home-stat {
	border-left: 1px solid var(--color-border);
}

.home-stat strong {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--secondary);
	font-size: 1.25rem;
}

.home-stat span {
	color: var(--color-muted);
	font-size: 0.82rem;
}

.home-services,
.home-about,
.home-cta,
.pagina-produtos,
.pagina-informacoes,
.contato-page,
.mapa-site-page,
.politica-page,
.erro-404,
.empresa-page,
.produto-detalhe {
	padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.home-services,
.pagina-informacoes,
.politica-page,
.erro-404 {
	background: var(--color-background);
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.service-card {
	height: 100%;
	padding: 1.75rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.service-card__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.25rem;
	place-items: center;
	border-radius: 0.85rem;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 1.2rem;
}

.service-card h3 {
	font-size: 1.15rem;
}

.service-card p {
	color: var(--color-muted);
	font-size: 0.9rem;
}

.home-about__grid,
.empresa-page__grid,
.produto-detalhe__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(2rem, 7vw, 5rem);
}

.home-about__visual,
.empresa-page__visual,
.produto-detalhe__visual {
	min-height: 25rem;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(145deg, color-mix(in srgb, var(--secondary) 94%, transparent), color-mix(in srgb, var(--primary) 88%, transparent)),
		var(--secondary);
	box-shadow: var(--shadow-md);
}

.home-about__visual,
.empresa-page__visual {
	display: grid;
	padding: 2rem;
	place-items: end start;
	color: #fff;
}

.home-about__visual strong,
.empresa-page__visual strong {
	max-width: 20rem;
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	line-height: 1.3;
}

.content-checklist {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.content-checklist li {
	display: flex;
	gap: 0.7rem;
	margin-top: 0.7rem;
}

.content-checklist i {
	margin-top: 0.3rem;
	color: var(--color-success);
}

.home-cta {
	padding-top: 1rem;
	background: #fff;
}

.home-cta__box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 5vw, 3.5rem);
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
	color: #cbd5e1;
}

.home-cta__box h2 {
	max-width: 38rem;
	margin-bottom: 0.6rem;
	color: #fff;
	font-size: clamp(1.65rem, 4vw, 2.65rem);
}

.home-cta__box .btn {
	flex: 0 0 auto;
	padding: 0.85rem 1.25rem;
	background: #fff;
	color: var(--secondary);
}

/* Forms */
.form-control,
.form-select {
	min-height: 3.2rem;
	border-color: var(--color-border);
	border-radius: 0.7rem;
	color: var(--secondary);
}

textarea.form-control {
	min-height: 8rem;
}

.form-control:focus,
.form-select:focus {
	border-color: color-mix(in srgb, var(--primary) 65%, transparent);
	box-shadow: 0 0 0 0.22rem color-mix(in srgb, var(--primary) 12%, transparent);
}

.form-group {
	margin-bottom: 1rem;
}

.form-status {
	margin-top: 1rem;
	font-size: 0.85rem;
}

.honeypot-field {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* SEO */
.seo-hero {
	position: relative;
	z-index: 2;
	isolation: isolate;
	padding: clamp(2.75rem, 5vw, 4.5rem) 0;
	background:
		radial-gradient(circle at 12% 15%, rgba(26, 103, 155, 0.36), transparent 34%),
		linear-gradient(120deg, #00375f 0%, var(--primary) 58%, #001b31 100%);
}

.seo-hero .seo-hero__tag {
	color: #a8dcff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.18);
}

.seo-hero h1 {
	max-width: 13ch;
	margin-bottom: 0.85rem;
	color: #fff;
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	letter-spacing: -0.035em;
	line-height: 1.04;
}

.seo-hero__content p {
	max-width: 36rem;
	margin-bottom: 0;
	color: #d7e5ef;
	font-size: 1rem;
}

.seo-hero__form,
.contato-form-card,
.orcamento-form-card {
	padding: clamp(1.4rem, 4vw, 2rem);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-md);
}

.seo-hero__form::before {
	display: block;
	margin-bottom: 1rem;
	color: var(--secondary);
	font-size: 1.1rem;
	font-weight: 700;
	content: "Solicite um orçamento";
}

.scroll-to-content {
	z-index: 2;
	position: absolute;
	bottom: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.scroll-to-content a {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--primary);
	box-shadow: 0 8px 24px rgba(0, 25, 46, 0.28);
	color: #fff;
}

.conteudo-seo {
	position: relative;
	z-index: 1;
	padding: clamp(4.5rem, 9vw, 7rem) 0;
	background: #fff;
}

.breadcrump-seo {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--color-border);
}

.breadcrump-seo .breadcrumb {
	justify-content: flex-start;
}

.breadcrump-seo .breadcrumb a {
	color: var(--primary);
}

.breadcrump-seo .breadcrumb-item.active {
	color: var(--color-muted);
}

.seo-content-layout {
	display: flow-root;
}

.seo-hero__form {
	max-width: 39rem;
	margin-left: auto;
}

.imagens-dinamicas {
	margin-bottom: 2.25rem;
}

.imagens-dinamicas__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.imagens-dinamicas__item {
	display: block;
	overflow: hidden;
	border-radius: var(--radius-sm);
	background: #e9f0f5;
	box-shadow: var(--shadow-sm);
}

.imagens-dinamicas__item img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 250ms ease;
}

.imagens-dinamicas__item:hover img {
	transform: scale(1.025);
}

.imagens-seo {
	float: right;
	width: min(46%, 33rem);
	margin: 0 0 1.5rem 2.2rem;
}

.imagens-seo a {
	display: block;
	overflow: hidden;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-md);
}

.imagens-seo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 300ms ease;
}

.imagens-seo a:hover img {
	transform: scale(1.025);
}

.texto-seo {
	color: var(--color-text);
}

.texto-seo h2,
.texto-seo h3 {
	margin: 2.15rem 0 0.9rem;
}

.texto-seo h2 {
	font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.texto-seo h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
}

.texto-seo p,
.texto-seo li {
	color: #475569;
}

.saiba-mais-mpi-10 {
	clear: both;
	margin: 2.75rem 0;
}

.saiba-mais-mpi-10 .wrapper {
	overflow: hidden;
	border-radius: var(--radius-md);
	background: linear-gradient(125deg, var(--primary), var(--secondary));
	box-shadow: var(--shadow-md);
}

.saiba-mais-mpi-10 .content-saiba-mais {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.45rem 2rem;
	padding: clamp(1.5rem, 4vw, 2.4rem);
}

.saiba-mais-mpi-10 h2,
.saiba-mais-mpi-10 p {
	margin: 0;
	color: #fff;
}

.saiba-mais-mpi-10 h2 {
	font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.saiba-mais-mpi-10 p {
	color: #d8e7f1;
}

.saiba-mais-mpi-10 .btn {
	grid-column: 2;
	grid-row: 1 / span 2;
	min-width: 11rem;
	justify-content: center;
	border-color: var(--color-whatsapp);
	background: var(--color-whatsapp);
	color: #fff;
}

.faixa-informacoes {
	clear: both;
	margin: 2.5rem 0;
	padding: 1.7rem;
	border-radius: var(--radius-md);
	background: linear-gradient(135deg, var(--primary), var(--secondary));
	color: #dbeafe;
}

.faixa-informacoes h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.faixa-informacoes .btn-whatsapp {
	text-align: right;
}

.faixa-informacoes a {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.8rem 1rem;
	border-radius: 0.7rem;
	background: #fff;
	color: var(--secondary);
	font-weight: 700;
}

.mais-visitados,
.regioes-bloco,
.texto-direitos-autorais {
	clear: both;
	margin-top: 4rem;
}

.mais-visitados {
	position: relative;
}

.mais-visitados__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.35rem;
}

.mais-visitados__header h2,
.regioes-bloco > h2 {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.regioes-bloco > h2 {
	margin-bottom: 1.35rem;
}

.mais-visitados__controls {
	display: flex;
	flex: 0 0 auto;
	gap: 0.5rem;
	visibility: hidden;
}

.mais-visitados.is-carousel-ready .mais-visitados__controls {
	visibility: visible;
}

.box-mais-visitado {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: #fff;
}

.box-mais-visitado img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.box-mais-visitado h3 {
	margin: 0;
	padding: 1rem;
	font-size: 0.98rem;
}

.mais-visitados .swiper {
	width: 100%;
	padding-bottom: 0.25rem;
}

.mais-visitados .swiper-button-next,
.mais-visitados .swiper-button-prev {
	position: static;
	width: 2.35rem;
	height: 2.35rem;
	margin: 0;
	flex: 0 0 2.35rem;
	border-radius: 50%;
	background: var(--secondary);
	color: #fff;
}

.mais-visitados .swiper-button-next svg,
.mais-visitados .swiper-button-prev svg {
	width: 0.75rem;
	height: 0.75rem;
}

.mais-visitados .swiper:not(.swiper-initialized) .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
}

.mais-visitados .swiper:not(.swiper-initialized) .swiper-slide {
	width: auto;
}

.regioes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.regioes button {
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	background: #fff;
	color: var(--color-text);
	font-size: 0.82rem;
	font-weight: 600;
}

.regioes button:hover,
.regioes button.active {
	border-color: var(--primary);
	background: var(--primary);
	color: #fff;
}

.regioes-panel {
	margin-top: 1rem;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
}

.regioes-panel__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid var(--color-border);
}

.regioes-panel__header h3 {
	margin: 0;
	color: var(--secondary);
	font-size: 1rem;
}

.regioes-panel__close {
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--color-background);
	color: var(--secondary);
}

.regioes-panel__close:hover,
.regioes-panel__close:focus-visible {
	background: var(--primary);
	color: #fff;
}

.regioes-panel__body {
	padding: 1.2rem;
}

.regioes-panel__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem 2rem;
}

.regioes-panel__lista {
	margin: 0;
	padding-left: 1rem;
	color: var(--color-muted);
	font-size: 0.86rem;
}

.regioes-panel__lista li + li {
	margin-top: 0.4rem;
}

.regioes-modal {
	border: 0;
	border-radius: var(--radius-md);
}

.regioes-modal .modal-header {
	border-color: var(--color-border);
}

.regioes-modal .modal-title {
	margin: 0;
	color: var(--secondary);
	font-weight: 700;
}

.regioes-modal__lista {
	margin: 0;
	padding-left: 1rem;
	color: var(--color-muted);
	font-size: 0.86rem;
}

.regioes-modal__lista li + li {
	margin-top: 0.4rem;
}

.texto-direitos-autorais {
	padding: 1rem 1.15rem;
	border-left: 3px solid var(--primary);
	background: var(--color-background);
	color: var(--color-muted);
	font-size: 0.78rem;
}

.texto-direitos-autorais a {
	color: var(--primary);
	text-decoration: underline;
}

/* Listing cards */
.pagina-produtos__intro,
.pagina-informacoes__intro,
.contato-page__intro,
.mapa-site__intro,
.politica-page__intro,
.erro-404__intro {
	margin-bottom: 2.5rem;
}

.produtos-grid,
.informacoes-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.informacoes-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 2.5rem;
}

.informacoes-pagination__link,
.informacoes-pagination__current,
.informacoes-pagination__ellipsis {
	display: grid;
	min-width: 2.65rem;
	height: 2.65rem;
	padding-inline: 0.8rem;
	place-items: center;
	border: 1px solid var(--color-border);
	border-radius: 0.7rem;
	background: #fff;
	color: var(--secondary);
	font-size: 0.86rem;
	font-weight: 700;
}

.informacoes-pagination__link:hover,
.informacoes-pagination__link:focus-visible,
.informacoes-pagination__current {
	border-color: var(--primary);
	background: var(--primary);
	color: #fff;
}

.informacoes-pagination__ellipsis {
	border-color: transparent;
	background: transparent;
}

.informacoes-pagination__summary {
	flex-basis: 100%;
	margin: 0 0 0.35rem;
	color: var(--color-muted);
	font-size: 0.84rem;
	text-align: center;
}

.produto-card,
.informacao-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-sm);
	transition: box-shadow var(--transition), transform var(--transition);
}

.produto-card:hover,
.informacao-card:hover {
	box-shadow: var(--shadow-md);
	transform: translateY(-4px);
}

.produto-card__link,
.informacao-card__link {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.produto-card__media,
.informacao-card__media {
	margin: 0;
	overflow: hidden;
	background: #e2e8f0;
}

.produto-card__media img,
.informacao-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 7 / 5;
	object-fit: cover;
	transition: transform 300ms ease;
}

.produto-card__media img {
	padding: 0.5rem;
	background: #f4f7fa;
	object-fit: contain;
}

.produto-card:hover img,
.informacao-card:hover img {
	transform: scale(1.035);
}

.produto-card__body,
.informacao-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.35rem;
}

.produto-card__body h3,
.informacao-card__body h3 {
	font-size: 1.12rem;
}

.produto-card__body p,
.informacao-card__body p {
	color: var(--color-muted);
	font-size: 0.86rem;
}

.produto-card__action,
.informacao-card__action {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: auto;
	color: var(--primary);
	font-size: 0.84rem;
	font-weight: 700;
}

.informacao-card__label {
	margin-bottom: 0.55rem;
	color: var(--primary);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

/* Contact and budget */
.contato-page__row {
	--bs-gutter-x: 2rem;
	--bs-gutter-y: 2rem;
}

.contato-form-card__head {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 1.3rem;
}

.contato-form-card__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: 0.8rem;
	background: var(--primary-soft);
	color: var(--primary);
}

.contato-form-card__subtitle {
	margin: 0;
	color: var(--color-muted);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.contato-form-card__title {
	margin: 0;
	color: var(--secondary);
	font-size: 1.2rem;
	font-weight: 700;
}

.contato-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.9rem;
	margin-bottom: 1.25rem;
}

.contato-info__card {
	display: flex;
	gap: 0.85rem;
	padding: 1.1rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: #fff;
}

.contato-info__icon {
	display: grid;
	flex: 0 0 2.4rem;
	height: 2.4rem;
	place-items: center;
	border-radius: 0.65rem;
	background: var(--primary-soft);
	color: var(--primary);
}

.contato-info__label {
	margin: 0 0 0.25rem;
	color: var(--color-muted);
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
}

.contato-info__content p:last-child,
.contato-info__content a {
	margin: 0;
	color: var(--secondary);
	font-size: 0.82rem;
	font-weight: 600;
	word-break: break-word;
}

.contato-map {
	overflow: hidden;
	border-radius: var(--radius-md);
	background: #e2e8f0;
	box-shadow: var(--shadow-sm);
}

.contato-map iframe {
	display: block;
	width: 100%;
	height: 22rem;
	border: 0;
}

.orcamento-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.85fr);
	gap: 2rem;
}

.orcamento-aside {
	padding: 1.75rem;
	border-radius: var(--radius-md);
	background: var(--secondary);
	color: #cbd5e1;
}

.orcamento-aside h2 {
	color: #fff;
	font-size: 1.55rem;
}

.orcamento-aside a {
	color: #fff;
	font-weight: 600;
}

.orcamento-aside__item {
	display: flex;
	gap: 0.75rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.orcamento-aside__item i {
	margin-top: 0.3rem;
	color: #60a5fa;
}

/* Company and product detail */
.empresa-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 2.5rem;
}

.empresa-value {
	padding: 1.35rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: #fff;
}

.empresa-value i {
	margin-bottom: 0.85rem;
	color: var(--primary);
	font-size: 1.25rem;
}

.empresa-value h3 {
	font-size: 1rem;
}

.empresa-value p {
	color: var(--color-muted);
	font-size: 0.82rem;
}

.produto-detalhe__visual {
	min-height: 0;
	overflow: hidden;
	background: #e2e8f0;
}

.produto-detalhe__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Sitemap and 404 */
.mapa-site__grid,
.erro-404__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.mapa-site__card,
.erro-404__card {
	padding: 1.5rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
}

.mapa-site__card {
	display: flex;
	height: clamp(30rem, 62vh, 40rem);
	min-height: 0;
	flex-direction: column;
}

.mapa-site__card--wide,
.erro-404__card--wide {
	grid-column: span 1;
}

.mapa-site__card h3,
.erro-404__card h3 {
	font-size: 1.05rem;
}

.mapa-site__card ul,
.erro-404__card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mapa-site__card ul {
	flex: 1 1 auto;
	min-height: 0;
	padding-right: 0.65rem;
	overflow-y: auto;
	scrollbar-color: color-mix(in srgb, var(--primary) 55%, transparent) #edf2f6;
	scrollbar-width: thin;
}

.mapa-site__card ul::-webkit-scrollbar {
	width: 0.45rem;
}

.mapa-site__card ul::-webkit-scrollbar-track {
	border-radius: 999px;
	background: #edf2f6;
}

.mapa-site__card ul::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: color-mix(in srgb, var(--primary) 55%, transparent);
}

.mapa-site__card li + li,
.erro-404__card li + li {
	margin-top: 0.55rem;
}

.mapa-site__card a,
.erro-404__card a {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--color-muted);
	font-size: 0.86rem;
}

.mapa-site__card a:hover,
.erro-404__card a:hover {
	color: var(--primary);
	transform: translateX(3px);
}

.erro-404__box {
	margin-bottom: 4rem;
	text-align: center;
}

.erro-404__content {
	max-width: 48rem;
	margin: 0 auto;
}

.erro-404__code {
	display: block;
	margin-bottom: 0.5rem;
	background: linear-gradient(135deg, var(--primary), var(--secondary));
	background-clip: text;
	color: transparent;
	font-size: clamp(5rem, 18vw, 10rem);
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 0.9;
}

.erro-404__content h2 {
	font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.erro-404__content p {
	color: var(--color-muted);
}

.erro-404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.erro-404__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.8rem 1.05rem;
	border: 1px solid var(--primary);
	border-radius: 0.7rem;
	font-weight: 600;
}

.erro-404__btn--primary {
	background: var(--primary);
	color: #fff;
}

.erro-404__btn--outline {
	color: var(--primary);
}

/* Privacy */
.politica-page__layout {
	display: grid;
	grid-template-columns: minmax(13rem, 0.32fr) minmax(0, 1fr);
	align-items: start;
	gap: 2rem;
}

.politica-page__summary {
	position: sticky;
	top: calc(var(--site-header-height) + 1.5rem);
	padding: 1.3rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: #fff;
}

.politica-page__summary-title {
	color: var(--secondary);
	font-weight: 700;
}

.politica-page__summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.politica-page__summary li + li {
	margin-top: 0.55rem;
}

.politica-page__summary a {
	color: var(--color-muted);
	font-size: 0.82rem;
}

.politica-page__content {
	padding: clamp(1.5rem, 4vw, 2.5rem);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
}

.politica-page__content section {
	scroll-margin-top: 7rem;
}

.politica-page__content section + section {
	margin-top: 2.75rem;
	padding-top: 2.75rem;
	border-top: 1px solid var(--color-border);
}

.politica-page__content h2 {
	font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.politica-page__content h3 {
	margin-top: 1.65rem;
	font-size: 1.12rem;
}

.politica-page__content p,
.politica-page__content li {
	color: #475569;
	font-size: 0.92rem;
}

/* Cookie banner and feedback dialog */
.cookie-banner {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 1090;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	max-width: 68rem;
	margin: 0 auto;
	padding: 1.2rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-md);
}

.cookie-banner h2 {
	margin-bottom: 0.25rem;
	font-size: 1rem;
}

.cookie-banner p {
	margin: 0;
	color: var(--color-muted);
	font-size: 0.78rem;
}

.cookie-banner p a {
	color: var(--primary);
	text-decoration: underline;
}

.cookie-banner__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.6rem;
}

.cookie-banner__actions .btn {
	white-space: nowrap;
	font-size: 0.78rem;
}

.site-dialog {
	position: fixed;
	inset: 0;
	z-index: 1100;
	display: grid;
	place-items: center;
	padding: 1rem;
	background: rgba(15, 23, 42, 0.62);
	backdrop-filter: blur(3px);
}

.site-dialog.is-email-preview .site-dialog__content {
	width: min(52rem, calc(100% - 2rem));
}

.site-dialog__content {
	position: relative;
	width: min(32rem, calc(100% - 2rem));
	max-height: calc(100vh - 2rem);
	padding: 2rem;
	overflow: auto;
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: var(--shadow-md);
}

.site-dialog__close {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: var(--color-background);
	color: var(--secondary);
}

.site-dialog [data-dialog-message] h2 {
	padding-right: 2rem;
	font-size: 1.35rem;
}

.site-dialog__preview-notice {
	margin-bottom: 0.65rem;
	color: #475569;
	font-size: 0.88rem;
}

.site-dialog__preview-subject {
	margin-bottom: 1rem;
	padding: 0.65rem 0.8rem;
	border-radius: 0.5rem;
	background: #f1f5f9;
	color: #334155;
	font-size: 0.78rem;
	font-weight: 700;
}

.site-dialog__email-frame {
	display: block;
	width: 100%;
	height: min(32rem, 62vh);
	border: 1px solid var(--color-border);
	border-radius: 0.65rem;
	background: #f1f5f9;
}

/* ==========================================================
   Banner Home
========================================================== */

.home-hero {
	position: relative;
	z-index: 2;
	padding: 10rem 0 8.5rem;
	overflow: visible;
	background-color: var(--primary);
	background-image: var(--hero-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	isolation: isolate;
}

.home-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(
			90deg,
			rgba(0, 33, 66, 0.9) 0%,
			rgba(0, 39, 76, 0.82) 34%,
			rgba(0, 41, 75, 0.72) 58%,
			rgba(0, 28, 55, 0.82) 100%
		);
}

.home-hero__grid-lines {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		);
	background-size: 52px 52px;
	-webkit-mask-image:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.95),
			rgba(0, 0, 0, 0.45)
		);
	mask-image:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0.95),
			rgba(0, 0, 0, 0.45)
		);
	pointer-events: none;
}

.home-hero .container {
	position: relative;
	z-index: 2;
}

.home-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 32rem;
	max-width: 41rem;
}

.home-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 2.2rem;
	padding: 0.45rem 1rem;
	margin-bottom: 1.75rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(10px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.home-hero__badge-dot {
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #d6a44d;
	box-shadow: 0 0 14px rgba(214, 164, 77, 0.7);
}

.home-hero__title {
	margin: 0 0 1.35rem;
	color: #fff;
	font-size: clamp(2.65rem, 5vw, 4.3rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.home-hero__description {
	max-width: 35rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.75;
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2rem;
}

.home-hero__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.15rem;
	padding: 0.9rem 1.55rem;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	font-size: 0.94rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		transform var(--transition),
		box-shadow var(--transition),
		background var(--transition),
		border-color var(--transition),
		color var(--transition);
}

.home-hero__button::before {
	position: absolute;
	top: -45%;
	left: -70%;
	width: 42%;
	height: 190%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.45),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 520ms ease;
}

.home-hero__button > * {
	position: relative;
	z-index: 1;
}

.home-hero__button:hover {
	transform: translateY(-2px);
}

.home-hero__button:hover::before {
	left: 130%;
}

.home-hero__button--light {
	border-color: rgba(255, 255, 255, 0.16);
	background: #fff;
	box-shadow:
		0 12px 24px rgba(15, 23, 42, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: var(--primary);
}

.home-hero__button--light:hover {
	background: #fff;
	box-shadow:
		0 18px 34px rgba(15, 23, 42, 0.18),
		0 0 20px rgba(255, 255, 255, 0.14);
	color: var(--primary);
}

.home-hero__button--light .fa-arrow-right {
	font-size: 0.75rem;
	transition: transform var(--transition);
}

.home-hero__button--light:hover .fa-arrow-right {
	transform: translateX(0.22rem);
}

.home-hero__button--whatsapp {
	border-color: rgba(255, 255, 255, 0.14);
	background:
		linear-gradient(
			135deg,
			#2dde74 0%,
			#21cb63 55%,
			#18b957 100%
		);
	box-shadow:
		0 14px 30px rgba(37, 211, 102, 0.22),
		0 0 18px rgba(37, 211, 102, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.24);
	color: #fff;
}

.home-hero__button--whatsapp:hover {
	background:
		linear-gradient(
			135deg,
			#34ea7d 0%,
			#24d66a 55%,
			#1ac05d 100%
		);
	box-shadow:
		0 18px 34px rgba(37, 211, 102, 0.32),
		0 0 24px rgba(37, 211, 102, 0.2);
	color: #fff;
}

.home-hero__button .fa-whatsapp {
	font-size: 1rem;
}

/* ==========================================================
   Diferenciais flutuantes do banner
========================================================== */

.home-hero__floating {
	position: absolute;
	right: 0;
	bottom: -3.35rem;
	left: 0;
	z-index: 20;
	pointer-events: none;
}

.home-hero__floating .container {
	position: relative;
	z-index: 20;
}

.home-hero__highlights {
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(12px);
	box-shadow:
		0 22px 44px rgba(15, 23, 42, 0.12),
		0 8px 22px rgba(0, 41, 75, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	pointer-events: auto;
}

.home-hero__highlight-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 0;
	min-height: 5.2rem;
	padding: 1.2rem;
	border-right: 1px solid rgba(15, 23, 42, 0.1);
	background: rgba(255, 255, 255, 0.98);
	transition:
		background var(--transition),
		transform var(--transition);
}

.home-hero__highlight-card:last-child {
	border-right: 0;
}

.home-hero__highlight-card:hover {
	background: #fff;
	transform: translateY(-2px);
}

.home-hero__highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	flex: 0 0 2.85rem;
	border-radius: 0.6rem;
	background: #eef2f6;
	color: var(--primary);
	font-size: 1.15rem;
	transition:
		background var(--transition),
		color var(--transition),
		transform var(--transition);
}

.home-hero__highlight-card:hover .home-hero__highlight-icon {
	background: var(--primary);
	color: #fff;
	transform: translateY(-2px);
}

.home-hero__highlight-text {
	min-width: 0;
}

.home-hero__highlight-text h2 {
	margin: 0 0 0.2rem;
	color: var(--primary);
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.1;
}

.home-hero__highlight-text p {
	margin: 0;
	color: #61748b;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* ==========================================================
   Sobre a Rallisa
========================================================== */

.about-home {
	position: relative;
	z-index: 1;
	padding: 9rem 0 8rem;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			#ffffff 0%,
			#fbfcfe 52%,
			#f6f9fc 100%
		);
	isolation: isolate;
}

.about-home::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.025) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.about-home__decoration {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.about-home__decoration--left {
	top: 10%;
	left: -10rem;
	width: 25rem;
	height: 25rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.06) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

.about-home__decoration--right {
	right: -12rem;
	bottom: -12rem;
	width: 32rem;
	height: 32rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.07) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

.about-home__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns:
		minmax(0, 0.92fr)
		minmax(0, 1.08fr);
	align-items: center;
	gap: clamp(4rem, 7vw, 7.5rem);
}

/* ==========================================================
   Imagens da seção Sobre
========================================================== */

.about-home__media {
	position: relative;
	min-height: 34rem;
}

.about-home__media-background {
	position: absolute;
	top: 2rem;
	left: 2rem;
	width: 72%;
	height: 78%;
	border: 1px solid rgba(0, 41, 75, 0.08);
	border-radius: 1.5rem;
	background:
		linear-gradient(
			145deg,
			rgba(0, 41, 75, 0.045),
			rgba(0, 41, 75, 0.012)
		);
	transform: rotate(-3deg);
}

.about-home__image {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: 1rem;
	background: #dbe3ec;
	box-shadow:
		0 24px 54px rgba(15, 23, 42, 0.14),
		0 0 0 1px rgba(255, 255, 255, 0.75);
	transition:
		box-shadow 420ms ease,
		transform 420ms ease;
}

.about-home__image::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(0, 41, 75, 0.02) 0%,
			rgba(0, 41, 75, 0.24) 100%
		);
	content: "";
	pointer-events: none;
	transition: opacity 420ms ease;
}

.about-home__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
}

.about-home__image--primary {
	top: 0;
	left: 0;
	z-index: 2;
	width: 58%;
	height: 73%;
}

.about-home__image--secondary {
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 58%;
	height: 69%;
	border: 0.55rem solid #fff;
	border-radius: 1.2rem;
}

.about-home__media:hover .about-home__image--primary {
	box-shadow:
		0 30px 65px rgba(15, 23, 42, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.8);
	transform: translateY(-0.4rem);
}

.about-home__media:hover .about-home__image--secondary {
	transform: translateY(0.35rem);
}

.about-home__media:hover .about-home__image img {
	transform: scale(1.045);
}

.about-home__media:hover .about-home__image::after {
	opacity: 0.72;
}

/* ==========================================================
   Selo de experiência
========================================================== */

.about-home__experience {
	position: absolute;
	bottom: 0.7rem;
	left: -1.5rem;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 1rem;
	min-width: 12.5rem;
	padding: 1.05rem 1.25rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.65rem;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 92%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 18px 38px rgba(0, 41, 75, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.13);
	color: #fff;
	animation: about-experience-float 4.5s ease-in-out infinite;
}

.about-home__experience::before {
	position: absolute;
	top: -60%;
	left: -80%;
	width: 45%;
	height: 220%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.22),
			transparent
		);
	content: "";
	transform: rotate(20deg);
	animation: about-experience-shine 5.5s ease-in-out infinite;
}

.about-home__experience-icon,
.about-home__experience-content {
	position: relative;
	z-index: 1;
}

.about-home__experience-icon {
	display: grid;
	width: 2.4rem;
	height: 2.4rem;
	flex: 0 0 2.4rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.08);
	color: #f6ad27;
	font-size: 1.3rem;
}

.about-home__experience-content {
	display: flex;
	flex-direction: column;
}

.about-home__experience-content strong {
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
}

.about-home__experience-content span {
	margin-top: 0.28rem;
	color: rgba(255, 255, 255, 0.83);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.095em;
	line-height: 1.2;
	text-transform: uppercase;
}

.about-home__detail {
	position: absolute;
	top: 1rem;
	right: 2rem;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, 0.35rem);
	gap: 0.42rem;
}

.about-home__detail span {
	display: block;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: rgba(0, 41, 75, 0.28);
}

/* ==========================================================
   Conteúdo da seção Sobre
========================================================== */

.about-home__content {
	position: relative;
}

.about-home__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.about-home__eyebrow span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			#e2a03b,
			#f2bd67
		);
}

.about-home__eyebrow p {
	margin: 0;
	color: var(--primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.about-home__title {
	max-width: 42rem;
	margin: 0 0 1.65rem;
	color: var(--primary);
	font-size: clamp(2.4rem, 4vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.06;
}

.about-home__text {
	max-width: 43rem;
}

.about-home__text p {
	margin: 0 0 1.1rem;
	color: var(--color-muted);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}

.about-home__text p:last-child {
	margin-bottom: 0;
}

.about-home__text strong {
	color: var(--primary);
	font-weight: 800;
}

/* ==========================================================
   Diferenciais da seção Sobre
========================================================== */

.about-home__features {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.5rem;
	margin-top: 1.65rem;
}

.about-home__feature {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--primary);
	font-size: 0.88rem;
	font-weight: 700;
}

.about-home__feature i {
	display: grid;
	width: 1.45rem;
	height: 1.45rem;
	flex: 0 0 1.45rem;
	place-items: center;
	border-radius: 50%;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 0.68rem;
}

/* ==========================================================
   Botões da seção Sobre
========================================================== */

.about-home__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	margin-top: 2rem;
}

.about-home__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.15rem;
	padding: 0.85rem 1.45rem;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.about-home__button::before {
	position: absolute;
	top: -55%;
	left: -75%;
	width: 42%;
	height: 210%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.42),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 540ms ease;
}

.about-home__button > * {
	position: relative;
	z-index: 1;
}

.about-home__button:hover {
	transform: translateY(-2px);
}

.about-home__button:hover::before {
	left: 135%;
}

.about-home__button--primary {
	border-color: rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 90%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 13px 28px rgba(0, 41, 75, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: #fff;
}

.about-home__button--primary:hover {
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 82%, #fff),
			var(--primary)
		);
	box-shadow:
		0 17px 34px rgba(0, 41, 75, 0.28),
		0 0 22px rgba(0, 41, 75, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	color: #fff;
}

.about-home__button--primary .fa-arrow-right {
	font-size: 0.72rem;
	transition: transform var(--transition);
}

.about-home__button--primary:hover .fa-arrow-right {
	transform: translateX(0.22rem);
}

.about-home__button--outline {
	border-color: rgba(0, 41, 75, 0.18);
	background: rgba(255, 255, 255, 0.88);
	box-shadow:
		0 10px 24px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.85);
	color: var(--primary);
}

.about-home__button--outline::before {
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(0, 41, 75, 0.12),
			transparent
		);
}

.about-home__button--outline:hover {
	border-color: rgba(0, 41, 75, 0.32);
	background: var(--primary-soft);
	box-shadow:
		0 14px 28px rgba(0, 41, 75, 0.11),
		0 0 18px rgba(0, 41, 75, 0.07);
	color: var(--primary);
}

.about-home__button--outline .fa-whatsapp {
	font-size: 1.05rem;
}

.about-home__button:focus-visible {
	outline: 3px solid rgba(0, 41, 75, 0.22);
	outline-offset: 3px;
}

/* ==========================================================
   Animações
========================================================== */

@keyframes about-experience-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.35rem);
	}
}

@keyframes about-experience-shine {
	0%,
	45% {
		left: -80%;
	}

	65%,
	100% {
		left: 150%;
	}
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.home-hero {
		padding-top: 9rem;
		padding-bottom: 8rem;
	}

	.home-hero__content {
		max-width: 38rem;
	}

	.home-hero__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-hero__highlight-card:nth-child(2) {
		border-right: 0;
	}

	.home-hero__highlight-card:nth-child(1),
	.home-hero__highlight-card:nth-child(2) {
		border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	}

	.about-home {
		padding: 10rem 0 7rem;
	}

	.about-home__grid {
		gap: 4rem;
	}

	.about-home__media {
		min-height: 31rem;
	}

	.about-home__experience {
		left: -0.75rem;
	}
}

@media (max-width: 991.98px) {
	.home-hero {
		padding-top: 8rem;
		padding-bottom: 11rem;
		background-position: center center;
	}

	.home-hero__content {
		min-height: auto;
		max-width: 100%;
	}

	.home-hero__title {
		font-size: clamp(2.35rem, 6vw, 3.5rem);
	}

	.home-hero__description {
		max-width: 34rem;
		font-size: 1rem;
		line-height: 1.7;
	}

	.home-hero__floating {
		bottom: -5.4rem;
	}

	.about-home {
		padding: 11.5rem 0 6.5rem;
	}

	.about-home__grid {
		grid-template-columns: 1fr;
		gap: 4.5rem;
	}

	.about-home__media {
		width: min(100%, 42rem);
		min-height: 35rem;
		margin: 0 auto;
	}

	.about-home__content {
		max-width: 46rem;
		margin: 0 auto;
	}

	.about-home__title,
	.about-home__text {
		max-width: none;
	}
}

@media (max-width: 767.98px) {
	.home-hero {
		padding-top: 7.25rem;
		padding-bottom: 2rem;
	}

	.home-hero__content {
		min-height: 0;
	}

	.home-hero__badge {
		margin-bottom: 1.35rem;
		font-size: 0.76rem;
	}

	.home-hero__title {
		margin-bottom: 1rem;
	}

	.home-hero__description {
		font-size: 0.97rem;
		line-height: 1.65;
	}

	.home-hero__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.home-hero__button {
		width: 100%;
	}

	.home-hero__floating {
		position: relative;
		bottom: auto;
		margin-top: 2rem;
	}

	.home-hero__highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-hero__highlight-card,
	.home-hero__highlight-card:nth-child(1),
	.home-hero__highlight-card:nth-child(2),
	.home-hero__highlight-card:nth-child(3) {
		border-bottom: 1px solid rgba(15, 23, 42, 0.1);
	}

	.home-hero__highlight-card:nth-child(odd) {
		border-right: 1px solid rgba(15, 23, 42, 0.1);
	}

	.home-hero__highlight-card:nth-child(2),
	.home-hero__highlight-card:nth-child(4) {
		border-right: 0;
	}

	.home-hero__highlight-card:nth-child(3) {
		border-bottom: 0;
	}

	.home-hero__highlight-card:last-child {
		border-bottom: 0;
	}

	.about-home {
		padding: 5.5rem 0;
	}

	.about-home__grid {
		gap: 3.5rem;
	}

	.about-home__media {
		min-height: 30rem;
	}

	.about-home__image--primary {
		width: 62%;
		height: 70%;
	}

	.about-home__image--secondary {
		width: 60%;
		height: 66%;
	}

	.about-home__experience {
		bottom: 0.5rem;
		left: 0;
	}

	.about-home__title {
		margin-bottom: 1.3rem;
		font-size: clamp(2.15rem, 8vw, 3rem);
	}

	.about-home__text p {
		font-size: 0.96rem;
		line-height: 1.7;
	}
}

@media (max-width: 575.98px) {
	.home-hero {
		padding-top: 6.5rem;
		padding-bottom: 1.5rem;
	}

	.home-hero__content {
		align-items: flex-start;
	}

	.home-hero__title {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.home-hero__description {
		font-size: 0.95rem;
	}

	.home-hero__highlight-card {
		gap: 0.65rem;
		padding: 0.85rem 0.7rem;
	}

	.home-hero__highlight-icon {
		width: 2.25rem;
		height: 2.25rem;
		flex-basis: 2.25rem;
		font-size: 0.9rem;
	}

	.home-hero__highlight-text h2 {
		font-size: 1rem;
	}

	.home-hero__highlight-text p {
		font-size: 0.75rem;
	}

	.about-home {
		padding: 12.5rem 0 4.75rem;
	}

	.about-home__media {
		min-height: 25rem;
	}

	.about-home__media-background {
		top: 1rem;
		left: 1rem;
	}

	.about-home__image {
		border-radius: 0.8rem;
	}

	.about-home__image--primary {
		width: 66%;
		height: 67%;
	}

	.about-home__image--secondary {
		width: 63%;
		height: 62%;
		border-width: 0.35rem;
	}

	.about-home__experience {
		min-width: 10.75rem;
		padding: 0.85rem 1rem;
	}

	.about-home__experience-icon {
		width: 2.1rem;
		height: 2.1rem;
		flex-basis: 2.1rem;
		font-size: 1.1rem;
	}

	.about-home__experience-content strong {
		font-size: 1.15rem;
	}

	.about-home__experience-content span {
		font-size: 0.6rem;
	}

	.about-home__detail {
		display: none;
	}

	.about-home__eyebrow p {
		font-size: 0.7rem;
		letter-spacing: 0.14em;
	}

	.about-home__features {
		flex-direction: column;
		gap: 0.7rem;
	}

	.about-home__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.about-home__button {
		width: 100%;
	}
}

@media (max-width: 389.98px) {
	.about-home__media {
		min-height: 22rem;
	}

	.about-home__experience {
		bottom: 0;
	}

	.about-home__title {
		font-size: 2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-hero__button,
	.home-hero__button::before,
	.home-hero__highlight-card,
	.home-hero__highlight-icon,
	.about-home__image,
	.about-home__image img,
	.about-home__experience,
	.about-home__experience::before,
	.about-home__button,
	.about-home__button::before,
	.about-home__button .fa-arrow-right {
		animation: none;
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Missão, Visão e Valores
========================================================== */

.home-principles {
	position: relative;
	padding: 7.5rem 0;
	overflow: hidden;
	border-top: 3px solid var(--primary);
	background:
		linear-gradient(
			145deg,
			#f8fafc 0%,
			#f3f6fa 48%,
			#eef3f8 100%
		);
	isolation: isolate;
}

.home-principles::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.025) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.home-principles__decoration {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.home-principles__decoration--left {
	top: -12rem;
	left: -12rem;
	width: 30rem;
	height: 30rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.08) 0%,
			rgba(0, 41, 75, 0) 70%
		);
}

.home-principles__decoration--right {
	right: -14rem;
	bottom: -14rem;
	width: 34rem;
	height: 34rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.07) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

/* ==========================================================
   Cabeçalho
========================================================== */

.home-principles__header {
	max-width: 48rem;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.home-principles__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.home-principles__eyebrow span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			transparent,
			#e7a33d
		);
}

.home-principles__eyebrow span:last-child {
	background:
		linear-gradient(
			90deg,
			#e7a33d,
			transparent
		);
}

.home-principles__eyebrow p {
	margin: 0;
	color: var(--primary);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-principles__title {
	margin: 0;
	color: var(--primary);
	font-size: clamp(2.25rem, 4vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.home-principles__intro {
	max-width: 39rem;
	margin: 1rem auto 0;
	color: var(--color-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

/* ==========================================================
   Cards
========================================================== */

.home-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.home-principles__card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.09);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.98);
	box-shadow:
		0 18px 42px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transform: translateY(0);
	transition:
		border-color 320ms ease,
		box-shadow 320ms ease,
		transform 320ms ease;
}

.home-principles__card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background:
		linear-gradient(
			90deg,
			transparent,
			var(--primary),
			transparent
		);
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transition:
		opacity 320ms ease,
		transform 320ms ease;
}

.home-principles__card:hover {
	border-color: rgba(0, 41, 75, 0.18);
	box-shadow:
		0 28px 58px rgba(15, 23, 42, 0.14),
		0 0 24px rgba(0, 41, 75, 0.05);
	transform: translateY(-0.5rem);
}

.home-principles__card:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

/* ==========================================================
   Imagem superior
========================================================== */

.home-principles__card-media {
	position: relative;
	display: grid;
	height: 12rem;
	overflow: hidden;
	place-items: center;
	background:
		linear-gradient(
			135deg,
			rgba(0, 33, 66, 0.87),
			rgba(0, 41, 75, 0.73)
		),
		var(--principles-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-principles__card-media::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		);
	background-size: 36px 36px;
	content: "";
	opacity: 0.55;
	pointer-events: none;
}

.home-principles__card-media::after {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at center,
			rgba(255, 255, 255, 0.08),
			transparent 55%
		);
	content: "";
	pointer-events: none;
}

.home-principles__number {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.home-principles__icon {
	position: relative;
	z-index: 2;
	display: grid;
	width: 4.15rem;
	height: 4.15rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	box-shadow:
		0 12px 28px rgba(0, 18, 34, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 1.35rem;
	transition:
		background 320ms ease,
		box-shadow 320ms ease,
		transform 320ms ease;
}

.home-principles__card:hover .home-principles__icon {
	background: rgba(255, 255, 255, 0.17);
	box-shadow:
		0 16px 34px rgba(0, 18, 34, 0.28),
		0 0 22px rgba(255, 255, 255, 0.11);
	transform: scale(1.06) rotate(3deg);
}

/* ==========================================================
   Conteúdo dos cards
========================================================== */

.home-principles__card-content {
	min-height: 14rem;
	padding: 1.7rem 1.75rem 1.9rem;
}

.home-principles__card-content h3 {
	margin: 0;
	color: var(--primary);
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.home-principles__line {
	display: block;
	width: 2.4rem;
	height: 2px;
	margin: 0.75rem 0 1rem;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			#e5a13b,
			#f3c06d
		);
	transition: width 320ms ease;
}

.home-principles__card:hover .home-principles__line {
	width: 4rem;
}

.home-principles__card-content p {
	margin: 0;
	color: var(--color-muted);
	font-size: 0.94rem;
	line-height: 1.7;
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 991.98px) {
	.home-principles {
		padding: 6.5rem 0;
	}

	.home-principles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-principles__card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 0.75rem);
		justify-self: center;
	}
}

@media (max-width: 767.98px) {
	.home-principles {
		padding: 5.75rem 0;
	}

	.home-principles__header {
		margin-bottom: 2.75rem;
	}

	.home-principles__grid {
		grid-template-columns: 1fr;
	}

	.home-principles__card:last-child {
		grid-column: auto;
		width: 100%;
	}

	.home-principles__card-media {
		height: 11rem;
	}

	.home-principles__card-content {
		min-height: 0;
	}
}

@media (max-width: 575.98px) {
	.home-principles {
		padding: 5rem 0;
	}

	.home-principles__eyebrow {
		gap: 0.5rem;
	}

	.home-principles__eyebrow span {
		width: 1.4rem;
	}

	.home-principles__eyebrow p {
		font-size: 0.68rem;
		letter-spacing: 0.16em;
	}

	.home-principles__title {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.home-principles__intro {
		font-size: 0.92rem;
	}

	.home-principles__card-content {
		padding: 1.45rem;
	}

	.home-principles__card-content h3 {
		font-size: 1.4rem;
	}

	.home-principles__card-content p {
		font-size: 0.91rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-principles__card,
	.home-principles__card::after,
	.home-principles__icon,
	.home-principles__line {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   CTA de orçamento
========================================================== */

.home-budget-cta {
	position: relative;
	padding: 6.75rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 90%, #000) 0%,
			var(--primary) 48%,
			color-mix(in srgb, var(--primary) 82%, #000) 100%
		);
	isolation: isolate;
}

.home-budget-cta::before {
	position: absolute;
	inset: 0;
	z-index: -4;
	background:
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.015),
			rgba(255, 255, 255, 0.045),
			rgba(255, 255, 255, 0.015)
		);
	content: "";
	pointer-events: none;
}

.home-budget-cta__lines {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	-webkit-mask-image:
		linear-gradient(
			to right,
			transparent,
			#000 16%,
			#000 84%,
			transparent
		);
	mask-image:
		linear-gradient(
			to right,
			transparent,
			#000 16%,
			#000 84%,
			transparent
		);
	pointer-events: none;
}

.home-budget-cta__glow {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.home-budget-cta__glow--left {
	top: -12rem;
	left: -12rem;
	width: 32rem;
	height: 32rem;
	background:
		radial-gradient(
			circle,
			rgba(255, 255, 255, 0.08) 0%,
			rgba(255, 255, 255, 0) 70%
		);
}

.home-budget-cta__glow--right {
	right: -12rem;
	bottom: -14rem;
	width: 36rem;
	height: 36rem;
	background:
		radial-gradient(
			circle,
			rgba(37, 211, 102, 0.08) 0%,
			rgba(37, 211, 102, 0) 72%
		);
}

/* ==========================================================
   Conteúdo
========================================================== */

.home-budget-cta__content {
	position: relative;
	z-index: 2;
	max-width: 57rem;
	margin: 0 auto;
	text-align: center;
}

.home-budget-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 2rem;
	padding: 0.42rem 0.95rem;
	margin-bottom: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(8px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.home-budget-cta__eyebrow-dot {
	display: block;
	width: 0.42rem;
	height: 0.42rem;
	flex: 0 0 0.42rem;
	border-radius: 50%;
	background: var(--color-whatsapp);
	box-shadow: 0 0 12px rgba(37, 211, 102, 0.65);
}

.home-budget-cta__title {
	margin: 0;
	color: #fff;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.home-budget-cta__title span {
	color: #f5a623;
	text-shadow: 0 0 24px rgba(245, 166, 35, 0.12);
}

.home-budget-cta__description {
	max-width: 45rem;
	margin: 1.35rem auto 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.03rem;
	line-height: 1.75;
	text-wrap: balance;
}

/* ==========================================================
   Botões
========================================================== */

.home-budget-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 2rem;
}

.home-budget-cta__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.2rem;
	padding: 0.9rem 1.5rem;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.home-budget-cta__button::before {
	position: absolute;
	top: -50%;
	left: -75%;
	width: 42%;
	height: 205%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.48),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 540ms ease;
}

.home-budget-cta__button > * {
	position: relative;
	z-index: 1;
}

.home-budget-cta__button:hover {
	transform: translateY(-3px);
}

.home-budget-cta__button:hover::before {
	left: 135%;
}

.home-budget-cta__button--light {
	border-color: rgba(255, 255, 255, 0.16);
	background: #fff;
	box-shadow:
		0 14px 30px rgba(0, 18, 34, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
	color: var(--primary);
}

.home-budget-cta__button--light:hover {
	background: #fff;
	box-shadow:
		0 20px 40px rgba(0, 18, 34, 0.28),
		0 0 22px rgba(255, 255, 255, 0.1);
	color: var(--primary);
}

.home-budget-cta__button--light .fa-arrow-right {
	font-size: 0.72rem;
	transition: transform var(--transition);
}

.home-budget-cta__button--light:hover .fa-arrow-right {
	transform: translateX(0.25rem);
}

.home-budget-cta__button--whatsapp {
	border-color: rgba(255, 255, 255, 0.14);
	background:
		linear-gradient(
			135deg,
			#2ee27a 0%,
			#22cf68 52%,
			#18b959 100%
		);
	box-shadow:
		0 14px 30px rgba(37, 211, 102, 0.27),
		0 0 20px rgba(37, 211, 102, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.26);
	color: #fff;
}

.home-budget-cta__button--whatsapp:hover {
	background:
		linear-gradient(
			135deg,
			#36ec83 0%,
			#27d86f 52%,
			#1dc261 100%
		);
	box-shadow:
		0 20px 40px rgba(37, 211, 102, 0.36),
		0 0 28px rgba(37, 211, 102, 0.2);
	color: #fff;
}

.home-budget-cta__button--whatsapp .fa-whatsapp {
	font-size: 1.05rem;
}

.home-budget-cta__button:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.5);
	outline-offset: 3px;
}

/* ==========================================================
   Benefícios
========================================================== */

.home-budget-cta__benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1.5rem;
	margin-top: 1.7rem;
}

.home-budget-cta__benefit {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.4;
}

.home-budget-cta__benefit i {
	display: grid;
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 1.25rem;
	place-items: center;
	border: 1px solid rgba(37, 211, 102, 0.24);
	border-radius: 50%;
	background: rgba(37, 211, 102, 0.1);
	color: var(--color-whatsapp);
	font-size: 0.56rem;
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 991.98px) {
	.home-budget-cta {
		padding: 6rem 0;
	}

	.home-budget-cta__content {
		max-width: 48rem;
	}
}

@media (max-width: 767.98px) {
	.home-budget-cta {
		padding: 5.5rem 0;
	}

	.home-budget-cta__title {
		font-size: clamp(2.25rem, 8vw, 3.3rem);
	}

	.home-budget-cta__description {
		max-width: 36rem;
		font-size: 0.97rem;
		line-height: 1.7;
	}
}

@media (max-width: 575.98px) {
	.home-budget-cta {
		padding: 5rem 0;
	}

	.home-budget-cta__eyebrow {
		font-size: 0.67rem;
		letter-spacing: 0.1em;
	}

	.home-budget-cta__title {
		font-size: clamp(2rem, 10vw, 2.75rem);
	}

	.home-budget-cta__description {
		font-size: 0.93rem;
	}

	.home-budget-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.home-budget-cta__button {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		font-size: 0.78rem;
	}

	.home-budget-cta__benefits {
		flex-direction: column;
		align-items: flex-start;
		width: fit-content;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
}

@media (max-width: 389.98px) {
	.home-budget-cta__title {
		font-size: 1.95rem;
	}

	.home-budget-cta__button {
		font-size: 0.73rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-budget-cta__button,
	.home-budget-cta__button::before,
	.home-budget-cta__button .fa-arrow-right {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Produtos em destaque
========================================================== */

.home-products {
	position: relative;
	padding: 7.5rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#ffffff 0%,
			#fbfcfe 48%,
			#f5f8fb 100%
		);
	isolation: isolate;
}

.home-products::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.022) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.022) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.home-products__decoration {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.home-products__decoration--left {
	top: -13rem;
	left: -13rem;
	width: 32rem;
	height: 32rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.065) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

.home-products__decoration--right {
	right: -15rem;
	bottom: -15rem;
	width: 36rem;
	height: 36rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.07) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

/* ==========================================================
   Cabeçalho
========================================================== */

.home-products__header {
	max-width: 48rem;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.home-products__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.home-products__eyebrow span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			transparent,
			#e7a33d
		);
}

.home-products__eyebrow span:last-child {
	background:
		linear-gradient(
			90deg,
			#e7a33d,
			transparent
		);
}

.home-products__eyebrow p {
	margin: 0;
	color: var(--primary);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-products__title {
	margin: 0;
	color: var(--primary);
	font-size: clamp(2.35rem, 4vw, 3.5rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.home-products__intro {
	max-width: 41rem;
	margin: 1rem auto 0;
	color: var(--color-muted);
	font-size: 0.98rem;
	line-height: 1.7;
}

/* ==========================================================
   Grade de produtos
========================================================== */

.home-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.4rem;
}

.home-products__card {
	position: relative;
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(0, 41, 75, 0.1);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.98);
	box-shadow:
		0 18px 42px rgba(15, 23, 42, 0.075),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transform: translateY(0);
	transition:
		border-color 340ms ease,
		box-shadow 340ms ease,
		transform 340ms ease;
}

.home-products__card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background:
		linear-gradient(
			90deg,
			transparent,
			var(--primary),
			transparent
		);
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transition:
		opacity 340ms ease,
		transform 340ms ease;
}

.home-products__card:hover {
	border-color: rgba(0, 41, 75, 0.2);
	box-shadow:
		0 28px 58px rgba(15, 23, 42, 0.14),
		0 0 25px rgba(0, 41, 75, 0.045);
	transform: translateY(-0.55rem);
}

.home-products__card:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

/* ==========================================================
   Imagem do produto
========================================================== */

.home-products__media {
	position: relative;
	display: block;
	height: 15rem;
	overflow: hidden;
	background: #dfe5eb;
	text-decoration: none;
}

.home-products__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:
		filter 650ms ease,
		transform 750ms ease;
}

.home-products__media-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(0, 41, 75, 0.02) 0%,
			rgba(0, 32, 61, 0.48) 100%
		);
	opacity: 0.42;
	transition: opacity 420ms ease;
}

.home-products__number {
	position: absolute;
	top: 0.9rem;
	left: 0.9rem;
	z-index: 3;
	display: grid;
	width: 2.2rem;
	height: 2.2rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow:
		0 8px 20px rgba(15, 23, 42, 0.13),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: var(--primary);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
}

.home-products__media-icon {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 3;
	display: grid;
	width: 2.7rem;
	height: 2.7rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	background: rgba(0, 41, 75, 0.72);
	backdrop-filter: blur(8px);
	box-shadow: 0 10px 24px rgba(0, 18, 34, 0.22);
	color: #fff;
	font-size: 0.85rem;
	opacity: 0;
	transform: translateY(0.75rem) scale(0.9);
	transition:
		background 340ms ease,
		opacity 340ms ease,
		transform 340ms ease;
}

.home-products__card:hover .home-products__media img {
	filter: saturate(1.06) contrast(1.03);
	transform: scale(1.065);
}

.home-products__card:hover .home-products__media-overlay {
	opacity: 0.75;
}

.home-products__card:hover .home-products__media-icon {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.home-products__media-icon:hover {
	background: var(--primary);
}

/* ==========================================================
   Conteúdo dos cards
========================================================== */

.home-products__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.55rem 1.4rem 1.45rem;
}

.home-products__content h3 {
	margin: 0 0 0.75rem;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.home-products__content h3 a {
	color: var(--primary);
	text-decoration: none;
	transition: color var(--transition);
}

.home-products__content h3 a:hover {
	color: color-mix(in srgb, var(--primary) 74%, #fff);
}

.home-products__content p {
	margin: 0 0 1.35rem;
	color: var(--color-muted);
	font-size: 0.91rem;
	line-height: 1.65;
}

.home-products__link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: auto;
	color: var(--primary);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.home-products__link::after {
	position: absolute;
	content: "";
}

.home-products__link i {
	font-size: 0.68rem;
	transition: transform var(--transition);
}

.home-products__link:hover {
	color: var(--primary);
}

.home-products__link:hover i {
	transform: translateX(0.28rem);
}

/* ==========================================================
   Botão final
========================================================== */

.home-products__footer {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.home-products__button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.2rem;
	padding: 0.9rem 1.5rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.55rem;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 92%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 14px 30px rgba(0, 41, 75, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.83rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.home-products__button::before {
	position: absolute;
	top: -50%;
	left: -75%;
	width: 42%;
	height: 205%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.42),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 540ms ease;
}

.home-products__button > * {
	position: relative;
	z-index: 1;
}

.home-products__button:hover {
	box-shadow:
		0 19px 38px rgba(0, 41, 75, 0.29),
		0 0 22px rgba(0, 41, 75, 0.1);
	color: #fff;
	transform: translateY(-3px);
}

.home-products__button:hover::before {
	left: 135%;
}

.home-products__button i {
	font-size: 0.7rem;
	transition: transform var(--transition);
}

.home-products__button:hover i {
	transform: translateX(0.25rem);
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.home-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-products__media {
		height: 17rem;
	}
}

@media (max-width: 991.98px) {
	.home-products {
		padding: 6.5rem 0;
	}
}

@media (max-width: 767.98px) {
	.home-products {
		padding: 5.75rem 0;
	}

	.home-products__header {
		margin-bottom: 2.75rem;
	}

	.home-products__grid {
		grid-template-columns: 1fr;
	}

	.home-products__media {
		height: 18rem;
	}
}

@media (max-width: 575.98px) {
	.home-products {
		padding: 5rem 0;
	}

	.home-products__eyebrow {
		gap: 0.5rem;
	}

	.home-products__eyebrow span {
		width: 1.4rem;
	}

	.home-products__eyebrow p {
		font-size: 0.68rem;
		letter-spacing: 0.16em;
	}

	.home-products__title {
		font-size: clamp(2rem, 9vw, 2.75rem);
	}

	.home-products__intro {
		font-size: 0.92rem;
	}

	.home-products__media {
		height: 15rem;
	}

	.home-products__content {
		padding: 1.35rem;
	}

	.home-products__content h3 {
		font-size: 1.15rem;
	}

	.home-products__footer {
		margin-top: 2.4rem;
	}

	.home-products__button {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		font-size: 0.77rem;
	}
}

@media (max-width: 389.98px) {
	.home-products__media {
		height: 13.5rem;
	}

	.home-products__button {
		font-size: 0.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-products__card,
	.home-products__card::after,
	.home-products__media img,
	.home-products__media-overlay,
	.home-products__media-icon,
	.home-products__link i,
	.home-products__button,
	.home-products__button::before,
	.home-products__button i {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Contato - Home
========================================================== */

.home-contact {
	position: relative;
	padding: 7.5rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#f7f9fc 0%,
			#f1f5f9 52%,
			#edf2f7 100%
		);
	isolation: isolate;
}

.home-contact::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.024) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.024) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.home-contact__decoration {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.home-contact__decoration--left {
	top: -14rem;
	left: -14rem;
	width: 34rem;
	height: 34rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.08) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

.home-contact__decoration--right {
	right: -15rem;
	bottom: -15rem;
	width: 38rem;
	height: 38rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.07) 0%,
			rgba(0, 41, 75, 0) 72%
		);
}

/* ==========================================================
   Painel principal
========================================================== */

.home-contact__panel {
	display: grid;
	grid-template-columns:
		minmax(0, 0.92fr)
		minmax(0, 1.08fr);
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.1);
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow:
		0 30px 70px rgba(15, 23, 42, 0.13),
		0 0 0 1px rgba(255, 255, 255, 0.7) inset;
}

/* ==========================================================
   Conteúdo lateral
========================================================== */

.home-contact__content {
	position: relative;
	display: flex;
	min-height: 100%;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--primary) 93%, #fff) 0%,
			var(--primary) 50%,
			color-mix(in srgb, var(--primary) 84%, #000) 100%
		);
	color: #fff;
	isolation: isolate;
}

.home-contact__content::before {
	position: absolute;
	top: -8rem;
	left: -9rem;
	z-index: -2;
	width: 24rem;
	height: 24rem;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(255, 255, 255, 0.09),
			transparent 70%
		);
	content: "";
}

.home-contact__content::after {
	position: absolute;
	right: -8rem;
	bottom: -9rem;
	z-index: -2;
	width: 26rem;
	height: 26rem;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(37, 211, 102, 0.08),
			transparent 72%
		);
	content: "";
}

.home-contact__grid-lines {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		);
	background-size: 52px 52px;
	-webkit-mask-image:
		linear-gradient(
			145deg,
			#000,
			transparent 90%
		);
	mask-image:
		linear-gradient(
			145deg,
			#000,
			transparent 90%
		);
	pointer-events: none;
}

.home-contact__content-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem);
}

.home-contact__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1rem;
}

.home-contact__eyebrow span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			#f2a93b,
			#f7cb82
		);
}

.home-contact__eyebrow p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-contact__title {
	max-width: 35rem;
	margin: 0;
	color: #fff;
	font-size: clamp(2.2rem, 4vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.home-contact__description {
	max-width: 35rem;
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.96rem;
	line-height: 1.75;
}

/* ==========================================================
   Informações
========================================================== */

.home-contact__information {
	display: grid;
	gap: 0.75rem;
	margin-top: 2.25rem;
}

.home-contact__information-item {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.85rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(8px);
	color: #fff;
	text-decoration: none;
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		transform var(--transition);
}

.home-contact__information-item:hover {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	box-shadow:
		0 12px 26px rgba(0, 18, 34, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	color: #fff;
	transform: translateX(0.3rem);
}

.home-contact__information-icon {
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	flex: 0 0 2.75rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.08);
	color: #f3b04a;
	font-size: 1rem;
}

.home-contact__information-item--whatsapp
.home-contact__information-icon {
	color: var(--color-whatsapp);
}

.home-contact__information-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.18rem;
}

.home-contact__information-content small {
	color: rgba(255, 255, 255, 0.57);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home-contact__information-content strong {
	overflow-wrap: anywhere;
	color: #fff;
	font-size: 0.89rem;
	font-weight: 700;
	line-height: 1.45;
}

/* ==========================================================
   Atendimento nacional
========================================================== */

.home-contact__service {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-contact__service-icon {
	display: grid;
	width: 2.35rem;
	height: 2.35rem;
	flex: 0 0 2.35rem;
	place-items: center;
	border-radius: 0.6rem;
	background: rgba(255, 255, 255, 0.08);
	color: #f3b04a;
	font-size: 0.9rem;
}

.home-contact__service strong {
	display: block;
	margin-bottom: 0.25rem;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 800;
}

.home-contact__service p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.77rem;
	line-height: 1.55;
}

/* ==========================================================
   Área do formulário
========================================================== */

.home-contact__form-wrapper {
	padding: clamp(2.5rem, 5vw, 4.5rem);
	background:
		linear-gradient(
			145deg,
			#ffffff 0%,
			#fbfcfe 100%
		);
}

.home-contact__form-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.home-contact__form-icon {
	display: grid;
	width: 3.25rem;
	height: 3.25rem;
	flex: 0 0 3.25rem;
	place-items: center;
	border: 1px solid rgba(0, 41, 75, 0.08);
	border-radius: 0.8rem;
	background: var(--primary-soft);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: var(--primary);
	font-size: 1.15rem;
}

.home-contact__form-header p {
	margin: 0 0 0.2rem;
	color: var(--color-muted);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.home-contact__form-header h3 {
	margin: 0;
	color: var(--primary);
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.home-contact__form-description {
	max-width: 39rem;
	margin: 0 0 1.75rem;
	color: var(--color-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

/* ==========================================================
   Formulário
========================================================== */

.home-contact__form {
	margin: 0;
}

.home-contact__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.home-contact__field {
	min-width: 0;
	margin: 0;
}

.home-contact__field--full {
	grid-column: 1 / -1;
}

.home-contact__form .form-control,
.home-contact__form .form-select {
	display: block;
	width: 100%;
	min-height: 3.35rem;
	padding: 0.8rem 0.95rem;
	border: 1px solid rgba(0, 41, 75, 0.12);
	border-radius: 0.65rem;
	outline: 0;
	background-color: #f8fafc;
	box-shadow:
		inset 0 1px 2px rgba(15, 23, 42, 0.025),
		0 0 0 0 rgba(0, 41, 75, 0);
	color: var(--color-text);
	font-family: inherit;
	font-size: 0.88rem;
	line-height: 1.4;
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition);
}

.home-contact__form .form-control::placeholder {
	color: #8997a9;
	opacity: 1;
}

.home-contact__form .form-control:hover,
.home-contact__form .form-select:hover {
	border-color: rgba(0, 41, 75, 0.22);
	background-color: #fff;
}

.home-contact__form .form-control:focus,
.home-contact__form .form-select:focus {
	border-color: color-mix(in srgb, var(--primary) 56%, #fff);
	background-color: #fff;
	box-shadow:
		0 0 0 0.22rem rgba(0, 41, 75, 0.085),
		0 8px 20px rgba(15, 23, 42, 0.045);
}

.home-contact__form textarea.form-control {
	min-height: 9.5rem;
	resize: vertical;
	line-height: 1.65;
}

.home-contact__form .form-select {
	cursor: pointer;
}

/* ==========================================================
   Honeypot
========================================================== */

.home-contact__form .honeypot-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

/* ==========================================================
   Botão
========================================================== */

.home-contact__submit {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	width: 100%;
	min-height: 3.35rem;
	padding: 0.85rem 1.25rem;
	margin-top: 1rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.6rem;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 91%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 14px 30px rgba(0, 41, 75, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.15);
	color: #fff;
	font-family: inherit;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.home-contact__submit::before {
	position: absolute;
	top: -50%;
	left: -75%;
	width: 42%;
	height: 205%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.42),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 540ms ease;
}

.home-contact__submit > * {
	position: relative;
	z-index: 1;
}

.home-contact__submit:hover {
	box-shadow:
		0 20px 38px rgba(0, 41, 75, 0.31),
		0 0 22px rgba(0, 41, 75, 0.09);
	color: #fff;
	transform: translateY(-2px);
}

.home-contact__submit:hover::before {
	left: 135%;
}

.home-contact__submit i {
	font-size: 0.8rem;
	transition: transform var(--transition);
}

.home-contact__submit:hover i {
	transform: translate(0.18rem, -0.12rem);
}

.home-contact__submit:focus-visible {
	outline: 3px solid rgba(0, 41, 75, 0.25);
	outline-offset: 3px;
}

/* ==========================================================
   Aviso
========================================================== */

.home-contact__form-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	margin: 0.85rem 0 0;
	color: #8491a3;
	font-size: 0.7rem;
	line-height: 1.45;
	text-align: center;
}

.home-contact__form-notice i {
	flex: 0 0 auto;
	color: var(--primary);
	font-size: 0.68rem;
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.home-contact__panel {
		grid-template-columns:
			minmax(0, 0.95fr)
			minmax(0, 1.05fr);
	}

	.home-contact__content-inner,
	.home-contact__form-wrapper {
		padding: 3rem;
	}
}

@media (max-width: 991.98px) {
	.home-contact {
		padding: 6.5rem 0;
	}

	.home-contact__panel {
		grid-template-columns: 1fr;
	}

	.home-contact__content-inner,
	.home-contact__form-wrapper {
		padding: 3.25rem;
	}

	.home-contact__information {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-contact__information-item {
		align-items: flex-start;
	}
}

@media (max-width: 767.98px) {
	.home-contact {
		padding: 5.75rem 0;
	}

	.home-contact__panel {
		border-radius: var(--radius-md);
	}

	.home-contact__content-inner,
	.home-contact__form-wrapper {
		padding: 2.5rem;
	}

	.home-contact__information {
		grid-template-columns: 1fr;
	}

	.home-contact__form-grid {
		grid-template-columns: 1fr;
	}

	.home-contact__field--full {
		grid-column: auto;
	}
}

@media (max-width: 575.98px) {
	.home-contact {
		padding: 5rem 0;
	}

	.home-contact__content-inner,
	.home-contact__form-wrapper {
		padding: 1.6rem;
	}

	.home-contact__title {
		font-size: clamp(2rem, 9vw, 2.65rem);
	}

	.home-contact__description {
		font-size: 0.91rem;
	}

	.home-contact__information-content strong {
		font-size: 0.82rem;
	}

	.home-contact__form-header {
		align-items: flex-start;
	}

	.home-contact__form-icon {
		width: 2.85rem;
		height: 2.85rem;
		flex-basis: 2.85rem;
	}

	.home-contact__form-header h3 {
		font-size: 1.5rem;
	}

	.home-contact__form .form-control,
	.home-contact__form .form-select {
		font-size: 0.84rem;
	}

	.home-contact__submit {
		font-size: 0.77rem;
	}
}

@media (max-width: 389.98px) {
	.home-contact__content-inner,
	.home-contact__form-wrapper {
		padding: 1.35rem;
	}

	.home-contact__information-item {
		padding: 0.75rem;
	}

	.home-contact__submit {
		font-size: 0.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-contact__information-item,
	.home-contact__form .form-control,
	.home-contact__form .form-select,
	.home-contact__submit,
	.home-contact__submit::before,
	.home-contact__submit i {
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Empresa - Apresentação
========================================================== */

.company-intro {
	position: relative;
	padding: 7.5rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#ffffff 0%,
			#fbfcfe 52%,
			#f5f8fb 100%
		);
	isolation: isolate;
}

.company-intro::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.024) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.024) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.company-intro__decoration {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.company-intro__decoration--left {
	top: -14rem;
	left: -14rem;
	width: 34rem;
	height: 34rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.08),
			transparent 72%
		);
}

.company-intro__decoration--right {
	right: -16rem;
	bottom: -16rem;
	width: 38rem;
	height: 38rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.07),
			transparent 72%
		);
}

.company-intro__grid {
	display: grid;
	grid-template-columns:
		minmax(0, 0.94fr)
		minmax(0, 1.06fr);
	align-items: center;
	gap: clamp(4rem, 7vw, 7rem);
}

/* ==========================================================
   Imagens
========================================================== */

.company-intro__media {
	position: relative;
	min-height: 40rem;
}

.company-intro__media-background {
	position: absolute;
	top: 2.25rem;
	left: 2rem;
	width: 72%;
	height: 79%;
	border: 1px solid rgba(0, 41, 75, 0.09);
	border-radius: 1.5rem;
	background:
		linear-gradient(
			145deg,
			rgba(0, 41, 75, 0.055),
			rgba(0, 41, 75, 0.012)
		);
	transform: rotate(-3deg);
}

.company-intro__image {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius-md);
	background: #dce4ec;
	box-shadow:
		0 28px 60px rgba(15, 23, 42, 0.15),
		0 0 0 1px rgba(255, 255, 255, 0.75);
	transition:
		box-shadow 420ms ease,
		transform 420ms ease;
}

.company-intro__image::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(0, 41, 75, 0.01),
			rgba(0, 41, 75, 0.24)
		);
	content: "";
	pointer-events: none;
	transition: opacity 420ms ease;
}

.company-intro__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 720ms ease;
}

.company-intro__image--main {
	top: 0;
	left: 0;
	z-index: 2;
	width: 72%;
	height: 88%;
}

.company-intro__image--secondary {
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 55%;
	height: 46%;
	border: 0.5rem solid #fff;
}

.company-intro__media:hover .company-intro__image--main {
	box-shadow:
		0 34px 70px rgba(15, 23, 42, 0.2),
		0 0 0 1px rgba(255, 255, 255, 0.8);
	transform: translateY(-0.4rem);
}

.company-intro__media:hover .company-intro__image--secondary {
	transform: translateY(0.35rem);
}

.company-intro__media:hover .company-intro__image img {
	transform: scale(1.045);
}

/* ==========================================================
   Experiência
========================================================== */

.company-intro__experience {
	position: absolute;
	bottom: 2.25rem;
	left: -1.25rem;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 12.75rem;
	padding: 1rem 1.15rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.7rem;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 92%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 18px 38px rgba(0, 41, 75, 0.27),
		inset 0 1px 0 rgba(255, 255, 255, 0.13);
	color: #fff;
	animation: company-experience-float 4.5s ease-in-out infinite;
}

.company-intro__experience::before {
	position: absolute;
	top: -60%;
	left: -80%;
	width: 45%;
	height: 220%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.23),
			transparent
		);
	content: "";
	transform: rotate(20deg);
	animation: company-experience-shine 5.5s ease-in-out infinite;
}

.company-intro__experience > * {
	position: relative;
	z-index: 1;
}

.company-intro__experience-icon {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	flex: 0 0 2.5rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.08);
	color: #f4ad3f;
	font-size: 1.25rem;
}

.company-intro__experience div {
	display: flex;
	flex-direction: column;
}

.company-intro__experience strong {
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.1;
}

.company-intro__experience div span {
	margin-top: 0.25rem;
	color: rgba(255, 255, 255, 0.73);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.company-intro__dots {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	z-index: 4;
	display: grid;
	grid-template-columns: repeat(3, 0.35rem);
	gap: 0.42rem;
}

.company-intro__dots span {
	display: block;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: rgba(0, 41, 75, 0.25);
}

/* ==========================================================
   Conteúdo
========================================================== */

.company-intro__content {
	position: relative;
}

.company-intro__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 0.95rem;
}

.company-intro__eyebrow span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			#e6a13c,
			#f2c16e
		);
}

.company-intro__eyebrow p {
	margin: 0;
	color: var(--primary);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.company-intro__title {
	margin: 0;
	color: var(--primary);
	font-size: clamp(2.55rem, 4vw, 3.75rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.06;
}

.company-intro__lead {
	max-width: 43rem;
	margin: 1.15rem 0 0;
	color: var(--primary);
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.65;
}

.company-intro__text {
	max-width: 44rem;
	margin-top: 1.4rem;
}

.company-intro__text p {
	margin: 0 0 1rem;
	color: var(--color-muted);
	font-size: 0.96rem;
	line-height: 1.75;
}

.company-intro__text p:last-child {
	margin-bottom: 0;
}

.company-intro__text strong {
	color: var(--primary);
	font-weight: 800;
}

/* ==========================================================
   Qualidades
========================================================== */

.company-intro__qualities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1.25rem;
	margin-top: 1.65rem;
}

.company-intro__quality {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--primary);
	font-size: 0.86rem;
	font-weight: 700;
}

.company-intro__quality i {
	display: grid;
	width: 1.5rem;
	height: 1.5rem;
	flex: 0 0 1.5rem;
	place-items: center;
	border-radius: 50%;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 0.65rem;
}

/* ==========================================================
   Botões compartilhados
========================================================== */

.company-intro__actions,
.company-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-top: 2rem;
}

.company-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 3.15rem;
	padding: 0.88rem 1.45rem;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.company-button::before {
	position: absolute;
	top: -50%;
	left: -75%;
	width: 42%;
	height: 205%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.43),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 540ms ease;
}

.company-button > * {
	position: relative;
	z-index: 1;
}

.company-button:hover {
	transform: translateY(-3px);
}

.company-button:hover::before {
	left: 135%;
}

.company-button i {
	font-size: 0.72rem;
	transition: transform var(--transition);
}

.company-button:hover .fa-arrow-right {
	transform: translateX(0.25rem);
}

.company-button--primary {
	border-color: rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 91%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 14px 30px rgba(0, 41, 75, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	color: #fff;
}

.company-button--primary:hover {
	box-shadow:
		0 19px 38px rgba(0, 41, 75, 0.31),
		0 0 22px rgba(0, 41, 75, 0.1);
	color: #fff;
}

.company-button--outline {
	border-color: rgba(0, 41, 75, 0.16);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	color: var(--primary);
}

.company-button--outline::before {
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(0, 41, 75, 0.12),
			transparent
		);
}

.company-button--outline:hover {
	border-color: rgba(0, 41, 75, 0.3);
	background: var(--primary-soft);
	box-shadow: 0 15px 30px rgba(0, 41, 75, 0.11);
	color: var(--primary);
}

.company-button--outline .fa-whatsapp {
	font-size: 1rem;
}

/* ==========================================================
   Pilares
========================================================== */

.company-pillars {
	position: relative;
	padding: 7rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 90%, #000),
			var(--primary) 50%,
			color-mix(in srgb, var(--primary) 82%, #000)
		);
	color: #fff;
	isolation: isolate;
}

.company-pillars__lines {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	pointer-events: none;
}

.company-pillars::before {
	position: absolute;
	top: -15rem;
	left: -12rem;
	z-index: -1;
	width: 34rem;
	height: 34rem;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(255, 255, 255, 0.08),
			transparent 70%
		);
	content: "";
}

.company-pillars::after {
	position: absolute;
	right: -14rem;
	bottom: -15rem;
	z-index: -1;
	width: 36rem;
	height: 36rem;
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(37, 211, 102, 0.07),
			transparent 72%
		);
	content: "";
}

.company-pillars__header {
	display: grid;
	grid-template-columns:
		minmax(0, 1.15fr)
		minmax(0, 0.85fr);
	align-items: end;
	gap: 3rem;
	margin-bottom: 3.5rem;
}

.company-pillars__tag {
	display: inline-block;
	margin-bottom: 0.75rem;
	color: #f0ad48;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.company-pillars__header h2 {
	max-width: 44rem;
	margin: 0;
	color: #fff;
	font-size: clamp(2.25rem, 4vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.company-pillars__header > p {
	max-width: 34rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.95rem;
	line-height: 1.7;
}

.company-pillars__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.company-pillars__item {
	position: relative;
	padding: 1.75rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(8px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
	transition:
		background 320ms ease,
		border-color 320ms ease,
		box-shadow 320ms ease,
		transform 320ms ease;
}

.company-pillars__item:hover {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.1);
	box-shadow:
		0 20px 42px rgba(0, 18, 34, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: translateY(-0.45rem);
}

.company-pillars__number {
	position: absolute;
	top: 1.1rem;
	right: 1.2rem;
	color: rgba(255, 255, 255, 0.34);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.company-pillars__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1.3rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.08);
	color: #f0ad48;
	font-size: 1.05rem;
	transition:
		background 320ms ease,
		color 320ms ease,
		transform 320ms ease;
}

.company-pillars__item:hover .company-pillars__icon {
	background: #fff;
	color: var(--primary);
	transform: translateY(-0.2rem) rotate(2deg);
}

.company-pillars__item h3 {
	margin: 0 0 0.75rem;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.35;
}

.company-pillars__item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.86rem;
	line-height: 1.65;
}

/* ==========================================================
   Princípios
========================================================== */

.company-principles {
	position: relative;
	padding: 7.5rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#f8fafc,
			#f1f5f9 52%,
			#edf2f7
		);
}

.company-principles__header {
	max-width: 48rem;
	margin: 0 auto 3.5rem;
	text-align: center;
}

.company-principles__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 0.85rem;
}

.company-principles__eyebrow span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			transparent,
			#e7a33d
		);
}

.company-principles__eyebrow span:last-child {
	background:
		linear-gradient(
			90deg,
			#e7a33d,
			transparent
		);
}

.company-principles__eyebrow p {
	margin: 0;
	color: var(--primary);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.company-principles__header h2 {
	margin: 0;
	color: var(--primary);
	font-size: clamp(2.3rem, 4vw, 3.5rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.company-principles__header > p {
	max-width: 40rem;
	margin: 1rem auto 0;
	color: var(--color-muted);
	font-size: 0.96rem;
	line-height: 1.7;
}

.company-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.company-principles__card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.09);
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow:
		0 18px 42px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transition:
		border-color 340ms ease,
		box-shadow 340ms ease,
		transform 340ms ease;
}

.company-principles__card::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background:
		linear-gradient(
			90deg,
			transparent,
			var(--primary),
			transparent
		);
	content: "";
	opacity: 0;
	transform: scaleX(0.35);
	transition:
		opacity 340ms ease,
		transform 340ms ease;
}

.company-principles__card:hover {
	border-color: rgba(0, 41, 75, 0.18);
	box-shadow:
		0 28px 58px rgba(15, 23, 42, 0.14),
		0 0 24px rgba(0, 41, 75, 0.05);
	transform: translateY(-0.5rem);
}

.company-principles__card:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.company-principles__card-top {
	position: relative;
	display: grid;
	height: 11.5rem;
	place-items: center;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 90%, #000),
			var(--primary)
		);
}

.company-principles__card-top::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		);
	background-size: 36px 36px;
	content: "";
}

.company-principles__number {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 2;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.company-principles__icon {
	position: relative;
	z-index: 2;
	display: grid;
	width: 4rem;
	height: 4rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(8px);
	box-shadow:
		0 12px 28px rgba(0, 18, 34, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.17);
	color: #fff;
	font-size: 1.3rem;
	transition:
		background 340ms ease,
		transform 340ms ease;
}

.company-principles__card:hover .company-principles__icon {
	background: rgba(255, 255, 255, 0.17);
	transform: scale(1.06) rotate(3deg);
}

.company-principles__content {
	min-height: 14.5rem;
	padding: 1.65rem 1.7rem 1.9rem;
}

.company-principles__content h3 {
	margin: 0;
	color: var(--primary);
	font-size: 1.45rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.company-principles__line {
	display: block;
	width: 2.4rem;
	height: 2px;
	margin: 0.7rem 0 1rem;
	border-radius: 999px;
	background:
		linear-gradient(
			90deg,
			#e5a13b,
			#f3c06d
		);
	transition: width 340ms ease;
}

.company-principles__card:hover .company-principles__line {
	width: 4rem;
}

.company-principles__content p {
	margin: 0;
	color: var(--color-muted);
	font-size: 0.91rem;
	line-height: 1.7;
}

/* ==========================================================
   CTA final
========================================================== */

.company-cta {
	position: relative;
	padding: 5.75rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 90%, #000),
			var(--primary) 48%,
			color-mix(in srgb, var(--primary) 82%, #000)
		);
	isolation: isolate;
}

.company-cta__grid-lines {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	pointer-events: none;
}

.company-cta__glow {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.company-cta__glow--left {
	top: -12rem;
	left: -12rem;
	width: 30rem;
	height: 30rem;
	background:
		radial-gradient(
			circle,
			rgba(255, 255, 255, 0.08),
			transparent 70%
		);
}

.company-cta__glow--right {
	right: -12rem;
	bottom: -13rem;
	width: 34rem;
	height: 34rem;
	background:
		radial-gradient(
			circle,
			rgba(37, 211, 102, 0.08),
			transparent 72%
		);
}

.company-cta__content {
	display: grid;
	grid-template-columns:
		minmax(0, 1.2fr)
		auto;
	align-items: center;
	gap: 3rem;
}

.company-cta__tag {
	display: inline-block;
	margin-bottom: 0.75rem;
	color: #f0ad48;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.company-cta h2 {
	max-width: 47rem;
	margin: 0;
	color: #fff;
	font-size: clamp(2.15rem, 4vw, 3.25rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.company-cta p {
	margin: 0.9rem 0 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.94rem;
	line-height: 1.65;
}

.company-cta__actions {
	flex-wrap: nowrap;
	margin-top: 0;
}

.company-button--light {
	border-color: rgba(255, 255, 255, 0.16);
	background: #fff;
	box-shadow:
		0 14px 30px rgba(0, 18, 34, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: var(--primary);
}

.company-button--light:hover {
	box-shadow:
		0 20px 40px rgba(0, 18, 34, 0.28),
		0 0 22px rgba(255, 255, 255, 0.1);
	color: var(--primary);
}

.company-button--whatsapp {
	border-color: rgba(255, 255, 255, 0.14);
	background:
		linear-gradient(
			135deg,
			#2ee27a,
			#22cf68 52%,
			#18b959
		);
	box-shadow:
		0 14px 30px rgba(37, 211, 102, 0.27),
		inset 0 1px 0 rgba(255, 255, 255, 0.26);
	color: #fff;
}

.company-button--whatsapp:hover {
	box-shadow:
		0 20px 40px rgba(37, 211, 102, 0.36),
		0 0 28px rgba(37, 211, 102, 0.18);
	color: #fff;
}

.company-button--whatsapp .fa-whatsapp {
	font-size: 1rem;
}

/* ==========================================================
   Animações
========================================================== */

@keyframes company-experience-float {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.35rem);
	}
}

@keyframes company-experience-shine {
	0%,
	45% {
		left: -80%;
	}

	65%,
	100% {
		left: 150%;
	}
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.company-intro__grid {
		gap: 4rem;
	}

	.company-intro__media {
		min-height: 36rem;
	}

	.company-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.company-cta__content {
		grid-template-columns: 1fr;
	}

	.company-cta__actions {
		margin-top: 0;
	}
}

@media (max-width: 991.98px) {
	.company-intro,
	.company-principles {
		padding: 6.5rem 0;
	}

	.company-intro__grid {
		grid-template-columns: 1fr;
		gap: 4.5rem;
	}

	.company-intro__media {
		width: min(100%, 43rem);
		min-height: 38rem;
		margin: 0 auto;
	}

	.company-intro__content {
		max-width: 47rem;
		margin: 0 auto;
	}

	.company-pillars {
		padding: 6rem 0;
	}

	.company-pillars__header {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.company-principles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.company-principles__card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 0.75rem);
		justify-self: center;
	}

	.company-cta__content {
		text-align: center;
	}

	.company-cta h2,
	.company-cta p {
		margin-right: auto;
		margin-left: auto;
	}

	.company-cta__actions {
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.company-intro,
	.company-principles {
		padding: 5.75rem 0;
	}

	.company-intro__media {
		min-height: 32rem;
	}

	.company-intro__qualities {
		grid-template-columns: 1fr;
	}

	.company-pillars {
		padding: 5.5rem 0;
	}

	.company-pillars__grid {
		grid-template-columns: 1fr;
	}

	.company-principles__grid {
		grid-template-columns: 1fr;
	}

	.company-principles__card:last-child {
		grid-column: auto;
		width: 100%;
	}

	.company-principles__content {
		min-height: 0;
	}

	.company-cta {
		padding: 5rem 0;
	}

	.company-cta__actions {
		flex-direction: column;
		align-items: stretch;
		width: min(100%, 30rem);
		margin-right: auto;
		margin-left: auto;
	}

	.company-button {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.company-intro,
	.company-principles {
		padding: 5rem 0;
	}

	.company-intro__media {
		min-height: 27rem;
	}

	.company-intro__media-background {
		top: 1rem;
		left: 1rem;
	}

	.company-intro__image--main {
		width: 77%;
		height: 84%;
	}

	.company-intro__image--secondary {
		width: 58%;
		height: 42%;
		border-width: 0.35rem;
	}

	.company-intro__experience {
		bottom: 0.75rem;
		left: 0;
		min-width: 11rem;
		padding: 0.85rem 1rem;
	}

	.company-intro__experience-icon {
		width: 2.2rem;
		height: 2.2rem;
		flex-basis: 2.2rem;
	}

	.company-intro__experience strong {
		font-size: 1.05rem;
	}

	.company-intro__experience div span {
		font-size: 0.57rem;
	}

	.company-intro__dots {
		display: none;
	}

	.company-intro__title {
		font-size: clamp(2.15rem, 10vw, 2.85rem);
	}

	.company-intro__lead {
		font-size: 1rem;
	}

	.company-intro__text p {
		font-size: 0.92rem;
	}

	.company-intro__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.company-pillars__header h2,
	.company-principles__header h2 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.company-principles__eyebrow {
		gap: 0.5rem;
	}

	.company-principles__eyebrow span {
		width: 1.4rem;
	}

	.company-principles__eyebrow p {
		font-size: 0.67rem;
		letter-spacing: 0.15em;
	}

	.company-cta h2 {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}
}

@media (max-width: 389.98px) {
	.company-intro__media {
		min-height: 24rem;
	}

	.company-intro__experience {
		bottom: 0;
	}

	.company-pillars__item,
	.company-principles__content {
		padding: 1.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.company-intro__image,
	.company-intro__image img,
	.company-intro__experience,
	.company-intro__experience::before,
	.company-button,
	.company-button::before,
	.company-button i,
	.company-pillars__item,
	.company-pillars__icon,
	.company-principles__card,
	.company-principles__card::after,
	.company-principles__icon,
	.company-principles__line {
		animation: none;
		transition-duration: 0.01ms;
	}
}

/* ==========================================================
   Sidebar de produtos
========================================================== */

.products-sidebar {
	position: sticky;
	top: calc(var(--site-header-height) + 2rem);
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.15);
	border-radius: var(--radius-md);
	background:
		linear-gradient(
			150deg,
			color-mix(in srgb, var(--primary) 94%, #fff) 0%,
			var(--primary) 52%,
			color-mix(in srgb, var(--primary) 83%, #000) 100%
		);
	box-shadow:
		0 24px 52px rgba(0, 41, 75, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
	isolation: isolate;
}

.products-sidebar__background {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.035) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.035) 1px,
			transparent 1px
		);
	background-size: 42px 42px;
	-webkit-mask-image: linear-gradient(145deg, #000, transparent 88%);
	mask-image: linear-gradient(145deg, #000, transparent 88%);
	pointer-events: none;
}

.products-sidebar__header {
	padding: 1.55rem 1.35rem 1.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.products-sidebar__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	color: color-mix(in srgb, var(--primary) 20%, #fff);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.products-sidebar__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.products-sidebar__heading h2 {
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -0.025em;
}

.products-sidebar__counter {
	display: grid;
	width: 2.2rem;
	height: 2.2rem;
	flex: 0 0 2.2rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.66rem;
	font-weight: 800;
}

.products-sidebar__header > p {
	margin: 0.8rem 0 0;
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.76rem;
	line-height: 1.6;
}

.products-sidebar__navigation {
	padding: 0.65rem;
}

.products-sidebar__list {
	display: grid;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.products-sidebar__link {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.7rem;
	min-height: 3.45rem;
	padding: 0.6rem 0.7rem;
	border: 1px solid transparent;
	border-radius: 0.65rem;
	background: rgba(255, 255, 255, 0.025);
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
	transition:
		background var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.products-sidebar__link:hover {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	transform: translateX(0.15rem);
}

.products-sidebar__link.is-active {
	border-color: rgba(255, 255, 255, 0.38);
	background: #fff;
	box-shadow:
		0 12px 26px rgba(0, 18, 34, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: var(--primary);
}

.products-sidebar__icon,
.products-sidebar__index {
	display: grid;
	width: 2.15rem;
	height: 2.15rem;
	flex: 0 0 2.15rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 800;
}

.products-sidebar__icon {
	border-radius: 0.55rem;
	font-size: 0.72rem;
}

.products-sidebar__link.is-active .products-sidebar__icon,
.products-sidebar__link.is-active .products-sidebar__index {
	border-color: rgba(0, 41, 75, 0.12);
	background: var(--primary-soft);
	color: var(--primary);
}

.products-sidebar__label {
	min-width: 0;
	overflow-wrap: anywhere;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.4;
}

.products-sidebar__arrow {
	display: grid;
	width: 1.7rem;
	height: 1.7rem;
	place-items: center;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.58rem;
	transition:
		background var(--transition),
		color var(--transition),
		transform var(--transition);
}

.products-sidebar__link:hover .products-sidebar__arrow {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	transform: translateX(0.12rem);
}

.products-sidebar__link.is-active .products-sidebar__arrow {
	background: var(--primary-soft);
	color: var(--primary);
}

.products-sidebar__cta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0.65rem 0.65rem;
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.7rem;
	background: rgba(255, 255, 255, 0.07);
}

.products-sidebar__cta-icon {
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	border-radius: 0.6rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.85rem;
}

.products-sidebar__cta-text {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.15rem;
}

.products-sidebar__cta-text small {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.51rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.products-sidebar__cta-text strong {
	color: #fff;
	font-size: 0.69rem;
	line-height: 1.4;
}

.products-sidebar__cta-button {
	display: grid;
	width: 2.1rem;
	height: 2.1rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.63rem;
	text-decoration: none;
	transition:
		background var(--transition),
		color var(--transition),
		transform var(--transition);
}

.products-sidebar__cta-button:hover {
	background: #fff;
	color: var(--primary);
	transform: translateY(-2px);
}

/* ==========================================================
   Página Cartuchos
========================================================== */

.product-page {
	position: relative;
	padding: 6.5rem 0 7rem;
	overflow: hidden;
	background:
		linear-gradient(
			145deg,
			#f8fafc 0%,
			#f3f6fa 52%,
			#edf2f7 100%
		);
	isolation: isolate;
}

.product-page::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.022) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.022) 1px,
			transparent 1px
		);
	background-size: 64px 64px;
	content: "";
	pointer-events: none;
}

.product-page__decoration {
	position: absolute;
	z-index: -2;
	border-radius: 50%;
	pointer-events: none;
}

.product-page__decoration--left {
	top: -15rem;
	left: -15rem;
	width: 36rem;
	height: 36rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.075),
			transparent 72%
		);
}

.product-page__decoration--right {
	right: -17rem;
	bottom: -17rem;
	width: 40rem;
	height: 40rem;
	background:
		radial-gradient(
			circle,
			rgba(0, 41, 75, 0.07),
			transparent 72%
		);
}

.product-page__layout {
	display: grid;
	grid-template-columns: minmax(17rem, 18.5rem) minmax(0, 1fr);
	align-items: start;
	gap: 2rem;
}

.product-page__sidebar,
.product-page__main {
	min-width: 0;
}

/* ==========================================================
   Apresentação
========================================================== */

.product-overview {
	display: grid;
	grid-template-columns:
		minmax(0, 1.08fr)
		minmax(21rem, 0.92fr);
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.1);
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow:
		0 24px 58px rgba(15, 23, 42, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* ==========================================================
   Galeria
========================================================== */

.product-gallery {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 1rem;
	border-right: 1px solid rgba(0, 41, 75, 0.08);
	background:
		linear-gradient(
			145deg,
			#f9fbfd,
			#f1f5f9
		);
}

.product-gallery__stage {
	position: relative;
	display: grid;
	aspect-ratio: 4 / 3;
	min-height: 0;
	overflow: hidden;
	place-items: center;
	border: 1px solid rgba(0, 41, 75, 0.08);
	border-radius: var(--radius-md);
	background: #fff;
}

.product-gallery__stage::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(
			rgba(0, 41, 75, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(0, 41, 75, 0.025) 1px,
			transparent 1px
		);
	background-size: 42px 42px;
	content: "";
	pointer-events: none;
}

.product-gallery__main-image {
	position: relative;
	z-index: 1;
	display: block;
	min-width: 0;
	min-height: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	padding: 0.75rem;
	cursor: zoom-in;
	transition:
		filter 300ms ease,
		transform 400ms ease;
}

.product-gallery__main-image:focus-visible {
	outline: 3px solid var(--primary);
	outline-offset: -4px;
}

.product-image-modal {
	width: min(96vw, 90rem);
	height: min(94vh, 62rem);
	max-width: none;
	max-height: none;
	padding: clamp(0.75rem, 2vw, 1.5rem);
	overflow: hidden;
	border: 0;
	border-radius: var(--radius-md);
	background: #fff;
	box-shadow: 0 2rem 6rem rgba(0, 18, 34, 0.42);
}

.product-image-modal::backdrop {
	background: rgba(0, 18, 34, 0.86);
	backdrop-filter: blur(4px);
}

.product-image-modal__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-image-modal__close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	background: rgba(0, 41, 75, 0.9);
	box-shadow: 0 0.5rem 1.5rem rgba(0, 18, 34, 0.25);
	color: #fff;
	cursor: pointer;
}

.product-gallery__stage:hover .product-gallery__main-image {
	filter: contrast(1.02) saturate(1.03);
	transform: scale(1.02);
}

.product-gallery__control {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: grid;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(0, 41, 75, 0.88);
	box-shadow: 0 12px 26px rgba(0, 18, 34, 0.2);
	color: #fff;
	font-size: 0.72rem;
	cursor: pointer;
	transform: translateY(-50%);
	transition:
		background var(--transition),
		box-shadow var(--transition),
		transform var(--transition);
}

.product-gallery__control:hover {
	background: var(--primary);
	box-shadow:
		0 16px 32px rgba(0, 41, 75, 0.3),
		0 0 18px rgba(0, 41, 75, 0.1);
}

.product-gallery__control--previous {
	left: 0.8rem;
}

.product-gallery__control--previous:hover {
	transform: translate(-0.15rem, -50%);
}

.product-gallery__control--next {
	right: 0.8rem;
}

.product-gallery__control--next:hover {
	transform: translate(0.15rem, -50%);
}

.product-gallery__counter {
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	z-index: 4;
	padding: 0.45rem 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(0, 41, 75, 0.82);
	color: #fff;
	font-size: 0.63rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	line-height: 1;
}

.product-gallery__thumbnails {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
	margin-top: 0.75rem;
}

.product-gallery__thumbnail {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.1);
	border-radius: 0.65rem;
	background: #fff;
	cursor: pointer;
	transition:
		border-color var(--transition),
		box-shadow var(--transition),
		transform var(--transition);
}

.product-gallery__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.25rem;
}

.product-gallery__thumbnail span {
	position: absolute;
	right: 0.3rem;
	bottom: 0.3rem;
	display: grid;
	width: 1.4rem;
	height: 1.4rem;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 41, 75, 0.82);
	color: #fff;
	font-size: 0.5rem;
	font-weight: 800;
}

.product-gallery__thumbnail:hover {
	border-color: rgba(0, 41, 75, 0.3);
	transform: translateY(-2px);
}

.product-gallery__thumbnail.is-active {
	border-color: var(--primary);
	box-shadow:
		0 8px 18px rgba(0, 41, 75, 0.13),
		0 0 0 2px rgba(0, 41, 75, 0.07);
	transform: translateY(-2px);
}

.product-gallery__empty {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 0.7rem;
	color: var(--color-muted);
}

/* ==========================================================
   Informações principais
========================================================== */

.product-overview__information {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: clamp(2rem, 4vw, 3rem);
}

.product-overview__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.8rem;
}

.product-overview__eyebrow > span {
	display: block;
	width: 2rem;
	height: 1px;
	background:
		linear-gradient(
			90deg,
			var(--primary),
			transparent
		);
}

.product-overview__eyebrow p {
	margin: 0;
	color: var(--primary);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-overview__information h2 {
	margin: 0;
	color: var(--primary);
	font-size: clamp(2rem, 3.4vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.product-overview__lead {
	margin: 1.1rem 0 0;
	color: var(--primary);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
}

.product-overview__text {
	margin: 0.9rem 0 0;
	color: var(--color-muted);
	font-size: 0.9rem;
	line-height: 1.7;
}

.product-overview__attributes {
	display: grid;
	gap: 0.6rem;
	margin-top: 1.35rem;
}

.product-overview__attribute {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.7rem;
	border: 1px solid rgba(0, 41, 75, 0.08);
	border-radius: 0.65rem;
	background: #f8fafc;
}

.product-overview__attribute > span {
	display: grid;
	width: 2.45rem;
	height: 2.45rem;
	flex: 0 0 2.45rem;
	place-items: center;
	border-radius: 0.6rem;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 0.78rem;
}

.product-overview__attribute div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.1rem;
}

.product-overview__attribute strong {
	color: var(--primary);
	font-size: 0.77rem;
}

.product-overview__attribute small {
	color: var(--color-muted);
	font-size: 0.65rem;
}

.product-overview__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: auto;
	padding-top: 1.5rem;
}

/* ==========================================================
   Botões
========================================================== */

.product-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.05rem;
	padding: 0.85rem 1.2rem;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.025em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transform: translateY(0);
	transition:
		box-shadow var(--transition),
		color var(--transition),
		transform var(--transition);
}

.product-button::before {
	position: absolute;
	top: -50%;
	left: -75%;
	width: 42%;
	height: 205%;
	background:
		linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.43),
			transparent
		);
	content: "";
	pointer-events: none;
	transform: rotate(18deg);
	transition: left 540ms ease;
}

.product-button > * {
	position: relative;
	z-index: 1;
}

.product-button:hover {
	transform: translateY(-3px);
}

.product-button:hover::before {
	left: 135%;
}

.product-button i {
	font-size: 0.7rem;
	transition: transform var(--transition);
}

.product-button:hover .fa-arrow-right {
	transform: translateX(0.22rem);
}

.product-button--primary {
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 91%, #fff),
			var(--primary-dark)
		);
	box-shadow:
		0 13px 28px rgba(0, 41, 75, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.13);
	color: #fff;
}

.product-button--primary:hover {
	box-shadow:
		0 18px 36px rgba(0, 41, 75, 0.31),
		0 0 20px rgba(0, 41, 75, 0.1);
	color: #fff;
}

.product-button--whatsapp {
	background:
		linear-gradient(
			135deg,
			#2ee27a,
			#22cf68 52%,
			#18b959
		);
	box-shadow:
		0 13px 28px rgba(37, 211, 102, 0.27),
		inset 0 1px 0 rgba(255, 255, 255, 0.23);
	color: #fff;
}

.product-button--whatsapp:hover {
	box-shadow:
		0 18px 36px rgba(37, 211, 102, 0.36),
		0 0 24px rgba(37, 211, 102, 0.16);
	color: #fff;
}

/* ==========================================================
   Seções inferiores
========================================================== */

.product-section,
.product-final-cta {
	margin-top: 1.5rem;
	border: 1px solid rgba(0, 41, 75, 0.09);
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow:
		0 20px 46px rgba(15, 23, 42, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.product-section {
	padding: clamp(2rem, 4vw, 3.25rem);
}

.product-section__heading > span {
	display: inline-block;
	margin-bottom: 0.65rem;
	color: var(--primary);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.product-section__heading h2 {
	margin: 0;
	color: var(--primary);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.13;
}

.product-section__heading > p {
	margin: 0.9rem 0 0;
	color: var(--color-muted);
	font-size: 0.88rem;
	line-height: 1.65;
}

.product-description {
	display: grid;
	grid-template-columns:
		minmax(15rem, 0.72fr)
		minmax(0, 1.28fr);
	gap: 3rem;
}

.product-description__content p {
	margin: 0 0 0.9rem;
	color: var(--color-muted);
	font-size: 0.91rem;
	line-height: 1.78;
}

.product-description__content p:last-child {
	margin-bottom: 0;
}

.product-benefits__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.75fr);
	align-items: end;
	gap: 2rem;
	margin-bottom: 1.75rem;
}

.product-benefits__heading > p {
	margin: 0;
	color: var(--color-muted);
	font-size: 0.86rem;
	line-height: 1.65;
}

.product-benefits__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.product-benefits__card {
	position: relative;
	padding: 1.35rem;
	overflow: hidden;
	border: 1px solid rgba(0, 41, 75, 0.08);
	border-radius: var(--radius-sm);
	background:
		linear-gradient(
			145deg,
			#fff,
			#f8fafc
		);
	transition:
		border-color var(--transition),
		box-shadow var(--transition),
		transform var(--transition);
}

.product-benefits__card:hover {
	border-color: rgba(0, 41, 75, 0.18);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
	transform: translateY(-0.3rem);
}

.product-benefits__icon {
	display: grid;
	width: 2.85rem;
	height: 2.85rem;
	margin-bottom: 0.9rem;
	place-items: center;
	border-radius: 0.7rem;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 0.92rem;
	transition:
		background var(--transition),
		color var(--transition),
		transform var(--transition);
}

.product-benefits__card:hover .product-benefits__icon {
	background: var(--primary);
	color: #fff;
	transform: translateY(-2px);
}

.product-benefits__card h3 {
	margin: 0 0 0.45rem;
	color: var(--primary);
	font-size: 0.96rem;
	font-weight: 800;
}

.product-benefits__card p {
	margin: 0;
	color: var(--color-muted);
	font-size: 0.81rem;
	line-height: 1.6;
}

.product-applications {
	display: grid;
	grid-template-columns:
		minmax(0, 0.9fr)
		minmax(0, 1.1fr);
	align-items: center;
	gap: 2.5rem;
}

.product-applications__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-applications__list li {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	min-height: 3rem;
	padding: 0.7rem;
	border: 1px solid rgba(0, 41, 75, 0.08);
	border-radius: 0.65rem;
	background: #f8fafc;
	color: var(--primary);
	font-size: 0.75rem;
	font-weight: 700;
}

.product-applications__list i {
	display: grid;
	width: 1.4rem;
	height: 1.4rem;
	flex: 0 0 1.4rem;
	place-items: center;
	border-radius: 50%;
	background: var(--primary-soft);
	color: var(--primary);
	font-size: 0.54rem;
}

/* ==========================================================
   CTA final
========================================================== */

.product-final-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 2rem;
	padding: clamp(2rem, 4vw, 3.25rem);
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--primary) 90%, #000),
			var(--primary) 50%,
			color-mix(in srgb, var(--primary) 82%, #000)
		);
	color: #fff;
	isolation: isolate;
}

.product-final-cta__background {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.04) 1px,
			transparent 1px
		);
	background-size: 52px 52px;
	pointer-events: none;
}

.product-final-cta > div:not(.product-final-cta__background) > span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.product-final-cta h2 {
	max-width: 43rem;
	margin: 0.55rem 0 0;
	color: #fff;
	font-size: clamp(1.85rem, 3vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.product-final-cta p {
	max-width: 44rem;
	margin: 0.8rem 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.85rem;
	line-height: 1.65;
}

.product-button--light {
	background: #fff;
	box-shadow:
		0 14px 30px rgba(0, 18, 34, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	color: var(--primary);
}

.product-button--light:hover {
	box-shadow:
		0 20px 40px rgba(0, 18, 34, 0.3),
		0 0 22px rgba(255, 255, 255, 0.1);
	color: var(--primary);
}

/* ==========================================================
   Responsividade
========================================================== */

@media (max-width: 1199.98px) {
	.product-page__layout {
		grid-template-columns: minmax(16rem, 17rem) minmax(0, 1fr);
	}

	.product-overview {
		grid-template-columns: 1fr;
	}

	.product-gallery {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 41, 75, 0.08);
	}

	.product-overview__actions {
		margin-top: 0;
	}
}

@media (max-width: 991.98px) {
	.product-page {
		padding: 5.75rem 0 6rem;
	}

	.product-page__layout {
		grid-template-columns: 1fr;
	}

	.products-sidebar {
		position: relative;
		top: auto;
	}

	.products-sidebar__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-description,
	.product-applications {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}
}

@media (max-width: 767.98px) {
	.product-page {
		padding: 5rem 0 5.5rem;
	}

	.product-gallery__stage {
		aspect-ratio: 1 / 1;
	}

	.product-benefits__heading {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}

	.product-benefits__grid,
	.product-applications__list {
		grid-template-columns: 1fr;
	}

	.product-final-cta {
		grid-template-columns: 1fr;
	}

	.product-final-cta .product-button {
		width: 100%;
	}
}

@media (max-width: 575.98px) {
	.product-page {
		padding: 3rem 0 5rem;
	}

	.products-sidebar__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.products-sidebar__header {
		padding: 1.15rem;
	}

	.products-sidebar__header > p,
	.products-sidebar__cta,
	.products-sidebar__arrow {
		display: none;
	}

	.products-sidebar__link {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 0.5rem;
		min-height: 3.25rem;
		padding: 0.55rem;
	}

	.products-sidebar__link strong {
		font-size: 0.65rem;
	}

	.product-overview {
		border-radius: var(--radius-md);
	}

	.product-gallery {
		padding: 0.65rem;
	}

	.product-gallery__stage {
		border-radius: var(--radius-sm);
	}

	.product-gallery__control {
		width: 2.45rem;
		height: 2.45rem;
	}

	.product-gallery__thumbnails {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-overview__information {
		padding: 1.5rem;
	}

	.product-overview__information h2 {
		font-size: clamp(1.9rem, 9vw, 2.5rem);
	}

	.product-overview__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.product-button {
		width: 100%;
	}

	.product-section,
	.product-final-cta {
		margin-top: 1.1rem;
		padding: 1.45rem;
		border-radius: var(--radius-md);
	}
}

@media (max-width: 389.98px) {
	.product-overview__information,
	.product-section,
	.product-final-cta {
		padding: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.products-sidebar__link,
	.products-sidebar__arrow,
	.products-sidebar__cta-button,
	.product-gallery__main-image,
	.product-gallery__control,
	.product-gallery__thumbnail,
	.product-button,
	.product-button::before,
	.product-button i,
	.product-benefits__card,
	.product-benefits__icon {
		transition-duration: 0.01ms;
	}
}

/* Notebooks e monitores com pouca altura útil. */
@media (min-width: 992px) and (max-height: 950px) {
	.home-hero {
		min-height: calc(100svh - 12.5rem);
		padding-top: clamp(3rem, 7vh, 5rem);
		padding-bottom: clamp(6rem, 12vh, 7rem);
	}

	.home-hero__content {
		min-height: clamp(24rem, 55vh, 28rem);
	}

	.home-hero__badge,
	.home-hero__title {
		margin-bottom: 1rem;
	}

	.home-hero__actions {
		margin-top: 1.5rem;
	}

	.home-hero__floating {
		bottom: 1rem;
	}
}
