@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;
    }

    section, header, footer, .section-white, .section-bege, .section-gradient, .section-dark, main {
        max-width: 100vw;
        overflow-x: hidden;
        width: 100%;
    }
    
    section, .hero-section, #contato, #faq, #online, #quem-sou, #abordagem, #publico-alvo, #depoimentos {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .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;
        position: relative;
    }
    .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;
    }
    
    .menu-toggle {
        display: block !important; 
        z-index: 10002; 
        position: relative;
    }

    .desktop-nav {
        display: none !important;
    }

    .mobile-nav-overlay {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: linear-gradient(90deg, #91214F 0%, #D46A7E 100%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        transform: translateX(100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        
        z-index: 10000; 
        padding: 2rem;
        margin: 0;
    }
    
    .mobile-nav-overlay.active {
        transform: translateX(0);
        box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    }

    .mobile-nav-overlay ul {
        list-style: none;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .mobile-nav-overlay ul li a {
        font-size: 1.3rem !important; 
        color: #fff !important;
        text-decoration: none;
        display: block;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .mobile-nav-overlay .btn-header {
        display: inline-flex !important;
        margin-top: 2rem;
        background-color: #fff !important;
        color: #91214F !important;
        font-size: 1rem;
        padding: 1rem 2.5rem !important;
        width: auto;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        border-radius: 6px;
    }

    .hero-section {
        padding-top: 120px;
        padding-bottom: 4rem;
        text-align: center;
        background-image: url('../images/Iza-3.webp'); 
        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;
        text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    }
    .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 #91214F;
        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: #355A84;
        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;
    }

    .contact-section {
        padding: 3rem 0;
    }
    .contact-container {
        gap: 2rem;
        align-items: center;
    }
    .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; 
        width: 100%;
        max-width: 320px; 
        margin: 0 auto;
        padding: 0;
    }
    
    .contact-detail-item {
        display: flex;
        flex-direction: row; 
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        margin: 0;
        width: 100%;
    }

    .contact-detail-item i {
        color: #fff;
        font-size: 1.2rem;
        width: 20px; 
        text-align: center;
    }
    
    .contact-detail-item p, .contact-detail-item a {
        font-size: 1rem; 
        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: 50px;
        height: 50px;
    }
    .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;
    }

    .depoimento-nav-container {
        position: static;
        transform: none;
        width: 100%;
        left: auto;
        display: flex;
        justify-content: center; 
        gap: 20px;
        margin-top: 20px;
        padding-bottom: 10px;
        pointer-events: auto;
    }

    .depoimento-card {
        padding: 60px 20px 20px 20px;
        height: auto; 
        min-height: 400px;
    }

    .depoimento-text {
        flex: 0 0 auto;
        margin-bottom: 10px;
    }
    
    .depoimento-quote-left, .depoimento-quote-right {
        display: none;
    }

    .depoimento-nav-btn {
        width: 45px;
        height: 45px;
    }

    .clinical-slider-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .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;
        min-height: 420px; 
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .clinical-nav-bottom {
        display: flex !important;
        justify-content: center; 
        gap: 20px;
        margin-top: 20px;
        width: 100%;
    }

    .clinical-nav-btn {
        position: static !important;
        transform: none !important;
        margin: 0;
        background: #8D2A53;
        color: #fff;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        font-size: 1.2rem;
        cursor: pointer;
    }

    .clinical-nav-btn:active {
        transform: scale(0.95) !important;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.clinical-nav-btn {
    display: none;
}