.premium-footer {
    background: #090d16;
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #94a3b8;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 100%;
    background: radial-gradient(circle at 15% 0%, rgba(0, 102, 255, 0.18), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(147, 51, 234, 0.12), transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(15, 23, 42, 0.95), #090d16);
    background-size: 200% 200%;
    animation: auroraMeshFlow 14s ease infinite;
    z-index: 0;
    pointer-events: none;
}

@keyframes auroraMeshFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.footer-glow-divider {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg,
    rgba(0, 102, 255, 0) 0%,
    rgba(0, 102, 255, 0.8) 25%,
    rgba(168, 85, 247, 0.9) 50%,
    rgba(0, 102, 255, 0.8) 75%,
    rgba(0, 102, 255, 0) 100%
    );
    background-size: 200% auto;
    box-shadow: 0 0 35px rgba(0, 102, 255, 0.6), 0 0 15px rgba(168, 85, 247, 0.4);
    animation: neonLaserRun 7s linear infinite;
    z-index: 2;
}

@keyframes neonLaserRun {
    0% { background-position: center; }
    100% { background-position: -200% center; }
}

.footer-brand-block,
.footer-section-title,
.footer-links-list,
.footer-manifesto-box,
.footer-bottom-bar {
    position: relative;
    z-index: 2;
}

.footer-brand-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 20px;
    color: #94a3b8;
}

.footer-logo {
    color: #ffffff !important;
    font-size: 1.7rem !important;
    font-weight: 800;
    text-decoration: none;
}

.footer-logo span {
    color: var(--primary-color, #0066ff);
}

/* პლატფორმის სტატუსის ბეიჯი */
.platform-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.08);
    color: #4ade80;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 22px;
    border: 1px solid rgba(34, 197, 94, 0.15);
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 10px #4ade80;
}

.footer-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 16px;
    height: 2px;
    background: var(--primary-color, #0066ff);
    border-radius: 2px;
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.col-lg-2:hover .footer-section-title::after,
.col-lg-4:hover .footer-section-title::after {
    width: 35px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-list a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links-list a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

/* მანიფესტის ბლოკი - აქ გამოსწორდა კონტრასტი */
.footer-manifesto-box {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid var(--primary-color, #0066ff);
    padding: 20px;
    border-radius: 4px 16px 16px 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.02);
    border-right: 1px solid rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.footer-manifesto-text {
    color: #e2e8f0 !important; /* გაცილებით მკაფიო და თეთრი ფერი */
    font-size: 0.9rem;
    line-height: 1.6;
    font-weight: 500;
}

/* ბატონი Scroll-Top სტილი */
.btn-scroll-top {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-scroll-top:hover {
    background: var(--primary-color, #0066ff);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 102, 255, 0.3);
}

.footer-bottom-bar {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #475569;
}

.footer-bottom-links a {
    color: #475569;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

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

@media (max-width: 991.98px) {
    .premium-footer { padding-top: 60px; padding-bottom: 60px; }
    .footer-bottom-bar { flex-direction: column; gap: 25px; text-align: center; }
    .footer-bottom-links { flex-direction: column; gap: 15px; }
}

@media (max-width: 1420px) {
    .premium-footer { padding-top: 60px; padding-bottom: 60px; }
    .footer-bottom-bar { flex-direction: column; gap: 25px; text-align: center; }
    .footer-bottom-links { flex-direction: column; gap: 15px; }
}