ul > li {
    list-style: none;
}

@media (min-width: 768px) {
    body {
        min-width: 1400px;
    }
    
    .big-screen-wrapper {
        background: url('/assets/img/big-screen-bg.png');
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0 45px;
        width: 100%;
    }
}

.warp {
    min-width: 1400px;
    overflow: auto;
}

/* Navbar (Global but used in index context) */
.navbar-redfinger {
    background-color: transparent;
    box-shadow: none;
    transition: all 0.5s;
    padding: 11px 0;
}

.navbar-redfinger.fold {
    transform: translateY(-60px);
    opacity: 0;
}

.navbar-redfinger .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
}

.navbar-redfinger.red {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.navbar-redfinger.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-redfinger.scrolled .navbar-nav .nav-link {
    color: #333;
}

.navbar-redfinger.scrolled .download-link {
    color: #333;
    border-color: #333;
}

.navbar-redfinger.scrolled .nav-icon-menu,
.navbar-redfinger.scrolled .nav-icon-close {
    filter: brightness(0);
}

.mobile-home-menu-btn .nav-icon-menu,
.mobile-home-menu-btn .nav-icon-close {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.navbar-redfinger.red .navbar-nav .nav-link {
    color: #333;
}

/* Common Page Styles */
.page {
    overflow: hidden;
    height: 750px;
    /* position: relative;
    z-index: 2; */
}

.limit-w {
    width: 1280px;
    max-width: 1280px;
    margin: 0 auto;
}

/* Page 1 (Desktop) */
#page1 {
    position: relative;
    width: 100%;
    /* z-index: 1; */
    text-align: center;
    font-size: 22px;
    overflow: visible;
    height: auto !important;
    padding-bottom: 40px;
}

#page .content {
    background-color: rgba(255, 255, 255, 1);
}

#page1 .content ul {
    /* height: 57px;
    width: 630px;
    margin: 35px auto; */
    display: flex;
    padding: 0;
}

#page1 .content ul li {
    /* position: relative;
    float: left;
    margin: 0 25px; */
    position: relative;
    margin-right: 65px;
}

#page1 .content ul li:last-child {
    margin-right: 0;
}

#page1 .content ul li > a,
#page1 .content ul li > .modern-download-box {
    display: block;
    /* height: 51px; */
    transition: transform 0.3s ease;
}

#page1 .content ul li:hover > a,
#page1 .content ul li:hover > .modern-download-box {
    transform: translateY(-4px);
}

#page1 .content ul li > a:hover,
#page1 .content ul li > .modern-download-box:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
}

/* Page 1 - Buttons */
.btn-warp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -45px;
    position: relative;
    z-index: 100;
}

/* Modern Download Box Style (Shared) */
.modern-download-box {
    position: relative;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 24px;
    display: block;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.modern-download-box .state-default,
.modern-download-box .state-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    box-sizing: border-box;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
    background: #fff;
    border-radius: 24px;
}

.modern-download-box .state-hover {
    opacity: 0;
    background: #fff;
    z-index: 2;
}

.modern-download-box:hover .state-hover {
    opacity: 1;
}

.modern-download-box:hover .state-default {
    opacity: 0;
}

.modern-download-box .icon-tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
}

.modern-download-box .icon-main {
    width: 80px;
    height: auto;
    margin-bottom: 16px;
}

.modern-download-box .txt {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    line-height: 1;
}

.modern-download-box:hover .txt {
    color: #333;
}

.btn-icon {
    width: 20px;
    margin-right: 4px;
    /* height: 20px; */
}

.know-hw-web-a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: rgba(237, 78, 79, 1) !important;
    text-decoration: none;
}

.know-hw-web-a:hover {
    background-color: rgba(237, 78, 79, 1);
    color: #fff !important;
}

.moreDownLoad {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
}

.arrow-icon {
    width: 14px;
    height: 14px;
}

/* Page 1 - Item1 Animations */
#page1 .content .item1 img {
    vertical-align: baseline;
}

#page1 .content .item1 .a {
    animation: animation1 0.5s linear;
    animation-fill-mode: both;
}

#page1 .content .item1 .a1 {
    margin-bottom: 5px;
    animation-delay: 0;
}

#page1 .content .item1 .a2 {
    animation-delay: 0.2s;
}

#page1 .content .item1 .a3 {
    margin-left: 4px;
    animation-delay: 0.4s;
}

#page1 .content .item1 .a4 {
    animation-delay: 0.6s;
}

#page1 .content .item1 .a5 {
    margin-left: 3px;
    animation-delay: 0.8s;
}

#page1 .content .item1 .a6 {
    margin-bottom: -29px;
    margin-left: 2px;
    animation-delay: 1s;
}

#page1 .content .item1 .a7 {
    margin-bottom: -62px;
    margin-left: -23px;
    animation-delay: 1.2s;
}

#page1 .content .item1 .a8 {
    margin-left: 3px;
    animation-delay: 1.4s;
}

#page1 .content .item1 .a9 {
    margin-left: -34px;
    animation-delay: 1.6s;
}

/* Page 1 - Other Elements */
#page1 .n {
    position: absolute;
    width: 23px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#page1 .n .d {
    position: absolute;
    bottom: 30px;
    left: 11px;
    animation: animation2 1.5s linear infinite;
}

#page1 .bj1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#page1 .bj2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* More Download Box Styles */
#more-dl.modern-download-box {
    overflow: visible;
    cursor: default;
}

#more-dl .state-hover {
    padding-top: 0;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-in-out;
}

#more-dl:hover .state-hover {
    opacity: 1;
    z-index: 10;
}

#more-dl .state-default {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

#more-dl:hover .state-default {
    opacity: 0;
    z-index: 1;
}

.more-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33.33%;
    text-decoration: none;
    color: #666;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s;
}

.more-list-item:hover {
    color: #333;
    text-decoration: none;
}

/* Round corners for first and last items */
.more-list-item:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.more-list-item:last-child {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.more-list-item .mini-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

/* QR Popup */
.qr-popup {
    display: none;
    position: absolute;
    bottom: 75%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    z-index: 10;
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
    box-sizing: content-box;
}

/* Arrow for popup */
.qr-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.more-list-item:hover .qr-popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-popup img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Page 2 (Desktop) */
#page2 {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
}

#page2 .bj2 {
    display: none;
}

#page2 .content {
    padding: 100px 0;
    perspective: 3000px;
}

#page2 .content .item1 {
    position: relative;
    /* max-width: 887px; */
}

#page2 .item1 .section-img {
    width: 887px;
    max-width: 100%;
    height: auto;
}

#page3 .item2 .section-img {
    width: 738.96px;
    max-width: 100%;
    height: auto;
}

#page4 .item2 .section-img {
    width: 819px;
    max-width: 100%;
    height: auto;
}

#page5 .section-img {
    width: 815px;
    max-width: 100%;
    height: auto;
}

#page2 .item2 {
    color: rgba(96, 96, 102, 1);
    padding-left: 0;
    width: 360px;
    flex: 0 0 360px;
    align-self: flex-start;
    margin-top: 70px;
}

#page2 .item1 {
    flex: 0 0 auto;
}

#page2 .item2 > .h_box {
    margin-bottom: 20px;
}

#page2 .item2 > .h_box > .h {
    font-size: 44px;
    margin: 0;
    color: rgba(20, 20, 26, 1);
    font-weight: 600;
}

#page2 .item2 > .t {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    color: rgba(96, 96, 102, 1);
}

/* Page 3 (Desktop) */
#page3 {
    background-color: #fff;
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
}

#page3 .content {
    margin-top: 0;
}

#page3 .item1 {
    margin-top: 70px;
    padding-right: 0;
    width: 360px;
    flex: 0 0 360px;
    align-self: flex-start;
}

#page3 .item2 {
    flex: 0 0 auto;
}

#page3 .item1 .h_box {
    margin-bottom: 20px;
}

#page3 .item1 .h_box .h {
    font-size: 44px;
    margin: 0;
    color: rgba(20, 20, 26, 1);
    font-weight: 600;
}

#page3 .item1 .t {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    color: rgba(96, 96, 102, 1);
}

#page3 .bg1,
#page3 .bg2 {
    display: none;
}

/* Page 4 (Desktop) */
#page4 {
    background-color: #fff;
    height: 700px;
    display: flex;
    align-items: center;
}

#page4 .content {
    margin-top: 0;
}

#page4 .item1 {
    color: rgba(96, 96, 102, 1);
    margin-top: 70px;
    padding-left: 0;
    width: 360px;
    flex: 0 0 360px;
    align-self: flex-start;
}

#page4 .item1 .h_box {
    margin-bottom: 20px;
}

#page4 .item1 .h_box > .h {
    font-size: 44px;
    margin: 0;
    color: rgba(20, 20, 26, 1);
    font-weight: 600;
}

#page4 .item1 > .t {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    color: rgba(96, 96, 102, 1);
}

#page4 .item2 {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

#page4 .item2 .a {
    z-index: 1;
}

#page4 .item2 .b {
    margin-left: -20px;
    z-index: 1;
}

#page4 .item2 .c {
    margin-left: -74px;
    margin-bottom: -13px;
}

/* Page 5 (Desktop) */
#page5 {
    background: #fff;
    height: 700px;
    display: flex;
    align-items: center;
}

#page5 .content {
    margin-top: 0;
}

#page5 .item1 {
    color: rgba(96, 96, 102, 1);
    margin-top: 70px;
    padding-left: 0;
    width: 360px;
    flex: 0 0 360px;
    align-self: flex-start;
}

#page5 .item2 {
    flex: 0 0 auto;
}

#page5 .item1 .h_box {
    margin-bottom: 20px;
}

#page5 .item1 .h_box > .h {
    font-size: 44px;
    margin: 0;
    color: rgba(20, 20, 26, 1);
    font-weight: 600;
}

#page5 .item1 > .t {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    color: rgba(96, 96, 102, 1);
}

/* Page 6 (Core Features) */
#page6 {
    background: #fff;
    padding: 80px 0;
    height: auto;
    /* min-height: 800px; */
}

#page6 .h_box {
    text-align: center;
    margin-bottom: 50px;
}

#page6 .h {
    font-size: 44px;
    font-weight: 600;
    color: rgba(20, 20, 26, 1);
}

.core-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.feature-card {
    background: #f7f8fc;
    border-radius: 24px;
    padding: 36px 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 228px;
    text-decoration: none; /* In case it becomes a link */
    position: relative;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.feature-card-header {
    border: none;
    background: none;
}

.card-title {
    font-family: 'PingFang SC', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: rgba(31, 31, 38, 1);
    line-height: 1.4;
}

.card-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    position: absolute;
    top: 24px;
    right: 26px;
}

.card-icon-rb {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
}

.feature-card-body p {
    font-family: 'PingFang SC', sans-serif;
    font-size: 16px;
    color: rgba(59, 59, 64, 1);
    font-weight: 400;
    margin: 4px 0 0 0;
    line-height: 1.6;
}

/* Responsive for Page 6 */
@media (max-width: 992px) {
    .core-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .core-features-grid {
        grid-template-columns: 1fr;
    }

    #page6 {
        height: auto;
        padding: 40px 0;
    }

    .feature-card {
        height: auto;
        min-height: 160px;
    }
}

/* Animations */
@keyframes animation1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation2 {
    0% {
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    70% {
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

/* Ad Pop Box (Desktop) */
.b-index-adpop-box {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 2001;
}

.b-index-adpop-box a {
    font-size: 0;
}

.b-index-adpop-box img {
    width: 330px;
    height: 250px;
}

.b-index-adpop-box span {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    background-color: #555;
    opacity: 0.7;
}

/* Scroll Nav Styles */
.scroll-nav-wrapper {
    width: 100%;
    height: 68px;
    margin-top: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: relative;
    pointer-events: none; /* Let clicks pass through container */
}

.scroll-nav {
    background: #fff; /* Fallback for browsers not supporting backdrop-filter */
    border-radius: 34px;
    padding: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    width: 960px;
    max-width: 80%;
    height: 68px;
    pointer-events: auto; /* Re-enable clicks for nav */
    box-sizing: border-box;
    transition:
        transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
        box-shadow 0.4s ease,
        background-color 0.4s ease,
        top 0.4s ease;
}

@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .scroll-nav {
        background: rgba(255, 255, 255, 0.7);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

.scroll-nav.fixed {
    position: fixed;
    top: 130px; /* Adjust based on header height */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: subtleSlideIn 0.3s ease-out forwards;
}

@keyframes subtleSlideIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.scroll-nav .nav-item {
    flex: 1;
    padding: 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'PingFang SC', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(96, 96, 102, 1);
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s;
    white-space: nowrap;
}

.scroll-nav .nav-item:hover {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(246, 246, 250, 0.1);
}

.scroll-nav .nav-item.active {
    background-color: rgba(246, 246, 250, 1);
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

/* Responsive styles for Scroll Nav */
@media (max-width: 1600px) {
    .scroll-nav-wrapper {
        height: 56px;
    }

    .scroll-nav {
        height: 56px;
        border-radius: 28px;
        padding: 3px;
    }

    .scroll-nav .nav-item {
        height: 50px;
        padding: 0 16px;
        font-size: 16px;
        border-radius: 25px;
    }
}

/* Mobile Styles */

/* Mobile 1 */
.mobile1 {
    position: relative;
    height: calc(100vh - 41px);
    background: url('/media/images/wap/bg (2).png') no-repeat center center;
    background-color: white;
    background-size: contain;
}

.mobile1 .m-p {
    color: #db5a55;
    font-size: 16px;
    margin: 0;
}

.mobile1 .m-img {
    width: 100%;
    margin-top: 20px;
}

.mobile1 .androidMobileBeta {
    color: #db5a55;
    font-size: 16px;
    margin-top: 20px;
}

.mobile1 .bg {
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 100px;
}

/* Mobile Buttons */
.m-btn-warp {
    width: 280px;
    display: none;
    margin: 0 auto 13px;
}

.m-btn-warp a:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
}

/* Main Button (Red) */
.m-btn-main {
    width: 100%;
    height: 44px;
    background: #ff3e51;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(255, 62, 81, 0.3);
}

.m-btn-main .m-btn-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    filter: brightness(0) invert(1); /* Make icon white if it's not already */
}

/* Grid Container */
.m-btn-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.m-btn-grid > a,
.m-btn-grid > div {
    width: calc((100% - 12px) / 2);
    margin-bottom: 16px;
    display: block;
}

.m-btn-grid > :nth-last-child(-n + 2) {
    margin-bottom: 0;
}

/* Secondary Button (Gray) */
.m-btn-secondary {
    width: 100%;
    height: 40px;
    background: rgba(20, 20, 26, 0.05);
    border-radius: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: rgba(44, 44, 51, 1) !important;
    font-size: 14px;
    font-weight: 400;
}

.m-btn-secondary .m-btn-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    object-fit: contain;
}

/* Legacy support if needed, otherwise these can be removed/ignored */
.btn-public {
    /* Kept for reference but likely unused in new design */
    display: none;
}

/* Generic Mobile Section Styles */
.m-pubilc {
    padding: 37px 0;
    text-align: center;
}

.m-pubilc .a {
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.m-pubilc .b {
    font-size: 14px;
    margin: 0;
    color: rgba(96, 96, 102, 1);
    line-height: 1.6;
}

.m-pubilc .img-b {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

/* Mobile 2 */
.mobile2 {
    background: #fff;
    color: rgba(96, 96, 102, 1);
}

.mobile2 .a,
.mobile3 .a,
.mobile4 .a,
.mobile5-1 .a {
    color: rgba(20, 20, 26, 1);
    font-weight: 600;
}

/* Mobile 3 */
.mobile3 {
    background: #fff;
    color: rgba(96, 96, 102, 1);
}

/* Mobile 4 */
.mobile4 {
    background: #fff;
    color: rgba(96, 96, 102, 1);
}

/* Mobile 5-1 */
/* (Uses .m-pubilc styles primarily */

/* Custom Padding for Mobile Sections */
/* Game Hosting */
.mobile2 .c {
    padding-left: 22px;
    padding-right: 22px;
}

/* Smart Marketing */
.mobile3 .a,
.mobile3 .b {
    padding-left: 40px;
    padding-right: 40px;
}

.mobile3 .c {
    padding-left: 38px;
    padding-right: 38px;
}

/* Game Trading */
.mobile4 .c {
    padding-left: 23px;
    padding-right: 23px;
}

/* Overseas Cloud Phone */
.mobile5-1 .a,
.mobile5-1 .b {
    padding-left: 44px;
    padding-right: 44px;
}

.mobile5-1 .c {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {
    .mobile2,
    .mobile3,
    .mobile4,
    .mobile5-1,
    .mobile6,
    .m-btn-warp {
        display: none !important;
    }
}

/* Mobile 6 (Core Features) */
.mobile6 {
    background: #fff;
    padding-bottom: 40px;
}

.core-features-grid-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 16px;
    margin-top: 20px;
}

.feature-card-mobile {
    background: #f7f8fc;
    border-radius: 12px;
    padding: 16px 13.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    position: relative;
    width: calc(50% - 6px);
    margin-bottom: 12px;
}

.feature-card-mobile.full-width {
    width: 100%;
}

.feature-card-mobile .card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.feature-card-mobile .title {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.feature-card-mobile img {
    position: absolute;
    top: 10.5px;
    right: 12px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.feature-card-mobile .card-icon-rb {
    top: auto;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
}

.feature-card-mobile .card-desc {
    text-align: left;
    margin-top: 8px;
}

.feature-card-mobile .card-desc p {
    font-size: 12px;
    color: #999;
    margin: 0;
    line-height: 1.4;
}

/* Mobile Popbox */
.index-g-popbox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden;
}

.index-g-popbox .mark {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
}

.index-g-popbox .mark .index-g-closeBtn {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/media/images/close.png) no-repeat;
    background-size: 100% auto;
}

.index-g-popbox .mark .index-g-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.index-g-popbox .mark .index-g-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-g-popbox .mark .index-g-box a img {
    display: block;
    width: 100%;
    border-radius: 40px;
    height: auto;
}

.wechat-download-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.wechat-download-mask img {
    width: 70%;
    position: absolute;
    left: 30%;
}

/* Media Queries */
@media (max-width: 768px) {
    /* .navbar-redfinger {
        background-color: rgba(237, 78, 79, 0.9);
    } */

    .navbar-redfinger .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-redfinger .initial {
        display: none;
    }

    .navbar-redfinger .action {
        display: block;
    }
}

/* Animation Classes */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Banner Slider Fixes */
.carousel-item img {
    -webkit-user-drag: none;
    user-select: none;
}

/* Swiper Customization */
.banner-swiper .swiper-pagination {
    bottom: 70px !important; /* Match previous design position */
    z-index: 101; /* Above .btn-warp */
}

.mobile-banner-pagination {
    bottom: 15px !important;
    z-index: 101;
}

.banner-swiper .swiper-pagination-bullet,
.mobile-banner-pagination .swiper-pagination-bullet {
    height: 4px;
    border-radius: 2px;
    background: rgba(20, 20, 26, 0.1);
    opacity: 1;
    margin: 0 4px !important;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    transition: width 0.3s;
}

.banner-swiper .swiper-pagination-bullet {
    width: 30px;
}

.mobile-banner-pagination .swiper-pagination-bullet {
    width: 20px;
}

.banner-swiper .swiper-pagination-bullet-active,
.mobile-banner-pagination .swiper-pagination-bullet-active {
    background: rgba(20, 20, 26, 0.1);
}

.banner-swiper .swiper-pagination-bullet-active::after,
.mobile-banner-pagination .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 1, 91, 1);
    animation: swiper-progress var(--swiper-autoplay-duration, 10000ms) linear forwards;
}

@keyframes swiper-progress {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* Mobile Header & Menu Styles - Added for Fix */
@media (max-width: 768px) {
    /* Header Container */
    .navbar-redfinger {
        padding: 10px 14px !important;
        transition: padding 0.3s ease, background-color 0.3s ease;
    }

    .navbar-redfinger.scrolled {
        background-color: #fff !important;
        border-bottom: 1px solid rgba(20, 20, 26, 0.05);
        box-shadow: none;
    }

    /* Mobile Banner Adjustment */
    .mobile-banner-container {
        margin-top: -50px;
    }

    /* Logo Size */
    .home-logo-mobile {
        height: 30px !important;
        width: auto !important;
    }

    /* Initial hidden state for mobile header elements */
    .mobile-init-hidden {
        opacity: 0;
        visibility: hidden;
    }

    /* Download Button Style */
    .navbar-redfinger .download-link {
        background: linear-gradient(94.37deg, #ff3e51 0%, #ff3776 100%);
        color: #fff !important;
        font-size: 12px;
        padding: 8px 14px;
        border-radius: 20px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        font-weight: 500;
        text-decoration: none;
        border: none;
    }

    /* Mobile Menu Container */
    .mobile-menu-container {
        position: fixed;
        top: 51px; /* 10px top + 30px logo + 10px bottom + 1px border = 51px */
        left: 0;
        width: 100%;
        height: calc(100vh - 51px);
        z-index: 1010;
        display: none;
    }

    /* Independent Mask with Opacity Transition */
    .mobile-menu-mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mobile-menu-container.active .mobile-menu-mask {
        opacity: 1;
    }

    /* Content Drawer */
    .mobile-menu-content {
        position: relative;
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #f0f0f0;
        transform: translateY(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 2; /* Above mask */
    }

    .mobile-menu-container.active .mobile-menu-content {
        transform: translateY(0);
    }

    .mobile-menu-content a {
        display: block;
        text-align: center;
        padding: 16px 0;
        border-bottom: 1px solid #f5f5f5;
        color: #333;
        font-size: 16px;
        text-decoration: none;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .mobile-menu-content a.active {
        font-weight: bold;
        color: #000;
    }

    /* Boostrap Navbar Mobile Active State */
    .navbar-nav .nav-item.active .nav-link {
        font-weight: bold;
        color: #000 !important;
    }

    /* Text Fade In Delay */
    .mobile-menu-container.active .mobile-menu-content a {
        opacity: 1;
        transition-delay: 0.1s;
    }

    .mobile-menu-content a:last-child {
        border-bottom: none;
    }
}

/* Floating Action Button */
.fixed-floating-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 72px;
    height: 72px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .fixed-floating-btn {
        top: auto;
        bottom: 60px;
    }
}

.fixed-floating-btn:hover {
    transform: scale(1.1);
}

.fixed-floating-btn img {
    width: 40px;
    height: 40px;
    display: block;
}

/* Desktop KAM Popover */
.desktop-kam-popover {
    position: fixed;
    top: auto;
    bottom: 60px;
    right: 100px;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    box-sizing: border-box;
}

.desktop-kam-popover .popover-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.desktop-kam-popover .popover-close-btn img {
    width: 100%;
    height: 100%;
    display: block;
}

.desktop-kam-popover .popover-title {
    font-family: "PingFang SC", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 10px;
}

.desktop-kam-popover .popover-content img {
    max-width: none;
    width: auto;
    height: 162px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .desktop-kam-popover {
        display: none !important;
    }

    .fixed-floating-btn {
        width: 40px;
        height: 40px;
    }

    .fixed-floating-btn img {
        width: 22px;
        height: 22px;
    }
}
