/* ==================================================
   MEDIA QUERIES — DESKTOP
   ================================================== 
*/

/*1024*/


/*1440*/

/* hero-section */
@media (min-width: 1440px) {

    /* ===== HERO SECTION ===== */
    .hero-section-desktop {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/lobo-com-fundo-completo.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 80px 0;
        overflow: hidden;
        min-height: 842px;
    }

    /* ===== BLOCO ESQUERDO (TEXTO + IMAGEM) ===== */
    .hero-text-img {
        position: relative;
        width: 55%;
        display: flex;
        background-image: none;
        background-color: var(--preto);
        justify-content: center;
        align-items: center;
        margin-left: 175px;
        margin-top: -228px;
    }

    /* Moldura azul */
    .hero-text-img::before {
        content: "";
        position: absolute;
        width: 768px;
        height: 675px;
        border: 2px solid #3b82f6;
        border-radius: 18px;
        z-index: 1;
    }

    .hero-mobile {
        position: relative;
        width: 100%;
        max-width: 680px;
        z-index: 2;
    }

    /* TEXTO */
    .hero-text {
        position: relative;
        z-index: 3;
        color: #fff;
        padding: 40px;
    }

    .hero-img-mazukim {
        width: 271px;
        margin-bottom: 24px;
    }

    .hero-text-description {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 16px;
        width: 399px;
    }

    .hero-text-description span {
        font-size: 32px;
        line-height: 1.4;
    }

    .hero-text-title {
        font-size: 71px;
        font-weight: 800;
        width: 400px;
        color: #3b82f6;
        line-height: 75px;
    }

    /* ===== IMAGEM DO LOBO (ULTRAPASSA) ===== */
    .hero-img-desktop {
        position: absolute;
        right: 18px;
        bottom: 0;
        top: -29%;
        width: 872px;
        z-index: 4;
        pointer-events: none;
    }

    /* ===== FORMULÁRIO ===== */
    .hero-form-desktop {
        position: relative;
        width: 45%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        z-index: 5; /* fica acima da imagem */
        margin-top: -164px;
        margin-left: -77px;
    }

    .form-section {
        background: #1f1f1f;
        padding: 32px 28px 36px;
        border-radius: 14px;
        width: 369px;
        height: 545px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    }

    /* BOTÃO AZUL */
    .cta-button {
        width: 85%;
        background: #3b82f6;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 14px 0;
        border-radius: 8px;
        border: none;
        margin-bottom: 16px;
    }

    /* FORM */
    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .form-intro {
        font-size: 18px;
        color: #e5e7eb;
        text-align: center;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .form-label {
        font-size: 15px;
        color: #e5e7eb;
    }

    .form-input {
        background: #2a2a2a;
        border: 1px solid #3a3a3a;
        padding: 12px 14px;
        border-radius: 8px;
        color: #fff;
        font-size: 15px;
        max-height: 24px;
    }

    .form-input::placeholder {
        color: #9ca3af;
    }

    .form-submit-button {
        margin-top: 16px;
        background: #22c55e;
        color: #fff;
        padding: 15px;
        font-weight: 700;
        border-radius: 6px;
        border: none;
        cursor: pointer;
    }

    /* ===== MOBILE ESCONDE IMAGEM ===== */
    .hero-img-desktop {
        display: block;
    }
}
/* clients-section */
@media (min-width: 1440px) {

    .clients-section {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 60px 40px;
        
    }

    /* Container dos logos */
    .clients-container {
        gap: 32px;
        margin-bottom: 32px;
    }

    /* Card individual */
    .clients-container > div {
        min-width: 260px;
        min-height: 120px;
        border-radius: 6px;
        padding: 6px 16px;
    }

    /* Logos */
    .client-img {
        width: 90%;
        min-height: 68px;
        padding: 20px;
    }

    /* Texto abaixo */
    .clients-text, .clients-text strong {
        font-family: 'Poppins', sans-serif;
        font-size: 25.15px;
        color: #FFFFFF;
        margin: 0;
    }

    .clients-text strong {
        font-weight: 700;
        
    }
}
/* approach-section */
@media (min-width: 1440px) {
    .approach-section {
        display: flex;
        justify-content: center;
        gap: 30px;
        background: radial-gradient(circle at top, #1a1a1a, #000000);
        padding: 65px 32px;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        position: relative;
    }

    .approach-part1 {
        width: 50%;
        max-width: 458px ;
        text-align: center;
        margin-bottom: 24px;

    }

    .approach-title {
        font-size: 37px;
        font-weight: 700;
        line-height: 46px;
        color: #3B6EF5; /* azul do título */
        margin-bottom: 12px;
        text-align: left;
    }

    .aproach-description {
        font-size: 14px;
        line-height: 123%;
        color: #E0E0E0;
        margin-bottom: 20px;
        text-align: left;
    }

    .card-google-partner {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 78%;
        padding: 8px 14px;
        border: 1px solid #3B6EF5;
        border-radius: 12px;
        background-color: #0C1019;
        text-align: left;
        margin-left: 0px;
    }

    .google-partner {
        margin-left: -45px;
        height: 81px;
        flex-shrink: 0;
    }

    .pertner-text {
        font-size: 12.5px;
        line-height: 143%;
        color: #EAEAEA;
    }

    .pertner-text strong {
        font-weight: 600;
    }

    .destaque-text {
        color: #3B6EF5;
        font-weight: 600;
    }

    
    /* -------- Vídeo -------- */

    .approach-part2 {
        margin-top: 0px;
        width: 605px;
    }

    .methodology-video {
        width: 100%;
        height: auto;
        border-radius: 7px;
        overflow: hidden;
        background-color: #000;
    }
}
/* google-review-section */
@media (min-width: 1440px) {
    .google-reviews-section {
        background: radial-gradient(circle at top, #1a1a1a, #000);
        padding: 40px 16px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF;
    }

    /* -------- Logo Google -------- */

    .img-google {
        width: 132px;
        margin-bottom: 0px;
    }

    .img-review {
        width: 216px;
        margin: 0px auto 0px;
        display: block;
    }

    /* -------- Texto -------- */

    .review-text {
        font-size: 14px;
        line-height: 143%;
        text-align: center;
        color: #E6E6E6;
        margin: auto;
        max-width: 655px;
    }

    .review-text strong {
        font-weight: 600;
        font-size: 14px;
        line-height: 143%;
    }

    .review-text .destaque-text {
        color: #3B6EF5;
        font-weight: 600;
    }

    /* -------- Cards -------- */

    .reviews-container {
        display: flex;
        gap: 23px;
        overflow-x: auto; /*ROLAGEM LATERAL*/
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
        margin-top: 40px;
        justify-content: center;
    }

    .reviews-container::-webkit-scrollbar {
        display: none;
    }

    .card-review {
        min-width: 360px;
        max-width: 360px;
        min-height: 170px;
        max-height: 200px;
        background-color: #FFFFFF;
        border-radius: 11px;
        padding: 26px 16px;
        scroll-snap-align: center;
        text-align: left;
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        color: black;
    }

    /* -------- Cabeçalho do card -------- */

    .header-review {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .review-img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }

    .review-name-star {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .review-name {
        font-size: 17px;
        font-weight: 600;
        color: #000;
    }

    .text-review {
        padding: 10px 0px;
        font-size: 15px;
        margin-top: 10px;
    }

    .stars {
        width: 83px;
    }

    /* -------- Dots -------- */

    .reviews-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
    }

    .dot {
        display: none;
    }

    .dot.active {
        background-color: #3B6EF5;
        opacity: 1;
    }
}
/* customer-section */
@media (min-width: 1440px) {
    .customer-section {
        background: radial-gradient(circle at top, #1a1a1a 0%, #000 70%);
        padding: 68px 15px 68px;
        display: flex;
        gap: 40px;
        flex-direction: row;
        justify-content: center;
    }

    /* ---------- Parte superior ---------- */

    .customer-part1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 405px;
        position: relative;
    }

    .customer-img {
        width: 170px;
    }

    .customer-text {
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }

    .customer-text .destaque-text {
        color: #3b82f6;
        font-weight: 700;
        
    }

    .customer-text, .customer-text span {
        font-size: 24px;
        font-weight: bold;
    }

    /* ---------- Vantagens ---------- */

    .customer-part2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 550px;
    }

    .customer-title {
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        font-weight: 700;
        color: #3b82f6;
    }

    .customer-list-container {
        border: 2px solid #3b82f6;
        border-radius: 9.15px;
        padding: 32px 31px;
    }

    .benefits-list {
        list-style: disc;
        padding-left: 18px;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .benefits-list li strong{
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        line-height: 150%;
    }

    /* ---------- Botão ---------- */

    .customer-cta-button {
        display: none;
    }

    .desktop-customer-cta-button {
        display: flex;
        justify-content: center;
        background-color: #3bbf2c;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        border-radius: 4px;
        padding: 16px 20px;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        width: 360px;
        margin-top: auto;
    }

    .customer-cta-button:active {
        transform: scale(0.97);
    }

    .customer-cta-button:hover {
        box-shadow: 0 0 0 3px rgba(59, 191, 44, 0.3);
    }
}
/* marketing-section */
@media (min-width: 1440px) {

    .marketing-section {
        background: #000;
        padding: 0;
    }

    .marketing-container {
        display: flex;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 40px;
        
    }

    /* Visual ocupa 50% */
    .marketing-visual-desktop {
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
    }

    .marketing-visual-desktop img {
        max-width: 100%;
        height: auto;
        
    }

    /* Content ocupa 50% */
    .marketing-content {
        flex: 0 0 50%;
        color: #fff;
        text-align: center;
        position: relative;
        margin-left: 20px;
        padding: 80px 0px;
    }

    /* ===== TEXTOS ===== */

    .marketing-title,
    .marketing-title span {
        font-size: 37px;
        font-weight: 800;
        line-height: 53px;
        text-align: left;
        width: 386px;
    }

    .divider {
        width: 236px;
        height: 3px;
        background: #3b82f6;
        margin: 22px 0;
    }

    .marketing-highlight,
    .marketing-highlight span {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 16px;
        width: 420px;
        text-align: left;
    }

    .marketing-description,
    .marketing-description strong {
        font-size: 15px;
        line-height: 140%;
        margin-bottom: 40px;
        width: 550px;
        text-align: left;
    }

    /* ===== SERVICES ===== */

    .marketing-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 16px;
        margin-bottom: 40px;
        width: 500px;
        
    }

    .marketing-service {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0px 10px;
    }

    
    .marketing-service img {
        width: auto;
        height: 71px;
        filter: drop-shadow(0 0 10px rgba(59,130,246,0.6));
    }

    .marketing-service span {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.4;
    }

    /* ===== CTA ===== */

    .marketing-cta-button {
        margin-top: 32px;
        background-color: #3bbf2c;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        border-radius: 4px;
        padding: 12px 20px;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        width: 342px;
        margin-left: -270px;
    }
}
/* simulator-section */
@media (min-width: 1440px) {
    /* DETALHES AZUIS */
    .simulator-section .blue-detail:first-child {
        position: absolute;
        top: -210px;
        left: -105px;
        width: 346px;
        height: 545px;
        background: #3b82f6;
        transform: rotate(45deg);
    }

    .simulator-section .blue-detail:last-child {
        position: absolute;
        bottom: -210px;
        right: -105px;
        width: 346px;
        height: 545px;
        background: #3b82f6;
        transform: rotate(45deg);
    }

    /* CONTAINER */
    .simulation-container {
        max-width: 550px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    
    .simulation-header h1 {
        font-size: 36px;
        margin-bottom: 26px;
        color: black;
        text-align: center;
    }

    .simulation-step h2 {
        font-size: 28px;
        margin-bottom: 20px;
        color: black;
    }

    .simulation-header h1 span {
        font-size: 36px;
    }

    .simulation-step h2 span {
        font-size: 28px;
    }

    .simulation-step p {
        color: gray;
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }

    .divider-step {
        width: 60px;
        height: 4px;
        background-color: #F0F2F5; /* neutro */
        transition: background-color 0.2s ease;
    }

    .divider-step.active {
        background-color: #3b82f6;
    }

    .icon {
        width: 38px;
    }

    .option {
        font-size: 25px;
    }

    /* STEPPER */
    .simulation-steps {
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        width: 550px;
    }
    
    .step {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        background: #f1f1f1;
        color: #9ca3af;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 18px;
    }

    .step.active {
        background: #3b82f6;
        color: #fff;
        border: 5px solid #87b5ff;
    }

    .simulation-input {
        width: 90%;
        padding: 14px;
        border-radius: 8px;
        border: 1px solid #d1d5db;
        font-size: 25px;
    }

    #prevBtn {
        background: #dadbdd;
        font-size: 24px;
    }

    /*FORM*/

    /* CARD DO FORMULÁRIO */
    .contact-form-simulator {
        width: 420px;
        height: auto;
        padding: 32px 28px 36px;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        margin: 0 auto;
    }

    /* BOTÃO AZUL SUPERIOR */
    .simulator-cta-button {
        font-size: 18px;
        padding: 16px 0;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    /* TEXTO INTRO */
    .contact-form-simulator .form-intro {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 24px;
        padding: 0 6px;
    }

    /* GRUPOS */
    .form-group-simulator {
        gap: 8px;
        margin-bottom: 38px;
    }

    /* LABEL */
    .contact-form-simulator .form-label {
        font-size: 20px;
    }

    /* INPUTS */
    .contact-form-simulator .form-input {
        width: 90%;
        padding: 14px 16px;
        font-size: 20px;
        border-radius: 8px;
    }

    /* TEXTAREA (campo maior da imagem) */
    .contact-form-simulator textarea.form-input {
        min-height: 90px;
        resize: none;
    }

    /* BOTÃO VERDE FINAL */
    .form-submit-button-simulator {
        margin-top: 20px;
        padding: 16px;
        font-size: 16px;
        border-radius: 6px;
    }
}
/* Desktop Footer */
@media (min-width: 1440px) {
    .footer {
        padding: 60px 60px 50px;
    }
    
    .footer-cta-button {
        width: 450px;
        height: 55px;
        font-size: 20px;
    }
    
    .footer-logo-grupo {
        max-width: 200px;
    }
    
    .footer-certificate-img {
        max-width: 180px;
    }
    
    .footer-logo {
        max-width: 300px;
    }
    
    .social-icon {
        width: 50px;
        height: 50px;
    }
    
    .social-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .footer-address {
        font-size: 16px;
    }
}
/* Desktop grande */
@media (min-width: 1440px) {
}