/*
 * tips344/style.css  v1.0.0
 * 텔레그램 인증 플랫폼(Verification Platform) 가이드
 * 테마: 시안(Cyan) + 네이비 다크 (보안·인증·테크)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-344-wrapper,
#tg-344-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-344-wrapper h1, #tg-344-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-344-wrapper strong { font-weight: 700; color: inherit; }
#tg-344-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-344-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-344-wrapper button { cursor: pointer; }
#tg-344-wrapper a { color: inherit; }
#tg-344-wrapper ol, #tg-344-wrapper ul { list-style: none; }
#tg-344-wrapper code { font-family: 'Consolas', 'Monaco', monospace; background: rgba(0,0,0,.08); padding: 1px 5px; border-radius: 4px; font-size: .9em; }

/* ─── 디자인 토큰 ─── */
#tg-344-wrapper {
    --cyn-100: #cffafe;
    --cyn-200: #a5f3fc;
    --cyn-300: #67e8f9;
    --cyn-400: #22d3ee;
    --cyn-500: #06b6d4;
    --cyn-600: #0891b2;
    --cyn-700: #0e7490;
    --cyn-900: #164e63;
    --sky-400: #38bdf8;
    --grn-400: #4ade80;
    --grn-500: #22c55e;
    --red-400: #f87171;
    --red-500: #ef4444;
    --gld-300: #fef08a;
    --dk-base: #020d1a;
    --dk-card: #071626;
    --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-cyn: 0 4px 20px rgba(6,182,212,.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-344-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-344-wrapper .tg-344-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-344-wrapper .tg-344-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-344-wrapper .tg-344-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-344-wrapper .tg-344-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 50% at 25% 38%, rgba(6,182,212,.2) 0%, transparent 55%),
        radial-gradient(ellipse 50% 44% at 80% 65%, rgba(56,189,248,.14) 0%, transparent 52%);
}

/* 격자 패턴 */
#tg-344-wrapper .tg-344-hero__grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(6,182,212,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6,182,212,.04) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* 플로팅 오브 */
#tg-344-wrapper .tg-344-hero__orbs { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-344-wrapper .tg-344-orb {
    position: absolute; font-size: 1.8rem; opacity: 0;
    animation: tg344Float ease-in-out infinite;
}
#tg-344-wrapper .tg-344-orb--1 { top: 18%; left: 5%;  animation-duration: 5.5s; animation-delay: 0s; }
#tg-344-wrapper .tg-344-orb--2 { top: 28%; right: 6%; animation-duration: 4.5s; animation-delay: -2s; font-size: 2.2rem; color: #67e8f9; }
#tg-344-wrapper .tg-344-orb--3 { bottom: 22%; left: 8%; animation-duration: 6s;  animation-delay: -1.2s; }
@keyframes tg344Float {
    0%,100% { opacity: 0; transform: translateY(0) scale(.9); }
    50%      { opacity: .5; transform: translateY(-14px) scale(1.1); }
}

#tg-344-wrapper .tg-344-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-344-wrapper .tg-344-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(6,182,212,.15); border: 1px solid rgba(6,182,212,.35);
    color: var(--cyn-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-344-wrapper .tg-344-hero__badge .material-symbols-outlined { font-size: 1.1rem; }
#tg-344-wrapper .tg-344-hero__title {
    font-size: clamp(1.65rem, 4.5vw, 2.4rem); font-weight: 900;
    color: #fff; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-344-wrapper .tg-344-hero__title em {
    font-style: normal; color: var(--cyn-300);
    text-shadow: 0 0 28px rgba(6,182,212,.5);
}
#tg-344-wrapper .tg-344-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    max-width: 560px; margin: 0 auto 32px !important;
}

/* 히어로 스탯 */
#tg-344-wrapper .tg-344-hero__stats {
    display: inline-flex; align-items: center; gap: 24px; flex-wrap: wrap;
    justify-content: center;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    padding: 18px 28px; border-radius: 999px;
}
#tg-344-wrapper .tg-344-hero__stat { display: flex; flex-direction: column; align-items: center; gap: 3px; }
#tg-344-wrapper .tg-344-hero__stat-val { font-size: 1.25rem; font-weight: 900; color: var(--cyn-300); line-height: 1; display: flex; align-items: center; gap: 4px; }
#tg-344-wrapper .tg-344-hero__stat-val .material-symbols-outlined { font-size: 1.2rem; }
#tg-344-wrapper .tg-344-hero__stat-label { font-size: .72rem; color: rgba(255,255,255,.4); }
#tg-344-wrapper .tg-344-hero__stat-divider { color: rgba(255,255,255,.15); font-size: 1.2rem; }

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

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

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

/* ═════════════════════════════════════════
   SMS vs 텔레그램 비교
═════════════════════════════════════════ */
#tg-344-wrapper .tg-344-compare {
    display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 10px; text-align: left;
}
#tg-344-wrapper .tg-344-compare__col { border-radius: var(--radius-md); padding: 24px; }
#tg-344-wrapper .tg-344-compare__col--bad  { background: #fff5f5; border: 2px solid rgba(239,68,68,.2); }
#tg-344-wrapper .tg-344-compare__col--good { background: #ecfdf5; border: 2px solid rgba(6,182,212,.25); }
#tg-344-wrapper .tg-344-compare__head {
    display: flex; align-items: center; gap: 8px;
    font-size: var(--fs-base); font-weight: 900; color: var(--red-500);
    margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(239,68,68,.15);
}
#tg-344-wrapper .tg-344-compare__head .material-symbols-outlined { font-size: 1.2rem; }
#tg-344-wrapper .tg-344-compare__head--good { color: var(--cyn-600); border-color: rgba(6,182,212,.18); }
#tg-344-wrapper .tg-344-compare__list { display: flex; flex-direction: column; gap: 10px; }
#tg-344-wrapper .tg-344-compare__list li {
    display: flex; align-items: center; gap: 10px;
    font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.5;
}
#tg-344-wrapper .tg-344-compare__x     { color: var(--red-400); font-size: 1rem; font-weight: 900; flex-shrink: 0; }
#tg-344-wrapper .tg-344-compare__check { color: var(--cyn-500); font-size: 1rem; font-weight: 900; flex-shrink: 0; }

/* ═════════════════════════════════════════
   인증 코드 데모 채팅 UI
═════════════════════════════════════════ */
#tg-344-wrapper .tg-344-demo {
    display: flex; flex-direction: column; align-items: center; gap: 24px;
}

/* 채팅 앱 */
#tg-344-wrapper .tg-344-chat-app {
    width: 100%; max-width: 320px;
    border: 1px solid rgba(6,182,212,.2); border-radius: 18px;
    background: #0d1b2a; overflow: hidden;
    box-shadow: 0 20px 56px rgba(0,0,0,.5);
}

/* 채팅 헤더 */
#tg-344-wrapper .tg-344-chat-header {
    display: flex; align-items: center; gap: 10px;
    background: #111e2d; padding: 12px 14px;
    border-bottom: 1px solid rgba(6,182,212,.1);
}
#tg-344-wrapper .tg-344-chat-header__icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg, var(--cyn-500), var(--cyn-700));
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.2rem; flex-shrink: 0;
}
#tg-344-wrapper .tg-344-chat-header__info { display: flex; flex-direction: column; gap: 2px; }
#tg-344-wrapper .tg-344-chat-header__name { font-size: .9rem; font-weight: 900; color: #fff; }
#tg-344-wrapper .tg-344-chat-header__badge {
    display: inline-flex; align-items: center; gap: 3px;
    font-size: .68rem; font-weight: 700; color: var(--cyn-400);
}
#tg-344-wrapper .tg-344-chat-header__badge .material-symbols-outlined { font-size: .8rem; }

/* 채팅 바디 */
#tg-344-wrapper .tg-344-chat-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; min-height: 220px; }
#tg-344-wrapper .tg-344-msg-date {
    text-align: center; font-size: .62rem; color: rgba(255,255,255,.3);
    font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
}
#tg-344-wrapper .tg-344-msg {
    background: #162538; border: 1px solid rgba(6,182,212,.15);
    border-radius: 12px 12px 12px 3px; padding: 12px 14px;
    animation: tg344FadeIn .3s ease;
}
#tg-344-wrapper .tg-344-msg--used { opacity: .55; }
#tg-344-wrapper .tg-344-msg__service { font-size: .68rem; font-weight: 800; color: var(--cyn-400); margin-bottom: 4px; text-transform: uppercase; letter-spacing: .05em; }
#tg-344-wrapper .tg-344-msg__code {
    font-size: 1.8rem; font-weight: 900; color: #fff;
    letter-spacing: .18em; line-height: 1.2; margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
}
#tg-344-wrapper .tg-344-msg__code--used { color: rgba(255,255,255,.35) !important; }
#tg-344-wrapper .tg-344-msg__meta {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
#tg-344-wrapper .tg-344-msg__time { font-size: .62rem; color: rgba(255,255,255,.3); }
#tg-344-wrapper .tg-344-msg__label {
    display: flex; align-items: center; gap: 4px;
    font-size: .68rem; font-weight: 700; color: var(--grn-400);
}
#tg-344-wrapper .tg-344-msg__label .material-symbols-outlined { font-size: .85rem; }
#tg-344-wrapper .tg-344-msg__label--used { color: rgba(255,255,255,.35); }

/* Copy Code 버튼 */
#tg-344-wrapper .tg-344-copy-btn {
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, var(--cyn-500), var(--cyn-700));
    color: #fff; font-size: .78rem; font-weight: 800;
    padding: 6px 14px; border-radius: 7px;
    box-shadow: 0 3px 12px rgba(6,182,212,.35);
    transition: box-shadow .2s, transform .18s;
}
#tg-344-wrapper .tg-344-copy-btn:hover { box-shadow: 0 6px 20px rgba(6,182,212,.5); transform: translateY(-1px); }
#tg-344-wrapper .tg-344-copy-btn .material-symbols-outlined { font-size: .9rem; }

/* 만료 바 */
#tg-344-wrapper .tg-344-expire-bar {
    margin-top: 8px; height: 3px; background: rgba(255,255,255,.08); border-radius: 999px; overflow: hidden;
}
#tg-344-wrapper .tg-344-expire-bar__fill {
    height: 100%; background: linear-gradient(90deg, var(--cyn-400), var(--cyn-600));
    border-radius: 999px; width: 70%;
    animation: tg344Expire 60s linear forwards;
}
@keyframes tg344Expire { to { width: 0%; } }

/* 서비스 선택 버튼 */
#tg-344-wrapper .tg-344-chat-controls {
    background: #0d1b2a; border-top: 1px solid rgba(6,182,212,.1);
    padding: 10px 14px;
}
#tg-344-wrapper .tg-344-chat-controls__label { font-size: .65rem; color: rgba(255,255,255,.3); margin-bottom: 7px !important; }
#tg-344-wrapper .tg-344-service-btns { display: flex; flex-wrap: wrap; gap: 6px; }
#tg-344-wrapper .tg-344-service-btn {
    font-size: .72rem; font-weight: 800;
    background: rgba(6,182,212,.08); border: 1px solid rgba(6,182,212,.2);
    color: var(--cyn-300); padding: 5px 12px; border-radius: 6px;
    transition: background .2s, border-color .2s;
}
#tg-344-wrapper .tg-344-service-btn:hover { background: rgba(6,182,212,.18); border-color: rgba(6,182,212,.4); }
#tg-344-wrapper .tg-344-service-btn.is-active { background: rgba(6,182,212,.25); border-color: var(--cyn-400); }

/* 복사 패널 */
#tg-344-wrapper .tg-344-copy-panel {
    width: 100%; max-width: 320px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(6,182,212,.16);
    border-radius: var(--radius-md); padding: 20px;
    display: flex; flex-direction: column; gap: 16px;
}
#tg-344-wrapper .tg-344-copy-panel__title {
    display: flex; align-items: center; gap: 7px;
    font-size: var(--fs-sm); font-weight: 800; color: var(--cyn-300);
    margin-bottom: 0 !important;
}
#tg-344-wrapper .tg-344-copy-panel__title .material-symbols-outlined { font-size: 1rem; }
#tg-344-wrapper .tg-344-copy-panel__steps { display: flex; flex-direction: column; gap: 10px; }
#tg-344-wrapper .tg-344-copy-panel__steps li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: .84rem; color: rgba(255,255,255,.75); line-height: 1.6;
}
#tg-344-wrapper .tg-344-copy-panel__num {
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(6,182,212,.2); border: 1px solid rgba(6,182,212,.35);
    color: var(--cyn-300); font-size: .72rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* 클립보드 표시 */
#tg-344-wrapper .tg-344-clipboard {
    display: flex; align-items: center; gap: 12px;
    background: rgba(6,182,212,.07); border: 1px solid rgba(6,182,212,.15);
    border-radius: var(--radius-sm); padding: 14px;
    transition: background .3s, border-color .3s;
}
#tg-344-wrapper .tg-344-clipboard.has-code {
    background: rgba(6,182,212,.14); border-color: rgba(6,182,212,.35);
}
#tg-344-wrapper .tg-344-clipboard > .material-symbols-outlined { font-size: 1.8rem; color: var(--cyn-400); flex-shrink: 0; }

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

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

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

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