/*
 * tips384/style.css  v1.0.0
 * 텔레그램 프로필 음악(Music on Profiles) 가이드
 * 테마: 스피어민트 틸/스트리밍 그린 + 딥 다크 (음악·플레이리스트·오디오·프로필)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-384-wrapper {
    --tel-100:  #ccfbf1;
    --tel-200:  #99f6e4;
    --tel-300:  #5eead4;
    --tel-400:  #2dd4bf;
    --tel-500:  #14b8a6;
    --tel-600:  #0d9488;
    --tel-700:  #0f766e;
    --gold-300: #fcd34d;
    --gold-400: #fbbf24;
    --sky-400:  #38bdf8;
    --dk-base:  #010e0c;
    --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-tel: 0 6px 24px rgba(13,148,136,.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(--sl-800); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols */
#tg-384-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-384-wrapper .tg-384-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-384-wrapper .tg-384-motion.is-visible { opacity: 1; transform: translateY(0); }

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

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

/* 도입부 */
#tg-384-wrapper .tg-384-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--tel-600); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-384-wrapper .tg-384-intro__icon { font-size:2.4rem; color:var(--tel-600); margin-bottom:14px; }
#tg-384-wrapper .tg-384-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-384-wrapper .tg-384-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-384-wrapper .tg-384-feature-row { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:22px; max-width:480px; margin-left:auto; margin-right:auto; }
#tg-384-wrapper .tg-384-feature-card { background:rgba(13,148,136,.06); border:1px solid rgba(13,148,136,.18); border-radius:var(--radius-sm); padding:14px 10px; text-align:center; }
#tg-384-wrapper .tg-384-feature-card__ico { font-size:1.5rem; color:var(--tel-600); margin-bottom:6px !important; }
#tg-384-wrapper .tg-384-feature-card__txt { font-size:.76rem; font-weight:800; color:var(--sl-800); margin-bottom:0 !important; }

/* 공통 섹션 */
#tg-384-wrapper .tg-384-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-384-wrapper .tg-384-section--dark { background:var(--dk-base); border-color:rgba(13,148,136,.1); }
#tg-384-wrapper .tg-384-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-384-wrapper .tg-384-section__label--dark { background:rgba(255,255,255,.13); color:#fff; border:1px solid rgba(255,255,255,.24); }
#tg-384-wrapper .tg-384-section__label--teal { background:rgba(13,148,136,.08); color:var(--tel-700); }
#tg-384-wrapper .tg-384-section__label .material-symbols-outlined { font-size:1rem; }
#tg-384-wrapper .tg-384-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-384-wrapper .tg-384-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-384-wrapper .tg-384-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-384-wrapper .tg-384-section__desc--light { color:rgba(255,255,255,.8) !important; margin-bottom:28px !important; }

/* ═══════════════════════════════ 시뮬레이터 */
#tg-384-wrapper .tg-384-sim-wrap { max-width:420px; margin:0 auto; text-align:left; }

/* 시뮬레이터 탭 */
#tg-384-wrapper .tg-384-sim-tabs { display:flex; gap:4px; background:rgba(255,255,255,.05); border-radius:10px; padding:4px; margin-bottom:10px; }
#tg-384-wrapper .tg-384-sim-tab { flex:1; display:flex; align-items:center; justify-content:center; gap:6px; padding:9px 10px; border-radius:7px; font-size:.74rem; font-weight:700; color:rgba(255,255,255,.3); transition:all .18s; position:relative; }
#tg-384-wrapper .tg-384-sim-tab .material-symbols-outlined { font-size:.9rem; }
#tg-384-wrapper .tg-384-sim-tab--active { background:rgba(13,148,136,.18); color:var(--tel-300); border:1px solid rgba(45,212,191,.2); }
#tg-384-wrapper .tg-384-sim-tab__cnt { background:var(--tel-500); color:#fff; font-size:.55rem; font-weight:900; padding:1px 5px; border-radius:999px; min-width:16px; text-align:center; }

/* 패널 */
#tg-384-wrapper .tg-384-panel { animation:tg384FadeIn .25s ease; }

/* 채팅방 UI */
#tg-384-wrapper .tg-384-chat-ui { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:12px; overflow:hidden; }
#tg-384-wrapper .tg-384-chat-ui__hd { display:flex; align-items:center; gap:8px; padding:9px 12px; border-bottom:1px solid rgba(255,255,255,.06); font-size:.75rem; font-weight:800; color:rgba(255,255,255,.4); }
#tg-384-wrapper .tg-384-chat-ui__hd .material-symbols-outlined { font-size:.9rem; color:var(--tel-400); }
/* 채팅 트랙 */
#tg-384-wrapper .tg-384-chat-tracks { display:flex; flex-direction:column; }
#tg-384-wrapper .tg-384-chat-track { display:flex; align-items:center; gap:10px; padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.04); }
#tg-384-wrapper .tg-384-chat-track:last-child { border-bottom:none; }
#tg-384-wrapper .tg-384-chat-track__play { width:32px; height:32px; border-radius:50%; background:rgba(13,148,136,.14); border:1px solid rgba(45,212,191,.2); color:var(--tel-400); display:flex; align-items:center; justify-content:center; font-size:.85rem; flex-shrink:0; transition:background .18s; }
#tg-384-wrapper .tg-384-chat-track__play:hover { background:rgba(13,148,136,.28); }
#tg-384-wrapper .tg-384-chat-track__play--playing { background:rgba(13,148,136,.25); animation:tg384Pulse 1.2s ease-in-out infinite; }
@keyframes tg384Pulse { 0%,100%{box-shadow:0 0 0 0 rgba(45,212,191,.4);}50%{box-shadow:0 0 0 6px rgba(45,212,191,0);} }
#tg-384-wrapper .tg-384-chat-track__info { flex:1; min-width:0; }
#tg-384-wrapper .tg-384-chat-track__title { font-size:.75rem; font-weight:800; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:2px; }
#tg-384-wrapper .tg-384-chat-track__dur   { font-size:.58rem; color:rgba(255,255,255,.3); }
/* 웨이브 미니 (재생 중) */
#tg-384-wrapper .tg-384-mini-wave { display:flex; align-items:flex-end; gap:2px; height:12px; }
#tg-384-wrapper .tg-384-mini-wave__bar { width:2px; border-radius:1px; background:var(--tel-400); animation:tg384Wave ease-in-out infinite; }
#tg-384-wrapper .tg-384-mini-wave__bar:nth-child(1){height:4px;animation-duration:.7s;}
#tg-384-wrapper .tg-384-mini-wave__bar:nth-child(2){height:9px;animation-duration:.9s;animation-delay:-.15s;}
#tg-384-wrapper .tg-384-mini-wave__bar:nth-child(3){height:6px;animation-duration:.8s;animation-delay:-.3s;}
#tg-384-wrapper .tg-384-mini-wave__bar:nth-child(4){height:10px;animation-duration:.75s;animation-delay:-.1s;}
#tg-384-wrapper .tg-384-mini-wave__bar:nth-child(5){height:5px;animation-duration:.95s;animation-delay:-.2s;}
@keyframes tg384Wave { 0%,100%{transform:scaleY(1);}50%{transform:scaleY(2.2);} }
/* 프로필 추가 버튼 */
#tg-384-wrapper .tg-384-chat-track__add { display:inline-flex; align-items:center; gap:4px; background:rgba(13,148,136,.1); border:1px solid rgba(45,212,191,.22); color:var(--tel-300); font-size:.62rem; font-weight:800; padding:5px 9px; border-radius:8px; white-space:nowrap; transition:background .18s; flex-shrink:0; }
#tg-384-wrapper .tg-384-chat-track__add:hover { background:rgba(13,148,136,.2); }
#tg-384-wrapper .tg-384-chat-track__add--added { background:rgba(13,148,136,.25); border-color:rgba(45,212,191,.4); color:var(--tel-300); }
#tg-384-wrapper .tg-384-chat-track__add .material-symbols-outlined { font-size:.74rem; }

/* 프로필 뷰 */
#tg-384-wrapper .tg-384-profile-wrap { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:12px; overflow:hidden; }
#tg-384-wrapper .tg-384-profile-wrap__hd { display:flex; align-items:center; gap:12px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.06); }
#tg-384-wrapper .tg-384-profile-wrap__ava { font-size:1.8rem; width:44px; height:44px; border-radius:50%; background:rgba(13,148,136,.15); border:2px solid rgba(45,212,191,.2); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
#tg-384-wrapper .tg-384-profile-wrap__name { font-size:.82rem; font-weight:800; color:#fff; margin-bottom:3px; }
#tg-384-wrapper .tg-384-profile-wrap__sub  { font-size:.62rem; color:rgba(255,255,255,.35); margin-bottom:0 !important; }
/* 플레이리스트 없음 */
#tg-384-wrapper .tg-384-no-music { display:flex; flex-direction:column; align-items:center; gap:8px; padding:24px; text-align:center; }
#tg-384-wrapper .tg-384-no-music__ico { font-size:2rem; color:rgba(255,255,255,.12); }
#tg-384-wrapper .tg-384-no-music__txt { font-size:.72rem; color:rgba(255,255,255,.2); line-height:1.6; margin-bottom:0 !important; }
/* 플레이리스트 트랙 */
#tg-384-wrapper .tg-384-playlist { display:flex; flex-direction:column; }
#tg-384-wrapper .tg-384-pl-track { display:flex; align-items:center; gap:10px; padding:9px 12px; border-bottom:1px solid rgba(255,255,255,.04); animation:tg384SlideIn .3s ease; }
#tg-384-wrapper .tg-384-pl-track:last-child { border-bottom:none; }
#tg-384-wrapper .tg-384-pl-track--playing { background:rgba(13,148,136,.07); }
#tg-384-wrapper .tg-384-pl-track__play { width:28px; height:28px; border-radius:50%; background:rgba(13,148,136,.12); border:1px solid rgba(45,212,191,.18); color:var(--tel-400); display:flex; align-items:center; justify-content:center; font-size:.8rem; flex-shrink:0; transition:background .15s; }
#tg-384-wrapper .tg-384-pl-track__play:hover { background:rgba(13,148,136,.24); }
#tg-384-wrapper .tg-384-pl-track__play--playing { animation:tg384Pulse 1.2s ease-in-out infinite; }
#tg-384-wrapper .tg-384-pl-track__title { font-size:.72rem; font-weight:700; color:rgba(255,255,255,.8); flex:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
#tg-384-wrapper .tg-384-pl-track--playing .tg-384-pl-track__title { color:var(--tel-300); }
#tg-384-wrapper .tg-384-pl-track__remove { font-size:.82rem; color:rgba(255,255,255,.2); transition:color .15s; flex-shrink:0; }
#tg-384-wrapper .tg-384-pl-track__remove:hover { color:rgba(255,255,255,.5); }

/* 시뮬레이터 힌트 */
#tg-384-wrapper .tg-384-sim-hint { font-size:.7rem; color:rgba(255,255,255,.25); text-align:center; margin-top:8px !important; }

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

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

@keyframes tg384Float   { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
@keyframes tg384FadeIn  { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }
@keyframes tg384SlideIn { from{opacity:0;transform:translateX(-10px);}to{opacity:1;transform:translateX(0);} }

/* 반응형 */
@media (min-width:480px)  { #tg-384-wrapper .tg-384-feature-row { grid-template-columns:repeat(4,1fr); } }
@media (min-width:640px)  { #tg-384-wrapper .tg-384-summary__grid { grid-template-columns:repeat(4,1fr); } }
@media (min-width:900px)  { #tg-384-wrapper .tg-384-hero { padding:80px 56px 90px; } #tg-384-wrapper .tg-384-section, #tg-384-wrapper .tg-384-intro { padding:52px 48px; } }
