@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, b, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    color: var(--ct-green);
}

.container-fluid {
    padding: 0;
}

/* BASE */
p {
    font-size: 14px;
    line-height: 25px;
    color: #3D3D3D;
    margin-bottom: 1.5rem;
    letter-spacing: 0.06px;
}

p span {
    font-weight: 600;
}

strong {
	font-weight: 700 !important;
}

div, h1, h2, h3, h4, h5, h6, p, span, li, button, a, input, label, select, td, th, strong {
    font-family: 'Outfit', sans-serif !important;
}

/* Header */
#header-sticky {
    background-color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    position: fixed;
    top: 0;
    z-index: 2;
    box-shadow: 0px 4px 24px 0px #0000001A;
}

.wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redes-sociais-header ul {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ctas-header {
    display: flex;
    align-items: center;
    gap: 56px;
}

.ctas-header a {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
}

#hero {
    padding-top: 0;
    height: 634px;
    background-image: url(../imgs/hero.png);
    background-size: cover;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    position: relative;
    top: 64px;
    background-position: top;
    z-index: 1;
}

.hero-mobile {
    display: none;
}

.text-main h1 {
    color: #fff;
    max-width: 354px;
    font-size: 27px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.text-main h2 {
    color: #fff;
    max-width: 354px;
    line-height: 22px;
}

.text-main h1 strong {
    font-weight: 800;
}

.text-main {
    margin-bottom: 60px;
}

.button-main a {
    padding: 16px 32px;
    background-color: #E67C43;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    transition: all .3s;
}

.button-main a:hover {
    background-color: #007182;
}

.button-second a {
    padding: 16px 32px;
    background-color: #007182;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    transition: all .3s;
}

.button-second a:hover {
    background-color: #E67C43;
}

#recolocacao {
    background-color: #007B8E;
    padding-top: 160px;
    padding-bottom: 72px;
    position: relative;
    z-index: 0;
    bottom: 20px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.title-recolocacao h2 {
    color: #FFFFFF;
    font-weight: 800;
    font-size: 48px;
    max-width: 314px;
    position: relative;
    line-height: 56px;
    left: 6rem;
    z-index: 2;
}

.title-recolocacao {
    position: relative;
}

.detail-h2 {
    position: absolute;
    top: -2rem;
}

.text-recolocacao h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 400px;
    margin-left: auto;
    line-height: 24px;
}

.text-recolocacao h3:last-child {
    margin-bottom: 0;
}

.text-recolocacao p {
    color: #fff;
    max-width: 400px;
    margin-left: auto;
}

.text-recolocacao-full {
    margin-top: 60px;
}

.text-recolocacao-full h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 24px;
}

.text-recolocacao-full p {
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.title-metodo {
    margin-top: 84px;
}

.title-metodo h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 44px;
}

.boxes-top, .boxes-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.boxes-top {
    margin-bottom: 52px;
}

.boxes-bottom {
    margin-bottom: 66px;
}

.box-metodo {
    background-color: #fff;
    border-radius: 24px;
    max-width: 359px;
    position: relative;
    padding: 32px;
}

.icon-box {
    position: absolute;
    top: -24px;
}

.cta-metodo {
    text-align: center;
}

.title-box h4 {
    color: #007B8E;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-top: 10px;
}

.text-box p {
    color: #3D3D3D;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.wrapper-metodo .text-box {
    height: 310px;
}

.wrapper-metodo .boxes-top .box-metodo:last-child .text-box {
    height: 280px;
}

#depoimentos-profissionais {
    padding-top: 60px;
    padding-bottom: 90px;
}

.icon-depoimentos {
    margin-bottom: 24px;
}

.title-depoimentos h3 {
    color: #007B8E;
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    margin-bottom: 24px;
}

.text-depoimentos {
    max-width: 220px;
}

.wrapper-videos-depoimentos {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 60px;
}

.video-depoimento iframe {
    width: 350px;
    height: 197px;
    border-radius: 16px;
}

.cta-reuniao {
    text-align: center;
}

.wrapper-topo-depoimento {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.nome-depoimento h4 {
    margin-bottom: 4px;
    font-weight: 800;
}

.funcao-depoimento h5 {
    color: #E67C43;
}

.text-depoimento p {
    max-height: 200px;
    overflow-y: scroll;
    padding-right: 12px;
}

/*SCROLL */
.text-depoimento p::-webkit-scrollbar {
    width: 2px;
    border-radius: 1px;
}

.text-depoimento p::-webkit-scrollbar-track {
    background: #fff;
}

.text-depoimento p::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 1px;
}

#mentoria {
    background-color: #007b8e;
    padding-top: 160px;
    padding-bottom: 72px;
    position: relative;
    z-index: 0;
    bottom: 20px;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

#mentoria .title-metodo h3::before, #mentoria .title-metodo h3::after {
    display: none;
}

#mentoria .title-metodo h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 72px;
    font-size: 21px;
    font-weight: 600;
}

#depoimentos-mentoria {
    padding-top: 60px;
    padding-bottom: 90px;
}

#clientes {
    background-color: #F4F4F4;
    padding-top: 70px;
    padding-bottom: 70px;
}

.wrapper-clientes ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-clientes .linha1 {
    margin-bottom: 16px;
}

.title-clientes h3 {
    color: #007B8E;
    font-size: 25px;
    line-height: 31px;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
}

.title-clientes h4 {
    margin-bottom: 32px;
    text-align: center;
}

/* .title-clientes h3 span {
	color: #E67C43;
} */
#beneficios {
    background-color: #ffffff;
    padding-top: 140px;
    padding-bottom: 90px;
}

.wrapper-beneficios {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.text-beneficio p.beneficio-topo {
    line-height: 0.8;
    font-weight: bold;
    font-size: 32px;
    color: #E67C43;
    margin-top: 16px;
    margin-bottom: 0px;
}

.beneficio {
    text-align: center;
    width: 20%;
}

.text-beneficio p.beneficio-descricao {
    font-size: 16px;
    line-height: 1.2;
    color: #006473;
    font-weight: bold;
    max-width: 200px;
    margin: auto;
    margin-top: 13px;
}

.wrapper-beneficios ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-beneficios ul li p {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.title-metodo h3::before, .title-metodo h3::after {
    content: "";
    position: absolute;
    top: 63%;
    width: 35%;
    height: 2px;
    background-color: #ffffff;
}

.title-metodo h3::before {
    left: 15px;
}

.title-metodo h3::after {
    right: 15px;
}

#contato {
    background-color: #007B8E;
    padding-top: 70px;
    padding-bottom: 70px;
}

.wrapper-foto-contato {
    position: relative;
}

.title-contato {
    position: absolute;
    top: -3rem;
    left: 39%;
    max-width: 255px;
}

.title-contato h3 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
}

.wrapper-foto-contato {
    position: relative;
}

.wrapper-foto-contato img {
    max-width: 90%;
    position: relative;
    top: 10px;
}

.form-cf7 input, .form-cf7 select, .form-cf7 textarea {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding-left: 16px;
    font-size: 12px;
    box-shadow: unset;
    border: unset;
}

.row-form label {
    width: 100%;
}

.row-form p {
    margin-bottom: 0;
}

.row-form {
    margin-bottom: 16px;
}

.row-form br {
    display: none;
}

.row-buttons p {
    width: 100%;
}

.form-cf7 .wpcf7-submit {
    background-color: #E67C43;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    padding-left: 0;
    cursor: pointer;
    transition: all .3s;
}

.form-cf7 .wpcf7-submit:hover {
    background-color: #007182
}

.form-cf7 .row-buttons {
    display: flex;
    gap: 16px;
}

.button-wpp-form .open-wpp {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 0 30px;
    width: 100%;
    color: #ffff;
    font-weight: 700;
    transition: all .3s;
}

.button-wpp-form .open-wpp:hover {
    background-color: #1bae72;
}

.text-form-contato p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 21px;
}

.form-contato {
    max-width: 450px;
    margin-left: auto;
}

.form-cf7 textarea {
    height: 120px;
    padding-top: 10px;
}

.form-cf7 select {
    color: #798082;
}

.form-cf7 .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.floating-wpp {
    display: none;
}

.owl-prev, .owl-next {
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 24px 0px #0000001A;
}

.owl-prev {
    position: absolute;
    left: -4rem;
    bottom: 10rem;
}

.owl-next {
    position: absolute;
    right: -4rem;
    bottom: 10rem;
}

.owl-dots {
    display: none;
}

.owl-prev span, .owl-next span {
    font-size: 28px;
    position: relative;
    bottom: 2px;
}

.owl-next.disabled, .owl-prev.disabled {
    opacity: .6;
    background-color: #eee;
}

.owl-next:focus, .owl-prev:focus {
    border: unset !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.wrapper-etapas {
    display: flex;
    justify-content: space-between;
    gap: 17px;
    margin-bottom: 80px;
}

#depoimentos-mentoria .wrapper-depoimentos {
    margin-bottom: 60px;
}

.wrapper-icon-seta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.seta-etapa img {
    position: relative;
    right: 9px;
}

.icon-etapa {
    position: relative;
    z-index: 2;
}

.text-etapa {
    width: 180px;
}

.text-etapa h4 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

#contato {
    position: relative;
}

.detail-form {
    position: absolute;
    top: 0;
    left: 0;
}

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #E67C43;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    background: #fff;
    padding: 30px;
    max-width: 400px;
    text-align: center;
    border-radius: 8px;
}

.modal-content button {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    background-color: #E67C43;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding-left: 0;
    cursor: pointer;
    transition: all .3s;
    margin: auto;
    width: 100%;
}

.modal-content button:hover {
    background-color: #007B8E;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffb900;
    border: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 23px;
    font-size: 14px;
}

.modal-content h4 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #007B8E;
    font-size: 20px;
}

.wrapper-clientes .owl-nav {
    position: relative;
    top: 2rem;
}

.floating-wpp {
    position: fixed;
    right: 30px;
    background: transparent linear-gradient(273deg, #128C7E 0%, #25D366 100%) 0% 0% no-repeat padding-box;
    bottom: 30px;
    z-index: 10000000000;
    font-size: 42px;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-wpp svg {
    position: relative;
    left: 1px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content-wpp {
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 410px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1rem;
    bottom: 5rem;
    border: unset;
}

.close {
    color: #fff;
    float: right;
    font-size: 24px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    text-shadow: unset;
}

.close:hover, .close:focus {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.chat-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background-color: #0b6156;
    color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    gap: 10px;
}

.chat-header img {
    border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
}

.chat-header-info {
    display: flex;
    flex-direction: column;
}

.chat-header-info p {
    color: #fff;
}

.chat-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    /*     background-image: url('/wp-content/uploads/2024/09/bg-wpp.png'); */
    background-color: #e9e0d7;
    align-items: end;
}

.message {
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
    max-width: 90%;
}

.message.received {
    background-color: #fff;
    align-self: flex-start;
}

.message.received span {
    font-size: 13px;
    color: #df3069;
    font-weight: 600;
}

.message.message-sended {
    background-color: #e1ffc7;
    display: flex;
    width: 100%;
}

.chat-footer {
    display: flex;
    padding: 0 20px;
    padding-bottom: 20px;
}

.chat-footer input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.chat-footer button {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.chat-footer button:hover {
    background-color: #20b359;
}

.chat-header-info h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.chat-header-info p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
}

.chat-body input, .chat-body select {
    background: #F3F3F3E0 0% 0% no-repeat padding-box;
    border-radius: 10px;
    background-color: #F3F3F3E0;
    width: 100%;
    border: unset;
    height: 38px;
    margin-top: 0;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #798082;
}

.chat-body input.wpcf7-submit {
    color: #fff;
    font-weight: 500;
    background-color: #0b6156;
    margin-top: 0px;
    margin-bottom: 10px;
    cursor: pointer;
}

.chat-body p {
    margin-bottom: 0;
    text-align: left;
}

.chat-body .wpcf7-spinner {
    position: absolute;
    left: 70px;
    bottom: 57px;
}

.modal-content-wpp .close:hover {
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 14px;
    border: unset;
    line-height: 1.3;
    margin: 0;
}

#whatsappModal .wpcf7-not-valid-tip {
    color: #c92020;
    font-size: 12px;
    display: block;
    font-weight: 400;
    position: relative;
    bottom: 10px;
}

#whatsappModal .wpcf7 form.invalid .wpcf7-response-output {
    color: #000;
    font-size: 12px;
}

#whatsappModal .wpcf7 form.sent .wpcf7-response-output {
    color: #0b6156;
}

.form-contato .wpcf7-spinner {
    top: 6px;
}

@media (max-width: 768px) {
    .hero-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        opacity: 0.85;
    }

    .ctas-header {
        display: none;
    }

    .boxes-top, .boxes-bottom {
        flex-direction: column;
        gap: 52px;
    }

    .boxes-top {
        margin-bottom: 52px;
    }

    .wrapper-videos-depoimentos, .wrapper-beneficios ul {
        flex-direction: column;
    }

    .wrapper-beneficios ul {
        gap: 14px;
    }

    .wrapper-etapas {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .title-metodo h3::before, .title-metodo h3::after {
        display: none;
    }

    .owl-prev, .owl-next {
        display: none;
    }

    .title-metodo h3 {
        text-align: left;
    }

    .title-recolocacao h2 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 48px;
        max-width: 100%;
        position: relative;
        line-height: 56px;
        left: 0;
        z-index: 2;
        margin-bottom: 30px;
    }

    .box-metodo {
        max-width: 100%;
    }

    .text-depoimentos {
        max-width: 100%;
    }

    #hero {
        padding-top: 0;
        height: 650px;
        background-image: url(../imgs/hero.png);
        background-size: cover;
        display: flex;
        align-items: initial;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        top: 0;
        background-position: -31rem;
        z-index: 1;
    }

    #hero .container {
        position: relative;
        top: 4rem;
    }

    #header-sticky {
        position: relative;
    }

    .seta-etapa {
        display: none;
    }

    #recolocacao {
        background-color: #007B8E;
        padding-top: 70px;
        padding-bottom: 72px;
        position: relative;
        z-index: 0;
        bottom: 90px;
    }

    .title-metodo {
        margin-top: 74px;
    }

    #depoimentos-profissionais {
        padding-top: 0;
        padding-bottom: 90px;
    }

    .video-depoimento {
        text-align: center;
        margin-bottom: 20px;
    }

    #mentoria {
        background-color: #007b8e;
        padding-top: 100px;
    }

    .wrapper-clientes ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    .button-wpp-form .open-wpp {
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #fff;
        padding: 0 10px;
    }

    .form-cf7 .wpcf7-submit {
        background-color: #E67C43;
        border-radius: 8px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .wrapper-foto-contato {
        position: relative;
        margin-bottom: 40px;
    }

    .owl-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        width: 4px;
        height: 4px;
        background-color: #ccc !important;
        margin: 3px;
        border-radius: 10px;
    }

    .owl-carousel button.owl-dot.active {
        background-color: #007B8E !important;
    }

    .wrapper-beneficios ul li p {
        text-align: center;
    }

    .detail-form svg {
        max-width: 85%;
    }

    #mentoria .title-metodo h3 {
        line-height: 28px;
    }

    .wrapper-beneficios {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .beneficio {
        text-align: center;
        width: 50%;
    }

    .text-beneficio p.beneficio-topo {
        line-height: 0.8;
        font-weight: bold;
        font-size: 24px;
        color: #E67C43;
        margin-top: 16px;
        margin-bottom: 0px;
    }

    #beneficios {
        background-color: #ffffff;
        padding-top: 50px;
        padding-bottom: 140px;
    }

    .wrapper-clientes ul li {
        width: calc((100% - 20px) / 3);
    }

    .wrapper-metodo .text-box {
        height: auto !important;
    }

    .title-contato h3 {
        color: #fff;
        font-size: 38px;
        line-height: 36px;
        font-weight: 800;
    }

    .wrapper-foto-contato img {
        max-width: 90%;
        position: relative;
        top: 20px;
    }

    .title-contato {
        position: absolute;
        top: -3rem;
        left: 50%;
        max-width: 100%;
        transform: translate(-50%);
    }

    .video-depoimento iframe {
        width: 100% !important;
    }

    .modal-content-wpp {
        width: 90%;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 1rem;
        bottom: 5rem;
        border: unset;
    }

    .message {
        max-width: 85%;
    }

    .chat-header-info h2 {
        font-size: 19px;
    }
}

@media (max-width: 395px) {
    .title-recolocacao h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .detail-h2 svg {
        width: 70%;
    }

    .wrapper-clientes ul {
        gap: 10px;
    }

    .card-etapa {
        max-width: 170px;
    }

    .text-etapa h4 {
        font-size: 15px
    }

    .form-cf7 .wpcf7-submit {
        width: 125px;
    }
}

/* CSS Clube */
:root {
    --ct-black: #000;
    --ct-green-dark: #094F59;
    --ct-green: #3499A8;
    --ct-white: #FFF;
}

.ct-hero {
    padding: 64px 0;
    background: var(--ct-white);
}

.ct-hero__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
}

.ct-hero__brand {
    margin-bottom: 35px;
}

.ct-hero__title {
    margin: 0 0 24px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.12;
    color: var(--ct-black);
    font-weight: 600;
}

.ct-hero__subtitle {
    margin: 0 0 22px;
    font-size: clamp(40px, 2vw, 26px);
    line-height: 1.2;
    color: var(--ct-green-dark);
    font-weight: 700;
}

.ct-hero__description {
    margin: 0 0 32px;
    max-width: 520px;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 1.6;
}

.ct-hero__description-strong {
    color: #000;
}

.ct-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 38px;
}


.ct-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 12px 16px;
    padding-right: 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.ct-btn__icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.ct-btn--primary {
    background: var(--ct-green-dark);
    color: var(--ct-white);
}

.ct-btn--secondary {
    background: transparent;
    color: var(--ct-green-dark);
    border: 1px solid rgba(9,79,89,.35);
}

.ct-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

/*  com dots + prova social */
.ct-hero__foot {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ct-hero__dots {
    display: inline-flex;
}

.ct-hero__dot {
    width: 30px;
    height: 30px;
    border-radius: 99px;
    background: #d7d7d7;
    border: 2px solid #fff;
    position: relative;
}

.ct-hero__dot:not(:first-child) {
    margin-left: -7px;
}

.ct-hero__proof {
    margin: 0;
    font-size: 15px;
    color: var(--ct-green);
}

/* Visual direita */
.ct-hero__visual {
    display: flex;
    justify-content: center;
}

.ct-hero__image {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgba(0,0,0,.35);
    font-weight: 700;
}

.ct-hero__slice {
    position: absolute;
    top: -10%;
    right: -18%;
    width: 45%;
    height: 120%;
    background: var(--ct-white);
    border-radius: 999px;
    transform: rotate(0deg);
    opacity: .95;
}

/* Responsivo */
@media (max-width: 900px) {
    .ct-hero {
        padding: 44px 0;
    }

    .ct-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ct-hero__description {
        max-width: 100%;
    }

    .ct-hero__foot {
        flex-direction: column;
        align-items: flex-start;
    }
}

.ct-market {
    background: #F4F6F8;
    padding: 80px 0;
}

.ct-market__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-market__header {
    text-align: center;
    margin-bottom: 50px;
}

.ct-market__title {
    font-size: 32px;
    font-weight: 700;
    color: #094F59;
    margin-bottom: 10px;
}

.ct-market__subtitle {
    font-size: 18px;
    color: #000;
    opacity: .7;
}

.ct-market__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-market-card {
    background: #FFF;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    width: 100%;
}

.ct-market-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--ct-green-dark);
}

.ct-market-cta {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.ct-market-card__desc {
    font-size: 15px;
    opacity: .6;
    margin-bottom: 40px;
}

.ct-chart-wrapper {
    height: 200px;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}

.ct-legend {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
}

.ct-legend li {
    display: flex;
    justify-content: start;
    margin-bottom: 12px;
    gap: 6px;
    align-items: center;
    position: relative;
}

.ct-legend li strong {
    position: absolute;
    right: 0;
    color: var(--ct-green-dark);
}

.ct-card-note {
    color: var(--ct-green-dark);
}

.ct-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.ct-dot--dark {
    background: #094F59;
}

.ct-dot--green {
    background: #3499A8;
}

.ct-dot--gray {
    background: #D9D9D9;
}

.ct-source {
    font-size: 13px;
    opacity: .5;
    margin-bottom: 0;
}

.ct-bars .ct-bar {
    margin-bottom: 20px;
}

.ct-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
    font-size: 13px;
}

.ct-bar strong {
    color: var(--ct-green-dark);
}

.ct-bar span {
    color: var(--ct-green-dark);
}

.ct-bars {
    margin-bottom: 50px;
}

.ct-bar__track {
    height: 30px;
    background: #E5ECEF;
    border-radius: 5px;
    overflow: hidden;
}

.ct-bar__fill {
    height: 100%;
    background: #3499A8;
    border-radius: 5px;
    transition: width 1s ease;
}

@media(max-width: 992px) {
    .ct-market__grid {
        grid-template-columns:1fr;
    }
}

.ct-problem {
    padding: 0;
    background: #FFF;
}

.ct-problem__wrapper {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: auto;
    padding-top: 60px;
}

/* LEFT SIDE */
.ct-problem__visual {
    position: relative;
    overflow: hidden;
}

.ct-problem__visual-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
}

/* RIGHT SIDE */
.ct-problem__content {
    display: flex;
    align-items: center;
    background: #FFF;
}

.ct-problem__inner {
    width: min(640px, 100%);
    margin: 0 auto;
    margin-right: auto;
    padding: 80px 40px;
    margin-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ct-problem__eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #3499A8;
    margin-bottom: 12px;
}

.ct-problem__title {
    font-size: 26px;
    font-weight: 700;
    color: #094F59;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ct-problem__text {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    opacity: .85;
    margin-bottom: 30px;
    text-align: justify;
}

.ct-problem__text strong {
    color: #000000;
    font-weight: 600;
}

/* Highlight Box */
.ct-problem__highlight {
    display: flex;
    gap: 16px;
    padding: 22px;
    border-radius: 16px;
    background: #F4F6F8;
    /* Box 01 */
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-bottom: 60px;
}

.ct-problem__icon {
    width: 110px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.ct-problem__highlight-content {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    opacity: 1;
}

.ct-problem__highlight-source {
    display: block;
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: .05em;
    opacity: .8;
    font-weight: 500;
}

/* RESPONSIVO */
@media(max-width: 992px) {
    .ct-problem__wrapper {
        grid-template-columns: 1fr;
    }

    .ct-problem__visual {
        height: 300px;
    }

    .ct-problem__inner {
        padding: 60px 24px;
    }
}

.ct-solution {
    background: #16202A;
    padding: 80px 0;
    color: #FFF;
}

.ct-solution__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-solution__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    align-items: center;
}

.ct-solution__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #349BAA;
    background: rgba(52,155,170,.12);
    border: 1px solid rgba(52,155,170,.22);
    margin-bottom: 22px;
    font-weight: 600;
}

.ct-solution__badge span {
    display: flex;
    position: relative;
    left: 2px;
}

.ct-solution__title {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    color: #FFF;
}

.ct-solution__text {
    margin: 0px 0 30px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    max-width: 520px;
}

.ct-solution__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.ct-solution__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ct-solution__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.ct-solution__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.ct-solution__item-text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

/* Right side image placeholder */
.ct-solution__media {
    display: flex;
    justify-content: flex-end;
}

/* Responsivo */
@media (max-width: 992px) {
    .ct-solution {
        padding: 56px 0;
    }

    .ct-solution__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ct-solution__media {
        justify-content: flex-start;
    }

    .ct-solution__title {
        font-size: 28px;
    }
}

.ct-solution__media-placeholder:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    transform: translateY(-2px);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ct-how {
    position: relative;
    padding: 76px 0 86px;
    background: #F4F6F8;
    overflow: visible;
}

.ct-selo-wef img {
	    position: absolute;
    right: -6rem;
    max-width: 160px;
    bottom: -10.3rem;
}

/* Pattern (troque a imagem depois) */
.ct-how__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ct-how__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 100%;
    opacity: 1;
    background-image: url('../imgs/pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ct-how__container {
    position: relative;
    z-index: 1;
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-how__header {
    text-align: center;
    margin-bottom: 44px;
}

.ct-how__title {
    margin: 0 0 10px;
    color: var(--ct-green-dark);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

.ct-how__subtitle {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    opacity: .8;
}

.ct-how__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
}

/* Cards */
.ct-how-card {
    background: #FFF;
    border-radius: 16px;
    padding: 26px 26px 28px;
    box-shadow: 0 6px 8px rgba(0,0,0, 0.1);
    border: 1px solid rgba(0,0,0,.04);
    transition: transform .18s ease, box-shadow .18s ease;
}

.ct-how-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
}

.ct-how-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #F4F6F8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 15px;
}

.ct-how-card__icon svg {
    display: block;
    width: 46px;
    height: 46px;
}

.ct-how-card__title {
    margin: 0 0 16px;
    color: #094F59;
    font-weight: 700;
    font-size: 18px;
}

.ct-how-card__text {
    margin: 0;
    color: rgba(0,0,0,.55);
    font-size: 15px;
    line-height: 1.6;
    max-width: 320px;
}

/* Responsivo */
@media (max-width: 992px) {
    .ct-how {
        padding: 54px 0 64px;
    }

    .ct-how__title {
        font-size: 28px;
    }

    .ct-how__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ct-how__bg::before {
        width: 100%;
        opacity: .14;
        background-size: 120px;
    }
}

.ct-skills {
    padding: 72px 0;
    background: #FFF;
}

.ct-skills__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-skills__header {
    margin-bottom: 28px;
}

.ct-skills__title {
    margin: 0 0 6px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #094F59;
}

.ct-skills__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(0,0,0,.60);
}

.ct-skills__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.ct-skill-card {
    background: #F4F6F8;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 14px;
    padding: 20px 18px;
    min-height: 140px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.ct-skill-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
    border-color: rgba(0,0,0,.18);
}

.ct-skill-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
    opacity: .9;
}

.ct-skill-card__icon svg {
    width: 38px;
    height: 38px;
    display: block;
}

.ct-skill-card__icon--placeholder {
    color: rgba(0,0,0,.35);
    font-size: 12px;
    font-weight: 600;
}

.ct-skill-card__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.ct-skill-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(0,0,0,.55);
}

/* Responsivo */
@media (max-width: 1100px) {
    .ct-skills__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .ct-skills {
        padding: 56px 0;
    }

    .ct-skills__title {
        font-size: 26px;
    }

    .ct-skills__grid {
        grid-template-columns: 1fr;
    }
}

.ct-pricing {
    background: #16202A;
    padding: 78px 0 86px;
    color: #FFF;
}

.ct-pricing__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-pricing__header {
    text-align: center;
    margin-bottom: 38px;
}

.ct-pricing__title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    color: #3499A8;
}

.ct-pricing__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.80);
}

.ct-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
    max-width: 90%;
    margin: auto;
}

/* Cards */
.ct-price-card {
    background: #FFF;
    border-radius: 18px;
    padding: 34px 42px 30px;
    box-shadow: 0 22px 60px rgba(0,0,0,.35);
    border: 1px solid rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    min-height: 360px;
    transition: transform .18s ease, box-shadow .18s ease;
}

.ct-price-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 28px 80px rgba(0,0,0,.40);
}

.ct-price-card__kicker {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ct-price-card__price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}

.ct-price-card__currency {
    font-size: 17px;
    font-weight: 400;
    color: #7A7A7A;
}

.ct-price-card__value {
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #094F59;
}

.ct-price-card__period {
    font-size: 17px;
    color: #7A7A7A;
    font-weight: 400;
    margin-left: 2px;
}

.ct-price-card__list {
    list-style: none;
    padding: 0;
    margin: 20px 0 32px;
    display: grid;
    gap: 14px;
}

.ct-price-card__item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(0,0,0,.68);
}

.ct-price-card__check {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.ct-price-card__check svg {
    display: block;
}

/* CTA */
.ct-price-card__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 2px solid rgba(9,79,89,.55);
    background: transparent;
    color: #094F59;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.ct-price-card__cta:hover {
    background: rgba(9,79,89,.07);
    border-color: rgba(9,79,89,.75);
    transform: translateY(-1px);
}

.ct-price-card__cta-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

/* Responsivo */
@media (max-width: 992px) {
    .ct-pricing {
        padding: 56px 0 66px;
    }

    .ct-pricing__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ct-price-card {
        padding: 28px 22px 24px;
    }

    .ct-price-card__value {
        font-size: 40px;
    }
}

.ct-compare {
    padding: 64px 0;
    background: #F4F6F8;
    position: relative;
}

.ct-compare__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-compare__grid {
    display: grid;
    grid-template-columns: 670px 1fr;
    gap: 28px;
    align-items: end;
}

/* Card */
.ct-compare-card {
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 18px 44px rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.06);
}

.ct-compare-card__head {
    background: #16202A;
    padding: 22px 20px 22px;
    text-align: center;
}

.ct-compare-card__title {
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: .06em;
    font-weight: 800;
    color: #FFF;
}

.ct-compare-card__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #FFEEE6;
}

.ct-compare-card__body {
    padding: 0;
}

/* "Tabela" */
.ct-compare-table {
    width: 100%;
}

.ct-compare-row {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1.25fr;
    border-top: 1px solid rgba(0,0,0,.06);
}

.ct-compare-row--head {
    border-top: none;
    background: #F4F6F8;
}

.ct-compare-cell {
    padding: 15px 14px;
    font-size: 14px;
    line-height: 1.35;
}

.ct-compare-cell--crit {
    font-weight: 500;
    color: rgba(0,0,0,.72);
    background: #FFF;
    text-align: center;
}

.ct-compare-row--head .ct-compare-cell--crit {
    background: #F4F6F8;
}

.ct-compare-cell--club {
    color: #094F59;
    font-weight: 500;
    background: rgba(52,153,168,.12);
    /* leve destaque */
    text-align: center;
}

.ct-compare-cell--trad {
    color: rgba(0,0,0,.55);
    font-weight: 500;
    background: #FFF;
    text-align: center;
}

/* separadores verticais sutis */
.ct-compare-cell--club, .ct-compare-cell--trad {
    border-left: 1px solid rgba(0,0,0,.06);
}

.ct-compare-row--head .ct-compare-cell {
    font-weight: 800;
    font-size: 16px;
}

.ct-compare-row--head .ct-compare-cell--club {
    color: #094F59;
}

.ct-compare-row--head .ct-compare-cell--trad {
    color: rgba(0,0,0,.55);
}

/* Media direita */
.ct-compare__media {
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.ct-compare__media .ct-compare__media-placeholder img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 690px;
}


/* Responsivo */
@media (max-width: 1024px) {
    .ct-compare__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: stretch;
    }

    .ct-compare__media-placeholder {
        min-height: 260px;
    }
}

@media (max-width: 520px) {
    .ct-compare {
        padding: 52px 0;
    }

    .ct-compare-row {
        grid-template-columns: 1fr 1fr;
    }

    .ct-compare-cell--trad {
        display: none;
    }

    .ct-compare-row--head .ct-compare-cell--trad {
        display: none;
    }
}

.ct-calc {
    padding: 44px 0 56px;
    background: #FFF;
}

.ct-calc__container {
    width: min(1100px, 100% - 32px);
    margin: 0 auto;
}

.ct-calc__card {
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    background: #F4F6F8;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 100px;
    align-items: center;
}

.ct-calc__title {
    margin: 0 0 34px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(0,0,0,.85);
}

.ct-calc__rows {
    display: grid;
    gap: 30px;
}

/* Row base */
.ct-calc-row {
    border-radius: 6px;
    padding: 14px 24px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 10px;
    align-items: center;
}

.ct-calc-row__label {
    font-size: 16px;
    font-weight: 700;
    color: #7A7A7A;
}

.ct-calc-row__values {
    text-align: left;
}

.ct-calc-row__value {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #7A7A7A;
}

.ct-calc-row__hint {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.25;
    color: rgba(0,0,0,.45);
}

/* Traditional */
.ct-calc-row--traditional {
    background: #3499a824;
}

.ct-calc-row--traditional .ct-calc-row__label {
    color: #7A7A7A;
}

/* Club */
.ct-calc-row--club {
    background: #3499A8;
    color: #FFF;
}

.ct-calc-row--club .ct-calc-row__label {
    color: rgba(255,255,255,.92);
}

.ct-calc-row--club .ct-calc-row__value {
    color: #FFF;
}

.ct-calc-row--club .ct-calc-row__hint {
    color: rgba(255,255,255,.88);
}

/* Right side */
.ct-calc__right {
    padding-left: 10px;
    text-align: center;
}

.ct-calc__text {
    margin: 0 0 14px;
    font-size: 16px;
    text-align: center;
    color: #3499A8;
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.ct-calc__text strong {
    color: #3499A8;
    font-weight: 800;
}

/* CTA */
.ct-calc__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 26px;
    border-radius: 4px;
    background: #094F59;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease;
}

.ct-calc__cta:hover {
    transform: translateY(-1px);
    opacity: .95;
}

.ct-calc__cta-icon {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
}

/* Responsivo */
@media (max-width: 860px) {
    .ct-calc__card {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ct-calc__right {
        padding-left: 0;
    }
}

@media (max-width: 520px) {
    .ct-calc {
        padding: 36px 0 46px;
    }

    .ct-calc__card {
        padding: 18px;
    }

    .ct-calc-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .ct-calc-row__values {
        text-align: left;
    }
}

.ct-about {
    padding: 72px 0;
    background: #0f5c5f1a;
    background-image: url('../imgs/pattern.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ct-about__container {
    width: min(1020px, 100% - 32px);
    margin: 0 auto;
}

.ct-about__grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 62px;
    align-items: center;
}

/* FOTO */
.ct-about__photo {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(0,0,0,.15);
}

.ct-about__photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Overlay inferior */
.ct-about__photo-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 43px 46px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100% );
}

.ct-about__name {
    font-size: 21px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 7px;
}

.ct-about__role {
    font-size: 16px;
    color: #3499A8;
    font-weight: 600;
}

/* TEXTO */
.ct-about__content {
    max-width: 560px;
}

.ct-about__title {
    margin: 0 0 38px;
    font-size: 34px;
    font-weight: 800;
    color: #094F59;
}

.ct-about__content p {
    margin: 0 0 36px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(0,0,0,.75);
}

.ct-about__content strong {
    font-weight: 800;
    color: #000;
}

/* RESPONSIVO */
@media (max-width: 992px) {
    .ct-about__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ct-about__photo {
        max-width: 360px;
    }

    .ct-about__title {
        font-size: 24px;
    }
}

.ct-final-cta {
    background: #0F5C5F;
    /* ajuste se quiser usar outro verde */
    padding: 68px 0 62px;
    text-align: center;
    color: #FFF;
}

.ct-final-cta__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

.ct-final-cta__title {
    margin: 0 0 26px;
    font-size: 51px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    color: #FFF;
}

.ct-final-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 26px;
    border-radius: 6px;
    background: #3499A8;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.ct-final-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0,0,0,.30);
    opacity: .95;
    color: #fff;
}

.ct-final-cta__icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.ct-final-cta__note {
    margin: 18px 0 0;
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255,255,255,.75);
}

.ct-final-cta {
  padding: 80px 20px;
}

.ct-final-cta__container {
  max-width: 1200px;
  margin: 0 auto;
}

.ct-final-cta__grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 48px;
  align-items: center;
}

.ct-final-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ct-final-cta__title {
  margin-bottom: 24px;
  text-align: left;
}

.ct-final-cta__button {
  margin-bottom: 20px;
}

.ct-final-cta__note {
  margin: 0;
}

.ct-final-cta__form {
  width: 100%;
}

.ct-final-cta__form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* Ajuste básico do CF7 dentro da seção */
.ct-final-cta__form .wpcf7 {
  width: 100%;
}

.ct-final-cta__form .wpcf7-form p {
  margin-bottom: 16px;
  position: relative;
}

.ct-final-cta__form input,
.ct-final-cta__form textarea,
.ct-final-cta__form select {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
}

.ct-final-cta__form textarea {
  min-height: 120px;
  resize: vertical;
  height: 120px;
}

.ct-final-cta__form input[type="submit"],
.ct-final-cta__form button,
.ct-final-cta__form .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 16px 24px;
  cursor: pointer;
  border-radius: 4px;
  background: #094F59;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* Responsivo */
@media (max-width: 991px) {
  .ct-final-cta__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ct-final-cta__form-card {
    padding: 24px;
  }
}

.ct-final-cta__form .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute !important;
    right: 10px !important;
    top: 16px !important;
}

/* Responsivo */
@media (max-width: 768px) {
    .ct-final-cta {
        padding: 60px 0 64px;
    }

    .ct-final-cta__title {
        font-size: 28px;
    }

    .ct-final-cta__button {
        padding: 12px 20px;
        font-size: 13px;
    }
}

.ct-footer {
    background: #16202A;
    color: rgba(255,255,255,.85);
    padding: 44px 0 34px;
}

.ct-footer__container {
    width: min(1200px, 100% - 32px);
    margin: 0 auto;
}

/* Top grid */
.ct-footer__top {
    display: grid;
    grid-template-columns: 1.2fr .7fr .7fr;
    gap: 124px;
    align-items: start;
    max-width: 75%;
    margin: auto;
}

/* Brand */
.ct-footer__logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 12px;
}



.ct-footer__desc {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.6;
    color: #EBF1F4;
    max-width: 360px;
}

/* Columns */
.ct-footer__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #3499A8;
}

.ct-footer__link {
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
    transition: opacity .18s ease, transform .18s ease;
}

.ct-footer__link:hover {
    opacity: .95;
    transform: translateX(2px);
}

/* Divider */
.ct-footer__divider {
    margin: 28px 0 18px;
    height: 1px;
    background: rgba(255,255,255,.16);
}

/* Bottom */
.ct-footer__bottom {
    text-align: center;
}

.ct-footer__copyright {
    margin: 0;
    font-size: 11.5px;
    color: #AAAAAA;
}

/* Responsivo */
@media (max-width: 992px) {
    .ct-footer__top {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ct-footer__desc {
        max-width: 520px;
    }

    .ct-footer__divider {
        margin: 22px 0 14px;
    }

    .ct-footer__bottom {
        text-align: left;
    }
}

.ct-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.ct-video-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ct-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 79, 89, 0.28);
  backdrop-filter: blur(3px);
}

.ct-video-modal__dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 980px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(9, 79, 89, 0.18);
  padding: 24px;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.28s ease;
}

.ct-video-modal.is-active .ct-video-modal__dialog {
  transform: translateY(0) scale(1);
}

.ct-video-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ct-video-modal__close:hover {
  background: rgba(9, 79, 89, 0.08);
  transform: scale(1.04);
}

.ct-video-modal__content {
  width: 100%;
}

.ct-video-modal__video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f7f8;
}

.ct-video-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.ct-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .ct-video-modal {
    padding: 16px;
  }

  .ct-video-modal__dialog {
    border-radius: 18px;
    padding: 16px;
  }

  .ct-video-modal__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* Responsivo Geral */

@media (max-width: 769px) {
	#ct-market canvas {
		max-width: 100% !important;
	}
	
	.ct-problem__visual {
		display: none;
	}
	
	.ct-selo-wef img {
		position: absolute;
		right: 0;
		max-width: 100px;
		bottom: -6.3rem;
	}
	
	.ct-compare__media .ct-compare__media-placeholder img,
	.ct-footer__top {
		max-width: 100%;
	}
	
	.ct-footer__desc,
	.ct-footer__title,
	.ct-footer__link,
	.ct-footer__copyright {
        max-width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
	
	.ct-footer__brand {
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	.ct-hero__subtitle {
		margin: 0 0 22px;
		font-size: clamp(34px, 2vw, 26px);
		line-height: 1.2; 
	}
}