﻿body {
    font-family: 'Inter', sans-serif;
    background: #f8fafc;
}

.nav-link.active {
    background: #eef2ff;
    color: var(--primary-blue) !important;
    border-radius: 8px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer {
    background: #0b3f91;
    color: #fff;
    padding: 60px 80px 0;
    font-family: "Segoe UI", sans-serif;
}

/*.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr;
    gap: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}*/
.footer-container {
    display: grid;
    gap: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* BRAND */
.logo {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.logo-icon {
    width: 48px;
    height: 48px;
    background: #fbbf24;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.logo h3 {
    margin: 0;
    font-size: 22px;
}

.logo small {
    opacity: 0.8;
}

.brand p {
    margin-top: 18px;
    line-height: 1.7;
    opacity: 0.9;
    font-size: 14px;
}

/* HEADINGS */
.footer h4 {
    font-size: 18px;
    margin-bottom: 18px;
}

/* LINKS */
.footer ul {
    list-style: none;
    padding: 0;
}

    .footer ul li {
        margin-bottom: 14px;
        opacity: 0.9;
        font-size: 14px;
    }

.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* CONTACT */
.contact li {
    display: flex;
    gap: 10px;
    line-height: 1.6;
}

/* SOCIAL */
.social {
    display: flex;
    gap: 14px;
    margin-bottom: 26px;
}

    .social a {
        width: 44px;
        height: 44px;
        background: rgba(255,255,255,0.15);
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

/* STORE BUTTONS */
.download-title {
    margin-top: 10px;
}

.stores {
    display: flex;
    gap: 12px;
}

    .stores span {
        background: rgba(255,255,255,0.15);
        padding: 10px 18px;
        border-radius: 20px;
        font-size: 14px;
    }

/* BOTTOM BAR */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    font-size: 14px;
    opacity: 0.9;
}

    .footer-bottom a {
        margin-left: 20px;
    }
