/* 客户端下载页 */
.download-page {
    overflow: hidden;
}

.download-hero {
    position: relative;
    padding: 80px 0 70px;
    overflow: hidden;
    background: radial-gradient(ellipse at 85% 40%, #e4efff, transparent 58%), #f7f9fd;
    border-bottom: 1px solid #e4eaf3;
}

.download-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 60px;
}

.download-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #356294;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
}

.download-eyebrow>span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 5px #e4edfc;
}

.download-hero h1 {
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.45;
    letter-spacing: -.045em;
}

.download-hero-copy>p {
    max-width: 460px;
    margin-top: 20px;
    color: #65758b;
    font-size: .96rem;
    line-height: 1.95;
}

.download-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
}

.download-hero-actions .btn {
    min-height: 50px;
    padding: 13px 24px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(22, 119, 255, .16);
}

.hero-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #356294;
    font-size: .84rem;
    font-weight: 600;
}

.hero-text-link:hover {
    color: var(--primary);
}

.download-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #dfe6ef;
    color: #52657c;
}

.download-platforms span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    font-size: .72rem;
}

.download-platforms i {
    font-size: 1.05rem;
}

.download-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 17px;
    color: #65758b;
    font-size: .72rem;
}

.download-hero-points i {
    margin-right: 5px;
    color: #3973b9;
}

.download-preview {
    position: relative;
    min-width: 0;
    height: 460px;
}

.preview-caption {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #657e9f;
    font-size: .6rem;
    letter-spacing: .09em;
    margin: 0 8px 22px;
}

.desktop-preview {
    overflow: hidden;
    margin-right: 25px;
    border: 1px solid #d4e2f2;
    border-radius: 14px;
    background: #fff;
}

.preview-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    padding: 0 15px;
    border-bottom: 1px solid #e7edf6;
    background: #f8fbff;
    color: #718299;
    font-size: .6rem;
}

.preview-dots {
    display: flex;
    gap: 4px;
}

.preview-dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c5d4e5;
}

.preview-workspace {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 290px;
}

.preview-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 17px 0;
    border-right: 1px solid #e7edf6;
    color: #8da1bc;
    font-size: .9rem;
}

.preview-brand {
    color: #147af7;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
}

.preview-brand span {
    color: #82bfff;
}

.preview-sidebar>i:first-of-type {
    color: var(--primary);
}

.preview-main {
    padding: 22px 22px 25px;
}

.preview-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview-heading small {
    color: #7b8ba1;
    font-size: .56rem;
}

.preview-heading h2 {
    margin-top: 2px;
    font-size: 1.05rem;
}

.preview-new {
    padding: 5px 8px;
    border-radius: 5px;
    background: #eaf3ff;
    color: #2477d8;
    font-size: .58rem;
}

.preview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 19px 0;
    gap: 8px;
}

.preview-stats>div {
    padding: 10px;
    border: 1px solid #e6eef8;
    border-radius: 7px;
    background: #f8fbff;
}

.preview-stats span {
    display: block;
    color: #718299;
    font-size: .55rem;
}

.preview-stats strong {
    display: block;
    color: #346baa;
    font-size: 1.35rem;
    font-weight: 600;
}

.preview-stats small {
    margin-left: 5px;
    font-size: .5rem;
    font-weight: 400;
    color: #718299;
}

.preview-list-title {
    display: flex;
    justify-content: space-between;
    font-size: .65rem;
    font-weight: 600;
}

.preview-list-title span {
    color: #8393a8;
    font-size: .5rem;
    font-weight: 400;
}

.preview-file {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f7;
}

.preview-file>i {
    color: #5b95dc;
    font-size: 1.1rem;
}

.preview-file strong,
.preview-file small {
    display: block;
    font-size: .57rem;
    font-weight: 500;
}

.preview-file small {
    color: #8a99ac;
    font-size: .48rem;
    margin-top: 3px;
}

.preview-status {
    margin-left: auto;
    color: #b37b24;
    background: #fff7e7;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: .48rem;
}

.preview-status.complete {
    color: #34876c;
    background: #eaf8f1;
}

.mobile-preview {
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 153px;
    padding: 25px 10px 12px;
    border: 5px solid #e0e9f5;
    outline: 1px solid #c7d6e9;
    border-radius: 25px;
    background: #f8fbff;
    box-shadow: 0 18px 35px -14px #88a3c8;
}

.preview-island {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 7px;
    background: #c8d5e6;
    border-radius: 10px;
}

.mobile-preview-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .55rem;
}

.mobile-preview-paper {
    margin: 15px 0 12px;
    padding: 16px 12px 10px;
    background: white;
    border: 1px solid #e7edf6;
    border-radius: 7px;
    text-align: center;
}

.mobile-preview-paper>i {
    color: #408ce9;
    font-size: 1.3rem;
}

.mobile-preview-paper strong {
    display: block;
    margin: 8px 0 15px;
    font-size: .57rem;
}

.mobile-preview-paper>span {
    display: block;
    height: 3px;
    margin-top: 6px;
    background: #e3eaf3;
    border-radius: 3px;
}

.mobile-preview-paper>span:last-of-type {
    width: 65%;
}

.preview-signature {
    margin-top: 17px;
    padding: 12px 0 5px;
    border-top: 1px dashed #d7e4f3;
    color: #5d94d6;
}

.preview-signature i {
    font-size: 1.5rem;
}

.preview-signature small {
    display: block;
    margin-top: 4px;
    color: #8291a5;
    font-size: .45rem;
}

.preview-sign-button {
    padding: 8px 4px;
    border-radius: 6px;
    background: var(--primary-gradient);
    color: white;
    font-size: .55rem;
    text-align: center;
}

.preview-sign-button i {
    margin-left: 6px;
}

.preview-sync {
    position: absolute;
    left: 22px;
    bottom: 13px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 17px;
    background: #ffffffd9;
    border: 1px solid #dce8f7;
    border-radius: 12px;
    box-shadow: 0 10px 25px -15px #8da9ce;
}

.preview-sync>span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #3987e1;
    background: #eaf3ff;
    border-radius: 50%;
}

.preview-sync strong,
.preview-sync small {
    display: block;
    font-size: .7rem;
    font-weight: 500;
}

.preview-sync small {
    margin-top: 3px;
    font-size: .58rem;
    color: #718299;
}

/* 多端协作预览持续微动效：手机轻浮动，同步提示轻呼吸。 */
.mobile-preview {
    animation: mobilePreviewFloat 4.6s ease-in-out infinite;
}

.preview-sync {
    animation: previewSyncPulse 4.1s ease-in-out .8s infinite;
}

.preview-sync>span i {
    animation: previewSyncRotate 5s linear infinite;
}

@keyframes mobilePreviewFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -8px, 0);
    }
}

@keyframes previewSyncPulse {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
        box-shadow: 0 10px 25px -15px #8da9ce;
    }

    50% {
        transform: translate3d(0, -3px, 0);
        box-shadow: 0 16px 30px -15px rgba(59, 130, 246, .38);
    }
}

@keyframes previewSyncRotate {
    to {
        transform: rotate(360deg);
    }
}



.section-heading {
    max-width: 610px;
    margin: 0 auto 43px;
    text-align: center;
}

.section-eyebrow {
    color: var(--primary);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .11em;
}

.section-heading h2 {
    margin-top: 9px;
    font-size: 2.15rem;
    letter-spacing: -.04em;
}

.section-heading p {
    margin-top: 10px;
    color: var(--text-secondary);
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.client-card {
    display: flex;
    flex-direction: column;
    min-height: 258px;
    padding: 24px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.client-card:hover {
    border-color: rgba(22, 119, 255, .42);
    box-shadow: var(--shadow-xl);
    transform: translateY(-5px);
}

.client-icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 13px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 1.45rem;
}

.android-card .client-icon {
    background: #effbf5;
    color: #26a269;
}

.windows-card .client-icon {
    background: #edf5ff;
    color: #1677ff;
}

.wechat-card .client-icon {
    background: #ecfdf3;
    color: #07c160;
}

.client-card-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-top: 18px;
}

.client-card h3 {
    font-size: 1.15rem;
}

.client-card-head span {
    color: var(--text-muted);
    font-size: .7rem;
    text-align: right;
}

.client-card>p {
    margin-top: 8px;
    color: var(--text-secondary);
    font-size: .85rem;
    line-height: 1.75;
}

.client-download {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    margin-top: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--primary);
    font: inherit;
    font-size: .86rem;
    font-weight: 700;
    cursor: pointer;
}

.client-download:hover {
    gap: 11px;
    color: var(--primary-hover);
}



.download-flow {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, .77fr) minmax(0, 1.23fr);
    gap: 52px;
    align-items: center;
    overflow: hidden;
    padding: 48px;
    border: 1px solid #dbeafe;
    border-radius: var(--radius-xl);
    background: linear-gradient(115deg, #eff8ff 0%, #fff 53%, #f8fbff 100%);
}

.download-flow::before {
    position: absolute;
    top: -145px;
    right: -74px;
    width: 330px;
    height: 330px;
    border: 58px solid rgba(22, 119, 255, .045);
    border-radius: 50%;
    content: '';
}

.flow-intro {
    position: relative;
    z-index: 1;
}

.flow-intro .badge-pill {
    background: #fff;
}

.flow-intro h2 {
    margin-top: 15px;
    font-size: 2rem;
    line-height: 1.28;
    letter-spacing: -.04em;
}

.flow-intro p {
    max-width: 340px;
    margin-top: 12px;
    color: var(--text-secondary);
    font-size: .9rem;
    line-height: 1.75;
}

.flow-intro-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--primary);
    font-size: .86rem;
    font-weight: 800;
}

.flow-intro-link:hover {
    gap: 12px;
}

.flow-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 0;
    list-style: none;
}

.flow-list::before {
    position: absolute;
    top: 46px;
    right: 14%;
    left: 14%;
    height: 1px;
    background: linear-gradient(90deg, #bfdbfe, #60a5fa, #bfdbfe);
    content: '';
}

.flow-step {
    position: relative;
    min-height: 206px;
    padding: 18px;
    border: 1px solid #e4edf7;
    border-radius: 15px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 22px rgba(30, 64, 100, .06);
}

.flow-step-highlight {
    border-color: rgba(22, 119, 255, .32);
    box-shadow: 0 12px 28px rgba(22, 119, 255, .12);
    transform: translateY(-8px);
}

.flow-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flow-step-number {
    color: #8ba2be;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.flow-device-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 1.06rem;
}

.flow-step-highlight .flow-device-icon {
    background: var(--primary-gradient);
    color: #fff;
    box-shadow: 0 6px 14px rgba(22, 119, 255, .24);
}

.flow-step h3 {
    margin-top: 22px;
    color: var(--text-main);
    font-size: .96rem;
    line-height: 1.45;
}

.flow-step p {
    margin-top: 7px;
    color: var(--text-muted);
    font-size: .77rem;
    line-height: 1.7;
}

.flow-sync-mark {
    position: absolute;
    z-index: 2;
    top: -17px;
    left: 50%;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(22, 119, 255, .3);
    font-size: .65rem;
    transform: translateX(-50%);
}

.download-toast {
    position: fixed;
    z-index: 1200;
    left: 50%;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: calc(100vw - 40px);
    padding: 12px 16px;
    border-radius: 10px;
    background: #172235;
    color: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .25);
    font-size: .86rem;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 18px);
    transition: .25s ease;
}

.download-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.download-toast i {
    color: #7dd3fc;
}

@media (max-width: 980px) {
    .download-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .download-hero-copy>p {
        margin-left: auto;
        margin-right: auto;
    }

    .download-hero-actions,
    .download-hero-points {
        justify-content: center;
    }

    .device-stage {
        max-width: 580px;
        width: 100%;
        margin: -5px auto 0;
    }

    .client-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .flow-intro {
        text-align: center;
    }

    .flow-intro p {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .download-hero {
        padding: 58px 0 34px;
    }

    .download-hero-title-wrap {
        width: 100%;
    }

    .download-hero-title-wrap .download-eyebrow {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
        font-size: .8rem;
    }

    .download-hero-title-wrap .title-main {
        font-size: clamp(1.9rem, 6.8vw, 2.35rem);
    }

    .download-hero-copy>p {
        font-size: .94rem;
    }

    .download-hero-actions {
        flex-direction: column;
        gap: 14px;
    }

    .download-hero-actions .btn {
        width: 100%;
    }

    .device-stage {
        height: 297px;
        transform: scale(.82);
        transform-origin: top center;
        margin-bottom: -52px;
    }

    .client-section {
        padding: 46px 0 44px;
    }

    .section-heading {
        margin-bottom: 28px;
    }

    .section-heading h2 {
        font-size: 1.62rem;
    }

    .section-heading p {
        font-size: .88rem;
    }

    .client-grid {
        grid-template-columns: 1fr;
    }

    .client-card {
        min-height: 224px;
    }

    .download-flow-section {
        padding-bottom: 64px;
    }

    .download-flow {
        padding: 30px 20px;
    }

    .flow-intro h2 {
        font-size: 1.55rem;
    }

    .flow-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .flow-list::before {
        top: 15%;
        bottom: 15%;
        left: 39px;
        width: 1px;
        height: auto;
        background: linear-gradient(#bfdbfe, #60a5fa, #bfdbfe);
    }

    .flow-step,
    .flow-step-highlight {
        min-height: 0;
        padding: 17px 17px 17px 68px;
        transform: none;
    }

    .flow-step-top {
        position: absolute;
        top: 17px;
        left: 15px;
    }

    .flow-step-number {
        display: none;
    }

    .flow-device-icon {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .flow-step h3 {
        margin-top: 0;
    }

    .flow-sync-mark {
        top: 50%;
        left: 34px;
        transform: translate(-50%, -50%);
        display: none;
    }
}

@media (max-width: 430px) {
    .device-stage {
        transform: scale(.67);
        margin-left: -15%;
        width: 130%;
        margin-bottom: -98px;
    }

    .sync-chip {
        display: none;
    }
}

/* 下载首屏在窄屏上保持自然排版，不缩放文字。 */
@media (max-width: 980px) {
    .download-hero-inner {
        gap: 42px;
    }

    .download-platforms {
        justify-content: center;
    }

    .download-preview {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        text-align: left;
    }
}

@media (max-width: 768px) {

    .download-hero-inner,
    .download-hero-copy {
        min-width: 0;
    }

    .download-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .download-hero {
        padding: 52px 0 40px;
    }

    .download-hero h1 {
        font-size: inherit;
    }

    .download-platforms {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 14px;
        margin-top: 26px;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .download-platforms::-webkit-scrollbar {
        display: none;
    }

    .download-platforms span {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .download-preview {
        height: 440px;
        display: none;
    }

    .preview-caption {
        font-size: .5rem;
        letter-spacing: .02em;
    }

    .desktop-preview {
        margin-right: 10px;
    }

    .preview-workspace {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    .preview-main {
        padding: 15px 12px 20px;
    }

    .preview-stats>div {
        padding: 8px;
    }

    .mobile-preview {
        width: 136px;
        bottom: 0;
    }

    .preview-sync {
        left: 0;
        bottom: 12px;
        padding: 10px;
        gap: 7px;
    }

    .preview-sync>span {
        width: 25px;
        height: 25px;
        font-size: .75rem;
    }

    .preview-sync strong {
        font-size: .6rem;
    }

    .preview-sync small {
        font-size: .5rem;
    }
}

@media (max-width: 360px) {
    .preview-sync {
        flex-direction: column;
        align-items: flex-start;
    }

    .preview-sync small {
        max-width: 95px;
    }
}

/* ========================================================================== 
   下载页视觉升级：与首页、价格页统一的极光与玻璃卡片语言
   ========================================================================== */
.download-page {
    background: var(--bg-body);
}

.download-hero {
    isolation: isolate;
    padding: 92px 0 82px;
    background: linear-gradient(145deg, #f9fcff 0%, #f0f7ff 52%, #f8fbff 100%);
    border-bottom: 1px solid #dce8f7;
}

.download-hero-bg-fx {
    position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.download-aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
}

.download-aurora-1 {
    top: -310px;
    right: -90px;
    width: 710px;
    height: 710px;
    background: radial-gradient(circle, rgba(59, 130, 246, .21), rgba(125, 211, 252, .06) 46%, transparent 70%);
}

.download-aurora-2 {
    bottom: -330px;
    left: 23%;
    width: 620px;
    height: 490px;
    background: radial-gradient(ellipse, rgba(99, 102, 241, .11), transparent 68%);
}

.download-aurora-3 {
    top: 25%;
    left: -190px;
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, rgba(14, 165, 233, .13), transparent 68%);
}

.download-mesh-grid {
    position: absolute;
    inset: 0;
    opacity: .64;
    background-image: linear-gradient(rgba(37, 99, 235, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 99, 235, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 82%, transparent);
}

.download-hero-inner {
    position: relative;
    gap: clamp(42px, 6vw, 86px);
}

.download-eyebrow {
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 14px;
    border: 1px solid rgba(59, 130, 246, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 5px 18px rgba(37, 99, 235, .06);
    color: var(--primary);
    letter-spacing: .06em;
}

.download-eyebrow>span {
    box-shadow: 0 0 0 5px rgba(59, 130, 246, .12);
}

.download-hero-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 640px;
    margin: 0;
}

.download-hero-title-wrap .download-eyebrow {
    margin-bottom: 18px;
    font-size: .84rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .04em;
}

.download-hero-title-wrap .title-main {
    display: block;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.05em;
    color: #0f172a;
}

.download-hero-copy>p {
    max-width: 510px;
    margin-top: 22px;
    color: #5d708a;
    font-size: 1rem;
    line-height: 1.85;
}

.download-hero-actions {
    gap: 18px;
    margin-top: 30px;
}

.download-hero-actions .btn {
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .2);
}

.hero-text-link {
    padding: 13px 4px;
    color: #345a84;
}

.download-platforms {
    gap: 12px;
    margin-top: 32px;
    padding-top: 20px;
    border-top-color: rgba(148, 163, 184, .28);
}

.download-platforms span {
    padding: 7px 10px;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 8px;
    background: rgba(255, 255, 255, .5);
    color: #526983;
}

.download-hero-points {
    gap: 9px 18px;
    color: #667a93;
}

.download-preview {
    height: 478px;
    padding: 15px;
    border: 1px solid rgba(191, 219, 254, .84);
    border-radius: 24px;
    background: rgba(255, 255, 255, .42);
    box-shadow: 0 28px 70px rgba(30, 64, 175, .14), inset 0 1px rgba(255, 255, 255, .9);
    backdrop-filter: blur(8px);
}

.preview-caption {
    margin: 0 0 16px;
    color: #6582a5;
}

.desktop-preview {
    margin-right: 34px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(51, 88, 137, .1);
}

.mobile-preview {
    right: 4px;
    bottom: 2px;
    box-shadow: 0 24px 44px -16px rgba(49, 87, 137, .42);
}

.preview-sync {
    left: 16px;
    bottom: 18px;
    border-radius: 14px;
    box-shadow: 0 14px 28px -16px rgba(49, 87, 137, .32);
}

.download-page .section {
    position: relative;
}

.section-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.25rem);
}

.client-card {
    min-height: 266px;
    border-color: #e1eaf5;
    border-radius: 18px;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .035);
}

.client-card:hover {
    border-color: rgba(37, 99, 235, .35);
    box-shadow: 0 18px 38px rgba(37, 99, 235, .12);
}

.download-flow {
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(30, 64, 100, .05);
}

@media (max-width: 980px) {
    .download-hero {
        padding: 76px 0 64px;
    }
}

@media (max-width: 768px) {
    .download-hero {
        padding: 58px 0 44px;
    }

    .download-eyebrow {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 14px;
    }

    .download-platforms span {
        padding: 6px 8px;
    }

    .download-preview {
        height: 450px;
        padding: 10px;
        border-radius: 18px;
    }

    .desktop-preview {
        margin-right: 12px;
    }

    .client-card {
        min-height: 232px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .mobile-preview,
    .preview-sync,
    .preview-sync>span i {
        animation: none;
    }
}