
:root{--mm-primary:#ea1d2c;--mm-dark:#121212;--mm-text:#404040;--mm-muted:#757575;--mm-bg:#f6f7fb;--mm-border:#ececf2;--mm-card:#ffffff;--mm-soft:#fff2f4;--mm-success:#199b4d;--mm-radius:20px}
.mm-shell,.mm-dashboard{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--mm-text)}
.mm-shell *,.mm-dashboard *{box-sizing:border-box}
body{background:var(--mm-bg)}
.mm-topbar{background:#111;color:#fff;font-size:13px}.mm-topbar-inner{max-width:1240px;margin:auto;padding:10px 22px;display:flex;justify-content:space-between;gap:18px}.mm-topbar a{color:#fff;text-decoration:none;font-weight:700}
.mm-header{width:100%}
.mm-header-pro{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.05)}
.mm-header-wrap{max-width:1240px;margin:auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.mm-brand img{height:54px;max-width:260px;object-fit:contain}
.mm-nav-desktop{display:flex;align-items:center;gap:26px}
.mm-nav-desktop a,.mm-footer-pro nav a{position:relative;text-decoration:none;color:var(--mm-dark);font-weight:800}
.mm-nav-desktop a:after,.mm-footer-pro nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:3px;border-radius:99px;background:var(--mm-primary);transition:.25s}
.mm-nav-desktop a:hover:after,.mm-footer-pro nav a:hover:after{width:100%}
.mm-head-actions{display:flex;align-items:center;gap:12px}
.mm-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;background:linear-gradient(135deg,var(--mm-primary),#ff5d6c);color:#fff!important;padding:14px 24px;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:0 14px 34px rgba(234,29,44,.22);transition:.22s}
.mm-btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(234,29,44,.28)}
.mm-btn-light{background:#fff;color:var(--mm-primary)!important;border:1px solid rgba(234,29,44,.14);box-shadow:none}
.mm-btn-light:hover{background:#fff3f5}
.mm-btn-ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.34);color:#fff!important;backdrop-filter:blur(10px);box-shadow:none}
.mm-btn-whats{background:linear-gradient(135deg,#24c768,#179b4d)}
.mm-btn-small{padding:10px 14px;font-size:13px;border-radius:12px}
.mm-menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--mm-border);border-radius:15px;background:#fff;padding:0;cursor:pointer}
.mm-menu-toggle span{display:block;width:20px;height:2px;background:#111;margin:5px auto;border-radius:10px}
.mm-mobile-panel{display:none;border-top:1px solid var(--mm-border);background:#fff}
.mm-mobile-panel-inner{max-width:1240px;margin:auto;padding:14px 22px 24px;display:grid;gap:12px}
.mm-mobile-panel a{text-decoration:none;color:var(--mm-dark);font-weight:800;padding:12px 14px;border-radius:14px;background:#fafafa}
.mm-mobile-panel.is-open{display:block}
.mm-home-shell{overflow:hidden}
.mm-hero-pro{position:relative;min-height:720px;display:flex;align-items:center}
.mm-hero-pro video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mm-hero-pro-overlay{position:absolute;inset:0;background:linear-gradient(102deg,rgba(7,7,11,.76) 0%,rgba(16,17,22,.50) 37%,rgba(14,14,18,.20) 100%)}
.mm-hero-pro-content{position:relative;z-index:2;max-width:1240px;width:100%;margin:auto;padding:46px 22px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:28px;align-items:center}
.mm-hero-copy h1{font-size:clamp(42px,5vw,78px);line-height:1.02;color:#fff;max-width:750px;margin:14px 0 18px}
.mm-hero-copy p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.85);max-width:680px;margin:0 0 24px}
.mm-pill-row{display:flex;flex-wrap:wrap;gap:10px}
.mm-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);color:#fff;font-size:13px;font-weight:800;backdrop-filter:blur(12px)}
.mm-search{display:flex;max-width:700px;background:#fff;padding:10px;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.mm-search input{flex:1;border:0;padding:18px;font-size:16px;outline:0;background:transparent}
.mm-search button{border:0;border-radius:14px;background:linear-gradient(135deg,var(--mm-primary),#ff5d6c);color:#fff;font-weight:900;padding:0 26px}
.mm-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.mm-hero-glass-card{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(22px);border-radius:28px;padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.18);color:#fff}
.mm-hero-glass-card h3{font-size:28px;margin:8px 0 16px}.mm-hero-glass-card ul{padding-left:18px;margin:0}.mm-hero-glass-card li{margin:10px 0;color:rgba(255,255,255,.88)}
.mm-section{max-width:1240px;margin:auto;padding:80px 22px}
.mm-section-heading{max-width:860px;margin:0 auto 34px;text-align:center}
.mm-section-heading h2{font-size:clamp(34px,4vw,56px);line-height:1.06;color:var(--mm-dark);margin:10px 0 12px}
.mm-section-heading p{font-size:17px;color:var(--mm-muted);line-height:1.7}
.mm-home-cats{padding-top:28px}
.mm-mini-cats{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.mm-mini-cats article{background:#fff;border:1px solid var(--mm-border);border-radius:22px;padding:22px 16px;text-align:center;box-shadow:0 14px 34px rgba(10,10,10,.04);transition:.2s}
.mm-mini-cats article:hover,.mm-flow-card:hover,.mm-showcase-banner:hover,.mm-choice:hover,.mm-plan:hover,.mm-restaurant-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(0,0,0,.08)}
.mm-mini-cats span{font-size:34px;display:block;margin-bottom:8px}
.mm-mini-cats strong{color:var(--mm-dark)}
.mm-flow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.mm-flow-card{background:#fff;border:1px solid var(--mm-border);border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(18,18,18,.05);transition:.22s}
.mm-flow-image{background:linear-gradient(180deg,#fff,#fbfbfd);padding:18px}
.mm-flow-image img{width:100%;height:300px;object-fit:cover;border-radius:20px;display:block}
.mm-flow-body{padding:20px 22px 24px}
.mm-step{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--mm-soft);color:var(--mm-primary);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.mm-flow-body h3{font-size:26px;color:var(--mm-dark);margin:14px 0 10px}
.mm-flow-body p{color:var(--mm-muted);line-height:1.7;margin:0}
.mm-showcase-banner,.mm-cta-panel{background:linear-gradient(135deg,#141418,#2b2d36);border-radius:34px;padding:38px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:22px;color:#fff;box-shadow:0 26px 60px rgba(18,18,18,.16)}
.mm-showcase-banner h2,.mm-cta-panel h2{font-size:clamp(34px,4vw,54px);line-height:1.05;margin:10px 0 12px}
.mm-showcase-banner p,.mm-cta-panel p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.78);margin:0}
.mm-banner-actions{display:flex;justify-content:flex-end;gap:14px;flex-wrap:wrap}
.mm-about-pro{display:grid;grid-template-columns:340px 1fr;align-items:center;gap:58px;background:linear-gradient(180deg,#fff7f8,#fff);border:1px solid var(--mm-border);border-radius:34px;box-shadow:0 18px 42px rgba(0,0,0,.05)}
.mm-about-logo{padding:18px 0 18px 26px}.mm-about-logo img{width:100%;max-height:300px;object-fit:contain}
.mm-about-copy{padding:32px 32px 32px 0}.mm-about-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.06;margin:10px 0 14px;color:var(--mm-dark)}.mm-about-copy p{font-size:17px;line-height:1.8;color:var(--mm-muted)}
.mm-bullet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.mm-bullet-grid span{background:#fff;border:1px solid var(--mm-border);padding:14px;border-radius:16px;font-weight:700}
.mm-footer-pro{background:#fff;border-top:1px solid var(--mm-border)}.mm-footer-inner{max-width:1240px;margin:auto;padding:26px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}
.mm-footer-inner img{height:42px}.mm-footer-pro nav{display:flex;gap:22px;flex-wrap:wrap}.mm-footer-phone{text-decoration:none;color:var(--mm-primary);font-weight:900}
.mm-page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.mm-page-head h1{font-size:46px;margin:8px 0;color:var(--mm-dark)}.mm-page-head input{width:320px;padding:14px 16px;border:1px solid var(--mm-border);border-radius:14px;background:#fff}
.mm-choice-grid,.mm-restaurant-grid,.mm-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mm-choice,.mm-plan{border:1px solid var(--mm-border);border-radius:24px;padding:28px;background:#fff;text-decoration:none;color:inherit;box-shadow:0 12px 32px rgba(0,0,0,.05);transition:.2s}.mm-choice b{font-size:34px}.mm-choice h3{font-size:24px;margin:16px 0 8px}
.mm-restaurant-card{display:flex;gap:16px;align-items:center;border:1px solid var(--mm-border);border-radius:20px;padding:16px;text-decoration:none;color:inherit;background:#fff;transition:.2s;box-shadow:0 10px 24px rgba(0,0,0,.04)}.mm-rest-cover{width:82px;height:82px;border-radius:18px;background:#fff3f4;display:grid;place-items:center;overflow:hidden;font-size:28px}.mm-rest-cover img{width:100%;height:100%;object-fit:cover}.mm-restaurant-card h3{margin:0 0 8px;color:var(--mm-dark)}.mm-restaurant-card p{margin:0;color:var(--mm-muted)}.mm-open{color:#179447;font-weight:900}.mm-closed{color:#d93025;font-weight:900}
.mm-auth-card{max-width:760px;margin:60px auto;padding:38px;border:1px solid var(--mm-border);border-radius:28px;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.08)}.mm-form{display:grid;gap:16px}.mm-form label{display:grid;gap:7px;font-weight:800;color:var(--mm-dark)}.mm-form input,.mm-form select{width:100%;border:1px solid #ddd;border-radius:14px;padding:14px;background:#fff}
.mm-dashboard{display:grid;grid-template-columns:260px 1fr;min-height:80vh;background:var(--mm-bg)}.mm-sidebar{background:#fff;padding:28px 20px;border-right:1px solid var(--mm-border);display:flex;flex-direction:column;gap:8px}.mm-sidebar h3{font-size:26px;margin:0 0 18px}.mm-sidebar a{padding:12px 14px;border-radius:12px;text-decoration:none;color:var(--mm-text);font-weight:800}.mm-sidebar a:hover{background:#fff0f1;color:var(--mm-primary)}
.mm-dash-main{padding:34px;min-width:0}.mm-dash-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.mm-dash-head h1{margin:6px 0;font-size:36px;color:var(--mm-dark)}.mm-toggle-store{border:0;border-radius:999px;padding:12px 18px;background:#ddd;font-weight:800;cursor:pointer}.mm-toggle-store.is-open{background:#daf5e3;color:#16753a}
.mm-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.mm-metrics article,.mm-panel,.mm-billing-card{background:#fff;border:1px solid var(--mm-border);border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(0,0,0,.04)}.mm-metrics strong{display:block;font-size:28px;color:var(--mm-dark)}.mm-metrics span{color:var(--mm-muted)}
.mm-panel{margin-bottom:20px}.mm-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.mm-order-list,.mm-product-list,.mm-fees{display:grid;gap:10px}.mm-order-card,.mm-product-row,.mm-fee-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--mm-border);padding:15px 0}.mm-order-card h3{margin:4px 0;color:var(--mm-dark)}.mm-order-card a,.mm-product-row a{color:var(--mm-primary);font-weight:900;text-decoration:none}.mm-product-row small{display:block;color:var(--mm-muted)}
.mm-fee-form{display:flex;gap:10px;flex-wrap:wrap}.mm-fee-form input{padding:12px;border:1px solid var(--mm-border);border-radius:12px;background:#fff}.mm-delete-fee,.mm-pause-product{border:0;background:#fff0f1;color:var(--mm-primary);padding:8px 12px;border-radius:10px;font-weight:900;cursor:pointer}
.mm-job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mm-job{border:1px solid var(--mm-border);border-radius:18px;padding:18px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.04)}.mm-job-status{width:100%;padding:10px;border-radius:10px;border:1px solid #ddd}.mm-status-pill{background:#daf5e3;color:#17753b;padding:9px 14px;border-radius:999px;font-weight:900}
.mm-plan h3{font-size:26px}.mm-price{font-size:34px;font-weight:900;color:var(--mm-primary)}.mm-price small{font-size:13px;color:var(--mm-muted)}.mm-plan ul{padding-left:20px;min-height:105px}.mm-plan li{margin:8px 0}
.mm-billing-card{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.mm-billing-card small{display:block;color:var(--mm-muted);margin-bottom:8px}
.mm-floating-cart{position:fixed;right:22px;bottom:22px;z-index:9999;background:linear-gradient(135deg,var(--mm-primary),#ff5d6c);color:#fff!important;border-radius:999px;padding:14px 20px;text-decoration:none;font-weight:900;box-shadow:0 16px 40px rgba(234,29,44,.36)}
.mm-notice,.mm-empty{padding:20px;border-radius:16px;background:#fff4f4;border:1px solid #ffd9dd}.mm-admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mm-admin-card{background:#fff;padding:22px;border:1px solid #ddd;border-radius:14px}.mm-admin-card strong{display:block;font-size:30px}.mm-admin-card span{color:#666}
.mm-track{margin-top:18px;padding:18px;border-radius:14px;background:#f7f7f7;display:flex;justify-content:space-between}
@media(max-width:1100px){.mm-nav-desktop{display:none}.mm-menu-toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.mm-hero-pro-content,.mm-showcase-banner,.mm-cta-panel,.mm-about-pro{grid-template-columns:1fr}.mm-flow-grid,.mm-choice-grid,.mm-plan-grid,.mm-job-grid{grid-template-columns:1fr 1fr}.mm-mini-cats{grid-template-columns:repeat(3,1fr)}.mm-bullet-grid{grid-template-columns:1fr 1fr}.mm-banner-actions{justify-content:flex-start}}
@media(max-width:900px){.mm-dashboard{grid-template-columns:1fr}.mm-sidebar{position:sticky;top:0;z-index:30;flex-direction:row;overflow:auto;border-right:0;border-bottom:1px solid var(--mm-border);padding:10px}.mm-sidebar h3{display:none}.mm-sidebar a{white-space:nowrap}.mm-metrics{grid-template-columns:1fr 1fr}.mm-billing-card{grid-template-columns:1fr 1fr}.mm-about-logo{padding:26px}.mm-about-copy{padding:0 26px 30px}}
@media(max-width:700px){.mm-topbar-inner{padding:8px 16px;display:grid}.mm-header-wrap{padding:14px 16px}.mm-brand img{height:44px}.mm-head-actions .mm-btn{display:none}.mm-hero-pro{min-height:680px}.mm-hero-copy h1{font-size:44px}.mm-search{display:grid}.mm-search button{padding:16px}.mm-section{padding:54px 16px}.mm-flow-grid,.mm-choice-grid,.mm-plan-grid,.mm-job-grid,.mm-metrics,.mm-mini-cats,.mm-bullet-grid{grid-template-columns:1fr}.mm-page-head{display:grid}.mm-page-head input{width:100%}.mm-billing-card{grid-template-columns:1fr}.mm-showcase-banner,.mm-cta-panel{padding:28px}.mm-about-pro{gap:0}.mm-footer-inner{padding:22px 16px}.mm-floating-cart{right:14px;left:14px;bottom:14px;justify-content:center}}


/* MenuMaster 1.1.1 — header único, minimalista e inspirado no layout de referência */
.mm-topbar,.mm-nav-desktop,.mm-head-actions>.mm-btn{display:none!important}
.mm-header-pro{
    position:sticky;
    top:0;
    z-index:60;
    background:#fff;
    backdrop-filter:none;
    border-bottom:1px solid rgba(18,18,18,.06);
    box-shadow:0 8px 28px rgba(20,20,20,.045)
}
.mm-header-wrap{
    min-height:116px;
    max-width:1240px;
    margin:auto;
    padding:18px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}
.mm-brand{
    display:flex;
    align-items:center;
    min-width:0;
    text-decoration:none
}
.mm-brand img{
    height:80px;
    width:auto;
    max-width:min(720px,72vw);
    object-fit:contain;
    object-position:left center
}
.mm-head-actions{
    display:flex!important;
    align-items:center;
    gap:18px;
    flex:0 0 auto
}
.mm-account-icon{
    position:relative;
    width:58px;
    height:58px;
    border-radius:50%;
    background:linear-gradient(180deg,#e9f1ff,#dce9ff);
    border:1px solid #dbe5f5;
    display:block;
    box-shadow:0 8px 22px rgba(61,91,138,.12);
    transition:.2s
}
.mm-account-icon:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 28px rgba(61,91,138,.18)
}
.mm-account-head{
    position:absolute;
    left:50%;
    top:12px;
    width:17px;
    height:17px;
    border-radius:50%;
    background:#263849;
    transform:translateX(-50%)
}
.mm-account-body{
    position:absolute;
    left:50%;
    bottom:10px;
    width:29px;
    height:22px;
    border-radius:16px 16px 10px 10px;
    background:#263849;
    transform:translateX(-50%)
}
.mm-menu-toggle{
    display:flex!important;
    width:58px;
    height:58px;
    border:1px solid rgba(234,29,44,.35);
    border-radius:14px;
    background:#fff;
    padding:0;
    cursor:pointer;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 22px rgba(234,29,44,.08);
    transition:.2s
}
.mm-menu-toggle:hover{
    transform:translateY(-2px);
    background:#fff8f9;
    box-shadow:0 12px 28px rgba(234,29,44,.14)
}
.mm-menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    background:#161616;
    margin:4px auto;
    border-radius:10px;
    transition:.2s
}
.mm-mobile-panel{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    display:block;
    visibility:hidden;
    opacity:0;
    transform:translateY(-10px);
    pointer-events:none;
    border-top:1px solid var(--mm-border);
    background:rgba(255,255,255,.98);
    backdrop-filter:blur(18px);
    box-shadow:0 24px 50px rgba(0,0,0,.10);
    transition:.22s
}
.mm-mobile-panel.is-open{
    visibility:visible;
    opacity:1;
    transform:translateY(0);
    pointer-events:auto
}
.mm-mobile-panel-inner{
    max-width:1240px;
    margin:auto;
    padding:20px 24px 28px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px
}
.mm-mobile-panel a{
    text-decoration:none;
    color:var(--mm-dark);
    font-weight:850;
    padding:14px 16px;
    border-radius:14px;
    background:#fafafa;
    border:1px solid #f0f0f0;
    transition:.2s
}
.mm-mobile-panel a:hover{
    color:var(--mm-primary);
    background:#fff4f5;
    border-color:#ffd7dc
}
@media(max-width:900px){
    .mm-header-wrap{min-height:92px;padding:14px 18px}
    .mm-brand img{height:64px;max-width:66vw}
    .mm-account-icon,.mm-menu-toggle{width:52px;height:52px}
    .mm-mobile-panel-inner{grid-template-columns:1fr 1fr;padding:16px 18px 22px}
}
@media(max-width:600px){
    .mm-header-wrap{min-height:78px;padding:10px 14px}
    .mm-brand img{height:52px;max-width:62vw}
    .mm-head-actions{gap:10px}
    .mm-account-icon,.mm-menu-toggle{width:46px;height:46px}
    .mm-account-head{top:9px;width:14px;height:14px}
    .mm-account-body{bottom:8px;width:24px;height:18px}
    .mm-menu-toggle span{width:21px;margin:3px auto}
    .mm-mobile-panel-inner{grid-template-columns:1fr;padding:14px}
}


/* MenuMaster 1.1.2 — remove cabeçalho e título do tema na página inicial do sistema */
body.mm-system-home header.site-header,
body.mm-system-home .site-header,
body.mm-system-home #site-header,
body.mm-system-home .elementor-location-header,
body.mm-system-home .header,
body.mm-system-home .page-header,
body.mm-system-home .entry-header,
body.mm-system-home .page-title,
body.mm-system-home .entry-title,
body.mm-system-home .breadcrumb,
body.mm-system-home .breadcrumbs,
body.mm-system-home .woocommerce-breadcrumb{
    display:none!important
}
body.mm-system-home .site-main,
body.mm-system-home main,
body.mm-system-home .content-area,
body.mm-system-home .site-content,
body.mm-system-home .entry-content{
    margin-top:0!important;
    padding-top:0!important
}
body.mm-system-home .mm-header-pro{
    display:block!important
}


/* MenuMaster 1.2.0 — categorias clicáveis e menus sem sublinhado */
.mm-header-pro a,
.mm-mobile-panel a,
.mm-footer-pro a,
.mm-sidebar a,
.mm-mini-cats a{
    text-decoration:none!important
}
.mm-nav-desktop a:after,
.mm-footer-pro nav a:after{
    display:none!important;
    content:none!important
}
.mm-mini-cats a{
    background:#fff;
    border:1px solid var(--mm-border);
    border-radius:22px;
    padding:22px 16px;
    text-align:center;
    box-shadow:0 14px 34px rgba(10,10,10,.04);
    transition:.2s;
    color:var(--mm-dark);
    display:block
}
.mm-mini-cats a:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 44px rgba(0,0,0,.08);
    border-color:#ffd8dd;
    color:var(--mm-primary)
}
.mm-mini-cats a span{
    font-size:34px;
    display:block;
    margin-bottom:8px
}
.mm-mini-cats a strong{
    color:inherit
}

.mm-store-hero{background:linear-gradient(135deg,#fff3f5,#fff);border-bottom:1px solid var(--mm-border)}
.mm-store-hero-inner{max-width:1240px;margin:auto;padding:34px 22px 42px}
.mm-store-back{display:inline-flex;margin-bottom:24px;color:var(--mm-primary);font-weight:900;text-decoration:none!important}
.mm-store-profile{display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:24px}
.mm-store-logo{width:140px;height:140px;border-radius:28px;background:#fff;border:1px solid var(--mm-border);display:grid;place-items:center;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.07);font-size:42px}
.mm-store-logo img{width:100%;height:100%;object-fit:cover}
.mm-store-info h1{margin:8px 0 12px;font-size:clamp(36px,5vw,64px);line-height:1;color:var(--mm-dark)}
.mm-store-meta{display:flex;flex-wrap:wrap;gap:10px 18px;color:var(--mm-muted);font-weight:700}
.mm-align-left{text-align:left;margin-left:0}.mm-menu-section{padding-top:56px}
.mm-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mm-menu-product{background:#fff;border:1px solid var(--mm-border);border-radius:24px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.05)}
.mm-menu-product-image{height:210px;background:#fff7f8;overflow:hidden}.mm-menu-product-image img{width:100%;height:100%;object-fit:cover}.mm-product-placeholder{height:100%;display:grid;place-items:center;font-size:58px}
.mm-menu-product-body{padding:20px}.mm-menu-product-body h3{margin:0 0 8px;color:var(--mm-dark);font-size:22px}.mm-menu-product-body p{margin:0;color:var(--mm-muted);line-height:1.6;min-height:50px}
.mm-product-bottom{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.mm-product-bottom strong{color:var(--mm-dark);font-size:20px}
.mm-store-closed-label{padding:9px 12px;border-radius:10px;background:#f2f2f2;color:#777;font-weight:800;font-size:13px}
@media(max-width:1000px){.mm-store-profile{grid-template-columns:110px 1fr}.mm-store-logo{width:110px;height:110px}.mm-store-profile>.mm-btn{grid-column:1/-1}.mm-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.mm-store-profile{grid-template-columns:1fr}.mm-store-logo{width:96px;height:96px}.mm-product-grid{grid-template-columns:1fr}.mm-store-meta{display:grid;gap:8px}}


/* MenuMaster 1.3.0 */
body.mm-system-page header.site-header,
body.mm-system-page .site-header,
body.mm-system-page #site-header,
body.mm-system-page .elementor-location-header,
body.mm-system-page .page-header,
body.mm-system-page .entry-header,
body.mm-system-page .page-title,
body.mm-system-page .entry-title,
body.mm-system-page .breadcrumbs,
body.mm-system-page .woocommerce-breadcrumb{display:none!important}
body.mm-system-page .site-main,
body.mm-system-page main,
body.mm-system-page .site-content,
body.mm-system-page .entry-content{margin-top:0!important;padding-top:0!important}
.mm-global-header{display:block!important}
.mm-search-toggle{width:58px;height:58px;border:1px solid var(--mm-border);border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 22px rgba(20,20,20,.07)}
.mm-search-glass{width:19px;height:19px;border:3px solid #263849;border-radius:50%;position:relative}
.mm-search-glass:after{content:"";position:absolute;width:9px;height:3px;background:#263849;right:-8px;bottom:-5px;transform:rotate(45deg);border-radius:3px}
.mm-search-modal{position:fixed;inset:0;background:rgba(10,10,15,.65);z-index:99999;display:none;align-items:flex-start;justify-content:center;padding:80px 18px;overflow:auto}
.mm-search-modal.is-open{display:flex}
.mm-search-dialog{width:min(880px,100%);background:#fff;border-radius:28px;padding:32px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.mm-search-close{position:absolute;right:20px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:#f4f4f6;font-size:28px;cursor:pointer}
.mm-search-main-row{display:flex;gap:12px;margin:22px 0}
.mm-search-main-row input{flex:1;padding:17px;border:1px solid var(--mm-border);border-radius:15px;font-size:16px}
.mm-filter-groups{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.mm-filter-groups>div{border:1px solid var(--mm-border);border-radius:18px;padding:18px;display:flex;flex-wrap:wrap;gap:10px}
.mm-filter-groups strong{width:100%;font-size:17px;color:var(--mm-dark)}
.mm-filter-groups label{padding:10px 13px;border-radius:999px;background:#f2f2f5;cursor:pointer;font-weight:700}
.mm-filter-groups label:has(input:checked){background:var(--mm-primary);color:#fff}
.mm-filter-groups input{accent-color:var(--mm-primary)}
.mm-access-wrap{max-width:1180px;margin:auto;padding:70px 22px}
.mm-access-choice{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:920px;margin:auto}
.mm-access-choice.mm-three{grid-template-columns:repeat(3,1fr);max-width:1180px}
.mm-access-card{text-decoration:none!important;color:var(--mm-text);background:#fff;border:1px solid var(--mm-border);border-radius:26px;padding:30px;box-shadow:0 16px 40px rgba(0,0,0,.06);transition:.2s}
.mm-access-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(0,0,0,.1);border-color:#ffd8dd}
.mm-access-card span{font-size:42px}.mm-access-card h3{font-size:25px;color:var(--mm-dark);margin:16px 0 8px}
.mm-form-grid{grid-template-columns:repeat(2,1fr)}.mm-span-2{grid-column:1/-1}
.mm-auth-links{text-align:center}.mm-auth-links a{color:var(--mm-primary);font-weight:800}
.mm-account-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 35px}
.mm-checkout-notice{padding:18px 20px;background:#fff4f5;border:1px solid #ffd4d9;border-radius:15px;margin-bottom:22px}
.mm-saved-field input{background:#f4f4f5!important;color:#555!important}
.mm-showcase-banner,.mm-cta-panel{background-image:linear-gradient(rgba(13,13,18,.82),rgba(24,25,32,.86)),url("https://paulocarvalhopro.com.br/menumaster/wp-content/uploads/2026/07/bg.png")!important;background-size:cover!important;background-position:center!important}
@media(max-width:800px){.mm-filter-groups,.mm-access-choice,.mm-access-choice.mm-three,.mm-form-grid{grid-template-columns:1fr}.mm-span-2{grid-column:auto}.mm-search-main-row{display:grid}.mm-search-dialog{padding:28px 20px}.mm-search-toggle,.mm-account-icon,.mm-menu-toggle{width:48px;height:48px}}


/* MenuMaster 1.3.1 — ícones 3D e calculadora de entrega */
.mm-icon-3d{overflow:hidden;padding:0!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;box-shadow:0 10px 24px rgba(30,55,90,.16)!important;transition:transform .2s,box-shadow .2s}
.mm-icon-3d:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 16px 30px rgba(30,55,90,.23)!important}
.mm-icon-3d svg{width:100%;height:100%;display:block}
.mm-search-toggle.mm-icon-3d,.mm-account-icon.mm-icon-3d{width:58px;height:58px;border-radius:50%!important}
.mm-search-glass,.mm-account-head,.mm-account-body{display:none!important}
.mm-cart-delivery-box{margin:0 0 24px;background:linear-gradient(135deg,#fff,#fff5f6);border:1px solid #ffd9de;border-radius:22px;padding:22px;box-shadow:0 14px 34px rgba(0,0,0,.05)}
.mm-cart-delivery-box h3{margin:5px 0 6px;color:var(--mm-dark);font-size:22px}
.mm-cart-delivery-box p{margin:0 0 16px;color:var(--mm-muted)}
.mm-delivery-address-form{display:grid;grid-template-columns:140px 1fr 180px 80px auto;gap:10px;align-items:center}
.mm-delivery-address-form input{width:100%;padding:13px 14px;border:1px solid var(--mm-border);border-radius:12px;background:#fff}
.mm-delivery-feedback{margin-top:12px;font-weight:800;color:var(--mm-primary)}
.mm-delivery-feedback.is-error{color:#c62828}
.woocommerce-cart .cart_totals .fee th,.woocommerce-cart .cart_totals .fee td{font-weight:900;color:var(--mm-primary)}
@media(max-width:900px){.mm-delivery-address-form{grid-template-columns:1fr 1fr}.mm-delivery-address-form .mm-btn{grid-column:1/-1}.mm-search-toggle.mm-icon-3d,.mm-account-icon.mm-icon-3d{width:50px;height:50px}}
@media(max-width:560px){.mm-delivery-address-form{grid-template-columns:1fr}.mm-delivery-address-form .mm-btn{grid-column:auto}.mm-search-toggle.mm-icon-3d,.mm-account-icon.mm-icon-3d{width:46px;height:46px}}


/* MenuMaster 1.3.2 — correção da logomarca no mobile */
.mm-header-wrap{
    overflow:visible!important
}
.mm-brand{
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:visible!important
}
.mm-brand img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-height:80px!important;
    max-width:100%!important;
    object-fit:contain!important;
    object-position:left center!important
}
.mm-head-actions{
    flex:0 0 auto!important
}
@media(max-width:700px){
    .mm-header-wrap{
        min-height:74px!important;
        padding:10px 12px!important;
        gap:8px!important
    }
    .mm-brand{
        max-width:calc(100% - 100px)!important
    }
    .mm-brand img{
        width:100%!important;
        max-width:100%!important;
        max-height:52px!important
    }
    .mm-head-actions{
        gap:6px!important
    }
    .mm-search-toggle.mm-icon-3d,
    .mm-account-icon.mm-icon-3d,
    .mm-menu-toggle{
        width:40px!important;
        height:40px!important;
        min-width:40px!important
    }
}
@media(max-width:390px){
    .mm-header-wrap{
        padding:9px 8px!important;
        gap:5px!important
    }
    .mm-brand{
        max-width:calc(100% - 88px)!important
    }
    .mm-brand img{
        max-height:46px!important
    }
    .mm-search-toggle.mm-icon-3d,
    .mm-account-icon.mm-icon-3d,
    .mm-menu-toggle{
        width:36px!important;
        height:36px!important;
        min-width:36px!important
    }
}


/* MenuMaster 1.4.0 — Todas as Categorias */
.mm-categories-cta{text-align:center;margin-top:24px}.mm-page-head-actions{display:flex;align-items:center;gap:12px}
.mm-categories-hero{max-width:1240px;margin:0 auto;padding:70px 22px 30px}.mm-categories-hero>div{background:linear-gradient(rgba(13,13,18,.80),rgba(24,25,32,.84)),url("https://paulocarvalhopro.com.br/menumaster/wp-content/uploads/2026/07/bg.png");background-size:cover;background-position:center;border-radius:32px;padding:50px;color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.12)}.mm-categories-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;margin:10px 0 14px}.mm-categories-hero p{font-size:18px;max-width:700px;color:rgba(255,255,255,.82);line-height:1.7}
.mm-categories-page{padding-top:26px}.mm-category-filter-panel{background:#fff;border:1px solid var(--mm-border);border-radius:26px;padding:22px;box-shadow:0 16px 40px rgba(0,0,0,.05);margin-bottom:24px}.mm-category-search-box{display:flex;align-items:center;gap:12px;border:1px solid var(--mm-border);border-radius:16px;padding:0 16px;background:#fafafa}.mm-category-search-box input{flex:1;border:0;background:transparent;padding:16px 0;font-size:16px;outline:none}.mm-category-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.mm-category-filter-row button{border:0;border-radius:999px;padding:11px 16px;background:#f1f2f5;color:#555;font-weight:800;cursor:pointer}.mm-category-filter-row button.is-active{background:var(--mm-primary);color:#fff}.mm-category-advanced{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.mm-category-advanced label{font-weight:800;color:var(--mm-dark)}.mm-category-advanced select{margin-left:8px;padding:9px 12px;border:1px solid var(--mm-border);border-radius:10px;background:#fff}.mm-category-advanced input{accent-color:var(--mm-primary)}.mm-category-count{margin:0 0 16px;color:var(--mm-muted)}
.mm-all-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mm-category-item{display:grid;grid-template-columns:64px 1fr 28px;gap:14px;align-items:center;text-decoration:none!important;color:var(--mm-text);background:#fff;border:1px solid var(--mm-border);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.04);transition:.2s}.mm-category-item:hover{transform:translateY(-4px);border-color:#ffd4da;box-shadow:0 20px 44px rgba(0,0,0,.08)}.mm-category-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:30px;background:linear-gradient(145deg,#fff5f6,#f4f7ff);box-shadow:inset 0 1px 0 #fff}.mm-category-copy strong{display:block;color:var(--mm-dark);font-size:18px;margin-bottom:5px}.mm-category-copy small{display:block;color:var(--mm-muted);line-height:1.45}.mm-category-arrow{font-size:24px;color:var(--mm-primary);font-weight:900}
@media(max-width:1000px){.mm-all-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.mm-page-head-actions{width:100%;flex-direction:column;align-items:stretch}.mm-page-head-actions input{width:100%}.mm-categories-hero{padding:30px 14px 10px}.mm-categories-hero>div{padding:32px 24px}.mm-all-categories-grid{grid-template-columns:1fr}.mm-category-advanced{align-items:flex-start;flex-direction:column}.mm-category-item{grid-template-columns:56px 1fr 24px}}


/* MenuMaster 1.5.0 — painel administrativo */
.mm-admin-wrap{max-width:1500px}
.mm-admin-two-cols{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(520px,1.25fr);gap:22px;align-items:start}
.mm-admin-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.mm-admin-panel h2{margin-top:0}
.mm-admin-table td{vertical-align:top}
.mm-admin-table small{color:#667085}
.mm-inline-form{display:flex;gap:10px;align-items:center;margin:18px 0}
.mm-inline-form select{min-width:300px}
@media(max-width:1000px){.mm-admin-two-cols{grid-template-columns:1fr}.mm-admin-table{display:block;overflow:auto}}


/* MenuMaster 1.5.1 — restauração segura da home */
.mm-home-shell .mm-showcase-banner,
.mm-home-shell .mm-cta-panel{
    background-image:linear-gradient(rgba(13,13,18,.82),rgba(24,25,32,.86)),var(--mm-dark-bg)!important;
    background-size:cover!important;
    background-position:center!important
}


/* MenuMaster 1.5.3 — correção do ícone hambúrguer no mobile */
.mm-menu-toggle{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    background:linear-gradient(145deg,#ffffff,#fff4f6)!important;
    border:1px solid rgba(234,29,44,.55)!important;
    color:#172b42!important;
    overflow:visible!important;
    opacity:1!important;
    visibility:visible!important
}
.mm-menu-toggle span{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:22px!important;
    height:2px!important;
    min-height:2px!important;
    margin:3px auto!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#172b42!important;
    box-shadow:0 1px 1px rgba(255,255,255,.9),0 2px 4px rgba(23,43,66,.18)!important;
    transform:none!important
}
.mm-menu-toggle:hover span{
    background:var(--mm-primary)!important
}
@media(max-width:700px){
    .mm-menu-toggle span{
        width:20px!important;
        height:2px!important;
        min-height:2px!important;
        margin:2.5px auto!important
    }
}
@media(max-width:390px){
    .mm-menu-toggle span{
        width:18px!important;
        height:2px!important;
        min-height:2px!important;
        margin:2px auto!important
    }
}


/* MenuMaster 1.5.5 — cálculo de entrega no Carrinho em Blocos */
.mm-cart-block-delivery{
    max-width:1240px;
    margin:28px auto 24px!important;
}
body.mm-system-page .wp-block-woocommerce-cart .mm-cart-delivery-box{
    grid-column:1/-1;
}
.wc-block-components-totals-fees__fee,
.wc-block-components-totals-item{
    font-size:15px;
}
@media(max-width:700px){
    .mm-cart-block-delivery{
        margin:18px 14px 20px!important;
    }
}


/* MenuMaster 1.5.6 — calculadora de entrega ampliada e explicativa */
.mm-cart-block-delivery,
.mm-cart-delivery-box{
    width:100%!important;
    max-width:none!important;
    margin:24px 0!important;
    display:block!important;
    clear:both!important;
}
body.mm-system-page .wp-block-woocommerce-cart{
    overflow:visible!important;
}
body.mm-system-page .wp-block-woocommerce-cart .mm-cart-block-delivery{
    grid-column:1/-1!important;
    width:100%!important;
}
.mm-delivery-heading{
    margin-bottom:20px;
}
.mm-delivery-heading h3{
    font-size:26px!important;
    margin:6px 0 8px!important;
}
.mm-delivery-heading p{
    max-width:880px;
    font-size:15px;
    line-height:1.6;
}
.mm-delivery-address-form{
    display:grid!important;
    grid-template-columns:minmax(145px,.7fr) minmax(280px,2fr) minmax(130px,.7fr) minmax(190px,1fr) minmax(90px,.45fr)!important;
    gap:16px!important;
    align-items:end!important;
    width:100%!important;
}
.mm-delivery-field{
    display:flex!important;
    flex-direction:column!important;
    gap:5px!important;
    min-width:0!important;
    font-weight:700!important;
    color:var(--mm-dark)!important;
}
.mm-delivery-field>span{
    font-size:14px;
}
.mm-delivery-field>small{
    min-height:30px;
    font-size:11px;
    line-height:1.25;
    color:var(--mm-muted);
    font-weight:500;
}
.mm-delivery-field input{
    width:100%!important;
    min-height:48px!important;
    padding:13px 14px!important;
    border:1px solid #d9dce3!important;
    border-radius:12px!important;
    background:#fff!important;
    font-size:15px!important;
}
.mm-delivery-field input:focus{
    border-color:var(--mm-primary)!important;
    box-shadow:0 0 0 3px rgba(234,29,44,.10)!important;
    outline:none!important;
}
.mm-delivery-submit{
    grid-column:1/-1!important;
    display:flex!important;
    justify-content:flex-start!important;
    margin-top:4px!important;
}
.mm-delivery-submit .mm-btn{
    min-width:260px!important;
}
.mm-delivery-feedback{
    padding-top:14px!important;
    font-size:15px!important;
}
.mm-delivery-feedback.is-success{
    color:#168342!important;
}
.mm-delivery-feedback.is-error{
    color:#c62828!important;
}
@media(max-width:1050px){
    .mm-delivery-address-form{
        grid-template-columns:1fr 2fr 1fr!important;
    }
    .mm-field-city{grid-column:1/3!important}
    .mm-field-state{grid-column:3!important}
}
@media(max-width:700px){
    .mm-cart-block-delivery,
    .mm-cart-delivery-box{
        margin:18px 0!important;
        padding:20px 16px!important;
    }
    .mm-delivery-address-form{
        grid-template-columns:1fr 1fr!important;
        gap:13px!important;
    }
    .mm-field-street,
    .mm-field-city{
        grid-column:1/-1!important;
    }
    .mm-field-state{
        grid-column:auto!important;
    }
    .mm-delivery-submit{
        grid-column:1/-1!important;
    }
    .mm-delivery-submit .mm-btn{
        width:100%!important;
        min-width:0!important;
    }
}
@media(max-width:480px){
    .mm-delivery-address-form{
        grid-template-columns:1fr!important;
    }
    .mm-delivery-field,
    .mm-field-street,
    .mm-field-city,
    .mm-field-state,
    .mm-delivery-submit{
        grid-column:1!important;
    }
    .mm-delivery-field>small{
        min-height:0;
    }
}


/* MenuMaster 1.5.7 — identificação do negócio e mensagens locais */
.mm-cart-business{
    display:flex;
    align-items:center;
    gap:16px;
    width:100%;
    padding:16px;
    margin-bottom:20px;
    border:1px solid #e5e7eb;
    border-radius:18px;
    background:linear-gradient(135deg,#fff,#f7f9ff);
}
.mm-cart-business-logo{
    width:74px;
    height:74px;
    min-width:74px;
    border-radius:18px;
    overflow:hidden;
    display:grid;
    place-items:center;
    background:#fff;
    border:1px solid #e6e8ee;
    box-shadow:0 8px 22px rgba(24,43,66,.08);
    font-size:30px;
}
.mm-cart-business-logo img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.mm-cart-business-copy small{
    display:block;
    color:var(--mm-muted);
    margin-bottom:3px;
}
.mm-cart-business-copy h3{
    margin:0 0 4px!important;
    font-size:22px!important;
    color:var(--mm-dark);
}
.mm-cart-business-copy p{
    margin:0!important;
    color:var(--mm-muted);
    font-size:13px;
}
.mm-delivery-local-notice{
    width:100%;
    padding:14px 16px;
    margin:0 0 18px;
    border-radius:14px;
    border:1px solid transparent;
    font-weight:800;
    line-height:1.45;
}
.mm-delivery-error{
    color:#a61b1b;
    background:#fff0f0;
    border-color:#ffcaca;
}
.mm-delivery-notice{
    color:#735400;
    background:#fff8dd;
    border-color:#f5df91;
}
.mm-delivery-success{
    color:#126c38;
    background:#eaf9f0;
    border-color:#bde7cd;
}
.mm-checkout-hidden-saved{
    display:none!important;
}
@media(max-width:600px){
    .mm-cart-business{
        align-items:flex-start;
    }
    .mm-cart-business-logo{
        width:60px;
        height:60px;
        min-width:60px;
    }
}


/* MenuMaster 1.5.8 — checkout com dados persistidos */
.woocommerce-checkout .mm-checkout-saved-data,
.woocommerce-checkout .form-row.mm-checkout-saved-data{
    display:none!important;
}
.woocommerce-checkout input[data-mm-saved="1"]{
    display:none!important;
}
.mm-checkout-warning{
    background:#fff8dd!important;
    border-color:#f2d675!important;
    color:#6f5200!important;
}
.mm-confirm-address input,
.mm-confirm-address select{
    background:#fff!important;
}


/* MenuMaster 1.5.9 — carrinho global, perfil completo e largura total */
.mm-shell a,
.mm-global-header a,
.mm-floating-cart,
.woocommerce a,
.woocommerce-cart a,
.woocommerce-checkout a,
.woocommerce-account a{
    text-decoration:none!important;
}
.mm-cart-block-delivery,
.mm-cart-delivery-box{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
}
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals{
    width:100%!important;
    float:none!important;
}
.woocommerce-cart .cart-collaterals{
    display:block!important;
}
.mm-cart-item-business{
    display:flex;
    align-items:center;
    gap:8px;
    margin-top:8px;
    color:var(--mm-muted);
}
.mm-cart-item-business img{
    width:34px;
    height:34px;
    border-radius:10px;
    object-fit:cover;
    border:1px solid #e5e7eb;
}
.mm-cart-item-business span{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}
.mm-cart-item-business small{
    font-size:11px;
    color:var(--mm-muted);
}
.mm-cart-item-business strong{
    font-size:13px;
    color:var(--mm-dark);
}
.mm-cart-business-product-logo{
    width:64px!important;
    height:64px!important;
    object-fit:cover!important;
    border-radius:14px!important;
    border:1px solid #e5e7eb!important;
}
.mm-profile-panel{
    margin:30px 0;
    padding:30px;
    background:#fff;
    border:1px solid var(--mm-border);
    border-radius:26px;
    box-shadow:0 16px 40px rgba(0,0,0,.05);
}
.mm-profile-form{
    margin-top:20px;
}
.mm-orders-panel{
    margin-top:42px;
}
.mm-checkout-warning-action{
    margin-top:14px;
}
.mm-checkout-warning-action .mm-btn{
    display:inline-flex!important;
}
.mm-profile-success{
    margin-bottom:20px;
    background:#eaf9f0;
    border-color:#bde7cd;
    color:#126c38;
}
body .mm-floating-cart{
    display:flex!important;
}
@media(max-width:700px){
    .mm-profile-panel{
        padding:22px 16px;
    }
}


/* MenuMaster 1.6.1 — pausa manual e programada de categorias */
.mm-category-management .mm-panel-head p{
    margin:6px 0 0;
    color:var(--mm-muted);
}
.mm-merchant-category-list{
    display:grid;
    gap:18px;
}
.mm-merchant-category{
    padding:20px;
    border:1px solid var(--mm-border);
    border-radius:20px;
    background:#fff;
    transition:.2s;
}
.mm-merchant-category.is-paused{
    border-color:#ffb9c1;
    background:#fff6f7;
}
.mm-merchant-category-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.mm-merchant-category-head>div{
    display:flex;
    align-items:center;
    gap:14px;
}
.mm-merchant-category-head h3{
    margin:0 0 4px;
    color:var(--mm-dark);
    font-size:20px;
}
.mm-merchant-category-head p{
    margin:0;
    color:var(--mm-muted);
}
.mm-category-status{
    padding:9px 12px;
    border-radius:999px;
    background:#edf8f1;
    color:#14723d;
    font-weight:850;
    font-size:12px;
}
.mm-merchant-category.is-paused .mm-category-status{
    background:#ffe6e9;
    color:#b51e30;
}
.mm-category-actions{
    margin-top:18px;
}
.mm-category-schedule-form{
    display:grid;
    grid-template-columns:1fr 1fr auto;
    gap:14px;
    align-items:end;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid var(--mm-border);
}
.mm-category-schedule-form label{
    display:flex;
    flex-direction:column;
    gap:7px;
    font-weight:800;
    color:var(--mm-dark);
}
.mm-category-schedule-form input{
    width:100%;
    min-height:44px;
    padding:10px 12px;
    border:1px solid var(--mm-border);
    border-radius:12px;
    background:#fff;
}
.mm-category-schedule-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.mm-category-feedback{
    margin-top:12px;
    min-height:20px;
    font-weight:800;
}
.mm-category-feedback.is-success{
    color:#14723d;
}
.mm-category-feedback.is-error{
    color:#b51e30;
}
@media(max-width:900px){
    .mm-category-schedule-form{
        grid-template-columns:1fr 1fr;
    }
    .mm-category-schedule-buttons{
        grid-column:1/-1;
    }
}
@media(max-width:600px){
    .mm-merchant-category-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .mm-category-schedule-form{
        grid-template-columns:1fr;
    }
    .mm-category-schedule-buttons{
        grid-column:auto;
        flex-direction:column;
    }
    .mm-category-schedule-buttons .mm-btn{
        width:100%;
    }
}

/* Páginas institucionais VemPedir */
.mm-institutional{padding:0 20px 70px}
.mm-inst-hero{max-width:920px;margin:0 auto;padding:90px 20px 55px;text-align:center}
.mm-inst-hero h1{font-size:clamp(38px,6vw,72px);line-height:1.02;margin:14px 0 22px;color:var(--mm-dark)}
.mm-inst-hero p{max-width:780px;margin:0 auto;font-size:19px;line-height:1.75;color:var(--mm-muted)}
.mm-inst-grid,.mm-testimonial-grid{max-width:1180px;margin:0 auto 55px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.mm-inst-card,.mm-inst-feature,.mm-testimonial-card{background:#fff;border:1px solid var(--mm-border);border-radius:26px;padding:34px;box-shadow:0 18px 55px rgba(28,35,44,.08)}
.mm-inst-feature{background:linear-gradient(145deg,var(--mm-primary),#ff5b4f);color:#fff}
.mm-inst-feature h2,.mm-inst-card h2{font-size:30px;line-height:1.15;margin:0 0 18px}
.mm-inst-feature p,.mm-inst-card p{font-size:16px;line-height:1.75;margin:0}
.mm-inst-card ul{list-style:none;padding:0;margin:0;display:grid;gap:16px}
.mm-inst-card li{font-size:17px;font-weight:800;padding:16px 18px 16px 52px;border-radius:16px;background:#f8f8fa;position:relative}
.mm-inst-card li:before{content:'✓';position:absolute;left:18px;top:13px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--mm-primary);color:#fff}
.mm-inst-cta{max-width:1180px;margin:10px auto 0;text-align:center;padding:55px 25px;border-radius:30px;background:#17191d;color:#fff}
.mm-inst-cta h2{font-size:clamp(30px,4vw,48px);margin:0 0 12px}.mm-inst-cta p{font-size:18px;margin:0 0 26px;color:#d7d9de}
.mm-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mm-policy-updated{text-align:center;color:var(--mm-muted);margin:-25px 0 45px}
.mm-contact-grid .mm-inst-card span{display:block;color:var(--mm-primary);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px;margin-bottom:10px}.mm-contact-grid .mm-inst-card h2{overflow-wrap:anywhere}
.mm-inst-center{text-align:center;margin:10px 0 55px}
.mm-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mm-testimonial-card{display:flex;flex-direction:column;gap:9px}.mm-testimonial-card p{font-size:17px;line-height:1.7;flex:1}.mm-testimonial-card strong{font-size:17px}.mm-testimonial-card span{color:var(--mm-muted)}.mm-stars{color:#f4ad24;letter-spacing:3px}
.mm-institutional .mm-shell{padding-left:0;padding-right:0}
@media(max-width:760px){.mm-inst-hero{padding:65px 5px 38px}.mm-inst-hero p{font-size:17px}.mm-inst-grid,.mm-testimonial-grid,.mm-policy-grid{grid-template-columns:1fr}.mm-inst-card,.mm-inst-feature,.mm-testimonial-card{padding:25px;border-radius:21px}.mm-inst-feature h2,.mm-inst-card h2{font-size:26px}.mm-inst-cta{padding:40px 20px;border-radius:24px}}

/* Rodapé completo VemPedir */
.mm-rich-footer{position:relative;background:#17191d;color:#fff;margin-top:60px;overflow:hidden}
.mm-rich-footer:before{content:"";position:absolute;right:-160px;top:-210px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(234,29,44,.22),transparent 68%);pointer-events:none}
.mm-rich-footer-main{max-width:1240px;margin:auto;padding:68px 24px 30px;position:relative;z-index:1}
.mm-rich-footer-grid{display:grid;grid-template-columns:1.45fr .8fr .9fr 1.1fr;gap:48px;padding-bottom:45px}
.mm-footer-logo{display:inline-flex;margin-bottom:22px;background:#fff;border-radius:16px;padding:11px 15px}
.mm-footer-logo img{display:block;max-width:210px;max-height:58px;width:auto;height:auto}
.mm-footer-brand-col>p{max-width:420px;color:#cfd2d8;font-size:15px;line-height:1.8;margin:0}
.mm-rich-footer h3{font-size:17px;margin:5px 0 22px;color:#fff}
.mm-footer-menu{display:grid;gap:13px}
.mm-footer-menu a,.mm-rich-footer-bottom a{color:#cfd2d8;text-decoration:none;font-size:14px;transition:.2s}
.mm-footer-menu a:hover,.mm-rich-footer-bottom a:hover{color:#fff;transform:translateX(3px)}
.mm-footer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.mm-footer-socials a{display:inline-flex;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:800}
.mm-footer-socials a:hover{background:var(--mm-primary);border-color:var(--mm-primary)}
.mm-footer-contact-col{display:flex;flex-direction:column;align-items:flex-start}
.mm-footer-contact{width:100%;display:grid;gap:4px;text-decoration:none;color:#fff;padding:15px 17px;border-radius:15px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);margin-bottom:11px;transition:.2s}
.mm-footer-contact:hover{background:rgba(255,255,255,.11);transform:translateY(-2px)}
.mm-footer-contact span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#aeb3bd;font-weight:900}.mm-footer-contact strong{font-size:15px;overflow-wrap:anywhere}
.mm-footer-trust-row{border-top:1px solid rgba(255,255,255,.1);padding:28px 0 8px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.mm-footer-payments>strong{display:block;font-size:13px;margin-bottom:13px;color:#fff}
.mm-payment-badges{display:flex;gap:8px;flex-wrap:wrap}.mm-payment-badges span{display:inline-grid;place-items:center;min-height:34px;padding:6px 12px;border-radius:8px;background:#fff;color:#1a1d22;font-size:11px;font-weight:950;box-shadow:0 5px 16px rgba(0,0,0,.16)}
.mm-payment-badges span:first-child{background:#38d0b7;color:#082e29}.mm-payment-badges span:nth-child(3){background:linear-gradient(90deg,#eb001b 0 50%,#f79e1b 50%);color:#fff}
.mm-ssl-badge{max-width:430px;display:flex;align-items:center;gap:15px;padding:15px 18px;border-radius:16px;background:rgba(24,181,104,.11);border:1px solid rgba(74,225,146,.25)}
.mm-ssl-badge svg{width:38px;height:38px;flex:0 0 38px;fill:#45dc91}.mm-ssl-badge div{display:grid;gap:3px}.mm-ssl-badge strong{font-size:14px;color:#fff}.mm-ssl-badge span{font-size:12px;line-height:1.5;color:#c8d9d1}
.mm-rich-footer-bottom{border-top:1px solid rgba(255,255,255,.09);max-width:1240px;margin:auto;padding:22px 24px 28px;display:flex;justify-content:space-between;gap:25px;color:#aeb3bd;font-size:12px}
.mm-rich-footer-bottom>div{display:grid;gap:7px}.mm-rich-footer-bottom small{max-width:800px;line-height:1.5;color:#858b96}.mm-rich-footer-bottom nav{display:flex;align-items:flex-start;gap:18px;flex-wrap:wrap;white-space:nowrap}
@media(max-width:980px){.mm-rich-footer-grid{grid-template-columns:1.2fr 1fr 1fr;gap:34px}.mm-footer-brand-col{grid-column:1/-1}.mm-footer-brand-col>p{max-width:700px}.mm-footer-trust-row{align-items:flex-start;flex-direction:column}.mm-ssl-badge{max-width:100%}}
@media(max-width:650px){.mm-rich-footer{margin-top:35px}.mm-rich-footer-main{padding:48px 18px 24px}.mm-rich-footer-grid{grid-template-columns:1fr 1fr;gap:35px 24px}.mm-footer-brand-col,.mm-footer-contact-col{grid-column:1/-1}.mm-footer-logo img{max-width:180px}.mm-payment-badges span{padding:6px 9px}.mm-rich-footer-bottom{padding:21px 18px 26px;flex-direction:column}.mm-rich-footer-bottom nav{gap:14px}.mm-ssl-badge{padding:14px}}
@media(max-width:410px){.mm-rich-footer-grid{grid-template-columns:1fr}.mm-footer-brand-col,.mm-footer-contact-col{grid-column:auto}}


/* MenuMaster 1.8.1 — refinamentos do header */
.mm-menu-toggle span{
    position:static!important;
    inset:auto!important;
    rotate:0deg!important;
    translate:none!important;
    transform:none!important;
    flex:0 0 2px!important;
    align-self:center!important;
}
.mm-search-toggle.mm-icon-3d,
.mm-account-icon.mm-icon-3d{
    box-shadow:0 10px 24px rgba(255,122,0,.20)!important;
}
.mm-search-toggle.mm-icon-3d:hover,
.mm-account-icon.mm-icon-3d:hover{
    box-shadow:0 16px 30px rgba(255,122,0,.30)!important;
}


/* VemPedir 1.9.0 — filtros completos, miniaturas clicáveis e identidade */
.mm-menu-product-image{display:block;cursor:pointer;text-decoration:none!important}
.mm-menu-product-body h3 a{color:inherit;text-decoration:none!important}.mm-menu-product-body h3 a:hover{color:var(--mm-primary)}
.mm-product-rating{margin-top:7px;color:#f08a00;font-weight:900;font-size:14px}
.mm-results-body{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;align-items:start}.mm-results-products{min-width:0}
.mm-filter-sidebar{position:sticky;top:110px;background:#fff;border:1px solid #ececf0;border-radius:24px;box-shadow:0 16px 44px rgba(20,20,30,.07);overflow:hidden;z-index:20}
.mm-filter-sidebar-head{background:var(--mm-primary);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:17px 20px;font-size:18px}.mm-filter-sidebar-head a{color:#fff!important;text-decoration:none!important;font-weight:800}
.mm-smart-filters{padding:8px 20px 100px;max-height:calc(100vh - 210px);overflow:auto}.mm-filter-section{padding:17px 0;border-bottom:1px solid #ededf1}.mm-filter-section:last-child{border-bottom:0}.mm-filter-section h3{display:flex;gap:9px;align-items:center;margin:0 0 12px;font-size:16px;color:#3a3b41}.mm-filter-chips{display:flex;flex-wrap:wrap;gap:9px}.mm-filter-chips label{margin:0;cursor:pointer}.mm-filter-chips input{position:absolute;opacity:0;pointer-events:none}.mm-filter-chips span{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border-radius:999px;background:#f1f1f4;color:#666;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s}.mm-filter-chips input:checked+span{background:var(--mm-primary);border-color:var(--mm-primary);color:#fff;box-shadow:0 7px 16px color-mix(in srgb,var(--mm-primary) 24%,transparent)}
.mm-filter-search{display:grid;gap:7px;padding:12px 0}.mm-filter-search span{font-weight:900}.mm-filter-search input{width:100%;border:1px solid #dddde3;border-radius:13px;padding:13px 14px}
.mm-filter-actions{position:sticky;bottom:0;padding:14px 20px;background:linear-gradient(transparent,#fff 18%);z-index:3}.mm-filter-actions .mm-btn{width:100%;justify-content:center;background:var(--mm-primary)!important;color:#fff!important;border-color:var(--mm-primary)!important;font-size:17px}.mm-filter-open{background:var(--mm-primary)!important;color:#fff!important;border-color:var(--mm-primary)!important}.mm-filter-open b{font-size:13px}
.mm-filter-backdrop{display:none}.mm-global-search-form .mm-smart-filters{max-height:58vh;padding-bottom:20px}.mm-global-search-form .mm-filter-actions{padding-bottom:0}.mm-search-dialog{max-width:900px}
@media(max-width:980px){.mm-results-body{display:block}.mm-filter-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(92vw,430px);border-radius:0 24px 24px 0;transform:translateX(-105%);transition:transform .28s ease;z-index:100001}.mm-filter-sidebar.is-open{transform:translateX(0)}.mm-filter-sidebar .mm-smart-filters{max-height:calc(100vh - 58px)}.mm-filter-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100000}.mm-filter-backdrop.is-open{display:block}.mm-filter-sidebar-head{padding-top:max(17px,env(safe-area-inset-top))}.mm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.mm-product-grid{grid-template-columns:1fr}.mm-page-head-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.mm-page-head-actions .mm-btn{justify-content:center}.mm-menu-product-image{height:220px}}

/* VemPedir 1.9.1 — painel de filtros estável, intuitivo e responsivo */
.mm-filter-sidebar-head{gap:14px}
.mm-filter-sidebar-head>div:first-child{display:grid;gap:2px}
.mm-filter-count{font-size:12px;font-weight:700;opacity:.86}
.mm-filter-head-actions{display:flex;align-items:center;gap:10px}
.mm-filter-close{display:none;width:38px;height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.18);color:#fff;font-size:27px;line-height:1;cursor:pointer}
.mm-filter-section h3{cursor:pointer;position:relative;padding-right:24px;user-select:none}
.mm-filter-section h3:after{content:'⌄';position:absolute;right:0;top:-2px;font-size:20px;transition:transform .2s ease;color:#888}
.mm-filter-section.is-collapsed h3:after{transform:rotate(-90deg)}
.mm-filter-section .mm-filter-chips{max-height:500px;opacity:1;overflow:hidden;transition:max-height .25s ease,opacity .2s ease,margin .2s ease}
.mm-filter-section.is-collapsed .mm-filter-chips{max-height:0;opacity:0;margin:0}
.mm-filter-sidebar{scroll-margin-top:110px}
.mm-filter-sidebar.is-highlighted{animation:mmFilterPulse .7s ease}
@keyframes mmFilterPulse{0%,100%{box-shadow:0 16px 44px rgba(20,20,30,.07)}50%{box-shadow:0 0 0 5px rgba(255,91,36,.18),0 18px 48px rgba(20,20,30,.12)}}
.mm-search-modal{align-items:center;padding:32px 18px}
.mm-search-dialog{max-height:calc(100vh - 64px);overflow:hidden;display:flex;flex-direction:column}
.mm-global-search-form{min-height:0;display:flex;flex-direction:column}
.mm-global-search-form .mm-smart-filters{max-height:none;overflow:auto;padding-bottom:16px}
.mm-global-search-form .mm-filter-actions{position:sticky;bottom:0;background:#fff;padding:14px 0 0}
@media(min-width:981px){
  .mm-filter-open{display:none!important}
  .mm-filter-sidebar{top:105px}
  .mm-filter-sidebar .mm-smart-filters{scrollbar-width:thin}
}
@media(max-width:980px){
  .mm-filter-sidebar{top:0;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden}
  .admin-bar .mm-filter-sidebar{top:32px;max-height:calc(100dvh - 32px)}
  .mm-filter-sidebar form{display:flex;flex-direction:column;min-height:0;flex:1}
  .mm-filter-sidebar .mm-smart-filters{max-height:none;min-height:0;flex:1;padding-bottom:22px}
  .mm-filter-sidebar .mm-filter-actions{flex:0 0 auto;background:#fff;border-top:1px solid #ececf0;padding:14px 18px calc(14px + env(safe-area-inset-bottom))}
  .mm-filter-close{display:grid;place-items:center}
  .mm-filter-backdrop{backdrop-filter:blur(3px)}
}
@media(max-width:782px){.admin-bar .mm-filter-sidebar{top:46px;max-height:calc(100dvh - 46px)}}
@media(max-width:600px){
  .mm-filter-sidebar{width:94vw;border-radius:0 22px 22px 0}
  .mm-filter-sidebar-head{padding:15px 16px}
  .mm-smart-filters{padding-left:16px;padding-right:16px}
  .mm-filter-chips span{min-height:36px;padding:7px 11px;font-size:13px}
  .mm-search-modal{padding:12px}
  .mm-search-dialog{max-height:calc(100dvh - 24px);border-radius:22px;padding:22px 16px 16px}
}

/* VemPedir 1.9.2 — página individual de produto integrada */
body.mm-product-page header.site-header,
body.mm-product-page .site-header,
body.mm-product-page #site-header,
body.mm-product-page .elementor-location-header,
body.mm-product-page footer.site-footer,
body.mm-product-page .site-footer,
body.mm-product-page #site-footer,
body.mm-product-page .elementor-location-footer,
body.mm-product-page .woocommerce-breadcrumb,
body.mm-product-page .page-header,
body.mm-product-page .entry-header,
body.mm-product-page .page-title,
body.mm-product-page .entry-title{display:none!important}

body.mm-product-page{background:#f7f7f8;color:var(--mm-dark)}
body.mm-product-page .site,
body.mm-product-page #page,
body.mm-product-page .site-content,
body.mm-product-page #content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important}
body.mm-product-page main,
body.mm-product-page .site-main,
body.mm-product-page .content-area,
body.mm-product-page .entry-content{max-width:none!important;width:100%!important;margin:0!important;padding:0!important}
body.mm-product-page .woocommerce{max-width:1220px;margin:0 auto;padding:58px 24px 20px}
body.mm-product-page .woocommerce-notices-wrapper{margin-bottom:20px}
body.mm-product-page .woocommerce-message,
body.mm-product-page .woocommerce-info,
body.mm-product-page .woocommerce-error{border:0!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 32px rgba(20,20,30,.07);padding:18px 22px 18px 56px!important}

body.mm-product-page div.product{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:start;background:#fff;border:1px solid #ececef;border-radius:30px;padding:34px;box-shadow:0 22px 60px rgba(20,20,30,.08);margin:0!important}
body.mm-product-page div.product:before,
body.mm-product-page div.product:after{display:none!important}
body.mm-product-page div.product .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important;position:relative}
body.mm-product-page div.product .woocommerce-product-gallery__wrapper{margin:0!important}
body.mm-product-page div.product .woocommerce-product-gallery__image{overflow:hidden;border-radius:24px;background:#f5f5f6;border:1px solid #ededf0}
body.mm-product-page div.product .woocommerce-product-gallery__image a{display:block}
body.mm-product-page div.product .woocommerce-product-gallery__image img{width:100%!important;height:auto!important;max-height:620px;object-fit:contain;display:block;background:#f8f8f9}
body.mm-product-page .flex-control-thumbs{display:flex!important;gap:10px!important;margin:14px 0 0!important;padding:0!important;list-style:none!important;overflow:auto}
body.mm-product-page .flex-control-thumbs li{float:none!important;width:76px!important;min-width:76px!important;border-radius:12px;overflow:hidden;border:2px solid transparent;background:#f5f5f6}
body.mm-product-page .flex-control-thumbs li img{width:76px!important;height:76px!important;object-fit:cover!important}
body.mm-product-page .flex-control-thumbs li img.flex-active{border-color:var(--mm-primary)}

body.mm-product-page div.product .summary{float:none!important;width:100%!important;margin:0!important;padding:12px 6px 4px;position:sticky;top:118px}
body.mm-product-page div.product .product_title{font-size:clamp(34px,4vw,54px)!important;line-height:1.05!important;letter-spacing:-.035em;color:var(--mm-dark)!important;margin:0 0 18px!important}
body.mm-product-page div.product .price{font-size:30px!important;font-weight:900;color:var(--mm-primary)!important;margin:0 0 24px!important}
body.mm-product-page div.product .price del{font-size:18px;color:#999;opacity:.8}
body.mm-product-page div.product .price ins{text-decoration:none}
body.mm-product-page .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0 0 20px!important}
body.mm-product-page .star-rating{color:#ff9f1c}
body.mm-product-page .woocommerce-review-link{color:var(--mm-muted);font-weight:700;text-decoration:none}
body.mm-product-page .woocommerce-product-details__short-description{font-size:16px;line-height:1.75;color:#62656c;margin-bottom:25px}
body.mm-product-page form.cart{display:flex!important;align-items:stretch;gap:12px;margin:26px 0!important;padding:20px;background:#fff6f7;border:1px solid #ffdfe3;border-radius:20px}
body.mm-product-page form.cart .quantity{margin:0!important}
body.mm-product-page form.cart .qty{height:54px!important;width:78px!important;border:1px solid #e0e0e4!important;border-radius:13px!important;background:#fff;font-size:17px;font-weight:800;text-align:center}
body.mm-product-page form.cart .single_add_to_cart_button{min-height:54px!important;flex:1;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#ff3b4d,#e91e35)!important;color:#fff!important;font-size:16px!important;font-weight:900!important;padding:14px 24px!important;box-shadow:0 12px 28px rgba(234,29,44,.25);transition:.2s!important}
body.mm-product-page form.cart .single_add_to_cart_button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(234,29,44,.34)}
body.mm-product-page .product_meta{display:grid;gap:8px;border-top:1px solid #ededf0;padding-top:22px;color:#777;font-size:14px}
body.mm-product-page .product_meta a{color:var(--mm-primary);font-weight:800;text-decoration:none}
body.mm-product-page .stock{font-weight:800;color:#159447!important}

body.mm-product-page .woocommerce-tabs,
body.mm-product-page .related.products,
body.mm-product-page .upsells.products{grid-column:1/-1;width:100%!important;margin:22px 0 0!important;padding-top:30px;border-top:1px solid #ececef}
body.mm-product-page .woocommerce-tabs ul.tabs{display:flex;gap:10px;flex-wrap:wrap;padding:0!important;margin:0 0 22px!important;border:0!important}
body.mm-product-page .woocommerce-tabs ul.tabs:before{display:none!important}
body.mm-product-page .woocommerce-tabs ul.tabs li{border:0!important;background:#f2f2f4!important;border-radius:999px!important;margin:0!important;padding:0!important}
body.mm-product-page .woocommerce-tabs ul.tabs li:before,
body.mm-product-page .woocommerce-tabs ul.tabs li:after{display:none!important}
body.mm-product-page .woocommerce-tabs ul.tabs li a{padding:11px 18px!important;color:#555!important;font-weight:800!important}
body.mm-product-page .woocommerce-tabs ul.tabs li.active{background:var(--mm-primary)!important}
body.mm-product-page .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
body.mm-product-page .woocommerce-Tabs-panel{padding:4px 4px 10px!important;color:#5f6269;line-height:1.8}
body.mm-product-page .woocommerce-Tabs-panel h2,
body.mm-product-page .related.products>h2,
body.mm-product-page .upsells.products>h2{font-size:28px!important;color:var(--mm-dark);margin:0 0 22px!important}
body.mm-product-page ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0!important}
body.mm-product-page ul.products:before,
body.mm-product-page ul.products:after{display:none!important}
body.mm-product-page ul.products li.product{float:none!important;width:auto!important;margin:0!important;background:#fff;border:1px solid #ececef;border-radius:20px;padding:12px!important;box-shadow:0 10px 28px rgba(20,20,30,.05);overflow:hidden}
body.mm-product-page ul.products li.product img{border-radius:14px;margin:0 0 13px!important;aspect-ratio:1/1;object-fit:cover;background:#f6f6f7}
body.mm-product-page ul.products li.product .woocommerce-loop-product__title{font-size:17px!important;color:var(--mm-dark);padding:0!important;margin:0 0 8px!important}
body.mm-product-page ul.products li.product .price{font-size:17px!important;margin:0 0 12px!important}
body.mm-product-page ul.products li.product .button{width:100%;text-align:center;border-radius:11px;background:var(--mm-primary);color:#fff;font-weight:900;margin:0!important}

@media(max-width:900px){
 body.mm-product-page .woocommerce{padding:34px 18px 10px}
 body.mm-product-page div.product{grid-template-columns:1fr;gap:28px;padding:22px;border-radius:24px}
 body.mm-product-page div.product .summary{position:static;padding:0}
 body.mm-product-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
 body.mm-product-page .woocommerce{padding:20px 12px 4px}
 body.mm-product-page div.product{padding:14px;border-radius:20px;gap:20px}
 body.mm-product-page div.product .product_title{font-size:34px!important}
 body.mm-product-page div.product .price{font-size:25px!important}
 body.mm-product-page form.cart{display:grid!important;padding:14px}
 body.mm-product-page form.cart .quantity,
 body.mm-product-page form.cart .qty{width:100%!important}
 body.mm-product-page ul.products{grid-template-columns:1fr}
 body.mm-product-page .woocommerce-tabs ul.tabs{display:grid}
 body.mm-product-page .woocommerce-tabs ul.tabs li{text-align:center}
}

/* VemPedir 2.0 — navegação, busca e suporte */
.mm-breadcrumbs{background:#fff;border-bottom:1px solid #eee;position:relative;z-index:8}.mm-breadcrumbs .mm-shell{display:flex;align-items:center;gap:9px;padding-top:13px;padding-bottom:13px;font-size:13px;white-space:nowrap;overflow:auto}.mm-breadcrumbs a{color:#e85d00;text-decoration:none;font-weight:800}.mm-breadcrumbs strong{color:#656874;font-weight:700}.mm-breadcrumbs span{color:#b5b7bf}
.mm-quick-search{display:grid;gap:18px}.mm-quick-search .mm-filter-search{padding:0}.mm-quick-search .mm-filter-search input{font-size:17px;padding:16px}.mm-quick-search-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.mm-quick-search-actions a{text-decoration:none}.mm-btn-filter-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:14px;background:linear-gradient(135deg,#fff6ef 0%,#ffe7d1 100%);border:1px solid rgba(232,93,0,.20);color:#e85d00;box-shadow:0 12px 28px rgba(232,93,0,.12);font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.mm-btn-filter-link:hover{transform:translateY(-2px);background:linear-gradient(135deg,#ffefe2 0%,#ffd6b0 100%);box-shadow:0 18px 34px rgba(232,93,0,.18);color:#c94d00}.mm-btn-filter-link:focus-visible{outline:3px solid rgba(255,111,0,.28);outline-offset:2px}.mm-btn-filter-link .mm-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(232,93,0,.10);font-size:13px;line-height:1}.mm-search-modal{position:fixed!important;inset:0!important;z-index:100000!important;display:none!important;align-items:center!important;justify-content:center!important;background:rgba(13,15,20,.62)!important;backdrop-filter:blur(7px)}.mm-search-modal.is-open{display:flex!important}.mm-search-dialog{width:min(94vw,650px)!important;max-height:none!important;padding:34px!important;border-radius:26px!important;background:#fff!important;box-shadow:0 30px 90px rgba(0,0,0,.3)!important;position:relative!important;overflow:visible!important}.mm-search-close{position:absolute;right:17px;top:15px;width:40px;height:40px;border:0;border-radius:50%;background:#f2f2f4;font-size:26px;cursor:pointer}.mm-search-dialog h2{margin:6px 48px 22px 0;font-size:28px}
.mm-support-page{padding-top:28px;padding-bottom:60px}.mm-support-hero{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:42px;border-radius:28px;background:linear-gradient(135deg,#fff4ed,#fff);border:1px solid #ffe0ca;box-shadow:0 18px 55px rgba(232,93,0,.09);margin-bottom:28px}.mm-support-hero h1{font-size:clamp(34px,5vw,56px);margin:7px 0 12px}.mm-support-hero p{font-size:17px;color:#686b75;max-width:720px;margin:0}.mm-support-hero-badge{flex:0 0 auto;padding:20px 24px;border-radius:20px;background:#fff;color:#656874;box-shadow:0 12px 35px rgba(0,0,0,.08);text-align:center}.mm-support-hero-badge strong{color:#e85d00;font-size:20px}.mm-support-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:26px;align-items:start}.mm-support-form-card,.mm-support-help-card{background:#fff;border:1px solid #e9e9ee;border-radius:24px;padding:28px;box-shadow:0 15px 44px rgba(20,20,30,.06)}.mm-support-form-card h2,.mm-support-help-card h3{margin-top:0}.mm-support-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mm-support-form>label,.mm-driver-rating-field{display:grid;gap:8px;font-weight:800;color:#343640}.mm-support-form textarea,.mm-support-form>label:last-of-type,.mm-support-form .mm-btn{grid-column:1/-1}.mm-support-form select,.mm-support-form input,.mm-support-form textarea{width:100%;border:1px solid #dcdde3;border-radius:13px;padding:13px 14px;background:#fff;font:inherit}.mm-support-shortcuts{display:grid;gap:9px}.mm-support-shortcuts button{display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #e8e8ed;background:#fafafd;border-radius:13px;padding:12px 13px;font-weight:800;color:#3c3e47;cursor:pointer;transition:.2s}.mm-support-shortcuts button:hover{border-color:#ffb27d;background:#fff4ed;transform:translateX(3px)}.mm-support-shortcuts button span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#ffede0;color:#e85d00}.mm-support-help-card p{font-size:13px;color:#747782;line-height:1.6;margin-bottom:0}.mm-driver-rating-field{align-content:start}.mm-star-rating{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.mm-star-rating input{position:absolute;opacity:0;pointer-events:none}.mm-star-rating label{font-size:32px;color:#d8d9df;cursor:pointer;line-height:1}.mm-star-rating label:hover,.mm-star-rating label:hover~label,.mm-star-rating input:checked~label{color:#ff9700}.mm-alert-success{padding:15px 18px;border-radius:14px;background:#eaf9ef;color:#17743b;font-weight:800;margin-bottom:22px}.mm-ticket-list{margin-top:42px}.mm-ticket-card{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(260px,1.4fr) auto;gap:20px;align-items:center;background:#fff;border:1px solid #e9e9ee;border-radius:18px;padding:20px;margin-bottom:12px}.mm-ticket-card h3{font-size:16px;margin:7px 0 4px}.mm-ticket-card p{margin:0;color:#686b75}.mm-ticket-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff0dd;color:#b45a00;font-size:11px;font-weight:900;text-transform:uppercase}.mm-ticket-status.is-fechado{background:#e8f6ed;color:#17743b}
@media(max-width:850px){.mm-support-grid{grid-template-columns:1fr}.mm-support-hero{padding:28px;align-items:flex-start}.mm-support-hero-badge{display:none}.mm-ticket-card{grid-template-columns:1fr}.mm-ticket-card>strong{color:#e85d00}.mm-support-form{grid-template-columns:1fr}.mm-support-form textarea,.mm-support-form>label:last-of-type,.mm-support-form .mm-btn{grid-column:auto}}
@media(max-width:600px){.mm-search-dialog{padding:26px 18px 20px!important}.mm-search-dialog h2{font-size:23px}.mm-quick-search-actions{display:grid}.mm-quick-search-actions .mm-btn,.mm-quick-search-actions .mm-btn-filter-link{width:100%;justify-content:center}.mm-support-hero{padding:23px;border-radius:20px}.mm-support-form-card,.mm-support-help-card{padding:20px;border-radius:19px}.mm-breadcrumbs .mm-shell{padding-left:16px;padding-right:16px}}
body.mm-modal-open{overflow:hidden!important}


/* VemPedir 2.0.1 — filtros em gaveta lateral sem coluna branca */
.mm-results-body{display:block!important}
.mm-results-products{width:100%;min-width:0}
.mm-filter-open{display:inline-flex!important;align-items:center;justify-content:center;gap:8px}
.mm-filter-sidebar{
 position:fixed!important;
 left:0!important;top:0!important;bottom:0!important;
 width:min(92vw,440px)!important;max-width:440px!important;
 max-height:100dvh!important;
 display:flex!important;flex-direction:column!important;
 border-radius:0 24px 24px 0!important;
 transform:translateX(-105%)!important;
 transition:transform .28s ease!important;
 overflow:hidden!important;z-index:100001!important;
 background:#fff!important;box-shadow:20px 0 60px rgba(0,0,0,.22)!important;
}
.mm-filter-sidebar.is-open{transform:translateX(0)!important}
.mm-filter-sidebar form{display:flex!important;flex-direction:column!important;min-height:0!important;flex:1!important}
.mm-filter-sidebar .mm-smart-filters{max-height:none!important;min-height:0!important;flex:1!important;overflow-y:auto!important;padding:10px 20px 24px!important;background:#fff!important}
.mm-filter-sidebar .mm-filter-actions{position:static!important;flex:0 0 auto!important;background:#fff!important;border-top:1px solid #ececf0!important;padding:14px 18px calc(14px + env(safe-area-inset-bottom))!important}
.mm-filter-close{display:grid!important;place-items:center!important}
.mm-filter-backdrop{position:fixed!important;inset:0!important;background:rgba(12,14,20,.55)!important;backdrop-filter:blur(4px)!important;z-index:100000!important;display:none!important}
.mm-filter-backdrop.is-open{display:block!important}
.admin-bar .mm-filter-sidebar{top:32px!important;max-height:calc(100dvh - 32px)!important}
body.mm-filter-drawer-open{overflow:hidden!important}
@media(max-width:782px){.admin-bar .mm-filter-sidebar{top:46px!important;max-height:calc(100dvh - 46px)!important}}
@media(max-width:600px){.mm-filter-sidebar{width:94vw!important;border-radius:0 20px 20px 0!important}.mm-filter-sidebar .mm-smart-filters{padding-left:16px!important;padding-right:16px!important}}


/* VemPedir 2.1.0 — refinamentos institucionais e de navegação */
body.mm-system-page .site-footer,body.mm-system-page footer.site-footer,body.mm-system-page #colophon,body.mm-system-page .elementor-location-footer:not(.mm-rich-footer),body.mm-system-page .footer-widgets,body.mm-system-page .site-info{display:none!important}
.mm-breadcrumbs .mm-shell{max-width:1240px!important;margin:0 auto!important;padding:14px 24px!important;min-height:48px;box-sizing:border-box}.mm-breadcrumbs a:hover{color:#b84500!important;text-decoration:underline!important}.mm-breadcrumbs strong{color:#3c3f48!important}
.mm-rich-footer a:hover,.mm-footer-menu a:hover,.mm-rich-footer-bottom a:hover,.mm-footer-contact:hover{color:#fff!important}.mm-footer-socials{display:flex;gap:10px;flex-wrap:wrap}.mm-social-icon{display:inline-flex!important;align-items:center;gap:8px;color:#fff!important;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);padding:9px 12px;border-radius:14px;text-decoration:none!important;transition:.25s}.mm-social-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.mm-facebook-icon svg{fill:currentColor;stroke:none}.mm-social-icon:hover{transform:translateY(-4px) scale(1.04)!important;box-shadow:0 12px 28px rgba(234,29,44,.28);background:var(--mm-primary)!important}.mm-social-icon svg{animation:mmSocialPulse 2.2s ease-in-out infinite}@keyframes mmSocialPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.12) rotate(2deg)}}
.mm-about-video{max-width:1080px;margin:0 auto 38px;background:#111;border-radius:28px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.18)}.mm-about-video video{display:block;width:100%;height:auto;max-height:650px;background:#000}.mm-inst-form-card{max-width:980px;margin:0 auto 45px;background:#fff;border:1px solid var(--mm-border);border-radius:26px;padding:34px;box-shadow:0 18px 55px rgba(28,35,44,.08)}.mm-inst-form-card h2{margin-top:0}.mm-public-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mm-public-form label{display:grid;gap:8px;font-weight:800;color:#343640}.mm-public-form input,.mm-public-form textarea,.mm-public-form select{width:100%;box-sizing:border-box;border:1px solid #dddfe5;border-radius:13px;padding:13px 14px;background:#fff;color:#252832;font:inherit}.mm-public-form input:focus,.mm-public-form textarea:focus{outline:3px solid rgba(234,29,44,.12);border-color:var(--mm-primary)}.mm-form-wide{grid-column:1/-1}.mm-alert{max-width:980px;margin:0 auto 25px}
.mm-plan .mm-btn:hover,.mm-inst-form-card .mm-btn:hover,.mm-auth-card .mm-btn:hover{color:#fff!important}.mm-support-shortcuts button:hover{color:#3c3e47!important}.mm-btn-ghost:hover{color:var(--mm-primary)!important;background:#fff!important}
body.mm-system-page .woocommerce a:hover,body.mm-system-page .woocommerce button:hover{color:inherit}.mm-plan-grid{align-items:stretch}.mm-plan{height:100%;box-sizing:border-box}.mm-price small{font-size:13px;color:#686b75;margin-left:3px}
@media(max-width:760px){.mm-breadcrumbs .mm-shell{padding:12px 16px!important}.mm-public-form{grid-template-columns:1fr}.mm-form-wide{grid-column:auto}.mm-inst-form-card{padding:22px;border-radius:20px}.mm-about-video{border-radius:20px}}

/* VemPedir 2.1.1 — correção definitiva da gaveta de filtros */
.mm-filter-sidebar{
  height:100dvh!important;
  min-height:0!important;
  overflow:hidden!important;
}
.mm-filter-sidebar-head{
  display:flex!important;
  flex:0 0 auto!important;
  min-height:66px!important;
  box-sizing:border-box!important;
  position:relative!important;
  z-index:4!important;
}
.mm-filter-sidebar>form{
  display:grid!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  flex:1 1 auto!important;
  height:auto!important;
  min-height:0!important;
  overflow:hidden!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
}
.mm-filter-sidebar .mm-smart-filters{
  grid-row:1!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
  box-sizing:border-box!important;
  padding:12px 20px 28px!important;
}
.mm-filter-sidebar .mm-filter-actions{
  grid-row:2!important;
  position:relative!important;
  bottom:auto!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:14px 18px calc(14px + env(safe-area-inset-bottom))!important;
  background:#fff!important;
  border-top:1px solid #ececf0!important;
  box-shadow:0 -12px 30px rgba(20,20,30,.08)!important;
  z-index:5!important;
}
.mm-filter-sidebar .mm-filter-actions .mm-btn{
  min-height:50px!important;
  margin:0!important;
}
.admin-bar .mm-filter-sidebar{
  height:calc(100dvh - 32px)!important;
  max-height:calc(100dvh - 32px)!important;
}
@media(max-width:782px){
  .admin-bar .mm-filter-sidebar{
    height:calc(100dvh - 46px)!important;
    max-height:calc(100dvh - 46px)!important;
  }
}
@media(max-width:600px){
  .mm-filter-sidebar-head{min-height:62px!important}
  .mm-filter-sidebar .mm-smart-filters{padding:10px 16px 24px!important}
}


/* VemPedir 2.1.2 — gaveta simplificada: uma única rolagem, sem grid/flex interno */
.mm-filter-sidebar{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  max-height:100dvh!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  background:#fff!important;
}
.mm-filter-sidebar-head{
  position:sticky!important;
  top:0!important;
  z-index:20!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:66px!important;
  margin:0!important;
  box-sizing:border-box!important;
  background:var(--mm-primary)!important;
}
.mm-filter-sidebar>form{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
}
.mm-filter-sidebar .mm-smart-filters{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:visible!important;
  box-sizing:border-box!important;
  padding:12px 20px 18px!important;
  background:#fff!important;
}
.mm-filter-sidebar .mm-filter-section{
  display:block!important;
  visibility:visible!important;
}
.mm-filter-sidebar .mm-filter-actions{
  position:static!important;
  inset:auto!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:14px 18px calc(18px + env(safe-area-inset-bottom))!important;
  box-sizing:border-box!important;
  background:#fff!important;
  border-top:1px solid #ececf0!important;
  box-shadow:none!important;
  z-index:auto!important;
}
.mm-filter-sidebar .mm-filter-actions .mm-btn{
  position:static!important;
  display:flex!important;
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
}
.admin-bar .mm-filter-sidebar{
  top:32px!important;
  bottom:0!important;
  height:auto!important;
  max-height:calc(100dvh - 32px)!important;
}
@media(max-width:782px){
  .admin-bar .mm-filter-sidebar{
    top:46px!important;
    max-height:calc(100dvh - 46px)!important;
  }
}
@media(max-width:600px){
  .mm-filter-sidebar-head{min-height:62px!important}
  .mm-filter-sidebar .mm-smart-filters{padding:10px 16px 16px!important}
  .mm-filter-sidebar .mm-filter-actions{padding-left:16px!important;padding-right:16px!important}
}

/* VemPedir 2.2.0 - página comercial de planos */
.mm-plans-page{background:#f7f8fb;color:#222}.mm-plans-hero{background:linear-gradient(135deg,#14161b 0%,#2a171a 52%,#ef2439 160%);color:#fff;padding:78px 0 88px;overflow:hidden}.mm-plans-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:64px;align-items:center}.mm-plans-eyebrow,.mm-plans-heading>span,.mm-trial-banner>div>span,.mm-plan-support>div>span{display:inline-block;color:#ff6a55;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mm-plans-hero h1{max-width:800px;margin:14px 0 18px;font-size:clamp(38px,5vw,64px);line-height:1.04;color:#fff}.mm-plans-hero p{max-width:720px;color:rgba(255,255,255,.78);font-size:19px;line-height:1.65}.mm-plans-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 22px}.mm-btn-lg{padding:16px 25px;font-size:16px}.mm-btn-light{background:#fff;color:#ef2439}.mm-btn-light:hover{background:#fff2f3;color:#d71931}.mm-plans-trust{display:flex;gap:22px;flex-wrap:wrap;color:#fff;font-weight:700;font-size:14px}.mm-plans-hero-card{position:relative;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:30px;padding:34px;min-height:340px;display:flex;flex-direction:column;justify-content:center;backdrop-filter:blur(12px);box-shadow:0 30px 70px rgba(0,0,0,.28)}.mm-plans-hero-card strong{font-size:27px}.mm-plans-hero-card>span{color:rgba(255,255,255,.72)}.mm-plans-hero-number{font-size:118px;font-weight:950;line-height:1;color:#ff4053;text-shadow:0 12px 30px rgba(255,30,62,.35);margin:18px 0 5px}.mm-plans-hero-card small{color:#fff;font-weight:700}.mm-plan-notice{margin:28px 0 -8px;border-radius:16px;padding:16px 20px;font-weight:800}.mm-plan-notice.is-success{background:#eafaf1;color:#127442;border:1px solid #a8e2c0}.mm-plan-notice.is-error{background:#fff0f2;color:#a9142a;border:1px solid #ffc5cd}.mm-plans-section,.mm-plans-benefits,.mm-plan-compare,.mm-plans-faq{padding:72px 0}.mm-plans-heading{text-align:center;max-width:780px;margin:0 auto 38px}.mm-plans-heading h2{font-size:clamp(30px,4vw,46px);margin:10px 0 13px}.mm-plans-heading p{color:#666;font-size:17px;line-height:1.65}.mm-plan-grid-premium{align-items:stretch;gap:24px}.mm-plan-premium{position:relative;padding:32px 28px 26px;border:1px solid #e3e5ea;border-radius:24px;background:#fff;box-shadow:0 15px 45px rgba(21,27,38,.07);display:flex;flex-direction:column;transition:.25s ease}.mm-plan-premium:hover{transform:translateY(-7px);box-shadow:0 25px 60px rgba(21,27,38,.12)}.mm-plan-premium.is-featured{border:2px solid #ef2439;transform:translateY(-10px);box-shadow:0 25px 65px rgba(239,36,57,.18)}.mm-plan-premium.is-featured:hover{transform:translateY(-15px)}.mm-plan-badge{position:absolute;left:26px;right:26px;top:-17px;background:#ef2439;color:#fff;border-radius:999px;padding:9px;text-align:center;font-size:12px;font-weight:950;letter-spacing:.08em}.mm-plan-top{min-height:132px}.mm-plan-type{color:#ef2439!important;font-size:12px!important;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.mm-plan-top h3{font-size:25px;margin:9px 0}.mm-plan-top p{color:#6b6f78;line-height:1.5}.mm-plan-premium .mm-price{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap;margin:10px 0}.mm-plan-premium .mm-price>small{width:100%;font-size:12px;color:#777;font-weight:700}.mm-plan-premium .mm-price .woocommerce-Price-amount{font-size:36px;color:#ef2439;font-weight:950}.mm-plan-premium .mm-price em{font-size:13px;color:#656a74;font-style:normal;font-weight:800}.mm-plan-setup{background:#fff4f5;border-radius:10px;padding:9px 12px;color:#bd1830;font-size:13px;font-weight:800;margin:5px 0 16px}.mm-plan-features{list-style:none!important;margin:0 0 24px!important;padding:0!important;display:grid;gap:11px;flex:1}.mm-plan-features li{display:flex;gap:9px;align-items:flex-start;color:#40444c}.mm-plan-features b{color:#15a05a}.mm-plan-actions{display:grid;gap:11px}.mm-plan-actions .mm-btn{width:100%;justify-content:center}.mm-plan-trial-link{display:flex;justify-content:center;text-align:center;border:1px solid #ef2439;color:#ef2439;padding:12px;border-radius:12px;font-weight:900;text-decoration:none}.mm-plan-trial-link:hover{background:#fff0f2;color:#c9132b}.mm-plan-trial-used{display:block;text-align:center;color:#777;font-size:13px}.mm-plan-details-toggle{margin-top:18px;width:100%;border:0;border-top:1px solid #eceef1;background:transparent;padding:18px 0 0;display:flex;justify-content:space-between;font-weight:800;cursor:pointer}.mm-plan-extra{display:none;color:#666;line-height:1.55;padding-top:12px}.mm-plan-premium.is-open .mm-plan-extra{display:block}.mm-plan-premium.is-open .mm-plan-details-toggle span{transform:rotate(180deg)}.mm-trial-banner{background:linear-gradient(135deg,#ef2439,#ff5a43);color:#fff;border-radius:30px;padding:48px 52px;display:grid;grid-template-columns:1.5fr .6fr;gap:40px;align-items:center;box-shadow:0 25px 70px rgba(239,36,57,.25)}.mm-trial-banner h2{font-size:38px;color:#fff;margin:10px 0}.mm-trial-banner p{color:rgba(255,255,255,.85);font-size:17px}.mm-trial-banner ul{display:flex;flex-wrap:wrap;gap:18px;margin:20px 0 0;padding:0;list-style:none}.mm-trial-banner li:before{content:'✓';margin-right:7px}.mm-trial-banner-action{text-align:center;display:grid;gap:10px}.mm-btn-white{background:#fff;color:#e91f37}.mm-btn-white:hover{background:#14161b;color:#fff}.mm-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.mm-benefit-grid article{background:#fff;border:1px solid #e7e9ee;border-radius:20px;padding:27px;box-shadow:0 12px 35px rgba(21,27,38,.05)}.mm-benefit-grid i{font-style:normal;display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff0f2;color:#ef2439;font-size:23px}.mm-benefit-grid h3{margin:18px 0 8px}.mm-benefit-grid p{color:#6a6f78;line-height:1.6}.mm-compare-wrap{overflow:auto;border:1px solid #e3e5ea;border-radius:22px;background:#fff;box-shadow:0 15px 45px rgba(21,27,38,.06)}.mm-plan-compare table{width:100%;border-collapse:collapse;min-width:760px}.mm-plan-compare th,.mm-plan-compare td{padding:17px 20px;border-bottom:1px solid #eceef2;text-align:center}.mm-plan-compare th:first-child,.mm-plan-compare td:first-child{text-align:left;font-weight:800}.mm-plan-compare th{background:#17191e;color:#fff}.mm-check{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#e9f9f0;color:#119453;font-weight:950}.mm-plan-support{margin:20px 0 70px;border-radius:28px;padding:46px;background:#17191e;color:#fff;display:grid;grid-template-columns:.8fr 1.4fr;gap:40px;align-items:center}.mm-plan-support h2{color:#fff;font-size:38px;margin:10px 0}.mm-plan-support p{color:rgba(255,255,255,.7)}.mm-support-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mm-support-mini-grid article{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:17px;padding:20px;display:grid;gap:8px}.mm-support-mini-grid b{font-size:25px}.mm-support-mini-grid span{font-size:13px;color:rgba(255,255,255,.65)}.mm-plans-faq{max-width:900px;margin:auto}.mm-plans-faq details{background:#fff;border:1px solid #e3e5ea;border-radius:16px;margin:12px 0;padding:0 21px}.mm-plans-faq summary{padding:19px 0;font-weight:900;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.mm-plans-faq details p{color:#666;line-height:1.65;margin:0 0 20px}.mm-plans-final{text-align:center;background:#fff;border-radius:28px;padding:55px 25px;margin:0 0 75px;border:1px solid #e4e6eb}.mm-plans-final h2{font-size:38px;margin:0 0 10px}.mm-plans-final p{color:#666;margin-bottom:24px}
@media(max-width:1000px){.mm-plans-hero-grid,.mm-trial-banner,.mm-plan-support{grid-template-columns:1fr}.mm-plans-hero-card{min-height:260px}.mm-benefit-grid{grid-template-columns:repeat(2,1fr)}.mm-support-mini-grid{grid-template-columns:1fr 1fr}.mm-plan-premium.is-featured{transform:none}.mm-plan-premium.is-featured:hover{transform:translateY(-7px)}}
@media(max-width:650px){.mm-plans-hero{padding:52px 0}.mm-plans-hero h1{font-size:38px}.mm-plans-hero-actions,.mm-plans-trust{display:grid}.mm-plans-hero-actions .mm-btn{width:100%;justify-content:center}.mm-plans-hero-card{padding:26px}.mm-plans-hero-number{font-size:90px}.mm-plans-section,.mm-plans-benefits,.mm-plan-compare,.mm-plans-faq{padding:50px 0}.mm-plan-grid-premium{grid-template-columns:1fr!important}.mm-trial-banner{padding:34px 24px}.mm-trial-banner h2,.mm-plan-support h2,.mm-plans-final h2{font-size:30px}.mm-benefit-grid,.mm-support-mini-grid{grid-template-columns:1fr}.mm-plan-support{padding:32px 23px}.mm-plans-final{padding:38px 20px}.mm-plan-badge{position:static;margin:-10px 0 15px}}

.mm-plans-access-note{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 8px;padding:18px 20px;border:1px solid rgba(255,111,0,.22);border-radius:18px;background:linear-gradient(135deg,#fffaf6,#fff2e7);box-shadow:0 12px 30px rgba(232,93,0,.08)}.mm-plans-access-note div{display:grid;gap:4px}.mm-plans-access-note strong{font-size:17px;color:#25262b}.mm-plans-access-note span{color:#666}@media(max-width:700px){.mm-plans-access-note{align-items:stretch;flex-direction:column}.mm-plans-access-note .mm-btn{width:100%;justify-content:center}}


/* VemPedir 2.2.2 – refinamentos da página de planos */
.mm-plans-page{background:#f7f8fb;color:#23262f;overflow-x:hidden}
.mm-plans-page .mm-shell{max-width:1240px;margin:0 auto;padding-left:24px;padding-right:24px}
.mm-plans-page h1,.mm-plans-page h2,.mm-plans-page h3,.mm-plans-page h4{color:#1e222b;line-height:1.12}
.mm-plans-page p,.mm-plans-page li,.mm-plans-page small{color:#656b77}
.mm-plans-page a{text-decoration:none}
.mm-plans-hero{overflow:visible;padding:84px 0 94px;position:relative}
.mm-plans-hero:before{content:"";position:absolute;inset:auto -10% -90px auto;width:420px;height:420px;background:radial-gradient(circle,rgba(255,115,95,.18),rgba(255,115,95,0) 68%);pointer-events:none}
.mm-plans-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:54px}
.mm-plans-hero h1{margin:14px 0 18px;font-size:clamp(34px,4.5vw,60px);line-height:1.05;color:#fff!important;text-wrap:balance}
.mm-plans-hero p{margin:0;max-width:720px;color:rgba(255,255,255,.86)!important;font-size:19px;line-height:1.65}
.mm-plans-eyebrow{color:#ff8d79!important}
.mm-plans-hero-actions{margin:32px 0 20px}
.mm-plans-hero-actions .mm-btn,.mm-plans-hero-actions .mm-btn-light{min-height:56px;padding:16px 26px;border-radius:16px}
.mm-plans-hero-card{min-width:0;min-height:360px;padding:36px;align-items:flex-start}
.mm-plans-hero-card strong,.mm-plans-hero-card > span,.mm-plans-hero-card small{color:#fff!important}
.mm-plans-hero-number{font-size:clamp(88px,10vw,122px);margin:16px 0 10px}
.mm-plan-notice{margin:30px 0 8px}
.mm-plans-access-note{margin:30px 0 0}
.mm-plans-section,.mm-plans-benefits,.mm-plan-compare,.mm-plans-faq{padding:68px 0}
.mm-plans-heading{margin-bottom:32px}
.mm-plans-heading h2{margin:10px 0 12px;color:#1f2430!important;text-wrap:balance}
.mm-plans-heading p{color:#656b77!important;max-width:760px;margin:0 auto;line-height:1.7}
.mm-plan-grid-premium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.mm-plan-premium{padding:34px 28px 28px;border-radius:26px;overflow:visible}
.mm-plan-top{min-height:154px}
.mm-plan-top h3{font-size:29px;line-height:1.16;color:#20242e!important}
.mm-plan-top p{color:#68707d!important;margin:0}
.mm-plan-premium .mm-price .woocommerce-Price-amount{font-size:40px;line-height:1;color:#ef2439!important}
.mm-plan-premium .mm-price em,.mm-plan-premium .mm-price > small{color:#69707c!important}
.mm-plan-features li{line-height:1.55;color:#383d47!important}
.mm-plan-actions .mm-btn,.mm-plan-trial-link{min-height:52px;border-radius:14px}
.mm-plan-trial-link{background:#fff;color:#e32339!important;box-shadow:inset 0 0 0 1px rgba(239,36,57,.18)}
.mm-plan-trial-link:hover{background:#fff1f3;color:#c9142b!important}
.mm-plan-details-toggle{color:#2d323d!important}
.mm-plan-extra,.mm-plan-extra p{color:#67707d!important}
.mm-trial-banner{margin-top:18px;padding:48px 46px;border-radius:32px;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:30px;overflow:hidden}
.mm-trial-banner h2{font-size:clamp(32px,4vw,48px);line-height:1.1;color:#fff!important;text-wrap:balance}
.mm-trial-banner p,.mm-trial-banner li,.mm-trial-banner > div > span,.mm-trial-banner-action small{color:rgba(255,255,255,.95)!important}
.mm-trial-banner ul{display:flex;flex-wrap:wrap;gap:14px 20px}
.mm-trial-banner li{display:flex;align-items:center;font-weight:700}
.mm-trial-banner-action{justify-items:center;align-content:center;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:26px 22px;box-shadow:0 18px 45px rgba(0,0,0,.12)}
.mm-plans-page .mm-btn-white{background:#fff!important;color:#e91f37!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 16px 36px rgba(0,0,0,.14)!important}
.mm-plans-page .mm-btn-white:hover{background:#17191e!important;color:#fff!important;border-color:#17191e!important}
.mm-plans-page .mm-btn-white span,.mm-plans-page .mm-btn-white strong{color:inherit!important}
.mm-benefit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.mm-benefit-grid article{height:100%;padding:28px}
.mm-benefit-grid h3{color:#20242e!important;font-size:22px}
.mm-benefit-grid p{color:#69707b!important}
.mm-compare-wrap{border-radius:24px}
.mm-plan-compare table{min-width:880px}
.mm-plan-compare th,.mm-plan-compare td{vertical-align:middle}
.mm-plan-compare td{color:#39404c}
.mm-plan-support{margin:24px 0 70px;padding:44px;border-radius:30px}
.mm-plan-support h2,.mm-plan-support strong,.mm-plan-support b{color:#fff!important}
.mm-plan-support p,.mm-support-mini-grid span{color:rgba(255,255,255,.78)!important}
.mm-plans-faq details{overflow:hidden}
.mm-plans-faq summary,.mm-plans-faq summary span{color:#232831!important}
.mm-plans-faq details p{color:#69707b!important}
.mm-plans-final{padding:58px 30px 60px}
.mm-plans-final h2{color:#20242e!important;text-wrap:balance}
.mm-plans-final p{color:#69707b!important;max-width:760px;margin:0 auto 24px}
@media (max-width:1100px){
  .mm-plans-hero-grid{grid-template-columns:1fr;gap:28px}
  .mm-plans-hero-card{min-height:250px}
  .mm-plan-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mm-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  .mm-plans-page .mm-shell{padding-left:16px;padding-right:16px}
  .mm-plans-hero{padding:48px 0 62px}
  .mm-plans-hero h1{font-size:40px;line-height:1.08}
  .mm-plans-hero-actions,.mm-plans-trust{display:grid;gap:12px}
  .mm-plans-hero-actions .mm-btn,.mm-plans-hero-actions .mm-btn-light,.mm-plans-page .mm-btn-white,.mm-plan-actions .mm-btn,.mm-plan-trial-link{width:100%;justify-content:center}
  .mm-plans-hero-card{padding:24px;border-radius:24px}
  .mm-plans-section,.mm-plans-benefits,.mm-plan-compare,.mm-plans-faq{padding:48px 0}
  .mm-plan-grid-premium,.mm-benefit-grid,.mm-support-mini-grid{grid-template-columns:1fr}
  .mm-plan-top{min-height:0}
  .mm-trial-banner{padding:28px 22px;grid-template-columns:1fr;gap:22px;border-radius:24px}
  .mm-trial-banner-action{padding:20px 18px}
  .mm-plan-support{grid-template-columns:1fr;padding:30px 22px}
  .mm-plans-final{padding:40px 20px}
}

/* VemPedir 2.2.3 – onboarding completo do teste */
.mm-business-onboarding{max-width:1100px;margin:0 auto;padding:46px 24px 80px}
.mm-onboarding-hero{text-align:center;max-width:820px;margin:0 auto 30px}.mm-onboarding-hero h1{font-size:clamp(34px,5vw,54px);margin:10px 0 14px}.mm-onboarding-hero p{color:#676d78;font-size:18px;line-height:1.65}.mm-selected-plan{display:inline-flex;margin-top:14px;padding:12px 17px;border-radius:999px;background:#fff0f2;color:#b71930;border:1px solid #ffcbd2}
.mm-onboarding-form{display:grid;gap:22px}.mm-onboarding-card{background:#fff;border:1px solid #e5e7ec;border-radius:24px;padding:30px;box-shadow:0 16px 48px rgba(28,35,44,.07)}
.mm-onboarding-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:24px}.mm-onboarding-title>b{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#ef2439;color:#fff}.mm-onboarding-title h2{margin:0 0 4px}.mm-onboarding-title p{margin:0;color:#707681}
.mm-onboarding-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.mm-onboarding-grid label,.mm-onboarding-wide{display:grid;gap:7px;font-weight:800;color:#343944}.mm-onboarding-grid input,.mm-onboarding-wide textarea{width:100%;border:1px solid #dfe1e7;border-radius:13px;padding:13px 14px;background:#fff;color:#20242d;font:inherit}.mm-onboarding-grid input:focus,.mm-onboarding-wide textarea:focus{outline:3px solid rgba(239,36,57,.12);border-color:#ef2439}.mm-span-2{grid-column:1/-1}
.mm-onboarding-fieldset{border:0;padding:0;margin:0 0 24px}.mm-onboarding-fieldset legend{font-weight:900;margin-bottom:12px}.mm-category-check-grid{display:flex;flex-wrap:wrap;gap:9px}.mm-category-check-grid label{cursor:pointer}.mm-category-check-grid input{position:absolute;opacity:0}.mm-category-check-grid span{display:block;padding:9px 13px;border:1px solid #e1e3e8;border-radius:999px;background:#fafafd;color:#4b505a;font-weight:750}.mm-category-check-grid input:checked+span{background:#ef2439;color:#fff;border-color:#ef2439}
.mm-onboarding-wide{margin-bottom:20px}.mm-onboarding-wide small{font-weight:500;color:#777d87}.mm-payment-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.mm-payment-choice-grid label{cursor:pointer}.mm-payment-choice-grid input{position:absolute;opacity:0}.mm-payment-choice-grid span{height:100%;display:grid;gap:6px;padding:20px;border:1px solid #e1e3e8;border-radius:17px;background:#fafafd}.mm-payment-choice-grid small{color:#707681;line-height:1.5}.mm-payment-choice-grid input:checked+span{border-color:#ef2439;background:#fff1f3;box-shadow:0 0 0 3px rgba(239,36,57,.09)}.mm-payment-security{margin:18px 0 0;padding:13px 15px;border-radius:13px;background:#f4f7fa;color:#5d6470;font-size:13px}
.mm-onboarding-submit{display:grid;justify-items:center;gap:18px;padding:12px 0}.mm-terms-check{display:flex;gap:10px;max-width:820px;color:#5f6570;line-height:1.5}.mm-terms-check input{margin-top:4px}.mm-onboarding-submit .mm-btn{min-width:320px}
.mm-payment-setup-card{margin-top:24px;padding:24px;border:1px solid #e4e6eb;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.mm-payment-setup-card h3{margin:4px 0}.mm-payment-setup-card p{margin:0;color:#6b717c}
@media(max-width:760px){.mm-business-onboarding{padding:32px 16px 60px}.mm-onboarding-card{padding:22px 18px}.mm-onboarding-grid,.mm-payment-choice-grid{grid-template-columns:1fr}.mm-span-2{grid-column:auto}.mm-onboarding-submit .mm-btn{min-width:0;width:100%}.mm-payment-setup-card{align-items:stretch;flex-direction:column}.mm-payment-setup-card .mm-btn{width:100%}}


/* VemPedir 3.0.0 */
.mm-simple-page{padding-top:64px;padding-bottom:72px}.mm-simple-page>h1{font-size:clamp(38px,6vw,68px);line-height:1.05;margin:10px 0 18px}.mm-simple-page>p{max-width:820px;font-size:18px;line-height:1.7;color:#676b75;margin-bottom:34px}.mm-simple-page .mm-product-card a{text-decoration:none;color:inherit}.mm-simple-page .mm-product-card img{width:100%;height:220px;object-fit:contain;background:#fafafa;border-radius:18px}.mm-simple-page h2{margin-top:30px}.mm-simple-page h3{margin-top:24px}.mm-simple-page p{line-height:1.75}.mm-plan-grid .mm-plan{overflow:hidden}


/* VemPedir 3.0.1 - Busca por voz */
.mm-voice-input-wrap{position:relative;display:block;width:100%}
.mm-voice-input-wrap>input[type="search"]{padding-right:56px!important}
.mm-voice-search-button{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;background:#fff1f3;color:var(--mm-primary,#ea1d2c);box-shadow:0 5px 16px rgba(30,35,45,.12);transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease;z-index:3}
.mm-voice-search-button svg{width:23px;height:23px;fill:currentColor}
.mm-voice-search-button:hover{transform:translateY(-50%) scale(1.06);background:var(--mm-primary,#ea1d2c);color:#fff;box-shadow:0 8px 22px rgba(234,29,44,.28)}
.mm-voice-search-button:focus-visible{outline:3px solid rgba(234,29,44,.24);outline-offset:2px}
.mm-voice-search-button.is-listening{background:var(--mm-primary,#ea1d2c);color:#fff;animation:mmVoicePulse 1.15s infinite}
.mm-voice-search-button.is-unsupported{opacity:.42;cursor:not-allowed;box-shadow:none}
.mm-voice-status{display:none;margin-top:8px;padding:9px 12px;border-radius:10px;background:#fff5f6;color:#9f1727;font-size:13px;font-weight:700;line-height:1.4}
.mm-voice-status.is-visible{display:block}
.mm-voice-status.is-error{background:#fff0f0;color:#a61c1c}
.mm-voice-search-shortcode{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px}
.mm-voice-search-shortcode .mm-filter-search{margin:0}
@keyframes mmVoicePulse{0%{box-shadow:0 0 0 0 rgba(234,29,44,.45)}70%{box-shadow:0 0 0 13px rgba(234,29,44,0)}100%{box-shadow:0 0 0 0 rgba(234,29,44,0)}}
@media(max-width:640px){.mm-voice-search-shortcode{grid-template-columns:1fr}.mm-voice-search-shortcode>.mm-btn{width:100%}.mm-voice-search-button{width:40px;height:40px}}

/* VemPedir 3.0.8 — página para parceiros e investidores */
.mm-partners-page{--vp-red:#ff3b30;--vp-orange:#ff7a00;--vp-ink:#111827;--vp-muted:#667085;--vp-soft:#f5f7fb;background:#fff;color:var(--vp-ink);overflow:hidden}
.mm-partners-page *{box-sizing:border-box}
.mm-partners-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.mm-partners-section{padding:96px 0}
.mm-partners-hero{position:relative;min-height:760px;display:flex;align-items:center;background:#10151d;color:#fff}
.mm-partners-hero-video,.mm-partners-hero-shade{position:absolute;inset:0;width:100%;height:100%}
.mm-partners-hero-video{object-fit:cover;opacity:.62}
.mm-partners-hero-shade{background:linear-gradient(90deg,rgba(9,13,20,.96) 0%,rgba(9,13,20,.78) 48%,rgba(9,13,20,.25) 100%),linear-gradient(0deg,rgba(9,13,20,.75),transparent 55%)}
.mm-partners-hero-content{position:relative;z-index:2;padding:120px 0 78px}
.mm-partners-kicker,.mm-partners-eyebrow,.mm-partners-heading>span,.mm-partners-final>div>span{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.mm-partners-kicker{color:#ffb37d;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);padding:10px 14px;border-radius:999px}
.mm-partners-hero h1{max-width:930px;margin:24px 0 22px;font-size:clamp(42px,6.2vw,78px);line-height:.98;letter-spacing:-.055em;color:#fff}
.mm-partners-hero p{max-width:760px;font-size:20px;line-height:1.65;color:rgba(255,255,255,.82)}
.mm-partners-hero-actions,.mm-partners-final-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.mm-partners-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:14px;font-weight:900;text-decoration:none!important;transition:.25s ease;border:1px solid transparent}
.mm-partners-btn:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(0,0,0,.16)}
.mm-partners-btn-primary{background:linear-gradient(135deg,var(--vp-red),var(--vp-orange));color:#fff!important}
.mm-partners-btn-ghost{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff!important;backdrop-filter:blur(10px)}
.mm-partners-btn-light{background:#fff;color:var(--vp-ink)!important}
.mm-partners-btn-outline{border-color:rgba(255,255,255,.3);color:#fff!important}
.mm-partners-proofbar{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:66px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);border-radius:18px;overflow:hidden;max-width:980px}
.mm-partners-proofbar span{padding:18px 20px;background:rgba(10,14,20,.62);color:rgba(255,255,255,.74);font-size:14px;line-height:1.45}.mm-partners-proofbar strong{display:block;color:#fff;font-size:15px}
.mm-partners-heading{max-width:850px;margin-bottom:44px}.mm-partners-heading>span,.mm-partners-eyebrow{color:var(--vp-red)}
.mm-partners-heading h2,.mm-partners-split h2{font-size:clamp(34px,4vw,56px);line-height:1.06;letter-spacing:-.045em;margin:16px 0 18px;color:var(--vp-ink)}
.mm-partners-heading p,.mm-partners-split p{font-size:18px;line-height:1.7;color:var(--vp-muted)}
.mm-partners-market{background:linear-gradient(180deg,#fff,#f7f9fc)}
.mm-partners-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mm-partners-stats article{padding:28px;border:1px solid #e7eaf0;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(22,34,51,.06)}
.mm-partners-stats strong{display:block;font-size:38px;line-height:1;color:var(--vp-red);letter-spacing:-.04em}.mm-partners-stats span{display:block;min-height:82px;margin:15px 0;color:#344054;line-height:1.55}.mm-partners-stats a,.mm-partners-text-link{color:#d82722;font-weight:800;text-decoration:none}.mm-partners-disclaimer{font-size:12px;color:#98a2b3;margin:18px 0 0}
.mm-partners-split{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.mm-partners-checks{padding:0;margin:28px 0 0;display:grid;gap:14px}.mm-partners-checks li{list-style:none;position:relative;padding-left:34px;color:#344054;line-height:1.55}.mm-partners-checks li:before{content:'✓';position:absolute;left:0;top:-2px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--vp-red),var(--vp-orange));font-weight:900}
.mm-partners-media-stack{position:relative}.mm-partners-media-stack img,.mm-partners-rounded-image{display:block;width:100%;aspect-ratio:4/4.25;object-fit:cover;border-radius:28px;box-shadow:0 30px 70px rgba(24,32,46,.18)}
.mm-partners-float-card{position:absolute;left:-36px;bottom:28px;max-width:320px;background:#fff;padding:22px 24px;border-radius:18px;box-shadow:0 22px 50px rgba(0,0,0,.2)}.mm-partners-float-card strong{display:block;font-size:19px}.mm-partners-float-card span{color:var(--vp-muted);line-height:1.45}
.mm-partners-differentials{background:#11151c;color:#fff}.mm-partners-heading-light h2{color:#fff}.mm-partners-heading-light>span{color:#ff9b66}
.mm-partners-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mm-partners-feature-grid article{position:relative;min-height:245px;padding:28px;border-radius:20px;background:linear-gradient(145deg,#1a202a,#121720);border:1px solid rgba(255,255,255,.08);overflow:hidden}.mm-partners-feature-grid article:after{content:'';position:absolute;width:130px;height:130px;border-radius:50%;right:-65px;bottom:-65px;background:radial-gradient(circle,rgba(255,91,48,.2),transparent 68%)}.mm-partners-feature-grid b{color:#ff8b55;font-size:13px}.mm-partners-feature-grid h3{font-size:22px;margin:35px 0 12px;color:#fff}.mm-partners-feature-grid p{margin:0;color:#aeb7c5;line-height:1.6}
.mm-partners-gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.mm-partners-gallery figure{margin:0;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px rgba(17,24,39,.12);min-height:300px}.mm-partners-gallery figure:nth-child(1),.mm-partners-gallery figure:nth-child(4){grid-column:span 7}.mm-partners-gallery figure:nth-child(2),.mm-partners-gallery figure:nth-child(3){grid-column:span 5}.mm-partners-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:.5s}.mm-partners-gallery figure:hover img{transform:scale(1.035)}
.mm-partners-video-story{background:#f6f7fa}.mm-partners-video-frame{border-radius:28px;padding:10px;background:#fff;box-shadow:0 30px 70px rgba(16,24,40,.14)}.mm-partners-video-frame video{display:block;width:100%;border-radius:20px;max-height:620px;background:#111;object-fit:cover}.mm-partners-revenue-list{display:grid;gap:4px}.mm-partners-revenue-list p{display:grid;grid-template-columns:190px 1fr;gap:20px;border-bottom:1px solid #e5e7eb;padding:17px 0;margin:0;font-size:15px}.mm-partners-revenue-list strong{color:#111827}.mm-partners-revenue-list span{color:#667085;line-height:1.5}
.mm-partners-pain-grid,.mm-partners-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mm-partners-pain-grid article,.mm-partners-role-grid article{padding:26px;border-radius:20px;border:1px solid #e7eaf0;background:#fff}.mm-partners-pain-grid h3,.mm-partners-role-grid h3{font-size:21px;margin:0 0 10px}.mm-partners-pain-grid p,.mm-partners-role-grid p{margin:0;color:#667085;line-height:1.6}.mm-partners-role-grid article{background:linear-gradient(180deg,#fff,#fafbfc);box-shadow:0 14px 35px rgba(22,34,51,.05)}.mm-partners-role-grid span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--vp-red),var(--vp-orange));font-weight:900;margin-bottom:24px}
.mm-partners-roles{background:#f7f9fc}.mm-partners-pix{background:#fff3ee}.mm-partners-pix .mm-partners-rounded-image{aspect-ratio:1.15/1}
.mm-partners-final{padding:105px 0;background:radial-gradient(circle at 85% 20%,rgba(255,113,51,.25),transparent 30%),linear-gradient(135deg,#141922,#090c11);color:#fff;text-align:center}.mm-partners-final .mm-partners-shell{max-width:980px}.mm-partners-final>div>span{color:#ff9a66}.mm-partners-final h2{font-size:clamp(38px,5vw,66px);line-height:1.03;letter-spacing:-.05em;margin:18px auto;color:#fff}.mm-partners-final p{font-size:19px;line-height:1.65;color:rgba(255,255,255,.72);max-width:820px;margin:0 auto}.mm-partners-final-actions{justify-content:center}.mm-partners-sources{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 18px;margin-top:45px;font-size:13px;color:rgba(255,255,255,.55)}.mm-partners-sources a{color:#fff;text-decoration:underline}
@media(max-width:1024px){.mm-partners-stats{grid-template-columns:repeat(2,1fr)}.mm-partners-feature-grid,.mm-partners-pain-grid,.mm-partners-role-grid{grid-template-columns:repeat(2,1fr)}.mm-partners-split{gap:42px}.mm-partners-proofbar{grid-template-columns:1fr}.mm-partners-proofbar span{display:grid;grid-template-columns:220px 1fr}.mm-partners-gallery figure{grid-column:span 6!important}}
@media(max-width:760px){.mm-partners-shell{width:min(100% - 28px,1180px)}.mm-partners-section{padding:68px 0}.mm-partners-hero{min-height:720px}.mm-partners-hero-content{padding:90px 0 54px}.mm-partners-hero h1{font-size:42px}.mm-partners-hero p{font-size:17px}.mm-partners-hero-actions,.mm-partners-final-actions{display:grid}.mm-partners-btn{width:100%}.mm-partners-proofbar{margin-top:40px}.mm-partners-proofbar span{display:block}.mm-partners-stats,.mm-partners-feature-grid,.mm-partners-pain-grid,.mm-partners-role-grid,.mm-partners-split{grid-template-columns:1fr}.mm-partners-stats span{min-height:auto}.mm-partners-heading h2,.mm-partners-split h2{font-size:36px}.mm-partners-heading p,.mm-partners-split p{font-size:16px}.mm-partners-media-stack{order:-1}.mm-partners-float-card{left:14px;right:14px;bottom:14px;max-width:none}.mm-partners-gallery{grid-template-columns:1fr}.mm-partners-gallery figure{grid-column:auto!important;min-height:240px}.mm-partners-revenue-list p{grid-template-columns:1fr;gap:5px}.mm-partners-video-story .mm-partners-split{display:flex;flex-direction:column}.mm-partners-final{padding:76px 0}.mm-partners-final h2{font-size:40px}}
