.trdsp-theme-shell {
	min-height: 100vh;
}

.trdsp-theme-header,
.trdsp-theme-footer {
	background: #1d2327;
	color: #f0f0f1;
}

.trdsp-theme-header {
	padding: 0.85rem 1.25rem;
}

.trdsp-theme-footer {
	padding: 1.5rem 1.25rem;
	margin-top: 3rem;
}

.trdsp-theme-header a,
.trdsp-theme-footer a {
	color: #f0f0f1;
	text-decoration: none;
}

.trdsp-theme-header a:hover,
.trdsp-theme-footer a:hover {
	color: #fff;
}

.trdsp-theme-brand {
	font-weight: 650;
	letter-spacing: 0.02em;
	font-size: 1.05rem;
}

.trdsp-theme-hero {
	padding: 4.5rem 0 2rem;
}

.trdsp-theme-hero h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 0.5rem;
}

.trdsp-theme-cards {
	margin: 2rem 0;
}

.trdsp-theme-cards .wp-block-column {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 1.25rem;
}

.trdsp-theme-trust {
	text-align: center;
	color: #50575e;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.trdsp-theme-main {
	padding: 2rem 0 4rem;
}

.trdsp-theme-services li {
	margin: 0.4rem 0;
}

.wp-block-button__link {
	background: #1f6b4a;
	color: #fff;
}

.wp-site-blocks .wp-block-navigation a {
	color: inherit;
}

.trdsp-theme-header .wp-block-navigation {
	gap: 1rem;
}
