html,
body {
    overflow-x: hidden;
    font-family: Kanit, sans-serif;
}

.arrow-sec {
    position: fixed;
    top: 50%;
    right: 1%;
    z-index: 10;
    transform: translateY(-50%);
}

.arrow-sec-item {
    position: relative;
    display: block;
    line-height: 0;
}

.arrow-sec-image {
    display: block;
    width: clamp(7.25rem, 3.5vw, 7.25rem);
    height: auto;
}

.num-sec-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: clamp(0.55rem, 0.55vw, 0.7rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    text-align: center;
    text-shadow: rgb(0, 80, 184) 0 0 6px;
    pointer-events: none;
    white-space: normal;
    word-break: keep-all;
}

.arrow-sec-btn {
    position: absolute;
    left: 0;
    width: 100%;
    height: 27%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.arrow-sec-btn--up {
    top: 0;
}

.arrow-sec-btn--down {
    bottom: 0;
}

.arrow-sec-btn:disabled {
    cursor: default;
    pointer-events: none;
}

.section-float-objs {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.float-obj {
    position: absolute;
    width: clamp(4rem, 10vw, 9rem);
    height: auto;
    mix-blend-mode: screen;
    opacity: 0.85;
    pointer-events: none;
    animation: float-obj 6s ease-in-out infinite;
}

/* section-2: มุมสี่ด้าน + กลางซ้าย */
#section-2 .float-obj--1 {
    top: 4%;
    left: 1%;
    --float-rotate: -28deg;
    animation-duration: 5.5s;
    animation-delay: 0s;
}

#section-2 .float-obj--2 {
    top: 7%;
    right: 3%;
    --float-rotate: 22deg;
    animation-duration: 6.2s;
    animation-delay: -1s;
}

#section-2 .float-obj--3 {
    top: 48%;
    left: 2%;
    --float-rotate: 12deg;
    animation-duration: 7s;
    animation-delay: -2.5s;
}

#section-2 .float-obj--4 {
    bottom: 6%;
    right: 2%;
    --float-rotate: -15deg;
    animation-duration: 5.8s;
    animation-delay: -3.5s;
}

/* section-3: กระจายรอบ book */
#section-3 .float-obj--1 {
    top: 5%;
    left: 14%;
    --float-rotate: -18deg;
    animation-duration: 6.8s;
    animation-delay: -0.5s;
}

#section-3 .float-obj--2 {
    top: 3%;
    right: 7%;
    --float-rotate: 30deg;
    animation-duration: 5.2s;
    animation-delay: -2s;
}

#section-3 .float-obj--3 {
    bottom: 14%;
    left: 3%;
    --float-rotate: -8deg;
    animation-duration: 7.5s;
    animation-delay: -1.2s;
}

#section-3 .float-obj--4 {
    top: 52%;
    right: 1%;
    --float-rotate: 16deg;
    animation-duration: 6s;
    animation-delay: -4s;
}

/* section-4: เน้นขอบซ้าย–ขวา */
#section-4 .float-obj--1 {
    top: 18%;
    left: 4%;
    --float-rotate: -22deg;
    animation-duration: 5.6s;
    animation-delay: -1.8s;
}

#section-4 .float-obj--2 {
    top: 2%;
    left: 1%;
    --float-rotate: 8deg;
    animation-duration: 6.4s;
    animation-delay: 0s;
}

#section-4 .float-obj--3 {
    bottom: 10%;
    left: 10%;
    --float-rotate: 25deg;
    animation-duration: 7.2s;
    animation-delay: -3s;
}

#section-4 .float-obj--4 {
    bottom: 16%;
    right: 5%;
    --float-rotate: -12deg;
    animation-duration: 5s;
    animation-delay: -2.2s;
}

/* section-5: banner — กระจายแนวตั้ง */
#section-5 .float-obj--1 {
    top: 10%;
    left: 6%;
    --float-rotate: -35deg;
    animation-duration: 6.6s;
    animation-delay: -0.8s;
}

#section-5 .float-obj--2 {
    top: 38%;
    right: 4%;
    --float-rotate: 18deg;
    animation-duration: 5.4s;
    animation-delay: -2.8s;
}

#section-5 .float-obj--3 {
    bottom: 8%;
    right: 9%;
    --float-rotate: -20deg;
    animation-duration: 7s;
    animation-delay: -1.5s;
}

#section-5 .float-obj--4 {
    top: 6%;
    right: 1%;
    --float-rotate: 28deg;
    animation-duration: 6.1s;
    animation-delay: -3.8s;
}

/* section-6: swiper — มุม + กลางขอบ */
#section-6 .float-obj--1 {
    top: 14%;
    left: 3%;
    --float-rotate: -10deg;
    animation-duration: 5.7s;
    animation-delay: -1s;
}

#section-6 .float-obj--2 {
    bottom: 22%;
    left: 1%;
    --float-rotate: 24deg;
    animation-duration: 6.9s;
    animation-delay: -2.4s;
}

#section-6 .float-obj--3 {
    top: 8%;
    right: 6%;
    --float-rotate: -26deg;
    animation-duration: 5.3s;
    animation-delay: -3.2s;
}

#section-6 .float-obj--4 {
    bottom: 10%;
    right: 2%;
    --float-rotate: 14deg;
    animation-duration: 7.4s;
    animation-delay: 0s;
}

@keyframes float-obj {

    0%,
    100% {
        transform: translateY(0) rotate(var(--float-rotate, 0deg));
    }

    50% {
        transform: translateY(-1.25rem) rotate(calc(var(--float-rotate, 0deg) + 4deg));
    }
}

@media (max-width: 991.98px) {
    .float-obj {
        width: clamp(3rem, 8vw, 5.5rem);
        opacity: 0.65;
    }
}

@media (max-width: 767.98px) {
    #section-2 .float-obj--1 {
        top: 2%;
        left: 0;
    }

    #section-2 .float-obj--2 {
        top: 4%;
        right: 0;
    }

    #section-2 .float-obj--3 {
        top: auto;
        bottom: 12%;
        left: 0;
    }

    #section-2 .float-obj--4 {
        bottom: 4%;
        right: 0;
    }

    #section-3 .float-obj--1 {
        top: 3%;
        left: 0;
    }

    #section-3 .float-obj--2 {
        top: 6%;
        right: 0;
    }

    #section-3 .float-obj--3 {
        bottom: 8%;
        left: 0;
    }

    #section-3 .float-obj--4 {
        top: auto;
        bottom: 3%;
        right: 0;
    }

    #section-4 .float-obj--1 {
        top: 8%;
        left: 0;
    }

    #section-4 .float-obj--2 {
        top: 2%;
        right: 0;
    }

    #section-4 .float-obj--3 {
        bottom: 6%;
        left: 0;
    }

    #section-4 .float-obj--4 {
        bottom: 14%;
        right: 0;
    }

    #section-5 .float-obj--1 {
        top: 5%;
        left: 0;
    }

    #section-5 .float-obj--2 {
        top: 30%;
        right: 0;
    }

    #section-5 .float-obj--3 {
        bottom: 5%;
        right: 0;
    }

    #section-5 .float-obj--4 {
        top: 2%;
        right: 0;
        left: auto;
    }

    #section-6 .float-obj--1 {
        top: 6%;
        left: 0;
    }

    #section-6 .float-obj--2 {
        bottom: 18%;
        left: 0;
        top: auto;
    }

    #section-6 .float-obj--3 {
        top: 4%;
        right: 0;
    }

    #section-6 .float-obj--4 {
        bottom: 6%;
        right: 0;
    }
}

.main-background__bg-video {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.section-star-video--fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
    mix-blend-mode: plus-lighter;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.section-star-video--fixed.is-active {
    opacity: 1;
}

#section-header {
    position: relative;
    z-index: 3;
}

#section-2::before,
#section-3::before,
#section-4::before,
#section-5::before,
#section-6::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

#section-2::before {
    background: url("../images/bg-sec-2.jpg") center center / cover no-repeat;
}

#section-3::before {
    background: url("../images/bg-sec-3.jpg") center center / cover no-repeat;
}

#section-4::before {
    background: url("../images/bg-sec-4.jpg") center center / cover no-repeat;
}

#section-5::before {
    background: url("../images/bg-sec-5.jpg") center center / cover no-repeat;
}

#section-6::before {
    background: url("../images/bg-sec-6.jpg") center center / cover no-repeat;
}

[data-star-video-section]>.section-float-objs {
    position: relative;
    z-index: 2;
}

[data-star-video-section]>.container,
[data-star-video-section]>.container-fluid,
[data-star-video-section]>.container-xxl {
    position: relative;
    z-index: 2;
}

/* section-4: ไม่ lock stacking context ที่ container เพื่อให้ video-trident blend กับ bg ได้ */
#section-4>.container {
    z-index: auto;
}

#section-4>.container>.row:first-child,
#section-4>.container>.text-center,
#section-4 .col:not(:has(.trident-media)) {
    position: relative;
    z-index: 2;
}

#section-2>.container,
#section-3>.container,
#section-4>.container,
#section-5>.container,
#section-6>.container-xxl {
    position: relative;
}

@media (max-width: 992px) {
    #section-header {
        background: url("../images/main-bg.jpg") center center / cover no-repeat;
        width: 100%;
    }
}

.box-logo-title {
    padding: 10rem 0px;
}

#section-2 {
    width: 100%;
}

.title-section-2 {
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 80, 184) 0px 0px 8.1px, rgb(0, 80, 184) 0px 0px 8.1px;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}

.box-title-sec-2-inner {
    overflow: visible;
}

.star-sec-2,
.star-sec-3,
.star-sec-4 {
    position: absolute;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
}

.star-sec-2 {
    top: -4%;
    right: -3%;
}

.star-sec-3 {
    top: 10%;
    right: 40%;
}

.star-sec-4 {
    top: -5%;
    right: 20%;
}

@media (max-width: 768px) {

    .star-sec-2,
    .star-sec-3,
    .star-sec-4 {
        display: none;
    }
}

.date-section-2 {
    margin: 0px auto;
    width: fit-content;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 80, 184) 0px 0px 8.1px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 1.0625rem;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgb(0, 80, 184) 0px 0px 8.1px 0px;
    padding: 0.5rem 2rem;
}

.box-ranking {
    overflow: visible;
    border-style: solid;
    border-width: 34px 90px 44px;
    border-image: url("../images/border-ranking-2.png") 30 fill / 30px / 30px stretch;
}

.box-line {
    --box-line-top: calc(213 / 1337 * 100%);
    --box-line-side: calc(90 / 1337 * 100%);
    position: relative;
    overflow: visible;
    padding: var(--box-line-top) var(--box-line-side);
    background: url("../images/mid.png") center / 100% 100% no-repeat;
}

.box-line::before,
.box-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    padding-top: var(--box-line-top);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

.box-line::before {
    top: 0;
    background-image: url("../images/top.png");
}

.box-line::after {
    bottom: 0;
    background-image: url("../images/bottom.png");
}

.box-line>.row {
    position: relative;
    z-index: 1;
}

.ranking-top {
    padding-top: 1.5rem;
}

.box-rank-1,
.box-rank-2,
.box-rank-3 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0.5rem 1.25rem 0.5rem 0.25rem;
    margin-bottom: 2.5rem;
    overflow: visible;
    border-style: solid;
    border-width: 20px 1px 10px 0px;
    border-image-slice: 30 fill;
    border-image-width: 30px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
}

.box-rank-1 {
    border-image-source: url("../images/border-rank-1.png");
}

.box-rank-2 {
    border-image-source: url("../images/border-rank-2.png");
}

.box-rank-3 {
    border-image-source: url("../images/border-rank-3.png");
    margin-bottom: 0px;
}

.rank-medal-wrap {
    position: relative;
    flex-shrink: 0;
    align-self: flex-start;
    width: 8.5rem;
    margin: -2.75rem 0px -1.75rem -0.5rem;
}

.rank-image {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 8.5rem;
    height: auto;
    margin: -2.75rem 0px -1.75rem -0.5rem;
}

.box-rank-1 .rank-image {
    display: block;
    width: 100%;
    margin: 0px;
}

.flare-image {
    position: absolute;
    top: -69%;
    left: -79%;
    width: 224%;
    max-width: none;
    height: auto;
    mix-blend-mode: plus-lighter;
    pointer-events: none;
    z-index: 3;
}

.rank-info {
    flex: 1 1 0%;
    min-width: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
    line-height: 1.5;
}

.rank-info p {
    margin: 0px;
    word-break: break-word;
}

.rank-name-1,
.rank-name-2,
.rank-name-3,
.rank-score-1,
.rank-score-2,
.rank-score-3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.rank-job-1,
.rank-job-2,
.rank-job-3 {
    font-size: 1rem;
    font-weight: 400;
}

.rank-name-1,
.rank-job-1,
.rank-score-1 {
    text-shadow: rgb(184, 120, 0) 0px 0px 8.1px;
    background: linear-gradient(rgb(255, 253, 249) 0%, rgb(255, 222, 112) 100%) text;
    -webkit-text-fill-color: transparent;
}

.rank-name-2,
.rank-job-2,
.rank-score-2 {
    text-shadow: rgb(166, 167, 255) 0px 0px 8.1px;
    background: linear-gradient(rgb(255, 253, 249) 0%, rgb(170, 217, 255) 100%) text;
    -webkit-text-fill-color: transparent;
}

.rank-name-3,
.rank-job-3,
.rank-score-3 {
    text-shadow: rgb(184, 0, 0) 0px 0px 8.1px;
    background: linear-gradient(rgb(255, 253, 249) 0%, rgb(255, 171, 112) 100%) text;
    -webkit-text-fill-color: transparent;
}

.table-ranking {
    --bs-table-bg: transparent;
    --bs-table-color: #fff;
    --bs-table-hover-bg: rgba(255, 255, 255, 0.06);
    --bs-table-border-color: rgba(255, 255, 255, 0.15);
    vertical-align: middle;
}

.table-ranking th,
.table-ranking td {
    border-color: rgba(255, 255, 255, 0.15);
    padding: 0.85rem 0.5rem;
    white-space: nowrap;
}

.table-ranking th {
    width: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 80, 184) 0px 0px 8.1px;
}

.table-ranking td:last-child {
    width: 2.5rem;
    text-align: center;
}

.rank-name,
.rank-job,
.rank-score {
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 80, 184) 0px 0px 8.1px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.25rem !important;
}

.rank-score {
    font-size: 1.5rem;
}

.rank-job {
    margin-bottom: 7px !important;
    opacity: 0.9;
}

.up-rank-image {
    flex-shrink: 0;
    width: 1.75rem;
    height: auto;
    margin-left: auto;
}

.table-ranking .up-rank-image {
    margin-left: 0px;
    width: 1.25rem;
}

@media (max-width: 1199.98px) {

    .rank-name-1,
    .rank-name-2,
    .rank-name-3,
    .rank-score-1,
    .rank-score-2,
    .rank-score-3 {
        font-size: 1.25rem;
    }

    .rank-image {
        width: 7rem;
        margin: -2.25rem 0px -1.5rem -0.35rem;
    }

    .rank-medal-wrap {
        width: 7rem;
        margin: -2.25rem 0px -1.5rem -0.35rem;
    }

    .box-rank-1,
    .box-rank-2,
    .box-rank-3 {
        gap: 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 991.98px) {
    .box-ranking {
        border-width: 40px 40px 24px;
        border-image-outset: 16px;
    }

    .box-line {
        --box-line-side: calc(40 / 1337 * 100%);
    }

    .ranking-top {
        padding-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .box-rank-1,
    .box-rank-2,
    .box-rank-3 {
        gap: 0.75rem;
        padding: 0.4rem 1rem 0.4rem 0.15rem;
        margin-bottom: 1.75rem;
    }

    .rank-image {
        width: 6.25rem;
        margin: -1.75rem 0px -1.25rem -0.25rem;
    }

    .rank-medal-wrap {
        width: 6.25rem;
        margin: -1.75rem 0px -1.25rem -0.25rem;
    }

    .rank-name-1,
    .rank-name-2,
    .rank-name-3,
    .rank-score-1,
    .rank-score-2,
    .rank-score-3 {
        font-size: 1.125rem;
    }

    .rank-job-1,
    .rank-job-2,
    .rank-job-3 {
        font-size: 0.9rem;
    }

    .up-rank-image {
        width: 1.35rem;
    }

    .table-ranking th,
    .table-ranking td {
        padding: 0.7rem 0.4rem;
    }
}

@media (max-width: 767.98px) {
    .box-ranking {
        border-width: 28px 18px 18px;
        border-image-width: 20px;
        border-image-outset: 8px;
    }

    .box-line {
        --box-line-side: calc(18 / 1337 * 100%);
    }

    .date-section-2 {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
        max-width: 100%;
        text-align: center;
    }

    .ranking-top,
    .ranking-list {
        padding-top: 0.75rem;
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }

    .box-rank-1,
    .box-rank-2,
    .box-rank-3 {
        gap: 0.5rem;
        padding: 0.35rem 1.75rem 0.35rem 0.1rem;
        margin-bottom: 1.5rem;
    }

    .rank-image {
        width: 4.75rem;
        margin: -1.25rem 0px -0.85rem -0.15rem;
    }

    .rank-medal-wrap {
        width: 4.75rem;
        margin: -1.25rem 0px -0.85rem -0.15rem;
    }

    .rank-name-1,
    .rank-name-2,
    .rank-name-3,
    .rank-score-1,
    .rank-score-2,
    .rank-score-3 {
        font-size: 1rem;
    }

    .rank-job-1,
    .rank-job-2,
    .rank-job-3 {
        font-size: 0.8rem;
    }

    .up-rank-image {
        width: 1.1rem;
    }

    .table-ranking {
        font-size: 0.875rem;
    }

    .table-ranking th,
    .table-ranking td {
        padding: 0.55rem 0.3rem;
    }

    .table-ranking th {
        width: 1.75rem;
        font-size: 0.95rem;
    }

    .rank-name,
    .rank-job,
    .rank-score {
        font-size: 0.85rem;
    }

    .table-ranking .up-rank-image {
        width: 1rem;
    }
}

@media (max-width: 575.98px) {
    .box-ranking {
        border-width: 40px 12px 50px;
        border-image-outset: 4px;
    }

    .box-line {
        --box-line-side: calc(12 / 1337 * 100%);
    }

    .box-rank-1,
    .box-rank-2,
    .box-rank-3 {
        gap: 1.35rem;
        margin-bottom: 1.25rem;
    }

    .rank-image {
        width: 4rem;
        margin: -1rem 0px -0.65rem;
    }

    .rank-medal-wrap {
        width: 4rem;
        margin: -1rem 0px -0.65rem;
    }

    .rank-name-1,
    .rank-name-2,
    .rank-name-3,
    .rank-score-1,
    .rank-score-2,
    .rank-score-3 {
        font-size: 0.9rem;
    }

    .rank-job-1,
    .rank-job-2,
    .rank-job-3 {
        font-size: 0.75rem;
    }

    .table-ranking th,
    .table-ranking td {
        padding: 0.45rem 0.2rem;
    }

    .rank-name,
    .rank-job,
    .rank-score {
        font-size: 0.8rem;
    }
}

#section-3 {
    width: 100%;
    padding: 5rem 0;
}

.book {
    background: url("../images/book.png") center center / cover no-repeat;
    width: 100%;
    height: 54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.book-inner {
    max-width: 57.688rem;
    width: 100%;
    margin: 0 auto;
}

.book-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    justify-items: center;
}

.book-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .book {
        background: #E5CDB4;
        border: solid 6px #3f2714;
        border-radius: 1rem;
        height: auto;
        padding: 1.5rem 0.75rem;
    }

    .book-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.book-char-r {
    position: absolute;
    top: -20%;
    right: -10%;
}

.book-char-l {
    position: absolute;
    bottom: 1%;
    left: -6%;
}

@media (max-width: 1399.98px) {

    .book-char-l,
    .book-char-r {
        display: none;
    }

}

@media (max-width: 1199.98px) {
    .book {
        background: #E5CDB4;
        border: solid 6px #3f2714;
        border-radius: 1rem;
        height: 42rem;
    }

    .book-char-l,
    .book-char-r {
        display: none;
    }
}

@media (max-width: 819.99px) {
    .book {
        height: 33rem;
    }
}

@media (max-width: 768px) {
    .book {
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .book {
        /* background: url("../images/Parchment_Panel.png") center center / 107% 213% no-repeat; */
        /* height: auto; */
        min-height: unset;
        padding: 2rem 4.25rem;
        background: #E5CDB4;
        border: solid 6px #3f2714;
        border-radius: 1rem;
    }
}

#section-4 {
    width: 100%;
    padding: 5rem 0;
}

/* .feature-use {
    max-width: 18rem;
    margin: 0 auto;
    padding: 1.25rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(20, 22, 32, 0.95) 0%, rgba(10, 12, 20, 0.98) 100%);
    border: 2px solid #c9a227;
    box-shadow: inset 0 0 0 1px rgba(201, 162, 39, 0.45);
    border-radius: 0.35rem;
    text-align: left;
}

.feature-use__title {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    text-shadow: rgb(184, 120, 0) 0px 0px 8.1px;
    background: linear-gradient(rgb(255, 253, 249) 0%, rgb(255, 222, 112) 100%) text;
    -webkit-text-fill-color: transparent;
}

.feature-use__list {
    display: flex;
    flex-direction: column;
}

.list-power {
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    line-height: 1.35;
    color: #fff;
}

.list-power:last-child {
    border-bottom: none;
}

.list-power__label {
    flex: 1 1 0;
    min-width: 0;
}

.list-power__value {
    flex-shrink: 0;
    font-weight: 600;
    white-space: nowrap;
}

.feature-use__note {
    margin: 0.85rem 0 0;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
} */

.trident-media {
    max-width: 100%;
}

.trident-media .trident {
    position: relative;
    z-index: 4;
    display: block;
}

.video-trident {
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
    mix-blend-mode: screen;
    mix-blend-mode: lighten;
    /* opacity: 0.88; */
}

#section-5 {
    width: 100%;
    padding: 5rem 0;
}

#section-6 {
    width: 100%;
    padding: 5rem 0;
    overflow: hidden;
}

.slide-swiper-wrap {
    position: relative;
    z-index: 3;
    /* max-width: 75rem; */
    margin: 0 auto;
    padding: 0 1rem 2.5rem;
}

.slide-swiper {
    width: 100%;
    padding: 2rem 0 4.5rem;
    overflow: visible !important;
}

.slide-swiper .swiper-wrapper {
    align-items: center;
    z-index: 1;
}

.slide-swiper .swiper-slide {
    width: 62%;
    max-width: 44rem;
    transition: opacity 0.3s ease;
}

.slide-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.85;
}

.slide-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 2px solid rgba(120, 190, 255, 0.55);
    border-radius: 0.25rem;
    box-shadow: 0 0 1.25rem rgba(74, 158, 255, 0.35);
}

.slide-swiper .swiper-button-prev,
.slide-swiper .swiper-button-next {
    top: 50%;
    width: 22.5rem;
    height: 10.5rem;
    margin-top: -5rem;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slide-swiper .swiper-button-prev::after,
.slide-swiper .swiper-button-next::after {
    display: none;
}

.slide-swiper .swiper-button-prev {
    left: 0;
    background-image: url("../images/arrow-left.png");
}

.slide-swiper .swiper-button-next {
    right: 0;
    background-image: url("../images/arrow-right.png");
}

.slide-swiper .swiper-pagination {
    bottom: -32px !important;
    z-index: 10;
    line-height: 0;
}

.slide-swiper .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.35rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/dot-non-active.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.slide-swiper .swiper-pagination-bullet-active {
    background-image: url("../images/dot-active.png");
    transform: scale(1.15);
}

@media (max-width: 991.98px) {
    .slide-swiper .swiper-slide {
        width: 68%;
    }

    .slide-swiper .swiper-button-prev,
    .slide-swiper .swiper-button-next {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .slide-swiper-wrap {
        padding: 0 0.5rem;
    }

    .slide-swiper .swiper-slide {
        width: 78%;
        max-width: none;
    }

    .slide-swiper .swiper-button-prev {
        left: -0.25rem;
    }

    .slide-swiper .swiper-button-next {
        right: -0.25rem;
    }
}

footer {
    position: relative;
    z-index: 3;
    background-color: #000;
    padding: 5rem 0;
    color: #fff;
}

/* Floating banner — bottom right */
.ft-banner {
    position: fixed;
    right: 2.75rem;
    bottom: 1.75rem;
    z-index: 20;
    line-height: 0;
}

.ft-banner__panel {
    position: relative;
    width: clamp(7.5rem, 22vw, 12rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ft-banner.is-closed .ft-banner__panel {
    opacity: 0;
    transform: scale(0.85) translateX(1rem);
    pointer-events: none;
    visibility: hidden;
}

.ft-banner__link {
    display: block;
}

.ft-banner__img {
    display: block;
    width: 100%;
    height: auto;
}

.ft-banner__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 30, 80, 0.85);
    color: #fff;
    font-size: 0.7rem;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.ft-banner__close:hover {
    background: rgba(0, 60, 140, 0.95);
    transform: scale(1.08);
}

.ft-banner__open {
    position: absolute;
    right: -44px;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    border-radius: 0.5rem 0 0 0.5rem;
    background: linear-gradient(180deg, #1a7fd4 0%, #0a4a9e 100%);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: -2px 2px 8px rgba(0, 40, 100, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
}

.ft-banner__open[hidden] {
    display: none !important;
}

.ft-banner__open:hover {
    background: linear-gradient(180deg, #2a9aef 0%, #0d5cb8 100%);
    transform: translateX(-2px);
}

@media (max-width: 575.98px) {
    .ft-banner {
        right: 0.35rem;
        bottom: 0.35rem;
    }

    .ft-banner__panel {
        width: clamp(6.25rem, 38vw, 8.5rem);
    }

    .ft-banner__close {
        width: 1.25rem;
        height: 1.25rem;
        font-size: 0.6rem;
    }
}