@media (max-width: 1199.98px) {
    .ws-hero__title {
        font-size: 46px;
    }

    .ws-hero__tabs {
        gap: 20px;
    }

    .ws-hero__tab {
        max-width: 190px;
    }
}

@media (max-width: 991.98px) {
    .ws-section__hero {
        min-height: 580px;
    }

    .ws-hero__content {
        bottom: 150px;
    }

    .ws-hero__title {
        font-size: 38px;
    }

    .ws-hero__content-inner {
        max-width: 100%;
        padding-left: 4px;
    }

    .ws-hero__tabs {
        flex-wrap: wrap;
        gap: 16px;
    }

    .ws-hero__tab {
        width: calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 767.98px) {
    .ws-video-card__trigger-ring {
        width: 150px;
        height: 150px;
    }

    .ws-video-card__trigger-text {
        font-size: 11px;
    }

    .ws-section__hero {
        height: 100vh;
        min-height: 680px;
    }

    .ws-nav {
        padding: 12px 0;
    }

    .ws-nav__logo img {
        max-height: 42px;
    }

    .ws-hero__slide {
        background-position: center center;
    }

    .ws-hero__overlay {
        background: linear-gradient(180deg,
                rgba(10, 8, 18, 0.08) 0%,
                rgba(16, 7, 27, 0.2) 35%,
                rgba(34, 6, 49, 0.9) 100%);
    }

    .ws-hero__content {
        bottom: 230px;
    }

    .ws-hero__content-inner {
        max-width: 100%;
        padding-left: 0;
        padding-right: 10px;
    }

    .ws-hero__title {
        margin: 0 0 10px;
        font-size: 31px;
        line-height: 1.08;
        letter-spacing: -0.02em;
        max-width: 100%;
    }

    .ws-hero__subtitle {
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 1.45;
        max-width: 95%;
    }

    .ws-btn {
        min-height: 42px;
        padding: 0 18px;
        font-size: 14px;
        margin: 0;
    }

    .ws-hero__bottom {
        bottom: 18px;
    }

    .ws-hero__tabs {
        display: none;
        gap: 12px;
        flex-wrap: wrap;
    }

    .ws-hero__tab {
        width: 100%;
        max-width: 100%;
        padding-top: 10px;
    }

    .ws-hero__tab span {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 1.2;
    }

    .ws-hero__tab small {
        font-size: 12px;
        line-height: 1.35;
    }

    .ws-hero__dots {
        margin-top: 14px;
        gap: 8px;
    }

    .ws-hero__dots .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .ws-hero__dots .swiper-pagination-bullet-active {
        width: 12px;
        height: 12px;
    }

    /* 
        .ws-section__player-video {
        width: 100%;
        height: 100%;

        transform: translate(-50%, -50%) rotate(90deg);
        transform-origin: center;

        object-fit: cover;
        z-index: 2;
    } */
}

@media (max-width: 575.98px) {
    .ws-section__hero {
        min-height: 720px;
    }

    .ws-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ws-nav {
        padding: 10px 0;
    }

    .ws-nav__logo img {
        max-height: 38px;
    }

    .ws-hero__content {
        bottom: 45px;
    }

    .ws-hero__content-inner {
        padding-right: 0;
    }

    .ws-hero__title {
        font-size: 27px;
        line-height: 1.1;
        margin-bottom: 8px;
    }

    .ws-hero__subtitle {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 16px;
        max-width: 100%;
    }

    .ws-btn {
        min-height: 40px;
        padding: 0 16px;
        font-size: 13px;
    }

    .ws-hero__bottom {
        bottom: 16px;
    }

    .ws-hero__tabs {
        display: none;
        gap: 10px;
    }

    .ws-hero__tab {
        padding-top: 8px;
    }

    .ws-hero__tab span {
        font-size: 13px;
    }

    .ws-hero__tab small {
        font-size: 11px;
        line-height: 1.4;
    }
}

@media (max-width: 420px) {
    .ws-section__hero {
        min-height: 760px;
    }

    .ws-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ws-nav__logo img {
        max-height: 34px;
    }

    .ws-hero__content {
        bottom: 45px;
    }

    .ws-hero__title {
        font-size: 40px;
        line-height: 1.12;
    }

    .ws-hero__subtitle {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .ws-btn {
        min-height: 38px;
        padding: 0 15px;
        font-size: 12px;
    }

    .ws-hero__tab span {
        font-size: 12px;
    }

    .ws-hero__tab small {
        font-size: 10px;
    }

    .ws-hero__dots {
        margin-top: 12px;
    }
}

@media (max-width: 360px) {
    .ws-section__hero {
        min-height: 800px;
    }

    .ws-hero__content {
        bottom: 45px;
    }

    .ws-hero__title {
        font-size: 40px;
    }

    .ws-hero__subtitle {
        font-size: 11px;
    }

    .ws-btn {
        min-height: 36px;
        padding: 0 14px;
        font-size: 11px;
    }

    .ws-hero__tab span {
        font-size: 11px;
    }

    .ws-hero__tab small {
        font-size: 10px;
    }
}

/* MUSOC PLAYER */

@media (max-width: 1199.98px) {
    .ws-section__player {
        padding-top: 100px;
    }

    .ws-section__player-title {
        font-size: 46px;
    }

    .ws-section__player-desc {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .ws-section__player {
        padding: 90px 0 28px;
    }

    .ws-section__player-title {
        font-size: 40px;
    }

    .ws-section__player-head {
        margin-bottom: 28px;
    }

    .ws-section__player-phone {
        width: 300px;
    }

    .ws-section__player-cover {
        height: 185px;
    }

    .ws-section__player-desc {
        font-size: 20px;
        line-height: 1.2;
    }

    .ws-section__ticker-group span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .ws-section__player {
        min-height: 100vh;
        padding: 84px 0 24px;
    }

    .ws-section__player-inner {
        justify-content: center;
    }

    .ws-section__player-title {
        font-size: 34px;
        line-height: 1.02;
    }

    .ws-section__player-head {
        margin-bottom: 22px;
    }

    .ws-section__player-center {
        margin-bottom: 22px;
    }

    .ws-section__player-phone {
        width: 270px;
    }

    .ws-section__player-app {
        padding: 62px 15px 15px;
        border-radius: 28px;
    }

    .ws-section__player-cover {
        height: 165px;
        border-radius: 14px;
        margin-bottom: 14px;
    }

    .ws-section__player-song {
        font-size: 12px;
    }

    .ws-section__player-artist {
        font-size: 8px;
    }

    .ws-section__player-item-text strong {
        font-size: 11px;
    }

    .ws-section__player-item-text small {
        font-size: 8px;
    }

    .ws-section__player-item-icon {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }

    .ws-section__player-list {
        gap: 0;
    }

    .ws-section__player-item-icon svg {
        width: 10px;
        height: 10px;
        stroke-width: 1.2;
    }

    .ws-section__player-desc {
        font-size: 17px;
        line-height: 1.25;
        margin-bottom: 18px;
    }

    .ws-section__player-cta {
        min-height: 48px;
        padding: 0 24px;
        font-size: 15px;
    }

    .ws-section__ticker {
        margin-top: 26px;
    }

    .ws-section__ticker-group {
        gap: 18px;
        padding-right: 18px;
    }

    .ws-section__ticker-group span {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .ws-section__player {
        padding: 78px 0 20px;
    }

    .ws-section__player-title {
        font-size: 28px;
    }

    .ws-section__player-phone {
        width: 242px;
    }

    .ws-section__player-app {
        padding: 56px 13px 13px;
    }

    .ws-section__player-cover {
        height: 160px;
    }

    .ws-section__player-controls {
        gap: 10px;
        margin-bottom: 0px;
    }

    .ws-section__player-progress {
        margin-bottom: 0px;
    }

    .ws-player-btn {
        width: 36px;
        height: 36px;
    }

    .ws-player-play {
        width: 30px;
        height: 30px;
    }

    .ws-player-play svg {
        width: 10px;
        height: 10px;
    }

    .ws-section__player-desc {
        font-size: 15px;
        max-width: 100%;
    }

    .ws-section__player-cta {
        min-height: 44px;
        padding: 0 20px;
        font-size: 14px;
    }
}

@media (max-width: 419.98px) {
    .ws-video-card__trigger-ring {
        width: 128px;
        height: 128px;
    }

    .ws-video-card__trigger-text {
        font-size: 10px;
    }

    .ws-section__player-title {
        font-size: 24px;
    }

    .ws-section__player-phone {
        width: 224px;
    }

    .ws-section__player-app {
        padding: 40px 12px 12px;
    }

    .ws-section__player-cover {
        height: 160px;
    }

    .ws-section__player-desc {
        font-size: 14px;
        line-height: 1.3;
    }

    .ws-section__ticker-group span {
        font-size: 13px;
    }
}

@media (max-width: 359.98px) {
    .ws-section__player {
        padding-top: 50px;
        height: auto;
        min-height: auto;
    }

    .ws-section__player-title {
        font-size: 21px;
    }

    .ws-section__player-phone {
        width: 210px;
    }

    .ws-section__player-cover {
        height: 160px;
    }

    .ws-section__player-desc {
        font-size: 13px;
    }

    .ws-section__player-cta {
        min-height: 40px;
        padding: 0 18px;
        font-size: 13px;
    }
}

/* ACARDS SECTION */
@media (min-width: 1200px) {
    .ws-section__cards-grid {
        grid-template-columns: 0.95fr 1.8fr;
    }

    .ws-help-card {
        min-height: 710px;
    }

    .ws-video-card {
        min-height: 540px;
    }
}

@media (max-width: 1199.98px) {
    .ws-section__cards {
        padding: 64px 0;
    }

    .ws-pack-card {
        min-height: 350px;
    }

    .ws-pack-card__content {
        padding: 30px 26px;
    }

    .ws-pack-card__price strong {
        font-size: 92px;
    }

    .ws-help-card,
    .ws-video-card {
        min-height: 460px;
    }

    .ws-help-card__title {
        font-size: 44px;
    }

    .ws-help-card__subtitle {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .ws-section__cards-grid {
        grid-template-columns: 1fr;
    }

    .ws-pack-card {
        grid-template-columns: 1fr;
        min-height: auto;
        max-height: 100%;
    }

    .ws-pack-card--reverse {
        grid-template-columns: 1fr;
    }

    .ws-pack-card__media {
        min-height: 320px;
        order: 1;
    }

    .ws-pack-card__content {
        order: 2;
    }

    .ws-pack-card--reverse .ws-pack-card__content {
        order: 1;
    }

    .ws-pack-card--reverse .ws-pack-card__media {
        order: 2;
    }

    .ws-help-card,
    .ws-video-card {
        min-height: 420px;
    }

    .ws-help-card__title {
        font-size: 40px;
    }

    .ws-help-card__subtitle {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .ws-section__cards {
        padding: 44px 0;
    }

    .ws-section__cards-grid {
        gap: 14px;
    }

    .ws-pack-card,
    .ws-help-card,
    .ws-video-card {
        border-radius: 24px;
    }

    .ws-pack-card__media {
        min-height: 260px;
    }

    .ws-pack-card__content {
        padding: 24px 20px;
    }

    .ws-pack-card__price strong {
        font-size: 72px;
    }

    .ws-pack-card__price small {
        font-size: 22px;
        margin-top: 10px;
    }

    .ws-pack-card__text {
        max-width: 100%;
        font-size: 13px;
        margin-bottom: 18px;
    }

    .ws-pack-card__cta {
        min-height: 44px;
        font-size: 15px;
        padding: 0 18px;
    }

    .ws-help-card,
    .ws-video-card {
        min-height: 360px;
    }

    .ws-help-card {
        padding: 24px 20px;
    }

    .ws-help-card__title {
        font-size: 34px;
    }

    .ws-help-card__subtitle {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .ws-help-card__text {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .ws-help-card__cta {
        min-height: 44px;
        font-size: 14px;
        padding: 0 18px;
    }

    .ws-video-card__logo {
        width: 86%;
        right: -8%;
        bottom: -2%;
    }

    .ws-video-card__trigger-ring {
        width: 150px;
        height: 150px;
    }

    .ws-video-card__trigger-ring span {
        font-size: 12px;
    }

    .ws-video-card__trigger-ring span:nth-child(1) {
        transform: rotate(0deg) translate(0, -68px);
    }

    .ws-video-card__trigger-ring span:nth-child(2) {
        transform: rotate(90deg) translate(0, -68px);
    }

    .ws-video-card__trigger-ring span:nth-child(3) {
        transform: rotate(180deg) translate(0, -68px);
    }

    .ws-video-card__trigger-ring span:nth-child(4) {
        transform: rotate(270deg) translate(0, -68px);
    }

    .ws-video-card__trigger-play {
        width: 56px;
        height: 56px;
    }
}

@media (max-width: 575.98px) {
    .ws-pack-card__media {
        min-height: 220px;
    }

    .ws-pack-card__content {
        padding: 20px 18px;
    }

    .ws-pack-card__badge {
        font-size: 12px;
        min-height: 24px;
        padding: 0 10px;
    }

    .ws-pack-card__price strong {
        font-size: 58px;
    }

    .ws-pack-card__price small {
        font-size: 18px;
        margin-top: 8px;
    }

    .ws-help-card,
    .ws-video-card {
        min-height: 320px;
    }

    .ws-help-card__title {
        font-size: 28px;
    }

    .ws-help-card__subtitle {
        font-size: 15px;
    }
}

@media (max-width: 419.98px) {
    .ws-pack-card__media {
        min-height: 190px;
    }

    .ws-pack-card__price strong {
        font-size: 50px;
    }

    .ws-help-card,
    .ws-video-card {
        min-height: 290px;
    }

    .ws-help-card__content {
        max-width: 100%;
    }

    .ws-video-card__trigger-ring {
        width: 128px;
        height: 128px;
    }

    .ws-video-card__trigger-ring span {
        font-size: 11px;
    }

    .ws-video-card__trigger-ring span:nth-child(1) {
        transform: rotate(0deg) translate(0, -58px);
    }

    .ws-video-card__trigger-ring span:nth-child(2) {
        transform: rotate(90deg) translate(0, -58px);
    }

    .ws-video-card__trigger-ring span:nth-child(3) {
        transform: rotate(180deg) translate(0, -58px);
    }

    .ws-video-card__trigger-ring span:nth-child(4) {
        transform: rotate(270deg) translate(0, -58px);
    }
}

@media (max-width: 359.98px) {
    .ws-section__cards {
        padding: 36px 0;
    }

    .ws-pack-card,
    .ws-help-card,
    .ws-video-card {
        border-radius: 20px;
    }

    .ws-pack-card__content,
    .ws-help-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ws-pack-card__price strong {
        font-size: 44px;
    }

    .ws-help-card__title {
        font-size: 24px;
    }

    .ws-video-card__trigger-play {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .ws-section__prefooter-title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .ws-section__prefooter-row {
        flex-direction: column;
        gap: 30px;
    }

    .ws-section__prefooter-col {
        width: 100%;
    }

    .ws-section__prefooter-title {
        font-size: 36px;
    }

    .ws-section__prefooter-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575.98px) {
    .ws-section__prefooter {
        padding: 60px 0;
    }

    .ws-section__prefooter-title {
        font-size: 30px;
    }

    .ws-section__prefooter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}