/*
 * tips389/style.css  v1.0.0
 * 텔레그램 컬렉터블 선물 시세·가치 확인 가이드
 * 테마: 딥 에메랄드/주얼 그린 + 딥 다크 (가치·시세·마켓·블록체인·Fragment)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

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

/* ─── 디자인 토큰 ─── */
#tg-389-wrapper {
    --eme-100: #d1fae5;
    --eme-200: #a7f3d0;
    --eme-300: #6ee7b7;
    --eme-400: #34d399;
    --eme-500: #10b981;
    --eme-600: #059669;
    --eme-700: #047857;
    --gold-300: #fcd34d;
    --sky-400:  #38bdf8;
    --dk-base:  #000d08;
    --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-eme: 0 6px 28px rgba(5,150,105,.32);
    --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 — !important */
#tg-389-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif !important;
    font-weight: normal !important; font-style: normal !important;
    font-size: inherit; line-height: 1;
    display: inline-block; white-space: nowrap; direction: ltr;
    -webkit-font-smoothing: antialiased; vertical-align: middle;
    text-transform: none; letter-spacing: normal; word-wrap: normal;
    font-feature-settings: 'liga';
}

/* 스크롤 등장 */
#tg-389-wrapper .tg-389-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-389-wrapper .tg-389-motion.is-visible { opacity: 1; transform: translateY(0); }

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

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

/* 도입부 */
#tg-389-wrapper .tg-389-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--eme-600); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-389-wrapper .tg-389-intro__icon { font-size:2.4rem; color:var(--eme-600); margin-bottom:14px; }
#tg-389-wrapper .tg-389-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-389-wrapper .tg-389-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
/* 통계 알약 4개 */
#tg-389-wrapper .tg-389-stat-pills { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:22px; max-width:560px; margin-left:auto; margin-right:auto; }
#tg-389-wrapper .tg-389-stat-pill { display:flex; align-items:center; gap:12px; padding:14px 16px; border-radius:12px; text-align:left; }
#tg-389-wrapper .tg-389-stat-pill .material-symbols-outlined { font-size:1.3rem; flex-shrink:0; }
#tg-389-wrapper .tg-389-stat-pill--1 { background:rgba(5,150,105,.06); border:1px solid rgba(5,150,105,.18); }
#tg-389-wrapper .tg-389-stat-pill--1 .material-symbols-outlined { color:var(--eme-600); }
#tg-389-wrapper .tg-389-stat-pill--2 { background:rgba(252,211,77,.06); border:1px solid rgba(252,211,77,.2); }
#tg-389-wrapper .tg-389-stat-pill--2 .material-symbols-outlined { color:#ca8a04; }
#tg-389-wrapper .tg-389-stat-pill--3 { background:rgba(239,68,68,.05); border:1px solid rgba(239,68,68,.18); }
#tg-389-wrapper .tg-389-stat-pill--3 .material-symbols-outlined { color:#dc2626; }
#tg-389-wrapper .tg-389-stat-pill--4 { background:rgba(56,189,248,.06); border:1px solid rgba(56,189,248,.2); }
#tg-389-wrapper .tg-389-stat-pill--4 .material-symbols-outlined { color:#0284c7; }
#tg-389-wrapper .tg-389-stat-pill__key { font-size:.76rem; font-weight:800; color:var(--sl-900); margin-bottom:0 !important; line-height:1.3 !important; }
#tg-389-wrapper .tg-389-stat-pill__sub { font-size:.64rem; color:var(--sl-500); margin-bottom:0 !important; line-height:1.4 !important; }

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

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

/* 선물 선택 */
#tg-389-wrapper .tg-389-gift-selector { margin-bottom:12px; }
#tg-389-wrapper .tg-389-gift-selector__lbl { font-size:.64rem; font-weight:800; color:rgba(255,255,255,.25); margin-bottom:8px !important; }
#tg-389-wrapper .tg-389-gift-selector__row { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
#tg-389-wrapper .tg-389-gift-sel-btn { position:relative; display:flex; flex-direction:column; align-items:center; gap:5px; padding:12px 6px; border-radius:12px; border:2px solid rgba(255,255,255,.08); background:rgba(255,255,255,.04); transition:all .2s; }
#tg-389-wrapper .tg-389-gift-sel-btn:hover { background:rgba(255,255,255,.07); }
#tg-389-wrapper .tg-389-gift-sel-btn--active { border-color:var(--eme-500); background:rgba(5,150,105,.12); }
#tg-389-wrapper .tg-389-gift-sel-btn__ico { font-size:1.8rem; line-height:1; }
#tg-389-wrapper .tg-389-gift-sel-btn__nm  { font-size:.6rem; font-weight:700; color:rgba(255,255,255,.4); text-align:center; line-height:1.35; }
#tg-389-wrapper .tg-389-gift-sel-btn--active .tg-389-gift-sel-btn__nm { color:var(--eme-300); }
#tg-389-wrapper .tg-389-gift-sel-btn__chk { font-size:.8rem; color:var(--eme-400); position:absolute; top:4px; right:4px; opacity:0; transition:opacity .18s; }
#tg-389-wrapper .tg-389-gift-sel-btn--active .tg-389-gift-sel-btn__chk { opacity:1; }

/* 선택 전 프롬프트 */
#tg-389-wrapper .tg-389-select-prompt { display:flex; flex-direction:column; align-items:center; gap:8px; padding:20px; color:rgba(255,255,255,.18); text-align:center; }
#tg-389-wrapper .tg-389-select-prompt .material-symbols-outlined { font-size:1.8rem; }
#tg-389-wrapper .tg-389-select-prompt p { font-size:.72rem; margin-bottom:0 !important; }

/* 선물 상세 카드 */
#tg-389-wrapper .tg-389-detail-card { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); border-radius:14px; overflow:hidden; animation:tg389FadeIn .3s ease; }
#tg-389-wrapper .tg-389-detail-card__hd { display:flex; align-items:center; gap:12px; padding:14px; border-bottom:1px solid rgba(255,255,255,.06); }
#tg-389-wrapper .tg-389-detail-hd__ico    { font-size:2.2rem; line-height:1; flex-shrink:0; }
#tg-389-wrapper .tg-389-detail-hd__name   { font-size:.9rem; font-weight:800; color:#fff; margin-bottom:2px; }
#tg-389-wrapper .tg-389-detail-hd__sub    { font-size:.64rem; color:rgba(255,255,255,.28); margin-bottom:0 !important; }
/* 예상 재판매 가격 행 */
#tg-389-wrapper .tg-389-resale-row { display:flex; align-items:center; gap:8px; padding:10px 14px; border-bottom:1px solid rgba(255,255,255,.06); }
#tg-389-wrapper .tg-389-resale-lbl { font-size:.68rem; font-weight:700; color:rgba(255,255,255,.35); flex:1; }
#tg-389-wrapper .tg-389-resale-val { font-size:.88rem; font-weight:900; color:var(--eme-300); }
/* Value 아코디언 토글 */
#tg-389-wrapper .tg-389-value-toggle { width:100%; display:flex; align-items:center; gap:10px; padding:12px 14px; transition:background .18s; }
#tg-389-wrapper .tg-389-value-toggle:hover { background:rgba(255,255,255,.04); }
#tg-389-wrapper .tg-389-value-toggle__ico  { font-size:1.1rem; color:var(--eme-400); flex-shrink:0; }
#tg-389-wrapper .tg-389-value-toggle__lbl  { flex:1; font-size:.82rem; font-weight:800; color:rgba(255,255,255,.7); text-align:left; }
#tg-389-wrapper .tg-389-value-toggle__arrow{ font-size:1.1rem; color:rgba(255,255,255,.3); transition:transform .28s; }
#tg-389-wrapper .tg-389-value-toggle--open .tg-389-value-toggle__arrow { transform:rotate(180deg); }
#tg-389-wrapper .tg-389-value-toggle--open .tg-389-value-toggle__lbl   { color:var(--eme-300); }
/* Value 패널 */
#tg-389-wrapper .tg-389-value-panel { padding:0 14px 14px; animation:tg389SlideDown .28s ease; }
@keyframes tg389SlideDown { from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);} }
/* 통계 그리드 */
#tg-389-wrapper .tg-389-stat-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; margin-bottom:14px; }
#tg-389-wrapper .tg-389-stat-cell { background:rgba(5,150,105,.07); border:1px solid rgba(5,150,105,.16); border-radius:10px; padding:10px 12px; }
#tg-389-wrapper .tg-389-stat-cell__key { font-size:.62rem; font-weight:700; color:rgba(255,255,255,.3); margin-bottom:4px !important; line-height:1.3 !important; }
#tg-389-wrapper .tg-389-stat-cell__val { font-size:.85rem; font-weight:900; color:#fff; margin-bottom:0 !important; line-height:1.3 !important; }
#tg-389-wrapper .tg-389-stat-cell__ico { font-size:.7rem; margin-bottom:2px; display:block; }
/* 가격 비교 바 */
#tg-389-wrapper .tg-389-price-bar-wrap { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:10px; padding:12px; }
#tg-389-wrapper .tg-389-price-bar-wrap__title { font-size:.64rem; font-weight:800; color:rgba(255,255,255,.25); margin-bottom:10px !important; }
#tg-389-wrapper .tg-389-bar-row { display:flex; align-items:center; gap:8px; margin-bottom:6px; }
#tg-389-wrapper .tg-389-bar-row:last-child { margin-bottom:0; }
#tg-389-wrapper .tg-389-bar-row__lbl { font-size:.6rem; font-weight:700; color:rgba(255,255,255,.3); width:60px; flex-shrink:0; text-align:right; }
#tg-389-wrapper .tg-389-bar-row__track { flex:1; height:6px; background:rgba(255,255,255,.07); border-radius:3px; overflow:hidden; }
#tg-389-wrapper .tg-389-bar-row__fill { height:100%; border-radius:3px; transition:width .6s ease; }
#tg-389-wrapper .tg-389-bar-row__fill--min { background:rgba(239,68,68,.6); }
#tg-389-wrapper .tg-389-bar-row__fill--avg { background:var(--eme-500); }
#tg-389-wrapper .tg-389-bar-row__fill--cur { background:var(--gold-300); }
#tg-389-wrapper .tg-389-bar-row__val { font-size:.6rem; font-weight:800; color:rgba(255,255,255,.5); width:72px; flex-shrink:0; }

#tg-389-wrapper .tg-389-sim-hint { font-size:.7rem; color:rgba(255,255,255,.25); text-align:center; margin-top:10px !important; }

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

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

@keyframes tg389Float    { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
@keyframes tg389FadeIn   { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }
@keyframes tg389SlideDown{ from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);} }

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