 body {
                background: linear-gradient(180deg, #f7f6ff 0%, #eae8ff 100%);
                /*background: linear-gradient(180deg, #f8f7ff 0%, #092fff 100%);*/
            }
            * {
                font-family: 'Urbanist', sans-serif !important;
            }
            .hero-badge {
                display: inline-block;
                background: rgba(79, 70, 229, 0.1);
                color: #4f46e5;
                padding: 8px 20px;
                border-radius: 20px;
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 7%;
                border: 1px solid rgba(79, 70, 229, 0.2);
            }

            .our_value_section.home_feature {
                margin-top: -30%;
                max-width: 1370px;
                background-color: var(--bg-white);
                padding: 100px 0;
                border-radius: 20px;
                overflow: hidden;
                position: relative;
            }

            .our_value_section {
                position: relative;
            }
            .row_am {
                padding: 50px 0;
            }

            .cta_section {
                background: #1200ff;
                color: #fff;
                border-radius: 20px;
                padding: 60px 40px;
                margin: 40px 0;
                margin-left: 20px;
                margin-right: 20px;
            }
            .cta_section h2 {
            font-weight: 700;
            margin-bottom: 20px;
            }
            .store-btn {
            display: inline-flex;
            align-items: center;
            background: #fff;
            color: #000;
            padding: 12px 20px;
            border-radius: 50px;
            font-weight: 600;
            margin-right: 10px;
            text-decoration: none;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            }
            .store-btn img {
            height: 24px;
            margin-right: 10px;
            }

            .new_footer {
            background: #EAE8FF; /* soft lavender */
            padding: 60px 0 20px;
            color: #000;
            }
            .new_footer h6 {
            font-weight: 700;
            margin-bottom: 15px;
            }
            .new_footer ul {
            list-style: none;
            padding: 0;
            }
            .new_footer ul li {
            margin-bottom: 8px;
            }
            .new_footer ul li a {
            color: #000;
            text-decoration: none;
            }
            .footer_form {
            /* display: flex; */
            margin-top: 15px;
            }
            .footer_form input {
            flex: 1;
            padding: 10px;
            border: none;
            border-radius: 50px 0 0 50px;
            }
            .footer_form button {
            padding: 10px 20px;
            border: none;
            border-radius: 0 50px 50px 0;
            background: #5A4FE5;
            color: #fff;
            font-weight: 600;
            }

            .download-btns {
                display: flex;
                flex-wrap: wrap;
                gap: 15px;
            }

            .store-btn.new-btn.white-btn {
                display: flex;
                align-items: center;
                background: #fff;              /* Putih */
                color: #000;                   /* Text hitam */
                padding: 10px 20px;
                border-radius: 12px;
                text-decoration: none;
                box-shadow: 0 4px 8px rgba(0,0,0,0.1);
                transition: transform 0.2s ease, box-shadow 0.2s ease;
                /* min-width: 200px; */
                height: 62px;             /* FIXED HEIGHT */
                max-height: 62px;
                overflow: hidden;         /* buang text lebih */
            }

            .store-btn.new-btn.white-btn img {
                height: 28px;
                margin-right: 12px;
            }

            .store-btn.new-btn.white-btn .text {
                display: flex;
                flex-direction: column;
                line-height: 1.2;
                font-size: 13px;
                color: #000;  /* Pastikan text hitam */
            }

            .store-btn.new-btn.white-btn strong {
                font-size: 15px;
            }

            .store-btn.new-btn.white-btn:hover {
                transform: translateY(-3px);
                box-shadow: 0 6px 12px rgba(0,0,0,0.2);
            }

