/* Trust pages (light) */
.de-trust-hero {
	padding: 68px 0 34px;
	background: radial-gradient(circle at top center, rgba(26,122,117,0.04), transparent 48%), var(--surface2);
	border-bottom: 1px solid var(--border);
}
.de-trust-hero__container { max-width: 980px; }
.de-trust-hero__title {
	font-family: var(--font-d); font-size: clamp(40px, 5vw, 64px);
	font-weight: 300; line-height: 1.04; letter-spacing: -.025em;
	color: var(--t1); margin: 0 0 16px;
}
.de-trust-hero__text { max-width: 760px; font-size: 17px; line-height: 1.85; color: var(--t2); }
.de-trust-page { padding: 52px 0 90px; }
.de-trust-page__container { max-width: 1180px; }
.de-trust-grid {
	display: grid; grid-template-columns: 290px minmax(0,1fr);
	gap: 30px; align-items: start;
}
.de-trust-sidebar { position: sticky; top: 104px; display: grid; gap: 16px; }
.de-trust-card,
.de-trust-panel {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 18px; padding: 22px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.03);
}
.de-trust-card__eyebrow {
	display: block; font-size: 11px; font-weight: 800; letter-spacing: .16em;
	text-transform: uppercase; color: var(--ocean); margin-bottom: 10px;
}
.de-trust-card p, .de-trust-panel p, .de-trust-list li {
	font-size: 14px; line-height: 1.82; color: var(--t2);
}
.de-trust-list { padding-left: 18px; margin: 0; }
.de-trust-main { min-width: 0; }
.de-trust-prose { max-width: 820px; margin-bottom: 28px; }
.de-trust-panels {
	display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 18px; max-width: 820px;
}
.de-trust-panel h2 {
	font-family: var(--font-d); font-size: 30px; font-weight: 300;
	line-height: 1.12; margin: 0 0 10px;
}
@media (max-width: 980px) {
	.de-trust-grid { grid-template-columns: 1fr; }
	.de-trust-sidebar { position: static; }
}
@media (max-width: 700px) {
	.de-trust-panels { grid-template-columns: 1fr; }
}
