/* 법무/노무 업종 성공사례 페이지 전용 스타일 */

/* 헤더 섹션 - 일반 page-header 스타일 사용 */
.page-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
}

.page-header::before {
    background-image: url('https://via.placeholder.com/1920x500?text=Legal+Services+Background');
    opacity: 0.1;
}

.highlight-text {
    color: #FCB913;
}

.header-stats {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.header-stats .stat-item {
    text-align: center;
}

.header-stats .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FCB913;
}

.header-stats .stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
}

/* 업종 특성 섹션 */
.industry-features {
    background-color: #fff;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #FCB913 0%, #f39c12 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 2rem;
    color: white;
}

.feature-card h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* 성공 사례 섹션 */
.success-cases {
    background-color: #f8f9fa;
}

.case-study {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.case-badge {
    position: absolute;
    top: 20px;
    left: 20px;
}

.case-badge .badge {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.case-content h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.case-info {
    margin-bottom: 2rem;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.result-item {
    display: flex;
    align-items: start;
    gap: 1rem;
}

.result-icon {
    width: 40px;
    height: 40px;
    background: #FCB913;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.result-icon i {
    color: white;
    font-size: 1.2rem;
}

.result-content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.result-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* 마케팅 전략 섹션 */
.marketing-strategy {
    background-color: #fff;
}

.strategy-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
}

.strategy-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.strategy-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.strategy-header i {
    font-size: 2rem;
    color: #FCB913;
}

.strategy-header h4 {
    margin: 0;
    color: #2c3e50;
}

.strategy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.strategy-list li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.strategy-list li:last-child {
    border-bottom: none;
}

.strategy-list i {
    color: #27ae60;
    margin-top: 0.2rem;
}

/* 효과 분석 섹션 */
.effect-analysis {
    background-color: #f8f9fa;
}

.analysis-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.analysis-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.analysis-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #FCB913 0%, #f39c12 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.analysis-icon i {
    font-size: 2rem;
    color: white;
}

.analysis-card h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #FCB913;
    display: inline-block;
}

.analysis-card .unit {
    font-size: 1.5rem;
    color: #FCB913;
    font-weight: 600;
}

.analysis-card p {
    margin-top: 0.5rem;
    color: #666;
    font-weight: 500;
}

/* 상세 분석 */
.detail-analysis {
    margin-top: 3rem;
}

.analysis-detail-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.keyword-analysis {
    margin-top: 1.5rem;
}

.keyword-item {
    margin-bottom: 1.5rem;
    position: relative;
}

.keyword-name {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

.progress {
    height: 30px;
    background-color: #e9ecef;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    transition: width 0.6s ease;
    border-radius: 15px;
}

/* 텍스트를 progress 위에 오버레이로 표시 */
.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* CTA 섹션 */
.cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
    overflow: hidden;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}

.cta-wrapper h2 {
    font-size: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 1rem 2rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .header-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .results-grid {
        grid-template-columns: 1fr;
    }

    .case-study .row {
        flex-direction: column !important;
    }

    .case-image {
        margin-bottom: 2rem;
    }

    .strategy-header i {
        font-size: 1.5rem;
    }

    .analysis-card h3 {
        font-size: 2.5rem;
    }

    .cta-wrapper h2 {
        font-size: 2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .header-stats .stat-number {
        font-size: 2rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-icon i {
        font-size: 1.5rem;
    }
}