/* ================================
   AB Performance - About Hero CSS
   Modern Clean Design
   ================================ */

.ab-performance-about-page-hero-section {
    background: #1a1a1a;
    padding: 110px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle gradient overlay */
.ab-performance-about-page-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at top right, rgba(225, 48, 58, 0.12) 0%, transparent 50%),
                radial-gradient(ellipse at bottom left, rgba(233, 163, 41, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.ab-performance-about-page-hero-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ab-performance-about-page-hero-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #E9A329;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.ab-performance-about-page-hero-container h1 {
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.ab-performance-about-page-hero-container p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
}

/* ================================
   Responsive Design
   ================================ */

@media (max-width: 968px) {
    .ab-performance-about-page-hero-section {
        padding: 90px 20px;
    }
    
    .ab-performance-about-page-hero-container h1 {
        font-size: 44px;
    }
    
    .ab-performance-about-page-hero-container p {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .ab-performance-about-page-hero-section {
        padding: 80px 20px;
    }
    
    .ab-performance-about-page-hero-label {
        font-size: 10px;
        margin-bottom: 16px;
    }
    
    .ab-performance-about-page-hero-container h1 {
        font-size: 36px;
    }
    
    .ab-performance-about-page-hero-container p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .ab-performance-about-page-hero-section {
        padding: 70px 20px;
    }
    
    .ab-performance-about-page-hero-container h1 {
        font-size: 32px;
    }
    
    .ab-performance-about-page-hero-container p {
        font-size: 16px;
    }
}
