/* Override ALL font-family declarations to use Poppins */
body,
html,
h1, h2, h3, h4, h5, h6,
.btn,
input, button, select, textarea,
* {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}

body {
    background-color: #133143;
    color: #fff;
}
h1 {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 80px;
    color: #133143;
    background-color: #AED5E6;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px; 
}
h4 {
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.btn-lg {
    padding: 20px 40px;
    font-size: 18px;
    letter-spacing: -1px;
}
#video .btn-lg {
    font-size: 14px;
}
#banner h2 {
    font-size: 52px;
    letter-spacing: -3px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #fff;
}
#banner h2 span.text-muted {
    color: #AED5E6;    
}
#modal-exit h1 {
    font-size: 40px;
    letter-spacing: -3px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
    color: #133143;
}
h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 60px;
}
#site #top-bar, .navbar-default {
    background-color: #133143 !important;
}
.navbar-default {
    border-color: rgba(255, 255, 255, .1);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.navbar-default .navbar-nav {
    margin-top: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, .5);
}
.navbar .nav>li>a {
    font-size: 12px;
}
.navbar {
    min-height: 90px;
    margin-bottom: 20px;
}
.navbar-brand {
    padding: 5px 15px 0px 15px;
}
#banner h1 a, #banner h1 a:hover, #banner h1 a:active, #banner h1 .btn-link, #banner h1 .btn-link:hover {
    color: rgba(255, 255, 255, .6);
}
#banner p small {color: #9BE3E6;}
#vantagens h2, #depositions h2, #planos h2, #features-novos h2, #features h2, #faq h2, #planos h2, #contadores h2, #mensagem-dor h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -3px;
    color: #133143;
    margin-top: 0px;
    margin-bottom: 60px;
}
#depositions h2, #planos h2, #faq h2, #planos h2 {
    margin-bottom: 10px;
}
#landingpage {
    margin-top: 0px !important;
}
h5 {
    font-size: 14px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.box-plan {
    padding: 20px;
}
#site .content-page .box-plan p {
    margin-bottom: 0px;
}
.box-plan h3 {
    margin-bottom: 0px;
    font-size: 22px;
}
.popover-title {
    letter-spacing: -1px;
    font-size: 16px;
}
.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }
}
#banner p small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
#banner p small svg {
    display: block;
    flex-shrink: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    #banner h1 {
        font-size: 11px !important;
        font-weight: 400;
        margin-bottom: 10px !important;
        letter-spacing: 0px;
    }
    #banner h2 {
        font-size: 28px;
        letter-spacing: -1px;
        margin-top: 0px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    #banner .container {
        padding-bottom: 60px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    #banner p {
        font-size: 14px;
        line-height: 1.6;
    }

    #banner .btn-lg {
        font-size: 16px;
        padding: 15px 25px;
        width: 100%;
        max-width: 300px;
    }

    #banner p small {
        font-size: 11px;
    }

    #banner p small svg {
        width: 16px;
        height: 16px;
        vertical-align: middle;
    }
    .panel-default>.panel-heading {
        padding: 0px;
        font-size: 15px !important;
    }
    .navbar {
        margin-bottom: 0px;
        min-height: 70px;
    }
    .btn-lg {
        padding: 15px 20px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0px;
    }
}
.popover-content {
    color: #133143 !important;
}
.box-plan {
    padding: 0px;
}
.box-plan>a {
    display: block;
    padding: 20px;
}
.box-plan>a:hover {
    background-color: #38C4CB;
}
.box-plan>a:active {
    background-color: #2EADB1;
}
.box-plan>a:hover, .box-plan>a:visited, .box-plan>a:active, .box-plan>a:focus {
    text-decoration: none;
}
.popover-content small {
    font-size: 10px;
    display: block !important;
    text-align: center;
}
.box-plan.border-danger {
    border-color: #FB6120;
}
.check-itens h4 {
    letter-spacing: -1px;
}
#topo .btn {
    background-color: #fff;
    color: #133143;
    font-size: 14px;
}
#banner {
    background-image: url('../img/landingpage/efeitos-background.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
#block-text {
    margin-top: 10px;
}
p, .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9em;
}
.text-muted, h2 small {
    color: #286991;
}
#conteudo .btn-lg, #banner .btn-lg, #sobre-lms .btn-lg, #myModal2 .btn-lg, #faq .btn-lg, #modal-exit .btn-lg, #planos .btn-lg {
    font-size: 20px;
    font-weight: 900;
    padding: 20px 40px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(32, 143, 147, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(32, 143, 147, 1);
    box-shadow: 7px 7px 0px 0px rgba(32, 143, 147, 1);
    text-shadow: 1px 1px 0px rgba(13, 46, 47, 1);
    letter-spacing: -1px;
}
#modal-exit .btn-lg {
    font-size: 20px;
}
#modal-exit .btn-danger {
    margin-left: 20px;
}
#banner .btn-lg.btn-danger, #sobre-lms .btn-lg.btn-danger, #faq .btn-danger, #modal-exit .btn-danger, #planos .btn-danger {
    -webkit-box-shadow: 7px 7px 0px 0px rgba(158, 50, 3, 1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(158, 50, 3, 1);
    box-shadow: 7px 7px 0px 0px rgba(158, 50, 3, 1);
    text-shadow: 1px 1px 0px rgba(158, 50, 3, 1);
}
#vantagens, #planos {
    background-color: #fff;
    color: #133143;
    padding: 100px 0px;
}
#vantagens {
    padding-bottom: 100px;
}
#vantagens .row .col-sm-3 p {
    font-weight: 400;
    opacity: 0.6;
}
#features-novos {
    padding: 100px 0px 140px 0px;
    background-color: #fff;
}
#features {
    background-color: #fff;
}
.box-destaque-total {
    border: 1px solid #286991;
    border-radius: 10px;
}
.box-destaque-total .box-destaque {
    padding: 30px 0px 40px 40px;
}
.box-destaque-total .box-destaque h3 {
    margin-bottom: 30px;
}
.box-destaque-total .box-destaque p {
    font-weight: 400;
    color: #133143;
}
.box-destaque-total p small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.box-destaque-total p small svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.box-destaque-total img {
    border-radius: 0 10px 0 0;
}
.vertical-align {
    text-align: left !important;
    margin-bottom: 40px;
}
#features .row {
    margin-bottom: 100px;
}
#features .row.sem-margem {
    margin-bottom: 30px;
}
#features .row h3 {
    margin-bottom: 30px;
    margin-top: 0px;
}
#features .row p {
    font-weight: 400;
}
#features ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
#features ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    line-height: 1.6;
}
#features ul li svg {
    flex-shrink: 0;
    margin-top: 3px;
}
#features p.destaque {
    background-color: #F5FAFC;
    padding: 10px 15px;
    border-left: 4px solid #2eadb1;
    margin-top: 20px;
}
#features p.destaque small {
    font-size: 14px;
    color: #133143;
    font-weight: 700;
}
#faq {
    padding: 100px 0px 100px 0px;
    background-color: #286991;
    color: #133143;
}
#faq .panel-group {
    margin-top: 40px;
}
#faq .panel-title a {
    display: flex;
    align-items: center;
    gap: 10px;
}
#faq .panel-title a svg {
    flex-shrink: 0;
}
.panel .panel-heading, .panel .panel-title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -1px;
}
.panel-default>.panel-heading {
    color: #3e3f3a;
    background-color: #133143;
    border-color: #133143;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #133143;
    padding: 30px;
}
.panel-default {
    border-color: #133143;
}
#depositions {
    background-color: #fff;
    color: #133143;
    font-weight: 400 !important;
    padding: 100px 0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #133143;
}
blockquote {
    border-left: 5px solid #286991;
}
#depositions .depoimento {
    background-color: #F5FAFC;
    padding: 20px;
    margin-bottom: 10px;
}
#depositions .depoimento p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
}
#popup-exit {
    height: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 10px 15px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F5FAFC;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #133143;
}
#whatswidget-conversation-message-outer, #whatswidget-conversation-title, #whatswidget-conversation-message {
    color: #133143 !important;
}
#marcas {
    background-color: #fff;
    padding: 30px 0px;
}
#marcas .container {
    overflow: hidden;
}
#marcas .row {
    display: flex;
    flex-wrap: nowrap;
}
#marcas .row .col-sm-3 {
    flex: 0 0 auto;
    min-width: 25%;
}
#marcas .row:hover {
    animation-play-state: paused;
}
#features-novos h2, #features h2 {
    margin-bottom: 10px;
}
#features-novos p.sub-headline, #features p.sub-headline, #faq p.sub-headline, #planos p.sub-headline {
    margin-bottom: 60px;
    color: #133143;
    opacity: 0.5;
    font-weight: 400;
}
#planos p.sub-headline {
    margin-bottom: 100px;
}
#features p.sub-headline {
    margin-bottom: 0px;
}
#faq p.sub-headline, #faq h2, #planos h2, #planos p.sub-headline {
    color: #fff;
}
#faq p.sub-headline {
    margin-bottom: 20px;
}
/* Diferencial Parcelamento */
.diferencial-parcelamento {
    margin-bottom: 60px;
}
.diferencial-header {
    text-align: center;
    margin-bottom: 20px;
}
.diferencial-header h3 {
    color: #133143;
    margin-bottom: 10px;
}
.diferencial-subtitle {
    color: #286991;
    opacity: 0.8;
}
.box-destaque h4 {
    color: #133143;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #FF8C42;
}
.comparacao-box {
    margin-top: 20px;
}
.exemplo-curso {
    background: #286991;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
}
.opcao-pagamento {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid #286991;
}
.opcao-pagamento.boleto {
    background: #F5FAFC;
    border-radius: 10px;
    margin-bottom: 10px;
}
.opcao-pagamento.cartao {
    border-radius: 10px;
    margin-bottom: 10px;
}
.opcao-pagamento .icone {
    font-size: 32px;
    flex-shrink: 0;
}
.opcao-pagamento .info {
    flex: 1;
}
.opcao-pagamento .info strong {
    display: block;
    color: #133143;
    margin-bottom: 5px;
}
.opcao-pagamento .info p {
    font-size: 24px;
    color: #286991;
    margin: 5px 0;
    font-weight: 900;
}
.opcao-pagamento .info small {
    color: #133143;
    opacity: 0.7;
}
.case-item {
    padding: 15px 0;
    border-bottom: 1px solid #E8F5F7;
}
.case-item:last-of-type {
    border-bottom: none;
}
.case-item strong {
    color: #133143;
    display: block;
    margin-bottom: 5px;
}
.case-item p {
    color: #286991;
    margin: 0;
    font-size: 14px;
}
#contador {
    background-color: #fff;
    padding: 250px 0px;
    position: relative;
}
#contador img.fundo-mapa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    z-index: 0;
    opacity: 0.3;
}
#contador .conteudo-contador {
    position: relative;
    z-index: 1;
}
#contador h2 {
    color: #133143;
    font-size: 90px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -6px;
    margin-bottom: 0px;
}
#contador h3 {
    color: #286991;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -3px;
    margin-top: 0px;
}

/* Tablets */
@media (max-width: 991px) {
    #contador {
        padding: 150px 20px;
    }
    #contador img.fundo-mapa {
        max-width: 900px;
        opacity: 0.25;
    }
    #contador h2 {
        font-size: 70px;
        letter-spacing: -4px;
    }
    #contador h3 {
        font-size: 32px;
        letter-spacing: -2px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #contador {
        padding: 80px 15px;
    }
    #contador img.fundo-mapa {
        max-width: 600px;
        opacity: 0.2;
    }
    #contador h2 {
        font-size: 50px;
        letter-spacing: -3px;
        line-height: 1.1;
    }
    #contador h3 {
        font-size: 24px;
        letter-spacing: -1px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    #contador {
        padding: 60px 10px;
    }
    #contador img.fundo-mapa {
        max-width: 400px;
        opacity: 0.15;
    }
    #contador h2 {
        font-size: 36px;
        letter-spacing: -2px;
    }
    #contador h3 {
        font-size: 18px;
        letter-spacing: 0px;
    }
}

/* Pricing Plans Section */
#planos {
    background-color: #2EADB1;
    padding: 100px 0 80px 0;
    overflow-x: hidden;
}

#planos h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

#planos .sub-headline {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 50px;
}

/* Pricing Carousel Container */
.pricing-carousel-wrapper {
    position: relative;
    padding: 0 60px;
    margin: 0 -15px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}

.pricing-carousel-container {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    padding: 50px 0 70px 0;
    /* Oculta scrollbar em todos os navegadores */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE e Edge */
}

/* Oculta scrollbar no Chrome, Safari e Opera */
.pricing-carousel-container::-webkit-scrollbar {
    display: none;
}

.pricing-carousel-container::before,
.pricing-carousel-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to right, #2EADB1, transparent);
    pointer-events: none;
    z-index: 20;
}

.pricing-carousel-container::before {
    left: -60px;
}

.pricing-carousel-container::after {
    right: -60px;
    background: linear-gradient(to left, #2EADB1, transparent);
}

.pricing-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 0;
}

/* Navigation Buttons */
.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-nav-btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.carousel-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-nav-btn:disabled:hover {
    transform: translateY(-50%) scale(1);
}

.carousel-nav-btn.prev {
    left: 0;
}

.carousel-nav-btn.next {
    right: 0;
}

.carousel-nav-btn svg {
    color: #133143;
}

.pricing-carousel > .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.pricing-carousel > .col-md-4:has(.pricing-card.featured) {
    z-index: 30;
}

.pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.pricing-card.featured {
    transform: scale(1.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    z-index: 30;
    margin-top: -5px;
    margin-bottom: 20px;
}

.pricing-card.featured:hover {
    transform: scale(1.07) translateY(-5px);
}

.pricing-card .badge-featured {
    position: absolute;
    top: -20px;
    right: 20px;
    background: #FB6120;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(251, 97, 32, 0.4);
    z-index: 1;
}

.pricing-header {
    padding: 30px 20px 20px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.pricing-header.free {
    background: linear-gradient(135deg, #E8F5F9 0%, #B8DCE8 100%);
}

.pricing-header.starter {
    background: linear-gradient(135deg, #38C4CB 0%, #38C4CB 100%);
}

.pricing-header.middle {
    background: linear-gradient(135deg, #286991 0%, #1a5270 100%);
}

.pricing-header.professional {
    background: linear-gradient(135deg, #d94d12 0%, #FB6120 100%);
}

.pricing-header.premium {
    background: linear-gradient(135deg, #133143 0%, #0a1d2a 100%);
}

.pricing-header h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.pricing-header.free h3 {
    color: #133143;
}

.pricing-header.free p {
    color: #133143;
}

.pricing-original {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: line-through;
    font-size: 16px;
    margin-bottom: 5px;
}

.pricing-header.free .pricing-original {
    color: rgba(19, 49, 67, 0.7);
}

.pricing-price {
    color: #fff;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -3px;
}

.pricing-header.free .pricing-price {
    color: #286991;
}

.pricing-price small {
    font-size: 24px;
    font-weight: 600;
}

.pricing-header.free .pricing-price small {
    color: #286991;
}

.pricing-period {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.pricing-header.free .pricing-period {
    color: rgba(19, 49, 67, 0.85);
}

.pricing-header.free .pricing-period small {
    color: rgba(19, 49, 67, 0.85);
}

.pricing-description {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.pricing-description p {
    color: #286991;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.pricing-description svg {
    color: #286991;
    margin-right: 5px;
}

.pricing-features {
    padding: 25px 20px;
    flex-grow: 1;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    padding: 12px 0;
    font-size: 15px;
    color: #133143;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.pricing-features li.disabled {
    color: #ccc;
}

.pricing-features li.disabled svg {
    color: #ccc;
}

.pricing-footer {
    padding: 25px 20px 30px;
    text-align: center;
}

.pricing-footer .btn {
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pricing-footer .btn-free {
    background: linear-gradient(135deg, #B8DCE8 0%, #8AC5D6 100%);
    color: #133143;
}

.pricing-footer .btn-free:hover {
    background: linear-gradient(135deg, #8AC5D6 0%, #6BB3C7 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(142, 197, 214, 0.4);
}

.pricing-footer .btn-starter {
    background: linear-gradient(135deg, #38C4CB 0%, #38C4CB 100%);
    color: #fff;
}

.pricing-footer .btn-starter:hover {
    background: linear-gradient(135deg, #286991 0%, #2EADB1 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(46, 173, 177, 0.4);
}

.pricing-footer .btn-middle {
    background: linear-gradient(135deg, #286991 0%, #1a5270 100%);
    color: #fff;
}

.pricing-footer .btn-middle:hover {
    background: linear-gradient(135deg, #1a5270 0%, #286991 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 105, 145, 0.4);
}

.pricing-footer .btn-professional {
    background: linear-gradient(135deg, #d94d12 0%, #FB6120 100%);
    color: #fff;
}

.pricing-footer .btn-professional:hover {
    background: linear-gradient(135deg, #FB6120 0%, #d94d12 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(217, 77, 18, 0.4);
}

.pricing-footer .btn-premium {
    background: linear-gradient(135deg, #133143 0%, #0a1d2a 100%);
    color: #fff;
}

.pricing-footer .btn-premium:hover {
    background: linear-gradient(135deg, #0a1d2a 0%, #133143 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(19, 49, 67, 0.4);
}

/* Pricing Plans Responsive */
@media (max-width: 991px) {
    .pricing-card.featured {
        transform: scale(1.03);
        margin-top: 0;
        margin-bottom: 30px;
    }

    .pricing-card.featured:hover {
        transform: scale(1.03) translateY(-5px);
    }

    .pricing-carousel-wrapper {
        padding: 0 55px;
        margin: 0;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .pricing-carousel-container {
        padding: 20px 0 40px 0;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .pricing-carousel-container::before,
    .pricing-carousel-container::after {
        width: 50px;
    }

    .pricing-carousel-container::before {
        left: -55px;
    }

    .pricing-carousel-container::after {
        right: -55px;
    }

    .pricing-carousel > .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 12px;
    }

    .carousel-nav-btn {
        width: 45px;
        height: 45px;
    }

    .carousel-nav-btn.prev {
        left: 5px;
    }

    .carousel-nav-btn.next {
        right: 5px;
    }
}

@media (max-width: 767px) {
    #planos {
        padding: 60px 0 60px 0;
    }

    #planos h2 {
        font-size: 32px;
    }

    .pricing-price {
        font-size: 42px;
    }

    .pricing-header h3 {
        font-size: 24px;
    }

    .pricing-carousel-wrapper {
        padding: 0 35px;
        margin: 0;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .pricing-carousel-container {
        padding: 20px 0 40px 0;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .pricing-carousel-container::before,
    .pricing-carousel-container::after {
        display: none;
    }

    .pricing-carousel > .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .pricing-card.featured {
        transform: scale(1);
        margin-top: 0;
        margin-bottom: 30px;
    }

    .pricing-card.featured:hover {
        transform: translateY(-5px);
    }

    .carousel-nav-btn {
        width: 32px;
        height: 32px;
    }

    .carousel-nav-btn.prev {
        left: 2px;
    }

    .carousel-nav-btn.next {
        right: 2px;
    }

    .carousel-nav-btn svg {
        width: 20px;
        height: 20px;
    }
}

/* Smartphones muito pequenos */
@media (max-width: 480px) {
    .pricing-carousel-wrapper {
        padding: 0 30px;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .pricing-carousel-container {
        overflow-x: hidden;
        overflow-y: visible;
    }

    .pricing-carousel > .col-md-4 {
        padding: 0 5px;
    }

    .carousel-nav-btn {
        width: 28px;
        height: 28px;
    }

    .carousel-nav-btn.prev {
        left: 1px;
    }

    .carousel-nav-btn.next {
        right: 1px;
    }

    .carousel-nav-btn svg {
        width: 18px;
        height: 18px;
    }

    .pricing-card {
        margin-bottom: 20px;
    }
}

/* Banner Section Styles */
#banner .container.text-center {
    padding-bottom: 140px;
}

#banner p.banner-description {
    opacity: 0.6;
}

/* Video Embeds */
.video-embed-container {
    padding-bottom: 177.78%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Testimonials Section */
#depositions h2.testimonials-heading {
    margin-bottom: 10px;
}

#depositions p.testimonials-description {
    margin-bottom: 60px;
    opacity: 0.7;
}

/* ===================================
   ENHANCED MOBILE UX IMPROVEMENTS
   =================================== */

@media (max-width: 768px) {
    /* Typography - Reduce H2 sizes */
    h2, #vantagens h2, #depositions h2, #planos h2, #features-novos h2, #features h2, #faq h2, #mensagem-dor h2 {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        letter-spacing: -1px;
        line-height: 1.2;
    }

    /* Hero Section Improvements */
    #banner h1 {
        font-size: 26px;
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    #banner h1 .text-muted {
        display: none;
    }

    #banner p.banner-description {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    #banner br {
        display: none;
    }

    #banner .btn-lg {
        margin: 20px auto;
        display: block;
    }

    #banner .container.text-center {
        padding-bottom: 60px !important;
    }

    /* Brand Section - Hide Extra Logos */
    #marcas .col-xs-6:nth-child(n+7) {
        display: none;
    }

    #marcas {
        padding: 15px 0;
    }

    /* Payment Comparison Section */
    .opcao-pagamento {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .opcao-pagamento .info p {
        font-size: 20px;
    }

    .opcao-pagamento .info small {
        font-size: 12px;
    }

    .box-destaque-total {
        margin: 0 15px;
    }

    .box-destaque-total img {
        max-width: 100%;
        height: auto;
        border-radius: 0 0 10px 10px !important;
        margin-top: 20px;
    }

    .box-destaque-total .box-destaque {
        padding: 20px 15px;
    }

    /* FAQ Section */
    #faq {
        padding: 50px 0;
    }

    #faq .panel-title a {
        font-size: 14px;
        line-height: 1.4;
        padding: 12px 15px;
        min-height: 44px;
    }

    #faq .panel-title a svg {
        width: 16px;
        height: 16px;
    }

    #faq .panel-body {
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.6;
    }

    /* Testimonials - Hide Extra Videos */
    #depositions .col-xs-6:nth-child(n+3) {
        display: none;
    }

    #depositions .video-embed-container {
        margin-bottom: 15px;
    }

    /* Testimonials - Hide Extra Cards */
    .testimonials-modern > .col-xs-12:nth-child(n+7) {
        display: none;
    }

    .testimonial-modern-card {
        padding: 50px 20px 20px 20px;
        margin-bottom: 20px;
        background-size: 80px auto;
        background-image: none !important;
    }

    /* Pricing Section */
    .pricing-card {
        margin-bottom: 40px;
    }

    #planos {
        padding: 60px 0;
    }

    /* General Section Padding - Reduce significantly */
    #vantagens, #features, #depositions {
        padding: 40px 0 30px 0;
    }

    #features-novos {
        padding: 40px 0 30px 0;
    }

    /* Sub-headlines */
    #features-novos p.sub-headline,
    #features p.sub-headline,
    #faq p.sub-headline,
    #planos p.sub-headline {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    /* Reduce vertical spacing */
    #features .row {
        margin-bottom: 40px !important;
    }

    #features .row.sem-margem {
        margin-bottom: 20px !important;
    }

    .vertical-align {
        margin-bottom: 20px !important;
    }

    /* Box destaque spacing */
    .box-destaque-total .box-destaque h3 {
        margin-bottom: 15px !important;
    }

    .box-destaque-total .box-destaque {
        padding: 20px 15px 20px 15px !important;
    }

    /* Button Shadows - Reduce for Mobile */
    #conteudo .btn-lg,
    #banner .btn-lg,
    #faq .btn-lg,
    #planos .btn-lg,
    #modal-exit .btn-lg {
        -webkit-box-shadow: 4px 4px 0px 0px rgba(158, 50, 3, 1);
        -moz-box-shadow: 4px 4px 0px 0px rgba(158, 50, 3, 1);
        box-shadow: 4px 4px 0px 0px rgba(158, 50, 3, 1);
        font-size: 16px;
        padding: 15px 30px;
    }

    /* Touch Target Improvements */
    .panel-heading a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    /* Counter Section */
    #contador h2 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    #contador h3 {
        font-size: 20px;
    }

    /* Features Section - Reduce H3 */
    #features h3, #features-novos h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    /* Extra Small Mobile - Further Refinements */
    #banner h1 {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    h2, #vantagens h2, #depositions h2, #planos h2, #features-novos h2, #features h2, #faq h2, #mensagem-dor h2 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
        letter-spacing: -1px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #features h3, #features-novos h3 {
        font-size: 16px;
    }

    /* Further reduce section padding */
    #vantagens, #features, #depositions, #features-novos {
        padding: 30px 0 20px 0 !important;
    }

    #faq {
        padding: 30px 0 !important;
    }

    #planos {
        padding: 40px 0 !important;
    }

    #contador {
        padding: 40px 10px !important;
    }

    /* Reduce row spacing */
    #features .row {
        margin-bottom: 30px !important;
    }

    .vertical-align {
        margin-bottom: 15px !important;
    }

    .opcao-pagamento .info p {
        font-size: 18px;
    }

    .testimonial-modern-card {
        padding: 20px 15px 15px 15px;
        background-size: 70px auto;
        background-image: none !important;
    }

    /* Compact FAQ */
    #faq .panel-group {
        margin-top: 20px !important;
    }

    .panel {
        margin-bottom: 10px !important;
    }

    /* Reduce brand section more */
    #marcas {
        padding: 10px 0 !important;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .box-plan {
        margin-bottom: 20px;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .box-plan {
        margin-bottom: 20px;
    }
}
/* Modern Testimonials */
.testimonials-modern {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.testimonials-modern > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.testimonial-modern-card {
    background: #F5FAFC;
    background-image: url('../img/ads/blockquote.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100px auto;
    border-radius: 10px;
    padding: 70px 30px 30px 30px;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-modern-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(19, 49, 67, 0.12);
    background-color: #fff;
}

.testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 15px;
}

.testimonial-stars svg {
    flex-shrink: 0;
}


.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #133143;
    margin: 0 0 25px 0;
    flex: 1;
}

.testimonial-text strong {
    color: #133143;
    font-weight: 700;
}

.testimonial-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(40, 105, 145, 0.2);
}

.author-info strong {
    display: block;
    color: #133143;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.author-info span {
    display: block;
    color: #286991;
    font-size: 14px;
    opacity: 0.7;
}

/* Equal Height Items in Rows */
.row.text-center {
    display: flex;
    flex-wrap: wrap;
}

.row.text-center > [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.row.text-center > [class*='col-'] > a:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    min-height: 64px;
}

.row.text-center > [class*='col-'] img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.row.text-center > [class*='col-'] h3 {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px !important;
}

.row.text-center > [class*='col-'] p {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

/* Mobile Responsive - Equal Heights */
@media (max-width: 767px) {
    .row.text-center > [class*='col-'] {
        min-height: auto;
        margin-bottom: 30px;
    }

    .row.text-center > [class*='col-'] h3 {
        min-height: 60px;
    }

    .row.text-center > [class*='col-'] p {
        min-height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .row.text-center > [class*='col-'] h3 {
        min-height: 70px;
    }

    .row.text-center > [class*='col-'] p {
        min-height: 80px;
    }
}

@media (min-width: 992px) {
    .row.text-center > [class*='col-'] h3 {
        min-height: 60px;
    }

    .row.text-center > [class*='col-'] p {
        min-height: 70px;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 28px;
        letter-spacing: -1px;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    h2, #vantagens h2, #depositions h2, #planos h2, #features-novos h2, #mensagem-dor h2 {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #133143;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 16px;
        letter-spacing: 0px;
    }
    #block-text {
        margin-top: 10px;
    }
    #features h3, #features p, #depositions h3, #depositions p, #depositions .btn{
        text-align: center !important;
    }
    #features h3, #features-novos h3 {
        font-size: 16px !important;
    }
    #depositions .btn {
        display: block;
    }
    #features p, #depositions .btn {
        margin-bottom: 30px;
    }
    #whatswidget-conversation-message-outer {
        display: none;
    }

    .testimonial-modern-card {
        padding: 20px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .author-info strong {
        font-size: 15px;
    }

    .author-info span {
        font-size: 13px;
    }

    .row.text-center > [class*='col-'] h3 {
        min-height: 70px;
    }

    .row.text-center > [class*='col-'] p {
        min-height: 70px;
    }
}

#mensagem-dor {
    background: #f8f9fa; padding: 100px 0;
}

/* ========================================
   SEÇÃO DE CONTADORES/NÚMEROS
   ======================================== */

#contadores {
    background-color: #fff;
    padding: 100px 0px 60px 0px;
}

#contadores h3 {
    font-size: 32px;
    font-weight: 600;
    color: #133143;
    margin-bottom: 40px;
    text-align: center;
}

.numeros-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.numero-card {
    background: #F5FAFC;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.numero-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(19, 49, 67, 0.1);
}

.numero-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numero-icon svg {
    opacity: 0.8;
}

.numero-valor {
    font-size: 48px;
    font-weight: 700;
    color: #286991;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -2px;
}

.numero-label {
    font-size: 15px;
    color: #133143;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.8;
}

/* Tablets */
@media (max-width: 991px) {
    .numeros-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .numero-valor {
        font-size: 40px;
    }

    #contadores h3 {
        font-size: 28px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #contadores {
        padding: 40px 0;
    }

    .numeros-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .numero-card {
        padding: 24px 16px;
    }

    .numero-valor {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .numero-label {
        font-size: 13px;
    }

    #contadores h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .numero-icon svg {
        width: 40px;
        height: 40px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    #contadores {
        padding: 30px 0;
    }

    .numeros-grid {
        gap: 12px;
    }

    .numero-card {
        padding: 20px 12px;
    }

    .numero-valor {
        font-size: 32px;
    }

    .numero-label {
        font-size: 12px;
    }

    #contadores h3 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .numero-icon svg {
        width: 36px;
        height: 36px;
    }
}

/* ========================================
   SEÇÃO DE VÍDEO
   ======================================== */

section#video {
    background-color: #286991;
    color: #fff;
    padding: 40px 40px 20px 40px;
    border-radius: 10px;
    margin-bottom: 100px;
}

section#video h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 30px;
    color: #fff;
}

section#video p {
    color: #fff;
}

section#video small {
    color: #9BE3E6;
}

/* Video CTA Row - Desktop only flex alignment */
@media (min-width: 768px) {
    #video .video-cta-row {
        display: flex;
        align-items: center;
    }
}

/* Mobile Responsive - Vídeo */
@media (max-width: 767px) {
    section#video {
        padding: 40px 15px;
    }

    section#video h2 {
        font-size: 24px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    section#video .btn-lg {
        font-size: 16px;
        padding: 15px 30px;
    }

    section#video small {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    section#video {
        padding: 30px 10px;
    }

    section#video h2 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    section#video .btn-lg {
        font-size: 14px;
        padding: 12px 25px;
        width: 100%;
    }

    section#video small {
        font-size: 11px;
    }
}

/* ========================================
   BANNER CTA E BENEFÍCIOS
   ======================================== */

.btn-cta-principal {
    position: relative;
    overflow: hidden;
}

.btn-cta-principal:hover {
    transform: scale(1.02);
}

.banner-benefits {
    margin-top: 20px;
}

.banner-benefits small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .banner-benefits small {
        font-size: 12px;
    }
}
