.mh-banksy {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial Black, sans-serif;
}
.mh-banksy.is-on { display: flex; }
.mh-banksy__wall {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.28);
    filter: none;
}
.mh-banksy__card {
    position: relative;
    z-index: 1;
    width: min(420px, calc(100vw - 32px));
    padding: 28px 28px 24px;
    background: #f4f0e6;
    color: #111;
    box-shadow:
        8px 8px 0 #111,
        0 0 0 3px #111;
    transform: rotate(-1.2deg);
}
.mh-banksy__card:before {
    content: "";
    position: absolute;
    left: 18px;
    top: -14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e4040f;
    box-shadow: 0 42px 0 -6px #111;
}
.mh-banksy__rat {
    position: absolute;
    right: 10px;
    top: 52px;
    width: 48px;
    height: 24px;
    opacity: .35;
    pointer-events: none;
}
.mh-banksy__stamp {
    position: absolute;
    right: 16px;
    top: 14px;
    border: 3px solid #e4040f;
    color: #e4040f;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 3px 7px 2px;
    transform: rotate(12deg);
    opacity: .85;
}
.mh-banksy__title {
    font-size: 34px;
    line-height: .9;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 48px 12px 0;
    text-shadow: 2px 2px 0 #fff, 3px 3px 0 #111;
}
.mh-banksy__txt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    max-width: 78%;
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.mh-banksy__txt b { color: #e4040f; }
.mh-banksy__btn {
    display: inline-block;
    border: 3px solid #111;
    background: #fff;
    color: #111;
    font: 700 16px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .4px;
    text-transform: uppercase;
    padding: 12px 16px;
    cursor: pointer;
}
.mh-banksy__btn:hover { background: #8b1d1d; border-color: #8b1d1d; color: #fff; }
.mh-banksy__drip {
    position: absolute;
    left: 42px;
    bottom: -16px;
    width: 6px;
    height: 18px;
    background: #111;
    border-radius: 0 0 6px 6px;
}
.mh-banksy__drip:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 4px;
    width: 4px;
    height: 12px;
    background: #e4040f;
    border-radius: 0 0 4px 4px;
}

.mh-banksy__phone {
    font: 800 22px/1.1 Impact, Haettenschweiler, Arial Black, sans-serif;
    letter-spacing: 1px;
    margin: 0 0 16px;
}
.mh-banksy__actions {
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.mh-banksy__actions.is-on { display: flex; }
.mh-banksy__actions .mh-banksy__btn {
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
}
.mh-banksy__btn--max {
    background: #fff;
    color: #111;
}
.mh-banksy__btn--max:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}
