:root {
    --text-color: rgba(255, 255, 255, 0.95);
    --text-other-color: rgba(255, 255, 255, 0.7);
    --text-desc: rgb(150, 150, 150);
}

@media screen and (max-width: 1280px) {
    .hero-exclusive-title, .section-heading h1, .music-text h1 {
        font-size: 68px;
    }

    .features-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

@media screen and (max-width: 1100px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .hero-exclusive-title, .section-heading h1, .music-text h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 990px) {
    main {
        padding: 140px 6% 0 6%;
    }

    header {
        padding: 14px 6%;
    }

    .custom-mods-grid {
        gap: 18px;
    }
}

@media screen and (max-width: 900px) {
    iframe {
        width: 100%;
        height: 380px;
    }
}

@media screen and (max-width: 885px) {
    .hero-exclusive-title, .section-heading h1, .music-text h1 {
        letter-spacing: -1px;
        font-size: 50px;
    }
}

@media screen and (max-width: 800px) {
    .custom-mods-grid {
        grid-template-columns: 1fr;
        max-width: 540px;
    }
}

@media (max-width: 750px) {
    .hero-exclusive-title, .section-heading h1, .music-text h1 {
        font-size: 42px;
    }

    .hero-subtitle, .section-heading p, .music-text p {
        font-size: 16px;
    }

    .hero-btn-main, .hero-btn-sub {
        padding: 12px 28px;
        font-size: 15px;
    }
}

@media (max-width: 655px) {
    .hero-exclusive-title, .section-heading h1, .music-text h1 {
        font-size: 36px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
}

@media (max-width: 550px) {
    main {
        padding: 120px 4% 0 4%;
    }

    .hero-action-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .hero-btn-main, .hero-btn-sub {
        width: 100%;
    }

    .single-music-card {
        padding: 20px 16px;
    }

    .cat-cover {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .single-music-card .title {
        font-size: 18px;
    }

    .single-music-card .executor {
        font-size: 14px;
    }
}

@media (max-width: 445px) {
    .hero-exclusive-title {
        font-size: 32px;
    }

    .custom-mod-card {
        padding: 16px;
        gap: 14px;
    }

    .mod-icon-wrapper {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .mod-title {
        font-size: 19px;
    }

    .mod-description {
        font-size: 13px;
    }
}