/*
 * tips375/style.css  v1.0.0
 * 텔레그램 음성 메시지 자르기(Trim) 가이드
 * 테마: 머스타드/앰버 + 딥 다크 (음성·파형·오디오 편집)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-375-wrapper,
#tg-375-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-375-wrapper h1, #tg-375-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-375-wrapper strong { font-weight: 700; color: inherit; }
#tg-375-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-375-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-375-wrapper button { cursor: pointer; }
#tg-375-wrapper a { color: inherit; }
#tg-375-wrapper ol { list-style: none; }

/* ─── 디자인 토큰 ─── */
#tg-375-wrapper {
    --amb-100:  #fef9c3;
    --amb-200:  #fef08a;
    --amb-300:  #fde047;
    --amb-400:  #facc15;
    --amb-500:  #eab308;
    --amb-600:  #ca8a04;
    --amb-700:  #a16207;
    --grn-400:  #4ade80;
    --grn-500:  #22c55e;
    --sky-400:  #38bdf8;
    --sky-500:  #0ea5e9;
    --dk-base:  #1a0f03;
    --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-amb: 0 6px 24px rgba(234,179,8,.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-375-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-375-wrapper .tg-375-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-375-wrapper .tg-375-motion.is-visible { opacity: 1; transform: translateY(0); }

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

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

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

/* 흐름 표시 */
#tg-375-wrapper .tg-375-flow-row { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:6px; margin-top:22px; }
#tg-375-wrapper .tg-375-flow-step { display:flex; flex-direction:column; align-items:center; gap:5px; background:var(--sl-50); border:1px solid var(--sl-200); border-radius:12px; padding:12px 14px; min-width:62px; }
#tg-375-wrapper .tg-375-flow-step--active { background:rgba(234,179,8,.08); border-color:rgba(234,179,8,.3); }
#tg-375-wrapper .tg-375-flow-step__ico { font-size:1.4rem; color:var(--sl-400); }
#tg-375-wrapper .tg-375-flow-step--active .tg-375-flow-step__ico { color:var(--amb-500); }
#tg-375-wrapper .tg-375-flow-step__txt { font-size:.65rem; font-weight:800; color:var(--sl-500); margin-bottom:0 !important; }
#tg-375-wrapper .tg-375-flow-step--active .tg-375-flow-step__txt { color:var(--amb-700); }
#tg-375-wrapper .tg-375-flow-arrow { font-size:1.2rem; color:var(--sl-300, #cbd5e1); }

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

/* ═════════════════════════════════════════
   시뮬레이터
═════════════════════════════════════════ */
#tg-375-wrapper .tg-375-sim-wrap { max-width:400px; margin:0 auto; text-align:left; }
#tg-375-wrapper .tg-375-sim-panel { animation:tg375FadeIn .3s ease; }

/* 채팅 UI */
#tg-375-wrapper .tg-375-chat-ui { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:14px; overflow:hidden; }
#tg-375-wrapper .tg-375-chat-ui__bubble { display:flex; flex-direction:column; align-items:flex-start; gap:4px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.05); }
#tg-375-wrapper .tg-375-chat-ui__prev { font-size:.8rem; color:rgba(255,255,255,.75); padding:8px 12px; background:rgba(255,255,255,.07); border-radius:10px; margin-bottom:0 !important; line-height:1.55 !important; }
#tg-375-wrapper .tg-375-chat-ui__time { font-size:.58rem; color:rgba(255,255,255,.25); margin-bottom:0 !important; }
#tg-375-wrapper .tg-375-chat-ui__input-row { display:flex; align-items:center; gap:10px; padding:10px 12px; }
#tg-375-wrapper .tg-375-chat-ui__fake-input { flex:1; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius:999px; padding:9px 14px; font-size:.78rem; color:rgba(255,255,255,.2); pointer-events:none; }
#tg-375-wrapper .tg-375-mic-btn { width:38px; height:38px; flex-shrink:0; border-radius:50%; background:var(--amb-500); color:#fff; font-size:1rem; display:flex; align-items:center; justify-content:center; transition:transform .15s, background .18s; animation:tg375Pulse 2.5s ease-in-out infinite; }
#tg-375-wrapper .tg-375-mic-btn:hover { background:var(--amb-600); animation:none; transform:scale(1.08); }
@keyframes tg375Pulse { 0%,100%{box-shadow:0 0 0 0 rgba(234,179,8,.2);}50%{box-shadow:0 0 0 6px rgba(234,179,8,0);} }

/* 녹음 UI */
#tg-375-wrapper .tg-375-rec-ui { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:14px; padding:14px; }
#tg-375-wrapper .tg-375-rec-ui__header { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
#tg-375-wrapper .tg-375-rec-badge { display:inline-flex; align-items:center; gap:6px; font-size:.72rem; font-weight:800; color:#ef4444; }
#tg-375-wrapper .tg-375-rec-dot { width:8px; height:8px; border-radius:50%; background:#ef4444; animation:tg375Blink 1s ease-in-out infinite; flex-shrink:0; }
@keyframes tg375Blink { 0%,100%{opacity:1;}50%{opacity:.2;} }
#tg-375-wrapper .tg-375-rec-timer { font-size:.82rem; font-weight:800; color:rgba(255,255,255,.5); font-variant-numeric:tabular-nums; }
/* 실시간 파형 */
#tg-375-wrapper .tg-375-rec-wave { display:flex; align-items:center; gap:3px; height:36px; justify-content:center; margin-bottom:12px; }
#tg-375-wrapper .tg-375-rec-bar { width:4px; border-radius:2px; background:var(--amb-400); opacity:.7; animation:tg375WaveBar 0.6s ease-in-out infinite alternate; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(1)  { height:8px;  animation-delay:0s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(2)  { height:18px; animation-delay:.05s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(3)  { height:28px; animation-delay:.10s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(4)  { height:22px; animation-delay:.15s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(5)  { height:32px; animation-delay:.20s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(6)  { height:36px; animation-delay:.25s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(7)  { height:30px; animation-delay:.20s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(8)  { height:24px; animation-delay:.15s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(9)  { height:18px; animation-delay:.10s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(10) { height:28px; animation-delay:.05s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(11) { height:16px; animation-delay:0s; }
#tg-375-wrapper .tg-375-rec-bar:nth-child(12) { height:10px; animation-delay:.05s; }
@keyframes tg375WaveBar { from{transform:scaleY(.3);}to{transform:scaleY(1);} }
#tg-375-wrapper .tg-375-rec-controls { display:flex; align-items:center; gap:8px; }
#tg-375-wrapper .tg-375-delete-btn { width:36px; height:36px; border-radius:50%; background:rgba(239,68,68,.1); color:#ef4444; font-size:1.1rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .18s; }
#tg-375-wrapper .tg-375-delete-btn:hover { background:rgba(239,68,68,.2); }
#tg-375-wrapper .tg-375-pause-btn { flex:1; display:flex; align-items:center; justify-content:center; gap:6px; padding:10px; border-radius:20px; background:var(--amb-500); color:#fff; font-size:.88rem; font-weight:800; transition:background .18s; }
#tg-375-wrapper .tg-375-pause-btn:hover { background:var(--amb-600); }
#tg-375-wrapper .tg-375-pause-btn .material-symbols-outlined { font-size:1rem; }

/* 파형 편집 */
#tg-375-wrapper .tg-375-edit-ui { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:14px; padding:14px; }
#tg-375-wrapper .tg-375-waveform-wrap { position:relative; height:52px; border-radius:8px; overflow:visible; margin-bottom:6px; user-select:none; }
#tg-375-wrapper .tg-375-waveform { position:absolute; inset:0; display:flex; align-items:center; gap:2px; padding:0 6px; }
#tg-375-wrapper .tg-375-waveform-bar { flex:1; max-width:5px; border-radius:2px; background:var(--amb-400); opacity:.75; }
#tg-375-wrapper .tg-375-waveform-progress { position:absolute; top:0; left:0; height:100%; background:rgba(234,179,8,.18); pointer-events:none; border-radius:4px; transition:width .05s linear; }
#tg-375-wrapper .tg-375-waveform-mute { position:absolute; top:0; height:100%; pointer-events:none; border-radius:4px; }
#tg-375-wrapper .tg-375-waveform-mute.trim--left-mute  { left:0; background:rgba(0,0,0,.55); }
#tg-375-wrapper .tg-375-waveform-mute.trim--right-mute { right:0; background:rgba(0,0,0,.55); }
/* 트림 핸들 */
#tg-375-wrapper .tg-375-waveform-trim { position:absolute; top:-4px; bottom:-4px; width:14px; background:var(--amb-400); border-radius:4px; cursor:col-resize; z-index:5; display:flex; align-items:center; justify-content:center; touch-action:none; }
#tg-375-wrapper .tg-375-waveform-trim::after { content:''; width:2px; height:22px; background:rgba(0,0,0,.4); border-radius:1px; }
#tg-375-wrapper .tg-375-waveform-trim.trim--left  { left:0; transform:translateX(-50%); }
#tg-375-wrapper .tg-375-waveform-trim.trim--right { right:0; transform:translateX(50%); }
/* 시간 */
#tg-375-wrapper .tg-375-waveform-times { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
#tg-375-wrapper .tg-375-time-label { font-size:.62rem; font-weight:700; color:rgba(255,255,255,.3); font-variant-numeric:tabular-nums; }
#tg-375-wrapper .tg-375-duration   { font-size:.68rem; font-weight:800; color:var(--amb-300); }
/* 편집 컨트롤 */
#tg-375-wrapper .tg-375-edit-controls { display:flex; align-items:center; gap:6px; margin-bottom:8px; }
#tg-375-wrapper .tg-375-del-btn  { width:36px; height:36px; border-radius:50%; background:rgba(239,68,68,.1); color:#ef4444; font-size:1.1rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .18s; }
#tg-375-wrapper .tg-375-del-btn:hover { background:rgba(239,68,68,.2); }
#tg-375-wrapper .tg-375-play-btn { width:36px; height:36px; border-radius:50%; background:rgba(234,179,8,.12); border:1px solid rgba(234,179,8,.3); color:var(--amb-300); font-size:1.2rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all .18s; }
#tg-375-wrapper .tg-375-play-btn:hover { background:rgba(234,179,8,.2); }
#tg-375-wrapper .tg-375-more-btn { display:inline-flex; align-items:center; gap:5px; padding:9px 12px; border-radius:20px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.5); font-size:.76rem; font-weight:700; transition:all .18s; }
#tg-375-wrapper .tg-375-more-btn:hover { background:rgba(255,255,255,.1); color:#fff; }
#tg-375-wrapper .tg-375-more-btn .material-symbols-outlined { font-size:.9rem; }
#tg-375-wrapper .tg-375-send-btn { flex:1; display:flex; align-items:center; justify-content:center; gap:6px; padding:10px; border-radius:20px; background:linear-gradient(135deg, var(--amb-500), var(--amb-700)); color:#fff; font-size:.9rem; font-weight:800; transition:opacity .18s; }
#tg-375-wrapper .tg-375-send-btn:hover { opacity:.9; }
#tg-375-wrapper .tg-375-send-btn .material-symbols-outlined { font-size:1rem; }
#tg-375-wrapper .tg-375-edit-hint { font-size:.65rem; color:rgba(255,255,255,.2); text-align:center; margin-bottom:0 !important; }

/* 완료 패널 */
#tg-375-wrapper .tg-375-done-panel { text-align:center; padding:20px 0; }
#tg-375-wrapper .tg-375-done-ico { font-size:3rem; color:var(--amb-400); margin-bottom:10px; animation:tg375PopIn .4s cubic-bezier(.34,1.56,.64,1); }
#tg-375-wrapper .tg-375-done-title { font-size:1.05rem; font-weight:900; color:#fff; margin-bottom:6px !important; }
#tg-375-wrapper .tg-375-done-sub   { font-size:.8rem; color:rgba(255,255,255,.45); margin-bottom:16px !important; }
#tg-375-wrapper .tg-375-retry-btn { display:inline-flex; align-items:center; gap:6px; background:rgba(234,179,8,.1); border:1px solid rgba(234,179,8,.25); color:var(--amb-300); font-size:.82rem; font-weight:800; padding:9px 18px; border-radius:999px; transition:background .18s; }
#tg-375-wrapper .tg-375-retry-btn:hover { background:rgba(234,179,8,.18); }
#tg-375-wrapper .tg-375-retry-btn .material-symbols-outlined { font-size:.9rem; }

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

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

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

@keyframes tg375FadeIn { from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);} }
@keyframes tg375PopIn  { from{opacity:0;transform:scale(.4);}to{opacity:1;transform:scale(1);} }

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