.enterprise-v2 {
    color: #1c1f29;
    background: #f4f5f7;
}

.enterprise-hero {
    position: relative;
    min-height: min(820px, 100svh);
    overflow: hidden;
    color: #f8f7fb;
    background:
        radial-gradient(ellipse 48% 58% at 76% 44%, rgba(108, 73, 215, 0.24), transparent 72%),
        radial-gradient(ellipse 56% 32% at 24% 108%, rgba(92, 60, 194, 0.22), transparent 76%),
        linear-gradient(180deg, #070a13 0%, #0a0c18 70%, #10101f 100%);
}

.enterprise-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, transparent, #000 44%, #000);
}

.enterprise-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 28px;
    border-radius: 28px 28px 0 0;
    background: #f4f5f7;
}

.enterprise-hero__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1220px);
    min-height: min(820px, 100svh);
    margin: 0 auto;
    padding: 142px 32px 82px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
    align-items: center;
    gap: clamp(56px, 8vw, 112px);
}

.enterprise-hero__eyebrow {
    color: #ad99eb;
    font-size: 11px;
    font-weight: 780;
    letter-spacing: 0.12em;
}

.enterprise-hero__copy h1 {
    max-width: 740px;
    margin: 15px 0 0;
    font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", serif;
    font-size: clamp(3.25rem, 5.2vw, 4.9rem);
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.058em;
}

.enterprise-hero__copy > p {
    max-width: 660px;
    margin: 24px 0 0;
    color: #b2b4c1;
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    line-height: 1.82;
}

.enterprise-console-button {
    min-height: 58px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #171923;
    background: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
    font-size: 0.98rem;
    font-weight: 780;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.enterprise-console-button:hover {
    background: #f2effb;
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.32);
    transform: translateY(-2px);
}

.enterprise-console-button i {
    font-size: 18px;
}

.enterprise-hero__copy > .enterprise-console-button {
    margin-top: 31px;
}

.enterprise-hero__scope {
    margin: 23px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: #9295a4;
    list-style: none;
    font-size: 11px;
}

.enterprise-hero__scope li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.enterprise-hero__scope i {
    color: #a78ceb;
}

.enterprise-console-preview {
    border: 1px solid rgba(221, 216, 239, 0.14);
    border-radius: 19px;
    overflow: hidden;
    background: rgba(17, 20, 34, 0.78);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(22px);
}

.enterprise-console-preview > header {
    min-height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(221, 216, 239, 0.1);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #d8d6df;
}

.enterprise-console-preview > header > div {
    display: flex;
    gap: 6px;
}

.enterprise-console-preview > header > div span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #595b68;
}

.enterprise-console-preview > header strong {
    font-size: 11px;
    font-weight: 650;
}

.enterprise-console-preview > header > i {
    justify-self: end;
    color: #a78bea;
}

.enterprise-console-preview__status {
    margin: 22px 22px 0;
    padding: 17px 18px;
    border: 1px solid rgba(220, 216, 238, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.035);
}

.enterprise-console-preview__status span,
.enterprise-console-preview__status strong {
    display: block;
}

.enterprise-console-preview__status span {
    color: #858896;
    font-size: 9px;
}

.enterprise-console-preview__status strong {
    margin-top: 4px;
    color: #eeedf3;
    font-size: 0.88rem;
}

.enterprise-console-preview__status strong i {
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #6fd7ad;
    box-shadow: 0 0 12px rgba(90, 213, 164, 0.52);
}

.enterprise-console-preview__status small {
    color: #777a89;
    font-size: 9px;
}

.enterprise-console-preview__metrics {
    padding: 12px 22px 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.enterprise-console-preview__metrics article {
    min-height: 116px;
    padding: 17px;
    border: 1px solid rgba(220, 216, 238, 0.09);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.032);
}

.enterprise-console-preview__metrics i {
    color: #aa90ed;
    font-size: 18px;
}

.enterprise-console-preview__metrics span,
.enterprise-console-preview__metrics strong {
    display: block;
}

.enterprise-console-preview__metrics span {
    margin-top: 16px;
    color: #838694;
    font-size: 9px;
}

.enterprise-console-preview__metrics strong {
    margin-top: 3px;
    color: #e9e7ef;
    font-size: 0.8rem;
}

.enterprise-console-preview > footer {
    min-height: 47px;
    padding: 0 22px;
    border-top: 1px solid rgba(220, 216, 238, 0.09);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #767987;
    font-size: 9px;
}

.enterprise-console-preview > footer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.enterprise-main {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding: 76px 32px 100px;
}

.enterprise-intro {
    padding: 36px 0 78px;
}

.enterprise-intro > header {
    max-width: 790px;
}

.enterprise-intro h2,
.enterprise-console-cta h2 {
    margin: 0;
    color: #1c1e27;
    font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", serif;
    font-size: clamp(2.35rem, 3.7vw, 3.35rem);
    font-weight: 650;
    line-height: 1.17;
    letter-spacing: -0.048em;
}

.enterprise-intro header p,
.enterprise-console-cta p {
    margin: 16px 0 0;
    color: #686d79;
    line-height: 1.82;
}

.enterprise-capabilities {
    margin-top: 40px;
    border-top: 1px solid #dcdfe4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.enterprise-capabilities article {
    min-height: 235px;
    padding: 30px 28px;
    border-bottom: 1px solid #dcdfe4;
}

.enterprise-capabilities article + article {
    border-left: 1px solid #dcdfe4;
}

.enterprise-capabilities i {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd8ec;
    border-radius: 11px;
    display: grid;
    place-items: center;
    color: #6847c8;
    background: #eeeaf8;
    font-size: 20px;
}

.enterprise-capabilities h3 {
    margin: 24px 0 0;
    color: #292c35;
    font-size: 1.12rem;
}

.enterprise-capabilities p {
    margin: 10px 0 0;
    color: #707480;
    font-size: 0.84rem;
    line-height: 1.7;
}

.enterprise-console-cta {
    margin-top: 28px;
    padding: 54px 55px;
    border-radius: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 64px;
    color: #fff;
    background:
        radial-gradient(ellipse at 78% 50%, rgba(111, 76, 216, 0.24), transparent 56%),
        linear-gradient(135deg, #090b16, #111122);
}

.enterprise-console-cta > div {
    max-width: 700px;
}

.enterprise-console-cta > div > span {
    color: #a68cea;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.enterprise-console-cta h2 {
    margin-top: 9px;
    color: #f7f6fb;
    font-size: clamp(2rem, 3.2vw, 2.9rem);
}

.enterprise-console-cta p {
    color: #a4a6b3;
}

@media (max-width: 980px) {
    .enterprise-hero {
        min-height: 0;
    }

    .enterprise-hero__inner {
        min-height: 0;
        padding: 132px 28px 82px;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
        gap: 40px;
    }

    .enterprise-hero__copy h1 {
        font-size: clamp(3rem, 6.5vw, 4rem);
    }

    .enterprise-capabilities {
        grid-template-columns: 1fr 1fr;
    }

    .enterprise-capabilities article:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .enterprise-hero::after {
        height: 18px;
        border-radius: 18px 18px 0 0;
    }

    .enterprise-hero__inner {
        padding: 112px 18px 63px;
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .enterprise-hero__copy h1 {
        margin-top: 11px;
        font-size: clamp(2.65rem, 12vw, 3.45rem);
        line-height: 1.13;
    }

    .enterprise-hero__copy > p {
        margin-top: 18px;
        font-size: 0.94rem;
        line-height: 1.7;
    }

    .enterprise-hero__copy > .enterprise-console-button {
        width: 100%;
        margin-top: 25px;
    }

    .enterprise-hero__scope {
        gap: 8px 13px;
    }

    .enterprise-console-preview {
        border-radius: 16px;
    }

    .enterprise-main {
        padding: 44px 16px 70px;
    }

    .enterprise-intro {
        padding: 20px 0 58px;
    }

    .enterprise-intro h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
    }

    .enterprise-capabilities {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }

    .enterprise-capabilities article {
        min-height: 0;
        padding: 24px 10px;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 0 16px;
    }

    .enterprise-capabilities article + article,
    .enterprise-capabilities article:nth-child(3) {
        border-left: 0;
    }

    .enterprise-capabilities i {
        grid-row: 1 / 3;
    }

    .enterprise-capabilities h3 {
        margin: 1px 0 0;
    }

    .enterprise-capabilities p {
        margin-top: 6px;
    }

    .enterprise-console-cta {
        margin-top: 6px;
        padding: 36px 22px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .enterprise-console-cta .enterprise-console-button {
        width: 100%;
    }
}

@media (max-width: 410px) {
    .enterprise-console-preview__metrics {
        grid-template-columns: 1fr;
    }

    .enterprise-console-preview__metrics article {
        min-height: 94px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-v2 *,
    .enterprise-v2 *::before,
    .enterprise-v2 *::after {
        transition-duration: 0.01ms !important;
    }
}
