/* ==========================================================================
   SOLAR SYSTEM - Responsiveness CSS Style Overrides
   ========================================================================== */

/* Large screens & Desktops (1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium-Large screens (992px to 1199px) */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 3rem;
    }
    .section-title, .section-title-light {
        font-size: 2.2rem;
    }
}

/* Tablets and landscape mobile (768px to 991px) */
@media (max-width: 991px) {
    section {
        padding: 70px 0;
    }
    .navbar-custom {
        padding: 10px 0;
    }
    .navbar-collapse {
        background-color: var(--secondary-navy);
        border-radius: var(--border-radius-md);
        padding: 20px;
        margin-top: 15px;
        border: 1px solid rgba(0, 240, 255, 0.1);
    }
    .navbar-custom .nav-link::after {
        display: none;
    }
    .navbar-custom .nav-link {
        padding: 10px 0 !important;
    }
    .hero-section {
        padding-top: 150px !important;
        padding-bottom: 60px;
        text-align: center;
        min-height: auto !important;
        height: auto !important;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-stats-card {
        position: static !important;
        transform: none !important;
        margin: 15px auto !important;
        max-width: 280px;
        justify-content: center;
    }
    .hero-image-wrap {
        margin-top: 50px;
    }
    .timeline-container::before {
        left: 20px;
    }
    .timeline-badge {
        left: 20px;
        transform: translateX(-50%);
    }
    .timeline-content {
        width: calc(100% - 50px);
        float: right !important;
        margin-left: 50px;
    }
    .timeline-item {
        margin-bottom: 40px;
    }
}

/* Small screens & Portrait tablets (576px to 767px) */
@media (max-width: 767px) {
    .section-title, .section-title-light {
        font-size: 1.8rem;
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .navbar-custom .navbar-brand {
        font-size: 1.3rem;
    }
    .btn-premium-cyan, .btn-premium-gold, .btn-outline-custom {
        width: 100%;
        margin-bottom: 12px;
    }
    .btn-premium-cyan:last-child, .btn-premium-gold:last-child, .btn-outline-custom:last-child {
        margin-bottom: 0;
    }
    .stat-box {
        margin-bottom: 20px;
    }
    .node-element {
        transform: none !important;
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255,255,255,0.05);
        padding: 12px 20px;
        border-radius: var(--border-radius-md);
    }
    .node-circle {
        margin: 0 !important;
        width: 44px;
        height: 44px;
        flex-shrink: 0;
    }
    .node-label {
        font-size: 0.9rem;
    }
    .node-sublabel {
        font-size: 0.75rem;
    }
    .network-visualization-container {
        min-height: auto;
        padding: 15px;
    }
    .network-nodes-wrapper {
        display: flex;
        flex-direction: column;
    }
    .network-svg {
        display: none;
    }
}

/* Extra small mobile screens (320px to 575px) */
@media (max-width: 575px) {
    section {
        padding: 50px 0;
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .section-title, .section-title-light {
        font-size: 1.6rem;
    }
    .table-premium th, .table-premium td {
        padding: 12px 10px !important;
        font-size: 0.8rem;
    }
    .summary-stat-box {
        padding: 20px;
    }
    .summary-stat-box h3 {
        font-size: 1.8rem !important;
    }
    .accordion-custom .accordion-button {
        padding: 16px 20px;
        font-size: 0.95rem;
    }
    .accordion-custom .accordion-body {
        padding: 10px 20px 20px 20px;
        font-size: 0.85rem;
    }
    .contact-info-card {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
