/* footer.css — 옛 app.html 하단부 이식. 어워드·신뢰배지·6컬럼·법률문구.
   색은 v2 테마 토큰 재사용(누락 토큰은 폴백값). 반응형 = 옛 브레이크포인트 유지. */
.ft{border-top:1px solid var(--line);margin-top:14px;background:linear-gradient(180deg,#0a151e,#06101a);overflow-x:clip}
.ftin{max-width:1600px;margin:0 auto;padding:34px 26px 34px}
.ft-awards{display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;align-items:stretch;padding-bottom:26px}
.award{flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:118px;padding:12px 14px 10px;
  border:1px solid var(--line);border-radius:13px;background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,0));text-align:center}
.award .lrl{width:56px;height:30px;color:var(--gold);opacity:.9}
.award b{font-size:9.5px;letter-spacing:.6px;font-weight:700;color:#e7d9b0;line-height:1.25;text-transform:uppercase;max-width:96px}
.award span{font-size:9px;letter-spacing:1.4px;color:var(--dim,#93a8ba);font-weight:600;margin-top:1px}
.ft-sep{height:1px;background:var(--line);margin:0 0 24px}
.ft-trust{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding-bottom:26px}
.trust{flex:1 1 0;min-width:120px;display:flex;align-items:center;justify-content:center;gap:9px;color:#b9c7d3;font-weight:700;font-size:15px;letter-spacing:.3px;opacity:1;transition:.16s;cursor:pointer;line-height:1.1;text-align:center;text-decoration:none}
.trust:hover{opacity:1;color:#fff}
.trust svg{width:24px;height:24px;flex:none}
.ft-trust .trust img{max-width:100%;object-fit:contain}
.trust .rg{font-size:18px;font-weight:700;letter-spacing:.2px;text-align:left;line-height:1.15}
.trust.bb{font-style:italic;font-weight:600;letter-spacing:0}
.age{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;border:2px solid currentColor;font-size:11px;font-weight:800;letter-spacing:-.3px}
.ft-cols{display:grid;grid-template-columns:repeat(5,1fr) 1.35fr;gap:24px 22px;padding-bottom:28px}
.ft-col h4{font-size:13px;letter-spacing:.3px;color:#fff;margin:0 0 13px;font-weight:600}
.ft-col a{display:block;color:var(--mut);font-size:12.5px;padding:5px 0;cursor:pointer;transition:.14s;width:fit-content;text-decoration:none}
.ft-col a:hover{color:#fff}
.ft-col a.static{cursor:default}
.ft-col a.static:hover{color:var(--mut)}
.socials{display:flex;flex-wrap:wrap;gap:9px}
.soc{width:38px;height:38px;border-radius:10px;border:1px solid var(--line2,#2c4a5d);background:rgba(255,255,255,.02);display:grid;place-items:center;color:#bfcdd8;cursor:pointer;transition:.16s}
.soc:hover{color:var(--acc);border-color:var(--acc);background:rgba(18,194,122,.08);transform:translateY(-2px)}
.soc svg{width:18px;height:18px}
.ft-social h4:nth-of-type(2){margin-top:20px}
.ft-bottom{display:flex;gap:26px;align-items:flex-start;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:24px}
.ft-brand{display:flex;align-items:center;gap:12px;flex:none}
.ft-brand .logo-img{height:56px;width:auto;display:block}
.ft-legaltxt{flex:1;min-width:280px}
.ft-legal{color:var(--dim,#93a8ba);font-size:12px;line-height:1.65;margin:0 0 8px;max-width:940px}
@media(max-width:1050px){.ft-cols{grid-template-columns:repeat(3,1fr)}.ft-social{grid-column:1/-1}}
@media(max-width:640px){.ft-cols{grid-template-columns:repeat(2,1fr)}.ftin{padding:26px 16px 40px}.ft-trust{gap:22px}.ft-awards{gap:9px}.award{min-width:104px}}
