/** Bloco "SOBRE" */
#sobre { padding-top: 5rem; padding-bottom: 15rem; background: var(--bg-content); position: relative; }
#sobre h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 3rem; }
#sobre h2 strong { font-weight: 700; color: var(--color-primary); }
#sobre p { font-size: 1.35rem; }
#sobre p strong { font-weight: 600; }

#sobre .image-sobre {
    position: relative;
    display: inline-block;
}

#sobre .image-sobre img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 42px 120px 42px 120px;
}

#sobre .image-sobre img:hover {
    transform: translateY(-4px);
    box-shadow:
        0 35px 70px rgba(0,0,0,.12),
        0 15px 30px rgba(0,0,0,.08);
}
#sobre .image-sobre::before { 
    content: '';
    position: absolute;
    width: 75%;
    height: 75%;
    pointer-events: none;
    box-sizing: border-box;
    background: var(--color-primary);
    z-index: 1;
    border-radius: 5rem 9rem 5rem;
    right: -20px;
    top: -20px;
}



/** Bloco "DIFERENCIA (PASSOS)" */
#diferencia { padding-top: 5rem; padding-bottom: 2rem; background: var(--bg-content-black); position: relative; }
#diferencia * { color: var(--color-font-light); }
#diferencia h2 { font-size: 2.8rem; font-weight: 400; margin-bottom: 2.5rem; }
#diferencia article { 
    border-radius: 2rem;
    padding: 2rem 1.25rem;
    text-align: center;
    min-height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
}
#diferencia article h3, #diferencia article p { color: var(--color-font-light); }
#diferencia article h3 { font-size: 1.2rem; font-weight: 700; margin: 15px 0; text-transform: uppercase; letter-spacing: 2px; min-height: 46px; }



/** Bloco "PASSOS" */
#passos {
    padding-top: 2rem;
    padding-bottom: 4rem;
    position: relative;
    background: var(--bg-content-black);
}

#passos .passos-container {
    background: var(--bg-content);
    padding: 3rem 6% 4rem;
    border-radius: 4rem;
}

#passos h2 {
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: .75rem;
}

#passos h2 strong {
    font-weight: 700;
    color: var(--color-primary);
}

#passos .passos-subtitle {
    max-width: 620px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.5;
}

#passos .passo-item {
    padding: 0 1rem;
}

#passos .passo-numero {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

#passos .passo-item h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: .75rem;
}

#passos .passo-item p {
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.45;
}

#passos .button-abertura {
    position: relative;
    top: -1.75rem;
}

#passos .button-abertura .btn {
    font-size: 1.15rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 991px) {
    #passos .passos-container {
        border-radius: 2rem;
    }

    #passos .passo-item {
        margin-bottom: 2rem;
    }
}
.passos-shape { position: relative; }


/** Bloco "PLANOS" */
#planos { padding-top: 5rem; padding-bottom: 4rem; }
#planos h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 3.5rem; }
#planos .card { border-radius: 1.5rem; text-align: center; border: 3px solid var(--bg-content); }
#planos .card .card-header { background: var(--color-primary); border-radius: 1.2rem 1.2rem 0 0; }
#planos .card .card-header h3 { margin: 1rem 0; text-transform: uppercase; font-size: 1.3rem; font-weight: 700; color: var(--color-font-light);  letter-spacing: 1px; }
#planos .card p { letter-spacing: 3px; }
#planos .planos-container div:nth-of-type(2) .card { border: 6px solid var(--color-primary); transform: scale(1.05); }
#planos .planos-container > .col-12:nth-of-type(2) .card-header { margin: -1px; }


#planos .card .price { display: flex; justify-content: center; align-items: flex-start; gap: 16px; margin-bottom: 1.5rem; }
#planos .card .price .price__currency { font-size: 1.2rem; line-height: 1.75; }
#planos .card .price .price__number span { font-size: 3.2rem; font-weight: 600; line-height: 1; }
#planos .card ul { text-align: left; width: 76%; margin: 0 auto 1.5rem; min-height: 160px; }
#planos .card ul li { font-size: 1.1rem; }
#planos .card a { display: block; }
#planos .card a.btn { max-width: 200px; margin: 0 auto 12px; }
#planos .card a:not(.btn) { font-size: 1.2rem; font-weight: 500; margin-bottom: 10px; }


/** Bloco "SERVICOS" */
#servicos { padding-top: 2rem; padding-bottom: 4rem; }
#servicos h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 3.5rem; }
#servicos h2 strong { font-weight: 700; color: var(--color-primary); }
/* Order Left */
#servicos .servicos-order-0 { padding-left: 5%; padding-right: 5%; }
#servicos .image-order-1 { padding-left: 0; padding-right: 0; position: relative; }
#servicos .image-order-1 img { width: 100%; border-radius: 3rem; position: relative; z-index: 2; }
#servicos .image-order-1::before { 
    content: '';
    position: absolute;
    width: 75%;
    height: 75%;
    pointer-events: none;
    box-sizing: border-box;
    background: var(--color-primary);
    z-index: 1;
    border-radius: 4rem;
    right: -20px;
    top: -20px;
}
/* Order Right */
#servicos .servicos-order-1 { padding-left: 5%; padding-right: 5%; }
#servicos .image-order-0 { padding-left: 0; padding-right: 0; position: relative; }
#servicos .image-order-0 img { width: 100%; border-radius: 3rem; position: relative; z-index: 2; }
#servicos .image-order-0::before { 
    content: '';
    position: absolute;
    width: 75%;
    height: 75%;
    pointer-events: none;
    box-sizing: border-box;
    background: var(--color-primary);
    z-index: 1;
    border-radius: 4rem;
    left: -20px;
    top: -20px;
}

#servicos h3 { font-weight: 700; margin: 12px 0 1.2rem 0; color: var(--color-primary); }
#servicos p { font-size: 1.2rem; font-weight: 500; }
#servicos ul { padding-left: 0; list-style: none; }
#servicos ul li { font-size: 1.2rem; font-weight: 600; margin-bottom: 5px; display: inline-flex; align-items: center; }
#servicos ul li svg { margin-right: 8px; font-size: 1.5rem; }
#servicos ul li svg path { color: var(--color-secondary); }



/** Bloco "DEPOIMENTOS" */
#depoimentos { padding-top: 14rem; padding-bottom: 2rem; }
#depoimentos h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 2.5rem; }
#depoimentos h2 strong { font-weight: 700; color: var(--color-primary); }
#depoimentos article { background: var(--color-primary); border-radius: 1.5rem; padding: 2.5rem 2rem; text-align: center; min-height: 275px; }
#depoimentos img { width: 100px; border-radius: 50%; margin-bottom: 1rem; border: 5px solid #FFF; }
#depoimentos article h3, #depoimentos article p { color: var(--color-font-light); }
#depoimentos article h3 { font-size: 1.3rem; font-weight: 600; margin: 15px 0; }

#depoimentos .carousel-control-prev,
#depoimentos .carousel-control-next { position: static; width: auto; padding: 10px; }
#depoimentos .navigation-arrows { display: flex; justify-content: center; margin-top: 20px; }
#depoimentos .carousel-control-prev i,
#depoimentos .carousel-control-next i { color: var(--color-secondary); padding: 0 12px; font-size: 2.25rem; }


/** Bloco "PARCEIROS" */
#parceiros { padding-top: 1rem; padding-bottom: 4rem; }
#parceiros h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 1.5rem; }
#parceiros h2 strong { font-weight: 700; color: var(--color-primary); }

#parceiros .carousel-control-prev,
#parceiros .carousel-control-next { position: static; width: auto; padding: 10px; }
#parceiros .navigation-arrows { display: flex; justify-content: center; margin-top: 20px; }
#parceiros .carousel-control-prev i,
#parceiros .carousel-control-next i { color: var(--color-secondary); padding: 0 12px; font-size: 2.25rem; }
#parceiros .logomarca { max-height: 180px; }



/** Bloco "INICIAR CONTABILIDADE" */
#iniciar-contabilidade .container {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background: var(--bg-content-black);
    border-radius: 1.5rem;
}
#iniciar-contabilidade h2 { font-size: 2rem; font-weight: 700; margin-bottom: .5rem; color: var(--color-font-light); }
#iniciar-contabilidade p { font-size: 1.25rem; color: var(--color-font-light); margin-bottom: 3rem; }
#iniciar-contabilidade .btn { padding: 16px 2rem !important; font-size: 1.3rem; }



/** Bloco "PERGUNTAS FREQUENTES" */
#perguntas { padding-top: 4rem; padding-bottom: 2rem; }
#perguntas h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 2.5rem; }
#perguntas h2 strong { font-weight: 700; color: var(--color-primary); }
#perguntas .faq-content { background: var(--bg-content); padding: 4rem 5rem 4rem; border-radius: 4rem; }
#perguntas .faq-content .accordion { background: transparent; border: 0; padding: .5rem 0; text-align: left; display: flex; align-items: center; justify-content: space-between; }
#perguntas .faq-content .accordion p { margin-bottom: 0; font-size: 1.25rem; font-weight: 500; }
#perguntas .faq-content .accordion svg { font-size: 2rem; margin-left: 20px; }
#perguntas .faq-content .accordion svg path { color: var(--color-secondary); }
#perguntas button:focus { outline: 0px !important; }
#perguntas .faq-content .panel { display: none; margin-top: -.1rem; margin-bottom: 1rem; padding: 0 1.5rem 0 0; }
#perguntas .faq-content .panel p { margin-bottom: 0 !important; font-size: 1.1rem; font-weight: 600; color: var(--color-primary-hover); }



/** Bloco "BLOG" (antigo "PUBLICAÇÃO" - última seção antes do footer) */
#blog {
    padding: 4rem 0 calc(6rem + 150px) 0;
    position: relative;
    overflow: hidden;
}

#blog h2 { font-size: 2.5rem; font-weight: 400; margin-bottom: 2.5rem; }
#blog h2 strong { font-weight: 700; color: var(--color-primary); }

/* blog */
#blog .artigos .content { padding-left: 5%; padding-right: 5%; }
#blog .artigos .img { padding-left: 0; padding-right: 0; position: relative; display: inline-block; }
#blog .artigos .img img { width: 100%; border-radius: 4rem; position: relative; z-index: 2; }
#blog .artigos .img::before { 
    content: '';
    position: absolute;
    width: 75%;
    height: 75%;
    pointer-events: none;
    box-sizing: border-box;
    background: var(--color-primary);
    z-index: 1;
    border-radius: 4rem;
    right: -20px;
    top: -20px;
}

#blog article a { text-decoration: none; }
#blog article { position: relative; padding-left: 30px; padding-top: 10px; margin-bottom: 1.3rem; }
#blog article::before { position: absolute; content: " "; width: 15px; height: 75px; background: var(--color-secondary); left: 0; border-radius: 1rem; }
#blog article h3 { font-weight: 700; font-size: 1.4rem; line-height: 1.15; margin-bottom: 0; }
#blog article p { font-size: 1rem; font-weight: 500; margin: 4px 0 0 0; }
#blog article:hover h3 { color: var(--color-secondary); }
#blog article:hover::before { background: var(--color-primary); }
#blog .caption { z-index: 3; }
#blog .caption h3 { font-size: 2.8rem; font-weight: bold; margin-bottom: 2.5rem; color: var(--color-font-light); line-height: 1.1; text-shadow: 2px 2px #1e386c; }
#blog .caption .btn { padding: 16px 2.2rem !important; }



/** TOP PAGE */
/* Shape/divider no final do blog */
.custom-shape-divider-bottom-1778332100 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1778332100 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1778332100 .shape-fill {
    fill: #000000;
}


/** BOTTOM PAGE */
.custom-shape-divider-top-1778594377 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1778594377 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1778594377 .shape-fill {
    fill: #000000;
}




/** Footer (refatorado) */
.footer-shape { position: relative; }


#footer {
    padding: 7rem 0 3rem;
    background: #000000;
    position: relative;
}

/* Força de cores (evita texto preto no fundo escuro) */
#footer,
#footer p,
#footer span,
#footer li,
#footer a {
    color: #ffffff;
}

#footer .footer-cta__text,
#footer .footer-contact-list span,
#footer .footer-copy {
    color: #d7d7d7;
}

#footer h2,
#footer h3,
#footer h4,
#footer .footer-card__title {
    color: #ffffff;
}

#footer a:hover { color: #1f55ff; }

#footer .footer-cta { padding-right: 0; }
#footer .footer-cta__title { font-weight: 800; margin: 0 0 0.75rem; font-size: 2.1rem; line-height: 1.1; }
#footer .footer-cta__text { font-weight: 500; font-size: 1.1rem; margin: 0 0 1.25rem; max-width: 62ch; }
#footer .footer-cta__btn { padding: 15px 2rem !important; font-size: 1.1rem !important; }

#footer .footer-section-title {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #d7d7d7;
    font-weight: 700;
    margin: 0 0 1rem;
}

#footer .footer-social {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
}

#footer .footer-social__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

#footer .footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
}

#footer .footer-social__link i { font-size: 1.75rem; line-height: 1; color: var(--color-font-light); }

#footer .footer-social__link:hover {
    background: #1f55ff;
    border-color: #1f55ff;
    transform: translateY(-1px);
}

#footer .footer-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
}

#footer .footer-card__title { font-size: 1.2rem; font-weight: 700; margin: 0 0 1rem; }

#footer .form-control {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    padding: 0.75rem 0.9rem;
}

#footer .form-control::placeholder { color: rgba(215, 215, 215, 0.75); }

#footer .form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #1f55ff;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(31, 85, 255, 0.25);
}

#footer .footer-contact-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

#footer .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

#footer .footer-contact-list li i {
    color: #1f55ff;
    font-size: 1.15rem;
    line-height: 1.2;
    margin-top: 0.1rem;
}

#footer .footer-links li { margin-bottom: 0.65rem; }

#footer .footer-links a {
    color: #d7d7d7;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

#footer .footer-links a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #1f55ff;
    opacity: 0.6;
}

#footer .footer-links a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

#footer .footer-links a:hover::before { opacity: 1; }

#footer .footer-bottom { padding-top: 3rem; }
#footer .footer-copy { margin: 0; }
#footer .footer-copy b { color: var(--color-font-light); }
#footer .footer-bottom img { max-height: 70px; }

/* Botão voltar ao topo (não confundir com o shape) */
#footer .back-to-top {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #1f55ff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: transform 0.2s ease, background 0.2s ease;
}

#footer .back-to-top i { color: #ffffff; font-size: 1.6rem; line-height: 1; }

#footer .back-to-top:hover {
    background: #1745d8;
    transform: translateY(-1px);
}

#footer .back-to-top:focus-visible,
#footer .footer-social__link:focus-visible,
#footer .footer-links a:focus-visible {
    outline: 2px solid #1f55ff;
    outline-offset: 3px;
}

/* Aplicativo APP STORE e GOOGLE PLAY */
  .app-download-section {
    padding-top: 42px;
    padding-bottom: 24px;
  }

  .app-download-title {
    font-size: 16px;
    margin-right: 6px;
    line-height: 1;
    white-space: nowrap;
  }

  .app-store-btn {
    width: 160px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff !important;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.2s ease;
  }

  .app-store-btn:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
  }

  .app-store-btn svg,
  .app-store-btn svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  .app-store-btn svg {
    display: block;
    flex-shrink: 0;
  }

  @media (max-width: 767px) {
    .app-download-section {
      padding-top: 32px;
    }
  }











/* Popup para retorno do formulario */
.popup {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 320px;
    max-width: calc(100% - 40px);
    color: #fff;
    border-radius: 4px;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 9999;
}

.popup p {
    padding: 13px 15px 15px;
    line-height: 18px;
    font-size: 1rem;
    margin: 0;
}

.popup .progress-bar {
    height: 10px;
    width: 0%;
    transition: width linear;
}

.popup-success {
    background: #28a745 !important;
}

.popup-success .progress-bar {
    background: #1c7a32 !important;
}

.popup-error {
    background: #dc3545 !important;
}

.popup-error .progress-bar {
    background: #9e2430 !important;
}