/**
 * Stiluri responsive - startup-delivery.ro
 *
 * Ultima modificare: 2026-02-01 13:00
 * Modificare: Eliminat stiluri vechi cookie-banner (acum în main.css ca popup card)
 */

/* ==========================================================================
   EXTRA LARGE SCREENS (>= 1400px)
   ========================================================================== */

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* ==========================================================================
   LARGE SCREENS (max-width: 1199px)
   ========================================================================== */

@media (max-width: 1199px) {
    .mega-dropdown {
        padding: 1.5rem;
    }

    section {
        padding: 4rem 0;
    }

    .hero-section {
        min-height: auto;
        padding: 8rem 0 4rem;
    }
}

/* ==========================================================================
   MEDIUM SCREENS / TABLETS (max-width: 991px)
   ========================================================================== */

@media (max-width: 991px) {
    /* Stilurile navbar mobil sunt acum exclusiv în navbar.css */

    /* Hero */
    .hero-section {
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-image {
        margin-top: 2rem;
    }

    /* Pricing */
    .pricing-card.featured {
        transform: none;
    }

    .pricing-card.featured:hover {
        transform: translateY(-4px);
    }

    /* Nav link — fără border-radius pe mobil */
    .nav-link {
        border-radius: 0;
    }

    /* Process Steps */
    .process-steps {
        flex-direction: column;
    }

    /* Stats */
    .stats-section .row > div {
        margin-bottom: 2rem;
    }

    /* Footer */
    .footer .row > [class*="col"] {
        margin-bottom: 1.5rem;
    }

    /* CTA Section */
    .cta-section {
        padding: 3rem 0;
    }

    /* Service content — imagini și coloane responsiv */
    .service-content-body .row {
        margin-bottom: 2rem;
    }

    .service-content-body img {
        margin-bottom: 1rem;
    }
}

/* ==========================================================================
   SMALL SCREENS / MOBILE (max-width: 767px)
   ========================================================================== */

@media (max-width: 767px) {
    section {
        padding: 3rem 0;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    /* Hero */
    .hero-section {
        padding: 6rem 0 3rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-actions .btn {
        width: 100%;
    }

    /* Features Grid */
    .features-grid {
        grid-template-columns: 1fr;
    }

    /* Pricing */
    .pricing-card {
        margin-bottom: 1.5rem;
    }

    /* Error 404 */
    .error-404-title {
        font-size: 6rem;
    }

    /* Testimonials */
    .testimonial-card {
        padding: 1.5rem;
    }

    /* Pricing */
    .pricing-header {
        padding: 1.5rem;
    }

    .pricing-features {
        padding: 1rem 1.5rem;
    }

    /* Client Logos */
    .client-logos {
        flex-wrap: wrap;
    }

    /* CTA */
    .cta-actions {
        flex-direction: column;
    }

    /* Footer */
    .footer-col {
        margin-bottom: 2rem;
    }

    .footer-bottom {
        text-align: center;
    }
}

/* ==========================================================================
   EXTRA SMALL SCREENS (max-width: 575px)
   ========================================================================== */

@media (max-width: 575px) {
    body {
        font-size: 0.9375rem;
    }

    .btn-lg {
        padding: 0.625rem 1.5rem;
        font-size: 1rem;
    }

    .hero-title {
        margin-bottom: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }

    .section-header {
        margin-bottom: 2rem;
    }

    .orbit-container {
        width: 200px;
        height: 200px;
        transform: scale(0.8);
    }

    .stat-number {
        font-size: 2rem;
    }

    .pricing-price {
        font-size: 2rem;
    }
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */

@media print {
    .site-navbar,
    .site-footer,
    .cookie-banner,
    #back-to-top,
    .cta-section {
        display: none;
    }

    body {
        font-size: 12pt;
        color: black;
    }

    a {
        color: black;
        text-decoration: underline;
    }

    .hero-section {
        min-height: auto;
        background: none;
        color: black;
        padding: 2rem 0;
    }
}
