/*
 * tips333/style.css  v1.0.0
 * 텔레그램 동영상 메시지 전면 플래시 가이드
 * 테마: 딥 네이비 + 옐로우 플래시
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-333-wrapper {
    --fl-300: #fde047;
    --fl-400: #facc15;
    --fl-500: #eab308;
    --fl-600: #ca8a04;
    --ny-700: #1d4ed8;
    --ny-800: #1e293b;
    --ny-900: #0f172a;
    --ny-950: #020617;
    --sl-50:  #f8fafc;
    --sl-100: #f1f5f9;
    --sl-200: #e2e8f0;
    --sl-400: #94a3b8;
    --sl-500: #64748b;
    --sl-600: #475569;
    --sl-700: #334155;
    --sl-800: #1e293b;
    --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-md: 0 8px 28px rgba(0,0,0,.12);
    --fs-xs: .8rem;
    --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-333-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-333-wrapper .tg-333-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-333-wrapper .tg-333-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-333-wrapper .tg-333-hero {
    position: relative;
    background: linear-gradient(135deg, var(--ny-900), var(--ny-950));
    border-radius: var(--radius-lg);
    padding: 64px 28px 72px;
    text-align: center;
    overflow: hidden;
}

#tg-333-wrapper .tg-333-hero__bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(250,204,21,.18) 0%, transparent 65%);
    pointer-events: none;
}

#tg-333-wrapper .tg-333-hero__glow {
    position: absolute; top: -60px; left: 50%;
    transform: translateX(-50%);
    width: 260px; height: 260px;
    background: var(--fl-400);
    filter: blur(90px);
    opacity: .25;
    border-radius: 50%;
    animation: tg333GlowPulse 4s ease-in-out infinite alternate;
}
@keyframes tg333GlowPulse {
    from { opacity: .18; transform: translateX(-50%) scale(.9); }
    to   { opacity: .35; transform: translateX(-50%) scale(1.1); }
}

#tg-333-wrapper .tg-333-hero__inner {
    position: relative; z-index: 1;
    max-width: 740px; margin: 0 auto;
}

#tg-333-wrapper .tg-333-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(250,204,21,.14); border: 1px solid rgba(250,204,21,.3);
    color: var(--fl-400); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px;
    margin-bottom: 24px !important;
}
#tg-333-wrapper .tg-333-hero__badge .material-symbols-outlined { font-size: 1.1rem; }

#tg-333-wrapper .tg-333-hero__title {
    font-size: clamp(1.55rem, 4.2vw, 2.2rem);
    font-weight: 900; color: #fff;
    line-height: 1.38; letter-spacing: -.02em;
    margin-bottom: 18px;
}
#tg-333-wrapper .tg-333-hero__title em {
    font-style: normal; color: var(--fl-400);
    text-shadow: 0 0 24px rgba(250,204,21,.45);
}

#tg-333-wrapper .tg-333-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    margin-bottom: 36px !important;
    max-width: 540px; margin-left: auto; margin-right: auto;
}

/* 히어로 3단계 스텝 */
#tg-333-wrapper .tg-333-hero__steps {
    display: flex; align-items: center; justify-content: center;
    flex-wrap: wrap; gap: 12px;
}
#tg-333-wrapper .tg-333-hero__step {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
}
#tg-333-wrapper .tg-333-hero__step-num {
    width: 52px; height: 52px; border-radius: 50%;
    background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.2);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.4rem;
}
#tg-333-wrapper .tg-333-hero__step-num--flash {
    background: rgba(250,204,21,.2); border-color: var(--fl-400);
    color: var(--fl-400);
    box-shadow: 0 0 20px rgba(250,204,21,.35);
}
#tg-333-wrapper .tg-333-hero__step-label {
    font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.7);
}
#tg-333-wrapper .tg-333-hero__step-arrow {
    font-size: 1.1rem; color: rgba(255,255,255,.3);
    margin-bottom: 20px;
}

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

/* 도입부 */
#tg-333-wrapper .tg-333-intro {
    background: #fff;
    border: 1px solid var(--sl-200);
    border-top: 4px solid var(--ny-900);
    border-radius: var(--radius-md);
    padding: 36px 28px; text-align: center;
    box-shadow: var(--shadow-sm);
}
#tg-333-wrapper .tg-333-intro__icon {
    font-size: 2.2rem; color: var(--fl-500); margin-bottom: 14px;
}
#tg-333-wrapper .tg-333-intro__icon .material-symbols-outlined { font-size: 2.2rem; }
#tg-333-wrapper .tg-333-intro__title {
    font-size: clamp(1.15rem, 2.8vw, 1.35rem);
    font-weight: 800; color: var(--ny-900);
    margin-bottom: 14px; letter-spacing: -.01em; line-height: 1.45;
}
#tg-333-wrapper .tg-333-intro p {
    color: var(--text-sub); max-width: 680px;
    margin-left: auto; margin-right: auto;
}

/* 공통 섹션 */
#tg-333-wrapper .tg-333-section {
    background: #fff; border: 1px solid var(--sl-200);
    border-radius: var(--radius-md); padding: 44px 32px;
    box-shadow: var(--shadow-sm);
}
#tg-333-wrapper .tg-333-section--dark {
    background: var(--ny-950); border-color: rgba(255,255,255,.07);
}

/* 레이블 */
#tg-333-wrapper .tg-333-section__label {
    display: 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; width: fit-content;
    margin-left: auto; margin-right: auto;
}
#tg-333-wrapper .tg-333-section__label--alt {
    background: rgba(250,204,21,.12); color: var(--fl-600);
}
#tg-333-wrapper .tg-333-section__label--guide {
    background: rgba(59,130,246,.08); color: var(--ny-700);
}
#tg-333-wrapper .tg-333-section__label .material-symbols-outlined { font-size: 1.1rem; }

/* 섹션 제목 */
#tg-333-wrapper .tg-333-section__title {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 900; color: var(--ny-900);
    letter-spacing: -.02em; line-height: 1.38; margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center;
    text-align: center; gap: 10px;
}
#tg-333-wrapper .tg-333-section__title--light { color: #fff; }
#tg-333-wrapper .tg-333-section__title .material-symbols-outlined {
    font-size: 1.5rem; color: var(--fl-500);
}
#tg-333-wrapper .tg-333-section > p, #tg-333-wrapper .tg-333-section__desc--light {
    font-size: var(--fs-base); text-align: center; line-height: 1.85;
    margin-bottom: 28px !important; max-width: 680px;
    margin-left: auto; margin-right: auto;
}
#tg-333-wrapper .tg-333-section > p { color: var(--text-sub); }
#tg-333-wrapper .tg-333-section__desc--light { color: rgba(255,255,255,.62); }

/* ═════════════════════════════════════════
   카드 3종
═════════════════════════════════════════ */
#tg-333-wrapper .tg-333-cards {
    display: grid; grid-template-columns: 1fr;
    gap: 18px; margin-top: 10px;
}
#tg-333-wrapper .tg-333-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-333-wrapper .tg-333-card:hover {
    box-shadow: var(--shadow-md); transform: translateY(-5px);
    border-color: var(--fl-300);
}
#tg-333-wrapper .tg-333-card__icon {
    width: 58px; height: 58px; border-radius: 15px;
    background: var(--ny-900); display: flex;
    align-items: center; justify-content: center;
    color: var(--fl-400); font-size: 1.7rem;
}
#tg-333-wrapper .tg-333-card__icon--blue  { color: #38bdf8; }
#tg-333-wrapper .tg-333-card__icon--flash { color: var(--fl-300); }
#tg-333-wrapper .tg-333-card__title {
    font-size: var(--fs-lg); font-weight: 800;
    color: var(--ny-900); letter-spacing: -.01em;
}
#tg-333-wrapper .tg-333-card__desc {
    font-size: var(--fs-base); color: var(--text-sub);
    line-height: 1.8; word-break: keep-all;
}

/* ═════════════════════════════════════════
   플래시 데모
═════════════════════════════════════════ */
#tg-333-wrapper .tg-333-demo {
    display: flex; flex-direction: column;
    align-items: center; gap: 32px;
}

/* 폰 모형 */
#tg-333-wrapper .tg-333-mockup { display: flex; flex-direction: column; align-items: center; gap: 14px; }

#tg-333-wrapper .tg-333-mockup__frame {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 38px; padding: 12px;
    box-shadow: 0 20px 48px rgba(0,0,0,.45), inset 0 2px 4px rgba(255,255,255,.08);
    width: 240px;
}

#tg-333-wrapper .tg-333-mockup__screen {
    background: #0a0a0a;
    background-image: radial-gradient(circle at 50% 50%, #1a1a1a 0%, #050505 100%);
    border-radius: 28px;
    overflow: hidden;
    height: 420px;
    display: flex; flex-direction: column;
    transition: box-shadow .4s ease, background-image .4s ease;
    position: relative;
}

/* 플래시 ON 상태 → 테두리 흰색 */
#tg-333-wrapper .tg-333-mockup__screen.is-on {
    box-shadow: inset 0 0 0 14px #fff;
    background-image: radial-gradient(circle at 50% 50%, #3a3a3a 0%, #111 100%);
}

#tg-333-wrapper .tg-333-mockup__header {
    padding: 20px 16px 10px;
    display: flex; align-items: center; justify-content: space-between;
    color: #fff; font-size: .9rem;
    transition: color .3s;
    z-index: 2;
}
#tg-333-wrapper .tg-333-mockup__screen.is-on .tg-333-mockup__header { color: rgba(0,0,0,.7); }
#tg-333-wrapper .tg-333-mockup__name { font-weight: 700; }

/* 가운데 카메라 영역 */
#tg-333-wrapper .tg-333-mockup__cam-area {
    flex: 1; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 10px;
}
#tg-333-wrapper .tg-333-mockup__avatar {
    width: 80px; height: 80px; border-radius: 50%;
    background: rgba(255,255,255,.06); border: 2px solid rgba(255,255,255,.12);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.4); font-size: 2.2rem;
    transition: background .4s, color .4s, box-shadow .4s;
}
#tg-333-wrapper .tg-333-mockup__screen.is-on .tg-333-mockup__avatar {
    background: rgba(255,255,255,.15);
    color: rgba(255,255,255,.85);
    box-shadow: 0 0 20px rgba(255,255,255,.2);
}
#tg-333-wrapper .tg-333-mockup__state {
    font-size: .78rem; font-weight: 700;
    color: rgba(255,255,255,.38);
    transition: color .3s;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
}
#tg-333-wrapper .tg-333-mockup__screen.is-on .tg-333-mockup__state {
    color: rgba(255,255,255,.7);
}

/* 하단: 녹화 표시 + 플래시 아이콘 */
#tg-333-wrapper .tg-333-mockup__bottom {
    display: flex; align-items: center; justify-content: center;
    padding: 14px 16px 20px; gap: 20px; position: relative;
}
#tg-333-wrapper .tg-333-mockup__rec-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #ef4444;
    animation: tg333RecBlink 1.2s ease infinite;
    position: absolute; left: 20px; bottom: 22px;
}
@keyframes tg333RecBlink {
    0%, 100% { opacity: 1; } 50% { opacity: .2; }
}
#tg-333-wrapper .tg-333-mockup__flash-btn {
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(0,0,0,.6); border: 1px solid rgba(255,255,255,.18);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.3rem;
    cursor: pointer; transition: background .2s, border-color .2s;
}
#tg-333-wrapper .tg-333-mockup__flash-btn:hover { background: rgba(0,0,0,.85); }
#tg-333-wrapper .tg-333-mockup__screen.is-on .tg-333-mockup__flash-btn {
    background: var(--fl-400); color: var(--ny-950); border-color: #fff;
}

/* 폰 아래 캡션 */
#tg-333-wrapper .tg-333-mockup__caption {
    font-size: .82rem; font-weight: 700;
    color: rgba(255,255,255,.45);
    text-align: center;
    opacity: 0; transition: opacity .4s;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
}
#tg-333-wrapper .tg-333-mockup__caption.is-visible { opacity: 1; }

/* 컨트롤 패널 */
#tg-333-wrapper .tg-333-demo__panel {
    display: flex; flex-direction: column;
    gap: 12px; width: 100%; max-width: 300px;
}
#tg-333-wrapper .tg-333-demo__panel-title {
    font-size: var(--fs-sm); font-weight: 800;
    color: rgba(255,255,255,.75); text-align: center;
    margin-bottom: 4px !important;
}
#tg-333-wrapper .tg-333-demo__btn {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; width: 100%; padding: 15px;
    border-radius: 12px; font-size: var(--fs-base);
    font-weight: 700; transition: transform .15s, box-shadow .2s;
}
#tg-333-wrapper .tg-333-demo__btn:active { transform: scale(.97); }
#tg-333-wrapper .tg-333-demo__btn--on {
    background: var(--fl-500); color: var(--ny-950);
    box-shadow: 0 4px 18px rgba(234,179,8,.35);
}
#tg-333-wrapper .tg-333-demo__btn--on:hover { box-shadow: 0 6px 24px rgba(234,179,8,.55); }
#tg-333-wrapper .tg-333-demo__btn--off {
    background: rgba(255,255,255,.08); color: rgba(255,255,255,.7);
    border: 1px solid rgba(255,255,255,.14);
}
#tg-333-wrapper .tg-333-demo__btn--off:hover { background: rgba(255,255,255,.16); }
#tg-333-wrapper .tg-333-demo__btn .material-symbols-outlined { font-size: 1.2rem; }

#tg-333-wrapper .tg-333-demo__info {
    display: flex; align-items: flex-start; gap: 8px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px; padding: 12px 14px;
    font-size: var(--fs-xs); color: rgba(255,255,255,.45);
    line-height: 1.6;
    transition: background .3s;
}
#tg-333-wrapper .tg-333-demo__info.is-on {
    background: rgba(250,204,21,.1); border-color: rgba(250,204,21,.25);
    color: var(--fl-400);
}
#tg-333-wrapper .tg-333-demo__info .material-symbols-outlined { font-size: 1rem; flex-shrink: 0; }

/* ═════════════════════════════════════════
   기기별 가이드 탭
═════════════════════════════════════════ */
#tg-333-wrapper .tg-333-tabs {
    display: flex; gap: 6px;
    background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 26px;
    flex-wrap: wrap;
}
#tg-333-wrapper .tg-333-tab-btn {
    flex: 1; min-width: 90px;
    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-333-wrapper .tg-333-tab-btn .material-symbols-outlined { font-size: 1.15rem; }
#tg-333-wrapper .tg-333-tab-btn--active {
    background: #fff; color: var(--ny-700);
    box-shadow: 0 2px 10px rgba(0,0,0,.09); font-weight: 800;
}
#tg-333-wrapper .tg-333-tab-panel { display: none; animation: tg333FadeIn .3s ease; }
#tg-333-wrapper .tg-333-tab-panel--active { display: block; }

/* 탭 패널 헤더 */
#tg-333-wrapper .tg-333-tab-panel__head {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 22px; padding-bottom: 16px;
    border-bottom: 1px solid var(--sl-100);
}
#tg-333-wrapper .tg-333-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-333-wrapper .tg-333-tab-panel__icon--android { background: linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-333-wrapper .tg-333-tab-panel__icon--ios     { background: linear-gradient(135deg, #555, #222); }
#tg-333-wrapper .tg-333-tab-panel__icon--pc      { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
#tg-333-wrapper .tg-333-tab-panel__name {
    font-size: var(--fs-lg); font-weight: 800;
    color: var(--ny-900); letter-spacing: -.01em; margin-bottom: 4px;
}
#tg-333-wrapper .tg-333-tab-panel__sub {
    font-size: var(--fs-sm); color: var(--sl-500);
    margin-bottom: 0 !important;
}

/* 단계 리스트 */
#tg-333-wrapper .tg-333-steps {
    display: flex; flex-direction: column; gap: 14px;
    counter-reset: tg333step;
}
#tg-333-wrapper .tg-333-steps li {
    counter-increment: tg333step;
    display: flex; align-items: flex-start; gap: 14px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-333-wrapper .tg-333-steps li::before {
    content: counter(tg333step);
    display: flex; align-items: center; justify-content: center;
    min-width: 30px; height: 30px;
    background: var(--sl-100); color: var(--ny-700);
    font-size: .82rem; font-weight: 900; border-radius: 50%;
    flex-shrink: 0; margin-top: 2px;
}
#tg-333-wrapper .tg-333-steps li strong { color: var(--ny-800); }

/* 팁 박스 */
#tg-333-wrapper .tg-333-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(250,204,21,.07); border: 1px solid rgba(250,204,21,.28);
    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-333-wrapper .tg-333-tip-box .material-symbols-outlined {
    font-size: 1.4rem; color: var(--fl-600); flex-shrink: 0; margin-top: 2px;
}

/* ═════════════════════════════════════════
   결론 요약
═════════════════════════════════════════ */
#tg-333-wrapper .tg-333-summary {
    background: linear-gradient(135deg, var(--ny-900), var(--ny-950));
    border-radius: var(--radius-md); padding: 52px 32px; color: #fff;
}
#tg-333-wrapper .tg-333-summary__title {
    font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 900;
    letter-spacing: -.02em; margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center;
    text-align: center; gap: 10px; color: #fff;
}
#tg-333-wrapper .tg-333-summary__title .material-symbols-outlined { font-size: 1.6rem; color: var(--fl-400); }
#tg-333-wrapper .tg-333-summary__desc {
    color: rgba(255,255,255,.65); text-align: center;
    line-height: 1.85; margin-bottom: 36px !important;
    max-width: 560px; margin-left: auto; margin-right: auto;
}

/* 3단계 요약 박스 */
#tg-333-wrapper .tg-333-summary__steps {
    display: flex; flex-wrap: wrap;
    align-items: center; justify-content: center; gap: 12px;
    margin-bottom: 36px;
}
#tg-333-wrapper .tg-333-summary__step {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-sm); padding: 22px 20px;
    text-align: center; min-width: 140px; flex: 1;
}
#tg-333-wrapper .tg-333-summary__step--flash {
    background: rgba(250,204,21,.1); border-color: rgba(250,204,21,.25);
}
#tg-333-wrapper .tg-333-summary__step-icon {
    font-size: 1.8rem; color: rgba(255,255,255,.55); margin-bottom: 8px;
}
#tg-333-wrapper .tg-333-summary__step--flash .tg-333-summary__step-icon { color: var(--fl-400); }
#tg-333-wrapper .tg-333-summary__step-num {
    font-size: .72rem; font-weight: 800; letter-spacing: .07em;
    color: rgba(255,255,255,.35); margin-bottom: 6px !important;
}
#tg-333-wrapper .tg-333-summary__step-text {
    font-size: var(--fs-sm); color: rgba(255,255,255,.8); line-height: 1.55;
    margin-bottom: 0 !important;
}
#tg-333-wrapper .tg-333-summary__step-text strong { color: #fff; }
#tg-333-wrapper .tg-333-summary__arrow {
    font-size: 1.3rem; color: rgba(255,255,255,.22);
    padding-bottom: 24px;
}

/* 푸터 */
#tg-333-wrapper .tg-333-footer {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 28px; text-align: center;
}
#tg-333-wrapper .tg-333-footer__desc {
    color: rgba(255,255,255,.55); margin-bottom: 20px !important;
}
#tg-333-wrapper .tg-333-footer__btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--fl-500); color: var(--ny-950);
    font-size: var(--fs-base); font-weight: 800;
    padding: 15px 32px; border-radius: 999px;
    box-shadow: 0 4px 20px rgba(234,179,8,.32);
    transition: box-shadow .28s, transform .22s, background .2s;
}
#tg-333-wrapper .tg-333-footer__btn:hover {
    box-shadow: 0 8px 28px rgba(234,179,8,.52);
    transform: translateY(-3px); background: var(--fl-400);
}
#tg-333-wrapper .tg-333-footer__btn .material-symbols-outlined { font-size: 1.1rem; }

/* 공통 애니메이션 */
@keyframes tg333FadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ═════════════════════════════════════════
   반응형
═════════════════════════════════════════ */
@media (min-width: 600px) {
    #tg-333-wrapper .tg-333-cards { grid-template-columns: repeat(3, 1fr); }
    #tg-333-wrapper .tg-333-demo { flex-direction: row; align-items: flex-start; justify-content: center; gap: 48px; }
}

@media (min-width: 900px) {
    #tg-333-wrapper .tg-333-hero { padding: 80px 56px 90px; }
    #tg-333-wrapper .tg-333-section, #tg-333-wrapper .tg-333-intro { padding: 52px 48px; }
    #tg-333-wrapper .tg-333-summary { padding: 60px 56px; }
}
