.salon-stad-wrapper {
    font-family: inherit;
    color: #333;
}
.ss-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #222;
}
.ss-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.ss-hero-img-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.ss-hero-img {
    width: 100%;
    height: auto;
    display: block;
}
.ss-hero-img-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.ss-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 3rem;
}
.ss-feature {
    text-align: center;
}
.ss-feature i, .ss-feature svg {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    color: #a08c7c; /* Fallback brand color */
}
.ss-feature h4 {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
}
.ss-feature p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}