:root {
    --primary: #0061AF;  
    --primary-dark: #004A85;  
    --primary-light: #e3f2fd;
    --text: #2D3748;  
    --text-light: #718096;  
    --accent: #90CAF9;
    --background: #F8FAFC;  
    --bg-white: #ffffff;
    --border: #E2E8F0;  
    --shadow: rgba(0,0,0,0.05);  
}


body, h1, h2, h3, h4, h5, h6:not(.footer-new h3):not(.footer-new h4) {
color: #0056B3 !important;
}
.footer-new h3, .footer-new h4, header h1, header h2, header h3, header h4, header h5, header h6 {
color: #fff !important;
}

.banner-title, .banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6, .subpage-banner h1, .subpage-banner h2, .subpage-banner h3, .subpage-banner h4, .subpage-banner h5, .subpage-banner h6 {
color: #fff !important;
}
    
body, p, a, span, li, button, input, textarea, .btn-large {
    font-family: 'Noto Sans', 'Noto Sans SC', sans-serif;
    font-size: 16px;
    color: #222;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    line-height: 1.3;
}

p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--text);
    margin: 0 0 15px 0;
}

.small-text {
    font-size: 14px;
}




.sidebar-section {
    margin-bottom: 20px; 
    padding: 20px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sidebar-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--primary);
}

.strategic-advantage {
    margin-top: 30px;
    margin-bottom: 30px;
}

.highlight-text {
    font-size: 16px;
    color: var(--primary);
    line-height: 1.6;
    margin: 20px 0;
    font-weight: 500;
    border-left: 4px solid var(--primary);
    padding-left: 15px;
}

.feature-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.about-omgene-image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.quote-container img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.main-content p {
    margin: 0 0 20px 0;
}

.main-content li {
    margin: 0 0 20px 0;
    line-height: 1.5;
}


.main-content > p:last-child,
.main-content > div:last-child,
.main-content > li:last-child {
    margin-bottom: 0;
}

.main-content h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    color: var(--primary);
    font-family: 'Roboto', 'Noto Sans SC', sans-serif;
    font-weight: 700;
}

.main-content h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
}


.about-omgene-container {
    display: flex;
    margin: 30px 0;
    gap: 20px;
    align-items: center;
}

.about-omgene-text {
    flex: 1.3;
}

.about-omgene-image {
    flex: 1;
}


.feature-container {
    background-color: var(--bg-light);
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.feature-text {
    flex: 3;
}

.feature-image {
    flex: 2;
}

.feature-text h3 {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'Roboto', 'Noto Sans SC', sans-serif;
    font-weight: 600;
}

.feature-text p {
    margin: 0;
    font-family: 'Noto Sans', 'Noto Sans SC', sans-serif;
    color: var(--text-dark);
}


.quote-container {
    position: relative;
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px var(--shadow);
}

.quote-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    padding: 30px 25px 20px;
    color: white;
}

.quote-text {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
}

.quote-author {
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}


.sidebar-block, .sidebar-section {
    margin-bottom: 20px; 
    padding: 20px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background-color: white;
    border-radius: 10px;
}

.sidebar-title, .sidebar-section h3 {
    font-size: 20px;  
    margin-top: 0;
    margin-bottom: 6px;
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1px solid rgba(0,97,175,0.1);
    padding-bottom: 6px;
}

.app-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.app-list li {
    padding: 4px 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.app-list li:last-child {
    border-bottom: none;
}

.app-list i {
    margin-right: 10px;
    color: var(--primary);
    font-size: 16px;
    width: 16px;
    text-align: center;
}

.app-list span {
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    line-height: 1.4;
}


.focus-icon {
    margin-right: 10px;
    width: 20px;
    display: inline-block;
}

.focus-icon i {
    font-size: 16px;
    color: var(--primary);
}


.achievement {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.achievement:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.achievement p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    color: var(--text-dark);
}


.portfolio-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.portfolio-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.portfolio-item p {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.company-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    display: block;
    margin-bottom: 0;
    line-height: 1.4;
}


.timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 45px;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary), var(--accent));
}

.timeline-item {
    position: relative;
    margin-bottom: 22px;
    padding-left: 55px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: 41px;
    top: 2px;
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 0 3px rgba(0,86,179,0.15);
}

.timeline-year {
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 600;
    color: var(--primary);
    font-size: 14px;
}

.timeline-content {
    margin: 0;
    background-color: white;
    padding: 12px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px var(--shadow);
    color: var(--text-dark);
    font-size: 14px;
}


.cta-section {
    background-image: url('https://innonation.oss-cn-beijing.aliyuncs.com/infinity_images/INNONATION_smallBanner.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin: 20px 0;
    box-shadow: 0 4px 15px var(--shadow);
    color: white;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 97, 175, 0.7);
    border-radius: 8px;
    z-index: 1;
}

.cta-section h3 {
    margin-bottom: 15px;
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.btn-large, .cta-button {
    display: inline-block;
    background-color: white;
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.btn-large:hover, .cta-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.info-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px var(--shadow);
    margin-bottom: 20px;
    text-align: center;
}

.info-card i {
    font-size: 32px;
    color: var(--primary);
    margin-bottom: 10px;
}

.info-card h3 {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.info-card p {
    margin: 0;
    color: var(--text-dark);
    font-size: 16px;
}


.light-blue-box {
    background-color: #edf2f9;
    border-radius: 12px;
    padding: 30px;
    margin: 20px 0 30px;
    border: 1px solid rgba(0, 97, 175, 0.1);
    display: flex;
    align-items: center;
}

.light-blue-box-content {
    flex: 3;
    padding-right: 40px;
}

.light-blue-box-image {
    flex: 2;
    text-align: right;
}


@media (max-width: 768px) {
    .light-blue-box {
        flex-direction: column;
        padding: 25px;
    }
    
    .light-blue-box-content {
        flex: 1;
        padding-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .light-blue-box-image {
        flex: 1;
        text-align: center;
        width: 100%;
    }
    
    .light-blue-box-image img {
        max-width: 220px;
        margin: 0 auto;
    }
}

.light-blue-box h3 {
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.light-blue-box p {
    margin: 0;
    line-height: 1.4;
}

.about-omgene-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.about-omgene-text {
    flex: 1;
    padding-right: 30px;
}

.about-omgene-image {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .header-content, .content-wrapper {
        flex-direction: column;
    }
    
    .header-right, .main-content, .sidebar {
        width: 100%;
    }
    
    
    .about-omgene-container {
        flex-direction: column;
    }
    
    .about-omgene-text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .about-omgene-text, .about-omgene-image {
        width: 100%;
    }
    
    
    .feature-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .feature-text, .feature-image {
        width: 100%;
    }
    
    
}