/*
 * tips341/style.css  v1.0.0
 * 텔레그램 별(Stars) 경품 이벤트(Giveaway) 가이드
 * 테마: 골드 + 딥 퍼플 다크 (별·경품·축제 감성)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-341-wrapper {
    --gld-200:  #fef9c3;
    --gld-300:  #fef08a;
    --gld-400:  #fde047;
    --gld-500:  #eab308;
    --gld-600:  #ca8a04;
    --gld-700:  #a16207;
    --pur-300:  #d8b4fe;
    --pur-400:  #c084fc;
    --pur-500:  #a855f7;
    --pur-600:  #9333ea;
    --pur-700:  #7e22ce;
    --pur-800:  #581c87;
    --pur-900:  #3b0764;
    --teal-400: #2dd4bf;
    --teal-500: #14b8a6;
    --grn-400:  #4ade80;
    --grn-500:  #22c55e;
    --dk-base:  #0d0a1a;
    --dk-card:  #14102a;
    --sl-50:    #f8fafc;
    --sl-100:   #f1f5f9;
    --sl-200:   #e2e8f0;
    --sl-400:   #94a3b8;
    --sl-500:   #64748b;
    --sl-700:   #334155;
    --sl-800:   #1e293b;
    --sl-900:   #0f172a;
    --text-main: #1e293b;
    --text-sub:  #475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:   0 4px 14px rgba(0,0,0,.06);
    --shadow-gld:  0 4px 20px rgba(234,179,8,.32);
    --shadow-pur:  0 4px 16px rgba(168,85,247,.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(--text-main);
    line-height: 1.7;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

/* Material Symbols */
#tg-341-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-341-wrapper .tg-341-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-341-wrapper .tg-341-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-341-wrapper .tg-341-hero {
    position: relative;
    background: var(--dk-base);
    border-radius: var(--radius-lg);
    padding: 64px 28px 72px;
    text-align: center;
    overflow: hidden;
}
#tg-341-wrapper .tg-341-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 30% 35%, rgba(168,85,247,.22) 0%, transparent 55%),
        radial-gradient(ellipse 58% 48% at 78% 70%, rgba(234,179,8,.18) 0%, transparent 50%);
}
#tg-341-wrapper .tg-341-hero__confetti {
    position: absolute; inset: 0; pointer-events: none; z-index: 0;
}
#tg-341-wrapper .tg-341-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }

#tg-341-wrapper .tg-341-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(168,85,247,.15); border: 1px solid rgba(168,85,247,.35);
    color: var(--pur-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-341-wrapper .tg-341-hero__badge .material-symbols-outlined { font-size: 1.1rem; }

#tg-341-wrapper .tg-341-hero__title {
    font-size: clamp(1.65rem, 4.5vw, 2.4rem); font-weight: 900;
    color: #fff; line-height: 1.35; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-341-wrapper .tg-341-hero__title em {
    font-style: normal; color: var(--gld-300);
    text-shadow: 0 0 32px rgba(253,224,71,.5);
}
#tg-341-wrapper .tg-341-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    max-width: 560px; margin: 0 auto 32px !important;
}
#tg-341-wrapper .tg-341-hero__badges {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
#tg-341-wrapper .tg-341-hero__chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 9px 20px; border-radius: 999px;
    font-size: var(--fs-sm); font-weight: 800;
}
#tg-341-wrapper .tg-341-hero__chip--gold   { background: rgba(234,179,8,.18); border: 1px solid rgba(234,179,8,.38); color: var(--gld-300); }
#tg-341-wrapper .tg-341-hero__chip--purple { background: rgba(168,85,247,.18); border: 1px solid rgba(168,85,247,.38); color: var(--pur-300); }
#tg-341-wrapper .tg-341-hero__chip .material-symbols-outlined { font-size: 1.1rem; }

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

#tg-341-wrapper .tg-341-intro {
    background: #fff; border: 1px solid var(--sl-200);
    border-top: 4px solid var(--gld-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center;
    box-shadow: var(--shadow-sm);
}
#tg-341-wrapper .tg-341-intro__icon { font-size: 2.4rem; color: var(--gld-500); margin-bottom: 14px; }
#tg-341-wrapper .tg-341-intro__icon .material-symbols-outlined { font-size: 2.4rem; }
#tg-341-wrapper .tg-341-intro__title {
    font-size: clamp(1.1rem, 2.8vw, 1.35rem); font-weight: 800;
    color: var(--sl-900); margin-bottom: 14px; letter-spacing: -.01em;
}
#tg-341-wrapper .tg-341-intro p { color: var(--text-sub); max-width: 700px; margin-left: auto; margin-right: auto; }

/* 공통 섹션 */
#tg-341-wrapper .tg-341-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-341-wrapper .tg-341-section--dark { background: var(--dk-base); border-color: rgba(168,85,247,.15); }
#tg-341-wrapper .tg-341-section__label {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--sl-100); color: var(--sl-700);
    font-size: .88rem; font-weight: 700; letter-spacing: .03em;
    padding: 7px 20px; border-radius: 999px; margin-bottom: 22px;
}
#tg-341-wrapper .tg-341-section__label--dark { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.32); }
#tg-341-wrapper .tg-341-section__label--gold { background: rgba(234,179,8,.08); color: var(--gld-700); }
#tg-341-wrapper .tg-341-section__label .material-symbols-outlined { font-size: 1.1rem; }
#tg-341-wrapper .tg-341-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-341-wrapper .tg-341-section__title--light { color: #fff !important; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
#tg-341-wrapper .tg-341-section__title .material-symbols-outlined { font-size: 1.5rem; color: var(--gld-500); }
#tg-341-wrapper .tg-341-section > p, #tg-341-wrapper .tg-341-section__desc--light { max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-341-wrapper .tg-341-section > p { color: var(--text-sub); }
#tg-341-wrapper .tg-341-section__desc--light { color: rgba(255,255,255,.88) !important; margin-bottom: 32px !important; }

/* ═════════════════════════════════════════
   혜택 카드
═════════════════════════════════════════ */
#tg-341-wrapper .tg-341-cards {
    display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 10px;
}
#tg-341-wrapper .tg-341-card {
    background: var(--sl-50); border: 1px solid var(--sl-200);
    border-radius: var(--radius-md); padding: 30px 24px;
    display: flex; flex-direction: column; gap: 14px;
    transition: box-shadow .28s, transform .28s, border-color .28s;
}
#tg-341-wrapper .tg-341-card:hover { transform: translateY(-5px); }
#tg-341-wrapper .tg-341-card--gold:hover   { box-shadow: var(--shadow-gld); border-color: var(--gld-400); }
#tg-341-wrapper .tg-341-card--purple:hover { box-shadow: var(--shadow-pur); border-color: var(--pur-400); }
#tg-341-wrapper .tg-341-card--teal:hover   { box-shadow: 0 4px 16px rgba(45,212,191,.25); border-color: var(--teal-400); }
#tg-341-wrapper .tg-341-card__icon {
    font-size: 2.2rem; line-height: 1; display: block;
}
#tg-341-wrapper .tg-341-card__icon--purple {
    width: 56px; height: 56px; border-radius: 16px; font-size: 1.7rem;
    background: linear-gradient(135deg, var(--pur-500), var(--pur-700));
    display: flex; align-items: center; justify-content: center;
    color: #fff; box-shadow: var(--shadow-pur);
}
#tg-341-wrapper .tg-341-card__icon--teal {
    width: 56px; height: 56px; border-radius: 16px; font-size: 1.7rem;
    background: linear-gradient(135deg, var(--teal-400), var(--teal-500));
    display: flex; align-items: center; justify-content: center;
    color: #fff; box-shadow: 0 4px 14px rgba(45,212,191,.28);
}
#tg-341-wrapper .tg-341-card__title { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); letter-spacing: -.01em; }
#tg-341-wrapper .tg-341-card__desc { font-size: var(--fs-base); color: var(--text-sub); line-height: 1.8; word-break: keep-all; }

/* ═════════════════════════════════════════
   이벤트 설정 데모
═════════════════════════════════════════ */
#tg-341-wrapper .tg-341-demo {
    display: flex; flex-direction: column; align-items: center; gap: 24px;
}

/* 설정 패널 */
#tg-341-wrapper .tg-341-setup-panel {
    width: 100%; max-width: 360px;
    background: #1a1530; border: 1px solid rgba(168,85,247,.2);
    border-radius: var(--radius-md); padding: 20px;
    display: flex; flex-direction: column; gap: 20px;
}
#tg-341-wrapper .tg-341-setup-section { display: flex; flex-direction: column; gap: 12px; }
#tg-341-wrapper .tg-341-setup-section__title {
    display: flex; align-items: center; gap: 7px;
    font-size: .88rem; font-weight: 800; color: rgba(255,255,255,.75);
    margin-bottom: 0 !important;
}
#tg-341-wrapper .tg-341-setup-section__title .material-symbols-outlined { font-size: 1rem; color: var(--pur-400); }
#tg-341-wrapper .tg-341-setup-val {
    font-size: .82rem; color: rgba(255,255,255,.45); text-align: right;
    margin-bottom: 0 !important;
}
#tg-341-wrapper .tg-341-setup-val strong { color: var(--gld-300); }

/* 상품 선택 */
#tg-341-wrapper .tg-341-prize-select { display: flex; gap: 8px; }
#tg-341-wrapper .tg-341-prize-opt {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px; padding: 10px 8px;
    font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.55);
    cursor: pointer; transition: background .2s, border-color .2s, color .2s;
}
#tg-341-wrapper .tg-341-prize-opt--active {
    background: rgba(234,179,8,.12); border-color: rgba(234,179,8,.35);
    color: var(--gld-300);
}
#tg-341-wrapper .tg-341-prize-opt__icon { font-size: 1.2rem; }

/* 프리셋 버튼 */
#tg-341-wrapper .tg-341-preset-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
#tg-341-wrapper .tg-341-preset-btn {
    padding: 8px 6px; border-radius: 8px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.55); font-size: .8rem; font-weight: 700;
    transition: background .2s, border-color .2s, color .2s;
}
#tg-341-wrapper .tg-341-preset-btn--active {
    background: rgba(234,179,8,.15); border-color: rgba(234,179,8,.35);
    color: var(--gld-300);
}
#tg-341-wrapper .tg-341-preset-btn:hover { background: rgba(234,179,8,.12); color: var(--gld-300); }

/* 레인지 슬라이더 */
#tg-341-wrapper .tg-341-range {
    width: 100%; height: 5px;
    background: rgba(168,85,247,.2); border-radius: 999px;
    accent-color: var(--pur-500);
}
#tg-341-wrapper .tg-341-range-labels {
    display: flex; justify-content: space-between;
    font-size: .72rem; color: rgba(255,255,255,.28); margin-top: 4px;
}

/* 기간 선택 */
#tg-341-wrapper .tg-341-duration-opts { display: flex; gap: 6px; flex-wrap: wrap; }
#tg-341-wrapper .tg-341-dur-btn {
    flex: 1; min-width: 52px; padding: 8px 6px; border-radius: 8px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.5); font-size: .82rem; font-weight: 700;
    transition: background .2s, border-color .2s, color .2s;
}
#tg-341-wrapper .tg-341-dur-btn--active {
    background: rgba(168,85,247,.15); border-color: rgba(168,85,247,.35);
    color: var(--pur-300);
}
#tg-341-wrapper .tg-341-dur-btn:hover { background: rgba(168,85,247,.12); color: var(--pur-300); }

/* 시작 버튼 */
#tg-341-wrapper .tg-341-start-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 14px;
    background: linear-gradient(135deg, var(--gld-500), var(--gld-600));
    color: #0d0a1a; font-size: var(--fs-base); font-weight: 900;
    border-radius: var(--radius-sm); box-shadow: var(--shadow-gld);
    transition: box-shadow .25s, transform .2s;
}
#tg-341-wrapper .tg-341-start-btn:hover { box-shadow: 0 8px 28px rgba(234,179,8,.5); transform: translateY(-2px); }
#tg-341-wrapper .tg-341-start-btn .material-symbols-outlined { font-size: 1.2rem; }

/* 미리보기 패널 */
#tg-341-wrapper .tg-341-preview-panel {
    width: 100%; max-width: 280px;
    display: flex; flex-direction: column; gap: 12px;
}
#tg-341-wrapper .tg-341-preview-panel__title {
    display: flex; align-items: center; gap: 7px;
    font-size: var(--fs-sm); font-weight: 800; color: rgba(255,255,255,.7);
    margin-bottom: 0 !important;
}
#tg-341-wrapper .tg-341-preview-panel__title .material-symbols-outlined { font-size: 1rem; color: var(--pur-400); }
#tg-341-wrapper .tg-341-preview-panel__hint {
    font-size: .72rem; color: rgba(255,255,255,.28); text-align: center;
    margin-bottom: 0 !important;
}

/* 기브어웨이 카드 */
#tg-341-wrapper .tg-341-giveaway-card {
    background: linear-gradient(145deg, #1d1740, #2e1a5e);
    border: 1px solid rgba(168,85,247,.3);
    border-radius: var(--radius-md); padding: 20px 16px;
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    box-shadow: 0 4px 32px rgba(168,85,247,.18);
    animation: tg341FadeIn .3s ease;
}
#tg-341-wrapper .tg-341-giveaway-card__banner {
    font-size: 2.4rem; filter: drop-shadow(0 0 10px rgba(253,224,71,.5));
}
#tg-341-wrapper .tg-341-giveaway-card__head {
    font-size: .88rem; font-weight: 900; color: rgba(255,255,255,.9);
    letter-spacing: .02em; margin-bottom: 0 !important; line-height: 1.4 !important;
}
#tg-341-wrapper .tg-341-giveaway-card__prize {
    font-size: 1.4rem; font-weight: 900; color: var(--gld-300);
    text-shadow: 0 0 16px rgba(253,224,71,.4); margin-bottom: 0 !important; line-height: 1.3 !important;
}
#tg-341-wrapper .tg-341-giveaway-card__winners {
    font-size: .78rem; color: rgba(255,255,255,.55); margin-bottom: 0 !important; line-height: 1.4 !important;
}
#tg-341-wrapper .tg-341-giveaway-card__divider {
    width: 100%; height: 1px; background: rgba(255,255,255,.1); margin: 4px 0;
}
#tg-341-wrapper .tg-341-giveaway-card__cond {
    display: flex; align-items: center; gap: 6px;
    font-size: .78rem; color: var(--grn-400); margin-bottom: 0 !important; line-height: 1.4 !important;
}
#tg-341-wrapper .tg-341-giveaway-card__cond .material-symbols-outlined { font-size: .9rem; }
#tg-341-wrapper .tg-341-giveaway-card__end {
    display: flex; align-items: center; gap: 5px;
    font-size: .72rem; color: rgba(255,255,255,.38); margin-bottom: 0 !important; line-height: 1.4 !important;
}
#tg-341-wrapper .tg-341-giveaway-card__end .material-symbols-outlined { font-size: .82rem; }
#tg-341-wrapper .tg-341-giveaway-card__status {
    font-size: .88rem; font-weight: 800; color: var(--grn-400);
    min-height: 22px; text-align: center; line-height: 1.4;
}

/* ═════════════════════════════════════════
   탭 가이드
═════════════════════════════════════════ */
#tg-341-wrapper .tg-341-tabs {
    display: flex; gap: 6px;
    background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 26px; flex-wrap: wrap; text-align: left;
}
#tg-341-wrapper .tg-341-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, box-shadow .2s;
}
#tg-341-wrapper .tg-341-tab-btn .material-symbols-outlined { font-size: 1.15rem; }
#tg-341-wrapper .tg-341-tab-btn--active {
    background: #fff; color: var(--gld-700);
    box-shadow: 0 2px 10px rgba(0,0,0,.09); font-weight: 800;
}
#tg-341-wrapper .tg-341-tab-panel { display: none; text-align: left; animation: tg341FadeIn .3s ease; }
#tg-341-wrapper .tg-341-tab-panel--active { display: block; }
#tg-341-wrapper .tg-341-tab-panel__head {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 22px; padding-bottom: 16px;
    border-bottom: 1px solid var(--sl-100);
}
#tg-341-wrapper .tg-341-tab-panel__icon {
    width: 54px; height: 54px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem; color: #fff; flex-shrink: 0;
}
#tg-341-wrapper .tg-341-tab-panel__icon--pc      { background: linear-gradient(135deg, var(--pur-500), var(--pur-700)); }
#tg-341-wrapper .tg-341-tab-panel__icon--ios      { background: linear-gradient(135deg, #555, #111); }
#tg-341-wrapper .tg-341-tab-panel__icon--android  { background: linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-341-wrapper .tg-341-tab-panel__name { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); margin-bottom: 4px; }
#tg-341-wrapper .tg-341-tab-panel__sub { font-size: var(--fs-sm); color: var(--sl-500); margin-bottom: 0 !important; }

#tg-341-wrapper .tg-341-steps { display: flex; flex-direction: column; gap: 14px; counter-reset: tg341step; }
#tg-341-wrapper .tg-341-steps li {
    counter-increment: tg341step;
    display: flex; align-items: flex-start; gap: 14px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-341-wrapper .tg-341-steps li::before {
    content: counter(tg341step);
    display: flex; align-items: center; justify-content: center;
    min-width: 30px; height: 30px;
    background: linear-gradient(135deg, var(--gld-500), var(--gld-600));
    color: #0d0a1a; font-size: .82rem; font-weight: 900; border-radius: 50%;
    flex-shrink: 0; margin-top: 2px;
}
#tg-341-wrapper .tg-341-steps li strong { color: var(--sl-800); }

#tg-341-wrapper .tg-341-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(234,179,8,.06); border: 1px solid rgba(234,179,8,.18);
    border-radius: var(--radius-sm); padding: 18px 20px;
    margin-top: 22px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-341-wrapper .tg-341-tip-box .material-symbols-outlined { font-size: 1.4rem; color: var(--gld-500); flex-shrink: 0; margin-top: 2px; }

/* ═════════════════════════════════════════
   운영 꿀팁
═════════════════════════════════════════ */
#tg-341-wrapper .tg-341-pro-box {
    background: var(--dk-base); border: 1px solid rgba(253,224,71,.15);
    border-radius: var(--radius-md); padding: 36px 32px;
}
#tg-341-wrapper .tg-341-pro-box__header {
    display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
#tg-341-wrapper .tg-341-pro-tips { display: flex; flex-direction: column; gap: 16px; }
#tg-341-wrapper .tg-341-pro-tip {
    display: flex; align-items: flex-start; gap: 14px;
    background: rgba(168,85,247,.07); border: 1px solid rgba(168,85,247,.15);
    border-radius: var(--radius-sm); padding: 18px;
}
#tg-341-wrapper .tg-341-pro-tip__icon {
    width: 42px; height: 42px; border-radius: 12px;
    font-size: 1.3rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* ═════════════════════════════════════════
   결론 요약
═════════════════════════════════════════ */
#tg-341-wrapper .tg-341-summary {
    background: linear-gradient(145deg, var(--dk-base), var(--pur-900) 55%, #1a1000 100%);
    border: 1px solid rgba(234,179,8,.12);
    border-radius: var(--radius-md); padding: 52px 32px; color: #fff; text-align: center;
}
#tg-341-wrapper .tg-341-summary__title {
    font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 900;
    display: flex; align-items: center; justify-content: center; gap: 10px;
    letter-spacing: -.02em; margin-bottom: 16px; color: #fff;
}
#tg-341-wrapper .tg-341-summary__title .material-symbols-outlined { font-size: 1.6rem; color: var(--gld-300); }
#tg-341-wrapper .tg-341-summary__desc {
    color: rgba(255,255,255,.65); margin-bottom: 36px !important;
    max-width: 520px; margin-left: auto; margin-right: auto;
}
#tg-341-wrapper .tg-341-summary__flow {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px;
    margin-bottom: 40px;
}
#tg-341-wrapper .tg-341-summary__step {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    background: rgba(168,85,247,.12); border: 1px solid rgba(168,85,247,.25);
    border-radius: var(--radius-sm); padding: 16px 20px;
    font-size: var(--fs-sm); color: rgba(255,255,255,.85); font-weight: 700; text-align: center;
}
#tg-341-wrapper .tg-341-summary__step .material-symbols-outlined { font-size: 1.7rem; color: var(--pur-300); }
#tg-341-wrapper .tg-341-summary__step span:not(.material-symbols-outlined) { font-size: 1.7rem; line-height: 1; }
#tg-341-wrapper .tg-341-summary__arrow {
    font-size: 1.8rem; color: rgba(168,85,247,.4); font-weight: 900; line-height: 1;
}

#tg-341-wrapper .tg-341-footer { border-top: 1px solid rgba(255,255,255,.08); padding-top: 28px; }
#tg-341-wrapper .tg-341-footer__desc { color: rgba(255,255,255,.5); margin-bottom: 20px !important; }
#tg-341-wrapper .tg-341-footer__btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, var(--gld-500), var(--gld-600));
    color: #0d0a1a; font-size: var(--fs-base); font-weight: 900;
    padding: 15px 32px; border-radius: 999px; box-shadow: var(--shadow-gld);
    transition: box-shadow .28s, transform .22s;
}
#tg-341-wrapper .tg-341-footer__btn:hover { box-shadow: 0 8px 28px rgba(234,179,8,.5); transform: translateY(-3px); }
#tg-341-wrapper .tg-341-footer__btn .material-symbols-outlined { font-size: 1.1rem; }

@keyframes tg341FadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ═════════════════════════════════════════
   반응형
═════════════════════════════════════════ */
@media (min-width: 580px) { #tg-341-wrapper .tg-341-cards { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) {
    #tg-341-wrapper .tg-341-demo     { flex-direction: row; align-items: flex-start; justify-content: center; gap: 28px; }
    #tg-341-wrapper .tg-341-pro-tips { flex-direction: row; }
}
@media (min-width: 900px) {
    #tg-341-wrapper .tg-341-hero    { padding: 80px 56px 90px; }
    #tg-341-wrapper .tg-341-section, #tg-341-wrapper .tg-341-intro { padding: 52px 48px; }
    #tg-341-wrapper .tg-341-summary { padding: 60px 56px; }
    #tg-341-wrapper .tg-341-pro-box { padding: 44px 44px; }
}
