/* ============================================================
   Mina Footer — Styles
   ============================================================ */
.mina-footer, .mina-footer * { box-sizing: border-box; font-family: 'IRANSans','Vazirmatn',Tahoma,sans-serif !important; }

.mina-footer {
    background: #fef9f7;
    padding: 90px 0 36px;
    border-top: 1px solid rgba(31,26,23,.06);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.mina-footer-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* TOP CTA */
.mina-footer-cta { text-align: center; margin-bottom: 70px; }
.mina-footer-title { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; color: #16392f; line-height: 1.2; }
.mina-footer-text { margin: 0 auto 26px; max-width: 620px; color: #5f5751; font-size: .95rem; line-height: 2; }

.mina-footer-btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 54px; padding: 0 28px;
    border-radius: 999px;
    background: #486352; color: #fff !important;
    font-weight: 900; font-size: .95rem;
    text-decoration: none !important;
    transition: .25s ease;
    box-shadow: 0 14px 28px rgba(72,99,82,.16);
}
.mina-footer-btn:hover { background: #587465; transform: translateY(-2px); }

/* GRID */
.mina-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: flex-start; }

.mina-footer-brand { max-width: 420px; }
.mina-footer-logo  { display: block; margin-bottom: 18px; }
.mina-footer-logo img { height: 42px; width: auto; max-width: 100%; filter: brightness(0); }

.mina-footer-desc { margin: 0 0 20px; color: #5f5751; font-size: .9rem; line-height: 2; }

.mina-footer-social { display: flex; gap: 10px; }
.mina-footer-social a {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(31,26,23,.08);
    color: #16392f;
    font-size: 14px;
    transition: .2s ease;
    text-decoration: none !important;
}
.mina-footer-social a:hover { background: #16392f; color: #fff; }
.mina-footer-social a svg, .mina-footer-social a i { width: 16px; height: 16px; font-size: 16px; }

/* LINKS */
.mina-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.mina-footer-col h4 { margin: 0 0 14px; font-size: .95rem; color: #16392f; font-weight: 900; }
.mina-footer-col a {
    display: block; margin-bottom: 10px;
    color: #5f5751; font-size: .88rem;
    text-decoration: none !important;
    transition: .2s;
}
.mina-footer-col a:hover { color: #16392f; }

/* BOTTOM */
.mina-footer-bottom {
    margin-top: 50px;
    padding-top: 18px;
    border-top: 1px solid rgba(31,26,23,.06);
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    font-size: .82rem; color: #8a817a;
}

@media (max-width: 1024px) {
    .mina-footer-wrap { padding: 0 24px; }
    .mina-footer-grid { gap: 32px; }
}

@media (max-width: 900px) {
    .mina-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .mina-footer-links { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .mina-footer { padding: 70px 0 28px; }
    .mina-footer-wrap { padding: 0 18px; }
    .mina-footer-cta { margin-bottom: 50px; }
    .mina-footer-bottom { flex-direction: column; text-align: center; }
    .mina-footer-btn {
        max-width: 100%;
        min-height: 44px;
        white-space: normal !important;
        overflow-wrap: break-word;
    }
    .mina-footer-social a { width: 44px; height: 44px; }
}

@media (max-width: 480px) {
    .mina-footer-bottom {
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: .82rem;
        line-height: 1.7;
    }
    .mina-footer-bottom > * {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .mina-footer-wrap { padding: 0 14px; }
    .mina-footer-title { font-size: clamp(1.8rem, 8vw, 2.6rem); }
    .mina-footer-cta { margin-bottom: 44px; }
}
