/*
 * tips343/style.css  v1.0.0
 * 텔레그램 선물(Gifts) 가이드
 * 테마: 로즈 핑크 + 딥 다크 (선물·축하·따뜻한 감성)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-343-wrapper {
    --rose-100: #ffe4e6;
    --rose-200: #fecdd3;
    --rose-300: #fda4af;
    --rose-400: #fb7185;
    --rose-500: #f43f5e;
    --rose-600: #e11d48;
    --rose-700: #be123c;
    --rose-900: #4c0519;
    --pur-300:  #d8b4fe;
    --pur-400:  #c084fc;
    --pur-500:  #a855f7;
    --teal-300: #5eead4;
    --teal-400: #2dd4bf;
    --gld-300:  #fef08a;
    --gld-400:  #fde047;
    --gld-500:  #eab308;
    --grn-400:  #4ade80;
    --dk-base:  #0d0008;
    --dk-card:  #1a0510;
    --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-rose: 0 4px 20px rgba(244,63,94,.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-343-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-343-wrapper .tg-343-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-343-wrapper .tg-343-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-343-wrapper .tg-343-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-343-wrapper .tg-343-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 68% 52% at 28% 35%, rgba(244,63,94,.2) 0%, transparent 55%),
        radial-gradient(ellipse 55% 45% at 78% 68%, rgba(168,85,247,.16) 0%, transparent 52%);
}

/* 플로팅 이모지 */
#tg-343-wrapper .tg-343-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-343-wrapper .tg-343-float {
    position: absolute; font-size: 1.6rem; opacity: 0;
    animation: tg343Float ease-in-out infinite;
}
#tg-343-wrapper .tg-343-float--1 { top: 10%; left: 4%;   animation-duration: 5s;   animation-delay: 0s; }
#tg-343-wrapper .tg-343-float--2 { top: 20%; right: 5%;  animation-duration: 6.5s; animation-delay: -2s; }
#tg-343-wrapper .tg-343-float--3 { bottom: 25%; left: 6%; animation-duration: 4.5s; animation-delay: -1s; }
#tg-343-wrapper .tg-343-float--4 { top: 55%; right: 8%;  animation-duration: 5.5s; animation-delay: -3s; }
#tg-343-wrapper .tg-343-float--5 { bottom: 15%; right: 16%; animation-duration: 7s; animation-delay: -1.5s; }
@keyframes tg343Float {
    0%, 100% { opacity: 0; transform: translateY(0) rotate(-8deg) scale(.9); }
    50%       { opacity: .6; transform: translateY(-14px) rotate(8deg) scale(1.1); }
}

#tg-343-wrapper .tg-343-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-343-wrapper .tg-343-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(244,63,94,.15); border: 1px solid rgba(244,63,94,.35);
    color: var(--rose-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-343-wrapper .tg-343-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-343-wrapper .tg-343-hero__title em {
    font-style: normal; color: var(--rose-300);
    text-shadow: 0 0 28px rgba(244,63,94,.5);
}
#tg-343-wrapper .tg-343-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    max-width: 560px; margin: 0 auto 32px !important;
}
#tg-343-wrapper .tg-343-hero__chips {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
#tg-343-wrapper .tg-343-hero__chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(244,63,94,.15); border: 1px solid rgba(244,63,94,.3);
    color: var(--rose-300); font-size: .85rem; font-weight: 800;
    padding: 8px 18px; border-radius: 999px;
}
#tg-343-wrapper .tg-343-hero__chip--purple { background: rgba(168,85,247,.15); border-color: rgba(168,85,247,.3); color: var(--pur-300); }
#tg-343-wrapper .tg-343-hero__chip--teal   { background: rgba(45,212,191,.12); border-color: rgba(45,212,191,.28); color: var(--teal-300); }
#tg-343-wrapper .tg-343-hero__chip .material-symbols-outlined { font-size: 1rem; }

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

/* 도입부 */
#tg-343-wrapper .tg-343-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--rose-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-343-wrapper .tg-343-intro__icon { font-size: 2.4rem; margin-bottom: 14px; line-height: 1; }
#tg-343-wrapper .tg-343-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-343-wrapper .tg-343-intro p { color: var(--text-sub); max-width: 700px; margin-left: auto; margin-right: auto; }

/* 공통 섹션 */
#tg-343-wrapper .tg-343-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-343-wrapper .tg-343-section--dark { background: var(--dk-base); border-color: rgba(244,63,94,.15); }
#tg-343-wrapper .tg-343-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-343-wrapper .tg-343-section__label--dark { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.32); }
#tg-343-wrapper .tg-343-section__label--rose { background: rgba(244,63,94,.08); color: var(--rose-700); }
#tg-343-wrapper .tg-343-section__label .material-symbols-outlined { font-size: 1.1rem; }
#tg-343-wrapper .tg-343-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-343-wrapper .tg-343-section__title--light { color: #fff !important; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
#tg-343-wrapper .tg-343-section__title .material-symbols-outlined { font-size: 1.5rem; color: var(--rose-500); }
#tg-343-wrapper .tg-343-section > p, #tg-343-wrapper .tg-343-section__desc--light { max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-343-wrapper .tg-343-section > p { color: var(--text-sub); }
#tg-343-wrapper .tg-343-section__desc--light { color: rgba(255,255,255,.88) !important; margin-bottom: 32px !important; }

/* ═════════════════════════════════════════
   기능 카드
═════════════════════════════════════════ */
#tg-343-wrapper .tg-343-cards {
    display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 10px;
}
#tg-343-wrapper .tg-343-card {
    background: var(--sl-50); border: 1px solid var(--sl-200); border-radius: var(--radius-md);
    padding: 28px 24px; display: flex; flex-direction: column; align-items: center;
    gap: 14px; text-align: center;
    transition: box-shadow .28s, transform .28s, border-color .28s;
}
#tg-343-wrapper .tg-343-card:hover { transform: translateY(-5px); }
#tg-343-wrapper .tg-343-card--purple:hover { box-shadow: var(--shadow-pur); border-color: var(--pur-400); }
#tg-343-wrapper .tg-343-card--pink:hover   { box-shadow: var(--shadow-rose); border-color: var(--rose-400); }
#tg-343-wrapper .tg-343-card__icon { font-size: 2.2rem; line-height: 1; }
#tg-343-wrapper .tg-343-card__icon--gold {
    width: 60px; height: 60px; border-radius: 18px;
    background: linear-gradient(135deg, #fef08a, #eab308);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; box-shadow: 0 4px 14px rgba(234,179,8,.28);
}
#tg-343-wrapper .tg-343-card__icon--purple {
    width: 60px; height: 60px; border-radius: 18px;
    background: linear-gradient(135deg, var(--pur-400), var(--pur-500));
    color: #fff; font-size: 1.7rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-pur);
}
#tg-343-wrapper .tg-343-card__icon--pink {
    width: 60px; height: 60px; border-radius: 18px;
    background: linear-gradient(135deg, var(--rose-400), var(--rose-600));
    color: #fff; font-size: 1.7rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: var(--shadow-rose);
}
#tg-343-wrapper .tg-343-card__title { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); letter-spacing: -.01em; }
#tg-343-wrapper .tg-343-card__desc { font-size: var(--fs-base); color: var(--text-sub); line-height: 1.8; word-break: keep-all; }

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

/* 단계 목록 */
#tg-343-wrapper .tg-343-steps { display: flex; flex-direction: column; gap: 14px; counter-reset: tg343step; }
#tg-343-wrapper .tg-343-steps li {
    counter-increment: tg343step;
    display: flex; align-items: flex-start; gap: 14px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-343-wrapper .tg-343-steps li::before {
    content: counter(tg343step);
    display: flex; align-items: center; justify-content: center;
    min-width: 30px; height: 30px;
    background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
    color: #fff; font-size: .82rem; font-weight: 900; border-radius: 50%;
    flex-shrink: 0; margin-top: 2px;
}
#tg-343-wrapper .tg-343-steps li strong { color: var(--sl-800); }
#tg-343-wrapper .tg-343-steps li em { font-style: italic; color: var(--sl-400); }
#tg-343-wrapper .tg-343-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(244,63,94,.06); border: 1px solid rgba(244,63,94,.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-343-wrapper .tg-343-tip-box .material-symbols-outlined { font-size: 1.4rem; color: var(--rose-500); flex-shrink: 0; margin-top: 2px; }

/* ═════════════════════════════════════════
   선물 전송 데모
═════════════════════════════════════════ */
#tg-343-wrapper .tg-343-demo { display: flex; flex-direction: column; gap: 24px; align-items: center; }

/* 설정 패널 */
#tg-343-wrapper .tg-343-gift-setup {
    width: 100%; max-width: 400px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(244,63,94,.18);
    border-radius: var(--radius-md); padding: 20px;
    display: flex; flex-direction: column; gap: 20px;
}
#tg-343-wrapper .tg-343-gift-setup__section { display: flex; flex-direction: column; gap: 10px; }
#tg-343-wrapper .tg-343-gift-setup__title {
    display: flex; align-items: center; gap: 7px;
    font-size: .88rem; font-weight: 800; color: rgba(255,255,255,.7);
    margin-bottom: 0 !important;
}
#tg-343-wrapper .tg-343-gift-setup__title .material-symbols-outlined { font-size: 1rem; color: var(--rose-400); }

/* 선물 그리드 */
#tg-343-wrapper .tg-343-gift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
#tg-343-wrapper .tg-343-gift-item {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-sm); padding: 10px 6px;
    transition: background .2s, border-color .2s; position: relative;
}
#tg-343-wrapper .tg-343-gift-item--active {
    background: rgba(244,63,94,.15); border-color: rgba(244,63,94,.4);
}
#tg-343-wrapper .tg-343-gift-item--limited { border-color: rgba(234,179,8,.3); }
#tg-343-wrapper .tg-343-gift-item__limited-badge {
    position: absolute; top: -5px; right: -3px;
    background: linear-gradient(135deg, var(--gld-400), var(--gld-500));
    color: #0d0a1a; font-size: .55rem; font-weight: 900;
    padding: 1px 5px; border-radius: 4px; letter-spacing: .03em;
}
#tg-343-wrapper .tg-343-gift-item__emoji { font-size: 1.6rem; line-height: 1; }
#tg-343-wrapper .tg-343-gift-item__name { font-size: .65rem; font-weight: 700; color: rgba(255,255,255,.7); }
#tg-343-wrapper .tg-343-gift-item__price { font-size: .62rem; color: var(--gld-300); font-weight: 700; }

/* 메시지 입력 */
#tg-343-wrapper .tg-343-msg-input {
    width: 100%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px; padding: 10px 12px; font-size: .85rem;
    color: rgba(255,255,255,.85); line-height: 1.6;
    font-family: inherit; resize: vertical;
    transition: border-color .2s;
}
#tg-343-wrapper .tg-343-msg-input::placeholder { color: rgba(255,255,255,.28); }
#tg-343-wrapper .tg-343-msg-input:focus { border-color: rgba(244,63,94,.4); }
#tg-343-wrapper .tg-343-msg-count { font-size: .72rem; color: rgba(255,255,255,.3); text-align: right; margin-bottom: 0 !important; }

/* 익명 토글 */
#tg-343-wrapper .tg-343-anon-toggle {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px; padding: 12px 14px; cursor: pointer;
    transition: background .2s;
}
#tg-343-wrapper .tg-343-anon-toggle:hover { background: rgba(255,255,255,.1); }
#tg-343-wrapper .tg-343-anon-toggle__info { display: flex; align-items: center; gap: 10px; }
#tg-343-wrapper .tg-343-anon-toggle__info .material-symbols-outlined { font-size: 1.2rem; color: var(--rose-400); flex-shrink: 0; }
#tg-343-wrapper .tg-343-anon-toggle__label { display: block; font-size: .85rem; font-weight: 800; color: rgba(255,255,255,.85); }
#tg-343-wrapper .tg-343-anon-toggle__sub { display: block; font-size: .72rem; color: rgba(255,255,255,.38); }

/* 토글 스위치 */
#tg-343-wrapper .tg-343-toggle-track {
    position: relative; width: 42px; height: 24px;
    background: rgba(255,255,255,.15); border-radius: 999px;
    flex-shrink: 0; transition: background .25s;
}
#tg-343-wrapper .tg-343-toggle-input {
    position: absolute; opacity: 0; width: 100%; height: 100%; top: 0; left: 0;
    cursor: pointer; z-index: 1;
}
#tg-343-wrapper .tg-343-toggle-thumb {
    position: absolute; top: 3px; left: 3px;
    width: 18px; height: 18px; border-radius: 50%;
    background: rgba(255,255,255,.5); transition: transform .25s, background .25s;
}
#tg-343-wrapper .tg-343-toggle-input:checked ~ { display: none; }
#tg-343-wrapper .tg-343-toggle-track.is-on { background: var(--rose-500); }
#tg-343-wrapper .tg-343-toggle-track.is-on .tg-343-toggle-thumb { transform: translateX(18px); background: #fff; }

/* 전송 버튼 */
#tg-343-wrapper .tg-343-send-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 14px;
    background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
    color: #fff; font-size: var(--fs-base); font-weight: 900;
    border-radius: var(--radius-sm); box-shadow: var(--shadow-rose);
    transition: box-shadow .25s, transform .2s;
}
#tg-343-wrapper .tg-343-send-btn:hover { box-shadow: 0 8px 28px rgba(244,63,94,.5); transform: translateY(-2px); }
#tg-343-wrapper .tg-343-send-btn__icon { font-size: 1.2rem; }
#tg-343-wrapper .tg-343-send-btn__cost {
    margin-left: auto; background: rgba(255,255,255,.18); border-radius: 6px;
    padding: 3px 9px; font-size: .82rem; font-weight: 900;
}

/* 선물 미리보기 */
#tg-343-wrapper .tg-343-gift-preview {
    width: 100%; max-width: 240px;
    display: flex; flex-direction: column; gap: 12px;
}
#tg-343-wrapper .tg-343-gift-preview__title {
    display: flex; align-items: center; gap: 7px;
    font-size: var(--fs-sm); font-weight: 800; color: rgba(255,255,255,.65);
    margin-bottom: 0 !important;
}
#tg-343-wrapper .tg-343-gift-preview__title .material-symbols-outlined { font-size: 1rem; color: var(--rose-400); }

/* 선물 카드 */
#tg-343-wrapper .tg-343-gift-card {
    background: linear-gradient(145deg, #2a0510, #4a0020);
    border: 1px solid rgba(244,63,94,.3); border-radius: var(--radius-md);
    padding: 20px; display: flex; flex-direction: column; align-items: center; gap: 8px;
    box-shadow: 0 4px 24px rgba(244,63,94,.2); animation: tg343FadeIn .3s ease;
}
#tg-343-wrapper .tg-343-gift-card__emoji { font-size: 3rem; line-height: 1; }
#tg-343-wrapper .tg-343-gift-card__name { font-size: .9rem; font-weight: 900; color: rgba(255,255,255,.9); margin-bottom: 0 !important; line-height: 1.3 !important; }
#tg-343-wrapper .tg-343-gift-card__stars { font-size: .82rem; font-weight: 800; color: var(--gld-300); margin-bottom: 0 !important; line-height: 1.3 !important; }
#tg-343-wrapper .tg-343-gift-card__msg {
    font-size: .78rem; color: rgba(255,255,255,.62); text-align: center; line-height: 1.6;
    margin: 4px 0 0 !important; font-style: italic; word-break: break-word;
}
#tg-343-wrapper .tg-343-gift-card__sender {
    display: flex; align-items: center; gap: 5px;
    font-size: .72rem; color: rgba(255,255,255,.38); margin-bottom: 0 !important;
}
#tg-343-wrapper .tg-343-gift-card__sender .material-symbols-outlined { font-size: .85rem; }

/* 전송 결과 */
#tg-343-wrapper .tg-343-gift-result {
    text-align: center; padding: 20px;
    background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.2);
    border-radius: var(--radius-md); animation: tg343FadeIn .4s ease;
}
#tg-343-wrapper .tg-343-gift-result__anim { font-size: 3rem; animation: tg343Bounce .6s ease infinite alternate; margin-bottom: 8px; }
@keyframes tg343Bounce { from { transform: translateY(0); } to { transform: translateY(-8px); } }
#tg-343-wrapper .tg-343-gift-result__text { font-size: .9rem; font-weight: 800; color: var(--grn-400); margin-bottom: 0 !important; }

/* ═════════════════════════════════════════
   프라이버시 팁
═════════════════════════════════════════ */
#tg-343-wrapper .tg-343-pro-box {
    background: var(--dk-base); border: 1px solid rgba(244,63,94,.15);
    border-radius: var(--radius-md); padding: 36px 32px;
}
#tg-343-wrapper .tg-343-pro-box__header {
    display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
#tg-343-wrapper .tg-343-pro-content { display: flex; flex-direction: column; gap: 16px; }
#tg-343-wrapper .tg-343-pro-highlight {
    display: flex; align-items: flex-start; gap: 14px;
    background: rgba(244,63,94,.08); border: 1px solid rgba(244,63,94,.18);
    border-radius: var(--radius-sm); padding: 18px;
}

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

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