:root {
            --spotify-green: #1DB954;
            --spotify-black: #191414;
            --spotify-white: #FFFFFF;
            --spotify-light-gray: #B3B3B3;
            --spotify-dark-gray: #535353;
        }

        html, body {
            width: 100%;
            overflow-x: hidden !important;
            position: relative;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Circular', Helvetica, Arial, sans-serif;
        }
        
        body {
            background-color: var(--spotify-black);
            color: var(--spotify-white);
            line-height: 1.6;
        }
        
        header {
            background-color: rgba(25, 20, 20, 0.9);
            padding: 20px 40px;
            position: fixed;
            width: 100%;
            z-index: 100;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            
            font-weight: bold;
            color: var(--spotify-green);
        }

        .logo img{
            width: 120px;
        }
        
        .logo span {
            color: var(--spotify-white);
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 30px;
        }
        
        nav ul li a {
            color: var(--spotify-white);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }
        
        nav ul li a:hover {
            color: var(--spotify-green);
        }
        
        .cta-button {
            background-color: var(--spotify-green);
            color: var(--spotify-black);
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: bold;
            text-decoration: none;
            transition: transform 0.3s, background-color 0.3s;
        }

        @media (max-width: 768px) {
    nav {
        box-sizing: border-box;
    }
}
        
        .cta-button:hover {
            transform: scale(1.05);
            background-color: #1ed760;
            color: #eeecec;
        }

          /* Hamburger Menu - Mobile */
        .hamburger {
            display: none;
            cursor: pointer;
            width: 30px;
            height: 20px;
            position: relative;
            z-index: 101;
        }
        
        .hamburger span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: var(--spotify-white);
            border-radius: 3px;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
        }
        
        .hamburger span:nth-child(1) {
            top: 0px;
        }
        
        .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
            top: 10px;
        }
        
        .hamburger span:nth-child(4) {
            top: 20px;
        }
        
        .hamburger.open span:nth-child(1) {
            top: 10px;
            width: 0%;
            left: 50%;
        }
        
        .hamburger.open span:nth-child(2) {
            transform: rotate(45deg);
        }
        
        .hamburger.open span:nth-child(3) {
            transform: rotate(-45deg);
        }
        
        .hamburger.open span:nth-child(4) {
            top: 10px;
            width: 0%;
            left: 50%;
        }
        
        /* Menu Mobile */
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            
            nav {
                position: fixed;
                top: 0;
                right: -100%;
                width: 70%;
                max-width: 300px;
                height: 100vh;
                background-color: var(--spotify-black);
                padding: 80px 30px 30px;
                transition: right 0.3s ease-in-out;
                z-index: 100;
            }
            
            nav.active {
                right: 0;
            }
            
            nav ul {
                flex-direction: column;
                align-items: flex-start;
            }
            
            nav ul li {
                margin: 15px 0;
                width: 100%;
            }
            
            nav ul li a {
                font-size: 18px;
                display: block;
                padding: 10px 0;
            }
            
            .cta-button {
                display: block;
                text-align: center;
                margin-top: 20px;
                padding: 12px 0;
                width: 100%;
            }

               .hero {
                overflow: hidden;
                width: 100vw;
                left: 0;
                right: 0;
            }
        }
        
       .hero {
        position: relative;
        min-height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        text-align: center;
        color: white;
        overflow: hidden;
        width: 100vw;
        left: 0;
        right: 0;
    }

    .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .video-background video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        object-fit: cover;
        /* Otimizações para loop suave */
        pointer-events: none;
        filter: brightness(0.7);
    }

    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            to bottom,
            rgba(25, 20, 20, 0.8) 0%,
            rgba(25, 20, 20, 0.4) 50%,
            rgba(25, 20, 20, 0.8) 100%
        );
        z-index: 2;
    }

    .hero-content {
        position: relative;
        z-index: 3;
        max-width: 800px;
        padding: 40px 20px;
        animation: fadeInUp 1s ease-out;
    }
    /* Estilização da barra de volume */
    .vol {
    -webkit-appearance: none; /* Remove a aparência padrão no WebKit */
    width: 100%;
    height: 4px;
    background: #535353; /* Cor do fundo da barra */
    border-radius: 2px;
    outline: none;
    }

    /* Estilo para Chrome, Safari e Edge */
    .vol::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #f1f1f1;
    border-radius: 50%;
    cursor: pointer;
    }

    /* Cor da parte preenchida da barra no WebKit */
    .vol::-webkit-slider-runnable-track {
    height: 4px;
    background: linear-gradient(to right, #1db954 0%, #1db954 var(--fill-percent, 70%), #535353 var(--fill-percent, 70%), #535353 100%);
    }

    /* Estilo para Firefox */
    .vol::-moz-range-progress {
    background: #1db954;
    height: 4px;
    border-radius: 2px;
    }

    .vol::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    }

    /* Estilo para IE */
    .vol::-ms-fill-lower {
    background: #1db954;
    border-radius: 2px;
    }

    .vol::-ms-thumb {
    width: 12px;
    height: 12px;
    background: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    }
    .hero h1 {
        font-size: clamp(2.5rem, 5vw, 3.5rem);
        margin-bottom: 20px;
        line-height: 1.2;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }

    .hero p {
        font-size: clamp(1.1rem, 2vw, 1.3rem);
        max-width: 700px;
        margin: 0 auto 30px;
        text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    }
        
       .features-carousel {
        padding: 80px 20px;
        background-color: var(--spotify-black);
        position: relative;
        overflow: hidden;
    }

    .features-carousel h2{
        text-align: center;
    }

    .carousel-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0 40px;
    }

    .carousel-track {
        display: flex;
        gap: 30px;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
        scrollbar-width: none; /* Firefox */
    }

    .carousel-track::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    .feature-card {
        flex: 0 0 calc(33.333% - 20px);
        scroll-snap-align: start;
        background-color: #181818;
        padding: 30px;
        border-radius: 12px;
        transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.05);
        min-height: 350px;
        display: flex;
        flex-direction: column;
    }

    .feature-card:hover {
        transform: translateY(-10px) scale(1.02);
        background-color: #282828;
        box-shadow: 0 12px 32px rgba(29, 185, 84, 0.15);
    }

    .feature-icon {
        margin-bottom: 25px;
        transition: transform 0.3s;
    }

    .feature-icon img {
        width: 120px;
        height: 120px;
        object-fit: contain;
        filter: drop-shadow(0 4px 8px rgba(29, 185, 84, 0.3));
        transition: all 0.3s;
    }

    .feature-card:hover .feature-icon img {
        transform: scale(1.1);
        filter: drop-shadow(0 6px 12px rgba(29, 185, 84, 0.4));
    }

    .feature-card h3 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #1DB954;
        position: relative;
        padding-bottom: 10px;
    }

    .feature-card h3::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 2px;
        background: #1DB954;
        transition: width 0.3s;
    }

    .feature-card:hover h3::after {
        width: 60px;
    }

    .feature-card p {
        color: var(--spotify-light-gray);
        line-height: 1.6;
        margin-top: auto;
    }

    .carousel-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(29, 185, 84, 0.2);
        border: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: all 0.3s;
        backdrop-filter: blur(5px);
    }

    .carousel-nav:hover {
        background: rgba(29, 185, 84, 0.4);
        transform: translateY(-50%) scale(1.1);
    }

    .carousel-nav svg {
        width: 24px;
        height: 24px;
    }

    .prev {
        left: 0;
    }

    .next {
        right: 0;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
    }

    .carousel-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        border: none;
        cursor: pointer;
        transition: all 0.3s;
    }

    .carousel-dot.active {
        background: #1DB954;
        transform: scale(1.2);
    }

    /* Responsividade */
    @media (max-width: 1024px) {
        .feature-card {
            flex: 0 0 calc(50% - 15px);
        }
    }

    @media (max-width: 768px) {
        .carousel-container {
            padding: 0 20px;
        }
        .feature-icon img{
            width: 120px;
            height: 120px;
        }
                
        .feature-card {
            flex: 0 0 85%;
            min-height: 300px;
        }
        
        .carousel-nav {
            width: 40px;
            height: 40px;
        }
    }

    @media (max-width: 480px) {
        .feature-card {
            flex: 0 0 90%;
        }
        
        .carousel-nav {
            width: 36px;
            height: 36px;
        }
    }

         /* 3D Slider Styles */
        .slider-3d {
            position: relative;
            height: 400px;
            perspective: 1000px;
            margin: 50px auto;
        }
        
        .slider-container {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transition: transform 0.5s ease;
        }
        
        .slide {
            position: absolute;
            width: 250px;
            height: 350px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.5s ease;
            cursor: pointer;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }
        
        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .slide-info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 20px;
            text-align: left;
        }
        
        .slide-info h3 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        
        .slide-info p {
            font-size: 14px;
            color: var(--spotify-light-gray);
        }
        
        .slide.prev {
            transform: translate(-120%, -50%) scale(0.8);
            z-index: 1;
            opacity: 0.8;
        }
        
        .slide.active {
            transform: translate(-50%, -50%) scale(1);
            z-index: 3;
            opacity: 1;
        }
        
        .slide.next {
            transform: translate(20%, -50%) scale(0.8);
            z-index: 1;
            opacity: 0.8;
        }
        
        /* Audio Player Styles */
        .audio-player {
            margin-top: 40px;
            background-color: #181818;
            border-radius: 10px;
            padding: 20px;
            display: none;
        }
        
        #youtubePlayer {
            display: none;
        }
        
        .player-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
        }
        
        .control-button {
            background: none;
            border: none;
            color: var(--spotify-white);
            font-size: 20px;
            margin: 0 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .control-button:hover {
            color: var(--spotify-green);
            background-color: rgba(255, 255, 255, 0.1);
            transform: scale(1.1);
        }
        
        .play-button {
    /* Layout & Alinhamento */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Estética */
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--spotify-green);
    color: var(--spotify-black);
    
    /* Transição suave */
    transition: all 0.3s ease;
    
    /* Tamanho responsivo baseado no root (1rem = 16px normalmente) */
    width: 3.125rem;  /* 50px */
    height: 3.125rem; /* 50px */
    font-size: 1.5rem; /* 24px */
    
    /* Efeito de hover */
    &:hover .fas {
       color: #312c2c !important;
        transform: scale(1.1);
    }
    
    /* Adaptação para telas médias */
    @media (max-width: 1024px) {
        width: 2.8rem;  /* ~45px */
        height: 2.8rem; /* ~45px */
        font-size: 1.4rem; /* ~22px */
    }
    
    /* Adaptação para tablets */
    @media (max-width: 768px) {
        width: 2.5rem;  /* 40px */
        height: 2.5rem; /* 40px */
        font-size: 1.25rem; /* 20px */
    }
    
    /* Adaptação para mobile */
    @media (max-width: 480px) {
        width: 2.25rem;  /* 36px */
        height: 2.25rem; /* 36px */
        font-size: 1.125rem; /* 18px */
    }
}

        /* Efeito hover */
        .play-button:hover {
            background-color: #1ed760;
            transform: scale(1.1);
        }

        .play-button:hover {
            background-color: #1ed760;
            transform: scale(1.1);
        }
        
        .progress-container {
            width: 100%;
            height: 5px;
            background-color: var(--spotify-dark-gray);
            border-radius: 5px;
            margin-top: 20px;
            cursor: pointer;
        }
        
        .progress-bar {
            height: 100%;
            background-color: var(--spotify-green);
            border-radius: 5px;
            width: 0%;
        }
        
        .time-info {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
            font-size: 12px;
            color: var(--spotify-light-gray);
        }
        
        .volume-control {
            display: flex;
            align-items: center;
            margin-top: 15px;
        }
        
        .volume-control input {
            width: 100px;
            margin-left: 10px;
        }
        
        @media (max-width: 768px) {
            .hero {
                padding: 150px 20px 80px;
            }
            
            .hero h1 {
                font-size: 36px;
            }
            
            .hero p {
                font-size: 18px;
            }
            
            .audio-player-section {
                padding: 60px 20px;
            }
            
            .slide {
                width: 200px;
                height: 300px;
            }
            
            .slide.prev {
                transform: translate(-110%, -50%) scale(0.8);
            }
            
            .slide.next {
                transform: translate(10%, -50%) scale(0.8);
            }
        }
        
        .audio-player-section {
            padding: 100px 40px;
            background-color: #000;
            text-align: center;
        }
        
        .player-container {
            max-width: 800px;
            margin: 0 auto;
            background-color: #181818;
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }
        
        .player-title {
            font-size: 28px;
            margin-bottom: 30px;
        }
        
        .player-description {
            color: var(--spotify-light-gray);
            margin-bottom: 40px;
        }
        
        .audio-slider {
            margin-top: 40px;
        }
        
        .audio-slide {
            display: none;
            text-align: left;
        }
        
        .audio-slide.active {
            display: block;
        }
        
        .audio-cover {
            width: 200px;
            height: 200px;
            border-radius: 10px;
            margin: 0 auto 20px;
            object-fit: cover;
        }
        
        .audio-info {
            margin-bottom: 30px;
        }
        
        .audio-info h3 {
            font-size: 22px;
            margin-bottom: 5px;
        }
        
        .audio-info p {
            color: var(--spotify-light-gray);
        }
        
        .youtube-player {
            width: 100%;
            height: 80px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        
        .slider-controls {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }
        
        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: var(--spotify-dark-gray);
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .slider-dot.active {
            background-color: var(--spotify-green);
        }
        
        .pricing {
            padding: 100px 40px;
            background-color: var(--spotify-black);
            text-align: center;
        }
        
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .pricing-card {
            background-color: #181818;
            padding: 40px 30px;
            border-radius: 10px;
            transition: transform 0.3s;
        }
        
        .pricing-card.popular {
            border: 2px solid var(--spotify-green);
            position: relative;
        }  */

        .phone{
           color: #1db954; 
        }
        
        .popular-badge {
            position: absolute;
            top: 3px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--spotify-green);
            color: var(--spotify-black);
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 14px;
        }
        
        .pricing-card h3 {
            font-size: 24px;
            margin-bottom: 20px;
        }
        
        .price {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .price span {
            font-size: 16px;
            color: var(--spotify-light-gray);
        }
        
        .pricing-features {
            list-style: none;
            margin-bottom: 30px;
        }
        
        .pricing-features li {
            margin-bottom: 10px;
            color: var(--spotify-light-gray);
        }

        .section-title {
             text-align: center;
            font-size: 36px;
            margin-bottom: 60px;
        }
        
        .testimonials {
            padding: 100px 40px;
            background-color: #000;
        }

        .testimonials h2{
            text-align: center;
        }
        
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .testimonial-card {
            background-color: #181818;
            padding: 30px;
            border-radius: 10px;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
            color: var(--spotify-light-gray);
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            object-fit: cover;
        }
        
        .author-info h4 {
            font-size: 18px;
            margin-bottom: 5px;
        }
        
        .author-info p {
            color: var(--spotify-light-gray);
            font-size: 14px;
        }
        
        footer {
            background-color: #000;
            padding: 60px 40px 30px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto 40px;
        }
        
        .footer-column h3 {
            font-size: 18px;
            margin-bottom: 20px;
            color: var(--spotify-green);
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 10px;
        }
        
        .footer-column ul li a {
            color: var(--spotify-light-gray);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-column ul li a:hover {
            color: var(--spotify-green);
        }

        .privacy-article  a{
                color: #adada4;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 4%;
        }
        
        .social-links a {
            color: var(--spotify-white);
            font-size: 20px;
            transition: color 0.3s;
        }
        
        .social-links a:hover {
            color: var(--spotify-green);
        }
        
        .copyright {
            text-align: center;
            color: var(--spotify-light-gray);
            font-size: 14px;
            padding-top: 30px;
            border-top: 1px solid var(--spotify-dark-gray);
            max-width: 1200px;
            margin: 0 auto;
        }
        
        @media (max-width: 768px) {
            header {
                padding: 15px 20px;
                flex-direction: column;
            }
            
            nav ul {
                margin-top: 15px;
            }
            
            nav ul li {
                margin-left: 15px;
            }
            
            .hero {
                padding: 150px 20px 80px;
            }
            
            .hero h1 {
                font-size: 36px;
            }
            
            .hero p {
                font-size: 18px;
            }
            
            .features, .audio-player-section, .pricing, .testimonials {
                padding: 60px 20px;
            }
            
            .section-title {
                font-size: 28px;
                margin-bottom: 40px;
            }
            
            .player-container {
                padding: 30px 20px;
            }
        }



            /* Estilos específicos para a página Sobre */
        .about-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/background/onibus.webp');
            background-size: cover;
            background-position: center;
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .timeline {
            position: relative;
            padding: 40px 0;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: var(--spotify-green);
        }

        .timeline-item {
            display: flex;
            margin-bottom: 50px;
            position: relative;
        }

        .timeline-year {
            width: 100px;
            text-align: right;
            padding-right: 30px;
            font-weight: bold;
            color: var(--spotify-green);
        }

        .timeline-content {
            padding-left: 30px;
            flex: 1;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .team-member {
            text-align: center;
        }

        .team-member img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 3px solid var(--spotify-green);
        }

       .mission-values {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #191414 100%);
    position: relative;
    overflow: hidden;
}

.mission-values::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(29,185,84,0.1) 0%, rgba(0,0,0,0) 70%);
    z-index: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.glow-card {
    background: rgba(24, 24, 24, 0.8);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.glow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(29, 185, 84, 0.2);
}

.glow-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1DB954 0%, #1ed760 100%);
}

.card-icon svg {
    width: 48px;
    height: 48px;
    fill: #1DB954;
    margin-bottom: 20px;
}

.mission-card h2, .values-card h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.mission-card h2::after, .values-card h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #1DB954;
}

.mission-card p {
    font-size: 18px;
    line-height: 1.7;
    color: #b3b3b3;
    margin-bottom: 30px;
}

.mission-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(29, 185, 84, 0.1);
    border-radius: 10px;
    transition: transform 0.3s;
}

.stat-item:hover {
    transform: scale(1.05);
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #1DB954;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.value-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-radius: 12px;
    border-left: 3px solid #1DB954;
    transition: all 0.3s;
}

.value-item:hover {
    background: rgba(29, 185, 84, 0.05);
    transform: translateY(-5px);
}

.value-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1DB954;
}

.value-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.value-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #b3b3b3;
}

@media (max-width: 768px) {
    .mission-values {
        padding: 60px 0;
    }
    
    .glow-card {
        padding: 30px 20px;
    }
    
    .mission-stats {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
}


/*-----------------Carreira-----------------*/

 .careers-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('img/careers-hero.webp');
            background-size: cover;
            background-position: center;
            height: 60vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .culture-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .culture-card {
            background: #181818;
            padding: 30px;
            border-radius: 10px;
            text-align: center;
        }

        .culture-icon {
            font-size: 40px;
            margin-bottom: 20px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .benefit-item {
            background: #181818;
            padding: 25px;
            border-radius: 10px;
            text-align: center;
        }

        .benefit-item i {
            font-size: 30px;
            color: var(--spotify-green);
            margin-bottom: 15px;
        }

        .positions-section {
            padding: 80px 0;
        }

        .position-card {
            background: #181818;
            padding: 30px;
            border-radius: 10px;
            margin-bottom: 30px;
        }

        .position-meta {
            display: flex;
            gap: 20px;
            margin: 15px 0;
            color: var(--spotify-light-gray);
        }

        .position-meta i {
            margin-right: 5px;
        }


          /* Estilos específicos para páginas legais */
        .legal-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('img/legal-hero.webp');
            background-size: cover;
            background-position: center;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .legal-content {
            padding: 60px 0;
            background: var(--spotify-black);
        }

        .terms-article {
            margin-bottom: 40px;
        }

        .terms-article h2 {
            color: var(--spotify-green);
            margin-bottom: 15px;
            font-size: 22px;
        }

        .terms-article p {
            line-height: 1.8;
            color: var(--spotify-light-gray);
        }

        .contact-terms {
            margin-top: 60px;
            padding: 30px;
            background: #181818;
            border-radius: 10px;
            text-align: center;
        }

        .contact-terms a {
            color: var(--spotify-green);
        }


         /* Estilos compartilhados com termos de uso */
        .legal-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('img/privacy-hero.webp');
            background-size: cover;
            background-position: center;
            height: 40vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .privacy-article {
            margin-bottom: 40px;
        }

        .privacy-article h2 {
            color: var(--spotify-green);
            margin-bottom: 15px;
            font-size: 22px;
        }

        .privacy-article p, .privacy-article li {
            line-height: 1.8;
            color: var(--spotify-light-gray);
        }

        .privacy-article ul {
            margin: 15px 0;
            padding-left: 20px;
        }

        .privacy-article li {
            margin-bottom: 8px;
        }

        .contact-privacy {
            margin-top: 60px;
            padding: 30px;
            background: #181818;
            border-radius: 10px;
            text-align: center;
        }

        .contact-privacy a {
            color: var(--spotify-green);
        }

        /*-----------carrossel price -------------*/

          .pricing-carousel {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .urgency-text{
        margin-top: 5%;
    }
    
    .pricing-carousel-container {
        display: flex;
        transition: transform 0.5s ease;
    }
    
    .pricing-card {
        min-width: 100%;
        padding: 2rem;
        box-sizing: border-box;
        transition: transform 0.3s ease;
    }
    
    .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        padding: 1rem;
        cursor: pointer;
        z-index: 10;
        font-size: 1.5rem;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .carousel-button.prev {
        left: 10px;
    }
    
    .carousel-button.next {
        right: 10px;
    }
    
    .carousel-dots {
        display: flex;
        justify-content: center;
        padding: 1rem 0;
    }
    
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 5px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
    }
    
    .dot.active {
        background-color: #717171;
    }
    
    @media (min-width: 768px) {
        .pricing-card {
            min-width: 50%;
        }
    }
    
    @media (min-width: 1024px) {
        .pricing-card {
            min-width: 33.33%;
        }
    }

    /*--------Metrô player index-----------*/
    
      .audio-player-section {
            max-width: 100%;
            margin: 0 auto;
            padding: 30px 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .player-title {
            text-align: center;
            font-size: 32px;
            margin-bottom: 10px;
            color: #ffffff;
        }
        
        .player-description {
            text-align: center;
            font-size: 18px;
            margin-bottom: 40px;
            color: #7f8c8d;
        }
        
        /* Estilos do Carrossel */
        .carousel-container-2 {
            position: relative;
            margin: 0 auto 40px;
            overflow: hidden;
        }
        
        .carousel {
            display: flex;
            transition: transform 0.5s ease;
            padding: 10px 0;
        }
        
        .carousel-item {
            flex: 0 0 calc(11% - 3px);
            margin: 0 10px;
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
         
        }
        
        .carousel-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        }
        
        .carousel-item img {
            width: 100%;
          /*  height: 200px; */
            object-fit: cover;
            display: block;
            border-radius: 8px 8px 0 0;
        }
        
        .carousel-item-info {
            background: #fff;
            border-radius: 0 0 8px 8px;
        }
        
        .carousel-item-info h3 {
            font-size: 14px;
            margin-bottom: 5px;
            color: #2c3e50;
        }
        
        .carousel-item-info p {
            font-size: 12px;
            color: #7f8c8d;
        }
        
        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 8px;
        }
        
        .carousel-item:hover .play-overlay {
            opacity: 1;
        }

        .playing .play-overlay {
            opacity: 1 !important;
            }

            /* Se estiver tocando, botão visível */
        .carousel-item.playing .play-overlay {
        opacity: 1 !important;
        }
        
        .play-button {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #1DB954;
            font-size: 20px;
            transition: transform 0.2s ease, background 0.2s ease;
        }
        
        .play-button:hover {
            transform: scale(1.1);
            background: #fff;
        }
        
        .carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            z-index: 10;
            transition: background 0.3s ease;
        }
        
        .carousel-control:hover {
            background: #fff;
        }
        
        .carousel-control.prev {
            left: 10px;
        }
        
        .carousel-control.next {
            right: 10px;
        }
        
        .carousel-dots {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .dot {
            width: 10px;
            height: 10px;
            background: #ddd;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .dot.active {
            background: #e74c3c;
        }
        
        /* Estilos do Player de Áudio */
        .audio-player {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 12px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        
        .now-playing {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .now-playing h3 {
            font-size: 20px;
            color: #2c3e50;
            margin-bottom: 5px;
        }
        
        .now-playing p {
            color: #7f8c8d;
            font-size: 16px;
        }
        
        .player-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .control-button {
            background: none;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 16px;
            color:  #1DB954;
            margin: 0 8px;
            transition: background 0.3s ease;
        }
        
        .control-button:hover {
            background: #e8e8e8;
        }

        
        
        .play-button-main {
            width: 50px;
            height: 50px;
            background: #e74c3c;
            color: white;
        }
        
        .play-button-main:hover {
            background: #c0392b;
        }
        
        .progress-container {
            width: 100%;
            height: 6px;
            background: #ddd;
            border-radius: 3px;
            margin-bottom: 10px;
            cursor: pointer;
        }
        
        .progress-bar {
            height: 100%;
            background: #e74c3c;
            border-radius: 3px;
            width: 0%;
        }
        
        .time-info {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #7f8c8d;
            margin-bottom: 15px;
        }
        
        .volume-control {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .volume-control svg {
            margin-right: 10px;
            color: #7f8c8d;
        }
        
        .volume-control input {
            width: 100px;
        }
        
        @media (max-width: 1024px) {
            .carousel-item {
                flex: 0 0 calc(25% - 20px);
            }
        }
        
        @media (max-width: 768px) {
            .carousel-item {
                flex: 0 0 calc(33.333% - 20px);
            }
        }
        
        @media (max-width: 576px) {
            .carousel-item {
                flex: 0 0 calc(50% - 20px);
            }
            
            .player-title {
                font-size: 24px;
            }
            
            .player-description {
                font-size: 16px;
            }
        }

         @media (max-width: 414px) {
            
        }

          /* NOVOS ESTILOS PARA SEÇÃO DE OFERTAS */
   
    .offer-section {
        margin: 40px auto;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        background: rgba(0, 0, 0, 0.7);
    }
    
    .offer-heading {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
        color: white;
    }
    
    .offer-columns {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    
    .offer-visual {
        flex: 1;
        text-align: center;
    }
    
    .offer-img {
        max-width: 100%;
        border-radius: 12px;
    }
    
    .offer-details {
        flex: 1;
        border-radius: 16px;
    }
    
    .offer-card {
        border-radius: 12px;
        padding: 85px;
        position: relative;
    }
   
    .offer-card h2 span {
    font-size: 45px;
    color: #fcd901;
     }
    
    
    .offer-highlight {
        /* Estilos específicos para destaque */
    }
    
    .offer-badge {
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(45deg, #1DB954, #17e075);
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 14px;
        box-shadow: 0 4px 10px rgba(29, 185, 84, 0.4);
    }

    .offer-highlight h2 {
        font-size: 4em;
        line-height: 68px;
        font-weight: 800;
        text-align: center;
        background: linear-gradient(45deg, #1DB954, #17e075);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin: 20px 0;
    }
    
    .offer-card h3 {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .offer-price {
        font-size: 36px;
        font-weight: bold;
        color: #1DB954;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .offer-price span {
        font-size: 18px;
        color: #cccccc;
        font-weight: normal;
        display: block;
        margin-top: 5px;
    }
    
    .offer-discount {
        text-align: center;
        color: #1DB954;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .offer-benefits {
        list-style: none;
        margin-bottom: 25px;
        color: #ffffff;
        margin-top: 50px;
    }
    
    .offer-benefits li {
        padding: 11px 0;
        position: relative;
        padding-left: 35px;
        color: white;
        font-size: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .offer-benefits li:before {
        content: "✓";
        color: #1DB954;
        position: absolute;
        left: 0;
        font-weight: bold;
        font-size: 24px;
    }
    
    .offer-button {
        display: block;
        width: 100%;
        padding: 20px;
        background: linear-gradient(45deg, #1DB954, #17e075, #1DB954);
        background-size: 200% 200%;
        color: white;
        text-align: center;
        border-radius: 12px;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.4s ease;
        margin-bottom: 20px;
        font-size: 28px;
        border: none;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(29, 185, 84, 0.4);
        text-transform: uppercase;
        letter-spacing: 1px;
        transform: translateY(0);
    }

    /* Efeito de brilho pulsante */
    .offer-button::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(
            45deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent
        );
        transform: rotate(45deg);
        animation: shine 3s infinite;
    }

    /* Efeito de pulso */
    @keyframes pulse {
        0% {
            transform: scale(1);
            box-shadow: 0 8px 25px rgba(29, 185, 84, 0.4);
        }
        50% {
            transform: scale(1.05);
            box-shadow: 0 12px 35px rgba(29, 185, 84, 0.6);
        }
        100% {
            transform: scale(1);
            box-shadow: 0 8px 25px rgba(29, 185, 84, 0.4);
        }
    }

    /* Animação do gradiente */
    @keyframes gradientAnimation {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    /* Animação do brilho */
    @keyframes shine {
        0% {
            left: -100%;
        }
        20% {
            left: 100%;
        }
        100% {
            left: 100%;
        }
    }

    /* Efeito hover */
    .offer-button:hover {
        animation: none;
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(29, 185, 84, 0.6);
        background: linear-gradient(45deg, #17e075, #1DB954, #17e075);
    }

    /* Efeito de clique */
    .offer-button:active {
        transform: translateY(-1px);
        box-shadow: 0 5px 20px rgba(29, 185, 84, 0.4);
    }

    /* Aplicando as animações */
    .offer-button {
        animation: 
            pulse 2s infinite ease-in-out,
            gradientAnimation 3s infinite ease-in-out;
    }

    /* Adicionando um efeito de texto brilhante */
    .offer-button span {
        position: relative;
        z-index: 2;
        text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
    }

    /* Para dispositivos móveis - reduzindo animações */
    @media (max-width: 768px) {
        .offer-section {
            padding: 20px;
            margin: 20px auto;
        }

        .offer-card h2 span {
        font-size: 29px;
        }
            
        .offer-heading {
            font-size: 24px;
            margin-bottom: 25px;
        }
        
        .offer-columns {
            flex-direction: column;
            gap: 20px;
        }
        
        .offer-visual {
            order: 2;
            margin-top: 20px;
        }
        
        .offer-card {
            padding: 20px;
        }
        
        .offer-highlight h2 {
            font-size: 2.5em;
            line-height: 1.2;
            margin: 15px 0;
        }
        
        .offer-card h3 {
            font-size: 20px;
        }
        
        .offer-price {
            font-size: 28px;
        }
        
        .offer-price span {
            font-size: 16px;
        }
        
        .offer-discount {
            font-size: 18px;
        }
        
        .offer-benefits {
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .offer-benefits li {
            font-size: 16px;
            padding: 8px 0;
            padding-left: 28px;
        }
        
        .offer-benefits li:before {
            font-size: 20px;
        }
        
        .offer-button {
            padding: 16px;
            font-size: 20px;
            margin-bottom: 15px;
        }
        
        .offer-button::before {
            animation: none;
        }
    }

    /* Para telas muito pequenas (smartphones pequenos) */
    @media (max-width: 480px) {
        .offer-heading {
            font-size: 20px;
        }
        
        .offer-highlight h2 {
            font-size: 2em;
        }
        
        .offer-card h3 {
            font-size: 18px;
        }
        
        .offer-price {
            font-size: 24px;
        }
        
        .offer-discount {
            font-size: 16px;
        }
        
        .offer-benefits li {
            font-size: 14px;
            padding-left: 25px;
        }
        
        .offer-button {
            font-size: 18px;
            padding: 14px;
        }
        
        .offer-badge {
            font-size: 12px;
            padding: 4px 12px;
        }
    }

    /* Para tablets em modo retrato */
    @media (min-width: 769px) and (max-width: 1024px) {
        .offer-section {
            padding: 25px 40px;
        }
        
        .offer-columns {
            gap: 30px;
        }
        
        .offer-highlight h2 {
            font-size: 3em;
            line-height: 1.3;
        }
        
        .offer-button {
            font-size: 24px;
        }
    }


    /* Video */

     .video-section {
            background: rgba(25, 20, 20, 0.9);
            border-radius: 16px;
            padding: 50px 30px;
            width: 100%;
          /*  max-width: 1000px; */
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
            text-align: center;
        }
        
        .section-title {
            font-size: 2.5rem;
            margin-bottom: 30px;
            color: #ffffff;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(to right, #1DB954, #17e075);
            border-radius: 2px;
        }
        
        .section-description {
            font-size: 1.2rem;
            line-height: 1.6;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            color: #e0e0e0;
        }
        
        .video-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        }
        
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* Proporção 16:9 */
            height: 0;
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 12px;
        }
        
        .video-caption {
            margin-top: 25px;
            font-size: 1.1rem;
            color: #bbbbbb;
            font-style: italic;
        }
        
        /* Responsividade */
        @media (max-width: 768px) {
            .video-section {
                padding: 30px 20px;
            }
            
            .section-title {
                font-size: 2rem;
                margin-bottom: 20px;
            }
            
            .section-description {
                font-size: 1rem;
                margin-bottom: 30px;
            }
            
            .video-caption {
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 480px) {
            .section-title {
                font-size: 1.8rem;
            }
            
            .section-description {
                font-size: 0.9rem;
            }
            
            .video-section {
                padding: 25px 15px;
            }
        }


        /*-------------------  PUBLICIDADE  -----------------------*/
        .puli-horizontal{
           text-align: center;
           margin: 0;
           padding: 0;
        }