* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background-image: url('/image/jersi.com.br_app_financeiro.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-x: hidden;
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 70% escurecimento */
    z-index: -1;
}

/* Estilos para o header e navegação */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 2rem;
    width: 100%;
}

.logo {
    width: 140px;
    transition: transform 0.3s ease;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}
.logo:hover {
    transform: scale(1.1);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.create-account {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.3s ease;
    padding: 0.6rem 0;
    white-space: nowrap;
    font-size: 1.1rem;
}

.create-account:hover {
    transform: scale(1.1);
}

.login-button {
    background-color: #F3BA0E;
    color: #000;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.3s ease;
    white-space: nowrap;
    font-size: 1rem;
}

.login-button:hover {
    transform: scale(1.1);
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        padding: 0.8rem 1rem;
    }
    
    .logo img {
        width: 110px;
    }
    
    .nav-menu {
        gap: 0.8rem;
    }
    
    .create-account {
        font-size: 0.8rem;
    }
    
    .login-button {
        padding: 0.7rem 1rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 50px;
    }
    
    .create-account {
        font-size: 1rem;
    }
    
    .login-button {
        padding: 0.6rem 0.8rem;
        font-size: 0.8rem;
    }
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    z-index: 1;
    position: relative;
}

/* Estilos para o slider da seção hero */
.hero {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px; /* Espaço para os dots */
}

.hero-slider {
    display: flex;
    transition: transform 0.8s ease;
    width: 300%; /* 3 slides x 100% */
}

.slide {
    width: 33.333%; /* 100% / 3 slides */
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #F3BA0E;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.whatsapp-button i {
    margin-right: 10px;
    font-size: 1.3rem;
}

.whatsapp-button:hover {
    background-color: #F3BA0E;
    transform: translateY(-3px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0;
    gap: 20px;
}

.card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #F3BA0E;
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.card h4 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.card p {
    font-size: 1rem;
    line-height: 1.5;
}
/* Estilo para o texto amarelo */
.yellow {
    color: #F3BA0E;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .card {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {
    .logo {
        width: 150px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.3rem;
    }
   
}

/* Estilo Aplicativos */
.aplicativos {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    gap: 50px;
}

.aplicativos h2 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.aplicativos h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.aplicativos p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 20px;
}

.aplicativos .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.aplicativos .text-content {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.aplicativos .image-content {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.aplicativos .image-content img {
    max-width: 100%;
    height: auto;
}

.text-content .button-container {
    margin-top: 20px;
}


@media (max-width: 768px) {
    .aplicativos .content {
        flex-direction: column;
        text-align: center;
    }

    .aplicativos .text-content,
    .aplicativos .image-content {
        max-width: 100%;
        padding: 10px;
    }
    .aplicativos h2 {
        font-size: 2rem;
    }
    
    .aplicativos h3 {
        font-size: 1.5rem;
    }
    
    .aplicativos p {
        font-size: 1rem;
    }
}

.diferenciais {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 30px;
    margin: 40px 0 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.diferenciais-content {
    max-width: 800px;
    margin: 0 auto;
}

.diferenciais h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}

.diferenciais-list {
    list-style-type: none;
}

.diferenciais-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: flex;
    align-items: flex-start;
}

.diferenciais-list i {
    color: #F3BA0E;
    margin-right: 10px;
    font-size: 1.3rem;
}
@media (max-width: 768px) {
    .diferenciais-list li {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {    
    .diferenciais {
        padding: 20px;
    }
}

/* Estilo CTA */
.cta-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 80px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    max-width: 1200px;
    margin: 0 auto;
}

.cta-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-subtitle {
    font-size: 1.4rem;
    margin-bottom: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.cta-benefits {
    margin: 30px auto;
    max-width: 700px;
    text-align: left;
}

.cta-benefits p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.cta-benefits i {
    color: #4CAF50;
    margin-right: 15px;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.cta-variations {
    margin: 30px auto;
    margin-bottom: 0;
    height: 60px;
    position: relative;
    max-width: 700px;
}

.variation {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #F3BA0E;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.variation.active {
    opacity: 1;
    transform: translateY(0);
}

/* Estilo Botão CTA */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    min-width: 250px;
}

.cta-button i {
    margin-right: 10px;
    font-size: 1.4rem;
}

.cta-button:hover {
    background-color: #F3BA0E;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Estilo Botão CTA Quero Testar */
.quero-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F3BA0E;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    min-width: 250px;
}

.quero-cta-button i {
    margin-right: 10px;
    font-size: 1.4rem;
}

.quero-cta-button:hover {
    background-color: #25D366;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.cta-note {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}

@media (max-width: 768px) {
    .cta-container {
        padding: 40px 25px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-subtitle {
        font-size: 1.2rem;
    }
    
    .cta-benefits p {
        font-size: 1rem;
    }
    
    .variation {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .cta-container {
        padding: 30px 20px;
    }
    
    .cta-title {
        font-size: 1.6rem;
    }
    
    .cta-subtitle {
        font-size: 1.1rem;
    }
    
    .cta-variations {
        height: 80px;
    }
    
    .variation {
        font-size: 1rem;
    }
}

/* seção Counters estilos básicos */
.counters-section {
    max-width: 1200px;
    margin: auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    margin-top: -40px;
}

.counters-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    /* escurecido 50% */
    z-index: 1;
}

.counters-section .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

.counters-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.counters-section .counter-column {
    flex: 1;
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding: 10px;
    box-sizing: border-box;
}

.counters-section .facts-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 5);
    transition: transform 0.3s ease;
}

.counters-section .facts-item:hover {
    transform: translateY(-10px);
}

.counters-section .facts-item .icon {
    margin-bottom: 10px;
}

.counters-section .facts-item .icon img {
    width: 50px;
    height: auto;
}

.counters-section .facts-item h3 {
    font-size: 2em;
    margin-bottom: 5px;
    color: #fff;
}

.counters-section .facts-item h4 {
    font-size: 1.2em;
    color: #F3BA0E;

}

/* Estilos responsivos */
@media (max-width: 768px) {
    .counters-section .row {
        flex-direction: column;
        background-position: center;
    }

    .counters-section .counter-column {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}

/* Estilos para a seção FAQ */
.faq {
    max-width: 1200px;
    margin: auto;
    padding: 50px 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    gap: 50px;
}
.faq .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.faq .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-content {
    text-align: center;
    margin-bottom: 50px;
}

.faq-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq-content .divider {
    width: 80px;
    height: 3px;
    background-color: #F3BA0E;
    margin: 0 auto 20px;
}

.faq-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    text-transform: lowercase;
}

.faq-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.faq-content .yellow {
    color: #F3BA0E;
    font-weight: 500;
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.faq-column {
    flex: 1;
    min-width: 300px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background-color: #555;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background-color: #F3BA0E;
}

.faq-question .icon {
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.faq-question.active .icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0 20px;
    background-color: #fff;
}

.faq-answer.active {
    max-height: 1000px;
    padding: 0 20px 20px;
}

.faq-answer p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #666;
}

.faq-answer ul {
    padding-left: 20px;
}

.faq-answer li {
    margin-bottom: 5px;
    line-height: 1.5;
    color: #666;
}

.faq-answer strong {
    color: #333;
}

/* Responsividade */
@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }
    
    .faq-column {
        width: 100%;
    }
    
    .faq-content h2 {
        font-size: 28px;
    }
    
    .faq-content h3 {
        font-size: 20px;
    }
}


/* Estilos para o rodapé */
.footer {
    color: #fff;
    padding: 3rem 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2rem;
}

.footer-column {
    margin-bottom: 2rem;
    padding: 0 1rem;
}

/* Distribuição das colunas conforme solicitado */
.logo-column {
    width: 40%;
}

.contact-column, 
.support-column, 
.security-column {
    width: 20%;
}

/* Alinhamento horizontal dos elementos da primeira coluna */
.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    display: block;    
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #F3BA0E;
}

.google-logo {
    max-width: 150px;
    height: auto;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    
    .logo-column,
    .contact-column, 
    .support-column, 
    .security-column {
        width: 100%;
        text-align: center;
    }
    
    .logo-container {
        flex-direction: column;
        align-items: center;
    }
}
/* Fim do rodapé */


/* Estilo para a seção de copyright */
.copyright {
    flex: 0 0 100%;
    /* Ocupa 100% da largura */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0 30px 0;
   
}

.copyright p {
    margin: 5px 40px;
    color: #fff;
    font-size: 1.1em;
}

.copyright i.fa-heart {
    color: #F3BA0E;
    /* Cor do ícone de coração */
}

.copyright a {
    color: #F3BA0E;
    /* Cor do link */
    text-decoration: none;
}

.copyright a:hover {
    text-decoration: underline;
    /* Adiciona sublinhado ao passar o mouse */
}