.overview-insights-section{background:rgba(248,250,252,.5);padding:8rem 0}.overview-insights-section .container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.overview-insights-section .insights-content{display:flex;flex-direction:column;gap:8rem}.overview-insights-section .insight-row{align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr}.overview-insights-section .insight-row.reversed .insight-image{order:2}.overview-insights-section .insight-row.reversed .insight-text{order:1}.overview-insights-section .insight-image{border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.15);height:400px;overflow:hidden;position:relative}.overview-insights-section .insight-image img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.overview-insights-section .insight-row:hover .insight-image img{transform:scale(1.05)}.overview-insights-section .insight-image-overlay{background:linear-gradient(0deg,rgba(0,0,0,.2),transparent);inset:0;position:absolute}.overview-insights-section .insight-label{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.overview-insights-section .insight-label svg{color:var(--primary);height:1.5rem;width:1.5rem}.overview-insights-section .insight-label span{color:var(--primary);font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.overview-insights-section .insight-title{color:var(--foreground);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.overview-insights-section .insight-description{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7}@media (max-width:1024px){.overview-insights-section .insight-row{gap:3rem;grid-template-columns:1fr}.overview-insights-section .insight-row.reversed .insight-image,.overview-insights-section .insight-row.reversed .insight-text{order:0}.overview-insights-section .insight-image{height:300px}.overview-insights-section .insights-content{gap:5rem}}