.hradt-contact-grid-8m5k {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    margin-bottom: 80px;
}

.hradt-contact-info-6w9x {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.hradt-contact-info-6w9x h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 32px;
}

.hradt-info-list-5k7m {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hradt-info-item-9j3x {
    display: flex;
    gap: 16px;
}

.hradt-info-icon-4w8k {
    font-size: 28px;
    flex-shrink: 0;
}

.hradt-info-content-7m2n h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.hradt-info-content-7m2n p {
    font-size: 14px;
    color: var(--text-gray);
}

.hradt-business-hours-5w9k {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
}

.hradt-business-hours-5w9k h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.hradt-business-hours-5w9k p {
    font-size: 14px;
    color: var(--text-gray);
    margin-bottom: 8px;
}

.hradt-contact-form-3k8m {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.hradt-contact-form-3k8m h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 32px;
}

.hradt-form-group-9m2x {
    margin-bottom: 24px;
}

.hradt-form-group-9m2x label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.hradt-form-input-5k9m,
.hradt-form-select-8w4k,
.hradt-form-textarea-6k3m {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.hradt-form-input-5k9m:focus,
.hradt-form-select-8w4k:focus,
.hradt-form-textarea-6k3m:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.hradt-submit-btn-4w7k {
    width: 100%;
    padding: 14px;
    margin-top: 8px;
}

.hradt-form-note-5m9x {
    font-size: 13px;
    color: var(--text-gray);
    margin-top: 16px;
}

.hradt-map-section-7k4m {
    margin: 80px 0;
}

.hradt-map-placeholder-9w5x {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 40px;
}

.hradt-map-placeholder-9w5x img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hradt-map-overlay-3k8n {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 32px;
    color: white;
}

.hradt-map-overlay-3k8n p {
    font-size: 18px;
    font-weight: 600;
}

.hradt-partner-section-8m4k {
    margin: 80px 0;
}

.hradt-partner-cards-6w9x {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.hradt-partner-card-5j3n {
    background: white;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.hradt-partner-card-5j3n h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.hradt-partner-card-5j3n p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-gray);
    margin-bottom: 16px;
}

.hradt-partner-email-9k2m {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
}

@media (max-width: 968px) {
    .hradt-contact-grid-8m5k {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hradt-partner-cards-6w9x {
        grid-template-columns: 1fr;
    }
}

/* 增强样式 */
.hradt-contact-info-6w9x {
    background: white;
    padding: 44px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-info-icon-4w8k {
    font-size: 32px;
    flex-shrink: 0;
    line-height: 1;
}

.hradt-contact-form-3k8m {
    background: white;
    padding: 44px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-form-input-5k9m,
.hradt-form-select-8w4k,
.hradt-form-textarea-6k3m {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: var(--bg-light);
}

.hradt-form-input-5k9m:focus,
.hradt-form-select-8w4k:focus,
.hradt-form-textarea-6k3m:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
    background: white;
}

.hradt-submit-btn-4w7k {
    width: 100%;
    padding: 16px;
    margin-top: 12px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.hradt-submit-btn-4w7k:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.hradt-map-placeholder-9w5x {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hradt-partner-card-5j3n {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

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

/* 联系我们文字内容优化 */
.hradt-contact-info-6w9x {
    background: white;
    padding: 44px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-info-item-7k2m {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid var(--border-color);
}

.hradt-info-item-7k2m:last-child {
    border-bottom: none;
}

.hradt-info-icon-4w8k {
    font-size: 32px;
    flex-shrink: 0;
    line-height: 1;
    color: var(--primary-color);
}

.hradt-info-content-9j3m h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.hradt-info-content-9j3m p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-gray);
}

.hradt-info-highlight-5w9k {
    color: var(--primary-color);
    font-weight: 600;
}

/* 联系表单文字优化 */
.hradt-contact-form-3k8m {
    background: white;
    padding: 44px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.hradt-contact-form-3k8m h3 {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hradt-form-group-7k4m {
    margin-bottom: 24px;
}

.hradt-form-label-8k3n {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.hradt-form-label-required-9k2m::after {
    content: '*';
    color: var(--error-color);
    margin-left: 4px;
}

.hradt-form-input-5k9m,
.hradt-form-select-8w4k,
.hradt-form-textarea-6k3m {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--border-color);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s ease;
    background: var(--bg-light);
    color: var(--text-dark);
}

.hradt-form-input-5k9m::placeholder,
.hradt-form-textarea-6k3m::placeholder {
    color: var(--text-light);
}

.hradt-form-helper-text-7k2m {
    font-size: 13px;
    color: var(--text-light);
    margin-top: 6px;
}

/* 合作伙伴区域 */
.hradt-partners-section-8k5m {
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
}

.hradt-partners-section-8k5m h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.02em;
}

.hradt-partners-intro-6w9k {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto 50px;
}

.hradt-partner-card-5j3n {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.hradt-partner-card-5j3n h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.hradt-partner-card-5j3n p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-gray);
    text-align: justify;
}

.hradt-partner-benefits-list-7k3m {
    list-style: none;
    margin-top: 20px;
}

.hradt-partner-benefits-list-7k3m li {
    padding: 10px 0;
    font-size: 15px;
    color: var(--text-dark);
    padding-left: 28px;
    position: relative;
    font-weight: 500;
    line-height: 1.7;
}

.hradt-partner-benefits-list-7k3m li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: 900;
    font-size: 12px;
    background: var(--success-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

/* 地图区域 */
.hradt-map-section-5w9k {
    padding: 80px 0;
}

.hradt-map-section-5w9k h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.02em;
}

.hradt-map-description-7k2m {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-gray);
    max-width: 600px;
    margin: 0 auto 40px;
}

.hradt-map-placeholder-9w5x {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hradt-map-placeholder-9w5x p {
    font-size: 18px;
    color: var(--text-gray);
    font-weight: 600;
}

@media (max-width: 768px) {
    .hradt-contact-info-6w9x,
    .hradt-contact-form-3k8m {
        padding: 32px 24px;
    }

    .hradt-contact-form-3k8m h3 {
        font-size: 24px;
    }

    .hradt-info-item-7k2m {
        flex-direction: column;
        text-align: center;
    }

    .hradt-partners-section-8k5m h2,
    .hradt-map-section-5w9k h2 {
        font-size: 28px;
    }

    .hradt-partner-card-5j3n p {
        text-align: left;
    }

    .hradt-map-placeholder-9w5x {
        height: 300px;
    }
}
