/* ================================================
   RESPONSIVE STYLES - LUXURY MLM THEME
   Mobile First | Elegant Breakpoints
   ================================================ */

/* ============================================
   LARGE DESKTOP (1400px+)
   ============================================ */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    
    .hero-title {
        font-size: 80px;
    }
    
    .section-title {
        font-size: 56px;
    }
}

/* ============================================
   TABLET & SMALL DESKTOP (max-width: 1024px)
   ============================================ */
@media (max-width: 1024px) {
    .nav-menu {
        gap: 40px;
    }
    
    .nav-list {
        gap: 30px;
    }
    
    .hero-title {
        font-size: 56px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   TABLET (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    /* Navigation Mobile */
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        top: 90px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 90px);
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px 20px;
        gap: 30px;
        transition: left 0.3s ease;
        border-top: var(--border-gold);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-list {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    .nav-list li {
        width: 100%;
        border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    }
    
    .nav-link {
        display: block;
        padding: 20px 0;
        font-size: 16px;
    }
    
    .nav-buttons {
        width: 100%;
    }
    
    .btn-luxury {
        width: 100%;
        justify-content: center;
        padding: 18px 32px;
    }
    
    /* Hero */
    .hero-title {
        font-size: 42px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .btn-primary-luxury,
    .btn-outline-luxury {
        width: 100%;
        justify-content: center;
    }
    
    /* Sections */
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .section-label::before,
    .section-label::after {
        width: 30px;
    }
    
    /* Features */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Products */
    .products-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /* Stats */
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .stat-number {
        font-size: 48px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 35px;
    }
    
    .testimonial-text {
        font-size: 18px;
    }
    
    /* CTA */
    .cta-title {
        font-size: 40px;
    }
    
    .cta-description {
        font-size: 18px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    /* Footer */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================
   MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
    /* Logo */
    .logo-main {
        font-size: 24px;
    }
    
    .logo-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    /* Hero */
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
    }
    
    .hero-description {
        font-size: 15px;
    }
    
    .btn-primary-luxury,
    .btn-outline-luxury {
        padding: 16px 32px;
        font-size: 13px;
    }
    
    /* Sections */
    :root {
        --section-padding: 80px 0;
    }
    
    .section-decorator {
        margin-bottom: 50px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .section-label {
        font-size: 13px;
        letter-spacing: 3px;
    }
    
    .section-label::before,
    .section-label::after {
        display: none;
    }
    
    /* Feature Cards */
    .feature-card {
        padding: 40px 25px;
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-description {
        font-size: 14px;
    }
    
    /* Product Cards */
    .product-image {
        height: 220px;
    }
    
    .product-content {
        padding: 25px;
    }
    
    .product-title {
        font-size: 20px;
    }
    
    .product-price {
        font-size: 28px;
    }
    
    /* Stats */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    /* Testimonials */
    .testimonial-card {
        padding: 30px 20px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
    
    .quote-icon {
        font-size: 40px;
        top: 20px;
        left: 20px;
    }
    
    .author-image {
        width: 60px;
        height: 60px;
    }
    
    .author-info h4 {
        font-size: 18px;
    }
    
    .author-info p {
        font-size: 13px;
    }
    
    /* CTA */
    .cta-title {
        font-size: 32px;
    }
    
    .cta-description {
        font-size: 16px;
    }
    
    /* Footer */
    .footer-content {
        padding: 60px 0 30px;
    }
    
    .footer-title {
        font-size: 18px;
    }
}

/* ============================================
   HAMBURGER ANIMATION
   ============================================ */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .luxury-navbar,
    .hamburger,
    .preloader,
    .luxury-footer {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
}
