.about-hero {
    margin-top: 100px;
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(180deg, rgb(20 27 61 / .8) 0%, rgb(10 14 39 / .4) 100%);
    border-radius: 16px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    border: 1px solid rgb(0 212 255 / .2);
    box-shadow: 0 8px 32px rgb(0 0 0 / .5)
}

.about-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 2rem
}

.about-card {
    background: linear-gradient(135deg, rgb(20 27 61 / .8) 0%, rgb(10 14 39 / .9) 100%);
    border: 2px solid rgb(0 212 255 / .2);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease
}

.about-card:hover {
    transform: translateY(-5px);
    border-color: #00d4ff;
    box-shadow: 0 10px 30px rgb(0 212 255 / .3)
}

.about-card h2 {
    color: #00d4ff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .75rem
}

.about-card h2 i {
    font-size: 1.8rem
}

.about-card p {
    color: #b8c5d6;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0
}

.stat-box {
    background: rgb(0 212 255 / .1);
    border: 2px solid #00d4ff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    color: #00d4ff;
    display: block;
    margin-bottom: .5rem
}

.stat-label {
    color: #7a8ba0;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.feature-list {
    list-style: none;
    padding: 0
}

.feature-list li {
    padding: 1rem;
    margin-bottom: .75rem;
    background: rgb(0 212 255 / .05);
    border-left: 3px solid #00d4ff;
    border-radius: 8px;
    color: #b8c5d6;
    font-size: 1.05rem;
    transition: all 0.3s ease
}

.feature-list li:hover {
    background: rgb(0 212 255 / .1);
    transform: translateX(5px)
}

.feature-list li i {
    color: #0f8;
    margin-right: .75rem;
    font-size: 1.2rem
}

.team-card {
    background: linear-gradient(135deg, rgb(0 212 255 / .1) 0%, rgb(181 55 242 / .1) 100%);
    border: 2px solid rgb(0 212 255 / .3);
    border-radius: 12px;
    padding: 2rem;
    text-align: center
}

.team-icon {
    font-size: 4rem;
    color: #00d4ff;
    margin-bottom: 1rem
}

.team-role {
    color: #ff2e97;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .5rem
}

.cta-box {
    background: linear-gradient(135deg, #00d4ff 0%, #b537f2 100%);
    padding: 3rem;
    border-radius: 16px;
    text-align: center;
    margin: 3rem 0
}

.cta-box h2 {
    color: #0a0e27;
    font-size: 2.5rem;
    margin-bottom: 1rem
}

.cta-box p {
    color: #141b3d;
    font-size: 1.2rem;
    margin-bottom: 2rem
}

.cta-button-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.cta-btn {
    padding: 1rem 2rem;
    background: #0a0e27;
    color: #00d4ff;
    border: 2px solid #00d4ff;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    transition: all 0.3s ease
}

.cta-btn:hover {
    background: #141b3d;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(0 212 255 / .5)
}

@media (max-width:768px) {
    .about-hero {
        margin-top: 80px;
        padding: 2rem 1rem
    }

    .about-card {
        padding: 1.5rem
    }

    .about-card h2 {
        font-size: 1.5rem
    }

    .stats-grid {
        grid-template-columns: 1fr
    }
}
/* FIX FOR ALL SCREEN SIZES - NAVBAR RESPONSIVE */
@media screen and (min-width: 1025px) and (max-width: 1350px) {
.navbar-container{padding: 0.7rem 1rem !important;}
.logo-icon{font-size: 1.6rem !important;}
.logo-text{font-size: 1.1rem !important;letter-spacing: 0 !important;}
.logo-badge{display: none !important;}
.nav-links-premium{gap: 0.2rem !important;}
.nav-link{padding: 0.5rem 0.65rem !important;font-size: 0.75rem !important;}
.nav-link i{font-size: 0.85rem !important;margin-right: 0.25rem !important;}
.nav-link span{font-size: 0.75rem !important;}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
.navbar-container{padding: 0.8rem 1rem !important;}
.logo-text{font-size: 1.15rem !important;letter-spacing: 0 !important;}
.logo-badge{display: none !important;}
.nav-links-premium{gap: 0.15rem !important;}
.nav-link{padding: 0.45rem 0.6rem !important;font-size: 0.7rem !important;}
.nav-link i{font-size: 0.8rem !important;}
.nav-link span{font-size: 0.7rem !important;}
}

@media screen and (max-width: 768px) {
.logo-badge{display: none !important;}
.hamburger-menu{display: flex !important;}
}