:root {
    --c1: #00DBEE; --c1t: #5200BC;
    --c2: #FEE300; --c2t: #FE5900;
    --c3: #FFB9FF; --c3t: #F5032D;
    --c4: #A6FE5A; --c4t: #085E55;
    --header-bg: rgba(0, 0, 0, 0.4);
    --header-text: #fff;
    --header-accent: var(--c1);
    --header-accent-text: var(--c1t);
}

* { box-sizing: border-box; }
/* No PC mantemos o proximity que você já tinha ou nada, para não travar o mouse */
html { scroll-snap-type: y proximity; scroll-behavior: smooth !important; }
body { margin: 0; padding: 0; font-family: Inter, sans-serif; background-color: #000; overflow-x: hidden; }

.section {
    position: sticky; top: 0; height: 100vh; width: 100%;
    display: flex; align-items: center; justify-content: center;
    scroll-snap-align: start; overflow: hidden;
}

h1, h2, h3 { font-family: Anton, sans-serif; text-transform: uppercase; margin: 0; line-height: 1; }
.big { font-size: clamp(48px, 10vw, 110px); }

/* HEADER PC */
.main-header {
    position: fixed; top: 20px; left: 0; width: 100%;
    display: flex; justify-content: center; z-index: 1000;
    pointer-events: none;
}
.header-pill {
    pointer-events: auto; display: flex; justify-content: space-between;
    align-items: center; padding: 10px 25px; width: 90%; max-width: 1000px;
    background: var(--header-bg); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 100px;
    transition: all 0.6s ease;
}
.logo { font-family: 'Anton', sans-serif; font-size: 20px; color: var(--header-text); letter-spacing: 1px; }
.logo span { color: var(--header-accent); }
.nav-menu { display: flex; align-items: center; gap: 25px; }
.nav-link { color: var(--header-text); text-decoration: none; font-size: 13px; font-weight: 600; text-transform: uppercase; transition: 0.5s; opacity: 0.8; }
.nav-link:hover { opacity: 1; color: var(--header-accent); }
.nav-btn { background: var(--header-accent); color: var(--header-accent-text); padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 12px; text-transform: uppercase; cursor: pointer; }
.menu-trigger { display: none !important; flex-direction: column; gap: 4px; cursor: pointer; padding: 5px; }
.menu-trigger span { width: 22px; height: 2px; background: var(--header-text); border-radius: 5px; }

/* SEÇÕES */
.s1 { z-index: 1; background: var(--c1); color: var(--c1t); }
.s1 .video-container { position: absolute; inset: 0; z-index: 0; }
.s1 .bg-video { width: 100%; height: 100%; object-fit: cover; opacity: 1.2; }
.s1 .section-content { position: relative; z-index: 10; width: 100%; max-width: 1400px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 0 5%; }
.s1 .prefix { color: #1189ab; font-weight: 800; display: inline-block; transition: 0.3s; }
.s1 .prefix.hide { opacity: 0; transform: scale(0.8); }

.s2 { z-index: 2; background: var(--c4); color: var(--c4t); border-radius: 30px 30px 0 0; }
.s2 .bg-overlay { position: absolute; inset: 0; mix-blend-mode: overlay; opacity: 0.4; }
.s2 .bg-overlay img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.img-lateral { position: absolute; left: -300px; bottom: 0; height: 95%; z-index: 5; transition: all 3.1s cubic-bezier(0.50, 1, 0.3, 1); opacity: 0; pointer-events: none; }
.s2.active .img-lateral { left: -40px; opacity: 1; }
.s2 .section-content { text-align: center; z-index: 10; padding: 20px; }
.s2 p { font-size: 22px; max-width: 600px; margin: 40px auto 0; font-weight: 600; }

.s3 { z-index: 3; background: var(--c3); color: #F5032D; border-radius: 30px 30px 0 0; }
.s3 .shapes { position: absolute; inset: 0; background-image: radial-gradient(#F5032D 1px, transparent 1px); background-size: 40px 40px; opacity: 0.1; }
.s3 .section-content { width: 90%; max-width: 1200px; z-index: 10; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.s3 h2 { font-size: clamp(40px, 6vw, 80px); margin-bottom: 40px; line-height: 0.9; }
.list-container { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.list-row { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid rgba(245, 3, 45, 0.2); padding-bottom: 15px; }
.list-row h3 { font-size: clamp(24px, 4vw, 50px); white-space: nowrap; margin-right: 30px; }
.list-row p { font-size: clamp(14px, 2vw, 18px); font-weight: 600; text-align: right; margin: 0; color: #000; }

.s4 { z-index: 4; background: var(--c2); color: var(--c2t); border-radius: 30px 30px 0 0; }
.s4 .section-content { text-align: center; }
.btn { display: inline-block; margin-top: 40px; padding: 25px 60px; background: var(--c2t); color: #fff; font-weight: 900; text-decoration: none; border-radius: 100px; font-size: 22px; animation: shake-attention 3s ease-in-out infinite; }

/* REVEAL & ARROW */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }
.scroll-arrow { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); font-size: 30px; z-index: 100; animation: bounce 2s infinite; color: inherit; }
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 10px); } }
.scroll-to-last { margin-top: 30px; padding: 15px 35px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; font-weight: 700; border-radius: 50px; cursor: pointer; backdrop-filter: blur(10px); }

/* MENU OVERLAY */
.full-menu-overlay { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.98); backdrop-filter: blur(20px); z-index: 9999; display: flex; align-items: center; justify-content: center; transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
.full-menu-overlay.active { right: 0; }
.close-btn { position: absolute; top: 30px; right: 30px; font-size: 45px; color: #fff; cursor: pointer; }
.overlay-links { display: flex; flex-direction: column; gap: 35px; text-align: center; }
.overlay-links a { font-family: 'Anton', sans-serif; font-size: 40px; color: #fff; text-decoration: none; text-transform: uppercase; }
.cta-overlay { background: var(--c1); color: var(--c1t) !important; padding: 12px 40px; border-radius: 100px; font-size: 22px !important; font-weight: 800; }

@keyframes shake-attention { 0% { transform: scale(1); } 1%, 3% { transform: scale(1.1) rotate(2deg); } 2% { transform: scale(1.1) rotate(-2deg); } 4% { transform: scale(1) rotate(0deg); } 100% { transform: scale(1); } }
/* Estilização do Rodapé */
.main-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.8;
}

.main-footer a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.main-footer a:hover {
    border-bottom: 1px solid var(--c2t);
}

/* Ajuste para mobile pequeno */
@media (max-width: 480px) {
    .main-footer {
        font-size: 12px;
        bottom: 10px;
    }
}
/* =========================================
   1. VISUALIZAÇÃO PADRÃO MOBILE (768px) 
   Sua visualização base já existente
   ========================================= */
@media (min-width: 321px) and (max-width: 768px) {
    html { scroll-snap-type: y mandatory; }
    .nav-menu { display: none !important; }
    .menu-trigger { display: flex !important; }
    
    .s1 .video-container { display: none; }
    .s1 { background: var(--c1) !important; }
    .s1 .section-content { display: block; text-align: left; padding-top: 90px; margin-top: 40px; }
    .big { font-size: 50px; }
    
    .img-lateral { display: none; height: 45%; left: -100px; filter: drop-shadow(10px 0 15px rgba(0,0,0,0.3));z-index: 10 }
    .s2.active .img-lateral { left: -50px; }
    .s2 .section-content { text-align: center; font-size: 85px; }
    .s2 p { font-size: 15px; margin-top: 10px; justify-content: center }

    .s3 .section-content { justify-content: flex-start; padding-top: 100px; }
    .s3 h2 { font-size: 38px; text-align: left; margin-bottom: 30px; }
    .list-row { flex-direction: column; align-items: flex-start; gap: 10px; border-bottom: 1px solid rgba(245, 3, 45, 0.1); padding: 20px 0; }
    .list-row h3 { margin: 0; font-size: 28px; color: #F5032D; }
    .list-row p { text-align: left; font-size: 16px; opacity: 0.9; margin-top: 10px; }

    .btn { width: 90%; padding: 20px; font-size: 18px; }
} /* FECHA 768px */

/* =========================================
   2. VISUALIZAÇÃO TABLET / IPAD (820px a 834px)
   Totalmente independente para telas maiores
   ========================================= */
@media (min-width: 769px) and (max-width: 834px) {
    html { scroll-snap-type: y mandatory; }
    .nav-menu { display: none !important; }
    .menu-trigger { display: flex !important; }

    .s1 .video-container { display: none; }
    .s1 { background: var(--c1) !important; }
    .s1 .section-content { display: block; text-align: left; padding-top: 150px;font-size: 35px }
    .big { font-size: 120px; }
    
    .img-lateral { height: 50%; left: -100px;display: none !important; }
    .s2.active .img-lateral { left: -30px; }
    .s2 .section-content { text-align: center; }
    .s2 p { font-size: 35px; text-align: center; margin-left: 40px; max-width: 600px; }

    .s3 .section-content { justify-content: center; }
    .s3 h2 { font-size: 80px; }
    .list-row { flex-direction: row; justify-content: space-between; align-items: center; padding: 80px 0; }
    .list-row h3 { font-size: 32px; }
    .list-row p { font-size: 30px; text-align: right; }

    .btn { width: auto; min-width: 400px; padding: 25px; font-size: 22px; }
} /* FECHA 834px */

/* =========================================
   3. VISUALIZAÇÃO MOBILE PEQUENO (Até 320px)
   Ajustes para não quebrar em telas minúsculas
   ========================================= */
@media (min-width: 163px) and (max-width: 320px) {
    html { scroll-snap-type: y mandatory; }
    .nav-menu { display: none !important; }
    .menu-trigger { display: flex !important; }
    
    .s1 .video-container { display: none; }
    .s1 { background: var(--c1) !important; }
    .s1 .section-content { display: block; text-align: left; padding-top: 70px; }
    .big { font-size: 40px !important; }
    
    .img-lateral { height: 35%; left: -80px; display: none;}
    .s2.active .img-lateral { left: -40px; }
    .s2 .section-content { font-size: 40px !important; }
    .s2 p { font-size: 15px !important; text-align: center; }

    .s3 .section-content { padding-top: 100px; }
    .s3 h2 { font-size: 25px !important; }
    .list-row h3 { font-size: 22px !important; }
    .list-row p { font-size: 14px !important; }
         .s4 .section-content { text-align: center;font-size: 15px !important; }
    .btn { width: 95%; padding: 15px; font-size: 16px !important; }
    .header-pill { padding: 8px 15px; }
    .logo { font-size: 18px; }
} /* FECHA 320px */

/* =========================================
    4. VISUALIZAÇÃO EXTREMA (Abaixo de 162px)
   ========================================= */
@media (max-width: 162px) {
    @media (max-width: 162px) {
    html { scroll-snap-type: y mandatory; }
   
.s1 { z-index: 1; background: var(--c1); color: var(--c1t);display: none; }
.s2 { z-index: 1; background: var(--c1); color: var(--c1t);display: none; }
.s3 { z-index: 1; background: var(--c1); color: var(--c1t);display: none; }
    
.main-header { display: none; }
    .s4 { 
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 4; 
        background: var(--c2); 
        color: var(--c2t); 
        border-radius: 0; 
        height: 100vh;
    }

    .s4 .section-content { 
        display: block !important;
        width: 100%;
        padding: 10px;
        text-align: center; 
    }

    /* Ajuste direto nos textos da Sessão 4 */
    .s4 h2, .s4 .big {
        font-size: 18px !important; 
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .s4 p {
        font-size: 10px !important;
        line-height: 1.2;
    }

    .s4 .btn { 
        display: inline-block;
        width: 90%; 
        min-width: 0; 
        padding: 12px 5px; 
        font-size: 10px !important; 
        margin-top: 15px;
    }
} 
/* FIM DO ARQUIVO - Sem chaves sobrando */

