/* About Us Page Styles */

/* Hero Section */
.about-hero {
    padding: 80px 0 60px;
    background: #fff;
}

.about-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-hero-content {
    max-width: 600px;
    margin-bottom: 60px;
}

.about-hero-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 24px;
}

.about-hero-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.about-hero-visual {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #4169E1 0%, #1E3A8A 50%, #0F172A 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.about-hero-visual::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    transform: rotate(-15deg);
}

.about-hero-visual::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

/* Mission Section */
.about-mission {
    padding: 100px 0;
    background: #fff;
}

.about-mission .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

.mission-content {
    position: sticky;
    top: 100px;
}

.mission-label {
    font-size: 14px;
    font-weight: 600;
    color: #4169E1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.mission-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.mission-description {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mission-statement {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.mission-details {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Values Section */
.about-values {
    padding: 100px 0;
    background: #F9FAFB;
}

.about-values .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.values-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.2;
}

.values-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: left;
}

.value-card {
    background: #fff;
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
}

.value-card:hover {
    border-color: #4169E1;
    box-shadow: 0 4px 12px rgba(65, 105, 225, 0.1);
    transform: translateY(-2px);
}

.value-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    color: #4169E1;
}

.value-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.value-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Stats Section */
.about-stats {
    padding: 100px 0;
    background: #fff;
}

.about-stats .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 60px;
    text-align: left;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-number {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1;
}

.stat-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Founder Section */
.about-founder {
    padding: 100px 0;
    background: #fff;
}

.about-founder .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.founder-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.founder-title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

.founder-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.founder-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.founder-image {
    position: relative;
}

.founder-image-placeholder {
    width: 100%;
    height: 500px;
    background: linear-gradient(135deg, #7C3AED 0%, #A855F7 50%, #EC4899 100%);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.conference-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* =====================
   Team Section
   ===================== */
.about-team {
    padding: 100px 0;
    background: #F9FAFB;
}

.about-team .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-header {
    text-align: center;
    margin-bottom: 60px;
}

.team-label {
    font-size: 13px;
    font-weight: 700;
    color: #4169E1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}

.team-title {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.2;
}

.team-subtitle {
    font-size: 17px;
    color: #666;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Featured single-member layout */
.team-featured {
    display: flex;
    justify-content: center;
}

.team-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    max-width: 780px;
    width: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.team-card:hover {
    box-shadow: 0 8px 32px rgba(65, 105, 225, 0.12);
    transform: translateY(-3px);
}

.team-card-photo {
    width: 280px;
    min-width: 280px;
    background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Fallback avatar when image fails to load */
.team-photo-fallback {
    background: linear-gradient(135deg, #4169E1 0%, #1E3A8A 100%) !important;
}

.team-initials {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
}

.team-card-info {
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.team-card-name {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.2;
}

.team-card-role {
    font-size: 14px;
    font-weight: 600;
    color: #4169E1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0;
}

.team-card-bio {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin: 8px 0 4px;
}

.team-card-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4169E1;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 4px;
    transition: color 0.2s ease;
}

.team-card-linkedin:hover {
    color: #1E3A8A;
}

.team-card-linkedin svg {
    flex-shrink: 0;
}

/* =====================
   Responsive Design
   ===================== */
@media (max-width: 968px) {
    .about-hero-title {
        font-size: 36px;
    }

    .about-mission .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mission-content {
        position: static;
    }

    .mission-title {
        font-size: 32px;
    }

    .mission-statement {
        font-size: 18px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .values-title {
        font-size: 32px;
    }

    .about-founder .container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .founder-title {
        font-size: 28px;
    }

    .founder-image-placeholder {
        height: 400px;
    }

    /* Team */
    .team-title {
        font-size: 32px;
    }

    .team-card {
        flex-direction: column;
        max-width: 480px;
    }

    .team-card-photo {
        width: 100%;
        min-width: unset;
        height: 300px;
    }

    .team-card-info {
        padding: 32px;
    }
}

@media (max-width: 640px) {
    .about-hero {
        padding: 60px 0 40px;
    }

    .about-hero-title {
        font-size: 28px;
    }

    .about-hero-description {
        font-size: 15px;
    }

    .about-hero-visual {
        height: 200px;
    }

    .about-mission {
        padding: 60px 0;
    }

    .mission-title {
        font-size: 28px;
    }

    .mission-statement {
        font-size: 16px;
    }

    .mission-details {
        font-size: 15px;
    }

    .about-values {
        padding: 60px 0;
    }

    .values-title {
        font-size: 24px;
    }

    .values-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .value-card {
        padding: 24px 20px;
    }

    .about-stats {
        padding: 60px 0;
    }

    .stats-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stat-number {
        font-size: 36px;
    }

    .about-founder {
        padding: 60px 0;
    }

    .founder-title {
        font-size: 24px;
    }

    .founder-text p {
        font-size: 15px;
    }

    .founder-image-placeholder {
        height: 300px;
    }

    /* Team */
    .about-team {
        padding: 60px 0;
    }

    .team-title {
        font-size: 26px;
    }

    .team-subtitle {
        font-size: 15px;
    }

    .team-header {
        margin-bottom: 40px;
    }

    .team-card-photo {
        height: 240px;
    }

    .team-card-info {
        padding: 24px;
    }

    .team-card-name {
        font-size: 22px;
    }
}
