.pricing-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:4rem 0;background-color:#f2ebe3;overflow:hidden}.pricing-container{width:100%;position:relative}.carousel-viewport{width:100%;overflow:hidden}.carousel-track{display:flex;position:relative;padding-bottom:3em}.pricing-card,.cta-card{flex-shrink:0;width:400px;padding:2.5rem;margin:2rem;box-sizing:border-box;border-radius:24px;text-align:center;transition:transform 0.6s ease,opacity 0.6s ease,filter 0.6s ease}.pricing-card{background-color:#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,0.1);border:1px solid #e2e8f0;transform:scale(0.85);opacity:0.6}.pricing-card.is-active{transform:scale(1);opacity:1;box-shadow:0 25px 50px -12px rgba(92,85,78,0.25)}.cta-card{display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#f2ebe3,#a9b4a8);color:#fff}.cta-content h3{font-size:2rem;font-weight:400;margin-bottom:1rem;color:#fff}.cta-content p{font-size:1rem;line-height:1.6;opacity:0.8;margin-bottom:2rem}.cta-button{display:inline-block;background-color:#fff;color:#5c554e;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease}.cta-button:hover{background-color:#f2ebe3;transform:scale(1.05);text-decoration:none}.cta-button a:hover{text-decoration:none}a:hover,.button-atom--text:hover{color:#5c554e!important}.preview-image{display:block;width:100%;margin-top:2rem;border-radius:16px;aspect-ratio:1/1;object-fit:cover}.card-tag{display:inline-block;font-size:0.8rem;font-weight:500;padding:0.3rem 1rem;border-radius:2em;margin-bottom:1rem;color:#fff;background-color:#a0aec050;line-height:1}.card-tag.popular{background-color:#e53e3e50}.card-tag.recommended{background-color:#38a16950}.card-title{font-size:2rem;font-weight:400;color:#5c554e;margin:0 0 0.5rem 0}.card-desc{font-size:1rem;line-height:1.6;color:#4a5568;margin-bottom:2rem}.card-features{list-style:none;padding:0;margin:0 0 2rem 0;text-align:left;color:#4a5568}.card-features li{padding:0.75rem 0;border-bottom:1px solid #f2ebe3}.card-features li:before{content:'✓';color:#38a169;margin-right:0.75rem;font-weight:600}.card-price{font-size:1rem;color:#4a5568}.card-price span{font-size:2rem;font-weight:700;color:#5c554e}.carousel-nav{position:absolute;display:flex;width:100%;justify-content:space-between;gap:1rem;padding:1rem;top:42%}.nav-arrow{width:50px;height:50px;border-radius:50%;border:1px solid #5c554e;background:none;color:#5c554e;font-size:1.5rem;cursor:pointer;transition:background-color 0.3s,color 0.3s}.nav-arrow:hover{background-color:#5c554e;color:#fff}.nav-arrow:disabled{opacity:0.3;cursor:not-allowed}@media (max-width:768px){.pricing-card,.cta-card{width:100vw;margin:0rem;padding:2rem}.card-title,.cta-content h3{font-size:1.75rem}.card-desc{font-size:0.9rem;line-height:1.2;color:#4a5568;margin-bottom:1.5rem}.card-features li{font-size:0.9rem}}