#visa-quiz[hidden]{display:none !important}
body.vq-open{overflow:hidden}
@media (max-width:767px){
    body.vq-page{padding-bottom:96px}
    body.vq-page .bonus-btn{
        bottom:calc(108px + env(safe-area-inset-bottom, 0px));
        right:12px;
        z-index:250;
    }
}
@media (min-width:768px){
    body.vq-page .bonus-btn{
        right:456px;
        bottom:32px;
        z-index:330;
    }
    body.vq-open .bonus-btn{
        right:24px;
        bottom:24px;
        z-index:250;
    }
}

.vq-bar{
    display:none;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:320;
    gap:12px;
    padding:20px 16px calc(20px + env(safe-area-inset-bottom));
    background:#fff3e4;
    border-top:1.5px solid #d9cfc2;
    box-sizing:border-box;
}
.vq-bar__btn{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    margin:0;
    padding:0 12px;
    border-radius:999px;
    font-family:Oswald,sans-serif;
    font-size:16px;
    font-weight:500;
    letter-spacing:.64px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
    box-sizing:border-box;
}
.vq-bar__btn--call{
    border:1px solid #111;
    background:transparent;
    color:#111;
}
.vq-bar__btn--quiz{
    border:0;
    background:#111;
    color:#fff;
}
@media (max-width:767px){
    .vq-bar{display:flex}
    .vq-fab{display:none !important}
}

.vq-fab{
    display:none;
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:320;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:0 24px;
    border:0;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-family:Oswald,sans-serif;
    font-size:16px;
    font-weight:500;
    letter-spacing:.64px;
    text-transform:uppercase;
    cursor:pointer;
    box-shadow:0 0 36px rgba(0,0,0,.04);
}
.vq-fab{display:none !important}
body.vq-open .vq-bar{display:none !important}

.vq-overlay{
    position:fixed;
    inset:0;
    z-index:400;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:32px 16px;
}
.vq-overlay[hidden]{display:none !important}
.vq-backdrop{
    position:absolute;
    inset:0;
    background:rgba(17,17,17,.55);
}
.vq-shell{
    position:relative;
    z-index:1;
    width:min(400px,100%);
}
.vq-close{
    position:absolute;
    top:-16px;
    right:-16px;
    width:16px;
    height:16px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
    pointer-events:auto;
    z-index:5;
}
.vq-close::before,
.vq-close::after{
    content:"";
    position:absolute;
    left:0;
    top:7px;
    width:16px;
    height:1.6px;
    background:#111;
}
.vq-close::before{transform:rotate(45deg)}
.vq-close::after{transform:rotate(-45deg)}
.vq-card{
    width:100%;
    min-height:540px;
    max-height:min(720px,calc(100dvh - 40px));
    display:flex;
    flex-direction:column;
    background:#fff;
    border-radius:16px;
    box-shadow:0 0 36px rgba(0,0,0,.04);
    box-sizing:border-box;
    overflow:hidden;
}
.vq-screen{
    display:flex;
    flex-direction:column;
    flex:1;
    min-height:0;
    height:100%;
    padding:32px;
    overflow:hidden;
}
.vq-screen[hidden]{display:none !important}
.vq-screen[data-vq-screen="intro"]{padding:0;overflow:hidden}

.vq-intro{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}
.vq-intro__text{flex:0 0 auto;padding:24px 24px 16px}
.vq-intro__title{
    margin:0 0 8px;
    font-family:Oswald,sans-serif;
    font-size:32px;
    font-weight:500;
    line-height:1.32;
    letter-spacing:-.64px;
    text-transform:uppercase;
    color:#111;
}
.vq-intro__sub{
    margin:0;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.56;
    color:#434343;
}
.vq-intro__cover{
    position:relative;
    flex:1 1 auto;
    min-height:0;
    overflow:hidden;
    border-radius:0 0 16px 16px;
}
.vq-intro__cover img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 18%;
    display:block;
}
.vq-intro__cover .vq-btn{
    position:absolute;
    left:24px;
    right:24px;
    bottom:20px;
    width:auto;
    margin:0;
}

.vq-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 0 12px;
}
.vq-logo{display:block;width:105px;height:12px}
.vq-step{
    margin:0;
    font-family:Inter,sans-serif;
    font-size:12px;
    line-height:1.56;
    color:#6b6b6b;
}
.vq-progress{
    position:relative;
    height:4px;
    margin:0 0 24px;
    background:rgba(17,17,17,.24);
    border-radius:999px;
    overflow:hidden;
}
.vq-progress__bar{
    display:block;
    height:100%;
    width:16.66%;
    background:#111;
    border-radius:999px;
}
.vq-qtitle{
    margin:0 0 16px;
    font-family:Inter,sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:1.56;
    color:#111;
    text-transform:none;
    letter-spacing:0;
}
.vq-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.vq-opt{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    min-height:57px;
    padding:16px;
    border:1px solid #e1e1e1;
    border-radius:16px;
    background:#fff;
    color:#111;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:1.56;
    text-align:left;
    cursor:pointer;
}
.vq-opt__left{
    display:flex;
    align-items:center;
    gap:8px;
    min-width:0;
}
.vq-opt__emoji{
    flex:0 0 25px;
    width:25px;
    font-size:22px;
    line-height:1;
    text-align:center;
}
.vq-opt__label{opacity:.56}
.vq-opt__radio{
    flex:0 0 24px;
    width:24px;
    height:24px;
    border:1px solid #d9cfc2;
    border-radius:50%;
    box-sizing:border-box;
    background:#fff;
}
.vq-opt.is-on .vq-opt__label{opacity:1}
.vq-opt.is-on .vq-opt__radio{
    border:0;
    background:#111;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.2l3 3 6-6' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center;
}
.vq-hint{
    margin:-8px 0 16px;
    font-family:Inter,sans-serif;
    font-size:16px;
    line-height:1.56;
    color:#434343;
}
.vq-field{display:block;margin-bottom:12px}
.vq-input{
    width:100%;
    height:49px;
    padding:0 16px;
    border:0;
    border-radius:16px;
    background:#fff3e4;
    font-family:Inter,sans-serif;
    font-size:16px;
    color:#111;
    box-sizing:border-box;
}
.vq-input::placeholder{color:#6b6b6b}
.vq-input:focus{outline:2px solid #111}

.vq-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:56px;
    margin-top:auto;
    padding:0 16px;
    border:0;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-family:Oswald,sans-serif;
    font-size:16px;
    font-weight:500;
    letter-spacing:.64px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
}
.vq-btn:disabled{
    background:#434343;
    opacity:.8;
    cursor:default;
}
.vq-disc{
    margin:8px 0 0;
    font-family:Inter,sans-serif;
    font-size:12px;
    line-height:1.56;
    color:#434343;
    text-align:center;
}

.vq-load{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-align:center;
}
.vq-load__title{
    margin:24px 0 0;
    font-family:Inter,sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:1.56;
    color:#111;
}
.vq-load__sub{
    margin:0;
    font-family:Inter,sans-serif;
    font-size:16px;
    line-height:1.56;
    color:#434343;
}
.vq-spinner{
    width:80px;
    height:80px;
    border:3px solid #ececec;
    border-top-color:#111;
    border-radius:50%;
    animation:vq-spin .8s linear infinite;
}
@keyframes vq-spin{to{transform:rotate(360deg)}}

.vq-screen--result{padding-bottom:32px;overflow:hidden}
.vq-result{display:flex;flex-direction:column;align-items:center;flex:1}
.vq-result__emoji{
    margin:24px 0 4px;
    font-size:52px;
    line-height:1;
    text-align:center;
}
.vq-result__ready{
    margin:0 0 24px;
    font-family:Inter,sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:1.56;
    text-align:center;
    color:#111;
    text-transform:none;
    letter-spacing:0;
}
.vq-status{
    width:100%;
    margin:0 0 24px;
    padding:16px;
    border-radius:12px;
    box-sizing:border-box;
}
.vq-status__title{
    margin:0 0 8px;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:1.56;
}
.vq-status__text{
    margin:0;
    font-family:Inter,sans-serif;
    font-size:16px;
    line-height:1.56;
    color:#434343;
}
.vq-status.is-high{background:#eafaf1}
.vq-status.is-high .vq-status__title{color:#00ba00}
.vq-status.is-mid{background:#fff3e4}
.vq-status.is-mid .vq-status__title{color:#d68d25}
.vq-status.is-low{background:rgba(202,49,29,.12)}
.vq-status.is-low .vq-status__title{color:#ca311d}
.vq-help{
    margin:0 0 16px;
    width:100%;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:600;
    color:#111;
}
.vq-bullets{
    width:100%;
    margin:0 0 24px;
    padding:0;
    list-style:none;
}
.vq-bullets li{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin:0 0 16px;
    font-family:Inter,sans-serif;
    font-size:16px;
    line-height:1.56;
    color:#434343;
}
.vq-bullets li:last-child{margin-bottom:0}
.vq-bullets li::before{
    content:"✓";
    flex:0 0 18px;
    width:18px;
    height:18px;
    margin-top:3px;
    border:1.4px solid currentColor;
    border-radius:50%;
    font-size:11px;
    line-height:16px;
    text-align:center;
    box-sizing:border-box;
}
.vq-result.is-high .vq-bullets li::before{color:#00ba00;border-color:#00ba00}
.vq-result.is-mid .vq-bullets li::before{color:#d68d25;border-color:#d68d25}
.vq-result.is-low .vq-bullets li::before{color:#ca311d;border-color:#ca311d}
.vq-result .vq-btn{margin-top:auto}

@media (max-width:767px){
    .vq-overlay{
        align-items:center;
        justify-content:center;
        padding:52px 16px 16px;
    }
    .vq-shell{
        width:min(328px,100%);
        height:auto;
    }
    .vq-close{
        top:-36px;
        right:0;
        z-index:2;
    }
    .vq-close::before,
    .vq-close::after{background:#fff}
    .vq-card{
        height:560px;
        min-height:0;
        max-height:min(560px,calc(100dvh - 68px));
        border-radius:16px;
    }
    .vq-card.is-result{
        height:auto;
        max-height:calc(100dvh - 68px);
    }
    .vq-card.is-result .vq-screen--result{
        overflow-y:auto;
        -webkit-overflow-scrolling:touch;
        height:auto;
        min-height:0;
    }
    .vq-intro__title{font-size:28px}
    .vq-btn--next{display:none}
}
@media (min-width:768px){
    body.vq-page .vq-overlay{
        display:flex;
        align-items:flex-end;
        justify-content:flex-end;
        padding:0 32px 32px 0;
        pointer-events:none;
    }
    body.vq-page .vq-backdrop{display:none}
    body.vq-page .vq-shell{pointer-events:auto;overflow:visible}
    body.vq-page .vq-close{
        display:block;
        top:-16px;
        right:-16px;
        width:16px;
        height:16px;
        z-index:5;
    }
    body.vq-page .vq-close::before,
    body.vq-page .vq-close::after{
        left:0;
        top:7px;
        width:16px;
        background:#111;
    }
    body.vq-page .vq-card{
        width:400px;
        height:540px;
        min-height:540px;
        max-height:540px;
        overflow:hidden;
    }
    body.vq-page .vq-card:has([data-vq-screen="result"]:not([hidden])){
        height:auto;
        max-height:none;
    }
    body.vq-open .vq-overlay{
        align-items:center;
        justify-content:center;
        padding:32px 16px;
        pointer-events:auto;
    }
    body.vq-open .vq-backdrop{display:block}
}
