.focus-rail-section{background:linear-gradient(180deg, var(--bg-color) 0%, var(--surface) 100%);padding:6rem 0;position:relative;overflow:hidden}.carousel-title{text-align:center;color:var(--primary);font-family:var(--font-display);margin-bottom:3rem;font-size:2.5rem}.focus-rail{gap:1rem;width:100%;max-width:1200px;height:500px;margin:0 auto;display:flex}.rail-item{border-radius:var(--radius-xl);cursor:pointer;filter:grayscale(40%)brightness(.7);box-shadow:var(--shadow-md);background-position:50%;background-repeat:no-repeat;background-size:cover;flex:1;transition:flex .6s cubic-bezier(.25,.46,.45,.94),filter .6s;position:relative;overflow:hidden}.rail-item:hover{filter:grayscale(20%)brightness(.9)}.rail-item.active{filter:grayscale(0%)brightness();cursor:default;flex:5;box-shadow:0 20px 40px -10px #0000004d}.rail-overlay{opacity:0;background:linear-gradient(#0000 0%,#0f172a99 60%,#0f172af2 100%);width:100%;height:60%;transition:opacity .5s;position:absolute;bottom:0;left:0}.rail-item.active .rail-overlay{opacity:1}.rail-content{color:#fff;opacity:0;flex-direction:column;justify-content:flex-end;width:100%;padding:2.5rem;transition:all .5s;display:flex;position:absolute;bottom:0;left:0;transform:translateY(20px)}.rail-item.active .rail-content{opacity:1;transition-delay:.2s;transform:translateY(0)}.rail-content h3{font-family:var(--font-display);text-shadow:0 2px 10px #00000080;white-space:nowrap;text-overflow:ellipsis;margin-bottom:1rem;font-size:2.2rem;line-height:1.2;overflow:hidden}.rail-content p{opacity:.9;text-shadow:0 1px 5px #00000080;max-width:800px;font-size:1.1rem;line-height:1.6}.animate-fade-up{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.focus-rail{flex-direction:column;height:700px}.rail-content h3{white-space:normal;font-size:1.5rem}}
.vertentes-carousel-container{flex-direction:column;align-items:center;width:100%;padding:2rem 0 4rem;display:flex;overflow:hidden}.vertentes-carousel{perspective:1200px;justify-content:center;align-items:center;width:100%;max-width:900px;height:450px;display:flex;position:relative}.v-card{border-radius:var(--radius-xl);color:#fff;cursor:pointer;width:320px;height:400px;box-shadow:var(--shadow-lg);border:1px solid #fff3;flex-direction:column;justify-content:center;padding:3rem 2rem;transition:all .6s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute}@media (min-width:768px){.v-card{width:400px}}.v-card-content{text-align:center}.v-card h3{font-family:var(--font-display);text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-size:2.2rem}.v-card h4{text-transform:uppercase;letter-spacing:1px;opacity:.9;border-bottom:1px solid #ffffff4d;margin-bottom:2rem;padding-bottom:1rem;font-size:.95rem}.v-card p{opacity:.95;font-size:1.05rem;line-height:1.6}.v-card-active{z-index:3;opacity:1;transform:translate(0)scale(1)translateZ(0);box-shadow:0 25px 50px -12px #00000080}.v-card-prev{z-index:2;opacity:.7;transform:translate(-55%)scale(.85)translateZ(-100px)rotateY(15deg)}.v-card-next{z-index:2;opacity:.7;transform:translate(55%)scale(.85)translateZ(-100px)rotateY(-15deg)}.v-card-prev:hover,.v-card-next:hover{opacity:.9}.v-carousel-controls{align-items:center;gap:2rem;margin-top:2rem;display:flex}.v-control{background:var(--surface);color:var(--primary);border:1px solid var(--border-light);cursor:pointer;width:45px;height:45px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.v-control:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.v-indicators{gap:.75rem;display:flex}.v-indicator{border:2px solid var(--primary);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;transition:all .3s}.v-indicator.active{background:var(--primary);transform:scale(1.3)}
