       /* Reset básico para tirar o “contorno” */
html, body {
  margin: 0;
  padding: 0;
  background: #131313;  /* mesmo fundo da sua página */
}

/* Garante cobertura total do fundo escuro */
#custon-page {
  min-height: 100vh;
  background: #131313;
}

/* Se quiser zero de respiro lateral no container raiz: */
#custon-page.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/* Mantém respiro interno só onde você quer */
#custon-page .controller-width {
  padding-left: 16px;
  padding-right: 16px;
}

       /* Reset */
        #custon-page {background-color: #131313; color: #ffffff;}

        #custon-page.scroll-section {scroll-snap-align: start;}

        #custon-page h1, h2, h3, p, a{font-family: 'Poppins', Arial, Helvetica, sans-serif;}

        #custon-page h3 {font-size: 24px; font-weight: 600; color: #ffffff; margin-top: 16px;}

        #custon-page h1 {font-size: 48px;font-weight: 700;color: #5070e3;}

        #custon-page h2 {font-family: 'Poppins', Arial, Helvetica, sans-serif; font-size: 32px; font-weight: 700;}

        #custon-page p {
            max-width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: #ffffff;
        }

        #custon-page a{text-decoration: none; margin: 0;}

        #custon-page img {
            border-radius: 1px;
            width: 100%; /* Garante que a imagem se ajuste ao contêiner */
            padding: 0;
            margin: 0;
            transform: scale(1);
            transition: 0.2s ease-in-out;
        }

        #custon-page .ajust-title {
            width: 100%;
            max-width: 1280px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: baseline;
        }

        #custon-page .ajust-title p{margin-top: 24px;}

        #custon-page .controller-width {
            width: 100%;
            max-width: 1280px;
            height: auto;
            padding: 0 16px;
            display: flex;
            flex-direction: column;
            justify-content: start;
            
            
            
        }

        #custon-page .content-page {
            width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        #custon-page::-webkit-scrollbar {width: 0;}

        #video-manifesto-desktop{ width: 100%; height: 620px; border: 0; border-radius: 32px; display: flex; justify-content: center; align-items: center;}
        #video-manifesto-mobile{ width: 100%; height: 620px; border: 0; display: none}


          /* Formulário */
        .box-formulario{
            width: 100%;
            display: flex; flex-direction: column; justify-content: center; align-items: center;
            text-align: left!important;
        }

        .box-formulario h1{
            width: 100%;
            text-align: left!important;
            color: #ffffff!important;
        }

        /* Caixas de Conteudo */
        .box-content{
            border-radius: 32px;
            width: 100%;
            min-height: 494px;
            display: flex; flex-direction: column; justify-content: center; align-items: center;
        }

        .box-content h1{
            width: 100%;
            max-width: 423px!important;
            text-align: left!important;
            color: #ffffff!important;
        }

        .box-content p{
            width: 100%;
            max-width: 423px!important;
            text-align: left!important;
            color: #ffffff!important;
        }

        
        /* Variação de Cores */
        .orange{background-color: #131313; color: #131313;}
        .blue{background-color: #5070e3;}

        
        .box-vantagens{
            display: flex; flex-direction: column; justify-content: center; align-items: start;
            width: 100%;
            min-height: 280px;
            text-align: left;
            border-radius: 24px;
            background-color: #1f1f1f;
            padding: 48px;
        }

        .box-vantagens .icon-vantagem{
            width: 100%;
            max-width: 48px; height: 48px;
            border-radius: 4px!important;
        }

        .box-vantagens p{text-align: left!important;}

        .mockup-desktop{display: block;}
        .mockup-mobile{display: none;}

        /* Section 1 Styles */
        #custon-page .banner-topo {
            color: #ffffff;
            background-image: url("https://ph-cdn3.ecosweb.com.br/web/cp-urls/posthaus/nova-id/2025/black-friday/img/banners/desk.jpg");
            background-position: top;
            height: 500px;
            position: relative;
            border-radius: 0 0 92px 92px;
        }

        #custon-page .banner-topo h1{
            width: 100%;
            max-width: 281px;
            font-size: 92px;
            text-align: left;
            color: #ffffff;
            line-height: 82px;
        }


        #custon-page img:hover{
            opacity: 0.7;
            transition: 0.2s ease-in-out;
            transform: scale(1.020);
        }

        .scroll-item{width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center;}
        .scroll-item div{margin: 4px;}
        .scroll-item p{font-size: 14px!important;}
        .scroll-item img{border-radius: 0!important;}




        /* Modal */
        .modalBF {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 9999999; /* Sit on top */
            padding-top: 2px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            }
            /* Modal Content */
            .modal-contentBF {
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
            text-align: center;
            position: relative;
            font-size: 14px;
            background-color: hsla(168, 56%, 51%, 0.9);
            margin: auto;
            padding: 0;
            border: none;
            width: 100%;
            min-width: 425px;
            height: auto;
            color: #ffffff;
            padding: 16px;
            -webkit-animation-name: animatetop;
            -webkit-animation-duration: 0.4s;
            animation-name: animatetop;
            animation-duration: 0.4s;
            margin-top: -2px;

            }
            /* Modal Content */
            .modal-contentBFRed {
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
            text-align: center;
            position: relative;
            font-size: 14px;
            background-color: rgba(0, 0, 0, 0.9);
            margin: auto;
            padding: 0;
            border: none;
            width: 100%;
            max-width: 425px;
            height: auto;
            color: #ffffff;
            padding: 5px;
            -webkit-animation-name: animatetop;
            -webkit-animation-duration: 0.4s;
            animation-name: animatetop;
            animation-duration: 0.4s;
            margin-top: -2px;
            }
            /* Add Animation */
            @-webkit-keyframes animatetop {
            from {top:-300px; opacity:0} 
            to {top:0; opacity:1}
            }
            @keyframes animatetop {
            from {top:-300px; opacity:0}
            to {top:0; opacity:1}
            }
            /* The Close Button */
            .close-modal {
            color: white;
            float: right;
            font-size: 24px;
            }
            .close-modal:hover,
            .close-modal:focus {
            color: rgb(255, 255, 255,0.8);
            text-decoration: none;
            cursor: pointer;
            transition: 0,05s;
            }
            .modal-bodyBF {
            padding: 16px 24px 0px 24px;
            }
            
    



        /* Formulário */
        .form-black-friday{width: 100%; font-family: 'Poppins', Arial, Helvetica, sans-serif;}

        /* Inputs */
        .form-black-friday input{
            width: 100%;
            height: 32px;
            margin: 14px 0;
            font-size: 16px;
            color: #b6b6b6;
            font-family: 'Poppins', sans-serif;
            background-color:rgba(0, 0, 0, 0.0);
            border: none;
            border-bottom: 1px solid #929292;
            outline: none!important
        }

        .form-black-friday input:focus{ border-color: #ffffff!important; transition: 0.5s }

        .btn-form{
            width: 100%;
            height: 48px;
            border: 0;
            border-radius: 8px;
            background-color: #5070e3;
            color: #131313;
            font-family: 'Poppins', sans-serif;
            outline: none!important;
            font-size: 14px;
            cursor: pointer;
            position: relative;
            margin-top: 16px; 
            font-weight: 600;
            animation: pulse 2s infinite;
            }

        
        /* Animação botão cadastrar */
        @keyframes pulse{
            0%{
                transform: scale(1);
                box-shadow:0 0 0 0 rgb(80, 112, 227, 0.8);
            }

            70%{
                transform: scale(1);
                box-shadow:0 0 0 12px rgba(0, 0, 0, 0);
            }

            100%{
            
                box-shadow:0 0 0 0 rgba(0, 0, 0, 0);
            }

        }

        /* Retorno do Servidor */
        .invalid-feedback{
            font-family: 'Poppins', Arial, Helvetica, sans-serif;
            transition: 0.5s;
            color: #b6b6b6!important;
            text-align: left;
        }
        /* ===== Controle de altura por seção ===== */
#custon-page .content-page.hero-height {
  /* valores padrão (caso não sejam passados no inline style) */
  --h-desktop: 500px;
  --h-mobile: 320px;
}

/* Altura do bloco de texto */
#custon-page .content-page.hero-height .box-content {
  min-height: var(--h-desktop);
}
@media (max-width: 991.98px) {
  #custon-page .content-page.hero-height .box-content {
    min-height: var(--h-mobile);
  }
}

/* Altura dos vídeos (sobrescreve a regra global de 620px) */
#custon-page .content-page.hero-height #video-manifesto-desktop {
  height: var(--h-desktop) !important;
}
#custon-page .content-page.hero-height #video-manifesto-mobile {
  height: var(--h-mobile) !important;
}

/* Alternância desktop/mobile dos iframes (ajuste se já tiver isso em outro lugar) */
#custon-page .content-page.hero-height #video-manifesto-desktop { display: block; width: 100%; }
#custon-page .content-page.hero-height #video-manifesto-mobile  { display: none;  width: 100%; }

@media (max-width: 576px) {
  #custon-page .content-page.hero-height #video-manifesto-desktop { display: none; }
  #custon-page .content-page.hero-height #video-manifesto-mobile  { display: block; }
}

/* (Opcional) Centralizar verticalmente conteúdo da coluna direita se quiser */
#custon-page .content-page.hero-height .col-lg-6:last-child {
  display: flex;
  align-items: center;
}
/* dá respiro lateral fixo e respeita notch do iOS/webview - NOVOOOO*/
#custon-page.container-fluid {
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
}

/* trava qualquer “mexida” lateral por overflow */
#custon-page { overflow-x: hidden; }

/* centraliza e “trava” a largura de conteúdo interno */
#custon-page .controller-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;        /* você já usa isso — reforço aqui */
  padding-left: 16px;       /* garante respiro mesmo se o pai tiver 0 */
  padding-right: 16px;
}

/* evita que .row de nível superior “roube” o gutter do container */
#custon-page > .row {
  margin-left: -15px;   /* casa com padding padrão do container */
  margin-right: -15px;
}

/* se algum bloco ainda encostar na beirada, força um padding mínimo */
#custon-page .content-page {
  padding-left: 0;  /* mantenha 0 se já usa .controller-width dentro */
  padding-right: 0;
}
html { overflow-y: scroll; }  /* mantém a largura constante */




