/* ==========================================================
   ALÁÍRÁS SZEKCIÓ (footer/signature)
   ----------------------------------------------------------
   Purpose:
   Handwritten signature displayed below the contact section
   as a personal closing mark.

   Contains:
   - .signature (centered wrapper with vertical margin)
   - .signature img (responsive image with glow effect)

   Dependencies:
   - 01-design-tokens.css
   - assets/images/signature/signature-jungvirth-zsolt.webp
   ========================================================== */

.signature {
    margin: 40px 0 12px;
}

.signature img {
    display: block;
    margin: 0 auto;
    width: min(360px, 72%);
    height: auto;
    opacity: .90;
    filter: drop-shadow(0 0 18px rgba(0, 168, 255, .22));
}

.foot {
    text-align: center;
    color: var(--color-muted);
    font-size: 12px;
    padding: 26px 0 46px;
    letter-spacing: .04em;
}
