/* ==================================================
   MEDIA QUERIES — TABLET
   ================================================== */



@media (min-width: 1000px) {
    /* ===== HERO SECTION ===== */
    .hero-section-desktop {
        position: relative;

        width: 100%;
        aspect-ratio: 13 / 9;

        display: flex;
        justify-content: center;
        align-items: center;

        background-image: url(../img/lobo-com-fundo-completo.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

        overflow: hidden;
    }

    /* ===== 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;
    }

    /* Moldura azul */
    .hero-text-img::before {
        content: "";
        position: absolute;
        width: 105%;
        /* right: -6%; */
        height: 115%;
        border: 2px solid #3b82f6;
        border-radius: 18px;
        z-index: 1;
    }

    .hero-mobile {
        position: relative;
        width: 100%;
        width: 680px;
        z-index: 2;
    }

    /* TEXTO */
    .hero-text {
        position: relative;
        z-index: 3;
        color: #fff;
        padding: 40px;
    }

    .hero-img-mazukim {
        width: 215px;
        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: 57px;
        font-weight: 800;
        width: 400px;
        color: #3b82f6;
        line-height: 61px;
    }

    /* ===== IMAGEM DO LOBO (ULTRAPASSA) ===== */
    .hero-img-desktop {
        position: absolute;
        right: 40%;
        bottom: 0;
        top: 0%;
        width: 872px;
        z-index: 4;
        pointer-events: none;
        height: 99%;
        width: auto;
        object-fit: contain;
    }

    /* ===== 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: 266px;
        height: 412px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -155px;
    }
    
    .form-group {
        margin-bottom: 5px;
    }

    /* BOTÃO AZUL */
    .cta-button {
        width: 85%;
        background: #3b82f6;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        padding: 13px 0;
        border-radius: 8px;
        border: none;
        margin-bottom: 16px;
    }

    /* FORM */
    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .form-intro {
        font-size: 13px;
        color: #e5e7eb;
        text-align: center;
        margin-bottom: 12px;
    }

    .form-label {
        font-size: 13px;
        color: #e5e7eb;
    }

    .form-input {
        background: #2a2a2a;
        border: 1px solid #3a3a3a;
        padding: 12px 14px;
        border-radius: 8px;
        color: #fff;
        font-size: 13px;
        max-height: 10px;
    }

    .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*/

    .clients-section {
        background-color: #3B6EF5; /* azul da imagem */
        padding: 24px 16px;
        text-align: center;
    }

    /* Container dos logos */
    .clients-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    /* Card individual (fundo branco) */
    .clients-container > div {
        background-color: #FFFFFF;
        border-radius: 2.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 108px;
        height: 43px;
        padding: 23px;
    }

    /* Logos */
    .client-img {
        width: 100%;
        min-height: 30px;
        object-fit: contain;
    }

    /* Texto abaixo */
    .clients-text {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        margin: 0;
        line-height: 1.4;
    }

    .clients-text strong {
        font-weight: 600;
        font-size: 15px;
    }

    /*APPROACH-SECTION*/

    .approach-section {
        background: radial-gradient(circle at top, #1a1a1a, #000000);
        padding: 32px 16px;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        position: relative;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* -------- Texto principal -------- */

    .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;
        margin: auto;
    }

    .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;
        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: 430px;
    }

    .methodology-video {
        width: 100%;
        height: auto;
        border-radius: 7px;
        overflow: hidden;
        background-color: #000;
    }

    /*google-review*/

    
    .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: 120px;
    }

    .img-review {
        width: 180px;
        margin: 0px auto 0px;
        display: block;
    }

    /* -------- Texto -------- */

    .review-text {
        font-size: 14px;
        line-height: 1.7;
        color: #E6E6E6;
        width: 611px;
        margin: auto;
        margin-bottom: 19px;
    }

    .review-text strong {
        font-weight: 600;
    }

    .review-text .destaque-text {
        color: #3B6EF5;
        font-weight: 600;
    }

    .review {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .review h2 {
        font-size: 34px;
    }

    .review i {
        font-size: 24px;
        margin-left: 10px;
    }

    /* -------- Cards -------- */

    .reviews-container {
        display: flex;
        gap: 16px;
        overflow-x: auto; /*ROLAGEM LATERAL*/
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
        width: 955px;
        margin: auto;
    }

    .reviews-container::-webkit-scrollbar {
        display: none;
    }

    .card-review {
        min-width: 206px;
        width: 268px;
        height: 100px;
        background-color: #FFFFFF;
        border-radius: 7px;
        padding: 26px 16px;
        scroll-snap-align: center;
        text-align: left;
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        color: black;
        margin: auto;
    }

    /* -------- Cabeçalho do card -------- */

    .header-review {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .review-img {
        width: 28px;
        height: 28px;
        border-radius: 50%;
    }

    .review-name-star {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .review-name {
        font-size: 10px;
        font-weight: 600;
        color: #000;
    }

    .text-review {
        padding: 10px 0px;
        font-size: 9px;
    }

    .stars {
        width: 47px;
    }

    /* Customer-section */

    
    .customer-section {
        background: radial-gradient(circle at top, #1a1a1a 0%, #000 70%);
        padding: 68px 34px 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: 145px;
    }

    .customer-text {
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
        color: #ffffff;
    }

    .customer-text .destaque-text {
        color: #3b82f6;
        font-weight: 700;
        
    }

    .customer-text, .customer-text span {
        font-size: 18px;
        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: 14px;
        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);
    }


}
