.mo-footer-v3{
    --bg:#fbfaf5;
    --text:#27483f;
    --muted:#6d7773;
    --line:#e3e6df;
    --accent:#214b3e;
    --soft:#eef3e9;
    background:var(--bg);
    color:var(--text);
    border-top:1px solid var(--line);
}
.mo-footer-v3 *{box-sizing:border-box}
.mo-footer-v3__inner{width:min(1540px,calc(100% - 64px));margin:0 auto}
.mo-footer-v3__cta{
    background:#214b3e;
    color:#f6f3e8;
}
.mo-footer-v3__cta-inner{
    min-height:84px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
}
.mo-footer-v3__cta-inner div>span{
    display:block;
    margin-bottom:7px;
    color:#9dbf72;
    font-size:10px;
    font-weight:700;
    letter-spacing:.12em;
}
.mo-footer-v3__cta-inner strong{
    display:block;
    color:#f6f3e8;
    font-size:16px;
    font-weight:500;
    line-height:1.45;
}
.mo-footer-v3__cta-inner>a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-width:180px;
    height:44px;
    padding:0 18px;
    color:#f6f3e8;
    border:1px solid rgba(246,243,232,.55);
    text-decoration:none;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}
.mo-footer-v3__cta-inner>a:hover,
.mo-footer-v3__cta-inner>a:focus-visible{
    color:#fff;
    border-color:#9dbf72;
    outline:none;
}
.mo-footer-v3__main{padding:62px 0 26px}
.mo-footer-v3__grid{
    display:grid;
    grid-template-columns:1fr 1fr 1.05fr 1.75fr;
    gap:54px;
    align-items:start;
}
.mo-footer-v3__col h3,
.mo-footer-v3__community>h3{
    margin:0 0 20px;
    font-size:14px;
    line-height:1.2;
    letter-spacing:.02em;
    color:#304f46;
}
.mo-footer-v3__col a{
    display:block;
    width:max-content;
    max-width:100%;
    margin:0 0 12px;
    color:#697570;
    text-decoration:none;
    font-size:13.5px;
    line-height:1.4;
    transition:.18s ease;
}
.mo-footer-v3__col a:hover{color:#214b3e;transform:translateX(2px)}
.mo-footer-v3__socials{
    display:flex;
    gap:13px;
    align-items:center;
    margin-bottom:24px;
}
.mo-footer-v3__socials a{
    display:block;
    width:32px;
    height:32px;
}
.mo-footer-v3__socials img{
    display:block;
    width:32px;
    height:32px;
    object-fit:cover;
    border-radius:7px;
}
.mo-footer-v3__ai{
    margin:3px 0 28px;
}
.mo-footer-v3__ai-title{
    font-size:17px;
    line-height:1.3;
    color:#4c5b56;
    margin-bottom:11px;
}
.mo-footer-v3__ai-icons{
    display:flex;
    align-items:center;
    gap:12px;
}
.mo-footer-v3__ai-icons a{
    display:grid;
    place-items:center;
    width:38px;
    height:38px;
    border-radius:7px;
    background:#111;
    overflow:hidden;
}
.mo-footer-v3__ai-icons img{
    display:block;
    width:38px;
    height:38px;
    object-fit:cover;
}
.mo-footer-v3__newsletter{
    margin-top:14px;
}
.mo-footer-v3__newsletter h4{
    margin:0 0 8px;
    color:#4b5a55;
    font-size:19px;
}
.mo-footer-v3__newsletter p{
    margin:0 0 14px;
    color:#78817d;
    font-size:13px;
    line-height:1.5;
}
.mo-footer-v3__newsletter-form{
    display:grid;
    grid-template-columns:1fr auto;
    border:1px solid #cfd5ce;
    background:#fff;
}
.mo-footer-v3__newsletter-form input{
    min-width:0;
    height:48px;
    padding:0 14px;
    border:0;
    outline:0;
    color:#29483f;
    font:inherit;
}
.mo-footer-v3__newsletter-form button{
    min-width:112px;
    border:0;
    background:#214b3e;
    color:#fff;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    padding:0 16px;
}
.mo-footer-v3__brandline{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);
    gap:42px;
    margin-top:48px;
    padding:28px 0;
    border-top:1px solid var(--line);
}
.mo-footer-v3__brand-copy strong{
    display:block;
    margin-bottom:8px;
    font-size:14px;
}
.mo-footer-v3__brand-copy span{
    display:block;
    max-width:760px;
    color:#75807b;
    font-size:12.5px;
    line-height:1.55;
}
.mo-footer-v3__popular{
    color:#7a8580;
    font-size:12px;
    line-height:1.7;
}
.mo-footer-v3__popular strong{color:#455b53}
.mo-footer-v3__popular a{color:#697570;text-decoration:none}
.mo-footer-v3__popular span{margin:0 6px;color:#b1b7b4}
.mo-footer-v3__payments{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    min-height:56px;
    padding-top:8px;
}
.mo-footer-v3__payment-label{
    color:#52655d;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.mo-footer-v3__payment-icons{
    display:flex;
    align-items:center;
    gap:10px;
}
.mo-footer-v3__payment-icons img{
    display:block;
    width:auto;
    max-width:62px;
    height:25px;
    object-fit:contain;
}
.mo-footer-v3__bottom{
    margin-top:22px;
    background:#173f35;
    color:rgba(255,255,255,.74);
}
.mo-footer-v3__bottom-inner{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
    font-size:11.5px;
}
.mo-footer-v3__bottom a{
    color:rgba(255,255,255,.74);
    text-decoration:none;
    margin-left:20px;
}
.mo-footer-v3__bottom a:hover{color:#fff}

@media(max-width:1120px){
    .mo-footer-v3__grid{grid-template-columns:repeat(3,1fr)}
    .mo-footer-v3__community{grid-column:1/-1;max-width:720px}
}
@media(max-width:760px){
    .mo-footer-v3__inner{width:min(100% - 36px,1540px)}
    .mo-footer-v3__main{padding:46px 0 22px}
    .mo-footer-v3__grid{grid-template-columns:1fr 1fr;gap:36px 24px}
    .mo-footer-v3__community{grid-column:1/-1}
    .mo-footer-v3__brandline{grid-template-columns:1fr;gap:18px;margin-top:38px}
    .mo-footer-v3__payments{align-items:flex-start}
    .mo-footer-v3__bottom-inner{flex-direction:column;align-items:flex-start;justify-content:center;padding:12px 0}
    .mo-footer-v3__bottom a{margin:0 18px 0 0}
    .mo-footer-v3__cta-inner{padding:22px 0;align-items:flex-start;flex-direction:column;gap:18px}
}
@media(max-width:460px){
    .mo-footer-v3__grid{grid-template-columns:1fr}
    .mo-footer-v3__community{grid-column:auto}
    .mo-footer-v3__newsletter-form{grid-template-columns:1fr}
    .mo-footer-v3__newsletter-form button{height:44px}
    .mo-footer-v3__cta-inner>a{width:100%}
}

/* v3.0.2 — replace non-functional newsletter form with real B2B support links */
.mo-footer-v3__support-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.mo-footer-v3__support-links a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #173f32;color:#173f32!important;font-size:11px;font-weight:700;letter-spacing:.04em;text-decoration:none}
.mo-footer-v3__support-links a:first-child{background:#173f32;color:#fff!important}

/* v3.0.4 — global WhatsApp shortcut; hidden during cart, checkout and account flows. */
.mo-footer-v3__whatsapp-float{position:fixed;right:clamp(18px,2vw,30px);bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:99989;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.94);border-radius:50%;background:#173f35;color:#fff!important;box-shadow:0 10px 28px rgba(13,52,43,.28);text-decoration:none!important;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}
.mo-footer-v3__whatsapp-float:hover,.mo-footer-v3__whatsapp-float:focus-visible{background:#214b3e;color:#fff!important;transform:translateY(-3px);box-shadow:0 14px 34px rgba(13,52,43,.34)}
.mo-footer-v3__whatsapp-float:focus-visible{outline:3px solid #9dbf72;outline-offset:3px}
.mo-footer-v3__whatsapp-float svg{width:31px;height:31px;fill:currentColor}
.mo-footer-v3__whatsapp-status{position:absolute;top:1px;right:1px;width:13px;height:13px;border:2px solid #fff;border-radius:50%;background:#25d366}
.mo-footer-v3__whatsapp-label{position:absolute;right:calc(100% + 12px);top:50%;padding:9px 12px;border:1px solid #e3e6df;border-radius:2px;background:#fbfaf5;color:#27483f;box-shadow:0 6px 18px rgba(13,52,43,.12);font-size:12px;font-weight:700;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(8px,-50%);transition:opacity .18s ease,transform .18s ease}
.mo-footer-v3__whatsapp-float:hover .mo-footer-v3__whatsapp-label,.mo-footer-v3__whatsapp-float:focus-visible .mo-footer-v3__whatsapp-label{opacity:1;transform:translate(0,-50%)}

@media(max-width:680px){
    .mo-footer-v3__whatsapp-float{right:14px;bottom:calc(18px + env(safe-area-inset-bottom,0px));width:54px;height:54px}
    body.mocpds-product .mo-footer-v3__whatsapp-float{bottom:calc(82px + env(safe-area-inset-bottom,0px))}
    .mo-footer-v3__whatsapp-float svg{width:28px;height:28px}
    .mo-footer-v3__whatsapp-label{display:none}
}
@media(prefers-reduced-motion:reduce){.mo-footer-v3__whatsapp-float,.mo-footer-v3__whatsapp-label{transition:none}}
