/* Общие стили для всех устройств */
body {
    background-color: #1E1045 !important;
}

/* Секции */
#features, #contact-me {
    background-color: #2A1860 !important;
}

#desktop-container,
.news-column,
.promo-column,
#promo {
    background-color: #1E1045 !important;
}

main {
    background-color: #1E1045 !important;
}

/* Карточки новостей */
.news-card {
    background-color: #9500FF !important;
    border-radius: 24px !important;
    border-top: none !important;
}

/* Соцсети и баннер */
.social-links-container {
    background-color: #9500FF !important;
}

.social-links-container .text-\[\#8A8A8A\] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.banner-container {
    background-color: #251560 !important;
}

/* Hero */
.hero-section {
    padding: 0;
    background-color: #1a9fff;
}

/* Логотип */
.hero-logo-wrap {
    margin-bottom: 1.5rem;
}

.hero-logo {
    height: 96px;
    width: auto;
    display: inline-block;
}

/* Основной ряд: соцсети + персонаж + баннер */
.hero-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.hero-social,
.hero-banner {
    width: 100%;
    max-width: 28rem;
}

.hero-right {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero-character {
    width: 280px;
    height: auto;
}

/* Десктоп */
@media (min-width: 1024px) {
    .hero-section {
        padding: 0;
    }

    .hero-row {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto auto;
        gap: 0.5rem 2rem;
        align-items: start;
        padding: 0;
    }

    .hero-logo-wrap {
        grid-column: 1;
        grid-row: 1;
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }

    .hero-social {
        grid-column: 1;
        grid-row: 2;
        margin-bottom: 0;
    }

    .hero-banner {
        grid-column: 1;
        grid-row: 3;
        margin-bottom: 0;
    }

    .hero-right {
        grid-column: 2;
        grid-row: 1 / -1;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-character {
        width: auto;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .hero-logo {
        height: 100px !important;
        width: auto !important;
    }

    .hero-logo-wrap {
        margin-bottom: 2rem;
    }
}

/* Мобильные отступы hero */
@media (max-width: 1023px) {
    .hero-row {
        gap: 0;
    }

    .hero-logo-wrap {
        display: none;
    }

    .hero-right {
        order: 1;
        margin-bottom: -3rem;
        z-index: 0;
    }

    .hero-social {
        order: 2;
        position: relative;
        z-index: 1;
        margin-bottom: 1rem;
    }

    .hero-banner {
        order: 3;
        margin-bottom: 1.5rem;
    }

    .hero-character {
        width: 85vw;
        max-width: 400px;
    }
}

/* Мобильные секции */
@media (max-width: 1023px) {
    #features, #promo {
        padding-top: 64px !important;
        position: relative;
        z-index: 2;
    }

    #features h2, #promo h2 {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .news-card:last-child {
        margin-bottom: 1rem !important;
    }

    #features {
        padding-bottom: 2rem !important;
    }
}
