:root {
	--trina-r-burgundy: #74133f;
	--trina-r-burgundy-dark: #3b0c27;
	--trina-r-emerald: #006b50;
	--trina-r-emerald-bright: #10966c;
	--trina-r-gold: #d5a63d;
	--trina-r-coral: #e65278;
	--trina-r-ink: #17131a;
	--trina-r-paper: #fffaf7;
	--trina-r-mist: #f4edf2;
	--trina-r-white: #ffffff;
}

.trina-reseller-portal,
.trina-reseller-home {
	color: var(--trina-r-ink);
	font-family: inherit;
	letter-spacing: 0;
}

.trina-reseller-portal {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: clip;
}

body.trina-reseller-page .entry-header,
body.trina-reseller-page .page-header,
body.trina-reseller-page main > header,
body.trina-reseller-page .trina-page-hero {
	display: none;
}

body.trina-reseller-page .entry-content,
body.trina-reseller-page .site-main,
body.trina-reseller-page .trina-content,
body.trina-reseller-page article.trina-entry {
	width: 100%;
	max-width: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.trina-reseller-portal *,
.trina-reseller-home * {
	box-sizing: border-box;
}

.trina-reseller-wrap {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.trina-reseller-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 20px;
	color: var(--trina-r-white);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.trina-reseller-eyebrow::before {
	content: "";
	display: block;
	width: 54px;
	height: 3px;
	background: var(--trina-r-gold);
}

.trina-reseller-eyebrow--dark {
	color: var(--trina-r-burgundy);
}

.trina-reseller-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 640px;
	overflow: hidden;
	background: var(--trina-r-burgundy-dark);
}

.trina-reseller-hero > img,
.trina-reseller-home > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.trina-reseller-hero__shade,
.trina-reseller-home__shade {
	position: absolute;
	inset: 0;
	background: rgba(31, 7, 23, 0.62);
}

.trina-reseller-hero__content {
	position: relative;
	z-index: 2;
	padding: 88px 0;
	color: var(--trina-r-white);
}

.trina-reseller-hero__content h1 {
	max-width: 780px;
	margin: 0 0 24px;
	color: var(--trina-r-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 6vw, 5.8rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: 0;
	text-wrap: balance;
}

.trina-reseller-hero__content > p:not(.trina-reseller-eyebrow):not(.trina-reseller-fineprint) {
	max-width: 680px;
	margin: 0 0 30px;
	font-size: 1.2rem;
	line-height: 1.7;
}

.trina-reseller-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.trina-reseller-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.trina-reseller-button:hover,
.trina-reseller-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.trina-reseller-button--gold {
	background: var(--trina-r-gold);
	color: #241408 !important;
}

.trina-reseller-button--light {
	border-color: rgba(255, 255, 255, 0.78);
	background: rgba(255, 255, 255, 0.94);
	color: var(--trina-r-burgundy-dark) !important;
}

.trina-reseller-button--whatsapp {
	width: 100%;
	background: #128c5e;
	color: var(--trina-r-white) !important;
}

.trina-reseller-fineprint {
	max-width: 650px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.84rem;
	line-height: 1.55;
}

.trina-reseller-ticker {
	overflow: hidden;
	border-top: 4px solid var(--trina-r-gold);
	border-bottom: 4px solid var(--trina-r-gold);
	background: var(--trina-r-emerald);
	color: var(--trina-r-white);
}

.trina-reseller-ticker__track {
	display: flex;
	width: max-content;
	animation: trina-reseller-scroll 28s linear infinite;
}

.trina-reseller-ticker__track span {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 18px 34px;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.trina-reseller-ticker__track span::after {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--trina-r-coral);
	transform: rotate(45deg);
}

@keyframes trina-reseller-scroll {
	to { transform: translateX(-50%); }
}

.trina-reseller-intro,
.trina-reseller-steps,
.trina-reseller-faq {
	padding: 92px 0;
	background: var(--trina-r-paper);
}

.trina-reseller-intro h2,
.trina-reseller-categories h2,
.trina-reseller-steps h2,
.trina-reseller-form-band h2,
.trina-reseller-faq h2,
.trina-reseller-home h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.3rem, 4.5vw, 4.4rem);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: 0;
	text-wrap: balance;
}

.trina-reseller-intro h2 {
	max-width: 900px;
	color: var(--trina-r-burgundy-dark);
}

.trina-reseller-lead {
	max-width: 760px;
	margin: 24px 0 44px;
	font-size: 1.16rem;
	line-height: 1.75;
}

.trina-reseller-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.trina-reseller-benefits article {
	min-height: 260px;
	padding: 28px;
	border: 1px solid #eadbe3;
	border-top: 7px solid var(--trina-r-coral);
	border-radius: 6px;
	background: var(--trina-r-white);
	box-shadow: 0 16px 34px rgba(61, 15, 40, 0.08);
}

.trina-reseller-benefits article:nth-child(2) { border-top-color: var(--trina-r-emerald-bright); }
.trina-reseller-benefits article:nth-child(3) { border-top-color: #287eaa; }
.trina-reseller-benefits article:nth-child(4) { border-top-color: var(--trina-r-gold); }

.trina-reseller-benefits strong {
	display: block;
	margin-bottom: 28px;
	color: var(--trina-r-burgundy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.5rem;
}

.trina-reseller-benefits h3 {
	margin: 0 0 12px;
	font-size: 1.17rem;
	line-height: 1.3;
}

.trina-reseller-benefits p {
	margin: 0;
	color: #5d5359;
	line-height: 1.65;
}

.trina-reseller-categories {
	padding: 92px 0;
	background: var(--trina-r-burgundy-dark);
	color: var(--trina-r-white);
}

.trina-reseller-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
	gap: 24px 64px;
	align-items: end;
	margin-bottom: 48px;
}

.trina-reseller-section-heading .trina-reseller-eyebrow {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

.trina-reseller-section-heading p:last-child {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.08rem;
	line-height: 1.7;
}

.trina-reseller-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.trina-reseller-category-grid span {
	display: flex;
	align-items: flex-end;
	min-height: 150px;
	padding: 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	line-height: 1.2;
	transition: background-color 180ms ease, color 180ms ease;
}

.trina-reseller-category-grid span:hover {
	background: var(--trina-r-gold);
	color: var(--trina-r-burgundy-dark);
}

.trina-reseller-steps {
	background: #fff4eb;
}

.trina-reseller-steps h2,
.trina-reseller-faq h2 {
	max-width: 850px;
	color: var(--trina-r-burgundy-dark);
}

.trina-reseller-steps ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d9bdc9;
	border-bottom: 1px solid #d9bdc9;
}

.trina-reseller-steps li {
	min-height: 250px;
	padding: 28px;
	border-right: 1px solid #d9bdc9;
}

.trina-reseller-steps li:last-child { border-right: 0; }

.trina-reseller-steps li > span {
	display: block;
	margin-bottom: 34px;
	color: var(--trina-r-coral);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.trina-reseller-steps h3 {
	margin: 0 0 12px;
	font-size: 1.24rem;
}

.trina-reseller-steps li p {
	margin: 0;
	color: #5d5359;
	line-height: 1.65;
}

.trina-reseller-form-band {
	padding: 96px 0;
	background: var(--trina-r-emerald);
	color: var(--trina-r-white);
}

.trina-reseller-form-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
	gap: 72px;
	align-items: start;
}

.trina-reseller-form-copy {
	position: sticky;
	top: 30px;
}

.trina-reseller-form-copy > p:not(.trina-reseller-eyebrow) {
	margin: 24px 0;
	font-size: 1.05rem;
	line-height: 1.75;
}

.trina-reseller-form-copy ul {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.trina-reseller-form-copy li {
	padding: 13px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	font-weight: 700;
}

.trina-reseller-form-copy li::before {
	content: "✓";
	margin-right: 10px;
	color: var(--trina-r-gold);
}

.trina-reseller-form-shell {
	padding: 34px;
	border-top: 8px solid var(--trina-r-gold);
	border-radius: 6px;
	background: var(--trina-r-white);
	color: var(--trina-r-ink);
	box-shadow: 0 24px 50px rgba(0, 39, 28, 0.2);
}

.trina-reseller-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.trina-reseller-form label,
.trina-reseller-form legend {
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.45;
}

.trina-reseller-form label > span,
.trina-reseller-form legend > span,
.trina-reseller-consent strong {
	color: var(--trina-r-coral);
}

.trina-reseller-form label small {
	color: #786e74;
	font-weight: 500;
}

.trina-reseller-form input[type="text"],
.trina-reseller-form input[type="tel"],
.trina-reseller-form input[type="email"] {
	display: block;
	width: 100%;
	height: 52px;
	margin-top: 8px;
	padding: 0 14px;
	border: 1px solid #cfc5cb;
	border-radius: 4px;
	background: #fffcfb;
	color: var(--trina-r-ink);
	font: inherit;
}

.trina-reseller-form input:focus-visible {
	border-color: var(--trina-r-burgundy);
	outline: 3px solid rgba(116, 19, 63, 0.16);
}

.trina-reseller-form fieldset {
	margin: 28px 0;
	padding: 0;
	border: 0;
}

.trina-reseller-checks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}

.trina-reseller-checks label {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 12px 14px;
	border: 1px solid #ded3d9;
	border-radius: 4px;
	background: var(--trina-r-paper);
	cursor: pointer;
}

.trina-reseller-checks input {
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	accent-color: var(--trina-r-burgundy);
	flex: 0 0 18px;
}

.trina-reseller-checks span {
	color: var(--trina-r-ink) !important;
	font-weight: 650;
}

.trina-reseller-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 24px;
	color: #5c5258;
}

.trina-reseller-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: var(--trina-r-burgundy);
	flex: 0 0 18px;
}

.trina-reseller-consent span {
	color: #5c5258 !important;
	font-weight: 500;
}

.trina-reseller-button--submit {
	width: 100%;
	border: 0;
	background: var(--trina-r-burgundy);
	color: var(--trina-r-white);
	cursor: pointer;
}

.trina-reseller-form-note {
	margin: 16px 0 0;
	color: #736970;
	font-size: 0.78rem;
	line-height: 1.55;
	text-align: center;
}

.trina-reseller-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.trina-reseller-error {
	margin: 0 0 22px;
	padding: 14px 16px;
	border-left: 5px solid #b91c1c;
	background: #fff0f0;
	color: #7f1d1d;
	font-weight: 700;
	line-height: 1.5;
}

.trina-reseller-success {
	padding: 18px 4px 6px;
	text-align: center;
}

.trina-reseller-success__mark {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 20px;
	border-radius: 50%;
	background: var(--trina-r-emerald);
	color: var(--trina-r-white);
	font-size: 2rem;
	font-weight: 900;
}

.trina-reseller-success h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2rem;
	color: var(--trina-r-burgundy-dark);
}

.trina-reseller-success > p:not(.trina-reseller-success__mark) {
	margin: 0 0 24px;
	color: #5c5258;
	line-height: 1.7;
}

.trina-reseller-faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 44px;
}

.trina-reseller-faq details {
	border: 1px solid #e5d7df;
	border-radius: 4px;
	background: var(--trina-r-white);
}

.trina-reseller-faq summary {
	padding: 22px;
	font-weight: 850;
	cursor: pointer;
}

.trina-reseller-faq details p {
	margin: 0;
	padding: 0 22px 22px;
	color: #5c5258;
	line-height: 1.7;
}

.trina-reseller-home {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 560px;
	overflow: hidden;
	border-top: 8px solid var(--trina-r-gold);
	background: var(--trina-r-burgundy-dark);
}

.trina-reseller-home__content {
	position: relative;
	z-index: 2;
	padding: 78px 0;
	color: var(--trina-r-white);
}

.trina-reseller-home h2 {
	max-width: 750px;
	color: var(--trina-r-white);
}

.trina-reseller-home__content > p:not(.trina-reseller-eyebrow) {
	max-width: 670px;
	margin: 24px 0 0;
	font-size: 1.14rem;
	line-height: 1.7;
}

.trina-reseller-menu > a {
	color: var(--trina-r-burgundy) !important;
	font-weight: 800 !important;
}

@media (max-width: 960px) {
	.trina-reseller-benefits,
	.trina-reseller-category-grid,
	.trina-reseller-steps ol {
		grid-template-columns: 1fr 1fr;
	}

	.trina-reseller-form-layout {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.trina-reseller-form-copy {
		position: static;
	}

	.trina-reseller-steps li:nth-child(2) { border-right: 0; }
	.trina-reseller-steps li:nth-child(-n+2) { border-bottom: 1px solid #d9bdc9; }
}

@media (max-width: 700px) {
	.trina-reseller-wrap {
		width: min(100% - 36px, 1180px);
	}

	.trina-reseller-hero {
		min-height: 700px;
		align-items: flex-end;
	}

	.trina-reseller-hero > img,
	.trina-reseller-home > img {
		object-position: 58% center;
	}

	.trina-reseller-hero__shade,
	.trina-reseller-home__shade {
		background: rgba(35, 8, 25, 0.7);
	}

	.trina-reseller-hero__content,
	.trina-reseller-home__content {
		padding: 58px 0;
	}

	.trina-reseller-hero__content h1 {
		font-size: clamp(2.7rem, 13vw, 4.2rem);
		line-height: 0.98;
	}

	.trina-reseller-hero__content > p:not(.trina-reseller-eyebrow):not(.trina-reseller-fineprint),
	.trina-reseller-home__content > p:not(.trina-reseller-eyebrow) {
		font-size: 1rem;
		line-height: 1.65;
	}

	.trina-reseller-actions {
		flex-direction: column;
	}

	.trina-reseller-button {
		width: 100%;
	}

	.trina-reseller-intro,
	.trina-reseller-categories,
	.trina-reseller-steps,
	.trina-reseller-form-band,
	.trina-reseller-faq {
		padding: 68px 0;
	}

	.trina-reseller-section-heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.trina-reseller-section-heading .trina-reseller-eyebrow {
		grid-column: auto;
	}

	.trina-reseller-benefits,
	.trina-reseller-category-grid,
	.trina-reseller-steps ol,
	.trina-reseller-fields,
	.trina-reseller-checks,
	.trina-reseller-faq-grid {
		grid-template-columns: 1fr;
	}

	.trina-reseller-benefits article {
		min-height: 0;
	}

	.trina-reseller-category-grid span {
		min-height: 100px;
	}

	.trina-reseller-steps li,
	.trina-reseller-steps li:nth-child(2) {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid #d9bdc9;
	}

	.trina-reseller-steps li:last-child {
		border-bottom: 0;
	}

	.trina-reseller-form-shell {
		padding: 24px 18px;
	}

	.trina-reseller-home {
		min-height: 620px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.trina-reseller-ticker__track {
		animation: none;
	}

	.trina-reseller-button {
		transition: none;
	}
}
