h2{font-size: 48px;font-weight: 600;line-height: 58px;}
h2 span,
p span{color: var(--v-orange);}
.orange-button{text-transform: uppercase;padding: 16px 36px;box-shadow: 0px 8px 20px 0px #B75D2670;}
br.mb{display: none;}
.mb-img{display: none;}

.banner{height: auto;padding: 135px 0;position: relative;overflow: hidden;z-index: 0;}
.banner .inner{max-width: 1440px;}
.banner::before{content: '';display: block;width: 1100px;height: 100%;background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);position: absolute;left: 0;top: 0;z-index: 10;}
.banner .video-box video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.banner .mb-video{display: none;}
.banner .text-box{max-width: 700px;position: relative;z-index: 10;}
.banner h2{color: var(--v-white);font-weight: 600;margin-bottom: 4px;}
.banner p{color: var(--v-white);font-size: var(--fs-20);font-weight: 500;line-height: 26px;}
.banner p:nth-of-type(1){margin-bottom: 16px;}
.banner p:nth-of-type(2){margin-bottom: 24px;}
.banner .orange-button{padding: 16px 36px;line-height: 23px;}
.banner .tnc{color: var(--v-white);font-size: 14px;font-weight: 400;line-height: 20px;margin: 10px 0 0;}
.banner .tnc a{color: rgba(255, 255, 255, 0.7);text-decoration: underline;}
.banner .tnc a:hover{color: var(--v-white);}

.control.mb{display: none;}
.control{width: 42px;height: 20px;border: 1px solid #FFFFFF;border-radius: 12px;position: absolute;top: 22px;right: 113px;z-index: 10;display: flex;justify-content: center;align-items: center;transition: all .3s linear;cursor: pointer;}
.circle{display: inline-block;width: 13px;height: 13px;background: #FFFFFF;border-radius: 50%;position: absolute;top: 2px;left: 4px;transition: all .3s linear;}
.volume{position: absolute;top: 3px;right: 6px;}
.volume.off{opacity: 1;transition: all .3s linear;}
.volume.on{opacity: 0;transition: all .3s linear;}
.control.active{background: #147875;border: 1px solid #147875;}
.control.active .circle{left: 60%;}
.control.active .volume.off{opacity: 0;}
.control.active .volume.on{opacity: 1;right: 60%;}


.row1{padding: 96px 0;text-align: center;}
.row1 .inner{max-width: 1100px;}
.row1 h2{color: var(--v-black-light);margin-bottom: 12px;}
.row1 p:nth-of-type(1){color: rgba(0, 35, 41, 0.7);font-size: var(--fs-20);font-weight: 500;line-height: 26px;margin-bottom: 45px;}
.row1 p:nth-of-type(2){color: var(--v-black-light);font-size: var(--fs-16);font-weight: 400;line-height: 24px;margin: 32px 0 8px;text-align: left;}
.row1 p:nth-of-type(2) b{font-weight: 600;}
.row1 p:nth-of-type(3){color: var(--v-black);font-size: var(--fs-14);font-weight: 400;line-height: 20px;margin-bottom: 0px;text-align: left;}
.row1 .table-con.mb{display: none;}
.row1 .table-con.mb .mb-br{display: none;}
.row1 .table-con.pc{display: flex;justify-content: center;gap: 4px;}
.row1 .table-con.pc .table-th{width: 155px;background: #F5F5F5;text-align: left;border-radius: 12px 0 0 12px;}
.row1 .table-con.pc .table-th div{padding: 24px 20px;border-bottom: 1px solid #E2E2E2;}
.row1 .table-con.pc .table-th p{color: #404040;font-size: var(--fs-16);font-weight: 600;line-height: 19px;margin-bottom: 0px;}
.row1 .table-con.pc .table-td{width: 182px;background: #F5F5F5;text-align: center;position: relative;transition: all .3s linear;}
.row1 .table-con.pc .table-td::before{content: '';display: block;width: 100%;height: 6px;background: #818181;position: absolute;left: 0;top: -6px;transition: all .3s linear;}
.row1 .table-con.pc .table-td div{padding: 30px 20px;transition: all .3s linear;position: relative;}
.row1 .table-con.pc .table-td div:first-child::after{content: '';display: block;width: 100%;height: 1px;background: #E2E2E2;position: absolute;left: 0;bottom: 0;transition: all .3s linear;}
.row1 .table-con.pc .table-td div::before{content: '';display: block;width: 100%;height: 9px;background: #F8F8F9;position: absolute;top: 0;left: 0;transition: all .3s linear;opacity: 0;}
.row1 .table-con.pc .table-td:last-child{border-radius: 0 0 12px 0;}
.row1 .table-con.pc .table-td:last-child::before{border-radius: 0 12px 0 0;}
.row1 .table-con.pc .table-td p{color: #404040;font-size: var(--fs-18);font-weight: 400;line-height: 26px;margin-bottom: 0px;transition: all .3s linear;}
.row1 .table-con.pc .table-td:hover{background: #F8F8F9;}
.row1 .table-con.pc .table-td:hover::before{background: var(--v-orange);top: -15px;}
.row1 .table-con.pc .table-td:hover p{color: var(--v-orange);transform: translateY(-6px);}
.row1 .table-con.pc .table-td:hover div::before{top: -9px;opacity: 1;}
.row1 .table-con.pc .table-td:hover div:first-child::after{bottom: 4px;z-index: 10;}

.row2{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/btcusd-cfd-cashback-row2-bg.webp) left top no-repeat;background-size: cover;padding: 96px 0 88px;overflow: hidden;position: relative;}
.row2 .inner{position: relative;z-index: 10;}
.row2 .content{max-width: 1000px;margin: 0 auto;}
.row2 h2{color: var(--v-white);margin-bottom: 55px;margin-left: 26px;text-align: center;}
.row2 .get-tab-list{display: flex;justify-content: center;margin-bottom: 36px;cursor: pointer;position: relative;}
.row2 .get-tab-list .tab-item{position: relative;}
.row2 .get-tab-list .tab-item::after{content:"";display:block;width: 100%;height: 1px;background:#BABABA;position: absolute;bottom: -4px;left: 0;}
.row2 .get-tab-list .tab-item p{color: var(--v-white);font-size: var(--fs-20);font-weight: 500;line-height: 26px;margin-bottom: 0;text-align: center;padding: 0 8px;}
.row2 .get-tab-list .tab-item.active p{color: var(--v-orange);}
.row2 .swiper{overflow: visible;}
.row2 ul{display:flex;gap: 56px;}
.row2 ul li{width: 296px;position: relative;}
.row2 ul li:last-child{margin-right: 0 !important;}
.row2 ul li::after{content:"";display:block;width: 188px;height: 2px;background:url(https://d21u74ttq7jqzf.cloudfront.net/image/golden-prosperity-2026-row3-line.svg) left top no-repeat; background-size:cover;position: absolute;top: 26px;right: 0;}
.row2 .get-tab-con ul li:last-child::after{display: none;}
.row2 .step{width: 52px;height: 52px;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: var(--v-white);font-size: var(--fs-20);font-weight: 600;margin-bottom: 8px;line-height: 24px;}
.row2 .get-tab-con{text-align: center;}
.row2 .get-tab-con ul li:nth-child(1) .step{background:#E35728;}
.row2 .get-tab-con ul li:nth-child(2) .step{background: #FF8E5C;}
.row2 .get-tab-con ul li:nth-child(3) .step{background: #E87B6D;}
.row2 .get-tab-con ul li:nth-child(1) h3{color:#E35728;}
.row2 .get-tab-con ul li:nth-child(2) h3{color: #FF8E5C;}
.row2 .get-tab-con ul li:nth-child(3) h3{color: #E87B6D;}
.row2 .get-tab-con h3{color: var(--v-black);font-size: var(--fs-20);font-weight: 600;line-height: 24px;margin-bottom: 12px;text-align: left;}
.row2 .get-tab-con ul li:last-child h3::after{display: none;}
.row2 .get-tab-con p{color: var(--v-white);font-size: 16px;font-weight: 400;line-height: 24px;margin-bottom: 0;text-align: left;}
.row2 .get-tab-con p em{font-size: var(--fs-12);}
.row2 .tab-con-item{opacity: 0;height: 0;}
.row2 .tab-con-item.active{opacity: 1;height: auto;}
.row2 .get-tab-con .orange-button{padding: 16px 36px;font-size: var(--fs-18);line-height: 23px;box-shadow: 0px 8px 20px 0px #B75D2670;}

.row2 .tab-con-swiper { margin-bottom: 56px; }
.wire{position: absolute;top: 28px !important;height: 2px;background: var(--v-orange);transition: .4s;}
.row2 .get-tab-con .account{text-align: center;margin-top: 32px;line-height: 19px;}
.row2 .orange-button.p16 span span{ color:#FCE055;}

@media(max-width:1440px) {

}
@media(max-width:1240px) {
    h2{font-size: var(--fs-40);line-height: 1.22;}

    .banner{padding: 100px 0 90px;}
    .banner::before{display: none;}
    .banner .text-box{max-width: 50%;}

    .row2{padding: 86px 0;}
    .row2 ul{gap: 130px;}
    .row2 ul li::after{top: 26px;}
}
@media(max-width:1040px) {
    .row1 .table-con.pc .table-th{width: 25%;}
    .row1 .table-con.pc .table-td{width: 20%;}
}
@media(max-width:1024px) {
    .banner{padding: 60px 0 70px;}

    .row1{padding: 70px 0;}
    

    .row2{padding: 70px 0;}
    .row2 ul{gap: 50px;}
}
@media(max-width:860px) {
    .row2{background-position: bottom;}
    .row2 ul{justify-content: flex-start;}
    .row2 ul li::after{width: 125px;right: 0px;}
}
@media(max-width:768px) {
    .pc-img{display: none;}
    .mb-img{display: block;}

    .banner{background: #000000;display: flex;flex-direction: column-reverse;padding: 64px 0 0;}
    .banner .text-box{max-width: 100%;text-align: center;margin-bottom: 48px;}
    .banner .video-box{position: relative;}
    .banner .video-box video{position: relative;}
    .banner .video-box::before{content: '';display: block;width: 100%;height: 100px;background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 60%);position: absolute;left: 0;top: 0;z-index: 10;}
    .banner .tnc{margin: 10px 0 15px;}
    .banner .pc-video{display: none;}
    .banner .mb-video{display: block;}

    .control.pc{display: none;}
    .control.mb{display: block;width: 51px;height: 24px;position: relative;top: auto;right: auto;left: 50%;transform: translateX(-50%);}
    .control.mb .circle{width: 16px;height: 16px;top: 3px;}
    .control.mb .volume{width: 14px;top: 4px;}

    .row1{padding: 50px 0;}
    .row1 .table-con.pc{display: none;}
    .row1 .table-con.mb{display: flex;justify-content: center;gap: 2px;}
    .row1 .table-con.mb .table-volume{width: 49%;border-radius: 4px 0 0 4px;overflow: hidden;}
    .row1 .table-con.mb .table-rewards{width: 49%;border-radius: 0 4px 4px 0;overflow: hidden;}
    .row1 .table-con.mb .table-th{background: #E2E2E2;text-align: center;}
    .row1 .table-con.mb .table-th div{padding: 20px;}
    .row1 .table-con.mb .table-th p{color: #404040;font-weight: 600;}
    .row1 .table-con.mb .table-td div{padding: 20px;background: #F5F5F5;border-bottom: 1px solid #E2E2E2;}
    .row1 .table-con.mb .table-td div:last-child{border-bottom: 0;}
    .row1 .table-con.mb .table-td p{color: #101828;font-weight: 400;}
    .row1 .table-con.mb p{margin: 0;}
    .row1 .table-con.mb .mb-br{display: block;}

    .row2{padding: 60px 0;}
    .row2 ul{gap: 20px;}
    .row2 ul li::after{width: 94px;}
}
@media(max-width:580px) {
    .row2 ul li::after{width: 70px;}
}
@media(max-width:510px) {
    h2{font-size: 20px;line-height: 24px;}
    .pc-img{display: none;}
    .mb-img{display: block;}
    .orange-button.mb{display: inline-block;}
    .orange-button.pc{display: none;}
    br.mb{display: block;}

    .banner{padding: 32px 0 0;}
    .banner h2{font-size: 28px;line-height: 34px;}
    .banner .text-box{margin-bottom: 0;}
    .banner p:nth-of-type(1){font-size: 16px;line-height: 21px;}
    .banner p:nth-of-type(2){font-weight: 400;font-size: 16px;line-height: 24px;margin-bottom: 16px;}
    .banner .orange-button{padding: 12px 24px;line-height: 21px;font-size: 16px;}
    .banner .video-box video{left: -38px;}
    .banner .video-box{height: 298px;}
    

    .row1{padding: 32px 0;}
    .row1 h2{font-size: 28px;line-height: 34px;margin-bottom: 8px;}
    .row1 p:nth-of-type(1){line-height: 21px;margin-bottom: 24px;}
    .row1 p:nth-of-type(2){line-height: 20px;margin: 17px 0 4px;}
    .row1 p:nth-of-type(3){line-height: 17px;}
    .row1 .table-con.mb .table-th div{padding: 16px 8px;}
    .row1 .table-con.mb .table-th p{font-size: 14px;line-height: 17px;}
    .row1 .table-con.mb .table-td div{padding: 12px 20px;}
    .row1 .table-con.mb .table-td p{font-size: 14px;line-height: 20px;}

    .row2{background: url(https://d21u74ttq7jqzf.cloudfront.net/image/btcusd-cfd-cashback-row2-bg-mb.webp) left top no-repeat;background-size: cover;padding: 32px 0 26px;position: relative;}
    .row2 h2{font-size: 20px;line-height: 24px;margin: 3px 0 22px 8px;}
    .row2 .get-tab-list{margin-bottom: 28px;}
    .row2 .get-tab-list .tab-item p{font-size: 14px;line-height: 20px;}
    .row2 .get-tab-con h3{line-height: 19px;margin-bottom: 4px;padding: 2.5px 0;}
    .row2 .get-tab-con p{font-size: 14px;line-height: 20px;}
    .row2 .get-tab-list p{line-height: 19px;}
    .row2 ul li::after{transform: rotate(90deg);left: -24px;top: 65px;}
    .row2 .step{width: 24px;height: 24px;font-size: 14px;line-height: 20px;margin: 0;position: relative;}
    .row2 ul li .step::after{content: '';display: block;width: 0px;height: 56px;position: absolute;top: 26px;left: 50%;transform: translateX(-50%);}
    .row2 ul li:nth-child(1) .step::after{border: 1px dashed #FF8E5C;}
    .row2 ul li:nth-child(2) .step::after{border: 1px dashed #E35728;}
    .row2 .tab-con-swiper { margin-bottom: 24px; }
    .row2 ul{flex-direction: column;gap: 16px;}
    .row2 ul li{width: 100%;display: flex;gap: 8px;}
    .row2 .message{max-width: 91%;}
    .row2 ul li .step::after{display: none;}
    .row2 .get-tab-con .orange-button{line-height: 18px;padding: 12px 20px;}
    .wire{top: 22px !important;}
}
@media(max-width:390px) {
    .row2 .message{max-width: 80%;}
}
@media(max-width:387px) {
    html[lang='mn-MN'] .wire{top: 42px !important;}
}
@media(max-width:348px) {
    html[lang='ms-MY'] .wire{top: 43px !important;}
}

/* ! vantagemarekts|2026-03-30 15:50:00 ! */