/**
 * Strategy section 2 — Design 1 stages timeline only.
 * Scoped to #strategy-stages so Design 2 timeline styles cannot apply.
 *
 * @package Deltraux
 */

#strategy-stages.stages-d1-section {
	background: #ffffff !important;
	padding: 96px 0 !important;
}

#strategy-stages .stages-d1-intro {
	max-width: 680px;
	margin-bottom: 64px;
}

#strategy-stages .stages-d1-label {
	display: inline-block;
	font-family: 'Inter', system-ui, sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #1e40af;
	margin-bottom: 16px;
}

#strategy-stages .stages-d1-label::before {
	content: none !important;
	display: none !important;
}

#strategy-stages .stages-d1-intro h2 {
	margin: 0 0 16px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 600;
	line-height: 1.25;
	color: #0f172a;
}

#strategy-stages .stages-d1-subtitle {
	margin: 0;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 16px;
	color: #475569;
	line-height: 1.75;
	max-width: 560px;
}

#strategy-stages .stages-d1-timeline {
	display: flex;
	flex-direction: column;
	max-width: 860px;
}

#strategy-stages .stages-d1-item {
	display: grid !important;
	grid-template-columns: 80px 1fr !important;
	gap: 0;
}

#strategy-stages .stages-d1-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4px;
}

#strategy-stages .stages-d1-num {
	display: block !important;
	font-family: 'Playfair Display', Georgia, serif !important;
	font-size: 48px !important;
	font-weight: 600 !important;
	color: #e2e8f0 !important;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	user-select: none;
}

#strategy-stages .stages-d1-line {
	width: 1px;
	flex: 1;
	background: #e2e8f0;
	margin-top: 12px;
	min-height: 40px;
}

#strategy-stages .stages-d1-item:last-child .stages-d1-line {
	display: none;
}

#strategy-stages .stages-d1-content {
	padding: 0 0 56px 32px;
}

#strategy-stages .stages-d1-item:last-child .stages-d1-content {
	padding-bottom: 0;
}

#strategy-stages .stages-d1-tag {
	display: block;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #1e40af;
	margin-bottom: 10px;
}

#strategy-stages .stages-d1-content h3 {
	margin: 0 0 16px;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: 500;
	line-height: 1.3;
	color: #0f172a;
}

#strategy-stages .stages-d1-content p {
	margin: 0;
	font-family: 'Inter', system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #334155;
	max-width: 620px;
}

@media (max-width: 768px) {
	#strategy-stages.stages-d1-section {
		padding: 64px 0 !important;
	}

	#strategy-stages .stages-d1-intro {
		margin-bottom: 48px;
	}

	#strategy-stages .stages-d1-item {
		grid-template-columns: 56px 1fr !important;
	}

	#strategy-stages .stages-d1-num {
		font-size: 32px !important;
	}

	#strategy-stages .stages-d1-content {
		padding: 0 0 40px 20px;
	}
}
