.historia-timeline-section { padding: 56px 0; }
.historia-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.historia-hito { display: flex; gap: 18px; padding-bottom: 32px; border-left: 2px solid #e2e2e2; padding-left: 24px; margin-left: 22px; position: relative; }
.historia-hito:last-child { border-color: transparent; }
.historia-hito-icon { width: 44px; height: 44px; background: var(--color-green); color: var(--color-white); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: -46px; }
.historia-hito-icon .icon { width: 22px; height: 22px; }
.historia-hito h3 { font-size: 15px; text-transform: uppercase; color: var(--color-green); margin-bottom: 6px; }
.historia-fundador { background: var(--color-dark); border-radius: var(--radius-card); overflow: hidden; }
.historia-fundador img { width: 100%; height: 320px; object-fit: cover; }
.historia-fundador blockquote { color: var(--color-white); padding: 28px; margin: 0; }
.historia-fundador footer { margin-top: 12px; display: flex; flex-direction: column; }
.historia-fundador footer strong { color: var(--color-green); }
.historia-valores {
	padding: 27px 0 29px;
	color: var(--color-white);
	background: linear-gradient(rgba(10, 21, 17, .93), rgba(10, 21, 17, .95)), url('../images/why-us-crane-site.png') center / cover;
}
.historia-valores .section-heading { margin: 0 auto; }
.historia-valores .section-heading h2 { margin: 0; color: #fff; font-size: 20px; font-weight: 800; }
.historia-valores .section-heading h2::after { display: block; width: 38px; height: 2px; margin: 9px auto 0; background: var(--color-gold); content: ''; }
.historia-valores .tarjeta-grid { gap: 0; padding: 17px 0 0; }
.historia-valores .tarjeta-card {
	display: flex;
	min-height: 126px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 17px;
	border-radius: 0;
	background-color: transparent;
	background-image: none !important;
	text-align: center;
}
.historia-valores .tarjeta-card + .tarjeta-card { border-left: 1px solid rgba(255, 255, 255, .22); }
.historia-valores .tarjeta-card-icon { width: 45px; height: 45px; margin: 0 auto 8px; color: var(--color-gold); }
.historia-valores .tarjeta-card h3 { margin: 0 0 6px; color: var(--color-green); font-size: 12px; font-weight: 800; line-height: 1.2; }
.historia-valores .tarjeta-card-desc { max-width: 148px; color: rgba(255, 255, 255, .94); font-size: 11px; line-height: 1.45; opacity: 1; }

/* Banda final compacta, alineada con la composición de Historia. */
.cta-band--historia { padding: 17px 0; background: var(--color-gold); }
.cta-band--historia .cta-band-inner { flex-wrap: nowrap; }
.cta-band--historia .cta-band-copy { display: flex; align-items: center; gap: 22px; }
.cta-band--historia .cta-band-icon { color: #151b18; flex: 0 0 auto; }
.cta-band--historia .cta-band-icon .icon { width: 38px; height: 38px; }
.cta-band--historia h3 { margin: 0 0 2px; color: #17231d; font-size: 16px; font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.cta-band--historia p { margin: 0; color: #17231d; font-size: 12px; line-height: 1.35; }
.cta-band--historia .cta-band-actions { flex: 0 0 auto; }
.cta-band--historia .btn { min-height: 36px; padding: 8px 17px; border-width: 1px; font-size: 10px; }
.cta-band--historia .btn .icon { width: 16px; height: 16px; }
.cta-band--historia .btn-outline-dark { border-color: #a87904; }

@media (max-width: 1024px) {
	.historia-grid { grid-template-columns: 1fr; }
	.historia-valores .tarjeta-grid { grid-template-columns: repeat(3, 1fr); }
	.historia-valores .tarjeta-card:nth-child(3n + 1) { border-left: 0; }
	.cta-band--historia .cta-band-inner { flex-wrap: wrap; }
}

@media (max-width: 720px) {
	.cta-band--historia .cta-band-inner { flex-direction: row; justify-content: center; }
	.cta-band--historia .cta-band-copy { gap: 13px; }
	.cta-band--historia .cta-band-icon .icon { width: 31px; height: 31px; }
	.cta-band--historia h3 { font-size: 14px; }
	.historia-valores { padding: 30px 0; }
	.historia-valores .tarjeta-grid { grid-template-columns: repeat(2, 1fr); }
	.historia-valores .tarjeta-card { min-height: 142px; }
	.historia-valores .tarjeta-card:nth-child(3n + 1) { border-left: 1px solid rgba(255, 255, 255, .22); }
	.historia-valores .tarjeta-card:nth-child(2n + 1) { border-left: 0; }
}
