.landing-dark-bg {
    background-color: white;
}
.container-card {
    padding: 62px 10px;
}
.title-card {
    margin-bottom: 62px;
}
.ctext-red {
    color: #ff1e00;
}
.ctext-blue {
    color: #0059d1;
}

.swiper {
    width: 100%;
    padding-bottom: 12px !important;
    background-color: transparent !important;
}

.swiper-wrapper {
}

.container-download {
    padding: 110px 0px;
    position: relative;
}

.container-download > h1 {
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 800;
}

.container-download > h3 {
    font-size: 22px;
    font-weight: 600;
}

.container-download > p {
    margin-bottom: 24px;
}

.thumbnail-download-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 43%;
}

.thumbnail-download-bg img {
    width: 100%;
    object-fit: contain;
}

.thumbnail-download-phone {
    position: absolute;
    right: 200px;
    top: 0;
    width: 30%;
}

.thumbnail-download-phone img {
    width: 100%;
    object-fit: contain;
}

.img-download {
    width: 200px;
}
.img-download img {
    width: 100%;
    object-fit: contain;
}

.wrap-integrasi {
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 13px;
    width: 100%;
    height: 100px;
    padding: 12px;
    border-radius: 5px;
}

.wrap-integrasi img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.wrap-img-banner {
    position: relative;
    background-image: url("/assets/media/circle banner.png");
    background-size: 112%;
    background-position: 240px -264px;
    background-repeat: no-repeat;
}

.text-banner {
    font-weight: bold !important;
    font-size: 50px !important;
}

.img-banner img {
    object-fit: cover;
    width: 123%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
}

.btn-banner {
    border-radius: 12px;
    padding: 12px 24px;
    width: fit-content;
    height: 52px;
    background-color: #ff1e00;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap-mode: nowrap;
}

.btn-banner img {
    height: 35px;
    width: 35px;
}

.item-fitur {
    margin-bottom: 12px;
}

.container-fitur-unggulan {
    display: flex;
    position: relative;
}

.wrap-item-unggulan {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.fitur-item-unggulan h3 {
    margin-bottom: 24px;
}

.fitur-item-unggulan p {
}

.wrap-img-unggulan {
    width: 50%;
    height: 100%;
    position: relative;
}

.wrap-img-unggulan img {
    width: 79%;
    object-fit: contain;
    position: absolute;
    top: -111px;
    right: 78px;
    bottom: 0;
}

.wrap-info {
    display: flex;
    min-height: 120px;
}

.img-info {
    width: 50px;
    margin-right: 24px;
}
.img-info img {
    width: 100%;
    object-fit: cover;
}

.card-left {
    display: flex;
    position: relative;
    padding: 36px;
    justify-content: center;
    min-height: 300px;
}

.img-card-left {
    width: 450px;
    margin-right: 12px;
    position: relative;
}

.img-card-left img {
    width: 350px;
    object-fit: contain;
    position: absolute;
    left: -108px;
    bottom: -64px;
}

.card-right {
    display: flex;
    position: relative;
    padding: 36px;
    justify-content: center;
    min-height: 300px;
}

.img-card-right {
    width: 450px;
    margin-right: 12px;
    position: relative;
}

.img-card-right img {
    width: 350px;
    object-fit: contain;
    position: absolute;
    right: -115px;
    bottom: -63px;
}
.wrap-content {
    width: 100%;
}
.wrap-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
}

.wrap-content-single {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrap-content-single p {
    font-weight: 500;
    font-size: 20px;
    line-height: 146%;
    text-align: center;
}

.btn-card-plan {
    border: 1.5px solid var(--primary-primary);
    background: blue;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    border-radius: 12px;
    padding: 12px 32px;
    text-align: center;
    width: fit-content;
    color: white;
    margin-bottom: 14px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.btn-card {
    border: 1.5px solid var(--primary-primary);
    background: blue;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    border-radius: 99px;
    padding: 12px 32px;
    text-align: center;
    width: fit-content;
    color: white;
    margin-bottom: 14px;
}

/* Table Wrapper */
.table-wrapper {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 24px;
}

/* Arrow Buttons */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background-color 0.3s;
}

.arrow:hover {
    background-color: #0056b3;
}

.table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

/* Table */
table {
    border-collapse: collapse;
    min-width: 100%;
    table-layout: fixed;
}

th,
td {
    text-align: center;
    white-space: nowrap;
}
.container-plan {
    display: flex;
    padding: 24px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.wrap-plan {
    display: flex;
    flex-direction: column;
    outline: 1px solid #b9b9b9;
    border-radius: 12px;
    margin-right: 24px;
    padding: 12px 6px;
    position: relative;
    background-color: #f2f2f2;
}

.wrap-plan-active {
    display: flex;
    flex-direction: column;
    outline: 1px solid #0059d1;
    border-radius: 12px;
    margin-right: 24px;
    padding: 12px 6px;
    background: linear-gradient(to right, #1d9bd6, #61b9e2);
    position: relative;
}

.item-value-bg {
    background-color: #e9eeff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.item-value {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 16px;
    background-color: #e9eeff;
    margin-bottom: 6px;
    border-radius: 6px;
}

.item-value > p {
    color: #0c0c0c !important;
    margin-bottom: 0;
    font-weight: bold;
}

.item-value-not {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 16px;
    background-color: #e9eeff;
    margin-bottom: 6px;
    border-radius: 6px;
}

.item-value-not p {
    color: #737373;
    margin-bottom: 0;
    font-weight: bold;
}

.wrap-label-item {
    display: flex;
    flex-direction: column;
}

.wrap-label-item > p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #878787;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    margin: 14px 0px;
}

.item-value i {
    margin-right: 12px;
    margin-top: 4px;
    color: #1a9900;
    font-size: 14px;
}

.item-value-bg-plan {
    background-color: #e9eeff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.item-value-plan {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.hide-plan {
    min-width: 250px;
    height: 141px;
    margin-bottom: 24px;
}

.plan-fitur {
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-fitur p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}
.img-fitur {
    width: 35px;
    margin-right: 16px;
}

.plan-fitur img {
    width: 35px;
    object-fit: contain;
}

.item-price-plan {
    border-radius: 16px;
    padding: 18px 10px;
    width: auto;
    height: fit-content;

    text-align: center;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.item-price-plan-no {
    padding: 18px 10px;
    width: auto;
    height: fit-content;
    text-align: center;
}

.item-price-plan h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #ffffff;
    font-weight: bold;
}

.item-price-plan-no h3 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #0059d1;
}

.item-price-plan p:nth-of-type(1) {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.item-price-plan p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
    color: #ffffff;
}

.item-price-plan-no p:nth-of-type(1) {
    color: #0059d1;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.item-price-plan-no p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}

.populer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff1e00;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.img-populer {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.img-populer img {
    width: 20px;
    object-fit: contain;
}

.container-form {
    background-color: #e9eeff;
    padding: 62px 10px;
}

.label-form {
    margin-bottom: 6px;
}

.input-form {
    border: 1px solid white;
    border-radius: 8px;
    padding: 8px 14px;
    width: 100%;
    height: 44px;
}

.text-area-form {
    border: 1px solid white;
    border-radius: 8px;
    padding: 8px 14px;
    width: 100%;
    min-height: 104px;
}

.container-footer {
    background-color: #0059d1;
    padding: 52px;
    color: white;
}

/* 5. Laptop kecil (max-width: 1200px) */
@media (max-width: 1200px) {
    .wrap-integrasi {
        background-color: white;
        width: max-content;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 13px;
        width: 150px;
        height: 100px;
        padding: 12px;
        border-radius: 5px;
    }

    .wrap-integrasi img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .container-card {
        padding: 62px 0px;
    }

    .wrap-img-banner {
        position: relative;
        background-image: url("/assets/media/circle banner.png");
        background-size: 127%;
        background-position: 87px -138px;
        background-repeat: no-repeat;
    }

    .img-banner img {
        object-fit: cover;
        width: 140%;
        height: 84%;
        position: absolute;
        top: 55px;
        right: 0;
        bottom: 0px;
    }

    .text-banner {
        font-weight: bold !important;
        font-size: 33px !important;
    }

    .card-left {
        display: flex;
        position: relative;
        padding: 36px;
        justify-content: center;
        min-height: 257px;
    }

    .img-card-left {
        width: 290px;
        margin-right: 12px;
        position: relative;
    }

    .img-card-left img {
        width: 290px;
        object-fit: contain;
        position: absolute;
        left: -108px;
        bottom: -40px;
    }

    .card-right {
        display: flex;
        position: relative;
        padding: 36px;
        justify-content: center;
        min-height: 257px;
    }

    .img-card-right {
        width: 229px;
        margin-right: 12px;
        position: relative;
    }

    .img-card-right img {
        width: 290px;
        object-fit: contain;
        position: absolute;
        right: -115px;
        bottom: -46px;
    }
    .wrap-content {
        width: 100%;
    }
    .wrap-content p {
        font-weight: 500;
        font-size: 16px;
        line-height: 146%;
    }

    .wrap-content-single {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wrap-content-single p {
        font-weight: 500;
        font-size: 16px;
        line-height: 146%;
        text-align: center;
    }

    .btn-card {
        border: 1.5px solid var(--primary-primary);
        background: blue;
        font-weight: 300;
        font-size: 16px;
        line-height: 200%;
        border-radius: 99px;
        padding: 8px 20px;
        text-align: center;
        width: fit-content;
        color: white;
        margin-bottom: 14px;
    }

    .table-wrapper {
        position: relative;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #ffffff;
        overflow: hidden;
        padding: 12px;
    }
}

/* 4. Tablet besar (max-width: 1024px) */
@media (max-width: 1024px) {
    .container-download {
        padding: 110px 60px;
        position: relative;
    }
    .thumbnail-download-phone {
        position: absolute;
        right: 30px;
        top: 0;
        width: 48%;
    }
    .wrap-integrasi {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 13px;
        width: 100%;
        height: 100px;
        padding: 12px;
        border-radius: 5px;
    }

    .wrap-integrasi img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .wrap-img-banner {
        position: relative;
        background-image: url("/assets/media/circle banner.png");
        background-size: 127%;
        background-position: 87px -138px;
        background-repeat: no-repeat;
    }

    .wrap-img-unggulan {
        width: 60%;
        height: 100%;
        position: relative;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .wrap-img-unggulan img {
        width: 100%;
        object-fit: contain;
        position: unset;
    }

    .wrap-item-unggulan {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .container-fitur-unggulan {
        display: flex;
        position: relative;
        flex-direction: column-reverse;
    }

    .img-banner img {
        object-fit: cover;
        width: 110%;
        height: 72%;
        position: absolute;
        top: 100px;
        right: 0;
        bottom: 0px;
    }

    .text-banner {
        font-weight: bold !important;
        font-size: 28px !important;
        margin-top: 50px;
        margin-bottom: 25px !important;
    }

    .btn-banner {
        border-radius: 7px;
        padding: 12px 24px;
        width: fit-content;
        height: 38px;
        background-color: #ff1e00;
        color: white;
        font-weight: 500;
        font-size: 12px;
        line-height: 200%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-wrap-mode: nowrap;
    }

    .fitur-unggulan-img img {
        position: absolute;
        object-fit: cover;
        right: 25px;
        top: -2px;
        bottom: 0;
        width: 100%;
    }

    .container-plan {
        display: flex;
        padding: 24px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        flex-wrap: wrap;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        justify-content: center;
    }

    .wrap-plan {
        display: flex;
        flex-direction: column;
        outline: 1px solid #b9b9b9;
        border-radius: 12px;
        margin-right: 24px;
        padding: 12px 6px;
        position: relative;
        background-color: #f2f2f2;
        width: 65%;
        margin-bottom: 24px;
    }

    .wrap-plan-active {
        display: flex;
        flex-direction: column;
        outline: 1px solid #0059d1;
        border-radius: 12px;
        margin-right: 24px;
        padding: 12px 6px;
        background-color: #e9eeff;
        position: relative;
        width: 65%;
        margin-bottom: 24px;
    }
}

/* 3. Tablet kecil (max-width: 768px) */
@media (max-width: 768px) {
    .container-download {
        padding: 380px 60px 49px 60px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .thumbnail-download-phone {
        position: absolute;
        right: 12px;
        top: 43px;
        width: 30%;
        left: 0;
        margin: 0 auto;
    }

    .thumbnail-download-bg {
        position: absolute;
        right: 12px;
        top: 40px;
        width: 42%;
        left: 0;
        margin: 0 auto;
    }

    .container-download > h1 {
        margin-bottom: 18px;
        font-size: 34px;
        font-weight: 800;
    }

    .img-download {
        width: 150px;
    }
    .container-card {
        padding: 32px 32px !important;
    }
    .wrap-banner {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .title-card {
        margin-bottom: 24px;
    }
    .wrap-img-banner {
        position: relative;
        background-image: url("/assets/media/circle banner.png");
        background-size: 65%;
        background-position: 148px -299px;
        background-repeat: no-repeat;
        height: 246px;
        width: 100%;
    }

    .wrap-banner-text {
        width: 100%;
    }

    .wrap-integrasi {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 13px;
        width: 100%;
        height: 69px;
        padding: 12px;
        border-radius: 5px;
    }

    .text-banner {
        font-weight: bold !important;
        font-size: 28px !important;
        margin-top: 0px;
        margin-bottom: 19px !important;
    }

    .text-banner br {
        display: none;
    }

    .wrap-text-b {
        padding: 0 !important;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .img-banner {
        width: 50%;
        height: 84%;
    }

    .img-banner img {
        object-fit: cover;
        width: 53%;
        height: 99%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0px;
        left: 0;
        margin: 0 auto;
    }

    .fitur-unggulan-img {
        height: 300px;
        width: 100%;
    }

    .fitur-unggulan-img img {
        position: absolute;
        object-fit: contain;
        right: 0;
        top: 0px;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        left: -25px;
    }
    .wrap-content {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card-left {
        display: flex;
        position: relative;
        padding: 36px;
        justify-content: center;
        min-height: 324px;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }
    .img-card-left {
        width: fit-content;
        margin-right: 12px;
        position: relative;
    }
    .img-card-left img {
        width: 248px;
        object-fit: contain;
        position: unset;
    }

    .card-right {
        display: flex;
        position: relative;
        padding: 36px;
        justify-content: center;
        min-height: 324px;
        flex-direction: column-reverse;
        align-items: center;
        height: 100%;
    }
    .img-card-right {
        width: fit-content;
        margin-right: 12px;
        position: relative;
    }
    .img-card-right img {
        width: 248px;
        object-fit: contain;
        position: unset;
    }

    .container-plan {
        display: flex;
        padding: 0px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        flex-wrap: wrap;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        justify-content: center;
    }

    .wrap-plan {
        display: flex;
        flex-direction: column;
        outline: 1px solid #b9b9b9;
        border-radius: 12px;
        margin-right: 0;
        padding: 12px 6px;
        position: relative;
        background-color: #f2f2f2;
        width: 100%;
        margin-bottom: 24px;
    }

    .wrap-plan-active {
        display: flex;
        flex-direction: column;
        outline: 1px solid #0059d1;
        border-radius: 12px;
        margin-right: 0;
        padding: 12px 6px;
        background-color: #e9eeff;
        position: relative;
        width: 100%;
        margin-bottom: 24px;
    }
}

/* 2. Ponsel umum (max-width: 480px) */
@media (min-width: 320px) and (max-width: 480px) {
    .container-download {
        padding: 314px 60px 49px 60px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .thumbnail-download-bg {
        position: absolute;
        right: 12px;
        top: 40px;
        width: 59%;
        left: 0;
        margin: 0 auto;
    }
    .thumbnail-download-phone {
        position: absolute;
        right: 12px;
        top: 43px;
        width: 43%;
        left: 0;
        margin: 0 auto;
    }

    .img-download {
        width: 125px;
    }

    .container-download > h1 {
        margin-bottom: 18px;
        font-size: 24px;
        font-weight: 800;
    }

    .container-download > h3 {
        font-size: 16px;
        font-weight: 600;
    }
    .wrap-integrasi {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 13px;
        width: 100%;
        height: 75px;
        padding: 12px;
        border-radius: 5px;
    }

    .wrap-integrasi img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .container-card {
        padding: 32px 32px !important;
    }
    .wrap-banner-text {
        text-align: center;
    }
    .wrap-banner {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 0px;
    }
    .wrap-img-banner {
        position: relative;
        background-image: none !important;
        background-size: 99%;
        background-position: 3px -220px;
        background-repeat: no-repeat;
        height: 246px;
        width: 100%;
    }

    .img-banner img {
        object-fit: contain;
        width: 90%;
        height: 90%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0px;
        left: -26px;
        margin: 0 auto;
    }
    .text-banner {
        font-weight: bold !important;
        font-size: 22px !important;
        margin-top: 0px;
        margin-bottom: 19px !important;
    }

    .wrap-text-b {
        padding: 0 !important;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .fitur-unggulan-img {
        height: 300px;
        width: 100%;
    }

    .fitur-unggulan-img img {
        position: absolute;
        object-fit: contain;
        right: 0;
        top: 0px;
        bottom: 0;
        width: 100%;
        margin: 0 auto;
        height: 100%;
        left: -25px;
    }

    .wrap-info {
        display: flex;
        min-height: 0;
    }
    .img-banner {
        width: 220px;
    }
    .wrap-content {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .card-left {
        display: flex;
        position: relative;
        padding: 36px;
        justify-content: center;
        min-height: 324px;
        flex-direction: column;
        align-items: center;
    }
    .img-card-left {
        width: fit-content;
        margin-right: 12px;
        position: relative;
    }
    .img-card-left img {
        width: 248px;
        object-fit: contain;
        position: unset;
    }

    .card-right {
        display: flex;
        position: relative;
        padding: 36px;
        justify-content: center;
        min-height: 324px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .img-card-right {
        width: fit-content;
        margin-right: 12px;
        position: relative;
    }
    .img-card-right img {
        width: 248px;
        object-fit: contain;
        position: unset;
    }

    .title-card {
        margin-bottom: 22px;
    }
}
