#interviste a, #interviste a * {
    text-decoration: none !important
}

@media(max-width:767px) {
    #interviste img {
        max-width: 70%;
        margin: auto
    }

    #interviste h5 {
        font-size: 25px;
        text-align: center
    }
}

/* Player in evidenza */
.ra-live-player {
    position: absolute;
    z-index: 90;
    right: 6%;
    top: 10%;
    min-width: 390px;
    padding: 18px 22px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #fff !important;
    background: #ed1b2f;
    box-shadow: 0 18px 50px rgba(237,27,47,.48);
    text-decoration: none !important;
    transition: transform .25s ease,box-shadow .25s ease
}

    .ra-live-player:hover {
        color: #fff;
        transform: translateY(-5px) scale(1.015);
        box-shadow: 0 24px 65px rgba(237,27,47,.6)
    }

.ra-play-circle {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(255,255,255,.17)
}

    .ra-play-circle:after {
        content: "";
        width: 0;
        height: 0;
        margin-left: 5px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #ed1b2f
    }

.ra-live-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15
}

    .ra-live-copy small {
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 2.4px
    }

    .ra-live-copy strong {
        font-size: 20px;
        margin: 3px 0
    }

    .ra-live-copy em {
        font-size: 11px;
        font-style: normal;
        opacity: .85
    }

.ra-live-arrow {
    margin-left: auto;
    font-size: 31px
}

/* Blocco App */
.ra-app-panel {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 28px 34px;
    color: #fff;
    background: linear-gradient(120deg,#15161a 0%,#27282d 60%,#ed1b2f 140%);
    box-shadow: 0 18px 45px rgba(0,0,0,.16)
}

    .ra-app-panel:after {
        content: "APP";
        position: absolute;
        right: -12px;
        bottom: -35px;
        font-size: 150px;
        line-height: 1;
        font-weight: 900;
        color: rgba(255,255,255,.045)
    }

.ra-app-kicker {
    color: #ed1b2f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.7px
}

.ra-app-panel h2 {
    margin: 7px 0 9px;
    color: #fff;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.06
}

.ra-app-panel p {
    margin-bottom: 8px;
    color: #c8c9cd;
    font-size: 15px
}

.ra-store-links {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px
}

    .ra-store-links a {
        display: block;
        transition: transform .2s ease
    }

        .ra-store-links a:hover {
            transform: translateY(-3px)
        }

    .ra-store-links img {
        width: auto !important;
        height: 50px
    }

/* Menu */
#top1.ra-site-header {
    position: relative;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    padding: 0 4.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: rgba(10,11,14,.94);
    border-bottom: 1px solid rgba(255,255,255,.14)
}

.ra-header-logo img {
    display: block;
    width: 170px;
    height: auto
}

.ra-desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(12px,1.3vw,22px);
    white-space: nowrap
}

    .ra-desktop-nav a {
        color: #fff !important;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1.1px;
        text-decoration: none !important;
        transition: color .2s ease
    }

        .ra-desktop-nav a:hover, .ra-desktop-nav a[aria-current="page"] {
            color: #ed1b2f !important
        }

.ra-header-actions {
    display: flex;
    align-items: center;
    gap: 13px
}

.ra-header-live {
    flex: none;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13px;
    border-radius: 10px;
    background: #ed1b2f;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 7px 20px rgba(237,27,47,.35);
    transition: transform .2s ease,box-shadow .2s ease
}

    .ra-header-live:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(237,27,47,.48)
    }

.ra-header-live-play {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0 4px rgba(255,255,255,.16)
}

    .ra-header-live-play:after {
        content: "";
        position: absolute;
        left: 12px;
        top: 8px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #ed1b2f
    }

.ra-header-live-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05
}

    .ra-header-live-copy small {
        font-size: 7px;
        letter-spacing: 1.4px;
        opacity: .8
    }

    .ra-header-live-copy strong {
        font-size: 11px;
        letter-spacing: .8px;
        white-space: nowrap
    }

.ra-mobile-nav {
    display: none;
    position: relative
}

    .ra-mobile-nav summary {
        cursor: pointer;
        list-style: none;
        color: #fff;
        font-size: 25px
    }

        .ra-mobile-nav summary::-webkit-details-marker {
            display: none
        }

.ra-mobile-links {
    position: absolute;
    right: 0;
    top: 42px;
    width: 230px;
    padding: 14px;
    border-radius: 10px;
    background: #111216;
    box-shadow: 0 14px 40px rgba(0,0,0,.4)
}

    .ra-mobile-links a {
        display: block;
        padding: 10px 8px;
        color: #fff !important;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1px;
        text-decoration: none !important;
        border-bottom: 1px solid #292a2e
    }

/* Hero fotografica a scorrimento continuo */
#home {
    position: relative
}

#slider_wrapper.ra-hero-wrapper {
    position: relative;
    height: 650px;
    min-height: 650px;
    margin: 0;
    overflow: hidden;
    background: #0b0c0e
}

.ra-hero-marquee {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.ra-hero-track {
    display: flex;
    width: max-content;
    height: 100%;
    will-change: transform;
    animation: raHeroContinuousScroll 52s linear infinite
}

.ra-hero-set {
    display: flex;
    height: 100%;
    flex: none;
    gap: 10px;
    padding-right: 10px
}

    .ra-hero-set img {
        display: block;
        width: clamp(245px,23vw,355px);
        height: 100%;
        object-fit: cover;
        object-position: center top;
        filter: grayscale(1)
    }

.ra-hero-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg,rgba(5,6,8,.72),rgba(5,6,8,.18) 48%,rgba(5,6,8,.02) 75%),linear-gradient(0deg,rgba(5,6,8,.48),transparent 55%)
}

.ra-hero-frequency {
    position: absolute;
    z-index: 4;
    left: 7%;
    bottom: 45px;
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px
}

@keyframes raHeroContinuousScroll {
    from {
        transform: translate3d(0,0,0)
    }

    to {
        transform: translate3d(-50%,0,0)
    }
}

/* Barra social e WhatsApp fissa in basso */
.ra-social-dock {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background: rgba(16,17,20,.94);
    box-shadow: 0 16px 42px rgba(0,0,0,.32)
}

.ra-dock-title {
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.7px;
    margin: 0 5px 0 1px;
    white-space: nowrap
}

.ra-dock-link {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform .2s ease,filter .2s ease
}

    .ra-dock-link:hover {
        color: #fff;
        transform: translateY(-4px);
        filter: brightness(1.08)
    }

.ra-dock-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 900
}

    .ra-dock-icon img {
        display: block;
        width: 30px;
        height: 30px;
        object-fit: contain
    }

.ra-dock-label {
    position: absolute;
    left: 50%;
    bottom: 57px;
    transform: translateX(-50%) translateY(8px);
    padding: 7px 10px;
    border-radius: 7px;
    color: #fff;
    background: #111216;
    font-size: 10px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(0,0,0,.25)
}

.ra-dock-link:hover .ra-dock-label {
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

.ra-dock-facebook {
    background: #1877f2
}

.ra-dock-instagram {
    background: linear-gradient(135deg,#8134af,#dd2a7b,#feda77)
}

.ra-dock-youtube {
    background: #f00000
}

.ra-dock-tiktok {
    background: #050609
}

.ra-dock-whatsapp {
    background: #25d366;
    margin-left: 5px;
    box-shadow: 0 0 0 4px rgba(37,211,102,.16)
}

@media(max-width:991px) {
    .ra-desktop-nav {
        display: none
    }

    .ra-mobile-nav {
        display: block
    }

    #slider_wrapper.ra-hero-wrapper {
        height: 610px;
        min-height: 610px
    }

    .ra-hero-set img {
        width: 270px
    }
}

@media(max-width:767px) {
    .ra-live-player {
        left: 18px;
        right: 18px;
        bottom: 20px;
        min-width: 0;
        padding: 14px
    }

    .ra-live-copy strong {
        font-size: 15px
    }

    .ra-play-circle {
        width: 48px;
        height: 48px;
        flex-basis: 48px
    }

    .ra-app-panel {
        padding: 30px 23px
    }

        .ra-app-panel h2 {
            font-size: 29px
        }

    .ra-store-links {
        flex-wrap: wrap
    }

    #top1.ra-site-header {
        height: 76px;
        padding: 0 16px
    }

    .ra-header-logo img {
        width: 132px
    }

    .ra-header-actions {
        gap: 8px
    }

    .ra-header-live {
        padding: 8px 10px;
        gap: 7px
    }

    .ra-header-live-play {
        width: 26px;
        height: 26px
    }

        .ra-header-live-play:after {
            left: 10px;
            top: 7px;
            border-top-width: 6px;
            border-bottom-width: 6px;
            border-left-width: 9px
        }

    .ra-header-live-copy small {
        display: none
    }

    .ra-header-live-copy strong {
        font-size: 10px
    }

    #slider_wrapper.ra-hero-wrapper {
        height: 570px;
        min-height: 570px
    }

    .ra-hero-set img {
        width: 225px
    }
}

@media(max-width:700px) {
    body {
        padding-bottom: 74px
    }

    .ra-social-dock {
        bottom: 10px;
        gap: 6px;
        padding: 8px 10px
    }

    .ra-dock-title, .ra-dock-label {
        display: none
    }

    .ra-dock-link {
        width: 42px;
        height: 42px;
        border-radius: 11px
    }

    .ra-dock-whatsapp {
        margin-left: 4px
    }

    .ra-dock-icon img {
        width: 28px;
        height: 28px
    }
}

@media(prefers-reduced-motion:reduce) {
    .ra-hero-track {
        animation-play-state: paused
    }
}
