/* ========================================================================== 
   Van-Tagem | instalação do aplicativo web
   ========================================================================== */
.vt-pwa-install-layer[hidden],
[data-pwa-install-card][hidden] {
    display: none !important;
}

.vt-pwa-install-layer {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.vt-pwa-install-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 8, 17, .82);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    animation: vtPwaFadeIn .22s ease both;
}

.vt-pwa-install-dialog {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    max-height: min(760px, calc(100dvh - 36px));
    overflow: auto;
    padding: 34px;
    color: #eef5ff;
    border: 1px solid rgba(90, 136, 178, .27);
    border-radius: 28px;
    outline: none;
    background:
        radial-gradient(circle at 85% 8%, rgba(255, 176, 0, .14), transparent 31%),
        linear-gradient(155deg, #102944 0%, #071b2f 58%, #061625 100%);
    box-shadow: 0 32px 90px rgba(0, 0, 0, .52);
    animation: vtPwaDialogIn .34s cubic-bezier(.2,.8,.2,1) both;
}

.vt-pwa-install-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #aebfd1;
    border: 1px solid rgba(148, 177, 204, .16);
    border-radius: 13px;
    background: rgba(255,255,255,.045);
    cursor: pointer;
}

.vt-pwa-install-visual {
    position: relative;
    display: grid;
    width: 122px;
    height: 126px;
    margin: 0 auto 20px;
    place-items: center;
}

.vt-pwa-install-glow {
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,176,0,.24), rgba(255,176,0,0) 67%);
    animation: vtPwaGlow 2.8s ease-in-out infinite;
}

.vt-pwa-install-phone {
    position: relative;
    width: 72px;
    height: 116px;
    padding: 7px;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 19px;
    background: #020b14;
    box-shadow: 0 18px 35px rgba(0,0,0,.35);
    transform: rotate(-5deg);
}

.vt-pwa-install-phone-speaker {
    position: absolute;
    z-index: 2;
    top: 6px;
    left: 50%;
    width: 23px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255,255,255,.32);
    transform: translateX(-50%);
}

.vt-pwa-install-phone-screen {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
    border-radius: 13px;
    background:
        radial-gradient(circle at 80% 15%, rgba(255,176,0,.24), transparent 35%),
        #0a2035;
}

.vt-pwa-install-phone-screen img {
    width: 36px;
    height: auto;
    object-fit: contain;
}

.vt-pwa-install-phone-screen > span {
    display: grid;
    width: 29px;
    height: 29px;
    margin-top: 2px;
    place-items: center;
    color: #06121f;
    border-radius: 9px;
    background: linear-gradient(135deg, #ffb000, #ffc83d);
    font-size: 12px;
}

.vt-pwa-install-phone-screen strong {
    color: #fff;
    font-size: 8px;
}

.vt-pwa-install-phone-screen small {
    color: #91a4b7;
    font-size: 5px;
}

.vt-pwa-install-badge {
    position: absolute;
    right: 5px;
    bottom: 11px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #07131f;
    border: 4px solid #0b2137;
    border-radius: 50%;
    background: #ffb000;
    box-shadow: 0 10px 24px rgba(255,176,0,.24);
    animation: vtPwaBadgeFloat 2.4s ease-in-out infinite;
}

.vt-pwa-install-copy {
    text-align: center;
}

.vt-pwa-install-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #ffb000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
}

.vt-pwa-install-copy h2 {
    margin: 0;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: clamp(24px, 4vw, 34px);
    font-weight: 800;
    line-height: 1.08;
}

.vt-pwa-install-copy p {
    max-width: 455px;
    margin: 12px auto 0;
    color: #a5b7ca;
    font-size: 13px;
    line-height: 1.65;
}

.vt-pwa-install-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.vt-pwa-install-benefits article,
.vt-pwa-install-guide {
    border: 1px solid rgba(145, 177, 206, .14);
    border-radius: 17px;
    background: rgba(255,255,255,.045);
}

.vt-pwa-install-benefits article {
    display: flex;
    min-width: 0;
    padding: 14px;
    align-items: center;
    gap: 11px;
}

.vt-pwa-install-benefits article > span,
.vt-pwa-install-guide-heading > span {
    display: grid;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
    place-items: center;
    color: #ffbd22;
    border: 1px solid rgba(255,176,0,.2);
    border-radius: 12px;
    background: rgba(255,176,0,.09);
}

.vt-pwa-install-benefits strong,
.vt-pwa-install-benefits small {
    display: block;
}

.vt-pwa-install-benefits strong {
    color: #fff;
    font-size: 11px;
}

.vt-pwa-install-benefits small {
    margin-top: 3px;
    color: #8297ab;
    font-size: 9px;
    line-height: 1.45;
}

.vt-pwa-platforms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
}

.vt-pwa-platforms[hidden],
.vt-pwa-platform-card[hidden] {
    display: none !important;
}

.vt-pwa-platform-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 76px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    color: #dce8f4;
    border: 1px solid rgba(145,177,206,.13);
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.vt-pwa-platform-card.is-active {
    border-color: rgba(255,176,0,.33);
    background: linear-gradient(145deg, rgba(255,176,0,.09), rgba(255,255,255,.035));
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.vt-pwa-platform-card--link:hover {
    color: #fff;
    border-color: rgba(255,176,0,.38);
    background: rgba(255,176,0,.07);
    transform: translateY(-1px);
}

.vt-pwa-platform-card__icon {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #ffb000;
    border: 1px solid rgba(255,176,0,.17);
    border-radius: 10px;
    background: rgba(255,176,0,.075);
    font-size: 15px;
}

.vt-pwa-platform-card__copy {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.vt-pwa-platform-card__copy small {
    overflow: hidden;
    color: #71879c;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-pwa-platform-card__copy strong {
    margin-top: 3px;
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-pwa-platform-card__copy b {
    margin-top: 3px;
    overflow: hidden;
    color: #8ea3b8;
    font-size: 8px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vt-pwa-platform-card.is-active .vt-pwa-platform-card__copy b {
    color: #ffbd22;
}

.vt-pwa-platform-card__arrow {
    flex: 0 0 auto;
    color: #ffb000;
    font-size: 9px;
}

.vt-pwa-platform-card__status {
    flex: 0 0 auto;
    padding: 4px 6px;
    color: #71879c;
    border: 1px solid rgba(145,177,206,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.025);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: .08em;
}

.vt-pwa-install-guide {
    margin-top: 18px;
    padding: 16px;
}

.vt-pwa-install-guide-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vt-pwa-install-guide-heading strong,
.vt-pwa-install-guide-heading small {
    display: block;
}

.vt-pwa-install-guide-heading strong {
    color: #fff;
    font-size: 12px;
}

.vt-pwa-install-guide-heading small {
    margin-top: 3px;
    color: #8da2b7;
    font-size: 9px;
}

.vt-pwa-install-guide ol {
    margin: 14px 0 0;
    padding: 0 0 0 22px;
    color: #b2c0ce;
    font-size: 11px;
    line-height: 1.65;
}

.vt-pwa-install-status {
    display: flex;
    margin-top: 16px;
    padding: 12px 14px;
    align-items: center;
    gap: 9px;
    color: #bcd2e5;
    border: 1px solid rgba(94, 153, 202, .18);
    border-radius: 13px;
    background: rgba(34, 90, 133, .12);
    font-size: 10px;
    line-height: 1.5;
}

.vt-pwa-install-status.is-success {
    color: #76e5b2;
    border-color: rgba(61, 211, 143, .22);
    background: rgba(22, 124, 86, .12);
}

.vt-pwa-install-status.is-error {
    color: #ffc0c6;
    border-color: rgba(255, 104, 117, .22);
    background: rgba(146, 42, 55, .13);
}

.vt-pwa-install-actions {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
}

.vt-pwa-install-primary,
.vt-pwa-install-secondary {
    display: inline-flex;
    min-height: 48px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 13px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

.vt-pwa-install-primary {
    color: #07131f;
    border: 1px solid #ffb000;
    background: linear-gradient(135deg, #ffb000, #ffc83d);
    box-shadow: 0 13px 30px rgba(255,176,0,.2);
}

.vt-pwa-install-secondary {
    color: #c0cddb;
    border: 1px solid rgba(150,181,208,.16);
    background: rgba(255,255,255,.04);
}

.vt-pwa-install-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow: 0 16px 34px rgba(255,176,0,.26);
}

.vt-pwa-install-secondary:hover {
    color: #ffffff;
    border-color: rgba(150,181,208,.28);
    background: rgba(255,255,255,.075);
}

.vt-pwa-install-primary:focus-visible,
.vt-pwa-install-secondary:focus-visible {
    outline: 3px solid rgba(255,176,0,.22);
    outline-offset: 3px;
}

.vt-pwa-install-primary:active,
.vt-pwa-install-secondary:active {
    transform: translateY(0);
}

.vt-pwa-install-footnote {
    display: block;
    margin-top: 14px;
    color: #688096;
    font-size: 8px;
    text-align: center;
}

/* card no dashboard */
.vt-pwa-dashboard-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 94px;
    padding: 16px 18px;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 176, 0, .2) !important;
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 20%, rgba(255,176,0,.13), transparent 30%),
        linear-gradient(135deg, rgba(15,42,66,.96), rgba(9,29,48,.96)) !important;
}

.vt-pwa-dashboard-card::after {
    content: '';
    position: absolute;
    right: 11%;
    width: 110px;
    height: 110px;
    border: 18px solid rgba(255,176,0,.035);
    border-radius: 50%;
}

.vt-pwa-dashboard-card__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #07131f;
    border-radius: 15px;
    background: linear-gradient(135deg, #ffb000, #ffc83d);
    box-shadow: 0 10px 25px rgba(255,176,0,.18);
    font-size: 17px;
}

.vt-pwa-dashboard-card__copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.vt-pwa-dashboard-card__copy span,
.vt-pwa-dashboard-card__copy strong,
.vt-pwa-dashboard-card__copy small {
    display: block;
}

.vt-pwa-dashboard-card__copy span {
    color: #ffb000;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.vt-pwa-dashboard-card__copy strong {
    margin-top: 4px;
    color: #fff;
    font-size: 14px;
}

.vt-pwa-dashboard-card__copy small {
    margin-top: 4px;
    color: #8fa4b8;
    font-size: 9px;
    line-height: 1.5;
}

.vt-pwa-dashboard-card__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 43px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #07131f;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffb000, #ffc83d);
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

@media (max-width: 700px) {
    .vt-pwa-install-layer {
        place-items: center;
        align-items: center;
        justify-content: center;
        padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    }

    .vt-pwa-install-dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
        padding: 27px 18px 22px;
        border-radius: 24px;
    }

    .vt-pwa-install-benefits {
        grid-template-columns: 1fr;
    }

    .vt-pwa-install-actions {
        flex-direction: column;
    }

    .vt-pwa-install-primary,
    .vt-pwa-install-secondary {
        width: 100%;
    }

    .vt-pwa-dashboard-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .vt-pwa-dashboard-card__button {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@keyframes vtPwaFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes vtPwaDialogIn {
    from { opacity: 0; transform: translateY(22px) scale(.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes vtPwaGlow {
    0%, 100% { opacity: .65; transform: scale(.92); }
    50% { opacity: 1; transform: scale(1.08); }
}

@keyframes vtPwaBadgeFloat {
    0%, 100% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-6px) rotate(7deg); }
}


/* ========================================================================== 
   Van-Tagem | correção do modal de instalação
   ========================================================================== */
.vt-pwa-install-dialog {
    scrollbar-width: thin;
    scrollbar-color: rgba(255,176,0,.28) transparent;
}

.vt-pwa-install-close {
    position: absolute !important;
    z-index: 20;
    top: 18px !important;
    right: 18px !important;
    left: auto !important;
    bottom: auto !important;
    display: grid !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
    color: #aebfd1 !important;
    border: 1px solid rgba(148,177,204,.16) !important;
    border-radius: 13px !important;
    background: rgba(255,255,255,.045) !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: .18s ease;
}

.vt-pwa-install-close:hover {
    color: #fff !important;
    border-color: rgba(255,176,0,.28) !important;
    background: rgba(255,176,0,.09) !important;
    transform: translateY(-1px);
}

.vt-pwa-install-close i {
    margin: 0 !important;
    color: inherit !important;
    font-family: FontAwesome !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.vt-pwa-install-phone-screen > span i,
.vt-pwa-install-badge i,
.vt-pwa-install-benefits i,
.vt-pwa-install-guide i,
.vt-pwa-install-status i,
.vt-pwa-install-primary i {
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.vt-pwa-install-actions {
    align-items: stretch;
}

.vt-pwa-install-primary,
.vt-pwa-install-secondary {
    min-width: 0;
}

@media (max-width: 576px) {
    .vt-pwa-install-layer {
        padding: 12px;
    }

    .vt-pwa-install-dialog {
        width: 100%;
        max-height: calc(100dvh - 24px);
        padding: 28px 18px 22px;
        border-radius: 22px;
    }

    .vt-pwa-install-close {
        top: 12px !important;
        right: 12px !important;
        width: 38px !important;
        min-width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
    }

    .vt-pwa-platforms {
        grid-template-columns: 1fr;
    }

    .vt-pwa-platform-card {
        min-height: 68px;
    }

    .vt-pwa-install-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .vt-pwa-install-primary,
    .vt-pwa-install-secondary {
        width: 100%;
        min-height: 48px;
    }

    .vt-pwa-install-primary { order: 1; }
    .vt-pwa-install-secondary { order: 2; }
}

.pwa-install-modal .guardian-push-close {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;

    display: inline-grid;
    place-items: center;

    width: 40px;
    height: 40px;
    padding: 0;

    color: #8fa0b4;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 12px;

    cursor: pointer;

    transition:
        color 180ms ease,
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.pwa-install-modal .guardian-push-close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.1);
    transform: rotate(4deg);
}

.pwa-install-modal .guardian-push-close:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.16);
}

.pwa-install-modal .guardian-push-close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.pwa-install-modal .guardian-push-close i,
.vt-pwa-install-modal .guardian-push-close i {
    font-size: 18px;
    line-height: 1;
    color: currentColor;
}

.vt-pwa-install-dialog .guardian-push-close {
    position: absolute;
    z-index: 20;
    top: 18px;
    right: 18px;

    display: inline-grid;
    place-items: center;

    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;

    color: #8fa0b4;
    background: rgba(255, 255, 255, 0.035);

    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 12px;

    cursor: pointer;

    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.vt-pwa-install-dialog .guardian-push-close i {
    display: block;
    margin: 0;
    padding: 0;

    font-size: 15px;
    line-height: 1;

    color: currentColor;
}

.vt-pwa-install-dialog .guardian-push-close:hover {
    color: #ffb400 !important;

    background: rgba(255, 180, 0, 0.10);
    border-color: rgba(255, 180, 0, 0.35);

    box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.06);

    transform: rotate(4deg);
}

.vt-pwa-install-dialog .guardian-push-close:focus-visible {
    outline: 0;

    color: #ffb400 !important;
    border-color: rgba(255, 180, 0, 0.45);

    box-shadow: 0 0 0 4px rgba(255, 176, 0, 0.16);
}

.vt-pwa-install-close {
    color: #f7f9fc !important;
    height: 46px !important;
    width: 46px !important;
    font-size: 12px !important;
}

.vt-pwa-install-close:hover {
    color: #ffb400 !important;
}
/* ========================================================================== 
   VANTAGEM-UI | Card de instalação persistente no navegador
   ========================================================================== */
.vt-pwa-dashboard-card[hidden] {
    display: none !important;
}

.dashboard-content > .vt-pwa-dashboard-card {
    margin-bottom: 18px;
}

.vt-pwa-dashboard-card {
    grid-template-columns: 112px minmax(0, 1fr) auto;
    min-height: 142px;
    padding: 18px 20px;
    gap: 20px;
    border-color: rgba(255, 184, 0, .28) !important;
    border-radius: 22px;
    background:
        radial-gradient(circle at 8% 50%, rgba(255, 184, 0, .13), transparent 24%),
        radial-gradient(circle at 94% 10%, rgba(66, 148, 255, .10), transparent 28%),
        linear-gradient(135deg, rgba(13, 40, 64, .98), rgba(5, 24, 41, .98)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 16px 40px rgba(0, 0, 0, .12);
}

.vt-pwa-dashboard-card::after {
    right: 5%;
    width: 160px;
    height: 160px;
    border-width: 24px;
    opacity: .9;
}

.vt-pwa-dashboard-card__visual {
    position: relative;
    z-index: 1;
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
}

.vt-pwa-dashboard-card__glow {
    position: absolute;
    inset: 8px;
    border-radius: 32px;
    background: rgba(255, 184, 0, .13);
    filter: blur(13px);
}

.vt-pwa-dashboard-card__phone {
    position: relative;
    display: grid;
    width: 60px;
    height: 86px;
    place-items: center;
    overflow: hidden;
    border: 3px solid #dfe8f1;
    border-radius: 15px;
    background: linear-gradient(160deg, #0d2944, #071729);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .32);
    transform: rotate(-4deg);
}

.vt-pwa-dashboard-card__phone::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 21px;
    height: 3px;
    border-radius: 999px;
    background: rgba(223, 232, 241, .7);
}

.vt-pwa-dashboard-card__phone img {
    width: 37px;
    height: auto;
    margin-top: 7px;
    object-fit: contain;
}

.vt-pwa-dashboard-card__phone i {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    margin-top: -8px;
    color: #071729;
    border-radius: 8px;
    background: linear-gradient(135deg, #ffb000, #ffd052);
    font-size: 10px;
}

.vt-pwa-dashboard-card__plus {
    position: absolute;
    right: 5px;
    bottom: 8px;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    color: #071729;
    border: 4px solid #0b2238;
    border-radius: 50%;
    background: #ffb800;
    box-shadow: 0 8px 18px rgba(255, 184, 0, .24);
    font-size: 10px;
}

.vt-pwa-dashboard-card__copy strong {
    margin-top: 5px;
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.18;
}

.vt-pwa-dashboard-card__copy small {
    max-width: 720px;
    margin-top: 6px;
    color: #91a7bd;
    font-size: 10px;
    line-height: 1.55;
}

.vt-pwa-dashboard-card__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.vt-pwa-dashboard-card__benefits b {
    display: inline-flex;
    min-height: 25px;
    padding: 0 9px;
    align-items: center;
    gap: 6px;
    color: #b7c7d8;
    border: 1px solid rgba(151, 180, 208, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    font-size: 8px;
    font-weight: 700;
}

.vt-pwa-dashboard-card__benefits i {
    color: #ffb800;
}

.vt-pwa-dashboard-card__button {
    min-width: 170px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(255, 176, 0, .16);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.vt-pwa-dashboard-card__button:hover {
    filter: brightness(1.04);
    box-shadow: 0 14px 34px rgba(255, 176, 0, .23);
    transform: translateY(-2px);
}

@media (max-width: 820px) {
    .vt-pwa-dashboard-card {
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 0;
        padding: 16px;
        gap: 14px;
    }

    .vt-pwa-dashboard-card__visual {
        width: 82px;
        height: 92px;
    }

    .vt-pwa-dashboard-card__phone {
        width: 54px;
        height: 78px;
    }

    .vt-pwa-dashboard-card__button {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 520px) {
    .dashboard-content > .vt-pwa-dashboard-card {
        margin-bottom: 13px;
    }

    .vt-pwa-dashboard-card {
        grid-template-columns: 68px minmax(0, 1fr);
        padding: 14px;
        gap: 12px;
        border-radius: 18px;
    }

    .vt-pwa-dashboard-card__visual {
        width: 64px;
        height: 80px;
    }

    .vt-pwa-dashboard-card__phone {
        width: 47px;
        height: 69px;
        border-width: 2px;
        border-radius: 13px;
    }

    .vt-pwa-dashboard-card__phone img {
        width: 31px;
    }

    .vt-pwa-dashboard-card__plus {
        right: -1px;
        bottom: 2px;
        width: 27px;
        height: 27px;
        border-width: 3px;
    }

    .vt-pwa-dashboard-card__copy strong {
        font-size: 15px;
    }

    .vt-pwa-dashboard-card__copy small {
        font-size: 9px;
    }

    .vt-pwa-dashboard-card__benefits {
        display: none;
    }
}

/* ========================================================================== 
   VANTAGEM-UI | CICLO COMPLETO DO MODAL DE INSTALAÇÃO
   A abertura e o fechamento usam a mesma linguagem de movimento do painel.
   ========================================================================== */
.vt-pwa-install-layer:not([hidden]) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 220ms ease,
        visibility 0s linear 260ms;
}

.vt-pwa-install-layer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.vt-pwa-install-layer.is-closing {
    pointer-events: none;
}

.vt-pwa-install-backdrop {
    opacity: 0;
    animation: none !important;
    transition: opacity 220ms ease;
}

.vt-pwa-install-layer.is-open .vt-pwa-install-backdrop {
    opacity: 1;
}

.vt-pwa-install-dialog {
    opacity: 0;
    animation: none !important;
    transform: translateY(22px) scale(.97);
    transform-origin: center center;
    transition:
        opacity 190ms ease,
        transform 250ms cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.vt-pwa-install-layer.is-open .vt-pwa-install-dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 700px) {
    .vt-pwa-install-dialog {
        transform: translateY(34px) scale(.99);
    }

    .vt-pwa-install-layer.is-open .vt-pwa-install-dialog {
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-pwa-install-layer,
    .vt-pwa-install-backdrop,
    .vt-pwa-install-dialog {
        transition-duration: 1ms !important;
        transition-delay: 0s !important;
    }
}

/* VANTAGEM UI | legibilidade do instalador */
.vt-pwa-install-benefits small,
.vt-pwa-install-guide-heading small,
.vt-pwa-install-status,
.vt-pwa-install-footnote,
.vt-pwa-dashboard-card__copy small,
.vt-pwa-dashboard-card__copy span,
.vt-pwa-dashboard-card__benefits b { font-size: 11px !important; line-height: 1.5 !important; }

