/* ==========================================
   GLAVNI FOOTER KONTEJNER + sjajni prelaz
   ========================================== */
.site-footer {
    position: relative;
    background: linear-gradient(180deg, #0a0b0d 0%, #131419 100%);
    color: #ccc;
    padding: 80px 0 0 0;
    margin-top: 80px;
    overflow: hidden;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.site-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(212, 175, 55, 0.6),
        rgba(0, 255, 204, 0.4),
        rgba(212, 175, 55, 0.6),
        transparent
    );
    z-index: 3;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        100deg,
        transparent 35%,
        rgba(212, 175, 55, 0.10) 47%,
        rgba(255, 220, 130, 0.16) 50%,
        rgba(212, 175, 55, 0.10) 53%,
        transparent 65%
    );
    animation: footerSweep 6s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes footerSweep {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.site-footer > * {
    position: relative;
    z-index: 2;
}

/* ==========================================
   KONTEJNER ZA KOLONE
   ========================================== */
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 50px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

/* ==========================================
   GLAVNI NASLOV (AXAJA SYSTEMS)
   ========================================== */
.footer-naslov-glavni {
    color: #00ffcc;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 0 16px 0;
    text-shadow: 0 0 20px rgba(0, 255, 204, 0.4);
}

.footer-tagline {
    color: #999;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
}

/* ==========================================
   NASLOV KOLONE
   ========================================== */
.footer-naslov {
    color: #f0f0f0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 22px 0;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.footer-naslov::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #00ffcc);
    border-radius: 99px;
}

/* ==========================================
   LISTE LINKOVA
   ========================================== */
.footer-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-lista li {
    margin-bottom: 12px;
}

.footer-lista a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    padding: 4px 0;
}

.footer-lista a:hover {
    color: #d4af37;
    transform: translateX(6px);
}

.footer-lista a i {
    color: #d4af37;
    width: 22px;
    text-align: center;
    font-size: 1.1rem;
    transition: transform 0.25s ease, color 0.25s ease;
}

.footer-lista a:hover i {
    transform: scale(1.2) rotate(-6deg);
    color: #00ffcc;
}

/* ==========================================
   KONTAKT KOLONA
   ========================================== */
.footer-kontakt li {
    color: #bbb;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-kontakt li > i {
    color: #d4af37;
    width: 22px;
    font-size: 1.1rem;
    text-align: center;
}

/* ==========================================
   SOCIAL
   ========================================== */
.footer-social a:hover {
    color: #00ffcc;
}

.footer-social a:hover i {
    color: #00ffcc;
    transform: scale(1.3) rotate(0deg);
}

/* ==========================================
   DONJI RED
   ========================================== */
.footer-bottom {
    background: rgba(0, 0, 0, 0.4);
    padding: 22px 20px;
    text-align: center;
    color: #888;
    font-size: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom strong {
    color: #d4af37;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.footer-bottom a {
    color: #00ffcc;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom a:hover {
    color: #d4af37;
}

.footer-bottom-divider {
    color: #444;
}

/* ==========================================
   RESPONZIVNOST
   ========================================== */
@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding: 0 30px 40px 30px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 50px 0 0 0;
        margin-top: 50px;
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 20px 35px 20px;
    }

    .footer-naslov-glavni { font-size: 1.6rem; }
    .footer-naslov        { font-size: 1.1rem; }
    .footer-lista a       { font-size: 1rem; }
    .footer-kontakt li    { font-size: 1rem; }

    .footer-bottom {
        font-size: 0.9rem;
        padding: 18px 18px;
        flex-wrap: wrap;
    }
}

@media (max-width: 540px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-naslov, .footer-naslov-glavni {
        text-align: center;
    }

    .footer-tagline {
        text-align: center;
    }

    .footer-naslov::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-lista {
        text-align: center;
    }
    .footer-lista a {
        justify-content: center;
    }

    .footer-kontakt li {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        padding: 16px 16px;
    }

    .footer-bottom-divider {
        display: none;
    }
}

@media print {
    .site-footer::before,
    .site-footer::after {
        display: none;
    }
    .site-footer {
        background: white;
        color: black;
    }
}

/* ==========================================
   STICKY FOOTER LAYOUT
   Drži footer na dnu, bez obzira kad se sadržaj učita
   ========================================== */
html {
    height: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
body > main {
    flex: 1 0 auto;
}
.site-footer {
    flex-shrink: 0;
}

/* ==========================================
   STICKY FOOTER - FORSIRANO
   ========================================== */
html, body {
    height: auto !important;
}
body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}
body > main {
    flex: 1 0 auto !important;
}
body > .site-footer,
body > footer.site-footer {
    flex-shrink: 0 !important;
    margin-top: auto !important;
}
