@import url('hero.css');
@import url('features.css');
@import url('steps.css');
@import url('pricing.css');
@import url('faq.css');

.trace-demo-hero .hero-right {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.dashboard-live-demo-frame {
    width: 940px;
    height: 620px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.12);
    background: #000;
    box-shadow: 0 34px 90px rgba(0,0,0,0.58);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    pointer-events: auto;
    z-index: 200;
}

.trace-demo-hero .hero-right:hover .dashboard-live-demo-frame,
.dashboard-live-demo-frame:hover {
    transform: translateY(-6px);
    border-color: rgba(255,255,255,0.22);
    box-shadow: 0 42px 110px rgba(0,0,0,0.72);
}

.dashboard-live-demo-frame iframe {
    position: absolute;
    inset: 0;
    width: 940px;
    height: 620px;
    border: 0;
    display: block;
    background: #000;
    pointer-events: auto;
    z-index: 300;
}

.trace-demo-hero .hero-right::before,
.trace-demo-hero .hero-right::after,
.dashboard-live-demo-frame::before,
.dashboard-live-demo-frame::after {
    pointer-events: none !important;
}

@media (max-width: 1240px) {
    .dashboard-live-demo-frame,
    .dashboard-live-demo-frame iframe {
        width: 760px;
        height: 560px;
    }
}

@media (max-width: 1080px) {
    .dashboard-live-demo-frame,
    .dashboard-live-demo-frame iframe {
        width: 100%;
        height: 620px;
    }
}

html,
body {
    overflow-x: hidden;
}

.trace-demo-hero,
.hero-container {
    overflow: visible;
}

.hero-right.hero-demo-slide {
    opacity: 1;
    transform: translate3d(115vw, 0, 0);
    animation: traceDemoEnterFromRight 1.45s cubic-bezier(0.16, 1, 0.3, 1) 0.25s forwards;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.hero-right.hero-demo-slide .dashboard-live-demo-frame {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

@keyframes traceDemoEnterFromRight {
    0% {
        transform: translate3d(115vw, 0, 0);
    }

    72% {
        transform: translate3d(-18px, 0, 0);
    }

    86% {
        transform: translate3d(8px, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
} 

html,
body {
    overflow-x: hidden;
}

body.trace-home-loading {
    overflow: hidden;
}

.trace-boot-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 35%),
        #030303;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.trace-boot-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.trace-boot-inner {
    width: min(440px, calc(100vw - 40px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.trace-boot-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.trace-boot-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.12));
}

.trace-boot-status {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.trace-boot-bar {
    width: 100%;
    height: 12px;
    padding: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.trace-boot-bar-fill {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), #ffffff);
    box-shadow: 0 0 24px rgba(255, 255, 255, 0.2);
    animation: traceBootFill 1.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes traceBootFill {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.trace-demo-hero {
    min-height: 100vh;
    padding-top: 120px;
}

.hero-container {
    align-items: center;
    gap: 52px;
}

.hero-left {
    max-width: 660px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.hero-heading {
    margin: 26px 0 0;
    line-height: 0.92;
    letter-spacing: -0.055em;
}

.hero-heading .line {
    overflow: visible;
}

.hero-heading .line + .line {
    margin-top: 8px;
}

.hero-heading .line-inner {
    display: inline-block;
    font-size: clamp(3.7rem, 7vw, 5.8rem);
    font-weight: 900;
}

.hero-static-word {
    color: #ffffff;
}

.dark-text {
    color: rgba(255, 255, 255, 0.38);
}

.hero-desc {
    max-width: 600px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 1.16rem;
    line-height: 1.7;
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.hero-buttons .btn-primary,
.hero-buttons .btn-secondary {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 800;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.hero-buttons .btn-primary {
    background: #f3f3f3;
    color: #050505;
    border: 1px solid #f3f3f3;
    box-shadow: 0 16px 34px rgba(255, 255, 255, 0.08);
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-1px);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(255, 255, 255, 0.12);
}

.hero-buttons .btn-secondary {
    background: rgba(255, 255, 255, 0.015);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-buttons .btn-secondary:hover {
    transform: translateY(-1px);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
}

.hero-right.hero-demo-slide {
    opacity: 0;
    transform: translate3d(38vw, 0, 0);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

body.trace-home-ready .hero-right.hero-demo-slide {
    animation: traceDemoEnterSmooth 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-right.hero-demo-slide .dashboard-live-demo-frame {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

@keyframes traceDemoEnterSmooth {
    0% {
        opacity: 0;
        transform: translate3d(38vw, 0, 0);
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

@media (max-width: 1100px) {
    .hero-container {
        gap: 34px;
    }

    .hero-heading .line-inner {
        font-size: clamp(3.2rem, 9vw, 5rem);
    }

    .hero-desc {
        font-size: 1.04rem;
    }
}

@media (max-width: 900px) {
    .trace-demo-hero {
        padding-top: 100px;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero-desc {
        max-width: 100%;
    }

    .hero-buttons {
        gap: 12px;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        min-height: 52px;
        padding: 0 22px;
    }

    .trace-boot-brand {
        font-size: 1.7rem;
    }

    .trace-boot-brand img {
        width: 40px;
        height: 40px;
    }
}

:root {
    --trace-hero-muted: rgba(255, 255, 255, 0.42);
    --trace-hero-soft: rgba(255, 255, 255, 0.58);
    --trace-hero-card: rgba(255, 255, 255, 0.026);
}

html,
body {
    overflow-x: hidden;
}

body.trace-home-loading {
    overflow: hidden;
}

body.trace-home-loading .navbar,
body.trace-home-loading .site-header,
body.trace-home-loading header,
body.trace-home-loading .main-header {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.trace-boot-loader {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.07), transparent 26%),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.04), transparent 24%),
        #030303;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.42s ease, visibility 0.42s ease;
}

.trace-boot-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.trace-boot-inner {
    width: min(320px, calc(100vw - 44px));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    transform: translateY(-12px);
}

.trace-boot-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0;
    animation: traceLoaderBrand 0.34s ease forwards;
}

.trace-boot-brand img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.16));
}

.trace-boot-status {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0;
    animation: traceLoaderBrand 0.34s ease 0.08s forwards;
}

.trace-boot-bar {
    width: 270px;
    height: 6px;
    padding: 1px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    opacity: 0;
    animation: traceLoaderBrand 0.28s ease 0.12s forwards;
}

.trace-boot-bar-fill {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.58), #ffffff);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.24);
    animation: traceBootFill 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.08s forwards;
}

@keyframes traceLoaderBrand {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes traceBootFill {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.trace-demo-hero {
    min-height: 100vh;
    padding-top: 120px;
    background:
        radial-gradient(circle at 18% 36%, rgba(255, 255, 255, 0.045), transparent 25%),
        radial-gradient(circle at 74% 26%, rgba(255, 255, 255, 0.035), transparent 30%),
        #030303;
}

.hero-container {
    display: grid !important;
    grid-template-columns: minmax(460px, 0.86fr) minmax(760px, 1.14fr);
    align-items: center;
    gap: clamp(42px, 5vw, 92px);
}

.hero-left {
    position: relative;
    z-index: 3;
    max-width: 680px;
    padding: 18px 0 18px;
}

.hero-left::before {
    content: "";
    position: absolute;
    inset: -38px -34px -34px -34px;
    z-index: -1;
    background:
        radial-gradient(circle at 16% 28%, rgba(255, 255, 255, 0.055), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
    border-radius: 34px;
    opacity: 0;
    transform: translateY(18px);
}

body.trace-home-ready .hero-left::before {
    animation: traceHeroTextUp 0.78s cubic-bezier(0.16, 1, 0.3, 1) 0.12s forwards;
}

.hero-badge,
.hero-heading .line-inner,
.hero-desc,
.hero-buttons {
    opacity: 0;
    transform: translateY(24px);
}

body.trace-home-ready .hero-badge {
    animation: traceHeroTextUp 0.68s cubic-bezier(0.16, 1, 0.3, 1) 0.08s forwards;
}

body.trace-home-ready .hero-heading .line:nth-child(1) .line-inner {
    animation: traceHeroTextUp 0.76s cubic-bezier(0.16, 1, 0.3, 1) 0.18s forwards;
}

body.trace-home-ready .hero-heading .line:nth-child(2) .line-inner {
    animation: traceHeroTextUp 0.76s cubic-bezier(0.16, 1, 0.3, 1) 0.28s forwards;
}

body.trace-home-ready .hero-desc {
    animation: traceHeroTextUp 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.42s forwards;
}

body.trace-home-ready .hero-buttons {
    animation: traceHeroTextUp 0.72s cubic-bezier(0.16, 1, 0.3, 1) 0.56s forwards;
}

@keyframes traceHeroTextUp {
    from {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(3px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.hero-badge {
    min-height: 40px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
    color: rgba(255, 255, 255, 0.76);
    letter-spacing: 0.24em;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.hero-heading {
    margin-top: 30px;
    letter-spacing: -0.06em;
}

.hero-heading .line {
    overflow: visible !important;
}

.hero-heading .line + .line {
    margin-top: 10px;
}

.hero-heading .line-inner {
    display: block;
    font-size: clamp(4.2rem, 6.2vw, 6.5rem);
    line-height: 0.92;
    font-weight: 950;
}

.hero-static-word {
    color: #ffffff;
    text-shadow: 0 0 34px rgba(255, 255, 255, 0.13);
}

.dark-text {
    color: var(--trace-hero-muted) !important;
    text-shadow: none !important;
}

.hero-desc {
    max-width: 560px;
    margin-top: 34px;
    color: var(--trace-hero-soft) !important;
    font-size: 1.08rem;
    line-height: 1.82;
    font-weight: 650;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hero-buttons .btn-primary,
.hero-buttons .btn-secondary {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    gap: 10px;
    backdrop-filter: blur(14px);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.hero-buttons .btn-primary {
    background: #f4f4f4;
    color: #050505;
    border: 1px solid #ffffff;
    box-shadow:
        0 18px 50px rgba(255, 255, 255, 0.1),
        inset 0 -8px 18px rgba(0, 0, 0, 0.08);
}

.hero-buttons .btn-secondary {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
    color: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.115);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.hero-buttons .btn-primary:hover,
.hero-buttons .btn-secondary:hover {
    transform: translateY(-2px);
}

.hero-buttons .btn-primary:hover {
    background: #ffffff;
    box-shadow:
        0 22px 58px rgba(255, 255, 255, 0.14),
        inset 0 -8px 18px rgba(0, 0, 0, 0.06);
}

.hero-buttons .btn-secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.hero-buttons .btn-secondary[href="/changelog"] {
    min-width: 184px;
    justify-content: center;
    color: rgba(255, 255, 255, 0.66);
}

.hero-right.hero-demo-slide {
    position: relative;
    z-index: 2;
    margin-left: clamp(42px, 5vw, 110px);
    opacity: 0;
    transform: translate3d(34vw, 0, 0);
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
}

body.trace-home-ready .hero-right.hero-demo-slide {
    animation: traceDemoEnterClean 1.05s cubic-bezier(0.16, 1, 0.3, 1) 0.34s forwards;
}

.hero-right.hero-demo-slide::before {
    content: "";
    position: absolute;
    inset: -34px -42px -44px -52px;
    background:
        radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
    border-radius: 36px;
    filter: blur(0.2px);
    opacity: 0.75;
    pointer-events: none;
}

.hero-right.hero-demo-slide .dashboard-live-demo-frame {
    position: relative;
    z-index: 2;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014));
    border: 1px solid rgba(255, 255, 255, 0.105);
    box-shadow:
        0 42px 100px rgba(0, 0, 0, 0.46),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025);
    transform: translateZ(0);
    backface-visibility: hidden;
}

@keyframes traceDemoEnterClean {
    from {
        opacity: 0;
        transform: translate3d(34vw, 0, 0);
        filter: blur(4px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

.trace-video-fade-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.055), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012));
}

@media (max-width: 1280px) {
    .hero-container {
        grid-template-columns: minmax(420px, 0.9fr) minmax(640px, 1.1fr);
        gap: 44px;
    }

    .hero-right.hero-demo-slide {
        margin-left: 38px;
    }

    .hero-heading .line-inner {
        font-size: clamp(3.6rem, 6vw, 5.4rem);
    }
}

@media (max-width: 980px) {
    .hero-container {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-right.hero-demo-slide {
        width: 100%;
        margin-left: 0;
    }

    .hero-heading .line-inner {
        font-size: clamp(3.2rem, 11vw, 5rem);
    }

    .hero-desc {
        max-width: 100%;
        font-size: 1rem;
    }

    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        min-height: 52px;
        padding: 0 22px;
    }
}

body.trace-home-loading main {
    opacity: 0;
    pointer-events: none;
}

body.trace-home-ready main {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.32s ease;
}

.trace-boot-loader {
    position: fixed !important;
    inset: 0 !important;
}

.scan-preview-video.trace-video-fade-card {
    position: relative !important;
    overflow: hidden !important;
}

.scan-preview-video.trace-video-fade-card video {
    display: block;
    width: 100%;
    height: auto;
}

.hero-right.hero-demo-slide {
    margin-left: clamp(80px, 7vw, 145px) !important;
}

@media (max-width: 1280px) {
    .hero-right.hero-demo-slide {
        margin-left: 56px !important;
    }
}

@media (max-width: 980px) {
    .hero-right.hero-demo-slide {
        margin-left: 0 !important;
    }
}

.hero-left,
.hero-left * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.hero-left img,
.hero-left a,
.hero-left button {
    -webkit-user-drag: none;
}

.hero-left ::selection {
    background: transparent;
    color: inherit;
}

.hero-left ::-moz-selection {
    background: transparent;
    color: inherit;
}

body,
main {
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.045), transparent 26%),
        radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.03), transparent 30%),
        radial-gradient(circle at 52% 58%, rgba(255, 255, 255, 0.018), transparent 34%),
        #030303 !important;
}

.trace-demo-hero,
.scan-preview-section,
.see-why-section {
    background: transparent !important;
}

.hero-left::before {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
}

.hero-left {
    background: transparent !important;
}

.hero-bg-glow {
    opacity: 0.45 !important;
    filter: blur(90px) !important;
}

.trace-demo-hero {
    position: relative;
    overflow: hidden;
}

.trace-demo-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 34%, rgba(255, 255, 255, 0.03), transparent 22%),
        radial-gradient(circle at 82% 26%, rgba(255, 255, 255, 0.022), transparent 26%);
    z-index: 0;
}

.trace-demo-hero .container,
.scan-preview-section .container,
.see-why-section .container {
    position: relative;
    z-index: 1;
}

html,
body,
body *,
main,
main *,
section,
section *,
.container,
.container * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
}

body ::selection {
    background: transparent !important;
    color: inherit !important;
}

body ::-moz-selection {
    background: transparent !important;
    color: inherit !important;
}

img,
svg,
video,
iframe,
a,
button {
    -webkit-user-drag: none !important;
    user-drag: none !important;
}

a,
button {
    cursor: pointer;
}

@property --preview-snake-angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}

.scan-preview-video.trace-video-fade-card {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 26px !important;
    isolation: isolate !important;
    background: #030303 !important;
    padding: 2px !important;
}

.scan-preview-video.trace-video-fade-card video {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    background: #030303 !important;
}

.scan-preview-video.trace-video-fade-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    display: block !important;
    padding: 2px !important;
    border-radius: inherit !important;
    pointer-events: none !important;
    background:
        conic-gradient(
            from var(--preview-snake-angle),
            transparent 0deg,
            transparent 38deg,
            rgba(255, 255, 255, 0.16) 50deg,
            rgba(255, 255, 255, 0.82) 64deg,
            #ffffff 76deg,
            rgba(255, 255, 255, 0.82) 88deg,
            rgba(255, 255, 255, 0.16) 102deg,
            transparent 116deg,
            transparent 360deg
        ) !important;
    animation: previewSnakeMove 2.15s linear infinite !important;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0) !important;
    mask-composite: exclude !important;
}

.scan-preview-video.trace-video-fade-card::after {
    content: "" !important;
    position: absolute !important;
    left: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    height: 25% !important;
    z-index: 3 !important;
    pointer-events: none !important;
    border-radius: 0 0 24px 24px !important;
    background:
        linear-gradient(
            180deg,
            rgba(3, 3, 3, 0) 0%,
            rgba(3, 3, 3, 0.32) 42%,
            rgba(3, 3, 3, 0.78) 78%,
            #030303 100%
        ) !important;
}

@keyframes previewSnakeMove {
    to {
        --preview-snake-angle: 360deg;
    }
}

.scan-preview-video.trace-video-fade-card {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate !important;
}

.scan-preview-video.trace-video-fade-card video {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.scan-preview-video .scan-preview-fadeout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(5, 5, 5, 0) 0%,
        rgba(5, 5, 5, 0.16) 28%,
        rgba(5, 5, 5, 0.28) 56%,
        rgba(5, 5, 5, 0.68) 82%
        #050505 100%
    );
}

.scan-preview-video .scan-preview-fadeout::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 18px;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 18%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.08) 82%,
        transparent 100%
    );
    opacity: 0.9;
}

.pricing-disabled-enterprise-card {
    cursor: not-allowed !important;
    opacity: 0.72 !important;
    pointer-events: none !important;
    filter: grayscale(0.25);
}

.pricing-disabled-btn {
    background: rgba(255,255,255,0.075) !important;
    color: rgba(255,255,255,0.55) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    box-shadow: none !important;
}

.pricing-closed-badge {
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.58);
    font-size: 0.64rem;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.dashboard-static-preview {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.035);
    box-shadow:
        0 32px 100px rgba(0,0,0,0.48),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

.dashboard-static-preview img {
    width: 100%;
    display: block;
    border-radius: inherit;
}

.dashboard-static-preview::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 23%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(3,3,3,0),
        rgba(3,3,3,0.72),
        #030303
    );
}

.unavailable-tool-page {
    min-height: calc(100vh - 120px);
    display: grid;
    align-content: start;
    gap: 24px;
}

.unavailable-tool-card {
    min-height: 520px;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.09);
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.032), rgba(255,255,255,0.012)),
        rgba(5,5,5,0.84);
    box-shadow:
        0 28px 90px rgba(0,0,0,0.38),
        inset 0 1px 0 rgba(255,255,255,0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px;
    text-align: center;
}

.unavailable-tool-icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 20px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.32);
}

.unavailable-tool-kicker {
    color: rgba(255,255,255,0.48);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.unavailable-tool-card h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.45rem);
    font-weight: 950;
    margin: 0;
}

.unavailable-tool-card p {
    max-width: 560px;
    margin: 14px auto 0;
    color: rgba(255,255,255,0.48);
    font-size: 0.96rem;
    font-weight: 650;
    line-height: 1.7;
}

.unavailable-tool-status {
    margin-top: 24px;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,0.065);
    border: 1px solid rgba(255,255,255,0.11);
    color: rgba(255,255,255,0.66);
    font-size: 0.78rem;
    font-weight: 900;
}

.scan-preview-section {
    position: relative;
    padding: 110px 0 140px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.055), transparent 32%),
        linear-gradient(180deg, #050505 0%, #030303 100%);
}

.scan-preview-header {
    text-align: center;
    margin-bottom: 42px;
}

.scan-preview-header span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.34);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.scan-preview-header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.3rem, 5vw, 4.2rem);
    line-height: 0.95;
    font-weight: 950;
    letter-spacing: -0.075em;
}

.scan-preview-header p {
    margin: 18px auto 0;
    max-width: 620px;
    color: rgba(255,255,255,0.42);
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.6;
}

.scan-preview-video.trace-video-fade-card {
    position: relative;
    width: min(100%, 1080px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.105);
    background: rgba(255,255,255,0.025);
    box-shadow:
        0 34px 110px rgba(0,0,0,0.58),
        inset 0 1px 0 rgba(255,255,255,0.055);
    isolation: isolate;
}

.scan-preview-video.trace-video-fade-card video {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    border-radius: inherit;
    object-fit: cover;
}

.scan-preview-video.trace-video-fade-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.13), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(0,0,0,0.86), transparent 42%),
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.10) 0%,
            rgba(0,0,0,0) 28%,
            rgba(0,0,0,0) 62%,
            rgba(0,0,0,0.28) 100%
        );
}

.scan-preview-fadeout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(3,3,3,0) 0%,
        rgba(3,3,3,0.18) 22%,
        rgba(3,3,3,0.48) 50%,
        rgba(3,3,3,0.82) 78%,
        #030303 100%
    );
}

.scan-preview-video.trace-video-fade-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    border-radius: inherit;
    border: 1px solid rgba(255,255,255,0.08);
}

.scan-preview-video.trace-video-fade-card:hover {
    transform: translateY(-3px);
    transition: transform 0.24s ease;
}

.scan-preview-fadeout {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 38%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(3,3,3,0) 0%,
        rgba(3,3,3,0.42) 24%,
        rgba(3,3,3,0.72) 52%,
        rgba(3,3,3,0.94) 78%,
        #030303 100%
    );
}

.scan-preview-video.trace-video-fade-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,0.08), transparent 32%),
        linear-gradient(
            to bottom,
            rgba(0,0,0,0.12) 0%,
            rgba(0,0,0,0.02) 34%,
            rgba(0,0,0,0.16) 58%,
            rgba(0,0,0,0.52) 100%
        );
}

.scan-preview-video video {
    pointer-events: none !important;
    user-select: none !important;
}

.hero-static-word,
.hero-static-word::before,
.hero-static-word::after {
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background-image: none !important;
}

.hero-static-word::after {
    display: none !important;
}