.mpg-wrapper-c1d30098 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #071f45;
}

.mpg-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.mpg-card {
    width: calc(33.333% - 18px);
    min-width: 260px;
    background: #fff;
    border: 1px solid #dfeaf0;
    border-radius: 18px;
    padding: 34px 24px 26px;
    text-align: center;
    position: relative;
    box-shadow: 0 12px 34px rgba(7,31,69,.05);
    transition: .25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mpg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(7,31,69,.09);
}

.mpg-card.is-featured {
    border-color: #0a8080;
    box-shadow: 0 18px 45px rgba(10,128,128,.14);
}

.mpg-ribbon {
    position: absolute;
    top: -13px;
    background: #0a8080;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .6px;
    padding: 6px 18px;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
}

.mpg-card-icon {
    width: 76px;
    height: 76px;
    background: #edfafa;
    color: #0a8080;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpg-card-icon svg,
.mpg-card-icon i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    fill: currentColor;
    color: currentColor;
}

.mpg-card-title {
    font-size: 21px;
    font-weight: 850;
    margin: 22px 0 10px;
    color: #071f45;
}

.mpg-card-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
    margin: 0 0 22px;
    min-height: 44px;
}

.mpg-card-price {
    font-size: 42px;
    font-weight: 850;
    color: #0a8080;
    margin: auto 0 22px;
}

.mpg-card-price.is-empty {
    font-size: 28px;
}

.mpg-card-btn {
    width: 100%;
    min-height: 48px;
    border: 1.5px solid #0a8080;
    color: #0a8080 !important;
    border-radius: 8px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 850;
    transition: .25s ease;
}

.mpg-card-btn:hover,
.mpg-card.is-featured .mpg-card-btn {
    background: #0a8080;
    color: #fff !important;
}

.mpg-included {
    margin-top: 48px;
    background: linear-gradient(135deg, #f8ffff 0%, #edfafa 100%);
    border: 1px solid #dcecef;
    border-radius: 20px;
    padding: 36px 28px;
}

.mpg-included h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 850;
    margin: 0 0 30px;
}

.mpg-included-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 155px);
    justify-content: center;
    justify-items: center;
    gap: 30px 34px;
    max-width: 1100px;
    margin: 0 auto;
}

.mpg-included-item {
    width: 155px;
    max-width: 155px;
    text-align: center;
    padding: 0 8px;
    border-right: none;
}

.mpg-included-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    color: #0a8080;
}

.mpg-included-icon svg,
.mpg-included-icon i {
    width: 34px;
    height: 34px;
    font-size: 34px;
    fill: currentColor;
    color: currentColor;
}

.mpg-included-item h3 {
    font-size: 14px;
    font-weight: 850;
    margin: 0 0 5px;
}

.mpg-included-item p {
    font-size: 12.5px;
    color: #334155;
    margin: 0;
    line-height: 1.45;
}

.mpg-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
}

.mpg-info-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #dfeaf0;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 12px 34px rgba(7, 31, 69, .05);
}

.mpg-info-icon {
    width: 50px;
    height: 50px;
    background: #edfafa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpg-info-card h3 {
    font-size: 19px;
    font-weight: 850;
    margin: 18px 0 12px;
}

.mpg-info-card p,
.mpg-info-card li {
    font-size: 14px;
    line-height: 1.55;
    color: #334155;
}

.mpg-info-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mpg-info-card li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 9px;
}

.mpg-info-card li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #0a8080;
    font-weight: 850;
}

.mpg-payment-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
}

.mpg-payment-logo {
    height: 32px;
    min-width: 49px;
    padding: 4px 8px;
    border: 1px solid #dce7ee;
    border-radius: 7px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
}

.mpg-payment-logo.is-visa {
    color: #1a1f71;
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -.7px;
}

.mpg-payment-logo.is-mastercard {
    min-width: 68px;
    flex-direction: column;
    padding: 2px 6px 3px;
}

.mpg-mastercard-mark {
    display: flex;
    justify-content: center;
    height: 15px;
}

.mpg-mastercard-mark i {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eb001b;
}

.mpg-mastercard-mark i + i {
    margin-left: -5px;
    background: rgba(247, 158, 27, .9);
}

.mpg-mastercard-name {
    color: #111827;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-top: 1px;
}

.mpg-payment-logo.is-amex {
    color: #fff;
    background: #006fcf;
    border-color: #006fcf;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.5px;
}

.mpg-payment-logo.is-apple-pay,
.mpg-payment-logo.is-google-pay {
    color: #111;
    gap: 3px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.4px;
}

.mpg-payment-logo.is-apple-pay svg {
    width: 16px;
    height: 19px;
    fill: currentColor;
}

.mpg-google-g {
    color: #4285f4;
    font-size: 17px;
    font-weight: 900;
}

.mpg-info-note {
    background: #edfafa;
    border-radius: 10px;
    padding: 13px;
    font-size: 12.5px;
    color: #334155;
    margin-top: 16px;
}

.mpg-info-link {
    color: #0a8080 !important;
    font-weight: 850;
    text-decoration: none !important;
    overflow-wrap: anywhere;
}

.mpg-info-link:hover {
    text-decoration: underline !important;
}

.mpg-fleet-banner {
    margin-top: 28px;
    background: #071f45;
    border-radius: 18px;
    padding: 26px 30px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: center;
}

.mpg-fleet-banner strong {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
}

.mpg-fleet-banner span {
    color: #cbd5e1;
}

.mpg-fleet-banner a {
    background: #0a8080;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 850;
    padding: 14px 22px;
    border-radius: 9px;
    white-space: nowrap;
}

.mpg-fleet-banner a span {
    color: inherit;
}

@media (max-width: 1024px) {
    .mpg-included-grid {
        grid-template-columns: repeat(auto-fit, 150px);
    }

    .mpg-included-item {
        width: 150px;
        max-width: 150px;
    }

    .mpg-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .mpg-included-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mpg-included-item {
        width: 100%;
        max-width: 300px;
    }

    .mpg-info-grid {
        grid-template-columns: 1fr;
    }

    .mpg-fleet-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}