/* ============================================================
   Telegram Chat08 - 친구 초대 가이드 인터랙티브 스타일시트
   v1.0.1
   ============================================================ */

/* ── 그누보드5 완전 리셋 ── */
#tg-chat08-wrapper,
#tg-chat08-wrapper *,
#tg-chat08-wrapper *::before,
#tg-chat08-wrapper *::after {
    box-sizing: border-box;
    margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none;
    list-style: none; background: none;
    font-style: normal;
}
#tg-chat08-wrapper h1,
#tg-chat08-wrapper h2,
#tg-chat08-wrapper h3,
#tg-chat08-wrapper h4 {
    font-size: inherit; font-weight: inherit;
    line-height: 1.35; letter-spacing: -0.02em;
}
#tg-chat08-wrapper p {
    margin-bottom: 14px !important;
    line-height: 1.85 !important;
}
#tg-chat08-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-chat08-wrapper code {
    font-family: 'Pretendard', monospace !important;
}
#tg-chat08-wrapper a { text-decoration: none !important; }

/* ── Material Symbols 강제 복구 ── */
#tg-chat08-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal !important; font-style: normal !important;
    font-size: 1.5rem !important; line-height: 1 !important;
    letter-spacing: normal !important; text-transform: none !important;
    display: inline-block !important; white-space: nowrap !important;
    -webkit-font-feature-settings: 'liga' !important;
    font-feature-settings: 'liga' !important;
    -webkit-font-smoothing: antialiased !important;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}

/* ── 디자인 토큰 ── */
#tg-chat08-wrapper {
    /* 코랄 오렌지 + 인디고 — 초대·연결 테마 */
    --c08-primary:      #F97316;   /* 오렌지 코어 */
    --c08-primary-dk:   #C2410C;   /* 오렌지 딥 */
    --c08-primary-lt:   #FFF7ED;   /* 오렌지 라이트 */
    --c08-blue:         #2563EB;   /* 링크 블루 */
    --c08-blue-lt:      #EFF6FF;   /* 블루 라이트 */
    --c08-green:        #059669;   /* 그린 */
    --c08-green-lt:     #ECFDF5;   /* 그린 라이트 */
    --c08-amber:        #B45309;   /* 앰버 */
    --c08-amber-lt:     #FFFBEB;   /* 앰버 라이트 */
    --c08-bg:           #FFFFFF;
    --c08-surface:      #FFFFFF;
    --c08-surface-2:    #FFF7ED;
    --c08-border:       rgba(0,0,0,0.08);
    --c08-text:         #1E293B;
    --c08-text-sub:     #475569;
    --c08-muted:        #94A3B8;
    --c08-shadow:       0 2px 16px rgba(249,115,22,0.08);
    --c08-shadow-lg:    0 8px 32px rgba(249,115,22,0.15);
    --c08-transition:   all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);

    --fs-xs:   .8rem;
    --fs-sm:   .9rem;
    --fs-base: 1rem;
    --fs-md:   1.05rem;
    --fs-lg:   1.2rem;
    --fs-xl:   1.45rem;

    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden !important;
    background-color: var(--c08-bg);
    color: var(--c08-text);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: var(--fs-base);
    line-height: 1.6;
}

/* ── 스크롤 애니메이션 ── */
#tg-chat08-wrapper .tg-chat08-motion {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
#tg-chat08-wrapper .tg-chat08-motion.is-visible {
    opacity: 1; transform: translateY(0);
}

/* ── 강조 텍스트 ── */
#tg-chat08-wrapper .tg-chat08-text--accent {
    color: #FED7AA !important;
}

/* ══════════════════════════════════════
   히어로
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-hero {
    position: relative !important;
    background: linear-gradient(150deg, #7C2D12 0%, #C2410C 45%, #F97316 100%) !important;
    padding: 70px 40px 60px !important;
    text-align: center !important;
    border-radius: 0 0 48px 48px !important;
    margin-bottom: 50px !important;
    overflow: hidden !important;
}
#tg-chat08-wrapper .tg-chat08-hero::before {
    content: '' !important; position: absolute !important;
    top: -40% !important; left: -15% !important;
    width: 55% !important; height: 200% !important;
    background: radial-gradient(ellipse, rgba(255,255,255,0.07) 0%, transparent 70%) !important;
    pointer-events: none !important;
}
#tg-chat08-wrapper .tg-chat08-hero::after {
    content: '' !important; position: absolute !important;
    bottom: -30% !important; right: -10% !important;
    width: 45% !important; height: 160% !important;
    background: radial-gradient(ellipse, rgba(254,215,170,0.15) 0%, transparent 70%) !important;
    pointer-events: none !important;
}
#tg-chat08-wrapper .tg-chat08-hero__badge-group {
    position: relative !important; z-index: 1 !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 10px !important;
    margin-bottom: 28px !important;
}
#tg-chat08-wrapper .tg-chat08-hero__eyebrow {
    display: inline-block !important;
    padding: 5px 18px !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 30px !important;
    font-size: var(--fs-xs) !important;
    color: rgba(255,255,255,0.85) !important;
    letter-spacing: 0.12em !important;
}
#tg-chat08-wrapper .tg-chat08-hero__icon-flow {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 4px !important;
}
#tg-chat08-wrapper .tg-chat08-hero__icon-main {
    font-size: 3.5rem !important; color: #FED7AA !important;
}
#tg-chat08-wrapper .tg-chat08-hero__icon-arrow {
    font-size: 1.4rem !important; color: rgba(255,255,255,0.3) !important;
}
#tg-chat08-wrapper .tg-chat08-hero__icon-sub {
    font-size: 2rem !important; color: rgba(255,255,255,0.7) !important;
}
#tg-chat08-wrapper .tg-chat08-hero__title {
    position: relative !important; z-index: 1 !important;
    font-size: clamp(1.6rem, 4.5vw, 2.4rem) !important;
    font-weight: 800 !important; color: #FFFFFF !important;
    line-height: 1.25 !important; margin-bottom: 16px !important;
}
#tg-chat08-wrapper .tg-chat08-hero__sub {
    position: relative !important; z-index: 1 !important;
    font-size: var(--fs-md) !important;
    color: rgba(255,255,255,0.75) !important;
    margin-bottom: 0 !important;
}

/* ══════════════════════════════════════
   도입부
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-intro {
    background: var(--c08-primary-lt) !important;
    border-left: 4px solid var(--c08-primary) !important;
    border-radius: 12px !important;
    padding: 32px 28px !important;
    margin-bottom: 40px !important;
    font-size: var(--fs-md) !important;
    color: var(--c08-text-sub) !important;
}
#tg-chat08-wrapper .tg-chat08-intro strong { color: var(--c08-primary-dk) !important; }

/* ══════════════════════════════════════
   섹션 공통
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-method-section {
    margin-bottom: 48px !important;
}
#tg-chat08-wrapper .tg-chat08-section__label {
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 6px !important;
    padding: 5px 16px !important;
    background: var(--c08-primary-lt) !important;
    border: 1px solid rgba(249,115,22,0.2) !important;
    border-radius: 20px !important;
    font-size: var(--fs-xs) !important;
    color: var(--c08-primary) !important; font-weight: 600 !important;
    margin: 0 auto 14px auto !important; width: fit-content !important;
}
#tg-chat08-wrapper .tg-chat08-section__label .material-symbols-outlined {
    font-size: 1rem !important;
}
#tg-chat08-wrapper .tg-chat08-section__title {
    font-size: clamp(1.3rem, 3vw, 1.7rem) !important;
    font-weight: 700 !important; color: var(--c08-text) !important;
    margin-bottom: 24px !important; text-align: center !important;
}

/* ══════════════════════════════════════
   방법 선택 탭 (메인 탭)
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-tabs {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 24px !important;
    background: #F1F5F9 !important;
    border-radius: 14px !important;
    padding: 6px !important;
}
#tg-chat08-wrapper .tg-chat08-tab {
    flex: 1 1 0 !important;
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 6px !important;
    padding: 12px 16px !important;
    border-radius: 10px !important;
    font-size: var(--fs-sm) !important;
    font-weight: 600 !important;
    color: var(--c08-muted) !important;
    cursor: pointer !important;
    transition: var(--c08-transition) !important;
    background: transparent !important;
}
#tg-chat08-wrapper .tg-chat08-tab .material-symbols-outlined {
    font-size: 1.2rem !important;
}
#tg-chat08-wrapper .tg-chat08-tab:hover {
    color: var(--c08-text) !important;
    background: rgba(255,255,255,0.7) !important;
}
#tg-chat08-wrapper .tg-chat08-tab--active {
    background: var(--c08-surface) !important;
    color: var(--c08-primary) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

/* ── 탭 패널 ── */
#tg-chat08-wrapper .tg-chat08-panel {
    background: var(--c08-surface) !important;
    border: 1px solid var(--c08-border) !important;
    border-radius: 18px !important;
    padding: 28px 24px !important;
    animation: c08FadeIn 0.3s ease forwards !important;
}
#tg-chat08-wrapper .tg-chat08-panel--hidden {
    display: none !important;
}
@keyframes c08FadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
#tg-chat08-wrapper .tg-chat08-panel__desc {
    margin-bottom: 20px !important;
}
#tg-chat08-wrapper .tg-chat08-panel__desc p {
    font-size: var(--fs-md) !important;
    color: var(--c08-text-sub) !important;
    line-height: 1.8 !important;
}
#tg-chat08-wrapper .tg-chat08-panel__desc code {
    background: var(--c08-primary-lt) !important;
    color: var(--c08-primary) !important;
    padding: 1px 6px !important; border-radius: 4px !important;
    font-size: var(--fs-sm) !important;
}
#tg-chat08-wrapper .tg-chat08-panel__badge {
    display: inline-block !important;
    padding: 3px 12px !important; border-radius: 20px !important;
    font-size: var(--fs-xs) !important; font-weight: 700 !important;
    margin-bottom: 10px !important;
}
#tg-chat08-wrapper .tg-chat08-panel__badge--blue {
    background: var(--c08-blue-lt) !important;
    color: var(--c08-blue) !important;
}
#tg-chat08-wrapper .tg-chat08-panel__badge--green {
    background: var(--c08-green-lt) !important;
    color: var(--c08-green) !important;
}
#tg-chat08-wrapper .tg-chat08-panel__badge--amber {
    background: var(--c08-amber-lt) !important;
    color: var(--c08-amber) !important;
}

/* ══════════════════════════════════════
   링크 데모 시뮬레이터
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-link-demo {
    background: #F8FAFC !important;
    border: 1px dashed rgba(249,115,22,0.3) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin-bottom: 20px !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__label {
    font-size: var(--fs-xs) !important;
    color: var(--c08-muted) !important;
    margin-bottom: 8px !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__bar {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #FFFFFF !important;
    border: 1px solid var(--c08-border) !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    margin-bottom: 10px !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__url {
    flex: 1 !important;
    font-size: var(--fs-sm) !important;
    color: var(--c08-blue) !important;
    font-weight: 600 !important;
    word-break: break-all !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__btn {
    display: flex !important; align-items: center !important; gap: 4px !important;
    padding: 7px 14px !important;
    background: var(--c08-primary) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    font-size: var(--fs-sm) !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: var(--c08-transition) !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__btn:hover {
    background: var(--c08-primary-dk) !important;
    transform: scale(1.02) !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__btn .material-symbols-outlined {
    font-size: 1rem !important;
    color: #FFFFFF !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__btn--copied {
    background: var(--c08-green) !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__note {
    display: flex !important; align-items: flex-start !important; gap: 6px !important;
    font-size: var(--fs-xs) !important; color: var(--c08-muted) !important;
    line-height: 1.6 !important; margin-bottom: 0 !important;
}
#tg-chat08-wrapper .tg-chat08-link-demo__note .material-symbols-outlined {
    font-size: 0.9rem !important; flex-shrink: 0 !important;
}

/* ══════════════════════════════════════
   OS 탭 (서브 탭)
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-os-tabs {
    margin-top: 20px !important;
}
#tg-chat08-wrapper .tg-chat08-os-nav {
    display: flex !important; gap: 6px !important;
    margin-bottom: 16px !important;
}
#tg-chat08-wrapper .tg-chat08-os-btn {
    display: flex !important; align-items: center !important; gap: 5px !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    font-size: var(--fs-sm) !important; font-weight: 600 !important;
    color: var(--c08-muted) !important;
    background: #F1F5F9 !important;
    cursor: pointer !important;
    transition: var(--c08-transition) !important;
    border: 1px solid transparent !important;
}
#tg-chat08-wrapper .tg-chat08-os-btn .material-symbols-outlined {
    font-size: 1.1rem !important;
}
#tg-chat08-wrapper .tg-chat08-os-btn:hover {
    color: var(--c08-text) !important;
    background: #E2E8F0 !important;
}
#tg-chat08-wrapper .tg-chat08-os-btn--active {
    background: var(--c08-primary-lt) !important;
    color: var(--c08-primary) !important;
    border-color: rgba(249,115,22,0.25) !important;
}
#tg-chat08-wrapper .tg-chat08-os-panel {
    animation: c08FadeIn 0.25s ease forwards !important;
}
#tg-chat08-wrapper .tg-chat08-os-panel--hidden {
    display: none !important;
}

/* ══════════════════════════════════════
   단계 목록
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-steps {
    counter-reset: step !important;
    padding: 0 !important;
}
#tg-chat08-wrapper .tg-chat08-step {
    display: flex !important; align-items: flex-start !important; gap: 12px !important;
    padding: 11px 0 !important;
    border-bottom: 1px solid var(--c08-border) !important;
    font-size: var(--fs-base) !important;
    color: var(--c08-text) !important;
    line-height: 1.75 !important;
    animation: c08FadeIn 0.3s ease both !important;
}
#tg-chat08-wrapper .tg-chat08-step:last-child { border-bottom: none !important; }
#tg-chat08-wrapper .tg-chat08-step__num {
    display: flex !important; align-items: center !important;
    justify-content: center !important;
    width: 26px !important; height: 26px !important;
    background: var(--c08-primary) !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    font-size: 0.78rem !important; font-weight: 700 !important;
    flex-shrink: 0 !important; margin-top: 1px !important;
}
#tg-chat08-wrapper .tg-chat08-step strong { color: var(--c08-primary-dk) !important; }

/* ══════════════════════════════════════
   QR 데모
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-qr-demo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__phone {
    width: 140px !important;
    background: #1E293B !important;
    border-radius: 20px !important;
    padding: 12px !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__screen {
    background: var(--c08-surface) !important;
    border-radius: 12px !important;
    padding: 14px 10px !important;
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 8px !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__avatar .material-symbols-outlined {
    font-size: 2.5rem !important; color: var(--c08-primary) !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__name {
    font-size: var(--fs-xs) !important; font-weight: 700 !important;
    color: var(--c08-text) !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__qr-box {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 4px !important;
    background: #F8FAFC !important;
    border: 2px dashed var(--c08-border) !important;
    border-radius: 10px !important;
    padding: 8px !important; width: 100% !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__qr-box .material-symbols-outlined {
    font-size: 2.2rem !important; color: var(--c08-text) !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__qr-label {
    font-size: 0.7rem !important; color: var(--c08-muted) !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__arrow {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 4px !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__arrow .material-symbols-outlined {
    font-size: 2rem !important; color: var(--c08-primary) !important;
    animation: c08Pulse 1.5s ease-in-out infinite !important;
}
@keyframes c08Pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.6; transform: scale(0.9); }
}
#tg-chat08-wrapper .tg-chat08-qr-demo__arrow-text {
    font-size: var(--fs-xs) !important; color: var(--c08-muted) !important;
    font-weight: 600 !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__screen--scan {
    min-height: 80px !important; gap: 6px !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__screen--scan .material-symbols-outlined {
    font-size: 2.5rem !important; color: var(--c08-green) !important;
}
#tg-chat08-wrapper .tg-chat08-qr-demo__scan-label {
    font-size: var(--fs-xs) !important; color: var(--c08-green) !important;
    font-weight: 600 !important;
}

/* ──양쪽 단계 레이아웃 (QR) ── */
#tg-chat08-wrapper .tg-chat08-dual-steps {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    gap: 16px !important;
    align-items: start !important;
}
#tg-chat08-wrapper .tg-chat08-dual-steps__header {
    display: flex !important; align-items: center !important; gap: 6px !important;
    font-size: var(--fs-sm) !important; font-weight: 700 !important;
    color: var(--c08-text) !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid var(--c08-primary-lt) !important;
    margin-bottom: 4px !important;
}
#tg-chat08-wrapper .tg-chat08-dual-steps__header .material-symbols-outlined {
    font-size: 1.1rem !important; color: var(--c08-primary) !important;
}
#tg-chat08-wrapper .tg-chat08-dual-steps__divider {
    display: flex !important; align-items: center !important;
    padding-top: 40px !important;
}
#tg-chat08-wrapper .tg-chat08-dual-steps__divider .material-symbols-outlined {
    font-size: 1.6rem !important; color: var(--c08-muted) !important;
}

/* ══════════════════════════════════════
   SMS 데모
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-sms-demo {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
}
#tg-chat08-wrapper .tg-chat08-sms-demo__phone {
    max-width: 280px !important; width: 100% !important;
    background: #E2E8F0 !important;
    border-radius: 16px !important;
    padding: 16px !important;
}
#tg-chat08-wrapper .tg-chat08-sms-demo__bubble {
    background: #FFFFFF !important;
    border-radius: 14px 14px 4px 14px !important;
    padding: 14px 16px !important;
    font-size: var(--fs-sm) !important;
    color: var(--c08-text) !important;
    line-height: 1.75 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    margin-bottom: 6px !important;
}
#tg-chat08-wrapper .tg-chat08-sms-demo__link {
    color: var(--c08-blue) !important;
    font-weight: 600 !important;
    word-break: break-all !important;
    display: block !important;
    margin-top: 4px !important;
}
#tg-chat08-wrapper .tg-chat08-sms-demo__time {
    font-size: 0.72rem !important;
    color: var(--c08-muted) !important;
    text-align: right !important;
}

/* ══════════════════════════════════════
   상황별 추천 카드
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-situation {
    padding: 48px 0 !important;
    margin-bottom: 16px !important;
}
#tg-chat08-wrapper .tg-chat08-situation-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr)) !important;
    gap: 20px !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card {
    background: var(--c08-surface) !important;
    border: 1px solid var(--c08-border) !important;
    border-radius: 18px !important;
    padding: 28px 22px !important;
    text-align: center !important;
    box-shadow: var(--c08-shadow) !important;
    transition: var(--c08-transition) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--c08-shadow-lg) !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap {
    width: 56px !important; height: 56px !important;
    border-radius: 16px !important;
    display: flex !important; align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap--blue {
    background: var(--c08-blue-lt) !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap--blue .material-symbols-outlined {
    color: var(--c08-blue) !important; font-size: 1.8rem !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap--green {
    background: var(--c08-green-lt) !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap--green .material-symbols-outlined {
    color: var(--c08-green) !important; font-size: 1.8rem !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap--amber {
    background: var(--c08-amber-lt) !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__icon-wrap--amber .material-symbols-outlined {
    color: var(--c08-amber) !important; font-size: 1.8rem !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card h3 {
    font-size: var(--fs-lg) !important;
    font-weight: 700 !important; color: var(--c08-text) !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card ul {
    text-align: left !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card li {
    font-size: var(--fs-sm) !important;
    color: var(--c08-text-sub) !important;
    padding: 5px 0 !important;
    border-bottom: 1px solid var(--c08-border) !important;
    line-height: 1.7 !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card li:last-child { border-bottom: none !important; }
#tg-chat08-wrapper .tg-chat08-situation-card__btn {
    display: block !important;
    width: 100% !important;
    padding: 10px !important;
    background: var(--c08-primary) !important;
    color: #FFFFFF !important;
    border-radius: 10px !important;
    font-size: var(--fs-sm) !important; font-weight: 700 !important;
    cursor: pointer !important;
    transition: var(--c08-transition) !important;
    margin-top: auto !important;
}
#tg-chat08-wrapper .tg-chat08-situation-card__btn:hover {
    background: var(--c08-primary-dk) !important;
}

/* ══════════════════════════════════════
   결론 요약 (다크)
══════════════════════════════════════ */
#tg-chat08-wrapper .tg-chat08-summary {
    background: linear-gradient(150deg, #7C2D12 0%, #C2410C 55%, #F97316 100%) !important;
    border-radius: 24px !important;
    padding: 60px 56px !important;
    margin-top: 8px !important;
    text-align: center !important;
}
#tg-chat08-wrapper .tg-chat08-summary__title {
    font-size: var(--fs-xl) !important; font-weight: 800 !important;
    color: #FFFFFF !important; margin-bottom: 32px !important;
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 8px !important;
}
#tg-chat08-wrapper .tg-chat08-summary__title .material-symbols-outlined {
    font-size: 1.8rem !important; color: #FED7AA !important;
}
#tg-chat08-wrapper .tg-chat08-summary__flow {
    display: flex !important; align-items: center !important;
    justify-content: center !important; gap: 16px !important;
    margin-bottom: 36px !important; flex-wrap: wrap !important;
}
#tg-chat08-wrapper .tg-chat08-summary__step {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; gap: 8px !important;
}
#tg-chat08-wrapper .tg-chat08-summary__step .material-symbols-outlined {
    font-size: 2.5rem !important; color: #FED7AA !important;
}
#tg-chat08-wrapper .tg-chat08-summary__step p {
    font-size: var(--fs-sm) !important;
    color: rgba(255,255,255,0.8) !important;
    text-align: center !important;
    margin-bottom: 0 !important; line-height: 1.5 !important;
}
#tg-chat08-wrapper .tg-chat08-summary__arrow {
    font-size: 1.8rem !important; color: rgba(255,255,255,0.3) !important;
}
#tg-chat08-wrapper .tg-chat08-summary__checklist {
    text-align: left !important;
    max-width: 640px !important;
    margin: 0 auto 32px auto !important;
    background: rgba(255,255,255,0.08) !important;
    border-radius: 16px !important;
    padding: 20px 24px !important;
}
#tg-chat08-wrapper .tg-chat08-summary__checklist li {
    display: flex !important; align-items: flex-start !important; gap: 10px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    font-size: var(--fs-base) !important;
    color: rgba(255,255,255,0.82) !important;
    line-height: 1.75 !important;
}
#tg-chat08-wrapper .tg-chat08-summary__checklist li:last-child { border-bottom: none !important; }
#tg-chat08-wrapper .tg-chat08-summary__checklist .material-symbols-outlined {
    font-size: 1.2rem !important; color: #FED7AA !important;
    flex-shrink: 0 !important; margin-top: 2px !important;
}
#tg-chat08-wrapper .tg-chat08-summary__checklist strong { color: #FFFFFF !important; }
#tg-chat08-wrapper .tg-chat08-summary__footer {
    font-size: var(--fs-sm) !important;
    color: rgba(255,255,255,0.55) !important;
    line-height: 1.9 !important;
}
#tg-chat08-wrapper .tg-chat08-summary__footer a {
    color: #FED7AA !important; text-decoration: underline !important;
}

/* ── 카드 리스트 아이콘 ── */
#tg-chat08-wrapper .tg-chat08-li-icon {
    font-size: 1rem !important;
    vertical-align: middle !important;
    margin-right: 4px !important;
    color: var(--c08-primary) !important;
}

/* ── 반응형 ── */
@media (max-width: 768px) {
    #tg-chat08-wrapper .tg-chat08-hero {
        padding: 50px 20px 40px !important;
        border-radius: 0 0 28px 28px !important;
    }
    #tg-chat08-wrapper .tg-chat08-summary {
        padding: 48px 24px !important;
    }
    #tg-chat08-wrapper .tg-chat08-summary__arrow {
        transform: rotate(90deg) !important;
    }
    #tg-chat08-wrapper .tg-chat08-tabs {
        flex-direction: column !important;
    }
    #tg-chat08-wrapper .tg-chat08-dual-steps {
        grid-template-columns: 1fr !important;
    }
    #tg-chat08-wrapper .tg-chat08-dual-steps__divider {
        padding-top: 0 !important;
        justify-content: center !important;
    }
    #tg-chat08-wrapper .tg-chat08-dual-steps__divider .material-symbols-outlined {
        transform: rotate(90deg) !important;
    }
    #tg-chat08-wrapper .tg-chat08-panel {
        padding: 20px 16px !important;
    }
}
