/* Mobile adaptations for Brotherhood Landing */
@media screen and (max-width: 900px) {
    /* --- GENERAL ADJUSTMENTS --- */
    .container {
        padding: 0 15px;
    }
    
    .section-hero {
        padding-top: 160px; /* FIX 2: Increased from 100px to avoid overlap with Nav */
        min-height: auto;
        padding-bottom: 60px;
    }

    /* --- TYPOGRAPHY --- */
    .hero-title {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }
    
    .title-lg {
        font-size: 32px;
        word-wrap: break-word;
    }
    
    .tile-title {
        font-size: 36px;
    }
    
    .section-sub-title {
        font-size: 32px;
    }
    
    .section-sub-desc {
        font-size: 18px;
    }

/* --- NAVBAR --- */
.navbar {
    padding: 20px 0;
}

.nav-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.brand {
    align-items: center;
    text-align: center;
}

.brand-text {
    font-size: 28px;
}

.brand-sub {
    font-size: 9px;
    letter-spacing: 3px;
}

.nav-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: auto;
    justify-content: center;
}

.nav-actions .link-login {
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
}

.nav-actions .btn-lime-glow {
    padding: 12px 24px;
    font-size: 14px;
    min-width: auto;
    width: auto;
}

    /* --- LAYOUTS (GRID RESET) --- */
    .concept-layout, 
    .bento-grid, 
    .vs-wrapper, 
    .structure-grid, 
    .intro-cols, 
    .circles-grid, 
    .formula-row, 
    .currency-grid, 
    .klondike-grid, 
    .intro-flex, 
    .scenario-compare, 
    .mentorship-grid {
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
        display: flex;
    }
    
    .concept-cards {
        grid-template-columns: 1fr;
    }

    /* --- COMPONENT ADJUSTMENTS --- */
    .tile, .glass-panel, .vs-bright, .vs-dull {
        padding: 24px !important;
    }
    
    /* FIX 1: SLIDER LOGIC */
    .modern-slider-wrap {
        scroll-snap-type: x mandatory; /* Snap behavior */
        padding-bottom: 20px;
    }

    .slider-track {
        gap: 15px;
        padding: 0 15px;
    }
    
    .hero-card {
        width: 85vw; /* Show one card with slight peek */
        min-width: 85vw; /* Enforce width */
        scroll-snap-align: center; /* Center the card on stop */
        margin-right: 0;
    }
    
    .card-image {
        height: 220px;
    }
    
    /* Optimize card content for height */
    .card-content {
        padding: 20px;
    }
    .card-name {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .card-quote {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .card-stats {
        font-size: 12px;
        padding: 12px;
    }
    
    /* Concept Section */
    .concept-layout {
        gap: 30px;
    }
    
    .concept-cards {
        gap: 15px;
    }

    /* Formula Block */
    .formula-item {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .formula-item:last-child {
        border-bottom: none;
    }
    
    .f-sign {
        display: none;
    }

    /* Scenario Block */
    .sc-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    /* Currency Intro */
    .intro-left, .intro-right {
        width: 100%;
    }
    
    .secret-note {
        transform: none;
        margin-top: 20px;
    }

    /* Buttons */
    .btn-xl {
        width: 100%;
        padding: 18px;
        font-size: 16px;
    }
    
    /* Utilities */
    .mb-60 { margin-bottom: 40px; }
    .mt-80 { margin-top: 50px; }

    /* --- BROTHERHOOD SECTION (NEW) --- */
    .section-brotherhood {
        padding: 60px 0;
    }

    .brotherhood-card {
        padding: 40px 25px;
        border-radius: 30px;
    }

    .brotherhood-header {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 40px;
    }

    .brotherhood-header-right {
        max-width: 100%;
    }

    .brotherhood-title {
        font-size: 36px;
    }

    .manifesto-text {
        font-size: 17px;
    }

    .traits-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .brotherhood-for-you {
        padding: 30px 25px;
    }

    /* --- CTA MID SECTION --- */
    .section-cta-mid {
        padding: 40px 0;
    }

    /* --- BESIDES SCHOOL SECTION --- */
    .section-besides-school {
        padding: 60px 0 40px;
    }
    
    .besides-school-card {
        padding: 40px 25px;
        border-radius: 24px;
    }

    .besides-header {
        margin-bottom: 35px;
    }

    .besides-title {
        font-size: 28px;
        margin-top: 15px;
    }

    .besides-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 30px;
    }

    .besides-col {
        padding: 25px;
        border-radius: 20px;
    }

    .besides-base-title,
    .besides-col-title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .besides-base-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .besides-base-footer {
        margin-top: 15px;
        padding: 12px 14px;
        font-size: 13px;
    }

    .besides-skill-item {
        font-size: 15px;
    }

    .skill-dot {
        margin-top: 6px;
    }

    .besides-center-note {
        padding: 25px 20px;
        margin-bottom: 35px;
        border-radius: 16px;
    }

    .besides-center-note p {
        font-size: 16px;
    }

    .besides-center-note p:last-child {
        font-size: 18px;
    }

    .besides-final-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 25px;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .besides-final-left h3 {
        font-size: 24px;
        text-align: center;
    }

    .besides-point {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .besides-final-phrase {
        padding-top: 15px;
    }

    .besides-final-phrase p:first-child {
        font-size: 16px;
    }

    .besides-final-phrase .text-xl {
        font-size: 20px;
    }

    /* --- VS SECTION UPDATES --- */
    .section-vs {
        padding: 60px 0 80px;
    }

    .vs-wrapper {
        gap: 25px;
    }

    .vs-dull,
    .vs-bright {
        padding: 30px 25px !important;
        border-radius: 24px;
    }

    .dull-head,
    .bright-head {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .vs-item {
        margin-bottom: 25px;
    }

    .vs-title {
        font-size: 18px;
    }

    .vs-desc {
        font-size: 15px;
    }

    .vs-bright .vs-desc {
        font-size: 16px;
    }
}
