/*
Theme Name: T3 General Trading
Theme URI: https://example.com/
Author: T3 General Trading LLC
Description: Custom responsive WordPress and WooCommerce theme for T3 General Trading LLC.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: t3-general-trading
*/

:root {
	--t3-navy: #163d5c;
	--t3-navy-dark: #0e2c45;
	--t3-navy-deep: #0a2338;
	--t3-teal: #0bb8b9;
	--t3-teal-dark: #057f93;
	--t3-ink: #153b59;
	--t3-muted: #65798a;
	--t3-line: #dfe7ed;
	--t3-soft: #f4f8fa;
	--t3-white: #fff;
	--t3-danger: #b42318;
	--t3-radius: 10px;
	--t3-shadow: 0 18px 55px rgba(12, 46, 70, .13);
	--t3-container: 1160px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--t3-ink);
	background: #fff;
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

body.admin-bar .t3-site-header {
	top: 32px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--t3-ink);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.035em;
}

svg {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	flex: 0 0 auto;
}

.screen-reader-text,
.t3-skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.t3-skip-link:focus {
	z-index: 9999;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: #fff;
	background: #000;
}

.t3-container {
	width: min(calc(100% - 40px), var(--t3-container));
	margin-inline: auto;
}

.t3-section {
	padding-block: 96px;
}

.t3-section--soft {
	background: var(--t3-soft);
}

.t3-section--navy {
	color: #fff;
	background: var(--t3-navy);
}

.t3-grid-bg {
	background-color: #fff;
	background-image:
		linear-gradient(rgba(25, 62, 90, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(25, 62, 90, .035) 1px, transparent 1px);
	background-size: 36px 36px;
}

.t3-eyebrow {
	margin-bottom: 14px;
	color: var(--t3-teal);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .24em;
	line-height: 1.2;
	text-transform: uppercase;
}

.t3-section-heading {
	max-width: 720px;
	margin-bottom: 42px;
}

.t3-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.t3-section-heading--center::after {
	content: "";
	display: block;
	width: 55px;
	height: 3px;
	margin: 23px auto 0;
	background: var(--t3-teal);
}

.t3-section-heading h2 {
	margin-bottom: 15px;
	font-size: clamp(32px, 4vw, 48px);
}

.t3-section-heading p:last-child {
	margin-bottom: 0;
	color: var(--t3-muted);
	font-size: 16px;
}

.t3-section--navy .t3-section-heading h2,
.t3-section--navy h2,
.t3-section--navy h3 {
	color: #fff;
}

.t3-section--navy .t3-section-heading p:last-child {
	color: rgba(255, 255, 255, .65);
}

.t3-lead {
	color: var(--t3-muted);
	font-size: 17px;
	line-height: 1.8;
}

.t3-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 45px;
	padding: 12px 20px;
	color: #fff;
	background: linear-gradient(135deg, var(--t3-navy), var(--t3-teal-dark));
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.t3-button:hover,
.t3-button:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(7, 39, 62, .2);
}

.t3-button svg,
.t3-text-link svg {
	width: 15px;
	height: 15px;
}

.t3-button--light {
	color: var(--t3-ink);
	background: #fff;
}

.t3-button--light:hover {
	color: var(--t3-ink);
}

.t3-button--outline {
	color: #fff;
	background: rgba(255, 255, 255, .05);
	border-color: rgba(255, 255, 255, .42);
}

.t3-button--ghost {
	color: var(--t3-ink);
	background: #fff;
	border-color: var(--t3-line);
}

.t3-button--ghost:hover {
	color: var(--t3-ink);
}

.t3-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.t3-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--t3-ink);
	font-size: 13px;
	font-weight: 800;
}

.t3-text-link:hover {
	color: var(--t3-teal-dark);
}

/* Header */
.t3-site-header {
	position: relative;
	z-index: 80;
}

.t3-topbar {
	color: rgba(255, 255, 255, .9);
	background: var(--t3-navy-deep);
	font-size: 10px;
}

.t3-topbar__inner,
.t3-topbar__contact,
.t3-topbar__right {
	display: flex;
	align-items: center;
}

.t3-topbar__inner {
	justify-content: space-between;
	min-height: 32px;
}

.t3-topbar__contact,
.t3-topbar__right {
	gap: 22px;
}

.t3-topbar span,
.t3-topbar a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.t3-topbar__right > span {
	color: #93a8b8;
	font-size: 9px;
	letter-spacing: .18em;
}

.t3-topbar svg {
	color: var(--t3-teal);
}

.t3-navbar {
	background: #fff;
	border-bottom: 1px solid rgba(20, 58, 87, .08);
}

.t3-navbar__inner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 72px;
}

.t3-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-right: auto;
}

.t3-logo__image {
	width: auto;
	max-width: 230px;
	max-height: 54px;
}

.t3-logo__mark {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	color: var(--t3-teal);
	background: #061824;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -.08em;
}

.t3-logo__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.t3-logo__text strong {
	color: var(--t3-ink);
	font-size: 18px;
	line-height: 1;
}

.t3-logo__text small {
	color: #708191;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .22em;
}

.t3-primary-nav {
	align-self: stretch;
	margin-right: 36px;
}

.t3-menu {
	display: flex;
	align-items: stretch;
	height: 100%;
	padding: 0;
	margin: 0;
	gap: 32px;
	list-style: none;
}

.t3-menu > li {
	position: relative;
	display: flex;
}

.t3-menu a {
	position: relative;
	display: flex;
	align-items: center;
	color: #294861;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.t3-menu a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	height: 2px;
	background: var(--t3-teal);
	transform: scaleX(0);
	transition: transform .2s ease;
}

.t3-menu a:hover::after,
.t3-menu .current-menu-item > a::after,
.t3-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.t3-menu .sub-menu {
	position: absolute;
	z-index: 90;
	top: calc(100% - 1px);
	left: -20px;
	display: none;
	width: 270px;
	padding: 12px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: 0 0 8px 8px;
	box-shadow: var(--t3-shadow);
	list-style: none;
}

.t3-menu .sub-menu li {
	display: block;
}

.t3-menu .sub-menu a {
	display: block;
	padding: 11px 12px;
	border-radius: 5px;
	font-size: 10px;
	line-height: 1.35;
	letter-spacing: .045em;
	text-transform: none;
}

.t3-menu .sub-menu a::after {
	display: none;
}

.t3-menu .sub-menu a:hover,
.t3-menu .sub-menu a:focus-visible {
	color: var(--t3-teal-dark);
	background: var(--t3-soft);
}

.t3-menu li:hover > .sub-menu,
.t3-menu li:focus-within > .sub-menu {
	display: block;
}

.t3-button--nav {
	min-height: 38px;
	padding: 10px 17px;
	font-size: 11px;
}

.t3-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.t3-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 23px;
	height: 2px;
	margin: 5px auto;
	background: var(--t3-ink);
}

/* Hero */
.t3-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 590px;
	color: #fff;
	background-color: var(--t3-navy);
	background-image:
		linear-gradient(90deg, rgba(8, 35, 55, .98) 0%, rgba(12, 50, 75, .88) 46%, rgba(5, 71, 83, .45) 100%),
		var(--t3-hero-image);
	background-position: center;
	background-size: cover;
}

.t3-hero::after,
.t3-page-hero::after,
.t3-category-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 78% 50%, rgba(11, 184, 185, .2), transparent 32%);
	pointer-events: none;
}

.t3-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(350px, .75fr);
	align-items: center;
	gap: 85px;
	padding-block: 85px;
}

.t3-hero h1 {
	max-width: 720px;
	margin-bottom: 23px;
	color: #fff;
	font-size: clamp(45px, 5vw, 68px);
}

.t3-rotating-word {
	position: relative;
	display: inline-grid;
	min-width: 240px;
	color: var(--t3-teal);
}

.t3-rotating-word span {
	grid-area: 1/1;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .35s ease, transform .35s ease;
}

.t3-rotating-word span.is-active {
	opacity: 1;
	transform: translateY(0);
}

.t3-hero__intro {
	max-width: 640px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, .78);
	font-size: 15px;
	line-height: 1.78;
}

.t3-company-card {
	padding: 31px;
	background: linear-gradient(145deg, rgba(12, 45, 69, .86), rgba(33, 81, 106, .68));
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 14px;
	box-shadow: 0 28px 75px rgba(1, 21, 37, .38);
	backdrop-filter: blur(13px);
}

.t3-company-card__heading {
	display: flex;
	align-items: center;
	gap: 14px;
}

.t3-company-card__heading > div {
	display: flex;
	flex-direction: column;
}

.t3-company-card__heading strong {
	font-size: 17px;
}

.t3-company-card__heading small {
	margin-top: 4px;
	color: rgba(255, 255, 255, .55);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .18em;
}

.t3-company-card__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-block: 27px 19px;
	padding-block: 17px;
	border-top: 1px solid rgba(255, 255, 255, .11);
	border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.t3-company-card__stats > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}

.t3-company-card__stats small,
.t3-company-card__phone small {
	color: rgba(255, 255, 255, .52);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .12em;
}

.t3-company-card__stats strong {
	color: var(--t3-teal);
	font-size: 20px;
}

.t3-company-card__phone {
	display: flex;
	flex-direction: column;
	padding: 13px 15px;
	background: rgba(5, 29, 46, .36);
	border-radius: 6px;
}

.t3-company-card__phone a {
	margin-top: 2px;
	font-size: 16px;
	font-weight: 800;
}

.t3-trustbar {
	color: #fff;
	background: var(--t3-navy-deep);
	border-top: 1px solid rgba(255, 255, 255, .09);
}

.t3-trustbar__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.t3-trustbar__grid > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 55px;
	border-right: 1px solid rgba(255, 255, 255, .09);
	font-size: 11px;
	font-weight: 700;
}

.t3-trustbar__grid > div:last-child {
	border-right: 0;
}

.t3-trustbar svg {
	color: var(--t3-teal);
}

/* Page hero */
.t3-page-hero,
.t3-category-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 390px;
	color: #fff;
	background-color: var(--t3-navy);
	background-image:
		linear-gradient(90deg, rgba(8, 38, 60, .94), rgba(0, 147, 153, .63)),
		var(--t3-hero-image);
	background-position: center;
	background-size: cover;
}

.t3-page-hero__content,
.t3-category-hero__content {
	position: relative;
	z-index: 1;
	max-width: 780px;
	padding-block: 75px;
}

.t3-page-hero h1,
.t3-category-hero h1 {
	margin-bottom: 18px;
	color: #fff;
	font-size: clamp(42px, 5vw, 62px);
}

.t3-page-hero p:last-child,
.t3-category-hero p:last-child {
	max-width: 700px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
}

.t3-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 17px;
	color: rgba(255, 255, 255, .65);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.t3-breadcrumbs a:hover {
	color: #fff;
}

/* Category cards */
.t3-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 21px;
}

.t3-category-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
	transition: transform .25s ease, box-shadow .25s ease;
}

.t3-category-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--t3-shadow);
}

.t3-category-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 1.55/1;
	background: #dce6ec;
}

.t3-category-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.t3-category-card:hover img {
	transform: scale(1.045);
}

.t3-category-card__body {
	padding: 23px 24px 25px;
}

.t3-category-card h3 {
	margin-bottom: 7px;
	font-size: 19px;
}

.t3-category-card p {
	margin-bottom: 15px;
	color: var(--t3-muted);
	font-size: 13px;
}

.t3-category-card ul {
	padding: 0;
	margin: 0 0 18px;
	list-style: none;
}

.t3-category-card li {
	position: relative;
	padding-left: 14px;
	color: #536a7d;
	font-size: 12px;
}

.t3-category-card li::before {
	content: "";
	position: absolute;
	top: .72em;
	left: 0;
	width: 4px;
	height: 4px;
	background: var(--t3-teal);
	border-radius: 50%;
}

/* Stats and process */
.t3-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.t3-stat {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
}

.t3-stat strong {
	display: block;
	margin-bottom: 4px;
	color: var(--t3-teal-dark);
	font-size: 33px;
	line-height: 1;
}

.t3-stat span {
	color: var(--t3-muted);
	font-size: 12px;
	font-weight: 700;
}

.t3-process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	counter-reset: process;
}

.t3-process-card {
	position: relative;
	padding: 31px 25px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: var(--t3-radius);
	counter-increment: process;
}

.t3-process-card::before {
	content: "0" counter(process);
	display: block;
	margin-bottom: 27px;
	color: var(--t3-teal);
	font-size: 28px;
	font-weight: 900;
}

.t3-process-card h3 {
	margin-bottom: 9px;
	font-size: 19px;
}

.t3-process-card p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .63);
	font-size: 13px;
}

/* Product cards */
.t3-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.t3-product-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
	transition: transform .22s ease, box-shadow .22s ease;
}

.t3-product-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--t3-shadow);
}

.t3-product-card__image {
	display: block;
	aspect-ratio: 1.22/1;
	overflow: hidden;
	background: var(--t3-soft);
}

.t3-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.t3-product-card__body {
	padding: 23px;
}

.t3-product-card__category {
	display: block;
	margin-bottom: 6px;
	color: var(--t3-teal-dark);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.t3-product-card h3 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.28;
}

.t3-product-card p {
	margin-bottom: 15px;
	color: var(--t3-muted);
	font-size: 12px;
}

.t3-product-card__price {
	display: block;
	margin-bottom: 13px;
	color: var(--t3-ink);
	font-size: 16px;
	font-weight: 800;
}

.t3-product-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.t3-product-card__actions .button {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 9px 14px;
	color: #fff;
	background: var(--t3-teal-dark);
	border-radius: 4px;
	font-size: 11px;
	font-weight: 800;
}

.t3-empty-products {
	grid-column: 1/-1;
	padding: 38px;
	background: var(--t3-soft);
	border: 1px dashed #bacbd6;
	border-radius: var(--t3-radius);
	text-align: center;
}

.t3-empty-products h3 {
	margin-bottom: 8px;
}

.t3-empty-products p {
	max-width: 680px;
	margin: 0 auto;
	color: var(--t3-muted);
}

.t3-pagination {
	margin-top: 38px;
}

.t3-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	padding: 0;
	list-style: none;
}

.t3-pagination a,
.t3-pagination span {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid var(--t3-line);
	border-radius: 4px;
}

.t3-pagination .current {
	color: #fff;
	background: var(--t3-navy);
}

/* Industries and cards */
.t3-two-column {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: start;
	gap: 85px;
}

.t3-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.t3-feature-card {
	padding: 24px;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
}

.t3-feature-card__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	color: #fff;
	background: linear-gradient(135deg, var(--t3-navy), var(--t3-teal));
	border-radius: 6px;
}

.t3-feature-card h3 {
	margin-bottom: 7px;
	font-size: 17px;
}

.t3-feature-card p {
	margin-bottom: 0;
	color: var(--t3-muted);
	font-size: 13px;
}

.t3-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.t3-chip-list li {
	padding: 8px 12px;
	color: #38566d;
	background: var(--t3-soft);
	border: 1px solid var(--t3-line);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
}

.t3-checklist {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.t3-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #38566d;
	font-size: 13px;
	font-weight: 700;
}

.t3-checklist svg {
	width: 18px;
	height: 18px;
	padding: 3px;
	color: #fff;
	background: var(--t3-teal);
	border-radius: 50%;
}

.t3-image-card {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 12px;
	box-shadow: var(--t3-shadow);
}

.t3-image-card img {
	width: 100%;
	aspect-ratio: 1.38/1;
	object-fit: cover;
}

/* Brand movement */
.t3-brand-marquee {
	overflow: hidden;
	padding-block: 12px;
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.t3-brand-track {
	display: flex;
	width: max-content;
	gap: 16px;
	animation: t3-marquee 32s linear infinite;
}

.t3-brand-marquee:hover .t3-brand-track {
	animation-play-state: paused;
}

@keyframes t3-marquee {
	to { transform: translateX(-50%); }
}

.t3-brand-pill {
	display: grid;
	place-items: center;
	min-width: 180px;
	min-height: 82px;
	padding: 17px 26px;
	color: var(--t3-ink);
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(18, 53, 79, .06);
	font-size: 18px;
	font-weight: 900;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.t3-brand-pill:hover {
	transform: translateY(-4px) scale(1.02);
	border-color: rgba(11, 184, 185, .5);
	box-shadow: 0 15px 35px rgba(4, 102, 114, .12);
}

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

.t3-brand-card {
	position: relative;
	overflow: hidden;
	padding: 28px;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
	transition: transform .23s ease, box-shadow .23s ease, border-color .23s ease;
}

.t3-brand-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--brand, var(--t3-navy)), var(--t3-teal));
	transform: scaleX(.24);
	transform-origin: left;
	transition: transform .25s ease;
}

.t3-brand-card:hover {
	transform: translateY(-6px);
	border-color: rgba(10, 153, 161, .35);
	box-shadow: var(--t3-shadow);
}

.t3-brand-card:hover::before {
	transform: scaleX(1);
}

.t3-brand-card__logo {
	display: grid;
	place-items: center;
	min-height: 96px;
	margin-bottom: 20px;
	color: var(--brand, var(--t3-ink));
	background: var(--t3-soft);
	border-radius: 7px;
	font-size: clamp(20px, 2.2vw, 30px);
	font-weight: 900;
	letter-spacing: -.04em;
}

.t3-brand-card h3 {
	margin-bottom: 6px;
	font-size: 19px;
}

.t3-brand-card p {
	margin-bottom: 0;
	color: var(--t3-muted);
	font-size: 13px;
}

.t3-brand-card--sika { --brand: #d9272e; }
.t3-brand-card--milwaukee { --brand: #d71920; }
.t3-brand-card--soudal { --brand: #df2228; }
.t3-brand-card--national { --brand: #1765ad; }
.t3-brand-card--cosmoplast { --brand: #3059a7; }
.t3-brand-card--bosch { --brand: #e31c2c; }
.t3-brand-card--makita { --brand: #008b95; }
.t3-brand-card--dewalt { --brand: #d7a700; }
.t3-brand-card--three-m { --brand: #ed1c24; }
.t3-brand-card--honeywell { --brand: #e2231a; }
.t3-brand-card--asmaco { --brand: #111; }
.t3-brand-card--ritver { --brand: #c5172e; }

/* Category page */
.t3-category-intro {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: 75px;
}

.t3-category-intro .t3-image-card img {
	aspect-ratio: 1.35/1;
}

.t3-type-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.t3-type-item {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 70px;
	padding: 16px;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: 7px;
	color: #38566d;
	font-size: 12px;
	font-weight: 800;
}

.t3-type-item::before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--t3-teal);
	border-radius: 50%;
	flex: 0 0 auto;
}

.t3-info-panel {
	padding: 36px;
	background: var(--t3-soft);
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
}

.t3-info-panel h3 {
	margin-bottom: 14px;
}

.t3-faq {
	display: grid;
	gap: 12px;
	max-width: 900px;
	margin-inline: auto;
}

.t3-faq details {
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: 7px;
}

.t3-faq summary {
	padding: 20px 23px;
	color: var(--t3-ink);
	font-weight: 800;
	cursor: pointer;
}

.t3-faq details p {
	padding: 0 23px 22px;
	margin: 0;
	color: var(--t3-muted);
	font-size: 14px;
}

/* Contact */
.t3-contact-layout {
	display: grid;
	grid-template-columns: .76fr 1.24fr;
	gap: 35px;
}

.t3-contact-card,
.t3-form-card {
	padding: 35px;
	background: #fff;
	border: 1px solid var(--t3-line);
	border-radius: 12px;
}

.t3-contact-card h2,
.t3-form-card h2 {
	margin-bottom: 22px;
	font-size: 28px;
}

.t3-contact-list {
	display: grid;
	gap: 18px;
}

.t3-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.t3-contact-item__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #fff;
	background: linear-gradient(135deg, var(--t3-navy), var(--t3-teal));
	border-radius: 6px;
}

.t3-contact-item strong,
.t3-contact-item span,
.t3-contact-item a {
	display: block;
}

.t3-contact-item span,
.t3-contact-item a {
	color: var(--t3-muted);
	font-size: 13px;
}

.t3-map {
	overflow: hidden;
	margin-top: 25px;
	border-radius: 10px;
	border: 1px solid var(--t3-line);
}

.t3-map iframe {
	display: block;
	width: 100%;
	height: 310px;
	border: 0;
}

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

.t3-field--full {
	grid-column: 1/-1;
}

.t3-field label {
	display: block;
	margin-bottom: 6px;
	color: var(--t3-ink);
	font-size: 12px;
	font-weight: 800;
}

.t3-field input,
.t3-field select,
.t3-field textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	padding: 12px 13px;
	color: var(--t3-ink);
	background: #fff;
	border: 1px solid #cedae2;
	border-radius: 5px;
	outline: none;
}

.t3-field textarea,
.wpcf7 textarea {
	min-height: 135px;
	resize: vertical;
}

.t3-field input:focus,
.t3-field select:focus,
.t3-field textarea:focus {
	border-color: var(--t3-teal);
	box-shadow: 0 0 0 3px rgba(11, 184, 185, .1);
}

.t3-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.t3-form-notice {
	padding: 13px 15px;
	margin-bottom: 20px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 700;
}

.t3-form-notice--success {
	color: #166534;
	background: #dcfce7;
}

.t3-form-notice--error {
	color: var(--t3-danger);
	background: #fee4e2;
}

/* CTA */
.t3-cta-wrap {
	padding-block: 0 100px;
}

.t3-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	padding: 45px 50px;
	color: #fff;
	background: linear-gradient(110deg, var(--t3-navy-dark), #047f92 58%, #10b9b7);
	border-radius: 11px;
}

.t3-cta h2 {
	margin-bottom: 9px;
	color: #fff;
	font-size: 30px;
}

.t3-cta p {
	max-width: 640px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 13px;
}

.t3-cta__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 11px;
}

/* Footer */
.t3-footer {
	color: rgba(255, 255, 255, .68);
	background: var(--t3-navy-deep);
}

.t3-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr .72fr 1.12fr 1.2fr;
	gap: 55px;
	padding-block: 68px 58px;
}

.t3-logo--footer {
	margin-bottom: 19px;
}

.t3-logo--footer .t3-logo__text strong {
	color: #fff;
}

.t3-logo--footer .t3-logo__text small {
	color: rgba(255, 255, 255, .45);
}

.t3-footer h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.t3-footer p,
.t3-footer a,
.t3-footer span {
	font-size: 11px;
}

.t3-footer__grid > div:not(:first-child) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.t3-footer__grid > div:last-child > span,
.t3-footer__grid > div:last-child > a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.t3-footer a:hover {
	color: #fff;
}

.t3-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .09);
}

.t3-footer__bottom .t3-container {
	display: flex;
	justify-content: space-between;
	padding-block: 22px;
}

.t3-whatsapp {
	position: fixed;
	z-index: 100;
	right: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	color: #fff;
	background: #21c063;
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
	font-size: 12px;
	font-weight: 800;
}

.t3-whatsapp svg {
	width: 18px;
	height: 18px;
}

/* WooCommerce */
.t3-woocommerce-main {
	padding-block: 70px 100px;
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 20px;
	border: 1px solid var(--t3-line);
	border-radius: var(--t3-radius);
}

.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #fff;
	background: var(--t3-teal-dark);
	border-radius: 4px;
}

.woocommerce div.product {
	padding-top: 30px;
}

/* Standard page fallback */
.t3-standard-page {
	padding-block: 75px 100px;
}

.t3-standard-page__content {
	max-width: 900px;
}

/* Responsive */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	* { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1040px) {
	.t3-menu {
		gap: 21px;
	}

	.t3-primary-nav {
		margin-right: 22px;
	}

	.t3-hero__grid {
		gap: 45px;
	}

	.t3-two-column,
	.t3-category-intro {
		gap: 50px;
	}

	.t3-footer__grid {
		gap: 32px;
	}
}

@media (max-width: 860px) {
	body.admin-bar .t3-site-header {
		top: 46px;
	}

	.t3-topbar__right > span,
	.t3-topbar__contact > span {
		display: none;
	}

	.t3-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.t3-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		height: auto;
		margin: 0;
		background: #fff;
		border: 1px solid var(--t3-line);
		border-radius: 0 0 8px 8px;
		box-shadow: var(--t3-shadow);
	}

	.t3-primary-nav.is-open {
		display: block;
	}

	.t3-menu {
		display: block;
		height: auto;
		padding: 12px;
	}

	.t3-menu > li {
		display: block;
	}

	.t3-menu a {
		display: block;
		padding: 12px 14px;
	}

	.t3-menu a::after {
		display: none;
	}

	.t3-menu .sub-menu {
		position: static;
		display: block;
		width: auto;
		padding: 0 0 4px 16px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.t3-menu .sub-menu a {
		padding: 9px 14px;
		color: var(--t3-muted);
		font-size: 10px;
	}

	.t3-button--nav {
		display: none;
	}

	.t3-hero__grid {
		grid-template-columns: 1fr;
	}

	.t3-company-card {
		max-width: 530px;
	}

	.t3-category-grid,
	.t3-product-grid,
	.t3-brand-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.t3-process-grid,
	.t3-stat-grid,
	.t3-type-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.t3-two-column,
	.t3-category-intro,
	.t3-contact-layout {
		grid-template-columns: 1fr;
	}

	.t3-cta {
		align-items: flex-start;
		flex-direction: column;
	}

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

@media (max-width: 600px) {
	.t3-container {
		width: min(calc(100% - 28px), var(--t3-container));
	}

	.t3-topbar__inner {
		justify-content: center;
	}

	.t3-topbar__contact {
		display: none;
	}

	.t3-logo__text {
		display: none;
	}

	.t3-section {
		padding-block: 68px;
	}

	.t3-hero {
		min-height: auto;
	}

	.t3-hero__grid {
		padding-block: 65px;
	}

	.t3-hero h1 {
		font-size: 40px;
	}

	.t3-rotating-word {
		min-width: 180px;
	}

	.t3-button-row,
	.t3-cta__actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.t3-button-row .t3-button,
	.t3-cta__actions .t3-button {
		width: 100%;
	}

	.t3-company-card {
		padding: 23px;
	}

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

	.t3-trustbar__grid > div {
		border-bottom: 1px solid rgba(255, 255, 255, .08);
	}

	.t3-page-hero,
	.t3-category-hero {
		min-height: 340px;
	}

	.t3-page-hero h1,
	.t3-category-hero h1 {
		font-size: 38px;
	}

	.t3-category-grid,
	.t3-product-grid,
	.t3-brand-grid,
	.t3-process-grid,
	.t3-stat-grid,
	.t3-type-grid,
	.t3-feature-grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

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

	.t3-field--full {
		grid-column: auto;
	}

	.t3-contact-card,
	.t3-form-card,
	.t3-info-panel {
		padding: 25px;
	}

	.t3-cta-wrap {
		padding-bottom: 68px;
	}

	.t3-cta {
		padding: 34px 25px;
	}

	.t3-footer__grid {
		grid-template-columns: 1fr;
		padding-block: 50px;
	}

	.t3-footer__bottom .t3-container {
		flex-direction: column;
		gap: 5px;
	}

	.t3-whatsapp {
		width: 50px;
		height: 50px;
		justify-content: center;
		padding: 0;
	}

	.t3-whatsapp span {
		display: none;
	}
}
