/* ===== IMPORTAÇÕES E CONFIGURAÇÕES GLOBAIS ===== */
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://fonts.cdnfonts.com/css/avenir-next');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Reset global e configurações base */
* {
    margin: 0%;
    /* Remove margem padrão */
    box-sizing: border-box;
    /* Inclui padding/border no tamanho */
    scroll-behavior: smooth;
    /* Rolagem suave */
    font-family: "Noto Sans", sans-serif;
    /* Fonte padrão */
}

#background-index {
    width: 100%;
    min-height: 100vh;
    background-image: url(imgs/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 100px 30px 80px;
}

#first-line {
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

#percentage {
    font-size: 12.8em;
    font-family: "Noto Sans", sans-serif;
    font-weight: 1000;
    width: 100%;
    text-align: center;
    color: #00aa8f;
    line-height: 0.9;
}

#percentage-simbol {
    font-size: 0.7em;
    font-family: "Noto Sans", sans-serif;
    font-weight: 850;
    color: #00aa8f;
    line-height: 0.9;
}

#text {
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    color: white;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

#logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

#logo img {
    width: 40%;
}

#down-arrow {
    background-image: url(imgs/seta-baixo.png);
    width: 10%;
    height: 5vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 3rem;
}

#second-page {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#section-inicial {
    padding: 40px 100px 0;
}

#lamp {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 50px 30px 30px;
}

#lamp img {
    width: 100px;
}

#advertisement {
    color: #00aa8f;
    text-align: center;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-size: 2em;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 30px;
}

#advertisement-box1 {
    font-size: 1.5em;
    color: #3B547B;
}

#advertisement-box2 {
    font-size: 1.7em;
    color: #3B547B;
    font-size: 0.7em;
}

#container-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    max-width: 1000px;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    padding: 20px 40px;
    gap: 20px 30px;
}

#container-logos div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#container-logos img {
    max-width: 100%;
    max-height: 120px;
    object-fit: cover;
}

#cut {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    padding: 30px 50px;
    margin: 2% auto;
}

#cut img {
    width: 100%;
}

#div-tech-online {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    justify-content: center;
    margin: auto;
    gap: 20px;
}

#div-tech-online-bottom {
    display: flex;
    gap: 30px;
    width: 100%;
}

#tech {
    font-size: 3em;
    letter-spacing: 5px;
    color: #3B547B;
    font-family: "Noto Sans", sans-serif;
}

#div-tech-online-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

#box-solution {
    font-size: 2em;
    width: 100%;
    color: #00aa8f;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}

#online {
    font-size: 2.5em;
    color: #3B547B;
    font-family: "Noto Sans", sans-serif;
    line-height: 0.9;
    font-weight: 500;
}

#laptop {
    background-size: contain;
    background-repeat: no-repeat;
    width: 42%;
    display: flex;
    align-items: center;
}

#laptop img {
    width: 100%;
}

#tech-online-container {
    display: flex;
    flex-direction: column;
    width: 58%;
    gap: 30px;
    justify-content: center;
}

#tech-online-container>div {
    display: grid;
    grid-template-columns: 12% repeat(3, 24%);
    align-items: center;
    font-size: 11px;
    text-align: center;
    gap: 5%;
    letter-spacing: 0px;
}

#tech-online-container>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.tech-online-container-img {
    width: 100%;
}

#tech-online-bottom-bottom {
    row-gap: 10px !important;
}

.tech-online-container-green {
    color: #00A98F;
    fill: #00A98F;
    font-weight: 500;
}

.tech-online-container-blue {
    color: #3B547B;
    fill: #3B547B;
    font-weight: 600;
}

#telas {
    max-width: 70px;
}

#divisao-online {
    grid-column: 2/5;
    padding: 0 15%;
}

#slicer {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    padding: 30px 0px;
    margin: 2% auto;
}

#slicer img {
    width: 100%;
}

#section-offline-container {
    padding-bottom: 30px;
    padding-right: 100px;
}

#div-tech-offline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    justify-content: center;
    margin: auto;
    gap: 20px;
}

#div-tech-offline-bottom {
    display: flex;
    gap: 30px;
    width: 100%;
}

#mockup-app {
    width: 55%;
    display: flex;
    align-items: center;
}

#mockup-app img {
    width: 100%;
}

#div-tech-offline-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

#tech-offline-container {
    display: flex;
    flex-direction: column;
    width: 45%;
    gap: 30px;
    justify-content: start;
    padding-top: 30px;
}

#tech-offline-container>div {
    display: grid;
    grid-template-columns: 12% repeat(2, 30%);
    align-items: center;
    font-size: 11px;
    text-align: center;
    gap: 5%;
    letter-spacing: 0px;
}

#tech-offline-container>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

#divisao-offline {
    grid-column: 2/4;
    padding: 0 15%;
}


/* ===== SECTION BANNER ===== */
#section-banner {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

#div-banner {
    width: 100%;
    min-height: 80vh;
    background-image: url(imgs/bg2.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
}

#banner-menu {
    width: 100%;
    background-color: #3B547B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 5%;
}

#banner-logo img {
    height: 40px;
}

#banner-menu-imgs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#banner-menu-items {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
}

#banner-menu-items li a {
    color: white;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

#banner-menu-items li a:hover {
    text-decoration: underline;
}

#banner-hamburger {
    display: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#banner-hamburger:hover {
    transform: scale(1.1);
}



#banner-btn-contrate {
    background: linear-gradient(to right, #00aa8f 0%, #99d48f 100%);
    padding: 12px 20px;
    border-radius: 5px;
    transition: 0.3s;
}

#banner-btn-contrate:hover {
    transform: scale(1.05);
}

#banner-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 10%;
    gap: 3%;
}

#banner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#banner-raio img {
    width: 80px;
    height: 80px;
}

#banner-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#banner-text-intro {
    color: white;
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
}

#banner-text-main {
    color: white;
    font-size: 44px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    line-height: 1.1;
}

#banner-btn-contrate-main {
    background: linear-gradient(to right, #00aa8f 0%, #99d48f 100%);
    width: fit-content;
    padding: 15px 25px;
    border-radius: 5px;
    transition: 0.3s;
}

#banner-btn-contrate-main:hover {
    transform: scale(1.05);
}

#banner-btn-contrate-main a {
    color: white;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

#banner-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 600px;
    height: 500px;
}

#banner-device img {
    width: 100%;
    position: absolute;
    left: -100px;
    bottom: -60px;
}



/* ===== BENEFÍCIOS ===== */
#div-beneficios {
    background-color: white;
    padding: 60px 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.beneficio-item {
    display: flex;
    align-items: center;
    width: 800px;
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(60, 85, 124, 0.2);
}

.beneficio-item:last-child {
    border-bottom: none;
}

.beneficio-icon {
    flex-shrink: 0;
}

.beneficio-icon img {
    width: 60px;
    height: 60px;
    padding: 5px;
    object-fit: contain;
}

.beneficio-content {
    flex: 1;
    display: grid;
    grid-template-columns: 30% 30px auto;
    align-items: center;
    gap: 20px;
}

.beneficio-title {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

.beneficio-label {
    color: #00AA8F;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.beneficio-name {
    color: #3B547B;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1;
}

.beneficio-arrow {
    color: #00AA8F;
    font-size: 20px;
    margin-top: 10px;
    flex-shrink: 0;
}

.beneficio-text {
    color: #3B547B;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    margin-top: 5px;
}

.beneficio-text strong {
    font-weight: bold;
}







#online-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#online-div-banner {
    display: flex;
    background: linear-gradient(to right, #00a991 30%, #3C557C 30%);
    height: 210px;
    width: 100%;
    position: relative;
}

#online-div-absolute {
    position: absolute;
    height: 160%;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: start;
}

#online-div-absolute>div {
    width: 50%;
}

#online-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 120px;
    line-height: 1;
    letter-spacing: -1px;
}

#online-banner-text>div {
    width: fit-content;
}

#online-banner-text1 {
    color: #00AA8F;
    font-size: 16px;
    font-family: 'Avenir Next';
    font-weight: bold;
}

#online-banner-text2 {
    color: #fff;
    font-family: 'Avenir Next';
    font-weight: bolder;
    font-size: 56px;
}

/* Gradiente de fundo da seção online */
#online-div-img {
    background: url('imgs/img2.png') no-repeat right bottom / contain;
    width: 60% !important;
    height: 100%;
    position: relative;
    top: 12%;
    display: flex;
    justify-content: end;
    align-items: center;
}

#online-div-img iframe {
    width: 375px;
    height: 235px;
    margin-bottom: 30px;
    margin-right: 75px;
}

#online-context {
    display: flex;
    width: 80%;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 60px;
    padding: 50px 40px 150px;
    column-gap: 40px;
}

.online-div {
    width: auto;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
    display: grid;
    grid-template-rows: 50px 70px 1fr;
    align-items: start;
    gap: 10px;
}

.online-img {
    width: 100%;
    height: 100%;
    grid-row: 1/2;
}

.online-img img {
    height: 50px;
}

.online-title {
    color: #3C557C;
    font-family: 'Avenir Next';
    font-weight: bold;
    font-size: 24px;
    padding: 10px 10%;
}

.online-text {
    font-family: 'Montserrat';
    color: #3C557C;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#offline-div-banner {
    display: flex;
    background: linear-gradient(to right, #00a991 65%, #3C557C 65%);
    height: 210px;
    position: relative;
}

#offline-div-absolute {
    position: absolute;
    height: 160%;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 5%;
}

#offline-div-absolute>div {
    width: 50%;
}

#offline-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-top: 120px;
    line-height: 1;
    letter-spacing: -1px;
}

#offline-banner-text>div {
    width: fit-content;
}

#offline-banner-text1 {
    color: #3C557C;
    font-size: 16px;
    font-family: 'Avenir Next';
    font-weight: bold;
}

#offline-banner-text2 {
    color: #fff;
    font-family: 'Avenir Next';
    font-weight: bolder;
    font-size: 56px;
}

/* Gradiente de fundo da seção offline */
#offline-div-img {
    background: url('imgs/img5.png') no-repeat left center / contain;
    width: 50% !important;
    height: 100%;
}

#offline-context {
    padding: 50px 30px 80px;
    display: flex;
    justify-content: center;
}

#offline-context>div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 35%;
}

#offline-context-text {
    letter-spacing: -1px;
}

#offline-context-title {
    font-family: 'Avenir Next';
    font-weight: bolder;
    color: #00A993;
    font-size: 35px;
    line-height: 1;
}


#offline-context-text>p {
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    font-size: 16px;
    color: #3C557C;
    line-height: 1.5;
    font-weight: 500;

}

#offline-context-text1 {
    font-weight: bolder !important;
}

#offline-context-button {
    width: fit-content;
}

#offline-context-button a {
    text-decoration: none;
}

#offline-context-button button {
    background: linear-gradient(to right, #00aa8f 0%, #99d48f 100%);
    border: 0;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
}


/* ===== SEÇÃO DE PROCESSO ===== */
/* Container principal da seção de processo */
#process-section {
    background: #3C557C;
    /* Fundo azul corporativo */
    padding: 50px 50px 80px;
    /* Padding superior/lateral/inferior */
    text-align: center;
    /* Texto centralizado */
    color: white;
    /* Texto branco */
}

/* Título principal do processo */
#process-title {
    font-family: 'Avenir Next', sans-serif;
    /* Fonte Avenir Next */
    font-weight: bold;
    /* Peso negrito */
    font-size: 40px;
    /* Tamanho grande */
    padding: 20px;
    /* Espaçamento interno */
    line-height: 1;
    /* Altura da linha compacta */
}

/* Container dos passos */
#process-steps {
    display: grid;
    /* Layout em grid */
    grid-template-columns: 2fr 1.5fr 2fr 1fr;
    /* 4 colunas proporcionais */
    width: 80%;
    /* Largura de 80% */
    gap: 15px;
    /* Espaço entre colunas */
    padding: 0 50px;
    /* Padding lateral */
    margin: 0 auto;
    /* Centralização horizontal */
    text-align: left;
    /* Alinhamento à esquerda */
}

/* Divs dos passos e contexto do processo */
#process-steps>div,
.process-context {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Contexto específico dos passos */
.process-context {
    gap: 10px !important;
    margin-left: 5px;
}

/* Linha conectora entre passos */
.process-line {
    display: flex;
    align-items: center;
}

/* Div interna da linha conectora */
.process-line div {
    width: 105%;
    height: 1px;
    background: rgba(0, 170, 143, 0.5);
    position: relative;
    right: 5px;
}

/* Número do passo do processo */
.process-line-number {
    font-weight: bold;
    font-family: 'Avenir Next', sans-serif !important;
    font-size: 32px;
}

/* Título do contexto do passo */
.process-context-title {
    padding-right: 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Elementos filhos do título do contexto */
.process-context-title>* {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

/* Texto verde do contexto */
.process-context-green {
    color: #00AA8F;
}

/* Texto explicativo do processo */
.process-context-text {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
}



/* ===== SEÇÃO DE CONTATO ===== */
/* Container principal da seção de contato */
article {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 50px 0px;
    background-color: #E6E6E6;
}

/* Container do formulário de contato */
#contact {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #3C557C;
}

/* Centralização dos elementos filhos do contact */
#contact>div {
    text-align: center;
}

/* Título principal "Fale Conosco" */
#title-contact {
    font-family: 'Avenir Next', sans-serif;
    font-weight: bold;
    font-size: 49px;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 5px;
}

/* Subtítulo explicativo do formulário */
#subtitle-contact {
    font-size: 13px;
}

/* Grid principal do formulário (2 colunas) */
#form-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    padding: 30px;
    gap: 20px;
}

/* Colunas esquerda e direita do formulário */
#form-contact-left,
#form-contact-right {
    display: grid;
    grid-template-rows: repeat(7, 1fr);
    gap: 12px;
}

/* Largura máxima dos campos do formulário */
#form-contact-left>div,
#form-contact-right>div {
    width: 100%;
    max-width: 300px;
}

/* Alinhamento à direita da coluna esquerda */
#form-contact-left>div {
    margin-left: auto;
}

/* Estilo dos campos de input da coluna esquerda */
#form-contact-left input {
    padding: 8px 19px;
    width: 100%;
    height: 100%;
    border: none;
}

/* Estilo dos placeholders e textos dos campos */
#form-contact-left input::placeholder,
#form-contact-left input,
#form-contact-right textarea,
#form-contact-right textarea::placeholder {
    color: #3C557C;
    font-size: 14px;
}

/* Container da textarea de mensagem */
#div-contact-message {
    grid-row: 1/4;
}

/* Seção dos radio buttons de economia */
#radio-contact {
    text-align: start;
    grid-row: 4/6;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* Textarea para mensagem do usuário */
#contact-message {
    width: 100%;
    height: 100%;
    padding: 12px;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    min-height: 100%;
}

/* Título da seção de expectativa de economia */
#title-radio-contact {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 5px;
}

/* Subtítulo explicativo dos radio buttons */
#subtitle-radio-contact {
    font-size: 12px;
}

/* Container dos radio buttons de economia */
#context-radio-contact {
    padding: 10px 0 0px;
    display: flex;
    justify-content: space-between;
}

/* Estilo base dos radio buttons customizados */
#radio-contact input[type="radio"] {
    appearance: none;
    width: 55px;
    height: 55px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C557C;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

/* Estado selecionado dos radio buttons */
#radio-contact input[type="radio"]:checked {
    background-color: #3C557C;
    color: white;
}

/* Conteúdo dos radio buttons (percentual) */
#radio-contact input[type="radio"]::after {
    content: attr(value) '%';
    font-size: 16px;
}

/* ===== BOTÃO DE UPLOAD DE ARQUIVO ===== */
/* Botão customizado para upload de conta de energia */
#file-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    height: 100%;
    padding-left: 19px;
    background-color: transparent;
    border: 2px solid #3C557C;
    color: #3C557C;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: bold;
}

/* Ícone do anexo dentro do botão */
#file-button img {
    width: 45px;
    height: 45px;
}

/* ===== CHECKBOX DE POLÍTICA DE PRIVACIDADE ===== */
/* Checkbox da política de privacidade (desktop e mobile) */
#contact-check,
#contact-check2 {
    width: 20px !important;
    height: 20px !important;
    margin-right: 15px;
    transition: 0.3s;
}

/* Container da política de privacidade (desktop e mobile) */
#div-privacy1,
#div-privacy2 {
    grid-row: 7/8;
    width: 100%;
    background-color: white;
    text-align: end;
    padding: 10px;
}

/* Div de privacidade mobile (oculta por padrão) */
#div-privacy2 {
    display: none;
}

/* Label da política de privacidade */
#privacy-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 12px;
}

/* Link da política de privacidade */
#privacy-label a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

/* ===== BOTÃO DE ENVIO ===== */
/* Container do botão de envio (ocupa 2 colunas) */
#div-contact-button {
    grid-column: 1/3;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

/* Botão de envio com gradiente verde */
#div-contact-button button {
    background: linear-gradient(to right, #00aa8f 0%, #99d48f 100%);
    border: 0;
    padding: 20px 30px;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
}

/* ===== RODAPÉ ===== */
/* Rodapé com logo da empresa */
footer {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== RESPONSIVIDADE ===== */
/* Breakpoint para tablets e dispositivos móveis */
@media (max-width: 1024px) {
    #section-inicial {
        padding: 40px 50px 0;
    }

    #banner-menu {
        flex-direction: column;
        transition: 0.3s;
        padding: 20px 10%;
    }

    #banner-menu-imgs {
        width: 100%;
    }

    #banner-hamburger {
        display: block;
    }


    #banner-menu-items {
        top: 80px;
        left: 0;
        width: 100%;
        background-color: #3B547B;
        flex-direction: column;
        gap: 15px;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 1000;
    }

    #banner-menu-items.active {
        display: flex;
        justify-content: start;
        max-height: 400px;
        opacity: 1;
        padding: 30px 0;
        transform: translateY(0);
    }

    #banner-menu-items.active li{
        transition: 0.5s;
        padding: 1px;
        margin-left: 0;
    }

    #banner-content {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0 15% !important;
        transition: margin-top 0.3s ease;
    }

    #banner-device img {
        left: 0 !important;
        bottom: -50px !important;
    }

    #banner-menu-items.active~#banner-content {
        margin-top: 30px;
    }

    #banner-menu-items li {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

    #banner-btn-contrate {
        padding: 8px 15px !important;
        font-size: 12px;
        margin-right: auto;
        width: fit-content !important;
        margin-left: 20px;
    }

    .beneficio-item {
        width: 90%;
    }

    .beneficio-content {
        grid-template-columns: 230px 30px auto;
    }

    #online-div-img{
        justify-content: center;
    }

    #online-div-img iframe {
        width: 70%;
        height: 65%;
        margin: 0%;
        margin-bottom:3%;
    }
}


@media (max-width: 768px) {

    #percentage,
    #text {
        font-size: 16px;
    }

    #percentage {
        font-size: 8em;
    }

    #section-inicial {
        padding: 40px 5% 0;
    }

    #lamp {
        padding: 10px;
    }

    #advertisement {
        padding: 10px 10px;
        font-size: 1.5rem;
    }


    #container-logos {
        max-width: none;
        grid-template-columns: repeat(3, 1fr);
        padding: 20px;
    }

    #cut,
    #slicer {
        padding: 0%;
    }

    #div-tech-online-container {
        padding: 0px;
    }

    #tech {
        display: none;
    }

    #box-solution {
        padding: 20px;
    }

    #div-tech-online-bottom,
    #div-tech-offline-bottom {
        flex-direction: column;
    }

    #laptop,
    #mockup-app,
    #tech-online-container,
    #tech-offline-container {
        width: 100%;
    }

    .tech-online-container-img,
    #tech-offline-container-img {
        width: 30%;
    }

    #tech-online-container>div,
    #tech-offline-container>div {
        display: flex;
        flex-direction: column;
        gap: 30px !important;
    }

    #tech-online-container>div>div,
    #tech-offline-container>div>div {
        width: 100%;
    }

    #divisao-online,
    #divisao-offline {
        display: none !important;
    }

    #section-offline-container {
        padding: 0 calc(5% + 20px);
    }

    #banner-content {
        flex-direction: column;
        gap: 30px;
        padding: 0 10% !important;
    }

    #banner-right {
        width: auto;
        height: auto;
    }

    #banner-device {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }

    #banner-device img {
        position: relative;
        width: 120%;
        top: 30px !important;

    }

    #div-beneficios {
        justify-content: center;
        padding: 40px 10%;
    }

    .beneficio-item {
        flex-direction: column;
        gap: 15px;
    }

    .beneficio-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .beneficio-title {
        min-width: auto;
    }

    .beneficio-name {
        font-size: 24px;
    }

    .beneficio-arrow {
        display: none;
    }

    .beneficio-text {
        width: 100%;
        text-align: left;
    }


    #online-context {
        width: 90%;
        gap: 30px;
        padding: 40px 20px 220px;
    }

    #online-div-banner {
        height: 400px;
        background: linear-gradient(to bottom, #00a991 50%, #3C557C 50%);
    }

    #online-div-absolute {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 150%;
        gap: 0;
    }

    #online-div-absolute>div {
        width: 100% !important;
        margin: 0;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    #online-div-img {
        height: 200% !important;
        background-position: center;
        top: 20%;
        max-width: 380px;
    }

    #online-div-img iframe {
        width: 265px;
        height: 180px;
        margin: 0%;
        margin-bottom: 20px;
    }

    .online-div {
        width: 100%;
        grid-template-rows: 50px auto auto;
    }

    #offline-context {
        padding: 40px 20px 50px;
    }

    #offline-context>div {
        width: 100%;
    }

    #offline-div-banner {
        height: 400px;
        background: linear-gradient(to top, #00a991 50%, #3C557C 50%);
    }

    #offline-div-absolute {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 150%;
        gap: 0;
    }

    #offline-div-absolute>div {
        width: 100% !important;
        margin: 0;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    #offline-div-img {
        order: -1;
        height: 200% !important;
        background-position: center;
    }

    #offline-context-text>p {
        font-size: 13px;
    }

    #process-section {
        padding: 40px 20px 50px;
    }

    #process-title {
        font-size: 30px;
        padding: 20px 0;
    }

    /* Seção de processo em coluna única */
    #process-steps {
        grid-template-columns: 1fr;
        /* Uma coluna */
        width: 95%;
        /* Largura reduzida */
        padding: 10px 0;
        /* Padding lateral menor */
        text-align: left;
        /* Texto centralizado */
        gap: 30px;
    }

    #process-steps>div {
        gap: 15px;
    }


    /* Container do formulário ocupa largura total */
    #contact {
        width: 100%;
    }

    /* Formulário muda para coluna única */
    #form-contact {
        grid-template-columns: 1fr;
        /* Uma coluna apenas */
        width: 95%;
        /* Largura reduzida */
        padding: 20px;
        /* Padding menor */
    }

    /* Coluna esquerda com altura fixa para campos */
    #form-contact-left {
        grid-template-rows: repeat(5, 50px);
        /* 5 linhas de 50px */
    }

    /* Coluna direita com altura automática */
    #form-contact-right {
        grid-template-rows: auto;
        /* Altura automática */
    }

    /* Centralização de todos os campos */
    #form-contact-left>div,
    #form-contact-right>div {
        margin: 0 auto;
        /* Centraliza horizontalmente */
        max-width: none;
        /* Remove limitação de largura */
    }

    /* Ajuste da textarea de mensagem */
    #contact-message {
        height: 150px;
        /* Altura fixa menor */
        max-width: 100px;
        /* Largura máxima reduzida */
    }

    /* Radio buttons sem posicionamento fixo */
    #radio-contact {
        grid-row: auto;
        /* Posição automática */
    }

    /* Espaçamento entre radio buttons */
    #context-radio-contact {
        gap: 10px;
        /* Espaço de 10px entre elementos */
    }

    /* Esconde div de privacidade desktop */
    #div-privacy1 {
        display: none;
        /* Oculta completamente */
    }

    /* Mostra div de privacidade mobile */
    #div-privacy2 {
        display: block;
        /* Torna visível */
        grid-row: auto;
        /* Posição automática */
    }

    /* Botão de envio ocupa uma coluna */
    #div-contact-button {
        grid-column: 1;
        /* Apenas primeira coluna */
        padding-top: 10px;
        /* Padding superior reduzido */
    }

    /* Título menor para mobile */
    #title-contact {
        font-size: 40px;
        /* Tamanho reduzido */
    }
}


/* ===== ANIMAÇÃO DE FEEDBACK DE ERRO ===== */
/* Animação de shake para feedback de erro */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.error-shake {
    animation: shake 0.5s;
}
