.audiences{padding:40px 0}.container{margin:0 auto;padding:0 24px}.header{margin-bottom:64px;text-align:center}.header h2{color:#0e0e47;font-size:2.75rem;font-weight:700}.cards{display:grid;gap:32px}@media (min-width:768px){.cards{grid-template-columns:repeat(3,1fr)}}.audience-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px;transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease}.audience-card:hover{border-color:rgba(66,35,255,.3);box-shadow:0 20px 40px rgba(0,0,0,.08);transform:translateY(-4px)}.audience-icon{align-items:center;background:linear-gradient(to bottom right,#4223ff,#0e0e47);border-radius:12px;color:#40ffb1;display:flex;font-size:32px;height:64px;justify-content:center;margin-bottom:24px;width:64px}.audience-icon svg{height:50px;width:50px}.audience-card h3{color:#0e0e47;font-size:1.5rem;font-weight:700;margin-bottom:16px}.audience-card p{color:#4b5563;font-size:1.125rem;line-height:1.6}