:root {
    --audit-blue: #0e5594;
    --audit-blue-dark: #07365f;
    --audit-green: #087a3c;
    --audit-ink: #12243a;
    --audit-line: rgba(18, 36, 58, 0.14);
    --audit-shadow: 0 24px 60px rgba(8, 31, 55, 0.18);
}
.floating-cart-button,
.footer-whatsapp,
.currency-float {
    visibility: visible !important;
    opacity: 1 !important;
}
.product-ribbon {
    color: #fff !important;
    background: var(--audit-blue) !important;
}
.premium-hero-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    align-items: center;
    gap: clamp(38px, 6vw, 92px);
}
.premium-copy {
    max-width: 700px !important;
}
.premium-hero-visual {
    position: relative;
    min-width: 0;
    min-height: 360px;
    isolation: isolate;
}
.premium-hero-visual::before {
    content: "";
    position: absolute;
    inset: 8% 4% 3%;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 44% 56% 52% 48% / 48% 42% 58% 52%;
    background: radial-gradient(circle at 48% 40%, rgba(93, 231, 209, 0.2), rgba(5, 38, 72, 0.05) 68%);
    box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.05);
    transform: rotate(-4deg);
}
.software-screen {
    position: absolute;
    inset: 40px 10px 56px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(6, 26, 51, 0.92), rgba(18, 86, 141, 0.78));
    box-shadow: 0 34px 70px rgba(0, 18, 39, 0.38), inset 0 1px rgba(255, 255, 255, 0.18);
    transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
}
.software-screen__bar {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(3, 20, 40, 0.46);
}
.software-screen__bar span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
}
.software-screen__bar span:first-child {
    background: #f4b544;
}
.software-screen__bar span:nth-child(2) {
    background: #5de7d1;
}
.software-screen__grid {
    height: calc(100% - 48px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
}
.software-screen__metric,
.software-screen__chart {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}
.software-screen__metric {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    padding: 16px;
}
.software-screen__metric i {
    color: #5de7d1;
    font-size: 1.25rem;
}
.software-screen__metric b {
    color: #fff;
    font-size: clamp(1.25rem, 2vw, 1.8rem);
}
.software-screen__chart {
    grid-column: 1 / -1;
    display: flex;
    align-items: end;
    gap: 9px;
    padding: 20px;
}
.software-screen__chart i {
    width: 100%;
    min-height: 22%;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, #5de7d1, #1c84c6);
}
.software-screen__chart i:nth-child(2) { height: 48%; }
.software-screen__chart i:nth-child(3) { height: 38%; }
.software-screen__chart i:nth-child(4) { height: 72%; }
.software-screen__chart i:nth-child(5) { height: 58%; }
.software-screen__chart i:nth-child(6) { height: 88%; }
.premium-hero-status {
    position: absolute;
    right: 0;
    bottom: 32px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    color: #12314e;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 34px rgba(0, 20, 43, 0.24);
    font-size: 0.84rem;
    font-weight: 900;
}
.premium-hero-status i {
    color: var(--audit-green);
}
.premium-hero-visual--support {
    display: grid;
    place-items: center;
}
.support-orbit,
.support-core,
.support-signal {
    position: absolute;
}
.support-orbit {
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 50%;
}
.support-orbit--one {
    width: 270px;
    height: 270px;
}
.support-orbit--two {
    width: 360px;
    height: 220px;
    transform: rotate(-18deg);
}
.support-core {
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    color: #0c5a78;
    border: 8px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: #fff;
    background-clip: padding-box;
    box-shadow: 0 28px 60px rgba(0, 18, 39, 0.32);
}
.support-core i {
    font-size: 2.6rem;
}
.support-signal {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(4, 35, 67, 0.78);
    box-shadow: 0 15px 32px rgba(0, 19, 40, 0.24);
    backdrop-filter: blur(10px);
    font-size: 0.82rem;
    font-weight: 900;
}
.support-signal i {
    color: #5de7d1;
}
.support-signal--diagnostic { top: 42px; right: 8px; }
.support-signal--field { left: 0; bottom: 64px; }
.support-signal--software { right: 12px; bottom: 24px; }
body:has(.quote-modal-layer),
body:has(.product-image-zoom-backdrop) {
    overflow: hidden !important;
}
body:has(.quote-modal-layer) .site-header,
body:has(.quote-modal-layer) .currency-float,
body:has(.quote-modal-layer) .footer-whatsapp,
body:has(.product-image-zoom-backdrop) .site-header,
body:has(.product-image-zoom-backdrop) .currency-float,
body:has(.product-image-zoom-backdrop) .footer-whatsapp {
    visibility: hidden !important;
}
.product-image-zoom-backdrop {
    z-index: 2147483000 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    padding: 70px 12px 12px !important;
}
.product-image-zoom-canvas {
    width: min(1120px, calc(100vw - 24px)) !important;
    height: min(780px, calc(100dvh - 82px)) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 82px) !important;
}
.product-image-zoom-close {
    z-index: 2147483001 !important;
    top: 12px !important;
    right: 12px !important;
    width: 46px !important;
    height: 46px !important;
    color: #fff !important;
    background: #07182b !important;
}
@media (max-width: 980px) {
.premium-hero {
        min-height: auto !important;
    }
.premium-hero-inner {
        display: block !important;
        padding-block: clamp(72px, 12vw, 104px) !important;
    }
.premium-hero-visual {
        display: none !important;
    }
}
@media (max-width: 920px) {
body:has(.store-filters.mobile-open) .currency-float,
body:has(.store-filters.mobile-open) .floating-cart-button,
body:has(.store-filters.mobile-open) .footer-whatsapp {
        visibility: hidden !important;
        pointer-events: none !important;
    }
}
@media (max-width: 680px) {
.premium-hero h1 {
        max-width: 15ch !important;
        font-size: clamp(2.25rem, 10.8vw, 3.25rem) !important;
        line-height: 1.02 !important;
    }
.premium-hero p {
        font-size: 1rem !important;
        line-height: 1.58 !important;
    }
.product-image-zoom-backdrop {
        padding: 60px 8px 8px !important;
    }
.product-image-zoom-canvas {
        width: calc(100vw - 16px) !important;
        height: calc(100dvh - 68px) !important;
        max-width: calc(100vw - 16px) !important;
        max-height: calc(100dvh - 68px) !important;
        padding: 8px !important;
    }
.product-image-zoom-close {
        top: 8px !important;
        right: 20px !important;
        width: 44px !important;
        height: 44px !important;
    }
.currency-float {
        display: none !important;
    }
}
@media (prefers-reduced-motion: reduce) {
.software-screen,
.support-orbit,
.support-core,
.support-signal,
.store-filter-backdrop {
        transition: none !important;
        animation: none !important;
    }
}
