/* ============================================================
   Consulting Services KR - 페이지 전용 스타일
   ============================================================ */

.tgr-page-consulting-kr {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    color: #1a1a1a;
}

/* ─────────────────────────────────────────
   공통: 섹션 헤더
───────────────────────────────────────── */
.tgr-section-header {
    margin-bottom: 56px;
}

.tgr-section-header--center {
    text-align: center;
}

.tgr-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #3191FF;
    margin-bottom: 14px;
}

.tgr-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #0f192d;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

/* ─────────────────────────────────────────
   CEO 바이오 섹션
───────────────────────────────────────── */
.tgr-consulting-bio {
    background: #fff;
    padding: 90px 0 100px;
}

.tgr-consulting-bio__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.tgr-consulting-bio__inner {
    display: grid;
    grid-template-columns: 440px 1fr;
    gap: 64px;
    align-items: start;
}

/* 왼쪽: 사진 */
.tgr-consulting-bio__photo {
    position: relative;
}

.tgr-cb-photo {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* 사진 아래 파란 장식선 */
.tgr-consulting-bio__photo::after {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #3191FF, #0f192d);
    border-radius: 0 0 4px 4px;
}

/* 오른쪽: 텍스트 */
.tgr-consulting-bio__text {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

.tgr-cb-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #3191FF;
    margin-bottom: 16px;
    display: block;
}

.tgr-cb-name {
    font-size: 30px;
    font-weight: 800;
    color: #0f192d;
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tgr-cb-period {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 16px;
    display: block;
}

.tgr-cb-divider {
    height: 2px;
    background: linear-gradient(90deg, #0f192d 60%, transparent);
    margin-bottom: 16px;
    border: none;
}

.tgr-cb-career {
    font-size: 13.5px;
    line-height: 1.6;
    color: #333;
    word-break: keep-all;
}

.tgr-cb-career ul {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}

.tgr-cb-career li {
    padding-left: 18px;
    position: relative;
    color: #444;
    margin-bottom: 4px;
}

.tgr-cb-career li::before {
    content: '▶';
    position: absolute;
    left: 0;
    font-size: 7px;
    color: #3191FF;
    top: 5px;
}

.tgr-cb-career strong {
    color: #0f192d;
    font-weight: 700;
}

.tgr-cb-career .award-section {
    margin-top: 20px;
    padding: 18px 20px;
    background: #f4f7fb;
    border-radius: 8px;
    border-left: 3px solid #3191FF;
}

.tgr-cb-career .award-title {
    font-weight: 700;
    color: #0f192d;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

/* ─────────────────────────────────────────
   선택 이유 섹션 (다크 네이비 카드)
───────────────────────────────────────── */
.tgr-consulting-reasons {
    background: #f0f4f8;
    padding: 100px 0;
}

.tgr-consulting-reasons__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.tgr-cr-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tgr-cr-item {
    background: #1a2e4a;
    border-radius: 12px;
    padding: 36px 28px 40px;
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-top: 3px solid #3191FF;
}

.tgr-cr-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(15, 25, 45, 0.28);
}

.tgr-cr-icon {
    font-size: 26px;
    margin-bottom: 18px;
    line-height: 1;
    display: block;
}

.tgr-cr-item-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.55;
    word-break: keep-all;
}

.tgr-cr-item-desc {
    font-size: 13px;
    line-height: 1.85;
    color: rgba(255,255,255,0.6);
    margin: 0;
    word-break: keep-all;
    flex: 1;
}

.tgr-cr-number {
    position: absolute;
    bottom: 14px;
    right: 18px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(255,255,255,0.05);
    line-height: 1;
    user-select: none;
    pointer-events: none;
}

/* ─────────────────────────────────────────
   CTA 섹션 (두 카드: 일반 / 프리미엄)
───────────────────────────────────────── */
.tgr-consulting-cta {
    background: #fff;
    padding: 100px 0;
}

.tgr-consulting-cta__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.tgr-cta-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.tgr-cta-card {
    background: #f7f9fc;
    border-radius: 16px;
    padding: 44px 40px;
    border: 1px solid #e1e8f4;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease;
}

.tgr-cta-card:hover {
    box-shadow: 0 12px 36px rgba(15, 25, 45, 0.1);
}

.tgr-cta-card--premium {
    background: #0f192d;
    border-color: #0f192d;
}

.tgr-cta-card__badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #3191FF;
    background: #eef5ff;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    width: fit-content;
}

.tgr-cta-card--premium .tgr-cta-card__badge {
    background: rgba(49, 145, 255, 0.15);
    color: #6fb4ff;
}

.tgr-cta-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #0f192d;
    margin: 0 0 10px;
    line-height: 1.4;
    word-break: keep-all;
}

.tgr-cta-card--premium .tgr-cta-card__title {
    color: #fff;
}

.tgr-cta-card__desc {
    font-size: 14px;
    color: #666;
    margin: 0 0 24px;
    line-height: 1.7;
    word-break: keep-all;
}

.tgr-cta-card--premium .tgr-cta-card__desc {
    color: rgba(255,255,255,0.55);
}

.tgr-cta-card__divider {
    height: 1px;
    background: #e1e8f4;
    margin: 0 0 24px;
}

.tgr-cta-card--premium .tgr-cta-card__divider {
    background: rgba(255,255,255,0.1);
}

.tgr-cta-card__list {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.tgr-cta-card__list li {
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
    word-break: keep-all;
}

.tgr-cta-card--premium .tgr-cta-card__list li {
    color: rgba(255,255,255,0.75);
}

.tgr-cta-card__list li::before {
    content: '✓';
    color: #3191FF;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.tgr-cta-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0f192d;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.25s ease;
}

.tgr-cta-card__btn:hover {
    background: #3191FF;
    color: #fff;
}

.tgr-cta-card--premium .tgr-cta-card__btn {
    background: #3191FF;
}

.tgr-cta-card--premium .tgr-cta-card__btn:hover {
    background: #1a7de0;
}

.tgr-cta-card__btn span {
    font-size: 18px;
}

/* ─────────────────────────────────────────
   반응형
───────────────────────────────────────── */
@media (max-width: 1024px) {
    .tgr-cr-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .tgr-consulting-bio__wrap {
        padding: 0 20px;
    }
    .tgr-consulting-bio__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .tgr-cb-photo { height: 320px; }
    .tgr-section-title { font-size: 26px; }
    .tgr-cr-grid { grid-template-columns: 1fr; }
    .tgr-cta-cards { grid-template-columns: 1fr; }
    .tgr-consulting-reasons__inner,
    .tgr-consulting-cta__inner { padding: 0 20px; }
}
