/* 实验室设计页面样式 - 专业科技风格 */

/* 业务介绍区域 */
.business-intro {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.business-intro::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    z-index: 0;
}

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

.business-intro-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.business-intro-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.2;
}

.business-intro-text h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #00aaff);
    margin-top: 20px;
}

.business-intro-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.business-intro-image {
    position: relative;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15);
}

.business-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 项目数据统计 */
.project-stats {
    padding: 100px 0;
    background: linear-gradient(135deg, #0066cc, #0088ee, #00aaff);
    color: #ffffff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 18px;
    opacity: 0.95;
}

/* 核心优势区域 */
.core-advantages {
    padding: 120px 0;
    background: #f8f9fa;
}

.core-advantages .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.core-advantages .section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.core-advantages .section-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.advantage-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.advantage-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15);
    border-color: #0066cc;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc, #00aaff);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #ffffff;
}

.advantage-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.advantage-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* 实验室类型展示 */
.lab-types {
    padding: 120px 0;
    background: #ffffff;
}

.lab-types .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.lab-types .section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.lab-types .section-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.lab-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lab-card {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.lab-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15);
    border-color: #0066cc;
}

.lab-card-header {
    background: linear-gradient(135deg, #0066cc, #00aaff);
    color: #ffffff;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.lab-card-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.lab-card-header h3 {
    font-size: 28px;
    font-weight: 600;
}

.lab-card-body {
    padding: 40px;
}

.lab-card-body p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.lab-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lab-features li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.lab-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
    font-size: 18px;
}

/* 设计标准与规范 */
.design-standards {
    padding: 120px 0;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #ffffff;
}

.design-standards .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.design-standards .section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.design-standards .section-header p {
    font-size: 18px;
    color: #cccccc;
    line-height: 1.8;
}

.standards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.standard-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px 30px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.standard-card:hover {
    background: rgba(0, 102, 204, 0.1);
    border-color: #0066cc;
    transform: translateY(-5px);
}

.standard-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc, #00aaff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

.standard-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: center;
}

.standard-card p {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.6;
    text-align: center;
}

/* 服务流程 */
.service-process {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.service-process::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 102, 204, 0.05), transparent);
    border-radius: 50%;
}

.service-process .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}

.service-process .section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.service-process .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #00aaff);
    border-radius: 2px;
}

.service-process .section-header p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    margin-top: 30px;
}

.process-timeline {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #0066cc, #00aaff, #0066cc);
    transform: translateX(-50%);
    box-shadow: 0 0 20px rgba(0, 102, 204, 0.3);
}

.process-item {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
    align-items: center;
}

.process-item:nth-child(1) { animation-delay: 0.1s; }
.process-item:nth-child(2) { animation-delay: 0.2s; }
.process-item:nth-child(3) { animation-delay: 0.3s; }
.process-item:nth-child(4) { animation-delay: 0.4s; }
.process-item:nth-child(5) { animation-delay: 0.5s; }
.process-item:nth-child(6) { animation-delay: 0.6s; }

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

.process-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 102, 204, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.process-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0066cc, #00aaff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.process-content:hover::before {
    transform: scaleX(1);
}

.process-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15);
    border-color: #0066cc;
}

/* 奇数项：内容在左，右边空白 */
.process-item:nth-child(odd) .process-content {
    grid-column: 1;
    text-align: right;
}

.process-item:nth-child(odd) .process-number {
    grid-column: 2;
}

.process-item:nth-child(odd) .process-spacer {
    grid-column: 3;
}

/* 偶数项：内容在右，左边空白 */
.process-item:nth-child(even) .process-content {
    grid-column: 3;
    text-align: left;
}

.process-item:nth-child(even) .process-number {
    grid-column: 2;
}

.process-item:nth-child(even) .process-spacer {
    grid-column: 1;
}

.process-content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.process-item:nth-child(odd) .process-content h3::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0066cc, #00aaff);
    border-radius: 2px;
}

.process-item:nth-child(even) .process-content h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #0066cc, #00aaff);
    border-radius: 2px;
}

.process-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
}

.process-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc, #00aaff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    border: 6px solid #f8f9fa;
    z-index: 2;
    box-shadow: 0 8px 30px rgba(0, 102, 204, 0.3);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.process-item:hover .process-number {
    transform: scale(1.1) rotate(360deg);
    box-shadow: 0 12px 40px rgba(0, 102, 204, 0.4);
}

.process-spacer {
    /* 空白占位 */
}

/* 安全与认证 */
.safety-certification {
    padding: 100px 0;
    background: #ffffff;
}

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

.safety-certification h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 80px;
}

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

.safety-item {
    text-align: center;
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.safety-item:hover {
    background: linear-gradient(135deg, #0066cc, #00aaff);
    color: #ffffff;
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 102, 204, 0.2);
}

.safety-item-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.safety-item:hover .safety-item-icon {
    filter: brightness(2);
}

.safety-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.safety-item:hover h3 {
    color: #ffffff;
}

.safety-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.safety-item:hover p {
    color: rgba(255, 255, 255, 0.9);
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .business-intro-content,
    .lab-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .advantages-grid,
    .standards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid,
    .safety-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .process-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .process-timeline::before {
        left: 30px;
    }

    .process-number {
        margin: 0;
        position: absolute;
        left: 30px;
        top: 20px;
    }

    .process-spacer {
        display: none;
    }

    .process-item:nth-child(odd) .process-content,
    .process-item:nth-child(even) .process-content {
        grid-column: 1;
        text-align: left;
        margin-left: 100px;
    }

    .process-item:nth-child(odd) .process-number,
    .process-item:nth-child(even) .process-number {
        grid-column: 1;
    }

    .process-item:nth-child(odd) .process-content h3::after {
        left: 0;
        right: auto;
    }
}

@media (max-width: 768px) {
    .business-intro,
    .core-advantages,
    .lab-types,
    .design-standards,
    .service-process,
    .safety-certification {
        padding: 60px 0;
    }

    .business-intro-text h2,
    .core-advantages .section-header h2,
    .lab-types .section-header h2,
    .design-standards .section-header h2,
    .service-process .section-header h2,
    .safety-certification h2 {
        font-size: 32px;
    }

    .advantages-grid,
    .standards-grid,
    .stats-grid,
    .safety-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .business-intro-image {
        height: 300px;
    }

    .stat-number {
        font-size: 40px;
    }
}

