:root {
	--trindade-primary: #0D1B2A;
	--trindade-secondary: #1B263B;
	--trindade-accent: #0b82ff;
	--trindade-white: #FFFFFF;
	--trindade-light: #F5F5F5;
	--trindade-text: #333333;
	--trindade-muted: #667085;
	--trindade-border: rgba(13, 27, 42, 0.12);
	--trindade-shadow-sm: 0 10px 24px rgba(13, 27, 42, 0.08);
	--trindade-shadow-md: 0 18px 42px rgba(13, 27, 42, 0.10);
	--trindade-shadow-lg: 0 28px 80px rgba(13, 27, 42, 0.20);
	--trindade-radius-sm: 6px;
	--trindade-radius-md: 8px;
	--trindade-radius-lg: 14px;
	--trindade-container: 1180px;
	--trindade-transition: 0.22s ease;
	--color-primary: #0D1B2A;
	--color-secondary: #1B263B;
	--color-white: #FFFFFF;
	--color-light: #F5F5F5;
	--color-text: #333333;
	--trindade-shadow: 0 18px 42px rgba(13, 27, 42, 0.10);
	--trindade-radius: 8px;
}

/* Sprint visual QA: premium consistency */
.trindade-front-logo,
.trindade-front-footer-logo,
.trindade-front-logo .custom-logo-link,
.trindade-front-footer-logo .custom-logo-link {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.trindade-front-logo img,
.trindade-front-logo .custom-logo,
.site-header .custom-logo {
	display: block;
	width: auto;
	height: clamp(42px, 4.2vw, 50px) !important;
	max-height: 50px !important;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: contrast(1.08) saturate(1.02);
}

.trindade-front-header {
	min-height: 76px;
}

.trindade-front-header-inner {
	align-items: center;
	min-height: 76px;
}

.trindade-front-stats {
	align-items: stretch;
}

.trindade-front-stat {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	min-height: 132px;
	padding: 24px;
	gap: 16px;
}

.trindade-front-stat > div {
	display: grid;
	gap: 5px;
	align-content: center;
	min-width: 0;
}

.trindade-front-stat small {
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(13, 27, 42, 0.58);
}

.trindade-front-stat strong {
	display: block;
	font-size: clamp(1.55rem, 2vw, 2.05rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
	color: #0d1b2a;
	overflow-wrap: anywhere;
}

.trindade-front-stat p {
	margin: 0;
	font-size: 0.86rem;
	font-weight: 500;
	line-height: 1.42;
	color: #526172;
}

.trindade-front-stat-icon {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(11, 130, 255, 0.1);
	color: #0b82ff;
	display: inline-grid;
	place-items: center;
}

.trindade-front-stat-icon svg,
.trindade-card-icon svg,
.trindade-rich-service-icon svg {
	width: 22px;
	height: 22px;
	stroke-width: 1.8;
}

.trindade-section-light .trindade-front-eyebrow,
.trindade-section-light .trindade-section-header .trindade-front-eyebrow {
	color: #0b5fb8;
	text-shadow: none;
}

.trindade-card-cover-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.trindade-product-card,
.trindade-rich-service-card,
.trindade-feature-item,
.trindade-contact-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.trindade-product-card > :not(.trindade-card-cover-link),
.trindade-rich-service-card > :not(.trindade-card-cover-link) {
	position: relative;
	z-index: 2;
}

.trindade-product-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 18px;
	text-decoration: none;
}

.trindade-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fafc, #eef4fa);
	transition: transform 0.28s ease;
}

.trindade-product-card:hover img {
	transform: scale(1.025);
}

.trindade-product-card h3 {
	margin: 0;
	font-size: clamp(1.12rem, 1.4vw, 1.34rem);
	line-height: 1.22;
	color: #0d1b2a;
}

.trindade-product-status {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(11, 130, 255, 0.1);
	color: #0b5fb8;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.trindade-product-card p {
	margin: 0;
	color: #5e6c7c;
	line-height: 1.58;
}

.trindade-product-actions,
.trindade-service-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.trindade-product-actions a,
.trindade-service-actions a,
.trindade-card-quote-link {
	position: relative;
	z-index: 3;
}

.trindade-card-quote-link {
	color: #0b5fb8;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.trindade-card-quote-link:hover {
	color: #0d1b2a;
}

.trindade-rich-service-card {
	display: grid;
	grid-template-columns: minmax(170px, 0.9fr) minmax(0, 1.1fr);
	min-height: 100%;
	padding: 0;
	background: #fff;
}

.trindade-rich-service-image {
	min-height: 100%;
	background: #eef4fa;
}

.trindade-rich-service-image img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	transition: transform 0.32s ease;
}

.trindade-rich-service-card:hover .trindade-rich-service-image img {
	transform: scale(1.035);
}

.trindade-rich-service-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 26px;
}

.trindade-rich-service-icon,
.trindade-card-icon {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	border-radius: 15px;
	background: rgba(11, 130, 255, 0.1);
	color: #0b82ff;
}

.trindade-rich-service-card h3 {
	margin: 0;
	font-size: clamp(1.18rem, 1.6vw, 1.42rem);
	line-height: 1.22;
	color: #0d1b2a;
}

.trindade-rich-service-card p {
	margin: 0;
	color: #5e6c7c;
	line-height: 1.6;
}

.trindade-feature-list.trindade-structure-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.trindade-feature-item.trindade-icon-card {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 96px;
	padding: 22px;
	border: 1px solid rgba(13, 27, 42, 0.08);
	background: #fff;
	color: #0d1b2a;
}

.trindade-feature-item.trindade-icon-card::before,
.trindade-contact-card.trindade-icon-card::before {
	display: none !important;
	content: none !important;
}

.trindade-feature-item.trindade-icon-card strong {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
}

.trindade-contact-card.trindade-icon-card {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: start;
	gap: 14px 16px;
	padding: 24px;
}

.trindade-contact-card .trindade-card-icon {
	grid-row: span 2;
}

.trindade-contact-card h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.2;
	color: #0d1b2a;
}

.trindade-contact-card p {
	margin: 0;
	line-height: 1.55;
}

.trindade-contact-card a {
	overflow-wrap: anywhere;
	text-decoration: none;
}

.trindade-contact-card a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.trindade-front-service-card span,
.trindade-service-card span {
	background: rgba(11, 130, 255, 0.1);
	color: #0b82ff;
}

.trindade-front-service-card span svg,
.trindade-service-card span svg {
	width: 22px;
	height: 22px;
}

@media (max-width: 1100px) {
	.trindade-front-stat {
		grid-template-columns: 40px minmax(0, 1fr);
		padding: 20px;
	}

	.trindade-feature-list.trindade-structure-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trindade-rich-service-card {
		grid-template-columns: 1fr;
	}

	.trindade-rich-service-image img {
		min-height: 220px;
	}
}

@media (max-width: 720px) {
	.trindade-front-logo img,
	.trindade-front-logo .custom-logo,
	.site-header .custom-logo {
		height: 42px !important;
		max-height: 42px !important;
	}

	.trindade-front-stat {
		min-height: auto;
	}

	.trindade-feature-list.trindade-structure-list,
	.trindade-contact-cards,
	.trindade-product-list,
	.trindade-service-list {
		grid-template-columns: 1fr !important;
	}

	.trindade-product-actions,
	.trindade-service-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.trindade-product-actions .trindade-btn,
	.trindade-service-actions .trindade-btn,
	.trindade-card-quote-link {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.trindade-contact-card.trindade-icon-card {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 20px;
	}
}

body {
	color: var(--color-text);
	font-family: "Roboto", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.18;
}

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

a:hover,
a:focus {
	color: var(--color-secondary);
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.trindade-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--trindade-radius);
	display: inline-flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 0.85rem 1.35rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.trindade-btn:hover {
	transform: translateY(-1px);
}

.trindade-btn-primary,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}

.trindade-btn-primary:hover,
.trindade-btn-primary:focus,
.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--color-secondary);
	border-color: var(--color-secondary);
	color: var(--color-white);
}

.trindade-btn-outline {
	background: transparent;
	border-color: var(--color-primary);
	color: var(--color-primary);
}

.trindade-btn-outline:hover,
.trindade-btn-outline:focus {
	background: var(--color-primary);
	color: var(--color-white);
}

.trindade-btn-whatsapp {
	border-color: rgba(37, 211, 102, 0.45);
}

.trindade-card-hover {
	transition: border-color var(--trindade-transition), box-shadow var(--trindade-transition), transform var(--trindade-transition);
}

.trindade-card-hover:hover {
	border-color: rgba(11, 130, 255, 0.28);
	box-shadow: var(--trindade-shadow-lg);
	transform: translateY(-4px);
}

.trindade-section-light {
	background: var(--trindade-light);
}

.trindade-section-dark {
	background: var(--trindade-primary);
	color: var(--trindade-white);
}

.trindade-page-hero-content {
	margin: 0 auto;
	max-width: var(--trindade-container);
	padding: 0 24px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.trindade-page-hero-title {
	color: var(--trindade-white);
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	font-weight: 800;
	line-height: 1.05;
	margin-bottom: 16px;
}

.trindade-page-hero-subtitle {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1rem, 1.5vw, 1.22rem);
	line-height: 1.65;
	max-width: 760px;
}

.trindade-breadcrumbs {
	align-items: center;
	color: var(--trindade-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 8px;
}

.trindade-breadcrumbs a {
	color: var(--trindade-primary);
	text-decoration: none;
}

.trindade-product-card img {
	aspect-ratio: 4 / 3;
	border-radius: var(--trindade-radius-md);
	display: block;
	object-fit: cover;
	width: 100%;
}

.trindade-section {
	padding: 80px 0;
}

.trindade-section.is-light {
	background: var(--color-light);
}

.trindade-container {
	margin: 0 auto;
	max-width: var(--trindade-container);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.trindade-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trindade-card {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: var(--trindade-shadow);
	padding: 28px;
}

.trindade-card h3 {
	margin-bottom: 10px;
}

.trindade-cta {
	background: var(--color-primary);
	border-radius: var(--trindade-radius);
	color: var(--color-white);
	padding: 42px;
}

.trindade-cta h2,
.trindade-cta h3,
.trindade-cta p {
	color: var(--color-white);
}

.trindade-badge {
	align-items: center;
	background: rgba(13, 27, 42, 0.08);
	border-radius: 999px;
	color: var(--color-primary);
	display: inline-flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.4rem 0.75rem;
	text-transform: uppercase;
}

.woocommerce .product .button.add_to_cart_button,
.woocommerce .product .single_add_to_cart_button,
.woocommerce .cart,
.woocommerce-cart-form,
.woocommerce-mini-cart,
.ast-site-header-cart,
.site-header-cart,
.cart-contents,
.woocommerce a.checkout-button {
	display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: 0 10px 28px rgba(13, 27, 42, 0.06);
	overflow: hidden;
	padding-bottom: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 700;
	padding-left: 18px;
	padding-right: 18px;
}

.woocommerce div.product .product_title {
	color: var(--color-primary);
}

.woocommerce .yith-ywraq-add-to-quote,
.woocommerce .yith_ywraq_add_item_browse_message,
.woocommerce .yith_ywraq_add_item_response_message {
	display: block;
	margin-top: 14px;
}

.trindade-home {
	background: var(--color-white);
}

.trindade-hero {
	background:
		linear-gradient(115deg, rgba(13, 27, 42, 0.94), rgba(27, 38, 59, 0.90)),
		linear-gradient(135deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.08) 75%, transparent 75%, transparent);
	background-size: auto, 28px 28px;
	color: var(--color-white);
	padding: 96px 0;
	position: relative;
}

.trindade-hero h1,
.trindade-hero p {
	color: var(--color-white);
}

.trindade-hero-grid {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.trindade-hero-copy {
	max-width: 720px;
}

.trindade-eyebrow {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.trindade-hero h1 {
	font-size: clamp(2.3rem, 5vw, 4.8rem);
	letter-spacing: -0.04em;
	margin-bottom: 20px;
}

.trindade-hero-subtitle {
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	margin-bottom: 30px;
	max-width: 640px;
	opacity: 0.92;
}

.trindade-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.trindade-hero .trindade-btn-outline {
	border-color: rgba(255, 255, 255, 0.72);
	color: var(--color-white);
}

.trindade-hero .trindade-btn-outline:hover,
.trindade-hero .trindade-btn-outline:focus {
	background: var(--color-white);
	color: var(--color-primary);
}

.trindade-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.trindade-hero .trindade-badge {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--color-white);
}

.trindade-hero-panel {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
	padding: 28px;
}

.trindade-hero-panel h2 {
	color: var(--color-white);
	font-size: 1.25rem;
	margin-bottom: 16px;
}

.trindade-hero-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trindade-hero-list li {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.92);
	padding: 13px 0;
}

.trindade-section-header {
	margin-bottom: 34px;
	max-width: 760px;
}

.trindade-section-header.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.trindade-section-header h2 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	margin-bottom: 12px;
}

.trindade-section-header p {
	font-size: 1.05rem;
	margin-bottom: 0;
}

.trindade-card p:last-child {
	margin-bottom: 0;
}

.trindade-card-action {
	margin-top: 18px;
}

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

.trindade-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trindade-media-placeholder {
	align-items: center;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(135deg, rgba(13, 27, 42, 0.88), rgba(27, 38, 59, 0.76)),
		linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-size: auto, 22px 22px;
	border-radius: var(--trindade-radius);
	color: var(--color-white);
	display: flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 14px;
	padding: 20px;
	text-align: center;
}

.trindade-differentials {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trindade-differentials li {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	padding: 10px 0;
}

.trindade-differentials li::before {
	background: var(--color-primary);
	border-radius: 999px;
	color: var(--color-white);
	content: "✓";
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 0.82rem;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 24px;
	margin-top: 2px;
	width: 24px;
}

.trindade-contact-list {
	display: grid;
	gap: 14px;
	margin: 0;
}

.trindade-contact-item {
	border-bottom: 1px solid var(--trindade-border);
	padding-bottom: 14px;
}

.trindade-contact-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.trindade-contact-item strong {
	color: var(--color-primary);
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	margin-bottom: 4px;
}

.trindade-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 34px;
}

.trindade-filter-chip {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: 999px;
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	padding: 0.55rem 0.9rem;
}

.trindade-product-status {
	background: rgba(13, 27, 42, 0.08);
	border: 1px solid rgba(13, 27, 42, 0.14);
	border-radius: 999px;
	color: var(--color-primary);
	display: inline-flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: 8px 0 14px;
	padding: 0.5rem 0.75rem;
	text-transform: uppercase;
}

.trindade-catalog-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.trindade-catalog-card .trindade-card-action {
	margin-top: auto;
}

.trindade-product-meta {
	color: #5b6470;
	font-size: 0.95rem;
	margin-bottom: 0;
}

.woocommerce ul.products li.product .price {
	display: block;
	padding-left: 18px;
	padding-right: 18px;
}

.woocommerce ul.products li.product .trindade-quote-button {
	margin: 8px 18px 0;
	width: calc(100% - 36px);
}

.single-product .summary .price {
	margin-bottom: 8px;
}

.trindade-product-summary-box {
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	margin: 18px 0;
	padding: 18px;
}

.trindade-product-sku {
	margin-bottom: 0;
}

.trindade-product-technical {
	margin-top: 32px;
}

.trindade-product-technical h2 {
	font-size: 1.45rem;
	margin-bottom: 14px;
}

.trindade-technical-list {
	display: grid;
	gap: 10px;
	margin: 0 0 28px;
	padding-left: 18px;
}

.trindade-model-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.trindade-model-list span {
	background: var(--color-light);
	border: 1px solid var(--trindade-border);
	border-radius: 999px;
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	padding: 0.45rem 0.75rem;
}

.trindade-quote-page {
	background: var(--color-light);
}

.trindade-quote-form {
	display: grid;
	gap: 22px;
}

.trindade-form-block h2 {
	font-size: 1.35rem;
	margin-bottom: 22px;
}

.trindade-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trindade-form-field {
	display: grid;
	gap: 8px;
	margin-bottom: 0;
}

.trindade-form-field span {
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
}

.trindade-form-field small {
	color: #657080;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 400;
}

.trindade-form-field input,
.trindade-form-field select,
.trindade-form-field textarea {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	color: var(--color-text);
	font-family: "Roboto", Arial, sans-serif;
	min-height: 46px;
	padding: 0.78rem 0.9rem;
	width: 100%;
}

.trindade-form-field textarea {
	min-height: 130px;
	resize: vertical;
}

.trindade-form-field input:focus,
.trindade-form-field select:focus,
.trindade-form-field textarea:focus {
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(13, 27, 42, 0.10);
	outline: none;
}

.trindade-form-message {
	border-radius: var(--trindade-radius);
	font-weight: 600;
	margin-bottom: 22px;
	padding: 16px 18px;
}

.trindade-form-message.success {
	background: #e8f7ed;
	border: 1px solid #b7e4c7;
	color: #1b5e20;
}

.trindade-form-message.error {
	background: #fff2f2;
	border: 1px solid #f2b8b5;
	color: #8a1f16;
}

.trindade-form-message ul {
	margin: 8px 0 0;
	padding-left: 20px;
}

.trindade-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.main-header-menu .trindade-menu-quote > a,
.ast-builder-menu-1 .main-header-menu .trindade-menu-quote > .menu-link {
	background: var(--color-primary);
	border-radius: var(--trindade-radius);
	color: var(--color-white) !important;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.72rem 1rem;
}

.main-header-menu .trindade-menu-quote > a:hover,
.main-header-menu .trindade-menu-quote > a:focus,
.ast-builder-menu-1 .main-header-menu .trindade-menu-quote > .menu-link:hover,
.ast-builder-menu-1 .main-header-menu .trindade-menu-quote > .menu-link:focus {
	background: var(--color-secondary);
	color: var(--color-white) !important;
}

.trindade-page-hero {
	background:
		linear-gradient(115deg, rgba(13, 27, 42, 0.95), rgba(27, 38, 59, 0.88)),
		linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
	background-size: auto, 26px 26px;
	color: var(--color-white);
	padding: 78px 0;
}

.trindade-page-hero.has-image,
.trindade-hero.has-image {
	background-position: center;
	background-size: cover;
	position: relative;
}

.trindade-page-hero.has-image::before,
.trindade-hero.has-image::before {
	background: linear-gradient(115deg, rgba(13, 27, 42, 0.94), rgba(27, 38, 59, 0.78));
	content: "";
	inset: 0;
	position: absolute;
}

.trindade-page-hero.has-image .trindade-container,
.trindade-hero.has-image .trindade-container {
	position: relative;
	z-index: 1;
}

.trindade-page-hero h1,
.trindade-page-hero p {
	color: var(--color-white);
}

.trindade-page-hero h1 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	margin-bottom: 16px;
}

.trindade-page-hero p {
	font-size: 1.12rem;
	margin-bottom: 0;
	max-width: 780px;
	opacity: 0.92;
}

.trindade-feature-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
}

.trindade-feature-item {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 700;
	padding: 18px;
}

.trindade-story-grid {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.trindade-story-marker {
	background: var(--color-primary);
	border-radius: var(--trindade-radius);
	color: var(--color-white);
	padding: 30px;
}

.trindade-story-marker strong {
	color: var(--color-white);
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1;
	margin-bottom: 10px;
}

.trindade-values-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trindade-value-card {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: 0 10px 28px rgba(13, 27, 42, 0.06);
	padding: 26px;
}

.trindade-value-card h3 {
	font-size: 1.18rem;
	margin-bottom: 10px;
}

.trindade-image-card {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: var(--trindade-shadow);
	overflow: hidden;
}

.trindade-image-card img,
.trindade-content-image,
.trindade-catalog-image {
	display: block;
	height: auto;
	width: 100%;
}

.trindade-image-card img,
.trindade-content-image {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.trindade-image-card-body {
	padding: 22px;
}

.trindade-split {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.trindade-card-media {
	border-radius: var(--trindade-radius);
	display: block;
	height: 190px;
	margin: -28px -28px 22px;
	object-fit: cover;
	width: calc(100% + 56px);
}

.trindade-brand-grid {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trindade-brand-card {
	align-items: center;
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	display: flex;
	justify-content: center;
	min-height: 118px;
	padding: 22px;
}

.trindade-brand-card img {
	display: block;
	max-height: 64px;
	max-width: 100%;
	object-fit: contain;
}

.trindade-footer-logo {
	margin-bottom: 16px;
}

.trindade-footer-logo img {
	background: var(--color-white);
	border-radius: var(--trindade-radius);
	display: block;
	max-height: 72px;
	padding: 8px;
	width: auto;
}

.trindade-gallery-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trindade-gallery-card {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: 0 10px 28px rgba(13, 27, 42, 0.06);
	overflow: hidden;
}

.trindade-gallery-placeholder {
	align-items: center;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(13, 27, 42, 0.88), rgba(27, 38, 59, 0.76)),
		linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-size: auto, 22px 22px;
	color: var(--color-white);
	display: flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 700;
	justify-content: center;
	padding: 22px;
	text-align: center;
}

.trindade-gallery-body {
	padding: 22px;
}

.trindade-gallery-body h3 {
	font-size: 1.08rem;
	margin-bottom: 8px;
}

.trindade-contact-cards {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trindade-contact-card {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: 0 10px 28px rgba(13, 27, 42, 0.06);
	padding: 22px;
}

.trindade-contact-card h3 {
	font-size: 1.02rem;
	margin-bottom: 10px;
}

.trindade-contact-card p,
.trindade-contact-card a {
	font-size: 0.95rem;
	overflow-wrap: anywhere;
}

.trindade-contact-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.trindade-map-block {
	background: var(--color-white);
	border: 1px solid var(--trindade-border);
	border-radius: var(--trindade-radius);
	box-shadow: var(--trindade-shadow);
	overflow: hidden;
}

.trindade-map-block iframe {
	border: 0;
	display: block;
	min-height: 360px;
	width: 100%;
}

.trindade-map-placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(13, 27, 42, 0.88), rgba(27, 38, 59, 0.76)),
		linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-size: auto, 22px 22px;
	color: var(--color-white);
	display: flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 1.12rem;
	font-weight: 700;
	justify-content: center;
	min-height: 300px;
	padding: 28px;
	text-align: center;
}

.trindade-map-caption {
	padding: 18px;
}

.trindade-contact-form-wrap h2 {
	margin-bottom: 8px;
}

.trindade-contact-form {
	display: grid;
	gap: 18px;
	margin-top: 20px;
}

.trindade-footer {
	background: var(--color-primary);
	color: rgba(255, 255, 255, 0.82);
	padding: 56px 0 24px;
}

.trindade-footer h2,
.trindade-footer h3 {
	color: var(--color-white);
}

.trindade-footer h2 {
	font-size: 1.45rem;
	margin-bottom: 14px;
}

.trindade-footer h3 {
	font-size: 1rem;
	margin-bottom: 14px;
}

.trindade-footer a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.trindade-footer a:hover,
.trindade-footer a:focus {
	color: var(--color-white);
	text-decoration: underline;
}

.trindade-footer-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 1.3fr 0.8fr 0.9fr 1.1fr;
}

.trindade-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.trindade-footer li {
	margin-bottom: 9px;
}

.trindade-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.trindade-footer .trindade-btn-outline {
	border-color: rgba(255, 255, 255, 0.58);
	color: var(--color-white);
}

.trindade-footer .trindade-btn-outline:hover,
.trindade-footer .trindade-btn-outline:focus {
	background: var(--color-white);
	color: var(--color-primary);
	text-decoration: none;
}

.trindade-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	justify-content: space-between;
	margin-top: 38px;
	padding-top: 20px;
}

@media (max-width: 921px) {
	.trindade-section {
		padding: 64px 0;
	}

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

	.trindade-hero {
		padding: 76px 0;
	}

	.trindade-hero-grid {
		grid-template-columns: 1fr;
	}

	.trindade-feature-list,
	.trindade-gallery-grid,
	.trindade-contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trindade-contact-layout,
	.trindade-story-grid,
	.trindade-split,
	.trindade-footer-grid {
		grid-template-columns: 1fr;
	}

	.trindade-values-grid {
		grid-template-columns: 1fr;
	}

	.trindade-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body {
		font-size: 15px;
	}

	.trindade-section {
		padding: 48px 0;
	}

	.trindade-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.trindade-grid,
	.trindade-grid.two,
	.trindade-grid.four {
		grid-template-columns: 1fr;
	}

	.trindade-card,
	.trindade-cta {
		padding: 24px;
	}

	.trindade-hero {
		padding: 58px 0;
	}

	.trindade-actions {
		flex-direction: column;
	}

	.trindade-feature-list,
	.trindade-gallery-grid,
	.trindade-contact-cards {
		grid-template-columns: 1fr;
	}

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

	.trindade-form-grid {
		grid-template-columns: 1fr;
	}

	.trindade-btn,
	.button,
	button,
	input[type="submit"] {
		width: 100%;
	}
}

/* Sprint 12 polish layer */
:root {
	--trindade-navy-950: #06101d;
	--trindade-navy-900: #071a31;
	--trindade-blue-500: #0b82ff;
	--trindade-green-500: #25d366;
}

.trindade-front-logo,
.trindade-front-footer-logo {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trindade-front-logo img,
.trindade-front-footer-logo img,
.site-header .custom-logo,
.trindade-footer-logo img {
	background: transparent !important;
	box-shadow: none !important;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.20));
}

.trindade-front-header {
	height: 76px;
}

.trindade-front-header-inner {
	height: 76px;
}

.trindade-front-nav {
	gap: clamp(16px, 2vw, 26px);
}

.trindade-front-nav a {
	font-size: 0.84rem;
	letter-spacing: 0;
}

.trindade-front-header-actions {
	gap: 10px;
}

.trindade-front-btn,
.trindade-btn,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 7px;
	font-weight: 800;
	min-height: 44px;
	text-decoration: none !important;
	white-space: nowrap;
}

.trindade-front-btn {
	padding-left: 18px;
	padding-right: 18px;
}

.trindade-front-btn svg,
.trindade-btn svg {
	height: 17px;
	width: 17px;
}

.trindade-front-btn-primary,
.trindade-btn-primary {
	background: linear-gradient(135deg, #0878e6, var(--trindade-blue-500));
	border-color: #0878e6;
	box-shadow: 0 12px 28px rgba(8, 120, 230, 0.22);
}

.trindade-front-btn-primary:hover,
.trindade-btn-primary:hover {
	box-shadow: 0 16px 34px rgba(8, 120, 230, 0.30);
}

.trindade-front-btn-whatsapp,
.trindade-front-btn-whatsapp-solid,
.trindade-btn-whatsapp {
	border-color: rgba(37, 211, 102, 0.42);
}

.trindade-front-btn-whatsapp-solid {
	background: linear-gradient(135deg, #118b3e, #18a84b);
}

.trindade-front-hero {
	min-height: 560px;
}

.trindade-front-hero-content {
	min-height: 560px;
	padding-bottom: 92px;
}

.trindade-front-hero h1 {
	font-size: clamp(3rem, 5vw, 3.95rem);
	max-width: 680px;
}

.trindade-front-hero p {
	font-size: clamp(1rem, 1.4vw, 1.16rem);
	line-height: 1.6;
	max-width: 660px;
}

.trindade-front-stats {
	border-radius: 10px;
}

.trindade-front-stat {
	min-height: 116px;
	padding: 22px 28px;
}

.trindade-front-stat-icon svg {
	height: 42px;
	width: 42px;
}

.trindade-front-stat strong {
	font-size: 1.38rem;
}

.trindade-front-about {
	padding-bottom: 62px;
	padding-top: 104px;
}

.trindade-front-about-grid {
	gap: 34px;
}

.trindade-front-about-copy h2,
.trindade-front-services h2,
.trindade-front-section-head h2,
.trindade-front-cta h2,
.trindade-internal-intro h2,
.trindade-internal-split h2 {
	font-size: clamp(2rem, 3vw, 2.75rem);
}

.trindade-front-about-copy p,
.trindade-internal-intro p,
.trindade-internal-split p,
.trindade-product-description p {
	color: #4f5f72;
	line-height: 1.72;
}

.trindade-front-about-img {
	max-height: 520px;
	object-position: center center;
}

.trindade-front-floating-card {
	backdrop-filter: blur(10px);
	border-color: rgba(13, 27, 42, 0.10);
}

.trindade-front-service-card,
.trindade-card,
.trindade-value-card,
.trindade-contact-card,
.trindade-gallery-card,
.trindade-product-card,
.trindade-product-tech-card,
.trindade-product-application-card,
.woocommerce ul.products li.product {
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(13, 27, 42, 0.07);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.trindade-front-service-card:hover,
.trindade-card:hover,
.trindade-value-card:hover,
.trindade-contact-card:hover,
.trindade-gallery-card:hover,
.trindade-product-card:hover,
.trindade-product-tech-card:hover,
.trindade-product-application-card:hover,
.woocommerce ul.products li.product:hover {
	box-shadow: 0 20px 52px rgba(13, 27, 42, 0.13);
	transform: translateY(-4px);
}

.trindade-front-service-card {
	min-height: 172px;
	padding: 21px 18px;
}

.trindade-front-service-card span svg {
	height: 32px;
	width: 32px;
}

.trindade-front-service-card p {
	color: #556578;
}

.trindade-front-brands {
	padding-top: 22px;
}

.trindade-front-brands .trindade-front-container {
	border-radius: 10px;
	padding-top: 24px;
}

.trindade-front-brand-card {
	height: 80px;
}

.trindade-front-brand-logo {
	max-height: 50px;
}

.trindade-front-cta {
	border-radius: 10px;
	margin-top: 14px;
	padding: 26px 36px;
}

.trindade-front-cta h2 {
	font-size: clamp(1.55rem, 2.25vw, 2.05rem);
}

.trindade-front-footer {
	padding-top: 54px;
}

.trindade-front-footer-grid {
	gap: 46px;
}

.trindade-front-footer p,
.trindade-front-footer a {
	font-size: 0.87rem;
	line-height: 1.6;
}

.trindade-front-socials span {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.72rem;
	height: 28px;
	justify-content: center;
	text-transform: uppercase;
	width: 28px;
}

.trindade-internal-page .trindade-front-hero {
	min-height: 410px;
}

.trindade-internal-page .trindade-front-hero-content {
	min-height: 410px;
	padding-bottom: 64px;
	padding-top: 68px;
}

.trindade-internal-section,
.trindade-product-section {
	padding-bottom: 72px;
	padding-top: 72px;
}

.trindade-breadcrumbs {
	background: rgba(13, 27, 42, 0.035);
	border: 1px solid rgba(13, 27, 42, 0.08);
	border-radius: 999px;
	display: inline-flex;
	padding: 8px 14px;
}

.trindade-form-block,
.trindade-contact-form-wrap {
	border-radius: 12px;
}

.trindade-form-field span {
	font-size: 0.88rem;
}

.trindade-form-field input,
.trindade-form-field select,
.trindade-form-field textarea {
	background: #ffffff;
	border-color: #dbe4ef;
	border-radius: 9px;
	min-height: 50px;
}

.trindade-form-field input:hover,
.trindade-form-field select:hover,
.trindade-form-field textarea:hover {
	border-color: rgba(11, 130, 255, 0.35);
}

.trindade-product-hero {
	padding-bottom: 70px;
	padding-top: 52px;
}

.trindade-product-hero-grid {
	gap: 46px;
}

.trindade-product-main-image {
	border-radius: 14px;
	padding: 16px;
}

.trindade-product-summary h1 {
	font-size: clamp(2.25rem, 4.4vw, 3.9rem);
}

.trindade-product-tech-grid {
	gap: 12px;
}

.trindade-product-table {
	border-radius: 12px;
}

.trindade-product-diff-grid,
.trindade-product-application-grid {
	gap: 16px;
}

@media (max-width: 1180px) {
	.trindade-front-header-inner {
		grid-template-columns: 190px 1fr auto;
	}

	.trindade-front-nav {
		gap: 14px;
	}

	.trindade-front-nav a {
		font-size: 0.78rem;
	}

	.trindade-front-header-actions .trindade-front-btn {
		font-size: 0;
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width: 860px) {
	.trindade-front-header-inner {
		grid-template-columns: 1fr;
		height: auto;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.trindade-front-header {
		height: auto;
	}

	.trindade-front-logo {
		justify-self: center;
	}

	.trindade-front-nav {
		flex-wrap: wrap;
		gap: 12px 18px;
		justify-content: center;
	}

	.trindade-front-header-actions {
		justify-content: center;
	}

	.trindade-front-header-actions .trindade-front-btn {
		font-size: 0.76rem;
	}
}

@media (max-width: 640px) {
	.trindade-front-hero,
	.trindade-front-hero-content {
		min-height: 520px;
	}

	.trindade-front-hero h1,
	.trindade-internal-page .trindade-front-hero h1 {
		font-size: clamp(2.15rem, 10vw, 2.75rem);
	}

	.trindade-front-actions,
	.trindade-front-cta-actions,
	.trindade-front-header-actions {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.trindade-front-btn,
	.trindade-btn {
		width: 100%;
	}

	.trindade-front-stat {
		min-height: auto;
		padding: 20px;
	}

	.trindade-front-about,
	.trindade-internal-section,
	.trindade-product-section {
		padding-bottom: 56px;
		padding-top: 56px;
	}

	.trindade-front-cta {
		padding: 24px;
	}

	.trindade-front-footer {
		padding-top: 46px;
	}

	.trindade-product-table-head,
	.trindade-product-table-row {
		min-width: 680px;
	}
}

/* Premium WooCommerce single product */
.trindade-product-body #page,
.trindade-product-body .site,
.trindade-product-body .site-content,
.trindade-product-body .ast-container {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.trindade-product-hero {
	background: linear-gradient(180deg, #f6f8fb, #ffffff);
	padding: 58px 0 76px;
}

.trindade-product-hero .trindade-breadcrumbs {
	margin-bottom: 34px;
}

.trindade-product-hero-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
}

.trindade-product-main-image {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 16px;
	box-shadow: var(--trindade-shadow-lg);
	display: block;
	overflow: hidden;
	padding: 18px;
}

.trindade-product-main-image img {
	aspect-ratio: 1.08;
	border-radius: 12px;
	display: block;
	object-fit: contain;
	width: 100%;
}

.trindade-product-summary h1 {
	color: #071a31;
	font-size: clamp(2.35rem, 5vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin-bottom: 18px;
}

.trindade-product-meta-line {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}

.trindade-product-meta-line > span:first-child {
	color: var(--trindade-muted);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.trindade-product-short {
	color: #4c5b6d;
	font-size: 1.05rem;
	line-height: 1.72;
	margin-bottom: 28px;
	max-width: 760px;
}

.trindade-product-section {
	padding: 76px 0;
}

.trindade-product-tech-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trindade-product-tech-card {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 12px;
	box-shadow: var(--trindade-shadow-sm);
	padding: 20px;
}

.trindade-product-tech-card span {
	color: var(--trindade-muted);
	display: block;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.trindade-product-tech-card strong {
	color: #071a31;
	display: block;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.trindade-product-description {
	margin: 0 auto;
	max-width: 760px;
}

.trindade-product-description p {
	color: #4c5b6d;
	font-size: 1.06rem;
	line-height: 1.85;
}

.trindade-product-application-grid,
.trindade-product-diff-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trindade-product-application-card {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 12px;
	box-shadow: var(--trindade-shadow-sm);
	padding: 24px;
	transition: border-color var(--trindade-transition), box-shadow var(--trindade-transition), transform var(--trindade-transition);
}

.trindade-product-application-card:hover {
	border-color: rgba(11, 130, 255, 0.32);
	box-shadow: var(--trindade-shadow-md);
	transform: translateY(-4px);
}

.trindade-product-application-card span {
	color: var(--trindade-accent);
	display: block;
	margin-bottom: 16px;
}

.trindade-product-application-card span svg {
	height: 32px;
	width: 32px;
}

.trindade-product-application-card strong {
	color: #071a31;
	display: block;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 900;
}

.trindade-product-application-card p {
	color: var(--trindade-muted);
	font-size: 0.94rem;
	line-height: 1.55;
	margin: 8px 0 0;
}

.trindade-product-table {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 14px;
	box-shadow: var(--trindade-shadow-md);
	overflow: hidden;
}

.trindade-product-table-head,
.trindade-product-table-row {
	display: grid;
	gap: 16px;
	grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
	padding: 16px 22px;
}

.trindade-product-table-head {
	background: #071a31;
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.trindade-product-table-row {
	border-top: 1px solid #e7edf4;
	color: #4c5b6d;
	font-size: 0.96rem;
}

.trindade-product-table-row span:first-child {
	color: #071a31;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 900;
}

.trindade-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	.trindade-product-hero-grid,
	.trindade-product-tech-grid,
	.trindade-product-application-grid,
	.trindade-product-diff-grid,
	.trindade-grid.three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.trindade-product-hero {
		padding: 42px 0 56px;
	}

	.trindade-product-hero-grid,
	.trindade-product-tech-grid,
	.trindade-product-application-grid,
	.trindade-product-diff-grid,
	.trindade-grid.three {
		grid-template-columns: 1fr;
	}

	.trindade-product-section {
		padding: 56px 0;
	}

	.trindade-product-table {
		overflow-x: auto;
	}

	.trindade-product-table-head,
	.trindade-product-table-row {
		min-width: 720px;
	}
}

/* Rebuilt premium home */
body.home,
body.page-id-17 {
	background: var(--color-white);
}

body.home .site-content,
body.page-id-17 .site-content,
body.home .ast-container,
body.page-id-17 .ast-container,
body.home .entry-content,
body.page-id-17 .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.home .entry-title,
body.page-id-17 .entry-title,
body.home .ast-article-single,
body.page-id-17 .ast-article-single {
	margin: 0;
	padding: 0;
}

body.home .entry-title,
body.page-id-17 .entry-title,
body.home header.entry-header,
body.page-id-17 header.entry-header {
	display: none;
}

.site-header,
.ast-primary-header-bar,
.main-header-bar {
	background: linear-gradient(135deg, #081421, #0D1B2A 58%, #12233a) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
	min-height: 82px;
}

.trindade-scrolled .site-header,
.trindade-scrolled .ast-primary-header-bar,
.trindade-scrolled .main-header-bar {
	background: #0D1B2A !important;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.site-header .custom-logo {
	background: var(--color-white);
	border-radius: 8px;
	max-height: 54px;
	padding: 5px;
}

.main-header-menu > .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 0.84rem;
	min-height: 82px;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.main-header-menu > .current-menu-item:not(.trindade-menu-quote):not(.trindade-menu-whatsapp) > .menu-link,
.main-header-menu > .menu-item:not(.trindade-menu-quote):not(.trindade-menu-whatsapp) > .menu-link:hover {
	color: var(--color-white) !important;
}

.main-header-menu .trindade-menu-quote > a,
.ast-builder-menu-1 .main-header-menu .trindade-menu-quote > .menu-link {
	background: #1f6fb5;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(31, 111, 181, 0.24);
	color: var(--color-white) !important;
	font-size: 0.82rem;
	min-height: auto;
	padding: 0.78rem 1rem;
}

.main-header-menu .trindade-menu-whatsapp > a,
.ast-builder-menu-1 .main-header-menu .trindade-menu-whatsapp > .menu-link {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 8px;
	color: var(--color-white) !important;
	display: inline-flex;
	font-size: 0.82rem;
	gap: 8px;
	min-height: auto;
	padding: 0.72rem 0.95rem;
}

.main-header-menu .trindade-menu-whatsapp > a::before {
	background: #25d366;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 8px;
	width: 8px;
}

.ast-button-wrap .menu-toggle,
.ast-mobile-menu-trigger-minimal {
	color: var(--color-white) !important;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon,
.ast-mobile-svg {
	fill: var(--color-white) !important;
}

.ast-mobile-popup-drawer,
.ast-mobile-header-content {
	background: #0D1B2A;
}

.ast-mobile-popup-content .main-header-menu .menu-link,
.ast-mobile-header-content .main-header-menu .menu-link {
	color: var(--color-white) !important;
	min-height: 48px;
}

.trindade-home-rebuild {
	background: var(--color-white);
	color: var(--color-text);
	overflow: hidden;
}

.trindade-home-container {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 24px;
	width: 100%;
}

.trindade-home-hero {
	background-position: center;
	background-size: cover;
	min-height: 640px;
	position: relative;
}

.trindade-home-hero-overlay {
	background:
		linear-gradient(90deg, rgba(8, 20, 33, 0.94), rgba(13, 27, 42, 0.82) 46%, rgba(13, 27, 42, 0.44)),
		linear-gradient(180deg, rgba(13, 27, 42, 0.12), rgba(13, 27, 42, 0.58));
	inset: 0;
	position: absolute;
}

.trindade-home-hero-inner {
	align-items: center;
	display: flex;
	min-height: 640px;
	padding-bottom: 90px;
	padding-top: 130px;
	position: relative;
	z-index: 1;
}

.trindade-home-hero-content {
	max-width: 780px;
}

.trindade-home-eyebrow {
	color: #8dbbe8;
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.trindade-home-hero h1 {
	color: var(--color-white);
	font-size: clamp(3.3rem, 6vw, 4.65rem);
	font-weight: 800;
	line-height: 0.98;
	margin-bottom: 24px;
	max-width: 760px;
}

.trindade-home-hero p {
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.12rem, 1.7vw, 1.35rem);
	line-height: 1.62;
	margin-bottom: 0;
	max-width: 690px;
}

.trindade-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.trindade-home-stats-wrap {
	margin-top: -82px;
	position: relative;
	z-index: 3;
}

.trindade-home-stats {
	background: linear-gradient(135deg, #081421, #0D1B2A 58%, #152844);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 14px;
	box-shadow: 0 28px 80px rgba(13, 27, 42, 0.25);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.trindade-home-stat {
	color: var(--color-white);
	padding: 28px;
	position: relative;
}

.trindade-home-stat + .trindade-home-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.trindade-home-stat-icon {
	color: #8dbbe8;
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 14px;
}

.trindade-home-stat small,
.trindade-home-stat strong {
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
}

.trindade-home-stat small {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.82rem;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.trindade-home-stat strong {
	color: var(--color-white);
	font-size: clamp(1.18rem, 2vw, 1.65rem);
	font-weight: 800;
	line-height: 1.16;
}

.trindade-home-stat p {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.92rem;
	margin: 8px 0 0;
}

.trindade-home-about,
.trindade-home-brands,
.trindade-home-final {
	padding: 96px 0;
}

.trindade-home-about {
	padding-top: 118px;
}

.trindade-home-about-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: 0.95fr 0.9fr 0.9fr;
}

.trindade-home-about-copy h2,
.trindade-home-services-panel h2,
.trindade-home-section-head h2,
.trindade-home-final-card h2 {
	color: var(--color-primary);
	font-size: clamp(2rem, 3.4vw, 3rem);
	font-weight: 800;
	line-height: 1.08;
	margin-bottom: 18px;
}

.trindade-home-about-copy p,
.trindade-home-services-panel p,
.trindade-home-section-head p,
.trindade-home-final-card p {
	color: #5f6b7a;
	font-size: 1.03rem;
	line-height: 1.72;
}

.trindade-home-about-media {
	border-radius: 16px;
	box-shadow: 0 26px 70px rgba(13, 27, 42, 0.18);
	position: relative;
}

.trindade-home-about-image {
	aspect-ratio: 4 / 5;
	border-radius: 16px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.trindade-home-floating-card {
	background: var(--color-white);
	border: 1px solid rgba(13, 27, 42, 0.08);
	border-radius: 12px;
	bottom: 24px;
	box-shadow: 0 18px 44px rgba(13, 27, 42, 0.18);
	left: -28px;
	max-width: 245px;
	padding: 20px;
	position: absolute;
}

.trindade-home-floating-card strong,
.trindade-home-floating-card span {
	display: block;
}

.trindade-home-floating-card strong {
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 6px;
}

.trindade-home-floating-card span {
	color: #667085;
	font-size: 0.92rem;
	line-height: 1.45;
}

.trindade-home-services-panel {
	background: #f6f8fb;
	border: 1px solid rgba(13, 27, 42, 0.08);
	border-radius: 16px;
	padding: 28px;
}

.trindade-home-service-list {
	display: grid;
	gap: 12px;
	margin-top: 22px;
}

.trindade-home-service-card {
	background: var(--color-white);
	border: 1px solid rgba(13, 27, 42, 0.08);
	border-radius: 12px;
	color: var(--color-primary);
	display: grid;
	gap: 6px;
	padding: 18px 18px 18px 58px;
	position: relative;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trindade-home-service-card:hover {
	border-color: rgba(31, 111, 181, 0.28);
	box-shadow: 0 16px 34px rgba(13, 27, 42, 0.11);
	transform: translateY(-3px);
}

.trindade-home-service-card span {
	align-items: center;
	background: rgba(31, 111, 181, 0.11);
	border-radius: 10px;
	color: #1f6fb5;
	display: flex;
	font-size: 1rem;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	left: 16px;
	position: absolute;
	top: 18px;
	width: 34px;
}

.trindade-home-service-card strong {
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.98rem;
	font-weight: 800;
}

.trindade-home-service-card p {
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
}

.trindade-home-brands {
	background: #f5f7fa;
}

.trindade-home-section-head {
	margin: 0 auto 36px;
	max-width: 720px;
	text-align: center;
}

.trindade-home-brand-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trindade-home-brand-card {
	align-items: center;
	background: var(--color-white);
	border: 1px solid rgba(13, 27, 42, 0.08);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(13, 27, 42, 0.08);
	display: flex;
	height: 128px;
	justify-content: center;
	padding: 22px;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.trindade-home-brand-card:hover {
	box-shadow: 0 20px 46px rgba(13, 27, 42, 0.13);
	transform: translateY(-3px);
}

.trindade-home-brand-logo {
	display: block;
	max-height: 68px;
	max-width: 100%;
	object-fit: contain;
}

.trindade-home-final-card {
	align-items: center;
	background:
		linear-gradient(135deg, #081421, #0D1B2A 56%, #162c49),
		linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
	background-size: auto, 22px 22px;
	border-radius: 16px;
	box-shadow: 0 28px 80px rgba(13, 27, 42, 0.22);
	color: var(--color-white);
	display: grid;
	gap: 24px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: clamp(28px, 5vw, 52px);
}

.trindade-home-final-card h2,
.trindade-home-final-card p {
	color: var(--color-white);
	margin-bottom: 0;
}

.trindade-home-final-card p {
	color: rgba(255, 255, 255, 0.74);
	margin-top: 8px;
}

.trindade-home-final-icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	color: #8dbbe8;
	display: flex;
	font-size: 1.8rem;
	height: 68px;
	justify-content: center;
	width: 68px;
}

.trindade-home-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.trindade-btn-whatsapp {
	position: relative;
}

.trindade-btn-whatsapp::before {
	background: #25d366;
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 9px;
	width: 8px;
}

@media (max-width: 1180px) {
	.main-header-menu > .menu-item > .menu-link,
	.ast-builder-menu-1 .menu-item > .menu-link {
		font-size: 0.78rem;
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
}

@media (max-width: 1024px) {
	.trindade-home-about-grid,
	.trindade-home-final-card {
		grid-template-columns: 1fr;
	}

	.trindade-home-final-actions {
		justify-content: flex-start;
	}

	.trindade-home-brand-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.site-header,
	.ast-primary-header-bar,
	.main-header-bar,
	.main-header-menu > .menu-item > .menu-link,
	.ast-builder-menu-1 .menu-item > .menu-link {
		min-height: 70px;
	}

	.trindade-home-hero,
	.trindade-home-hero-inner {
		min-height: 560px;
	}

	.trindade-home-hero-inner {
		padding-bottom: 112px;
		padding-top: 96px;
	}

	.trindade-home-hero h1 {
		font-size: clamp(2.35rem, 10vw, 3.25rem);
	}

	.trindade-home-actions,
	.trindade-home-final-actions {
		flex-direction: column;
	}

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

	.trindade-home-stat + .trindade-home-stat {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.10);
	}

	.trindade-home-about,
	.trindade-home-brands,
	.trindade-home-final {
		padding: 68px 0;
	}

	.trindade-home-about {
		padding-top: 96px;
	}

	.trindade-home-floating-card {
		bottom: 16px;
		left: 16px;
		right: 16px;
		max-width: none;
	}

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

	.trindade-home-brand-card {
		height: 112px;
	}
}

/* Front-page agency-style rebuild based on premium reference */
.trindade-front-body {
	background: #ffffff;
}

.trindade-front-body #page,
.trindade-front-body .site,
.trindade-front-body .site-content,
.trindade-front-body .ast-container {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.trindade-front-container {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 24px;
	width: 100%;
}

.trindade-front-header {
	background: linear-gradient(90deg, #06101d, #0D1B2A 52%, #06101d);
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
	height: 78px;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 1000;
}

.trindade-scrolled .trindade-front-header {
	background: #06101d;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.trindade-front-header-inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: 245px 1fr auto;
	height: 78px;
}

.trindade-front-logo {
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 10px;
	display: inline-flex;
	min-height: 56px;
	padding: 7px 10px;
	text-decoration: none;
}

.trindade-front-logo .custom-logo-link,
.trindade-front-logo img {
	display: block;
}

.trindade-front-logo img {
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
	max-height: 42px;
	max-width: 182px;
	object-fit: contain;
	padding: 0;
	width: auto;
}

.trindade-front-nav {
	align-items: center;
	display: flex;
	gap: 23px;
	justify-content: center;
}

.trindade-front-nav a {
	color: rgba(255, 255, 255, 0.90);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	padding: 28px 0;
	position: relative;
	text-decoration: none;
}

.trindade-front-nav a::after {
	background: #0b82ff;
	border-radius: 999px;
	bottom: 18px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
	width: 100%;
}

.trindade-front-nav a:hover,
.trindade-front-nav a.is-active {
	color: #ffffff;
}

.trindade-front-nav a:hover::after,
.trindade-front-nav a.is-active::after {
	transform: scaleX(1);
}

.trindade-front-header-actions,
.trindade-front-actions,
.trindade-front-cta-actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.trindade-front-btn {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	gap: 9px;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 17px;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.trindade-front-btn:hover {
	transform: translateY(-1px);
}

.trindade-front-btn-primary {
	background: #0878e6;
	border: 1px solid #0878e6;
	box-shadow: 0 12px 26px rgba(8, 120, 230, 0.25);
	color: #ffffff;
}

.trindade-front-btn-primary::before {
	content: none;
}

.trindade-front-btn svg {
	flex: 0 0 auto;
	height: 17px;
	width: 17px;
}

.trindade-front-btn-primary:hover,
.trindade-front-btn-primary:focus {
	background: #0b82ff;
	border-color: #0b82ff;
	color: #ffffff;
}

.trindade-front-btn-outline {
	background: rgba(5, 13, 24, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.55);
	color: #ffffff;
}

.trindade-front-btn-outline::after {
	content: "→";
	font-size: 1rem;
}

.trindade-front-btn-light {
	background: #ffffff;
	border: 1px solid #b6c4d5;
	color: #0D1B2A;
}

.trindade-front-btn-light::after {
	content: "→";
	margin-left: 8px;
}

.trindade-front-btn-whatsapp {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
	min-height: 42px;
}

.trindade-front-btn-whatsapp svg,
.trindade-front-btn-whatsapp-solid svg {
	color: #25d366;
	height: 18px;
	width: 18px;
}

.trindade-front-btn-whatsapp-solid {
	background: #10933e;
	border: 1px solid #10933e;
	box-shadow: 0 12px 26px rgba(16, 147, 62, 0.25);
	color: #ffffff;
}

.trindade-front-page {
	background: #ffffff;
	overflow: hidden;
}

.trindade-front-hero {
	background-position: center;
	background-size: cover;
	min-height: 570px;
	position: relative;
}

.trindade-front-hero-overlay {
	background:
		linear-gradient(90deg, rgba(4, 12, 24, 0.96), rgba(7, 21, 38, 0.86) 43%, rgba(7, 21, 38, 0.42)),
		linear-gradient(180deg, rgba(5, 16, 29, 0.20), rgba(5, 16, 29, 0.50));
	inset: 0;
	position: absolute;
}

.trindade-front-hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 570px;
	padding-bottom: 96px;
	padding-top: 66px;
	position: relative;
	z-index: 1;
}

.trindade-front-eyebrow {
	color: #0b82ff;
	display: block;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.trindade-front-hero h1 {
	color: #ffffff;
	font-size: clamp(3rem, 5.2vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.03;
	margin: 0 0 20px;
	max-width: 650px;
}

.trindade-front-hero p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.58;
	margin: 0;
	max-width: 650px;
}

.trindade-front-actions {
	margin-top: 32px;
}

.trindade-front-stats-section {
	margin-top: -66px;
	position: relative;
	z-index: 5;
}

.trindade-front-stats {
	background: linear-gradient(105deg, #06101d, #071a31 55%, #06101d);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(4, 12, 24, 0.34);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.trindade-front-stat {
	align-items: center;
	color: #ffffff;
	display: grid;
	gap: 20px;
	grid-template-columns: 54px 1fr;
	min-height: 122px;
	padding: 22px 30px;
}

.trindade-front-stat + .trindade-front-stat {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.trindade-front-stat-icon {
	color: #0b82ff;
	display: flex;
	font-size: 0;
	line-height: 1;
}

.trindade-front-stat-icon svg {
	height: 46px;
	width: 46px;
}

.trindade-front-stat small,
.trindade-front-stat strong,
.trindade-front-stat p {
	display: block;
	margin: 0;
}

.trindade-front-stat small {
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
}

.trindade-front-stat strong {
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1.54rem;
	font-weight: 900;
	line-height: 1.08;
}

.trindade-front-stat p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	line-height: 1.35;
	margin-top: 6px;
}

.trindade-front-about {
	padding: 96px 0 56px;
}

.trindade-front-about-grid {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.86fr) minmax(0, 1.05fr);
}

.trindade-front-about-copy h2,
.trindade-front-services h2,
.trindade-front-section-head h2,
.trindade-front-cta h2 {
	color: #071a31;
	font-size: clamp(1.95rem, 3vw, 2.85rem);
	font-weight: 900;
	letter-spacing: -0.015em;
	line-height: 1.1;
	margin: 0 0 24px;
}

.trindade-front-about-copy p {
	color: #4c5b6d;
	font-size: 0.98rem;
	line-height: 1.68;
	margin-bottom: 18px;
}

.trindade-front-about-media {
	position: relative;
}

.trindade-front-about-img {
	aspect-ratio: 0.82;
	border-radius: 8px;
	box-shadow: 0 20px 46px rgba(13, 27, 42, 0.18);
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.trindade-front-floating-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 8px;
	bottom: 18px;
	box-shadow: 0 22px 46px rgba(13, 27, 42, 0.16);
	display: grid;
	gap: 0 18px;
	grid-template-columns: 48px 1fr;
	left: 38px;
	padding: 18px 20px;
	position: absolute;
	right: 26px;
}

.trindade-front-floating-card span {
	align-items: center;
	background: #f1f6fc;
	border-radius: 50%;
	color: #0D1B2A;
	display: flex;
	font-size: 1.4rem;
	grid-row: span 2;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.trindade-front-floating-card strong {
	color: #071a31;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 900;
}

.trindade-front-floating-card p {
	color: #4c5b6d;
	font-size: 0.94rem;
	line-height: 1.45;
	margin: 4px 0 0;
}

.trindade-front-service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trindade-front-service-card {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(13, 27, 42, 0.05);
	color: #071a31;
	display: grid;
	min-height: 176px;
	padding: 22px 18px;
	text-decoration: none !important;
	position: relative;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.trindade-front-service-card:hover {
	border-color: rgba(11, 130, 255, 0.36);
	box-shadow: 0 20px 42px rgba(13, 27, 42, 0.10);
	transform: translateY(-4px);
}

.trindade-front-service-card span {
	color: #0b62bd;
	display: block;
	font-size: 0;
	line-height: 1;
	margin-bottom: 16px;
}

.trindade-front-service-card span svg {
	height: 34px;
	width: 34px;
}

.trindade-front-service-card strong {
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.22;
}

.trindade-front-service-card p {
	color: #4c5b6d;
	font-size: 0.88rem;
	line-height: 1.45;
	margin: 8px 0 0;
}

.trindade-front-service-card em {
	bottom: 16px;
	color: #0b82ff;
	font-style: normal;
	position: absolute;
	right: 20px;
}

.trindade-front-brands {
	padding: 28px 0 0;
}

.trindade-front-brands .trindade-front-container {
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(13, 27, 42, 0.06);
	padding-bottom: 0;
	padding-top: 24px;
}

.trindade-front-section-head {
	margin: 0 auto 18px;
	max-width: 760px;
	text-align: center;
}

.trindade-front-section-head .trindade-front-eyebrow {
	margin-bottom: 8px;
}

.trindade-front-section-head h2 {
	font-size: clamp(1.75rem, 2.7vw, 2.45rem);
	margin-bottom: 0;
}

.trindade-front-brand-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	padding: 0 24px 18px;
}

.trindade-front-brand-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe6ef;
	border-radius: 8px;
	display: flex;
	height: 82px;
	justify-content: center;
	padding: 16px;
}

.trindade-front-brand-logo {
	display: block;
	max-height: 52px;
	max-width: 100%;
	object-fit: contain;
}

.trindade-front-cta {
	align-items: center;
	background: linear-gradient(105deg, #06101d, #071a31 55%, #06101d);
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	gap: 24px;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	margin-top: 16px;
	padding: 28px 38px;
}

.trindade-front-cta h2,
.trindade-front-cta p {
	color: #ffffff;
	margin: 0;
}

.trindade-front-cta h2 {
	font-size: clamp(1.55rem, 2.35vw, 2.1rem);
}

.trindade-front-cta p {
	color: rgba(255, 255, 255, 0.78);
	margin-top: 6px;
}

.trindade-front-cta-icon {
	align-items: center;
	background: #0878e6;
	border-radius: 8px;
	display: flex;
	height: 68px;
	justify-content: center;
	width: 68px;
}

.trindade-front-cta-icon svg {
	height: 34px;
	width: 34px;
}

.trindade-front-footer {
	background: radial-gradient(circle at 18% 0%, #123b63, #06101d 38%, #071a31);
	color: rgba(255, 255, 255, 0.84);
	padding: 58px 0 22px;
}

.trindade-front-footer-grid {
	display: grid;
	gap: 52px;
	grid-template-columns: 1.45fr 0.7fr 0.95fr 1.2fr;
}

.trindade-front-footer-logo img {
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 10px;
	box-shadow: none !important;
	max-height: 54px;
	padding: 0;
	width: auto;
}

.trindade-front-footer h3 {
	color: #ffffff;
	font-size: 1rem;
	margin-bottom: 20px;
}

.trindade-front-footer p,
.trindade-front-footer a {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.88rem;
	line-height: 1.58;
}

.trindade-front-footer a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

.trindade-front-footer a:hover {
	color: #ffffff;
}

.trindade-front-socials {
	display: flex;
	gap: 16px;
	margin-top: 18px;
}

.trindade-front-socials span {
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 800;
}

.trindade-front-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 18px;
}

.trindade-front-footer-bottom a,
.trindade-front-footer-bottom span {
	display: inline;
	font-size: 0.86rem;
	margin: 0 8px;
}

@media (max-width: 1160px) {
	.trindade-front-header-inner {
		grid-template-columns: 190px 1fr;
	}

	.trindade-front-header-actions {
		gap: 8px;
	}

	.trindade-front-header-actions .trindade-front-btn {
		font-size: 0;
		padding: 0 12px;
	}

	.trindade-front-header-actions .trindade-front-btn svg {
		margin: 0;
	}

	.trindade-front-nav {
		gap: 16px;
		justify-content: flex-end;
	}

	.trindade-front-nav a {
		font-size: 0.78rem;
	}

	.trindade-front-about-grid {
		grid-template-columns: 1fr 1fr;
	}

	.trindade-front-services {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	.trindade-front-header,
	.trindade-front-header-inner {
		height: auto;
	}

	.trindade-front-header-inner {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.trindade-front-header-actions {
		display: flex;
	}

	.trindade-front-header-actions .trindade-front-btn {
		font-size: 0.76rem;
		padding: 0 12px;
	}

	.trindade-front-nav {
		flex-wrap: wrap;
		gap: 16px;
		justify-content: center;
	}

	.trindade-front-nav a {
		font-size: 0.78rem;
		padding: 4px 0 8px;
	}

	.trindade-front-hero,
	.trindade-front-hero-content {
		min-height: 520px;
	}

	.trindade-front-hero-content {
		padding-bottom: 104px;
		padding-top: 58px;
	}

	.trindade-front-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.6rem);
	}

	.trindade-front-actions,
	.trindade-front-cta-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.trindade-front-stats {
		grid-template-columns: 1fr;
	}

	.trindade-front-stat + .trindade-front-stat {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
	}

	.trindade-front-about {
		padding-top: 88px;
	}

	.trindade-front-about-grid,
	.trindade-front-service-grid,
	.trindade-front-cta,
	.trindade-front-footer-grid {
		grid-template-columns: 1fr;
	}

	.trindade-front-floating-card {
		left: 16px;
		right: 16px;
	}

	.trindade-front-brand-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trindade-front-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}

/* Internal pages powered by the premium design system */
.trindade-internal-body {
	background: #ffffff;
}

.trindade-internal-body #page,
.trindade-internal-body .site,
.trindade-internal-body .site-content,
.trindade-internal-body .ast-container {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.trindade-internal-page {
	background: #ffffff;
	overflow: hidden;
}

.trindade-internal-page .trindade-front-hero {
	min-height: 430px;
}

.trindade-internal-page .trindade-front-hero-content {
	min-height: 430px;
	padding-bottom: 68px;
	padding-top: 70px;
}

.trindade-internal-page .trindade-front-hero h1 {
	font-size: clamp(2.6rem, 5vw, 4rem);
	max-width: 850px;
}

.trindade-internal-page .trindade-front-hero p {
	font-size: 1.08rem;
	max-width: 760px;
}

.trindade-internal-section {
	padding: 72px 0;
}

.trindade-internal-section .trindade-breadcrumbs {
	margin-bottom: 34px;
}

.trindade-internal-intro {
	margin-bottom: 34px;
	max-width: 820px;
}

.trindade-internal-intro h2,
.trindade-internal-split h2 {
	color: #071a31;
	font-size: clamp(2rem, 3.6vw, 3rem);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 18px;
}

.trindade-internal-intro p,
.trindade-internal-split p {
	color: #4c5b6d;
	font-size: 1rem;
	line-height: 1.72;
}

.trindade-internal-split {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.trindade-internal-image-card {
	border-radius: 12px;
	box-shadow: var(--trindade-shadow-lg);
	overflow: hidden;
}

.trindade-internal-image-card img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.trindade-internal-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trindade-internal-page .trindade-front-service-card {
	min-height: 210px;
}

.trindade-internal-page .trindade-front-brand-grid {
	padding: 0;
}

.trindade-internal-page .trindade-quote-page {
	background: transparent;
	padding: 0;
}

.trindade-internal-page .trindade-quote-page > .trindade-container {
	max-width: none;
	padding: 0;
}

@media (max-width: 1024px) {
	.trindade-internal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trindade-internal-split {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.trindade-internal-section {
		padding: 52px 0;
	}

	.trindade-internal-grid {
		grid-template-columns: 1fr;
	}

	.trindade-internal-page .trindade-front-hero,
	.trindade-internal-page .trindade-front-hero-content {
		min-height: 380px;
	}
}

/* Premium institutional layer */
:root {
	--trindade-ink: #081421;
	--trindade-muted: #667085;
	--trindade-line: rgba(13, 27, 42, 0.10);
	--trindade-panel: rgba(255, 255, 255, 0.92);
	--trindade-accent: #4f84b8;
	--trindade-accent-soft: rgba(79, 132, 184, 0.14);
	--trindade-shadow-soft: 0 18px 50px rgba(13, 27, 42, 0.10);
	--trindade-shadow-strong: 0 28px 80px rgba(13, 27, 42, 0.20);
}

html {
	scroll-behavior: smooth;
}

body {
	background: #f8fafc;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body,
p,
li {
	letter-spacing: 0;
}

h1,
h2,
h3 {
	letter-spacing: 0;
}

.site-header,
.ast-primary-header-bar,
.main-header-bar {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, 0.90) !important;
	border-bottom: 1px solid rgba(13, 27, 42, 0.08);
	box-shadow: 0 10px 30px rgba(13, 27, 42, 0.04);
	position: sticky;
	top: 0;
	z-index: 999;
}

.trindade-scrolled .site-header,
.trindade-scrolled .ast-primary-header-bar,
.trindade-scrolled .main-header-bar {
	background: rgba(255, 255, 255, 0.98) !important;
	box-shadow: 0 16px 38px rgba(13, 27, 42, 0.12);
}

.custom-logo {
	max-height: 58px;
	width: auto;
}

.main-header-menu > .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--color-primary);
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0;
	position: relative;
}

.main-header-menu > .menu-item:not(.trindade-menu-quote) > .menu-link::after {
	background: var(--trindade-accent);
	border-radius: 999px;
	bottom: 12px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.22s ease;
	width: calc(100% - 28px);
}

.main-header-menu > .menu-item:not(.trindade-menu-quote) > .menu-link:hover::after,
.main-header-menu > .current-menu-item:not(.trindade-menu-quote) > .menu-link::after {
	transform: translateX(-50%) scaleX(1);
}

.trindade-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	box-shadow: 0 14px 26px rgba(13, 27, 42, 0.10);
	min-height: 48px;
}

.trindade-btn-primary {
	background: linear-gradient(135deg, #0D1B2A, #1B263B);
}

.trindade-btn-primary:hover,
.trindade-btn-primary:focus {
	box-shadow: 0 18px 34px rgba(13, 27, 42, 0.18);
}

.trindade-btn:focus-visible,
.main-header-menu a:focus-visible,
.trindade-form-field input:focus-visible,
.trindade-form-field select:focus-visible,
.trindade-form-field textarea:focus-visible {
	outline: 3px solid rgba(79, 132, 184, 0.45);
	outline-offset: 3px;
}

.trindade-section {
	position: relative;
}

.trindade-section.is-light {
	background:
		linear-gradient(180deg, #f6f8fb, #eef3f7);
}

.trindade-section-kicker {
	color: var(--trindade-accent);
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.trindade-hero-premium {
	min-height: 720px;
	padding: 138px 0 56px;
}

.trindade-page-hero-premium {
	min-height: 460px;
	padding: 120px 0 72px;
}

.trindade-hero-premium h1,
.trindade-page-hero-premium h1 {
	font-size: clamp(2.55rem, 5.7vw, 5.7rem);
	font-weight: 800;
	line-height: 0.98;
	max-width: 930px;
}

.trindade-page-hero-premium h1 {
	font-size: clamp(2.3rem, 4.8vw, 4.4rem);
}

.trindade-hero-subtitle,
.trindade-page-hero-premium p {
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1.08rem, 1.6vw, 1.32rem);
	font-weight: 400;
	line-height: 1.6;
}

.trindade-glass-panel {
	backdrop-filter: blur(14px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
	border-color: rgba(255, 255, 255, 0.22);
}

.trindade-stats-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 72px;
}

.trindade-stat-card {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.20);
	border-radius: 10px;
	color: var(--color-white);
	padding: 22px;
}

.trindade-stat-card strong {
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: clamp(1.55rem, 2.6vw, 2.3rem);
	line-height: 1;
	margin-bottom: 8px;
}

.trindade-stat-card span {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 700;
}

.trindade-card,
.trindade-value-card,
.trindade-contact-card,
.trindade-gallery-card,
.trindade-product-mini,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	border: 1px solid var(--trindade-line);
	border-radius: 12px;
	box-shadow: var(--trindade-shadow-soft);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.trindade-card:hover,
.trindade-value-card:hover,
.trindade-contact-card:hover,
.trindade-gallery-card:hover,
.trindade-product-mini:hover,
.woocommerce ul.products li.product:hover {
	border-color: rgba(79, 132, 184, 0.30);
	box-shadow: var(--trindade-shadow-strong);
	transform: translateY(-5px);
}

.trindade-image-frame {
	border-radius: 16px;
	box-shadow: var(--trindade-shadow-strong);
	overflow: hidden;
	position: relative;
}

.trindade-image-frame::after {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: inherit;
	content: "";
	inset: 12px;
	position: absolute;
	pointer-events: none;
}

.trindade-image-frame img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.trindade-product-mini {
	background: var(--color-white);
	overflow: hidden;
}

.trindade-product-mini img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.trindade-product-mini span {
	color: var(--color-primary);
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 800;
	padding: 18px;
}

.trindade-service-card {
	min-height: 100%;
}

.trindade-card-link {
	align-items: center;
	color: var(--color-primary);
	display: inline-flex;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-weight: 800;
	margin-top: 16px;
	text-decoration: none;
}

.trindade-card-link::after {
	content: "→";
	margin-left: 8px;
	transition: transform 0.2s ease;
}

.trindade-card-link:hover::after {
	transform: translateX(4px);
}

.trindade-timeline-layout {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.trindade-timeline {
	display: grid;
	gap: 20px;
	position: relative;
}

.trindade-timeline::before {
	background: linear-gradient(180deg, var(--trindade-accent), rgba(79, 132, 184, 0.08));
	content: "";
	height: calc(100% - 22px);
	left: 13px;
	position: absolute;
	top: 11px;
	width: 2px;
}

.trindade-timeline-item {
	background: var(--color-white);
	border: 1px solid var(--trindade-line);
	border-radius: 12px;
	box-shadow: var(--trindade-shadow-soft);
	margin-left: 44px;
	padding: 24px;
	position: relative;
}

.trindade-timeline-item::before {
	background: var(--trindade-accent);
	border: 4px solid var(--color-white);
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(79, 132, 184, 0.32);
	content: "";
	height: 18px;
	left: -40px;
	position: absolute;
	top: 26px;
	width: 18px;
}

.trindade-timeline-item span {
	color: var(--color-primary);
	display: block;
	font-family: "Poppins", "Montserrat", Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 800;
	margin-bottom: 8px;
}

.trindade-feature-item {
	box-shadow: 0 12px 28px rgba(13, 27, 42, 0.07);
	padding-left: 50px;
	position: relative;
}

.trindade-feature-item::before,
.trindade-contact-card::before,
.trindade-value-card::before {
	align-items: center;
	background: var(--trindade-accent-soft);
	border-radius: 999px;
	color: var(--color-primary);
	content: "";
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	left: 16px;
	position: absolute;
	top: 17px;
	width: 28px;
}

.trindade-contact-card,
.trindade-value-card {
	position: relative;
}

.trindade-contact-card h3,
.trindade-value-card h3 {
	padding-left: 38px;
}

.trindade-brand-card {
	filter: grayscale(0.1);
	transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.trindade-brand-card:hover {
	filter: grayscale(0);
	transform: translateY(-3px);
}

.trindade-cta-premium {
	background:
		linear-gradient(135deg, rgba(13, 27, 42, 0.98), rgba(27, 38, 59, 0.94)),
		linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.08) 75%, transparent 75%, transparent);
	background-size: auto, 24px 24px;
	box-shadow: var(--trindade-shadow-strong);
	padding: clamp(32px, 6vw, 62px);
}

.trindade-gallery-card {
	cursor: zoom-in;
	overflow: hidden;
}

.trindade-gallery-card img {
	transition: transform 0.35s ease;
}

.trindade-gallery-card:hover img {
	transform: scale(1.04);
}

.trindade-lightbox {
	align-items: center;
	background: rgba(8, 20, 33, 0.88);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 9999;
}

.trindade-lightbox.is-open {
	display: flex;
}

.trindade-lightbox img {
	border-radius: 12px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	max-height: 84vh;
	max-width: min(1100px, 94vw);
	object-fit: contain;
}

.trindade-lightbox button {
	background: var(--color-white);
	border: 0;
	border-radius: 999px;
	color: var(--color-primary);
	cursor: pointer;
	height: 44px;
	min-height: 44px;
	padding: 0;
	position: absolute;
	right: 22px;
	top: 22px;
	width: 44px;
}

.trindade-filter-bar {
	background: var(--color-white);
	border: 1px solid var(--trindade-line);
	border-radius: 14px;
	box-shadow: var(--trindade-shadow-soft);
	padding: 14px;
}

.trindade-filter-chip {
	background: #f7f9fc;
	border-color: rgba(79, 132, 184, 0.22);
}

.trindade-product-status {
	background: linear-gradient(135deg, rgba(79, 132, 184, 0.14), rgba(13, 27, 42, 0.08));
	color: var(--color-primary);
}

.woocommerce div.product {
	background: var(--color-white);
	border-radius: 16px;
	box-shadow: var(--trindade-shadow-soft);
	padding: clamp(18px, 3vw, 34px);
}

.woocommerce div.product div.images img {
	border-radius: 14px;
	box-shadow: var(--trindade-shadow-soft);
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.04;
}

.trindade-product-summary-box {
	background: #f8fafc;
	border-radius: 14px;
}

.trindade-product-technical {
	border-radius: 14px;
}

.trindade-technical-list li {
	background: #f8fafc;
	border: 1px solid var(--trindade-line);
	border-radius: 10px;
	list-style: none;
	padding: 12px 14px;
}

.trindade-technical-list {
	padding-left: 0;
}

.woocommerce section.related.products {
	margin-top: 56px;
}

.woocommerce section.related.products > h2 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.trindade-form-field input,
.trindade-form-field select,
.trindade-form-field textarea {
	border-radius: 10px;
	min-height: 52px;
}

.trindade-map-placeholder {
	min-height: 380px;
}

.trindade-footer {
	background:
		linear-gradient(135deg, #081421, #0D1B2A 50%, #1B263B),
		linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
	background-size: auto, 22px 22px;
	padding-top: 76px;
}

.trindade-footer-grid {
	gap: 46px;
}

.trindade-footer li {
	line-height: 1.55;
}

.trindade-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.trindade-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 1024px) {
	.trindade-hero-premium {
		min-height: auto;
		padding: 110px 0 46px;
	}

	.trindade-stats-grid,
	.trindade-timeline-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.site-header,
	.ast-primary-header-bar,
	.main-header-bar {
		position: sticky;
	}

	.custom-logo {
		max-height: 46px;
	}

	.trindade-hero-premium,
	.trindade-page-hero-premium {
		padding: 82px 0 42px;
	}

	.trindade-hero-premium h1,
	.trindade-page-hero-premium h1 {
		font-size: clamp(2.25rem, 12vw, 3.2rem);
	}

	.trindade-stats-grid,
	.trindade-timeline-layout {
		grid-template-columns: 1fr;
	}

	.trindade-stat-card {
		padding: 18px;
	}

	.trindade-timeline::before {
		left: 10px;
	}

	.trindade-timeline-item {
		margin-left: 34px;
		padding: 20px;
	}

	.trindade-timeline-item::before {
		left: -33px;
	}

	.trindade-card-media {
		height: 220px;
	}

	.trindade-contact-card h3,
	.trindade-value-card h3 {
		padding-left: 0;
		padding-top: 34px;
	}
}

/* Sprint visual QA final overrides */
.trindade-front-logo,
.trindade-front-footer-logo,
.trindade-front-logo .custom-logo-link,
.trindade-front-footer-logo .custom-logo-link {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.trindade-front-logo img,
.trindade-front-logo .custom-logo,
.site-header .custom-logo {
	display: block;
	width: auto;
	height: clamp(42px, 4.2vw, 50px) !important;
	max-height: 50px !important;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: contrast(1.08) saturate(1.02);
}

.trindade-front-stat {
	display: grid !important;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	min-height: 132px;
	padding: 24px !important;
	gap: 16px;
}

.trindade-front-stat > div {
	display: grid;
	gap: 5px;
	align-content: center;
	min-width: 0;
}

.trindade-front-stat small {
	font-size: 0.72rem !important;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(13, 27, 42, 0.58) !important;
}

.trindade-front-stat strong {
	font-size: clamp(1.55rem, 2vw, 2.05rem) !important;
	font-weight: 800;
	line-height: 1.05;
	color: #0d1b2a !important;
	overflow-wrap: anywhere;
}

.trindade-front-stat p {
	margin: 0;
	font-size: 0.86rem !important;
	font-weight: 500;
	line-height: 1.42;
	color: #526172 !important;
}

.trindade-front-stat-icon,
.trindade-card-icon,
.trindade-rich-service-icon {
	display: inline-grid !important;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background: rgba(11, 130, 255, 0.1) !important;
	color: #0b82ff !important;
}

.trindade-front-stat-icon svg,
.trindade-card-icon svg,
.trindade-rich-service-icon svg,
.trindade-front-service-card span svg,
.trindade-service-card span svg {
	width: 22px;
	height: 22px;
	stroke-width: 1.8;
}

.trindade-section-light .trindade-front-eyebrow,
.trindade-section-light .trindade-section-header .trindade-front-eyebrow {
	color: #0b5fb8 !important;
	text-shadow: none !important;
}

.trindade-card-cover-link {
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: inherit;
}

.trindade-product-card,
.trindade-rich-service-card,
.trindade-feature-item.trindade-icon-card,
.trindade-contact-card.trindade-icon-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.trindade-product-card > :not(.trindade-card-cover-link),
.trindade-rich-service-card > :not(.trindade-card-cover-link) {
	position: relative;
	z-index: 2;
}

.trindade-product-card {
	display: flex !important;
	flex-direction: column;
	gap: 14px;
	padding: 18px !important;
}

.trindade-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 18px;
	border-radius: 18px;
	background: linear-gradient(135deg, #f8fafc, #eef4fa);
	transition: transform 0.28s ease;
}

.trindade-product-card:hover img {
	transform: scale(1.025);
}

.trindade-product-card h3 {
	margin: 0;
	font-size: clamp(1.12rem, 1.4vw, 1.34rem) !important;
	line-height: 1.22;
	color: #0d1b2a;
}

.trindade-product-status {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(11, 130, 255, 0.1);
	color: #0b5fb8;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.trindade-product-actions,
.trindade-service-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.trindade-product-actions a,
.trindade-service-actions a,
.trindade-card-quote-link {
	position: relative;
	z-index: 3;
}

.trindade-card-quote-link {
	color: #0b5fb8;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none !important;
}

.trindade-rich-service-card {
	display: grid !important;
	grid-template-columns: minmax(170px, 0.9fr) minmax(0, 1.1fr);
	min-height: 100%;
	padding: 0 !important;
	background: #fff;
}

.trindade-rich-service-image {
	min-height: 100%;
	background: #eef4fa;
}

.trindade-rich-service-image img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	transition: transform 0.32s ease;
}

.trindade-rich-service-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 26px;
}

.trindade-rich-service-card h3 {
	margin: 0;
	font-size: clamp(1.18rem, 1.6vw, 1.42rem) !important;
	line-height: 1.22;
	color: #0d1b2a;
}

.trindade-rich-service-card p,
.trindade-product-card p {
	margin: 0;
	color: #5e6c7c;
	line-height: 1.58;
}

.trindade-feature-list.trindade-structure-list {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.trindade-feature-item.trindade-icon-card {
	display: flex !important;
	align-items: center;
	gap: 14px;
	min-height: 96px;
	padding: 22px !important;
	border: 1px solid rgba(13, 27, 42, 0.08);
	background: #fff !important;
	color: #0d1b2a !important;
}

.trindade-feature-item.trindade-icon-card::before,
.trindade-contact-card.trindade-icon-card::before {
	display: none !important;
	content: none !important;
}

.trindade-feature-item.trindade-icon-card strong {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
}

.trindade-contact-card.trindade-icon-card {
	display: grid !important;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: start;
	gap: 14px 16px;
	padding: 24px !important;
}

.trindade-contact-card .trindade-card-icon {
	grid-row: span 2;
}

.trindade-contact-card.trindade-icon-card h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.02rem !important;
	line-height: 1.2;
	color: #0d1b2a;
}

.trindade-contact-card.trindade-icon-card p {
	margin: 0;
	line-height: 1.55;
}

.trindade-contact-card a {
	overflow-wrap: anywhere;
	text-decoration: none;
}

.trindade-contact-card a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1100px) {
	.trindade-feature-list.trindade-structure-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trindade-rich-service-card {
		grid-template-columns: 1fr;
	}

	.trindade-rich-service-image img {
		min-height: 220px;
	}
}

@media (max-width: 720px) {
	.trindade-front-logo img,
	.trindade-front-logo .custom-logo,
	.site-header .custom-logo {
		height: 42px !important;
		max-height: 42px !important;
	}

	.trindade-front-stat {
		grid-template-columns: 40px minmax(0, 1fr);
		min-height: auto;
		padding: 20px !important;
	}

	.trindade-feature-list.trindade-structure-list,
	.trindade-contact-cards,
	.trindade-product-list,
	.trindade-service-list {
		grid-template-columns: 1fr !important;
	}

	.trindade-product-actions,
	.trindade-service-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.trindade-product-actions .trindade-btn,
	.trindade-service-actions .trindade-btn,
	.trindade-card-quote-link {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.trindade-contact-card.trindade-icon-card {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 20px !important;
	}
}

/* Bugfix sprint: production visual corrections */
.trindade-front-logo,
.trindade-front-logo .custom-logo-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	max-height: 58px;
	padding: 5px 8px !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22) !important;
}

.trindade-front-logo img,
.trindade-front-logo .custom-logo,
.site-header .custom-logo {
	height: clamp(38px, 4vw, 48px) !important;
	max-height: 48px !important;
	width: auto !important;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
}

.trindade-front-stats {
	align-items: stretch;
}

.trindade-front-stat {
	background: linear-gradient(145deg, #0d1b2a 0%, #123c66 100%) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 18px 42px rgba(13, 27, 42, 0.24) !important;
}

.trindade-front-stat small,
.trindade-front-stat strong,
.trindade-front-stat p {
	color: #fff !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.trindade-front-stat small {
	color: rgba(255, 255, 255, 0.82) !important;
}

.trindade-front-stat p {
	color: rgba(255, 255, 255, 0.88) !important;
}

.trindade-front-stat-icon {
	background: rgba(255, 255, 255, 0.14) !important;
	color: #fff !important;
}

.trindade-value-card::before,
.trindade-contact-card::before,
.trindade-feature-item::before {
	display: none !important;
	content: none !important;
}

.trindade-value-card.trindade-icon-card {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: start;
	gap: 12px 16px;
}

.trindade-value-card.trindade-icon-card .trindade-card-icon {
	grid-row: span 2;
}

.trindade-value-card.trindade-icon-card h3,
.trindade-value-card.trindade-icon-card p {
	padding: 0 !important;
	margin-top: 0 !important;
}

.trindade-card-icon {
	background: rgba(11, 130, 255, 0.1) !important;
	color: #0b82ff !important;
}

.trindade-contact-cards {
	grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
	gap: 18px !important;
}

.trindade-contact-card.trindade-icon-card {
	min-width: 0;
}

.trindade-contact-card.trindade-icon-card p,
.trindade-contact-card.trindade-icon-card a {
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.trindade-map-block {
	overflow: hidden;
}

.trindade-map-frame {
	width: 100%;
	aspect-ratio: 16 / 10;
	min-height: 320px;
	border-radius: 18px;
	overflow: hidden;
	background: #dbe7f2;
}

.trindade-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.trindade-map-caption .trindade-front-eyebrow {
	color: #0b5fb8 !important;
}

@media (max-width: 980px) {
	.trindade-contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.trindade-front-logo,
	.trindade-front-logo .custom-logo-link {
		min-height: 46px;
		padding: 5px 7px !important;
	}

	.trindade-front-logo img,
	.trindade-front-logo .custom-logo,
	.site-header .custom-logo {
		height: 38px !important;
		max-height: 38px !important;
	}

	.trindade-value-card.trindade-icon-card,
	.trindade-contact-card.trindade-icon-card {
		grid-template-columns: 46px minmax(0, 1fr);
	}

	.trindade-contact-cards {
		grid-template-columns: 1fr !important;
	}

	.trindade-map-frame {
		min-height: 260px;
	}
}

/* Pixel-perfect production polish: final design-system layer */
:root {
	--trindade-ink: #0d1b2a;
	--trindade-ink-2: #1b263b;
	--trindade-blue: #0b82ff;
	--trindade-blue-dark: #0b5fb8;
	--trindade-surface: #ffffff;
	--trindade-surface-soft: #f5f7fa;
	--trindade-copy: #344054;
	--trindade-copy-soft: #667085;
	--trindade-line: rgba(13, 27, 42, 0.1);
	--trindade-radius-card: 18px;
	--trindade-radius-control: 12px;
	--trindade-shadow-card: 0 18px 44px rgba(13, 27, 42, 0.1);
	--trindade-shadow-card-hover: 0 26px 70px rgba(13, 27, 42, 0.16);
	--trindade-section-y: clamp(64px, 6vw, 104px);
	--trindade-section-y-compact: clamp(48px, 5vw, 78px);
	--trindade-grid-gap: clamp(18px, 2vw, 28px);
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--trindade-copy);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.trindade-front-container,
.trindade-container,
.trindade-product-container {
	width: min(100% - 40px, 1180px) !important;
	margin-inline: auto;
}

.trindade-front-page :where(h1, h2, h3, h4),
.trindade-internal-page :where(h1, h2, h3, h4),
.trindade-product-page :where(h1, h2, h3, h4) {
	color: var(--trindade-ink);
	letter-spacing: 0;
	text-wrap: balance;
}

.trindade-front-page h1,
.trindade-internal-page h1,
.trindade-product-page h1 {
	font-size: clamp(2.45rem, 4.8vw, 4.15rem) !important;
	line-height: 0.98 !important;
	max-width: 920px;
}

.trindade-front-page h2,
.trindade-internal-page h2,
.trindade-product-page h2 {
	font-size: clamp(1.9rem, 3.1vw, 3rem) !important;
	line-height: 1.08 !important;
	max-width: 820px;
}

.trindade-front-page h3,
.trindade-internal-page h3,
.trindade-product-page h3 {
	font-size: clamp(1.08rem, 1.25vw, 1.32rem) !important;
	line-height: 1.24 !important;
}

.trindade-front-page p,
.trindade-internal-page p,
.trindade-product-page p {
	line-height: 1.68;
}

.trindade-front-eyebrow,
.trindade-breadcrumbs,
.trindade-product-status,
.trindade-filter-chip {
	letter-spacing: 0.06em !important;
}

.trindade-front-hero,
.trindade-internal-page .trindade-front-hero {
	min-height: clamp(560px, 68vh, 760px) !important;
	padding-block: clamp(126px, 12vw, 176px) clamp(74px, 8vw, 118px) !important;
}

.trindade-internal-page .trindade-front-hero {
	min-height: clamp(430px, 54vh, 590px) !important;
}

.trindade-front-hero-overlay {
	background:
		linear-gradient(90deg, rgba(6, 16, 29, 0.9) 0%, rgba(9, 26, 48, 0.74) 48%, rgba(9, 26, 48, 0.34) 100%),
		linear-gradient(180deg, rgba(6, 16, 29, 0.22), rgba(6, 16, 29, 0.66)) !important;
}

.trindade-front-hero-content {
	max-width: 780px !important;
	gap: 22px !important;
}

.trindade-front-hero-content p,
.trindade-internal-page .trindade-front-hero-content p {
	max-width: 680px;
	font-size: clamp(1.02rem, 1.25vw, 1.2rem) !important;
	line-height: 1.66 !important;
	color: rgba(255, 255, 255, 0.88) !important;
}

.trindade-front-section-head,
.trindade-section-header,
.trindade-internal-intro {
	display: grid;
	gap: 13px !important;
	margin-bottom: clamp(28px, 3vw, 44px) !important;
}

.trindade-section-header.center,
.trindade-front-section-head {
	margin-inline: auto;
	text-align: center;
}

.trindade-section-header p,
.trindade-internal-intro p {
	max-width: 760px;
	margin-inline: auto;
	color: var(--trindade-copy-soft);
}

.trindade-internal-section,
.trindade-front-about,
.trindade-front-brands,
.trindade-product-section {
	padding-block: var(--trindade-section-y) !important;
}

.trindade-front-stats-section {
	padding-block: clamp(26px, 3vw, 42px) !important;
}

.trindade-grid,
.trindade-values-grid,
.trindade-contact-cards,
.trindade-front-service-grid,
.trindade-gallery-grid,
.trindade-product-tech-grid,
.trindade-product-diff-grid,
.trindade-product-application-grid,
.trindade-feature-list {
	gap: var(--trindade-grid-gap) !important;
}

.trindade-card,
.trindade-value-card,
.trindade-contact-card,
.trindade-feature-item,
.trindade-gallery-card,
.trindade-product-card,
.trindade-rich-service-card,
.trindade-product-tech-card,
.trindade-product-application-card,
.woocommerce ul.products li.product {
	border: 1px solid var(--trindade-line) !important;
	border-radius: var(--trindade-radius-card) !important;
	box-shadow: var(--trindade-shadow-card) !important;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease !important;
}

.trindade-card:hover,
.trindade-value-card:hover,
.trindade-contact-card:hover,
.trindade-feature-item:hover,
.trindade-gallery-card:hover,
.trindade-product-card:hover,
.trindade-rich-service-card:hover,
.trindade-product-tech-card:hover,
.trindade-product-application-card:hover,
.woocommerce ul.products li.product:hover {
	transform: translateY(-4px) !important;
	border-color: rgba(11, 130, 255, 0.18) !important;
	box-shadow: var(--trindade-shadow-card-hover) !important;
}

.trindade-value-card,
.trindade-contact-card,
.trindade-feature-item,
.trindade-product-tech-card,
.trindade-product-application-card {
	padding: clamp(22px, 2.3vw, 30px) !important;
}

.trindade-product-card,
.trindade-rich-service-body {
	padding: clamp(20px, 2.2vw, 30px) !important;
}

.trindade-product-card img,
.trindade-rich-service-image img,
.trindade-gallery-card img,
.trindade-content-image,
.trindade-product-main-image img,
.trindade-internal-image-card img,
.trindade-front-about-img {
	border-radius: calc(var(--trindade-radius-card) - 4px) !important;
}

.trindade-product-card img,
.trindade-rich-service-image img,
.trindade-gallery-card img,
.trindade-front-about-img,
.trindade-product-main-image img {
	transition: transform 320ms ease, filter 320ms ease !important;
}

.trindade-gallery-card:hover img,
.trindade-product-card:hover img,
.trindade-rich-service-card:hover img {
	transform: scale(1.025);
}

.trindade-btn,
.trindade-front-btn,
.button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
	min-height: 46px !important;
	padding: 0 20px !important;
	border-radius: var(--trindade-radius-control) !important;
	font-size: 0.92rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease !important;
}

.trindade-btn:hover,
.trindade-front-btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
	transform: translateY(-2px);
}

.trindade-btn:active,
.trindade-front-btn:active,
.button:active,
button:active,
input[type="submit"]:active {
	transform: translateY(0);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid rgba(11, 130, 255, 0.42) !important;
	outline-offset: 3px !important;
}

.trindade-card-icon,
.trindade-front-stat-icon,
.trindade-rich-service-icon,
.trindade-front-service-card span,
.trindade-service-card span {
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	border-radius: 15px !important;
	color: var(--trindade-blue) !important;
	background: rgba(11, 130, 255, 0.1) !important;
}

.trindade-card-icon svg,
.trindade-front-stat-icon svg,
.trindade-rich-service-icon svg,
.trindade-front-service-card span svg,
.trindade-service-card span svg,
.trindade-btn svg,
.trindade-front-btn svg {
	width: 22px !important;
	height: 22px !important;
	flex: 0 0 auto;
}

.trindade-front-stat-icon {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.14) !important;
}

.trindade-front-stat {
	min-height: 138px;
}

.trindade-front-stat strong {
	text-wrap: balance;
}

.trindade-contact-layout {
	gap: clamp(24px, 3vw, 42px) !important;
	align-items: stretch;
}

.trindade-map-block,
.trindade-contact-form-wrap,
.trindade-form-block {
	border-radius: var(--trindade-radius-card) !important;
	box-shadow: var(--trindade-shadow-card) !important;
}

.trindade-front-footer {
	padding-block: clamp(56px, 5.5vw, 84px) 28px !important;
}

.trindade-front-footer-grid {
	gap: clamp(28px, 3vw, 44px) !important;
}

.trindade-front-footer p,
.trindade-front-footer a,
.trindade-front-footer-bottom span,
.trindade-front-footer-bottom a {
	font-size: 0.94rem !important;
	line-height: 1.65 !important;
}

.trindade-reveal {
	transform: translateY(18px);
	opacity: 0;
	transition: opacity 520ms ease, transform 520ms ease;
}

.trindade-reveal.is-visible {
	transform: translateY(0);
	opacity: 1;
}

@media (max-width: 1180px) {
	.trindade-front-container,
	.trindade-container,
	.trindade-product-container {
		width: min(100% - 32px, 1180px) !important;
	}

	.trindade-front-hero,
	.trindade-internal-page .trindade-front-hero {
		padding-block-start: clamp(112px, 14vw, 150px) !important;
	}
}

@media (max-width: 860px) {
	:root {
		--trindade-section-y: clamp(48px, 10vw, 68px);
		--trindade-grid-gap: 18px;
	}

	.trindade-front-page h1,
	.trindade-internal-page h1,
	.trindade-product-page h1 {
		font-size: clamp(2.1rem, 9vw, 3.15rem) !important;
		line-height: 1.02 !important;
	}

	.trindade-front-page h2,
	.trindade-internal-page h2,
	.trindade-product-page h2 {
		font-size: clamp(1.6rem, 7vw, 2.2rem) !important;
		line-height: 1.12 !important;
	}

	.trindade-front-hero,
	.trindade-internal-page .trindade-front-hero {
		min-height: auto !important;
		padding-block: 118px 72px !important;
	}

	.trindade-value-card,
	.trindade-contact-card,
	.trindade-feature-item,
	.trindade-product-tech-card,
	.trindade-product-application-card,
	.trindade-product-card,
	.trindade-rich-service-body {
		padding: 22px !important;
	}
}

@media (max-width: 520px) {
	.trindade-front-container,
	.trindade-container,
	.trindade-product-container {
		width: min(100% - 24px, 1180px) !important;
	}

	.trindade-btn,
	.trindade-front-btn,
	.button,
	button,
	input[type="submit"] {
		width: 100%;
		min-height: 48px !important;
		white-space: normal;
	}

	.trindade-front-hero-content {
		gap: 18px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Home fine tuning: white header, balanced about section and cleaner footer logo spacing. */
.trindade-front-body .trindade-front-header,
.trindade-front-body.trindade-scrolled .trindade-front-header {
	background: rgba(255, 255, 255, 0.98) !important;
	border: 0 !important;
	box-shadow: 0 10px 30px rgba(13, 27, 42, 0.08) !important;
	height: 76px !important;
}

.trindade-front-body .trindade-front-header-inner {
	height: 76px !important;
	gap: 20px !important;
}

.trindade-front-body .trindade-front-logo,
.trindade-front-body .trindade-front-logo .custom-logo-link {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	padding: 0 !important;
}

.trindade-front-body .trindade-front-logo img,
.trindade-front-body .trindade-front-logo .custom-logo {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	max-height: 48px !important;
	max-width: 190px !important;
	padding: 0 !important;
}

.trindade-front-body .trindade-front-nav a {
	color: #0D1B2A !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	padding-block: 27px !important;
}

.trindade-front-body .trindade-front-nav a:hover,
.trindade-front-body .trindade-front-nav a.is-active {
	color: #0878e6 !important;
}

.trindade-front-body .trindade-front-nav a::after {
	background: #0878e6 !important;
	bottom: 19px !important;
}

.trindade-front-body .trindade-front-header-actions {
	gap: 10px !important;
}

.trindade-front-body .trindade-front-header-actions .trindade-front-btn {
	min-height: 40px !important;
	padding-inline: 14px !important;
	font-size: 0.82rem !important;
}

.trindade-front-body .trindade-front-header-actions .trindade-front-btn-primary {
	background: #0D1B2A !important;
	border-color: #0D1B2A !important;
	box-shadow: 0 10px 20px rgba(13, 27, 42, 0.18) !important;
	color: #ffffff !important;
}

.trindade-front-body .trindade-front-header-actions .trindade-front-btn-primary:hover,
.trindade-front-body .trindade-front-header-actions .trindade-front-btn-primary:focus {
	background: #1B263B !important;
	border-color: #1B263B !important;
}

.trindade-front-body .trindade-front-header-actions .trindade-front-btn-whatsapp,
.trindade-front-body .trindade-front-header-actions .trindade-front-btn-whatsapp-solid {
	background: #ffffff !important;
	border-color: rgba(16, 147, 62, 0.32) !important;
	box-shadow: 0 8px 18px rgba(16, 147, 62, 0.12) !important;
	color: #0D1B2A !important;
}

.trindade-front-body .trindade-front-header-actions .trindade-front-btn-whatsapp svg,
.trindade-front-body .trindade-front-header-actions .trindade-front-btn-whatsapp-solid svg {
	color: #10933e !important;
}

.trindade-front-body .trindade-front-about {
	padding-block: clamp(62px, 7vw, 82px) clamp(48px, 6vw, 68px) !important;
}

.trindade-front-body .trindade-front-about-grid {
	align-items: center !important;
	column-gap: clamp(24px, 3vw, 38px) !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.84fr) minmax(0, 0.98fr) !important;
}

.trindade-front-body .trindade-front-about-copy {
	align-self: center !important;
}

.trindade-front-body .trindade-front-about-copy h2 {
	font-size: clamp(1.82rem, 2.35vw, 2.38rem) !important;
	line-height: 1.14 !important;
	margin-bottom: 18px !important;
	text-wrap: balance;
}

.trindade-front-body .trindade-front-about-copy p {
	font-size: 0.96rem !important;
	line-height: 1.66 !important;
	margin-bottom: 14px !important;
	max-width: 43ch;
}

.trindade-front-body .trindade-front-about-media {
	align-self: center !important;
	margin-inline: auto !important;
	max-width: 340px !important;
	width: 100% !important;
}

.trindade-front-body .trindade-front-about-img {
	aspect-ratio: 0.9 !important;
	object-position: center !important;
}

.trindade-front-body .trindade-front-services {
	align-self: center !important;
}

.trindade-front-body .trindade-front-services h2 {
	font-size: clamp(1.58rem, 2vw, 2.05rem) !important;
	line-height: 1.18 !important;
	margin-bottom: 20px !important;
	text-wrap: balance;
}

.trindade-front-body .trindade-front-service-grid {
	align-items: stretch !important;
	gap: 14px !important;
}

.trindade-front-body .trindade-front-service-card,
.trindade-front-body .trindade-card {
	text-align: center;
}

.trindade-front-body .trindade-front-service-card {
	align-items: center !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 11px !important;
	min-height: 100% !important;
	padding: 20px 18px !important;
}

.trindade-front-body .trindade-front-service-card span,
.trindade-front-body .trindade-card-icon {
	align-items: center !important;
	display: inline-flex !important;
	justify-content: center !important;
	margin-inline: auto !important;
}

.trindade-front-body .trindade-front-service-card h3,
.trindade-front-body .trindade-card h3 {
	margin: 2px 0 0 !important;
	text-align: center !important;
}

.trindade-front-body .trindade-front-service-card p,
.trindade-front-body .trindade-card p {
	margin: 0 !important;
	text-align: center !important;
}

.trindade-front-body .trindade-front-footer-logo {
	margin-bottom: 22px !important;
}

.trindade-front-body .trindade-front-footer-logo img {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	max-height: 50px !important;
	padding: 0 !important;
}

.trindade-front-body .trindade-front-footer-grid > div:first-child p:first-of-type {
	margin-top: 0 !important;
}

@media (max-width: 1160px) {
	.trindade-front-body .trindade-front-header-inner {
		grid-template-columns: 185px 1fr auto !important;
	}

	.trindade-front-body .trindade-front-header-actions .trindade-front-btn {
		font-size: 0 !important;
		padding-inline: 11px !important;
	}
}

@media (max-width: 1020px) {
	.trindade-front-body .trindade-front-about-grid {
		grid-template-columns: 1fr 1fr !important;
	}

	.trindade-front-body .trindade-front-services {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.trindade-front-body .trindade-front-header,
	.trindade-front-body .trindade-front-header-inner {
		height: auto !important;
	}

	.trindade-front-body .trindade-front-header-inner {
		grid-template-columns: 1fr !important;
		padding-block: 12px !important;
	}

	.trindade-front-body .trindade-front-nav a {
		padding-block: 8px !important;
	}

	.trindade-front-body .trindade-front-nav a::after {
		bottom: 2px !important;
	}

	.trindade-front-body .trindade-front-about-grid {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.trindade-front-body .trindade-front-about-copy p {
		margin-inline: auto;
	}
}

/* Internal pages fine tuning: filters, eyebrows and card alignment. */
.trindade-internal-page .trindade-filter-bar {
	display: none !important;
}

.trindade-eyebrow,
body:not(.trindade-front-body) .trindade-front-eyebrow {
	color: #0878e6 !important;
}

.trindade-front-hero .trindade-eyebrow,
.trindade-front-hero .trindade-front-eyebrow,
.trindade-section-dark .trindade-eyebrow,
.trindade-section-dark .trindade-front-eyebrow,
.trindade-cta-premium .trindade-eyebrow,
.trindade-cta-premium .trindade-front-eyebrow {
	color: #58a6ff !important;
}

body:not(.trindade-front-body) .trindade-card,
body:not(.trindade-front-body) .trindade-info-card,
body:not(.trindade-front-body) .trindade-feature-card,
body:not(.trindade-front-body) .trindade-feature-item,
body:not(.trindade-front-body) .trindade-contact-card,
body:not(.trindade-front-body) .trindade-value-card,
body:not(.trindade-front-body) .trindade-structure-card,
body:not(.trindade-front-body) .trindade-product-card,
body:not(.trindade-front-body) .trindade-service-card {
	text-align: left !important;
}

body:not(.trindade-front-body) .trindade-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-info-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-feature-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-feature-item:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-contact-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-value-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-structure-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-product-card:not(.trindade-icon-card),
body:not(.trindade-front-body) .trindade-service-card:not(.trindade-icon-card) {
	align-items: flex-start !important;
}

body:not(.trindade-front-body) .trindade-card h3,
body:not(.trindade-front-body) .trindade-info-card h3,
body:not(.trindade-front-body) .trindade-feature-card h3,
body:not(.trindade-front-body) .trindade-feature-item h3,
body:not(.trindade-front-body) .trindade-contact-card h3,
body:not(.trindade-front-body) .trindade-value-card h3,
body:not(.trindade-front-body) .trindade-structure-card h3,
body:not(.trindade-front-body) .trindade-product-card h3,
body:not(.trindade-front-body) .trindade-service-card h3,
body:not(.trindade-front-body) .trindade-service-card strong {
	margin-left: 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
}

body:not(.trindade-front-body) .trindade-card p,
body:not(.trindade-front-body) .trindade-info-card p,
body:not(.trindade-front-body) .trindade-feature-card p,
body:not(.trindade-front-body) .trindade-feature-item p,
body:not(.trindade-front-body) .trindade-contact-card p,
body:not(.trindade-front-body) .trindade-contact-card a,
body:not(.trindade-front-body) .trindade-value-card p,
body:not(.trindade-front-body) .trindade-structure-card p,
body:not(.trindade-front-body) .trindade-product-card p,
body:not(.trindade-front-body) .trindade-service-card p {
	margin-left: 0 !important;
	padding-left: 0 !important;
	text-align: left !important;
}

body:not(.trindade-front-body) .trindade-card-icon,
body:not(.trindade-front-body) .trindade-rich-service-icon,
body:not(.trindade-front-body) .trindade-service-card span {
	align-items: center !important;
	display: inline-flex !important;
	justify-content: center !important;
	margin: 0 0 14px !important;
	text-align: center !important;
}

body:not(.trindade-front-body) .trindade-icon-card {
	align-items: flex-start !important;
	display: grid !important;
	gap: 10px 16px !important;
	grid-template-columns: 52px minmax(0, 1fr) !important;
	text-align: left !important;
}

body:not(.trindade-front-body) .trindade-icon-card .trindade-card-icon,
body:not(.trindade-front-body) .trindade-icon-card .trindade-rich-service-icon {
	grid-row: span 2;
	margin: 0 !important;
}

body:not(.trindade-front-body) .trindade-icon-card h3,
body:not(.trindade-front-body) .trindade-icon-card p,
body:not(.trindade-front-body) .trindade-icon-card a {
	grid-column: 2;
}

.trindade-internal-page .trindade-values-grid .trindade-value-card {
	padding: clamp(22px, 2.2vw, 28px) !important;
}

.trindade-internal-page .trindade-values-grid .trindade-value-card h3 {
	font-size: clamp(1.02rem, 1.35vw, 1.16rem) !important;
	line-height: 1.25 !important;
	margin-bottom: 10px !important;
}

.trindade-internal-page .trindade-values-grid .trindade-value-card p {
	line-height: 1.58 !important;
}

body:not(.trindade-front-body) .trindade-product-card .trindade-product-actions,
body:not(.trindade-front-body) .trindade-rich-service-card .trindade-service-actions {
	justify-content: flex-start !important;
}

/* Services page: align intro copy and keep cards balanced with quote-only action. */
body.trindade-services-page .trindade-internal-intro,
body.page-template-page-servicos .trindade-internal-intro,
body.page-id-servicos .trindade-internal-intro,
body[class*="servicos"] .trindade-internal-intro {
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: 860px !important;
	text-align: left !important;
}

body.trindade-services-page .trindade-internal-intro p,
body.page-template-page-servicos .trindade-internal-intro p,
body.page-id-servicos .trindade-internal-intro p,
body[class*="servicos"] .trindade-internal-intro p {
	line-height: 1.68 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 820px !important;
	text-align: left !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card,
body.page-template-page-servicos .trindade-service-list .trindade-rich-service-card,
body.page-id-servicos .trindade-service-list .trindade-rich-service-card,
body[class*="servicos"] .trindade-service-list .trindade-rich-service-card {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-body,
body.page-template-page-servicos .trindade-service-list .trindade-rich-service-body,
body.page-id-servicos .trindade-service-list .trindade-rich-service-body,
body[class*="servicos"] .trindade-service-list .trindade-rich-service-body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	gap: 12px !important;
	padding: clamp(22px, 2.3vw, 30px) !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card h3,
body.page-template-page-servicos .trindade-service-list .trindade-rich-service-card h3,
body.page-id-servicos .trindade-service-list .trindade-rich-service-card h3,
body[class*="servicos"] .trindade-service-list .trindade-rich-service-card h3 {
	margin-bottom: 0 !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card p,
body.page-template-page-servicos .trindade-service-list .trindade-rich-service-card p,
body.page-id-servicos .trindade-service-list .trindade-rich-service-card p,
body[class*="servicos"] .trindade-service-list .trindade-rich-service-card p {
	margin-bottom: 4px !important;
}

body.trindade-services-page .trindade-service-list .trindade-service-actions,
body.page-template-page-servicos .trindade-service-list .trindade-service-actions,
body.page-id-servicos .trindade-service-list .trindade-service-actions,
body[class*="servicos"] .trindade-service-list .trindade-service-actions {
	margin-top: auto !important;
	padding-top: 8px !important;
}

body.trindade-services-page .trindade-service-list .trindade-service-actions .trindade-btn,
body.page-template-page-servicos .trindade-service-list .trindade-service-actions .trindade-btn,
body.page-id-servicos .trindade-service-list .trindade-service-actions .trindade-btn,
body[class*="servicos"] .trindade-service-list .trindade-service-actions .trindade-btn {
	width: auto !important;
}

/* Quote request page and footer social links fine tuning. */
.trindade-quote-page,
.trindade-quote-page .trindade-section-header,
.trindade-quote-page .trindade-form-block,
.trindade-quote-page .trindade-form-field,
.trindade-quote-page .trindade-form-field span,
.trindade-quote-page .trindade-form-field small {
	text-align: left !important;
}

.trindade-quote-page .trindade-section-header {
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: 820px !important;
}

.trindade-quote-page .trindade-section-header p {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 760px !important;
	text-align: left !important;
}

.trindade-quote-page .trindade-form-block h2 {
	font-size: clamp(1.18rem, 1.5vw, 1.35rem) !important;
	line-height: 1.25 !important;
	margin-bottom: 20px !important;
	text-align: left !important;
}

.trindade-quote-page .trindade-card,
.trindade-quote-page .trindade-card h2,
.trindade-quote-page .trindade-card h3,
.trindade-quote-page .trindade-card p {
	text-align: left !important;
}

.trindade-quote-page .trindade-form-field {
	align-items: stretch !important;
	gap: 9px !important;
}

.trindade-quote-page .trindade-form-field span {
	display: block !important;
	line-height: 1.35 !important;
}

.trindade-quote-page .trindade-form-field small {
	display: block !important;
	line-height: 1.45 !important;
	margin-top: 4px !important;
}

.trindade-quote-page .trindade-form-field textarea {
	margin-bottom: 8px !important;
}

.trindade-quote-page .trindade-form-block:last-of-type .trindade-form-field + .trindade-form-field {
	margin-top: 20px !important;
	padding-top: 4px !important;
}

.trindade-quote-page .trindade-form-field input[type="file"] {
	background: #f8fafc !important;
	border-style: dashed !important;
	cursor: pointer;
	margin-top: 4px !important;
	padding: 14px !important;
}

.trindade-quote-page .trindade-form-message {
	text-align: left;
}

.trindade-front-socials {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px !important;
	margin-top: 22px !important;
}

.trindade-front-socials a {
	align-items: center;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	color: #ffffff !important;
	display: inline-flex !important;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.84rem !important;
	font-weight: 800;
	line-height: 1 !important;
	margin: 0 !important;
	height: 42px;
	justify-content: center;
	min-height: 42px;
	padding: 0;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	width: 42px;
}

.trindade-front-socials a:hover,
.trindade-front-socials a:focus {
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.26);
	color: #ffffff !important;
	transform: translateY(-1px);
}

.trindade-front-socials svg {
	color: currentColor;
	height: 20px;
	width: 20px;
}

.trindade-front-socials span {
	color: inherit !important;
	font: inherit !important;
}

/* Services page card recovery: fixed media, visible content and quote-only action. */
body.trindade-services-page .trindade-service-list {
	align-items: stretch !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card {
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
	min-height: 100% !important;
	overflow: visible !important;
	padding: 0 !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card > * {
	position: relative;
	z-index: 2;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-image {
	background: #eef4fa !important;
	flex: 0 0 auto !important;
	height: clamp(220px, 23vw, 260px) !important;
	min-height: 0 !important;
	overflow: hidden !important;
	width: 100% !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-image img {
	display: block !important;
	height: 100% !important;
	min-height: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	padding: 0 !important;
	width: 100% !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-body {
	background: #ffffff !important;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	gap: 12px !important;
	min-height: 0 !important;
	overflow: visible !important;
	padding: clamp(22px, 2.3vw, 30px) !important;
	text-align: left !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-icon {
	align-items: center !important;
	display: inline-flex !important;
	flex: 0 0 46px !important;
	height: 46px !important;
	justify-content: center !important;
	margin: 0 0 2px !important;
	width: 46px !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card h3 {
	color: #0d1b2a !important;
	display: block !important;
	margin: 0 !important;
	text-align: left !important;
}

body.trindade-services-page .trindade-service-list .trindade-rich-service-card p {
	color: #5e6c7c !important;
	display: block !important;
	line-height: 1.58 !important;
	margin: 0 0 6px !important;
	text-align: left !important;
}

body.trindade-services-page .trindade-service-list .trindade-service-actions {
	align-items: center !important;
	display: flex !important;
	justify-content: flex-start !important;
	margin-top: auto !important;
	padding-top: 10px !important;
}

body.trindade-services-page .trindade-service-list .trindade-service-actions .trindade-btn {
	display: inline-flex !important;
	width: auto !important;
}

@media (max-width: 720px) {
	body.trindade-services-page .trindade-service-list .trindade-rich-service-image {
		height: 220px !important;
	}
}

/* Global premium header: same visual used on the Home across every template. */
body .trindade-front-header,
body.trindade-scrolled .trindade-front-header {
	background: rgba(255, 255, 255, 0.98) !important;
	border: 0 !important;
	box-shadow: 0 10px 30px rgba(13, 27, 42, 0.08) !important;
	height: 76px !important;
	left: 0;
	position: sticky !important;
	right: 0;
	top: 0;
	z-index: 1000;
}

body .trindade-front-header-inner {
	align-items: center !important;
	display: grid !important;
	gap: 20px !important;
	grid-template-columns: 245px 1fr auto !important;
	height: 76px !important;
}

body .trindade-front-logo,
body .trindade-front-logo .custom-logo-link {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	display: inline-flex !important;
	min-height: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

body .trindade-front-logo img,
body .trindade-front-logo .custom-logo,
body .site-header .custom-logo {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	max-height: 48px !important;
	max-width: 190px !important;
	object-fit: contain !important;
	padding: 0 !important;
	width: auto !important;
}

body .trindade-front-nav {
	align-items: center !important;
	display: flex !important;
	gap: 23px !important;
	justify-content: center !important;
}

body .trindade-front-nav a {
	color: #0F2744 !important;
	font-family: "Poppins", Arial, sans-serif !important;
	font-size: 0.86rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	padding: 27px 0 !important;
	position: relative !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

body .trindade-front-nav a::after {
	background: #0878e6 !important;
	border-radius: 999px !important;
	bottom: 19px !important;
	content: "" !important;
	height: 2px !important;
	left: 0 !important;
	position: absolute !important;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
	width: 100% !important;
}

body .trindade-front-nav a:hover,
body .trindade-front-nav a.is-active {
	color: #0878e6 !important;
}

body .trindade-front-nav a:hover::after,
body .trindade-front-nav a.is-active::after {
	transform: scaleX(1) !important;
}

body .trindade-front-header-actions {
	align-items: center !important;
	display: flex !important;
	gap: 10px !important;
	justify-content: flex-end !important;
}

body .trindade-front-header-actions .trindade-front-btn {
	border-radius: 6px !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	gap: 9px !important;
	line-height: 1 !important;
	min-height: 40px !important;
	padding: 0 14px !important;
	white-space: nowrap !important;
}

body .trindade-front-header-actions .trindade-front-btn svg {
	height: 18px !important;
	width: 18px !important;
}

body .trindade-front-header-actions .trindade-front-btn-whatsapp,
body .trindade-front-header-actions .trindade-front-btn-whatsapp-solid {
	background: #ffffff !important;
	border: 1px solid rgba(16, 147, 62, 0.36) !important;
	box-shadow: 0 8px 18px rgba(16, 147, 62, 0.12) !important;
	color: #10933e !important;
}

body .trindade-front-header-actions .trindade-front-btn-whatsapp svg,
body .trindade-front-header-actions .trindade-front-btn-whatsapp-solid svg {
	color: #10933e !important;
}

body .trindade-front-header-actions .trindade-front-btn-whatsapp:hover,
body .trindade-front-header-actions .trindade-front-btn-whatsapp:focus {
	background: #f4fbf7 !important;
	border-color: rgba(16, 147, 62, 0.52) !important;
	color: #0d7d35 !important;
}

body .trindade-front-header-actions .trindade-front-btn-primary {
	background: #0F2744 !important;
	border: 1px solid #0F2744 !important;
	box-shadow: 0 10px 20px rgba(13, 27, 42, 0.18) !important;
	color: #ffffff !important;
}

body .trindade-front-header-actions .trindade-front-btn-primary svg {
	color: #ffffff !important;
}

body .trindade-front-header-actions .trindade-front-btn-primary:hover,
body .trindade-front-header-actions .trindade-front-btn-primary:focus {
	background: #1B263B !important;
	border-color: #1B263B !important;
	color: #ffffff !important;
}

@media (max-width: 1160px) {
	body .trindade-front-header-inner {
		grid-template-columns: 185px 1fr auto !important;
	}

	body .trindade-front-nav {
		gap: 15px !important;
	}

	body .trindade-front-nav a {
		font-size: 0.8rem !important;
	}

	body .trindade-front-header-actions .trindade-front-btn {
		font-size: 0 !important;
		padding-inline: 11px !important;
	}
}

@media (max-width: 860px) {
	body .trindade-front-header,
	body .trindade-front-header-inner {
		height: auto !important;
	}

	body .trindade-front-header-inner {
		grid-template-columns: 1fr !important;
		padding-block: 12px !important;
	}

	body .trindade-front-logo {
		justify-content: center !important;
	}

	body .trindade-front-nav {
		flex-wrap: wrap !important;
		gap: 6px 16px !important;
		justify-content: center !important;
	}

	body .trindade-front-nav a {
		padding-block: 8px !important;
	}

	body .trindade-front-nav a::after {
		bottom: 2px !important;
	}

	body .trindade-front-header-actions {
		justify-content: center !important;
	}
}

/* Legal pages and LGPD cookie consent. */
.trindade-legal-content {
	background: #ffffff;
	border: 1px solid rgba(13, 27, 42, 0.08);
	border-radius: var(--trindade-radius-card);
	box-shadow: var(--trindade-shadow-card);
	color: #333333;
	margin-inline: auto;
	max-width: 900px;
	padding: clamp(28px, 4vw, 54px);
}

.trindade-legal-content h2 {
	color: #0D1B2A;
	font-size: clamp(1.75rem, 2.6vw, 2.35rem);
	line-height: 1.15;
	margin: 0 0 22px;
}

.trindade-legal-content h3 {
	color: #0F2744;
	font-size: clamp(1.08rem, 1.5vw, 1.28rem);
	line-height: 1.3;
	margin: 30px 0 10px;
}

.trindade-legal-content p {
	color: #4c5b6d;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0 0 14px;
}

.trindade-legal-content a {
	color: #0878e6;
	font-weight: 700;
}

.trindade-cookie-banner {
	bottom: 18px;
	left: 18px;
	position: fixed;
	right: 18px;
	z-index: 9999;
}

.trindade-cookie-banner[hidden],
.trindade-cookie-modal[hidden] {
	display: none !important;
}

.trindade-cookie-banner__content {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(13, 27, 42, 0.12);
	border-radius: 12px;
	box-shadow: 0 22px 60px rgba(13, 27, 42, 0.2);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1120px;
	padding: 18px;
}

.trindade-cookie-banner p {
	color: #333333;
	line-height: 1.55;
	margin: 0;
	max-width: 680px;
}

.trindade-cookie-banner__actions,
.trindade-cookie-modal__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.trindade-cookie-button {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cfd8e3;
	border-radius: 8px;
	color: #0F2744;
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.trindade-cookie-button:hover,
.trindade-cookie-button:focus {
	border-color: #0878e6;
	color: #0878e6;
	transform: translateY(-1px);
}

.trindade-cookie-button-primary {
	background: #0F2744;
	border-color: #0F2744;
	color: #ffffff;
}

.trindade-cookie-button-primary:hover,
.trindade-cookie-button-primary:focus {
	background: #1B263B;
	border-color: #1B263B;
	color: #ffffff;
}

.trindade-cookie-button-link {
	background: transparent;
	border-color: transparent;
	color: #0878e6;
	padding-inline: 4px;
}

.trindade-cookie-modal {
	inset: 0;
	position: fixed;
	z-index: 10000;
}

.trindade-cookie-modal__backdrop {
	background: rgba(4, 12, 24, 0.58);
	inset: 0;
	position: absolute;
}

.trindade-cookie-modal__dialog {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	left: 50%;
	max-width: 620px;
	padding: 24px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100% - 32px), 620px);
}

.trindade-cookie-modal__header {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.trindade-cookie-modal__header h2 {
	color: #0D1B2A;
	font-size: 1.35rem;
	margin: 0;
}

.trindade-cookie-modal__close {
	align-items: center;
	background: #f4f7fb;
	border: 1px solid #dbe4ef;
	border-radius: 50%;
	color: #0D1B2A;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.4rem;
	height: 36px;
	justify-content: center;
	line-height: 1;
	width: 36px;
}

.trindade-cookie-option {
	align-items: center;
	border: 1px solid #e1e8f0;
	border-radius: 10px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 16px;
}

.trindade-cookie-option strong {
	color: #0D1B2A;
	display: block;
	font-family: "Poppins", Arial, sans-serif;
	margin-bottom: 4px;
}

.trindade-cookie-option p {
	color: #5e6c7c;
	line-height: 1.5;
	margin: 0;
}

.trindade-cookie-option span {
	color: #0F2744;
	font-size: 0.86rem;
	font-weight: 800;
	white-space: nowrap;
}

.trindade-cookie-option input {
	height: 22px;
	width: 22px;
}

body.trindade-cookie-modal-open {
	overflow: hidden;
}

.trindade-recaptcha {
	display: flex;
	justify-content: flex-start;
	margin: 18px 0 6px;
	max-width: 100%;
	overflow-x: auto;
}

.trindade-recaptcha .g-recaptcha {
	transform-origin: left top;
}

@media (max-width: 760px) {
	.trindade-cookie-banner__content,
	.trindade-cookie-option {
		align-items: stretch;
		flex-direction: column;
	}

	.trindade-cookie-banner__actions,
	.trindade-cookie-modal__actions {
		justify-content: flex-start;
	}

	.trindade-cookie-button {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.trindade-recaptcha .g-recaptcha {
		transform: scale(0.92);
	}
}

/* WhatsApp dual-contact dropdown (details/summary, no JS) */
.trindade-whatsapp-dropdown {
	position: relative;
	display: inline-block;
}

.trindade-whatsapp-dropdown > summary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	list-style: none;
}

.trindade-whatsapp-dropdown > summary::-webkit-details-marker {
	display: none;
}

.trindade-whatsapp-dropdown > summary::marker {
	content: '';
}

.trindade-whatsapp-dropdown-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 60;
	display: flex;
	flex-direction: column;
	min-width: 210px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
	padding: 8px;
	gap: 4px;
}

.trindade-whatsapp-dropdown-menu a {
	display: flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 8px;
	color: #1f2937;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.trindade-whatsapp-dropdown-menu a:hover {
	background: #f1f5f9;
}

.trindade-front-header-actions .trindade-whatsapp-dropdown-menu,
.trindade-front-cta-actions .trindade-whatsapp-dropdown-menu {
	right: 0;
	left: auto;
}
