:root {
    --c-bg: #ffffff;
    --c-text: #0f1720;
    --c-text-muted: #4a5b6a;
    --c-accent: #1caba3;
    --c-accent-2: #14b8a6;
    --c-accent-soft: #d9f2ef;
    --c-footer-bg: #2fa8a0;
    --c-line: #e4e9ee;
    --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    --font-inter: "Inter", var(--font-sans);
    --font-mono: var(--font-sans);
    --list-muted: #696969;
    --sp-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --sp-ease-out: cubic-bezier(0.33, 1, 0.68, 1);
    /* Figma 1920 画板 */
    /* Banner 1920×900，同 能力2.html */
--sp-hero-copy-l: 5.2083vw;
    --sp-hero-copy-b: 5.2083vw;
    --sp-section-first-mt: 6.5625vw;
    --sp-section-gap: 9.375vw;
    /* 699:606 Download */
    --sp-dl-inner-w: 89.4792vw;
    --sp-dl-item-w: 26.7708vw;
    --sp-dl-cover-w: 8.5417vw;
    --sp-dl-cover-h: 11.6146vw;
    --sp-dl-item-gap: 1.875vw;
    --sp-dl-col-gap: 4.5833vw;
    --sp-dl-row-gap: 6.25vw;
    --sp-dl-body-w: 16.3542vw;
    --sp-dl-foot-gap: 0.625vw;
    /* 408:1395 Video */
   --sp-section-head-gap: 1.25vw;
    --sp-section-head-mb: 3.5417vw;
    --sp-section-head-w: 35.4167vw;
    --sp-video-carousel-pl: 5.2083vw;
    --sp-video-carousel-pr: 5.2083vw;
    --sp-video-card-w: 27.8125vw;
    --sp-video-thumb-h: 14.3229vw;
    --sp-video-card-gap: 3.5417vw;
    --sp-video-thumb-radius: 1.0417vw;
    --sp-video-controls-w: 62.5vw;
    --sp-video-controls-mt: 4.1667vw;
    --sp-video-stage-pad-bottom: 2.0833vw;
    --sp-video-hover-pad: 2.7083vw;
    --sp-video-progress-w: 49.375vw;
    --sp-video-arrow-gap: 1.25vw;
    --sp-faq-inner-w: 70.9375vw;
    --sp-faq-item-gap: 1.875vw;
    --sp-faq-answer-pl: 2.2396vw;
}

body {
    font-family: var(--font-sans);
    color: var(--c-text);
    overflow-x: hidden;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: transparent;
}

body.sp-page {
    padding-top: 0
}

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

ul {
    list-style: none
}

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

img.is-broken {
    display: none !important
}

.pl-diffuse-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #fafdfd;
    background-image:
        radial-gradient(ellipse 1000px 760px at 8% 24%, color-mix(in srgb, var(--c-accent) 9%, transparent), transparent 62%),
        radial-gradient(ellipse 820px 640px at 20% 80%, color-mix(in srgb, var(--c-accent-2) 5%, transparent), transparent 58%),
        radial-gradient(circle min(70vw, 820px) at 98% 42%, color-mix(in srgb, var(--c-accent) 4%, transparent), transparent 55%),
        radial-gradient(ellipse 65% 50% at 50% 100%, color-mix(in srgb, var(--c-accent-soft) 16%, #fff), transparent 52%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pl-diffuse-blob {
    position: absolute;
    width: min(88vmin, 1050px);
    height: min(88vmin, 1050px);
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    filter: blur(56px);
    opacity: .48;
    will-change: transform;
    z-index: 1;
}

.pl-diffuse-blob.is-a {
    left: 12%;
    top: 24%;
    background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent) 34%, transparent) 0%, color-mix(in srgb, var(--c-accent) 8%, transparent) 40%, transparent 68%);
}

.pl-diffuse-blob.is-b {
    left: 86%;
    top: 38%;
    width: min(76vmin, 900px);
    height: min(76vmin, 900px);
    opacity: .4;
    filter: blur(52px);
    background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-2) 30%, transparent) 0%, color-mix(in srgb, var(--c-accent-2) 7%, transparent) 38%, transparent 65%);
}

.pl-diffuse-blob.is-c {
    left: 48%;
    top: 88%;
    width: min(82vmin, 980px);
    height: min(82vmin, 980px);
    opacity: .36;
    filter: blur(64px);
    background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--c-accent-soft) 55%, transparent) 0%, color-mix(in srgb, var(--c-accent) 10%, transparent) 42%, transparent 62%);
}

@media (prefers-reduced-motion:reduce) {
    .pl-diffuse-blob {
        filter: blur(56px);
        opacity: .32
    }
}

.sp-page-wrap {
    position: relative;
    z-index: 2;
    background: transparent
}

.sp-hero-sec {
    position: relative;
    width: 100%;
    background: #e8f4f7;
}

.sp-hero-bg {
    position: absolute;
    inset: 0
}

.sp-hero-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.sp-hero-grad {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, rgba(28, 171, 163, 0.3) 0%, rgba(28, 171, 163, 0) 54.611%);
}

.sp-hero-copy {
    position: absolute;
    z-index: 2;
    left: var(--sp-hero-copy-l);
    bottom: var(--sp-hero-copy-b);
    top: auto;
    width: min(759px, calc(100% - 48px));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 1.875vw, 36px);
    color: #ffffff;
}

.sp-hero-copy h1 {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: clamp(32px, 3.333333vw, 64px);
    line-height: clamp(1.46vw, 2.083333vw, 40px);
    letter-spacing: .64px;
    text-transform: uppercase;
    color: #ffffff;
    min-height: clamp(40px, 2.864583vw, 55px);
    display: flex;
    align-items: center;
}

.sp-hero-copy p {
    margin: 0;
    width: 100%;
    max-width: min(759px, 100%);
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 1.5;
    letter-spacing: .1.46vw;
    color: #ffffff;
}

.sp-hero-sec {
    height: clamp(21.875vw, 46.875vw, 46.875vw);
}

.sp-hero-copy {
    left: 5.208vw;
    bottom: 5.208vw;
    top: auto;
    gap: 1.875vw;
    max-width: 37.44vw;
}

.sp-hero-copy h1 {
    font-size: 3.33vw;
    line-height: 2.083vw;
    letter-spacing: 0.033vw;
}

.sp-hero-copy p {
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0.014vw;
}

.sp-content {
    padding: 0 0 4.166vw;
    position: relative;
    overflow: visible
}

.sp-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-section-gap);
    padding-top: var(--sp-section-first-mt);
}

.sp-panel {
    position: relative;
    width: 100%;
    min-width: 0;
    isolation: isolate;
}

.sp-panel--download {
    padding: 0 max(24px, calc((100% - var(--sp-dl-inner-w)) / 2))
}

.sp-panel--video {
    padding: 0
}

.sp-panel--faq {
    padding: 0 max(24px, calc((100% - var(--sp-faq-inner-w)) / 2))
}

/* 板块空白区：与 planB 解决方案区一致的弥散光晕 + 线点漂浮物 */
.sp-panel-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.sp-panel-body {
    position: relative;
    z-index: 2
}

.sp-panel-glow {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: .44;
    width: min(580px, 32vw);
    aspect-ratio: 1;
    background: center/contain no-repeat url("./assets/solutions/planb/ellipse-glow.png");
}

.sp-panel-deco {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .46;
    filter: saturate(1.06) contrast(1.02);
}

.sp-panel-deco img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.sp-panel-deco-float {
    width: 100%;
    height: 100%;
    animation: spPanelBob 16s ease-in-out infinite
}

.sp-panel-deco--2 .sp-panel-deco-float {
    animation-duration: 19s;
    animation-delay: -3s
}

.sp-panel-deco--3 .sp-panel-deco-float {
    animation-duration: 21s;
    animation-delay: -5s
}

@keyframes spPanelBob {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg)
    }

    33% {
        transform: translate(1.46vw, -34px) rotate(0.9deg)
    }

    66% {
        transform: translate(-1.146vw, 20px) rotate(-0.75deg)
    }
}

.sp-panel--download .sp-panel-glow.is-l {
    left: -10%;
    top: 2%
}

.sp-panel--download .sp-panel-glow.is-r {
    left: 76%;
    top: 22%
}

.sp-panel--download .sp-panel-deco--2 {
    left: 72%;
    top: -14%;
    width: min(480px, 30vw);
    aspect-ratio: 1;
    transform: rotate(5deg);
}

.sp-panel--download .sp-panel-deco--3 {
    left: 44%;
    top: 420px;
    bottom: auto;
    width: min(280px, 17vw);
    aspect-ratio: 1;
    transform: rotate(-4deg);
}

.sp-panel--video .sp-panel-glow.is-l {
    left: -8%;
    top: 14%
}

.sp-panel--video .sp-panel-glow.is-r {
    left: 80%;
    top: 30%
}

.sp-panel--video .sp-panel-deco--1 {
    left: -2%;
    top: calc(62% - 700px);
    width: min(360px, 24vw);
    aspect-ratio: 1;
    transform: rotate(20deg)
}

.sp-panel--faq .sp-panel-glow.is-l {
    left: -6%;
    top: 8%
}

.sp-panel--faq .sp-panel-glow.is-r {
    left: 78%;
    top: 26%
}

.sp-panel--faq .sp-panel-deco--1 {
    left: -1%;
    top: 24%;
    width: min(320px, 21vw);
    aspect-ratio: 1;
    transform: rotate(24deg)
}

.sp-panel--faq .sp-panel-deco--2 {
    left: 70%;
    top: -40%;
    width: min(460px, 29vw);
    aspect-ratio: 1;
    transform: rotate(4deg)
}

/* —— 下载区 Figma 699:606 —— */
.sp-dl-wrap {
    max-width: var(--sp-dl-inner-w);
    margin: 0 auto;
    width: 100%;
    overflow: visible
}

.sp-dl-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, var(--sp-dl-item-w)));
    column-gap: var(--sp-dl-col-gap);
    row-gap: var(--sp-dl-row-gap);
    justify-content: center;
}

.sp-dl-more {
    overflow: visible
}

.sp-dl-more.is-measuring .sp-dl-more-panel {
    max-height: none !important;
    overflow: visible !important
}

.sp-dl-more-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .65s var(--sp-ease);
}

.sp-dl-more.is-open .sp-dl-more-panel {
    max-height: var(--dl-more-max, 800px)
}

.sp-dl-more.is-settled .sp-dl-more-panel {
    overflow: visible
}

.sp-dl-more .sp-dl-grid {
    padding-top: var(--sp-dl-row-gap)
}

.sp-dl-card {
    display: flex;
    align-items: stretch;
    gap: var(--sp-dl-item-gap);
    width: var(--sp-dl-item-w);
    max-width: 100%;
    padding: 0.73vw;
    margin: - 0.73vw;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: background .35s var(--sp-ease), box-shadow .35s var(--sp-ease);
}

.sp-dl-cover {
    flex: 0 0 var(--sp-dl-cover-w);
    width: var(--sp-dl-cover-w);
    height: var(--sp-dl-cover-h);
    box-shadow: 2px 2px 5px rgba(28, 171, 163, .1);
    overflow: hidden;
    background: #fff;
}

.sp-dl-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s var(--sp-ease);
    transform: scale(1);
    transform-origin: center center;
}

.sp-dl-body {
    flex: 1;
    min-width: 0;
    width: var(--sp-dl-body-w);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: var(--sp-dl-cover-h);
}

.sp-dl-title {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1.04vw;
    line-height: normal;
    color: #000;
    margin: 0 0 var(--sp-dl-foot-gap);
    text-align: left;
    transition: color .3s var(--sp-ease);
}

.sp-dl-foot {
    border-top: 1px solid var(--c-accent);
    padding-top: var(--sp-dl-foot-gap);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp-dl-action {
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    transition: color .3s var(--sp-ease);
}

.sp-dl-action {
    font-family: var(--font-inter);
    font-size: 0.8333vw;
    line-height: 0.8333vw;
    text-transform: uppercase;
    color: #000;
    transition: color .3s var(--sp-ease);
}

.sp-dl-size {
    display: flex;
    align-items: center;
    gap: 0.2604vw;
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #000;
    transition: color .3s var(--sp-ease);
}

.sp-dl-size svg {
    width: 0.8333vw;
    height: 0.8333vw;
    flex-shrink: 0;
    display: block
}

.sp-dl-load-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3.5417vw
}

.sp-dl-loadall {
    border: 0.0521vw solid var(--c-accent);
    background: transparent;
    color: var(--c-accent);
    font-family: var(--font-inter);
    font-size: 0.7292vw;
    font-weight: 500;
    line-height: 1.0417vw;
    text-transform: uppercase;
    letter-spacing: 0.0146vw;
    padding: 0.5729vw 1.6667vw;
    min-width: 7.2917vw;
    border-radius: 0.2083vw;
    cursor: pointer;
    transition: background .3s var(--sp-ease), color .3s var(--sp-ease);
}

.sp-dl-loadall:hover {
    background: var(--c-accent);
    color: #fff
}

.sp-dl-loadall.is-hidden {
    display: none
}

@media (hover:hover) {
    .sp-dl-card:hover {
        background: #fff;
        box-shadow: 0 10px 36px rgba(28, 171, 163, .14), 0 4px 16px rgba(15, 23, 32, .06);
    }

    .sp-dl-card:hover .sp-dl-cover img {
        transform: scale(1.06)
    }

    .sp-dl-card:hover .sp-dl-action,
    .sp-dl-card:hover .sp-dl-size,
    .sp-dl-card:hover .sp-dl-title {
        color: var(--c-accent)
    }
}

/* —— 三板块统一标题区 —— */
.sp-section-head {
    text-align: center;
    margin: 0 auto var(--sp-section-head-mb);
    width: var(--sp-section-head-w);
    max-width: calc(100% - 2.5vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-section-head-gap);
    position: relative;
    z-index: 1;
}

.sp-section-head h2 {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 2.5vw;
    line-height: normal;
    color: #000;
    margin: 0;
}

.sp-section-head p {
    font-family: var(--font-inter);
    font-weight: 400;
    font-size: 0.9375vw;
    line-height: 1.302vw;
    color: #3c4947;
    margin: 0;
}

/* —— 视频区：仅横向裁切；纵向不裁切，保留悬浮阴影 —— */
.sp-video-inner {
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

/* 卡片舞台：顶部留白，避免 hover 上浮被裁切 */
.sp-video-stage {
    position: relative;
    z-index: 3;
    padding: 20px 0 0;
    margin-bottom: var(--sp-video-controls-mt);
    overflow: visible;
}

/* 仅左右裁切轮播，不触发纵向滚动条 */
.sp-video-x-clip {
    overflow-x: clip;
    overflow-y: visible;
    padding-bottom: var(--sp-video-hover-pad);
    margin-bottom: calc(-1 * var(--sp-video-hover-pad));
    width: 100%;
    max-width: 100%;
}

.sp-video-carousel {
    position: relative;
    overflow: visible;
    padding-left: var(--sp-video-carousel-pl);
    padding-right: var(--sp-video-carousel-pr);
    padding-bottom: var(--sp-video-stage-pad-bottom);
    margin: 0;
    border: 0;
    background: transparent;
    width: 100%;
    max-width: 100%;
    cursor: grab;
    touch-action: pan-y;
}

.sp-video-carousel.is-dragging {
    cursor: grabbing;
    user-select: none
}

.sp-video-carousel.is-dragging .sp-video-card {
    pointer-events: none
}

.sp-video-track {
    display: flex;
    gap: var(--sp-video-card-gap);
    transition: transform .75s var(--sp-ease);
    will-change: transform;
    align-items: flex-start;
    position: relative;
    /* overflow: hidden; */
}

.sp-video-card {
    position: relative;
    z-index: 1;
    flex: 0 0 var(--sp-video-card-w);
    width: var(--sp-video-card-w);
    min-width: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    overflow: visible;
    transition: transform .38s cubic-bezier(0.22, 1, 0.36, 1), filter .38s ease;
    filter: drop-shadow(0 2px 8px rgba(15, 23, 32, .04));
}

.sp-video-thumb {
    width: 100%;
    height: var(--sp-video-thumb-h);
    border-radius: var(--sp-video-thumb-radius);
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 0 rgba(15, 23, 32, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.sp-video-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center center;
}

.sp-video-card-text {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.sp-video-card h3 {
    font-family: var(--font-inter);
    font-size: 1.04vw;
    font-weight: 500;
    color: #091740;
    line-height: 1.25;
    max-height: 2.5em;
    margin: 0;
    overflow: hidden;
    hyphens: none;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.sp-video-title-k {
    white-space: nowrap
}

@media (hover:hover) {
    .sp-video-card:hover {
        transform: translateY(-5px);
        filter:
            drop-shadow(0 0.73vw 1.46vw rgba(14, 165, 164, .10)) drop-shadow(0 1.46vw 56px rgba(15, 23, 32, .05));
    }

    .sp-video-card:hover .sp-video-thumb img {
        transform: scale(1.05)
    }
}

.sp-video-controls {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--sp-video-controls-w);
    max-width: calc(100% - 2.5vw);
    margin: 0 auto;
    gap: var(--sp-video-arrow-gap);
    background: transparent;
    pointer-events: auto;
    clear: both;
}

.sp-video-progress {
    flex: 0 0 var(--sp-video-progress-w);
    width: var(--sp-video-progress-w);
    max-width: 100%;
    height: 5px;
    background: rgba(126, 126, 126, .2);
    border-radius: 3px;
    overflow: hidden;
}

.sp-video-progress span {
    display: block;
    height: 100%;
    background: var(--c-accent);
    border-radius: 3px;
    transition: width .75s var(--sp-ease);
}

.sp-video-arrows {
    display: flex;
    gap: 1.25vw;
}

.sp-video-arrow {
    width: 2.5vw;
    height:2.5vw;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: transform .2s;
}
.sp-video-arrow svg{
    display: block;
    width: 100%;
    height: 100%;
}

.sp-video-arrow-ring {
    fill: transparent;
    stroke: var(--c-accent);
    transition: fill .25s ease, stroke .25s ease;
}

.sp-video-arrow-chev {
    stroke: var(--c-accent);
    transition: stroke .25s ease;
}

.sp-video-arrow:not(:disabled):hover {
    transform: scale(1.06)
}

.sp-video-arrow:not(:disabled):hover .sp-video-arrow-ring {
    fill: var(--c-accent);
    stroke: var(--c-accent);
}

.sp-video-arrow:not(:disabled):hover .sp-video-arrow-chev {
    stroke: #fff
}

.sp-video-arrow:disabled {
    cursor: not-allowed
}

.sp-video-arrow:disabled .sp-video-arrow-ring {
    stroke: #b8b8b8
}

.sp-video-arrow:disabled .sp-video-arrow-chev {
    stroke: #b8b8b8
}

/* —— FAQ —— */
.sp-faq-inner {
    max-width: var(--sp-faq-inner-w);
    margin: 0 auto;
    width: 100%
}

.sp-faq-list {
    width: 100%
}

.sp-faq-item {
    border-bottom: 1px solid rgba(28, 171, 163, .25);
    padding-bottom: var(--sp-faq-item-gap);
    margin-bottom: var(--sp-faq-item-gap);
}

.sp-faq-item:last-child {
    margin-bottom: 0
}

.sp-faq-qrow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer
}

.sp-faq-qmain {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex: 1
}

.sp-faq-badge {
    width: 1.46vw;
    height: 1.46vw;
    border-radius: 2px;
    background: rgba(28, 171, 163, .1);
    color: var(--c-accent);
    font-family: var(--font-inter);
    font-size: 17px;
    font-weight: 500;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 0 1px;
}

.sp-faq-qtext {
    font-size: 1.04vw;
    font-weight: 500;
    color: #000;
    line-height: 1.5
}

.sp-faq-toggle {
    width: 1.35vw;
    height: 1.35vw;
    border: 0;
    background: transparent;
    flex-shrink: 0;
    cursor: pointer;
    color: var(--c-accent);
    font-size: 1.146vw;
    line-height: 1;
    padding: 0;
    transition: transform .35s var(--sp-ease), opacity .3s var(--sp-ease);
}

.sp-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .5s var(--sp-ease), opacity .4s var(--sp-ease), padding-top .5s var(--sp-ease);
    padding: 0 0 0 var(--sp-faq-answer-pl);
    opacity: 0;
}

.sp-faq-a-inner {
    overflow: hidden;
    font-size: 0.9375vw;
    line-height: 1.5;
    color: #696969;
}

.sp-faq-a-inner p {
    margin: 0
}

.sp-faq-item.is-open .sp-faq-a {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-top: 1.04vw;
}

.anchor-target {
    position: relative;
    top: -100px;
    height: 0;
    overflow: hidden
}


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

    .sp-video-track,
    .sp-faq-a,
    .sp-video-card,
    .sp-video-thumb img,
    .sp-dl-card,
    .sp-dl-more-panel {
        transition-duration: .01ms !important
    }

    .sp-video-card {
        filter: none
    }

    .sp-video-card:hover {
        transform: none;
        filter: none
    }

    .sp-video-card:hover .sp-video-thumb img {
        transform: none
    }

    .sp-panel-deco-float {
        animation: none
    }
}


@media (max-width:768px) {
    :root {
        --sp-hero-copy-l: 16px;
        --sp-hero-copy-b: 16px;
        --sp-section-first-mt: 40px;
        --sp-section-gap: 50px;
        --sp-dl-inner-w: calc(100% - 32px);
        --sp-dl-item-w: 100%;
        --sp-dl-cover-w: 90px;
        --sp-dl-cover-h: 120px;
        --sp-dl-item-gap: 12px;
        --sp-dl-col-gap: 16px;
        --sp-dl-row-gap: 24px;
        --sp-dl-body-w: calc(100% - 102px);
        --sp-dl-foot-gap: 8px;
        --sp-section-head-gap: 12px;
        --sp-section-head-mb: 24px;
        --sp-section-head-w: calc(100% - 32px);
        --sp-video-carousel-pl: 16px;
        --sp-video-carousel-pr: 16px;
        --sp-video-card-w: min(90vw, 200px);
        --sp-video-thumb-h: 100px;
        --sp-video-card-gap: 16px;
        --sp-video-thumb-radius: 8px;
        --sp-video-controls-w: calc(100% - 32px);
        --sp-video-controls-mt: 24px;
        --sp-video-stage-pad-bottom: 16px;
        --sp-video-hover-pad: 16px;
        --sp-video-progress-w:200px;
        --sp-video-arrow-gap: 12px;
        --sp-faq-inner-w: calc(100% - 32px);
        --sp-faq-item-gap: 16px;
        --sp-faq-answer-pl: 40px;
    }

    .sp-page-wrap{
        padding-top: 72px;
    }

    .pl-diffuse-blob {
        width: min(50vmin, 300px);
        height: min(50vmin, 300px);
        filter: blur(28px);
        opacity: .3;
    }

    .pl-diffuse-blob.is-a {
        left: -15%;
        top: 10%;
    }

    .pl-diffuse-blob.is-b {
        left: 65%;
        top: 35%;
        width: min(40vmin, 240px);
        height: min(40vmin, 240px);
        filter: blur(24px);
        opacity: .24;
    }

    .pl-diffuse-blob.is-c {
        left: 35%;
        top: 75%;
        width: min(45vmin, 280px);
        height: min(45vmin, 280px);
        filter: blur(30px);
        opacity: .2;
    }

    .sp-hero-sec {
        height: clamp(280px, 75vw, 420px);
        min-height: 280px;
    }

    .sp-hero-copy {
        left: var(--sp-hero-copy-l);
        bottom: var(--sp-hero-copy-b);
        top: auto;
        max-width: calc(100% - 32px);
        gap: 16px;
        width: calc(100% - 32px);
    }

    .sp-hero-copy h1 {
        font-size: clamp(28px, 7vw, 36px);
        line-height: 1.2;
        letter-spacing: 0.5px;
        min-height: auto;
    }

    .sp-hero-copy p {
        font-size: 16px;
        line-height: 1.6;
    }

    .sp-content {
        padding: 0 0 40px;
    }

    .sp-sections {
        padding-top: var(--sp-section-first-mt);
        gap: var(--sp-section-gap);
    }

    .sp-panel--download,
    .sp-panel--faq {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sp-panel-glow {
        display: none;
    }

    .sp-panel-deco {
        display: none;
    }

    .sp-section-head {
        width: var(--sp-section-head-w);
        margin-bottom: var(--sp-section-head-mb);
        gap: var(--sp-section-head-gap);
    }

    .sp-section-head h2 {
        font-size: clamp(20px, 5.5vw, 24px);
    }

    .sp-section-head p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sp-dl-grid {
        grid-template-columns: 1fr;
        row-gap: var(--sp-dl-row-gap);
        justify-items: stretch;
    }

    .sp-dl-card {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        margin: -12px;
        gap: var(--sp-dl-item-gap);
    }

    .sp-dl-cover {
        flex: 0 0 var(--sp-dl-cover-w);
        width: var(--sp-dl-cover-w);
        height: var(--sp-dl-cover-h);
    }

    .sp-dl-body {
        min-height: var(--sp-dl-cover-h);
        width: auto;
    }

    .sp-dl-title {
        font-size: 14px;
        margin-bottom: var(--sp-dl-foot-gap);
    }

    .sp-dl-action {
        font-size: 12px;
        line-height: 12px;
    }

    .sp-dl-size {
        font-size: 12px;
        line-height: 18px;
        gap: 4px;
    }

    .sp-dl-size svg {
        width: 12px;
        height: 12px;
    }

    .sp-dl-load-wrap {
        margin-top: 24px;
    }

    .sp-dl-loadall {
        font-size: 13px;
        padding: 10px 24px;
        min-width: 100px;
        border-width: 1px;
        border-radius: 4px;
    }

    .sp-video-carousel {
        padding-left: var(--sp-video-carousel-pl);
        padding-right: var(--sp-video-carousel-pr);
        padding-bottom: var(--sp-video-stage-pad-bottom);
    }

    .sp-video-x-clip {
        padding-bottom: var(--sp-video-hover-pad);
        margin-bottom: calc(-1 * var(--sp-video-hover-pad));
    }

    .sp-video-card {
        flex: 0 0 var(--sp-video-card-w);
        width: var(--sp-video-card-w);
    }

    .sp-video-thumb {
        height: var(--sp-video-thumb-h);
        border-radius: var(--sp-video-thumb-radius);
    }

    .sp-video-card h3 {
        font-size: 14px;
        line-height: 1.4;
    }

    .sp-video-card-text {
        margin-top: 12px;
    }

    .sp-video-controls {
        width: var(--sp-video-controls-w);
        margin-top: var(--sp-video-controls-mt);
        gap: var(--sp-video-arrow-gap);
    }

    .sp-video-progress {
        /* width: var(--sp-video-progress-w); */
        height: 4px;
    }

    .sp-video-arrows {
        gap: var(--sp-video-arrow-gap);
    }

    .sp-video-arrow {
        width: 32px;
        height: 32px;
    }

    .sp-faq-inner {
        width: 100%;
        max-width: 100%;
    }

    .sp-faq-item {
        padding-bottom: var(--sp-faq-item-gap);
        margin-bottom: var(--sp-faq-item-gap);
    }

    .sp-faq-badge {
        width: 32px;
        height: 32px;
        font-size: 16px;
        padding-bottom: 0;
    }

    .sp-faq-qtext {
        font-size: 15px;
        line-height: 1.6;
    }

    .sp-faq-toggle {
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    .sp-faq-a {
        padding-left: var(--sp-faq-answer-pl);
    }

    .sp-faq-a-inner {
        font-size: 14px;
        line-height: 1.6;
    }

    .sp-faq-item.is-open .sp-faq-a {
        padding-top: 12px;
    }
}