.customer-segments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.segment-card{background-color:#f8fafc;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column}.segment-card h3{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;margin-top:.5rem}.segment-card ul{list-style:disc;padding-left:20px;margin-top:.5rem;flex-grow:1}.segment-card li{font-size:1rem;color:#666;line-height:1.6;margin-bottom:.5rem}.segment-number{font-size:1.5rem;font-weight:700;color:#0ea5e9;margin-bottom:.5rem;width:40px;height:40px;background-color:#e0f2fe;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d}@media (max-width: 768px){.customer-segments-grid{grid-template-columns:1fr}}
