.site-footer, #colophon, footer.site-footer { display: none !important; }
.vahishan-footer {
    --vf-navy: #0f172a;
    --vf-navy-light: #1e293b;
    --vf-olive: #4a7c28;
    --vf-olive-hover: #3d6720;
    --vf-olive-glow: rgba(74, 124, 40, 0.3);
    --vf-text-gray: #94a3b8;
    --vf-border: #334155;
    --vf-white: #ffffff;
    background: var(--vf-navy);
    color: var(--vf-text-gray);
    font-family: 'IRANSans', 'Tahoma', sans-serif;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.vahishan-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, var(--vf-navy-light), var(--vf-olive), var(--vf-navy-light)); }
.vahishan-footer * { box-sizing: border-box; margin: 0; padding: 0; }
.vahishan-footer a { text-decoration: none; color: var(--vf-text-gray); transition: all 0.3s ease; }
.vf-container { max-width: 1300px; margin: 0 auto; padding: 60px 30px 40px 30px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 50px; }
.vf-about-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.vf-about-logo img { width: 55px; height: 55px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); transition: transform 0.3s; }
.vf-about-logo:hover img { transform: scale(1.05) rotate(-3deg); }
.vf-about-logo h3 { color: var(--vf-white); font-size: 22px; font-weight: 900; }
.vf-about-text { font-size: 13px; line-height: 2; text-align: justify; margin-bottom: 25px; }
.vf-socials { display: flex; gap: 10px; }
.vf-social-link { width: 42px; height: 42px; background: var(--vf-navy-light); border: 1px solid var(--vf-border); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--vf-text-gray); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.vf-social-link:hover { background: var(--vf-olive); border-color: var(--vf-olive); color: white; transform: translateY(-4px); box-shadow: 0 8px 15px var(--vf-olive-glow); }
.vf-col-title { color: var(--vf-white); font-size: 16px; font-weight: 800; margin-bottom: 25px; padding-bottom: 12px; border-bottom: 2px solid var(--vf-border); position: relative; }
.vf-col-title::after { content: ''; position: absolute; bottom: -2px; right: 0; width: 40px; height: 2px; background: var(--vf-olive); }
.vf-links-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.vf-links-list li a { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; padding: 5px 0; }
.vf-links-list li a::before { content: ''; width: 6px; height: 6px; background: var(--vf-border); border-radius: 50%; transition: all 0.3s; }
.vf-links-list li a:hover { color: var(--vf-olive); padding-right: 8px; }
.vf-links-list li a:hover::before { background: var(--vf-olive); box-shadow: 0 0 6px var(--vf-olive-glow); }
.vf-newsletter-text { font-size: 13px; line-height: 2; margin-bottom: 20px; }
.vf-newsletter-form { display: flex; gap: 0; margin-bottom: 30px; border-radius: 12px; overflow: hidden; border: 1px solid var(--vf-border); }
.vf-newsletter-input { flex: 1; padding: 14px 18px; background: var(--vf-navy-light); border: none; color: white; font-size: 13px; font-family: inherit; outline: none; }
.vf-newsletter-input::placeholder { color: #64748b; }
.vf-newsletter-input:focus { background: #263248; }
.vf-newsletter-btn { padding: 14px 24px; background: var(--vf-olive); color: white; border: none; font-weight: 800; font-size: 13px; font-family: inherit; cursor: pointer; transition: all 0.3s; }
.vf-newsletter-btn:hover { background: var(--vf-olive-hover); }
.vf-contact-item { display: flex; gap: 12px; margin-bottom: 15px; font-size: 13px; align-items: flex-start; }
.vf-contact-item svg { flex-shrink: 0; margin-top: 3px; color: var(--vf-olive); }
.vf-enamad-container { display: flex; justify-content: center; align-items: center; gap: 30px; padding: 35px 20px 10px 20px; border-top: 1px solid var(--vf-border); margin: 30px auto 0 auto; max-width: 1300px; flex-wrap: wrap; }
.vf-enamad-item a { display: block; background: var(--vf-navy-light); border: 1px solid var(--vf-border); border-radius: 12px; padding: 10px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.vf-enamad-item a:hover { border-color: var(--vf-olive); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
.vf-enamad-item img { display: block; width: 100px; height: 100px; object-fit: contain; }
.vf-bottom-bar { border-top: 1px solid var(--vf-border); padding: 20px 30px; display: flex; justify-content: space-between; align-items: center; max-width: 1300px; margin: 20px auto 0 auto; font-size: 12px; }
.vf-bottom-links { display: flex; gap: 20px; }
.vf-bottom-links a:hover { color: var(--vf-olive); }
.vf-trust-badges { display: flex; gap: 15px; align-items: center; }
.vf-trust-badge { background: var(--vf-navy-light); border: 1px solid var(--vf-border); padding: 5px 12px; border-radius: 6px; font-size: 11px; color: var(--vf-text-gray); display: flex; align-items: center; gap: 5px; }
@keyframes fadeSlideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.vahishan-footer .vf-container { animation: fadeSlideUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@media (max-width: 992px) { .vf-container { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 768px) {
    .vf-container { grid-template-columns: 1fr; gap: 35px; padding: 40px 20px; text-align: center; }
    .vf-about-logo { justify-content: center; }
    .vf-socials { justify-content: center; }
    .vf-col-title::after { right: 50%; transform: translateX(50%); }
    .vf-links-list li a { justify-content: center; }
    .vf-links-list li a:hover { padding-right: 0; }
    .vf-newsletter-form { flex-direction: column; border-radius: 12px; }
    .vf-newsletter-btn { border-radius: 0 0 12px 12px; }
    .vf-contact-item { justify-content: center; }
    .vf-bottom-bar { flex-direction: column; gap: 15px; text-align: center; }
    .vf-trust-badges { flex-wrap: wrap; justify-content: center; }
    .vf-enamad-container { gap: 15px; padding-top: 25px; }
    .vf-enamad-item img { width: 85px; height: 85px; }
}
#zarinpal { text-align: center; }
#zarinpal img { width: 80px; }