﻿@charset "utf-8";

/* ============================================
   텔레그램 반응형 이모지(Responsive Emojis) 가이드
   접두사: tg-emo- (기존 사이트 오염 방지)
   컬러 톤: 선셋 코랄(Sunset Coral) + 인디고(Indigo)
   
   [중요] 그누보드5 기존 CSS 충돌 방지를 위해
   모든 셀렉터를 #tg-emo-wrapper 로 감싸 특이성 강화
============================================ */

:root {
    --emo-coral: #f97316;
    --emo-coral-dark: #ea580c;
    --emo-coral-deep: #9a3412;
    --emo-coral-light: #fff7ed;
    --emo-coral-border: #fdba74;
    --emo-indigo: #6366f1;
    --emo-indigo-dark: #4f46e5;
    --emo-indigo-deep: #312e81;
    --emo-indigo-light: #eef2ff;
    --emo-indigo-border: #a5b4fc;
    --emo-green: #059669;
    --emo-green-light: #d1fae5;
    --emo-slate-900: #0f172a;
    --emo-slate-700: #334155;
    --emo-slate-500: #64748b;
    --emo-slate-300: #cbd5e1;
    --emo-slate-200: #e2e8f0;
    --emo-slate-100: #f1f5f9;
    --emo-bg: #fffaf5;
    --emo-white: #ffffff;
    --emo-radius: 14px;
}

/* ============================================
   그누보드5 기존 CSS 충돌 방지용 완전 리셋
   #tg-emo-wrapper ID 셀렉터로 특이성 최대화
============================================ */
#tg-emo-wrapper,
#tg-emo-wrapper *,
#tg-emo-wrapper *::before,
#tg-emo-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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 래퍼 내부 모든 기본 요소에 대한 리셋 (그누보드5 간섭 차단) */
#tg-emo-wrapper h1,
#tg-emo-wrapper h2,
#tg-emo-wrapper h3,
#tg-emo-wrapper h4,
#tg-emo-wrapper h5,
#tg-emo-wrapper h6 {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

#tg-emo-wrapper p,
#tg-emo-wrapper span,
#tg-emo-wrapper div,
#tg-emo-wrapper section,
#tg-emo-wrapper article,
#tg-emo-wrapper header,
#tg-emo-wrapper main,
#tg-emo-wrapper footer {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

#tg-emo-wrapper ul,
#tg-emo-wrapper ol,
#tg-emo-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

#tg-emo-wrapper a {
    color: inherit;
    text-decoration: none;
}

#tg-emo-wrapper img {
    max-width: 100%;
    height: auto;
    border: none;
}

#tg-emo-wrapper i {
    font-style: normal;
}

#tg-emo-wrapper strong,
#tg-emo-wrapper b {
    font-weight: 700;
}

#tg-emo-wrapper mark {
    background: none;
    color: inherit;
    padding: 0;
}

/* ─── 래퍼 ─── */
#tg-emo-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Noto Sans KR', 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    font-size: 16px;
    color: var(--emo-slate-500);
    background-color: var(--emo-bg);
    box-sizing: border-box;
    line-height: 1.7;
    overflow: hidden;
    padding-bottom: 60px;
    word-break: keep-all;
    overflow-wrap: break-word;
}

#tg-emo-wrapper strong {
    font-weight: 700;
    color: var(--emo-slate-900);
}

#tg-emo-wrapper mark {
    background: linear-gradient(120deg, var(--emo-coral-light) 0%, #ffedd5 100%);
    color: var(--emo-coral-deep);
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
}

/* ============================================
   히어로 헤더
============================================ */
#tg-emo-wrapper .tg-emo-hero {
    background: linear-gradient(145deg, #1e1b4b 0%, #312e81 30%, #6366f1 65%, #f97316 100%);
    color: var(--emo-white);
    padding: 60px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#tg-emo-wrapper .tg-emo-hero::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border: 65px solid rgba(249, 115, 22, 0.05);
    border-radius: 50%;
    top: -110px;
    right: -110px;
    background: none;
}

#tg-emo-wrapper .tg-emo-hero::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border: 45px solid rgba(99, 102, 241, 0.04);
    border-radius: 50%;
    bottom: -70px;
    left: -55px;
    background: none;
}

#tg-emo-wrapper .tg-emo-hero__inner {
    position: relative;
    z-index: 1;
}

/* 히어로 아이콘 그룹 (이모지 → 효과) */
#tg-emo-wrapper .tg-emo-hero__icon-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

#tg-emo-wrapper .tg-emo-hero__icon-emoji,
#tg-emo-wrapper .tg-emo-hero__icon-effect {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#tg-emo-wrapper .tg-emo-hero__icon-emoji {
    background: rgba(255, 255, 255, 0.1);
    color: var(--emo-coral-border);
    border: 1px solid rgba(253, 186, 116, 0.2);
}

#tg-emo-wrapper .tg-emo-hero__icon-effect {
    background: rgba(255, 255, 255, 0.1);
    color: var(--emo-indigo-border);
    border: 1px solid rgba(165, 180, 252, 0.2);
}

#tg-emo-wrapper .tg-emo-hero__icon-arrow {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    animation: tg-emo-arrow-pulse 1.5s ease-in-out infinite;
}

#tg-emo-wrapper .tg-emo-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.2) 0%, rgba(253, 186, 116, 0.1) 100%);
    color: var(--emo-coral-border);
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 22px;
    border: 1px solid rgba(253, 186, 116, 0.2);
    backdrop-filter: blur(4px);
}

#tg-emo-wrapper .tg-emo-hero__badge i {
    font-size: 14px;
    color: var(--emo-coral-border);
}

#tg-emo-wrapper .tg-emo-hero__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 18px;
    color: var(--emo-white);
}

#tg-emo-wrapper .tg-emo-hero__desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ============================================
   메인
============================================ */
#tg-emo-wrapper .tg-emo-main {
    padding: 30px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ============================================
   도입부
============================================ */
#tg-emo-wrapper .tg-emo-intro {
    background-color: var(--emo-white);
    padding: 28px 24px;
    border-radius: var(--emo-radius);
    border-left: 4px solid var(--emo-coral);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}

#tg-emo-wrapper .tg-emo-intro p {
    font-size: 16px;
    margin-bottom: 14px;
    color: var(--emo-slate-500);
    line-height: 1.7;
}

#tg-emo-wrapper .tg-emo-intro p:last-child {
    margin-bottom: 0;
}

/* ============================================
   섹션 공통
============================================ */
#tg-emo-wrapper .tg-emo-section {
    background-color: var(--emo-white);
    padding: 34px 24px;
    border-radius: var(--emo-radius);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid var(--emo-slate-200);
}

#tg-emo-wrapper .tg-emo-section--dark {
    background: linear-gradient(135deg, #1e1b4b 0%, var(--emo-indigo-deep) 50%, #4338ca 100%);
    border-color: var(--emo-indigo);
    color: var(--emo-slate-300);
}

#tg-emo-wrapper .tg-emo-section__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

#tg-emo-wrapper .tg-emo-section__num {
    font-size: 38px;
    font-weight: 900;
    color: var(--emo-coral);
    opacity: 0.2;
    line-height: 1;
    flex-shrink: 0;
}

#tg-emo-wrapper .tg-emo-section__tip-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--emo-coral) 0%, #fb923c 100%);
    color: var(--emo-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

#tg-emo-wrapper .tg-emo-section__title {
    font-size: 20px;
    font-weight: 800;
    color: var(--emo-slate-900);
    line-height: 1.35;
    padding-top: 6px;
}

#tg-emo-wrapper .tg-emo-section__title--light {
    color: var(--emo-white);
}

#tg-emo-wrapper .tg-emo-section__desc {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--emo-slate-500);
    line-height: 1.7;
}

#tg-emo-wrapper .tg-emo-section__desc--light {
    color: var(--emo-indigo-border);
}

#tg-emo-wrapper .tg-emo-section__desc--light strong {
    color: var(--emo-white);
}

/* ============================================
   이모지 쇼케이스 비주얼
============================================ */
#tg-emo-wrapper .tg-emo-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 26px 16px;
    background: linear-gradient(135deg, var(--emo-coral-light) 0%, #ffedd5 100%);
    border: 1px solid var(--emo-coral-border);
    border-radius: 12px;
}

#tg-emo-wrapper .tg-emo-showcase__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--emo-slate-500);
    cursor: pointer;
}

#tg-emo-wrapper .tg-emo-showcase__icon {
    width: 52px;
    height: 52px;
    background-color: var(--emo-white);
    border: 1px solid var(--emo-slate-200);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ef4444;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#tg-emo-wrapper .tg-emo-showcase__step:hover .tg-emo-showcase__icon {
    transform: scale(1.15) translateY(-4px);
}

#tg-emo-wrapper .tg-emo-showcase__icon--blue {
    color: #3b82f6;
}

#tg-emo-wrapper .tg-emo-showcase__icon--yellow {
    color: #eab308;
}

#tg-emo-wrapper .tg-emo-showcase__icon--purple {
    color: #8b5cf6;
}

#tg-emo-wrapper .tg-emo-showcase__icon--brown {
    color: #92400e;
}

#tg-emo-wrapper .tg-emo-showcase__icon--green {
    color: #059669;
}

/* ============================================
   이점 카드
============================================ */
#tg-emo-wrapper .tg-emo-benefit-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

#tg-emo-wrapper .tg-emo-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    background-color: var(--emo-slate-100);
    border-radius: 10px;
    border: 1px solid var(--emo-slate-200);
}

#tg-emo-wrapper .tg-emo-benefit-card__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--emo-coral) 0%, var(--emo-coral-dark) 100%);
    color: var(--emo-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

#tg-emo-wrapper .tg-emo-benefit-card__icon--coral {
    background: linear-gradient(135deg, var(--emo-indigo) 0%, var(--emo-indigo-dark) 100%);
}

#tg-emo-wrapper .tg-emo-benefit-card__body strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    color: var(--emo-slate-900);
}

#tg-emo-wrapper .tg-emo-benefit-card__body span {
    font-size: 13px;
    color: var(--emo-slate-500);
    line-height: 1.6;
}

/* ============================================
   규칙 강조 비주얼 (다크 섹션 내)
============================================ */
#tg-emo-wrapper .tg-emo-rule-visual {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
}

#tg-emo-wrapper .tg-emo-rule-visual__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 18px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(165, 180, 252, 0.1);
    border-radius: 12px;
    position: relative;
}

#tg-emo-wrapper .tg-emo-rule-visual__item--final {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
    border-color: rgba(110, 231, 183, 0.15);
}

#tg-emo-wrapper .tg-emo-rule-visual__number {
    position: absolute;
    top: -10px;
    left: 16px;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: var(--emo-white);
    font-weight: 900;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#tg-emo-wrapper .tg-emo-rule-visual__item--final .tg-emo-rule-visual__number {
    background: linear-gradient(135deg, var(--emo-green) 0%, #10b981 100%);
}

#tg-emo-wrapper .tg-emo-rule-visual__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(165, 180, 252, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fca5a5;
}

#tg-emo-wrapper .tg-emo-rule-visual__icon--done {
    background: linear-gradient(135deg, var(--emo-green) 0%, #10b981 100%);
    color: var(--emo-white);
    border-color: var(--emo-green);
}

#tg-emo-wrapper .tg-emo-rule-visual__body {
    flex: 1;
    padding-top: 4px;
}

#tg-emo-wrapper .tg-emo-rule-visual__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--emo-white);
    margin-bottom: 4px;
}

#tg-emo-wrapper .tg-emo-rule-visual__text {
    font-size: 14px;
    color: var(--emo-indigo-border);
    line-height: 1.6;
}

#tg-emo-wrapper .tg-emo-rule-visual__text strong {
    color: var(--emo-white);
}

#tg-emo-wrapper .tg-emo-rule-visual__connector {
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(165, 180, 252, 0.2) 0%, rgba(165, 180, 252, 0.05) 100%);
    margin-left: 36px;
}

/* ============================================
   직장인 활용 팁 박스
============================================ */
#tg-emo-wrapper .tg-emo-work-tip {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
    padding: 20px 22px;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1) 0%, rgba(253, 186, 116, 0.05) 100%);
    border: 1px solid rgba(253, 186, 116, 0.2);
    border-radius: 12px;
}

#tg-emo-wrapper .tg-emo-work-tip__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--emo-coral) 0%, #fb923c 100%);
    color: var(--emo-white);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

#tg-emo-wrapper .tg-emo-work-tip__body {
    flex: 1;
}

#tg-emo-wrapper .tg-emo-work-tip__badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: var(--emo-coral-deep);
    background-color: var(--emo-coral-border);
    padding: 2px 12px;
    border-radius: 100px;
    margin-bottom: 8px;
}

#tg-emo-wrapper .tg-emo-work-tip__body p {
    font-size: 14px;
    color: var(--emo-indigo-border);
    line-height: 1.7;
}

#tg-emo-wrapper .tg-emo-work-tip__body strong {
    color: var(--emo-white);
}

/* ============================================
   스텝 리스트
============================================ */
#tg-emo-wrapper .tg-emo-steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

#tg-emo-wrapper .tg-emo-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background-color: var(--emo-slate-100);
    padding: 16px 18px;
    border-radius: 10px;
    border-left: 3px solid var(--emo-coral-border);
    transition: border-left-color 0.2s ease;
    list-style: none;
}

#tg-emo-wrapper .tg-emo-step:hover {
    border-left-color: var(--emo-coral);
}

#tg-emo-wrapper .tg-emo-step--highlight {
    background: linear-gradient(135deg, var(--emo-green-light) 0%, #a7f3d0 100%);
    border-left-color: var(--emo-green);
}

/* 다크 섹션 내 스텝 */
#tg-emo-wrapper .tg-emo-section--dark .tg-emo-step {
    background-color: rgba(255, 255, 255, 0.04);
    border-left-color: var(--emo-coral);
    color: var(--emo-slate-300);
}

#tg-emo-wrapper .tg-emo-section--dark .tg-emo-step__text {
    color: var(--emo-slate-300);
}

#tg-emo-wrapper .tg-emo-section--dark .tg-emo-step__text strong {
    color: var(--emo-white);
}

#tg-emo-wrapper .tg-emo-section--dark .tg-emo-step--highlight {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(16, 185, 129, 0.05) 100%);
    border-left-color: var(--emo-green);
}

#tg-emo-wrapper .tg-emo-step__marker {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--emo-coral) 0%, var(--emo-coral-dark) 100%);
    color: var(--emo-white);
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 1px;
}

#tg-emo-wrapper .tg-emo-step__marker--highlight {
    background: linear-gradient(135deg, var(--emo-green) 0%, #10b981 100%);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

#tg-emo-wrapper .tg-emo-step__content {
    flex: 1;
}

#tg-emo-wrapper .tg-emo-step__text {
    font-size: 15px;
    padding-top: 3px;
    color: var(--emo-slate-500);
    line-height: 1.6;
}

#tg-emo-wrapper .tg-emo-step__text p {
    margin-bottom: 10px;
}

/* ============================================
   효과 발동 비주얼
============================================ */
#tg-emo-wrapper .tg-emo-effect-visual {
    margin-top: 14px;
    background-color: var(--emo-white);
    border: 1px solid var(--emo-slate-200);
    border-radius: 12px;
    overflow: hidden;
    max-width: 320px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

#tg-emo-wrapper .tg-emo-effect-visual__screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 100px;
    background: linear-gradient(135deg, var(--emo-indigo-light) 0%, #ddd6fe 100%);
    font-size: 28px;
    color: var(--emo-indigo);
    position: relative;
}

#tg-emo-wrapper .tg-emo-effect-visual__burst {
    position: absolute;
    font-size: 60px;
    color: rgba(249, 115, 22, 0.15);
    animation: tg-emo-sparkle 1.5s ease-in-out infinite;
}

#tg-emo-wrapper .tg-emo-effect-visual__emoji {
    color: #ef4444;
    font-size: 32px;
    animation: tg-emo-beat 1.5s infinite;
    position: relative;
    z-index: 1;
}

#tg-emo-wrapper .tg-emo-effect-visual__badge {
    padding: 6px 14px;
    background: linear-gradient(135deg, var(--emo-green-light) 0%, #a7f3d0 100%);
    font-size: 12px;
    font-weight: 800;
    color: var(--emo-green);
    text-align: center;
}

/* ============================================
   동기화 프로세스 비주얼
============================================ */
#tg-emo-wrapper .tg-emo-sync-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 24px 16px;
    background: linear-gradient(135deg, var(--emo-indigo-light) 0%, #e0e7ff 100%);
    border: 1px solid var(--emo-indigo-border);
    border-radius: 12px;
}

#tg-emo-wrapper .tg-emo-sync-visual__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--emo-slate-500);
}

#tg-emo-wrapper .tg-emo-sync-visual__icon {
    width: 48px;
    height: 48px;
    background-color: var(--emo-white);
    border: 1px solid var(--emo-slate-200);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--emo-slate-500);
}

#tg-emo-wrapper .tg-emo-sync-visual__step--sync .tg-emo-sync-visual__icon {
    background: linear-gradient(135deg, var(--emo-coral) 0%, var(--emo-coral-dark) 100%);
    color: var(--emo-white);
    border-color: var(--emo-coral);
}

#tg-emo-wrapper .tg-emo-sync-visual__step--sync {
    color: var(--emo-coral-dark);
}

#tg-emo-wrapper .tg-emo-sync-visual__step--result .tg-emo-sync-visual__icon {
    background: linear-gradient(135deg, var(--emo-green) 0%, #10b981 100%);
    color: var(--emo-white);
    border-color: var(--emo-green);
}

#tg-emo-wrapper .tg-emo-sync-visual__step--result {
    color: var(--emo-green);
}

#tg-emo-wrapper .tg-emo-sync-visual__arrow {
    color: var(--emo-indigo-border);
    font-size: 16px;
    font-weight: 800;
}

/* ============================================
   결론 및 요약
============================================ */
#tg-emo-wrapper .tg-emo-summary {
    background: linear-gradient(135deg, #1e1b4b 0%, var(--emo-indigo-deep) 50%, #4338ca 100%);
    color: var(--emo-white);
    padding: 44px 28px;
    border-radius: var(--emo-radius);
    text-align: center;
    box-shadow: 0 10px 30px rgba(49, 46, 129, 0.4);
}

#tg-emo-wrapper .tg-emo-summary__title {
    font-size: 24px;
    font-weight: 800;
    color: var(--emo-white);
    margin-bottom: 20px;
}

#tg-emo-wrapper .tg-emo-summary__body p {
    font-size: 16px;
    margin-bottom: 14px;
    color: var(--emo-indigo-border);
    line-height: 1.7;
}

#tg-emo-wrapper .tg-emo-summary strong {
    color: var(--emo-white);
}

/* 요약 프로세스 아이콘 */
#tg-emo-wrapper .tg-emo-summary__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 28px 0;
}

#tg-emo-wrapper .tg-emo-summary__icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--emo-indigo-border);
}

#tg-emo-wrapper .tg-emo-summary__icon-circle {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(165, 180, 252, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--emo-indigo-border);
    transition: transform 0.2s ease;
}

#tg-emo-wrapper .tg-emo-summary__icon-circle:hover {
    transform: scale(1.08);
}

#tg-emo-wrapper .tg-emo-summary__icon-circle--sync {
    background: linear-gradient(135deg, var(--emo-coral) 0%, #fb923c 100%);
    color: var(--emo-white);
    border-color: var(--emo-coral);
}

#tg-emo-wrapper .tg-emo-summary__icon-circle--done {
    background: linear-gradient(135deg, var(--emo-green) 0%, #10b981 100%);
    color: var(--emo-white);
    border-color: var(--emo-green);
}

#tg-emo-wrapper .tg-emo-summary__icon-arrow {
    color: rgba(165, 180, 252, 0.3);
    font-size: 14px;
}

/* 체크리스트 */
#tg-emo-wrapper .tg-emo-summary__checklist {
    list-style: none;
    display: inline-block;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 24px 32px;
    border-radius: 12px;
    margin: 0 0 24px;
}

#tg-emo-wrapper .tg-emo-summary__checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #e0e7ff;
    line-height: 1.6;
    list-style: none;
}

#tg-emo-wrapper .tg-emo-summary__checklist li:last-child {
    margin-bottom: 0;
}

#tg-emo-wrapper .tg-emo-summary__checklist li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: var(--emo-coral-border);
}

#tg-emo-wrapper .tg-emo-summary__checklist strong {
    color: var(--emo-white);
}

#tg-emo-wrapper .tg-emo-summary__footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
    color: var(--emo-indigo-border);
    line-height: 1.8;
}

#tg-emo-wrapper .tg-emo-summary__footer strong {
    color: var(--emo-white);
}

/* ============================================
   애니메이션 키프레임
============================================ */

/* 히어로 화살표 펄스 */
@keyframes tg-emo-arrow-pulse {

    0%,
    100% {
        opacity: 0.3;
        transform: translateX(0);
    }

    50% {
        opacity: 0.8;
        transform: translateX(4px);
    }
}

/* 하트 박동 효과 */
@keyframes tg-emo-beat {

    0%,
    100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.15);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

/* 반짝임 효과 */
@keyframes tg-emo-sparkle {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.2) rotate(15deg);
        opacity: 0.7;
    }
}

/* ============================================
   반응형 미디어 쿼리 (모바일 퍼스트)
============================================ */
@media (min-width: 768px) {
    #tg-emo-wrapper .tg-emo-hero {
        padding: 80px 40px;
    }

    #tg-emo-wrapper .tg-emo-hero__title {
        font-size: 38px;
    }

    #tg-emo-wrapper .tg-emo-main {
        padding: 40px 36px 0;
        gap: 40px;
    }

    #tg-emo-wrapper .tg-emo-intro {
        padding: 36px 32px;
    }

    #tg-emo-wrapper .tg-emo-section {
        padding: 40px 36px;
    }

    #tg-emo-wrapper .tg-emo-section__title {
        font-size: 24px;
    }

    #tg-emo-wrapper .tg-emo-section__num {
        font-size: 44px;
    }

    /* 이점 카드 2열 */
    #tg-emo-wrapper .tg-emo-benefit-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    #tg-emo-wrapper .tg-emo-summary {
        padding: 56px 44px;
    }
}

@media (min-width: 1024px) {
    #tg-emo-wrapper .tg-emo-hero__title {
        font-size: 44px;
    }

    #tg-emo-wrapper .tg-emo-main {
        gap: 46px;
    }
}

/* ============================================
   스크롤 등장 애니메이션 (JS 연동)
============================================ */
#tg-emo-wrapper .tg-emo-motion {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

#tg-emo-wrapper .tg-emo-motion.is-visible {
    opacity: 1;
    transform: translateY(0);
}
