/*
 * tips346/style.css  v1.0.0
 * 텔레그램 수정 시간 & 읽음 확인 가이드
 * 테마: 인디고/바이올렛 + 딥 다크 (투명성·기록·시간)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-346-wrapper {
    --ind-100: #e0e7ff;
    --ind-200: #c7d2fe;
    --ind-300: #a5b4fc;
    --ind-400: #818cf8;
    --ind-500: #6366f1;
    --ind-600: #4f46e5;
    --ind-700: #4338ca;
    --vio-300: #d8b4fe;
    --vio-400: #c084fc;
    --vio-500: #a855f7;
    --teal-300: #5eead4;
    --teal-400: #2dd4bf;
    --grn-400:  #4ade80;
    --grn-500:  #22c55e;
    --dk-base:  #08041a;
    --dk-card:  #0e0829;
    --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-ind: 0 4px 20px rgba(99,102,241,.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-346-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-346-wrapper .tg-346-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-346-wrapper .tg-346-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-346-wrapper .tg-346-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-346-wrapper .tg-346-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 50% at 28% 38%, rgba(99,102,241,.2) 0%, transparent 55%),
        radial-gradient(ellipse 50% 44% at 78% 65%, rgba(168,85,247,.14) 0%, transparent 52%);
}
#tg-346-wrapper .tg-346-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-346-wrapper .tg-346-float {
    position: absolute; font-size: 1.6rem; opacity: 0;
    animation: tg346Float ease-in-out infinite;
}
#tg-346-wrapper .tg-346-float--1 { top: 12%; left: 4%;   animation-duration: 5.5s; animation-delay: 0s; }
#tg-346-wrapper .tg-346-float--2 { top: 25%; right: 5%;  animation-duration: 4.8s; animation-delay: -2s; }
#tg-346-wrapper .tg-346-float--3 { bottom: 28%; left: 6%; animation-duration: 6s;  animation-delay: -1s; }
#tg-346-wrapper .tg-346-float--4 { bottom: 18%; right:8%; animation-duration: 5s;  animation-delay: -1.8s; }
@keyframes tg346Float {
    0%,100% { opacity: 0; transform: translateY(0) scale(.9); }
    50%      { opacity: .5; transform: translateY(-14px) scale(1.1); }
}
#tg-346-wrapper .tg-346-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-346-wrapper .tg-346-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.35);
    color: var(--ind-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-346-wrapper .tg-346-hero__badge .material-symbols-outlined { font-size: 1.1rem; }
#tg-346-wrapper .tg-346-hero__title {
    font-size: clamp(1.5rem, 4.2vw, 2.2rem); font-weight: 900;
    color: #fff; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-346-wrapper .tg-346-hero__title em {
    font-style: normal; color: var(--ind-300);
    text-shadow: 0 0 28px rgba(99,102,241,.5);
}
#tg-346-wrapper .tg-346-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    max-width: 560px; margin: 0 auto 32px !important;
}
#tg-346-wrapper .tg-346-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
#tg-346-wrapper .tg-346-hero__chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(99,102,241,.15); border: 1px solid rgba(99,102,241,.3);
    color: var(--ind-300); font-size: .85rem; font-weight: 800;
    padding: 8px 18px; border-radius: 999px;
}
#tg-346-wrapper .tg-346-hero__chip .material-symbols-outlined { font-size: 1rem; }
#tg-346-wrapper .tg-346-hero__chip--violet { background: rgba(168,85,247,.12); border-color: rgba(168,85,247,.28); color: var(--vio-300); }
#tg-346-wrapper .tg-346-hero__chip--teal   { background: rgba(45,212,191,.10); border-color: rgba(45,212,191,.24); color: var(--teal-300); }

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

/* 도입부 */
#tg-346-wrapper .tg-346-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--ind-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-346-wrapper .tg-346-intro__icon { font-size: 2.4rem; color: var(--ind-600); margin-bottom: 14px; }
#tg-346-wrapper .tg-346-intro__icon .material-symbols-outlined { font-size: 2.4rem; }
#tg-346-wrapper .tg-346-intro__title { font-size: clamp(1.1rem, 2.8vw, 1.35rem); font-weight: 800; color: var(--sl-900); margin-bottom: 20px; letter-spacing: -.01em; }
#tg-346-wrapper .tg-346-intro__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
#tg-346-wrapper .tg-346-intro__card {
    background: var(--sl-50); border: 1px solid var(--sl-200); border-radius: var(--radius-sm);
    padding: 20px 18px; display: flex; flex-direction: column; align-items: center;
    gap: 10px; text-align: center;
}
#tg-346-wrapper .tg-346-intro__card-icon { font-size: 1.7rem; }
#tg-346-wrapper .tg-346-intro__card-icon--indigo { color: var(--ind-500); }
#tg-346-wrapper .tg-346-intro__card-icon--violet { color: var(--vio-500); }
#tg-346-wrapper .tg-346-intro__card-title { font-size: var(--fs-base); font-weight: 800; color: var(--sl-900); }
#tg-346-wrapper .tg-346-intro__card-desc { font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.75; word-break: keep-all; }

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

/* ═════════════════════════════════════════
   채팅 공통
═════════════════════════════════════════ */
#tg-346-wrapper .tg-346-demo1,
#tg-346-wrapper .tg-346-demo2 {
    display: flex; flex-direction: column; align-items: center; gap: 24px;
}
#tg-346-wrapper .tg-346-chat {
    width: 100%; max-width: 300px;
    background: #111; border: 1px solid rgba(99,102,241,.25);
    border-radius: 18px; overflow: hidden; box-shadow: 0 20px 56px rgba(0,0,0,.5);
}
#tg-346-wrapper .tg-346-chat__header {
    display: flex; align-items: center; gap: 10px;
    background: #0e0829; padding: 10px 14px;
    border-bottom: 1px solid rgba(99,102,241,.12);
}
#tg-346-wrapper .tg-346-chat__avatar {
    width: 34px; height: 34px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.1rem; flex-shrink: 0;
}
#tg-346-wrapper .tg-346-chat__avatar--indigo { background: linear-gradient(135deg, var(--ind-500), var(--ind-700)); }
#tg-346-wrapper .tg-346-chat__avatar--violet { background: linear-gradient(135deg, var(--vio-400), var(--vio-500)); }
#tg-346-wrapper .tg-346-chat__body { padding: 12px; display: flex; flex-direction: column; gap: 8px; min-height: 180px; background: #100828; }

/* 말풍선 */
#tg-346-wrapper .tg-346-bubble { display: flex; flex-direction: column; gap: 3px; max-width: 88%; }
#tg-346-wrapper .tg-346-bubble--left  { align-self: flex-start; }
#tg-346-wrapper .tg-346-bubble--right { align-self: flex-end; position: relative; }
#tg-346-wrapper .tg-346-bubble__sender { font-size: .62rem; color: var(--ind-400); font-weight: 800; margin-bottom: 2px; }
#tg-346-wrapper .tg-346-bubble__meta { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
#tg-346-wrapper .tg-346-time { font-size: .6rem; color: rgba(255,255,255,.28); }

/* 수정됨 배지 */
#tg-346-wrapper .tg-346-edited-tag {
    display: inline-flex; align-items: center; gap: 3px;
    font-size: .6rem; color: var(--ind-400); font-weight: 700;
}
#tg-346-wrapper .tg-346-edited-tag .material-symbols-outlined { font-size: .72rem; }

/* 읽음 수 */
#tg-346-wrapper .tg-346-read-count {
    display: inline-flex; align-items: center; gap: 3px;
    font-size: .65rem; color: var(--vio-400); font-weight: 800;
}
#tg-346-wrapper .tg-346-read-count .material-symbols-outlined { font-size: .85rem; }

/* 클릭 가능 말풍선 */
#tg-346-wrapper .tg-346-bubble--editable,
#tg-346-wrapper .tg-346-bubble--readable { cursor: pointer; }
#tg-346-wrapper .tg-346-bubble--editable .tg-346-bubble__body,
#tg-346-wrapper .tg-346-bubble--readable .tg-346-bubble__body {
    transition: opacity .2s;
}
#tg-346-wrapper .tg-346-bubble--editable:hover .tg-346-bubble__body,
#tg-346-wrapper .tg-346-bubble--readable:hover .tg-346-bubble__body { opacity: .8; }

/* 수정 시간 팝업 */
#tg-346-wrapper .tg-346-time-popup {
    position: absolute; right: 0; bottom: calc(100% + 8px);
    background: #1e1040; border: 1px solid rgba(99,102,241,.3);
    border-radius: 10px; padding: 10px 14px;
    min-width: 200px; box-shadow: 0 8px 24px rgba(0,0,0,.6); z-index: 10;
    animation: tg346FadeIn .2s ease;
}
#tg-346-wrapper .tg-346-time-popup__row {
    display: flex; align-items: center; gap: 8px;
    font-size: .75rem; color: rgba(255,255,255,.65); line-height: 1.6;
}
#tg-346-wrapper .tg-346-time-popup__row .material-symbols-outlined { font-size: .9rem; color: var(--ind-400); flex-shrink: 0; }
#tg-346-wrapper .tg-346-time-popup__row--edit { color: var(--ind-300); }
#tg-346-wrapper .tg-346-time-popup__row--edit .material-symbols-outlined { color: var(--ind-400); }

/* 읽음 팝업 */
#tg-346-wrapper .tg-346-read-popup {
    position: absolute; right: 0; bottom: calc(100% + 8px);
    background: #1e1040; border: 1px solid rgba(168,85,247,.3);
    border-radius: 12px; padding: 14px;
    min-width: 200px; box-shadow: 0 8px 24px rgba(0,0,0,.6); z-index: 10;
    animation: tg346FadeIn .2s ease;
}
#tg-346-wrapper .tg-346-read-popup__list { display: flex; flex-direction: column; gap: 7px; margin-bottom: 10px; }
#tg-346-wrapper .tg-346-read-member {
    display: flex; align-items: center; gap: 8px;
}
#tg-346-wrapper .tg-346-read-member__avatar {
    width: 24px; height: 24px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: .68rem; font-weight: 900; color: #fff; flex-shrink: 0;
}
#tg-346-wrapper .tg-346-read-member__avatar--a { background: #6366f1; }
#tg-346-wrapper .tg-346-read-member__avatar--b { background: #8b5cf6; }
#tg-346-wrapper .tg-346-read-member__avatar--c { background: #06b6d4; }
#tg-346-wrapper .tg-346-read-member__avatar--d { background: #f59e0b; }
#tg-346-wrapper .tg-346-read-member__name { flex: 1; font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.82); }
#tg-346-wrapper .tg-346-read-member__time { font-size: .62rem; color: rgba(255,255,255,.35); }
#tg-346-wrapper .tg-346-read-popup__unread {
    display: flex; align-items: center; gap: 6px;
    font-size: .72rem; color: rgba(255,255,255,.4);
    background: rgba(255,255,255,.04); border-radius: 6px; padding: 6px 8px;
    line-height: 1.4;
}
#tg-346-wrapper .tg-346-read-popup__unread .material-symbols-outlined { font-size: .85rem; flex-shrink: 0; }

/* 안내 패널 */
#tg-346-wrapper .tg-346-demo-guide {
    width: 100%; max-width: 300px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(99,102,241,.16);
    border-radius: var(--radius-md); padding: 18px;
    display: flex; flex-direction: column; gap: 14px;
}
#tg-346-wrapper .tg-346-demo-guide__title {
    display: flex; align-items: center; gap: 7px;
    font-size: var(--fs-sm); font-weight: 800; color: var(--ind-300);
    margin-bottom: 0 !important;
}
#tg-346-wrapper .tg-346-demo-guide__title .material-symbols-outlined { font-size: 1rem; }
#tg-346-wrapper .tg-346-demo-guide__list { display: flex; flex-direction: column; gap: 9px; }
#tg-346-wrapper .tg-346-demo-guide__list li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: .8rem; color: rgba(255,255,255,.67); line-height: 1.5;
}
#tg-346-wrapper .tg-346-demo-guide__num {
    min-width: 22px; height: 22px; border-radius: 50%;
    background: rgba(99,102,241,.18); border: 1px solid rgba(99,102,241,.32);
    color: var(--ind-300); font-size: .7rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
#tg-346-wrapper .tg-346-demo-guide__devices { display: flex; flex-direction: column; gap: 6px; }
#tg-346-wrapper .tg-346-device-chip {
    display: flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 7px; padding: 7px 10px;
    font-size: .72rem; font-weight: 700; color: rgba(255,255,255,.55);
}
#tg-346-wrapper .tg-346-device-chip .material-symbols-outlined { font-size: .9rem; }
#tg-346-wrapper .tg-346-device-chip--pc      { border-color: rgba(99,102,241,.2);  color: var(--ind-300); }
#tg-346-wrapper .tg-346-device-chip--android { border-color: rgba(61,220,132,.18); color: #6ee7b7; }
#tg-346-wrapper .tg-346-device-chip--ios     { border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.55); }

/* ═════════════════════════════════════════
   기능 탭 (수정시간 / 읽음확인)
═════════════════════════════════════════ */
#tg-346-wrapper .tg-346-func-tabs {
    display: flex; gap: 6px; background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 16px; flex-wrap: wrap;
}
#tg-346-wrapper .tg-346-func-btn {
    flex: 1; min-width: 120px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 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-346-wrapper .tg-346-func-btn--active { background: #fff; color: var(--ind-700); box-shadow: 0 2px 10px rgba(0,0,0,.09); font-weight: 800; }
#tg-346-wrapper .tg-346-func-btn .material-symbols-outlined { font-size: 1.15rem; }
#tg-346-wrapper .tg-346-func-panel { display: none; animation: tg346FadeIn .3s ease; }
#tg-346-wrapper .tg-346-func-panel--active { display: block; }

/* 기기별 탭 */
#tg-346-wrapper .tg-346-tabs {
    display: flex; gap: 6px; background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 22px; flex-wrap: wrap; text-align: left;
}
#tg-346-wrapper .tg-346-tab-btn {
    flex: 1; min-width: 80px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 12px; border-radius: 7px;
    font-size: var(--fs-sm); font-weight: 600; color: var(--sl-500);
    transition: background .2s, color .2s;
}
#tg-346-wrapper .tg-346-tab-btn .material-symbols-outlined { font-size: 1.1rem; }
#tg-346-wrapper .tg-346-tab-btn--active { background: #fff; color: var(--ind-700); box-shadow: 0 2px 8px rgba(0,0,0,.08); font-weight: 800; }
#tg-346-wrapper .tg-346-tab-panel { display: none; text-align: left; animation: tg346FadeIn .3s ease; }
#tg-346-wrapper .tg-346-tab-panel--active { display: block; }
#tg-346-wrapper .tg-346-tab-panel__head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--sl-100);
}
#tg-346-wrapper .tg-346-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-346-wrapper .tg-346-tab-panel__icon--pc      { background: linear-gradient(135deg, var(--ind-500), var(--ind-700)); }
#tg-346-wrapper .tg-346-tab-panel__icon--android { background: linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-346-wrapper .tg-346-tab-panel__icon--ios      { background: linear-gradient(135deg, #555, #111); }
#tg-346-wrapper .tg-346-tab-panel__name { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); margin-bottom: 4px; }
#tg-346-wrapper .tg-346-tab-panel__sub  { font-size: var(--fs-sm); color: var(--sl-500); margin-bottom: 0 !important; }

/* 단계 */
#tg-346-wrapper .tg-346-steps { display: flex; flex-direction: column; gap: 13px; counter-reset: tg346step; }
#tg-346-wrapper .tg-346-steps li {
    counter-increment: tg346step;
    display: flex; align-items: flex-start; gap: 13px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-346-wrapper .tg-346-steps li::before {
    content: counter(tg346step);
    min-width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--ind-500), var(--ind-700));
    color: #fff; font-size: .8rem; font-weight: 900; border-radius: 50%;
    flex-shrink: 0; margin-top: 2px;
}
#tg-346-wrapper .tg-346-steps li strong { color: var(--sl-800); }
#tg-346-wrapper .tg-346-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(99,102,241,.06); border: 1px solid rgba(99,102,241,.18);
    border-radius: var(--radius-sm); padding: 16px 18px;
    margin-top: 18px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-346-wrapper .tg-346-tip-box .material-symbols-outlined { font-size: 1.3rem; color: var(--ind-500); flex-shrink: 0; margin-top: 2px; }

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

/* ═════════════════════════════════════════
   반응형
═════════════════════════════════════════ */
@media (min-width: 540px) { #tg-346-wrapper .tg-346-intro__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 768px) {
    #tg-346-wrapper .tg-346-demo1,
    #tg-346-wrapper .tg-346-demo2 { flex-direction: row; align-items: flex-start; justify-content: center; gap: 28px; }
}
@media (min-width: 900px) {
    #tg-346-wrapper .tg-346-hero   { padding: 80px 56px 90px; }
    #tg-346-wrapper .tg-346-section, #tg-346-wrapper .tg-346-intro { padding: 52px 48px; }
}
