@media (max-width: 992px) {
    .hero-content h1 { 
        font-size: 3rem; 
    }
    .hero-container { 
        gap: 3rem; 
    }
    .about-container { 
        flex-direction: column; 
    }
    .contact-container { 
        flex-direction: column; 
    }
    .contact-form { 
        width: 100%; 
    }
    .faq-grid { 
        grid-template-columns: 1fr; 
        gap: 2rem; 
    }
}

@media (max-width: 900px) {
    .section-online-unique {
        height: auto;
        min-height: auto;
        padding: 4rem 0;
    }
    .grid-online-unique {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    .text-col-online-unique {
        text-align: center;
        order: 1;
    }
    .img-col-online-unique {
        order: 2;
        margin-top: 1rem;
    }
    .list-online-unique {
        align-items: flex-start;
        display: inline-flex;
        text-align: left;
    }
    .img-decor-online-unique {
        display: none;
    }
    .footer-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }
    .footer-links-group {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-links a, .status-item {
        justify-content: center;
    }
    .social-icons {
        justify-content: center;
    }
    .footer-logo-place {
        justify-content: center;
        margin: 0 auto;
        display: flex;
    }
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100%;
        max-width: 100vw;
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    *, *::before, *::after {
        box-sizing: border-box;
    }

    /* Solução definitiva para o scroll lateral no mobile */
    section, header, footer, .section-white, .section-bege, .section-gradient, .section-dark, main {
        max-width: 100vw;
        overflow-x: hidden;
        width: 100%;
    }
    
    .decorative-blob {
        display: none !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }
    .header-container {
        justify-content: space-between;
        padding: 0 20px;
        overflow: visible !important;
    }
    .header {
        padding: 0.5rem 0;
        background: linear-gradient(90deg, #91214F 0%, #D46A7E 100%);
        width: 100%;
    }
    .header-container > .btn-header {
        display: none !important;
    }
    .logo img {
        height: 40px;
    }
    .mobile-menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 1.8rem;
        color: #fff;
        cursor: pointer;
        z-index: 99999 !important;
        position: relative;
        width: 45px;
        height: 45px;
        pointer-events: auto;
    }
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #91214F 0%, #D46A7E 100%);
        padding: 2rem 0;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        text-align: center;
        z-index: 99998;
    }
    .nav-menu.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }
    .nav-menu ul {
        flex-direction: column;
        gap: 1.5rem;
    }
    .nav-menu .btn-header {
        display: inline-block !important;
        margin-top: 15px;
        background-color: #fff;
        color: #91214F;
    }
    .hero-section {
        padding-top: 120px;
        padding-bottom: 4rem;
        min-height: 100vh;
        text-align: center;
        background-image: url('assets/Iza 3.jpeg'); 
        background-size: cover;
        background-position: center top; 
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        width: 100%;
        overflow: hidden;
    }
    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255 245 246 / 48%);
        z-index: -1;
    }
    .hero-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .hero-image-wrapper {
        display: none !important;
    }
    .hero-content {
        text-align: center;
        padding: 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-content h1 {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .hero-content p {
        font-size: 1rem;
        line-height: 1.5;
        color: #355A84;
    }
    .hero-subtext {
        display: none !important;
    }
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        margin-top: 3rem;
    }
    .hero-buttons .btn-outline {
        display: none;
    }
    .hero-buttons .btn-primary {
        width: 100%;
    }
    #quem-sou {
        padding: 3rem 0;
    }
    .about-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    .about-image {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    .about-image img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: 0 5px 15px rgba(141, 42, 83, 0.2);
        border: 4px solid #fff;
        object-fit: cover;
        object-position: center 15%;
    }
    .image-backdrop {
        display: none;
    }
    .about-content {
        text-align: center;
        padding: 0 1.5rem;
    }
    .about-content .section-title {
        font-size: 1.8rem;
        margin-bottom: 0.2rem;
    }
    .about-content .subtitle {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        color: #8D2A53;
        opacity: 0.9;
    }
    .about-content p {
        font-size: 0.9rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 1rem;
        color: #666;
    }
    .crp-elegant-wrapper {
        justify-content: center;
        margin-top: 1rem;
    }
    .crp-line {
        display: none;
    }
    .crp-number-block {
        background: #fdfdfd;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        border: 1px solid #eee;
    }
    .section-white, .section-white-bege, .section-bege, 
    .section-bege-white, .section-gradient, .section-dark {
        padding: 3rem 0;
        width: 100%;
        overflow-x: hidden;
    }
    .section-title {
        font-size: 1.8rem;
        text-align: center;
        display: block;
        margin-bottom: 1rem;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 2rem;
    }
    .process-card-interactive {
        height: auto;
        min-height: 220px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .card-inner {
        padding: 1rem;
        position: relative;
        z-index: 2;
    }
    
    .process-number {
        opacity: 0; 
        transition: all 0.4s ease;
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
    }

    .process-card-interactive:hover .process-number,
    .process-card-interactive:active .process-number {
        opacity: 1;
        color: rgba(145, 33, 79, 0.1);
        font-size: 5rem;
        top: -0.5rem;
        left: -0.5rem;
    }
    
    .process-card-interactive:hover .process-title,
    .process-card-interactive:active .process-title {
        color: #8D2A53;
    }
    .process-card-interactive:hover .card-inner,
    .process-card-interactive:active .card-inner {
         padding-top: 3rem;
    }

    .testimonials-section-container {
        padding: 20px;
        gap: 30px;
        width: 100%;
        overflow-x: hidden;
    }
    .testimonials-card {
        width: 100% !important;
        height: auto !important;
        min-height: 450px;
        padding-bottom: 30px;
    }
    .testimonials-bottom-decoration {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        max-width: 100% !important;
    }
    .testimonials-title-main {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .testimonials-text-wrapper {
        position: relative;
        left: 0;
        top: 120px;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }
    .testimonials-user-info {
        left: 95px;
        width: auto;
    }

    /* VAMOS CONVERSAR - Estilo Lista Simples igual imagem de referência */
    .contact-section {
        padding: 3rem 0;
    }
    .contact-container {
        gap: 2rem;
        align-items: center; /* Centraliza o bloco todo */
    }
    .contact-info .section-title {
        font-size: 1.8rem;
        text-align: center;
    }
    .contact-info p {
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .contact-details {
        display: flex;
        flex-direction: column;
        gap: 15px; /* Espaço entre linhas */
        width: 100%;
        max-width: 320px; /* Limita largura para ficar bonitinho no centro */
        margin: 0 auto; /* Centraliza */
        padding: 0;
    }
    
    .contact-detail-item {
        display: flex;
        flex-direction: row; /* Ícone ao lado do texto */
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        margin: 0;
        width: 100%;
    }

    /* Estilo dos ícones novos (sem círculo grande) */
    .contact-detail-item i {
        color: #fff;
        font-size: 1.2rem;
        width: 20px; /* Largura fixa para alinhar o texto verticalmente */
        text-align: center;
    }
    
    /* Texto do contato */
    .contact-detail-item p, .contact-detail-item a {
        font-size: 1rem; /* Tamanho uniforme para todos */
        color: #fff;
        text-decoration: none;
        margin: 0;
        text-align: left;
    }

    .contact-form {
        padding: 1.5rem;
        width: 100%;
        margin-top: 1rem;
    }
    .form-title {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    .form-group {
        margin-bottom: 1rem;
    }
    .form-group input, .form-group textarea {
        padding: 0.8rem;
        font-size: 0.95rem;
    }
    
    .footer {
        padding: 2rem 0;
    }
    .footer-col h4 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .footer-logo-img {
        max-width: 140px;
        height: auto;
    }
    .footer-links a, .status-item {
        font-size: 0.85rem;
    }
    .social-icons a {
        font-size: 1.5rem;
    }
    .footer-desc {
        font-size: 0.75rem;
        padding-top: 1.5rem;
    }
    .footer-links-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        width: 100%;
    }
    .footer-col {
        width: 100%;
    }
    .contact-col {
        grid-column: span 2;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .floating-buttons {
        bottom: 20px;
        right: 20px;
        gap: 10px;
    }
    .float-btn {
        width: 40px;
        height: 40px;
    }
    .float-btn svg {
        width: 22px;
        height: 22px;
    }
    .section-online-unique {
        padding: 3rem 0;
    }
    .img-col-online-unique {
        display: none !important;
    }
    .title-online-unique {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .desc-online-unique {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    .list-item-online-unique {
        font-size: 0.9rem;
    }
    .faq-category-title {
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    .faq-question {
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }
    .faq-answer p {
        font-size: 0.9rem;
        padding-bottom: 1rem;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.clinical-slider-wrapper {
    position: relative;
    width: 100%;
}

.clinical-nav-btn {
    display: none;
}

@media (max-width: 768px) {
    .clinical-slider-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
    }

    .clinical-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        padding-bottom: 10px;
        width: 100%;
        scrollbar-width: none;
        margin-top: 2rem;
    }

    .clinical-grid::-webkit-scrollbar {
        display: none;
    }

    .clinical-card {
        min-width: 100%;
        flex: 0 0 100%;
        scroll-snap-align: center;
        margin: 0;
    }

    .clinical-nav-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #8D2A53;
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        z-index: 10;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        top: 50%;
        transform: translateY(-50%);
    }

    .clinical-nav-btn.prev {
        left: -10px;
    }

    .clinical-nav-btn.next {
        right: -10px;
    }

    .clinical-nav-btn:active {
        transform: translateY(-50%) scale(0.95);
    }
}