:root {
    /* Cores principais */
    --cor-um: #0031ff; /* Azul principal */
    --cor-um-opaca: rgba(0, 49, 255, 0.1);
    --cor-dois: #ffffff; /* Branco */
    --cor-tres: #1e47ff; /* Azul mais claro */
    --cor-quatro: #001e99; /* Azul mais escuro */
    --cor-cinco: #4d6fff; /* Azul médio */
    --cor-verde-sutil: #00B37E; /* Verde da imagem */
    --cor-verde-claro: rgba(0, 179, 126, 0.1); /* Verde claro com opacidade */
    
    /* Cores do sistema */
    --primary-color: #0031ff;
    --secondary-color: #4d6fff;
    --accent-color: #00B37E;
    --text-color: #2c3e50;
    --light-gray: #f8f9fa;
    --dark-gray: #001233;
    
    /* Cores de gradiente */
    --gradient-primary: linear-gradient(135deg, #0031ff, #00B37E);
    --gradient-secondary: linear-gradient(135deg, #001e99, #0031ff);
    --gradient-title: linear-gradient(135deg, #0031ff 60%, #00B37E);
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, main {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
    background-color: var(--cor-dois);
    color: var(--text-color);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

a {
    color: #000000;
}

.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

/* BTN-FIXED-ZAP */

.div-btn-zap {
    position: fixed;
    z-index: 99;
    right: 2%;
    bottom: 2%;
}

.btn-zap-fixed {
    background-color: var(--cor-cinco);
    transition: all 0.5s;
    color: var(--cor-dois);
    width: 75px;
    height: 75px;
    border-radius: 999px;
    font-size: 30px;
}

.btn-zap-fixed:hover {
    background-color: var(--cor-dois);
    color: var(--cor-cinco);
}

/* BTN-FIXED-ZAP */

.row-header-nav {
    width: 99vw !important;
    border-radius: 0px 0px 10px 10px;
}

/* HEADER */

.header-mobile {
    display: none;
    width: 100vw;
    position: fixed;
    z-index: 99;
    background-color: var(--cor-um);
    border-radius: 10px 10px 10px 10px;
}

.header-mobile .navbar img {
    height: 60px;
}

.header-mobile .navbar-brand {
    padding: 15px 0px;
}

.header-desktop {
    width: 100vw;
    height: 20vh;
    position: fixed;
    z-index: 999;
}

.row-header-contacts {
    width: 100%;
    height: 20%;
    background-color: gray;
    font-size: 12px;
}

.row-header-logo-social {
    width: 100%;
    height: 50%;
    background-color: var(--cor-um);
    padding: 15px;
}

.div-logo img {
    width: 20%;
}

.div-icon-social {
    color: var(--cor-dois);
    cursor: pointer;
    transition: all 0.3s;
}

.div-icon-social:hover {
    transform: scale(1.1);
}

.div-button-plan button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 90%;
    border-radius: 20px;
    font-weight: 700;
    transition: all 0.3s;
    background-color: var(--cor-dois);
    color: var(--cor-um);
}

.div-button-plan button:hover {
    transform: scale(1.1);
}

.row-header-nav {
    width: 100%;
    height: 30%;
    background-color: var(--cor-um);
    color: var(--cor-dois);
}

.row-header-nav a {
    color: var(--cor-dois);
    transition: all 0.5s;
}

.row-header-nav a:hover {
    color: var(--cor-dois);
    transform: scale(1.1);
}

/* HEADER */

/* SECTION HOME */

#section-home {
    width: 100%;
    height: 100vh;
    background-image: url(/public/section-home-1.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    transition: 2s;
    transition-delay: 2s;
}

.div-section-home {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#0000004f, #0000004f);
}

.text-image-section-home {
    width: 26%;
    color: var(--cor-dois);
}

.title-text-image-section-home {
    font-size: 2rem;
    font-weight: 700;
}

.content-text-image-section-home {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: justify;
}

.div-btn-view-plan-section-home {
    display: none;
}

/* SECTION HOME */

.div-breath-home-about-us {
    width: 100%;
    height: 25vh;
    background-color: var(--cor-um);
}

.div-text-breath {
    font-size: 3rem;
    color: var(--cor-dois);
}

/* SECTION SOBRE NÓS */

#section-about-us {
    width: 100%;
    height: auto;
}

.div-section-about-us {
    width: 100%;
    height: 100%;
    background-color: var(--cor-dois);
    padding-top: 25vh;
}

.div-section-about-us .div-title-section {
    color: var(--cor-um);
    margin-bottom: 1.5rem;
}

.div-text-content-section-about-us {
    text-align: justify;
    color: #575656;
    font-size: 18px;
    line-height: 1.8em;
}

.div-row-extra-informations-about-us {
    margin: 3rem 0 !important;
}

.row-extra-informations-about-us div h1 {
    color: var(--cor-um);
    margin-bottom: 1rem;
}

.row-extra-informations-about-us div {
    text-align: justify;
    color: #575656;
    font-size: 18px;
    line-height: 1.8em;
}

/* SECTION SOBRE NÓS */

/* SECTION SOBRE O SISTEMA */

#section-about-system {
    width: 100%;
    height: 70vh;
}

.div-section-about-system {
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 12vh;
}

.div-section-about-system .div-title-section {
    color: var(--cor-um);
    height: 10%;
}

.div-carousel-parts-system {
    padding-top: 5vh;
    height: 90%;
    display: flex;
    align-items: center;
}

.swiper {
    width: 90%;
    height: 90%;
    padding: 2rem;
}

.swiper-prev {
    width: 4%;
    height: 90%;
}

.swiper-next {
    width: 4%;
    height: 90%;
}

.fa-chevron-right,
.fa-chevron-left {
    display: inline;
    font-size: 30px;
    color: var(--cor-um);
    transition: all 0.3s;
    cursor: pointer;
}

.fa-chevron-right:hover,
.fa-chevron-left:hover {
    transform: scale(1.1);
}

.item-carousel {
    cursor: pointer;
    height: 200px;
    transition: all 0.5s;
    background-color: var(--cor-um);
    border-radius: 10px;
}

.item-carousel:hover {
    transform: scale(1.05);
}

.content-item-carousel {
    color: white;
    width: 100% !important;
    height: 100% !important;
}

.title-content-item-carousel {
    font-size: 1.5rem;
    font-weight: 700;
    height: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-carousel i {
    color: white;
    width: 100% !important;
    height: 33%;
    font-size: 60px;
    display: flex;
    justify-content: center;
}

.text-content-item-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33%;
}

/* SECTION SOBRE O SISTEMA */

/* SECTION PLANOS */

#section-plans {
    width: 100%;
    height: auto;
}

.div-section-plans {
    width: 100%;
    height: inherit;
    background-color: var(--cor-dois);
    padding-top: 25vh;
    padding-bottom: 10vh;
}

.div-section-plans .div-title-section {
    color: gray;
    margin-bottom: 2rem;
}

.row-plans {
    height: auto;
}

.ul-functions-system {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.div-plan {
    transition: all 0.5s;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(120, 120, 120, 1) 0 3px 11px 0 !important;
}

.div-plan:hover {
    transform: scale(1.05);
}

.img-plan {
    height: 40%;
}

.content-plan {
    height: 60%;
    padding: 1rem 0rem;
}

.img-plan img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    border-radius: 10px 10px 0px 0px;
}

.content-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.unicode-canceled {
    color: red;
    margin-left: 0.5rem;
    font-weight: 700;
}

.unicode-okay {
    margin-left: 0.5rem;
    color: green;
}

.li-canceled {
    color: rgba(120, 120, 120, 1);
}

.btn-more-informations-plan {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 90%;
    border-radius: 20px;
    font-weight: 700;
    transition: all 0.3s;
    background-color: var(--cor-um);
    color: var(--cor-dois);
    font-size: large;
}

.btn-more-informations-plan:hover {
    transform: scale(1.05);
}

.value-plan {
    font-size: large;
}

/* SECTION PLANOS */

/* SECTION COMUM DE FUNCIONALIDADE */

.section-feature-system {
    width: 100%;
    height: auto;
}

.div-section-feature-system {
    width: 100%;
    padding: 5vh 0px;
    background-color: white;
}

.div-section-feature-system .div-title-section {
    color: var(--cor-um);
    padding-bottom: 1rem;
    height: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.div-section-feature-system .row-content-section-feature {
    height: 70%;
    width: 100%;
}

.row-content-section-feature .col-md-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: var(--cor-um);
}

.row-content-section-feature .col-md-4 {
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SECTION COMUM DE FUNCIONALIDADE */

@media (max-width: 950px) {
    .header-mobile {
        display: block;
    }

    .header-desktop {
        display: none;
    }

    .container-fluid {
        margin: 0px !important;
    }

    .div-section-home {
        background-image: linear-gradient(#0000008c, #0000008c);
    }

    .text-image-section-home {
        width: 100%;
        font-size: 1rem !important;
    }

    .div-btn-view-plan-section-home {
        display: block;
    }

    .div-btn-view-plan-section-home button{
        margin: 2rem 0px;
        height: 3rem;
        width: 10rem;
        background-color: var(--cor-um);
        color: var(--cor-dois);
    }

    .div-breath-home-about-us {
        height: 30vw;
    }

    .div-text-breath {
        font-size: 18px !important;
        line-height: 1.8em;
    }

    .title-text-image-section-home {
        text-align: center;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .content-text-image-section-home {
        font-size: 18px;
        line-height: 1.8em;
    }

    .row-extra-informations-about-us .col-md-4 {
        margin-bottom: 0.5rem;
    }

    .div-section-about-us {
        padding-top: 2rem;
    }

    .div-video-content-section-about-us{
        margin: 2rem 0rem;
    }

    .row-extra-informations-about-us h1{
        font-size: 1.6rem !important;
    }

    #section-about-us{
        padding-bottom: 2rem;
    }

    #section-about-system{
        height: auto;
    }

    .div-section-about-system{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .text-content-item-carousel{
        font-size: 85%;
        text-align: center;
    }

    .div-section-plans{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .row-plans{
        width: 100% !important;
        margin-left: 0px !important;
    }

    .row-plans .col-md-4{
        margin-bottom: 2rem;
    }

    .section-feature-system .col-md-5{
        margin-top: 1rem;
    }

    .div-section-feature-system{
        padding: 2rem 0rem !important;
    }

    .div-section-feature-system{
        font-size: 18px;
        line-height: 1.8em;
    }

    .div-section-feature-system .div-title-section {
        padding-bottom: 0rem;
    }
}

/* Header */
.header {
    background: var(--gradient-secondary);
    padding: 0.7rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    background: rgba(0, 49, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    padding: 15px 0 15px 15px;
    transition: all 0.3s ease;
}

.navbar-brand img {
    height: 34px;
    transition: all 0.3s ease;
    filter: brightness(1);
}

.navbar-brand:hover img {
    transform: scale(1.05);
    filter: brightness(1.2);
}

/* Para garantir que o container da navbar também tenha padding adequado */
.navbar > .container {
    padding-left: 15px;
}

/* Ajuste responsivo */
@media (max-width: 768px) {
    .navbar-brand {
        padding: 10px 0 10px 10px;
    }
}

.nav-link {
    color: white !important;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 1.2rem !important;
    margin: 0 0.3rem;
}

.nav-link:hover {
    color: var(--cor-cinco) !important;
}

/* Hero Section */
.hero {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.hero-content {
    position: relative;
    z-index: 2;
    background: var(--gradient-primary);
    padding: 120px 2rem;
}

.hero-content .container {
    max-width: 1400px;
    margin: 0 auto !important;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    padding-left: 1rem;
}

.hero-image {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.hero-image img {
    width: 100vw !important;
    height: 400px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.btn-primary {
    background: var(--cor-um);
    border-color: var(--cor-um);
    padding: 0.8rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 1rem;
}

.btn-primary:hover {
    background: var(--cor-quatro);
    border-color: var(--cor-quatro);
    transform: translateY(-2px);
}

.btn-outline-primary {
    color: white;
    border-color: white;
    padding: 0.8rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 1rem;
}

.btn-outline-primary:hover {
    background-color: white;
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Sobre Section */
.sobre {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Título Sobre Nós */
.sobre h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cor-um);
    text-align: center;
    margin: 3rem 0;
    padding: 0 1rem;
}

/* Container dos textos */
.sobre .texto-container {
    max-width: 1400px;
    margin: 0 auto !important;
    padding: 2rem 4rem;
}

/* Parágrafos do texto */
.sobre p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 2rem;
    text-align: justify;
    padding: 0 1rem;
}

/* Ajuste das colunas de texto */
.sobre .col-md-6 {
    padding: 2rem;
}

/* Espaçamento entre seções */
.sobre .row {
    margin-bottom: 4rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .sobre h2 {
        font-size: 2rem;
        margin: 2rem 0;
    }

    .sobre .texto-container {
        padding: 1.5rem;
    }

    .sobre p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .sobre .col-md-6 {
        padding: 1rem;
    }

    .sobre .row {
        margin-bottom: 2rem;
    }

    .container {
        padding: 0 1rem !important;
    }

    .hero-content {
        padding: 80px 1rem;
    }

    .sobre .texto-container {
        padding: 1.5rem;
    }

    .sobre p {
        padding: 0 0.5rem;
    }
}

/* Planos Section */
.planos {
    padding: 100px 0;
    background-color: var(--light-gray);
}

.planos .container{
    overflow: hidden !important;
}

.plano-card {
    border: 1px solid var(--cor-um-opaca);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.plano-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.plano-card.featured {
    border: 2px solid var(--cor-um);
    background: linear-gradient(to bottom, white, var(--cor-um-opaca));
}

.card-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.preco {
    text-align: center;
}

.valor {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--cor-um);
}

.periodo {
    display: block;
    color: #666;
    font-size: 0.9rem;
}

.plano-card ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.plano-card ul li i {
    color: var(--secondary-color);
    margin-right: 10px;
}

.mensalidade {
    text-align: center;
    margin: 0.5rem 0;
    padding: 1rem;
    background-color: var(--light-gray);
    border-radius: 8px;
}

/* Formas de Pagamento */
.formas-pagamento {
    background-color: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.formas-pagamento ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.formas-pagamento ul li i {
    color: var(--secondary-color);
    margin-right: 10px;
}

/* Contato Section */
.contato {
    padding: 100px 0;
    background-color: white;
}

.contact-form {
    background-color: var(--light-gray);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-control {
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

/* Footer */
.footer {
    background: var(--dark-gray);
    color: white;
    padding: 50px 0 20px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 1rem;
}

.footer h4 {
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: white;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--cor-cinco);
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: white;
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: pulseWhatsApp 2s infinite;
}

.btn-whatsapp:hover {
    background: #128C7E;
    transform: scale(1.1);
    color: white;
}

/* Modal de Planos */
.modal-planos {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    animation: fadeIn 0.3s ease-out;
}

.modal-content {
    position: relative;
    background: white;
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    animation: slideUp 0.3s ease-out forwards;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: var(--primary-color);
}

.modal-title {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
}

.plano-option {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 2px solid var(--cor-um-opaca);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.plano-option:hover {
    border-color: var(--cor-um);
    background: var(--cor-um-opaca);
}

.plano-option.selected {
    border-color: var(--cor-um);
    background: var(--cor-um-opaca);
}

/* Animações */
@keyframes pulseWhatsApp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Botão Contrate Agora */
.btn-contratar {
    position: relative;
    overflow: hidden;
    animation: pulseBotao 2s infinite;
}

.btn-contratar::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3));
    transform: rotate(45deg);
    animation: brilhoBotao 3s infinite;
}

@keyframes pulseBotao {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes brilhoBotao {
    0% {
        left: -50%;
    }
    100% {
        left: 100%;
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-content {
        padding: 80px 1rem;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .plano-card {
        margin-bottom: 2rem;
    }
    
    .footer {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }

    .header {
        padding: 0.5rem 0;
    }

    .navbar-brand img {
        height: 28px;
    }

    .funcionalidade-card {
        padding: 1rem;
        min-height: 200px;
    }

    .funcionalidade-card h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .funcionalidade-card p {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    .funcionalidade-card .beneficios span {
        font-size: 0.8rem;
        padding: 0.3rem 0.6rem;
    }

    .funcionalidade-detalhe h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
        width: 100%;
    }

    .funcionalidade-detalhe .texto-bloco {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .funcionalidade-detalhe .texto-bloco h4 {
        text-align: center;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
        font-size: 1.1rem;
    }

    .funcionalidade-detalhe .texto-bloco p {
        text-align: justify;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .funcionalidade-detalhe .row {
        text-align: center;
    }

    .funcionalidade-detalhe .content-left,
    .funcionalidade-detalhe .content-right {
        padding: 0 15px;
        margin-bottom: 2rem;
    }

    .funcionalidade-detalhe img {
        max-width: 70%;
        max-height: 200px;
    }

    .beneficio-card {
        padding: 1rem;
        min-height: 180px;
    }

    .beneficio-card h4 {
        font-size: 1rem;
    }

    .beneficio-card p {
        font-size: 0.85rem;
    }

    .plano-card {
        padding: 1rem;
    }

    .plano-card h3 {
        font-size: 1.2rem;
    }

    .plano-card .preco .valor {
        font-size: 1.8rem;
    }

    .plano-card .periodo {
        font-size: 0.8rem;
    }

    .plano-card ul li {
        font-size: 0.85rem;
        padding: 0.4rem 0;
    }

    .plano-card .mensalidade p {
        font-size: 0.9rem;
    }

    .hero-image img {
        height: 300px !important;
    }
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Funcionalidades Section */
.funcionalidades {
    padding: 100px 0;
    background-color: white;
}

.funcionalidades h2 {
    color: var(--primary-color);
    margin-bottom: 3rem;
}

.funcionalidade-card {
    background: white;
    border: 1px solid var(--cor-um-opaca);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.funcionalidade-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--cor-um);
}

.funcionalidade-card i {
    color: var(--cor-um);
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.funcionalidade-card h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.funcionalidade-card p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .funcionalidade-card {
        margin-bottom: 2rem;
    }
}

/* Funcionalidades Detalhadas */
.funcionalidade-detalhe {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.funcionalidade-detalhe .row {
    align-items: center;
    margin: 0 auto;
    max-width: 1400px;
}

.funcionalidade-detalhe img {
    max-width: 65%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.funcionalidade-detalhe .content-left {
    padding-right: 60px;
}

.funcionalidade-detalhe .content-right {
    padding-left: 60px;
}

/* Layout para seções alternadas */
.funcionalidade-detalhe:nth-child(odd) .content-left {
    padding-right: 60px;
}

.funcionalidade-detalhe:nth-child(even) .content-right {
    padding-left: 60px;
}

@media (min-width: 769px) {
    .funcionalidade-detalhe .col-lg-6 {
        padding: 30px;
    }
    
    .funcionalidade-detalhe img {
        max-width: 75%;
        margin: 20px auto;
    }

    .funcionalidade-detalhe h2 {
        margin-bottom: 2rem;
    }

    .funcionalidade-detalhe .texto-bloco {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .funcionalidade-detalhe {
        padding: 40px 0;
    }

    .funcionalidade-detalhe .col-lg-6 {
        padding: 15px;
    }

    .funcionalidade-detalhe img {
        max-width: 70%;
        max-height: 200px;
    }

    .funcionalidade-detalhe .content-left,
    .funcionalidade-detalhe .content-right {
        padding: 0 15px;
        margin-bottom: 2rem;
    }
}

/* Cards Missão, Visão e Valores */
.sobre .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: white;
}

.sobre .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sobre .card i {
    font-size: 2.5rem;
    color: var(--secondary-color);
}

.sobre .card h3 {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.sobre .card p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
}

.sobre .card ul li {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.sobre .card ul li i {
    font-size: 1.2rem;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .sobre .card {
        margin-bottom: 2rem;
    }
}

/* Benefícios nas Funcionalidades */
.funcionalidade-card .beneficios {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.funcionalidade-card .beneficios span {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    color: var(--text-color);
}

.funcionalidade-card .beneficios i {
    color: var(--secondary-color);
    margin-right: 8px;
    font-size: 1rem;
}

.funcionalidade-card p {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.6;
}

.funcionalidade-card:hover .beneficios span {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

/* Estilos para a seção de diferenciais */
.diferenciais {
    background-color: var(--light-gray);
    padding: 3rem 0;
    border-radius: 15px;
}

.diferenciais h3 {
    color: var(--text-color);
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.diferencial-item {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    height: 100%; /* Garante mesma altura */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.diferencial-item:hover {
    transform: translateY(-5px);
}

.diferencial-item i {
    font-size: 2.5rem;
    color: var(--cor-um);
    margin-bottom: 1rem;
}

.diferencial-item h4 {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.diferencial-item p {
    color: var(--text-color);
    margin-bottom: 0;
}

/* Ajuste do título principal */
.diferenciais .row {
    display: flex;
    align-items: stretch; /* Garante que todas as colunas tenham a mesma altura */
}

.diferenciais .col-md-4 {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

/* Atualização dos estilos de títulos gerais */
h2, .section-title {
    color: var(--text-color);
    font-weight: 700;
    position: relative;
    -webkit-text-fill-color: initial;
    background: none;
}

h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--cor-um);
    border-radius: 2px;
}

.funcionalidade-detalhe h2 {
    color: var(--text-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    -webkit-text-fill-color: initial;
    background: none;
}

/* Estilos atualizados para títulos */
h2 {
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
}

h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.funcionalidade-card h3 {
    color: var(--cor-um);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.funcionalidade-card:hover h3 {
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plano-card .card-title {
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.beneficio-card {
    border-bottom: 3px solid var(--cor-verde-sutil);
}

.beneficio-card h4 {
    color: var(--cor-um);
    transition: color 0.3s ease;
}

.beneficio-card:hover h4 {
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.funcionalidade-detalhe h2 {
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
}

.beneficios-swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.beneficio-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.8rem;
    min-height: 280px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: var(--cor-um) !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-button-next {
    right: 10px !important;
}

.swiper-button-prev {
    left: 10px !important;
}

.swiper-slide-active .beneficio-card {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.swiper-slide-prev .beneficio-card,
.swiper-slide-next .beneficio-card {
    transform: scale(0.9);
    opacity: 0.7;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .beneficio-card {
    transform: scale(0.8);
    opacity: 0.4;
}

.swiper-pagination {
    position: relative;
    bottom: -20px !important;
}

@media (max-width: 768px) {
    .beneficios-swiper {
        padding: 0 10px;
    }
    
    .swiper-slide {
        width: 220px !important;
        padding: 4px;
    }
    
    .beneficio-card {
        padding: 1.2rem;
        min-height: 240px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;
    }
}

.integracao-3d img {
    box-shadow: none;
    border: none;
    background: none;
    transition: none;
}

.integracao-3d img:hover {
    transform: none;
}

.formas-pagamento .card {
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 15px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
}

.formas-pagamento .card-body {
    padding: 2rem;
}

.payment-features .feature-item {
    padding: 1.5rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.payment-features .feature-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.payment-features .feature-item h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.payment-features .feature-item p {
    font-size: 0.9rem;
    color: #6c757d;
}

.formas-pagamento .btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.formas-pagamento .btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .formas-pagamento .card-body {
        padding: 1.5rem;
    }

    .payment-features .feature-item {
        padding: 1rem;
    }

    .payment-features .feature-item i {
        font-size: 1.5rem;
    }

    .payment-features .feature-item h5 {
        font-size: 1rem;
    }

    .payment-features .feature-item p {
        font-size: 0.85rem;
    }

    .formas-pagamento .btn-lg {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }
}

/* Ajuste da imagem do about */
.about-image {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 400px !important; /* Definindo altura fixa */
}

.about-image img {
    width: 100vw !important;
    height: 400px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    .about-image,
    .about-image img {
        height: 300px !important;
    }
}

/* Botão Landing Page */
.btn-landing {
    display: inline-flex;
    align-items: center;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, var(--cor-verde-sutil), var(--cor-um));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    text-align: center;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    white-space: normal;
    line-height: 1.4;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-landing i {
    margin-right: 8px;
    font-size: 1rem;
    flex-shrink: 0;
}

/* Container do botão */
.landing-link {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
}

/* Responsividade */
@media (max-width: 768px) {
    .btn-landing {
        font-size: 0.85rem;
        padding: 0.7rem 1.2rem;
        width: 100%;
    }

    .btn-landing i {
        font-size: 0.9rem;
        margin-right: 6px;
    }
}

/* Ajustes do Hero */
.hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

.hero-text {
    flex: 1;
}

.landing-link {
    flex-shrink: 0;
    padding-top: 1rem;
}

.btn-landing {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--cor-verde-sutil), var(--cor-um));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Ajuste do menu mobile */
@media (max-width: 768px) {
    .navbar-toggler {
        display: block !important;
    }

    .hero-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-text {
        width: 100%;
    }

    .landing-link {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    .hero-content {
        padding: 80px 1rem;
    }

    .navbar-brand img {
        height: 28px;
    }
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    .funcionalidade-detalhe img {
        max-width: 70%;
        max-height: 200px;
    }
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
    .about-image img {
        height: 300px !important;
    }
}

/* Reset dos containers */
.container-fluid,
.container {
    padding: 0 2rem !important;
    margin: 0 auto !important;
    max-width: 1400px !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

/* Reset da seção sobre */
.sobre {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Ajuste da imagem de garantia */
.garantia-container {
    width: 120px !important;
    height: auto !important;
    margin: 1rem auto !important;
    padding: 0 !important;
    display: block !important;
}

.garantia-imagem {
    width: 120px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .garantia-container {
        width: 100px !important;
    }
    
    .garantia-imagem {
        width: 100px !important;
    }
}

/* Ajustes gerais da landing page */
.landing-section {
    padding: 4rem 0;
}

.landing-title {
    font-size: 2.5rem;
    color: var(--cor-um);
    margin-bottom: 2rem;
    text-align: center;
}

.landing-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 2rem;
    text-align: justify;
}

.landing-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.landing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsividade */
@media (max-width: 768px) {
    .caso-imagem {
        width: 250px;
        height: 250px;
        margin-bottom: 2rem;
    }

    .garantia-container {
        max-width: 300px;
        padding: 1rem;
    }

    .garantia-imagem {
        max-width: 200px;
    }

    .landing-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .landing-text {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 1rem;
    }

    .landing-section {
        padding: 2rem 0;
    }

    .landing-card {
        padding: 1.5rem;
        margin: 1rem;
    }
}

/* Ajustes de container e espaçamento */
.landing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.landing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}

/* Efeitos de hover e interação */
.landing-button {
    background: var(--gradient-primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 1rem 0;
}

.landing-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 49, 255, 0.3);
    color: white;
}

/* Tipografia e Espaçamentos Padrão */
.landing-page {
    --title-size: 2.8rem;
    --subtitle-size: 2rem;
    --text-size: 1.1rem;
    --card-title-size: 1.4rem;
    --section-spacing: 6rem;
    --card-spacing: 2rem;
}

/* Títulos da Landing Page */
.landing-title {
    font-size: var(--title-size);
    font-weight: 700;
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.landing-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

/* Subtítulos */
.landing-subtitle {
    font-size: var(--subtitle-size);
    font-weight: 600;
    color: var(--cor-um);
    margin-bottom: 2rem;
    text-align: center;
}

/* Textos */
.landing-text {
    font-size: var(--text-size);
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 2rem;
    text-align: justify;
}

/* Cards de Casos */
.caso-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: var(--card-spacing);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.caso-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 49, 255, 0.15);
}

.caso-imagem {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 2rem;
    display: block;
    box-shadow: 0 10px 25px rgba(0, 49, 255, 0.2);
    transition: all 0.3s ease;
}

.caso-imagem:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 49, 255, 0.3);
}

/* Seção de Garantia */
.garantia-section {
    background: linear-gradient(135deg, var(--cor-verde-claro), var(--cor-um-opaca));
    padding: 4rem 0;
    border-radius: 30px;
    margin: 4rem 0;
}

.garantia-container {
    width: 80px !important;
    margin: 2rem auto !important;
}

.garantia-imagem {
    width: 80px !important;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

/* Botões */
.landing-button {
    background: var(--gradient-primary);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 49, 255, 0.2);
}

.landing-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 49, 255, 0.3);
    color: white;
}

/* Cards de Benefícios */
.beneficio-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: none;
}

.beneficio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 49, 255, 0.15);
}

.beneficio-card h4 {
    font-size: var(--card-title-size);
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--cor-um);
}

/* Responsividade */
@media (max-width: 768px) {
    .landing-page {
        --title-size: 2.2rem;
        --subtitle-size: 1.8rem;
        --text-size: 1rem;
        --card-title-size: 1.2rem;
        --section-spacing: 4rem;
        --card-spacing: 1.5rem;
    }

    .caso-imagem {
        width: 250px;
        height: 250px;
    }

    .garantia-container {
        width: 60px !important;
    }

    .garantia-imagem {
        width: 60px !important;
    }

    .landing-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .beneficio-card {
        padding: 1.5rem;
    }

    .landing-title::after {
        width: 60px;
        height: 3px;
    }
}

/* Seções */
.landing-section {
    padding: var(--section-spacing) 0;
    position: relative;
    overflow: hidden;
}

.landing-section:nth-child(even) {
    background: var(--light-gray);
}

/* Container */
.landing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Efeitos de Destaque */
.highlight-text {
    color: var(--cor-um);
    font-weight: 600;
}

/* Lista de Benefícios */
.beneficios-lista li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.beneficios-lista li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--cor-verde-sutil);
    font-weight: bold;
}

/* Estilo padrão para botões de ação principal */
.btn-comecar,
.btn-primary,
.btn-more-informations-plan,
.btn-contratar {
    background: var(--gradient-primary);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: none;
    position: relative;
    overflow: hidden;
    margin: 1rem auto;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 49, 255, 0.2);
}

/* Efeito de brilho sutil */
.btn-comecar::before,
.btn-primary::before,
.btn-more-informations-plan::before,
.btn-contratar::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.03),
        transparent
    );
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

/* Animação de pulso sutil */
.btn-comecar,
.btn-primary,
.btn-more-informations-plan,
.btn-contratar {
    animation: subtlePulse 2s infinite;
}

/* Efeito hover */
.btn-comecar:hover,
.btn-primary:hover,
.btn-more-informations-plan:hover,
.btn-contratar:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 49, 255, 0.3);
    color: white;
}

/* Container para centralização */
.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
}

/* Animações */
@keyframes shimmer {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@keyframes subtlePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(0, 49, 255, 0.2);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 10px 23px rgba(0, 49, 255, 0.25);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(0, 49, 255, 0.2);
    }
}

/* Responsividade */
@media (max-width: 768px) {
    .btn-comecar,
    .btn-primary,
    .btn-more-informations-plan,
    .btn-contratar {
        padding: 0.8rem 2rem;
        font-size: 1rem;
        min-width: 180px;
    }
}

/* Estilo para a seção Como Funciona */
.como-funciona {
    padding: 4rem 0;
    position: relative;
    background: var(--light-gray);
}

.como-funciona-title {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    background: var(--gradient-title);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.etapa-container {
    display: flex;
    align-items: center;
    margin: 4rem auto;
    position: relative;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    max-width: 900px;
}

.numero-etapa {
    font-size: 8rem;
    font-weight: 800;
    color: var(--cor-um-opaca);
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.15;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

.icone-etapa {
    font-size: 2.5rem;
    color: var(--cor-um);
    margin: 0 2rem;
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cor-um-opaca), transparent);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.conteudo-etapa {
    flex: 1;
    position: relative;
    z-index: 2;
    padding-left: 1rem;
}

.titulo-etapa {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--cor-um);
    margin-bottom: 0.8rem;
}

.descricao-etapa {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-color);
}

.list-unstyled{
    min-height: 415px;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
    .como-funciona {
        padding: 3rem 1rem;
    }

    .como-funciona-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .etapa-container {
        flex-direction: column;
        text-align: center;
        margin: 3rem 1rem;
        padding: 2.5rem 1.5rem;
        border-radius: 15px;
    }

    .numero-etapa {
        font-size: 5rem;
        position: absolute;
        top: -2rem;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.2;
    }

    .icone-etapa {
        font-size: 2rem;
        width: 70px;
        height: 70px;
        margin: 1.5rem auto;
    }

    .conteudo-etapa {
        padding: 0;
        text-align: center;
    }

    .titulo-etapa {
        font-size: 1.4rem;
        margin: 1rem 0;
    }

    .descricao-etapa {
        font-size: 1rem;
        line-height: 1.5;
        padding: 0 0.5rem;
    }

    /* Ajuste do espaçamento entre etapas */
    .etapa-container::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -2rem;
        width: 2px;
        height: 2rem;
        background: linear-gradient(to bottom, var(--cor-um-opaca), transparent);
        transform: translateX(-50%);
    }

    .etapa-container:last-child::after {
        display: none;
    }

    /* Efeitos de hover para touch */
    .etapa-container:active {
        transform: scale(0.98);
    }

    .icone-etapa {
        box-shadow: 0 5px 15px rgba(0, 49, 255, 0.15);
    }
}

/* Animação suave ao carregar */
.etapa-container {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay para cada etapa */
.etapa-container:nth-child(1) { animation-delay: 0.2s; }
.etapa-container:nth-child(2) { animation-delay: 0.4s; }
.etapa-container:nth-child(3) { animation-delay: 0.6s; }
.etapa-container:nth-child(4) { animation-delay: 0.8s; }

<script>
    // Força recarregamento se a versão mudou
    if (window.localStorage) {
        var currentVersion = "<?php echo $version; ?>";
        var savedVersion = localStorage.getItem('siteVersion');
        if (currentVersion !== savedVersion) {
            localStorage.setItem('siteVersion', currentVersion);
            if (savedVersion) { // Só recarrega se não for a primeira visita
                window.location.reload(true);
            }
        }
    }
</script>