@media (max-width: 768px) {
    .top-header {
    gap: 6px;
    font-size: 10px;
    padding: 8px 12px;
    text-align: center;
}

.hero-section {
    padding: 100px 25px;
    gap: 2rem;
}

.hero-section .img:nth-child(2) img {
    width: 100px;
    height: 100px;
    transform: scale(1.1);
}

.hero-section .img:nth-child(1) img,
.hero-section .img:nth-child(3) img {
    width: 80px;
    height: 80px;
}

 .hero-section .text-container {
    padding: 10px;
}

.hero-section .header {
    font-size: 2.5rem; 
    line-height: 1.3;
    margin-bottom: 8px;
}

.hero-section p {
    font-size: 1rem;
    margin-top: 6px;
    margin-bottom: 20px;
}

.flash-card-img {
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
}

.priv-section {
    padding: 50px 16px;
}

    .priv-section h3 {
        font-size: 3.5rem; 
        margin-bottom: 2rem;
        line-height: 1.3;
    }

    .tab-button-container {
        gap: 12px;
        margin-bottom: 2rem;
    }

    .tab-button {
        width: 100%;
        max-width: 260px;
        font-size: 1rem;
        padding: 10px 20px;
        text-align: center;
    }

    .priv-section .card-section {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .card-section .card {
        padding: 24px 18px;
        width: 100%;
        max-width: 100%;
        border-radius: 16px;
    }

    .card img {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }

    .card h4 {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    }

    .card p {
        font-size: 0.9rem;
        line-height: 1.6;
        margin-bottom: 1.2rem;
    }

    .card button {
        width: 100%;
        max-width: 220px;
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .cta-section {
        padding: 50px 16px;
        background-attachment: scroll;
    }

    .cta-section h3 {
        font-size: 2.2rem;
        width: 100%;
        max-width: 100%;
        line-height: 1.4;
        margin: 0.8rem 0;
        padding: 0 10px;
    }

    .cta-section img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 1rem 0;
    }

    .cta-section .processes {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5rem;
        margin: 1.5rem 0;
    }

    .processes .process {
        padding: 10px 0;
        width: 100%;
    }

    .process .top {
        font-size: 14px;
        gap: 8px;
    }

    .process .text {
        font-size: 13px;
        line-height: 1.5;
    }

    .contact-section {
        padding: 50px 16px;
    }

    .contact-section .container {
        width: 100%;
    }

    .form-container {
        padding: 20px 10px;
    }

    .formInput {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 1.2rem;
    }

    .formInput label {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .formInput input {
        width: 100%;
        padding: 14px 12px;
        font-size: 1rem;
        border: 1px solid #98989c;
        border-radius: 8px;
    }

    .formInput.name input::placeholder {
        font-size: 1rem;
        font-weight: 400;
    }

    .formInput select {
        width: 100%;
        font-size: 1rem;
        padding: 12px;
        border-radius: 12px;
    }

    .formInput.email input {
        font-size: 1rem;
        padding: 12px;
    }

    form button {
        width: 100%;
        font-size: 1rem !important;
        padding: 12px 0 !important;
        border-radius: 12px !important;
    }

    .faq-section {
        padding: 50px 16px;
    }

    .faq-section h3 {
        font-size: 2.3rem;
        width: 100%;
        margin: 0 auto 2rem;
        line-height: 1.3;
    }

    .faq-question {
        padding: 16px 8px;
        font-size: 1.1rem;
    }

    .faq-question span {
        font-size: 1.6rem;
    }

    .arrow-icon {
        width: 24px;
        height: 24px;
    }

    .faq-answer {
        padding: 0 8px;
    }

    .faq-item.active .faq-answer {
        padding: 0 8px 12px;
    }

    .faq-answer p {
        font-size: 0.95rem;
        line-height: 1.5;
    }

}