@font-face {
    font-family: "Alibaba-PuHuiTi-R";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/css/fonts/AlibabaSans-Regular.otf") format("opentype")
}

@font-face {
    font-family: "Alibaba-PuHuiTi-B";
    font-weight: 700 900;
    font-style: normal;
    font-display: swap;
    src: url("/css/fonts/AlibabaSans-Bold.otf") format("opentype")
}

:root {
    --brand: #ff5b1a;
    --brand-2: #ff8a3d;
    --brand-ink: #e6460c;
    --brand-soft: #fff1ea;
    --brand-soft2: #ffe3d6;
    --ink: #2a2e3a;
    --ink-2: #363b48;
    --heading: #3a3f4c;
    --text: #565b68;
    --muted: #8a8f9c;
    --line: #ececf1;
    --line-d: rgba(255,255,255,.12);
    --paper: #fbf7f4;
    --paper-2: #f5efe9;
    --paper-3: #fefcfb;
    --dark: #0b0d13;
    --dark-2: #131620;
    --blue: #2d6cdf;
    --radius: 16px;
    --radius-lg: 26px;
    --shadow-sm: 0 6px 20px rgba(12,14,20,.07);
    --shadow: 0 22px 60px rgba(12,14,20,.12);
    --shadow-brand: 0 18px 44px rgba(255,91,26,.30);
    --maxw: 2007px;
    --content-maxw: 2007px;
    --header-height: 74px;
    --font: "Segoe UI",Arial,"Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei",sans-serif;
    --content-font: "Alibaba-PuHuiTi-R","Segoe UI",Arial,"Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei",sans-serif;
    --content-font-bold: "Alibaba-PuHuiTi-B","Alibaba-PuHuiTi-R","Segoe UI",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    background: var(--paper);
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height)
}

body {
    background: var(--paper);
    font-family: var(--font);
    font-size: 16px;
    color: var(--text);
    background: var(--paper-3);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

.wrap {
    width: clamp(1320px,74%,var(--maxw));
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px
}

section > .wrap {
    width: 74%;
    max-width: var(--content-maxw);
    padding-left: 0;
    padding-right: 0
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 7px 14px;
    border-radius: 999px
}

section {
    font-family: var(--content-font);
    font-size: 16px
}

    section h1, section h2, section h3, section h4 {
        font-family: var(--content-font-bold)
    }

h1, h2, h3, h4 {
    color: var(--heading);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.025em
}

.section-title {
    font-size: clamp(30px,4.4vw,50px);
    margin: 18px 0 14px;
    letter-spacing: -.03em
}

.section-desc {
    font-size: 17px;
    color: var(--muted);
    max-width: 720px
}

section {
    padding: 104px 0;
    position: relative
}

.center {
    text-align: center
}

    .center .section-desc {
        margin: 0 auto
    }

/* scroll progress */
.progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg,var(--brand),var(--brand-2));
    z-index: 200;
    transition: width .12s linear
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: .25s ease;
    white-space: nowrap
}

.btn-primary {
    background: var(--brand);
    color: #fff;
    box-shadow: var(--shadow-brand)
}

    .btn-primary:hover {
        background: var(--brand-ink);
        transform: translateY(-2px)
    }

.btn-ghost {
    background: #fff;
    color: var(--ink);
    border-color: var(--line)
}

    .btn-ghost:hover {
        border-color: var(--brand);
        color: var(--brand)
    }

.btn-line {
    background: transparent;
    color: var(--brand);
    padding: 14px 4px;
    font-weight: 800
}

    .btn-line:hover {
        gap: 13px
    }

.btn-light {
    background: #fff;
    color: var(--ink)
}

    .btn-light:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow)
    }

.arrow {
    transition: .25s
}

.btn:hover .arrow {
    transform: translateX(3px)
}

body.legacy-lead-open {
    overflow: hidden
}

.legacy-lead-host[hidden] {
    display: none
}

.legacy-lead-host {
    position: fixed;
    inset: 0;
    z-index: 1000
}

.legacy-lead-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent
}

/* ============================================================
     HERO — visual-first split: right UI as the main hero image
     ============================================================ */
.hero {
    position: relative;
    padding: 76px 0 84px;
    overflow: hidden;
    background: radial-gradient(1200px 600px at 50% -20%,rgba(255,255,255,.85),transparent 60%), radial-gradient(900px 500px at 110% 110%,rgba(255,91,26,.14),transparent 60%), linear-gradient(180deg,#fffdfc 0%,#fff6f0 48%,#ffefe5 100%);
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(1200px 600px at 50% -20%,rgba(255,255,255,.9),transparent 60%);
        z-index: 0
    }

.hero-waves {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 62%;
    z-index: 0;
    pointer-events: none;
    line-height: 0
}

    .hero-waves svg {
        width: 100%;
        height: 100%;
        display: block
    }

.hero .wrap {
    position: relative;
    z-index: 1
}

.hero-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 48px;
    align-items: center;
    padding-bottom: 44px
}

.hero-copy {
    max-width: 560px
}

.hero h1 {
    font-size: clamp(38px,4.2vw,50px);
    margin: 20px 0 20px;
    letter-spacing: -.035em;
    line-height: 1.06;
    color: var(--heading)
}

.hero p.lead {
    font-size: 18px;
    color: var(--text);
    max-width: 520px;
    margin-bottom: 32px;
    line-height: 1.65
}

.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

/* hero stats module — contained, hierarchical strip */
.hero-stats {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    background: rgba(255,255,255,.82);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 10px 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 50px rgba(12,14,20,.08)
}

.stat {
    position: relative;
    padding: 26px 16px 24px;
    text-align: center;
    background: transparent;
    border-right: 1px solid rgba(226,228,234,.7)
}

    .stat:last-child {
        border-right: none
    }

    .stat .num {
        font-size: clamp(30px,3.2vw,40px);
        font-weight: 800;
        color: var(--ink);
        line-height: 1;
        letter-spacing: -.03em
    }

        .stat .num .suf {
            font-size: .55em;
            color: var(--ink);
            font-weight: 800;
            margin-left: 2px
        }

    .stat .lbl {
        font-size: 14px;
        color: var(--text);
        margin-top: 14px;
        line-height: 1.35;
        font-weight: 800;
        letter-spacing: 0
    }

/* hero product viz card — dominant main visual */
.hero-visual {
    position: relative
}

    .hero-visual::before {
        content: "";
        position: absolute;
        inset: -52px -36px -28px;
        background: radial-gradient(ellipse at 50% 45%,rgba(255,91,26,.18),transparent 60%);
        z-index: -1;
        pointer-events: none
    }

.viz {
    position: relative;
    border-radius: var(--radius-lg);
    background: transparent;
    box-shadow: 0 36px 80px rgba(10,12,18,.32),0 10px 30px rgba(255,91,26,.10);
    border: 0;
    overflow: hidden;
    padding: 0
}

.hero-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 967/544;
    object-fit: cover;
    background: transparent
}

.viz-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px 14px
}

    .viz-bar i {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333a48;
        display: inline-block
    }

        .viz-bar i:first-child {
            background: #ff6058
        }

        .viz-bar i:nth-child(2) {
            background: #ffbd2e
        }

        .viz-bar i:nth-child(3) {
            background: #29c940
        }

    .viz-bar .url {
        margin-left: 12px;
        font-size: 11px;
        color: #9aa3b2;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.1);
        padding: 4px 12px;
        border-radius: 999px
    }

.viz-stage {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: radial-gradient(120% 120% at 70% 20%,rgba(255,91,26,.12),transparent 55%),#0a0c12
}

    .viz-stage svg {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: 360px
    }

.viz-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(20,24,34,.78);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 9px 13px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(0,0,0,.35)
}

    .viz-chip .dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--brand);
        box-shadow: 0 0 0 4px rgba(255,91,26,.25)
    }

    .viz-chip small {
        display: block;
        font-size: 10.5px;
        color: #9aa3b2;
        font-weight: 600;
        margin-top: 1px
    }

    .viz-chip.c1 {
        top: 14%;
        left: 6%;
        animation: floaty 5s ease-in-out infinite
    }

    .viz-chip.c2 {
        bottom: 13%;
        right: 5%;
        animation: floaty 6.5s ease-in-out infinite reverse
    }

    .viz-chip.c3 {
        top: 46%;
        right: 8%;
        animation: floaty 7s ease-in-out infinite
    }

@keyframes floaty {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-9px)
    }
}

.viz-cap {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    color: #7d8696;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 12px 0 4px;
    text-transform: uppercase
}

    .viz-cap .pulse {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #37d67a;
        box-shadow: 0 0 0 0 rgba(55,214,122,.6);
        animation: pls 2s infinite
    }

@keyframes pls {
    0% {
        box-shadow: 0 0 0 0 rgba(55,214,122,.55)
    }

    70% {
        box-shadow: 0 0 0 9px rgba(55,214,122,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(55,214,122,0)
    }
}

.arc {
    stroke-dasharray: 420;
    stroke-dashoffset: 420;
    animation: draw 3.4s ease forwards infinite alternate
}

    .arc.a2 {
        animation-delay: .6s
    }

    .arc.a3 {
        animation-delay: 1.2s
    }

    .arc.a4 {
        animation-delay: 1.8s
    }

@keyframes draw {
    from {
        stroke-dashoffset: 420
    }

    to {
        stroke-dashoffset: 40
    }
}

.node {
    transform-origin: center;
    animation: pulse 2.6s ease-in-out infinite
}

@keyframes pulse {
    0%,100% {
        r: 6;
        opacity: 1
    }

    50% {
        r: 8;
        opacity: .7
    }
}

.node-ring {
    transform-origin: center;
    animation: ring 2.6s ease-out infinite
}

@keyframes ring {
    0% {
        r: 6;
        opacity: .5
    }

    100% {
        r: 20;
        opacity: 0
    }
}

/* ---------- Trust Bar ---------- */
.trustbar {
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 52px 0 56px;
    position: relative;
    overflow: hidden
}

    .trustbar::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(1100px 220px at 50% -60%,rgba(255,91,26,.07),transparent 70%);
        pointer-events: none
    }

.trustbar-head {
    text-align: center;
    position: relative
}

    .trustbar-head h2 {
        font-size: clamp(22px,2.6vw,32px);
        font-weight: 800;
        letter-spacing: -.02em;
        margin: 0 auto;
        max-width: 920px;
        line-height: 1.25;
        color: var(--heading)
    }

.marquee {
    --logo-gap: 24px;
    --logo-gap-half: 12px;
    margin-top: 36px;
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);
    mask: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)
}

.marquee-track {
    display: flex;
    align-items: center;
    gap: var(--logo-gap);
    width: max-content;
    animation: scroll 36s linear infinite
}

.marquee:hover .marquee-track {
    animation-play-state: paused
}

.logo-pill {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap
}

    .logo-pill img {
        display: block;
        width: auto;
        height: 64px;
        object-fit: contain
    }

@keyframes scroll {
    to {
        transform: translateX(calc(-50% - var(--logo-gap-half)))
    }
}

/* ---------- Showcase : One Platform · Full Cycle ---------- */
.achieve {
    background: linear-gradient(180deg,#fff8f3 0%,#fbf7f4 100%)
}

.achieve-head {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px
}

    .achieve-head .eyebrow {
        margin-bottom: 18px
    }

    .achieve-head .section-title {
        margin-bottom: 16px
    }

    .achieve-head .section-desc {
        margin: 0 auto 30px
    }

    .achieve-head .btn {
        display: inline-flex
    }
/* ---------- Showcase : One Platform · Full Cycle ---------- */
.achieve {
    background: linear-gradient(180deg,#fff8f3 0%,#fbf7f4 100%);
    position: relative;
    overflow: hidden
}

    .achieve::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -280px;
        transform: translateX(-50%);
        width: 1200px;
        height: 600px;
        border-radius: 50%;
        background: radial-gradient(ellipse,rgba(255,91,26,.10),transparent 60%);
        pointer-events: none
    }

.achieve-head {
    text-align: center;
    max-width: 1320px;
    margin: 0 auto 42px;
    position: relative;
    z-index: 1
}

    .achieve-head .eyebrow {
        margin-bottom: 18px
    }

    .achieve-head .section-title {
        margin-bottom: 16px
    }

    .achieve-head .section-desc {
        margin: 0 auto 34px;
        font-size: 17px;
        line-height: 1.75;
        max-width: 720px;
        color: var(--text)
    }
/* top tabs */
.showcase-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 42px;
    position: relative;
    z-index: 1;
    padding: 8px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(12,14,20,.06);
    border-radius: 999px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(8px)
}

.tab-btn {
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 700;
    color: #5d6370;
    background: #f4f4f6;
    border: 1px solid rgba(12,14,20,.08);
    border-radius: 999px;
    padding: 13px 32px;
    cursor: pointer;
    transition: .28s cubic-bezier(.4,0,.2,1);
    letter-spacing: 0;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(12,14,20,.04)
}

    .tab-btn:hover {
        color: var(--heading);
        background: #ececef;
        border-color: rgba(12,14,20,.12);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(12,14,20,.08)
    }

    .tab-btn.active {
        background: linear-gradient(135deg,#ff5b1a 0%,#ff7a3d 100%);
        color: #fff;
        border-color: transparent;
        box-shadow: 0 14px 34px rgba(255,91,26,.35);
        transform: translateY(-2px) scale(1.02)
    }
/* panel */
.showcase-stage {
    position: relative;
    z-index: 1
}

.showcase-panel {
    display: none
}

    .showcase-panel.active {
        display: block;
        animation: spFade .5s cubic-bezier(.4,0,.2,1)
    }

@keyframes spFade {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.995)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.sp-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 44px;
    box-shadow: 0 28px 80px rgba(12,14,20,.08),0 8px 24px rgba(12,14,20,.04);
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    transition: .35s cubic-bezier(.4,0,.2,1)
}

    .sp-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 36px 96px rgba(12,14,20,.11),0 12px 32px rgba(12,14,20,.06)
    }

    .sp-card::before {
        content: "";
        position: absolute;
        left: 44px;
        right: 44px;
        top: 0;
        height: 3px;
        background: linear-gradient(90deg,transparent,var(--brand) 30%,var(--brand) 70%,transparent);
        border-radius: 0 0 4px 4px;
        opacity: .35
    }

.sp-split {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 54px;
    align-items: center
}

.sp-text {
    display: flex;
    flex-direction: column;
    min-width: 0
}

    .sp-text h3 {
        font-size: clamp(26px,2.8vw,36px);
        letter-spacing: -.025em;
        margin-bottom: 14px;
        line-height: 1.15;
        font-weight: 800
    }

    .sp-text p {
        font-size: 16px;
        color: var(--text);
        margin-bottom: 26px;
        line-height: 1.6;
        max-width: 420px
    }

.sp-checks {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0
}

    .sp-checks li {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 15px;
        font-weight: 700;
        color: var(--ink)
    }

        .sp-checks li svg {
            flex: none;
            width: 22px;
            height: 22px;
            color: var(--brand)
        }

.sp-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 0;
    border-top: none;
    flex-wrap: wrap
}

    .sp-cta .btn-primary {
        box-shadow: 0 14px 32px rgba(255,91,26,.32)
    }

    .sp-cta .btn-line {
        font-weight: 700;
        font-size: 15px
    }

.sp-viz {
    border-radius: 22px;
    background: linear-gradient(135deg,#f8fafc 0%,#fff6f2 100%);
    border: 1px solid rgba(12,14,20,.06);
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
    overflow: hidden;
    position: relative
}

    .sp-viz::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 80% 20%,rgba(255,91,26,.08),transparent 50%);
        pointer-events: none
    }

    .sp-viz svg {
        width: 100%;
        height: auto;
        max-height: 420px;
        display: block;
        position: relative;
        z-index: 1
    }

/* ---------- How it works : vertical journey ---------- */
.steps-section {
    padding-top:40px;
    padding-bottom:100px;
}

.journey {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 64px;
    margin-top: 56px;
    align-items: start
}

.journey-intro {
    position: sticky;
    top: calc(var(--header-height) + 36px)
}

.journey-steps {
    position: relative;
    padding-left: 46px
}

    .journey-steps::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 14px;
        bottom: 14px;
        width: 2px;
        background: linear-gradient(180deg,var(--brand),rgba(255,91,26,.15))
    }

.jstep {
    position: relative;
    padding: 26px 0 40px
}

    .jstep:last-child {
        padding-bottom: 0
    }

    .jstep .node-dot {
        position: absolute;
        left: -46px;
        top: 30px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid var(--brand);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 13px;
        color: var(--brand);
        box-shadow: 0 0 0 6px rgba(255,91,26,.1)
    }

    .jstep .n {
        font-size: 12px;
        font-weight: 800;
        color: var(--brand);
        letter-spacing: .16em;
        text-transform: uppercase
    }

    .jstep h3 {
        font-size: 24px;
        margin: 6px 0 10px;
        letter-spacing: -.02em
    }

    .jstep p {
        font-size: 15.5px;
        color: var(--text);
        max-width: 480px
    }

/* ---------- Coverage : value copy + country grid ---------- */
.coverage {
    background: linear-gradient(180deg,#f4f0e9 0%,#ece7df 100%);
    color: var(--ink);
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.cov-deco {
    display: none
}

.cov-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 4px 0
}

.coverage .eyebrow {
    background: rgba(255,91,26,.14);
    color: #b8400f;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
    display: inline-block
}

.coverage h2 {
    color: var(--heading);
    font-size: clamp(32px,3.8vw,48px);
    letter-spacing: -.035em;
    margin-top: 4px;
    line-height: 1.08;
    max-width: 480px
}

.coverage p {
    color: #55585f;
    font-size: 16px;
    margin: 6px 0 0;
    max-width: 420px;
    line-height: 1.55
}

.coverage .btn-light {
    display: inline-flex;
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
    box-shadow: 0 8px 22px rgba(255,91,26,.28);
    margin-top: 14px;
    padding: 11px 22px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 9px
}

    .coverage .btn-light:hover {
        background: #e84d10;
        border-color: #e84d10;
        box-shadow: 0 12px 28px rgba(255,91,26,.36);
        transform: translateY(-1px)
    }

.cov-head {
    padding-top: 0
}

.cov-card {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    position: relative
}

.cov-list {
    display: flex;
    flex-direction: column
}

.cov-row {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 18px;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(12,14,20,.07)
}

    .cov-row:last-child {
        border-bottom: none
    }

.cov-row-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14.5px;
    font-weight: 700;
    color: #4d4f55;
    white-space: nowrap
}

    .cov-row-title .bar {
        width: 3px;
        height: 15px;
        border-radius: 2px;
        flex-shrink: 0
    }

    .cov-row-title .bar {
        background: rgba(12,14,20,.18)
    }

.cov-flags {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px 10px;
    align-items: center;
    overflow: hidden
}

.cov-flag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    border-radius: 6px;
    position: relative;
    transition: .2s;
    background: transparent;
    border: 1px solid transparent
}

    .cov-flag:hover {
        background: rgba(255,255,255,.55);
        border-color: rgba(12,14,20,.08);
        color: var(--brand)
    }

    .cov-flag img {
        width: 20px;
        height: 14px;
        border-radius: 2px;
        object-fit: cover;
        display: block;
        flex-shrink: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,.12)
    }

    .cov-flag .name {
        font-size: 13px;
        color: #4d4f55;
        font-weight: 600;
        white-space: nowrap;
        transition: color .2s
    }

    .cov-flag:hover .name {
        color: var(--brand)
    }

.cov-foot {
    font-size: 13px;
    color: #7a808d;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid rgba(12,14,20,.07)
}

    .cov-foot a {
        color: var(--brand);
        font-weight: 700;
        text-decoration: none
    }

        .cov-foot a:hover {
            text-decoration: underline
        }

/* ---------- Why ---------- */
/* ---------- Why Topease ---------- */
.why {
    background: linear-gradient(180deg,#fbf7f4 0%,#fff 100%);
    padding: 120px 0
}

    .why .center {
        max-width: 960px;
        margin: 0 auto
    }

    .why .eyebrow {
        margin-bottom: 20px
    }

    .why .section-title {
        font-size: clamp(36px,4.4vw,50px);
        margin-bottom: 18px;
        letter-spacing: -.035em
    }

    .why .section-desc {
        font-size: 17.5px;
        line-height: 1.75;
        max-width: 700px;
        margin: 0 auto;
        color: var(--text)
    }

.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 64px
}

.wcard {
    background: linear-gradient(180deg,#fff 0%,#fffdfa 100%);
    border-radius: 28px;
    padding: 42px 38px;
    border: 1px solid rgba(226,228,234,.85);
    transition: transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s cubic-bezier(.2,.7,.2,1),background .4s,border-color .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(12,14,20,.06),0 1px 3px rgba(12,14,20,.04)
}

    .wcard::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 3px;
        width: 100%;
        background: linear-gradient(90deg,var(--brand),var(--brand-2));
        opacity: .22;
        transition: opacity .35s
    }

    .wcard::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 4px;
        width: 100%;
        background: linear-gradient(90deg,var(--brand),var(--brand-2));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .45s cubic-bezier(.2,.7,.2,1)
    }

    .wcard:hover {
        transform: translateY(-10px);
        box-shadow: 0 32px 80px rgba(12,14,20,.13),0 20px 50px rgba(255,91,26,.10),0 0 0 1px rgba(255,91,26,.18);
        background: linear-gradient(180deg,#fff 0%,#fff6f0 100%);
        border-color: rgba(255,91,26,.30)
    }

        .wcard:hover::before {
            opacity: 0
        }

        .wcard:hover::after {
            transform: scaleX(1)
        }

    .wcard .ico {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        background: #fff5ef;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--brand);
        margin-bottom: 24px;
        transition: .35s cubic-bezier(.2,.7,.2,1)
    }

    .wcard:hover .ico {
        transform: scale(1.08) rotate(-3deg);
        background: linear-gradient(135deg,var(--brand),var(--brand-2));
        color: #fff;
        box-shadow: 0 12px 28px rgba(255,91,26,.26)
    }

    .wcard h3 {
        font-size: 24px;
        margin-bottom: 18px;
        letter-spacing: -.025em;
        line-height: 1.22;
        transition: color .3s
    }

    .wcard:hover h3 {
        color: var(--brand)
    }

    .wcard ul {
        list-style: none
    }

    .wcard li {
        display: flex;
        gap: 12px;
        font-size: 15px;
        color: var(--text);
        padding: 10px 0;
        line-height: 1.55;
        transition: transform .3s
    }

        .wcard li svg {
            flex: none;
            color: var(--brand);
            margin-top: 4px;
            transition: transform .3s cubic-bezier(.2,.7,.2,1),color .3s
        }

    .wcard:hover li svg {
        transform: scale(1.25)
    }

    .wcard:hover li:nth-child(1) svg {
        transition-delay: 0ms
    }

    .wcard:hover li:nth-child(2) svg {
        transition-delay: 40ms
    }

    .wcard:hover li:nth-child(3) svg {
        transition-delay: 80ms
    }

/* ---------- Platform : stacked scroll cards ---------- */
.plat {
    background: linear-gradient(180deg,#fbf7f4 0%,#fff 60%,#fff 100%);
    padding-bottom: 80px
}

.plat-intro {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 60px
}

.plat-stack {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}

.stack-card {
    position: sticky;
    top: calc(var(--header-height) + 16px);
    display: grid;
    grid-template-columns: 1.7fr 1.1fr;
    gap: 36px;
    align-items: center;
    padding: 46px 54px;
    border-radius: 30px;
    min-height: 460px;
    margin-bottom: 20vh;
    color: #fff;
    box-shadow: 0 24px 70px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.30),inset 0 0 0 1px rgba(255,255,255,.12);
    overflow: hidden;
    transform-origin: center top
}

    .stack-card:last-child {
        margin-bottom: 0
    }

    .stack-card:nth-child(1) {
        background: linear-gradient(135deg,#2f74ed 0%,#5b9bff 100%);
        z-index: 1
    }

    .stack-card:nth-child(2) {
        background: linear-gradient(135deg,#e8890c 0%,#f7b53d 100%);
        z-index: 2
    }

    .stack-card:nth-child(3) {
        background: linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);
        z-index: 3
    }

    .stack-card:nth-child(4) {
        background: linear-gradient(135deg,#0d9488 0%,#2dd4bf 100%);
        z-index: 4
    }

    .stack-card::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(640px 460px at 88% -8%,rgba(255,255,255,.24),transparent 55%),radial-gradient(560px 520px at -12% 118%,rgba(0,0,0,.14),transparent 60%)
    }

    .stack-card .content {
        position: relative;
        z-index: 2
    }

    .stack-card .ico {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        background: rgba(255,255,255,.18);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-bottom: 22px;
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,.24);
        transition: transform .35s cubic-bezier(.2,.7,.2,1),background .35s ease
    }

    .stack-card .pow {
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .04em;
        color: #fff;
        margin-bottom: 12px;
        text-shadow: 0 1px 2px rgba(0,0,0,.12)
    }

    .stack-card h3 {
        font-size: clamp(28px,3.2vw,40px);
        color: #fff;
        letter-spacing: -.03em;
        line-height: 1.08;
        margin-bottom: 16px;
        text-shadow: 0 2px 8px rgba(0,0,0,.14)
    }

    .stack-card p {
        font-size: 16.5px;
        line-height: 1.65;
        color: #fff;
        font-weight: 500;
        max-width: 430px;
        margin-bottom: 30px;
        text-shadow: 0 1px 2px rgba(0,0,0,.12)
    }

    .stack-card .btn {
        background: #fff;
        color: var(--ink);
        border: none;
        border-radius: 10px;
        padding: 13px 28px;
        font-weight: 600;
        font-size: 14.5px;
        transition: .25s;
        display: inline-flex
    }

        .stack-card .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 24px rgba(0,0,0,.14)
        }

    .stack-card .btn-group {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center
    }

    .stack-card .btn.btn-line {
        background: transparent;
        color: #fff;
        border: 1.6px solid rgba(255,255,255,.6);
        border-radius: 10px;
        padding: 11.5px 26px;
        font-weight: 600;
        font-size: 14.5px;
        text-shadow: none;
        transition: .25s
    }

        .stack-card .btn.btn-line:hover {
            transform: translateY(-2px);
            background: rgba(255,255,255,.16);
            border-color: #fff
        }

.stack-shot {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 520px;
    border-radius: 22px;
    background: linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.06));
    border: 1.5px dashed rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.5px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 16px 50px rgba(0,0,0,.10),inset 0 1px 0 rgba(255,255,255,.30);
    backdrop-filter: blur(6px)
}

    .stack-shot span {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        opacity: .95
    }

    .stack-shot svg {
        opacity: .9
    }

/* ---------- Insights carousel ---------- */
.insights {
    background-color: #fbf7f4;
    background-image: linear-gradient(180deg,#fff4ec 0%,#fbf7f4 100%);
    position: relative;
    overflow: clip
}

    .insights::before {
        content: "";
        position: absolute;
        left: -120px;
        top: -120px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        background: radial-gradient(circle,rgba(255,91,26,.10),transparent 70%);
        pointer-events: none
    }

.ins-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

    .ins-head .section-desc {
        margin: 0
    }

.ins-carousel {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 1
}

.ins-track {
    flex: 1 1 auto;
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 12px 4px 22px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none
}

    .ins-track::-webkit-scrollbar {
        display: none
    }

.ins-card {
    flex: 0 0 calc(33.333% - 14.67px);
    min-width: 300px;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease,box-shadow .3s ease,border-color .3s ease;
    position: relative
}

    .ins-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg,var(--brand),var(--brand-2));
        transform: scaleX(0);
        transform-origin: left;
        transition: .35s
    }

    .ins-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow);
        border-color: transparent
    }

        .ins-card:hover::before {
            transform: scaleX(1)
        }

.ins-cover {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg,#fff1ea,#ffe0d2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

    .ins-cover .ph {
        color: var(--brand);
        opacity: .6;
        font-size: 12.5px;
        font-weight: 700;
        text-align: center;
        padding: 20px
    }

        .ins-cover .ph svg {
            display: block;
            margin: 0 auto 8px
        }

    .ins-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.ins-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1
}

    .ins-body .cat {
        font-size: 11.5px;
        font-weight: 800;
        color: var(--brand);
        letter-spacing: .02em;
        margin-bottom: 10px
    }

    .ins-body h3 {
        font-size: 16.5px;
        font-weight: 800;
        line-height: 1.32;
        margin-bottom: 10px;
        color: var(--ink);
        letter-spacing: -.01em
    }

    .ins-body p {
        font-size: 14px;
        color: var(--muted);
        line-height: 1.55;
        margin-bottom: 16px;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

.ins-arrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 800;
    color: var(--brand)
}

    .ins-arrow svg {
        transition: transform .25s
    }

.ins-card:hover .ins-arrow svg {
    transform: translateX(4px)
}

.ins-nav {
    flex: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .25s;
    color: var(--ink)
}

    .ins-nav:hover {
        background: var(--brand);
        border-color: var(--brand);
        color: #fff
    }

.ins-readmore-head .btn {
    padding: 12px 26px;
    background: #ff7a45;
    color: #fff;
    border: 1px solid #ff7a45;
    box-shadow: 0 8px 20px rgba(255,122,69,.18)
}

    .ins-readmore-head .btn:hover {
        background: #ff5b1a;
        border-color: #ff5b1a;
        transform: translateY(-2px);
        box-shadow: 0 12px 26px rgba(255,122,69,.22)
    }

/* ---------- FAQ ---------- */
.faq-section {
    background: var(--paper)
}

.faq {
    max-width: 980px;
    margin: 48px auto 0
}

.qa {
    border: 1px solid var(--line);
    border-radius: 18px;
    margin-bottom: 14px;
    background: #fff;
    overflow: hidden;
    transition: .25s
}

    .qa:hover {
        border-color: #ffd3bf
    }

.qa-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 23px 26px;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    color: var(--ink)
}

    .qa-q .pm {
        flex: none;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: var(--brand-soft);
        color: var(--brand);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: .3s;
        font-weight: 400
    }

.qa.open .pm {
    transform: rotate(45deg);
    background: var(--brand);
    color: #fff
}

.qa-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease
}

    .qa-a p {
        padding: 0 26px 24px;
        color: var(--text);
        font-size: 15px;
        line-height: 1.65
    }

/* ---------- Final CTA ---------- */
.final {
    padding: 0;
    text-align: left;
    background: linear-gradient(135deg,#080c16 0%,#111827 50%,#1a1230 100%);
    position: relative;
    overflow: hidden
}

    .final .wrap {
        max-width: none;
        padding: 0
    }

.final-card {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 64px;
    overflow: visible;
    box-shadow: none;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 520px
}

.final-deco {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.final-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none
}

    .final-glow.orange {
        width: 520px;
        height: 520px;
        background: radial-gradient(circle,rgba(255,91,26,.22),transparent 70%);
        right: -120px;
        top: -120px;
        animation: glowDrift 10s ease-in-out infinite alternate
    }

    .final-glow.purple {
        width: 420px;
        height: 420px;
        background: radial-gradient(circle,rgba(139,92,246,.18),transparent 70%);
        left: -80px;
        bottom: -120px;
        animation: glowDrift 12s ease-in-out infinite alternate-reverse
    }

    .final-glow.blue {
        width: 360px;
        height: 360px;
        background: radial-gradient(circle,rgba(59,130,246,.14),transparent 70%);
        left: 45%;
        top: 50%;
        transform: translate(-50%,-50%);
        animation: glowPulse 8s ease-in-out infinite
    }

@keyframes glowDrift {
    0% {
        transform: translate(0,0) scale(1)
    }

    100% {
        transform: translate(-30px,30px) scale(1.08)
    }
}

@keyframes glowPulse {
    0%,100% {
        opacity: .7;
        transform: translate(-50%,-50%) scale(1)
    }

    50% {
        opacity: 1;
        transform: translate(-50%,-50%) scale(1.1)
    }
}

.final-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg,var(--brand),var(--brand-2),var(--brand));
    background-size: 200% 100%;
    animation: finalShimmer 5s linear infinite
}

@keyframes finalShimmer {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 200% 0
    }
}

.final-content {
    position: relative;
    z-index: 2;
    padding: 64px 0;
    max-width: 600px
}

    .final-content .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 12.5px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: var(--brand);
        margin-bottom: 18px
    }

        .final-content .eyebrow::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--brand);
            box-shadow: 0 0 12px var(--brand)
        }

.final-card h2 {
    color: #fff;
    font-size: clamp(36px,4.4vw,50px);
    margin-bottom: 20px;
    letter-spacing: -.03em;
    line-height: 1.05;
    background: linear-gradient(180deg,#fff 0%,#e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.final-card p {
    color: rgba(255,255,255,.78);
    font-size: 18px;
    max-width: 520px;
    margin-bottom: 34px;
    line-height: 1.65
}

.final-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    position: relative;
    align-items: center
}

    .final-cta .btn {
        border-radius: 10px;
        padding: 15px 30px;
        font-weight: 600;
        font-size: 15px;
        transition: .25s
    }

    .final-cta .btn-primary {
        background: var(--brand);
        color: #fff;
        border-color: var(--brand);
        box-shadow: 0 10px 32px rgba(255,91,26,.28)
    }

        .final-cta .btn-primary:hover {
            background: var(--brand-2);
            border-color: var(--brand-2);
            transform: translateY(-2px);
            box-shadow: 0 14px 38px rgba(255,91,26,.35)
        }

    .final-cta .btn-ghost {
        background: transparent;
        color: #fff;
        border-color: rgba(255,255,255,.35)
    }

        .final-cta .btn-ghost:hover {
            border-color: #fff;
            background: rgba(255,255,255,.1);
            transform: translateY(-2px)
        }

.final-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 420px
}

.final-globe {
    position: relative;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%,rgba(255,255,255,.06),transparent 55%);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: inset 0 0 80px rgba(255,255,255,.04),0 0 80px rgba(99,102,241,.12)
}

    .final-globe svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%
    }

    .final-globe .node {
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--brand);
        box-shadow: 0 0 18px var(--brand);
        animation: nodePulse 2.5s ease-in-out infinite
    }

        .final-globe .node:nth-child(2) {
            top: 28%;
            left: 22%;
            animation-delay: 0s
        }

        .final-globe .node:nth-child(3) {
            top: 42%;
            left: 58%;
            animation-delay: .8s
        }

        .final-globe .node:nth-child(4) {
            top: 62%;
            left: 36%;
            animation-delay: 1.6s
        }

        .final-globe .node:nth-child(5) {
            top: 34%;
            left: 76%;
            animation-delay: 1.2s
        }

        .final-globe .node:nth-child(6) {
            top: 70%;
            left: 68%;
            animation-delay: .4s
        }

@keyframes nodePulse {
    0%,100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .6
    }
}

@media(max-width:1180px) {
    .final-card {
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
        padding: 72px 40px;
        min-height: auto
    }

    .final-content {
        max-width: none;
        padding: 0
    }

    .final-card h2, .final-card p {
        margin-left: auto;
        margin-right: auto
    }

    .final-cta {
        justify-content: center
    }

    .final-visual {
        display: none
    }
}

@media(max-width:640px) {
    .final-card {
        padding: 56px 22px 54px
    }

    .final-content .eyebrow {
        justify-content: center
    }

    .final-cta .btn {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 140px
    }
}

footer {
    background: var(--dark);
    color: #aeb2bd;
    padding: 66px 0 30px
}

.foot-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 36px 24px
}

.foot-brand .logo {
    color: #fff;
    margin-bottom: 16px
}

.foot-brand p {
    font-size: 14px;
    max-width: 300px;
    line-height: 1.7
}

.foot-social {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px
}

    .foot-social a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 13.5px;
        font-weight: 600;
        color: #aeb2bd;
        transition: .2s
    }

        .foot-social a:hover {
            color: var(--brand)
        }

    .foot-social svg {
        width: 20px;
        height: 20px;
        color: #fff;
        transition: .2s
    }

    .foot-social a:hover svg {
        color: var(--brand)
    }

.foot-col h5 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px
}

.foot-col a {
    display: block;
    font-size: 14px;
    padding: 6px 0;
    color: #aeb2bd;
    transition: .2s
}

    .foot-col a:hover {
        color: var(--brand)
    }

.foot-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 46px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #7b8090
}

.foot-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #7b8090
}

    .foot-legal a {
        font-size: 13px;
        color: #aeb2bd;
        transition: .2s
    }

        .foot-legal a:hover {
            color: var(--brand)
        }

    .foot-legal span {
        opacity: .6
    }

/* reveal */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: .7s cubic-bezier(.2,.7,.2,1)
}

    .reveal.in {
        opacity: 1;
        transform: none
    }

/* ============================================================
     INTERACTIVE ENHANCEMENTS — semantic hover motion
     Each block maps to a section's intent:
       product UI -> live spotlight + lift (feels like a real app)
       data chips  -> accent underline + brand glow (data is the focus)
       capability  -> accent underline + lift
       coverage    -> scale highlight (global scale)
       platform    -> preview highlight (live module)
       final CTA   -> gentle lift + earth glow
     ============================================================ */
/* Hero product UI — feels like a live, interactive app */
.hero-visual {
    transition: transform .4s cubic-bezier(.2,.7,.2,1)
}

    .hero-visual:hover {
        transform: translateY(-4px)
    }

        .hero-visual:hover .viz {
            box-shadow: 0 46px 100px rgba(10,12,18,.40),0 14px 40px rgba(255,91,26,.16)
        }

        .hero-visual:hover .viz-stage {
            background: radial-gradient(120% 120% at 70% 20%,rgba(255,91,26,.20),transparent 60%),#0a0c12
        }

        .hero-visual:hover .viz-chip {
            box-shadow: 0 18px 42px rgba(255,91,26,.30);
            border-color: rgba(255,91,26,.55)
        }

.viz {
    --mx: 50%;
    --my: 50%
}

    .viz::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: radial-gradient(170px 170px at var(--mx) var(--my),rgba(255,255,255,.12),transparent 70%);
        opacity: 0;
        transition: opacity .35s;
        pointer-events: none;
        z-index: 3
    }

.hero-visual:hover .viz::after {
    opacity: 1
}
/* Hero stat chips — data is the focus, light up on hover */
.stat {
    transition: transform .3s cubic-bezier(.2,.7,.2,1),background .3s
}

    .stat::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0;
        background: linear-gradient(90deg,var(--brand),var(--brand-2));
        transition: height .3s ease
    }

    .stat:hover {
        transform: translateY(-4px);
        background: linear-gradient(180deg,rgba(255,91,26,.06),transparent)
    }

        .stat:hover::after {
            height: 3px
        }

    .stat .num, .stat .num .suf {
        transition: color .3s ease
    }

    .stat:hover .num, .stat:hover .num .suf {
        color: var(--brand)
    }
/* Achieve capability cards — accent underline on hover (lift already exists) */
.sp-card::after {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 0;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg,var(--brand),var(--brand-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.4,0,.2,1)
}

.sp-card:hover::after {
    transform: scaleX(1)
}
/* Platform stack cards — highlight the live preview on hover */
.stack-card {
    transition: box-shadow .35s cubic-bezier(.2,.7,.2,1)
}

    .stack-card:hover {
        box-shadow: 0 34px 84px rgba(0,0,0,.18)
    }

        .stack-card:hover .ico {
            transform: scale(1.08) rotate(-3deg);
            background: rgba(255,255,255,.28)
        }

        .stack-card:hover .stack-shot.shot {
            box-shadow: 0 24px 70px rgba(0,0,0,.24),inset 0 0 0 1px rgba(255,255,255,.5)
        }

            .stack-card:hover .stack-shot.shot img {
                transform: scale(1.03)
            }
/* Final CTA — subtle glow lift on hover */
.final-card:hover .final-glow.orange {
    transform: translate(-10px,10px) scale(1.12)
}

.final-card:hover .final-glow.purple {
    transform: translate(10px,-10px) scale(1.1)
}
/* Why / Insights cards keep their existing rich hovers */

/* ---------- Responsive ---------- */
@media(max-width:1200px) {
    section > .wrap {
        width: 86%
    }
}

@media(max-width:980px) {
    .hero-grid, .cov-grid {
        grid-template-columns: 1fr
    }

    .hero-grid {
        padding-bottom: 0;
        gap: 42px
    }

    .hero-copy {
        max-width: none;
        text-align: center
    }

    .hero p.lead {
        margin-left: auto;
        margin-right: auto
    }

    .hero-cta {
        justify-content: center
    }

    .hero-visual {
        order: -1
    }

        .hero-visual::before {
            inset: -30px -20px -20px
        }

    .hero-stats {
        margin-top: 46px
    }

    .journey {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .journey-intro {
        position: static
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .wcard {
        padding: 34px 28px
    }

    .stack-card {
        grid-template-columns: 1fr;
        padding: 44px 34px;
        min-height: auto;
        gap: 32px
    }

    .stack-shot {
        min-height: 0
    }

    .showcase-tabs {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        gap: 6px;
        padding: 6px;
        overflow-x: auto;
        justify-content: flex-start;
        border-radius: 18px
    }

    .tab-btn {
        padding: 10px 18px;
        font-size: 13.5px;
        flex: 1 0 auto;
        min-width: max-content
    }

    .sp-split {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .sp-card {
        padding: 26px;
        gap: 22px
    }

        .sp-card::before {
            left: 26px;
            right: 26px
        }

    .sp-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 14px
    }

        .sp-cta .btn {
            justify-content: center
        }

    .sp-viz {
        min-height: 300px;
        padding: 24px
    }

    .ins-card {
        flex: 0 0 calc(50% - 11px);
        min-width: 280px
    }

}

@media(max-width:768px) {
    section > .wrap {
        width: 90%
    }
}

@media(max-width:640px) {
    section {
        padding: 66px 0
    }

    .marquee {
        --logo-gap: 18px;
        --logo-gap-half: 9px
    }

    .logo-pill img {
        height: 54px
    }

    .why {
        padding: 90px 0
    }

        .why .section-title {
            font-size: clamp(30px,8vw,42px)
        }

    .hero {
        padding: 58px 0 70px
    }

        .hero h1 {
            font-size: clamp(34px,9vw,42px);
            margin: 18px 0 20px
        }

        .hero p.lead {
            font-size: 17px;
            margin-bottom: 30px
        }

    .hero-grid {
        gap: 34px
    }

    .hero-visual::before {
        inset: -20px -12px -12px
    }

    .hero-stats {
        grid-template-columns: 1fr 1fr;
        padding: 0;
        border-radius: 18px;
        margin-top: 38px
    }

    .stat {
        border-right: none;
        border-bottom: 1px solid rgba(226,228,234,.7);
        padding: 24px 10px
    }

        .stat .lbl {
            font-size: 13px
        }

        .stat:nth-child(odd) {
            border-right: 1px solid rgba(226,228,234,.7)
        }

        .stat:nth-child(3), .stat:nth-child(4) {
            border-bottom: none
        }

    .why-grid, .journey-steps {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 48px
    }

    .wcard {
        padding: 30px 24px
    }

    .stack-card {
        grid-template-columns: 1fr;
        padding: 44px 34px;
        min-height: auto;
        gap: 32px
    }

    .stack-shot {
        min-height: 0
    }

    .cov-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 12px 0;
        min-height: auto
    }

    .cov-deco {
        opacity: .32;
        width: 80%
    }

    .cov-head {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .coverage h2 {
        font-size: clamp(28px,7vw,40px);
        max-width: none;
        margin-top: 10px
    }

    .coverage p {
        max-width: 520px;
        margin-top: 8px
    }

    .coverage .btn-light {
        margin-top: 22px
    }

    .cov-list {
        gap: 0
    }

    .cov-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 0
    }

    .cov-row-title {
        font-size: 13.5px
    }

    .cov-flags {
        gap: 6px 8px;
        flex-wrap: wrap
    }

    .cov-flag {
        padding: 4px 6px
    }

        .cov-flag img {
            width: 18px;
            height: 12px
        }

        .cov-flag .name {
            font-size: 12px
        }

    .foot-top {
        grid-template-columns: 1fr 1fr 1fr
    }

    .final-cta .btn {
        padding: 13px 22px;
        font-size: 14px
    }

    .ins-card {
        flex: 0 0 85%;
        min-width: 260px
    }

    .ins-nav {
        display: none
    }

    .journey-steps {
        padding-left: 38px
    }

    .viz {
        margin-top: 8px
    }

    .sp-viz {
        min-height: 260px;
        padding: 18px
    }

    .sp-cta {
        flex-direction: column;
        align-items: stretch
    }

        .sp-cta .btn {
            justify-content: center
        }
}

/* product / solution screenshots */
.sp-viz img.sp-shot {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top center;
    border-radius: 18px;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid rgba(12,14,20,.06);
    box-shadow: 0 16px 44px rgba(12,14,20,.14)
}

.stack-shot.shot {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    min-height: 0;
    margin: auto;
    overflow: hidden;
    border: none;
    background: #fff;
    backdrop-filter: none;
    border-radius: 18px;
    box-shadow: 0 16px 50px rgba(0,0,0,.16),inset 0 0 0 1px rgba(255,255,255,.35);
    transition: box-shadow .35s ease
}

    .stack-shot.shot img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
        border-radius: 18px;
        box-shadow: inset 0 0 0 1px rgba(12,14,20,.06);
        transition: transform .45s cubic-bezier(.2,.7,.2,1)
    }
