.ivow-home-intro__example,
.ivow-home-intro__actions,
.ivow-product-layer {
    font-family: nbarchitekt, Arial, "Microsoft YaHei", sans-serif;
}

.ivow-home-wordmark3d::before,
.ivow-home-wordmark3d::after {
    content: attr(data-logo) !important;
}

.ivow-hero-media {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    opacity: .42;
    pointer-events: none;
}

.ivow-hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ivow-home-intro__example,
.ivow-home-intro__actions,
.ivow-home-intro__actions .ivow-product-button {
    pointer-events: auto;
}

.ivow-product-layer,
.ivow-product-layer * {
    box-sizing: border-box;
}

.ivow-home-intro__example {
    position: relative;
    z-index: 18;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 10px;
    width: min(720px, 84vw);
    min-height: 44px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(232, 255, 255, .78);
    text-shadow: 0 0 18px rgba(86, 188, 255, .28);
}

.ivow-home-intro__example-prefix {
    color: rgba(143, 216, 255, .9);
}

.ivow-home-intro__example-text {
    color: #ffffff;
    overflow-wrap: anywhere;
}

body.ivow-home-intro-hidden .ivow-home-intro {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.ivow-home-intro__actions {
    position: relative;
    z-index: 18;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
}

.ivow-product-button {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 228, 255, .5);
    border-radius: 999px;
    padding: 0 18px;
    background: rgba(2, 12, 18, .64);
    color: #eaffff;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 0 24px rgba(86, 188, 255, .18);
    backdrop-filter: blur(12px);
}

.ivow-product-button--primary {
    border-color: rgba(148, 255, 222, .74);
    background: rgba(122, 255, 216, .14);
}

.ivow-product-layer {
    color: rgba(233, 255, 255, .9);
    pointer-events: none;
}

.ivow-product-panel {
    border: 1px solid rgba(151, 228, 255, .24);
    border-radius: 8px;
    background: rgba(1, 10, 16, .72);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .44), 0 0 34px rgba(86, 188, 255, .12);
    backdrop-filter: blur(18px);
}

.ivow-product-panel h2 {
    margin: 0;
    color: #f4ffff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 400;
}

.ivow-product-panel p {
    margin: 10px 0 0;
    color: rgba(222, 246, 247, .76);
    font-size: 13px;
    line-height: 1.65;
}

.ivow-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.ivow-product-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 16;
    width: min(620px, calc(100vw - 32px));
    max-height: min(78vh, 680px);
    margin: 0;
    padding: 22px 24px;
    overflow: auto;
    background: rgba(1, 10, 16, .9);
    pointer-events: auto;
    transform: translate(-50%, -50%);
}

.ivow-product-panel[hidden] {
    display: none !important;
}

.ivow-feature-list {
    margin-top: 12px;
}

.ivow-feature-row {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid rgba(151, 228, 255, .16);
}

.ivow-feature-row strong {
    color: #f3ffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.ivow-feature-row span {
    color: rgba(222, 246, 247, .72);
    font-size: 12px;
    line-height: 1.55;
}

.ivow-panel-close {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    float: right;
    border: 1px solid rgba(151, 228, 255, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: #eaffff;
    cursor: pointer;
}

.ivow-hide-template-player {
    display: none !important;
}

@media (max-width: 768px) {
    .ivow-home-intro__example {
        width: min(320px, 82vw);
        max-width: 300px;
        min-height: 58px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }

    .ivow-home-intro__actions {
        gap: 8px;
        margin-top: 14px;
    }

    .ivow-product-button {
        min-height: 36px;
        padding: 0 14px;
        font-size: 12px;
    }

    .ivow-product-panel h2 {
        font-size: 17px;
    }

    .ivow-product-panel {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 96px);
        padding: 18px;
    }

    .ivow-feature-row {
        grid-template-columns: 76px 1fr;
    }
}
