
/* Pawon Nusantara v6.7 content and social refinements */
.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:16px}
.social-link{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07);color:#fff;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}
.social-link svg{width:20px;height:20px}
.social-link:hover{transform:translateY(-2px);background:#fff;color:var(--brand-red);border-color:#fff}
.social-link--instagram:hover{color:#d62976}.social-link--facebook:hover{color:#1877f2}.social-link--tiktok:hover{color:#111}.social-link--youtube:hover{color:#ff0000}
.social-links--light .social-link{border-color:#ead8c8;background:#fff;color:#5a3020;box-shadow:0 8px 20px rgba(72,31,8,.06)}
.contact-social{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:18px 20px;border:1px solid #ecdaca;border-radius:20px;background:linear-gradient(145deg,#fff,#fff7ec);box-shadow:0 12px 28px rgba(75,34,8,.06)}
.contact-social>span{font-size:14px;font-weight:850;color:#4b281b}.contact-social .social-links{margin-top:0}
.contact-card span{display:block;margin-top:7px;color:#7a6256;font-size:12px;line-height:1.45}
.footer-bottom{align-items:flex-start}.footer-bottom span:last-child{max-width:760px;text-align:right;line-height:1.5}
.hero-visual__icon{font-size:20px}
@media(max-width:760px){.contact-social{align-items:flex-start;flex-direction:column}.footer-bottom span:last-child{text-align:left}.social-link{width:40px;height:40px}}
