/* Membership Page - Hero Section */
.hero-section {
    padding: 60px 20px 0px;
    background: #fff;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-text {
    max-width: 900px;
    margin: 0 auto;
}

.hero-title {
    font-family: 'Cairo', sans-serif !important;
    font-size: 58px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #000000 !important;
    line-height: 76px !important;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-smooth: always !important;
}

.hero-subtitle {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #000000 !important;
    font-size: 30px !important;
    line-height: 45px !important;
    margin: 0 auto 1.3em !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    font-smooth: always !important;
    opacity: 1 !important;
    max-width: 900px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-section {
        padding: 50px 20px;
    }
    
    .hero-title {
        font-size: 42px !important;
        letter-spacing: 1.5px;
        line-height: 1.3 !important;
    }
    
    .hero-subtitle {
        font-size: 24px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 20px;
    }
    
    .hero-title {
        font-size: 36px !important;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 30px 15px;
    }
    
    .hero-title {
        font-size: 32px !important;
        letter-spacing: 0.5px;
    }
    
    .hero-subtitle {
        font-size: 18px !important;
    }
}
