/* ==========================================
   W LOCAÇÕES - ESTILOS RESPONSIVOS
   ========================================== */

/* Tablets em modo paisagem e desktops pequenos */
@media (max-width: 1199px) {
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .product-card,
    .service-card {
        margin-bottom: 2rem;
    }
}

/* Tablets em modo retrato */
@media (max-width: 991px) {
    /* Navegação */
    .navbar {
        background: var(--primary-color) !important;
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .navbar-nav {
        background: rgba(255, 255, 255, 0.1);
        border-radius: var(--border-radius);
        margin-top: 1rem;
        padding: 1rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.8rem 1rem !important;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .nav-link::after {
        display: none;
    }
    
    /* Hero Section */
    .hero-section {
        padding: 100px 0 60px;
        text-align: center;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .hero-content .lead {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .hero-image {
        margin-top: 2rem;
    }
    
    /* About Section */
    .about-section {
        padding: 60px 0;
    }
    
    .about-content h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .about-content p {
        text-align: center;
    }
    
    .about-features {
        margin-top: 2rem;
    }
    
    .about-image {
        margin-top: 3rem;
    }
    
    /* Products Section */
    .products-section {
        padding: 60px 0;
    }
    
    .section-header {
        margin-bottom: 3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .product-card {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .product-image {
        padding: 1.5rem;
    }
    
    /* Services Section */
    .services-section {
        padding: 60px 0;
    }
    
    .service-card {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    /* Contact Section */
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-info {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    .contact-form {
        padding: 1.5rem;
    }
    
    .social-links {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .social-links .btn {
        width: 100%;
        max-width: 200px;
    }
}

/* Smartphones em modo paisagem */
@media (max-width: 767px) {
    /* Hero Section */
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content .lead {
        font-size: 1rem;
    }
    
    .hero-buttons .btn {
        font-size: 1rem;
        padding: 10px 20px;
    }
    
    /* About Section */
    .about-content h2 {
        font-size: 1.8rem;
    }
    
    .about-features .feature-item {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    /* Products Section */
    .section-title {
        font-size: 1.8rem;
    }
    
    .product-info h4 {
        font-size: 1.2rem;
    }
    
    .feature-tag {
        font-size: 0.75rem;
        padding: 0.25rem 0.6rem;
    }
    
    /* Services Section */
    .service-card {
        padding: 1.2rem;
    }
    
    .service-icon {
        margin-bottom: 1rem;
    }
    
    .service-icon i {
        font-size: 2.5rem !important;
    }
    
    .service-card h4 {
        font-size: 1.2rem;
    }
    
    /* Contact Section */
    .contact-info,
    .contact-form {
        padding: 1.2rem;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .contact-item i {
        margin-bottom: 0.5rem;
        margin-right: 0 !important;
    }
    
    .form-control,
    .form-select {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .btn-primary {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    /* Footer */
    .footer {
        padding: 3rem 0 2rem;
        text-align: center;
    }
    
    .footer .col-lg-4 {
        margin-bottom: 2rem;
    }
    
    .footer h5 {
        font-size: 1.2rem;
    }
    
    .footer .row:last-child {
        text-align: center;
    }
    
    .footer .col-md-6:last-child {
        margin-top: 1rem;
    }
}

/* Smartphones em modo retrato */
@media (max-width: 575px) {
    /* Hero Section */
    .hero-section {
        padding: 80px 0 50px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .hero-content .lead {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .hero-buttons .btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    
    .image-placeholder {
        min-height: 200px;
    }
    
    .image-placeholder i {
        font-size: 4rem !important;
    }
    
    /* About Section */
    .about-section {
        padding: 50px 0;
    }
    
    .about-content h2 {
        font-size: 1.6rem;
    }
    
    .about-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .about-features .feature-item {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }
    
    /* Products Section */
    .products-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 2rem;
    }
    
    .product-card {
        margin-bottom: 1.5rem;
    }
    
    .product-image {
        padding: 1rem;
    }
    
    .product-image i {
        font-size: 3rem !important;
    }
    
    .product-info {
        padding: 1.2rem;
    }
    
    .product-info h4 {
        font-size: 1.1rem;
    }
    
    .product-info p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .feature-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
        margin-right: 0.3rem;
        margin-bottom: 0.3rem;
    }
    
    /* Services Section */
    .services-section {
        padding: 50px 0;
    }
    
    .service-card {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .service-icon i {
        font-size: 2rem !important;
    }
    
    .service-card h4 {
        font-size: 1.1rem;
    }
    
    .service-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Contact Section */
    .contact-section {
        padding: 50px 0;
    }
    
    .contact-info,
    .contact-form {
        padding: 1rem;
    }
    
    .contact-info h4 {
        font-size: 1.2rem;
    }
    
    .contact-item {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
    }
    
    .contact-item i {
        font-size: 1rem;
    }
    
    .social-links .btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .form-label {
        font-size: 0.9rem;
    }
    
    .form-control,
    .form-select {
        padding: 0.5rem 0.7rem;
        font-size: 0.85rem;
    }
    
    .form-check-label {
        font-size: 0.85rem;
    }
    
    .btn-primary {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    /* Footer */
    .footer {
        padding: 2rem 0 1.5rem;
    }
    
    .footer h5 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .footer p,
    .footer a {
        font-size: 0.85rem;
    }
    
    .footer .col-lg-4 {
        margin-bottom: 1.5rem;
    }
}

/* Dispositivos muito pequenos */
@media (max-width: 375px) {
    .hero-content h1 {
        font-size: 1.6rem;
    }
    
    .section-title {
        font-size: 1.4rem;
    }
    
    .btn-primary,
    .btn-outline-light {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .product-info h4,
    .service-card h4 {
        font-size: 1rem;
    }
    
    .feature-tag {
        font-size: 0.65rem;
        padding: 0.15rem 0.4rem;
    }
}

/* Altura da tela reduzida */
@media (max-height: 600px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .hero-content .lead {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}

/* Modo escuro do sistema (se suportado) */
@media (prefers-color-scheme: dark) {
    :root {
        --light-color: #34495e;
        --text-color: #ecf0f1;
        --border-color: #4a5f7a;
    }
    
    .product-card,
    .service-card,
    .contact-info,
    .contact-form {
        background: #2c3e50;
        color: #ecf0f1;
    }
    
    .form-control,
    .form-select {
        background: #34495e;
        color: #ecf0f1;
        border-color: #4a5f7a;
    }
    
    .form-control:focus,
    .form-select:focus {
        background: #34495e;
        color: #ecf0f1;
    }
}

/* Impressão */
@media print {
    .navbar,
    .hero-buttons,
    .contact-form,
    .footer {
        display: none !important;
    }
    
    .hero-section {
        background: white !important;
        color: black !important;
        padding: 2rem 0 !important;
    }
    
    .hero-content h1,
    .hero-content p {
        color: black !important;
    }
    
    .product-card,
    .service-card {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}