/* 商务合作页面优化样式 */

/* 主容器 */
.corp-hp-main-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

/* 搜索卡片 */
.corp-hp-search-card {
    text-align: center;
    padding: 80px 40px;
    background: linear-gradient(135deg, #a8caba 0%, #5d4e75 100%);
    color: white;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.corp-hp-search-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.corp-hp-search-title i {
    font-size: 3rem;
}

.corp-hp-search-title h2 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.corp-hp-search-description {
    font-size: 1.5rem;
    opacity: 0.95;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
}

/* 卡片布局 */
.corp-hp-cards-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    width: 100%;
}

/* 国内和海外合作区域 - 上下布局 */
.corp-hp-cooperation-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin-bottom: 40px;
}

/* 海外商务合作卡片橙色上边框 */
.corp-hp-hospital-card.overseas-card {
    border-top: 4px solid #ff6d00;
}

.corp-hp-action-title.overseas-title {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-left-color: #ff6d00;
}

.corp-hp-action-title.overseas-title i {
    color: #ff6d00;
}

/* FAQ区域 */
.corp-hp-faq-section {
    width: 100%;
}

/* 医院卡片 */
.corp-hp-hospital-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border-top: 5px solid #1a73e8;
    width: 100%;
}

.corp-hp-hospital-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.corp-hp-hospital-content {
    padding: 40px;
}

.corp-hp-hospital-header {
    margin-bottom: 25px;
}

.corp-hp-hospital-name {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corp-hp-hospital-name h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
}

.corp-hp-city-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    white-space: nowrap;
    height: 36px;
}

.corp-hp-hospital-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

.corp-hp-tag {
    background: #f0f4f8;
    color: #333;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.corp-hp-tag:hover {
    background: #e0e7ff;
    color: #4338ca;
    border-color: #4338ca;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(67, 56, 202, 0.2);
}

.corp-hp-hospital-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    font-weight: 500;
}

.corp-hp-hospital-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
}

.corp-hp-action-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f1f5f9;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 20px;
}

.corp-hp-action-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    padding: 8px 12px;
    background: #f1f5f9;
    border-radius: 6px;
}

.corp-hp-action-title i {
    color: #64748b;
    font-size: 1.1rem;
}

.corp-hp-action-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.corp-hp-action-content .corp-hp-note {
    flex: 1;
    margin-top: 0;
    font-size: 0.9rem;
    color: #ff6d00;
    font-weight: 600;
    font-style: italic;
    background: #fff3e0;
    padding: 12px 15px;
    border-radius: 8px;
    border-left: 3px solid #ff6d00;
    display: flex;
    align-items: center;
    min-width: 150px;
}

.corp-hp-action-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.corp-hp-action-item .corp-hp-note {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #ff6d00;
    font-weight: 600;
    font-style: italic;
    background: #fff3e0;
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 4px solid #ff6d00;
}

@media (max-width: 768px) {
    .corp-hp-hospital-actions {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .corp-hp-action-content {
        flex-direction: column;
        gap: 12px;
    }
    
    .corp-hp-action-content .corp-hp-note {
        min-width: auto;
    }
    
    .corp-hp-primary-btn,
    .corp-hp-secondary-btn {
        width: 100%;
        min-width: auto;
    }
}

/* 按钮样式 */
.corp-hp-primary-btn,
.corp-hp-secondary-btn {
    padding: 15px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.95rem;
    height: 80px;
    width: 290px;
    flex-shrink: 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.corp-hp-primary-btn {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    color: white;
    border: none;
    box-shadow: 0 6px 15px rgba(26, 115, 232, 0.4);
}

.corp-hp-primary-btn i {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.corp-hp-primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 115, 232, 0.5);
    background: linear-gradient(135deg, #1967d2 0%, #0d47a1 100%);
}

.corp-hp-secondary-btn {
    background: white;
    color: #1a73e8;
    border: 3px solid #1a73e8;
}

.corp-hp-secondary-btn i {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.corp-hp-secondary-btn:hover {
    background: #e8f0fe;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(26, 115, 232, 0.3);
}

.corp-hp-accent-btn {
    background: linear-gradient(135deg, #ff6d00 0%, #e65c00 100%);
    box-shadow: 0 6px 15px rgba(255, 109, 0, 0.4);
    height: 80px;
    width: 290px;
}

.corp-hp-accent-btn:hover {
    box-shadow: 0 8px 25px rgba(255, 109, 0, 0.5);
    background: linear-gradient(135deg, #ff8f40 0%, #e65c00 100%);
}

/* FAQ卡片 */
.corp-hp-faq-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    padding: 30px;
    border-top: 5px solid #4caf50;
    width: 100%;
    box-sizing: border-box;
}

.corp-hp-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f4f8;
}

.corp-hp-card-header i {
    font-size: 2rem;
    color: #1a73e8;
    background: #e8f0fe;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.corp-hp-card-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    color: #333;
}

/* FAQ样式 */
.corp-hp-faq-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .corp-hp-faq-container {
        grid-template-columns: 1fr;
    }
}

.corp-hp-faq-item {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.corp-hp-faq-item:hover {
    border-color: #1a73e8;
    box-shadow: 0 4px 15px rgba(26, 115, 232, 0.15);
}

.corp-hp-faq-item:hover {
    border-color: #1a73e8;
    box-shadow: 0 2px 10px rgba(26, 115, 232, 0.1);
}

.corp-hp-faq-item.active {
    border-color: #1a73e8;
}

.corp-hp-faq-question {
    background: #f8f9fa;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 800;
    font-size: 1.3rem;
    color: #333;
    border-left: 6px solid #1a73e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.corp-hp-faq-question:hover {
    background: #e8f0fe;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2);
}

.corp-hp-faq-question i {
    transition: all 0.3s ease;
    color: #1a73e8;
    font-size: 1.2rem;
}

.corp-hp-faq-answer {
    padding: 0 30px;
    display: none;
    overflow: hidden;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    font-weight: 600;
}

.corp-hp-faq-item.active .corp-hp-faq-answer {
    padding: 25px 30px;
    display: block;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .corp-hp-search-title h2 {
        font-size: 2rem;
    }
    
    .corp-hp-search-description {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .corp-hp-main-content {
        padding: 20px 15px;
    }
    
    .corp-hp-search-card {
        padding: 40px 20px;
    }
    
    .corp-hp-search-title {
        flex-direction: column;
        gap: 10px;
    }
    
    .corp-hp-search-title h2 {
        font-size: 1.8rem;
    }
    
    .corp-hp-hospital-content {
        padding: 20px;
    }
    
    .corp-hp-hospital-actions {
        flex-direction: column;
    }
    
    .corp-hp-primary-btn,
    .corp-hp-secondary-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    
    .corp-hp-faq-card {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .corp-hp-search-title h2 {
        font-size: 1.5rem;
    }
    
    .corp-hp-hospital-name h3 {
        font-size: 1.3rem;
    }
    
    .corp-hp-tag {
        font-size: 0.8rem;
        padding: 4px 10px;
    }
}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.corp-hp-search-card,
.corp-hp-hospital-card,
.corp-hp-faq-card {
    animation: fadeInUp 0.6s ease-out;
}

.corp-hp-hospital-card:nth-child(2) {
    animation-delay: 0.2s;
}

.corp-hp-hospital-card:nth-child(3) {
    animation-delay: 0.4s;
}

.corp-hp-faq-card {
    animation-delay: 0.6s;
}
