/* ==========================================================================
   RESPONSIVIDADE - CONSULTORIA EMPRESARIAL
   ========================================================================== */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
    
    .hero-title {
        font-size: 4rem;
    }
    
    .section-title {
        font-size: 3rem;
    }
}

/* Large Devices (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* Large Devices and Down (1199px and down) */
@media (max-width: 1199px) {
    .hero-content {
        gap: 50px;
    }
    
    .sobre-content {
        gap: 60px;
    }
    
    .tab-layout {
        gap: 40px;
    }
    
    .escolher-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

/* Medium Devices and Down (1024px and down) */
@media (max-width: 1024px) {
    /* Layout Geral */
    .container {
        padding: 0 16px;
    }
    
    /* Tipografia */
    h1 { font-size: 2.2rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.6rem; }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    /* Hero Section */
    .hero {
        padding-top: 90px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-stats {
        justify-self: center;
        max-width: 400px;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    /* Seção Sobre */
    .sobre-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    /* Timeline */
    .timeline:before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 80px !important;
        padding-right: 0 !important;
    }
    
    .timeline-date {
        left: -40px !important;
        right: auto !important;
        width: 60px !important;
        height: 60px !important;
        font-size: 0.9rem;
    }
    
    .timeline-dot {
        left: 20px !important;
        right: auto !important;
    }
    
    /* Serviços */
    .servicos-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 24px;
    }
    
    .tab-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .tabs-navigation {
        flex-direction: column;
        align-items: center;
    }
    
    .tab-btn {
        min-width: 250px;
    }
    
    /* Contato */
    .contato-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mapa-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .mapa-embed iframe {
        height: 300px;
    }
    
    /* Depoimentos */
    .satisfaction-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    
    .momentos-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* Small-Medium Devices and Down (768px and down) */
@media (max-width: 768px) {
    /* Layout Geral */
    body.menu-open {
        overflow: hidden;
    }
    
    .container {
        padding: 0 14px;
    }
    
    /* Navegação */
    .nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 999;
    }
    
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* Tipografia */
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.6rem; }
    h3 { font-size: 1.4rem; }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    /* Hero Section */
    .hero {
        min-height: 90vh;
        padding-top: 80px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 300px;
        justify-self: center;
    }
    
    /* Banner Promocional */
    .promo-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    /* Credibilidade */
    .credibility-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .credibility-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    /* Seção Sobre */
    .sobre-stats {
        grid-template-columns: 1fr;
    }
    
    .missao-visao {
        gap: 16px;
    }
    
    .missao-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    /* Timeline */
    .timeline-item {
        padding-left: 60px !important;
    }
    
    .timeline-date {
        width: 50px !important;
        height: 50px !important;
        font-size: 0.8rem;
        left: -25px !important;
    }
    
    .timeline-dot {
        left: 15px !important;
        width: 16px !important;
        height: 16px !important;
    }
    
    /* Credenciais */
    .credenciais-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .credencial-item {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    /* CTA */
    .cta-content {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }
    
    .cta-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    /* Serviços */
    .servicos-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .servico-card {
        padding: 24px;
    }
    
    .satisfaction-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .tab-layout {
        padding: 30px 20px;
    }
    
    .tab-text h3 {
        font-size: 1.6rem;
    }
    
    .benefits-grid,
    .sectors-grid,
    .audience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .process-steps {
        flex-direction: column;
        gap: 16px;
    }
    
    .step-item {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
    
    .escolher-item {
        padding: 20px;
    }
    
    /* Depoimentos */
    .testimonial-card {
        padding: 30px 20px;
    }
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .carousel-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .momentos-gallery {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Contato */
    .contato-form {
        padding: 30px 20px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .info-cards {
        gap: 16px;
    }
    
    .info-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .acoes-buttons {
        gap: 10px;
    }
    
    .btn-acao {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    /* CTA Final */
    .cta-stats {
        gap: 24px;
    }
    
    .cta-stat .stat-number {
        font-size: 2rem;
    }
    
    .cta-final .cta-text h2 {
        font-size: 2rem;
    }
    
    .cta-final .cta-text p {
        font-size: 1.1rem;
    }
    
    .cta-final .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    /* FAQ */
    .faq-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .faq-question {
        padding: 20px;
    }
    
    .faq-question h4 {
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 20px;
    }
    
    /* Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-actions {
        justify-content: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    /* WhatsApp e Back to Top */
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 16px;
        right: 16px;
    }
    
    .back-to-top {
        bottom: 76px;
        right: 16px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    /* Seções */
    section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 40px;
    }
    
    /* Botões */
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .btn-lg {
        padding: 14px 28px;
        font-size: 16px;
    }
}

/* Extra Small Devices (480px and down) */
@media (max-width: 480px) {
    /* Layout Geral */
    .container {
        padding: 0 12px;
    }
    
    /* Logo */
    .logo-text h1 {
        font-size: 1.2rem;
    }
    
    .logo-text span {
        font-size: 0.7rem;
    }
    
    /* Tipografia */
    h1 { font-size: 1.6rem; }
    h2 { font-size: 1.4rem; }
    h3 { font-size: 1.2rem; }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-description {
        font-size: 0.9rem;
    }
    
    /* Hero */
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
    
    /* Timeline */
    .timeline-item {
        padding-left: 50px !important;
    }
    
    .timeline-date {
        width: 40px !important;
        height: 40px !important;
        font-size: 0.7rem;
        left: -20px !important;
    }
    
    .timeline-dot {
        left: 10px !important;
        width: 12px !important;
        height: 12px !important;
    }
    
    /* Stats */
    .stat-item {
        padding: 16px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .satisfaction-stats {
        grid-template-columns: 1fr;
    }
    
    .satisfaction-stats .stat-item {
        padding: 24px;
    }
    
    /* Serviços */
    .tab-btn {
        min-width: auto;
        width: 100%;
        padding: 12px 16px;
        font-size: 14px;
        flex-direction: column;
        gap: 8px;
    }
    
    .tab-layout {
        padding: 20px 16px;
    }
    
    .benefits-grid,
    .sectors-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }
    
    /* Depoimentos */
    .testimonial-text {
        font-size: 1rem;
        padding-left: 20px;
    }
    
    .carousel-controls {
        display: none;
    }
    
    .google-reviews {
        padding: 30px 20px;
    }
    
    /* Contato */
    .contato-form {
        padding: 24px 16px;
    }
    
    .form-header h3 {
        font-size: 1.5rem;
    }
    
    .info-header h3 {
        font-size: 1.5rem;
    }
    
    .mapa-embed iframe {
        height: 250px;
    }
    
    .info-destaque {
        padding: 20px;
    }
    
    /* CTA */
    .cta-stats {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-stat .stat-number {
        font-size: 1.8rem;
    }
    
    .cta-final .cta-text h2 {
        font-size: 1.8rem;
    }
    
    .cta-text h3 {
        font-size: 1.6rem;
    }
    
    /* FAQ */
    .faq-cta-content {
        padding: 30px 20px;
    }
    
    .faq-cta-content h3 {
        font-size: 1.4rem;
    }
    
    /* Botões */
    .btn {
        padding: 8px 16px;
        font-size: 13px;
        min-height: 44px;
    }
    
    .btn-lg {
        padding: 12px 24px;
        font-size: 14px;
        min-height: 48px;
    }
    
    /* WhatsApp */
    .whatsapp-float {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
    
    .back-to-top {
        width: 42px;
        height: 42px;
        font-size: 16px;
        bottom: 74px;
    }
}

/* Extra Small Devices (360px and down) */
@media (max-width: 360px) {
    .container {
        padding: 0 10px;
    }
    
    .hero-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.4rem;
    }
    
    .tab-btn {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .btn {
        padding: 6px 12px;
        font-size: 12px;
        min-height: 40px;
    }
    
    .testimonial-card {
        padding: 20px 16px;
    }
    
    .contato-form {
        padding: 20px 12px;
    }
}

/* Landscape Orientation for Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        min-height: 80vh;
        padding-top: 70px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .satisfaction-stats {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
    
    .momentos-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Print Styles */
@media print {
    .header,
    .whatsapp-float,
    .back-to-top,
    .cookie-notice {
        display: none !important;
    }
    
    .main-content {
        padding-top: 0 !important;
    }
    
    * {
        color: #000 !important;
        background: #fff !important;
    }
    
    .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
} 