/*
 * Mix365 animated DHRK-style homepage
 */

html {
    background: #030304;
}

body.home {
    background: #030304;
}

body.home .qw-totalcontainer,
body.home #canvas,
body.home .dhrk-ajax-content {
    background: #030304;
}

body.home .dhrk-ajax-content {
    padding: 0;
}

body.home .vice-footerwidgets,
body.home .dhrk-pagefooter {
    display: none;
}

body.home .qw-header-fixed {
    position: absolute;
    z-index: 100;
    background: transparent !important;
    box-shadow: none !important;
}

body.home.qw-scrolled .qw-header-fixed {
    position: fixed;
    background: rgba(3, 3, 4, 0.92) !important;
    backdrop-filter: blur(14px);
}

.mix365-dhrk-home {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(44, 48, 51, 0.56) 0,
            rgba(8, 9, 10, 0.72) 31%,
            #020203 72%
        );
}

.mix365-shard-canvas {
    position: absolute;
    z-index: -5;
    inset: 0;
    width: 100%;
    height: 100%;
}

.mix365-home-grid {
    position: absolute;
    z-index: -4;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.025) 1px,
            transparent 1px
        );
    background-size: 90px 90px;
    mask-image:
        radial-gradient(circle at center, black, transparent 74%);
}

.mix365-home-noise {
    position: absolute;
    z-index: -3;
    inset: 0;
    pointer-events: none;
    opacity: 0.075;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
    animation: mix365Noise 0.22s steps(2) infinite;
}

.mix365-home-vignette {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    box-shadow:
        inset 0 0 180px 55px rgba(0, 0, 0, 0.86),
        inset 0 -150px 160px rgba(0, 0, 0, 0.72);
}

.mix365-hero-centre {
    position: relative;
    z-index: 5;
    width: min(1050px, calc(100% - 40px));
    text-align: center;
    padding: 125px 20px 110px;
}

.mix365-hero-eyebrow {
    margin: 0 0 9px;
    color: #ff154f;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-title-frame {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px clamp(24px, 5vw, 65px);
}

.mix365-frame-edge {
    position: absolute;
    top: 3%;
    width: 14px;
    height: 94%;
    border-top: 3px solid rgba(255, 255, 255, 0.92);
    border-bottom: 3px solid rgba(255, 255, 255, 0.92);
}

.mix365-frame-left {
    left: 0;
    border-left: 3px solid rgba(255, 255, 255, 0.92);
}

.mix365-frame-right {
    right: 0;
    border-right: 3px solid rgba(255, 255, 255, 0.92);
}

.mix365-glitch-title {
    position: relative;
    margin: 0;
    color: #f5f5f3;
    font-family:
        "Arial Black",
        Impact,
        sans-serif;
    font-size: clamp(70px, 12.5vw, 178px);
    font-weight: 900;
    line-height: 0.84;
    letter-spacing: -0.065em;
    text-transform: uppercase;
    text-shadow:
        0 4px 0 rgba(0, 0, 0, 0.92),
        8px 0 0 rgba(0, 0, 0, 0.34);
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.65));
}

.mix365-glitch-title::before,
.mix365-glitch-title::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.mix365-glitch-title::before {
    color: #ff004c;
    transform: translate(-4px, 1px);
    clip-path: inset(0 0 58% 0);
    opacity: 0;
    animation: mix365GlitchBefore 4.2s infinite steps(1);
}

.mix365-glitch-title::after {
    color: #00f2ff;
    transform: translate(4px, -1px);
    clip-path: inset(58% 0 0 0);
    opacity: 0;
    animation: mix365GlitchAfter 4.2s infinite steps(1);
}

.mix365-hero-subtitle {
    margin: 19px 0 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(13px, 1.55vw, 19px);
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.mix365-listen-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 49px;
    margin-top: 28px;
    padding: 0 25px;
    overflow: hidden;
    border: 1px solid #ff0a47;
    color: #ffffff;
    background: #e4003f;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 180ms ease,
        background 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.mix365-listen-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.24);
    transform: translateX(-110%) skewX(-22deg);
    transition: transform 360ms ease;
}

.mix365-listen-button:hover,
.mix365-listen-button:focus {
    color: #ffffff;
    background: #ff1551;
    transform: translateY(-2px);
    box-shadow: 0 12px 38px rgba(255, 0, 70, 0.32);
}

.mix365-listen-button:hover::after,
.mix365-listen-button:focus::after {
    transform: translateX(110%) skewX(-22deg);
}

.mix365-side-navigation {
    position: absolute;
    z-index: 8;
    top: 50%;
    right: 26px;
    display: grid;
    gap: 12px;
    transform: translateY(-50%);
}

.mix365-side-navigation span {
    display: block;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255, 255, 255, 0.84);
    border-radius: 50%;
    background: transparent;
}

.mix365-side-navigation span.is-active {
    background: #ff104b;
    border-color: #ff104b;
    box-shadow: 0 0 14px rgba(255, 16, 75, 0.8);
}

.mix365-corner-label {
    position: absolute;
    z-index: 7;
    bottom: 30px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.mix365-corner-left {
    left: 32px;
}

.mix365-corner-right {
    right: 32px;
}

.mix365-live-indicator {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 50%;
    background: #ff0b48;
    box-shadow: 0 0 14px rgba(255, 11, 72, 0.95);
    animation: mix365LivePulse 1.35s infinite;
}

.mix365-scroll-marker {
    position: absolute;
    z-index: 7;
    left: 50%;
    bottom: 29px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 8px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.mix365-scroll-marker span {
    display: block;
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.38);
}

@keyframes mix365GlitchBefore {
    0%, 7%, 9%, 12%, 100% {
        opacity: 0;
        transform: translate(-4px, 1px);
    }

    7.3% {
        opacity: 0.9;
        transform: translate(-13px, 1px);
        clip-path: inset(12% 0 70% 0);
    }

    8% {
        opacity: 0.72;
        transform: translate(8px, -2px);
        clip-path: inset(62% 0 16% 0);
    }

    10.5% {
        opacity: 0.8;
        transform: translate(-7px, 3px);
        clip-path: inset(36% 0 42% 0);
    }
}

@keyframes mix365GlitchAfter {
    0%, 7%, 9%, 12%, 100% {
        opacity: 0;
        transform: translate(4px, -1px);
    }

    7.4% {
        opacity: 0.8;
        transform: translate(11px, -2px);
        clip-path: inset(68% 0 8% 0);
    }

    8.3% {
        opacity: 0.7;
        transform: translate(-8px, 2px);
        clip-path: inset(18% 0 61% 0);
    }

    10.8% {
        opacity: 0.82;
        transform: translate(9px, -3px);
        clip-path: inset(51% 0 27% 0);
    }
}

@keyframes mix365Noise {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-2%, 1%);
    }

    50% {
        transform: translate(1%, -2%);
    }

    75% {
        transform: translate(2%, 2%);
    }

    100% {
        transform: translate(-1%, -1%);
    }
}

@keyframes mix365LivePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.34;
        transform: scale(0.72);
    }
}

@media (max-width: 800px) {
    .mix365-side-navigation,
    .mix365-corner-right,
    .mix365-scroll-marker {
        display: none;
    }

    .mix365-hero-centre {
        padding-top: 115px;
        padding-bottom: 90px;
    }

    .mix365-frame-edge {
        width: 10px;
        border-width: 2px;
    }

    .mix365-corner-left {
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 520px) {
    .mix365-hero-centre {
        width: calc(100% - 20px);
        padding-inline: 5px;
    }

    .mix365-title-frame {
        width: 100%;
        padding-inline: 16px;
    }

    .mix365-glitch-title {
        font-size: clamp(58px, 22vw, 102px);
    }

    .mix365-hero-subtitle {
        max-width: 310px;
        margin-inline: auto;
        line-height: 1.55;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mix365-home-noise,
    .mix365-glitch-title::before,
    .mix365-glitch-title::after,
    .mix365-live-indicator {
        animation: none;
    }
}


/* ==========================================================
   MIX365 LIVE COMMUNITY DESIGN
   ========================================================== */

.mix365-live-community {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    background: #050506;
}

.mix365-live-community-background {
    position: absolute;
    z-index: -4;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    filter:
        grayscale(0.8)
        contrast(1.2)
        brightness(0.48);
}

.mix365-live-community-overlay {
    position: absolute;
    z-index: -3;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 48%,
            rgba(255, 0, 65, 0.16),
            transparent 36%
        ),
        linear-gradient(
            90deg,
            rgba(3, 3, 4, 0.96),
            rgba(8, 8, 10, 0.76) 48%,
            rgba(3, 3, 4, 0.94)
        );
}

.mix365-live-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(320px, 0.95fr);
    gap: clamp(50px, 7vw, 100px);
    align-items: center;
}

.mix365-live-preview-card {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    background: #111216;
    border:
        1px solid
        rgba(255, 255, 255, 0.14);
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.62),
        0 0 0 1px rgba(255, 0, 67, 0.06);
}

.mix365-live-preview-card::before,
.mix365-live-preview-card::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 56px;
    height: 56px;
    pointer-events: none;
}

.mix365-live-preview-card::before {
    top: 18px;
    right: 18px;
    border-top: 2px solid #ff0b4a;
    border-right: 2px solid #ff0b4a;
}

.mix365-live-preview-card::after {
    left: 18px;
    bottom: 18px;
    border-left: 2px solid rgba(255,255,255,0.72);
    border-bottom: 2px solid rgba(255,255,255,0.72);
}

.mix365-live-fallback,
.mix365-live-stream {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mix365-live-fallback {
    z-index: 0;
    opacity: 1;
    transition: opacity 350ms ease;
}

.mix365-live-stream {
    z-index: 1;
    opacity: 0;
    background: #090a0d;
    transition: opacity 350ms ease;
}

.mix365-live-preview-card.is-live
.mix365-live-stream.is-ready {
    opacity: 1;
}

.mix365-live-preview-card.is-live
.mix365-live-fallback {
    opacity: 0;
}

.mix365-live-card-shade {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(2, 2, 3, 0.12) 0%,
            rgba(2, 2, 3, 0.20) 34%,
            rgba(2, 2, 3, 0.94) 100%
        );
}

.mix365-live-badge {
    position: absolute;
    z-index: 6;
    top: 25px;
    left: 25px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    color: #ffffff;
    background: rgba(255, 4, 69, 0.9);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow:
        0 12px 30px rgba(255, 0, 66, 0.32);
}

.mix365-live-badge[hidden] {
    display: none;
}

.mix365-live-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    animation: mix365LiveBadgePulse 1.2s infinite;
}

.mix365-live-card-content {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 42px;
}

.mix365-live-state,
.mix365-live-kicker {
    margin: 0 0 13px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.mix365-live-card-content h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(37px, 5vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.mix365-live-card-content > p:not(.mix365-live-state) {
    max-width: 550px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.55;
}

.mix365-live-button,
.mix365-live-outline-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    padding: 0 27px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.mix365-live-button {
    color: #ffffff;
    background: #e90043;
    border: 1px solid #ff1956;
    box-shadow:
        0 14px 36px rgba(255, 0, 65, 0.26);
}

.mix365-live-outline-button {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.48);
}

.mix365-live-button:hover,
.mix365-live-button:focus,
.mix365-live-outline-button:hover,
.mix365-live-outline-button:focus {
    color: #ffffff;
    transform: translateY(-3px);
}

.mix365-live-outline-button:hover,
.mix365-live-outline-button:focus {
    background: #e90043;
    border-color: #e90043;
}

.mix365-live-copy {
    position: relative;
}

.mix365-live-copy::before {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin-bottom: 34px;
    background: #ed0044;
    box-shadow:
        0 0 22px rgba(255, 0, 68, 0.5);
}

.mix365-live-copy h2 {
    max-width: 600px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 7vw, 94px);
    line-height: 0.88;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.mix365-live-copy > p:not(.mix365-live-kicker) {
    max-width: 530px;
    margin: 29px 0 0;
    color: rgba(255,255,255,0.68);
    font-size: 17px;
    line-height: 1.72;
}

@keyframes mix365LiveBadgePulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.35;
        transform: scale(0.68);
    }
}

@media (max-width: 960px) {
    .mix365-live-community {
        padding: 90px 0;
    }

    .mix365-live-container {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .mix365-live-copy {
        order: -1;
        text-align: center;
    }

    .mix365-live-copy::before {
        margin-left: auto;
        margin-right: auto;
    }

    .mix365-live-copy h2,
    .mix365-live-copy > p:not(.mix365-live-kicker) {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 560px) {
    .mix365-live-community {
        padding: 65px 0;
    }

    .mix365-live-container {
        width: min(100% - 24px, 1180px);
    }

    .mix365-live-preview-card {
        min-height: 490px;
    }

    .mix365-live-card-content {
        padding: 29px 25px 32px;
    }

    .mix365-live-card-content h2 {
        font-size: 39px;
    }

    .mix365-live-button,
    .mix365-live-outline-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mix365-live-badge span {
        animation: none;
    }

    .mix365-live-community-background {
        display: none;
    }
}


/* ==========================================================
   MIX365 TODAY SCHEDULE DESIGN
   ========================================================== */

.mix365-today-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 105px 0;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 25%,
            rgba(237, 0, 68, 0.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 14% 80%,
            rgba(255, 255, 255, 0.045),
            transparent 27%
        ),
        #030304;
}

.mix365-today-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0.12;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.025) 1px,
            transparent 1px
        );
    background-size: 84px 84px;
}

.mix365-today-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-today-card {
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(300px, 0.82fr)
        minmax(0, 1.18fr);
    gap: clamp(42px, 7vw, 92px);
    align-items: center;
    padding: clamp(38px, 5vw, 72px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.13);
    background:
        linear-gradient(
            135deg,
            rgba(22, 23, 27, 0.96),
            rgba(8, 8, 10, 0.98)
        );
    box-shadow:
        0 35px 95px rgba(0,0,0,0.48),
        inset 0 0 0 1px rgba(255,0,68,0.025);
}

.mix365-today-card::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -110px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 8, 74, 0.22);
    transform: rotate(35deg);
}

.mix365-today-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 3px;
    background: #ed0044;
    box-shadow: 0 0 24px rgba(255,0,68,0.62);
}

.mix365-today-intro,
.mix365-today-list {
    position: relative;
    z-index: 2;
}

.mix365-today-kicker {
    margin: 0 0 17px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-today-intro h2 {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(45px, 6vw, 78px);
    line-height: 0.91;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.mix365-today-description {
    max-width: 490px;
    margin: 27px 0 0;
    color: rgba(255,255,255,0.67);
    font-size: 16px;
    line-height: 1.7;
}

.mix365-today-description strong {
    color: rgba(255,255,255,0.92);
    font-weight: 700;
}

.mix365-today-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 31px;
}

.mix365-today-primary,
.mix365-today-secondary {
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.mix365-today-primary {
    color: #ffffff;
    border: 1px solid #ff1857;
    background: #e90043;
    box-shadow: 0 14px 34px rgba(255,0,67,0.24);
}

.mix365-today-secondary {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.025);
}

.mix365-today-primary:hover,
.mix365-today-primary:focus,
.mix365-today-secondary:hover,
.mix365-today-secondary:focus {
    color: #ffffff;
    transform: translateY(-3px);
}

.mix365-today-secondary:hover,
.mix365-today-secondary:focus {
    border-color: #e90043;
    background: #e90043;
}

.mix365-today-list {
    display: grid;
    gap: 11px;
}

.mix365-today-show {
    position: relative;
    display: grid;
    grid-template-columns:
        84px
        minmax(0, 1fr)
        auto;
    gap: 17px;
    align-items: center;
    min-height: 86px;
    padding: 14px 17px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.045);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background 180ms ease;
}

.mix365-today-show:hover {
    transform: translateX(4px);
    border-color: rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.075);
}

.mix365-today-show.is-live {
    border-color: rgba(255, 17, 79, 0.72);
    background:
        linear-gradient(
            90deg,
            rgba(233,0,67,0.2),
            rgba(255,255,255,0.05)
        );
    box-shadow:
        0 13px 38px rgba(255,0,67,0.12);
}

.mix365-today-time {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.13);
    background: rgba(0,0,0,0.32);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.025em;
}

.mix365-today-show.is-live .mix365-today-time {
    border-color: #ed0044;
    background: #e90043;
}

.mix365-today-show-title {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.mix365-today-show-meta {
    margin-top: 6px;
    color: rgba(255,255,255,0.55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mix365-today-live-pill {
    display: none;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    color: #ffffff;
    border: 1px solid rgba(255,23,84,0.8);
    background: rgba(233,0,67,0.18);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.mix365-today-show.is-live
.mix365-today-live-pill {
    display: inline-flex;
}

.mix365-today-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff1754;
    box-shadow: 0 0 13px rgba(255,23,84,0.9);
    animation: mix365TodayLivePulse 1.2s infinite;
}

.mix365-today-empty {
    padding: 28px 25px;
    color: rgba(255,255,255,0.65);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.045);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

@keyframes mix365TodayLivePulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(0.68);
    }
}

@media (max-width: 940px) {
    .mix365-today-section {
        padding: 85px 0;
    }

    .mix365-today-card {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .mix365-today-intro {
        text-align: center;
    }

    .mix365-today-intro h2,
    .mix365-today-description {
        margin-left: auto;
        margin-right: auto;
    }

    .mix365-today-actions {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .mix365-today-section {
        padding: 60px 0;
    }

    .mix365-today-container {
        width: min(100% - 24px, 1180px);
    }

    .mix365-today-card {
        padding: 28px 20px;
    }

    .mix365-today-intro h2 {
        font-size: 39px;
    }

    .mix365-today-actions {
        display: grid;
    }

    .mix365-today-primary,
    .mix365-today-secondary {
        width: 100%;
    }

    .mix365-today-show {
        grid-template-columns: 73px minmax(0, 1fr);
        gap: 12px;
        min-height: 82px;
        padding: 13px;
    }

    .mix365-today-time {
        min-height: 48px;
        font-size: 16px;
    }

    .mix365-today-show-title {
        font-size: 16px;
    }

    .mix365-today-live-pill {
        grid-column: 2;
        justify-self: start;
        margin-top: -3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mix365-today-live-dot {
        animation: none;
    }
}


/* ==========================================================
   MIX365 LATEST SHOWS DESIGN
   ========================================================== */

.mix365-latest-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 110px 0;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 18% 16%,
            rgba(255, 0, 68, 0.14),
            transparent 29%
        ),
        linear-gradient(
            180deg,
            #08080a 0%,
            #030304 100%
        );
}

.mix365-latest-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.03) 1px,
            transparent 1px
        );
    background-size: 92px 92px;
}

.mix365-latest-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-latest-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 35px;
    margin-bottom: 48px;
}

.mix365-latest-kicker {
    margin: 0 0 14px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-latest-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.89;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.mix365-latest-description {
    max-width: 600px;
    margin: 25px 0 0;
    color: rgba(255,255,255,0.64);
    font-size: 16px;
    line-height: 1.7;
}

.mix365-latest-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.mix365-latest-arrow {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    background: rgba(255,255,255,0.045);
    font-size: 24px;
    cursor: pointer;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.mix365-latest-arrow:hover,
.mix365-latest-arrow:focus {
    border-color: #ed0044;
    background: #ed0044;
    transform: translateY(-2px);
}

.mix365-latest-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}

.mix365-latest-viewport::-webkit-scrollbar {
    display: none;
}

.mix365-latest-track {
    --mix365-latest-gap: 22px;

    display: grid;
    grid-auto-flow: column;
    grid-auto-columns:
        calc(
            (100% - (var(--mix365-latest-gap) * 2))
            / 3
        );
    gap: var(--mix365-latest-gap);
    align-items: stretch;
    min-width: 100%;
    padding: 2px 2px 24px;
}

.mix365-latest-card {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(
            160deg,
            rgba(29,30,34,0.98),
            rgba(10,10,12,1)
        );
    box-shadow:
        0 25px 65px rgba(0,0,0,0.38);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.mix365-latest-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,21,82,0.62);
    box-shadow:
        0 32px 78px rgba(0,0,0,0.53),
        0 0 30px rgba(255,0,67,0.08);
}

.mix365-latest-artwork {
    position: relative;
    aspect-ratio: 1 / 0.82;
    overflow: hidden;
    background: #111216;
}

.mix365-latest-cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform 600ms cubic-bezier(.2,.7,.2,1),
        filter 300ms ease;
}

.mix365-latest-card:hover
.mix365-latest-cover {
    transform: scale(1.045);
    filter: contrast(1.07);
}

.mix365-latest-artwork::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.04),
            rgba(0,0,0,0.12) 58%,
            rgba(0,0,0,0.72)
        );
}

.mix365-recording-play {
    position: absolute;
    z-index: 4;
    left: 24px;
    bottom: 22px;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff2760;
    border-radius: 50%;
    color: #ffffff;
    background: #e90043;
    font-size: 20px;
    cursor: pointer;
    box-shadow:
        0 15px 38px rgba(255,0,67,0.32);
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.mix365-recording-play:hover,
.mix365-recording-play:focus,
.mix365-recording-play.is-playing {
    background: #ff1754;
    transform: scale(1.07);
    box-shadow:
        0 20px 44px rgba(255,0,67,0.42);
}

.mix365-recording-play-symbol {
    display: block;
    margin-left: 3px;
    line-height: 1;
}

.mix365-recording-play.is-playing
.mix365-recording-play-symbol {
    margin-left: 0;
    font-size: 15px;
}

.mix365-recording-favourite {
    position: absolute;
    z-index: 4;
    top: 19px;
    right: 19px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 50%;
    color: rgba(255,255,255,0.82);
    background: rgba(4,4,6,0.72);
    font-size: 19px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.mix365-recording-favourite:hover {
    transform: scale(1.07);
}

.mix365-recording-favourite.is-active {
    color: #ffffff;
    border-color: #ff1754;
    background: #e90043;
}

.mix365-recording-favourite:disabled {
    cursor: wait;
    opacity: 0.55;
}

.mix365-latest-content {
    flex: 1 1 auto;
    padding: 25px 25px 27px;
}

.mix365-latest-title {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.24;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.mix365-latest-dj-row {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 19px;
}

.mix365-latest-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: block;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.16);
    border-radius: 50%;
    background: #18191d;
}

.mix365-latest-dj-details {
    min-width: 0;
    flex: 1 1 auto;
}

.mix365-latest-dj-name {
    margin: 0;
    color: rgba(255,255,255,0.83);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.mix365-latest-date {
    margin: 5px 0 0;
    color: rgba(255,255,255,0.47);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.mix365-latest-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 21px;
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,0.09);
}

.mix365-latest-stat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.mix365-latest-stat-symbol {
    color: #ff1754;
    font-size: 11px;
}

.mix365-latest-stat.is-active {
    color: #ffffff;
}

.mix365-latest-empty {
    grid-column: 1 / -1;
    width: 100%;
    padding: 55px 25px;
    color: rgba(255,255,255,0.64);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.035);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.mix365-latest-footer {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
}

.mix365-latest-view-all {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.36);
    background: transparent;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.mix365-latest-view-all:hover,
.mix365-latest-view-all:focus {
    color: #ffffff;
    border-color: #e90043;
    background: #e90043;
    transform: translateY(-2px);
}

#mix365LatestMessage {
    margin: 0;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

@media (max-width: 940px) {
    .mix365-latest-section {
        padding: 85px 0;
    }

    .mix365-latest-track {
        grid-auto-columns:
            calc(
                (100% - var(--mix365-latest-gap))
                / 2
            );
    }
}

@media (max-width: 650px) {
    .mix365-latest-container {
        width: min(100% - 24px, 1240px);
    }

    .mix365-latest-heading {
        display: block;
        text-align: center;
    }

    .mix365-latest-heading h2 {
        font-size: 42px;
    }

    .mix365-latest-description {
        margin-left: auto;
        margin-right: auto;
    }

    .mix365-latest-controls {
        justify-content: center;
        margin-top: 29px;
    }

    .mix365-latest-track {
        --mix365-latest-gap: 15px;
        grid-auto-columns: 100%;
    }

    .mix365-latest-artwork {
        aspect-ratio: 1 / 0.78;
    }

    .mix365-latest-footer {
        display: grid;
        justify-items: center;
    }

    .mix365-latest-view-all {
        width: 100%;
    }

    #mix365LatestMessage {
        text-align: center;
    }
}


/* ==========================================================
   MIX365 FRESH PICKS DESIGN
   ========================================================== */

.mix365-fresh-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 105px 0 115px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 84% 24%,
            rgba(255, 0, 67, 0.16),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #030304 0%,
            #0c0c0f 58%,
            #050506 100%
        );
}

.mix365-fresh-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -190px;
    right: -130px;
    width: 470px;
    height: 470px;
    border:
        1px solid
        rgba(255, 18, 82, 0.19);
    transform: rotate(32deg);
}

.mix365-fresh-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-fresh-heading {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.mix365-fresh-kicker {
    margin: 0 0 14px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-fresh-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(52px, 8vw, 104px);
    line-height: 0.86;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.mix365-fresh-heading > p:not(.mix365-fresh-kicker) {
    max-width: 620px;
    margin: 27px auto 0;
    color: rgba(255,255,255,0.64);
    font-size: 16px;
    line-height: 1.7;
}

.mix365-fresh-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.mix365-fresh-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(
            155deg,
            rgba(31,32,37,0.98),
            rgba(9,9,11,1)
        );
    box-shadow:
        0 24px 60px rgba(0,0,0,0.4);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.mix365-fresh-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,23,84,0.7);
    box-shadow:
        0 32px 75px rgba(0,0,0,0.54),
        0 0 28px rgba(255,0,67,0.08);
}

.mix365-fresh-artwork {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #111216;
}

.mix365-fresh-cover {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform 600ms cubic-bezier(.2,.7,.2,1),
        filter 300ms ease;
}

.mix365-fresh-card:hover .mix365-fresh-cover {
    transform: scale(1.05);
    filter: contrast(1.08);
}

.mix365-fresh-artwork::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.03),
            rgba(0,0,0,0.12) 55%,
            rgba(0,0,0,0.78)
        );
}

.mix365-fresh-label {
    position: absolute;
    z-index: 4;
    top: 19px;
    left: 19px;
    padding: 9px 12px;
    color: #ffffff;
    border: 1px solid rgba(255,36,91,0.8);
    background: rgba(233,0,67,0.83);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.mix365-fresh-play {
    position: absolute;
    z-index: 4;
    left: 21px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff2760;
    border-radius: 50%;
    color: #ffffff;
    background: #e90043;
    font-size: 19px;
    cursor: pointer;
    box-shadow:
        0 15px 36px rgba(255,0,67,0.32);
    transition:
        transform 180ms ease,
        background 180ms ease;
}

.mix365-fresh-play:hover,
.mix365-fresh-play:focus,
.mix365-fresh-play.is-playing {
    transform: scale(1.07);
    background: #ff1754;
}

.mix365-fresh-play-symbol {
    display: block;
    margin-left: 3px;
    line-height: 1;
}

.mix365-fresh-play.is-playing
.mix365-fresh-play-symbol {
    margin-left: 0;
    font-size: 14px;
}

.mix365-fresh-favourite {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 18px;
    width: 47px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 50%;
    color: rgba(255,255,255,0.84);
    background: rgba(4,4,6,0.72);
    font-size: 18px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition:
        transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.mix365-fresh-favourite:hover {
    transform: scale(1.07);
}

.mix365-fresh-favourite.is-active {
    color: #ffffff;
    border-color: #ff1754;
    background: #e90043;
}

.mix365-fresh-favourite:disabled {
    cursor: wait;
    opacity: 0.55;
}

.mix365-fresh-content {
    padding: 23px 21px 24px;
}

.mix365-fresh-title {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.mix365-fresh-dj {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 17px;
}

.mix365-fresh-avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: block;
    object-fit: cover;
    border:
        2px solid
        rgba(255,255,255,0.16);
    border-radius: 50%;
    background: #17181c;
}

.mix365-fresh-dj-copy {
    min-width: 0;
}

.mix365-fresh-name {
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.mix365-fresh-date {
    margin: 5px 0 0;
    color: rgba(255,255,255,0.48);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mix365-fresh-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
    padding-top: 15px;
    border-top:
        1px solid
        rgba(255,255,255,0.09);
}

.mix365-fresh-stat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.58);
    font-size: 11px;
    font-weight: 800;
}

.mix365-fresh-stat-symbol {
    color: #ff1754;
}

.mix365-fresh-stat.is-active {
    color: #ffffff;
}

.mix365-fresh-empty {
    grid-column: 1 / -1;
    padding: 55px 25px;
    color: rgba(255,255,255,0.64);
    border:
        1px solid
        rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.035);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.mix365-fresh-message {
    min-height: 20px;
    margin: 23px 0 0;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1050px) {
    .mix365-fresh-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .mix365-fresh-section {
        padding: 75px 0;
    }

    .mix365-fresh-container {
        width: min(100% - 24px, 1240px);
    }

    .mix365-fresh-heading h2 {
        font-size: 45px;
    }

    .mix365-fresh-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mix365-fresh-artwork {
        aspect-ratio: 1 / 0.84;
    }
}


/* ==========================================================
   MIX365 WEEKLY DJS DESIGN
   ========================================================== */

.mix365-weekly-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 110px 0 120px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(34, 36, 40, 0.76),
            rgba(5, 5, 6, 0.94) 58%,
            #020203 100%
        );
}

.mix365-weekly-canvas {
    position: absolute;
    z-index: -4;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    pointer-events: none;
}

.mix365-weekly-overlay {
    position: absolute;
    z-index: -3;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(3,3,4,0.54),
            rgba(3,3,4,0.77)
        ),
        radial-gradient(
            circle at 50% 55%,
            transparent 15%,
            rgba(0,0,0,0.72) 78%
        );
}

.mix365-weekly-section::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: 0.08;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.03) 1px,
            transparent 1px
        );
    background-size: 90px 90px;
}

.mix365-weekly-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-weekly-heading {
    max-width: 890px;
    margin: 0 auto 58px;
    text-align: center;
}

.mix365-weekly-kicker {
    margin: 0 0 15px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-weekly-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(50px, 8vw, 102px);
    line-height: 0.87;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.mix365-weekly-heading > p:not(.mix365-weekly-kicker) {
    max-width: 650px;
    margin: 27px auto 0;
    color: rgba(255,255,255,0.65);
    font-size: 16px;
    line-height: 1.7;
}

.mix365-weekly-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 25px 20px;
}

.mix365-weekly-card {
    position: relative;
    min-width: 0;
    padding: 27px 20px 26px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(
            155deg,
            rgba(29,30,34,0.94),
            rgba(7,7,9,0.97)
        );
    text-align: center;
    box-shadow:
        0 24px 62px rgba(0,0,0,0.42);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.mix365-weekly-card::before {
    content: "";
    position: absolute;
    top: -35px;
    right: -35px;
    width: 100px;
    height: 100px;
    border:
        1px solid
        rgba(255,23,84,0.25);
    transform: rotate(35deg);
}

.mix365-weekly-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,23,84,0.72);
    box-shadow:
        0 34px 78px rgba(0,0,0,0.55),
        0 0 30px rgba(255,0,67,0.09);
}

.mix365-weekly-avatar-wrap {
    position: relative;
    width: min(190px, 82%);
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.mix365-weekly-avatar-wrap::before {
    content: "";
    position: absolute;
    inset: -8px;
    border:
        1px solid
        rgba(255,255,255,0.18);
    border-radius: 50%;
    transition:
        border-color 220ms ease,
        transform 500ms ease;
}

.mix365-weekly-avatar-wrap::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-top: 2px solid #ed0044;
    border-right: 2px solid transparent;
    border-bottom: 2px solid rgba(255,255,255,0.16);
    border-left: 2px solid transparent;
    border-radius: 50%;
    animation:
        mix365WeeklyOrbit
        13s linear infinite;
}

.mix365-weekly-card:hover
.mix365-weekly-avatar-wrap::before {
    border-color: rgba(255,23,84,0.62);
    transform: scale(1.035);
}

.mix365-weekly-avatar {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background: #16171a;
    filter: contrast(1.04);
}

.mix365-weekly-content {
    position: relative;
    z-index: 2;
    margin-top: 31px;
}

.mix365-weekly-name {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.mix365-weekly-name a {
    color: inherit;
    text-decoration: none;
}

.mix365-weekly-name a:hover,
.mix365-weekly-name a:focus {
    color: #ff1754;
}

.mix365-weekly-slot {
    margin: 13px 0 0;
    color: #ff1754;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mix365-weekly-show {
    min-height: 39px;
    margin: 10px 0 0;
    color: rgba(255,255,255,0.58);
    font-size: 13px;
    line-height: 1.5;
}

.mix365-weekly-empty {
    grid-column: 1 / -1;
    padding: 55px 25px;
    color: rgba(255,255,255,0.66);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.mix365-weekly-footer {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.mix365-weekly-schedule-button {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    color: #ffffff;
    border: 1px solid #ff1956;
    background: #e90043;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        0 15px 37px rgba(255,0,67,0.26);
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.mix365-weekly-schedule-button:hover,
.mix365-weekly-schedule-button:focus {
    color: #ffffff;
    background: #ff1754;
    transform: translateY(-3px);
    box-shadow:
        0 20px 44px rgba(255,0,67,0.36);
}

@keyframes mix365WeeklyOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1050px) {
    .mix365-weekly-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 790px) {
    .mix365-weekly-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .mix365-weekly-section {
        padding: 75px 0;
    }

    .mix365-weekly-container {
        width: min(100% - 24px, 1240px);
    }

    .mix365-weekly-heading h2 {
        font-size: 43px;
    }

    .mix365-weekly-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mix365-weekly-card {
        padding: 25px 20px 27px;
    }

    .mix365-weekly-avatar-wrap {
        width: min(210px, 76%);
    }

    .mix365-weekly-show {
        min-height: 0;
    }

    .mix365-weekly-schedule-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mix365-weekly-avatar-wrap::after {
        animation: none;
    }
}


/* ==========================================================
   MIX365 ADMIN TEAM DESIGN
   ========================================================== */

.mix365-admin-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 110px 0 120px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(234, 0, 66, 0.15),
            transparent 31%
        ),
        radial-gradient(
            circle at 88% 73%,
            rgba(255,255,255,0.055),
            transparent 29%
        ),
        linear-gradient(
            145deg,
            #09090b 0%,
            #020203 100%
        );
}

.mix365-admin-section::before {
    content: "";
    position: absolute;
    z-index: -3;
    top: -230px;
    left: -180px;
    width: 530px;
    height: 530px;
    border:
        1px solid
        rgba(255, 20, 82, 0.17);
    transform: rotate(31deg);
}

.mix365-admin-section::after {
    content: "";
    position: absolute;
    z-index: -3;
    right: -170px;
    bottom: -240px;
    width: 480px;
    height: 480px;
    border:
        1px solid
        rgba(255,255,255,0.08);
    transform: rotate(48deg);
}

.mix365-admin-lines {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    opacity: 0.075;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );
    background-size: 88px 88px;
}

.mix365-admin-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-admin-heading {
    max-width: 850px;
    margin: 0 auto 58px;
    text-align: center;
}

.mix365-admin-kicker {
    margin: 0 0 15px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-admin-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(54px, 8vw, 106px);
    line-height: 0.86;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.mix365-admin-heading > p:not(.mix365-admin-kicker) {
    max-width: 620px;
    margin: 28px auto 0;
    color: rgba(255,255,255,0.64);
    font-size: 16px;
    line-height: 1.7;
}

.mix365-admin-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.mix365-admin-card {
    position: relative;
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(
            155deg,
            rgba(30,31,35,0.97),
            rgba(7,7,9,1)
        );
    box-shadow:
        0 26px 68px rgba(0,0,0,0.44);
    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.mix365-admin-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,23,84,0.72);
    box-shadow:
        0 36px 84px rgba(0,0,0,0.58),
        0 0 32px rgba(255,0,67,0.09);
}

.mix365-admin-photo {
    position: relative;
    aspect-ratio: 306 / 410;
    overflow: hidden;
    background: #15161a;
}

.mix365-admin-avatar {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter:
        contrast(1.04)
        saturate(0.91);
    transition:
        transform 650ms cubic-bezier(.2,.7,.2,1),
        filter 300ms ease;
}

.mix365-admin-card:hover
.mix365-admin-avatar {
    transform: scale(1.045);
    filter:
        contrast(1.08)
        saturate(1);
}

.mix365-admin-photo::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.02),
            rgba(0,0,0,0.08) 52%,
            rgba(0,0,0,0.84) 100%
        );
}

.mix365-admin-role {
    position: absolute;
    z-index: 4;
    left: 18px;
    bottom: 18px;
    padding: 9px 13px;
    color: #ffffff;
    border: 1px solid rgba(255,31,89,0.78);
    background: rgba(233,0,67,0.86);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    backdrop-filter: blur(9px);
}

.mix365-admin-corner {
    position: absolute;
    z-index: 4;
    top: 17px;
    right: 17px;
    width: 44px;
    height: 44px;
    border-top: 2px solid #ff1754;
    border-right: 2px solid #ff1754;
    pointer-events: none;
}

.mix365-admin-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    padding: 26px 21px 28px;
    text-align: center;
}

.mix365-admin-name {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.mix365-admin-name a {
    color: inherit;
    text-decoration: none;
}

.mix365-admin-name a:hover,
.mix365-admin-name a:focus {
    color: #ff1754;
}

.mix365-admin-username {
    margin: 9px 0 0;
    color: rgba(255,255,255,0.51);
    font-size: 11px;
    line-height: 1.4;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mix365-admin-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: auto 0 0;
    padding: 22px 0 0;
    list-style: none;
}

.mix365-admin-socials li {
    margin: 0;
    padding: 0;
}

.mix365-admin-socials a {
    width: 39px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.82);
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.035);
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.mix365-admin-socials a:hover,
.mix365-admin-socials a:focus {
    color: #ffffff;
    border-color: #e90043;
    background: #e90043;
    transform: translateY(-3px);
}

.mix365-admin-no-socials {
    min-height: 61px;
    margin: auto 0 0;
}

.mix365-admin-empty {
    grid-column: 1 / -1;
    padding: 55px 25px;
    color: rgba(255,255,255,0.65);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.mix365-admin-footer {
    display: flex;
    justify-content: center;
    margin-top: 49px;
}

.mix365-admin-button {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    padding: 0 29px;
    color: #ffffff;
    border: 1px solid #ff1956;
    background: #e90043;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        0 15px 38px rgba(255,0,67,0.27);
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.mix365-admin-button:hover,
.mix365-admin-button:focus {
    color: #ffffff;
    background: #ff1754;
    transform: translateY(-3px);
    box-shadow:
        0 20px 46px rgba(255,0,67,0.37);
}

@media (max-width: 1050px) {
    .mix365-admin-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .mix365-admin-section {
        padding: 75px 0;
    }

    .mix365-admin-container {
        width: min(100% - 24px, 1240px);
    }

    .mix365-admin-heading h2 {
        font-size: 45px;
    }

    .mix365-admin-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .mix365-admin-card {
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
    }

    .mix365-admin-photo {
        aspect-ratio: 306 / 400;
    }

    .mix365-admin-button {
        width: 100%;
    }
}


/* ==========================================================
   MIX365 BORN IN 2017 DESIGN
   ========================================================== */

.mix365-born-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 115px 0;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 18% 42%,
            rgba(235, 0, 67, 0.19),
            transparent 31%
        ),
        linear-gradient(
            115deg,
            #030304 0%,
            #111114 54%,
            #050506 100%
        );
}

.mix365-born-section::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.085;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );
    background-size: 90px 90px;
}

.mix365-born-container {
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(300px, 0.85fr)
        minmax(0, 1.15fr);
    gap: clamp(48px, 8vw, 105px);
    align-items: center;
}

.mix365-born-heading {
    position: relative;
    z-index: 2;
}

.mix365-born-kicker {
    margin: 0 0 17px;
    color: #ff1754;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-born-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(62px, 9vw, 126px);
    line-height: 0.82;
    letter-spacing: -0.065em;
    text-transform: uppercase;
}

.mix365-born-heading h2 span {
    display: block;
    color: #ed0044;
    text-shadow:
        4px 0 0 rgba(255,255,255,0.08),
        -4px 0 0 rgba(255,0,67,0.14),
        0 0 35px rgba(255,0,67,0.23);
}

.mix365-born-heading > p:not(.mix365-born-kicker) {
    max-width: 500px;
    margin: 31px 0 0;
    color: rgba(255,255,255,0.65);
    font-size: 16px;
    line-height: 1.72;
}

.mix365-born-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.mix365-born-stat {
    position: relative;
    min-width: 0;
    min-height: 225px;
    padding: 30px 27px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    background:
        linear-gradient(
            145deg,
            rgba(31,32,36,0.94),
            rgba(8,8,10,0.98)
        );
    box-shadow:
        0 25px 65px rgba(0,0,0,0.38);
    transition:
        transform 210ms ease,
        border-color 210ms ease,
        box-shadow 210ms ease;
}

.mix365-born-stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 3px;
    background: #ed0044;
    box-shadow:
        0 0 20px rgba(255,0,67,0.65);
}

.mix365-born-stat::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 105px;
    height: 105px;
    border:
        1px solid
        rgba(255,23,84,0.2);
    transform: rotate(34deg);
}

.mix365-born-stat:hover {
    transform: translateY(-6px);
    border-color: rgba(255,23,84,0.66);
    box-shadow:
        0 34px 78px rgba(0,0,0,0.51),
        0 0 30px rgba(255,0,67,0.08);
}

.mix365-born-number {
    display: block;
    color: #ffffff;
    font-size: clamp(37px, 5vw, 62px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.mix365-born-stat h3 {
    margin: 25px 0 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 850;
    text-transform: uppercase;
}

.mix365-born-stat p {
    margin: 9px 0 0;
    color: rgba(255,255,255,0.51);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.mix365-born-shape {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    border:
        1px solid
        rgba(255,255,255,0.08);
}

.mix365-born-shape-one {
    top: -150px;
    right: -120px;
    width: 390px;
    height: 390px;
    transform: rotate(38deg);
}

.mix365-born-shape-two {
    left: -95px;
    bottom: -145px;
    width: 330px;
    height: 330px;
    border-color: rgba(255,0,67,0.16);
    transform: rotate(51deg);
}

@media (max-width: 940px) {
    .mix365-born-section {
        padding: 90px 0;
    }

    .mix365-born-container {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .mix365-born-heading {
        text-align: center;
    }

    .mix365-born-heading > p:not(.mix365-born-kicker) {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .mix365-born-section {
        padding: 72px 0;
    }

    .mix365-born-container {
        width: min(100% - 24px, 1240px);
    }

    .mix365-born-heading h2 {
        font-size: 60px;
    }

    .mix365-born-stats {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .mix365-born-stat {
        min-height: 190px;
        padding: 27px 23px;
        text-align: center;
    }

    .mix365-born-number {
        font-size: 44px;
    }
}


/* ==========================================================
   MIX365 LISTENER TESTIMONIAL DESIGN
   ========================================================== */

.mix365-testimonial-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 115px 0 125px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 78% 30%,
            rgba(234, 0, 66, 0.18),
            transparent 31%
        ),
        radial-gradient(
            circle at 20% 80%,
            rgba(255,255,255,0.055),
            transparent 29%
        ),
        linear-gradient(
            150deg,
            #08080a 0%,
            #020203 100%
        );
}

.mix365-testimonial-section::before {
    content: "";
    position: absolute;
    z-index: -3;
    inset: 0;
    opacity: 0.075;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255,255,255,0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,0.035) 1px,
            transparent 1px
        );
    background-size: 90px 90px;
}

.mix365-testimonial-container {
    width: min(1060px, calc(100% - 48px));
    margin: 0 auto;
}

.mix365-testimonial-heading {
    max-width: 850px;
    margin: 0 auto 52px;
    text-align: center;
}

.mix365-testimonial-kicker {
    margin: 0 0 15px;
    color: #ff1754;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-testimonial-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(51px, 8vw, 102px);
    line-height: 0.87;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.mix365-testimonial-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 82px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        linear-gradient(
            145deg,
            rgba(32,33,38,0.96),
            rgba(8,8,10,0.99)
        );
    box-shadow:
        0 36px 95px rgba(0,0,0,0.52),
        inset 0 0 0 1px rgba(255,0,68,0.025);
}

.mix365-testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 4px;
    background: #ed0044;
    box-shadow:
        0 0 28px rgba(255,0,67,0.72);
}

.mix365-testimonial-card::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -100px;
    width: 250px;
    height: 250px;
    border:
        1px solid
        rgba(255,23,84,0.18);
    transform: rotate(38deg);
    pointer-events: none;
}

.mix365-testimonial-quote-mark {
    position: absolute;
    top: 16px;
    right: 41px;
    color: rgba(255,23,84,0.18);
    font-family: Georgia, serif;
    font-size: clamp(125px, 17vw, 220px);
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
}

.mix365-testimonial-card blockquote {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    border: 0;
}

.mix365-testimonial-card blockquote p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,0.9);
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.45;
    font-weight: 650;
    letter-spacing: -0.025em;
}

.mix365-testimonial-card blockquote p + p {
    margin-top: 21px;
    color: rgba(255,255,255,0.72);
}

.mix365-testimonial-person {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 19px;
    margin-top: 45px;
    padding-top: 31px;
    border-top:
        1px solid
        rgba(255,255,255,0.11);
}

.mix365-testimonial-avatar-wrap {
    position: relative;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            #e90043,
            #50001c
        );
}

.mix365-testimonial-avatar-wrap::before {
    content: "";
    position: absolute;
    inset: -6px;
    border:
        1px solid
        rgba(255,23,84,0.55);
    border-radius: 50%;
}

.mix365-testimonial-avatar-letter {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 29px;
    line-height: 1;
    font-weight: 900;
}

.mix365-testimonial-avatar {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background: #17181c;
}

.mix365-testimonial-avatar.is-placeholder {
    display: none;
}

.mix365-testimonial-person-copy h3 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 850;
}

.mix365-testimonial-person-copy p {
    margin: 7px 0 0;
    color: #ff1754;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.mix365-testimonial-shape {
    position: absolute;
    z-index: -2;
    pointer-events: none;
}

.mix365-testimonial-shape-one {
    top: -115px;
    left: -105px;
    width: 330px;
    height: 330px;
    border:
        1px solid
        rgba(255,255,255,0.08);
    transform: rotate(39deg);
}

.mix365-testimonial-shape-two {
    right: -115px;
    bottom: -135px;
    width: 370px;
    height: 370px;
    border:
        1px solid
        rgba(255,0,67,0.15);
    transform: rotate(53deg);
}

@media (max-width: 700px) {
    .mix365-testimonial-section {
        padding: 75px 0;
    }

    .mix365-testimonial-container {
        width: min(100% - 24px, 1060px);
    }

    .mix365-testimonial-heading {
        margin-bottom: 38px;
    }

    .mix365-testimonial-heading h2 {
        font-size: 44px;
    }

    .mix365-testimonial-card {
        padding: 38px 25px;
    }

    .mix365-testimonial-card blockquote p {
        font-size: 21px;
        line-height: 1.5;
    }

    .mix365-testimonial-person {
        margin-top: 34px;
    }

    .mix365-testimonial-avatar-wrap {
        width: 65px;
        height: 65px;
        flex-basis: 65px;
    }

    .mix365-testimonial-person-copy h3 {
        font-size: 21px;
    }
}


/* ==========================================================
   MIX365 NEWSLETTER DESIGN
   ========================================================== */

.mix365-newsletter-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 125px 0;
    color: #ffffff;
    background: #050506;
}

.mix365-newsletter-video {
    position: absolute;
    z-index: -4;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.26;
    filter:
        grayscale(0.75)
        brightness(0.45)
        contrast(1.22);
    pointer-events: none;
}

.mix365-newsletter-overlay {
    position: absolute;
    z-index: -3;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 21% 45%,
            rgba(239, 0, 67, 0.25),
            transparent 34%
        ),
        linear-gradient(
            90deg,
            rgba(3,3,4,0.97) 0%,
            rgba(8,8,10,0.78) 48%,
            rgba(3,3,4,0.95) 100%
        );
}

.mix365-newsletter-section::after {
    content: "";
    position: absolute;
    z-index: -2;
    right: -160px;
    bottom: -220px;
    width: 500px;
    height: 500px;
    border:
        1px solid
        rgba(255, 23, 84, 0.18);
    transform: rotate(38deg);
    pointer-events: none;
}

.mix365-newsletter-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns:
        minmax(300px, 0.86fr)
        minmax(0, 1.14fr);
    gap: clamp(50px, 8vw, 105px);
    align-items: center;
}

.mix365-newsletter-copy {
    position: relative;
    z-index: 2;
}

.mix365-newsletter-copy::before {
    content: "";
    display: block;
    width: 76px;
    height: 3px;
    margin-bottom: 34px;
    background: #ed0044;
    box-shadow:
        0 0 24px rgba(255,0,67,0.62);
}

.mix365-newsletter-kicker {
    margin: 0 0 15px;
    color: #ff1754;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mix365-newsletter-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(53px, 8vw, 104px);
    line-height: 0.86;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.mix365-newsletter-copy > p:not(.mix365-newsletter-kicker) {
    max-width: 510px;
    margin: 29px 0 0;
    color: rgba(255,255,255,0.66);
    font-size: 16px;
    line-height: 1.72;
}

.mix365-newsletter-panel {
    position: relative;
    z-index: 2;
    padding: clamp(30px, 5vw, 55px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.14);
    background:
        linear-gradient(
            145deg,
            rgba(31,32,37,0.95),
            rgba(7,7,9,0.98)
        );
    box-shadow:
        0 35px 90px rgba(0,0,0,0.52);
}

.mix365-newsletter-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 4px;
    background: #ed0044;
    box-shadow:
        0 0 25px rgba(255,0,67,0.7);
}

.mix365-newsletter-label {
    display: block;
    margin-bottom: 13px;
    color: rgba(255,255,255,0.73);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mix365-newsletter-input-row {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    gap: 11px;
}

.mix365-newsletter-email {
    width: 100%;
    min-width: 0;
    height: 58px;
    box-sizing: border-box;
    padding: 0 19px;
    color: #ffffff;
    border:
        1px solid
        rgba(255,255,255,0.18);
    border-radius: 0;
    outline: none;
    background: rgba(0,0,0,0.36);
    font-family: inherit;
    font-size: 15px;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.mix365-newsletter-email::placeholder {
    color: rgba(255,255,255,0.42);
}

.mix365-newsletter-email:focus {
    border-color: #ff1754;
    background: rgba(0,0,0,0.53);
    box-shadow:
        0 0 0 3px rgba(255,23,84,0.12);
}

.mix365-newsletter-email:invalid:not(:placeholder-shown) {
    border-color: rgba(255,87,87,0.72);
}

.mix365-newsletter-submit {
    min-width: 145px;
    height: 58px;
    padding: 0 25px;
    color: #ffffff;
    border: 1px solid #ff1956;
    border-radius: 0;
    background: #e90043;
    font-family: inherit;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow:
        0 15px 35px rgba(255,0,67,0.26);
    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.mix365-newsletter-submit:hover,
.mix365-newsletter-submit:focus {
    background: #ff1754;
    transform: translateY(-2px);
    box-shadow:
        0 20px 43px rgba(255,0,67,0.36);
}

.mix365-newsletter-submit:disabled {
    cursor: wait;
    opacity: 0.58;
    transform: none;
}

.mix365-newsletter-message {
    min-height: 23px;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 750;
}

.mix365-newsletter-message.is-success {
    color: #48dc8b;
}

.mix365-newsletter-message.is-error {
    color: #ff7777;
}

.mix365-newsletter-privacy {
    margin: 9px 0 0;
    color: rgba(255,255,255,0.43);
    font-size: 11px;
    line-height: 1.55;
}

.mix365-newsletter-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Newsletter verification modal */

body.mix365-newsletter-modal-open {
    overflow: hidden;
}

.mix365-newsletter-human-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(2,2,4,0.84);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mix365-newsletter-human-modal.is-open {
    display: flex;
}

.mix365-newsletter-human-box {
    width: min(440px, 100%);
    overflow: hidden;
    color: #ffffff;
    border:
        1px solid
        rgba(255,255,255,0.16);
    background:
        linear-gradient(
            155deg,
            rgba(33,34,39,0.99),
            rgba(7,7,9,0.99)
        );
    box-shadow:
        0 38px 100px rgba(0,0,0,0.68);
}

.mix365-newsletter-human-head {
    padding: 31px 29px 20px;
    text-align: center;
}

.mix365-newsletter-human-kicker {
    margin: 0 0 9px;
    color: #ff1754;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mix365-newsletter-human-head h3 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.mix365-newsletter-human-head > p:not(
    .mix365-newsletter-human-kicker
) {
    max-width: 330px;
    margin: 14px auto 0;
    color: rgba(255,255,255,0.58);
    font-size: 13px;
    line-height: 1.55;
}

.mix365-newsletter-human-body {
    padding: 0 29px 25px;
}

.mix365-newsletter-human-check {
    position: relative;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 13px;
    padding: 0 18px;
    color: #ffffff;
    border:
        1px solid
        rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.045);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

.mix365-newsletter-human-check input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.mix365-newsletter-checkbox-box {
    position: relative;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border:
        2px solid
        rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.3);
}

.mix365-newsletter-human-check input:checked
+ .mix365-newsletter-checkbox-box {
    border-color: #ff1754;
    background: #e90043;
}

.mix365-newsletter-human-check input:checked
+ .mix365-newsletter-checkbox-box::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 13px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(43deg);
}

.mix365-newsletter-human-check input:focus-visible
+ .mix365-newsletter-checkbox-box {
    box-shadow:
        0 0 0 3px rgba(255,23,84,0.2);
}

.mix365-newsletter-human-error {
    min-height: 21px;
    margin-top: 12px;
    color: #ff7777;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.mix365-newsletter-human-actions {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 29px 30px;
}

.mix365-newsletter-human-actions button {
    min-height: 51px;
    border-radius: 0;
    font-family: inherit;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}

.mix365-newsletter-human-cancel {
    color: #ffffff;
    border:
        1px solid
        rgba(255,255,255,0.28);
    background: transparent;
}

.mix365-newsletter-human-continue {
    color: #ffffff;
    border: 1px solid #ff1956;
    background: #e90043;
}

.mix365-newsletter-human-cancel:hover,
.mix365-newsletter-human-cancel:focus {
    border-color: rgba(255,255,255,0.62);
    background: rgba(255,255,255,0.08);
}

.mix365-newsletter-human-continue:hover,
.mix365-newsletter-human-continue:focus {
    background: #ff1754;
}

@media (max-width: 900px) {
    .mix365-newsletter-section {
        padding: 90px 0;
    }

    .mix365-newsletter-container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .mix365-newsletter-copy {
        text-align: center;
    }

    .mix365-newsletter-copy::before {
        margin-left: auto;
        margin-right: auto;
    }

    .mix365-newsletter-copy > p:not(
        .mix365-newsletter-kicker
    ) {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .mix365-newsletter-section {
        padding: 72px 0;
    }

    .mix365-newsletter-container {
        width: min(100% - 24px, 1180px);
    }

    .mix365-newsletter-copy h2 {
        font-size: 46px;
    }

    .mix365-newsletter-panel {
        padding: 31px 21px;
    }

    .mix365-newsletter-input-row {
        grid-template-columns: 1fr;
    }

    .mix365-newsletter-submit {
        width: 100%;
    }

    .mix365-newsletter-human-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mix365-newsletter-video {
        display: none;
    }
}
