.why-carousel-section{padding:3rem 1.5rem;position:relative;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:1.5rem;box-shadow:0 8px 24px rgba(0,0,0,.4)}.section-heading{font-weight:600;font-size:2.25rem;text-align:center;color:#f8fafc;margin-bottom:2.5rem;letter-spacing:.5px;text-shadow:0 2px 6px rgba(0,0,0,.4)}.carousel-track-wrapper{overflow:hidden;position:relative;border-radius:1rem}.carousel-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem}.carousel-track::-webkit-scrollbar{display:none}.carousel-slide{flex:0 0 85%;min-width:260px;scroll-snap-align:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:1rem;background:#1e293b;padding:1.5rem 1rem;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .4s ease,box-shadow .4s ease;text-align:center;margin:auto;overflow:hidden;box-sizing:border-box;word-wrap:break-word}.carousel-slide h3,.carousel-slide p{max-width:100%;overflow-wrap:break-word;word-break:break-word;white-space:normal}.carousel-slide p{font-size:.95rem;color:#e2e8f0;margin-top:.75rem;line-height:1.5}.carousel-slide:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.45)}@media (min-width:768px){.carousel-slide{flex:0 0 48%;padding:2rem 1.5rem}}@media (min-width:1024px){.carousel-slide{flex:0 0 32%}}.carousel-dots{display:flex;justify-content:center;margin-top:1.5rem;gap:.75rem}.carousel-dot{width:14px;height:14px;background:#64748b;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease}.carousel-dot:hover{transform:scale(1.2);background:#94a3b8}.carousel-dot.active{background:#fbbf24;transform:scale(1.3)}