@font-face {
	font-family: "Termina Test";
	src: url("/wp-content/uploads/2024/04/Termina-Test-Bold.woff2") format("woff2"),
		url("/wp-content/uploads/2024/04/Termina-Test-Bold.woff") format("woff");
	font-display: swap;
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Roboto";
	src: url("/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400 900;
}

.td-home {
	--td-bg: #fafafa;
	--td-paper: #fff;
	--td-ink: #111513;
	--td-muted: #606862;
	--td-line: rgba(17, 21, 19, 0.13);
	--td-accent: #047f7b;
	--td-accent-bright: #06a5a1;
	--td-dark: #101211;
	--td-eyebrow-size: 0.68rem;
	--td-eyebrow-spacing: 0.11em;
	--td-eyebrow-line: 1.2;
	--td-eyebrow-weight: 850;
	background: var(--td-bg);
	color: var(--td-ink);
	font-family: var(--td-font-ui);
	overflow: clip;
	max-width: 100%;
}

.td-home :where(h1, h2, h3, p, a, span, small, li, strong, button) {
	font-family: var(--td-font-ui);
}

.td-hero h1,
.td-section-head h2,
.td-choice-intro h2,
.td-finance__copy > h2,
.td-configurator__copy > h2,
.td-showroom > .td-section-head h2,
.td-testimonials .td-section-head h2,
.td-why__copy > h2,
.td-blog .td-section-head h2,
.td-case-studies h2 {
	font-family: var(--td-font-display);
	font-weight: 700;
}

.td-home :where(h1, h2, h3, p) {
	margin: 0;
}

.td-home img {
	display: block;
	max-width: 100%;
}

.td-kicker,
.td-choice-card p,
.td-finance__panel > p:first-child,
.td-showroom-card p,
.td-blog-card time,
.td-case-card__content > p {
	color: var(--td-accent);
	display: block;
	font-size: var(--td-eyebrow-size);
	font-weight: var(--td-eyebrow-weight);
	letter-spacing: var(--td-eyebrow-spacing);
	line-height: var(--td-eyebrow-line);
	text-transform: uppercase;
}

.td-button,
.td-link-button {
	--td-x: 0px;
	--td-y: 0px;
	min-height: var(--td-button-height, 46px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--td-button-gap, 8px);
	border: 1px solid transparent;
	border-radius: var(--td-button-radius, 10px);
	padding: 0 var(--td-button-padding-x, 18px);
	font-size: var(--td-button-font-size, 0.84rem);
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.td-button:active,
.td-link-button:active {
	transform: translateY(1px);
}

.td-button--primary {
	background: var(--td-accent);
	color: #fffdf8;
}

.td-button--primary:hover {
	background: #075f5c;
}

.td-link-button {
	margin: 28px auto 0;
	border-color: var(--td-line);
	background: var(--td-paper);
	color: var(--td-ink);
}

.td-section-head {
	width: min(100% - 32px, 1180px);
	margin-inline: auto;
	display: grid;
	gap: 14px;
	margin-bottom: 34px;
}

.td-section-head--center {
	text-align: center;
	justify-items: center;
}

.td-section-head h2,
.td-choice-intro h2,
.td-finance h2,
.td-configurator h2,
.td-showroom h2,
.td-testimonials h2,
.td-why h2,
.td-blog h2,
.td-case-studies h2 {
	max-width: 12.5em;
	font-size: clamp(1.65rem, 6vw, 3.45rem);
	letter-spacing: 0;
	line-height: 1.04;
}

.td-section-head p:not(.td-kicker),
.td-choice-intro p:not(.td-kicker),
.td-finance__copy > p:not(.td-kicker),
.td-configurator__copy > p:not(.td-kicker),
.td-showroom .td-section-head p:not(.td-kicker),
.td-why__copy > p:not(.td-kicker) {
	max-width: 64ch;
	color: var(--td-muted);
	font-size: 1rem;
	line-height: 1.72;
}

.td-hero {
	position: relative;
	min-height: clamp(640px, 88dvh, 780px);
	display: grid;
	align-items: end;
	padding: 132px 16px 82px;
	background: #111513;
	color: #fffdf8;
	isolation: isolate;
	overflow: hidden;
}

.td-hero::before {
	content: none;
}

.td-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(250, 250, 250, 0) 58%, rgba(250, 250, 250, 0.34) 78%, var(--td-bg) 100%),
		linear-gradient(90deg, rgba(10, 12, 11, 0.86), rgba(10, 12, 11, 0.48) 54%, rgba(10, 12, 11, 0.22));
	pointer-events: none;
}

.td-hero__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.td-hero__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.td-hero__video {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: none;
	pointer-events: none;
}

.td-hero__video iframe,
.td-hero__video video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max(100vw, 177.78vh);
	height: max(56.25vw, 100vh);
	border: 0;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

.td-hero__content {
	position: relative;
	z-index: 3;
	width: min(100%, 1500px);
	margin-inline: auto;
	display: grid;
	gap: 22px;
}

@media (min-width: 768px) {
	.td-hero__video {
		display: block;
	}
}

.td-hero .td-kicker {
	color: #64d8d1;
}

.td-hero h1 {
	max-width: 11em;
	font-size: clamp(2.35rem, 9vw, 5.85rem);
	letter-spacing: 0;
	line-height: 0.98;
}

.td-hero p:not(.td-kicker) {
	max-width: 54ch;
	color: rgba(255, 253, 248, 0.84);
	font-size: clamp(1.04rem, 2.4vw, 1.28rem);
	line-height: 1.6;
}

.td-hero .td-button {
	justify-self: start;
	background: #fff;
	color: var(--td-ink);
}

.td-partners,
.td-products-choice,
.td-finance,
.td-configurator,
.td-showroom,
.td-testimonials,
.td-why,
.td-blog,
.td-case-studies {
	padding-block: 72px;
}

.td-logo-marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-block: 10px;
	contain: layout paint;
}

.td-logo-marquee::before,
.td-logo-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 54px;
	pointer-events: none;
}

.td-logo-marquee::before {
	left: 0;
	background: linear-gradient(90deg, var(--td-bg), rgba(250, 250, 250, 0));
}

.td-logo-marquee::after {
	right: 0;
	background: linear-gradient(270deg, var(--td-bg), rgba(250, 250, 250, 0));
}

.td-logo-marquee__track {
	display: flex;
	width: max-content;
	gap: 12px;
	animation: td-logo-scroll 42s linear infinite;
}

.td-logo-marquee__item {
	width: 168px;
	height: 92px;
	display: grid;
	place-items: center;
	border: 1px solid var(--td-line);
	border-radius: var(--td-media-radius, 8px);
	padding: 18px;
	background: rgba(255, 255, 255, 0.76);
}

.td-logo-marquee__item img {
	max-width: 100%;
	max-height: 52px;
	object-fit: contain;
	filter: saturate(0.92) contrast(1.04);
}

.td-products-choice {
	background: var(--td-paper);
}

.td-product-carousel {
	width: min(100% - 20px, 1500px);
	margin-inline: auto;
	contain: layout paint;
}

.td-product-strip {
	display: grid;
	grid-auto-columns: calc((100% - 10px) / 2);
	grid-auto-flow: column;
	gap: 10px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	padding: 2px 0 6px;
}

.td-product-strip::-webkit-scrollbar {
	display: none;
}

.td-product-card {
	display: grid;
	grid-template-rows: auto minmax(3.8em, auto) auto;
	gap: 12px;
	min-height: 398px;
	border: 1px solid var(--td-line);
	border-radius: var(--td-card-radius, 10px);
	padding: 14px;
	background: #fff;
	color: var(--td-ink);
	text-decoration: none;
	scroll-snap-align: start;
	transition: border-color 180ms ease, transform 180ms ease;
}

.td-product-card:hover {
	border-color: rgba(4, 127, 123, 0.34);
	transform: translateY(-2px);
}

.td-product-card__image {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	background: #fafafa;
	border-radius: var(--td-media-radius, 8px);
	padding: 12px;
	overflow: hidden;
}

.td-product-card__image img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

.td-product-card h3 {
	font-size: 0.98rem;
	font-weight: 850;
	line-height: 1.28;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.td-product-carousel .td-product-card__more-link {
	min-height: 326px;
	gap: 12px;
	padding: 16px;
}

.td-product-controls {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 16px;
	margin-top: 22px;
}

.td-product-controls__buttons {
	display: flex;
	gap: 8px;
}

.td-product-nav {
	width: 46px;
	height: 46px;
	display: inline-grid;
	place-items: center;
	border: 1px solid var(--td-line);
	border-radius: var(--td-radius-pill, 999px);
	background: #fff;
	color: var(--td-ink);
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.td-product-nav:hover {
	border-color: rgba(4, 127, 123, 0.34);
	background: var(--td-accent);
	color: #fff;
}

.td-product-nav:disabled {
	opacity: 0.38;
	pointer-events: none;
}

.td-product-progress {
	height: 3px;
	overflow: hidden;
	border-radius: var(--td-radius-pill, 999px);
	background: rgba(17, 21, 19, 0.12);
}

.td-product-progress span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: var(--td-accent);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 160ms ease;
}

.td-product-controls .td-link-button {
	grid-column: 1 / -1;
	margin: 0;
	justify-self: start;
}

.td-choice-intro {
	width: min(100% - 32px, 1180px);
	margin: 72px auto 30px;
	display: grid;
	gap: 14px;
	text-align: center;
	justify-items: center;
}

.td-products-choice > .td-choice-intro:first-child {
	margin-top: 0;
}

.td-choice-grid {
	width: min(100% - 32px, 1500px);
	margin-inline: auto;
	display: grid;
	gap: 14px;
}

.td-choice-grid + .td-section-head {
	margin-top: 108px;
}

.td-choice-card {
	position: relative;
	aspect-ratio: 4 / 3;
	min-height: 0;
	display: grid;
	align-items: end;
	border-radius: var(--td-card-radius, 10px);
	overflow: hidden;
	background: var(--td-dark);
	color: #fffdf8;
	text-decoration: none;
}

.td-choice-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 21, 19, 0.05), rgba(17, 21, 19, 0.78));
	pointer-events: none;
}

.td-choice-card > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.td-choice-card:hover > img {
	transform: scale(1.012);
}

.td-choice-card > div {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	padding: 24px;
}

.td-choice-card p {
	color: #64d8d1;
}

.td-choice-card h3 {
	font-size: clamp(1.7rem, 6.5vw, 3.55rem);
	line-height: 1;
}

.td-choice-card span {
	max-width: 52ch;
	color: rgba(255, 253, 248, 0.8);
	line-height: 1.62;
}

.td-choice-card strong {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.94rem;
}

.td-finance {
	display: grid;
	gap: 28px;
	padding-inline: 16px;
	background:
		radial-gradient(circle at 14% 18%, rgba(6, 165, 161, 0.12), transparent 24rem),
		var(--td-dark);
	color: #fffdf8;
}

.td-finance .td-kicker,
.td-showroom .td-kicker,
.td-why .td-kicker {
	color: #64d8d1;
}

.td-finance__copy,
.td-finance__panel {
	width: min(100%, 720px);
	margin-inline: auto;
}

.td-finance__copy {
	display: grid;
	gap: 18px;
}

.td-finance__copy > p:not(.td-kicker) {
	color: rgba(255, 253, 248, 0.72);
}

.td-finance-benefits {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 8px;
	padding-top: 18px;
}

.td-finance-benefits::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: min(220px, 52vw);
	height: 1px;
	background: linear-gradient(90deg, #64d8d1, rgba(100, 216, 209, 0));
}

.td-mini-card {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 9px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--td-media-radius, 8px);
	padding: 10px;
	background: rgba(255, 255, 255, 0.035);
}

.td-mini-card > i {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border-radius: var(--td-media-radius, 8px);
	background: rgba(6, 165, 161, 0.92);
	color: #fffdf8;
	font-size: 0.76rem;
}

.td-mini-card h3 {
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.2;
}

.td-mini-card p {
	color: rgba(255, 253, 248, 0.66);
	font-size: 0.72rem;
	line-height: 1.35;
}

.td-finance-notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 2px;
	color: rgba(255, 253, 248, 0.74);
	font-size: 0.86rem;
	font-weight: 750;
}

.td-finance-notes span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.td-finance-notes i {
	color: #64d8d1;
}

.td-finance__panel {
	position: relative;
	display: grid;
	gap: 18px;
	border-radius: var(--td-card-radius, 10px);
	padding: 20px;
	border: 1px solid rgba(255, 253, 248, 0.58);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 250, 0.98)),
		var(--td-paper);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
	color: var(--td-ink);
	overflow: hidden;
	text-align: left;
}

.td-finance__panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--td-accent), rgba(6, 165, 161, 0));
}

.td-finance__partner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--td-line);
}

.td-finance__partner span {
	color: var(--td-muted);
	font-size: var(--td-eyebrow-size);
	font-weight: var(--td-eyebrow-weight);
	letter-spacing: var(--td-eyebrow-spacing);
	line-height: var(--td-eyebrow-line);
	text-transform: uppercase;
}

.td-finance__panel img {
	width: min(108px, 34vw);
	height: auto;
	max-height: 58px;
	object-fit: contain;
	margin-inline: 0;
}

.td-finance__logo {
	aspect-ratio: auto;
}

.td-finance__panel h3 {
	max-width: 11em;
	font-size: clamp(1.42rem, 5vw, 2rem);
	line-height: 1.08;
}

.td-finance__panel-copy {
	color: var(--td-muted);
	line-height: 1.62;
}

.td-finance-route {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px;
	border: 1px solid rgba(4, 127, 123, 0.14);
	border-radius: var(--td-media-radius, 8px);
	background: rgba(4, 127, 123, 0.052);
}

.td-finance-route span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border-radius: var(--td-radius-pill, 999px);
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--td-ink);
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1;
}

.td-finance-route i {
	color: var(--td-accent);
	font-size: 0.78rem;
}

.td-finance-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.td-finance-stats span {
	display: grid;
	gap: 6px;
	border: 1px solid var(--td-line);
	border-radius: var(--td-media-radius, 8px);
	padding: 11px 9px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--td-muted);
}

.td-finance-stats strong {
	color: var(--td-accent);
	font-size: clamp(1.05rem, 5vw, 1.85rem);
	line-height: 1;
	text-transform: none;
}

.td-finance-stats small {
	color: var(--td-muted);
	font-size: 0.62rem;
	font-weight: 850;
	letter-spacing: 0.06em;
	line-height: 1.1;
	text-transform: uppercase;
}

.td-finance__cta-note {
	margin-top: 2px;
	color: var(--td-muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.td-finance__panel .td-button {
	width: 100%;
}

.td-configurator {
	position: relative;
	display: grid;
	gap: 32px;
	padding-inline: 16px;
	background:
		linear-gradient(135deg, rgba(250, 250, 250, 0.98), rgba(250, 250, 250, 0.84)),
		var(--td-config-bg) center / cover;
	isolation: isolate;
	overflow: hidden;
}

.td-configurator::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(rgba(4, 127, 123, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(4, 127, 123, 0.055) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
	opacity: 0.45;
}

.td-configurator__copy,
.td-configurator__image {
	width: min(100%, 720px);
	margin-inline: auto;
}

.td-configurator__copy {
	display: grid;
	gap: 18px;
}

.td-configurator-steps {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
}

.td-configurator-steps span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	border: 1px solid rgba(17, 21, 19, 0.11);
	border-radius: var(--td-radius-pill, 999px);
	padding: 9px 12px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--td-ink);
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1;
}

.td-configurator-steps i {
	color: var(--td-accent);
	font-size: 0.86rem;
}

.td-configurator__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
	margin-top: 4px;
}

.td-configurator__text-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--td-ink);
	font-size: 0.94rem;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
}

.td-configurator__text-link i {
	color: var(--td-accent);
	font-size: 0.82rem;
	transition: transform 180ms ease;
}

.td-configurator__text-link:hover i,
.td-configurator__text-link:focus-visible i {
	transform: translateX(2px);
}

.td-configurator__image {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 240px;
	overflow: visible;
}

.td-configurator__image img {
	position: relative;
	width: min(124%, 860px);
	height: auto;
	max-width: none;
	filter: drop-shadow(0 34px 78px rgba(17, 21, 19, 0.24));
}

.td-showroom {
	padding-inline: 16px;
	background: var(--td-dark);
	color: #fffdf8;
}

.td-showroom .td-section-head p:not(.td-kicker) {
	color: rgba(255, 253, 248, 0.7);
}

.td-showroom-grid,
.td-showroom-benefits,
.td-showroom-cta {
	width: min(100%, 1500px);
	margin-inline: auto;
}

.td-showroom-grid {
	display: grid;
	gap: 22px;
}

.td-showroom-card {
	display: grid;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--td-card-radius, 10px);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.035);
}

.td-showroom-card > img {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}

.td-showroom-card > div {
	display: grid;
	gap: 12px;
	padding: 24px;
}

.td-showroom-card p {
	color: #64d8d1;
}

.td-showroom-card h3 {
	max-width: 14em;
	font-size: clamp(1.28rem, 4.6vw, 1.85rem);
	line-height: 1.12;
}

.td-showroom-card span {
	color: rgba(255, 253, 248, 0.7);
	line-height: 1.58;
}

.td-showroom-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}

.td-showroom-card li {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--td-radius-pill, 999px);
	padding: 7px 11px;
	color: rgba(255, 253, 248, 0.82);
	font-size: 0.76rem;
	font-weight: 800;
}

.td-showroom-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 38px;
}

.td-showroom-benefit {
	display: grid;
	gap: 8px;
	padding: 18px 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: transparent;
	text-align: center;
}

.td-showroom-benefit i {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	margin-inline: auto;
	border-radius: var(--td-radius-pill, 999px);
	background: rgba(6, 165, 161, 0.15);
	color: #64d8d1;
	font-size: 0.9rem;
}

.td-showroom-benefit h3 {
	font-size: 0.88rem;
	line-height: 1.2;
}

.td-showroom-benefit p {
	color: rgba(255, 253, 248, 0.62);
	font-size: 0.78rem;
	line-height: 1.45;
}

.td-showroom-cta {
	display: grid;
	gap: 22px;
	margin-top: 46px;
	border-radius: var(--td-card-radius, 10px);
	padding: 26px;
	background: rgba(255, 255, 255, 0.055);
}

.td-showroom-cta h3 {
	font-size: clamp(1.35rem, 4.8vw, 2rem);
	line-height: 1.12;
}

.td-showroom-cta p {
	color: rgba(255, 253, 248, 0.7);
	line-height: 1.6;
}

.td-showroom-cta > div:last-child {
	display: grid;
	gap: 12px;
	justify-items: start;
}

.td-showroom-cta > div:last-child p {
	font-size: 0.92rem;
}

.td-showroom-cta a:not(.td-button) {
	color: #fffdf8;
	font-weight: 850;
}

.td-testimonials {
	background: var(--td-paper);
}

.td-testimonials__embed {
	width: min(100% - 32px, 1180px);
	min-height: 180px;
	margin-inline: auto;
	border: 1px solid var(--td-line);
	border-radius: var(--td-card-radius, 10px);
	padding: 18px;
	background: #fff;
	overflow: hidden;
	contain: layout paint;
}

.td-why {
	display: grid;
	gap: 28px;
	padding-inline: 16px;
	background:
		linear-gradient(90deg, rgba(17, 21, 19, 0.92), rgba(17, 21, 19, 0.72)),
		var(--td-why-image, none) center / cover,
		#111513;
	color: #fffdf8;
}

.td-why__copy,
.td-why__list {
	width: min(100%, 720px);
	margin-inline: auto;
}

.td-why__copy {
	display: grid;
	gap: 20px;
}

.td-why__copy > p:not(.td-kicker) {
	color: rgba(255, 253, 248, 0.72);
}

.td-why__copy .td-button {
	justify-self: start;
}

.td-why__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.td-why-item {
	position: relative;
	display: grid;
	gap: 9px;
	align-content: start;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--td-card-radius, 10px);
	padding: 15px 12px 14px;
	background: rgba(17, 21, 19, 0.58);
	backdrop-filter: blur(8px);
}

.td-why-item::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	background: rgba(100, 216, 209, 0.72);
	opacity: 0.78;
}

.td-why-item > i {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(100, 216, 209, 0.28);
	border-radius: var(--td-radius-pill, 999px);
	background: rgba(6, 165, 161, 0.13);
	color: #64d8d1;
	font-size: 0.82rem;
}

.td-why-item h3 {
	max-width: 15em;
	font-size: clamp(0.94rem, 4vw, 1.08rem);
	line-height: 1.22;
}

.td-why-item p {
	max-width: 34ch;
	color: rgba(255, 253, 248, 0.64);
	font-size: 0.82rem;
	line-height: 1.45;
}

.td-blog {
	background: var(--td-dark);
	color: #fffdf8;
}

.td-blog .td-kicker {
	color: #64d8d1;
}

.td-blog-carousel {
	width: min(100% - 32px, 1280px);
	margin-inline: auto;
	contain: layout paint;
}

.td-blog-strip {
	display: grid;
	grid-auto-columns: 100%;
	grid-auto-flow: column;
	gap: 16px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	padding: 2px 0 6px;
}

.td-blog-strip::-webkit-scrollbar {
	display: none;
}

.td-blog-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--td-card-radius, 10px);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	color: #fffdf8;
	text-decoration: none;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.td-blog-card:hover {
	border-color: rgba(100, 216, 209, 0.28);
	background: rgba(255, 255, 255, 0.06);
	transform: translateY(-2px);
}

.td-blog-card__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}

.td-blog-card > div:last-child {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 22px;
}

.td-blog-card time {
	color: #64d8d1;
}

.td-blog-card h3 {
	font-size: 1.25rem;
	line-height: 1.18;
}

.td-blog-card p {
	color: rgba(255, 253, 248, 0.68);
	line-height: 1.62;
}

.td-case-studies {
	position: relative;
	background:
		linear-gradient(180deg, rgba(16, 18, 17, 0.08), rgba(16, 18, 17, 0) 120px),
		var(--td-bg);
	overflow: hidden;
}

.td-case-studies__head,
.td-case-grid,
.td-case-actions {
	width: min(100% - 32px, 1500px);
	margin-inline: auto;
}

.td-case-studies__head {
	display: grid;
	gap: 18px;
	margin-bottom: 34px;
}

.td-case-studies__head > div {
	display: grid;
	gap: 14px;
}

.td-case-studies__head > p {
	max-width: 58ch;
	color: var(--td-muted);
	font-size: 1rem;
	line-height: 1.72;
}

.td-case-grid {
	display: grid;
	gap: 16px;
}

.td-case-actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.td-case-card {
	position: relative;
	display: grid;
	min-height: 390px;
	border: 1px solid var(--td-line);
	border-radius: var(--td-card-radius, 10px);
	overflow: hidden;
	background: var(--td-dark);
	color: #fffdf8;
	text-decoration: none;
	isolation: isolate;
	transition: border-color 180ms ease, transform 180ms ease;
}

.td-case-card:hover {
	border-color: rgba(4, 127, 123, 0.4);
	transform: translateY(-2px);
}

.td-case-card img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.td-case-card:hover img {
	transform: scale(1.018);
}

.td-case-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(17, 21, 19, 0.08), rgba(17, 21, 19, 0.84)),
		linear-gradient(90deg, rgba(17, 21, 19, 0.48), rgba(17, 21, 19, 0.08));
	pointer-events: none;
}

.td-case-card__content {
	align-self: end;
	display: grid;
	gap: 12px;
	padding: 24px;
}

.td-case-card__content > p {
	color: #64d8d1;
}

.td-case-card h3 {
	max-width: 10em;
	font-size: clamp(1.45rem, 7vw, 2.7rem);
	line-height: 0.98;
}

.td-case-card__content > span {
	max-width: 46ch;
	color: rgba(255, 253, 248, 0.76);
	line-height: 1.56;
}

.td-case-card strong {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: fit-content;
	margin-top: 4px;
	border: 1px solid rgba(255, 253, 248, 0.18);
	border-radius: var(--td-button-radius, 10px);
	padding: 9px 13px;
	background: rgba(255, 253, 248, 0.09);
	color: #fffdf8;
	font-size: 0.86rem;
	line-height: 1;
}

.td-case-card strong i {
	color: #64d8d1;
	font-size: 0.76rem;
	transition: transform 180ms ease;
}

.td-case-card:hover strong i {
	transform: translateX(2px);
}

.td-reveal {
	opacity: 0;
	transition: opacity 180ms ease;
	transition-delay: 0ms;
}

.td-reveal.is-visible {
	opacity: 1;
}

@keyframes td-logo-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (min-width: 760px) {
	.td-hero {
		min-height: clamp(760px, calc(94dvh - 74px), 940px);
		padding: 164px 28px 112px;
	}

	.td-partners,
	.td-products-choice,
	.td-finance,
	.td-configurator,
	.td-showroom,
	.td-testimonials,
	.td-why,
	.td-blog,
	.td-case-studies {
		padding-block: 92px;
	}

	.td-product-carousel {
		width: min(100% - 32px, 1500px);
	}

	.td-product-strip {
		grid-auto-columns: calc((100% - 16px) / 2);
		gap: 16px;
	}

	.td-product-carousel .td-product-card__more-link {
		min-height: 388px;
		gap: 18px;
		padding: 24px;
	}

	.td-product-controls {
		grid-template-columns: auto minmax(120px, 1fr) auto;
	}

	.td-product-controls .td-link-button {
		grid-column: auto;
		justify-self: end;
	}

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

	.td-finance,
	.td-configurator,
	.td-why {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
		align-items: center;
		padding-inline: 28px;
	}

	.td-finance__copy,
	.td-finance__panel,
	.td-configurator__copy,
	.td-configurator__image,
	.td-why__copy,
	.td-why__list {
		width: 100%;
	}

	.td-finance-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.td-mini-card {
		grid-template-columns: 34px 1fr;
		gap: 11px;
		padding: 11px 12px;
	}

	.td-mini-card > i {
		width: 34px;
		height: 34px;
		font-size: 0.82rem;
	}

	.td-mini-card h3 {
		font-size: 0.92rem;
	}

	.td-mini-card p {
		font-size: 0.86rem;
		line-height: 1.35;
	}

	.td-finance-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.td-finance-stats span {
		padding: 13px;
	}

	.td-finance-stats small {
		font-size: 0.72rem;
	}

	.td-why__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.td-why-item {
		gap: 10px;
		padding: 18px;
	}

	.td-why-item > i {
		width: 42px;
		height: 42px;
		font-size: 0.95rem;
	}

	.td-why-item h3 {
		font-size: clamp(1rem, 4vw, 1.28rem);
	}

	.td-why-item p {
		font-size: 0.92rem;
		line-height: 1.55;
	}

	.td-showroom {
		padding-inline: 28px;
	}

	.td-showroom-grid {
		grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
		gap: 28px;
	}

	.td-showroom-benefits {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		margin-top: 54px;
	}

	.td-showroom-benefit {
		gap: 10px;
		padding: 22px 18px;
	}

	.td-showroom-benefit i {
		width: 46px;
		height: 46px;
		font-size: 1rem;
	}

	.td-showroom-benefit h3 {
		font-size: 0.96rem;
	}

	.td-showroom-benefit p {
		font-size: 0.88rem;
		line-height: 1.45;
	}

	.td-showroom-cta {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		margin-top: 58px;
		padding: 30px;
	}

	.td-showroom-cta > div:last-child {
		justify-items: end;
		text-align: right;
	}

	.td-blog-strip {
		grid-auto-columns: calc((100% - 16px) / 2);
	}

	.td-case-studies__head {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
		align-items: end;
		margin-bottom: 44px;
	}

	.td-case-studies__head > p {
		justify-self: end;
	}

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

	.td-case-card {
		min-height: 430px;
	}
}

@media (min-width: 1120px) {
	.td-hero {
		min-height: clamp(800px, calc(96dvh - 74px), 980px);
		padding-inline: 40px;
	}

	.td-partners,
	.td-products-choice,
	.td-finance,
	.td-configurator,
	.td-showroom,
	.td-testimonials,
	.td-why,
	.td-blog,
	.td-case-studies {
		padding-block: 122px;
	}

	.td-section-head {
		margin-bottom: 48px;
	}

	.td-product-strip {
		grid-auto-columns: calc((100% - 48px) / 4);
	}

	.td-choice-grid + .td-section-head {
		margin-top: 180px;
	}

	.td-choice-card {
		aspect-ratio: 16 / 10;
	}

	.td-choice-card > div {
		padding: 38px;
	}

	.td-finance,
	.td-configurator,
	.td-why {
		padding-inline: max(40px, calc((100vw - 1500px) / 2));
		gap: 60px;
	}

	.td-finance {
		grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
		align-items: start;
	}

	.td-finance__panel {
		margin-top: 28px;
		padding: 28px;
	}

	.td-configurator {
		grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
		gap: 72px;
	}

	.td-configurator__copy {
		align-content: center;
	}

	.td-configurator__image {
		min-height: 420px;
		justify-items: end;
	}

	.td-configurator__image img {
		width: min(136%, 1040px);
		margin-right: -92px;
	}

	.td-blog-strip {
		grid-auto-columns: calc((100% - 48px) / 3);
	}

	.td-case-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-auto-rows: minmax(300px, 1fr);
		gap: 22px;
	}

	.td-case-card {
		min-height: 340px;
	}

	.td-case-card:first-child {
		grid-column: span 2;
		grid-row: span 2;
		min-height: 702px;
	}

	.td-case-card__content {
		padding: 24px;
	}

	.td-case-card:first-child .td-case-card__content {
		padding: 34px;
	}

	.td-case-card:not(:first-child) h3 {
		font-size: clamp(1.8rem, 2.4vw, 2.7rem);
	}

	.td-case-card:not(:first-child) .td-case-card__content > span {
		display: none;
	}

	.td-showroom {
		padding-inline: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.td-home *,
	.td-home *::before,
	.td-home *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.td-reveal {
		opacity: 1;
		transform: none;
	}

	.td-logo-marquee__track {
		animation: none !important;
	}
}
