/*
 * tips372/style.css  v1.0.0
 * 텔레그램 스토리 긴 영상 자동 분할 가이드
 * 테마: 크림슨/레드 + 딥 다크 (동영상·타임라인·영상 분할)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-372-wrapper,
#tg-372-wrapper * {
    box-sizing: border-box; margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none; list-style: none; background: none; font-style: normal;
}
#tg-372-wrapper h1, #tg-372-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-372-wrapper strong { font-weight: 700; color: inherit; }
#tg-372-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-372-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-372-wrapper button { cursor: pointer; }
#tg-372-wrapper a { color: inherit; }
#tg-372-wrapper ol { list-style: none; }
#tg-372-wrapper input { font-family: inherit; }

/* ─── 디자인 토큰 ─── */
#tg-372-wrapper {
    --red-200:  #fecaca;
    --red-300:  #fca5a5;
    --red-400:  #f87171;
    --red-500:  #ef4444;
    --red-600:  #dc2626;
    --red-700:  #b91c1c;
    --grn-400:  #4ade80;
    --grn-500:  #22c55e;
    --sky-400:  #38bdf8;
    --sky-500:  #0ea5e9;
    --dk-base:  #1a0404;
    --sl-50:    #f8fafc;
    --sl-100:   #f1f5f9;
    --sl-200:   #e2e8f0;
    --sl-400:   #94a3b8;
    --sl-500:   #64748b;
    --sl-800:   #1e293b;
    --sl-900:   #0f172a;
    --text-sub: #475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:  0 4px 14px rgba(0,0,0,.06);
    --shadow-red: 0 6px 24px rgba(239,68,68,.28);
    --fs-sm:   .9rem;
    --fs-base: 1rem;
    --fs-lg:   1.2rem;

    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: var(--fs-base); color: var(--sl-800); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols */
#tg-372-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal; font-style: normal; font-size: inherit; line-height: 1;
    display: inline-block; white-space: nowrap; direction: ltr;
    -webkit-font-smoothing: antialiased; vertical-align: middle;
}

/* 스크롤 등장 */
#tg-372-wrapper .tg-372-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-372-wrapper .tg-372-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-372-wrapper .tg-372-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-372-wrapper .tg-372-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 52% at 28% 35%, rgba(239,68,68,.22) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 80% 68%, rgba(248,113,113,.1) 0%, transparent 52%);
}
#tg-372-wrapper .tg-372-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-372-wrapper .tg-372-float {
    position: absolute; font-size: 1.8rem; opacity: 0;
    animation: tg372Float ease-in-out infinite;
}
#tg-372-wrapper .tg-372-float--1 { top: 14%; left:4%;    animation-duration: 5.5s; }
#tg-372-wrapper .tg-372-float--2 { top: 22%; right:5%;   animation-duration: 4.5s; animation-delay: -2s; font-size: 1.3rem; }
#tg-372-wrapper .tg-372-float--3 { bottom:28%; left:6%;  animation-duration: 6s;   animation-delay: -1s; }
#tg-372-wrapper .tg-372-float--4 { bottom:20%; right:7%; animation-duration: 5s;   animation-delay: -1.8s; font-size: 1.3rem; }
@keyframes tg372Float {
    0%,100% { opacity: 0; transform: translateY(0) scale(.9); }
    50%      { opacity: .52; transform: translateY(-14px) scale(1.12); }
}
#tg-372-wrapper .tg-372-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-372-wrapper .tg-372-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(239,68,68,.15); border: 1px solid rgba(239,68,68,.35);
    color: var(--red-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-372-wrapper .tg-372-hero__title {
    font-size: clamp(1.65rem,4.2vw,2.3rem); font-weight: 900;
    color: #fff; line-height: 1.28; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-372-wrapper .tg-372-hero__title em { font-style: normal; color: var(--red-300); text-shadow: 0 0 24px rgba(239,68,68,.55); }
#tg-372-wrapper .tg-372-hero__subtitle { color: rgba(255,255,255,.65); line-height: 1.8; max-width: 540px; margin: 0 auto 28px !important; }
#tg-372-wrapper .tg-372-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
#tg-372-wrapper .tg-372-hero__chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.22);
    color: var(--red-300); font-size: .82rem; font-weight: 800; padding: 8px 16px; border-radius: 999px;
}
#tg-372-wrapper .tg-372-hero__chip--sky { background: rgba(14,165,233,.08); border-color: rgba(14,165,233,.22); color: var(--sky-400); }
#tg-372-wrapper .tg-372-hero__chip--grn { background: rgba(34,197,94,.08); border-color: rgba(34,197,94,.22); color: var(--grn-400); }

/* ─── 레이아웃 ─── */
#tg-372-wrapper .tg-372-main { display: flex; flex-direction: column; gap: 28px; }

/* 도입부 */
#tg-372-wrapper .tg-372-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--red-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-372-wrapper .tg-372-intro__icon { font-size: 2.4rem; color: var(--red-600); margin-bottom: 14px; }
#tg-372-wrapper .tg-372-intro__title { font-size: clamp(1.05rem,2.8vw,1.3rem); font-weight: 800; color: var(--sl-900); margin-bottom: 14px; }
#tg-372-wrapper .tg-372-intro p { color: var(--text-sub); max-width: 680px; margin-left: auto; margin-right: auto; }

/* 비교 카드 */
#tg-372-wrapper .tg-372-compare-row { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 22px; }
#tg-372-wrapper .tg-372-compare-card {
    border-radius: var(--radius-sm); padding: 16px 20px; text-align: center; width: 100%; max-width: 300px;
}
#tg-372-wrapper .tg-372-compare-card--bad  { background: rgba(239,68,68,.06); border: 1px solid rgba(239,68,68,.2); }
#tg-372-wrapper .tg-372-compare-card--good { background: rgba(34,197,94,.06); border: 1px solid rgba(34,197,94,.2); }
#tg-372-wrapper .tg-372-compare-card__label { font-size: .8rem; font-weight: 900; margin-bottom: 6px !important; }
#tg-372-wrapper .tg-372-compare-card--bad  .tg-372-compare-card__label { color: var(--red-600); }
#tg-372-wrapper .tg-372-compare-card--good .tg-372-compare-card__label { color: var(--grn-500); }
#tg-372-wrapper .tg-372-compare-card__text { font-size: .78rem; color: var(--text-sub); line-height: 1.65; margin-bottom: 0 !important; }
#tg-372-wrapper .tg-372-compare-arrow { font-size: 1.4rem; color: var(--sl-300, #cbd5e1); transform: rotate(90deg); }

/* 공통 섹션 */
#tg-372-wrapper .tg-372-section {
    background: #fff; border: 1px solid var(--sl-200); border-radius: var(--radius-md);
    padding: 44px 32px; box-shadow: var(--shadow-sm); text-align: center;
}
#tg-372-wrapper .tg-372-section--dark { background: var(--dk-base); border-color: rgba(239,68,68,.1); }
#tg-372-wrapper .tg-372-section__label {
    display: inline-flex; align-items: center; gap: 7px; font-size: .88rem; font-weight: 700;
    padding: 7px 20px; border-radius: 999px; margin-bottom: 22px;
}
#tg-372-wrapper .tg-372-section__label--dark { background: rgba(255,255,255,.13); color: #fff; border: 1px solid rgba(255,255,255,.24); }
#tg-372-wrapper .tg-372-section__label--red  { background: rgba(239,68,68,.08); color: var(--red-700); }
#tg-372-wrapper .tg-372-section__label .material-symbols-outlined { font-size: 1rem; }
/* 다크 섹션 제목 — p 태그 처리 */
#tg-372-wrapper .tg-372-section__title--light {
    color: #fff; font-size: clamp(1.2rem,3vw,1.5rem); font-weight: 900;
    letter-spacing: -.02em; margin-bottom: 16px !important; text-align: center; line-height: 1.35; padding: 0 8px;
}
#tg-372-wrapper .tg-372-section__title {
    font-size: clamp(1.2rem,3vw,1.5rem); font-weight: 900; color: var(--sl-900);
    letter-spacing: -.02em; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 10px;
}
#tg-372-wrapper .tg-372-section > p { color: var(--text-sub); max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-372-wrapper .tg-372-section__desc--light { color: rgba(255,255,255,.8) !important; margin-bottom: 28px !important; }

/* ═════════════════════════════════════════
   타임라인 시뮬레이터
═════════════════════════════════════════ */
#tg-372-wrapper .tg-372-sim-wrap { max-width: 480px; margin: 0 auto; text-align: left; }
#tg-372-wrapper .tg-372-sim-panel { }
#tg-372-wrapper .tg-372-sim-panel__title {
    display: flex; align-items: center; gap: 8px;
    font-size: .88rem; font-weight: 800; color: rgba(255,255,255,.5); margin-bottom: 12px !important;
}
#tg-372-wrapper .tg-372-sim-panel__title .material-symbols-outlined { font-size: 1rem; color: var(--red-400); }

/* 영상 리스트 */
#tg-372-wrapper .tg-372-video-list { display: flex; flex-direction: column; gap: 8px; }
#tg-372-wrapper .tg-372-video-item {
    display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 12px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); text-align: left;
    transition: background .18s, border-color .18s;
}
#tg-372-wrapper .tg-372-video-item:hover { background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.25); }
#tg-372-wrapper .tg-372-video-item__thumb { font-size: 1.8rem; flex-shrink: 0; line-height: 1; }
#tg-372-wrapper .tg-372-video-item__info  { flex: 1; }
#tg-372-wrapper .tg-372-video-item__name  { font-size: .82rem; font-weight: 800; color: rgba(255,255,255,.8); margin-bottom: 3px !important; }
#tg-372-wrapper .tg-372-video-item__dur   {
    font-size: .68rem; color: rgba(255,255,255,.3); display: flex; align-items: center; gap: 4px; margin-bottom: 0 !important;
}
#tg-372-wrapper .tg-372-video-item__dur .material-symbols-outlined { font-size: .78rem; }
#tg-372-wrapper .tg-372-video-item__badge {
    font-size: .58rem; font-weight: 900; padding: 3px 8px; border-radius: 999px;
    background: rgba(239,68,68,.12); border: 1px solid rgba(239,68,68,.28); color: var(--red-300); white-space: nowrap; flex-shrink: 0;
}
#tg-372-wrapper .tg-372-video-item__badge--long { background: rgba(248,113,113,.18); border-color: rgba(248,113,113,.4); color: var(--red-200); }

/* 영상 프리뷰 */
#tg-372-wrapper .tg-372-preview-mock {
    position: relative; border-radius: 12px; overflow: hidden;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
    aspect-ratio: 16/7; display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
#tg-372-wrapper .tg-372-preview-mock__thumb { font-size: 3.5rem; line-height: 1; }
#tg-372-wrapper .tg-372-preview-mock__overlay {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 8px 12px;
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, transparent 100%);
    display: flex; align-items: flex-end; gap: 8px;
}
#tg-372-wrapper .tg-372-preview-mock__seg {
    font-size: .7rem; font-weight: 900; padding: 2px 8px; border-radius: 999px;
    background: var(--red-500); color: #fff;
}
#tg-372-wrapper .tg-372-preview-mock__caption { font-size: .72rem; color: rgba(255,255,255,.8); font-weight: 700; }

/* 타임라인 */
#tg-372-wrapper .tg-372-timeline {
    display: flex; gap: 5px; margin-bottom: 14px; flex-wrap: nowrap; overflow-x: auto;
    padding-bottom: 4px;
}
#tg-372-wrapper .tg-372-timeline-seg {
    flex: 1; min-width: 48px; padding: 8px 4px; border-radius: 8px; text-align: center; cursor: pointer;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
    transition: background .18s, border-color .18s;
    display: flex; flex-direction: column; align-items: center; gap: 3px;
}
#tg-372-wrapper .tg-372-timeline-seg:hover { background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.25); }
#tg-372-wrapper .tg-372-timeline-seg--active { background: rgba(239,68,68,.15); border-color: rgba(239,68,68,.4); }
#tg-372-wrapper .tg-372-timeline-seg__num { font-size: .72rem; font-weight: 900; color: var(--red-300); }
#tg-372-wrapper .tg-372-timeline-seg__dur { font-size: .55rem; color: rgba(255,255,255,.3); }
#tg-372-wrapper .tg-372-timeline-seg__cap { font-size: .5rem; color: var(--red-300); max-width: 54px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#tg-372-wrapper .tg-372-timeline-seg--has-cap { border-color: rgba(239,68,68,.3); }

/* 캡션 입력 */
#tg-372-wrapper .tg-372-caption-area { margin-bottom: 14px; }
#tg-372-wrapper .tg-372-caption-area__label {
    font-size: .72rem; font-weight: 800; color: rgba(255,255,255,.3); margin-bottom: 7px !important;
    display: flex; align-items: center; gap: 6px;
}
#tg-372-wrapper .tg-372-caption-area__label .material-symbols-outlined { font-size: .85rem; color: var(--red-400); }
#tg-372-wrapper .tg-372-caption-input-wrap { display: flex; gap: 6px; }
#tg-372-wrapper .tg-372-caption-input {
    flex: 1; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
    padding: 10px 12px; font-size: .82rem; color: #fff; transition: border-color .18s;
}
#tg-372-wrapper .tg-372-caption-input::placeholder { color: rgba(255,255,255,.2); }
#tg-372-wrapper .tg-372-caption-input:focus { border-color: rgba(239,68,68,.4); outline: none; }
#tg-372-wrapper .tg-372-caption-save {
    width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
    background: var(--red-500); color: #fff; font-size: 1rem; display: flex; align-items: center; justify-content: center;
    transition: background .18s;
}
#tg-372-wrapper .tg-372-caption-save:hover { background: var(--red-600); }

/* 에디터 버튼 */
#tg-372-wrapper .tg-372-editor-btns { display: flex; gap: 8px; }
#tg-372-wrapper .tg-372-back-btn {
    display: inline-flex; align-items: center; gap: 6px; padding: 10px 16px; border-radius: 20px;
    background: rgba(255,255,255,.06); color: rgba(255,255,255,.4);
    font-size: .84rem; font-weight: 700; transition: background .18s;
}
#tg-372-wrapper .tg-372-back-btn:hover { background: rgba(255,255,255,.1); }
#tg-372-wrapper .tg-372-back-btn .material-symbols-outlined { font-size: .9rem; }
#tg-372-wrapper .tg-372-post-btn {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 12px; border-radius: 20px; font-size: .92rem; font-weight: 800; color: #fff;
    background: linear-gradient(135deg, var(--red-500), var(--red-700)); box-shadow: var(--shadow-red); transition: opacity .2s;
}
#tg-372-wrapper .tg-372-post-btn:hover { opacity: .9; }
#tg-372-wrapper .tg-372-post-btn .material-symbols-outlined { font-size: 1rem; }

/* 완료 패널 */
#tg-372-wrapper .tg-372-done-ico { font-size: 3rem; color: var(--red-400); margin-bottom: 10px; animation: tg372PopIn .4s cubic-bezier(.34,1.56,.64,1); }
#tg-372-wrapper .tg-372-done-title { font-size: 1.1rem; font-weight: 900; color: #fff; margin-bottom: 14px !important; text-align: center; }
#tg-372-wrapper .tg-372-done-segments { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
#tg-372-wrapper .tg-372-done-seg {
    display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 8px;
    background: rgba(239,68,68,.08); border: 1px solid rgba(239,68,68,.2); font-size: .78rem;
    animation: tg372FadeIn .25s ease;
}
#tg-372-wrapper .tg-372-done-seg__num { font-weight: 900; color: var(--red-300); min-width: 28px; }
#tg-372-wrapper .tg-372-done-seg__cap { color: rgba(255,255,255,.7); font-style: italic; }
#tg-372-wrapper .tg-372-retry-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.25); color: var(--red-300);
    font-size: .82rem; font-weight: 800; padding: 9px 18px; border-radius: 999px; transition: background .18s;
}
#tg-372-wrapper .tg-372-retry-btn:hover { background: rgba(239,68,68,.18); }
#tg-372-wrapper .tg-372-retry-btn .material-symbols-outlined { font-size: .9rem; }

/* 탭 */
#tg-372-wrapper .tg-372-tabs { display: flex; gap: 6px; background: var(--sl-100); border-radius: var(--radius-sm); padding: 5px; margin-bottom: 22px; flex-wrap: wrap; }
#tg-372-wrapper .tg-372-tab-btn { flex: 1; min-width: 80px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 11px 12px; border-radius: 7px; font-size: var(--fs-sm); font-weight: 600; color: var(--sl-500); transition: background .2s, color .2s; }
#tg-372-wrapper .tg-372-tab-btn .material-symbols-outlined { font-size: 1.1rem; }
#tg-372-wrapper .tg-372-tab-btn--active { background: #fff; color: var(--red-700); box-shadow: 0 2px 8px rgba(0,0,0,.08); font-weight: 800; }
#tg-372-wrapper .tg-372-tab-panel { display: none; text-align: left; animation: tg372FadeIn .3s ease; }
#tg-372-wrapper .tg-372-tab-panel--active { display: block; }
#tg-372-wrapper .tg-372-tab-panel__head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--sl-100); }
#tg-372-wrapper .tg-372-tab-panel__icon { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fff; flex-shrink: 0; }
#tg-372-wrapper .tg-372-tab-panel__icon--mob { background: linear-gradient(135deg, var(--red-500), var(--red-700)); }
#tg-372-wrapper .tg-372-tab-panel__icon--pc  { background: linear-gradient(135deg, #555, #111); }
#tg-372-wrapper .tg-372-tab-panel__name { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); margin-bottom: 4px; }
#tg-372-wrapper .tg-372-tab-panel__sub  { font-size: var(--fs-sm); color: var(--sl-500); margin-bottom: 0 !important; }
#tg-372-wrapper .tg-372-steps { display: flex; flex-direction: column; gap: 12px; counter-reset: steps; }
#tg-372-wrapper .tg-372-steps li { counter-increment: steps; display: flex; align-items: flex-start; gap: 12px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75; }
#tg-372-wrapper .tg-372-steps li::before { content: counter(steps); min-width: 28px; height: 28px; flex-shrink: 0; margin-top: 2px; background: linear-gradient(135deg, var(--red-500), var(--red-700)); color: #fff; font-size: .8rem; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
#tg-372-wrapper .tg-372-steps li strong { color: var(--sl-800); }
#tg-372-wrapper .tg-372-tip-box { display: flex; align-items: flex-start; gap: 12px; background: rgba(239,68,68,.06); border: 1px solid rgba(239,68,68,.2); border-radius: var(--radius-sm); padding: 14px 18px; margin-top: 18px; font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.7; }
#tg-372-wrapper .tg-372-tip-box .material-symbols-outlined { font-size: 1.2rem; color: var(--red-500); flex-shrink: 0; margin-top: 2px; }

/* 결론 */
#tg-372-wrapper .tg-372-summary { background: linear-gradient(145deg, var(--dk-base), #2a0808 55%, var(--dk-base)); border: 1px solid rgba(239,68,68,.12); border-radius: var(--radius-lg); padding: 52px 32px; color: #fff; text-align: center; }
#tg-372-wrapper .tg-372-summary h2 { font-size: 1.3rem; font-weight: 900; display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; color: #fff; }
#tg-372-wrapper .tg-372-summary h2 .material-symbols-outlined { color: var(--red-300); font-size: 1.5rem; }
#tg-372-wrapper .tg-372-summary > p { color: rgba(255,255,255,.55); margin-bottom: 36px !important; }
#tg-372-wrapper .tg-372-summary__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; max-width: 560px; margin: 0 auto; }
#tg-372-wrapper .tg-372-summary__item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
#tg-372-wrapper .tg-372-summary__item .material-symbols-outlined { font-size: 1.8rem; color: var(--red-300); }
#tg-372-wrapper .tg-372-summary__item p { font-size: .84rem; font-weight: 700; color: rgba(255,255,255,.75); margin-bottom: 0 !important; }
#tg-372-wrapper .tg-372-footer-cta { margin-top: 44px; border-top: 1px solid rgba(255,255,255,.07); padding-top: 28px; }
#tg-372-wrapper .tg-372-footer-cta p { font-size: var(--fs-sm); color: rgba(255,255,255,.4); margin-bottom: 20px !important; }
#tg-372-wrapper .tg-372-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--red-500), var(--red-700)); color: #fff; font-size: 1rem; font-weight: 800; padding: 15px 32px; border-radius: 999px; box-shadow: var(--shadow-red); transition: transform .2s; }
#tg-372-wrapper .tg-372-cta-btn:hover { transform: translateY(-3px); }
#tg-372-wrapper .tg-372-cta-btn .material-symbols-outlined { font-size: 1.1rem; }

@keyframes tg372Float   { 0%,100% { opacity:0; transform:translateY(0) scale(.9); } 50% { opacity:.52; transform:translateY(-14px) scale(1.12); } }
@keyframes tg372FadeIn  { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
@keyframes tg372PopIn   { from { opacity:0; transform:scale(.4); } to { opacity:1; transform:scale(1); } }

/* 반응형 */
@media (min-width: 580px) { #tg-372-wrapper .tg-372-compare-row { flex-direction: row; align-items: flex-start; } #tg-372-wrapper .tg-372-compare-arrow { transform: rotate(0); margin-top: 40px; } }
@media (min-width: 640px) { #tg-372-wrapper .tg-372-summary__grid { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 900px) { #tg-372-wrapper .tg-372-hero { padding: 80px 56px 90px; } #tg-372-wrapper .tg-372-section, #tg-372-wrapper .tg-372-intro { padding: 52px 48px; } }
