.mcpgap{--o:#ff5a0a;--o2:#ef4e00;--ink:#121827;--muted:#626b78;position:relative;left:50%;width:100vw;margin-left:-50vw;padding:26px 0 42px;background:#fff;font-family:Inter,Arial,sans-serif}
.mcpgap *{box-sizing:border-box}
.mcpgap__inner{width:min(1500px,calc(100% - 48px));margin:0 auto}
.mcpgap__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.mcpgap-card{position:relative;min-height:820px;padding:38px 34px 24px;border:1px solid #e2e6ea;border-radius:15px;background:#fff;display:flex;flex-direction:column;box-shadow:0 10px 28px rgba(22,30,42,.06)}
.mcpgap-card--featured{border:1.5px solid var(--o);box-shadow:0 16px 38px rgba(255,90,10,.12)}
.mcpgap-card__badge{position:absolute;left:50%;top:-16px;transform:translateX(-50%);min-width:146px;padding:8px 15px;border-radius:6px;background:var(--o);color:#fff;text-align:center;font-size:11px;font-weight:850;box-shadow:0 7px 15px rgba(255,90,10,.23)}
.mcpgap-card__icon{width:62px;height:62px;margin:0 auto 14px;border-radius:50%;background:#fff1e8;display:flex;align-items:center;justify-content:center;color:var(--o)}
.mcpgap-card__icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mcpgap-card--featured .mcpgap-card__icon svg{fill:currentColor;stroke:none}
.mcpgap-card h3{margin:0;text-align:center;color:var(--ink);font-size:20px;line-height:1.2;font-weight:850}
.mcpgap-card__price{min-height:54px;margin-top:10px;display:flex;align-items:baseline;justify-content:center;gap:4px;color:var(--o)}
.mcpgap-card__price span{font-size:21px;font-weight:800}
.mcpgap-card__price strong{font-size:42px;line-height:1;font-weight:850;letter-spacing:-.03em}
.mcpgap-card--basic .mcpgap-card__price strong{font-size:29px}
.mcpgap-card__price em{font-size:16px;font-style:normal;font-weight:800}
.mcpgap-card__description{min-height:66px;margin:10px auto 0;max-width:330px;text-align:center;color:#303846;font-size:14px;line-height:1.55}
.mcpgap-card__divider{height:1px;margin:22px 0 18px;background:#e7eaee}
.mcpgap-card__intro{display:block;margin-bottom:12px;color:var(--ink);font-size:13px}
.mcpgap-card__features{margin:0 0 30px;padding:0;list-style:none;display:grid;gap:12px}
.mcpgap-card__features li{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start}
.mcpgap-card__features li>span{color:var(--o);font-size:15px;font-weight:900;line-height:1.25}
.mcpgap-card__features p{margin:0;color:#1f2734;font-size:13px;line-height:1.35}
.mcpgap-card__button{min-height:47px;margin-top:auto;padding:12px 18px;border:1.5px solid var(--o);border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--o);font-size:14px;font-weight:850;text-decoration:none;transition:.18s ease}
.mcpgap-card__button:hover{transform:translateY(-2px);background:#fff7f2;color:var(--o)}
.mcpgap-card--featured .mcpgap-card__button{background:var(--o);color:#fff;box-shadow:0 10px 22px rgba(255,90,10,.18)}
.mcpgap-card--featured .mcpgap-card__button:hover{background:var(--o2);color:#fff}

@media(max-width:1050px){.mcpgap__grid{grid-template-columns:1fr}.mcpgap-card{min-height:auto}.mcpgap-card__button{margin-top:28px}}
@media(max-width:560px){.mcpgap{padding-top:18px}.mcpgap__inner{width:min(100% - 24px,520px)}.mcpgap-card{padding:34px 22px 22px}.mcpgap-card__price strong{font-size:36px}}


/* Ajustes finais — v1.1.0 */
.mcpgap-card{
    min-height:820px;
    padding-bottom:26px;
}
.mcpgap-card__features{
    margin-bottom:34px;
}
.mcpgap-card__button{
    margin-top:auto;
    flex:0 0 auto;
}
@media(max-width:1050px){
    .mcpgap-card{
        min-height:auto;
    }
    .mcpgap-card__button{
        margin-top:30px;
    }
}

.mcpgap-card__note{margin:5px auto 0;max-width:330px;text-align:center;color:#626b78;font-size:11px;line-height:1.35}
