.hradt-hero-banner-9m5x {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #e0e7ff 100%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hradt-hero-bg-overlay-3k8p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><circle cx="100" cy="100" r="300" fill="%233b82f6" opacity="0.05"/><circle cx="1000" cy="600" r="400" fill="%232563eb" opacity="0.05"/></svg>');
    pointer-events: none;
}

.hradt-hero-grid-2n6m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hradt-welcome-tag-8m4x {
    display: inline-block;
    background: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hradt-hero-title-6w3n {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.15;
    color: var(--text-dark);
    margin-bottom: 28px;
    letter-spacing: -0.03em;
}

.hradt-hero-desc-4k7m {
    font-size: 18px;
    line-height: 1.9;
    color: var(--text-gray);
    margin-bottom: 36px;
    max-width: 560px;
}

.hradt-cta-buttons-5x2n {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.hradt-feature-tags-7m2k {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hradt-tag-item-4n8x {
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 500;
}

.hradt-image-showcase-2x7k {
    display: flex;
    gap: 16px;
}

.hradt-img-card-large-5m9x {
    flex: 2;
}

.hradt-img-card-large-5m9x img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hradt-img-grid-small-8k4n {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hradt-img-grid-small-8k4n img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hradt-features-section-6w8k {
    padding: 100px 0;
    background: white;
}

.hradt-features-grid-8x5k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.hradt-feature-card-3n9m {
    background: white;
    padding: 40px 32px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--border-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hradt-feature-card-3n9m:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
    background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%);
}

.hradt-feature-icon-7k2x {
    font-size: 56px;
    margin-bottom: 24px;
    line-height: 1;
}

.hradt-feature-name-5m8k {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-feature-text-4w6n {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
}

.hradt-services-section-3k8m {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--bg-light) 0%, white 100%);
}

.hradt-services-grid-7m4x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.hradt-service-card-5j9n {
    background: white;
    padding: 44px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-service-card-5j9n:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.hradt-service-icon-wrapper-8k2m {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hradt-service-img-9w5x {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
}

.hradt-service-img-9w5x img {
    width: 100%;
    border-radius: 12px;
}

.hradt-service-title-4m6n {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-service-desc-6k8x {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.hradt-service-link-7j3m {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hradt-service-link-7j3m:hover {
    gap: 10px;
}

.hradt-advantages-section-9k5m {
    padding: 100px 0;
    background: white;
}

.hradt-advantage-grid-5w8x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.hradt-advantage-item-3m7k {
    text-align: center;
}

.hradt-advantage-icon-box-6j2n {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 36px;
}

.hradt-advantage-title-8k4m {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-advantage-desc-4w9n {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
}

@media (max-width: 968px) {
    .hradt-hero-grid-2n6m {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hradt-hero-title-6w3n {
        font-size: 38px;
    }

    .hradt-features-grid-8x5k,
    .hradt-services-grid-7m4x,
    .hradt-advantage-grid-5w8x {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hradt-hero-banner-9m5x {
        padding: 60px 0;
    }

    .hradt-hero-title-6w3n {
        font-size: 32px;
    }

    .hradt-cta-buttons-5x2n {
        flex-direction: column;
    }

    .hradt-cta-buttons-5x2n .hradt-btn-primary-8j4m,
    .hradt-cta-buttons-5x2n .hradt-btn-outline-3k9x {
        width: 100%;
        text-align: center;
    }
}

/* 服务展示区域样式优化 */
.hradt-services-showcase-7m4k {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.hradt-services-grid-5w9k {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.hradt-service-box-8n3m {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-service-box-8n3m:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.hradt-service-img-6k7x {
    position: relative;
    overflow: hidden;
    height: 240px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.hradt-service-img-6k7x img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hradt-service-box-8n3m:hover .hradt-service-img-6k7x img {
    transform: scale(1.05);
}

.hradt-service-badge-4m2k {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(37, 99, 235, 0.95);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.hradt-service-content-9j5x {
    padding: 40px;
}

.hradt-service-title-7k4n {
    font-size: 26px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.hradt-service-desc-3m8k {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    margin-bottom: 28px;
    text-align: justify;
}

.hradt-service-list-5n2x {
    list-style: none;
    margin-bottom: 28px;
    background: linear-gradient(135deg, #f9fafb 0%, #eff6ff 100%);
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.1);
}

.hradt-service-list-5n2x li {
    padding: 12px 0;
    font-size: 15px;
    color: var(--text-dark);
    padding-left: 36px;
    position: relative;
    font-weight: 500;
}

.hradt-service-list-5n2x li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: 900;
    font-size: 14px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.hradt-service-meta-8k3m {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 700;
    background: rgba(37, 99, 235, 0.1);
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-block;
    border: 1px solid rgba(37, 99, 235, 0.2);
}

/* 核心价值观区域 */
.hradt-values-section-4k9m {
    padding: 100px 0;
    background: white;
}

.hradt-values-grid-8w5n {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 32px;
    margin-top: 50px;
}

.hradt-value-card-6j3m {
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    padding: 40px 32px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.hradt-value-card-6j3m:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.hradt-value-icon-5m8k {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1;
}

.hradt-value-card-6j3m h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.hradt-value-card-6j3m p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-gray);
    text-align: center;
}

/* 使命和愿景区域 */
.hradt-mission-section-7k2m {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 80px 50px;
    border-radius: 24px;
    margin: 80px 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.hradt-mission-item-9j4n {
    background: white;
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.hradt-mission-item-9j4n:last-child {
    margin-bottom: 0;
}

.hradt-mission-icon-3w7k {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1;
}

.hradt-mission-item-9j4n h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.hradt-mission-item-9j4n p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: justify;
}

/* 发展历程区域 */
.hradt-timeline-section-5k8m {
    padding: 100px 0;
    background: white;
}

.hradt-timeline-list-6w9m {
    max-width: 900px;
    margin: 50px auto 0;
}

.hradt-timeline-item-4j3n {
    background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
    padding: 36px;
    border-radius: 16px;
    margin-bottom: 24px;
    border-left: 4px solid var(--primary-color);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.hradt-timeline-item-4j3n:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.hradt-timeline-year-8k2m {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.hradt-timeline-title-7m5n {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.hradt-timeline-desc-9k3m {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: justify;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .hradt-services-grid-5w9k {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hradt-service-content-9j5x {
        padding: 30px;
    }

    .hradt-service-title-7k4n {
        font-size: 22px;
    }

    .hradt-mission-section-7k2m {
        padding: 50px 30px;
        margin: 60px -20px;
        border-radius: 0;
    }

    .hradt-timeline-item-4j3n:hover {
        transform: translateX(4px);
    }
}
