.strengthsCard{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.strengthsCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.strengthsTitle{font-size:1.25rem;color:#1e293b;margin-bottom:1.25rem;display:flex;align-items:center}.strengthsTitle span{margin-right:.75rem}.strengthsText{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:1.5rem}.strengthsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}@media (max-width: 768px){.strengthsGrid{grid-template-columns:1fr}}.strengthItem{background-color:#f8fafc;border-radius:12px;padding:1.5rem;box-shadow:0 5px 15px #0000000d;display:flex;flex-direction:column;transition:all .3s ease;border-top:4px solid #3b82f6;height:100%}.strengthItem:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;background-color:#f0f9ff}.strengthIconContainer{display:flex;align-items:center;margin-bottom:1rem}.strengthIcon{width:50px;height:50px;border-radius:12px;background-color:#ebf5ff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#3b82f6;margin-right:1rem;box-shadow:0 4px 8px #3b82f626}.strengthItemTitle{font-size:1.2rem;color:#1e293b;font-weight:600}.strengthDivider{height:2px;background-color:#e2e8f0;margin:1rem 0;width:100%}.strengthDescription{font-size:.95rem;color:#64748b;line-height:1.6}.strengthMetric{margin-top:1rem;font-weight:600;color:#3b82f6;display:flex;align-items:center}.strengthMetric:before{content:"→";margin-right:.5rem;color:#3b82f6}
