/* Company Page Specific Styles */

/* Main Content */
.main-content {
    padding-top: 88px; /* Header height offset */
    min-height: calc(100vh - 88px);
}

/* Page Title Section */
.page-title-section {
    padding: 60px 0 40px;
    background: #fff;
}

.page-title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    letter-spacing: -2px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.title-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Introduction Section */
.intro-section {
    padding: 40px 0 80px;
    background: #fff;
    text-align: center;
}

.intro-title {
    font-size: 25px;
    color: #000;
    letter-spacing: -2px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: 400;
}

.intro-divider {
    width: 60px;
    height: 1px;
    background: #ddd;
    margin: 0 auto 40px;
}

.intro-description {
    max-width: 800px;
    margin: 0 auto;
}

.intro-description p {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -1px;
    color: #333;
    margin: 0;
}

/* Philosophy Section */
.philosophy-section {
    background: linear-gradient(135deg, #3a7bdd 0%, #2c3e50 100%);
    padding: 60px 0;
    color: white;
    text-align: center;
    margin-bottom: 0;
}

.philosophy-content {
    max-width: 600px;
    margin: 0 auto;
}

.philosophy-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.philosophy-subtitle {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1px;
    margin: 0;
    font-weight: normal;
}

/* Experience Section */
.experience-section {
    position: relative;
    background: linear-gradient(135deg, #2c3e50 0%, #3a7bdd 100%);
    padding: 100px 0;
    color: #333;
    text-align: center;
}

.experience-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.experience-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.experience-title {
    font-size: 46px;
    line-height: 65px;
    letter-spacing: -2px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}

.experience-subtitle {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 50px;
    color: #333;
}

.experience-divider {
    width: 80px;
    height: 3px;
    background: #3a7bdd;
    margin: 0 auto 50px;
}

.experience-description {
    font-size: 22px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #333;
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

/* Active Navigation Link */
.nav-menu a.active {
    color: #3a7bdd;
    font-weight: 600;
}

.nav-menu a.active::after {
    width: 100%;
}

/* Responsive Design for Company Page */
@media (max-width: 1024px) {
    .experience-title {
        font-size: 38px;
        line-height: 55px;
    }
    
    .experience-subtitle {
        font-size: 22px;
        line-height: 40px;
    }
    
    .experience-description {
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding-top: 70px;
    }
    
    .page-title-section {
        padding: 40px 0 30px;
    }
    
    .page-title {
        font-size: 32px;
        justify-content: center;
    }
    
    .title-icon {
        width: 40px;
        height: 40px;
    }
    
    .intro-section {
        padding: 30px 0 60px;
    }
    
    .intro-title {
        font-size: 22px;
        line-height: 35px;
    }
    
    .intro-description p {
        font-size: 16px;
        line-height: 25px;
    }
    
    .philosophy-section {
        padding: 50px 0;
    }
    
    .philosophy-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .philosophy-subtitle {
        font-size: 16px;
        line-height: 26px;
    }
    
    .experience-section {
        padding: 80px 0;
    }
    
    .experience-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    
    .experience-subtitle {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    
    .experience-description {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .page-title-section {
        padding: 30px 0 20px;
    }
    
    .page-title {
        font-size: 28px;
        flex-direction: column;
        gap: 10px;
    }
    
    .title-icon {
        width: 35px;
        height: 35px;
    }
    
    .intro-section {
        padding: 20px 0 40px;
    }
    
    .intro-title {
        font-size: 20px;
        line-height: 30px;
    }
    
    .intro-description p {
        font-size: 15px;
        line-height: 23px;
    }
    
    .philosophy-section {
        padding: 40px 0;
    }
    
    .philosophy-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .philosophy-subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    
    .experience-section {
        padding: 60px 0;
    }
    
    .experience-title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    
    .experience-subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    
    .experience-description {
        font-size: 14px;
        line-height: 24px;
    }
    
    .experience-divider {
        width: 60px;
        height: 2px;
        margin: 0 auto 30px;
    }
}

/* Animation Effects */
.intro-section,
.philosophy-section,
.experience-section {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.intro-section.fade-in,
.philosophy-section.fade-in,
.experience-section.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Print Styles */
@media print {
    .header,
    .footer,
    .scroll-to-top {
        display: none;
    }
    
    .main-content {
        padding-top: 0;
    }
    
    .experience-section {
        background: none;
        color: #000;
    }
    
    .experience-overlay {
        display: none;
    }
    
    .philosophy-section {
        background: #f5f5f5;
        color: #000;
    }
}
