.customer-story-card{background:var(--background);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 2px 10px rgba(38,73,241,.1);padding:2rem;transition:all .3s ease}.customer-story-card:hover{border-color:var(--primary-color);box-shadow:0 6px 20px rgba(38,73,241,.15);transform:translateY(-4px)}.story-content p:last-child{margin-bottom:0}@media (max-width:768px){.customer-story-card{padding:1.5rem}.story-title{font-size:1.125rem}.story-content p{font-size:.875rem}}
