/* =========================================================
   SERVICE 03 (GLOBAL) - 아마존 판매 및 K-소싱 전용 스타일
   ========================================================= */

:root {
    --point-global: #1A2238; /* 신뢰감 있는 인디고 네이비 */
    --bg-light-global: rgba(26, 34, 56, 0.05);
}

/* 1. 좌측 텍스트 영역: 서비스 01, 02와 폭 일치 (520px) */
.service-global .service-copy {
    flex: 0 0 520px !important;
    max-width: 520px !important;
}

/* 상단 브릿지 세로 바(|) */
.service-global .service-connection {
    display: flex;
    align-items: center;
    border-left: 3px solid var(--point-global);
    padding-left: 16px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

/* 메인 타이틀 */
.service-global .service-title {
    font-size: 44px !important;
    line-height: 1.25;
    letter-spacing: -1.5px;
    margin-bottom: 28px !important;
    font-weight: 800;
}

.service-global .service-title span {
    color: var(--point-global) !important;
}

/* 본문 설명 */
.service-global .service-define {
    font-size: 16px;
    line-height: 1.85;
    color: var(--muted);
    margin-bottom: 30px;
    word-break: keep-all;
}

/* 하단 요약 문구 및 세로 바(|) */
.service-global .service-one-line {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: flex-start;
}

.service-global .service-one-line::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: var(--point-global);
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* 2. 우측 비주얼 영역 (550px 고정) */
.service-global .service-proof {
    flex: 0 0 550px !important;
    max-width: 550px !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* 글로벌 전용 카드 스타일 */
.service-global .nb-card-large {
    background: #ffffff;
    border: 1px solid var(--line) !important;
    border-top: 5px solid var(--point-global) !important; /* 상단 포인트 바 */
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* 카드 헤더 굵기 통일 */
.service-global .nb-brand {
    font-weight: 800 !important;
    font-size: 16px;
}

/* 아마존 판매 지표 박스 (Dark UI) */
.amazon-status-box {
    background: #232f3e; /* 아마존 브랜드 다크 그레이 */
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amazon-label {
    font-size: 11px;
    color: #ff9900; /* 아마존 오렌지 */
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.export-stat .s-label {
    font-size: 13px;
    color: #aaa;
    display: block;
    margin-bottom: 5px;
}

.export-stat .s-value {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
}

/* 하단 리포트 텍스트 크기 보정 */
.service-global .nb-detail-report .report-label,
.service-global .nb-detail-report .report-value {
    font-size: 14px !important;
}

/* 3. 기타 유틸리티 */
.service-global .text-global {
    color: var(--point-global) !important;
}

.service-global .nb-chip.success {
    background: var(--point-global) !important;
    color: #fff !important;
    font-weight: 800;
}

/* 반응형 */
@media (max-width: 992px) {
    .service-global .service-copy,
    .service-global .service-proof {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}
/* =========================================================
   SERVICE 03 - 좌측 텍스트 폰트 및 간격 동기화 (01, 02와 일치)
   ========================================================= */

/* 1. 상단 요소 사이즈 및 간격 고정 */
.service-global .service-badge {
    margin-bottom: 20px !important; 
    display: inline-block;
}

.service-global .service-connection {
    font-size: 15px !important;
    margin-bottom: 12px !important; /* 01, 02와 동일하게 수정 */
    line-height: 1 !important;
}
.service-global .service-kick {
    font-size: 20px !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important; /* 01, 02와 동일하게 수정 */
    line-height: 1.2 !important;
}

/* 2. 메인 타이틀 (44px 고정) */
.service-global .service-title {
    font-size: 44px !important;
    line-height: 1.25 !important;
    letter-spacing: -1.5px !important;
    margin-bottom: 28px !important; /* 01, 02와 동일하게 수정 */
    font-weight: 800 !important;
}

/* 3. 본문 정의(Define) 영역 */
.service-global .service-define {
    font-size: 16px !important;
    line-height: 1.85 !important; /* 가독성을 위한 줄간격 통일 */
    margin-bottom: 30px !important;
    color: var(--muted) !important;
}

/* 4. 구조적 근거/리스트 영역 */
.service-global .service-block h4 {
    font-size: 15px !important;
    font-weight: 900 !important;
    margin-bottom: 16px !important;
    color: #1a1a1a !important;
}

.service-global .service-list li {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
}

/* [문제 해결] 서비스 02 하단 세로 바(|) 및 문구 복구 */
.service-global .service-one-line {
    font-size: 14px !important;
    margin-top: 35px !important; /* 01, 02와 높이선 일치 */
    padding-top: 20px !important;
}

/* 세로 바(|) 생성 */
.service-commerce .service-one-line::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #1a1a1a; 
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}