/* ====================================
   Footer - Gold Theme
   Main Color: #c67c0f
   ==================================== */
:root {
  --gold-primary: #c67c0f;
  --gold-light: #e09b2c;
  --gold-lighter: #f5b942;
  --gold-dark: #9d6208;
  --gold-darker: #7a4b05;
  --gold-subtle: #fef8f0;
  --gold-soft: #ffe8c8;
  --gradient-gold: linear-gradient(135deg, #c67c0f 0%, #e09b2c 50%, #f5b942 100%);
}

.footer-gold {
  position: relative;
  color: #fff;
  background: radial-gradient(1200px 600px at 100% -20%, rgba(198,124,15,.20), transparent 60%),
              radial-gradient(900px 500px at -20% 120%, rgba(224,155,44,.16), transparent 60%),
              #0e0e0e;
  overflow: hidden;
}
.footer-gold .container { position: relative; z-index: 1; }

/* floating decorations */
.footer-gold::before,
.footer-gold::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .18;
}
.footer-gold::before { width: 420px; height: 420px; top: -120px; right: -120px; background: #c67c0f; }
.footer-gold::after { width: 520px; height: 520px; bottom: -160px; left: -160px; background: #e09b2c; }

.footer-top { padding: 70px 0 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-bottom { padding: 18px 0; }

.footer-brand .logo img { max-height: 56px; width: auto; }
.footer-brand .tagline { color: #d7d7d7; margin-top: 14px; line-height: 1.8; font-size: 14px; }

.footer-title { color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.footer-title::after { content: ''; position: absolute; bottom: 0; right: 0; width: 58px; height: 3px; background: var(--gradient-gold); border-radius: 2px; }

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 10px 0; }
.footer-links a { color: #cfcfcf; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color .25s, transform .25s; }
.footer-links a:hover { color: #fff; transform: translateX(-4px); }
.footer-links a::before { content: '\f104'; font-family: 'Font Awesome 5 Free'; font-weight: 900; opacity: .6; color: var(--gold-lighter); }

.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { margin: 10px 0; display: flex; align-items: center; gap: 10px; }
.footer-contact i { color: var(--gold-lighter); width: 20px; text-align: center; }
.footer-contact a { color: #cfcfcf; text-decoration: none; transition: color .25s; }
.footer-contact a:hover { color: #fff; }

.footer-social { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #fff; text-decoration: none; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); transition: transform .25s, background .25s, border-color .25s; }
.footer-social a:hover { transform: translateY(-4px); background: var(--gradient-gold); border-color: transparent; }

.footer-copy { color: #cfcfcf; margin: 0; font-size: 14px; }
.footer-copy a { color: var(--gold-lighter); text-decoration: none; }

/* responsive */
@media (max-width: 991px) {
  .footer-top { padding: 60px 0 30px; }
}
@media (max-width: 575px) {
  .footer-top { padding: 50px 0 25px; }
}
