.sk-ch {
    direction: rtl;
    font-family: inherit;
    color: #161616;
    background: #fff;
    line-height: 1.8;
}

.sk-ch *,
.sk-ch *::before,
.sk-ch *::after {
    box-sizing: border-box;
}

.sk-ch-container {
    width: min(1140px, 92%);
    margin: 0 auto;
}

.sk-ch-hero {
    padding: 48px 0 40px;
    background: var(--sk-gradient-hero-soft);
}

.sk-ch-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    align-items: center;
}

.sk-ch-kicker {
    margin: 0 0 10px;
    color: var(--sk-primary);
    font-size: 14px;
    font-weight: 800;
}

.sk-ch-title {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.35;
    font-weight: 950;
}

.sk-ch-subtitle {
    margin: 0 0 22px;
    color: #555;
    max-width: 52ch;
}

.sk-ch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sk-ch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sk-ch-btn-primary {
    background: var(--sk-primary);
    color: #fff;
    box-shadow: 0 10px 26px rgba(194, 146, 135, 0.22);
}

.sk-ch-btn-outline {
    background: #fff;
    color: var(--sk-primary);
    border: 1px solid var(--sk-primary);
}

.sk-ch-btn:hover {
    transform: translateY(-1px);
}

.sk-ch-hero-image {
    width: 100%;
    max-width: 380px;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    display: block;
    margin: 0 auto;
}

.sk-ch-search-wrap {
    padding: 0 0 28px;
    margin-top: -8px;
}

.sk-ch-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--sk-primary-border-light);
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 12px 32px rgba(194, 146, 135, 0.07);
}

.sk-ch-search-input {
    width: 100%;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 14px;
}

.sk-ch-search-btn {
    min-width: 110px;
}

.sk-ch-section {
    padding: 44px 0;
}

.sk-ch-section-districts {
    padding-top: 48px;
}

.sk-ch-section-featured {
    padding-bottom: 48px;
}

.sk-ch-section-alt {
    background: #fafafa;
}

.sk-ch-section-head {
    margin-bottom: 20px;
}

.sk-ch-section-head h2 {
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
}

.sk-ch-section-head p {
    margin: 0;
    color: #666;
}

.sk-ch-grid {
    display: grid;
    gap: 16px;
}

.sk-ch-grid-districts {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.sk-ch-grid-services {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.sk-ch-grid-trust {
    grid-template-columns: repeat(3, 1fr);
}

.sk-ch-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 120px;
    padding: 16px 14px;
    border-radius: 20px;
    border: 1px solid var(--sk-primary-border-light);
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.sk-ch-card:hover {
    transform: translateY(-3px);
    border-color: var(--sk-primary);
    box-shadow: 0 16px 36px rgba(194, 146, 135, 0.12);
}

.sk-ch-card-thumb {
    width: 100%;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}

.sk-ch-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sk-ch-card-icon {
    font-size: 28px;
    line-height: 1;
}

.sk-ch-card-title {
    font-size: 16px;
    font-weight: 800;
}

.sk-ch-card-meta {
    font-size: 13px;
    color: #777;
}

.sk-ch-card-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

a.sk-ch-info-box {
    color: inherit;
    text-decoration: none;
}

a.sk-ch-info-box:hover {
    border-color: var(--sk-primary);
}

.sk-ch-salon-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sk-ch-salon-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--sk-primary-border-light);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sk-ch-salon-card:hover {
    border-color: var(--sk-primary);
    box-shadow: 0 12px 28px rgba(194, 146, 135, 0.1);
}

.sk-ch-salon-card-media {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--sk-primary-bg-subtle);
}

.sk-ch-salon-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sk-ch-salon-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 28px;
}

.sk-ch-salon-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sk-ch-salon-card-title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.sk-ch-salon-card-title a {
    color: inherit;
    text-decoration: none;
}

.sk-ch-salon-card-title a:hover {
    color: var(--sk-primary);
}

.sk-ch-salon-card-location,
.sk-ch-salon-card-rating {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.sk-ch-salon-card-rating {
    color: #f59e0b;
    font-weight: 700;
}

.sk-ch-salon-card-cta {
    align-self: flex-start;
    margin-top: 6px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
    border-radius: 10px;
}

.sk-ch-seo {
    background: #fff;
    border: 1px solid var(--sk-primary-border-light);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.sk-ch-seo h2 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 900;
}

.sk-ch-seo p {
    margin: 0 0 12px;
    color: #555;
}

.sk-ch-trust-box {
    background: #fff;
    border: 1px solid var(--sk-primary-border-light);
    border-radius: 20px;
    padding: 20px 16px;
    text-align: center;
}

.sk-ch-trust-icon {
    display: inline-block;
    font-size: 26px;
    margin-bottom: 8px;
}

.sk-ch-trust-box h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
}

.sk-ch-trust-box p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.sk-ch-card.is-hidden,
.sk-ch-salon-card.is-hidden {
    display: none;
}

@media (max-width: 960px) {
    .sk-ch-hero-inner {
        grid-template-columns: 1fr;
    }

    .sk-ch-grid-trust {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .sk-ch-hero {
        padding: 28px 0 24px;
    }

    .sk-ch-search {
        grid-template-columns: 1fr;
    }

    .sk-ch-hero-actions {
        flex-direction: column;
    }

    .sk-ch-hero-actions .sk-ch-btn {
        width: 100%;
    }

    .sk-ch-grid-trust,
    .sk-ch-salon-list {
        grid-template-columns: 1fr;
    }

    .sk-ch-grid-districts,
    .sk-ch-grid-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .sk-ch-card {
        min-height: 108px;
        padding: 12px 10px;
        border-radius: 16px;
    }

    .sk-ch-card-thumb {
        height: 72px;
    }

    .sk-ch-card-icon {
        font-size: 24px;
    }

    .sk-ch-card-title {
        font-size: 14px;
    }

    .sk-ch-card-meta,
    .sk-ch-card-desc {
        font-size: 12px;
    }

    .sk-ch-salon-card {
        grid-template-columns: 80px 1fr;
    }

    .sk-ch-salon-card-media {
        width: 80px;
        height: 80px;
    }
}
