.kids-zone-page {
    min-height: 100vh;
    padding: 72px 5% 110px;
    background:
        radial-gradient(circle at 18% 12%, rgba(236, 72, 153, 0.18), transparent 30%),
        radial-gradient(circle at 85% 4%, rgba(14, 165, 233, 0.2), transparent 32%),
        #07070d;
    color: #fff;
}

.kids-hero,
.kids-tools,
.kids-header,
.kids-results {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.kids-hero {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.28), rgba(14, 165, 233, 0.18));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.kids-kicker {
    margin: 0 0 10px;
    color: #67e8f9;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kids-hero h1 {
    margin: 0;
    font-size: 52px;
    font-weight: 900;
}

.kids-hero p {
    max-width: 660px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.55;
}

.kids-hero-badge {
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ec4899, #0ea5e9);
    box-shadow: 0 0 36px rgba(236, 72, 153, 0.34);
    text-align: center;
}

.kids-hero-badge span,
.kids-hero-badge em,
.kids-hero-badge strong {
    display: block;
}

.kids-hero-badge span,
.kids-hero-badge em {
    color: rgba(255,255,255,0.74);
    font-weight: 800;
    font-style: normal;
}

.kids-hero-badge strong {
    font-size: 28px;
}

.kids-age-row {
    max-width: 1400px;
    margin: 18px auto 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 900;
}

.kids-age-btn {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
}

.kids-age-btn:hover,
.kids-age-btn.active {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.95), rgba(14, 165, 233, 0.95));
    border-color: rgba(255,255,255,0.28);
    box-shadow: 0 0 18px rgba(236, 72, 153, 0.22);
}

.kids-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.kids-tool-card {
    min-height: 150px;
    padding: 22px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.055);
}

.kids-tool-card h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.kids-tool-card p {
    margin: 0 0 18px;
    color: rgba(255,255,255,0.72);
}

.kids-answer-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.kids-answer-btn,
.kids-action-btn,
.kids-search button,
.kids-filter-btn {
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    transition: all 0.2s ease;
}

.kids-answer-btn {
    min-width: 74px;
    height: 46px;
    font-size: 20px;
}

.kids-action-btn {
    height: 44px;
    padding: 0 18px;
}

.kids-answer-btn:hover,
.kids-action-btn:hover,
.kids-search button:hover,
.kids-filter-btn:hover,
.kids-filter-btn.active {
    background: linear-gradient(135deg, #ec4899, #0ea5e9);
    border-color: rgba(255,255,255,0.28);
    box-shadow: 0 0 18px rgba(14, 165, 233, 0.24);
}

.kids-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;
}

.kids-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kids-filter-btn {
    min-height: 40px;
    padding: 0 16px;
}

.kids-search {
    display: flex;
    width: min(420px, 100%);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, .06);
}

.kids-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 13px 14px;
    font: inherit;
}

.kids-search button {
    border-radius: 0;
    padding: 0 18px;
}

.kids-section {
    margin-top: 34px;
}

.kids-section-title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 900;
}

.kids-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 20px;
}

.kids-card {
    cursor: pointer;
}

.kids-poster {
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #151520;
    border: 1px solid rgba(255,255,255,0.08);
}

.kids-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.24s ease;
}

.kids-card:hover .kids-poster img {
    transform: scale(1.04);
}

.kids-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .84));
}

.kids-play {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, #ec4899, #0ea5e9);
    color: #fff;
    display: grid;
    place-items: center;
}

.kids-card-title {
    margin: 10px 0 4px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.kids-card-meta,
.kids-empty {
    color: rgba(255,255,255,0.62);
    font-size: 13px;
}

.kids-empty {
    padding: 26px 0;
}

@media (max-width: 860px) {
    .kids-zone-page {
        padding-left: 92px;
        padding-right: 16px;
    }

    .kids-hero,
    .kids-header {
        align-items: stretch;
        flex-direction: column;
    }

    .kids-hero-badge {
        width: 112px;
    }

    .kids-hero h1 {
        font-size: 36px;
    }

    .kids-tools {
        grid-template-columns: 1fr;
    }

    .kids-grid {
        grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
    }
}
