/* Company Culture Page Styles */

/* Philosophy Hero Section */
.philosophy-hero {
    padding: 100px 0;
    background: linear-gradient(135deg, #1c2834 0%, #2d3e50 100%);
    position: relative;
    overflow: hidden;
}

.philosophy-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 113, 227, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.philosophy-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 198, 251, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.philosophy-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.philosophy-content {
    text-align: center;
    color: #fff;
}

.philosophy-badge {
    display: inline-block;
    background: rgba(0, 113, 227, 0.3);
    color: #00c6fb;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.brand-name {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.brand-name .win {
    color: #fff;
}

.brand-name .trust {
    color: #00c6fb;
}

.brand-meaning {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.meaning-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meaning-item .chinese {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.meaning-item .english {
    font-size: 16px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.meaning-divider {
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.philosophy-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #e6e9ec;
}

/* Vision Section */
.vision-section {
    padding: 100px 0;
    background: #fff;
}

.vision-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.vision-card {
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 60px 50px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0071e3, #00c6fb);
}

.vision-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #0071e3 0%, #00c6fb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: #fff;
}

.vision-card h2 {
    font-size: 32px;
    color: #242424;
    margin-bottom: 24px;
    font-weight: 500;
}

.vision-statement {
    font-size: 28px;
    font-weight: 600;
    color: #0071e3;
    margin-bottom: 12px;
}

.vision-chinese {
    font-size: 22px;
    color: #515154;
    margin-bottom: 24px;
}

.vision-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #515154;
    max-width: 600px;
    margin: 0 auto;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.values-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.values-section h2 {
    font-size: 36px;
    color: #242424;
    margin-bottom: 16px;
    font-weight: 500;
    text-align: center;
}

.values-section .section-intro {
    text-align: center;
    font-size: 18px;
    color: #515154;
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: #fff;
    padding: 40px 35px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.value-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #f0f0f0;
    line-height: 1;
}

.value-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0071e3 0%, #00c6fb 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #fff;
}

.value-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #515154;
}

/* Slogan Section */
.slogan-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0071e3 0%, #00c6fb 100%);
    position: relative;
}

.slogan-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.slogan-content {
    text-align: center;
    color: #fff;
}

.slogan-content h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px;
}

.slogan-chinese {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.95;
}

.slogan-desc {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* Promise Section */
.promise-section {
    padding: 100px 0;
    background: #fff;
}

.promise-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.promise-section h2 {
    font-size: 36px;
    color: #242424;
    margin-bottom: 60px;
    font-weight: 500;
    text-align: center;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.promise-card {
    text-align: center;
    padding: 50px 30px;
    background: #f8f9fa;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.promise-card:hover {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.promise-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #0071e3 0%, #00c6fb 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: #fff;
}

.promise-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 16px;
}

.promise-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #515154;
}

/* Quote Section */
.quote-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1c2834 0%, #2d3e50 100%);
}

.quote-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.culture-quote {
    text-align: center;
    position: relative;
}

.culture-quote::before {
    content: '"';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px;
    color: rgba(0, 113, 227, 0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

.quote-chinese {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.6;
    font-style: italic;
}

.quote-translation {
    font-size: 18px;
    color: #00c6fb;
    margin-bottom: 30px;
    font-style: italic;
}

.quote-footer p {
    font-size: 16px;
    line-height: 1.8;
    color: #9ca3af;
    max-width: 700px;
    margin: 0 auto;
}

/* CTA Section */
.culture-cta {
    padding: 100px 0;
    background: #f8f9fa;
    text-align: center;
}

.culture-cta .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.culture-cta h2 {
    font-size: 36px;
    color: #242424;
    margin-bottom: 20px;
    font-weight: 500;
}

.culture-cta p {
    font-size: 18px;
    line-height: 1.6;
    color: #515154;
    margin-bottom: 40px;
}

.culture-cta .cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.culture-cta .cta-button {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 980px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.culture-cta .cta-button.primary {
    background: linear-gradient(135deg, #0071e3 0%, #00c6fb 100%);
    color: #fff;
}

.culture-cta .cta-button.primary:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 113, 227, 0.3);
}

.culture-cta .cta-button.secondary {
    background: #fff;
    color: #0071e3;
    border: 2px solid #0071e3;
}

.culture-cta .cta-button.secondary:hover {
    background: #0071e3;
    color: #fff;
    transform: scale(1.05);
}

/* Animations */
.philosophy-content,
.vision-card,
.value-card,
.promise-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.philosophy-content { animation-delay: 0.1s; }
.vision-card { animation-delay: 0.2s; }

.value-card:nth-child(1) { animation-delay: 0.1s; }
.value-card:nth-child(2) { animation-delay: 0.15s; }
.value-card:nth-child(3) { animation-delay: 0.2s; }
.value-card:nth-child(4) { animation-delay: 0.25s; }
.value-card:nth-child(5) { animation-delay: 0.3s; }
.value-card:nth-child(6) { animation-delay: 0.35s; }

.promise-card:nth-child(1) { animation-delay: 0.1s; }
.promise-card:nth-child(2) { animation-delay: 0.2s; }
.promise-card:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .values-grid,
    .promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .philosophy-hero {
        padding: 60px 0;
    }
    
    .brand-name {
        font-size: 48px;
    }
    
    .brand-meaning {
        flex-direction: column;
        gap: 20px;
    }
    
    .meaning-divider {
        width: 60px;
        height: 2px;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    }
    
    .meaning-item .chinese {
        font-size: 22px;
    }
    
    .philosophy-desc {
        font-size: 16px;
    }
    
    .vision-section,
    .values-section,
    .slogan-section,
    .promise-section,
    .quote-section,
    .culture-cta {
        padding: 60px 0;
    }
    
    .vision-card {
        padding: 40px 25px;
    }
    
    .vision-statement {
        font-size: 22px;
    }
    
    .vision-chinese {
        font-size: 18px;
    }
    
    .values-section h2,
    .promise-section h2,
    .slogan-content h2,
    .culture-cta h2 {
        font-size: 28px;
    }
    
    .values-grid,
    .promise-grid {
        grid-template-columns: 1fr;
    }
    
    .slogan-chinese {
        font-size: 20px;
    }
    
    .quote-chinese {
        font-size: 20px;
    }
    
    .quote-translation {
        font-size: 16px;
    }
    
    .culture-cta .cta-buttons {
        flex-direction: column;
    }
    
    .culture-cta .cta-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .brand-name {
        font-size: 36px;
    }
    
    .value-card,
    .promise-card {
        padding: 30px 20px;
    }
    
    .value-number {
        font-size: 36px;
    }
}
