/** Modwin footer v2 — 2026-08-09 */

.modwin-footer {
    margin-top: 78px;
    padding: 0 !important;
    overflow: visible;
    color: rgba(255,255,255,.72) !important;
    background: #142746 !important;
    border-top: 0 !important;
    font-family: var(--m-font-sans, Vazirmatn, sans-serif);
    direction: rtl;
}

.mf-shell {
    width: calc(100% - 40px);
    max-width: 1290px;
    margin: 0 auto;
}

.mf-cta {
    position: relative;
    top: -44px;
    min-height: 174px;
    margin-bottom: -6px;
    padding: 30px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color: #182b4f;
    background:
        radial-gradient(circle at 8% 0%, rgba(223,102,114,.16), transparent 30%),
        linear-gradient(135deg, #f9f4ed 0%, #f1e6d8 100%);
    border: 1px solid #eadfD2;
    border-radius: 26px;
    box-shadow: 0 22px 55px rgba(12,28,53,.18);
    overflow: hidden;
}

.mf-cta::after {
    content: '';
    width: 210px;
    height: 210px;
    position: absolute;
    left: -65px;
    bottom: -105px;
    border: 34px solid rgba(24,43,79,.055);
    border-radius: 50%;
    pointer-events: none;
}

.mf-cta-copy { min-width: 0; max-width: 670px; position: relative; z-index: 1; }
.mf-eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 11px;
    color: #aa4654;
    background: rgba(223,102,114,.11);
    border: 1px solid rgba(223,102,114,.17);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 750;
}
.mf-cta h2 {
    margin: 0 0 8px !important;
    color: #182b4f !important;
    font-size: clamp(23px,2.5vw,34px) !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
}
.mf-cta p { margin: 0; color: #626b79; font-size: 13.5px; line-height: 1.8; }

.mf-payment-list {
    min-width: 310px;
    max-width: 100%;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}
.mf-payment-pill {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #182b4f;
    background: rgba(255,255,255,.82);
    border: 1px solid #e5d9cc;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 750;
}
.mf-payment-pill img { width: 40px; height: 40px; object-fit: contain; border-radius: 10px; }
.mf-cta-link {
    grid-column: 1 / -1;
    height: 43px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    color: #fff !important;
    background: #182b4f;
    border-radius: 12px;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 750;
    transition: background .2s ease, transform .2s ease;
}
.mf-cta-link:hover { color: #fff !important; background: #df6672; transform: translateY(-1px) !important; }
.mf-cta-link svg { width: 16px !important; height: 16px !important; stroke: currentColor !important; }

.modwin-footer-grid {
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 0 48px !important;
    display: grid;
    grid-template-columns: 1.65fr .8fr .8fr 1.25fr !important;
    gap: clamp(28px,4vw,62px) !important;
}

.modwin-footer-col { min-width: 0; }
.modwin-footer-col h4 {
    margin: 0 0 19px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: -.1px;
}
.modwin-footer-col h4::before {
    width: 7px !important;
    height: 7px !important;
    background: #df6672 !important;
    border-radius: 50% !important;
}

.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item) {
    width: fit-content;
    margin: 0 0 10px !important;
    padding: 2px 0;
    color: rgba(255,255,255,.68) !important;
    font-size: 12.5px !important;
    line-height: 1.7;
    text-decoration: none !important;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item)::before {
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,.24);
    border-radius: 50%;
    transition: background .2s ease, transform .2s ease;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item):hover {
    color: #fff !important;
    transform: translateX(-3px) !important;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item):hover::before { background: #df6672; transform: scale(1.35); }

.mf-logo {
    width: fit-content;
    display: inline-flex !important;
    margin: 0 0 18px !important;
    padding: 10px 14px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.modwin-footer-logo-img { width: 148px; height: auto; display: block; margin: 0 !important; }
.modwin-footer-about p {
    max-width: 385px;
    margin: 0 0 20px !important;
    color: rgba(255,255,255,.67) !important;
    font-size: 12.5px !important;
    line-height: 2 !important;
}
.mf-brand-points { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.mf-brand-points span { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.82); font-size: 11px; }
.mf-brand-points i { width: 7px; height: 7px; background: #66c691; border: 2px solid rgba(102,198,145,.22); border-radius: 50%; box-sizing: content-box; }

.mf-contact {
    padding: 20px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;
}
.mf-contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 10px !important;
    padding: 10px !important;
    color: #fff !important;
    background: rgba(255,255,255,.055);
    border: 1px solid transparent;
    border-radius: 12px;
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease !important;
}
.mf-contact-item:hover { color: #fff !important; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.10); transform: none !important; }
.mf-contact-icon { width: 34px; height: 34px; flex: 0 0 34px; display: inline-flex; align-items: center; justify-content: center; color: #f0929d; background: rgba(223,102,114,.12); border-radius: 10px; }
.mf-contact-icon svg { width: 18px !important; height: 18px !important; stroke: currentColor !important; }
.mf-contact-item > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.mf-contact-item small { color: rgba(255,255,255,.5); font-size: 9.5px; }
.mf-contact-item strong { color: #fff; font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.mf-contact-meta { padding: 5px 4px 0; display: flex; flex-direction: column; gap: 6px; }
.mf-contact-meta span { color: rgba(255,255,255,.57); font-size: 10.5px; }

.modwin-footer-bottom {
    max-width: none !important;
    min-height: 82px;
    margin: 0 !important;
    padding: 15px 0 !important;
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(255,255,255,.48) !important;
    border-top: 1px solid rgba(255,255,255,.09) !important;
    font-size: 10.5px !important;
}
.mf-copyright { white-space: nowrap; }
.mf-bottom-links { display: flex; align-items: center; gap: 16px; }
.mf-bottom-links a { color: rgba(255,255,255,.58); text-decoration: none; font-size: 10.5px; }
.mf-bottom-links a:hover { color: #fff; }
.modwin-enamad {
    width: 68px;
    height: 58px;
    margin-right: auto;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: #fff;
    border-radius: 10px;
    line-height: 0;
}
.modwin-enamad img { max-width: 58px; max-height: 50px; width: auto; height: auto; display: block; }

@media (max-width: 999px) {
    .modwin-footer { margin-top: 64px; }
    .mf-shell { width: calc(100% - 28px); }
    .mf-cta { top: -36px; min-height: 0; padding: 26px; align-items: stretch; }
    .mf-cta-copy { max-width: 55%; }
    .mf-payment-list { min-width: 280px; }
    .modwin-footer-grid { grid-template-columns: 1.35fr 1fr !important; gap: 34px !important; padding-top: 8px !important; }
}

@media (max-width: 700px) {
    .modwin-footer { margin-top: 54px; }
    .mf-shell { width: calc(100% - 24px); }
    .mf-cta { top: -28px; margin-bottom: -2px; padding: 22px 18px; flex-direction: column; gap: 20px; border-radius: 20px; }
    .mf-cta-copy { max-width: none; }
    .mf-cta h2 { font-size: 23px !important; }
    .mf-cta p { font-size: 12.5px; }
    .mf-payment-list { min-width: 0; width: 100%; }
    .mf-payment-pill { height: 60px; }
    .modwin-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 30px 24px !important; padding: 10px 6px 38px !important; }
    .modwin-footer-about, .mf-contact { grid-column: 1 / -1; }
    .mf-contact { padding: 16px; }
    .modwin-footer-bottom { align-items: flex-start; flex-wrap: wrap; gap: 12px 18px; padding: 16px 4px 22px !important; }
    .mf-copyright { width: calc(100% - 88px); white-space: normal; line-height: 1.8; }
    .mf-bottom-links { order: 3; width: 100%; }
    .modwin-enamad { margin-right: auto; }
}

/* Footer v4.1 — light balance; charcoal is an accent, not the canvas. */
.modwin-footer.mf-v4 {
    color: #686760 !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(201,171,112,.13), transparent 26%),
        #f3f0e9 !important;
}
.mf-v4-services { border-bottom-color: #d8d2c7; }
.mf-v4-services > div { border-left-color: #d8d2c7; }
.mf-v4-services strong { color: #1c2025; }
.mf-v4-services small { color: #84817a; }
.mf-v4-service-no { color: #9c793d; }
.mf-v4-main { border-bottom-color: #d8d2c7; }
.mf-v4-brand { border-left-color: #d8d2c7; }
.mf-v4-logo { background: #fff; border: 1px solid #d9d3c8; }
.mf-v4-brand h2 { color: #181c21 !important; }
.mf-v4-brand > p { color: #74726c; }
.mf-v4-contact-row a {
    color: #20242a !important;
    background: rgba(255,255,255,.5);
    border-color: #d7d1c6 !important;
}
.mf-v4-contact-row a:hover { background: #fff; border-color: #b99758 !important; }
.mf-v4-contact-row small { color: #908c83; }
.mf-v4-links { border-left-color: #d8d2c7; }
.mf-v4-links h3 { color: #1d2126; }
.mf-v4-links a { color: #77746d !important; }
.mf-v4-links a:hover { color: #8b682f !important; }
.mf-v4-trust {
    color: #c7c8ca;
    background:
        radial-gradient(circle at 100% 0%, rgba(201,171,112,.13), transparent 34%),
        #171b20;
    box-shadow: 0 22px 55px rgba(25,28,33,.15);
}
.mf-v4-kicker { color: #d6bc83; }
.mf-v4-trust h3 { color: #f7f4ed; }
.mf-v4-trust > p { color: #8e9197; }
.mf-v4-payments span { color: #ece9e2; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.12); }
.mf-v4-guide { color: #171b20 !important; background: #d7bd87; }
.mf-v4-guide:hover { background: #e7d4a9; }
.mf-v4-bottom { color: #77746d; }
.mf-v4-bottom > span { border-right-color: #d8d2c7; }
.mf-v4-enamad { border: 1px solid #d7d1c6; }

@media (max-width: 700px) {
    .mf-v4-services > div,
    .mf-v4-brand { border-bottom-color: #d8d2c7; }
}

/* Footer v4 — asymmetric editorial layout */
.modwin-footer.mf-v4 {
    margin-top: 90px;
    padding: 0 !important;
    overflow: hidden;
    color: #a9abb0 !important;
    background: #101318 !important;
    border: 0 !important;
}
.mf-v4 .mf-shell { width: min(calc(100% - 64px), 1400px); max-width: 1400px; }
.mf-v4-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.mf-v4-services > div {
    min-height: 116px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 34px;
    border-left: 1px solid rgba(255,255,255,.11);
}
.mf-v4-services > div:last-child { border-left: 0; }
.mf-v4-service-no { color: #c9ab70; font: 500 12px/1 Arial,sans-serif; letter-spacing: 1px; }
.mf-v4-services p { margin: 0; display: flex; flex-direction: column; gap: 5px; }
.mf-v4-services strong { color: #fff; font-size: 14px; font-weight: 700; }
.mf-v4-services small { color: #74777e; font-size: 11px; }

.mf-v4-main {
    display: grid;
    grid-template-columns: minmax(340px,1.25fr) minmax(300px,.9fr) minmax(300px,.85fr);
    min-height: 500px;
    border-bottom: 1px solid rgba(255,255,255,.11);
}
.mf-v4-brand { padding: 66px 0 58px 6vw; border-left: 1px solid rgba(255,255,255,.11); }
.mf-v4-logo {
    width: 136px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 48px;
    padding: 10px 14px;
    background: #f5f2eb;
    border-radius: 2px;
}
.mf-v4-logo img { display: block; width: 112px; height: auto; }
.mf-v4-brand h2 {
    max-width: 510px;
    margin: 0 0 20px !important;
    color: #f7f5f0 !important;
    font-size: clamp(29px,3.1vw,46px) !important;
    font-weight: 680 !important;
    line-height: 1.48 !important;
    letter-spacing: -.8px;
}
.mf-v4-brand > p { max-width: 470px; margin: 0 0 38px; color: #7e8188; font-size: 13px; line-height: 2; }
.mf-v4-contact-row { display: flex; flex-wrap: wrap; gap: 10px; }
.mf-v4-contact-row a {
    min-width: 168px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 16px;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.1);
    text-decoration: none !important;
    transition: border-color .2s ease, background .2s ease;
}
.mf-v4-contact-row a:hover { background: rgba(255,255,255,.035); border-color: rgba(201,171,112,.5); }
.mf-v4-contact-row small { color: #696c72; font-size: 9px; }
.mf-v4-contact-row strong { font-size: 11px; font-weight: 600; }

.mf-v4-links { display: grid; grid-template-columns: 1fr 1fr; padding: 72px 4vw 52px; border-left: 1px solid rgba(255,255,255,.11); gap: 38px; }
.mf-v4-links h3 { margin: 0 0 25px; color: #f6f3ed; font-size: 13px; font-weight: 700; }
.mf-v4-links h3::after { content: ''; width: 22px; height: 1px; display: block; margin-top: 11px; background: #c9ab70; }
.mf-v4-links a { width: max-content; display: block; margin: 0 0 13px; color: #777a81 !important; font-size: 12px; text-decoration: none !important; transition: color .2s ease, transform .2s ease; }
.mf-v4-links a:hover { color: #e6d3a9 !important; transform: translateX(-3px); }

.mf-v4-trust { align-self: center; margin: 46px 0; padding: 40px; color: #1a1d21; background: #d6bd87; }
.mf-v4-kicker { display: inline-block; margin-bottom: 25px; color: rgba(18,21,25,.58); font-size: 10px; font-weight: 700; }
.mf-v4-trust h3 { margin: 0 0 12px; color: #15181c; font-size: clamp(23px,2.1vw,32px); line-height: 1.55; }
.mf-v4-trust > p { margin: 0 0 25px; color: rgba(18,21,25,.62); font-size: 11px; line-height: 1.8; }
.mf-v4-payments { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 10px; }
.mf-v4-payments span { height: 52px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #1a1d21; background: rgba(255,255,255,.48); border: 1px solid rgba(17,20,24,.12); font-size: 11px; font-weight: 700; }
.mf-v4-payments img { width: 30px; height: 30px; object-fit: contain; padding: 2px; background: #fff; border-radius: 5px; }
.mf-v4-guide { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #fff !important; background: #15181c; font-size: 11px; font-weight: 700; text-decoration: none !important; }
.mf-v4-guide span { font-size: 18px; transition: transform .2s ease; }
.mf-v4-guide:hover span { transform: translateX(-4px); }

.mf-v4-bottom { min-height: 84px; display: flex; align-items: center; gap: 28px; color: #5f6269; font-size: 10px; }
.mf-v4-bottom p { margin: 0; }
.mf-v4-bottom > span { padding-right: 28px; border-right: 1px solid rgba(255,255,255,.1); }
.mf-v4-enamad { width: 62px; height: 62px; display: grid; place-items: center; margin-right: auto; padding: 4px; background: #fff; }
.mf-v4-enamad img { display: block; max-width: 54px; max-height: 54px; }

@media (max-width: 1050px) {
    .mf-v4-main { grid-template-columns: 1.15fr 1fr; }
    .mf-v4-brand { padding-left: 4vw; }
    .mf-v4-trust { grid-column: 1 / -1; margin: 0 0 42px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; align-items: center; }
    .mf-v4-trust .mf-v4-kicker, .mf-v4-trust h3, .mf-v4-trust > p { grid-column: 1; }
    .mf-v4-payments, .mf-v4-guide { grid-column: 2; }
    .mf-v4-payments { grid-row: 1 / 3; align-self: end; }
}
@media (max-width: 700px) {
    .modwin-footer.mf-v4 { margin-top: 64px; }
    .mf-v4 .mf-shell { width: calc(100% - 28px); }
    .mf-v4-services { grid-template-columns: 1fr; padding: 8px 0; }
    .mf-v4-services > div { min-height: 72px; padding: 14px 8px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .mf-v4-services > div:last-child { border-bottom: 0; }
    .mf-v4-main { display: block; min-height: 0; }
    .mf-v4-brand { padding: 46px 0 40px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .mf-v4-logo { margin-bottom: 32px; }
    .mf-v4-brand h2 { font-size: 29px !important; }
    .mf-v4-contact-row a { flex: 1; min-width: 140px; }
    .mf-v4-links { padding: 40px 0 28px; border-left: 0; gap: 25px; }
    .mf-v4-trust { display: block; margin: 12px 0 34px; padding: 28px 22px; }
    .mf-v4-bottom { min-height: 110px; flex-wrap: wrap; gap: 8px 16px; padding: 18px 0; }
    .mf-v4-bottom p { width: calc(100% - 82px); }
    .mf-v4-bottom > span { order: 3; width: 100%; padding: 0; border: 0; }
    .mf-v4-enamad { margin-right: auto; }
}

@media (max-width: 420px) {
    .mf-payment-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .modwin-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 28px 18px !important; }
    .modwin-footer-col h4 { font-size: 13px !important; }
    .modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item) { font-size: 11.5px !important; }
}

/* Modwin footer v3 — quiet luxury redesign — 2026-09-14 */
.modwin-footer {
    --mf-ink: #0b0e12;
    --mf-surface: #11151b;
    --mf-surface-2: #171c23;
    --mf-line: rgba(255,255,255,.1);
    --mf-gold: #c8a96b;
    --mf-gold-light: #ead7aa;
    margin-top: 96px;
    color: rgba(255,255,255,.67) !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(200,169,107,.12), transparent 28%),
        linear-gradient(180deg, #11151b 0%, var(--mf-ink) 100%) !important;
}

.mf-shell { max-width: 1360px; }

.mf-cta {
    top: -52px;
    min-height: 190px;
    margin-bottom: -8px;
    padding: 38px 46px;
    color: #f7f4ed;
    background:
        linear-gradient(115deg, rgba(255,255,255,.035), transparent 45%),
        #1a2028;
    border: 1px solid rgba(234,215,170,.28);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.06);
}
.mf-cta::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 42%;
    background: linear-gradient(90deg, rgba(200,169,107,.08), transparent);
    pointer-events: none;
}
.mf-cta::after {
    width: 280px;
    height: 280px;
    left: -95px;
    bottom: -170px;
    border: 1px solid rgba(234,215,170,.16);
    box-shadow: 0 0 0 42px rgba(234,215,170,.025), 0 0 0 84px rgba(234,215,170,.015);
}
.mf-cta-copy { max-width: 720px; }
.mf-eyebrow {
    margin-bottom: 14px;
    padding: 7px 12px;
    color: var(--mf-gold-light);
    background: rgba(200,169,107,.08);
    border-color: rgba(200,169,107,.22);
    letter-spacing: .2px;
}
.mf-cta h2 {
    color: #fff !important;
    font-size: clamp(25px,2.7vw,38px) !important;
    font-weight: 760 !important;
    letter-spacing: -.6px;
}
.mf-cta p { max-width: 650px; color: rgba(255,255,255,.58); font-size: 14px; }
.mf-payment-list { min-width: 330px; gap: 10px; }
.mf-payment-pill {
    height: 66px;
    color: #f7f4ed;
    background: rgba(255,255,255,.045);
    border-color: rgba(255,255,255,.1);
    border-radius: 15px;
    font-size: 14px;
    backdrop-filter: blur(10px);
}
.mf-payment-pill img { width: 38px; height: 38px; padding: 3px; background: #fff; border-radius: 9px; }
.mf-cta-link {
    height: 46px;
    color: #15191f !important;
    background: linear-gradient(135deg, var(--mf-gold-light), var(--mf-gold));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    box-shadow: 0 8px 24px rgba(200,169,107,.14);
}
.mf-cta-link:hover { color: #0b0e12 !important; background: #f0dfb8; transform: translateY(-2px) !important; }

.modwin-footer-grid {
    padding: 24px 0 58px !important;
    grid-template-columns: 1.7fr .75fr .75fr 1.2fr !important;
    gap: clamp(34px,4.5vw,70px) !important;
}
.modwin-footer-col h4 {
    margin-bottom: 22px !important;
    color: #f7f4ed !important;
    font-size: 13px !important;
    letter-spacing: .1px;
}
.modwin-footer-col h4::before {
    width: 18px !important;
    height: 2px !important;
    background: var(--mf-gold) !important;
    border-radius: 2px !important;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item) {
    margin-bottom: 9px !important;
    color: rgba(255,255,255,.56) !important;
    font-size: 12.5px !important;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item)::before {
    width: 0;
    height: 1px;
    background: var(--mf-gold);
    border-radius: 0;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item):hover {
    color: var(--mf-gold-light) !important;
    transform: translateX(-4px) !important;
}
.modwin-footer-col > a:not(.mf-logo):not(.mf-contact-item):hover::before { width: 12px; transform: none; }
.mf-logo {
    margin-bottom: 20px !important;
    padding: 11px 16px;
    background: #fff;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    box-shadow: none;
}
.modwin-footer-logo-img { width: 142px; }
.modwin-footer-about p { max-width: 410px; color: rgba(255,255,255,.56) !important; line-height: 2.15 !important; }
.mf-brand-points { gap: 8px; }
.mf-brand-points span {
    padding: 6px 9px;
    color: rgba(255,255,255,.67);
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 999px;
    font-size: 10px;
}
.mf-brand-points i { width: 5px; height: 5px; background: var(--mf-gold); border-color: rgba(200,169,107,.2); }
.mf-contact {
    padding: 22px;
    background: rgba(255,255,255,.035);
    border-color: rgba(255,255,255,.08);
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.mf-contact-item { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.065); border-radius: 13px; }
.mf-contact-item:hover { background: rgba(200,169,107,.08); border-color: rgba(200,169,107,.2); }
.mf-contact-icon { color: var(--mf-gold-light); background: rgba(200,169,107,.09); }
.mf-contact-item small { color: rgba(255,255,255,.4); }
.mf-contact-meta span { color: rgba(255,255,255,.45); line-height: 1.7; }
.modwin-footer-bottom { min-height: 88px; color: rgba(255,255,255,.38) !important; border-top-color: var(--mf-line) !important; }
.mf-bottom-links a { color: rgba(255,255,255,.46); }
.mf-bottom-links a:hover { color: var(--mf-gold-light); }
.modwin-enamad {
    width: 72px;
    height: 62px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

@media (max-width: 999px) {
    .modwin-footer { margin-top: 78px; }
    .mf-cta { top: -44px; padding: 30px; }
    .mf-cta-copy { max-width: 52%; }
    .modwin-footer-grid { grid-template-columns: 1.35fr 1fr !important; }
}
@media (max-width: 700px) {
    .modwin-footer { margin-top: 68px; }
    .mf-cta { top: -36px; padding: 25px 20px; gap: 24px; border-radius: 22px; }
    .mf-cta-copy { max-width: none; }
    .mf-cta h2 { font-size: 24px !important; }
    .mf-payment-pill { height: 58px; }
    .modwin-footer-grid { gap: 34px 22px !important; padding: 4px 4px 42px !important; }
    .modwin-footer-about { order: -2; }
    .mf-contact { order: -1; }
}

/* Footer v4.1 final cascade */
.modwin-footer.mf-v4{color:#686760!important;background:radial-gradient(circle at 8% 0%,rgba(201,171,112,.13),transparent 26%),#f3f0e9!important;border:0!important}
.mf-v4-services{border-bottom-color:#d8d2c7}.mf-v4-services>div{border-left-color:#d8d2c7}.mf-v4-services strong{color:#1c2025}.mf-v4-services small{color:#84817a}.mf-v4-service-no{color:#9c793d}
.mf-v4-main{border-bottom-color:#d8d2c7}.mf-v4-brand{border-left-color:#d8d2c7}.mf-v4-logo{background:#fff;border:1px solid #d9d3c8}.mf-v4-brand h2{color:#181c21!important}.mf-v4-brand>p{color:#74726c}
.mf-v4-contact-row a{color:#20242a!important;background:rgba(255,255,255,.5);border-color:#d7d1c6!important}.mf-v4-contact-row a:hover{background:#fff;border-color:#b99758!important}.mf-v4-contact-row small{color:#908c83}
.mf-v4-links{border-left-color:#d8d2c7}.mf-v4-links h3{color:#1d2126}.mf-v4-links a{color:#77746d!important}.mf-v4-links a:hover{color:#8b682f!important}
.mf-v4-trust{color:#c7c8ca;background:radial-gradient(circle at 100% 0%,rgba(201,171,112,.13),transparent 34%),#171b20;box-shadow:0 22px 55px rgba(25,28,33,.15)}.mf-v4-kicker{color:#d6bc83}.mf-v4-trust h3{color:#f7f4ed}.mf-v4-trust>p{color:#8e9197}.mf-v4-payments span{color:#ece9e2;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.12)}.mf-v4-guide{color:#171b20!important;background:#d7bd87}.mf-v4-guide:hover{background:#e7d4a9}
.mf-v4-bottom{color:#77746d}.mf-v4-bottom>span{border-right-color:#d8d2c7}.mf-v4-enamad{border:1px solid #d7d1c6}
@media(max-width:700px){.mf-v4-services>div,.mf-v4-brand{border-bottom-color:#d8d2c7}}

/* Light footer contrast lock */
html body .modwin-footer.mf-v4 .mf-v4-services strong{color:#1c2025!important}
html body .modwin-footer.mf-v4 .mf-v4-services small{color:#716f69!important}
html body .modwin-footer.mf-v4 .mf-v4-service-no{color:#957136!important}
html body .modwin-footer.mf-v4 .mf-v4-brand h2{color:#181c21!important}
html body .modwin-footer.mf-v4 .mf-v4-brand>p{color:#686760!important}
html body .modwin-footer.mf-v4 .mf-v4-contact-row a{color:#20242a!important;background:#fff!important;border-color:#d2ccc0!important}
html body .modwin-footer.mf-v4 .mf-v4-contact-row small{color:#77746d!important}
html body .modwin-footer.mf-v4 .mf-v4-contact-row strong{color:#20242a!important}
html body .modwin-footer.mf-v4 .mf-v4-links h3{color:#1d2126!important}
html body .modwin-footer.mf-v4 .mf-v4-links a{color:#625f59!important}
html body .modwin-footer.mf-v4 .mf-v4-links a:hover{color:#8b682f!important}
html body .modwin-footer.mf-v4 .mf-v4-bottom,
html body .modwin-footer.mf-v4 .mf-v4-bottom p,
html body .modwin-footer.mf-v4 .mf-v4-bottom>span{color:#66635d!important}
html body .modwin-footer.mf-v4 .mf-v4-trust{color:#c7c8ca!important}
html body .modwin-footer.mf-v4 .mf-v4-trust h3{color:#f7f4ed!important}
html body .modwin-footer.mf-v4 .mf-v4-trust>p{color:#a3a5aa!important}
