/* GLOBAL */
body {
    background: #3f0b17;
}

.gb-vl2026-wrapper {
    position: relative;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(255,0,0,0));
  }

  10% {
    transform: scale(1.15);
    filter: drop-shadow(0 0 25px rgba(255,0,0,0.8));
  }

  18% {
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(255,0,0,0.4));
  }

  28% {
    transform: scale(1.08);
    filter: drop-shadow(0 0 18px rgba(255,0,0,0.6));
  }

  36% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(255,0,0,0));
  }

  100% {
    transform: scale(1);
  }
}

.heart-bg span {
  position: absolute;
  bottom: -50px;
  color: rgba(255, 0, 0, 0.7);
  font-size: 20px;
  animation: floatUp linear infinite;
}

.heart-bg span:nth-child(1) { left: 10%; font-size: 16px; animation-duration: 6s; }
.heart-bg span:nth-child(2) { left: 20%; font-size: 24px; animation-duration: 8s; animation-delay: 2s; }
.heart-bg span:nth-child(3) { left: 35%; font-size: 18px; animation-duration: 7s; }
.heart-bg span:nth-child(4) { left: 50%; font-size: 30px; animation-duration: 9s; animation-delay: 1s; }
.heart-bg span:nth-child(5) { left: 65%; font-size: 22px; animation-duration: 6.5s; }
.heart-bg span:nth-child(6) { left: 75%; font-size: 26px; animation-duration: 8.5s; animation-delay: 3s; }
.heart-bg span:nth-child(7) { left: 85%; font-size: 14px; animation-duration: 5.5s; }
.heart-bg span:nth-child(8) { left: 95%; font-size: 20px; animation-duration: 7.5s; animation-delay: 2.5s; }

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) scale(1.3);
    opacity: 0;
  }
}

.heart-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.glow {
  filter: drop-shadow(0 0 12px rgba(255, 0, 80, 0.6))
          drop-shadow(0 0 24px rgba(255, 0, 80, 0.4));
  animation: glow 2.5s ease-in-out infinite;
}

@keyframes glow {
  0% {
    filter: drop-shadow(0 0 10px rgba(255, 0, 80, 0.4))
            drop-shadow(0 0 20px rgba(255, 0, 80, 0.3));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(255, 0, 80, 0.8))
            drop-shadow(0 0 35px rgba(255, 0, 80, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 10px rgba(255, 0, 80, 0.4))
            drop-shadow(0 0 20px rgba(255, 0, 80, 0.3));
  }
}

@keyframes softBeat {
  0% {
    transform: scale(1) translateY(0);
  }
  25% {
    transform: scale(1.05) translateY(-3px);
  }
  50% {
    transform: scale(0.98) translateY(0);
  }
  75% {
    transform: scale(1.03) translateY(-2px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes floatBallon {
    0% {
    transform: translate(0, 0);
    }
    25% {
        transform: translate(5px, -10px);
    }
    50% {
        transform: translate(0, -15px);
    }
    75% {
        transform: translate(-5px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes bubbleNatural {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
    33% {
        transform: translate(4px, -6px) scale(1.08) rotate(2deg);
    }
    66% {
        transform: translate(-3px, 5px) scale(1.03) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }
}

@keyframes starGlow {
  0% {
    opacity: 0.7;
    filter:
      drop-shadow(0 0 4px rgba(255, 240, 180, 0.3))
      drop-shadow(0 0 8px rgba(255, 220, 120, 0.2));
    transform: scale(1);
  }

  50% {
    opacity: 1;
    filter:
      drop-shadow(0 0 8px rgba(255, 240, 180, 0.7))
      drop-shadow(0 0 16px rgba(255, 220, 120, 0.5));
    transform: scale(1.05);
  }

  100% {
    opacity: 0.7;
    filter:
      drop-shadow(0 0 4px rgba(255, 240, 180, 0.3))
      drop-shadow(0 0 8px rgba(255, 220, 120, 0.2));
    transform: scale(1);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}

.gb-web-footer {
    border-top: 0.2vw #652442 solid;
    background: #3f0b17;
}

.gb-web-footer-content {
    border-top: 0.2vw #913753 solid;
}

/* FLOATING */
.gb-bullet-floating-login {
    display: none;
    opacity: 0;
    position: fixed;
    top: 2%;
    left: 1%;
    z-index: 3;
    width: 12%;
    transition: opacity 0.4s ease;
}

.gb-bullet-floating-login.visible {
    display: block !important;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .gb-bullet-floating-login,
    .gb-bullet-floating-login.visible {
        display: none !important;
    }
}
/* END FLOATING */
/* END GLOBAL */

/* SECTION 1 */
.gb-vl2026-sc-1 {
    background: url('../../images/event/valentine2026/EN/sc1/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.gb-vl2026-sc-1-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;

    gap: 0.9vw;
    padding: 1.8vw 0;
}

.gb-vl2026-title-container {
    position: relative;
}

.gb-solar-sc-1-buttons {
    display: flex;
    justify-content: center;
    gap: 2vw;
}

.gb-solar-sc-1-buttons > a > img {
    display: block;
    width: 15vw;
}

.gb-vl2026-sc-1-logo {
    position: relative;
    display: block;
    width: 10vw;
    z-index: 5;
    margin-top: -0.8%;
    margin-bottom: 0.8%;
}

.gb-vl2026-sc-1-title {
    position: relative;
    display: block;
    width: 38vw;
    z-index: 5;
}

.gb-vl2026-sc-1-schedule {
    position: relative;
    display: block;
    width: 34vw;
    z-index: 5;
}

.gb-vl2026-sc-1-desc {
    display: block;
    width: 45vw;
}

.gb-vl2026-sc-1-title-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gb-vl2026-sc-1-heart {
    display: block;
    position: absolute;
    width: 39vw;
    z-index: 2;

    animation: heartbeat 3s infinite ease-in-out;
    transform-origin: center;
}

.gb-vl2026-sc-1-aura {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
}

.gb-vl2026-sc-1-desc-mobile {
    display: none;
}

.gb-bullet-sc-1-floating {
    position: absolute;
    left: 2%;
    top: 1%;
    width: 12vw;
    z-index: 1;
}


@media(max-width: 768px) {
    .gb-vl2026-sc-1 {
        background: url('../../images/event/valentine2026/EN/sc1/bg-mobile.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .gb-solar-sc-1-buttons {
        flex-direction: column;
        z-index: 2;
    }

    .gb-solar-sc-1-buttons > a > img {
        width: 55vw;
    }

    .gb-vl2026-sc-1-logo {
        width: 35vw;
    }

    .gb-vl2026-sc-1-title {
        width: 77vw;
    }

    .gb-vl2026-sc-1-heart {
        width: 79vw;
    }

    .gb-vl2026-sc-1-schedule {
        width: 80vw;
    }

    .gb-vl2026-sc-1-desc {
        display: none;
    }

    .gb-vl2026-sc-1-desc-mobile {
        display: block;
        width: 79vw;        
    }

    .gb-vl2026-sc-1-content {
        gap: 3.5vw;
    }

    .gb-bullet-sc-1-floating {
        width: 28vw;
    }
}
/* END SECTION 1 */

/* SECTION 2 */
.gb-vl2026-sc-2 {
    position: relative;
    background: url('../../images/event/valentine2026/EN/sc2/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.gb-vl2026-sc-2-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

    padding: 4.8vw 0;
    margin-left: 4.1vw;
}

.gb-vl2026-sc-2-title {
    display: block;
    width: 30vw;
}

.gb-vl2026-sc-2-board {
    display: block;
    width: 41vw;
    padding-left: 4vw;
}

.gb-vl2026-sc-2-desc {
    display: block;
    width: 44vw;
}

.gb-vl2026-sc-2-ms-1 {
    display: block;
    width: 13.7vw;
}

.gb-vl2026-sc-2-ms-2 {
    display: block;
    width: 13.8vw;
}

.gb-vl2026-sc-2-ms-3 {
    display: block;
    width: 17.3vw;
}

.gb-vl2026-sc-2-ms-4 {
    display: block;
    width: 13.6vw;
}

.gb-vl2026-sc-2-board-game-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.1vw;
    margin-right: 6.7%;
}

.gb-vl2026-sc-2-board-game-mission {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gb-vl2026-sc-2-board-game {
    position: relative;
}

.gb-vl2026-sc-2-start {
    position: absolute;
    top: -1.9%;
    left: 3.7%;
    width: 8.1vw;
}

.gb-vl2026-sc-2-end {
    position: absolute;
    width: 8.1vw;
    bottom: -1.3%;
    left: 3.7%;
}

.gb-vl2026-sc-2-board-game-mission-1 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    margin-right: -10%;
}

.gb-vl2026-sc-2-board-game-mission-1 > table {
    position: absolute;
    top: 3vw;
    width: 44.7%;
    height: 9.5vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
}

.gb-vl2026-sc-2-board-game-mission-2 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
}

.gb-vl2026-sc-2-board-game-mission-2 > table{
    position: absolute;
    top: 3vw;
    width: 44.7%;
    height: 9.5vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
}

.gb-vl2026-sc-2-board-game-mission-3 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    margin-top: 2vw;
    margin-right: -10%;
}

.gb-vl2026-sc-2-board-game-mission-3 > table{
    position: absolute;
    top: 3vw;
    width: 58.2%;
    height: 9.5vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
    margin-left: -0.6%;
}

.gb-vl2026-sc-2-board-game-mission-4 {
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
    margin-top: 2vw;
}

.gb-vl2026-sc-2-board-game-mission-4 > table{
    position: absolute;
    top: 3vw;
    width: 44.7%;
    height: 9.5vw;
    font-family: 'Anton Regular';
    text-transform: uppercase;
    font-size: 1.3vw;
    text-align: center;
    color: white;
    margin-left: 0.3%;
}

.gb-vl2026-sc-2-start-now {
    display: block;
    width: 14vw;
}

.gb-vl2026-sc-2-detail {
    display: block;
    width: 14vw;
}

@media(max-width: 768px) {
    .gb-vl2026-sc-2 {
        position: relative;
        background: url(../../images/event/valentine2026/EN/sc2/bg-mobile.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
    }

    .gb-vl2026-sc-2-content {
        padding: 12vw 0;
        flex-direction: column;
        gap: 5vw;
    }

    .gb-vl2026-sc-2-board-game {
        order: 2;
    }

    .gb-vl2026-sc-2-board-game-progress {
        margin-right: unset;
        gap: 3vw;
    }

    .gb-vl2026-sc-2-board {
        padding: unset;
        width: 90vw;
    }

    .gb-vl2026-sc-2-title {
        width: 81vw;
    }

    .gb-vl2026-sc-2-desc {
        width: 92vw;
        margin-left: -2.7%;
    }

    .gb-vl2026-sc-2-start {
        top: -1.4%;
        left: -6.3%;
        width: 19.1vw;
    }

    .gb-vl2026-sc-2-end {
        width: 19.1vw;
        bottom: -1.1%;
        left: -5.9%;
    }

    .gb-vl2026-sc-2-ms-1 {
        width: 27.7vw;
    }

    .gb-vl2026-sc-2-ms-2 {
        width: 27.8vw;
    }

    .gb-vl2026-sc-2-ms-3 {
        width: 34.6vw;
    }

    .gb-vl2026-sc-2-ms-4 {
        width: 27.6vw;
    }

    .gb-vl2026-sc-2-board-game-mission-1 > table {
        position: absolute;
        top: 5.8vw;
        width: 44.7%;
        height: 19.5vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-board-game-mission-2 > table {
        position: absolute;
        top: 5.8vw;
        width: 44.7%;
        height: 19.5vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-board-game-mission-3 > table {
        position: absolute;
        top: 5.8vw;
        width: 57.5%;
        height: 19vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -1.2%;
    }

    .gb-vl2026-sc-2-board-game-mission-4 > table {
        position: absolute;
        top: 5.8vw;
        width: 44.7%;
        height: 19.5vw;
        font-family: 'Anton Regular';
        text-transform: uppercase;
        font-size: 2.8vw;
        text-align: center;
        color: white;
        margin-left: -0.1%;
    }

    .gb-vl2026-sc-2-start-now {
        width: 43vw;
    }

    .gb-vl2026-sc-2-detail {
        display: block;
        width: 41vw;
    }
}
/* END SECTION 2 */

/* SECTION 3 */
.gb-vl2026-sc-3 {
    position: relative;
    background: url('../../images/event/valentine2026/EN/sc3/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
}

.gb-vl2026-sc-3-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;

    gap: 1.2vw;
    padding: 7.8vw 0;
}

.gb-vl2026-sc-3-exc-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.1vw;
}

.gb-vl2026-sc-3-exc-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.4vw;
}

.gb-vl2026-sc-3-limit {
    color: #f31b4f;
    font-size: 1.6vw;
    font-family: 'Anton Regular';
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

.gb-vl2026-sc-3-btn-exc {
    display: block;
    width: 16.8vw;
}

.gb-vl2026-sc-3-exc-img {
    display: block;
    width: 17vw;
}

.gb-vl2026-sc-3-title {
    display: block;
    width: 46vw;
}

.gb-vl2026-sc-3-desc {
    display: block;
    width: 51vw;
}

.gb-vl2026-sc-3-point-banner {
    display: block;
    width: 22.8vw;
}

.gb-vl2026-sc-3-point-container-text {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 56.9%;
    font-family: 'IndustryTest-Ultra';
    transform: translate(-50%, -76%);
    color: white;
    font-size: 1.2vw;
    white-space: nowrap;
    text-shadow: 0 0 8.4px black;
    text-align: center;
}

.sakura-canvas {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

@media(max-width: 768px) {
    .gb-vl2026-sc-3-title {
        width: 94vw;
    }

    .gb-vl2026-sc-3-desc {
        width: 90vw;
    }
    
    .gb-vl2026-sc-3-exc-container > div {
        flex: 0 0 50%;
        width: 50%;
    }

    .gb-vl2026-sc-3-exc-container {
        flex-wrap: wrap;
        gap: unset;
    }

    .gb-vl2026-sc-3-exc-img {
        width: 48vw;
    }

    .gb-vl2026-sc-3-limit {
        font-size: 5vw;
    }

    .gb-vl2026-sc-3-btn-exc {
        width: 36.8vw;
    }

    .gb-vl2026-sc-3 {
        position: relative;
        background: url('../../images/event/valentine2026/EN/sc3/bg-mobile.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        overflow: hidden;
    }

    .gb-vl2026-sc-3-point-banner {
        width: 64.8vw;
    }

    .gb-vl2026-sc-3-point-container-text {
        font-size: 3.5vw;
    }
}
/* END SECTION 3 */

/* SECTION 4 */
.gb-vl2026-sc-4 {
    background: url('../../images/event/valentine2026/EN/sc4/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.gb-vl2026-sc-4-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;

    gap: 1.2vw;
    padding: 7.8vw 0;
}

.gb-vl2026-sc-4-title {
    display: block;
    width: 36vw;
}

.gb-vl2026-sc-4-desc {
    display: block;
    width: 62vw;
}

.gb-vl2026-sc-4-title-2 {
    display: block;
    width: 28vw;
}

.gb-vl2026-sc-4-desc-2 {
    display: block;
    width: 53vw;
}

.gb-vl2026-sc-4-item-container {
    display: flex;
    justify-content: center;
}

.gb-vl2026-sc-4-item-container > .gb-vl2026-sc-4-item {
    display: block;
    width: 14vw;
}

.gb-vl2026-sc-4-h-1 {
    animation: bubbleNatural 6s ease-in-out infinite;
    animation-delay: 1.6s;
    transform-origin: center;
    width: 14vw;
}

.gb-vl2026-sc-4-h-2 {
    animation: bubbleNatural 6s ease-in-out infinite;
    animation-delay: 0.2s;
    transform-origin: center;
    width: 14vw;
}

.gb-vl2026-sc-4-h-1 {
    position: absolute;
    left: 4%;
    top: 18%;
}

.gb-vl2026-sc-4-h-2 {
    position: absolute;
    right: 4%;
    top: 18%;
}

@media(max-width: 768px) {
    .gb-vl2026-sc-4 {
        background: url('../../images/event/valentine2026/EN/sc4/bg-mobile.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .gb-vl2026-sc-4-item-container > .gb-vl2026-sc-4-item {
        width: 32vw;
    }

    .gb-vl2026-sc-4-item-container {
        flex-wrap: wrap;
    }

    .gb-vl2026-sc-4-title {
        width: 89vw;
    }

    .gb-vl2026-sc-4-desc {
        width: 95vw;
    }

    .gb-vl2026-sc-4-title-2 {
        width: 61vw;
    }

    .gb-vl2026-sc-4-desc-2 {
        width: 95vw;
    }

    .gb-vl2026-sc-4-content {
        gap: 2.2vw;
        padding: 19.8vw 0;
    }

    .gb-vl2026-sc-4-h-1,
    .gb-vl2026-sc-4-h-2 {
        display: none;
    }
}
/* END SECTION 4 */

/* SECTION 5 */
.gb-vl2026-sc-5 {
    background: url('../../images/event/valentine2026/EN/sc5/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.gb-vl2026-sc-5-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;

    gap: 1.2vw;
    padding: 7.8vw 0;
}

.gb-vl2026-sc-5-title {
    position: relative;
    z-index: 5;
    display: block;
    width: 33vw;
    animation: float 3s ease-in-out infinite;
}

.gb-vl2026-sc-5-desc {
    position: relative;
    z-index: 5;
    display: block;
    width: 58vw;
    margin-left: -1.7%;
}

.gb-vl2026-sc-5-texture {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    width: 69vw;
}

.gb-vl2026-sc-5-star-1 {
    position: absolute;
    left: 28%;
    top: 16%;
    z-index: 5;
    width: 4vw;
    animation-delay: 0.8s;
}

.gb-vl2026-sc-5-star-2 {
    position: absolute;
    left: 31%;
    top: 26%;
    z-index: 5;
    width: 2.2vw;
    animation-delay: 0.6s;
}

.gb-vl2026-sc-5-star-3 {
    position: absolute;
    left: 31%;
    top: 35%;
    z-index: 5;
    width: 1.3vw;
    animation-delay: 0s;
}

.gb-vl2026-sc-5-star-4 {
    position: absolute;
    left: 29%;
    top: 50%;
    z-index: 5;
    width: 1vw;
    animation-delay: 0.1s;
}

.gb-vl2026-sc-5-star-5 {
    position: absolute;
    left: 26%;
    top: 47%;
    z-index: 5;
    width: 2vw;
    animation-delay: 1.1s;
}

.gb-vl2026-sc-5-star-6 {
    position: absolute;
    right: 28%;
    top: 16%;
    z-index: 5;
    width: 4vw;
    animation-delay: 0.9s;
}

.gb-vl2026-sc-5-star-7 {
    position: absolute;
    right: 31%;
    top: 26%;
    z-index: 5;
    width: 2.2vw;
    animation-delay: 0.3s;
}

.gb-vl2026-sc-5-star-8 {
    position: absolute;
    right: 31%;
    top: 35%;
    z-index: 5;
    width: 1.3vw;
    animation-delay: 1s;
}

.gb-vl2026-sc-5-star-9 {
    position: absolute;
    right: 29%;
    top: 50%;
    z-index: 5;
    width: 1vw;
    animation-delay: 0.4s;
}

.gb-vl2026-sc-5-star-10 {
    position: absolute;
    right: 26%;
    top: 47%;
    z-index: 5;
    width: 2vw;
    animation-delay: 0.2s;
}

[class^="gb-vl2026-sc-5-star-"] {
  animation: starGlow 4s ease-in-out infinite;
}

@media(max-width: 768px) {
    .gb-vl2026-sc-5 {
        background: url('../../images/event/valentine2026/EN/sc5/bg-mobile.jpg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

    .gb-vl2026-sc-5-title {
        width: 82vw;
    }

    .gb-vl2026-sc-5-desc {
        width: 93vw;
    }

    .gb-vl2026-sc-5-texture {
        width: 134vw;
    }

    .gb-vl2026-sc-5-content {
        padding: 28.8vw 0;
    }

    .gb-vl2026-sc-5-star-1 {
        width: 9vw;
        left: 13%;
    }

    .gb-vl2026-sc-5-star-6 {
        width: 8vw;
    }

    .gb-vl2026-sc-5-star-7 {
        right: 44%;
        top: 30%;
        width: 5.2vw;
    }

    .gb-vl2026-sc-5-star-2 {
        left: 75%;
        top: 26%;
        width: 5.2vw;
    }

    .gb-vl2026-sc-5-star-3 {
        left: 6%;
        top: 35%;
        width: 5.3vw;
    }

    .gb-vl2026-sc-5-star-10 {
        right: 12%;
        top: 59%;
        width: 6vw;
    }
} 
/* END SECTION 5 */