*, *::before, *::after{
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
        }
html{ width: 100%; max-width: 100vw; overflow-x: hidden; scroll-behavior: auto; overscroll-behavior: none; overscroll-behavior-y: none; background-color: #FFFFFF; }
body{ 
    width: 100%; 
    overflow-x: hidden; 
    background-color: #FFFFFF; 
    color: #0A0A0A; 
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    min-height: 100vh; 
    position: relative; 
    touch-action: pan-y; 
    -webkit-overflow-scrolling: touch; 
    overscroll-behavior: none; 
    overscroll-behavior-y: none; 
    transition: background-color 0.2s ease; 
}
body.body-no-scroll{ overflow: hidden !important; }
body.checkout-active #wrapper-landing,
body.pix-active #wrapper-landing,
body.tracking-active #wrapper-landing{
    
    overflow: hidden !important;
}
body.checkout-active #wrapper-landing video,
body.pix-active #wrapper-landing video,
body.tracking-active #wrapper-landing video{
    display: none !important;
}
body.checkout-active #ugc-carousel-wrap,
body.checkout-active #wrapper-landing .lp-container,
body.checkout-active #wrapper-landing .footer-fixed,
body.checkout-active #wrapper-landing .floating-wa,
body.pix-active #ugc-carousel-wrap,
body.pix-active #wrapper-landing .lp-container,
body.pix-active #wrapper-landing .footer-fixed,
body.tracking-active #ugc-carousel-wrap,
body.tracking-active #wrapper-landing .lp-container,
body.tracking-active #wrapper-landing .footer-fixed,
body.tracking-active #wrapper-landing .floating-wa{
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
}
body.checkout-active #wrapper-checkout-page,
body.pix-active #wrapper-checkout-page{
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 11000 !important;
}
/* Pix: não herdar scroll do formulário */
body.pix-active #wrapper-checkout-page {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
body.pix-active #screen-pix-code {
  min-height: 100%;
}
body.pix-active #screen-address-form {
  display: none !important;
}

body.tracking-active #screen-tracking,
#screen-tracking.np3d-logistics-open{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 auto !important;
    z-index: 2147483000 !important;
    background-color: #FAFAFA !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
body.tracking-active #wrapper-landing .lp-container,
body.tracking-active #wrapper-landing .footer-fixed,
body.tracking-active #ugc-carousel-wrap,
body.tracking-active .floating-wa,
body.tracking-active #floating-wa-btn{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
body.tracking-active{
    overflow: hidden !important;
    background-color: #FAFAFA !important;
}
body.checkout-active #wrapper-checkout-page input,
body.checkout-active #wrapper-checkout-page select,
body.checkout-active #wrapper-checkout-page textarea,
body.checkout-active #wrapper-checkout-page button,
body.checkout-active #wrapper-checkout-page a,
body.checkout-active #wrapper-checkout-page label{
    pointer-events: auto !important;
}
#bump2-popup-overlay.open{
    display: flex !important;
    z-index: 2147483000 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
.lp-container{ 
    width: 100% !important; 
    max-width: 480px !important; 
    margin: 0 auto !important; 
    transform: none !important; 
    background-color: #ffffff; 
    min-height: 100vh; 
    position: relative; 
    padding-bottom: 80px; 
    display: flex; 
    flex-direction: column; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); 
}
.scrollbar-none{ -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-none::-webkit-scrollbar{ display: none !important; }
.master-container{ padding: 0 16px; display: flex; flex-direction: column; background-color: #ffffff; }
.py-16{ padding-top: 16px; padding-bottom: 16px; }
.flex-col{ display: flex; flex-direction: column; }
.flex-row-between{ display: flex; justify-content: space-between; align-items: center; width: 100%; }
.gap-12{ gap: 12px; }
.gap-16{ gap: 16px; }
.flex-1{ flex: 1; min-width: 0; }
.bleed-divider{ height: 6px; background-color: rgba(248, 248, 248, 0.8); margin: -8px -16px; }
.product-title{ 
    font-size: 24px; 
    font-weight: 600 !important; 
    line-height: 1.2; 
    color: #0A0A0A; 
}
.product-subtitle{ 
    font-size: 14px; 
    line-height: 1.5; 
    color: #8A8A8A; 
    margin-top: 12px; 
    margin-bottom: 6px; 
    display: block; 
    cursor: pointer; 
    -webkit-tap-highlight-color: transparent; 
    user-select: none; 
}
.product-subtitle.clamped{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.footer-fixed{ position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100% !important; max-width: 480px !important; z-index: 1000; background-color: #ffffff; box-shadow: none; border-top: none; min-height: auto; height: auto; display: flex; align-items: center; padding: 0 16px; gap: 12px; justify-content: space-between; }
@keyframes soft-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}
.btn-buy-now{ flex: 1; height: 56px; padding: 0 24px; background-color: #0A0A0A; border: none; color: #ffffff; border-radius: 12px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: none; -webkit-font-smoothing: antialiased; font-size: 15px; font-weight: 500; letter-spacing: -0.01em; text-transform: none !important; line-height: 1; width: 100%; }
.btn-buy-now:active{
    animation: none; 
    transform: scale(0.97) translateY(4px); 
    box-shadow: none; 
}
.buy-now-text{ font-size: 15px; line-height: 1; font-weight: 500; letter-spacing: -0.01em; color: #ffffff; text-transform: none !important; }
.carousel-container{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; touch-action: pan-x pan-y; }
@keyframes typing-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.dot-blink{ width: 6px; height: 6px; background-color: #8a8b90; border-radius: 50%; display: inline-block; animation: typing-bounce 1.2s infinite ease-in-out; }
.dot-blink:nth-child(2){ animation-delay: 0.2s; }
.dot-blink:nth-child(3){ animation-delay: 0.4s; }
.shimmer-active{ background: linear-gradient(90deg, #f1f1f2 25%, #e4e4e7 50%, #f1f1f2 75%) !important; background-size: 200% 100% !important; animation: shimmer-anim 1.5s infinite linear !important; border-color: transparent !important; color: transparent !important; }
@keyframes shimmer-anim { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.ugc-media-skeleton{
            position: absolute;
            inset: 0;
            z-index: 1;
            background: linear-gradient(90deg, #e8e8ea 0%, #f4f4f5 40%, #e8e8ea 80%);
            background-size: 200% 100%;
            animation: ugc-sk-shimmer 1.35s ease-in-out infinite;
            pointer-events: none;
        }
@keyframes ugc-sk-shimmer {
            0% { background-position: 200% 0; }
            100% { background-position: -200% 0; }
        }
.ugc-slide{ background-color: #ececee; aspect-ratio: 4 / 5; width: 100%; min-height: 0; }
.ugc-slide.is-ready .ugc-media-skeleton{
            opacity: 0;
            transition: opacity 0.3s ease;
        }
.ugc-slide.is-ready .ugc-media-skeleton.sk-gone{ display: none; }
.ugc-media-skeleton{ width: 100%; height: 100%; min-height: 100%; }
.ugc-delivery-card{ background-color: #ececee; }
.ugc-delivery-card.is-ready .ugc-media-skeleton{ opacity: 0; transition: opacity 0.3s ease; }
.ugc-delivery-card.is-ready .ugc-media-skeleton.sk-gone{ display: none; }
#ugc-delivery-rail::-webkit-scrollbar{ display: none; }
.v-backdrop{
            position: fixed; top: 0; left: 0; right: 0; bottom: 0;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 10000;
            display: flex; align-items: flex-end; justify-content: center;
            opacity: 0;
            visibility: hidden;
            pointer-events: none !important;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            overscroll-behavior-y: contain;
            
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }
.v-backdrop.v-active{
            opacity: 1;
            visibility: visible;
            pointer-events: auto !important;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }
.v-card{ width: 100%; max-width: 480px; background-color: #ffffff; border-radius: 16px 16px 0 0; padding: 20px 16px 24px 16px; box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.12); transform: translateY(100%); transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1); position: relative; box-sizing: border-box; display: flex; flex-direction: column; gap: 14px; max-height: 85vh; overflow-y: auto; overflow-x: hidden; }
#variants-modal .v-card{ background-color: #000000 !important; border-radius: 16px 16px 0 0 !important; border: 1px solid #1A1A1A; border-bottom: none; box-shadow: 0 8px 40px rgba(0,0,0,0.6); }
.v-backdrop.v-active .v-card{ transform: translateY(0); }
.v-close-btn{ position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border-radius: 50%; background-color: #f1f1f2; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #8a8b90; font-size: 13px; z-index: 20; }
.v-close-btn svg{ width: 14px; height: 14px; stroke-width: 2.5; }
.p-shield-bg{ position: absolute; top: -10px; right: -20px; width: 180px; height: 180px; opacity: 0.03; pointer-events: none; color: #0A0A0A; z-index: 0; }
.p-modal-title{ font-size: 22px; font-weight: 700 !important; color: #0A0A0A; margin-bottom: 20px; position: relative; z-index: 10; padding-right: 40px; line-height: 1.2; }
.p-section{ display: flex; gap: 14px; align-items: flex-start; position: relative; z-index: 10; margin-bottom: 26px; }
.p-icon{ color: #0A0A0A; flex-shrink: 0; margin-top: 2px; }
.p-content{ display: flex; flex-direction: column; gap: 6px; }
.p-title{ font-size: 15px; font-weight: 700 !important; color: #0A0A0A; line-height: 1.2; margin-bottom: 2px; }
.p-text{ font-size: 13px; color: #4a4b51; line-height: 1.4; font-weight: 400 !important; }
@media (max-width: 340px) { .v-preview-img { width: 56px; height: 56px; } .v-variant-card img { width: 56px !important; height: 56px !important; } .v-variant-card span.v-variant-title { font-size: 13px !important; } }
.v-variant-card{ border-radius: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; cursor: pointer; transition: border-color 0.2s, background-color 0.2s; box-sizing: border-box; outline: none; touch-action: manipulation; }
.v-variant-card.v-active{ border: 2px solid #0A0A0A; background-color: #0A0A0A; }
.v-variant-card.v-inactive{ border: 1.5px solid #e4e4e7; background-color: #ffffff; }
.v-variant-card.v-active span.v-variant-title{ color: #ffffff; }
.v-variant-card.v-inactive span.v-variant-title{ color: #0A0A0A; }
.v-qty-tip{ font-size: 11px; font-weight: 700 !important; color: #0A0A0A; margin-top: 2px; display: flex; align-items: center; gap: 4px; }
.v-qty-controls{ display: flex; align-items: center; border-radius: 6px; background-color: #f5f5f5; overflow: hidden; border: 1px solid #e4e4e7; }
.v-qty-btn{ width: 30px; height: 28px; border: none; background: transparent; font-size: 15px; font-weight: 700 !important; color: #555555; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.v-qty-btn:disabled{ opacity: 0.3; cursor: not-allowed; }
.v-qty-val{ width: 28px; text-align: center; font-size: 13px; font-weight: 700 !important; color: #0A0A0A; }
.v-actions-row{ display: flex; gap: 10px; margin-top: 6px; }
.v-btn-confirm{
  flex: 1.2;
  height: 56px;
  padding: 0 24px;
  border: none;
  background: #0A0A0A !important;
    color: #ffffff; 
    font-size: 15px; 
    font-weight: 500 !important; 
    border-radius: 12px; 
    letter-spacing: -0.01em;
    cursor: pointer; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.1s ease;
    text-transform: none !important;
    line-height: 1;
}
.v-btn-confirm-title{ font-size: 15px; line-height: 1; font-weight: 500; letter-spacing: -0.01em; color: inherit; text-transform: none !important; }
.v-btn-confirm:active{
    transform: scale(0.97) translateY(4px);
    box-shadow: none;
}
.creator-video-card{ flex-shrink: 0; width: 76px; height: 76px; border-radius: 50%; position: relative; overflow: hidden; background-color: #e4e4e7; cursor: pointer; box-shadow: 0 0 0 2.5px #0A0A0A, 0 0 0 4.5px rgba(212,175,55,0.7); }
.creator-video-thumb{ width: 100%; height: 100%; object-fit: cover; display: block; }
.checkout-page{ 
    width: 100%; 
    max-width: 480px; 
    background-color: #ffffff; 
    position: relative; 
    display: flex; 
    flex-direction: column; 
    min-height: 100vh; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); 
    overflow-x: hidden; 
    margin: 0 auto; 
}
.address-screen-wrapper{ width: 100%; display: flex; flex-direction: column; padding-bottom: 140px; background-color: #ffffff; min-height: 100vh; position: relative; }
.checkout-header{ position: sticky; top: 0; left: 0; right: 0; background-color: #ffffff; height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid rgba(22, 24, 35, 0.06); z-index: 100; }
.header-btn-back{ background: none; border: none; cursor: pointer; color: #0A0A0A; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; outline: none; -webkit-tap-highlight-color: transparent; }
.header-title-vendidos{ display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 500; color: #0A0A0A; }
.address-left{ display: flex; align-items: center; gap: 10px; }
.icon-location{ color: #0A0A0A; display: flex; align-items: center; }
.product-title-text{ font-size: 13px; font-weight: 500; color: #4a4b51; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.summary-nested-row{ display: flex; justify-content: space-between; align-items: center; font-size: 13.5px; color: #0A0A0A; }
.order-bump-box.active{ background-color: #f0fdf4; border-color: #16a34a; border-style: solid; }
.bump-checkbox.checked{ background-color: #0A0A0A; border-color: #0A0A0A; }
.bump-checkbox.checked svg{ display: block; }
.pix-bump-wrapper{ padding: 0 16px 16px; }
#bump2-popup-overlay{
            position: fixed; inset: 0; z-index: 12000;
            background: rgba(0,0,0,0.55);
            display: none; align-items: flex-end; justify-content: center;
            animation: bump2FadeIn 0.18s ease;
        }
#bump2-popup-overlay.open{
            display: flex !important;
        }
@keyframes bump2FadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes bump2SlideUp { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
#bump2-popup-sheet{
            width: 100%; max-width: 480px;
            background: #FAFAFA; border-radius: 20px 20px 0 0;
            padding: 24px 20px 32px;
            animation: bump2SlideUp 0.22s cubic-bezier(0.22,1,0.36,1);
        }
.bump2-handle{ width: 36px; height: 4px; background: #e0e0e0; border-radius: 8px; margin: 0 auto 20px; }
.bump2-popup-title{ font-size: 16px; font-weight: 700; color: #0A0A0A; line-height: 1.35; margin-bottom: 4px; }
.bump2-popup-sub{ font-size: 12.5px; color: #5f6167; line-height: 1.5; margin-bottom: 16px; }
.bump2-opt-box{
            border: 1px solid #0A0A0A; border-radius: 12px; padding: 14px 14px 14px 12px;
            display: flex; align-items: flex-start; gap: 12px;
            background-color: #ffffff;
            cursor: pointer; -webkit-tap-highlight-color: transparent; user-select: none;
            transition: background-color 0.18s, border-color 0.18s;
            margin-bottom: 6px;
        }
.bump2-opt-box.unchecked{
            background-color: #fafafa;
            border: 2px solid #e4e4e7;
        }
.bump2-opt-checkbox{
            width: 22px; height: 22px; border-radius: 5px;
            border: 2px solid #0A0A0A; background: #0A0A0A;
            flex-shrink: 0; margin-top: 1px;
            display: flex; align-items: center; justify-content: center;
            transition: background-color 0.18s, border-color 0.18s;
            position: relative;
        }
.bump2-opt-box.unchecked .bump2-opt-checkbox{
            background: #fff;
            border-color: #c2c2c4;
        }
.bump2-opt-checkbox .bump2-check-icon{ display: block; }
.bump2-opt-box.unchecked .bump2-opt-checkbox .bump2-check-icon{ display: none; }
.bump2-opt-content{ display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.bump2-opt-label{ font-size: 13px; font-weight: 500; color: #0A0A0A; line-height: 1.4; }
.bump2-opt-price-row{ display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-top: 5px; }
.bump2-opt-price-cur{ font-size: 14px; font-weight: 700; color: #0A0A0A; }
.bump2-uncheck-hint{ font-size: 11px; color: #9ca3af; text-align: center; margin-bottom: 14px; line-height: 1.4; }
.bump2-uncheck-hint button{ background: none; border: none; color: #9ca3af; text-decoration: underline; font-size: 11px; cursor: pointer; padding: 0; font-family: inherit; line-height: inherit; }
.btn-bump2-confirm{
            width: 100%; height: 50px; background-color: #0A0A0A; border: none;
            border-radius: 8px; color: #fff; font-size: 14.5px; font-weight: 700;
            cursor: pointer; display: flex; align-items: center; justify-content: center;
            gap: 8px; letter-spacing: 0.2px; -webkit-tap-highlight-color: transparent;
            margin-top: 4px;
        }
.pix-bump-box{
            border: 1px solid #EAEAEA;
            border-radius: 12px;
            padding: 14px 16px;
            background-color: #FAFAFA;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            user-select: none;
            transition: border-color 0.15s, background-color 0.15s;
        }
.pix-bump-box.active{
            border-color: #0A0A0A;
            background-color: #F5F5F5;
        }
.pix-bump-toggle-row{
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }
.pix-bump-toggle-left{
            display: flex;
            flex-direction: column;
            gap: 3px;
            flex: 1;
            min-width: 0;
        }
.pix-bump-title{
            font-size: 14px;
            font-weight: 600;
            color: #0A0A0A;
            line-height: 1.35;
            margin: 0;
        }
.pix-bump-sub{
            font-size: 12px;
            color: #6B7280;
            line-height: 1.45;
            margin: 0;
        }
.pix-bump-price-tag{
            font-size: 13px;
            font-weight: 700;
            color: #0A0A0A;
            white-space: nowrap;
            flex-shrink: 0;
        }
.pix-bump-toggle{
            width: 44px;
            height: 26px;
            border-radius: 13px;
            background: #D1D5DB;
            position: relative;
            flex-shrink: 0;
            transition: background 0.2s;
            pointer-events: none;
        }
.pix-bump-toggle::after{
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 1px 3px rgba(0,0,0,0.25);
            transition: transform 0.2s cubic-bezier(0.22,1,0.36,1);
        }
.pix-bump-box.active .pix-bump-toggle{
            background: #0A0A0A;
        }
.pix-bump-box.active .pix-bump-toggle::after{
            transform: translateX(18px);
        }
.pix-bump-eyebrow{ display: inline-block; font-size: 10px; font-weight: 600; background-color: #dcfce7; color: #166534; padding: 2px 8px; border-radius: 4px; margin-bottom: 6px; }
.btn-pix-bump{ display: none; }
.btn-pix-bump-skip{ display: none; }
@keyframes ttScaleIn {
    from { transform: scale(0); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.btn-order-fazer-pedido{ width: 100%; height: 56px; padding: 0 24px; background: #0A0A0A; border: none; color: #ffffff; border-radius: 12px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; outline: none; box-shadow: none; transition: transform 0.1s ease; -webkit-tap-highlight-color: transparent; font-size: 15px; font-weight: 500; letter-spacing: -0.01em; text-transform: none !important; line-height: 1; }
.btn-order-fazer-pedido:active{ transform: scale(0.97) translateY(2px); }
.btn-order-title{ font-size: 15px; font-weight: 500; line-height: 1; letter-spacing: -0.01em; color: #ffffff; text-transform: none !important; }
.modal-backdrop{ 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.45); 
    z-index: 99999; 
    display: none; 
    align-items: center; 
    justify-content: center; 
    padding: 24px; 
    box-sizing: border-box;
}
.modal-backdrop.active{ display: flex; }
.modal-box{ background-color: #ffffff; border-radius: 16px; width: 100%; max-width: 290px; padding: 24px 24px 20px 24px; text-align: center; animation: modalScaleIn 0.2s cubic-bezier(0.25, 1, 0.5, 1); box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); }
@keyframes modalScaleIn { from { transform: scale(0.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal-title{ font-size: 19px; font-weight: 700; color: #0A0A0A; line-height: 1.35; margin-bottom: 12px; padding: 0 4px; }
.modal-desc{ font-size: 13.5px; color: #5f6167; line-height: 1.45; margin-bottom: 24px; padding: 0 4px; }
.modal-buttons-row{ border-top: 1px solid rgba(22, 24, 35, 0.08); margin: 0 -24px -20px -24px; display: flex; justify-content: center; }
.modal-btn-confirm{ width: 100%; padding: 14px 16px; background: transparent; border: none; font-size: 15px; font-weight: 700; color: #0A0A0A; cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; transition: background-color 0.1s; }
.modal-btn-confirm:active{ background-color: #f4f4f5; }
.form-header{ position: sticky; top: 0; left: 0; right: 0; background-color: #111111; height: 56px; display: flex; align-items: center; justify-content: flex-start; padding: 0 16px; border-bottom: none; z-index: 100; }
.form-btn-back{ background: none; border: none; cursor: pointer; color: #ffffff; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-right: 8px; outline: none; -webkit-tap-highlight-color: transparent; }
.form-title{ font-size: 14px; font-weight: 500; color: #ffffff; }
.form-card{ background-color: transparent; border-radius: 0; border: none; margin: 0 16px; overflow: visible; display: flex; flex-direction: column; gap: 12px; }
.form-input-row{ height: 56px; display: flex; align-items: center; border-bottom: none; position: relative; background-color: #FAFAFA; border: 1px solid #EAEAEA; border-radius: 12px; }
.form-input-row:last-child{ border-bottom: none; }
.form-input{ width: 100%; height: 100%; border: none; outline: none; padding: 0 16px; font-size: 16px; color: #111111; background: transparent; border-radius: 12px; }
/* name placeholder: regras isoladas ficam no assets-manifest-v18 (inline) */
.form-field-label{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}
.form-input::placeholder{
    color: #9CA3AF !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #9CA3AF !important;
}
.form-input::-webkit-input-placeholder{ color: #9CA3AF !important; opacity: 1 !important; }
.form-input::-moz-placeholder{ color: #9CA3AF !important; opacity: 1 !important; }
.form-input:-ms-input-placeholder{ color: #9CA3AF !important; opacity: 1 !important; }
.form-input:focus{ background-color: #ffffff; }
.form-input-row:focus-within{ background-color: #ffffff; border: 1.5px solid #000000; }
.form-input-row.field-valid{ border-color: #22C55E; }
.form-input-row.field-error{ border-color: #EF4444 !important; background-color: #FEF2F2 !important; }
.form-field-error{
    display: none;
    font-size: 12px;
    color: #DC2626;
    margin: 4px 2px 0 2px;
    line-height: 1.35;
    font-weight: 500;
}
.form-field-error.show{ display: block; }
.phone-row{ padding-left: 16px; border-radius: 12px; }
.phone-row .form-input{ padding-left: 0; }
.form-input-row-double{ display: flex; height: 48px; border-bottom: 1.2px solid rgba(22, 24, 35, 0.06); background-color: #ffffff; }
.form-input-col{ flex: 1; position: relative; display: flex; align-items: center; }
.form-select:invalid, .form-select.placeholder-active{ color: #c2c2c4; }
.col-divider{ width: 1.2px; height: 24px; background-color: rgba(22, 24, 35, 0.08); align-self: center; }
.btn-save-address{ 
    width: 100%; 
    height: 56px;
    padding: 0 24px;
    background: #0A0A0A !important; 
    color: #ffffff !important; 
    border: none; 
    border-radius: 12px; 
    cursor: pointer; 
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    gap: 8px;
    outline: none;
    transition: transform 0.1s ease;
    pointer-events: auto !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 20;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-transform: none !important;
    line-height: 1;
}
.btn-save-address .btn-order-title{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    color: #ffffff;
    text-transform: none !important;
}
.btn-save-address .btn-order-subtitle{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.82);
    line-height: 1.3;
}
.btn-save-address.active{ 
    background: #0A0A0A !important; 
    color: #ffffff !important;
    border: none; 
    cursor: pointer; 
    pointer-events: auto; 
    box-shadow: none; 
}
.btn-save-address.active:active{ 
    transform: scale(0.97) translateY(2px); 
    box-shadow: none; 
}
.btn-clear-cep{ position: absolute; right: 16px; background: none; border: none; cursor: pointer; display: none; align-items: center; justify-content: center; padding: 0; color: #c2c2c4; z-index: 10; outline: none; }
.btn-clear-cep svg{ width: 18px; height: 18px; display: block; }
.cep-suggestion-box{ position: absolute; top: 100%; left: 12px; right: 12px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); padding: 12px 16px; z-index: 2000; cursor: pointer; display: none; margin-top: 4px; border: 1px solid rgba(22, 24, 35, 0.04); animation: cepSlideDown 0.15s ease-out; }
@keyframes cepSlideDown { from { transform: translateY(-4px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.cep-sug-row1{ font-size: 16px; color: #8a8b90; margin-bottom: 4px; font-weight: 400; }
.cep-sug-bold{ font-weight: 700; color: #0A0A0A; }
.cep-sug-row2{ font-size: 13.5px; color: #a1a1a6; font-weight: 400; line-height: 1.4; }
.pix-screen-wrapper{ width: 100%; display: flex; flex-direction: column; padding-bottom: 60px; background-color: #ffffff; min-height: 100vh; }
.pix-header{ height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; z-index: 100; position: relative; }
.pix-header-title{ font-size: 17px; font-weight: 700; color: #0A0A0A; position: absolute; left: 50%; transform: translateX(-50%); }
.pix-info-container{ padding: 24px 20px; display: flex; justify-content: space-between; align-items: flex-start; }
.pix-info-left{ display: flex; flex-direction: column; gap: 4px; }
.pix-info-title{ font-size: 24px; font-weight: 700; color: #0A0A0A; line-height: 1.25; }
.pix-info-price{ font-size: 24px; font-weight: 700; color: #0A0A0A; line-height: 1.25; margin-top: 4px; }
.pix-info-deadline{ font-size: 13.5px; color: #8a8b90; margin-top: 14px; font-weight: 500; }
.pix-clock-badge{ width: 48px; height: 48px; background-color: #ff9f0a; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; flex-shrink: 0; margin-top: 4px; box-shadow: 0 2px 8px rgba(255, 159, 10, 0.2); }
.pix-clock-badge svg{ width: 26px; height: 26px; stroke-width: 2.2; }
.pix-copy-card{ background-color: #ffffff; border-radius: 12px; margin: 0 16px; padding: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); display: flex; flex-direction: column; gap: 16px; border: 1px solid rgba(22, 24, 35, 0.08); }
.pix-card-logo-row{ display: flex; align-items: center; gap: 8px; }
.pix-card-logo-box{ width: 32px; height: 20px; border: 1px solid rgba(22, 24, 35, 0.08); border-radius: 3px; display: flex; align-items: center; justify-content: center; padding: 2px; background-color: #ffffff; }
.pix-card-logo-box svg{ width: 100%; height: 100%; }
.pix-card-title{ font-size: 14.5px; font-weight: 700; color: #0A0A0A; letter-spacing: 0.2px; }
.pix-code-display{ font-size: 26px; font-weight: 500; color: #0A0A0A; text-align: left; margin: 8px 0; letter-spacing: 0.5px; word-break: break-all; line-height: 1.2; }
.btn-pix-copy{
    width: 100%;
    height: 56px;
    padding: 0 24px;
    background: #0A0A0A !important;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    -webkit-tap-highlight-color: transparent;
    text-transform: none !important;
    line-height: 1;
}
.btn-pix-copy:active{
    transform: scale(0.97) translateY(2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.pix-instructions-container{ padding: 20px 20px 0 20px; display: flex; flex-direction: column; gap: 16px; }
.pix-how-to-title{ font-size: 18px; font-weight: 700; color: #0A0A0A; margin-top: 10px; }
.pix-steps-list{ list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; }
.pix-step-item{ display: flex; align-items: flex-start; gap: 12px; }
.pix-step-num{ width: 20px; height: 20px; border-radius: 50%; background-color: #0A0A0A; color: #ffffff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.pix-step-text{ font-size: 13.5px; color: #4a4b51; line-height: 1.5; margin: 0; }
.pix-step-text strong{ color: #0A0A0A; }
.pix-banks-row{ display: flex; align-items: center; gap: 6px; flex-wrap: wrap; padding-top: 2px; }
.pix-banks-label{ font-size: 12px; color: #8a8b90; }
.pix-bank-chip{ font-size: 11px; font-weight: 600; color: #ffffff; padding: 3px 10px; border-radius: 999px; line-height: 1.4; }
.pix-recovery-banner{ margin: 16px 16px 0; border: 1px solid #fde68a; background-color: #fffbeb; border-radius: 12px; padding: 16px; display: flex; flex-direction: column; gap: 10px; }
.pix-recovery-title{ font-size: 14.5px; font-weight: 700; color: #92400e; line-height: 1.35; margin: 0; }
.pix-recovery-sub{ font-size: 12.5px; color: #78716c; line-height: 1.5; margin: 0; }
.btn-pix-recovery-copy{ height: 44px; border: none; border-radius: 10px; background-color: #0A0A0A; color: #ffffff; font-size: 14px; font-weight: 600; cursor: pointer; font-family: inherit; }
.btn-pix-recovery-wa{ display: flex; align-items: center; justify-content: center; gap: 8px; height: 44px; border-radius: 10px; background-color: #25D366; color: #ffffff; font-size: 14px; font-weight: 600; text-decoration: none; }
#chat-backdrop{ z-index: 10500; align-items: flex-end; }
#chat-card{ height: 80vh; max-height: 600px; padding: 0; display: flex; flex-direction: column; gap: 0; overflow: hidden; border-radius: 16px 16px 0 0; }
#image-lightbox{ z-index: 11000; align-items: center; }
.slide-in-right{ animation: slideInRightAnim 0.32s cubic-bezier(0.25, 1, 0.5, 1) forwards !important; }
.slide-out-right{ animation: slideOutRightAnim 0.32s cubic-bezier(0.25, 1, 0.5, 1) forwards !important; }
@keyframes slideInRightAnim {
            from { transform: translate3d(100%, 0, 0); }
            to { transform: translate3d(0, 0, 0); }
        }
@keyframes slideOutRightAnim {
            from { transform: translate3d(0, 0, 0); }
            to { transform: translate3d(100%, 0, 0); }
        }
@keyframes slideUpFooterAnim {
            from { transform: translate3d(-50%, 100%, 0); }
            to { transform: translate3d(-50%, 0, 0); }
        }
.skeleton-overlay{
            position: absolute;
            top: 48px; 
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ffffff;
            z-index: 450;
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            transition: opacity 0.25s ease, visibility 0.25s ease;
            opacity: 1;
            visibility: visible;
        }
.skeleton-overlay.fade-out{ opacity: 0; visibility: hidden; pointer-events: none; }
.sk-bar{ background: linear-gradient(90deg, #f1f1f2 25%, #e4e4e7 50%, #f1f1f2 75%); background-size: 200% 100%; animation: sk-shimmer-anim 1.4s infinite linear; border-radius: 4px; }
@keyframes sk-shimmer-anim { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
.sk-container-white{ background-color: #ffffff; border-radius: 8px; padding: 16px; display: flex; flex-direction: column; gap: 12px; width: 100%; }
.tt-global-loader{
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            z-index: 99999;
            display: none;
            align-items: center;
            justify-content: center;
            /* Overlay leve — sem blur pesado */
            background-color: rgba(15, 23, 42, 0.55);
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
            padding: 24px;
            box-sizing: border-box;
        }
.tt-loader-box{
            background-color: #ffffff;
            border-radius: 16px;
            width: min(320px, 100%);
            max-width: 340px;
            padding: 28px 24px 26px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 18px;
            animation: fadeInLoader 0.2s cubic-bezier(0.22, 1, 0.36, 1);
            box-shadow: 0 12px 40px rgba(15, 23, 42, 0.14);
            border: 1px solid rgba(15, 23, 42, 0.06);
        }
@keyframes fadeInLoader {
            from { opacity: 0; transform: scale(0.96); }
            to { opacity: 1; transform: scale(1); }
        }
.tt-spinner{
            width: 40px;
            height: 40px;
            border: 3px solid #E5E7EB;
            border-top-color: #6B7280;
            border-radius: 50%;
            display: block;
            flex-shrink: 0;
            box-sizing: border-box;
            -webkit-animation: tt-loader-spin 0.7s linear infinite;
            animation: tt-loader-spin 0.7s linear infinite;
        }
.tt-dot-pink, .tt-dot-cyan{ display: none !important; }
@-webkit-keyframes tt-loader-spin {
            0% { -webkit-transform: rotate(0deg); }
            100% { -webkit-transform: rotate(360deg); }
        }
@keyframes tt-loader-spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.tt-loader-text{
            color: #111827;
            font-size: 17px;
            font-weight: 600;
            letter-spacing: -0.02em;
            text-align: center;
            line-height: 1.35;
            font-family: inherit;
        }
.tt-loader-subtext{
            color: #9CA3AF;
            font-size: 13.5px;
            font-weight: 400;
            text-align: center;
            margin-top: 0;
            line-height: 1.45;
            max-width: 260px;
        }
#bloco-como-funciona,
#bloco-prova-videos,
.trust-footer-infos,
#wrapper-checkout-page .checkout-screen-wrapper,

@media (prefers-reduced-motion: reduce) {
    .shimmer-active,
    .sk-bar,
    .v-preview-img,
    .creator-video-thumb,
    .product-img {
        animation: none !important;
        background: #f1f1f2 !important;
    }
    @keyframes soft-pulse { 0%, 100% { transform: none; } }
    @keyframes typing-bounce { 0%, 100% { transform: none; } }
}
img[loading="lazy"]{
    content-visibility: auto;
}
.footer-fixed{
    will-change: transform;
}
.floating-wa{
    position: fixed;
    bottom: 150px; 
    
    right: max(14px, calc((100vw - 480px) / 2 + 14px));
    left: auto;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px) scale(0.92);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.35s;
}
@supports not (right: max(1px, 1px)) {
    .floating-wa { right: 14px; }
}
@media (max-width: 480px) {
    .floating-wa { right: 14px; left: auto; }
}
.floating-wa.wa-visible{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}
.floating-wa.wa-hidden-force{
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
}
.floating-wa-label{
    display: none;
    background: #ffffff;
    color: #0A0A0A;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    white-space: nowrap;
    max-width: 160px;
}
.floating-wa.wa-pix-mode .floating-wa-label{
    display: block;
}
.floating-wa-btn{
    position: relative;
    width: 41px;   
    height: 41px;
    min-width: 41px;
    border-radius: 50%;
    background-color: #25D366;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.38);
    flex-shrink: 0;
}
.floating-wa-online{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #22c55e;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.25);
}
.floating-wa:active .floating-wa-btn{ transform: scale(0.92); }
body.checkout-active .floating-wa{ bottom: 24px; }
body.pix-active .floating-wa{ bottom: 24px; }
.trust-footer-infos{ background-color: #f8f9fa; padding: 24px 16px 28px 16px; text-align: center; font-size: 11px; color: #8a8b90; line-height: 1.6; border-top: 1px solid #e4e4e7; }
.legal-modal-backdrop{
            position: fixed; inset: 0; z-index: 12000;
            background: rgba(0,0,0,0.55);
            display: flex; align-items: flex-end; justify-content: center;
            opacity: 0; pointer-events: none;
            transition: opacity 0.28s ease;
            -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
        }
.legal-modal-backdrop.legal-active{
            opacity: 1; pointer-events: auto;
        }
.legal-modal-sheet{
            width: 100%; max-width: 480px;
            max-height: 88vh;
            background: #fff;
            border-radius: 16px 16px 0 0;
            display: flex; flex-direction: column;
            transform: translateY(100%);
            transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
            box-shadow: 0 -8px 40px rgba(0,0,0,0.18);
            overflow: hidden;
        }
.legal-modal-backdrop.legal-active .legal-modal-sheet{
            transform: translateY(0);
        }
.legal-modal-header{
            display: flex; align-items: center; justify-content: space-between;
            padding: 16px 16px 12px 16px;
            border-bottom: 1px solid #EAEAEA;
            flex-shrink: 0;
            position: sticky; top: 0; background: #fff; z-index: 2;
        }
.legal-modal-header h2{
            font-size: 16px; font-weight: 700; color: #0A0A0A; margin: 0; line-height: 1.3;
        }
.legal-modal-close{
            width: 36px; height: 36px; border: none; background: #F3F4F6;
            border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center;
            color: #6B7280; font-size: 20px; line-height: 1; flex-shrink: 0;
            -webkit-tap-highlight-color: transparent;
        }
.legal-modal-body{
            padding: 16px 18px 32px 18px;
            overflow-y: auto; -webkit-overflow-scrolling: touch;
            font-size: 13px; color: #374151; line-height: 1.65;
        }
.legal-modal-body h3{
            font-size: 14px; font-weight: 700; color: #0A0A0A;
            margin: 18px 0 8px 0; line-height: 1.35;
        }
.legal-modal-body h3:first-child{ margin-top: 0; }
.legal-modal-body p{ margin: 0 0 10px 0; }
.legal-modal-body ul, .legal-modal-body ol{
            margin: 0 0 12px 0; padding-left: 18px;
        }
.legal-modal-body li{ margin-bottom: 6px; }
.legal-modal-body strong{ color: #0A0A0A; font-weight: 600; }
.legal-modal-body a{ color: #128C7E; font-weight: 600; text-decoration: none; }
.legal-crawler-section{
            position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
            overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
        }
@media (min-width: 481px) {
            .legal-modal-backdrop { align-items: center; padding: 24px; }
            .legal-modal-sheet { border-radius: 16px; max-height: 85vh; }
        }
.np3d-toast{
            position: fixed;
            left: 50%;
            bottom: max(24px, env(safe-area-inset-bottom));
            transform: translateX(-50%) translateY(120%);
            z-index: 2147483646;
            max-width: min(420px, calc(100vw - 32px));
            width: auto;
            background: #0A0A0A;
            color: #fff;
            padding: 14px 16px;
            border-radius: 12px;
            font-size: 13.5px;
            font-weight: 500;
            line-height: 1.45;
            box-shadow: 0 12px 40px rgba(0,0,0,0.35);
            opacity: 0;
            pointer-events: none;
            transition: transform 0.28s cubic-bezier(0.25,1,0.5,1), opacity 0.28s ease;
            text-align: center;
        }
.np3d-toast.np3d-toast-show{
            transform: translateX(-50%) translateY(0);
            opacity: 1;
            pointer-events: auto;
        }
.np3d-toast.np3d-toast-error{ background: #111; border: 1px solid #3f3f46; }

#ugc-carousel-track::-webkit-scrollbar{ display: none; }

@keyframes pulse-tracking {
    0%, 100% { box-shadow: 0 0 0 4px #FAFAFA, 0 0 0 6px rgba(10,10,10,0.10); transform: scale(1); }
    50% { box-shadow: 0 0 0 4px #FAFAFA, 0 0 0 11px rgba(10,10,10,0.05); transform: scale(1.04); }
}
@keyframes soft-breathe {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.72; }
}
@keyframes status-fade-in {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes progress-shimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}
@keyframes calm-dot {
    0%, 100% { opacity: 0.35; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1); }
}
#screen-tracking #timeline-progress-bar{
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, #0A0A0A 0%, #3a3a3c 40%, #0A0A0A 80%);
    background-size: 200% 100%;
    animation: progress-shimmer 3.2s ease-in-out infinite;
}
#screen-tracking .step-icon.active{
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
#screen-tracking #tracking-status-text,
#screen-tracking #tracking-status-desc-box{
    animation: status-fade-in 0.55s ease both;
}
#screen-tracking #sync-timer{
    animation: soft-breathe 2.4s ease-in-out infinite;
}
#screen-tracking .timeline-step .step-label,
#screen-tracking .timeline-step span{
    transition: color 0.45s ease, font-weight 0.45s ease;
}


/* ========== Pix finalização (design preview / #00a868) ========== */
#screen-pix-code.pix-screen-wrapper,
body.pix-active #screen-pix-code {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  display: none;
  flex-direction: column;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.pix-active #screen-pix-code {
  display: flex !important;
}
.pix-pay-kiwify {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff;
}
.pix-pay-kiwify-inner {
  flex: 1;
  padding: 32px 28px 20px;
  text-align: center;
}
.pix-pay-logo {
  height: 40px;
  width: auto;
  margin: 0 auto 28px;
  display: block;
  object-fit: contain;
}
.pix-pay-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #00a868;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  text-align: center;
}
.pix-pay-steps {
  list-style: none;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.55;
  color: #333333;
}
.pix-pay-steps li { margin-bottom: 6px; }
.pix-pay-steps strong { color: #1a1a1a; font-weight: 600; }
.pix-step-note {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  margin: 4px 0 28px;
  text-align: center;
  line-height: 1.4;
}
.pix-qr-wrap {
  width: auto;
  height: auto;
  margin: 0 auto 32px;
  padding: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pix-qr-wrap img,
#screen-pix-code #pix-qr-image {
  width: 240px !important;
  height: 240px !important;
  display: block;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  object-fit: contain;
}
.pix-qr-placeholder {
  font-size: 13px;
  color: #9ca3af;
  padding: 40px 0;
}
.pix-fitts-dock {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
  padding: 0 4px;
}
#screen-pix-code .btn-pix-copy,
.pix-pay-kiwify .btn-pix-copy {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 12px;
  background: #1e293b !important;
  color: #ffffff !important;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: none;
}
#screen-pix-code .btn-pix-copy:active { opacity: 0.92; }
.pix-copy-icon { display: inline-flex; line-height: 0; opacity: 0.95; }
.btn-pix-already-paid {
  background: none;
  border: none;
  color: #3b82f6;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.pix-pay-total-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 28px calc(18px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  background: #ffffff;
  text-transform: uppercase;
}
.pix-pay-total-bar span:last-child {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-variant-numeric: tabular-nums;
}
.pix-emv-box {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* esconder UI antiga se restar classes */
#screen-pix-code .pix-header,
#screen-pix-code .pix-info-container,
#screen-pix-code .pix-copy-card,
#screen-pix-code .pix-instructions-container,
#screen-pix-code .pix-recovery-banner,
#screen-pix-code .pix-banks-row {
  display: none !important;
}


/* QR Pix — nítido */
#pix-qr-image{
    width: 240px !important;
    height: 240px !important;
    max-width: 78vw;
    max-height: 78vw;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    background: #fff;
}

