/*
=====================================================
FILE: /assets/css/replay-style.css
DOMINIO: replayshow.it
VERSIONE: 1.0
DATA MODIFICA: 15-05-2026
DESCRIZIONE:
- Stile ufficiale Replay - Italian Dance Remix
- Mood Live Music, palco, laser, fumo, neon
- Responsive desktop / tablet / mobile
- File completo R0
=====================================================
*/

:root{
    --bg:#03030a;
    --bg-soft:#090817;
    --white:#ffffff;
    --text:#f8f8ff;
    --muted:#c8c4dd;
    --pink:#ff1fcb;
    --fuchsia:#ff00e6;
    --blue:#00d4ff;
    --violet:#7b2cff;
    --green:#1eff32;
    --yellow:#ffe66d;
    --orange:#ff9b1f;
    --card:rgba(10,10,25,.78);
    --card-strong:rgba(15,12,38,.92);
    --border:rgba(255,255,255,.16);
    --shadow-pink:0 0 22px rgba(255,0,230,.62);
    --shadow-blue:0 0 25px rgba(0,212,255,.55);
    --radius:24px;
}

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Montserrat', Arial, sans-serif;
    color:var(--text);
    background:var(--bg);
    overflow-x:hidden;
}

img{
    display:block;
    max-width:100%;
}

a{
    color:inherit;
    text-decoration:none;
}

button{
    font-family:inherit;
}

.page-bg{
    position:fixed;
    inset:0;
    z-index:-3;
    background:
        radial-gradient(circle at 18% 20%, rgba(255,0,230,.22), transparent 34%),
        radial-gradient(circle at 82% 26%, rgba(0,212,255,.18), transparent 36%),
        radial-gradient(circle at 50% 78%, rgba(123,44,255,.22), transparent 40%),
        linear-gradient(135deg, #020208 0%, #070313 45%, #03030a 100%);
}

.laser-overlay{
    position:fixed;
    inset:-10%;
    z-index:-2;
    pointer-events:none;
    opacity:.34;
    background:
        linear-gradient(32deg, transparent 0 47%, rgba(255,0,230,.28) 48%, transparent 50%),
        linear-gradient(142deg, transparent 0 49%, rgba(0,212,255,.22) 50%, transparent 52%),
        linear-gradient(74deg, transparent 0 52%, rgba(255,230,109,.16) 53%, transparent 55%);
    filter:blur(.2px);
    animation:laserMove 8s ease-in-out infinite alternate;
}

@keyframes laserMove{
    from{transform:translate3d(-2%,0,0) rotate(-1deg);}
    to{transform:translate3d(2%,1%,0) rotate(1deg);}
}

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

.site-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    background:linear-gradient(180deg, rgba(3,3,10,.92), rgba(3,3,10,.58));
    border-bottom:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(16px);
}

.header-inner{
    width:min(1240px, calc(100% - 32px));
    min-height:86px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
}

.brand{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:250px;
}

.brand-logo{
    width:64px;
    height:64px;
    border-radius:18px;
    object-fit:cover;
    box-shadow:0 0 18px rgba(255,0,230,.65), 0 0 20px rgba(0,212,255,.42);
}

.brand-text{
    display:flex;
    flex-direction:column;
    line-height:1;
}

.brand-name{
    font-family:'Orbitron', sans-serif;
    font-size:1.38rem;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#fff;
    text-shadow:0 0 14px rgba(255,0,230,.9);
}

.brand-subtitle{
    margin-top:6px;
    font-size:.7rem;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:var(--green);
}

.main-nav{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:20px;
}

.main-nav a{
    position:relative;
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase;
    color:#fff;
    padding:10px 0;
    text-shadow:0 0 8px rgba(0,212,255,.45);
}

.main-nav a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:2px;
    width:0;
    height:2px;
    background:linear-gradient(90deg, var(--pink), var(--blue));
    box-shadow:var(--shadow-pink);
    transition:.25s ease;
}

.main-nav a:hover::after{
    width:100%;
}

.menu-toggle{
    display:none;
    width:48px;
    height:44px;
    border:1px solid rgba(255,255,255,.2);
    border-radius:14px;
    background:rgba(255,255,255,.08);
    cursor:pointer;
}

.menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    margin:5px auto;
    background:#fff;
    box-shadow:0 0 10px var(--pink);
}

.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:130px 20px 80px;
}

.hero-slider,
.hero-slide,
.hero-dark{
    position:absolute;
    inset:0;
}

.hero-slider{
    z-index:0;
}

.hero-slide{
    background-size:cover;
    background-position:center;
    opacity:0;
    transform:scale(1.05);
    transition:opacity 1.6s ease, transform 7s linear;
}

.hero-slide.active{
    opacity:1;
    transform:scale(1.12);
}

.hero-dark{
    z-index:1;
    background:
        radial-gradient(circle at center, rgba(255,0,230,.12), transparent 40%),
        linear-gradient(90deg, rgba(3,3,10,.85), rgba(3,3,10,.45), rgba(3,3,10,.88)),
        linear-gradient(180deg, rgba(3,3,10,.64), rgba(3,3,10,.58) 48%, rgba(3,3,10,.96));
}

.hero-content{
    position:relative;
    z-index:2;
    width:min(980px, 100%);
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.hero-logo-wrap{
    width:min(390px, 82vw);
    border-radius:32px;
    padding:10px;
    background:linear-gradient(135deg, rgba(255,0,230,.38), rgba(0,212,255,.22));
    box-shadow:0 0 34px rgba(255,0,230,.55), 0 0 44px rgba(0,212,255,.35);
    margin-bottom:28px;
}

.hero-logo{
    border-radius:24px;
    width:100%;
}

.eyebrow,
.section-kicker{
    color:var(--blue);
    font-weight:900;
    letter-spacing:.22em;
    text-transform:uppercase;
    text-shadow:0 0 14px rgba(0,212,255,.9);
}

.eyebrow{
    font-size:.86rem;
    margin-bottom:16px;
}

.hero h1{
    font-family:'Orbitron', sans-serif;
    text-transform:uppercase;
    font-size:clamp(3.2rem, 9vw, 8.2rem);
    line-height:.88;
    letter-spacing:.04em;
    color:#fff;
    text-shadow:
        0 0 10px rgba(255,255,255,.9),
        0 0 22px rgba(255,0,230,.9),
        0 0 44px rgba(0,212,255,.45);
}

.hero h1 span{
    display:block;
    margin-top:18px;
    font-size:clamp(1rem, 3.2vw, 2.45rem);
    letter-spacing:.18em;
    color:var(--green);
    text-shadow:0 0 18px rgba(30,255,50,.85);
}

.hero-claim{
    margin-top:26px;
    max-width:780px;
    font-size:clamp(1.05rem, 2vw, 1.45rem);
    font-weight:700;
    color:#fff;
    line-height:1.55;
}

.hero-actions,
.sing-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:34px;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:14px 24px;
    border-radius:999px;
    font-size:.86rem;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase;
    transition:.25s ease;
}

.btn-primary{
    color:#fff;
    background:linear-gradient(135deg, var(--pink), var(--violet));
    box-shadow:0 0 22px rgba(255,0,230,.55);
}

.btn-secondary{
    color:#fff;
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.08);
    box-shadow:0 0 20px rgba(0,212,255,.20);
}

.btn:hover{
    transform:translateY(-3px) scale(1.02);
    filter:brightness(1.12);
}

.scroll-down{
    position:absolute;
    bottom:28px;
    left:50%;
    z-index:3;
    width:30px;
    height:48px;
    border:2px solid rgba(255,255,255,.58);
    border-radius:20px;
    transform:translateX(-50%);
}

.scroll-down span{
    position:absolute;
    top:10px;
    left:50%;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#fff;
    transform:translateX(-50%);
    box-shadow:0 0 12px var(--pink);
    animation:scrollDot 1.5s infinite;
}

@keyframes scrollDot{
    0%{opacity:1; transform:translate(-50%,0);}
    100%{opacity:0; transform:translate(-50%,18px);}
}

.section{
    position:relative;
    padding:105px 0;
}

.two-col{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:58px;
    align-items:center;
}

.section-kicker{
    font-size:.78rem;
    margin-bottom:16px;
}

.center{
    text-align:center;
}

h2{
    font-family:'Orbitron', sans-serif;
    font-size:clamp(2rem, 4.4vw, 4rem);
    line-height:1.05;
    text-transform:uppercase;
    color:#fff;
    text-shadow:0 0 24px rgba(255,0,230,.55);
    margin-bottom:24px;
}

.section-text p{
    color:var(--muted);
    font-size:1.06rem;
    line-height:1.78;
    margin:16px 0;
}

.section-text strong{
    color:#fff;
    text-shadow:0 0 10px rgba(255,0,230,.55);
}

.glow-card,
.image-card{
    position:relative;
    border:1px solid var(--border);
    border-radius:var(--radius);
    overflow:hidden;
    background:var(--card);
    box-shadow:0 0 34px rgba(255,0,230,.22), 0 0 42px rgba(0,212,255,.14);
}

.image-card img{
    width:100%;
    height:560px;
    object-fit:cover;
}

.members-section{
    padding-top:70px;
    background:linear-gradient(180deg, transparent, rgba(255,0,230,.06), transparent);
}

.members-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
    margin-top:40px;
}

.member-card{
    position:relative;
    overflow:hidden;
    min-height:245px;
    padding:36px 26px;
    border-radius:var(--radius);
    border:1px solid var(--border);
    background:
        radial-gradient(circle at 20% 0%, rgba(255,0,230,.32), transparent 34%),
        radial-gradient(circle at 82% 25%, rgba(0,212,255,.22), transparent 42%),
        rgba(12,10,30,.82);
    box-shadow:0 0 28px rgba(255,0,230,.18);
    text-align:center;
}

.member-icon{
    display:block;
    font-size:2.6rem;
    margin-bottom:18px;
}

.member-card h3{
    font-family:'Orbitron', sans-serif;
    font-size:1.55rem;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:12px;
    text-shadow:0 0 14px rgba(255,0,230,.75);
}

.member-card p{
    color:var(--muted);
    font-weight:700;
    line-height:1.45;
}

.image-stack{
    position:relative;
    min-height:640px;
}

.stack-img{
    position:absolute;
    border-radius:var(--radius);
    object-fit:cover;
    border:1px solid var(--border);
    box-shadow:0 0 34px rgba(0,212,255,.18), 0 0 36px rgba(255,0,230,.18);
}

.stack-img-main{
    width:82%;
    height:560px;
    left:0;
    top:0;
}

.stack-img-small{
    width:48%;
    height:330px;
    right:0;
    bottom:0;
}

.feature-list{
    display:grid;
    gap:16px;
    margin-top:30px;
}

.feature-item{
    padding:20px 22px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    box-shadow:inset 0 0 22px rgba(255,0,230,.05);
}

.feature-item strong{
    display:block;
    color:#fff;
    font-size:1rem;
    margin-bottom:6px;
}

.feature-item span{
    display:block;
    color:var(--muted);
    line-height:1.55;
}

.sing-section{
    background:
        radial-gradient(circle at 24% 35%, rgba(255,0,230,.18), transparent 32%),
        radial-gradient(circle at 78% 55%, rgba(0,212,255,.14), transparent 34%);
}

.sing-box{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    align-items:center;
    gap:46px;
    padding:52px;
    border-radius:36px;
    border:1px solid var(--border);
    background:linear-gradient(135deg, rgba(11,9,32,.94), rgba(26,8,43,.76));
    box-shadow:0 0 42px rgba(255,0,230,.25), 0 0 54px rgba(0,212,255,.12);
}

.sing-content p{
    color:var(--muted);
    font-size:1.1rem;
    line-height:1.75;
    margin:16px 0;
}

.live-link{
    display:inline-flex;
    margin-top:18px;
    padding:14px 18px;
    border-radius:16px;
    color:#fff;
    font-family:'Orbitron', sans-serif;
    font-weight:900;
    letter-spacing:.06em;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 0 22px rgba(0,212,255,.18);
}

.phone-card{
    display:flex;
    justify-content:center;
}

.phone-frame{
    width:270px;
    min-height:520px;
    border:10px solid #151526;
    border-radius:38px;
    padding:18px;
    background:#03030a;
    box-shadow:0 0 34px rgba(255,0,230,.5), 0 0 36px rgba(0,212,255,.24);
}

.phone-top{
    width:88px;
    height:8px;
    border-radius:99px;
    margin:0 auto 20px;
    background:rgba(255,255,255,.32);
}

.phone-screen{
    min-height:430px;
    border-radius:26px;
    padding:28px 18px;
    background:
        linear-gradient(180deg, rgba(255,0,230,.22), rgba(0,212,255,.11)),
        url('/assets/img/logo-replay.jpg') center / cover;
    position:relative;
    overflow:hidden;
}

.phone-screen::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(3,3,10,.35), rgba(3,3,10,.88));
}

.phone-screen > *{
    position:relative;
    z-index:1;
}

.phone-label{
    display:inline-block;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.14em;
    color:var(--green);
    text-shadow:0 0 10px rgba(30,255,50,.9);
    margin-bottom:24px;
}

.phone-screen h3{
    font-family:'Orbitron', sans-serif;
    text-transform:uppercase;
    font-size:1.75rem;
    line-height:1;
    margin-bottom:18px;
    text-shadow:0 0 16px rgba(255,0,230,.85);
}

.phone-screen p{
    color:#fff;
    font-weight:700;
    line-height:1.5;
    margin-bottom:24px;
}

.phone-screen a{
    display:block;
    padding:13px 14px;
    border-radius:999px;
    text-align:center;
    font-size:.78rem;
    font-weight:900;
    background:linear-gradient(135deg, var(--pink), var(--blue));
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin-top:42px;
}

.gallery-item{
    display:block;
    height:290px;
    border:0;
    border-radius:22px;
    overflow:hidden;
    background:var(--card);
    cursor:pointer;
    box-shadow:0 0 24px rgba(255,0,230,.14);
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.35s ease;
}

.gallery-item:hover img{
    transform:scale(1.08);
    filter:brightness(1.14) saturate(1.18);
}

.contact-box{
    padding:55px;
    border-radius:36px;
    border:1px solid var(--border);
    background:
        radial-gradient(circle at 50% 0%, rgba(255,0,230,.20), transparent 38%),
        rgba(10,10,25,.82);
    box-shadow:0 0 40px rgba(255,0,230,.18);
}

.contact-intro{
    max-width:800px;
    margin:0 auto 38px;
    color:var(--muted);
    text-align:center;
    font-size:1.08rem;
    line-height:1.75;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}

.contact-card{
    min-height:170px;
    padding:26px 20px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.07);
    text-align:center;
    transition:.25s ease;
}

.contact-card:hover{
    transform:translateY(-4px);
    box-shadow:0 0 24px rgba(0,212,255,.18);
}

.contact-card span{
    display:block;
    font-size:2rem;
    margin-bottom:12px;
}

.contact-card strong{
    display:block;
    font-family:'Orbitron', sans-serif;
    text-transform:uppercase;
    font-size:1rem;
    margin-bottom:8px;
}

.contact-card em{
    display:block;
    color:var(--muted);
    font-style:normal;
    overflow-wrap:anywhere;
}

.contact-note{
    margin-top:26px;
    text-align:center;
    color:rgba(255,255,255,.64);
    font-size:.92rem;
}

.site-footer{
    padding:42px 0;
    border-top:1px solid rgba(255,255,255,.10);
    background:rgba(3,3,10,.84);
}

.footer-inner{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    text-align:left;
}

.footer-inner img{
    width:74px;
    height:74px;
    border-radius:18px;
    object-fit:cover;
    box-shadow:0 0 18px rgba(255,0,230,.45);
}

.footer-inner p{
    color:var(--muted);
    line-height:1.6;
    font-weight:700;
}

.lightbox{
    position:fixed;
    inset:0;
    z-index:3000;
    display:none;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:rgba(0,0,0,.88);
}

.lightbox.active{
    display:flex;
}

.lightbox img{
    max-width:min(1200px, 96vw);
    max-height:88vh;
    border-radius:22px;
    box-shadow:0 0 38px rgba(255,0,230,.42);
}

.lightbox-close{
    position:absolute;
    top:22px;
    right:24px;
    width:48px;
    height:48px;
    border:0;
    border-radius:50%;
    color:#fff;
    font-size:2rem;
    background:rgba(255,255,255,.14);
    cursor:pointer;
}

@media (max-width:980px){
    .header-inner{
        min-height:78px;
    }

    .brand{
        min-width:0;
    }

    .brand-logo{
        width:58px;
        height:58px;
    }

    .brand-name{
        font-size:1.12rem;
    }

    .brand-subtitle{
        font-size:.58rem;
    }

    .menu-toggle{
        display:block;
        flex:0 0 auto;
    }

    .main-nav{
        position:absolute;
        top:78px;
        left:16px;
        right:16px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        gap:0;
        padding:16px;
        border-radius:20px;
        border:1px solid rgba(255,255,255,.14);
        background:rgba(5,5,15,.96);
        box-shadow:0 0 28px rgba(255,0,230,.25);
    }

    .main-nav.open{
        display:flex;
    }

    .main-nav a{
        padding:15px 12px;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .main-nav a:last-child{
        border-bottom:0;
    }

    .two-col,
    .sing-box{
        grid-template-columns:1fr;
    }

    .reverse-mobile .image-stack{
        order:2;
    }

    .image-card img{
        height:440px;
    }

    .members-grid,
    .gallery-grid,
    .contact-grid{
        grid-template-columns:1fr;
    }

    .image-stack{
        min-height:auto;
        display:grid;
        gap:18px;
    }

    .stack-img{
        position:static;
        width:100%;
    }

    .stack-img-main,
    .stack-img-small{
        width:100%;
        height:420px;
    }

    .sing-box,
    .contact-box{
        padding:34px 22px;
    }

    .gallery-item{
        height:360px;
    }
}

@media (max-width:560px){
    .container{
        width:min(100% - 24px, 1180px);
    }

    .header-inner{
        width:calc(100% - 22px);
        gap:12px;
    }

    .brand-logo{
        width:52px;
        height:52px;
        border-radius:15px;
    }

    .brand-name{
        font-size:.98rem;
    }

    .brand-subtitle{
        font-size:.51rem;
        letter-spacing:.11em;
    }

    .hero{
        padding-top:112px;
    }

    .hero-logo-wrap{
        width:min(320px, 88vw);
    }

    .hero h1{
        font-size:clamp(2.65rem, 16vw, 4.6rem);
    }

    .hero h1 span{
        letter-spacing:.12em;
    }

    .hero-actions,
    .sing-actions{
        align-items:stretch;
        width:100%;
    }

    .btn{
        width:100%;
    }

    .section{
        padding:78px 0;
    }

    .image-card img,
    .stack-img-main,
    .stack-img-small{
        height:340px;
    }

    .phone-frame{
        width:250px;
        min-height:500px;
    }

    .footer-inner{
        flex-direction:column;
        text-align:center;
    }
}
