/* ========================================
   ATHLETE HERO SECTION
   ======================================== */

.athlete-hero {
    position: relative;
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.athlete-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/athlete-hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.athlete-hero-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.3) 100%);
}

.athlete-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
    width: 100%;
}

.athlete-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 600px;
}

.title-orange {
    color: #FF5722;
}

.title-white {
    color: #FFFFFF;
}

.athlete-hero-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFFF;
    max-width: 550px;
    margin-bottom: 28px;
}

.athlete-hero-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.btn-support-athlete {
    background: #FFC107;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-support-athlete:hover {
    background: #FFB300;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 193, 7, 0.3);
}

.btn-join-player {
    background: transparent;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 32px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-join-player:hover {
    background: #FFFFFF;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.3);
}


/* ========================================
   SECTION TYPOGRAPHY
   ======================================== */

.section-title-orange {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #FF5722;
    text-align: center;
    margin-bottom: 30px;
}

.section-description-orange {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}


/* ========================================
   CRITICAL GAP SECTION
   ======================================== */

.critical-gap-section {
    background: #ffffff;
    padding: clamp(3rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
}

.gap-infographic {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.gap-column-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 2rem;
    padding-left: 3.5rem;
}

.gap-items {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.5vw, 1.25rem);
}

.gap-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.gap-icon {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gap-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.gap-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.3;
}


/* ========================================
   MODEL SECTION
   ======================================== */

.model-section {
    background: #FFFFFF;
    padding: clamp(2.5rem, 4vw, 3.125rem) clamp(1.5rem, 3vw, 2.5rem);
}

.model-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.model-card {
    background: #1A1A1A;
    border-radius: 15px;
    padding: clamp(1.5rem, 2.5vw, 2.5rem);
    transition: all 0.3s ease;
}

.model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.model-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    font-weight: 700;
    color: #FF5722;
    margin-bottom: 1rem;
    text-align: center;
}

.model-card-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFFEFE;
    line-height: 1.6;
    text-align: center;
}

/* Reduce font size for longer title */
.model-card:nth-child(4) .model-card-title {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
}


/* ========================================
   TIERS SECTION
   ======================================== */

.tiers-section {
    background: #F5F5F5;
    padding: clamp(3rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
}

.tiers-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.tier-card {
    background: #FFFFFF;
    border-radius: 15px;
    padding: clamp(1.5rem, 2vw, 2rem);
    transition: all 0.3s ease;
}

.tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.tier-entry {
    border-top: 5px solid #E53935;
}

.tier-core {
    border-top: 5px solid #43A047;
}

.tier-elite {
    border-top: 5px solid #FFD700;
}

.tier-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
}

.tier-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tier-list li {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.875rem, 1vw, 1rem);
    font-weight: 400;
    color: #333333;
    padding: 0.4rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.tier-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FF5722;
    font-weight: 700;
}


/* ========================================
   ONBOARDING SECTION
   ======================================== */

.onboarding-section {
    background: #F5F5F5;
    padding: clamp(4rem, 6vw, 6rem) clamp(1.5rem, 3vw, 2.5rem);
}

.onboarding-flow-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 1vw, 1rem);
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1.25rem, 2vw, 1.75rem) clamp(1rem, 1.5vw, 1.5rem);
    border-radius: 12px;
    width: clamp(8.5rem, 12vw, 11rem);
    height: clamp(6rem, 8vw, 7.5rem);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.flow-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.flow-box-number {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.875rem, 1.2vw, 1.125rem);
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
}

.flow-box-text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.4;
}

.flow-box-1 {
    background: #BF360C;
}

.flow-box-2 {
    background: #D84315;
}

.flow-box-3 {
    background: #E64A19;
}

.flow-box-4 {
    background: #FF5722;
}

.flow-box-5 {
    background: #FF8A65;
}

.flow-arrow-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.flow-arrow-horizontal svg {
    width: clamp(2rem, 3vw, 2.5rem);
    height: clamp(2rem, 3vw, 2.5rem);
}


/* ========================================
   KPI SECTION
   ======================================== */

.kpi-section {
    background: #F5F5F5;
    padding: var(--space-section-v) var(--space-section-h);
}

.kpi-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.kpi-card {
    background: #D9D9D9;
    border-radius: 12px;
    padding: var(--space-card-v) var(--space-card-h);
    text-align: center;
    transition: all 0.3s ease;
}

.kpi-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.kpi-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    display: none;
    align-items: center;
    justify-content: center;
}

.kpi-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.kpi-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
}


/* ========================================
   JOIN MISSION SECTION
   ======================================== */





.btn-donate-outline {
    background: transparent;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-donate-outline:hover {
    background: #FFFFFF;
    color: #FF5722;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.3);
}


/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

@media (max-width: 1200px) {
    .tiers-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .athlete-hero {
        height: 500px;
    }

    .athlete-hero-title {
        font-size: 28px;
    }

    .athlete-hero-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .gap-infographic {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .model-grid {
        grid-template-columns: 1fr;
    }

    .kpi-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

}

@media (max-width: 768px) {
    .athlete-hero {
        min-height: 380px;
        height: auto;
        align-items: flex-end;
        padding-top: 80px;
        padding-bottom: 48px;
    }

    .athlete-hero-content {
        padding: 0 20px;
    }

    .athlete-hero-title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 14px;
    }

    .athlete-hero-description {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .athlete-hero-buttons {
        gap: 12px;
        flex-wrap: wrap;
    }

    .btn-support-athlete,
    .btn-join-player {
        font-size: 14px;
        padding: 12px 24px;
    }

    .critical-gap-section,
    .model-section,
    .tiers-section,
    .onboarding-section,
    .kpi-section {
        padding: 60px 24px;
    }

    .section-title-orange {
        font-size: 20px;
    }

    .gap-items {
        gap: 24px;
    }

    .model-card,
    .tier-card {
        padding: 32px 24px;
    }


    .onboarding-flow-horizontal {
        flex-direction: column;
        align-items: center;
    }

    .flow-arrow-horizontal svg {
        transform: rotate(90deg);
    }

    .flow-box {
        width: 80%;
        max-width: 260px;
        height: auto;
        padding: 18px 24px;
    }

}

@media (max-width: 480px) {
    .athlete-hero {
        min-height: 420px;
        height: auto;
    }

    .athlete-hero-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .athlete-hero-description {
        font-size: 12px;
        line-height: 1.6;
    }

    .athlete-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .btn-support-athlete,
    .btn-join-player {
        font-size: 14px;
        padding: 12px 24px;
        width: 100%;
        text-align: center;
    }
}

a {
    color: inherit;
    text-decoration: none;
}