.diagram-section{margin:0 auto;max-width:1200px;padding:30px 0}.diagram-wrapper{align-items:center;display:flex;gap:0}.diagram-left{flex:0 0 48%;max-width:48%}.diagram-image{border-radius:12px;display:block;height:auto;width:100%}.diagram-arrows{align-self:stretch;flex:0 0 120px;max-width:120px}.diagram-arrows svg{display:block;height:100%;width:100%}.diagram-cards{display:flex;flex:1;flex-direction:column;gap:30px;min-width:0}.diagram-card{align-items:center;background-color:#fff;border-radius:14px;box-shadow:0 4px 20px rgba(0,0,0,.05);display:flex;gap:20px;padding:25px 30px}.diagram-card-icon{flex-shrink:0;height:60px;object-fit:contain;width:60px}.diagram-card-content h1,.diagram-card-content h2,.diagram-card-content h3,.diagram-card-content h4{color:#1a1f4e;font-size:18px;font-weight:700;margin:0 0 8px}.diagram-card-content p{color:#4a4a4a;font-size:13px;line-height:1.6;margin:0}@media(max-width:768px){.diagram-wrapper{flex-direction:column;gap:25px}.diagram-left{flex:1;max-width:100%}.diagram-arrows{display:none}.diagram-cards{width:100%}}