/* Hero Section for About Page */
.about-hero {
    background: linear-gradient(135deg, rgba(230, 30, 36, 0.1) 0%, rgba(183, 28, 28, 0.15) 100%),
                url('../../images/general.png') center/cover no-repeat !important;
}

.about-hero .hero-overlay {
    background: linear-gradient(135deg, rgba(230, 30, 36, 0.05) 0%, rgba(183, 28, 28, 0.1) 100%) !important;
}

/* Main Content with Stadium Background */
.about-content {
    background:
        linear-gradient(135deg, rgba(230, 30, 36, 0.4) 0%, rgba(183, 28, 28, 0.45) 100%),
        url('../../images/stadium_background.webp?v=highres') center/cover no-repeat;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}

/* Glassmorphism Card Base */
.glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-top: 4px solid var(--primary-red);
}


/* Full Width Utility */
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    /* Remove padding to touch edges */
}

/* Journey Card Enhancements */
.journey-sync-section .event-item {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    /* Ensure fluid width */
    max-width: none;
}

.journey-sync-section .event-item:hover {
    transform: scale(1.02) translateX(10px);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.journey-sync-section .events-list.full-width {
    gap: 15px;
    padding: 0;
}

.journey-sync-section .event-date {
    min-width: 100px;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 10px rgba(230, 30, 36, 0.2);
}



/* Leadership Section */
.leadership-section {
    padding: 60px;
    animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

.leadership-section h2 {
    color: var(--primary-red);
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-subtitle {
    text-align: center;
    color: var(--text-gray);
    font-size: 17px;
    margin-bottom: 50px;
    font-style: italic;
}

.leaders-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.leader-card {
    background: rgba(245, 245, 245, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(230, 30, 36, 0.2);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(230, 30, 36, 0.2);
    background: rgba(255, 255, 255, 0.85);
}

.leader-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    /* Add light background for contain gaps */
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(230, 30, 36, 0.3));
    z-index: 1;
}

.leader-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    z-index: 2;
}

.leader-card:hover .leader-image img {
    transform: scale(1.05);
}

.leader-info {
    padding: 30px;
    text-align: center;
}

.leader-info h3 {
    color: var(--dark-gray);
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: bold;
}

.leader-role {
    color: var(--primary-red);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.leader-quote {
    position: relative;
    padding: 20px 15px;
    background: rgba(230, 30, 36, 0.05);
    border-left: 3px solid var(--primary-red);
    border-radius: 8px;
}

.quote-icon {
    font-size: 48px;
    color: var(--primary-red);
    opacity: 0.3;
    position: absolute;
    top: -10px;
    left: 10px;
    font-family: Georgia, serif;
}

.leader-quote p {
    color: var(--text-gray);
    font-size: 15px;
    line-height: 1.7;
    font-style: italic;
    margin: 0;
    padding-left: 30px;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    /* Tablet Portrait */
    .about-hero {
        height: 400px;
    }

    .hero-glass-card h1 {
        font-size: 36px;
    }

    .hero-glass-card p {
        font-size: 20px;
    }

    .story-section {
        grid-template-columns: 1fr;
        padding: 40px 30px;
    }

    .mvv-section {
        grid-template-columns: 1fr;
    }

    .leaders-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {

    /* Mobile */
    .about-hero {
        height: 350px;
    }

    .hero-glass-card h1 {
        font-size: 28px;
    }

    .hero-glass-card p {
        font-size: 16px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .timeline {
        padding-left: 30px;
    }
}