/* ── Layout resets ────────────────────────────────────────────── */
html,
body {
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content,
.content-fixed {
    width: 100%;
}

.content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.content-fixed {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* ── Footer component ─────────────────────────────────────────── */
.root1-footer {
    background: #0f172a;
    color: #cbd5e1;
    margin-top: auto;
    margin-bottom: 0 !important;
    width: 100%;
    display: block;
    flex-shrink: 0;
}

.root1-footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: all .18s ease;
}

.root1-footer a:hover {
    color: #fff;
    text-decoration: none;
}

.root1-footer .root1-footer-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 24px 40px;
}

.root1-footer .root1-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
}

.root1-footer .root1-brand-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.root1-footer .root1-brand-logo {
    display: block;
    width: auto;
    max-width: 220px;
    height: 42px;
    object-fit: contain;
}

.root1-footer .root1-copy {
    max-width: 420px;
    font-size: .92rem;
    line-height: 1.7;
    color: #94a3b8;
    margin: 0 0 24px;
}

.root1-footer .root1-app-title,
.root1-footer .root1-col-title {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.root1-footer .root1-language-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.root1-footer .root1-language-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #334155;
    background: #111827;
    color: #94a3b8;
    font-size: .76rem;
    font-weight: 700;
}

.root1-footer .root1-language-pill.active,
.root1-footer .root1-language-pill:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.root1-footer .root1-store-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.root1-footer .root1-store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #1e293b;
    color: #cbd5e1;
    min-width: 170px;
}

.root1-footer .root1-store-btn:hover {
    background: #273449;
    color: #fff;
}

.root1-footer .root1-store-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.root1-footer .root1-store-sub {
    display: block;
    font-size: .7rem;
    line-height: 1.1;
    color: #64748b;
}

.root1-footer .root1-store-name {
    display: block;
    font-size: .86rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.root1-footer .root1-col-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.root1-footer .root1-col-list.tight a {
    text-transform: capitalize;
}

.root1-footer .root1-col-list li + li {
    margin-top: 10px;
}

.root1-footer .root1-col-list a {
    font-size: .88rem;
}

.root1-footer .root1-social-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.root1-footer .root1-social-link {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #1e293b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    border: 1px solid #334155;
}

.root1-footer .root1-social-link:hover {
    background: #2563eb;
    color: #fff;
    border-color: #2563eb;
}

.root1-footer .root1-social-link svg {
    width: 16px;
    height: 16px;
    display: block;
}

.root1-footer .root1-footer-bottom {
    border-top: 1px solid #1e293b;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.root1-footer .root1-footer-bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.root1-footer .root1-legal {
    font-size: .84rem;
    color: #64748b;
}

.root1-footer .root1-bottom-links {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.root1-footer .root1-bottom-links a {
    font-size: .84rem;
    color: #64748b;
}

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

@media (max-width: 991.98px) {
    .root1-footer .root1-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767.98px) {
    .root1-footer .root1-footer-main {
        padding: 36px 20px;
    }

    .root1-footer .root1-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .root1-footer .root1-footer-bottom-inner {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}
