/*
 * tips335/style.css  v1.0.0
 * 텔레그램 스토리 커버 변경 & 프로필 고정 가이드
 * 테마: 로즈 핑크 + 인디고 (프로필·브랜딩 감성)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-335-wrapper {
    --rose-300: #fda4af;
    --rose-400: #fb7185;
    --rose-500: #f43f5e;
    --rose-600: #e11d48;
    --rose-700: #be123c;
    --rose-900: #881337;
    --ind-400:  #818cf8;
    --ind-500:  #6366f1;
    --ind-600:  #4f46e5;
    --ind-700:  #4338ca;
    --ind-900:  #312e81;
    --teal-400: #2dd4bf;
    --teal-500: #14b8a6;
    --sl-50:    #f8fafc;
    --sl-100:   #f1f5f9;
    --sl-200:   #e2e8f0;
    --sl-400:   #94a3b8;
    --sl-500:   #64748b;
    --sl-700:   #334155;
    --sl-800:   #1e293b;
    --sl-900:   #0f172a;
    --sl-950:   #020617;
    --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-335-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-335-wrapper .tg-335-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-335-wrapper .tg-335-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-335-wrapper .tg-335-hero {
    position: relative;
    background: linear-gradient(145deg, var(--ind-900) 0%, var(--rose-900) 50%, #1e0533 100%);
    border-radius: var(--radius-lg);
    padding: 64px 28px 72px;
    text-align: center;
    overflow: hidden;
}
#tg-335-wrapper .tg-335-hero__bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(244,63,94,.22) 0%, transparent 60%);
    pointer-events: none;
}

/* 오브 빛 효과 */
#tg-335-wrapper .tg-335-hero__orbs { position: absolute; inset: 0; pointer-events: none; }
#tg-335-wrapper .tg-335-hero__orb {
    position: absolute; border-radius: 50%;
    filter: blur(55px);
    animation: tg335OrbPulse ease-in-out infinite alternate;
}
#tg-335-wrapper .tg-335-hero__orb--1 {
    width: 240px; height: 240px;
    background: rgba(244,63,94,.25);
    top: -40px; right: 10%;
    animation-duration: 6s;
}
#tg-335-wrapper .tg-335-hero__orb--2 {
    width: 180px; height: 180px;
    background: rgba(99,102,241,.3);
    bottom: -20px; left: 8%;
    animation-duration: 8s;
}
@keyframes tg335OrbPulse {
    from { opacity: .5; transform: scale(.85); }
    to   { opacity: 1;  transform: scale(1.1); }
}

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

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

#tg-335-wrapper .tg-335-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: 16px;
}
#tg-335-wrapper .tg-335-hero__title em {
    font-style: normal; color: var(--rose-300);
    text-shadow: 0 0 28px rgba(251,113,133,.5);
}

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

/* 히어로 기능 태그 */
#tg-335-wrapper .tg-335-hero__features {
    display: flex; flex-wrap: wrap;
    align-items: center; justify-content: center; gap: 12px;
}
#tg-335-wrapper .tg-335-hero__feature {
    display: flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px; padding: 8px 18px;
    color: #fff; font-size: var(--fs-sm); font-weight: 700;
    backdrop-filter: blur(4px);
}
#tg-335-wrapper .tg-335-hero__feature .material-symbols-outlined { font-size: 1.1rem; color: var(--rose-300); }
#tg-335-wrapper .tg-335-hero__sep { color: rgba(255,255,255,.3); font-size: 1.2rem; }

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

/* 도입부 */
#tg-335-wrapper .tg-335-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-335-wrapper .tg-335-intro__icon {
    font-size: 2.4rem; color: var(--rose-500); margin-bottom: 14px;
}
#tg-335-wrapper .tg-335-intro__icon .material-symbols-outlined { font-size: 2.4rem; }
#tg-335-wrapper .tg-335-intro__title {
    font-size: clamp(1.1rem, 2.8vw, 1.35rem); font-weight: 800;
    color: var(--sl-900); margin-bottom: 14px;
    letter-spacing: -.01em; line-height: 1.45;
}
#tg-335-wrapper .tg-335-intro p { color: var(--text-sub); max-width: 680px; margin-left: auto; margin-right: auto; }

/* 공통 섹션 */
#tg-335-wrapper .tg-335-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-335-wrapper .tg-335-section--pro {
    background: linear-gradient(145deg, var(--ind-900), var(--rose-900) 60%, #1e0533);
    border-color: rgba(255,255,255,.07);
}

/* 레이블 */
#tg-335-wrapper .tg-335-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-335-wrapper .tg-335-section__label--rose   { background: rgba(244,63,94,.08); color: var(--rose-600); }
#tg-335-wrapper .tg-335-section__label--indigo { background: rgba(99,102,241,.08); color: var(--ind-600); }
#tg-335-wrapper .tg-335-section__label--pro    { background: rgba(255,255,255,.18); color: #fff; border: 1px solid rgba(255,255,255,.35); }
#tg-335-wrapper .tg-335-section__label .material-symbols-outlined { font-size: 1.1rem; }

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

/* ═════════════════════════════════════════
   특징 카드 3종
═════════════════════════════════════════ */
#tg-335-wrapper .tg-335-cards {
    display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 10px;
}
#tg-335-wrapper .tg-335-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-335-wrapper .tg-335-card:hover {
    box-shadow: var(--shadow-md); transform: translateY(-5px);
    border-color: var(--rose-300);
}
#tg-335-wrapper .tg-335-card__icon {
    width: 58px; height: 58px; border-radius: 15px;
    background: linear-gradient(135deg, var(--rose-500), var(--rose-700));
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.7rem;
    box-shadow: 0 6px 18px rgba(244,63,94,.28);
}
#tg-335-wrapper .tg-335-card__icon--indigo {
    background: linear-gradient(135deg, var(--ind-500), var(--ind-700));
    box-shadow: 0 6px 18px rgba(99,102,241,.28);
}
#tg-335-wrapper .tg-335-card__icon--teal {
    background: linear-gradient(135deg, var(--teal-400), var(--teal-500));
    box-shadow: 0 6px 18px rgba(20,184,166,.28);
}
#tg-335-wrapper .tg-335-card__title {
    font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); letter-spacing: -.01em;
}
#tg-335-wrapper .tg-335-card__desc { font-size: var(--fs-base); color: var(--text-sub); line-height: 1.8; word-break: keep-all; }

/* ═════════════════════════════════════════
   탭 공통
═════════════════════════════════════════ */
#tg-335-wrapper .tg-335-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-335-wrapper .tg-335-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-335-wrapper .tg-335-tab-btn .material-symbols-outlined { font-size: 1.15rem; }
#tg-335-wrapper .tg-335-tab-btn--active {
    background: #fff; color: var(--rose-600);
    box-shadow: 0 2px 10px rgba(0,0,0,.09); font-weight: 800;
}
#tg-335-wrapper .tg-335-tab-panel { display: none; text-align: left; animation: tg335FadeIn .3s ease; }
#tg-335-wrapper .tg-335-tab-panel--active { display: block; }

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

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

/* 주의 박스 */
#tg-335-wrapper .tg-335-notice-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(99,102,241,.06); border: 1px solid rgba(99,102,241,.22);
    border-radius: var(--radius-sm); padding: 18px 20px;
    margin-bottom: 22px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-335-wrapper .tg-335-notice-box .material-symbols-outlined { font-size: 1.3rem; color: var(--ind-600); flex-shrink: 0; margin-top: 2px; }

/* 팁 박스 */
#tg-335-wrapper .tg-335-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(244,63,94,.06); border: 1px solid rgba(244,63,94,.22);
    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-335-wrapper .tg-335-tip-box .material-symbols-outlined { font-size: 1.4rem; color: var(--rose-500); flex-shrink: 0; margin-top: 2px; }

/* ═════════════════════════════════════════
   프로필 고정 데모
═════════════════════════════════════════ */
#tg-335-wrapper .tg-335-demo {
    display: flex; flex-direction: column;
    align-items: center; gap: 32px;
}

/* 프로필 폰 */
#tg-335-wrapper .tg-335-profile-phone { display: flex; flex-direction: column; align-items: center; }
#tg-335-wrapper .tg-335-profile-phone__frame {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border-radius: 36px; padding: 10px;
    box-shadow: 0 20px 48px rgba(0,0,0,.45), inset 0 2px 4px rgba(255,255,255,.06);
    width: 240px;
}
#tg-335-wrapper .tg-335-profile-phone__screen {
    border-radius: 28px; min-height: 420px;
    background: var(--sl-50);
    display: flex; flex-direction: column;
    overflow: hidden;
}

/* 폰 헤더 */
#tg-335-wrapper .tg-335-profile-phone__header {
    background: #fff; padding: 14px 14px 10px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: .85rem; color: var(--sl-700);
    border-bottom: 1px solid var(--sl-100);
}
#tg-335-wrapper .tg-335-profile-phone__header strong { font-weight: 800; color: var(--sl-900); }
#tg-335-wrapper .tg-335-profile-phone__header .material-symbols-outlined { font-size: 1.1rem; }

/* 아바타 영역 */
#tg-335-wrapper .tg-335-profile-phone__avatar-area {
    background: linear-gradient(145deg, var(--ind-900), var(--rose-900));
    padding: 20px 16px 16px; text-align: center;
}
#tg-335-wrapper .tg-335-profile-phone__avatar {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--rose-500); color: #fff;
    font-size: 1.3rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 8px;
    border: 3px solid rgba(255,255,255,.4);
}
#tg-335-wrapper .tg-335-profile-phone__name {
    font-size: .88rem; font-weight: 800; color: #fff; margin-bottom: 2px !important;
    line-height: 1.4 !important;
}
#tg-335-wrapper .tg-335-profile-phone__handle {
    font-size: .72rem; color: rgba(255,255,255,.55); margin-bottom: 0 !important;
    line-height: 1.4 !important;
}

/* 고정 슬롯 */
#tg-335-wrapper .tg-335-profile-phone__pin-label {
    display: flex; align-items: center; gap: 6px;
    font-size: .75rem; font-weight: 700; color: var(--sl-500);
    padding: 10px 14px 6px;
    background: #fff;
}
#tg-335-wrapper .tg-335-profile-phone__pin-label .material-symbols-outlined { font-size: .9rem; color: var(--rose-500); }

#tg-335-wrapper .tg-335-pinned-slots {
    display: flex; gap: 8px; padding: 8px 12px 12px;
    background: #fff;
}
#tg-335-wrapper .tg-335-pin-slot {
    flex: 1; aspect-ratio: 1;
    border-radius: 12px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    transition: background .3s, border .3s;
}
#tg-335-wrapper .tg-335-pin-slot.is-empty {
    background: var(--sl-100); border: 2px dashed var(--sl-300);
    color: var(--sl-300); font-size: 1.4rem;
}
#tg-335-wrapper .tg-335-pin-slot.is-filled {
    background: linear-gradient(145deg, var(--rose-500), var(--ind-600));
    border: none; font-size: 2rem;
    animation: tg335SlotPop .25s cubic-bezier(.175,.885,.32,1.275) both;
}
@keyframes tg335SlotPop {
    from { opacity: 0; transform: scale(.5); }
    to   { opacity: 1; transform: scale(1); }
}

/* 힌트 */
#tg-335-wrapper .tg-335-profile-phone__hint {
    font-size: .72rem; color: var(--sl-400); text-align: center;
    padding: 8px 12px; background: #fff;
    border-top: 1px solid var(--sl-100);
    margin-bottom: 0 !important; line-height: 1.5 !important;
}

/* 스토리 선택 패널 */
#tg-335-wrapper .tg-335-story-panel {
    display: flex; flex-direction: column; gap: 12px;
    width: 100%; max-width: 300px;
}
#tg-335-wrapper .tg-335-story-panel__title {
    display: flex; align-items: center; gap: 8px;
    font-size: var(--fs-base); font-weight: 800;
    color: rgba(255,255,255,.9);
    margin-bottom: 4px !important;
}
#tg-335-wrapper .tg-335-story-panel__title .material-symbols-outlined { font-size: 1.2rem; color: var(--rose-300); }

/* 스토리 카드 */
#tg-335-wrapper .tg-335-story-cards { display: flex; flex-direction: column; gap: 8px; }
#tg-335-wrapper .tg-335-story-card {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px; padding: 12px 14px;
    transition: background .2s, border-color .2s;
}
#tg-335-wrapper .tg-335-story-card.is-pinned {
    background: rgba(244,63,94,.18); border-color: rgba(244,63,94,.4);
}
#tg-335-wrapper .tg-335-story-card__thumb {
    font-size: 1.6rem; flex-shrink: 0;
    width: 40px; height: 40px;
    background: rgba(255,255,255,.12); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
#tg-335-wrapper .tg-335-story-card__info { flex: 1; }
#tg-335-wrapper .tg-335-story-card__name {
    font-size: var(--fs-sm); font-weight: 700; color: #fff;
    margin-bottom: 2px !important; line-height: 1.4 !important;
}
#tg-335-wrapper .tg-335-story-card__date {
    font-size: .72rem; color: rgba(255,255,255,.45);
    margin-bottom: 0 !important; line-height: 1.4 !important;
}
#tg-335-wrapper .tg-335-story-card__pin-btn {
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.7); font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s, color .2s;
    flex-shrink: 0;
}
#tg-335-wrapper .tg-335-story-card__pin-btn:hover {
    background: rgba(244,63,94,.35); color: #fff;
}
#tg-335-wrapper .tg-335-story-card.is-pinned .tg-335-story-card__pin-btn {
    background: var(--rose-500); color: #fff; border-color: var(--rose-400);
}

/* 리셋 버튼 */
#tg-335-wrapper .tg-335-reset-btn {
    display: flex; align-items: center; justify-content: center;
    gap: 6px; padding: 12px; width: 100%;
    background: transparent; border: 1px solid rgba(239,68,68,.3);
    border-radius: 10px; color: rgba(239,68,68,.75);
    font-size: var(--fs-sm); font-weight: 700;
    transition: background .2s; margin-top: 4px;
}
#tg-335-wrapper .tg-335-reset-btn:hover { background: rgba(239,68,68,.08); }
#tg-335-wrapper .tg-335-reset-btn .material-symbols-outlined { font-size: 1rem; }

/* ═════════════════════════════════════════
   공개 범위 카드
═════════════════════════════════════════ */
#tg-335-wrapper .tg-335-privacy-cards {
    margin-top: 28px; text-align: left;
}
#tg-335-wrapper .tg-335-privacy-cards__title {
    display: flex; align-items: center; gap: 8px;
    font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900);
    margin-bottom: 16px; letter-spacing: -.01em;
}
#tg-335-wrapper .tg-335-privacy-cards__title .material-symbols-outlined { font-size: 1.3rem; color: var(--ind-600); }

#tg-335-wrapper .tg-335-privacy-grid {
    display: grid; grid-template-columns: 1fr; gap: 12px;
}
#tg-335-wrapper .tg-335-privacy-card {
    display: flex; align-items: flex-start; gap: 14px;
    background: var(--sl-50); border: 1px solid var(--sl-200);
    border-radius: var(--radius-sm); padding: 18px;
    transition: box-shadow .25s, border-color .25s;
}
#tg-335-wrapper .tg-335-privacy-card:hover {
    box-shadow: var(--shadow-sm); border-color: var(--ind-400);
}
#tg-335-wrapper .tg-335-privacy-card__icon { font-size: 2rem; flex-shrink: 0; }
#tg-335-wrapper .tg-335-privacy-card__name {
    font-size: var(--fs-base); font-weight: 800; color: var(--sl-900); margin-bottom: 4px;
}
#tg-335-wrapper .tg-335-privacy-card__desc {
    font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.7;
    margin-bottom: 0 !important;
}

/* ═════════════════════════════════════════
   결론 요약
═════════════════════════════════════════ */
#tg-335-wrapper .tg-335-summary {
    background: linear-gradient(145deg, var(--ind-900), var(--rose-900) 60%, #1e0533);
    border-radius: var(--radius-md); padding: 52px 32px; color: #fff;
    text-align: center;
}
#tg-335-wrapper .tg-335-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;
    gap: 10px; color: #fff;
}
#tg-335-wrapper .tg-335-summary__title .material-symbols-outlined { font-size: 1.6rem; color: var(--rose-300); }
#tg-335-wrapper .tg-335-summary__desc {
    color: rgba(255,255,255,.7); text-align: center;
    line-height: 1.85; margin-bottom: 32px !important;
    max-width: 560px; margin-left: auto; margin-right: auto;
}

/* 요약 2단 박스 */
#tg-335-wrapper .tg-335-summary__cols {
    display: grid; grid-template-columns: 1fr; gap: 16px;
    margin-bottom: 36px; text-align: left;
}
#tg-335-wrapper .tg-335-summary__col {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius-sm); padding: 22px 20px;
}
#tg-335-wrapper .tg-335-summary__col--indigo { border-color: rgba(129,140,248,.3); background: rgba(99,102,241,.12); }
#tg-335-wrapper .tg-335-summary__col-header {
    display: flex; align-items: center; gap: 8px;
    font-size: var(--fs-base); font-weight: 800; color: #fff;
    margin-bottom: 14px;
}
#tg-335-wrapper .tg-335-summary__col-header .material-symbols-outlined { font-size: 1.2rem; color: var(--rose-300); }
#tg-335-wrapper .tg-335-summary__col--indigo .tg-335-summary__col-header .material-symbols-outlined { color: var(--ind-400); }
#tg-335-wrapper .tg-335-summary__col ul { display: flex; flex-direction: column; gap: 8px; }
#tg-335-wrapper .tg-335-summary__col li {
    font-size: var(--fs-sm); color: rgba(255,255,255,.78);
    display: flex; align-items: flex-start; gap: 8px; line-height: 1.6;
}
#tg-335-wrapper .tg-335-summary__col li::before {
    content: '✓'; font-weight: 900;
    color: var(--rose-300); flex-shrink: 0;
}
#tg-335-wrapper .tg-335-summary__col--indigo li::before { color: var(--ind-400); }

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

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

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

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