.latest-insights-section{padding:4rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.latest-insights-container{max-width:1200px;margin:0 auto}.latest-insights-header{text-align:center;margin-bottom:2.5rem}.latest-insights-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#1e293b;margin:0 0 .75rem}.latest-insights-subtitle{font-size:clamp(1rem,2.5vw,1.125rem);color:#64748b;margin:0}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.insight-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:flex;flex-direction:column}.insight-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.insight-image-wrapper{position:relative;width:100%;height:150px;overflow:hidden;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);flex-shrink:0}.insight-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.insight-card:hover .insight-image{transform:scale(1.05)}.insight-image-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#94a3b8}.fallback-icon{width:48px;height:48px;opacity:.5}.insight-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.insight-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 .75rem;line-height:1.4}.insight-description,.insight-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.insight-description{font-size:.9rem;color:#64748b;line-height:1.6;margin:0 0 1rem;flex-grow:1}.insight-link{font-size:.9rem;font-weight:600;color:#3b82f6;text-decoration:none;transition:color .2s ease;margin-top:auto}.insight-link:hover{color:#2563eb}.latest-insights-footer{text-align:center;margin-top:2.5rem}.latest-insights-section .view-all-link{display:inline-flex;align-items:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;color:#3b82f6;background:white;border:2px solid #3b82f6;border-radius:8px;text-decoration:none;transition:all .2s ease}.latest-insights-section .view-all-link:hover{background:#3b82f6;color:white}@media (max-width:1024px){.insights-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:640px){.latest-insights-section{padding:3rem 1rem}.insights-grid{grid-template-columns:1fr;gap:1rem}.insight-card{flex-direction:row;min-height:120px;max-height:none}.insight-image-wrapper{width:120px;min-width:120px;max-width:120px;aspect-ratio:1/1;border-radius:12px 0 0 12px}.insight-content{padding:.875rem;min-height:0}.insight-title{font-size:.95rem;-webkit-line-clamp:2;margin-bottom:.5rem}.insight-description{font-size:.8rem;-webkit-line-clamp:2;margin-bottom:.375rem}.insight-link{font-size:.8rem}.latest-insights-header{margin-bottom:1.5rem}.latest-insights-footer{margin-top:1.5rem}.latest-insights-section .view-all-link{width:100%;justify-content:center;padding:.875rem}.insight-image-fallback,.insight-image-skeleton{border-radius:12px 0 0 12px}}@media (max-width:400px){.insight-description{display:none}.insight-card{min-height:100px}.insight-image-wrapper{width:100px;min-width:100px;max-width:100px}}