:root {
    --ink: #0b1220;
    --muted: #687386;
    --line: #e5e9f0;
    --paper: #fff;
    --soft: #f5f7fb;
    --ai: #635bff;
    --ai2: #8b5cf6;
    --rec: #0a84ff;
    --rec2: #10b981;
    --dark: #08111f;
    --shadow: 0 20px 60px rgba(20,31,54,.11);
    --radius: 28px;
}
* {
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body.v2 {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",system-ui,sans-serif;
    -webkit-font-smoothing: antialiased
}
a {
    color: inherit;
    text-decoration: none
}
.v2-wrap {
    width: min(1180px,calc(100% - 40px));
    margin: auto
}
.v2-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    display: flex;
    align-items: center;
    transition: .25s;
    background: rgba(255,255,255,.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(226,231,239,.65)
}
.v2-nav.scrolled {
    box-shadow: 0 8px 30px rgba(15,23,42,.06)
}
.v2-nav .inner {
    width: min(1240px,calc(100% - 36px));
    margin: auto;
    display: flex;
    align-items: center;
    gap: 28px
}
.v2-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 850;
    letter-spacing: -.03em
}
.v2-logo {
    width: 39px;
    height: 39px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg,#111827,#39445d);
    font-size: 20px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16)
}
.v2-brand small {
    display: block;
    font-size: 9px;
    letter-spacing: .16em;
    color: #8a94a5;
    font-weight: 700;
    margin-top: 2px
}
.v2-links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    color: #4a5568
}
.v2-links a:hover {
    color: #111827
}
.v2-dl {
    padding: 10px 16px;
    border-radius: 12px;
    color: #fff;
    background: #111827;
    font-size: 13px;
    font-weight: 800
}
.hero2 {
    padding: 150px 0 72px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 12%,rgba(99,91,255,.13),transparent 30%),radial-gradient(circle at 88% 22%,rgba(10,132,255,.12),transparent 31%),linear-gradient(#fff,#f8faff)
}
.hero2:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(20,30,50,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(20,30,50,.025) 1px,transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to bottom,black,transparent 85%);
    pointer-events: none
}
.hero2 .v2-wrap {
    position: relative;
    z-index: 2
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid #dfe5ef;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    font-size: 12px;
    font-weight: 800;
    color: #536071;
    letter-spacing: .06em
}
.hero-badge i {
    width: 7px;
    height: 7px;
    border-radius: 99px;
    background: linear-gradient(135deg,var(--ai),var(--rec))
}
.hero2 h1 {
    font-size: clamp(48px,7vw,88px);
    line-height: .98;
    letter-spacing: -.065em;
    margin: 24px 0 22px;
    max-width: 900px
}
.hero2 h1 span {
    background: linear-gradient(92deg,#645cff 8%,#0a84ff 55%,#00a47c);
    -webkit-background-clip: text;
    color: transparent
}
.hero2 .lead {
    max-width: 720px;
    font-size: 20px;
    line-height: 1.75;
    color: #5f6b7c;
    margin: 0
}
.hero2 .lead b {
    color: #111827
}
.hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px
}
.btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 19px;
    border-radius: 14px;
    border: 1px solid #dbe1ea;
    background: #fff;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 6px 18px rgba(20,31,54,.05)
}
.btn2.primary {
    background: #111827;
    color: #fff;
    border-color: #111827
}
.btn2.ai {
    background: linear-gradient(135deg,#5b55f6,#7c5ce7);
    border: 0;
    color: #fff
}
.btn2.rec {
    background: linear-gradient(135deg,#067cf2,#0aa6d9);
    border: 0;
    color: #fff
}
.btn2 small {
    font-size: 11px;
    opacity: .75;
    font-weight: 700
}
.hero-products {
    margin-top: 58px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start
}
.hero-card {
    min-width: 300px;
    border: 1px solid rgba(219,225,234,.85);
    border-radius: 30px;
    background: rgba(255,255,255,.8);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: auto
}
.hero-card:before {
    content: "";
    position: absolute;
    right: -50px;
    top: -70px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    filter: blur(2px);
    opacity: .22
}
.hero-card.ai:before {
    background: radial-gradient(circle,#766cff,transparent 68%)
}
.hero-card.rec:before {
    background: radial-gradient(circle,#0a84ff,transparent 68%)
}
.product-tag {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f3f8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em
}
.hero-card h2 {
    font-size: 30px;
    letter-spacing: -.045em;
    margin: 18px 0 8px
}
.hero-card p {
    margin: 0;
    color: #657184;
    line-height: 1.65
}
.mini-points {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px
}
.mini-points span {
    font-size: 12px;
    font-weight: 750;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f4f6fa;
    color: #39475a
}
.card-action {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-top: 24px;
    font-weight: 850;
    font-size: 14px
}
.card-action strong {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #111827;
    color: #fff
}
.section2 {
    padding: 90px 0
}
.section2.soft {
    background: #f7f9fc
}
.eyebrow2 {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    color: #7d8898;
    text-transform: uppercase
}
.title2 {
    font-size: clamp(34px,5vw,56px);
    letter-spacing: -.055em;
    line-height: 1.08;
    margin: 12px 0 16px
}
.sub2 {
    color: #687386;
    font-size: 17px;
    line-height: 1.7;
    max-width: 680px
}
.headrow {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px
}
.headrow .more {
    font-size: 14px;
    font-weight: 850;
    color: #465267
}
.selling-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px
}
.selling {
    border: 1px solid #e3e7ee;
    border-radius: 24px;
    padding: 26px;
    min-height: 205px;
    background: #fff;
    transition: .25s
}
.selling:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(20,31,54,.08)
}
.selling .no {
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .15em;
    color: #99a3b1
}
.selling h3 {
    margin: 35px 0 8px;
    font-size: 22px;
    letter-spacing: -.035em
}
.selling p {
    margin: 0;
    color: #6e7989;
    line-height: 1.65;
    font-size: 14px
}
.selling.ai h3 {
    color: #4e47e8
}
.selling.rec h3 {
    color: #0877dc
}
.brand-statement {
    padding: 86px 0;
    background: #09111e;
    color: #fff
}
.brand-statement .v2-wrap {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    align-items: center
}
.brand-statement small {
    font-weight: 900;
    letter-spacing: .18em;
    color: #7d8ca2
}
.brand-statement h2 {
    font-size: clamp(35px,5vw,60px);
    line-height: 1.05;
    letter-spacing: -.055em;
    margin: 12px 0
}
.brand-statement p {
    color: #9ca9ba;
    font-size: 16px;
    line-height: 1.75;
    margin: 0
}
.brand-tags {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}
.brand-tags span {
    padding: 18px;
    border: 1px solid #253146;
    border-radius: 16px;
    background: #101a2a;
    font-weight: 800;
    color: #dbe4ef
}
.download2 {
    padding: 96px 0;
    background: linear-gradient(135deg,#f6f7fb,#eef6ff)
}
.download-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}
.dl-card2 {
    border-radius: 28px;
    background: #fff;
    border: 1px solid #dfe5ee;
    padding: 30px;
    box-shadow: var(--shadow)
}
.dl-card2 h3 {
    font-size: 26px;
    margin: 14px 0 7px;
    letter-spacing: -.04em
}
.dl-card2 p {
    color: #697487;
    margin: 0 0 24px
}
.dl-actions2 {
    display: grid;
    grid-template-columns: 1.45fr .8fr;
    gap: 10px
}
.dl-actions2 a {
    min-height: 58px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #dce2eb;
    font-size: 13px;
    font-weight: 900
}
.dl-actions2 a.main {
    color: #fff;
    background: #111827;
    border: 0
}
.dl-actions2 a.main.rec {
    background: #087fe8
}
.dl-actions2 a small {
    font-size: 11px;
    opacity: .72;
    margin-top: 3px
}
.v2-footer {
    padding: 34px 0 42px;
    border-top: 1px solid #e5e9f0
}
.v2-footer .v2-wrap {
    display: flex;
    align-items: center;
    gap: 20px
}
.v2-footer .links {
    margin-left: auto;
    display: flex;
    gap: 18px;
    font-size: 13px;
    color: #667184
}
.copyright {
    font-size: 12px;
    color: #99a3af;
    margin-left: 12px
}
.product-hero2 {
    padding: 138px 0 70px;
    background: linear-gradient(180deg,#fbfcff,#fff)
}
.product-hero2 .grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 52px;
    align-items: center
}
.product-hero2 h1 {
    font-size: clamp(42px,6vw,70px);
    line-height: 1.02;
    letter-spacing: -.06em;
    margin: 18px 0
}
.product-hero2 p {
    font-size: 18px;
    line-height: 1.72;
    color: #687386;
    margin: 0;
    max-width: 600px
}
.hero-featureline {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0
}
.hero-featureline span {
    background: #f2f4f8;
    border: 1px solid #e5e9f0;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
    color: #465367
}
.app-mock {
    aspect-ratio: 16/10;
    border-radius: 24px;
    background: #0c1320;
    border: 1px solid #283448;
    box-shadow: 0 35px 80px rgba(9,17,30,.25);
    overflow: hidden;
    position: relative
}
.app-mock .top {
    height: 40px;
    background: #151f2d;
    border-bottom: 1px solid #263345;
    display: flex;
    align-items: center;
    padding: 0 13px;
    gap: 6px;
    color: #9ca9b9;
    font-size: 11px
}
.app-mock .top i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #43516a
}
.app-mock .canvas {
    position: absolute;
    inset: 40px 0 0;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 32%,#213656 0,#0a111c 57%)
}
.app-mock .canvas strong {
    font-size: 24px;
    color: #fff;
    letter-spacing: -.04em
}
.app-mock .canvas small {
    position: absolute;
    bottom: 20px;
    color: #8fa0b7
}
.feature-story {
    padding: 84px 0
}
.story-head {
    max-width: 700px;
    margin-bottom: 34px
}
.story-head h2 {
    font-size: 40px;
    letter-spacing: -.05em;
    margin: 9px 0
}
.story-head p {
    color: #687386;
    line-height: 1.7;
    margin: 0
}
.story-list {
    display: grid;
    gap: 22px
}
.story {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 28px;
    align-items: center;
    padding: 22px 0
}
.story:nth-child(even) {
    grid-template-columns: 1.18fr .82fr
}
.story:nth-child(even) .story-copy {
    order: 2
}
.story-copy {
    padding: 20px
}
.story-copy .index {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
    color: #9aa4b2
}
.story-copy h3 {
    font-size: 30px;
    letter-spacing: -.045em;
    margin: 10px 0 8px
}
.story-copy p {
    color: #687386;
    line-height: 1.68;
    margin: 0;
    max-width: 460px
}
.story-copy .chips {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 15px
}
.story-copy .chips span {
    font-size: 11px;
    font-weight: 800;
    background: #f2f4f8;
    padding: 6px 8px;
    border-radius: 8px;
    color: #556174
}
.shot {
    aspect-ratio: 16/9;
    border-radius: 22px;
    border: 1px solid #dfe5ee;
    background: linear-gradient(135deg,#f4f6fa,#eaf0f8);
    overflow: hidden;
    display: grid;
    place-items: center;
    position: relative
}
.shot:before {
    content: "XIEMA · FEATURE PREVIEW";
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 10px;
    letter-spacing: .16em;
    font-weight: 950;
    color: #9aa5b4
}
.shot .slot-inner {
    text-align: center;
    color: #8793a4
}
.shot .slot-inner b {
    display: block;
    font-size: 17px;
    color: #637084;
    margin-bottom: 5px
}
.shot .slot-inner small {
    font-size: 11px
}
.shot.has-image {
    display: block;
    background: #111
}
.shot.has-image:before {
    display: none
}
.shot.has-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}
.compact-final {
    padding: 82px 0;
    background: #0a1220;
    color: #fff
}
.compact-final .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}
.compact-final h2 {
    font-size: 38px;
    letter-spacing: -.05em;
    margin: 0 0 8px
}
.compact-final p {
    color: #9aa8ba;
    margin: 0
}
.compact-final .actions {
    display: flex;
    gap: 10px;
    min-width: 420px
}
.compact-final .actions a {
    flex: 1;
    padding: 14px;
    border-radius: 13px;
    text-align: center;
    font-weight: 900;
    border: 1px solid #2a374b
}
.compact-final .actions .main {
    background: #fff;
    color: #0a1220;
    border-color: #fff
}
.compact-final .actions small {
    display: block;
    font-weight: 700;
    font-size: 10px;
    opacity: .65;
    margin-top: 3px
}
.download-page2 {
    padding: 145px 0 90px;
    background: #f7f9fc;
    min-height: 100vh
}
.download-page2 .intro {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 40px
}
.download-page2 h1 {
    font-size: 54px;
    letter-spacing: -.06em;
    margin: 14px 0
}
.download-page2 .intro p {
    color: #6b7687
}
.download-page2 .download-grid2 {
    max-width: 980px;
    margin: auto
}
@media(max-width:920px) {
    .v2-links {
        display: none
    }
    .hero-products,.download-grid2,.selling-grid {
        grid-template-columns: 1fr
    }
    .hero-card {
        min-height: 0
    }
    .brand-statement .v2-wrap,.product-hero2 .grid {
        grid-template-columns: 1fr
    }
    .story,.story:nth-child(even) {
        grid-template-columns: 1fr
    }
    .story:nth-child(even) .story-copy {
        order: 0
    }
    .headrow {
        align-items: flex-start;
        flex-direction: column
    }
    .compact-final .box {
        align-items: flex-start;
        flex-direction: column
    }
    .compact-final .actions {
        min-width: 0;
        width: 100%
    }
    .brand-tags {
        grid-template-columns: 1fr 1fr
    }
}
@media(max-width:600px) {
    .v2-wrap {
        width: min(100% - 26px,1180px)
    }
    .v2-nav .inner {
        width: calc(100% - 24px)
    }
    .v2-nav {
        height: 66px
    }
    .hero2 {
        padding: 115px 0 55px
    }
    .hero2 h1 {
        font-size: 47px
    }
    .hero2 .lead {
        font-size: 17px
    }
    .hero-products {
        margin-top: 38px
    }
    .hero-card {
        padding: 23px;
        min-height: 0;
        border-radius: 23px
    }
    .card-action {
        left: auto;
        bottom: auto;
        margin-top: 22px
    }
    .section2 {
        padding: 66px 0
    }
    .title2 {
        font-size: 38px
    }
    .selling {
        min-height: 180px
    }
    .brand-statement {
        padding: 65px 0
    }
    .brand-tags {
        grid-template-columns: 1fr
    }
    .download2 {
        padding: 68px 0
    }
    .dl-actions2 {
        grid-template-columns: 1fr
    }
    .v2-footer .v2-wrap {
        align-items: flex-start;
        flex-direction: column
    }
    .v2-footer .links {
        margin: 0;
        flex-wrap: wrap
    }
    .copyright {
        margin: 0
    }
    .product-hero2 {
        padding: 105px 0 50px
    }
    .product-hero2 h1 {
        font-size: 45px
    }
    .story-copy {
        padding: 8px 0
    }
    .story-copy h3 {
        font-size: 26px
    }
    .feature-story {
        padding: 60px 0
    }
    .compact-final .actions {
        flex-direction: column
    }
    .download-page2 h1 {
        font-size: 44px
    }
    .download-page2 {
        padding-top: 110px
    }
}

/* Download source UX: code/password is outside the link so it is easy to copy on desktop and mobile. */
.download-source {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px
}
.dl-actions2 .download-source {
    min-width: 0
}
.dl-actions2 .download-source > a {
    width: 100%
}
.compact-final .actions .download-source {
    flex: 1
}
.compact-final .actions .download-source > a {
    width: 100%;
    display: block
}
.hero-cta .download-source {
    width: fit-content;
    align-items: stretch
}
.hero-cta .download-source > a {
    width: 100%
}
.download-code-row {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 2px;
    color: #6a7587;
    font-size: 12px;
    line-height: 1.2
}
.download-code-text {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap
}
.download-code-row code {
    user-select: text;
    -webkit-user-select: text;
    font-family: ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
    font-size: 12px;
    font-weight: 850;
    color: #182235;
    background: #eef2f7;
    border: 1px solid #e0e6ee;
    border-radius: 7px;
    padding: 3px 6px
}
.download-copy-btn {
    flex: 0 0 auto;
    appearance: none;
    border: 1px solid #dbe2eb;
    background: #fff;
    color: #344154;
    border-radius: 8px;
    min-height: 28px;
    padding: 0 9px;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer
}
.download-copy-btn:hover {
    border-color: #bfc9d8;
    background: #f8fafc
}
.download-copy-btn.copied {
    color: #08745d;
    border-color: #b9e3d7;
    background: #effaf6
}
.compact-final .download-code-row {
    color: #9aa8ba
}
.compact-final .download-code-row code {
    color: #f3f6fb;
    background: #142033;
    border-color: #26354a
}
.compact-final .download-copy-btn {
    color: #d9e2ef;
    background: #111c2c;
    border-color: #2a3a51
}

@media(max-width:920px) {
    /* Navigation links collapse here, so keep the top Download action anchored to the far right. */
    .v2-dl {
        margin-left: auto
    }
}

@media(max-width:600px) {
    .v2-nav .inner {
        gap: 12px
    }
    .v2-dl {
        margin-left: auto;
        padding: 9px 14px;
        white-space: nowrap
    }
    .dl-actions2 .download-source,
    .compact-final .actions .download-source {
        width: 100%
    }
    .download-code-row {
        min-height: 32px;
        padding: 0 3px 1px;
        font-size: 12px
    }
    .download-copy-btn {
        min-height: 30px;
        padding: 0 11px
    }
}
