/* ===== FOOTER ===== */
  .footer {
    background: #060e1e;
    padding: 60px 20px 40px;
  }

  .footer-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-brand {
    text-align: left;
  }

  .footer-wheel {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    opacity: 0.4;
  }

  .footer-brand h4 {
    color: #D4AF37;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
  }

  .footer-brand p {
    color: rgba(200, 195, 185, 0.4);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
  }

  .footer-contact {
    text-align: right;
  }

  .footer-contact h4 {
    color: #D4AF37;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .footer-contact ul {
    list-style: none;
  }

  .footer-contact li {
    color: rgba(200, 195, 185, 0.55);
    font-size: 0.9rem;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }

  .footer-contact a {
    color: rgba(200, 195, 185, 0.55);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-contact a:hover {
    color: #D4AF37;
  }

  .footer-contact .contact-icon {
    margin-right: 8px;
    opacity: 0.7;
  }

  .footer-bottom {
    max-width: 900px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    text-align: center;
  }

  .footer-bottom p {
    color: rgba(200, 195, 185, 0.3);
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
