/* About Founder Page Styles */
.founder-details-section {
    background-color: #f5f5f7;
    padding: 120px 0;
}

.hero-background {
    background: url('assets/Group_12.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
}

.founder-details-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.founder-content {
    flex: 1;
    padding-right: 40px;
}

.founder-text {
    max-width: 600px;
}

.founder-name {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 1.1;
}

.founder-role {
    font-size: 1.3rem;
    color: #666666;
    margin: 0 0 40px 0;
    font-weight: 400;
    line-height: 1.4;
}

.founder-bio {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    font-weight: 400;
}

.founder-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.founder-photo {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .founder-details-container {
        gap: 60px;
        padding: 0 25px;
    }
    
    .founder-name {
        font-size: 3rem;
    }
    
    .founder-role {
        font-size: 1.2rem;
    }
    
    .founder-bio {
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .founder-details-section {
        padding: 80px 0;
    }
    
    .founder-details-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
        padding: 0 20px;
    }
    
    .founder-content {
        padding-right: 0;
    }
    
    .founder-text {
        max-width: 100%;
    }
    
    .founder-name {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .founder-role {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .founder-bio {
        font-size: 1rem;
        text-align: left;
    }
    
    .founder-photo {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .founder-details-section {
        padding: 60px 0;
    }
    
    .founder-details-container {
        gap: 40px;
        padding: 0 15px;
    }
    
    .founder-name {
        font-size: 2rem;
        letter-spacing: 0.5px;
    }
    
    .founder-role {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .founder-bio {
        font-size: 0.95rem;
    }
    
    .founder-photo {
        max-width: 350px;
    }
}

/* Achievements Section */
.achievements-section {
    padding: 120px 0;
    background-color: #ffffff;
}

.achievement-item {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto 120px auto;
    padding: 0 30px;
}

.achievement-item:last-child {
    margin-bottom: 0;
}

/* Removed .reverse class - using HTML structure for alternating layout */

.achievement-content {
    flex: 1;
    max-width: 600px;
}

.achievement-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.achievement-number {
    width: 70px;
    height: 70px;
    background-color: #AA701E;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    flex-shrink: 0;
}

.achievement-title {
    font-size: 2rem;
    font-weight: 700;
    color: #AA701E;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}

.achievement-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    font-weight: 400;
}

.achievement-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievement-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    border-radius: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

/* Philosophy Section */
.philosophy-section {
    background: linear-gradient(135deg, #1a2a3a 0%, #0f1f2a 100%);
    color: #ffffff;
    padding: 120px 0;
}

.philosophy-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.philosophy-content {
    text-align: center;
    max-width: 1000px;
}

.philosophy-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #e0e0e0;
    margin: 0;
    font-weight: 300;
}

.philosophy-visual {
    width: 100%;
    display: flex;
    justify-content: center;
}

.philosophy-image-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.philosophy-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.philosophy-title-overlay {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}

.overlay-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.1;
}

/* 响应式设计 - Achievements */
@media (max-width: 1024px) {
    .achievements-section {
        padding: 100px 0;
    }
    
    .achievement-item {
        gap: 60px;
        margin-bottom: 100px;
        padding: 0 25px;
    }
    
    .achievement-title {
        font-size: 1.8rem;
    }
    
    .achievement-text {
        font-size: 1.05rem;
    }
    
    .achievement-image img {
        max-width: 550px;
    }
    
    .philosophy-section {
        padding: 100px 0;
    }
    
    .philosophy-container {
        gap: 50px;
        padding: 0 25px;
    }
    
    .philosophy-text {
        font-size: 1.15rem;
    }
    
    .philosophy-image-container {
        max-width: 900px;
    }
    
    .overlay-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .achievements-section {
        padding: 80px 0;
    }
    
    .achievement-item {
        flex-direction: column !important;
        text-align: center;
        gap: 40px;
        margin-bottom: 80px;
        padding: 0 20px;
    }
    
    .achievement-content {
        max-width: 100%;
    }
    
    .achievement-header {
        justify-content: center;
        gap: 15px;
        margin-bottom: 25px;
    }
    
    .achievement-number {
        width: 60px;
        height: 60px;
        font-size: 2.2rem;
    }
    
    .achievement-title {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .achievement-text {
        font-size: 1rem;
        text-align: left;
    }
    
    .achievement-image img {
        max-width: 500px;
    }
    
    .philosophy-section {
        padding: 80px 0;
    }
    
    .philosophy-container {
        gap: 40px;
        padding: 0 20px;
    }
    
    .philosophy-text {
        font-size: 1.1rem;
    }
    
    .philosophy-image-container {
        max-width: 100%;
        border-radius: 12px;
    }
    
    .philosophy-title-overlay {
        left: 30px;
        padding: 15px 0;
    }
    
    .overlay-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .achievements-section {
        padding: 60px 0;
    }
    
    .achievement-item {
        gap: 30px;
        margin-bottom: 60px;
        padding: 0 15px;
    }
    
    .achievement-header {
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .achievement-number {
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
    }
    
    .achievement-title {
        font-size: 1.4rem;
    }
    
    .achievement-text {
        font-size: 0.95rem;
    }
    
    .achievement-image img {
        max-width: 450px;
    }
    
    .philosophy-section {
        padding: 60px 0;
    }
    
    .philosophy-container {
        gap: 30px;
        padding: 0 15px;
    }
    
    .philosophy-text {
        font-size: 1rem;
    }
    
    .philosophy-image-container {
        border-radius: 10px;
    }
    
    .philosophy-title-overlay {
        left: 20px;
        padding: 10px 0;
    }
    
    .overlay-title {
        font-size: 1.5rem;
        letter-spacing: 0.5px;
    }
}
