/* Shared EN/ID footer. Keep existing content in a tighter, readable layout. */
footer.footer-compact{padding:32px 24px 20px;background:#191521;color:#c9c3d1}
.footer-compact .ft-g{grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:28px;margin-bottom:24px}
.footer-compact .ft-br img{width:132px;height:auto;max-height:44px;object-fit:contain;object-position:left;margin-bottom:10px;filter:brightness(0) invert(1)}
.footer-compact .ft-br p{font-size:12px;line-height:1.6;opacity:1;color:#b9b1c4;max-width:270px;margin:0}
.footer-compact .ft-soc{margin-top:12px;gap:8px}
.footer-compact .ft-soc a{width:36px;height:36px;border:1px solid #494051;border-radius:8px;color:#e3dce9;background:transparent}
.footer-compact .ft-c h4{font-size:10px;letter-spacing:1.4px;margin:0 0 10px;color:#f5f2f8}
.footer-compact .ft-c a{font-size:12px;line-height:1.4;margin:0;padding:5px 0;opacity:1;color:#c9c3d1;width:fit-content}
.footer-compact .ft-c a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.footer-compact a:focus-visible{outline:2px solid #c7a4f2;outline-offset:4px;border-radius:3px}
.footer-compact .ft-bot{padding-top:16px;border-color:#393140;opacity:1;color:#a99fb6;font-size:11px;line-height:1.5;gap:8px}
@media(max-width:900px){
 .footer-compact .ft-g{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
 .footer-compact .ft-br{grid-column:1/-1;display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:20px}
 .footer-compact .ft-br img,.footer-compact .ft-soc{margin:0}
 .footer-compact .ft-br p{max-width:360px}
}
@media(max-width:540px){
 footer.footer-compact{padding:24px 20px 18px}
 .footer-compact .ft-g{gap:24px 12px;margin-bottom:20px}
 .footer-compact .ft-br{grid-template-columns:1fr auto;gap:10px}
 .footer-compact .ft-br p{grid-row:2;grid-column:1/-1;max-width:100%}
 .footer-compact .ft-c a{min-height:36px;display:flex;align-items:center;padding:5px 0;font-size:11px}
 .footer-compact .ft-c h4{font-size:9px;letter-spacing:.8px}
 .footer-compact .ft-bot{text-align:left;align-items:flex-start;flex-direction:column}
}
