/* ==========================================
   RESPONSIVO - TABLETS (1024px e abaixo)
   ========================================== */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .sobre-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contato-content {
        grid-template-columns: 1fr;
    }

    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .servicos-grid-completa {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================
   RESPONSIVO - MOBILE (768px e abaixo)
   ========================================== */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-menu.active {
        max-height: 300px;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-menu a {
        display: block;
        padding: 15px 20px;
        color: white;
    }

    .nav-menu a::after {
        display: none;
    }

    .nav-menu a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .hero {
        min-height: 500px;
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .sobre {
        padding: 50px 0;
    }

    .servicos {
        padding: 50px 0;
    }

    .servicos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .servicos-grid-completa {
        grid-template-columns: 1fr;
    }

    .servico-item {
        padding: 1rem;
    }

    .servico-item i {
        font-size: 2rem;
    }

    .diferenciais {
        padding: 50px 0;
    }

    .diferenciais-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .depoimentos {
        padding: 50px 0;
    }

    .depoimentos-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contato {
        padding: 50px 0;
    }

    .contato-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contato-info {
        gap: 1.5rem;
    }

    .contato-cta {
        padding: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ==========================================
   RESPONSIVO - SMALL MOBILE (480px e abaixo)
   ========================================== */
@media (max-width: 480px) {
    :root {
        font-size: 14px;
    }

    .navbar .container {
        padding: 0.75rem 20px;
    }

    .navbar-brand .logo {
        font-size: 1.2rem;
    }

    .navbar-brand .logo i {
        font-size: 1.5rem;
    }

    .hero {
        min-height: 400px;
        padding: 30px 20px;
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .hero-content {
        max-width: 100%;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .sobre {
        padding: 40px 0;
    }

    .sobre-text h2 {
        font-size: 1.8rem;
        margin-bottom: 0.3rem;
    }

    .especialidade {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .sobre-text p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .sobre-highlights {
        gap: 0.8rem;
        margin-top: 1.5rem;
    }

    .highlight i {
        font-size: 1.2rem;
    }

    .image-placeholder {
        font-size: 3rem;
    }

    .servicos-destaque h3,
    .todos-servicos h3 {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }

    .servico-card {
        padding: 1.5rem;
    }

    .servico-icon {
        font-size: 2.5rem;
    }

    .servico-card h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .servico-card p {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .servico-item {
        padding: 1rem 0.8rem;
    }

    .servico-item i {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }

    .servico-item h5 {
        font-size: 1rem;
        margin-bottom: 0.4rem;
    }

    .servico-item p {
        font-size: 0.8rem;
    }

    .diferenciais {
        padding: 40px 0;
    }

    .diferenciais-grid {
        gap: 1.2rem;
    }

    .diferencial {
        padding: 1.5rem;
    }

    .diferencial-icon {
        font-size: 2.5rem;
        margin-bottom: 0.8rem;
    }

    .diferencial h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }

    .depoimentos {
        padding: 40px 0;
    }

    .depoimento-card {
        padding: 1.5rem;
    }

    .depoimento-texto {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .contato {
        padding: 40px 0;
    }

    .contato-info {
        gap: 1.2rem;
    }

    .info-item {
        gap: 1rem;
    }

    .info-item i {
        font-size: 1.5rem;
    }

    }

    .footer {
        padding: 2rem 0 0.5rem;
    }

    .footer-content {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        gap: 1rem;
    }

    .footer-section h4 {
        margin-bottom: 0.8rem;
        font-size: 1rem;
    }

    .footer-section p {
        font-size: 0.9rem;
    }

    .footer-section ul li {
        margin-bottom: 0.3rem;
    }

    .footer-section a {
        font-size: 0.9rem;
    }

    .social-links {
        gap: 1rem;
    }

    .social-links a {
        font-size: 1.2rem;
    }

    .footer-bottom {
        padding: 1rem 0;
        font-size: 0.85rem;
    }
}

/* ==========================================
   RESPONSIVO - EXTRA SMALL (320px)
   ========================================== */
@media (max-width: 320px) {
    .navbar .container {
        padding: 0.5rem 10px;
    }

    .hero {
        min-height: 350px;
        padding: 20px 10px;
    }

    .container {
        padding: 0 10px;
    }

    .btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }

    .servico-card {
        padding: 1rem;
    }

    .contato-form {
        padding: 1rem;
    }
}

/* ==========================================
   UTILITÁRIOS RESPONSIVOS
   ========================================== */
@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .show-mobile {
        display: none !important;
    }
}
