html,
body {
    height: 100%;
    /* min-width:12.1200px; */
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;

}

.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0.3536rem;
    height: 0.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, .95) 0%, transparent);
    position: relative;
    z-index: 10;
    /* min-width:12.1200px; */
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.header img {
    width: 1.5185rem;
}


.download-ldplayer {
    white-space: nowrap;
    display: block;
    /* width: 136.91px; */
    height: 0.39rem;

    border: 0.01rem solid hsla(0, 0%, 100%, .4);
    border-radius: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    text-align: center;
    color: hsla(0, 0%, 100%, .7);
    line-height: 0.39rem;
    font-size: 0.16rem;
    text-decoration: none;
}


.download-ldplayer:hover {
    background: #ffd633;
    border-color: #ffd633;
    color: #212121;
    transition: all .3s;
}

.downloadSVG {
    position: relative;
    top: 0.02rem;
}

.downloadSVG svg {
    color: hsla(0, 0%, 100%, .7);
    height: 0.18rem;
}


.download-ldplayer:hover .downloadSVG svg {
    color: #212121;
    transition: all .3s;
}

.main {
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}

/* 
        .mask {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	z-index:2;
	background-color:rgba(0,0,0,.6);
}
*/

.banner2 {
    position: relative;
    width: 100%;
    padding-top: 0.96rem;
    /* background: url(../imgs/banner2.jpg) no-repeat; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.83rem;
    overflow: hidden;
}

.swiper-con {
    position: relative;
    overflow: hidden;
    width: 10rem;
    height: 5.6789rem;
    margin: 0 auto 0.3511rem;
}

.swiper-slide {}

#mySwiper {
    margin-bottom: 0.5787rem;
    position: relative;
    z-index: 9;
}

#mySwiper .swiper-slide {
    width: 1.3rem;
    height: 0.7331rem;
    margin: 0 auto;
}

#mySwiper img {
    width: 1.3rem;
    height: 0.7331rem;
    margin: 0 auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: white;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
    filter: drop-shadow(0.01rem 0.01rem 0.02rem black);
}

.swiper-slide-visible {
    filter: grayscale(.58);
    cursor: pointer;
}

.swiper-slide-thumb-active {
    filter: grayscale(0);
    border: 0.02rem solid #FFF46C;
    border-radius: 0.08rem;
}

#swiper2 {
    position: relative;
    z-index: 9;
}

#swiper2 img {
    width: 10rem;
    height: 5.6789rem;
    border-radius: 0.1rem;
}

#mySwiper img {
    border-radius: 0.05rem;
}

.thumbsSlider-con {
    width: 8rem;
    margin: 0 auto;
}

.thumbsSlider-con img {
    width: 1.3rem !important;
}

.thumbsSlider-con .swiper-slide {
    width: 1.3rem !important;
}

.banner2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../imgs/banner2.jpg) no-repeat; */
    background-size: cover !important;
    filter: blur(0.2rem);
    transform: scale(1.1);
}

.banner2 .title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.4rem;
    line-height: 0.28rem;
    text-align: center;
}

.banner2 .desc {
    width: 10rem;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin: 0.26rem auto 0.36rem;
    /* or 156% */

    display: flex;
    align-items: center;
    color: #000000;
    opacity: 0.5;
}

.downloadBtn,
.downloadBtn2 {
    background: url(../image/download-btn.png) no-repeat;
    background-size: 100% 100%;
    height: 0.5rem;
    width: 4.5rem;
    margin: 0 auto 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 0.25rem;
    line-height: 0.5rem;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.downloadBtn2 {
    height: 0.68rem;
    width: 2.92rem;
    line-height: 0.68rem;
    background: url(../image/download-btn2.png) no-repeat;
    background-size: cover;
}

.tip .downloadBtn2 {

    position: absolute;
    right: 0.34rem;
    top: 0.38rem;
}

.banner3 {
    background-blend-mode: normal, luminosity;
    width: 100%;
    padding-top: 0.96rem;
    padding-bottom: 0.83rem;
    position: relative;
    overflow: hidden;
}

.banner3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../imgs/main.jpg) no-repeat; */
    background-repeat: no-repeat;
    background-size: cover !important;
    filter: blur(0.05rem);
    transform: scale(1.1);
}

.banner3 .title {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.4rem;
    line-height: 0.28rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0.35rem;
}

.banner3 .desc {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.28rem;
    width: 8.17rem;
    margin: 0 auto;
    color: #FFFFFF;
    opacity: 0.8;
}

.banner3 .black-mask {
    background: rgba(0, 0, 0, .85);
    z-index: 9;
}


.desc,
.title {
    z-index: 9;
    position: relative;
}

footer {
    background: #000000;
    /* min-width:12.1200px; */
    padding-top: 0.6rem;
    width: 100%;
    position: relative;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer-msg a {
    text-decoration: none
}

.footer-msg>div {
    position: relative;
    z-index: 5
}

.footer-msg .logo {
    width: 12rem;
    margin: 1.11rem auto 0
}

.footer-msg__center {
    display: flex;
    padding: 0.3rem 0 0.45rem 0;
    width: 12rem;
    margin: 0 auto
}

.footer-msg__center .text-list {
    /* font-size: 0.01200px; */
    line-height: 0.22rem;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center .text-list .qq-link {
    color: #ffd633
}

.footer-msg__center .text-list__link {
    color: rgba(255, 255, 255, 0.5);
    display: block
}

.footer-msg__center .text-list__link:hover {
    color: #ffd633
}

.footer-msg__center .text-list:nth-child(1) {
    width: 6.6rem
}

.footer-msg__center .text-list:nth-child(2) {
    width: 2.4rem
}

.footer-msg__center .text-list:nth-child(3) {
    flex: 1
}

.footer-msg__center2 {
    width: 12rem;
    margin: 0 auto;
    padding: 0.4rem 0 0.4rem 0;
    text-align: left;
    font-size: 0.12rem;
    line-height: 0.22rem;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center2 a {
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center2 a span {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__center2 a:hover span {
    color: #ffd633
}

.footer-msg__center2 p {
    text-align: center
}

.footer-msg__yinsi {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin-bottom: 0.1rem
}

.footer-msg__yinsi a {
    font-style: normal;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #ffffff;
    margin: 0 0.05rem;
    border-right: 0.01rem solid #fff;
    padding-right: 0.1rem
}

.footer-msg__yinsi a:hover {
    color: #ffd633
}

.footer-msg__yinsi a:last-child {
    border-right: 0
}

.footer-msg__bottom2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.32rem
}

.footer-msg__bottom2 img {
    height: 0.3rem;
    pointer-events: none
}

.footer-msg__bottom2 .police {
    width: 0.16rem;
    height: 0.18rem;
    vertical-align: bottom
}

.footer-msg__bottom2 span {
    pointer-events: none
}

.footer-msg__bottom2 a {
    margin-right: 0.2rem;
    color: rgba(255, 255, 255, 0.5)
}

.footer-msg__bottom {
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    height: 1rem;
    align-items: center
}

.footer-msg__bottom img {
    height: 0.3rem
}

.footer-msg__bottom .police {
    width: 0.16rem;
    height: 0.18rem;
    vertical-align: bottom
}

.footer-msg__bottom a {
    margin-right: 0.2rem;
    color: rgba(255, 255, 255, 0.5)
}

#download-link {
    display: none
}

.white-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .70);
    z-index: 9;
}

.black-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
}

.banner1 {
    position: relative;
    /* background: url(../imgs/main.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
}

.tip {
    width: 11.5rem;
    height: 2.78rem;
    margin: 0 auto;
    background: url(../image/tips.png) no-repeat;
    background-size: 100%;
    padding-top: 0.3rem;
    position: absolute;
    bottom: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
}

.down-arrow-none {
    display: none;
}

@-webkit-keyframes slideMove {
    0% {
        bottom: 0.75rem;
    }

    100% {
        bottom: 0.45rem;
    }
}

/* Standard syntax */
@keyframes slideMove {
    0% {
        bottom: 0.75rem;
    }

    100% {
        bottom: 0.45rem;
    }
}

#gameLogo {
    height: 1.44rem;
    width: 1.44rem;
    position: absolute;
    left: 0.34rem;
    top: 0.3rem;
    border-radius: 0.31rem;
}

.gameDesc {
    color: #FFFFFF;
    padding-left: 2.18rem;
    opacity: 0.6;
    text-shadow: 0rem 0rem 0.04rem rgba(0, 0, 0, 0.25);
    font-size: 0.18rem;
    line-height: 0.38rem;
}

#gameName {
    color: #FFFFFF;
    padding-left: 2.18rem;
    text-shadow: 0rem 0rem 0.04rem rgba(0, 0, 0, 0.25);
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 0.42rem;
    line-height: 0.48rem;
    margin-bottom: 0.15rem;
}

#gameVersion,
#gameTags {
    margin-right: 0.8rem;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.seo {
    height: 0.01rem;
    color: transparent;
}

:root {
    --color-bg: #050b16;
    --color-bg2: #0b1220;
    --color-surface: rgba(255, 255, 255, 0.08);
    --color-border: rgba(148, 163, 184, 0.24);
    --color-text: #e6f0ff;
    --color-muted: rgba(230, 240, 255, 0.72);
    --color-primary: #0ea5e9;
    --color-secondary: #38bdf8;
    --color-cta: #f97316;
    --color-cta2: #fb923c;
    --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.35);
    --radius-lg: 0.18rem;
    --radius-md: 0.12rem;
    --container: 12rem;
    --gutter: 0.28rem;
}

html {
    font-size: 65px;
    scroll-behavior: smooth;
}

@media (min-width: 998px) {
    html {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 75px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 90px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 100px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Fira Code", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(1200px 600px at 20% 10%, rgba(14, 165, 233, 0.18), transparent 60%),
        radial-gradient(900px 500px at 90% 30%, rgba(249, 115, 22, 0.16), transparent 55%),
        linear-gradient(180deg, var(--color-bg) 0%, #03050b 100%);
    color: var(--color-text);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
    color: inherit;
}

:focus-visible {
    outline: 0.03rem solid var(--color-secondary);
    outline-offset: 0.05rem;
}

.container {
    width: min(var(--container), calc(100% - calc(var(--gutter) * 2)));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: linear-gradient(180deg, rgba(5, 11, 22, 0.92) 0%, rgba(5, 11, 22, 0.6) 100%);
    backdrop-filter: blur(12px);
    border-bottom: 0.01rem solid rgba(148, 163, 184, 0.16);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.18rem;
    padding: 0.16rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.14rem;
    min-width: 0;
}

.brand__logo {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 0.14rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.brand__name {
    font-family: "Share Tech Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.22rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    flex-shrink: 0;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 0.44rem;
    padding: 0 0.18rem;
    border-radius: 999px;
    font-size: 0.16rem;
    font-weight: 600;
    border: 0.01rem solid transparent;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease, filter 180ms ease;
    user-select: none;
    white-space: nowrap;
}

.cta:active {
    transform: translateY(0.01rem);
}

.cta--primary {
    background: linear-gradient(135deg, var(--color-cta) 0%, var(--color-cta2) 100%);
    color: #120a02;
    box-shadow: 0 18px 42px rgba(249, 115, 22, 0.25);
}

.cta--primary:hover {
    filter: brightness(1.05);
}

.cta--secondary {
    background: rgba(14, 165, 233, 0.14);
    border-color: rgba(56, 189, 248, 0.28);
    color: var(--color-text);
}

.cta--secondary:hover {
    background: rgba(14, 165, 233, 0.2);
    border-color: rgba(56, 189, 248, 0.36);
}

.cta--ghost {
    background: transparent;
    border-color: rgba(148, 163, 184, 0.26);
}

.cta--ghost:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(148, 163, 184, 0.34);
}

.cta--lg {
    height: 0.54rem;
    padding: 0 0.24rem;
    font-size: 0.18rem;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 1.2rem 0 0.8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 25% 20%, rgba(14, 165, 233, 0.28), transparent 55%),
        radial-gradient(900px 520px at 80% 50%, rgba(249, 115, 22, 0.24), transparent 60%),
        linear-gradient(180deg, rgba(3, 5, 11, 0.62) 0%, rgba(3, 5, 11, 0.92) 100%);
}

.hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 0.5rem;
}

.hero-card {
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.82) 0%, rgba(8, 12, 20, 0.62) 100%);
    border: 0.01rem solid rgba(148, 163, 184, 0.22);
    border-radius: var(--radius-lg);
    padding: 0.28rem;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(10px);
}

.hero-card__top {
    display: flex;
    align-items: flex-start;
    gap: 0.22rem;
}

.hero-card #gameLogo {
    width: 0.96rem;
    height: 0.96rem;
    border-radius: 0.22rem;
    position: static;
    border: 0.01rem solid rgba(255, 255, 255, 0.15);
}

.hero-card__topText {
    min-width: 0;
}

.hero-card__kicker {
    font-size: 0.13rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(56, 189, 248, 0.9);
}

.hero-card__title {
    margin: 0.06rem 0 0.12rem;
    font-family: "Share Tech Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.54rem;
    line-height: 1.05;
}

.hero-card #gameName {
    margin: 0.06rem 0 0.12rem;
    padding-left: 0;
    text-shadow: none;
    font-family: "Share Tech Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.54rem;
    font-weight: 600;
    line-height: 1.05;
    color: var(--color-text);
}

.hero-card #gameVersion,
.hero-card #gameTags {
    margin-right: 0;
}

.hero-card__meta {
    font-size: 0.15rem;
    line-height: 1.6;
    color: var(--color-muted);
}

.hero-card__metaSep {
    margin: 0 0.08rem;
    opacity: 0.8;
}

.hero-card__tags {
    margin-top: 0.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.08rem;
}

.tag {
    display: inline-flex;
    align-items: center;
    height: 0.26rem;
    padding: 0 0.12rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    border: 0.01rem solid rgba(148, 163, 184, 0.22);
    font-size: 0.13rem;
    color: rgba(230, 240, 255, 0.82);
}

.hero-card__features {
    margin-top: 0.22rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
}

.feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    padding: 0 0.14rem;
    height: 0.36rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    border: 0.01rem solid rgba(56, 189, 248, 0.25);
    color: rgba(230, 240, 255, 0.9);
    font-size: 0.14rem;
}

.feature-pill img {
    width: 0.2rem;
    height: 0.2rem;
}

.hero-card__actions {
    margin-top: 0.28rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.14rem;
}

.hero-media {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 0.01rem solid rgba(148, 163, 184, 0.18);
    box-shadow: var(--shadow-lg);
    background: rgba(0, 0, 0, 0.25);
}

.hero-media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 0.22rem;
    transform: translateX(-50%);
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 0.01rem solid rgba(148, 163, 184, 0.22);
    color: rgba(230, 240, 255, 0.9);
    backdrop-filter: blur(10px);
}

.scroll-indicator:hover {
    background: rgba(14, 165, 233, 0.18);
    border-color: rgba(56, 189, 248, 0.36);
}

.section {
    padding: 0.9rem 0;
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
}

.section--light {
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
    color: #0c4a6e;
}

.section--dark {
    background: radial-gradient(1200px 600px at 40% 15%, rgba(14, 165, 233, 0.16), transparent 55%),
        linear-gradient(180deg, var(--color-bg2) 0%, #070a12 100%);
}

.section__title {
    margin: 0;
    font-size: 0.42rem;
    text-align: center;
    font-family: "Share Tech Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.02em;
}

.section__title--light {
    color: var(--color-text);
}

.section__subtitle {
    margin: 0.18rem auto 0.44rem;
    max-width: 9.5rem;
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.7;
    opacity: 0.85;
}

.section__cta {
    margin-top: 0.42rem;
    display: flex;
    justify-content: center;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.18rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.75);
    border: 0.01rem solid rgba(12, 74, 110, 0.16);
    border-radius: var(--radius-md);
    padding: 0.22rem;
    box-shadow: 0 12px 24px rgba(2, 132, 199, 0.12);
}

.section--dark .feature-card {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(148, 163, 184, 0.22);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.feature-card__icon {
    width: 0.42rem;
    height: 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.12rem;
    background: rgba(14, 165, 233, 0.15);
    border: 0.01rem solid rgba(14, 165, 233, 0.22);
}

.feature-card__icon img {
    width: 0.24rem;
    height: 0.24rem;
}

.feature-card__title {
    margin-top: 0.14rem;
    font-weight: 700;
    font-size: 0.2rem;
}

.section--dark .feature-card__title {
    color: var(--color-text);
}

.feature-card__desc {
    margin-top: 0.1rem;
    font-size: 0.15rem;
    line-height: 1.65;
    opacity: 0.82;
}

.section--dark .feature-card__desc {
    color: rgba(230, 240, 255, 0.78);
    opacity: 1;
}

.carousel {
    margin-top: 0.28rem;
}

.carousel__viewport {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 0.01rem solid rgba(148, 163, 184, 0.22);
    background: rgba(0, 0, 0, 0.25);
}

.carousel__track {
    display: flex;
    width: 100%;
}

.carousel__slide {
    flex: 0 0 100%;
}

.carousel__slide img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 999px;
    border: 0.01rem solid rgba(148, 163, 184, 0.25);
    background: rgba(0, 0, 0, 0.35);
    color: rgba(230, 240, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel__nav--prev {
    left: 0.18rem;
}

.carousel__nav--next {
    right: 0.18rem;
}

.carousel__nav:hover {
    background: rgba(14, 165, 233, 0.18);
    border-color: rgba(56, 189, 248, 0.36);
    cursor: pointer;
}

.carousel__thumbs {
    margin-top: 0.18rem;
    display: flex;
    justify-content: center;
    gap: 0.12rem;
    flex-wrap: wrap;
}

.carousel__thumb {
    width: 1.8rem;
    padding: 0;
    border-radius: 0.12rem;
    overflow: hidden;
    border: 0.01rem solid rgba(148, 163, 184, 0.2);
    background: transparent;
}

.carousel__thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.carousel__thumb:hover {
    border-color: rgba(56, 189, 248, 0.36);
    cursor: pointer;
}

.carousel__thumb.is-active {
    border-color: rgba(249, 115, 22, 0.86);
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22);
}

.footer-msg {
    background: #0b1020;
    border-top: 0.01rem solid rgba(148, 163, 184, 0.12);
    color: rgba(230, 240, 255, 0.6);
    text-align: center;
    padding: 0.3rem 0.2rem;
}

.footer-msg a {
    color: rgba(230, 240, 255, 0.74);
}

.footer-msg a:hover {
    color: var(--color-secondary);
}

@media (max-width: 998px) {
    .hero__inner {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 1.05rem 0 0.75rem;
    }

    .site-header__actions .cta--ghost {
        display: none;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .carousel__thumb {
        width: 1.45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .cta {
        transition: none;
    }
}

.bigTip {
    font-size: 0.2rem !important;
    line-height: 0.28rem;
    opacity: 1 !important;
}

.ldAdvantage {
    height: 0.28rem;
    position: absolute;
    left: 0.34rem;
    margin-top: 0.52rem;
}

.ldAdvantageTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-shadow: 0rem 0rem 0.04rem rgba(0, 0, 0, 0.25);
    font-size: 0.18rem;
}

.ldAdvantageTitle span {
    font-size: 0.14rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.4rem;
    opacity: 0.6;
}

.ldAdvantageTitle span:last-child {
    margin-right: 0;
}

.ldAdvantageTitle img {
    margin-right: 0.1rem;
    height: 0.22rem;
    width: 0.28rem;
}

.seo {
    height: 0.01rem;
    color: transparent;
}
