:root{--fale-primary:#2e1065;--fale-secondary:#f97316;--fale-text-title:#111827;--fale-text-body:#374151;--fale-white:#fff;--fale-gray-200:#e5e7eb}.fale-slider-wrapper{width:100%;max-width:100%;margin:0 auto 3rem auto;font-family:'Inter',sans-serif;overflow:hidden}.fale-slider-container{display:flex;overflow-x:hidden;scroll-behavior:smooth;background:var(--fale-white)}.fale-slide{flex:0 0 100%;display:flex;flex-direction:column}.fale-slide-media{margin:0;width:100%;height:450px;overflow:hidden;background:#000}.fale-slide-media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.fale-slide-content{padding:3rem 1.5rem;text-align:center;background:var(--fale-white);border-bottom:1px solid var(--fale-gray-200)}.fale-slide-title{color:var(--fale-primary);font-size:2.25rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.fale-slide-description{color:var(--fale-text-body);font-size:1.2rem;line-height:1.6;max-width:850px;margin:0 auto}.fale-slider-dots{display:flex;justify-content:center;gap:12px;margin-top:1.5rem}.fale-dot{width:10px;height:10px;border-radius:5px;background:var(--fale-gray-200);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.fale-dot.active{background:var(--fale-secondary);width:35px}.animate-fade-in{animation:faleFadeUp .8s ease-out}@keyframes faleFadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.fale-slide-media{height:250px}.fale-slide-title{font-size:1.75rem}}