/* Performance landing — foundations and hero, mobile first. */
.dl-performance {
	--performance-ink: #081b31;
	--performance-cream: #f5f1e8;
	--performance-gold: #d79d35;
	background: var(--performance-cream);
	color: var(--performance-ink);
}
.dl-performance h1,
.dl-performance h2,
.dl-performance h3,
.dl-performance p { margin-top: 0; }
.dl-performance h2 { margin-bottom: .8rem; font-size: clamp(2rem, 8vw, 3.2rem); }
.dl-performance h3 { font-size: 1.2rem; }
.dl-performance .dl-btn-primary {
	background: var(--performance-gold);
	color: var(--performance-ink);
	box-shadow: 0 .7rem 1.8rem rgba(215, 157, 53, .28);
}
.dl-performance .dl-btn-primary:hover { background: #e8ad43; }
.dl-performance__section { padding: 4.5rem 0; }
.dl-performance__eyebrow {
	display: flex;
	align-items: center;
	gap: .6rem;
	margin-bottom: 1rem;
	color: #8b6725;
	font: 700 .74rem/1 var(--font-display);
	letter-spacing: .08em;
}
.dl-performance__eyebrow::before {
	width: 1.8rem;
	height: 1px;
	background: var(--performance-gold);
	content: "";
}
.dl-performance__eyebrow--center {
	justify-content: center;
	text-align: center;
}
.dl-performance__eyebrow--center::after {
	width: 1.8rem;
	height: 1px;
	background: var(--performance-gold);
	content: "";
}
.dl-performance__section-head {
	max-width: 48rem;
	margin: 0 auto 2.4rem;
	text-align: center;
}
.dl-performance__section-head > p:last-child {
	max-width: 41rem;
	margin: .7rem auto 0;
	color: #5a6877;
}
.dl-performance__hero {
	padding: calc(var(--dl-header-h) + 3.25rem) 0 4rem;
	background:
		radial-gradient(circle at 10% 20%, rgba(215, 157, 53, .12), transparent 27rem),
		var(--performance-cream);
}
.dl-performance__hero-grid {
	display: grid;
	gap: 2.5rem;
	align-items: center;
}
.dl-performance__hero-copy { max-width: 43rem; }
.dl-performance__hero h1 {
	max-width: 10ch;
	margin-bottom: 1rem;
	font-size: clamp(3rem, 10.5vw, 5rem);
	line-height: .95;
	letter-spacing: -.055em;
}
.dl-performance__lead {
	max-width: 38rem;
	margin-bottom: 1.6rem;
	color: #354454;
	font-size: 1.12rem;
}
.dl-performance__proof {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem 1.15rem;
	margin-top: 1.35rem;
	color: #64707b;
	font-size: .83rem;
}
.dl-performance__proof li::before {
	margin-left: .4rem;
	color: var(--performance-gold);
	content: "✓";
}
.dl-performance__dashboard {
	overflow: hidden;
	padding: 1.1rem;
	border: 1px solid rgba(215, 157, 53, .45);
	border-radius: .85rem;
	background: var(--performance-ink);
	color: #fff;
	box-shadow: 0 1.5rem 3rem rgba(8, 27, 49, .2);
}
.dl-performance__dashboard-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}
.dl-performance__dashboard-head span {
	color: #c99a44;
	font: 700 .68rem var(--font-display);
	letter-spacing: .12em;
}
.dl-performance__dashboard-head strong {
	max-width: 18rem;
	font-size: .85rem;
	text-align: left;
}
.dl-performance__trend {
	display: block;
	width: 100%;
	height: auto;
	margin: 1.2rem 0 .6rem;
}
.dl-performance__metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .55rem;
}
.dl-performance__metrics div {
	min-width: 0;
	padding: .8rem .55rem;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: .55rem;
	background: rgba(255, 255, 255, .035);
}
.dl-performance__metrics span,
.dl-performance__metrics strong { display: block; }
.dl-performance__metrics span {
	overflow: hidden;
	margin-bottom: .25rem;
	color: #9dacba;
	font-size: .66rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-performance__metrics strong {
	color: #fff;
	font: 700 clamp(.9rem, 5vw, 1.35rem) var(--font-display);
}
@media (min-width: 760px) {
	.dl-performance__section { padding: 6rem 0; }
	.dl-performance__hero { padding-block: calc(var(--dl-header-h) + 5rem) 5.5rem; }
	.dl-performance__hero-grid { grid-template-columns: 1.05fr .95fr; gap: 5rem; }
	.dl-performance__dashboard { padding: 1.4rem; transform: perspective(900px) rotateY(2deg); }
}
