/* footer-shared-v13.css - one identical footer for every landing page */
.lg-footer{position:relative;z-index:10;margin-top:0;border-top:1px solid rgba(255,255,255,.075);background:rgba(4,5,9,.72);backdrop-filter:blur(14px);color:#eef1f8;}
.lg-footer .lg-footer-inner{width:100%;max-width:1200px;margin:0 auto;padding:46px 24px 28px;}
.lg-footer .lg-footer-grid{display:grid;grid-template-columns:1.7fr .9fr .9fr .9fr;gap:34px;align-items:start;margin:0 0 30px;}
.lg-footer .lg-footer-col{min-width:0;}
.lg-footer .lg-footer-col-brand{max-width:430px;}
.lg-footer-brand{display:inline-flex;align-items:center;gap:11px;margin:0 0 14px;text-decoration:none;color:#eef1f8;}
.lg-footer-brand img{width:28px;height:28px;flex:0 0 28px;object-fit:contain;}
.lg-footer-brand span{font-size:14.5px;font-weight:700;letter-spacing:-.01em;}
.lg-footer .lg-footer-about{margin:0;font-size:13px;line-height:1.65;color:rgba(238,241,248,.58);}
.lg-footer .lg-footer-t{margin:0 0 14px;font-size:10.5px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(238,241,248,.38);}
.lg-footer-links{display:flex;flex-direction:column;gap:9px;}
.lg-footer-links a{font-size:13px;line-height:1.4;color:rgba(238,241,248,.58);text-decoration:none;transition:color .18s;}
.lg-footer-links a:hover{color:#eef1f8;}
.lg-footer .lg-socials{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;}
.lg-socials{display:flex;flex-wrap:wrap;gap:10px;}
.lg-soc{display:inline-flex;align-items:center;gap:9px;height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.03);color:rgba(238,241,248,.74);font-size:12.5px;font-weight:600;line-height:1;text-decoration:none;transition:border-color .18s,background .18s,color .18s;}
.lg-soc:hover{color:#fff;border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.06);}
.lg-soc svg,.lg-socials svg{width:17px;height:17px;flex:0 0 17px;display:block;}
.lg-soc-tg svg{color:#2AABEE;}
.lg-soc-tg:hover{border-color:rgba(42,171,238,.5);background:rgba(42,171,238,.1);}
.lg-soc-dc svg{color:#5865F2;}
.lg-soc-dc:hover{border-color:rgba(88,101,242,.5);background:rgba(88,101,242,.1);}
.ax-social-chip svg{width:19px;height:19px;flex:0 0 19px;}
.lg-footer .lg-footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding-top:20px;border-top:1px solid rgba(255,255,255,.075);font-size:12.5px;color:rgba(238,241,248,.38);}
.lg-footer-copy{min-width:0;}
.lg-footer-bottom .back-to-top{display:inline-flex;align-items:center;gap:7px;color:rgba(238,241,248,.58);text-decoration:none;transition:color .18s;}
.lg-footer-bottom .back-to-top:hover{color:#eef1f8;}
.lg-footer-bottom .back-to-top svg{width:14px;height:14px;flex:0 0 14px;}
@media (max-width:980px){.lg-footer .lg-footer-grid{grid-template-columns:1fr 1fr;gap:28px;}.lg-footer .lg-footer-col-brand{grid-column:1 / -1;max-width:none;}}
@media (max-width:560px){.lg-footer .lg-footer-inner{padding:34px 18px 24px;}.lg-footer .lg-footer-grid{grid-template-columns:1fr;gap:24px;margin-bottom:22px;}.lg-footer .lg-footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;}}

/* v14 - Community column: stacked Telegram/Discord buttons (replaces Support links) */
.lg-footer .lg-socials-col{flex-direction:column;align-items:stretch;gap:9px;margin:0;}
.lg-footer .lg-socials-col .lg-soc{width:100%;max-width:186px;justify-content:flex-start;}
@media (max-width:560px){.lg-footer .lg-socials-col .lg-soc{max-width:none;}}
