.studios-index-page {
    min-height: 100vh;
    padding: 24px 0 72px;
    /* background:
        radial-gradient(circle at top left, rgba(50, 93, 230, 0.14), transparent 34%),
        radial-gradient(circle at top right, rgba(252, 228, 91, 0.2), transparent 26%),
        linear-gradient(180deg, #f6f8ff 0%, #f3f5fb 38%, #eef2ff 100%); */
}

.studios-index-shell {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}

.studios-index-hero {
    position: relative;
    display: grid;
    gap: 18px;
    overflow: hidden;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(50, 93, 230, 0.12);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 242, 255, 0.98) 100%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.studios-index-hero::before,
.studios-index-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.studios-index-hero::before {
    width: 240px;
    height: 240px;
    top: -120px;
    right: -80px;
    background: rgba(50, 93, 230, 0.11);
}

.studios-index-hero::after {
    width: 170px;
    height: 170px;
    bottom: -90px;
    left: -70px;
    background: rgba(252, 228, 91, 0.26);
}

.studios-index-hero__content,
.studios-index-hero__stats {
    position: relative;
    z-index: 1;
}

.studios-index-hero__content {
    display: grid;
    gap: 18px;
}

.studios-index-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(50, 93, 230, 0.1);
    color: var(--main-primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.studios-index-hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--main-primary-color);
    box-shadow: 0 0 0 6px rgba(50, 93, 230, 0.12);
}

.studios-index-hero__title {
    margin: 0;
    max-width: 11ch;
    color: #111827;
    font-family: var(--ff-manrope);
    font-size: clamp(2rem, 6vw, 3.75rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.studios-index-hero__title span {
    color: var(--main-primary-color);
}

.studios-index-hero__copy {
    margin: 0;
    max-width: 64ch;
    color: #4b5a7a;
    font-size: 15px;
    line-height: 1.8;
}

.studios-index-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.studios-index-hero__meta {
    display: grid;
    gap: 8px;
    color: #51607f;
    font-size: 13px;
}

.studios-index-hero__stats {
    display: grid;
    gap: 12px;
}

.studios-index-stat {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(213, 217, 231, 0.92);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.studios-index-stat__value {
    display: block;
    color: #111827;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.studios-index-stat__label {
    display: block;
    margin-top: 8px;
    color: #51607f;
    font-size: 13px;
    line-height: 1.5;
}

.studios-index-section {
    margin-top: 22px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(213, 217, 231, 0.92);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.studios-index-section__head {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
}

.studios-index-section__eyebrow {
    color: var(--main-primary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.studios-index-section__title {
    margin: 0;
    color: #111827;
    font-family: var(--ff-manrope);
    font-size: clamp(1.6rem, 4vw, 2.3rem);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.studios-index-section__copy {
    margin: 0;
    max-width: 62ch;
    color: #5f6e95;
    font-size: 14px;
    line-height: 1.8;
}

.studios-index-city-grid {
    display: grid;
    gap: 14px;
}

.studios-index-city-card {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(213, 217, 231, 0.92);
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.studios-index-city-card:hover {
    transform: translateY(-4px);
    border-color: rgba(50, 93, 230, 0.28);
    box-shadow: 0 20px 40px rgba(50, 93, 230, 0.12);
}

.studios-index-city-card__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.studios-index-city-card__title {
    margin: 0;
    color: #111827;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
}

.studios-index-city-card__copy {
    margin: 6px 0 0;
    color: #5f6e95;
    font-size: 13px;
    line-height: 1.65;
}

.studios-index-city-card__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(50, 93, 230, 0.1);
    color: var(--main-primary-color);
    font-size: 12px;
    font-weight: 700;
}

.studios-index-city-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #1739a6;
    font-size: 13px;
    font-weight: 700;
}

.studios-index-city-card__footer span:last-child {
    color: #64748b;
    font-weight: 600;
}

.studios-index-empty {
    padding: 18px;
    border-radius: 18px;
    border: 1px dashed rgba(50, 93, 230, 0.28);
    background: #f8faff;
    color: #5f6e95;
    font-size: 14px;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .studios-index-page {
        padding-top: 34px;
    }

    .studios-index-shell {
        padding: 0 20px;
    }

    .studios-index-hero {
        padding: 34px;
    }

    .studios-index-city-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 1024px) {
    .studios-index-hero {
        grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
        gap: 28px;
        align-items: end;
    }

    .studios-index-city-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
