:root {
    --primary: #6f42c1;
    --text-muted: #6c757d;
}

/* ===== GLOBAL ===== */
html { scroll-behavior: smooth; }
body { background-color: #f8f9fa; position: relative; }

/*=======background gradient animato HERO ======*/
.css-selector {
    background: linear-gradient(270deg, #e91e63, #5a189a);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 80s ease infinite;
    -moz-animation: AnimationName 80s ease infinite;
    animation: AnimationName 80s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* ===== HERO ===== */
h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700; /* coerente con il tuo uso di fw-dmca */
    letter-spacing: -0.5px; /* migliora resa su hero grandi */
}

/* ===== H1 Fade Up Animation ===== */

.dmca-hero h1 {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUpHero 1s cubic-bezier(.22,.61,.36,1) forwards;
    animation-delay: 0.3s;
}

@keyframes fadeUpHero {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.dmcahit-hero{

position:relative;
padding:120px 0;

background-image:url('/images/herohit-cover.jpg');
background-size:cover;
background-position:center;
background-repeat:no-repeat;

color:white;
}

.hero-overlay{

position:absolute;
top:0;
left:0;
width:100%;
height: 50vh;

background:rgba(0,0,0,0.55);
}

.hero-content{
position:relative;
z-index:2;
}


.dmca-hero {
    /*background: linear-gradient(135deg, #5f3dc4, #845ef7);
    background: linear-gradient(135deg, #2B1E4B 0%, #3F2A6D 50%, #1C1036 100%);*/
    color: white;
    padding: 120px 0;
    text-align: center;
    height: 50vh;
}


.fw-dmca {
font-weight: 700;
margin-top: 40px;
    color:var(--ff-text-white);
}
/* ===== LAYOUT ===== */
.dmca-wrapper { margin-top: -60px; }
.dmca-card {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}
.dmca-section {
    padding-top: 120px;
    margin-top: -120px; /* anchor offset */
}
.dmca-section h4 { font-weight: 600; margin-bottom: 15px; }
.dmca-section p, .dmca-section li { color: var(--text-muted); line-height: 1.7; }

/* ===== SIDEBAR PREMIUM ===== */
.sidebar-nav {
    position: sticky;
    top: 120px;
    padding: 30px 20px 30px 40px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.4);
    overflow: visible;
}

/* Track verticale */
.sidebar-track {
    position: absolute;
    left: 20px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: #eee;
}

/* Progress dinamico */
.sidebar-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0%;
    background: linear-gradient(to bottom, var(--primary), #845ef7);
    transition: height 0.2s ease-out;
}

/* Indicatore fluido */

/*.dmca-link {
  color: var(--ff-primary)!important;
}*/


.dmca-link {
  background: transparent;
  color: var(--ff-primary); /* colore del testo */
  transition: background 0.4s ease, color 0.4s ease; /* transizione morbida */
}

.sidebar-indicator {
    position: absolute;
    left: -3px;
    width: 8px;
    height: 22px;
    border-radius: 6px;
    background: var(--primary);
    box-shadow: 0 0 12px rgba(111,66,193,0.35);
    transition: transform 0.25s cubic-bezier(.4,0,.2,1);
}

/* Nav links */
.sidebar-nav .nav-link:hover {
  color: var(--ff-primary); /* colore del testo */
  background: var(--ff-primary-light);
border-radius: var(--ff-radius-md);
    padding: 10px;

    /*color: var(--ff-primary);*/
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.sidebar-nav .nav-link {
padding: 10px;
}

.sidebar-nav .nav-link.active {
    color: var(--ff-primary); /* colore del testo */
    font-weight: 600;
}

/* ===== MOBILE ===== */
.sidebar-toggle {
    display: none;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .sidebar-nav {
        border-radius: 12px;
        padding: 15px;
        margin-bottom: 30px;
        border: 1px solid rgba(255,255,255,0.3);
        backdrop-filter: blur(8px);
    }
    .sidebar-toggle {
        display: inline-block;
    }
}

@@media (max-width: 991px) {
    .privacy-nav {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}


/*=========ABOUT US ===========*/
/* ===== SECTION ===== */
.section-wrapper { padding: 80px 0; }
.section-title { font-weight: 600; font-size: 2rem; margin-bottom: 20px; text-align: center; }
.section-subtitle { color: var(--text-muted); font-size: 1rem; text-align: center; margin-bottom: 50px; }

/* ===== TEAM CARDS ===== */
.team-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
    overflow: hidden;
    text-align: center;
    transition: transform 0.25s ease;
}
.team-card:hover { transform: translateY(-5px); }
.team-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.team-card-body {
    padding: 20px;
}
.team-card-body h5 { font-weight: 600; margin-bottom: 5px; }
.team-card-body p { color: var(--text-muted); font-size: 0.95rem; }

/*=======HOW IT WORK ================*/
/* VIDEO SECTION */
.video-section {
    padding: 90px 0;
    background: #f8f9fa;
}

/* STEPS SECTION */
.steps-section {
    padding: 100px 0;
}

.step-card {
    border: none;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.step-number {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #777;
    text-transform: uppercase;
}

.step-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-text {
    color: #555;
    font-size: 0.95rem;
}

/*===ICONE STEPS HOW To WORK =======*/
.step-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), #845ef7);
    color: #fff;
    font-size: 28px;
    box-shadow: 0 8px 20px rgba(111,66,193,0.25);
    transition: all 0.3s ease;
}

.step-card:hover .step-icon {
    transform: scale(1.1);
}

/* CTA AFTER HOW IT WORK */

/* CTA SECTION */
.cta-section {
    position: relative;
    padding: 110px 0;
    background: url('/images/cta-background.jpg') center center / cover no-repeat;
    color: #fff;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 650px;
    margin: 0 auto;
}

.cta-section .btn {
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-section .btn:hover {
    transform: translateY(-3px);
}


/* FAQ SECTION */

        .faq-hero p {
            font-size: 1.2rem;
            opacity: 0.9;
        }

        /* FAQ SECTION */
        .faq-section {
            padding: 80px 0;
        }

        .accordion-button {
            font-weight: 600;

        }

        .accordion-button:not(.collapsed) {
            /*background: #5A189A;*/
            background: var(--ff-primary);
            color: #fff;
        }



        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-item {
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 15px;
            border: 1px solid #eee;
        }



/* TEXT CONTENT sell term */
.privacy-content h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 700;
}

.privacy-content p {
    color: #555;
    line-height: 1.8;
}

@@media (max-width: 991px) {
    .privacy-nav {
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }
}


        /* REVIEW STATS */
        .rating-summary {
            background: #f8f9fa;
            padding: 60px 0;
        }
        .rating-summary h2 {
            font-weight: 700;
        }
        .progress-star {
            height: 8px;
        }

        /* REVIEW LIST */
        .review-card {
            border: 1px solid #e9ecef;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 24px;
            box-shadow: 0 4px 12px rgba(0,0,0,.05);
        }
        .review-card h5 {
            font-weight: 600;
            margin-bottom: 4px;
        }
        .star-rating span {
            color: #f5c518;
        }


.review-card {
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
    border-radius: 12px;
}
.star-rating span {
    color: #f5c518;
}


.review-card {
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
    border-radius: 12px;
}
.star-rating span {
    color: #f5c518;
}


.earning-box{
background:white;
padding:20px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
height:100%;
}
