.iranpeida-footer {
    background: var(--color-surface);
    width: 100%;
    margin-top: auto;
    direction: rtl;
    border-top: 1px solid var(--color-border);
    box-shadow: none;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 30px 20px;
}

.footer-sections {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 38px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo img {
    width: 120px;
    max-width: 100%;
    height: auto;
    display: block;
}

.logo-description {
    margin: 6px 0 0;
    font-size: 12px;
    color: var(--color-muted);
}

.footer-enamad a {
    display: inline-flex;
}

.footer-enamad img {
    width: 90px;
    max-width: 100%;
    height: auto;
    display: block;
}

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

.support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    color: var(--color-muted);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
}

.support-btn:hover {
    color: var(--color-primary);
}

@media (min-width: 768px) {
    .footer-sections {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .footer-top {
        gap: 28px;
    }

    .footer-logo img {
        width: 100px;
    }

    .footer-enamad img {
        width: 80px;
    }

    .support-btn {
        width: 100%;
    }

    .footer-support {
        width: 100%;
    }
}

.footer-bottom {
    background: var(--color-primary);
    text-align: center;
    padding: 12px 0;
}

.footer-bottom p {
    margin: 0;
    color: var(--color-primary-contrast);
    font-size: 14px;
}
