.homev5-hero {
    position: relative;
    overflow: hidden;
    padding: 116px 0 28px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 15%, rgba(20,104,255,.34), transparent 30%),
        linear-gradient(180deg, #050c18 0%, #07111f 100%);
}

.homev5-hero__glow {
    position: absolute;
    width: 620px;
    height: 620px;
    top: -300px;
    right: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20,104,255,.28), transparent 68%);
    pointer-events: none;
}

.homev5-hero__grid-bg {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
    pointer-events: none;
}

.homev5-hero__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 44px;
}

.homev5-hero__copy,
.homev5-visual {
    min-width: 0;
}

.homev5-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    color: #42d7e8;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.homev5-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 7px rgba(66,215,232,.09);
}

.homev5-hero h1 {
    max-width: 590px;
    margin: 0;
    font-size: clamp(54px, 5.45vw, 82px);
    line-height: .89;
    letter-spacing: -.07em;
}

.homev5-hero h1 strong,
.homev5-hero h1 em {
    display: block;
}

.homev5-hero h1 strong {
    color: #fff;
    font-style: normal;
}

.homev5-hero h1 em {
    margin-top: 8px;
    color: #176cff;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-style: normal;
    font-weight: 820;
}

.homev5-hero__lede {
    max-width: 555px;
    margin: 23px 0 0;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.72;
}

.homev5-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 26px;
}

.homev5-play-link {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 19px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 760;
}

.homev5-play-link i {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 1px solid #176cff;
    border-radius: 50%;
    color: #42d7e8;
    font-size: 8px;
    font-style: normal;
}

.homev5-visual {
    width: 100%;
    max-width: 710px;
    justify-self: end;
}

.homev5-visual__frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(66,215,232,.55);
    border-radius: 22px;
    background: #081223;
    box-shadow:
        0 35px 90px rgba(0,0,0,.38),
        0 0 80px rgba(20,104,255,.13);
}

.homev5-visual__frame img {
    display: block;
    width: 100%;
    height: auto;
}

.homev5-qc-pill {
    position: absolute;
    left: 18px;
    bottom: 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(8,20,39,.91);
    box-shadow: 0 16px 38px rgba(0,0,0,.28);
    backdrop-filter: blur(14px);
}

.homev5-qc-pill > span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #42d7e8;
    box-shadow: 0 0 0 7px rgba(66,215,232,.10);
}

.homev5-qc-pill strong,
.homev5-qc-pill small {
    display: block;
}

.homev5-qc-pill strong {
    font-size: 9px;
}

.homev5-qc-pill small {
    margin-top: 3px;
    color: rgba(255,255,255,.42);
    font-size: 7px;
}

.homev5-logo-rail {
    width: 100%;
    min-width: 0;
    margin-top: 13px;
}

.homev5-logo-rail > p {
    margin: 0 0 8px;
    color: rgba(255,255,255,.42);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.homev5-logo-rail__viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.homev5-logo-rail__track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 9px;
    animation: homev5LogoRail 25s linear infinite;
    will-change: transform;
}

.homev5-logo-rail__track:hover {
    animation-play-state: paused;
}

.homev5-logo-rail__track > span {
    width: 124px;
    height: 48px;
    flex: 0 0 124px;
    display: grid;
    place-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 11px;
    background: rgba(255,255,255,.035);
}

.homev5-logo-rail svg {
    width: 100%;
    height: 34px;
    display: block;
    opacity: .80;
}

@keyframes homev5LogoRail {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 31px)); }
}

.homev5-proof {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
}

.homev5-proof article {
    min-height: 82px;
    display: grid;
    align-content: center;
    padding: 16px 22px;
    border-right: 1px solid rgba(255,255,255,.09);
}

.homev5-proof article:last-child {
    border-right: 0;
}

.homev5-proof strong,
.homev5-proof span {
    display: block;
}

.homev5-proof strong {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.045em;
}

.homev5-proof span {
    margin-top: 6px;
    color: rgba(255,255,255,.46);
    font-size: 9px;
}

.homev3-stats,
.homev3-marquee {
    display: none !important;
}

@media (max-width: 1100px) {
    .homev5-hero {
        padding-top: 128px;
    }

    .homev5-hero__layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .homev5-visual {
        max-width: 760px;
        justify-self: center;
    }
}

@media (max-width: 760px) {
    .homev5-hero {
        padding: 105px 0 22px;
    }

    .homev5-hero h1 {
        font-size: clamp(44px, 12.5vw, 63px);
    }

    .homev5-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .homev5-hero__actions > * {
        width: 100%;
    }

    .homev5-qc-pill {
        left: 8px;
        bottom: 8px;
    }

    .homev5-logo-rail__track > span {
        width: 106px;
        height: 43px;
        flex-basis: 106px;
    }

    .homev5-logo-rail svg {
        height: 29px;
    }

    .homev5-proof {
        grid-template-columns: repeat(2, 1fr);
    }

    .homev5-proof article:nth-child(2) {
        border-right: 0;
    }

    .homev5-proof article:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.09);
    }
}

@media (prefers-reduced-motion: reduce) {
    .homev5-logo-rail__track {
        animation: none;
    }
}
