/*
 * tips288/style.css  v1.0.0
 * 텔레그램 일회용 음성/영상 메시지 가이드 전용 스타일
 * 그누보드5 완전 격리 | BEM 네이밍 | 모바일 퍼스트
 * 테마: 슬레이트·다크+레드 (보안·프라이버시·자동삭제)
 */

/* ── 리셋 ── */
#tg-288-wrapper,#tg-288-wrapper *,#tg-288-wrapper *::before,#tg-288-wrapper *::after{box-sizing:border-box;margin:0;padding:0;border:none;outline:none;text-decoration:none;list-style:none;background:none;font-style:normal}
#tg-288-wrapper h1,#tg-288-wrapper h2,#tg-288-wrapper h3,#tg-288-wrapper h4{font-size:inherit;font-weight:inherit;color:inherit;line-height:1.3}
#tg-288-wrapper p{margin-bottom:14px!important;line-height:1.75!important}
#tg-288-wrapper p:last-child{margin-bottom:0!important}

/* ── 변수 ── */
#tg-288-wrapper{
    --red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;
    --rose-500:#f43f5e;--rose-600:#e11d48;
    --orange-500:#f97316;--orange-600:#ea580c;
    --slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;
    --text-main:#1e293b;--text-sub:#475569;--border-r:14px;
    --shadow-red:0 8px 28px rgba(239,68,68,0.12);
}

#tg-288-wrapper.tg-288-wrapper{max-width:1100px;margin:0 auto;width:100%;font-family:'Pretendard','Apple SD Gothic Neo','Malgun Gothic',sans-serif;color:var(--text-main);line-height:1.75;background-color:var(--slate-50);border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(239,68,68,0.06)}

/* ══════ 히어로 ══════ */
#tg-288-wrapper .tg-288-hero{position:relative;background:linear-gradient(135deg,#1e293b 0%,#0f172a 60%,#0c0a09 100%);padding:52px 24px 52px;text-align:center;overflow:hidden}
#tg-288-wrapper .tg-288-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,rgba(239,68,68,0.15) 0%,transparent 55%),radial-gradient(circle at 25% 75%,rgba(244,63,94,0.1) 0%,transparent 50%);pointer-events:none}
#tg-288-wrapper .tg-288-hero::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:40px;background:var(--slate-50);clip-path:ellipse(55% 100% at 50% 100%)}
#tg-288-wrapper .tg-288-hero__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:18px}
#tg-288-wrapper .tg-288-hero__badge{display:inline-flex;align-items:center;gap:6px;background:rgba(239,68,68,0.2)!important;color:#fca5a5!important;font-size:0.82rem;font-weight:700;padding:6px 16px;border-radius:20px;border:1px solid rgba(239,68,68,0.3)}
#tg-288-wrapper .tg-288-hero__icon-flow{display:flex;align-items:center;gap:14px}
#tg-288-wrapper .tg-288-hero__icon-box{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(255,255,255,0.08)!important;border:2px solid rgba(255,255,255,0.2);border-radius:14px;font-size:1.8rem;color:#fff!important}
#tg-288-wrapper .tg-288-hero__icon-box--mid{background:rgba(239,68,68,0.15)!important;border-color:rgba(239,68,68,0.35)}
#tg-288-wrapper .tg-288-hero__icon-box--glow{background:rgba(249,115,22,0.15)!important;border-color:rgba(249,115,22,0.35);animation:tg288-pulse 2.5s ease-in-out infinite}
@keyframes tg288-pulse{0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,0.25)}50%{box-shadow:0 0 0 14px rgba(239,68,68,0)}}
#tg-288-wrapper .tg-288-hero__flow-arrow{color:rgba(255,255,255,0.35)!important;font-size:1.1rem}
#tg-288-wrapper .tg-288-hero__title{font-size:1.6rem;font-weight:900;color:#fff!important;line-height:1.35;word-break:keep-all}
#tg-288-wrapper .tg-288-hero__subtitle{font-size:0.97rem;color:rgba(255,255,255,0.8)!important;word-break:keep-all;max-width:700px;margin-bottom:0!important}
#tg-288-wrapper .tg-288-hero__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
#tg-288-wrapper .tg-288-hero__tag{background:rgba(255,255,255,0.08)!important;color:rgba(255,255,255,0.85)!important;font-size:0.82rem;font-weight:600;padding:4px 13px;border-radius:20px;border:1px solid rgba(255,255,255,0.15)}

/* ══════ 메인 ══════ */
#tg-288-wrapper .tg-288-main{background:#fff;padding:48px 20px 40px;display:flex;flex-direction:column;gap:44px}

/* ══════ 도입부 ══════ */
#tg-288-wrapper .tg-288-intro{background:var(--slate-50)!important;border:1px solid var(--slate-200);border-radius:var(--border-r);padding:28px 24px;text-align:left}
#tg-288-wrapper .tg-288-intro__icon{margin-bottom:12px;font-size:2rem;color:var(--red-500);text-align:center}
#tg-288-wrapper .tg-288-intro__heading{font-size:1.15rem;font-weight:800;color:var(--red-700)!important;margin-bottom:14px;text-align:center}
#tg-288-wrapper .tg-288-intro p{font-size:0.97rem;color:var(--text-sub)!important;word-break:keep-all}
#tg-288-wrapper .tg-288-intro p strong{color:var(--red-600)!important}

/* ══════ 섹션 공통 ══════ */
#tg-288-wrapper .tg-288-section__label{display:inline-flex;align-items:center;gap:7px;background:var(--slate-700)!important;color:#fff!important;font-size:0.78rem;font-weight:700;padding:4px 14px;border-radius:20px;margin-bottom:12px}
#tg-288-wrapper .tg-288-section__label--demo{background:var(--red-600)!important}
#tg-288-wrapper .tg-288-section__label--tips{background:var(--orange-600)!important}
#tg-288-wrapper .tg-288-section__title{font-size:1.25rem;font-weight:900;color:var(--slate-800)!important;border-left:4px solid var(--red-500);padding-left:14px;margin-bottom:18px;line-height:1.4;word-break:keep-all}
#tg-288-wrapper .tg-288-section p{font-size:0.97rem;color:var(--text-sub)!important;word-break:keep-all;text-align:left}
#tg-288-wrapper .tg-288-section p strong{color:var(--red-600)!important;font-weight:700}

/* ══════ 기능 카드 ══════ */
#tg-288-wrapper .tg-288-feature-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:22px}
#tg-288-wrapper .tg-288-feature-card{position:relative;background:var(--slate-50)!important;border:1px solid var(--slate-200);border-radius:12px;padding:20px 16px 18px;display:flex;flex-direction:column;gap:8px;text-align:left;transition:transform 0.25s,box-shadow 0.25s}
#tg-288-wrapper .tg-288-feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-red)}
#tg-288-wrapper .tg-288-feature-card__num{position:absolute;top:-8px;right:14px;width:26px;height:26px;background:var(--red-600)!important;color:#fff!important;font-size:0.75rem;font-weight:900;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
#tg-288-wrapper .tg-288-feature-card__icon{font-size:1.5rem;color:var(--red-500);margin-bottom:4px}
#tg-288-wrapper .tg-288-feature-card strong{font-size:0.95rem;font-weight:800;color:var(--slate-800)!important}
#tg-288-wrapper .tg-288-feature-card p{font-size:0.88rem;color:var(--text-sub)!important;margin-bottom:0!important}
#tg-288-wrapper .tg-288-feature-card p strong{color:var(--red-600)!important}

/* ══════ 채팅 시뮬 ══════ */
#tg-288-wrapper .tg-288-msg-sim{margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:16px}

/* 채팅 화면 */
#tg-288-wrapper .tg-288-msg-sim__chat{width:260px;border-radius:18px;overflow:hidden;background:var(--slate-900)!important;box-shadow:0 8px 32px rgba(0,0,0,0.25);display:flex;flex-direction:column}

/* 채팅 헤더 */
#tg-288-wrapper .tg-288-msg-sim__chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--slate-800)!important;border-bottom:1px solid rgba(255,255,255,0.06)}
#tg-288-wrapper .tg-288-msg-sim__chat-name{font-size:0.72rem;font-weight:800;color:#fff!important;display:flex;align-items:center;gap:5px}
#tg-288-wrapper .tg-288-msg-sim__chat-name i{color:var(--slate-400);font-size:0.85rem}
#tg-288-wrapper .tg-288-msg-sim__chat-status{font-size:0.5rem;font-weight:600;color:#4ade80!important}

/* 채팅 본문 */
#tg-288-wrapper .tg-288-msg-sim__chat-body{flex:1;min-height:200px;padding:12px 10px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}

/* 메시지 버블 */
#tg-288-wrapper .tg-288-msg-sim__bubble{max-width:85%;padding:8px 10px;border-radius:10px;font-size:0.65rem;line-height:1.5}
#tg-288-wrapper .tg-288-msg-sim__bubble p{margin-bottom:0!important;line-height:1.5!important}
#tg-288-wrapper .tg-288-msg-sim__bubble--received{background:rgba(255,255,255,0.1)!important;color:rgba(255,255,255,0.9)!important;align-self:flex-start;border-bottom-left-radius:2px}
#tg-288-wrapper .tg-288-msg-sim__bubble--sent{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;align-self:flex-end;border-bottom-right-radius:2px}
#tg-288-wrapper .tg-288-msg-sim__bubble--once{position:relative;background:linear-gradient(135deg,#7c3aed,#6d28d9)!important;border:1px solid rgba(167,139,250,0.3)}
#tg-288-wrapper .tg-288-msg-sim__time{display:block;font-size:0.45rem;color:rgba(255,255,255,0.4)!important;text-align:right;margin-top:3px}

/* 음성 메시지 표현 */
#tg-288-wrapper .tg-288-msg-sim__voice{display:flex;align-items:center;gap:6px}
#tg-288-wrapper .tg-288-msg-sim__voice-icon{width:24px;height:24px;background:rgba(255,255,255,0.2)!important;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.55rem;color:#fff!important;flex-shrink:0}
#tg-288-wrapper .tg-288-msg-sim__voice-wave{flex:1;height:16px;background:rgba(255,255,255,0.15)!important;border-radius:4px;position:relative;overflow:hidden}
#tg-288-wrapper .tg-288-msg-sim__voice-wave::after{content:'';position:absolute;left:0;top:0;bottom:0;width:0;background:rgba(255,255,255,0.3)!important;border-radius:4px;transition:width 2s linear}
#tg-288-wrapper .tg-288-msg-sim__voice.is-playing .tg-288-msg-sim__voice-wave::after{width:100%}
#tg-288-wrapper .tg-288-msg-sim__voice-dur{font-size:0.5rem;font-weight:700;color:rgba(255,255,255,0.6)!important;white-space:nowrap}
#tg-288-wrapper .tg-288-msg-sim__once-badge{display:inline-flex;align-items:center;gap:3px;font-size:0.45rem;font-weight:700;color:#c4b5fd!important;margin-top:4px}
#tg-288-wrapper .tg-288-msg-sim__once-badge i{font-size:0.45rem}

/* 삭제 애니메이션 */
#tg-288-wrapper .tg-288-msg-sim__bubble.is-deleting{animation:tg288-delete 0.6s ease-out forwards}
@keyframes tg288-delete{0%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.95)}100%{opacity:0;transform:scale(0.8);height:0;padding:0;margin:0;overflow:hidden}}

/* 입력 바 */
#tg-288-wrapper .tg-288-msg-sim__input-bar{padding:8px 10px;background:var(--slate-800)!important;border-top:1px solid rgba(255,255,255,0.06)}
#tg-288-wrapper .tg-288-msg-sim__input-default{display:flex;align-items:center;gap:8px}
#tg-288-wrapper .tg-288-msg-sim__input-default.is-hidden{display:none}
#tg-288-wrapper .tg-288-msg-sim__input-text{flex:1;font-size:0.6rem;color:rgba(255,255,255,0.3)!important}
#tg-288-wrapper .tg-288-msg-sim__mic-btn{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.85rem;color:#fff!important;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s;font-family:inherit}
#tg-288-wrapper .tg-288-msg-sim__mic-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(59,130,246,0.4)}

/* 녹음 인터페이스 */
#tg-288-wrapper .tg-288-msg-sim__recording{display:none;align-items:center;justify-content:space-between;gap:8px}
#tg-288-wrapper .tg-288-msg-sim__recording.is-visible{display:flex}
#tg-288-wrapper .tg-288-msg-sim__rec-indicator{display:flex;align-items:center;gap:6px}
#tg-288-wrapper .tg-288-msg-sim__rec-dot{width:8px;height:8px;background:var(--red-500)!important;border-radius:50%;animation:tg288-recBlink 1s ease-in-out infinite}
@keyframes tg288-recBlink{0%,100%{opacity:1}50%{opacity:0.3}}
#tg-288-wrapper .tg-288-msg-sim__rec-timer{font-size:0.65rem;font-weight:700;color:#fff!important;font-variant-numeric:tabular-nums}
#tg-288-wrapper .tg-288-msg-sim__rec-actions{display:flex;align-items:center;gap:6px}

/* 일회용 버튼 */
#tg-288-wrapper .tg-288-msg-sim__once-btn{width:30px;height:30px;background:rgba(255,255,255,0.12)!important;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.2s,transform 0.15s;font-family:inherit}
#tg-288-wrapper .tg-288-msg-sim__once-btn:hover{background:rgba(255,255,255,0.2)!important}
#tg-288-wrapper .tg-288-msg-sim__once-btn.is-active{background:var(--red-600)!important}
#tg-288-wrapper .tg-288-msg-sim__once-icon{font-size:0.7rem;font-weight:900;color:#fff!important}

/* 전송 버튼 */
#tg-288-wrapper .tg-288-msg-sim__send-btn{width:30px;height:30px;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.65rem;color:#fff!important;cursor:pointer;transition:transform 0.2s;font-family:inherit}
#tg-288-wrapper .tg-288-msg-sim__send-btn:hover{transform:scale(1.1)}

/* 컨트롤 패널 */
#tg-288-wrapper .tg-288-msg-sim__controls{width:100%;max-width:380px;display:flex;flex-direction:column;gap:10px}

/* 단계 가이드 */
#tg-288-wrapper .tg-288-msg-sim__guide{background:var(--slate-50)!important;border:1px solid var(--slate-200);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}
#tg-288-wrapper .tg-288-msg-sim__guide-step{display:flex;align-items:center;gap:10px;font-size:0.82rem;font-weight:600;color:var(--text-sub)!important;transition:color 0.3s}
#tg-288-wrapper .tg-288-msg-sim__guide-step strong{color:var(--red-600)!important}
#tg-288-wrapper .tg-288-msg-sim__guide-num{width:22px;height:22px;background:var(--slate-300)!important;color:var(--slate-600)!important;font-size:0.7rem;font-weight:900;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.3s,color 0.3s}
#tg-288-wrapper .tg-288-msg-sim__guide-num--active{background:var(--red-600)!important;color:#fff!important}

/* 보안 안내 */
#tg-288-wrapper .tg-288-msg-sim__security-info{background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;border:1px solid #fecaca;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}
#tg-288-wrapper .tg-288-msg-sim__security-item{display:flex;align-items:center;gap:8px;font-size:0.78rem;font-weight:600;color:var(--text-sub)!important}
#tg-288-wrapper .tg-288-msg-sim__security-item i{color:var(--red-500)!important;font-size:0.85rem;width:18px;text-align:center;flex-shrink:0}
#tg-288-wrapper .tg-288-msg-sim__security-item strong{color:var(--red-700)!important}

/* ══════ 탭 전환 ══════ */
#tg-288-wrapper .tg-288-tab-group{display:flex;gap:0;margin-top:22px;border-radius:12px 12px 0 0;overflow:hidden;border:1px solid var(--slate-200);border-bottom:none}
#tg-288-wrapper .tg-288-tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 12px;background:var(--slate-100)!important;color:var(--text-sub)!important;font-family:inherit;font-size:0.88rem;font-weight:700;cursor:pointer;transition:background 0.25s;border-right:1px solid var(--slate-200)}
#tg-288-wrapper .tg-288-tab-btn:last-child{border-right:none}
#tg-288-wrapper .tg-288-tab-btn:hover{background:var(--slate-200)!important}
#tg-288-wrapper .tg-288-tab-btn--active{background:var(--slate-800)!important;color:#fff!important}
#tg-288-wrapper .tg-288-tab-btn i{font-size:1.1rem}
#tg-288-wrapper .tg-288-tab-panel{display:none;background:var(--slate-50)!important;border:1px solid var(--slate-200);border-top:3px solid var(--red-500);border-radius:0 0 var(--border-r) var(--border-r);padding:22px 20px;text-align:left;animation:tg288-fadeIn 0.35s ease}
@keyframes tg288-fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
#tg-288-wrapper .tg-288-tab-panel--active{display:block}
#tg-288-wrapper .tg-288-tab-panel__header{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}
#tg-288-wrapper .tg-288-tab-panel__icon-wrap{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px;flex-shrink:0;font-size:1.6rem;color:#fff!important}
#tg-288-wrapper .tg-288-tab-panel__icon-wrap--ios{background:linear-gradient(135deg,#64748b,#334155)!important}
#tg-288-wrapper .tg-288-tab-panel__icon-wrap--android{background:linear-gradient(135deg,#22c55e,#15803d)!important}
#tg-288-wrapper .tg-288-tab-panel__icon-wrap--pc{background:linear-gradient(135deg,#2283dd,#005bb5)!important}
#tg-288-wrapper .tg-288-tab-panel__title{font-size:1.05rem;font-weight:800;color:var(--slate-800)!important;margin-bottom:4px}
#tg-288-wrapper .tg-288-tab-panel__desc{font-size:0.88rem;color:var(--text-sub)!important;margin-bottom:0!important}

/* ══════ 단계 ══════ */
#tg-288-wrapper .tg-288-steps{counter-reset:step288;display:flex;flex-direction:column;gap:9px;margin-bottom:14px;text-align:left}
#tg-288-wrapper .tg-288-steps__item{counter-increment:step288;position:relative;padding-left:32px;font-size:0.9rem;color:var(--text-sub)!important;line-height:1.55}
#tg-288-wrapper .tg-288-steps__item::before{content:counter(step288);position:absolute;left:0;top:2px;width:22px;height:22px;background:var(--slate-700)!important;color:#fff!important;font-size:0.7rem;font-weight:900;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}
#tg-288-wrapper .tg-288-steps__item strong{color:var(--red-600)!important;font-weight:700}
#tg-288-wrapper .tg-288-key-action{background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;border:1px solid #fecaca;border-radius:10px;padding:12px 16px;font-size:0.88rem;color:var(--text-main)!important;display:flex;align-items:center;gap:8px;text-align:left}
#tg-288-wrapper .tg-288-key-action>i{color:var(--red-600)!important;flex-shrink:0}
#tg-288-wrapper .tg-288-key-action strong{color:var(--red-800)!important;font-weight:800;margin-right:4px}

/* ══════ 아코디언 ══════ */
#tg-288-wrapper .tg-288-accordion{display:flex;flex-direction:column;gap:12px;margin-top:20px}
#tg-288-wrapper .tg-288-accordion__item{background:var(--slate-50)!important;border:1px solid var(--slate-200);border-radius:var(--border-r);overflow:hidden;transition:border-color 0.3s,box-shadow 0.3s}
#tg-288-wrapper .tg-288-accordion__item.is-open{border-color:var(--red-400);box-shadow:var(--shadow-red)}
#tg-288-wrapper .tg-288-accordion__header{display:flex;align-items:center;gap:10px;padding:16px 18px;width:100%;background:none!important;cursor:pointer;font-family:inherit;text-align:left}
#tg-288-wrapper .tg-288-accordion__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;border-radius:10px;font-size:1.1rem;color:var(--red-600)!important;flex-shrink:0}
#tg-288-wrapper .tg-288-accordion__title{flex:1;font-size:0.95rem;font-weight:800;color:var(--slate-800)!important}
#tg-288-wrapper .tg-288-accordion__arrow{color:var(--slate-400)!important;font-size:0.8rem;transition:transform 0.3s;flex-shrink:0}
#tg-288-wrapper .tg-288-accordion__item.is-open .tg-288-accordion__arrow{transform:rotate(180deg)}
#tg-288-wrapper .tg-288-accordion__body{max-height:0;overflow:hidden;transition:max-height 0.45s,padding 0.45s;padding:0 18px;text-align:left}
#tg-288-wrapper .tg-288-accordion__item.is-open .tg-288-accordion__body{max-height:600px;padding:0 18px 20px}
#tg-288-wrapper .tg-288-accordion__body p{font-size:0.9rem;color:var(--text-sub)!important}
#tg-288-wrapper .tg-288-accordion__body p strong{color:var(--red-600)!important}

/* ══════ 결론 ══════ */
#tg-288-wrapper .tg-288-summary{background:linear-gradient(150deg,var(--slate-900) 0%,#1c1917 100%)!important;border-radius:var(--border-r);padding:44px 24px;text-align:center}
#tg-288-wrapper .tg-288-summary__title{font-size:1.3rem;font-weight:900;color:#fff!important;margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:10px}
#tg-288-wrapper .tg-288-summary__flow{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:36px}
#tg-288-wrapper .tg-288-summary__flow-item{display:flex;flex-direction:column;align-items:center;gap:8px}
#tg-288-wrapper .tg-288-summary__flow-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:rgba(255,255,255,0.08)!important;border:2px solid rgba(255,255,255,0.15);border-radius:12px;font-size:1.3rem;color:#fff!important}
#tg-288-wrapper .tg-288-summary__flow-item span{font-size:0.72rem;font-weight:600;color:var(--slate-300)!important;max-width:90px;text-align:center;line-height:1.3}
#tg-288-wrapper .tg-288-summary__flow-arrow{color:rgba(255,255,255,0.25)!important;font-size:0.9rem}
#tg-288-wrapper .tg-288-summary__checklist{text-align:left;max-width:640px;margin:0 auto 28px;display:flex;flex-direction:column;gap:10px}
#tg-288-wrapper .tg-288-summary__checklist li{font-size:0.93rem;color:var(--slate-300)!important;display:flex;align-items:flex-start;gap:8px;line-height:1.6}
#tg-288-wrapper .tg-288-summary__checklist li i{color:var(--red-400)!important;flex-shrink:0;margin-top:4px}
#tg-288-wrapper .tg-288-summary__checklist li strong{color:#fff!important;font-weight:700}
#tg-288-wrapper .tg-288-summary__desc{font-size:0.92rem;color:var(--slate-300)!important;word-break:keep-all;max-width:700px;margin:0 auto!important}
#tg-288-wrapper .tg-288-summary__desc strong{color:#fff!important}
#tg-288-wrapper .tg-288-footer{margin-top:28px}
#tg-288-wrapper .tg-288-footer__btn{display:inline-flex;align-items:center;gap:8px;background:#fff!important;color:var(--slate-800)!important;font-size:0.92rem;font-weight:800;padding:13px 30px;border-radius:30px;box-shadow:0 4px 16px rgba(0,0,0,0.2);transition:transform 0.22s,box-shadow 0.22s}
#tg-288-wrapper .tg-288-footer__btn:hover{transform:scale(1.05);box-shadow:0 6px 22px rgba(0,0,0,0.25)}

/* ══════ 스크롤 등장 ══════ */
#tg-288-wrapper .tg-288-motion{opacity:0;transform:translateY(26px);transition:opacity 0.65s ease-out,transform 0.65s ease-out}
#tg-288-wrapper .tg-288-motion.is-visible{opacity:1;transform:translateY(0)}

/* ══════ 반응형 ══════ */
@media(min-width:640px){
    #tg-288-wrapper .tg-288-hero{padding:64px 40px 60px}
    #tg-288-wrapper .tg-288-hero__title{font-size:2rem}
    #tg-288-wrapper .tg-288-main{padding:56px 40px 48px;gap:52px}
    #tg-288-wrapper .tg-288-feature-grid{grid-template-columns:repeat(3,1fr)}
    #tg-288-wrapper .tg-288-msg-sim{flex-direction:row;align-items:flex-start;gap:24px}
    #tg-288-wrapper .tg-288-msg-sim__controls{flex:1}
    #tg-288-wrapper .tg-288-summary{padding:56px 40px}
    #tg-288-wrapper .tg-288-tab-panel__header{align-items:center}
}
@media(min-width:900px){
    #tg-288-wrapper .tg-288-hero__title{font-size:2.3rem}
    #tg-288-wrapper .tg-288-section__title{font-size:1.4rem}
}
