/* ============================
   <768px
   ============================ */
/* Mobile */
@media (max-width: 767.98px) {
    header.masthead {
        color: #0F172A;
        width: 100%;
        background-color: #D2D2D2;
    }

    .masthead .masthead-content {
        padding: 70px 10px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .masthead .masthead-content .left-content .masthead-heading {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.5;
        color: #062435;
    }

    .masthead .masthead-content .left-content .desc {
        padding: inherit 10px;
        text-align: justify;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #6A6F7C;
    }

    .masthead .masthead-content .left-content .masthead-subheading {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        background-color: #98F9DA;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 400;
        color: #0F172A;
    }

    .masthead .masthead-content .left-content .masthead-subheading p {
        margin: 0;
        line-height: 1;
    }

    .masthead .masthead-content .left-content .masthead-subheading svg {
        vertical-align: middle;
    }

    .button-wrapper {
        text-align: center;
    }

    .btn-custom {
        align-items: center;
        background-color: #0D1425 !important;
        color: #E0E0E0 !important;
        border-radius: 50px !important;
        font-size: 1.2rem;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-custom:hover {
        background-color: #111A33 !important;
        /* hover lebih terang sedikit */
        transform: translateY(-2px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25) !important;
    }

    .service-content {
        padding: 30px 0;
        background-color: #D2D2D2;
    }

    .service-content h2 {
        font-weight: 800;
        font-size: 28px !important;
        line-height: 1.5;
    }

    .custom-card {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        border: 1px solid #ddd;
    }

    .custom-card .card-title {
        height: 60px;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        color: #062435;
        margin-bottom: 10px;
    }

    .custom-card:hover .card-title {
        color: #fff;
    }

    .custom-card .card-text {
        height: 200px;
        padding: 0 !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .custom-card:hover .card-text {
        color: #fff;
    }

    .custom-card:hover {
        background-color: #062435;
        color: #fff;
        transform: translateY(-5px);
        border-color: #062435;
    }


    .content-1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 0 20px;
        margin-top: 50px;
    }

    .content-1 .title {
        text-align: center;
        font-weight: 800;
        font-size: 28px;
        line-height: 40px;
        color: #062435;
    }

    .content-1 .desc {
        text-align: justify;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .content-2 {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
        padding: 0 20px;
        margin-top: 50px;
    }

    .content-2 .title {
        text-align: center;
        font-weight: 800;
        font-size: 28px;
        line-height: 40px;
        color: #062435;
    }

    .content-2 .desc {
        text-align: justify;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .content-3 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding: 0 20px;
        margin-top: 50px;
    }

    .content-3 .title {
        text-align: center;
        font-weight: 800;
        font-size: 28px;
        line-height: 40px;
        color: #062435;
    }

    .content-3 .desc {
        text-align: justify;
        margin: 0 auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .pricing {
        color: #0F172A;
        width: 100%;
        padding: 50px 20px;
        background-color: #D2D2D2;
    }

    .pricing h2 {
        font-weight: 800;
        font-size: 32px !important;
        line-height: 1.5;
    }

    .pricing .pricing-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 24px;
        text-align: start;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 300px;
        margin: auto;
    }

    .pricing .pricing-card .title-card {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .pricing .pricing-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        height: 200px;
    }

    .pricing .list-card {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 8px 0;
        font-weight: 400;
        font-size: 14px;
        color: #6A6F7C;
        line-height: 1.4;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .pricing .list-card i {
        margin-top: 3px;
        line-height: 1;
        font-size: 18px;
    }


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

    .pricing .button-card {
        width: 100%;
        padding: 16px;
        border-radius: 10px;
        background-color: #27CD98;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .pricing .button-card:hover {
        background-color: #24534d;
    }

    .pricing .hover-scale:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .most-popular {
        background-color: #CD9027;
        padding: 2px;
        border-radius: 16px;
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .most-popular h6 {
        margin: 20px 0;
        padding: 4px 0;
        color: #fff;
        font-weight: 800;
        font-size: 24px;
    }

    .pricing .most-popular .button-card {
        width: 100%;
        padding: 16px;
        border-radius: 10px;
        background-color: #CD9027;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .pricing .most-popular .button-card:hover {
        background-color: #906418;
    }

    .client {
        position: relative;
        color: #0F172A;
        width: 100%;
        padding: 50px 20px;
        background-color: #D2D2D2;
    }

    .client h2 {
        font-weight: 800;
        font-size: 32px !important;
        line-height: 1.5;
    }

    .client .content-1 .client-profile {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
        align-items: start;
    }

    .client .content-1 {
        display: flex;
        gap: 50px;
        align-items: center;
    }

    .client .content-1 .title {
        text-align: start;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.5;
        color: #062435;
    }

    .client .content-1 .desc {
        text-align: start;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #6A6F7C;
    }

    .client .client-nav {
        display: none;
        position: absolute;
        bottom: 100px;
        right: 100px;
    }

    .client .client-nav .nav-button {
        background-color: #062435;
        color: #fff;
        border: none;
        height: 100px;
        width: 100px;
        padding: 30px;
        border-radius: 100%;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .client .client-nav .nav-button:hover {
        background-color: #030c11;
        transform: translateY(-3px);
    }

    .download {
        background-color: #D2D2D2;
        padding: 100px 0;
    }

    .download-section {
        color: #0F172A;
        width: 100%;
        padding: 70px;
        background-color: #F1F5F9;
        margin: 100px 0;
    }

    .phone-img {
        margin: 0 auto;
        width: 260px;
        max-width: 100%;
        z-index: 3;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
    }

    .download-title {
        font-weight: 800;
        font-size: 24px;
        color: #0F172A;
        line-height: 1.3;
    }

    .store-buttons img {
        height: 50px;
        margin-right: 12px;
        cursor: pointer;
    }

    .nav-arrow {
        display: none;
        width: 64px;
        height: 64px;
        background: #0F344F;
        border-radius: 50%;
        border: none;
        color: white;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .2s ease;
    }

    .nav-arrow:hover {
        transform: scale(1.1);
    }

    .left-arrow {
        float: right;
    }

    .right-arrow {
        float: left;
    }

    .contact-section {
        background-color: #062435;
        padding: 30px 20px;
        border-radius: 20px;
        color: #fff;
    }

    .contact-left h2 {
        font-weight: 800;
        font-size: 42px;
        margin-bottom: 15px;
        color: #F1F5F9;
    }

    .contact-left p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #d1d1d1;
    }

    .contact-right label {
        font-size: 16 px;
        color: #F1F5F9;
    }

    .contact-input {
        background: #F1F5F9;
        border: none;
        border-radius: 10px;
        padding: 12px;
        width: 100%;
        margin-top: 5px;
    }

    .textarea {
        height: 120px;
        resize: none;
    }

    .contact-btn {
        background: #fff;
        color: #000;
        padding: 8px 24px;
        border-radius: 10px;
        border: none;
    }
}


/* ============================
   ≥ 768px (sm)
   ============================ */
/* Tablet Potrait */
@media (min-width: 768px) and (max-width: 991.98px) {
    header.masthead {
        color: #0F172A;
        width: 100%;
        background-color: #D2D2D2;
    }

    .masthead .masthead-content {
        padding: 70px 10px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .masthead .masthead-content .left-content .masthead-heading {
        text-align: center;
        font-size: 24px;
        font-weight: 800;
        line-height: 1.5;
        color: #062435;
    }

    .masthead .masthead-content .left-content .desc {
        text-align: justify;
        margin: 0 auto;
        width: 70%;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #6A6F7C;
    }

    .masthead .masthead-content .left-content .masthead-subheading {
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        background-color: #98F9DA;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 400;
        color: #0F172A;
    }

    .masthead .masthead-content .left-content .masthead-subheading p {
        margin: 0;
        line-height: 1;
    }

    .masthead .masthead-content .left-content .masthead-subheading svg {
        vertical-align: middle;
    }

    .button-wrapper {
        text-align: center;
    }

    .btn-custom {
        align-items: center;
        background-color: #0D1425 !important;
        color: #E0E0E0 !important;
        border-radius: 50px !important;
        font-size: 1.2rem;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-custom:hover {
        background-color: #111A33 !important;
        /* hover lebih terang sedikit */
        transform: translateY(-2px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25) !important;
    }

    .masthead .masthead-content .right-content {
        margin: 0 auto;
    }

    .service-content {
        padding: 30px 0;
        background-color: #D2D2D2;
    }

    .service-content h2 {
        margin: 0 70px;
        font-weight: 800;
        font-size: 28px !important;
        line-height: 1.5;
    }

    .custom-card {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        border: 1px solid #ddd;
    }

    .custom-card .card-title {
        height: 60px;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        color: #062435;
        margin-bottom: 10px;
    }

    .custom-card:hover .card-title {
        color: #fff;
    }

    .custom-card .card-text {
        height: 200px;
        padding: 0 !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .custom-card:hover .card-text {
        color: #fff;
    }

    .custom-card:hover {
        background-color: #062435;
        color: #fff;
        transform: translateY(-5px);
        border-color: #062435;
    }


    .content-1 {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
        padding: 0 50px;
        margin-top: 50px;
    }

    .content-1 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .content-1 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .content-2 {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;
        align-items: center;
        padding: 0 50px;
        margin-top: 50px;
    }

    .content-2 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .content-2 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .content-3 {
        display: flex;
        flex-direction: column;
        gap: 50px;
        align-items: center;
        padding: 0 50px;
        margin-top: 50px;
    }

    .content-3 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .content-3 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }


    .pricing {
        color: #0F172A;
        width: 100%;
        padding: 50px 70px;
        background-color: #D2D2D2;
    }

    .pricing h2 {
        font-weight: 800;
        font-size: 42px !important;
        line-height: 1.5;
    }

    .pricing .pricing-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 24px;
        text-align: start;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 300px;
        margin: auto;
    }

    .pricing .pricing-card .title-card {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.5;
        margin-bottom: 16px;
    }

    .pricing .pricing-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        height: 200px;
    }

    .pricing .list-card {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 8px 0;
        font-weight: 400;
        font-size: 14px;
        color: #6A6F7C;
        line-height: 1.4;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .pricing .list-card i {
        margin-top: 3px;
        line-height: 1;
        font-size: 18px;
    }


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

    .pricing .button-card {
        width: 100%;
        padding: 16px;
        border-radius: 10px;
        background-color: #27CD98;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .pricing .button-card:hover {
        background-color: #24534d;
    }

    .pricing .hover-scale:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .most-popular {
        background-color: #CD9027;
        padding: 2px;
        border-radius: 16px;
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .most-popular h6 {
        margin: 20px 0;
        padding: 4px 0;
        color: #fff;
        font-weight: 800;
        font-size: 24px;
    }

    .pricing .most-popular .button-card {
        width: 100%;
        padding: 16px;
        border-radius: 10px;
        background-color: #CD9027;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .pricing .most-popular .button-card:hover {
        background-color: #906418;
    }

    .client {
        position: relative;
        color: #0F172A;
        width: 100%;
        padding: 50px 20px;
        background-color: #D2D2D2;
    }

    .client h2 {
        font-weight: 800;
        font-size: 32px !important;
        line-height: 1.5;
    }

    .client .content-1 .client-profile {
        display: flex;
        gap: 20px;
        flex-direction: column-reverse;
        align-items: start;
    }

    .client .content-1 {
        display: flex;
        align-items: center;
    }

    .client .content-1 .title {
        text-align: start;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.5;
        color: #062435;

    }

    .client .content-1 .desc {
        text-align: start;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #6A6F7C;
        margin: 0 !important;
    }

    .client .client-nav {
        display: none;
        position: absolute;
        bottom: 100px;
        right: 100px;
    }

    .client .client-nav .nav-button {
        background-color: #062435;
        color: #fff;
        border: none;
        height: 100px;
        width: 100px;
        padding: 30px;
        border-radius: 100%;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .client .client-nav .nav-button:hover {
        background-color: #030c11;
        transform: translateY(-3px);
    }

    .download {
        background-color: #D2D2D2;
        padding: 100px 0;
    }

    .download-section {
        color: #0F172A;
        width: 100%;
        padding: 0 70px;
        background-color: #F1F5F9;
        margin: 100px 0;
    }

    .phone-img {
        width: 260px;
        max-width: 100%;
        margin-top: -100px;
        margin-bottom: -100px;
        z-index: 3;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
    }

    .download-title {
        font-weight: 800;
        font-size: 24px;
        color: #0F172A;
        line-height: 1.3;
    }

    .store-buttons img {
        height: 50px;
        margin-right: 12px;
        cursor: pointer;
    }

    .nav-arrow {
        width: 64px;
        height: 64px;
        background: #0F344F;
        border-radius: 50%;
        border: none;
        color: white;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .2s ease;
    }

    .nav-arrow:hover {
        transform: scale(1.1);
    }

    .left-arrow {
        float: right;
    }

    .right-arrow {
        float: left;
    }
}


/* ============================
   ≥ 992px (lg)
   ============================ */
/* Laptop */
@media (min-width: 992px) {
    header.masthead {
        color: #0F172A;
        width: 100%;
        padding: 30px 0;
        background-color: #D2D2D2;
    }

    .masthead .masthead-content {
        margin: 0 70px;
        padding-top: 120px;
        display: flex;
        align-items: center;
    }

    .masthead .masthead-content .left-content {
        width: 50%;
    }

    .masthead .masthead-content .right-content {
        width: 50%;
        padding-left: 100px;
    }

    .masthead .masthead-content .left-content .masthead-heading {
        text-align: start;
        font-size: 50px;
        font-weight: 800;
        line-height: 65px;
        color: #062435;
    }

    .masthead .masthead-content .left-content .desc {
        width: 100%;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .masthead .masthead-content .left-content .masthead-subheading {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        background-color: #98F9DA;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 400;
        color: #0F172A;
    }

    .masthead .masthead-content .left-content .masthead-subheading p {
        margin: 0;
        line-height: 1;
    }

    .masthead .masthead-content .left-content .masthead-subheading svg {
        vertical-align: middle;
    }

    .button-wrapper {
        text-align: start;
    }

    .btn-custom {
        background-color: #0D1425 !important;
        color: #E0E0E0 !important;
        border-radius: 50px !important;
        font-size: 1.2rem;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-custom:hover {
        background-color: #111A33 !important;
        /* hover lebih terang sedikit */
        transform: translateY(-2px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25) !important;
    }

    .service-content {
        position: relative;
        padding: 30px 0;
        background-color: #D2D2D2;
    }

    .service-content h2 {
        margin: 0 200px;
        font-weight: 800;
        font-size: 42px !important;
        line-height: 65px;
    }

    .custom-card {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
        border: 1px solid #ddd;
        position: relative;
        z-index: 2;
    }

    .custom-card .card-title {
        height: 60px;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #062435;
        margin-bottom: 10px;
    }

    .custom-card:hover .card-title {
        color: #fff;
    }

    .custom-card .card-text {
        height: 200px;
        padding: 0 !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .custom-card:hover .card-text {
        color: #fff;
    }

    .custom-card:hover {
        background-color: #062435;
        color: #fff;
        transform: translateY(-5px);
        border-color: #062435;
    }

    .content-1 {
        display: flex;
        gap: 200px;
        align-items: center;
        margin-right: 200px;
        position: relative;
    }

    .content-1 img {
        position: relative;
        z-index: 2;
        left: -150px;
    }

    .content-1 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .content-1 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .content-2 {
        display: flex;
        gap: 50px;
        align-items: center;
        margin-left: 200px;
        position: relative;
        overflow: visible;
    }

    .content-2 .img-wrap {
        width: 100%;
        overflow: hidden;
    }

    .content-2 .img-wrap img {
        position: relative;
        z-index: 2;
        right: -50px;
    }

    .content-2 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .content-2 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .content-3 {
        display: flex;
        gap: 50px;
        align-items: center;
        margin: 0 200px;
        position: relative;
    }

    .content-3 img {
        position: relative;
        z-index: 2;
    }

    .content-3 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .content-3 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .pricing {
        color: #0F172A;
        width: 100%;
        padding: 50px 70px;
        background-color: #D2D2D2;
    }

    .pricing h2 {
        font-weight: 800;
        font-size: 42px !important;
        line-height: 65px;
    }

    .pricing .pricing-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 24px;
        text-align: start;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 300px;
        margin: auto;
    }

    .pricing .pricing-card .title-card {
        font-size: 29px;
        font-weight: 800;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .pricing .pricing-list {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        height: 200px;
    }

    .pricing .list-card {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 8px 0;
        font-weight: 400;
        font-size: 14px;
        color: #6A6F7C;
        line-height: 1.4;
        border-bottom: 1px solid #eee;
        margin: 0;
    }

    .pricing .list-card i {
        margin-top: 3px;
        line-height: 1;
        font-size: 18px;
    }


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

    .pricing .button-card {
        width: 100%;
        padding: 16px;
        border-radius: 10px;
        background-color: #27CD98;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .pricing .button-card:hover {
        background-color: #24534d;
    }

    .pricing .hover-scale:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .most-popular {
        background-color: #CD9027;
        padding: 2px;
        border-radius: 16px;
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .most-popular h6 {
        margin: 20px 0;
        padding: 4px 0;
        color: #fff;
        font-weight: 800;
        font-size: 29px;
    }

    .pricing .most-popular .button-card {
        width: 100%;
        padding: 16px;
        border-radius: 10px;
        background-color: #CD9027;
        color: #fff;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        transition: background 0.3s ease;
    }

    .pricing .most-popular .button-card:hover {
        background-color: #906418;
    }

    .client {
        position: relative;
        color: #0F172A;
        width: 100%;
        padding: 100px 70px;
        background-color: #D2D2D2;
    }

    .client h2 {
        font-weight: 800;
        font-size: 42px !important;
        line-height: 65px;
    }

    .client .content-1 {
        display: flex;
        gap: 50px;
        align-items: center;
    }

    .client .content-1 .title {
        font-weight: 800;
        font-size: 32px;
        line-height: 40px;
        color: #062435;
    }

    .client .content-1 .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #6A6F7C;
    }

    .client .client-nav {
        position: absolute;
        bottom: 100px;
        right: 100px;
    }

    .client .client-nav .nav-button {
        background-color: #062435;
        color: #fff;
        border: none;
        height: 100px;
        width: 100px;
        padding: 30px;
        border-radius: 100%;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: transform 0.2s ease, background 0.2s ease;
    }

    .client .client-nav .nav-button:hover {
        background-color: #030c11;
        transform: translateY(-3px);
    }

    .download {
        background-color: #D2D2D2;
        padding: 100px 0;
    }

    .download-section {
        color: #0F172A;
        width: 100%;
        padding: 0 70px;
        background-color: #F1F5F9;
        margin: 100px 0;
    }

    .phone-img {
        width: 260px;
        max-width: 100%;
        margin-top: -100px;
        margin-bottom: -100px;
        z-index: 3;
        filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.22));
    }

    .download-title {
        font-weight: 800;
        font-size: 32px;
        color: #0F172A;
        line-height: 1.3;
    }

    .store-buttons img {
        height: 50px;
        margin-right: 12px;
        cursor: pointer;
    }

    .nav-arrow {
        width: 64px;
        height: 64px;
        background: #0F344F;
        border-radius: 50%;
        border: none;
        color: white;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .2s ease;
    }

    .nav-arrow:hover {
        transform: scale(1.1);
    }

    .left-arrow {
        float: right;
    }

    .right-arrow {
        float: left;
    }

    #contact-us {
        position: relative;
    }

    .contact-section {
        background-color: #062435;
        padding: 50px;
        border-radius: 20px;
        color: #fff;
    }

    .contact-left h2 {
        font-weight: 800;
        font-size: 42px;
        margin-bottom: 15px;
        color: #F1F5F9;
    }

    .contact-left p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #d1d1d1;
    }

    .contact-right label {
        font-size: 16 px;
        color: #F1F5F9;
    }

    .contact-input {
        background: #F1F5F9;
        border: none;
        border-radius: 10px;
        padding: 12px;
        width: 100%;
        margin-top: 5px;
    }

    .textarea {
        height: 120px;
        resize: none;
    }

    .contact-btn {
        background: #fff;
        color: #000;
        padding: 8px 24px;
        border-radius: 10px;
        border: none;
    }

    .smoke-bg {
        position: absolute;
        top: var(--top, auto);
        right: var(--right, auto);
        bottom: var(--bottom, auto);
        left: var(--left, auto);

        width: var(--width, 500px);
        height: var(--height, 500px);
        background: radial-gradient(circle,
                #164A68 0%,
                #164A68 70%);
        filter: blur(150px);
        opacity: 0.8;
        z-index: 1;
    }
}


/* ============================
   ≥ 1200px (xl)
   ============================ */
/* Desktop */
@media (min-width: 1200px) {}
