/* Responsive Styles */

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    
    .hero-section {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    
    .enquiry-strip {
        margin-top: 20px;
        box-shadow: none;
        border: 1px solid #eee;
    }

    .journey-step::after {
        display: none;
    }
    
    .network-map-container {
        height: 500px;
    }
    
    .network-map-hub {
        width: 140px;
        height: 140px;
    }
    
    .network-map-node {
        width: 90px;
        height: 90px;
        font-size: 0.8rem;
    }
    
    .navbar-collapse {
        background: var(--primary-navy);
        padding: 20px;
        border-radius: 8px;
        margin-top: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    
    .mobile-sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1040;
    }
    
    body {
        padding-bottom: 60px; /* Space for sticky CTA */
    }
    
    .cookie-banner {
        bottom: 60px; /* Above sticky CTA */
    }
}

@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .network-map-container {
        height: 400px;
    }
    
    .network-map-hub {
        width: 120px;
        height: 120px;
    }
    
    .network-map-hub span {
        font-size: 1rem;
    }
    
    .network-map-node {
        width: 80px;
        height: 80px;
        font-size: 0.75rem;
    }
    
    .hero-visual {
        height: 350px;
    }
    
    .hub-center {
        width: 100px;
        height: 100px;
    }
    
    .hub-center span {
        font-size: 0.8rem;
    }
    
    .hub-node {
        width: 70px;
        height: 70px;
        font-size: 0.65rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .service-card {
        padding: 30px 20px;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
