/*
 * tips376/style.css  v1.0.0
 * 텔레그램 고화질(HD) 사진 원본 파일 전송 가이드
 * 테마: 크리스탈 시안/아이스블루 + 딥 다크 (고화질·HD·사진 선명도)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-376-wrapper,
#tg-376-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-376-wrapper h1, #tg-376-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-376-wrapper strong { font-weight: 700; color: inherit; }
#tg-376-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-376-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-376-wrapper button { cursor: pointer; }
#tg-376-wrapper a { color: inherit; }
#tg-376-wrapper ol { list-style: none; }
#tg-376-wrapper label { cursor: pointer; }
#tg-376-wrapper input[type="checkbox"] { appearance: none; -webkit-appearance: none; position: absolute; opacity: 0; }

/* ─── 디자인 토큰 ─── */
#tg-376-wrapper {
    --cyn-100:  #cffafe;
    --cyn-200:  #a5f3fc;
    --cyn-300:  #67e8f9;
    --cyn-400:  #22d3ee;
    --cyn-500:  #06b6d4;
    --cyn-600:  #0891b2;
    --cyn-700:  #0e7490;
    --grn-400:  #4ade80;
    --grn-500:  #22c55e;
    --gold-300: #fcd34d;
    --red-400:  #f87171;
    --dk-base:  #02131a;
    --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-cyn: 0 6px 24px rgba(6,182,212,.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-376-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-376-wrapper .tg-376-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-376-wrapper .tg-376-motion.is-visible { opacity: 1; transform: translateY(0); }

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

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

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

/* 비교 그리드 */
#tg-376-wrapper .tg-376-compare-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:22px; max-width:520px; margin-left:auto; margin-right:auto; }
#tg-376-wrapper .tg-376-compare-card { background:var(--sl-50); border:1px solid var(--sl-200); border-radius:var(--radius-sm); padding:16px 10px; text-align:center; position:relative; }
#tg-376-wrapper .tg-376-compare-card--hd   { background:rgba(6,182,212,.05); border-color:rgba(6,182,212,.22); }
#tg-376-wrapper .tg-376-compare-card--file { background:rgba(34,197,94,.05); border-color:rgba(34,197,94,.22); }
#tg-376-wrapper .tg-376-compare-card__badge { position:absolute; top:-8px; left:50%; transform:translateX(-50%); font-size:.58rem; font-weight:900; padding:2px 8px; border-radius:999px; white-space:nowrap; }
#tg-376-wrapper .tg-376-compare-card__badge--normal { background:var(--sl-400); color:#fff; }
#tg-376-wrapper .tg-376-compare-card__badge--hd     { background:var(--cyn-500); color:#fff; }
#tg-376-wrapper .tg-376-compare-card__badge--file   { background:var(--grn-500); color:#fff; }
#tg-376-wrapper .tg-376-compare-card__ico   { font-size:1.6rem; color:var(--sl-400); margin-top:10px; margin-bottom:6px !important; }
#tg-376-wrapper .tg-376-compare-card--hd   .tg-376-compare-card__ico  { color:var(--cyn-600); }
#tg-376-wrapper .tg-376-compare-card--file .tg-376-compare-card__ico  { color:var(--grn-500); }
#tg-376-wrapper .tg-376-compare-card__title { font-size:.72rem; font-weight:900; color:var(--sl-900); margin-bottom:4px !important; }
#tg-376-wrapper .tg-376-compare-card__desc  { font-size:.62rem; color:var(--text-sub); line-height:1.55; margin-bottom:0 !important; }

/* 공통 섹션 */
#tg-376-wrapper .tg-376-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-376-wrapper .tg-376-section--dark { background:var(--dk-base); border-color:rgba(6,182,212,.1); }
#tg-376-wrapper .tg-376-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-376-wrapper .tg-376-section__label--dark { background:rgba(255,255,255,.13); color:#fff; border:1px solid rgba(255,255,255,.24); }
#tg-376-wrapper .tg-376-section__label--cyan { background:rgba(6,182,212,.08); color:var(--cyn-700); }
#tg-376-wrapper .tg-376-section__label .material-symbols-outlined { font-size:1rem; }
#tg-376-wrapper .tg-376-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-376-wrapper .tg-376-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-376-wrapper .tg-376-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-376-wrapper .tg-376-section__desc--light { color:rgba(255,255,255,.8) !important; margin-bottom:28px !important; }

/* ═════════════════════════════════════════ 시뮬레이터 */
#tg-376-wrapper .tg-376-sim-wrap { max-width:420px; margin:0 auto; text-align:left; }

/* 컨트롤 */
#tg-376-wrapper .tg-376-sim-ctrl { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:10px; padding:10px 12px; margin-bottom:10px; }
#tg-376-wrapper .tg-376-sim-ctrl__row { display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
#tg-376-wrapper .tg-376-sim-ctrl__label { font-size:.7rem; font-weight:800; color:rgba(255,255,255,.3); display:flex; align-items:center; gap:5px; margin-bottom:0 !important; white-space:nowrap; }
#tg-376-wrapper .tg-376-sim-ctrl__label .material-symbols-outlined { font-size:.85rem; color:var(--cyn-400); }
#tg-376-wrapper .tg-376-mode-opts { display:flex; gap:5px; flex-wrap:wrap; }
#tg-376-wrapper .tg-376-mode-btn { padding:6px 12px; border-radius:8px; font-size:.72rem; font-weight:700; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.4); transition:all .18s; }
#tg-376-wrapper .tg-376-mode-btn--active { background:rgba(6,182,212,.12); border-color:rgba(6,182,212,.3); color:var(--cyn-300); }

/* 모드 패널 */
#tg-376-wrapper .tg-376-mode-panel { animation:tg376FadeIn .3s ease; }

/* ─ 사진 미리보기 ─ */
#tg-376-wrapper .tg-376-photo-mock { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:12px; overflow:hidden; }
#tg-376-wrapper .tg-376-photo-mock__img { position:relative; height:120px; overflow:hidden; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.03); }
#tg-376-wrapper .tg-376-photo-mock__bg { font-size:3.5rem; z-index:0; transition:filter .4s ease; }
/* 블러 오버레이 — 흐린 정도는 JS로 제어 */
#tg-376-wrapper .tg-376-photo-mock__blur-overlay { position:absolute; inset:0; background:rgba(0,0,0,0); transition:backdrop-filter .4s ease; }
#tg-376-wrapper .tg-376-photo-mock__text { position:absolute; bottom:8px; left:0; right:0; text-align:center; z-index:2; }
#tg-376-wrapper .tg-376-photo-label { font-size:.7rem; font-weight:900; padding:3px 10px; border-radius:999px; background:rgba(0,0,0,.55); color:rgba(255,255,255,.7); transition:all .3s; }
#tg-376-wrapper .tg-376-photo-label--hd   { background:rgba(6,182,212,.7); color:#fff; }
#tg-376-wrapper .tg-376-photo-label--file { background:rgba(34,197,94,.7); color:#fff; }
#tg-376-wrapper .tg-376-photo-mock__footer { display:flex; align-items:center; justify-content:space-between; padding:8px 12px; }
#tg-376-wrapper .tg-376-hd-badge { display:inline-flex; align-items:center; gap:5px; padding:7px 12px; border-radius:8px; font-size:.78rem; font-weight:900; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.4); transition:all .2s; }
#tg-376-wrapper .tg-376-hd-badge .material-symbols-outlined { font-size:1rem; }
#tg-376-wrapper .tg-376-hd-badge--active { background:rgba(6,182,212,.18); border-color:rgba(6,182,212,.4); color:var(--cyn-300); }
#tg-376-wrapper .tg-376-send-photo-btn { width:36px; height:36px; border-radius:50%; background:rgba(6,182,212,.15); border:1px solid rgba(6,182,212,.3); color:var(--cyn-300); font-size:1rem; display:flex; align-items:center; justify-content:center; transition:all .18s; }
#tg-376-wrapper .tg-376-send-photo-btn:hover { background:rgba(6,182,212,.28); }

/* ─ 다중 그리드 ─ */
#tg-376-wrapper .tg-376-multi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; margin-bottom:8px; }
#tg-376-wrapper .tg-376-multi-item { aspect-ratio:1; border-radius:8px; background:rgba(255,255,255,.05); border:2px solid transparent; font-size:1.6rem; display:flex; align-items:center; justify-content:center; cursor:pointer; position:relative; user-select:none; transition:all .18s; }
#tg-376-wrapper .tg-376-multi-item--selected { border-color:var(--cyn-400); background:rgba(6,182,212,.1); }
#tg-376-wrapper .tg-376-multi-item__check { position:absolute; top:4px; right:4px; width:18px; height:18px; border-radius:50%; background:var(--cyn-500); display:none; align-items:center; justify-content:center; font-size:.65rem; }
#tg-376-wrapper .tg-376-multi-item--selected .tg-376-multi-item__check { display:flex; }
#tg-376-wrapper .tg-376-multi-bar { display:flex; align-items:center; justify-content:space-between; margin-bottom:6px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:8px; padding:8px 10px; }
#tg-376-wrapper .tg-376-multi-count { font-size:.72rem; font-weight:800; color:rgba(255,255,255,.4); }
#tg-376-wrapper .tg-376-multi-btns { display:flex; gap:6px; }
#tg-376-wrapper .tg-376-multi-action { display:inline-flex; align-items:center; gap:5px; padding:7px 12px; border-radius:8px; font-size:.72rem; font-weight:800; transition:all .18s; }
#tg-376-wrapper .tg-376-multi-action[data-action="hd"]   { background:rgba(6,182,212,.12); border:1px solid rgba(6,182,212,.28); color:var(--cyn-300); }
#tg-376-wrapper .tg-376-multi-action[data-action="file"] { background:rgba(34,197,94,.1); border:1px solid rgba(34,197,94,.28); color:var(--grn-400); }
#tg-376-wrapper .tg-376-multi-action:disabled { opacity:.3; cursor:not-allowed; }
#tg-376-wrapper .tg-376-multi-action .material-symbols-outlined { font-size:.85rem; }

/* ─ PC 팝업 ─ */
#tg-376-wrapper .tg-376-pc-popup { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:12px; padding:14px; }
#tg-376-wrapper .tg-376-pc-popup__title { font-size:.78rem; font-weight:800; color:rgba(255,255,255,.45); display:flex; align-items:center; gap:7px; margin-bottom:10px !important; }
#tg-376-wrapper .tg-376-pc-popup__title .material-symbols-outlined { font-size:.9rem; color:var(--cyn-400); }
#tg-376-wrapper .tg-376-pc-preview-row { display:flex; align-items:center; gap:10px; padding:8px; background:rgba(255,255,255,.04); border-radius:8px; margin-bottom:10px; }
#tg-376-wrapper .tg-376-pc-img-thumb { font-size:1.8rem; }
#tg-376-wrapper .tg-376-pc-img-name { font-size:.75rem; font-weight:700; color:rgba(255,255,255,.7); margin-bottom:3px !important; }
#tg-376-wrapper .tg-376-pc-img-size { font-size:.62rem; color:rgba(255,255,255,.3); margin-bottom:0 !important; }
/* 체크박스 커스텀 */
#tg-376-wrapper .tg-376-compress-row { display:flex; align-items:center; gap:8px; margin-bottom:8px; }
#tg-376-wrapper .tg-376-compress-row__box { width:18px; height:18px; border-radius:4px; border:2px solid rgba(6,182,212,.4); flex-shrink:0; display:flex; align-items:center; justify-content:center; background:rgba(6,182,212,.15); font-size:.7rem; color:var(--cyn-300); transition:all .2s; }
#tg-376-wrapper .tg-376-compress-row:has(input:not(:checked)) .tg-376-compress-row__box { background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.15); color:transparent; }
#tg-376-wrapper .tg-376-compress-row__txt { font-size:.78rem; font-weight:700; color:rgba(255,255,255,.55); }
#tg-376-wrapper .tg-376-pc-tip { font-size:.65rem; color:var(--red-400); margin-bottom:12px !important; }
#tg-376-wrapper .tg-376-pc-tip--ok { color:var(--grn-400) !important; }
#tg-376-wrapper .tg-376-pc-send { width:100%; display:flex; align-items:center; justify-content:center; gap:6px; padding:10px; border-radius:10px; font-size:.88rem; font-weight:800; color:#fff; background:linear-gradient(135deg, var(--cyn-500), var(--cyn-700)); transition:opacity .18s; }
#tg-376-wrapper .tg-376-pc-send:hover { opacity:.9; }

/* ─ 전송 결과 ─ */
#tg-376-wrapper .tg-376-send-result { margin-top:8px; text-align:center; animation:tg376FadeIn .3s ease; }
#tg-376-wrapper .tg-376-result-card { padding:14px 16px; border-radius:10px; font-size:.8rem; line-height:1.65; font-weight:700; margin-bottom:10px; }
#tg-376-wrapper .tg-376-result-card--normal { background:rgba(148,163,184,.1); border:1px solid rgba(148,163,184,.2); color:rgba(255,255,255,.6); }
#tg-376-wrapper .tg-376-result-card--hd     { background:rgba(6,182,212,.1); border:1px solid rgba(6,182,212,.28); color:var(--cyn-300); }
#tg-376-wrapper .tg-376-result-card--file   { background:rgba(34,197,94,.08); border:1px solid rgba(34,197,94,.22); color:var(--grn-400); }
#tg-376-wrapper .tg-376-retry-btn { display:inline-flex; align-items:center; gap:6px; background:rgba(6,182,212,.1); border:1px solid rgba(6,182,212,.25); color:var(--cyn-300); font-size:.82rem; font-weight:800; padding:8px 16px; border-radius:999px; transition:background .18s; }
#tg-376-wrapper .tg-376-retry-btn:hover { background:rgba(6,182,212,.18); }
#tg-376-wrapper .tg-376-retry-btn .material-symbols-outlined { font-size:.9rem; }

#tg-376-wrapper .tg-376-sim-hint { font-size:.7rem; color:rgba(255,255,255,.25); text-align:center; margin-top:8px !important; }

/* 기기별 탭 */
#tg-376-wrapper .tg-376-tabs { display:flex; gap:6px; background:var(--sl-100); border-radius:var(--radius-sm); padding:5px; margin-bottom:22px; flex-wrap:wrap; }
#tg-376-wrapper .tg-376-tab-btn { flex:1; min-width:72px; display:flex; align-items:center; justify-content:center; gap:6px; padding:11px 10px; border-radius:7px; font-size:var(--fs-sm); font-weight:600; color:var(--sl-500); transition:background .2s, color .2s; }
#tg-376-wrapper .tg-376-tab-btn .material-symbols-outlined { font-size:1.1rem; }
#tg-376-wrapper .tg-376-tab-btn--active { background:#fff; color:var(--cyn-700); box-shadow:0 2px 8px rgba(0,0,0,.08); font-weight:800; }
#tg-376-wrapper .tg-376-tab-panel { display:none; text-align:left; animation:tg376FadeIn .3s ease; }
#tg-376-wrapper .tg-376-tab-panel--active { display:block; }
#tg-376-wrapper .tg-376-tab-panel__head { display:flex; align-items:center; gap:14px; margin-bottom:20px; padding-bottom:14px; border-bottom:1px solid var(--sl-100); }
#tg-376-wrapper .tg-376-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-376-wrapper .tg-376-tab-panel__icon--and { background:linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-376-wrapper .tg-376-tab-panel__icon--ios { background:linear-gradient(135deg, #555, #111); }
#tg-376-wrapper .tg-376-tab-panel__icon--pc  { background:linear-gradient(135deg, var(--cyn-500), var(--cyn-700)); }
#tg-376-wrapper .tg-376-tab-panel__name { font-size:var(--fs-lg); font-weight:800; color:var(--sl-900); margin-bottom:4px; }
#tg-376-wrapper .tg-376-tab-panel__sub  { font-size:var(--fs-sm); color:var(--sl-500); margin-bottom:0 !important; }
#tg-376-wrapper .tg-376-tab-panel__sub-sec { font-size:.78rem; font-weight:800; color:var(--sl-500); margin-bottom:8px !important; }
#tg-376-wrapper .tg-376-steps { display:flex; flex-direction:column; gap:12px; counter-reset:steps; }
#tg-376-wrapper .tg-376-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-376-wrapper .tg-376-steps li::before { content:counter(steps); min-width:28px; height:28px; flex-shrink:0; margin-top:2px; background:linear-gradient(135deg, var(--cyn-500), var(--cyn-700)); color:#fff; font-size:.8rem; font-weight:900; border-radius:50%; display:flex; align-items:center; justify-content:center; }
#tg-376-wrapper .tg-376-steps li strong { color:var(--sl-800); }
#tg-376-wrapper .tg-376-tip-box { display:flex; align-items:flex-start; gap:12px; background:rgba(6,182,212,.06); border:1px solid rgba(6,182,212,.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-376-wrapper .tg-376-tip-box .material-symbols-outlined { font-size:1.2rem; color:var(--cyn-500); flex-shrink:0; margin-top:2px; }

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

@keyframes tg376Float  { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
@keyframes tg376FadeIn { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }

/* 반응형 */
@media (min-width:640px) { #tg-376-wrapper .tg-376-summary__grid { grid-template-columns:repeat(4,1fr); } }
@media (min-width:900px) { #tg-376-wrapper .tg-376-hero { padding:80px 56px 90px; } #tg-376-wrapper .tg-376-section, #tg-376-wrapper .tg-376-intro { padding:52px 48px; } }
