/*
 * tips364/style.css  v1.0.0
 * 텔레그램 Stars 프리미엄 선물하기 가이드
 * 테마: 바이올렛/골드 + 딥 다크 (프리미엄·선물·별 화폐)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-364-wrapper {
    --vio-200: #ddd6fe;
    --vio-300: #c4b5fd;
    --vio-400: #a78bfa;
    --vio-500: #8b5cf6;
    --vio-600: #7c3aed;
    --vio-700: #6d28d9;
    --gold-300: #fcd34d;
    --gold-400: #fbbf24;
    --gold-500: #f59e0b;
    --grn-400:  #4ade80;
    --grn-500:  #22c55e;
    --sky-400:  #38bdf8;
    --sky-500:  #0ea5e9;
    --dk-base:  #0c0118;
    --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-vio: 0 6px 24px rgba(139,92,246,.32);
    --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-364-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-364-wrapper .tg-364-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-364-wrapper .tg-364-motion.is-visible { opacity: 1; transform: translateY(0); }

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

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

/* 도입부 */
#tg-364-wrapper .tg-364-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--vio-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-364-wrapper .tg-364-intro__icon { font-size: 2.4rem; color: var(--vio-600); margin-bottom: 14px; }
#tg-364-wrapper .tg-364-intro__title { font-size: clamp(1.05rem,2.8vw,1.3rem); font-weight: 800; color: var(--sl-900); margin-bottom: 14px; }
#tg-364-wrapper .tg-364-intro p { color: var(--text-sub); max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-364-wrapper .tg-364-feature-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 24px; }
#tg-364-wrapper .tg-364-feature-card {
    background: var(--sl-50); border: 1px solid var(--sl-200); border-radius: var(--radius-sm);
    padding: 20px 14px; display: flex; flex-direction: column; align-items: center; gap: 7px; text-align: center;
}
#tg-364-wrapper .tg-364-feature-card--gold { border-color: rgba(245,158,11,.2); background: rgba(245,158,11,.03); }
#tg-364-wrapper .tg-364-feature-card--grn  { border-color: rgba(34,197,94,.2);  background: rgba(34,197,94,.03); }
#tg-364-wrapper .tg-364-feature-card--sky  { border-color: rgba(14,165,233,.2); background: rgba(14,165,233,.03); }
#tg-364-wrapper .tg-364-feature-card__icon { font-size: 1.6rem; color: var(--vio-500); margin-bottom: 3px; }
#tg-364-wrapper .tg-364-feature-card--gold .tg-364-feature-card__icon { color: var(--gold-500); }
#tg-364-wrapper .tg-364-feature-card--grn  .tg-364-feature-card__icon { color: var(--grn-500); }
#tg-364-wrapper .tg-364-feature-card--sky  .tg-364-feature-card__icon { color: var(--sky-500); }
#tg-364-wrapper .tg-364-feature-card__title { font-size: .9rem; font-weight: 800; color: var(--sl-900); }
#tg-364-wrapper .tg-364-feature-card__desc  { font-size: .78rem; color: var(--text-sub); line-height: 1.55; word-break: keep-all; margin-bottom: 0 !important; }

/* 공통 섹션 */
#tg-364-wrapper .tg-364-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-364-wrapper .tg-364-section--dark { background: var(--dk-base); border-color: rgba(139,92,246,.1); }
#tg-364-wrapper .tg-364-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-364-wrapper .tg-364-section__label--dark { background: rgba(255,255,255,.13); color: #fff; border: 1px solid rgba(255,255,255,.24); }
#tg-364-wrapper .tg-364-section__label--vio  { background: rgba(139,92,246,.08); color: var(--vio-700); }
#tg-364-wrapper .tg-364-section__label .material-symbols-outlined { font-size: 1rem; }
/* 다크 섹션 제목 — p 태그로 처리(그누보드 h2 충돌 방지) */
#tg-364-wrapper .tg-364-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-364-wrapper .tg-364-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-364-wrapper .tg-364-section > p, #tg-364-wrapper .tg-364-section__desc--light { color: var(--text-sub); max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-364-wrapper .tg-364-section__desc--light { color: rgba(255,255,255,.8) !important; margin-bottom: 28px !important; }

/* ═════════════════════════════════════════
   프리미엄 선물 시뮬레이터
═════════════════════════════════════════ */
#tg-364-wrapper .tg-364-gift-sim { display: flex; flex-direction: column; gap: 20px; }

/* 설정 패널 */
#tg-364-wrapper .tg-364-gift-config {
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 16px;
}
#tg-364-wrapper .tg-364-config-row__label { font-size: .75rem; font-weight: 800; color: rgba(255,255,255,.35); margin-bottom: 8px !important; text-transform: uppercase; letter-spacing: .04em; }

/* 수신자 */
#tg-364-wrapper .tg-364-recipient {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 10px 12px;
}
#tg-364-wrapper .tg-364-recipient__avatar {
    width: 36px; height: 36px; border-radius: 50%; background: rgba(139,92,246,.15); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
#tg-364-wrapper .tg-364-recipient__info { flex: 1; }
#tg-364-wrapper .tg-364-recipient__name   { display: block; font-size: .82rem; font-weight: 800; color: rgba(255,255,255,.8); }
#tg-364-wrapper .tg-364-recipient__handle { display: block; font-size: .65rem; color: rgba(255,255,255,.3); }
#tg-364-wrapper .tg-364-recipient__badge {
    font-size: .62rem; font-weight: 800; padding: 3px 8px; border-radius: 999px;
    background: rgba(139,92,246,.15); border: 1px solid rgba(139,92,246,.3); color: var(--vio-300);
}

/* 기간 버튼 */
#tg-364-wrapper .tg-364-duration-btns { display: flex; gap: 8px; }
#tg-364-wrapper .tg-364-dur-btn {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px;
    padding: 12px 8px; border-radius: 10px; position: relative;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
    transition: all .2s;
}
#tg-364-wrapper .tg-364-dur-btn--active { background: rgba(139,92,246,.15); border-color: rgba(139,92,246,.45); }
#tg-364-wrapper .tg-364-dur-btn__month { font-size: .82rem; font-weight: 800; color: rgba(255,255,255,.7); }
#tg-364-wrapper .tg-364-dur-btn--active .tg-364-dur-btn__month { color: var(--vio-200); }
#tg-364-wrapper .tg-364-dur-btn__cost  { font-size: .68rem; font-weight: 700; color: rgba(255,255,255,.35); }
#tg-364-wrapper .tg-364-dur-btn--active .tg-364-dur-btn__cost { color: var(--gold-300); }
#tg-364-wrapper .tg-364-dur-btn__badge {
    position: absolute; top: -8px; right: -4px;
    font-size: .58rem; font-weight: 900; padding: 2px 6px; border-radius: 999px;
    background: linear-gradient(135deg, var(--gold-400), var(--gold-500)); color: #fff;
}

/* 메시지 입력 */
#tg-364-wrapper .tg-364-msg-input {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 10px;
    padding: 10px 12px; font-size: .84rem; color: rgba(255,255,255,.7);
    min-height: 44px; line-height: 1.6; cursor: text; white-space: nowrap; overflow: hidden;
}
#tg-364-wrapper .tg-364-msg-input:focus { border-color: rgba(139,92,246,.4); }

/* Stars 결제 토글 */
#tg-364-wrapper .tg-364-toggle-row { flex-direction: row; align-items: center; justify-content: space-between; }
#tg-364-wrapper .tg-364-toggle-sub { font-size: .72rem; color: var(--gold-300); font-weight: 700; margin-bottom: 0 !important; margin-top: 2px; }
#tg-364-wrapper .tg-364-toggle {
    width: 46px; height: 26px; border-radius: 999px; flex-shrink: 0;
    background: var(--grn-500); position: relative; transition: background .25s;
}
#tg-364-wrapper .tg-364-toggle[aria-checked="false"] { background: rgba(255,255,255,.15); }
#tg-364-wrapper .tg-364-toggle__knob {
    width: 20px; height: 20px; border-radius: 50%; background: #fff;
    position: absolute; top: 3px; left: 23px; transition: left .25s;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
#tg-364-wrapper .tg-364-toggle[aria-checked="false"] .tg-364-toggle__knob { left: 3px; }

/* 선물 버튼 */
#tg-364-wrapper .tg-364-send-btn {
    width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px;
    background: linear-gradient(135deg, var(--vio-500), var(--vio-700));
    color: #fff; font-size: .92rem; font-weight: 800; padding: 14px; border-radius: 12px;
    box-shadow: var(--shadow-vio); transition: filter .2s, transform .1s;
}
#tg-364-wrapper .tg-364-send-btn:hover { filter: brightness(1.1); }
#tg-364-wrapper .tg-364-send-btn:active { transform: scale(.97); }
#tg-364-wrapper .tg-364-send-btn .material-symbols-outlined { font-size: 1.1rem; }

/* 미리보기 패널 */
#tg-364-wrapper .tg-364-preview__label { font-size: .75rem; font-weight: 800; color: rgba(255,255,255,.3); margin-bottom: 10px !important; text-transform: uppercase; letter-spacing: .04em; text-align: left; }
#tg-364-wrapper .tg-364-preview-chat {
    background: #131a21; border: 1px solid rgba(255,255,255,.07); border-radius: 14px; overflow: hidden; padding: 20px 14px;
    display: flex; align-items: center; justify-content: center;
}
#tg-364-wrapper .tg-364-preview-gift { text-align: center; }
#tg-364-wrapper .tg-364-gift-box {
    width: 80px; height: 80px; border-radius: 22px; margin: 0 auto 14px;
    background: linear-gradient(135deg, rgba(139,92,246,.3), rgba(167,139,250,.15));
    border: 1px solid rgba(139,92,246,.3);
    display: flex; align-items: center; justify-content: center; font-size: 2.2rem;
    animation: tg364GiftPulse 3s ease-in-out infinite;
}
@keyframes tg364GiftPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(139,92,246,0); }
    50%      { box-shadow: 0 0 0 10px rgba(139,92,246,.1); }
}
#tg-364-wrapper .tg-364-preview-gift__title { font-size: .9rem; font-weight: 900; color: #fff; margin-bottom: 4px !important; line-height: 1.3 !important; }
#tg-364-wrapper .tg-364-preview-gift__sub   { font-size: .68rem; color: rgba(255,255,255,.35); margin-bottom: 10px !important; }
#tg-364-wrapper .tg-364-preview-gift__msg {
    background: rgba(255,255,255,.05); border-radius: 10px; padding: 8px 12px;
    font-size: .78rem; color: rgba(255,255,255,.65); line-height: 1.6;
}

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

/* 혜택 그리드 */
#tg-364-wrapper .tg-364-benefits {
    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-364-wrapper .tg-364-benefits-grid { display: flex; flex-direction: column; gap: 12px; max-width: 700px; margin: 0 auto; text-align: left; }
#tg-364-wrapper .tg-364-benefit-item {
    display: flex; align-items: center; gap: 14px;
    background: rgba(139,92,246,.04); border: 1px solid rgba(139,92,246,.12); border-radius: 12px; padding: 16px 18px;
}
#tg-364-wrapper .tg-364-benefit-item__ico { font-size: 1.5rem; color: var(--vio-500); flex-shrink: 0; }
#tg-364-wrapper .tg-364-benefit-item__title { font-size: .9rem; font-weight: 800; color: var(--sl-900); margin-bottom: 2px; }
#tg-364-wrapper .tg-364-benefit-item__desc  { font-size: .78rem; color: var(--text-sub); line-height: 1.5; margin-bottom: 0 !important; }

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

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

/* ─── 반응형 ─── */
@media (min-width: 600px) { #tg-364-wrapper .tg-364-feature-cards { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 720px) {
    #tg-364-wrapper .tg-364-gift-sim { flex-direction: row; align-items: flex-start; }
    #tg-364-wrapper .tg-364-gift-config { flex: 1 1 300px; }
    #tg-364-wrapper .tg-364-preview { flex: 0 0 220px; }
}
@media (min-width: 640px) { #tg-364-wrapper .tg-364-summary__grid { grid-template-columns: repeat(4,1fr); } }
@media (min-width: 900px) {
    #tg-364-wrapper .tg-364-hero { padding: 80px 56px 90px; }
    #tg-364-wrapper .tg-364-section, #tg-364-wrapper .tg-364-intro, #tg-364-wrapper .tg-364-benefits { padding: 52px 48px; }
}
