:root {
    --main-purple: #020202;
    --title-font: 'H-Bold';
}

.box {
    position: relative;
}

.animate__animated.animate__bounce {
    --animate-duration: 5s;
}

.showup {
    transform: translateY(0) !important;
    opacity: 1 !important;
    z-index: 888;
}

/* 动画定义 */
@keyframes UpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10%);
        /* 向上浮动10px */
    }

    100% {
        transform: translateY(0);
    }
}

.box1_title {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 68%;
    color: rgb(0 0 0);
    /* line-height: 2rem; */
    /* text-align: left; */
    font-size: 7rem;
    font-family: 'H-Bold';
    line-height: 11rem;
}
.box1_list_con {
    position: absolute;
    top: 32%;
    left: 9%;
    width: 43%;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: row;
}
.box1_img1 {
    position: absolute;
    top: 23%;
    right: 25%;
    width: 23%;
}
.box1_img2 {
    position: absolute;
    top: 36%;
    right: 5%;
    width: 22%;
}
.box1_list_con .item {
    width: 43%;
    height: 8rem;
    display: flex;
    /* flex-direction: row; */
    text-align: center;
    color: #000000;
    align-items: center;
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 3rem 1rem; */
    justify-content: flex-start;
    margin: 2rem 1rem;
    animation: UpDown 2s ease-in-out infinite;
    flex-direction: column;
}

.box1_list_con .item:nth-child(1) {
    animation-delay: 0s;
}

.box1_list_con .item:nth-child(2) {
    animation-delay: 0.2s;
}

.box1_list_con .item:nth-child(3) {
    animation-delay: 0.4s;
}

.box1_list_con .item:nth-child(4) {
    animation-delay: 0.6s;
}

.box1_list_con .item span {
    /* padding-top: 0.5rem; */
    font-size: 1.3rem;
    font-weight: bold;
    /* padding-left: 1.5rem; */
}
.box1_list_con .item img {
    width: 5rem;
    /* padding-top: 2.5rem; */
}



@media screen and (max-width: 782px) {
 .box1_title {
    top: 3.5%;
    left: 0;
    width: 100%;
    font-size: 3rem;
    text-align: center;
    line-height: 6rem;
    z-index: 3;
}
.box1_list_con .item {
    width: 18%;
    /* height: 0rem; */
    display: flex;
    /* flex-direction: row; */
    text-align: center;
    color: #000000;
    align-items: center;
    background-size: 99%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 3rem 1rem; */
    justify-content: flex-start;
    margin: 2rem 1rem;
    animation: UpDown 2s ease-in-out infinite;
    flex-direction: column;
}
.box1_img1 {
    position: absolute;
    top: 51%;
    right: 47%;
    width: 46%;
}
.box1_img2 {
    position: absolute;
    top: 58%;
    right: 2%;
    width: 45%;
}
    .box1_title p {
        text-align: center;
        font-size: 1.5rem;
        /* text-indent: 1.1rem; */
        width: 59%;
        margin: 0 auto;
        line-height: 3rem;
    }

    .box1_list_con {
        top: 17%;
        left: 0%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
    }


    .box1_list_con .item span {
        /* padding-top: 0.5rem; */
        font-size: 1rem;
    }

}


/* Shared Title Styles */
.box2_top_title,
.box3_top_title,
.box4_top_title,
.box5_top_title,
.box6_top_title,
.box7_top_title,
.box8_top_title,
.Exhibition_top_title {
    position: absolute;
    color: var(--main-purple);
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    text-align: center;
}

.box2_top_title {
    top: 5%;
    /* left: 18%; */
    width: 100%;
    font-size: 3.1rem;
}
.box2_top_title p {
    font-weight: 500;
    font-size: 2rem;
    /* text-align: center; */
    width: 100%;
    font-family: 'H-Bold';
    text-transform: lowercase;
}

.box2_top_title p::first-letter {
    text-transform: uppercase;
}



@media screen and (max-width: 782px) {
   .box2_top_title {
    top: 3%;
    right: 0%;
    left: 0%;
    width: 95%;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
}

    .box2_top_title p {
        font-size: 1.3rem;
        width: 100%;
    }
}


.box3_top_title {
    top: 5%;
    /* left: 7%; */
    width: 100%;
    font-size: 3rem;
    line-height: 6rem;
    text-align: center;
}
.box3_top_title p {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    width: 89%;
    text-align: center;
    margin: 0rem auto 0;
    font-family: 'H-Bold';
 text-transform: none;
}

.box3_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
   .box3_top_title {
    top: 2%;
    left: 0%;
    opacity: 0;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    line-height: 4rem;
}

  .box3_top_title p {
    font-size: 1.3rem;
    text-align: center;
    /* font-weight: 500; */
    line-height: 1.9rem;
    /* margin: 0; */
}
}

.box4 {
    z-index: 99;
}

.box4_top_title {
    top: 3%;
    right: 0;
    width: 100%;
    font-size: 3rem;
}

.box4_top_title p {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 500;
    font-family: 'H-Bold';
    text-indent: 6rem;
    /* width: 76%; */
    text-transform: lowercase;
}

.box4_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
    .box4_top_title {
        width: 100%;
        top: 6%;
        right: 0%;
        left: 0%;
        font-size: 3rem;
    }

    .box4_top_title p {
        font-size: 1.3rem;
        text-align: center;
        width: 96%;
        margin: 0 auto;
        text-indent: 0rem;
    }

}


.box5_top_title {
    top: 6%;
    left: 5%;
    width: 86%;
    font-size: 4rem;
}


.box5_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: lowercase;
}

.box5_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
    .box5_top_title {
        top: 7%;
        right: 0%;
        left: 0%;
        width: 97%;
        margin: 0 auto;
        font-size: 2rem;
    }

    .box5_top_title p {
        font-size: 1.2rem;
    }

}

/* 第六张 */

.box6_top_title {
    top: 3%;
    left: 0%;
    width: 100%;
    font-size: 4rem;
}

.box6_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: lowercase;
}

.box6_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
    .box6_top_title {
        top: 8%;
        right: 0%;
        left: 0%;
        width: 96%;
        margin: 0 auto;
        font-size: 2.35rem;
        text-align: center;
    }

    .box6_top_title p {
        font-size: 1.3rem;
        text-align: center;
    }


}

/* 第7张 */
.box7_top_title {
    top: 6%;
    width: 100%;
    font-size: 4rem;
    text-align: left;
    left: 8%;
}

.box7_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: left;
    font-family: 'H-Bold';
    text-transform: lowercase;
    width: 43%;
}

.box7_top_title p::first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 782px) {
    .box7_top_title {
        top: 3%;
        right: 0%;
        left: 0%;
        width: 99%;
        margin: 0 auto;
        font-size: 2rem;
        text-align: center;
    }

   .box7_top_title p {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
}

}

/* 第8张 */

.box8_top_title {
    top: -1%;
    width: 100%;
    font-size: 4rem;
    text-align: center;
    /* left: 8%; */
}
.box8_top_title p {
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    font-family: 'H-Bold';
    text-transform: lowercase;
    width: 100%;
}

.box8_top_title p::first-letter {
    text-transform: uppercase;
}
@media screen and (max-width: 782px) {
    .box8_top_title {
        top: 5%;
        right: 0%;
        left: 0%;
        width: 96%;
        margin: 0 auto;
        font-size: 2rem;
        text-align: center;
    }

    .box8_top_title p {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 1rem;
    }


}



.SPECIFICATION {
    height: 55rem;
    position: relative;
    /* background-color: #000000; */
    background: radial-gradient(ellipse at top left, #fcc46a 0%, #ffffc9 25%, #e1b976 50%, #ebc68b 75%, #fcc46a 100%);
    text-transform: capitalize;
}

.SPECIFICATION_top_title {
    position: absolute;
    top: 5%;
    right: 2%;
    left: 7%;
    font-family: 'H-Bold';
    width: 85%;
    text-align: center;
    font-size: 5rem;
        color: #000000;
}

.param_wrap {
    position: absolute;
    top: 23%;
    right: 10%;
    left: 10%;
    display: flex;
    justify-content: space-between;
       color: #000000;
}

.param-left {
    width: 40%;
       background-color: #ffffffe0;
    border-radius: 1rem;
}

.param-left img {
    width: 65%;
    margin: 3rem auto;
}

.param-center {
    width: 37%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}

.param-center div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
       background-color: #ffffffe0;
    border-radius: 1rem;
    height: 11.5rem;
    padding: 1rem 2rem;
}

.param-center div span {
    height: 20%;
    font-size: 1.56rem;
}

.param-center div span:nth-child(2) {
    font-weight: bold;
    font-size: 1.68rem;
}

.param-center div img {
    width: 1.8rem;
    /* 或者其他固定值，确保宽度合理 */
    max-width: 100%;
    /* 防止超出容器 */
}


.param-right {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;

}

.param-right div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
       background-color: #ffffffe0;
    border-radius: 1rem;
    height: 11.5rem;
    padding: 1rem 2rem;
}

.param-right div span {
    height: 20%;
    font-size: 1.56rem;
}

.param-right div span:nth-child(2) {
    font-weight: bold;
    font-size: 1.68rem;
}

.param-right div img {
    width: 1.8rem;
    max-width: 100%;
}

.param-text,
.param-text1,
.param-text2,
.param-text3,
.param-text4,
.param-text5 {
    transition: all 1s;
    transform: translateY(4rem);
    opacity: 0;
}

@media screen and (max-width: 782px) {
    .SPECIFICATION {
        height: 66rem;
    }

    .SPECIFICATION_top_title {
        top: 1%;
        right: 0;
        left: 4%;
        width: 95%;
        font-size: 3rem;
    }

    .param_wrap {
        top: 10%;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .param-left {
        width: 100%;
        margin-bottom: 1rem;
    }

    .param-center {
        width: 45%;
    }

    .param-center div {
        margin: 0.5rem 0;
        padding: 0.5rem 1.5rem;
        height: 9rem;
    }

    .param-center div span {

        font-size: 1rem;
    }

    .param-center div span:nth-child(2) {

        font-size: 1.16rem;
    }

    .param-center div img {
        width: 1.45rem;

    }

    .param-right {
        width: 45%;
    }

    .param-right div {
        margin: 0.5rem 0;
        padding: 0.5rem 1.5rem;
        height: 9rem;
    }

    .param-right div span {
        font-size: 1rem;
    }

    .param-right div span:nth-child(2) {
        font-size: 1.16rem;
    }

    .param-right div img {
        width: 1.45rem;
    }
}

.Exhibition_top_title {
    top: 6%;
    right: 0%;
    left: 0%;
    width: 95%;
    font-size: 6rem;
}

@media screen and (max-width: 782px) {
    .Exhibition_top_title {
        top: 5%;
        right: 0;
        left: 0;
        width: 100%;
        font-size: 3.5rem;
    }

}





















/* 大圆球 */
/* CSS 变量定义 - 方便主题管理 */
:root {
    --bg-color: #000;
    --text-color: #fff;
    --arrow-bg: rgba(255, 255, 255, 0.2);
    --arrow-hover-bg: rgba(255, 255, 255, 0.6);
    --overlay-color: #000;
    --overlay-opacity: 0.6;
}

/* Basic Reset & Typography */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: var(--bg-color);
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;

}

ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

/* Layout Containers */
.container-wrap {
    width: 100%;
    overflow: hidden;
}

.floor-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Floor 6 Specific Styles */
.floor-container6 {
    background: var(--bg-color);
    height: 48vw;
    min-height: 600px;
}

.floor-container6 .title {
    position: absolute;
    top: 4.8%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    /* z-index: 10; */
    color: white;
    /* width: 100%; */
}

/* Center Content Area */
.rotating-products {
    position: absolute;
    top: 16%;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.rotating-productsbox {
    height: 100%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    position: relative;
    pointer-events: auto;
}

/* Fix for transition wrapper centering */
.product-transition-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rotating-productsbox .flavour-img {
    position: absolute;
    top: 0;
    left: 0;
    /* Ensures it starts at left edge */
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease-in-out;
}

.rotating-products img {
    display: block;
    margin: 0 auto;
    height: calc(100% - 6.25vw);
    object-fit: contain;
}

.rotating-products span {
    display: block;
    text-align: center;
    font-size: 2.1875vw;
    margin-top: 1.25vw;
    white-space: nowrap;
    line-height: 1;
    color: white;
    font-size: 3rem;
}
/* Rotating Slider Core Styles */
.rotating-slider {
    margin: 0 auto;
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 75% !important;
    /* overflow: hidden; */
    z-index: 1;
}

.rotating-slider ul.slides {
    margin: 0;
    padding: 0;
    position: relative;
    top: -14% !important;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform-origin: center center;
    z-index: 0;
}

.rotating-slider ul.slides li {
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover !important;
    transform-origin: bottom center;
}

.rotating-slider ul.slides li .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Overlay for inactive slides */
.rotating-slider ul.slides li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--overlay-color);
    opacity: var(--overlay-opacity);
    z-index: 2;
    transition: opacity 0.3s;
}

.rotating-slider ul.slides li.active-slide:after {
    content: none;
}

/* Controls */
ul.direction-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
}
ul.direction-controls li {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--arrow-bg); */
    color: var(--text-color);
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.25s;
    user-select: none;
}
ul.direction-controls li img {
    display: block;
    width: 60%;
    /* Adjust based on icon size preference */
    height: auto;
    pointer-events: none;
}

/* ul.direction-controls li:hover {
    background: var(--arrow-hover-bg);
} */

ul.direction-controls li.left-arrow {
    left: -60px;
}

ul.direction-controls li.right-arrow {
    right: -60px;
}

/* Pseudo-elements removed as we use images now */

/* Responsive */
@media (max-width: 1023px) {
    .floor-container {
        height: auto;
        min-height: 80vh;
    }

    .floor-container6 {
        height: 80vh;
    }

    .rotating-slider {
        height: 60% !important;
    }

    .floor-container6 .title {
        font-size: 5vw;
        top: 5vh;
    }

    .rotating-products span {
        font-size: 4.2vw;
    }

    .rotating-products img {
        height: calc(100% - 12vw);
    }

    .rotating-slider ul.slides {
        margin: 0;
        padding: 0;
        position: relative;
        top: -35% !important;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform-origin: center center;
        z-index: 0;
    }

    ul.direction-controls li.left-arrow {
        left: 20px;
    }

    ul.direction-controls li.right-arrow {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .floor-container6 .title {
        font-size: 8vw;
    }

    .rotating-productsbox {
        width: 100%;
        height: 100%;
    }

    .rotating-products img {
        height: calc(100% - 5vw);
    }

    .rotating-products span {
        margin-top: 5.25vw;
    }

    /* 移动端调整：圆环整体上移，并控制高度 */
    .rotating-slider {
        bottom: 5% !important;
        height: 60% !important;
    }

    .rotating-slider:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 60%;
        left: 0;
        right: 0;
        height: 50%;
        background: var(--bg-color);
    }

    .rotating-slider ul.slides {
        margin: 0;
        padding: 0;
        position: relative;
        top: -38% !important;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform-origin: center center;
        z-index: 0;
    }
}

/* Utility for fade transition */
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.2s;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}










/* 滑块 */



html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.split-wrapper {
    display: flex;
    width: 100%;
    height: 800px;
    /* Changed from 100vh to fixed height */
}

.left-panel {
    width: 40%;
    height: 100%;
    /* Bright Lime Green based on reference */
    background-color: #9BD658;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    /* Ensure it stays cleanly on top if needed */
}

.right-panel {
    width: 60%;
    height: 100%;
    position: relative;
    /* Bright Cyan/Aqua based on reference */
    background-color: #e4bd7d;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/* Swiper Styling */

/* Structural styles copied from swiper library for custom classes */
.lana-swiper {
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.lana-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.lana-swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.lana-swiper {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lana-swiper-slide {
    width: 70%;
    height: 80%;
    top: 12%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    margin-left: 0.67vw;
}

/* Remove slide active effects to keep it flat and clean as per reference */
.lana-swiper-slide-active {
    z-index: 2;
}

.lana-swiper-slide-prev {
    opacity: 1;
}

.lana-swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Cartridge Image Positioning */
.cartridge-box {
    position: absolute;
    left: 0%;
    top: 24.8%;
    height: 65.7%;
    width: auto;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.cartridge-img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
}

/* Content Box Styling - Updated for new layout */
.content-box {
    position: relative;
    z-index: 5;
    margin-left: 20%;
    /* More spacing */
    max-width: 600px;
    text-align: left;
}

.content-box h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.content-box p {
    font-size: 1.45rem;
    color: #fff;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 90%;
    opacity: 0.95;
    font-weight: 500;
}

/* Button Group Styling */
.button-group {
    display: flex;
    gap: 20px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.nav-btn .icon {
    width: 24px;
    height: 24px;
}

/* Default state: Hide mobile strip on PC */
.mobile-fixed-bg {
    display: none;
}

/* =========================================
   Mobile Styles (max-width: 768px)
   ========================================= */
@media screen and (max-width: 768px) {
    /* body overflow hidden removed */

    .split-wrapper {
        display: block;
        position: relative;
        /* Mobile Split: 1/3 Green (Left) 33.33%, 2/3 Cyan (Right) 66.67% */
        background: linear-gradient(to right, #9BD658 33.33%, #6BE5E7 33.33%);
        width: 100%;
        height: 600px;
        /* Adjusted for mobile */
    }

    /* 
       LEFT PANEL: Swiper (Changing Pods)
       - Request: Expand towards right to cross the 33% color boundary.
       - Width: Expanded to 45% (crossing the 33% line by ~12%).
       - Alignment: Push image to RIGHT edge to touch seam.
    */
    .left-panel {
        width: 77%;
        height: 52%;
        position: absolute;
        bottom: 10%;
        left: 0px;
        right: auto;
        background: transparent;
        z-index: 20;
        border: none;
        background-color: transparent;
        /* padding: 1.5rem; */
    }

    .right-panel {
        width: 100%;
        height: 100%;
        position: static;
        background: transparent;
        display: block;
    }

    /* Content Box */
    .content-box {
        margin: 0;
        /* padding: 60px 20px; */
        width: 90%;
        max-width: 100%;
        text-align: center;
        position: absolute;
        /* z-index: 30; */
        top: 0%;
        margin: 0 1rem;
    }

   .content-box h1 {
    font-size: 2.2rem;
    color: #000000;
    text-shadow: none;
    /* margin-bottom: 6rem; */
    margin-top: 5%;
}

   .content-box p {
    font-size: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-weight: 600;
}

    .nav-btn {
    
        width: 44px;
        height: 44px;
    }

    .button-group {
        display: flex;
        gap: 20px;
        justify-content: flex-end;
    }

    /* 
       STATIC CARTRIDGE: Fixed Body
       - Request: Shift right.
       - Position: Start at 45% (where Swiper ends).
       - Width: Remaining 55% space.
       - Alignment: Push image to LEFT edge to touch seam.
    */
    .cartridge-box {
        top: auto;
        bottom: 4.4%;
        left: 76%;
        /* width: 51%; */
        height: 55.6%;
        justify-content: flex-start;
        padding-right: 0;
        display: flex;
        opacity: 1;
    }

    .cartridge-img {
        height: 80%;
        width: auto;
        margin-left: -1px;
        /* Slight overlap to ensure seamless join */
        object-fit: contain;
    }

    /* SWIPER */
    .lana-swiper {
        padding: 0;
    }

    .lana-swiper-slide {
        width: 64% !important;
        /* Set constant width for loop stability */
        height: 100%;
        top: 0;
        margin-left: 0;
        justify-content: flex-end;
        padding-left: 0;
    }

    /* Removed width override for swiper-slide-active to fix loop glitch */
    /* .lana-swiper-slide-active { width: 64% !important; } */

    .lana-swiper-slide img {
        height: 100%;
        /* Fix height to container */
        width: auto;
        display: block;
        /* margin-right: 0; Remove odd margin, use offset for alignment */
    }

    /* Fixed Blue Stripe on Mobile */
    .mobile-fixed-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 33%;
        height: 100%;
        background-color: #a0ed7a;
        z-index: 1;
        display: block;
    }
}