.yoga-echos-wrapper {
    width: 100%;
    font-family: inherit;
}
.yoga-testimonials-container {
    padding: 60px 20px;
    background-color: #FFF9F6;
    text-align: center;
}
.yoga-echos-title {
    font-size: 2.5rem;
    font-family: 'Playfair Display', serif;
    color: #4A3A31;
    margin-bottom: 40px;
}
.yoga-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.yoga-testimonial-card {
    background: #ffffff;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.yoga-stars {
    color: #DDB886;
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.yoga-quote {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}
.yoga-author {
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}
.yoga-cta-section {
    background-color: #F8E5D6;
    padding: 80px 20px;
    text-align: center;
}
.yoga-cta-content {
    max-width: 800px;
    margin: 0 auto;
}
.yoga-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #8B72A4;
    margin-bottom: 15px;
}
.yoga-cta-subtitle {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 30px;
}
.yoga-cta-button {
    display: inline-block;
    background-color: #725B9A;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}
.yoga-cta-button:hover {
    background-color: #5B487A;
    color: #fff;
}
