{"id":1014,"date":"2026-08-11T11:19:52","date_gmt":"2026-08-11T11:19:52","guid":{"rendered":"https:\/\/setuphero.com\/my\/?page_id=1014"},"modified":"2026-09-10T12:24:59","modified_gmt":"2026-09-10T12:24:59","slug":"pricing","status":"publish","type":"page","link":"https:\/\/setuphero.com\/my\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1014\" class=\"elementor elementor-1014\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2338842 e-con-full e-flex e-con e-parent\" data-id=\"2338842\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b534db5 elementor-widget elementor-widget-shortcode\" data-id=\"b534db5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&family=Bricolage+Grotesque:wght@600;700;800&display=swap\" rel=\"stylesheet\">\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script>\n  tailwind.config = {\n    corePlugins: { preflight: false },\n    theme: {\n      extend: {\n        colors: {\n          gold: '#C59D51',\n          cream: '#F5F3EE',\n          ink: '#1B1B1B',\n          'light-gray': '#DDDDDD',\n        },\n        fontFamily: {\n          sans: ['Inter', 'sans-serif'],\n          display: ['Bricolage Grotesque', 'sans-serif'],\n        }\n      }\n    }\n  }\n<\/script>\n<style>\n  #sh-pricing-simple { font-family: 'Inter', sans-serif; }\n  #sh-pricing-simple h1, #sh-pricing-simple h2, #sh-pricing-simple h3 { font-family: 'Bricolage Grotesque', sans-serif; }\n\n  \/* Prevents awkward text splitting on responsive viewports *\/\n  #sh-pricing-simple p, \n  #sh-pricing-simple h1, \n  #sh-pricing-simple h2, \n  #sh-pricing-simple span {\n      word-break: normal;\n      overflow-wrap: break-word;\n  }\n\n  #sh-pricing-simple .card-lift { transition: transform .25s ease, box-shadow .25s ease; }\n  #sh-pricing-simple .card-lift:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(27,27,27,.10); }\n\n  #sh-pricing-simple button.btn-pricing-primary {\n    background-color: #C59D51 !important;\n    color: #1B1B1B !important;\n    border: 1px solid #C59D51 !important;\n    outline: none !important;\n    box-shadow: 0 10px 15px -3px rgba(197,157,81,.2) !important;\n  }\n  #sh-pricing-simple button.btn-pricing-primary:hover,\n  #sh-pricing-simple button.btn-pricing-primary:focus {\n    background-color: #ffffff !important;\n    border: 1px solid #ffffff !important;\n    color: #1B1B1B !important;\n  }\n  #sh-pricing-simple button.btn-pricing-outline {\n    background-color: transparent !important;\n    color: #C59D51 !important;\n    border: 1px solid #E2DFD7 !important;\n    outline: none !important;\n  }\n  #sh-pricing-simple button.btn-pricing-outline:hover,\n  #sh-pricing-simple button.btn-pricing-outline:focus {\n    background-color: rgba(197,157,81,.06) !important;\n    border: 1px solid #C59D51 !important;\n    color: #C59D51 !important;\n  }\n<\/style>\n\t\t<div id=\"sh-pricing-simple\" class=\"bg-cream min-h-screen\">\n\n \n<\/section>\n\n <style>\n    \/* ---- Exact toggle replica (shared by all sections) ---- *\/\n    .switch-wrap {\n        width: min(560px, 100%);\n        margin: 0 auto;\n    }\n\n    .pricing-switch {\n        position: relative;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 8px;\n        width: min(560px, 100%);\n        padding: 8px;\n        border: 2px solid #d4c7a5;\n        border-radius: 18px;\n        background: #fff;\n        box-shadow: 0 8px 24px rgba(20,20,20,.08), inset 0 1px 0 rgba(255,255,255,.8);\n    }\n\n    .switch-indicator {\n        position: absolute;\n        top: 8px;\n        bottom: 8px;\n        left: 8px;\n        width: calc(50% - 12px);\n        border-radius: 12px;\n        background: #1c1c1c;\n        box-shadow: 0 8px 20px rgba(0,0,0,.22);\n        transition: transform .28s ease;\n        pointer-events: none;\n    }\n\n    .pricing-switch[data-active=\"labuan\"] .switch-indicator {\n        transform: translateX(calc(100% + 8px));\n    }\n\n    .switch-option {\n        position: relative;\n        z-index: 1;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        min-height: 66px;\n        padding: 0 18px;\n        border: 0;\n        border-radius: 12px;\n        background: transparent;\n        color: #4f4b44;\n        font-size: 17px;\n        font-weight: 900;\n        cursor: pointer;\n        white-space: nowrap;\n        transition: color .2s ease, transform .2s ease, background .2s ease;\n    }\n\n    .switch-option::after {\n        content: \"\";\n        display: inline-block;\n        margin-left: 8px;\n        color: #c5a24f;\n        font-size: 15px;\n        font-weight: 900;\n    }\n\n    .switch-option:hover {\n        color: #171717;\n        background: rgba(197,162,79,.08);\n    }\n\n    .switch-option:focus-visible {\n        outline: 3px solid rgba(197, 162, 79, .5);\n        outline-offset: 3px;\n    }\n\n    .switch-option[aria-selected=\"true\"] {\n        color: #fff;\n    }\n\n    .switch-option[aria-selected=\"true\"]::after {\n        content: \"\u2713\";\n    }\n\n    .switch-option .icon {\n        margin-right: 8px;\n        color: #c5a24f;\n    }\n\n    @media (max-width: 560px) {\n        .switch-option { font-size: 14px; }\n    }\n\n    \/* ---- Hardened overrides ---- *\/\n    #pricingSwitch,\n    #pricingSwitch .switch-option,\n    #pricingSwitch button.switch-option {\n        background-color: transparent !important;\n        background-image: none !important;\n    }\n    #pricingSwitch .switch-option {\n        color: #4f4b44 !important;\n    }\n    #pricingSwitch .switch-option:hover {\n        background-color: rgba(197,162,79,.08) !important;\n        color: #171717 !important;\n    }\n    #pricingSwitch .switch-option[aria-selected=\"true\"] {\n        color: #fff !important;\n    }\n    #pricingSwitch .switch-indicator {\n        background-color: #1c1c1c !important;\n        background-image: none !important;\n    }\n    #pricingSwitch .switch-option::before {\n        content: none !important;\n        background: none !important;\n    }\n\n    \/* ---- Pricing CTA links (converted from <button> to <a>) ----\n       Colors defined explicitly here (rather than relying on the\n       shared\/global .btn-pricing-outline \/ .btn-pricing-primary CSS)\n       because that global CSS is scoped to the <button> tag and\n       stopped matching once these became <a> links \u2014 which is what\n       caused the color\/style to break. This restores the same\n       look: outline = white bg + gold border\/text, primary = solid\n       gold bg + white text, matching the rest of the site's CTA\n       styling. *\/\n   #pricing .btn-pricing-outline,\n#pricing .btn-pricing-primary {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    height: 61px;\n    text-decoration: none;\n    text-align: center;\n    cursor: pointer;\n    transition: all 0.25s ease;\n}\n    #pricing .btn-pricing-outline {\n        background-color: #ffffff;\n        border: 1.5px solid #C59D51;\n        color: #C59D51;\n    }\n\n    #pricing .btn-pricing-outline:hover {\n        background-color: #f7f4ed;\n        border-color: #a8813f;\n        color: #a8813f;\n    }\n\n    #pricing .btn-pricing-primary {\n        background-color: #C59D51;\n        border: 1.5px solid #C59D51;\n        color: 1B1B1B;\n    }\n\n    #pricing .btn-pricing-primary:hover {\n        background-color: #a8813f;\n        border-color: #a8813f;\n        color: 1B1B1B;\n    }\n<\/style>\n<section id=\"pricing\" class=\"py-24 bg-[#F9F8F6]\">\n    <div class=\"max-w-7xl mx-auto px-6\">\n        <div class=\"text-center mb-4\">\n            <span class=\"text-xs font-bold uppercase tracking-[0.25em] text-[#1B1B1B]\/70\">Pricing<\/span>\n        <\/div>\n        <h2 class=\"font-display text-4xl lg:text-5xl font-bold text-[#1B1B1B] text-center mb-4\">Simple, transparent pricing<\/h2>\n        <p class=\"text-[#1B1B1B]\/90 text-center text-lg mb-10 max-w-xl mx-auto\">No hidden fees. No surprises. Choose the plan that fits your stage \u2014 upgrade anytime.<\/p>\n\n        <!-- Pricing Toggle Switch -->\n        <div class=\"flex justify-center mb-8 relative z-10\">\n            <div class=\"switch-wrap\">\n                <div class=\"pricing-switch\" id=\"pricingSwitch\" data-active=\"labuan\" role=\"tablist\" aria-label=\"Company type\">\n                    <span class=\"switch-indicator\" aria-hidden=\"true\"><\/span>\n\n                    <button type=\"button\" id=\"btn-price-sdn\" class=\"switch-option\" role=\"tab\" aria-selected=\"false\" data-type=\"sdn\">\n                        <i class=\"fa-solid fa-building icon\" id=\"icon-price-sdn\"><\/i>Sdn. Bhd.\n                    <\/button>\n\n                    <button type=\"button\" id=\"btn-price-labuan\" class=\"switch-option\" role=\"tab\" aria-selected=\"true\" data-type=\"labuan\">\n                        <i class=\"fa-solid fa-building-columns icon\" id=\"icon-price-labuan\"><\/i>Labuan\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CURRENCY SWITCHER (CENTER-ALIGNED & LARGER) -->\n        <div class=\"max-w-5xl mx-auto flex items-center justify-center gap-3 mb-10\">\n            <div class=\"relative\">\n                <select id=\"pricing-currency-switcher\"\n                        class=\"mb-6 appearance-none pl-5 pr-10 py-2.5 rounded-xl border border-gray-300 text-base font-bold text-[#1B1B1B] bg-white cursor-pointer shadow-sm focus:outline-none focus:ring-2 focus:ring-[#C59D51]\/50 transition-all\">\n                    <option value=\"USD\">\ud83c\uddfa\ud83c\uddf8 USD<\/option>\n                    <option value=\"MYR\">\ud83c\uddf2\ud83c\uddfe MYR<\/option>\n                <\/select>\n                <i class=\"fa-solid fa-chevron-down text-sm text-gray-400 absolute right-4 top-1\/2 -translate-y-1\/2 pointer-events-none\"><\/i>\n            <\/div>\n            <div class=\"relative group flex items-center\">\n                <i class=\"fa-solid fa-circle-info text-gray-400 text-base cursor-help hover:text-[#C59D51] transition-colors\"><\/i>\n                <span class=\"hidden group-hover:block absolute z-20 bottom-full left-1\/2 -translate-x-1\/2 mb-2 w-60 text-xs text-center text-white bg-[#1B1B1B] rounded-lg px-3 py-2 shadow-xl pointer-events-none\">\n                    Prices are approximate conversions. Final invoices are issued in USD.\n                <\/span>\n            <\/div>\n        <\/div>\n\n        <!-- ==========================================\n            SDN BHD PRICING CONTENT\n        =========================================== -->\n        <div id=\"pricing-content-sdn\" class=\"hidden animate-fade-in\">\n            <!-- Cards -->\n            <div class=\"grid md:grid-cols-3 gap-5 max-w-5xl mx-auto mb-10\">\n                <!-- Starter -->\n                <div class=\"bg-white border border-[#E2DFD7] rounded-2xl p-8 hover:shadow-lg transition-shadow\">\n                    <div class=\"w-10 h-10 bg-[#C59D51]\/10 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fa-solid fa-rocket text-[#C59D51]\"><\/i>\n                    <\/div>\n                    <div class=\"text-lg font-bold text-[#1B1B1B] mb-1\">Starter<\/div>\n                    <div class=\"font-display text-3xl font-bold text-[#1B1B1B] mb-1\">\n                        <span class=\"text-sm font-medium text-[#1B1B1B]\/80 mr-1 cur-symbol\">USD<\/span><span class=\"price-val\" data-usd=\"2500\">2,500<\/span>\n                    <\/div>\n                    <div class=\"text-[#1B1B1B]\/70 text-xs mb-8\"><\/div>\n                    <ul class=\"space-y-4 mb-10 text-[13px] text-[#1B1B1B] min-h-[220px]\">\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Malaysian Sdn. Bhd. incorporation<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> 100% foreign ownership structure<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Company registration documents<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> SSM filing and incorporation support<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Client provides own director, address, secretary and banking<\/li>\n                    <\/ul>\n                    <a href=\"\" class=\"btn-pricing-outline w-full py-3 rounded-[10px] font-semibold transition-all text-sm sh-popup-trigger\">Choose Starter<\/a>\n                <\/div>\n\n                <!-- Business (Most Popular) -->\n                <div class=\"bg-[#1B1B1B] rounded-2xl p-8 relative shadow-2xl md:scale-105 z-10 border border-[#1B1B1B]\">\n                    <div class=\"absolute -top-4 left-1\/2 -translate-x-1\/2\">\n                        <span class=\"bg-[#C59D51] text-[#1B1B1B] text-[10px] font-bold px-4 py-1.5 rounded-full uppercase tracking-widest shadow-lg\">Most Popular<\/span>\n                    <\/div>\n                    <div class=\"w-10 h-10 bg-white\/10 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fa-solid fa-star text-[#C59D51]\"><\/i>\n                    <\/div>\n                    <div class=\"text-lg font-bold text-white mb-1\">Growth <\/div>\n                    <div class=\"font-display text-3xl font-bold text-white mb-1\">\n                        <span class=\"text-sm font-medium text-white\/60 mr-1 cur-symbol\">USD<\/span><span class=\"price-val\" data-usd=\"3500\">3,500<\/span>\n                    <\/div>\n                    <div class=\"text-white\/40 text-xs mb-8\"><\/div>\n                    <ul class=\"space-y-4 mb-10 text-[13px] text-white\/90 min-h-[220px]\">\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Everything in Incorporation<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Corporate bank account opening assistance<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Virtual office address \u2013 1 year<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Company secretary \u2013 1 year<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Resident nominee director \u2013 1 year<\/li>\n                    <\/ul>\n                    <a href=\"\" class=\"btn-pricing-primary w-full py-3 rounded-[10px] font-bold transition-all text-sm sh-popup-trigger\">Choose Growth<\/a>\n                <\/div>\n\n                <!-- Enterprise -->\n                <div class=\"bg-white border border-[#E2DFD7] rounded-2xl p-8 hover:shadow-lg transition-shadow\">\n                    <div class=\"w-10 h-10 bg-[#C59D51]\/10 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fa-solid fa-chart-simple text-[#C59D51]\"><\/i>\n                    <\/div>\n                    <div class=\"text-lg font-bold text-[#1B1B1B] mb-1\">Scale <\/div>\n                    <div class=\"font-display text-3xl font-bold text-[#1B1B1B] mb-1\">\n                        <span class=\"text-sm font-medium text-[#1B1B1B]\/80 mr-1 cur-symbol\">USD<\/span><span class=\"price-val\" data-usd=\"4500\">4,500<\/span>\n                    <\/div>\n                    <div class=\"text-[#1B1B1B]\/70 text-xs mb-8\"><\/div>\n                    <ul class=\"space-y-4 mb-10 text-[13px] text-[#1B1B1B] min-h-[220px]\">\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Everything in Complete Setup<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Corporate tax filing<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Annual compliance coordination<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Priority support<\/li>\n                    <\/ul>\n                    <a href=\"\" class=\"btn-pricing-outline w-full py-3 rounded-[10px] font-semibold transition-all text-sm sh-popup-trigger\">Choose Scale<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Bottom Stats -->\n            <div class=\"max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-4 bg-white p-6 rounded-2xl border border-[#E2DFD7]\">\n                <div class=\"flex gap-4 items-start p-3\">\n                    <i class=\"fa-solid fa-shield-check text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Annual Renewal<\/h4>\n                        <p class=\"text-[#C59D51] text-xs font-semibold mb-1\"><span class=\"cur-symbol\">USD<\/span> <span class=\"price-val\" data-usd=\"1400\">1,400<\/span><\/p>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight\">Includes secretary, SSM return, nominee director and virtual office.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex gap-4 items-start p-3 border-t md:border-t-0 md:border-l border-[#E2DFD7]\">\n                    <i class=\"fa-solid fa-arrow-rotate-left text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Refundable Deposit<\/h4>\n                        <p class=\"text-[#C59D51] text-xs font-semibold mb-1\"><span class=\"cur-symbol\">USD<\/span> <span class=\"price-val\" data-usd=\"500\">500<\/span><\/p>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight\">Nominee director deposit. Refunded when service is terminated.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex gap-4 items-start p-3 border-t md:border-t-0 md:border-l border-[#E2DFD7]\">\n                    <i class=\"fa-solid fa-building-columns text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Paid-up Capital<\/h4>\n                        <p class=\"text-[#C59D51] text-xs font-semibold mb-1\"><span class=\"cur-symbol\">USD<\/span> <span class=\"price-val\" data-usd=\"500\">500<\/span><\/p>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight\">Government requirement. Held in the company account.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex gap-4 items-start p-3 border-t md:border-t-0 md:border-l border-[#E2DFD7]\">\n                    <i class=\"fa-solid fa-file-invoice text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Accounting & Tax Fees<\/h4>\n                        <p class=\"text-[#1B1B1B] text-xs font-semibold mb-1\">Varies<\/p>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight\">Fees depend on turnover, transactions and business activity.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ==========================================\n            LABUAN PRICING CONTENT\n        =========================================== -->\n        <div id=\"pricing-content-labuan\" class=\"block animate-fade-in\">\n            <!-- Cards -->\n            <div class=\"grid md:grid-cols-3 gap-5 max-w-5xl mx-auto mb-10\">\n                <!-- Starter -->\n                <div class=\"bg-white border border-[#E2DFD7] rounded-2xl p-8 hover:shadow-lg transition-shadow\">\n                    <div class=\"w-10 h-10 bg-[#C59D51]\/10 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fa-solid fa-building-user text-[#C59D51]\"><\/i>\n                    <\/div>\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <div class=\"text-lg font-bold text-[#1B1B1B]\">Starter<\/div>\n                        <span class=\"bg-[#EFECE6] text-[#1B1B1B] text-[10px] font-bold px-2 py-0.5 rounded border border-[#E2DFD7]\">0 Employment Passes<\/span>\n                    <\/div>\n                    <div class=\"font-display text-3xl font-bold text-[#1B1B1B] mb-8\">\n                        <span class=\"text-sm font-medium text-[#1B1B1B]\/80 mr-1 cur-symbol\">USD<\/span><span class=\"price-val\" data-usd=\"4245\">4,245<\/span>\n                    <\/div>\n                    <ul class=\"space-y-4 mb-10 text-[13px] text-[#1B1B1B] min-h-[220px]\">\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Labuan company incorporation<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Name reservation, M&A prep & tax registration<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Resident secretary & registered office<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Paid-up capital fee included<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Due diligence process<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> No employment pass included<\/li>\n                    <\/ul>\n                    <a href=\"\" class=\"btn-pricing-outline w-full py-3 rounded-[10px] font-semibold transition-all text-sm sh-popup-trigger\">Choose Starter<\/a>\n                <\/div>\n\n                <!-- Business (Most Popular) -->\n                <div class=\"bg-[#1B1B1B] rounded-2xl p-8 relative shadow-2xl md:scale-105 z-10 border border-[#1B1B1B]\">\n                    <div class=\"absolute -top-4 left-1\/2 -translate-x-1\/2\">\n                        <span class=\"bg-[#C59D51] text-[#1B1B1B] text-[10px] font-bold px-4 py-1.5 rounded-full uppercase tracking-widest shadow-lg\">Most Popular<\/span>\n                    <\/div>\n                    <div class=\"w-10 h-10 bg-white\/10 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fa-solid fa-star text-[#C59D51]\"><\/i>\n                    <\/div>\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <div class=\"text-lg font-bold text-white\">Growth <\/div>\n                        <span class=\"bg-white\/10 text-white text-[10px] font-bold px-2 py-0.5 rounded border border-white\/20\">1 Employment Pass<\/span>\n                    <\/div>\n                    <div class=\"font-display text-3xl font-bold text-white mb-8\">\n                        <span class=\"text-sm font-medium text-white\/60 mr-1 cur-symbol\">USD<\/span><span class=\"price-val\" data-usd=\"8890\">8,890<\/span>\n                    <\/div>\n                    <ul class=\"space-y-4 mb-10 text-[13px] text-white\/90 min-h-[220px]\">\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> All incorporation items included<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> 1 employment pass application<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Labuan FSA fee (2 years)<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Office lease agreement<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Business plan included<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Resident secretary & registered office<\/li>\n                    <\/ul>\n                    <a href=\"\" class=\"btn-pricing-primary w-full py-3 rounded-[10px] font-bold transition-all text-sm sh-popup-trigger\">Choose Growth<\/a>\n                <\/div>\n\n                <!-- Enterprise -->\n                <div class=\"bg-white border border-[#E2DFD7] rounded-2xl p-8 hover:shadow-lg transition-shadow\">\n                    <div class=\"w-10 h-10 bg-[#C59D51]\/10 rounded-full flex items-center justify-center mb-6\">\n                        <i class=\"fa-solid fa-users text-[#C59D51]\"><\/i>\n                    <\/div>\n                    <div class=\"flex items-center gap-2 mb-1\">\n                        <div class=\"text-lg font-bold text-[#1B1B1B]\">Scale <\/div>\n                        <span class=\"bg-[#EFECE6] text-[#1B1B1B] text-[10px] font-bold px-2 py-0.5 rounded border border-[#E2DFD7]\">2 Employment Passes<\/span>\n                    <\/div>\n                    <div class=\"font-display text-3xl font-bold text-[#1B1B1B] mb-8\">\n                        <span class=\"text-sm font-medium text-[#1B1B1B]\/80 mr-1 cur-symbol\">USD<\/span><span class=\"price-val\" data-usd=\"10490\">10,490<\/span>\n                    <\/div>\n                    <ul class=\"space-y-4 mb-10 text-[13px] text-[#1B1B1B] min-h-[220px]\">\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> All incorporation items included<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> 2 employment pass applications<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Labuan FSA fee (2 years)<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Office lease agreement<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Business plan included<\/li>\n                        <li class=\"flex items-start gap-3\"><i class=\"fa-regular fa-circle-check text-[#C59D51] mt-0.5 text-base\"><\/i> Resident secretary & registered\noffice<\/li>\n                    <\/ul>\n                    <a href=\"\" class=\"btn-pricing-outline w-full py-3 rounded-[10px] font-semibold transition-all text-sm sh-popup-trigger\">Choose Scale<\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Bottom Stats -->\n            <div class=\"max-w-5xl mx-auto grid grid-cols-1 md:grid-cols-4 gap-4 bg-white p-6 rounded-2xl border border-[#E2DFD7]\">\n                <div class=\"flex gap-4 items-start p-3\">\n                    <i class=\"fa-solid fa-circle-dollar-to-slot text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">All prices in USD<\/h4>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight mt-1\">Transparent package pricing.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex gap-4 items-start p-3 border-t md:border-t-0 md:border-l border-[#E2DFD7]\">\n                    <i class=\"fa-solid fa-location-dot text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Registered Office<\/h4>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight mt-1\">Included in all packages.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex gap-4 items-start p-3 border-t md:border-t-0 md:border-l border-[#E2DFD7]\">\n                    <i class=\"fa-solid fa-clipboard-list text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Business Plan<\/h4>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight mt-1\">Included in employment pass packages.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"flex gap-4 items-start p-3 border-t md:border-t-0 md:border-l border-[#E2DFD7]\">\n                    <i class=\"fa-solid fa-passport text-[#C59D51] text-xl mt-1\"><\/i>\n                    <div>\n                        <h4 class=\"font-bold text-[#1B1B1B] text-sm\">Employment Pass Support<\/h4>\n                        <p class=\"text-[10px] text-[#1B1B1B]\/85 leading-tight mt-1\">Included in Business and Enterprise.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/section>\n<script>\n(function () {\n    const wrap = document.getElementById('pricingSwitch');\n    const tabs = [...wrap.querySelectorAll('.switch-option')];\n\n    const contentSdn = document.getElementById('pricing-content-sdn');\n    const contentLabuan = document.getElementById('pricing-content-labuan');\n\n    function switchPricing(type) {\n        wrap.dataset.active = type;\n        tabs.forEach(tab => tab.setAttribute('aria-selected', String(tab.dataset.type === type)));\n\n        if (type === 'labuan') {\n            contentSdn.classList.add('hidden');\n            contentSdn.classList.remove('block');\n            contentLabuan.classList.add('block');\n            contentLabuan.classList.remove('hidden');\n        } else {\n            contentLabuan.classList.add('hidden');\n            contentLabuan.classList.remove('block');\n            contentSdn.classList.add('block');\n            contentSdn.classList.remove('hidden');\n        }\n    }\n\n    tabs.forEach(tab => {\n        tab.addEventListener('click', () => switchPricing(tab.dataset.type));\n\n        tab.addEventListener('keydown', event => {\n            if (!['ArrowLeft', 'ArrowRight'].includes(event.key)) return;\n            event.preventDefault();\n            const currentIndex = tabs.indexOf(tab);\n            const nextIndex = event.key === 'ArrowRight'\n                ? (currentIndex + 1) % tabs.length\n                : (currentIndex - 1 + tabs.length) % tabs.length;\n            tabs[nextIndex].focus();\n            switchPricing(tabs[nextIndex].dataset.type);\n        });\n    });\n})();\n<\/script>\n<script>\n(function () {\n    var RATES = {\n        USD: { symbol: 'USD', rate: 1 },\n        MYR: { symbol: 'RM',  rate: 4.70 }\n    };\n\n    var switcher = document.getElementById('pricing-currency-switcher');\n    if (!switcher) return;\n\n    function formatNumber(n) {\n        return new Intl.NumberFormat('en-US', { maximumFractionDigits: 0 }).format(Math.round(n));\n    }\n\n    function updatePrices(currency) {\n        var cfg = RATES[currency] || RATES.USD;\n        var section = document.getElementById('pricing');\n\n        section.querySelectorAll('.cur-symbol').forEach(function (el) {\n            el.textContent = cfg.symbol;\n        });\n        section.querySelectorAll('.price-val').forEach(function (el) {\n            var usd = parseFloat(el.getAttribute('data-usd'));\n            el.textContent = formatNumber(usd * cfg.rate);\n        });\n    }\n\n    switcher.addEventListener('change', function () {\n        updatePrices(this.value);\n    });\n\n    updatePrices(switcher.value);\n})();\n<\/script>\n\t \n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n    FINAL RESPONSIVE REVIEWS WIDGET (TEXT REMOVED FROM VIDEO CARDS)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n    FINAL RESPONSIVE REVIEWS WIDGET (v2 \u2014 card\/modal redesign)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<style>\n  #formmy-reviews-container {\n    font-family: 'Inter', sans-serif;\n    box-sizing: border-box;\n  }\n  #formmy-reviews-container *, #formmy-reviews-container *::before, #formmy-reviews-container *::after {\n    box-sizing: border-box;\n  }\n\n  :root {\n    --cream: #F5F3EE;\n    --near-black: #1B1B1B;\n    --gold: #C59D51;\n    --bronze: #A87F3D;\n    --gold-soft: rgba(197, 157, 81, 0.16);\n  }\n\n  .bg-cream { background-color: var(--cream); }\n  .bg-near-black { background-color: var(--near-black); }\n  .text-gold { color: var(--gold); }\n  .text-bronze { color: var(--bronze); }\n  .bg-gold { background-color: var(--gold); }\n  .bg-bronze { background-color: var(--bronze); }\n\n  .no-scrollbar::-webkit-scrollbar { display: none; }\n  .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }\n\n  \/* Navigation buttons *\/\n  button.review-nav-btn {\n    background-color: #ffffff !important;\n    border: 1px solid #E2DFD7 !important;\n    color: #1B1B1B !important;\n    outline: none !important;\n    box-shadow: none !important;\n  }\n  button.review-nav-btn:hover {\n    background-color: #1B1B1B !important;\n    border-color: #1B1B1B !important;\n    color: #ffffff !important;\n  }\n  button.review-nav-btn-primary {\n    background: linear-gradient(135deg, #C59D51 0%, #A87F3D 100%) !important;\n    border: none !important;\n    color: #ffffff !important;\n    outline: none !important;\n  }\n\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     CARD SHELL \u2014 shared by video + photo-only + placeholder cards\n     so the whole row reads as one family, like the reference.\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  .formmy-card {\n    aspect-ratio: 3 \/ 4;\n    background-color: var(--near-black);\n    border-radius: 1.5rem;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 10px 30px rgba(27,27,27,0.14);\n    border: 1px solid transparent;\n    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;\n  }\n\n  \/* Playable video cards *\/\n  .formmy-card.is-playable { cursor: pointer; }\n  .formmy-card.is-playable:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 18px 40px rgba(27,27,27,0.22);\n  }\n  .formmy-card.is-playable:focus-visible {\n    outline: none;\n    border-color: var(--gold);\n    box-shadow: 0 0 0 3px var(--gold-soft), 0 18px 40px rgba(27,27,27,0.22);\n  }\n\n  \/* Featured card gets the quiet gold ring, echoing the reference's active-state border *\/\n  .formmy-card.is-featured { border-color: var(--gold); }\n  .formmy-card.is-featured::after {\n    content: 'Watch first';\n    position: absolute;\n    top: 14px; left: 14px;\n    z-index: 15;\n    background: var(--gold);\n    color: #fff;\n    font-size: 0.62rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    padding: 0.32rem 0.65rem;\n    border-radius: 9999px;\n  }\n\n  .formmy-thumb {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.6s ease;\n  }\n  .formmy-card.is-playable:hover .formmy-thumb { transform: scale(1.06); }\n\n  \/* Fallback tile shown if a photo fails to load, so the row never breaks *\/\n  .formmy-thumb-fallback {\n    display: none;\n    position: absolute; inset: 0;\n    align-items: center; justify-content: center;\n    background: linear-gradient(160deg, #262626 0%, #101010 100%);\n    color: var(--gold);\n    font-weight: 800;\n    font-size: 2.2rem;\n  }\n\n  .formmy-gradient {\n    position: absolute;\n    left: 0; right: 0; bottom: 0;\n    height: 62%;\n    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.28) 55%, transparent 100%);\n    pointer-events: none;\n    z-index: 10;\n  }\n\n  .formmy-play-btn-wrapper {\n    width: 56px; height: 56px;\n    border-radius: 9999px;\n    display: flex; align-items: center; justify-content: center;\n    border: 2px solid rgba(255,255,255,0.85);\n    background: rgba(27,27,27,0.25);\n    backdrop-filter: blur(2px);\n    box-shadow: 0 4px 18px rgba(0,0,0,0.35);\n    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;\n  }\n  .formmy-card.is-playable:hover .formmy-play-btn-wrapper {\n    transform: scale(1.1);\n    background: var(--gold);\n    border-color: var(--gold);\n  }\n\n  \/* Country badge \u2014 sits above the name, like the reference cards *\/\n  .formmy-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.4rem;\n    background: rgba(27,27,27,0.55);\n    border: 1px solid rgba(197,157,81,0.55);\n    color: var(--gold);\n    font-size: 0.66rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    padding: 0.32rem 0.7rem 0.32rem 0.55rem;\n    border-radius: 9999px;\n    backdrop-filter: blur(3px);\n    width: fit-content;\n  }\n  .formmy-badge .flag { font-size: 0.9rem; line-height: 1; }\n\n  .formmy-caption {\n    position: absolute;\n    left: 0; right: 0; bottom: 0;\n    z-index: 15;\n    padding: 1.15rem 1.15rem 1.05rem;\n    display: flex;\n    flex-direction: column;\n    gap: 0.55rem;\n  }\n  .formmy-name { color: #fff; font-weight: 800; font-size: 1rem; line-height: 1.2; }\n  .formmy-role { color: rgba(255,255,255,0.72); font-size: 0.78rem; font-weight: 500; margin-top: 0.1rem; }\n\n  \/* Photo-ready but no video yet: honest state, not a fake play button *\/\n  .formmy-status-chip {\n    display: inline-flex; align-items: center; gap: 0.4rem;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.18);\n    color: rgba(255,255,255,0.75);\n    font-size: 0.64rem; font-weight: 700;\n    text-transform: uppercase; letter-spacing: 0.06em;\n    padding: 0.32rem 0.7rem;\n    border-radius: 9999px;\n    width: fit-content;\n  }\n  .formmy-status-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }\n\n  \/* No photo yet \u2014 plain, quiet placeholder *\/\n  .formmy-placeholder-card {\n    background: linear-gradient(160deg, #232323 0%, #0e0e0e 100%);\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    text-align: center; padding: 1.75rem 1.25rem;\n  }\n  .formmy-placeholder-avatar {\n    width: 54px; height: 54px; border-radius: 9999px;\n    background: var(--gold-soft); border: 1px solid rgba(197,157,81,0.35);\n    color: var(--gold); font-weight: 800; font-size: 1.05rem;\n    display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;\n  }\n  .formmy-placeholder-name { color: #fff; font-weight: 800; font-size: 0.95rem; margin-bottom: 0.25rem; }\n  .formmy-placeholder-role { color: rgba(255,255,255,0.55); font-size: 0.78rem; margin-bottom: 0.95rem; line-height: 1.4; }\n\n  \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     MODAL \u2014 clean, centered, same family as the cards.\n     Hardened against theme bleed: some builder sections apply a\n     CSS transform to an ancestor, which silently turns\n     \"position: fixed\" into \"position: absolute relative to that\n     ancestor\" \u2014 that's what was pinning the popup near the scroll\n     position instead of centering it on the real viewport. The\n     script now moves this modal to be a direct child of <body> so\n     no ancestor transform can ever intercept it again. The\n     !important flags below stop the theme's own iframe\/link\n     borders and focus outlines (the stray blue ring) from bleeding in.\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n  #formmyVideoModal.formmy-modal-overlay {\n    display: none;\n    position: fixed !important;\n    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;\n    width: 100vw !important; height: 100vh !important;\n    margin: 0 !important;\n    background: rgba(15, 13, 10, 0.9);\n    backdrop-filter: blur(6px);\n    z-index: 2147483647;\n    align-items: center;\n    justify-content: center;\n    opacity: 0;\n    transition: opacity 0.3s ease;\n    padding: 2.25rem 1rem;\n    box-sizing: border-box !important;\n  }\n  #formmyVideoModal.formmy-modal-overlay.active { display: flex; opacity: 1; }\n\n  \/* Outer wrapper: NOT clipped, so the close button can sit outside the video edge *\/\n  #formmyVideoModal .formmy-modal-container {\n    position: relative;\n    width: 100%;\n    max-width: 960px;\n    margin: 0 !important;\n    transform: translateY(16px) scale(0.98);\n    transition: transform 0.3s ease;\n  }\n  #formmyVideoModal.active .formmy-modal-container { transform: translateY(0) scale(1); }\n\n  \/* Inner wrapper: this is what actually clips the iframe to rounded corners *\/\n  #formmyVideoModal .formmy-modal-video {\n    position: relative;\n    width: 100%;\n    aspect-ratio: 16 \/ 9;\n    background: #000;\n    border-radius: 1rem !important;\n    border: none !important;\n    outline: none !important;\n    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(197,157,81,0.3) !important;\n    overflow: hidden;\n  }\n\n #formmyVideoModal .formmy-modal-video iframe {\n    position: absolute !important;\n    top: 0 !important;\n    left: 0 !important;\n    display: block;\n    width: 100% !important;\n    height: 100% !important;\n    max-width: none;\n    border: none !important;\n    outline: none !important;\n    box-shadow: none !important;\n    margin: 0 !important;\n  }\n\n  #formmyVideoModal .formmy-modal-close {\n    position: absolute;\n    top: -14px;\n    right: -14px;\n    width: 38px;\n    height: 38px;\n    background: var(--gold) !important;\n    color: #fff !important;\n    border-radius: 50% !important;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    font-size: 15px;\n    border: 3px solid #fff !important;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.5) !important;\n    transition: transform 0.2s ease, background 0.2s ease;\n    z-index: 100000;\n    outline: none !important;\n    line-height: 1;\n  }\n  #formmyVideoModal .formmy-modal-close:hover { transform: scale(1.08); background: var(--bronze) !important; }\n  #formmyVideoModal .formmy-modal-close:focus-visible { box-shadow: 0 0 0 3px var(--gold-soft), 0 6px 20px rgba(0,0,0,0.45) !important; }\n\n  \/* Mobile: pull the button fully inside the safe padding so it never gets cut off by the viewport edge *\/\n  @media (max-width: 480px) {\n    #formmyVideoModal.formmy-modal-overlay { padding: 2rem 0.75rem; }\n    #formmyVideoModal .formmy-modal-close {\n      top: -12px;\n      right: -8px;\n      width: 34px;\n      height: 34px;\n      font-size: 13px;\n      border-width: 2px !important;\n    }\n  }\n<\/style>\n\n<div id=\"formmy-reviews-container\" class=\"bg-white text-gray-900 w-full overflow-x-hidden\">\n\n <section id=\"video-reviews-widget\" class=\"bg-white py-12 md:py-16\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6\">\n      <div class=\"flex flex-col md:flex-row md:items-end justify-between mb-8 md:mb-12 gap-6\">\n        <div class=\"max-w-2xl\">\n          <div class=\"flex items-center gap-2 mb-3\">\n            <span class=\"w-1.5 h-1.5 bg-gold rounded-full\"><\/span>\n            <p class=\"text-[10px] font-black uppercase tracking-[0.3em] text-bronze m-0\">Video Testimonials<\/p>\n          <\/div>\n          <h2 class=\"text-2xl sm:text-3xl md:text-4xl font-black text-near-black mb-2 mt-0\">Hear from real founders<\/h2>\n          <p class=\"text-gray-500 text-sm sm:text-base font-medium m-0\">Authentic stories of growth and global expansion.<\/p>\n        <\/div>\n        <div class=\"flex gap-3 self-end md:self-auto\">\n          <button type=\"button\" onclick=\"document.getElementById('video-scroll-widget').scrollBy({left: -320, behavior: 'smooth'})\" class=\"review-nav-btn w-9 h-9 sm:w-10 sm:h-10 rounded-full flex items-center justify-center transition-all cursor-pointer\">\n            <i class=\"fa-solid fa-arrow-left text-xs sm:text-sm\"><\/i>\n          <\/button>\n          <button type=\"button\" onclick=\"document.getElementById('video-scroll-widget').scrollBy({left: 320, behavior: 'smooth'})\" class=\"review-nav-btn-primary w-9 h-9 sm:w-10 sm:h-10 rounded-full flex items-center justify-center shadow-lg shadow-gold\/20 hover:scale-105 transition-transform cursor-pointer\">\n            <i class=\"fa-solid fa-arrow-right text-xs sm:text-sm\"><\/i>\n          <\/button>\n        <\/div>\n      <\/div>\n\n      <div id=\"video-scroll-widget\" class=\"flex gap-4 sm:gap-6 overflow-x-auto no-scrollbar snap-x snap-mandatory scroll-smooth pb-6 pt-2\">\n\n        <!-- Bradley -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n             data-video-id=\"H_mVK4SGH4U\" data-name=\"Bradley\" data-role=\"Technology\"\n             tabindex=\"0\" role=\"button\" aria-label=\"Play Bradley's testimonial video\"\n             onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Bradley.webp\" alt=\"Bradley, Technology, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">B<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n            <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n          <\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde6\ud83c\uddfa<\/span>Australia<\/span>\n            <div>\n              <div class=\"formmy-name\">Bradley<\/div>\n              <div class=\"formmy-role\">Technology<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Arno -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n             data-video-id=\"tNC-2t942Uo\" data-name=\"Arno\" data-role=\"Trading\"\n             tabindex=\"0\" role=\"button\" aria-label=\"Play Arno's testimonial video\"\n             onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Arno.webp\" alt=\"Arno, Trading, Belgium\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">A<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n            <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n          <\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde7\ud83c\uddea<\/span>Belgium<\/span>\n            <div>\n              <div class=\"formmy-name\">Arno<\/div>\n              <div class=\"formmy-role\">Trading<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Chase -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n             data-video-id=\"cxdwuEZl5jY\" data-name=\"Chase\" data-role=\"Sales\"\n             tabindex=\"0\" role=\"button\" aria-label=\"Play Chase's testimonial video\"\n             onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Chase.webp\" alt=\"Chase, Sales, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">C<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n            <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n          <\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde6\ud83c\uddfa<\/span>Australia<\/span>\n            <div>\n              <div class=\"formmy-name\">Chase<\/div>\n              <div class=\"formmy-role\">Sales<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n       <!-- Ben -->\n<div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n     data-video-id=\"XzSnNLovVn4\" data-name=\"Ben\" data-role=\"Relationship Coach\"\n     tabindex=\"0\" role=\"button\" aria-label=\"Play Ben's testimonial video\"\n     onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n  <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Ben.webp\" alt=\"Ben, Relationship Coach, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n  <div class=\"formmy-thumb-fallback\">B<\/div>\n  <div class=\"formmy-gradient\"><\/div>\n  <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n    <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n  <\/div>\n  <div class=\"formmy-caption\">\n    <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde6\ud83c\uddfa<\/span>Australia<\/span>\n    <div>\n      <div class=\"formmy-name\">Ben<\/div>\n      <div class=\"formmy-role\">Relationship Coach<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n        <!-- Jake -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n             data-video-id=\"COm4uPl2jFQ\" data-name=\"Jake\" data-role=\"Marketing\"\n             tabindex=\"0\" role=\"button\" aria-label=\"Play Jake's testimonial video\"\n             onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Jake.webp\" alt=\"Jake, Marketing, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">J<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n            <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n          <\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde6\ud83c\uddfa<\/span>Australia<\/span>\n            <div>\n              <div class=\"formmy-name\">Jake<\/div>\n              <div class=\"formmy-role\">Marketing<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Reid -->\n<div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n     data-video-id=\"lR3LrPxyTtg\" data-name=\"Reid\" data-role=\"Marketing\"\n     tabindex=\"0\" role=\"button\" aria-label=\"Play Reid's testimonial video\"\n     onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n  <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Reid.webp\" alt=\"Reid, Marketing, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n  <div class=\"formmy-thumb-fallback\">R<\/div>\n  <div class=\"formmy-gradient\"><\/div>\n  <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n    <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n  <\/div>\n  <div class=\"formmy-caption\">\n    <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde6\ud83c\uddfa<\/span>Australia<\/span>\n    <div>\n      <div class=\"formmy-name\">Reid<\/div>\n      <div class=\"formmy-role\">Marketing<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n        <!-- Rami -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"\n             data-video-id=\"2hdx-RLzvSI\" data-name=\"Rami\" data-role=\"Ecommerce\"\n             tabindex=\"0\" role=\"button\" aria-label=\"Play Rami's testimonial video\"\n             onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Rami.webp\" alt=\"Rami, Ecommerce, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">R<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n            <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n          <\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde6\ud83c\uddfa<\/span>Australia<\/span>\n            <div>\n              <div class=\"formmy-name\">Rami<\/div>\n              <div class=\"formmy-role\">Ecommerce<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Patrick \u2014 moved toward the end -->\n<div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card is-playable\"             data-video-id=\"MRbjCfNREl8\" data-name=\"Patrick\" data-role=\"Fitness Coach\"\n             tabindex=\"0\" role=\"button\" aria-label=\"Play Patrick's testimonial video\"\n             onclick=\"openFormmyModal(this)\" onkeydown=\"if(event.key==='Enter'||event.key===' '){event.preventDefault();openFormmyModal(this);}\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Patrick.webp\" alt=\"Patrick, Fitness Coach, Canada\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">P<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"absolute inset-0 z-20 flex items-center justify-center pointer-events-none\">\n            <div class=\"formmy-play-btn-wrapper\"><i class=\"fa-solid fa-play text-white text-lg ml-0.5\"><\/i><\/div>\n          <\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-badge\"><span class=\"flag\">\ud83c\udde8\ud83c\udde6<\/span>Canada<\/span>\n            <div>\n              <div class=\"formmy-name\">Patrick<\/div>\n              <div class=\"formmy-role\">Fitness Coach<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Alex \u2014 photo ready, video not uploaded yet -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Alex.webp\" alt=\"Alex, Marketing, Spain\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">A<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-status-chip\"><span class=\"dot\"><\/span>Video coming soon<\/span>\n            <div>\n              <div class=\"formmy-name\">Alex<\/div>\n              <div class=\"formmy-role\">Marketing &middot; Spain<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Fin \u2014 photo ready, video not uploaded yet -->\n        <div class=\"w-[75vw] sm:w-[260px] md:w-[calc(25%-18px)] flex-shrink-0 snap-center formmy-card\">\n          <img decoding=\"async\" class=\"formmy-thumb\" src=\"\/my\/wp-content\/uploads\/2026\/08\/Testimonial-Fin.webp\" alt=\"Fin, Business Coach, Australia\" onerror=\"this.style.display='none'; this.nextElementSibling.style.display='flex';\">\n          <div class=\"formmy-thumb-fallback\">F<\/div>\n          <div class=\"formmy-gradient\"><\/div>\n          <div class=\"formmy-caption\">\n            <span class=\"formmy-status-chip\"><span class=\"dot\"><\/span>Video coming soon<\/span>\n            <div>\n              <div class=\"formmy-name\">Fin<\/div>\n              <div class=\"formmy-role\">Business Coach &middot; Australia<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        \n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n      VIDEO MODAL \/ POPUP\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div id=\"formmyVideoModal\" class=\"formmy-modal-overlay\" onclick=\"closeFormmyModal()\">\n    <div class=\"formmy-modal-container\" onclick=\"event.stopPropagation()\">\n      <button type=\"button\" class=\"formmy-modal-close\" onclick=\"closeFormmyModal()\" aria-label=\"Close video\">\n        <i class=\"fa-solid fa-xmark\"><\/i>\n      <\/button>\n      <div class=\"formmy-modal-video\">\n        <iframe id=\"formmyModalIframe\" src=\"\" title=\"Video Testimonial\"\n          allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n          allowfullscreen><\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n    JAVASCRIPT (MODAL HANDLER)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<script>\n  let formmyLastFocused = null;\n\n  \/\/ Moving the modal to the body solves page-builder \"fixed position\" bugs \n  \/\/ without needing manual scroll position math.\n  function formmySecureModalPlacement() {\n    const modal = document.getElementById('formmyVideoModal');\n    if (!modal) return;\n    if (modal.parentElement !== document.body) {\n      document.body.appendChild(modal);\n    }\n  }\n  \n  \/\/ Run once on load just in case\n  formmySecureModalPlacement();\n\n  function openFormmyModal(element) {\n    const videoId = element.getAttribute('data-video-id');\n    if (!videoId) return;\n\n    formmySecureModalPlacement();\n    formmyLastFocused = document.activeElement;\n\n    const modal = document.getElementById('formmyVideoModal');\n    const iframe = document.getElementById('formmyModalIframe');\n\n    iframe.src = `https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1`;\n    modal.classList.add('active');\n    document.body.style.overflow = 'hidden';\n    \n    \/\/ Slight delay to ensure the modal is rendered before focusing the close button\n    setTimeout(() => {\n        const closeBtn = modal.querySelector('.formmy-modal-close');\n        if(closeBtn) closeBtn.focus();\n    }, 50);\n  }\n\n  function closeFormmyModal() {\n    const modal = document.getElementById('formmyVideoModal');\n    const iframe = document.getElementById('formmyModalIframe');\n\n    modal.classList.remove('active');\n    setTimeout(() => { iframe.src = ''; }, 300);\n    document.body.style.overflow = '';\n    if (formmyLastFocused) formmyLastFocused.focus();\n  }\n\n  document.addEventListener('keydown', function (event) {\n    if (event.key === 'Escape') closeFormmyModal();\n  });\n<\/script>\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n      TEXT REVIEWS SECTION (Google Reviews)\n  \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"text-reviews-widget\" class=\"bg-cream py-12 md:py-16\">\n  <div class=\"max-w-7xl mx-auto px-4 sm:px-6\">\n\n    <div class=\"flex flex-col md:flex-row md:items-end justify-between mb-8 md:mb-12 gap-6\">\n      <div class=\"max-w-2xl text-left\">\n        <div class=\"flex items-center gap-2 mb-3\">\n          <span class=\"w-1.5 h-1.5 bg-gold rounded-full\"><\/span>\n          <p class=\"text-[10px] font-black uppercase tracking-[0.3em] text-bronze m-0\">Client Feedback<\/p>\n        <\/div>\n        <h2 class=\"text-2xl sm:text-3xl md:text-4xl font-black text-near-black mb-3 mt-0\">What our clients think<\/h2>\n        <div class=\"flex items-center gap-4\">\n          <div class=\"flex items-center gap-1.5\">\n            <i class=\"fa-brands fa-google text-[#4285F4] text-xs sm:text-sm\"><\/i>\n            <span class=\"text-[10px] font-bold uppercase tracking-widest text-gray-400\">4.9\/5 Rating<\/span>\n          <\/div>\n          <div class=\"w-px h-3 bg-gray-300\"><\/div>\n          <div class=\"flex items-center gap-1.5\">\n            <i class=\"fa-solid fa-star text-gold text-xs sm:text-sm\"><\/i>\n            <span class=\"text-[10px] font-bold uppercase tracking-widest text-gray-400\">Verified<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"flex gap-3 self-end md:self-auto\">\n        <button type=\"button\" onclick=\"document.getElementById('text-scroll-widget').scrollBy({left: -600, behavior: 'smooth'})\" class=\"review-nav-btn w-9 h-9 sm:w-10 sm:h-10 rounded-full flex items-center justify-center transition-all cursor-pointer\">\n          <i class=\"fa-solid fa-arrow-left text-xs sm:text-sm\"><\/i>\n        <\/button>\n        <button type=\"button\" onclick=\"document.getElementById('text-scroll-widget').scrollBy({left: 600, behavior: 'smooth'})\" class=\"review-nav-btn-primary w-9 h-9 sm:w-10 sm:h-10 rounded-full flex items-center justify-center shadow-lg shadow-gold\/20 hover:scale-105 transition-transform cursor-pointer\">\n          <i class=\"fa-solid fa-arrow-right text-xs sm:text-sm\"><\/i>\n        <\/button>\n      <\/div>\n    <\/div>\n\n    <!-- Grid: grid-flow-col + grid-rows-2 => fills 2 rows per column, 3 columns visible = 6 cards per \"page\", scrolls horizontally -->\n    <div id=\"text-scroll-widget\" class=\"grid grid-flow-col grid-rows-2 auto-cols-[85vw] sm:auto-cols-[340px] md:auto-cols-[calc(33.333%-16px)] gap-4 sm:gap-6 overflow-x-auto no-scrollbar snap-x snap-mandatory scroll-smooth pb-6 pt-2\">\n\n      <!-- Reid -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz and the team were excellent at making sure our needs were met. We were quite scared about making the jump into a decision this big, but they made sure we had limited worries and walked us through everything with no issues. Would highly recommend.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">R<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Reid<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Jake Peters -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz was an amazing referral. At first I was apprehensive, but after speaking with him and understanding the process I felt extremely comfortable. Efficient, professional, and highly recommended.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">J<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Jake Peters<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Goyo -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz and team were great. From the first call all the way to the end I felt supported and guided in the right direction. If you're coming from overseas and want quick turnarounds with expert guidance, do yourself a favor and hire these guys.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">G<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Goyo<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Samuel Napier -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Setting up my UAE assets as someone moving from Australia to Dubai with SetupHero was extremely easy, seamless and efficient. They handle everything and go above and beyond, and can connect you with all the right people.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">S<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Samuel Napier<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Ramie Sabbagh -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Setup Hero made our move to Dubai so smooth and stress-free. They guided us through every step \u2014 from setting up the business to securing residency for both myself and my wife. I couldn't recommend them enough.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">R<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Ramie Sabbagh<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Chris Tornow -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz and Setup Hero made my Dubai company setup effortless and very fast \u2014 banking, paperwork, and operations all handled with speed and precision. If you want to maximize UAE tax advantages, Shiraz is the guy.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">C<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Chris Tornow<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- nishanth reddy -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Wonderful experience dealing with Shiraz and the SetupHero team for the past 4 years \u2014 from setting up a company in the free zone to immigration issues, their team is almost 24\/7 and always accessible.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">N<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Nishanth Reddy<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- eleni georgiadis -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Moving countries can be overwhelming, but Setup Hero made everything so easy. They guided us through the business setup and handled my residency with such care and efficiency. I always felt reassured and informed.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">E<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Eleni Georgiadis<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- dan jay -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Everything was handled efficiently setting up a business and moving from Australia. I particularly enjoyed that they organized a driver to get to all the required locations. Would recommend.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">D<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Dan Jay<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Brad Zich -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz and his team guided us through moving our lives from Australia to Dubai, making what seemed like a complex journey so simple. The thing I appreciate most is the ongoing support \u2014 they're always there to assist.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">B<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Brad Zich<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- stephen whittaker -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz and his team are absolute professionals \u2014 they know all the laws very well and make you feel confident and safe due to their organised processes and depth of knowledge.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">S<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Stephen Whittaker<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Miguel Carvalhal -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Great team, took care of all my company set up in Dubai perfectly.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">M<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Miguel Carvalhal<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Chase Cookson -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"After talking to a few companies that seemed untrustworthy, my first call with Shiraz told me SetupHero was the real deal. Fast responses and clear direction \u2014 especially important since we had only 4 days to get everything sorted.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">C<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Chase Cookson<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- hisham fazil -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Absolutely seamless experience. Shiraz runs this company with true professionalism \u2014 his team handled my business license, Emirates ID, medical tests and even opened my bank account. Someone was physically with me at every step.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">H<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Hisham Fazil<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Sumeet Puri -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Highly professional from the very start. Our first introductory call gave us the confidence to move forward, and now, with full trust in your approach, we're delighted to engage with you again for our second major project.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">S<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Sumeet Puri<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Arno Vanmassenhove -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"From day one, Shiraz and the team made everything smooth \u2014 drivers for appointments, no waiting lines, fast communication and zero friction. What stood out most was their care; they genuinely wanted to help, not just chase revenue.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">A<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Arno Vanmassenhove<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Khaldoun Mansour -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Great experience and on time. I recommend and appreciate the team for their efforts. Highly recommended.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">K<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Khaldoun Mansour<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Prime Training -->\n      <div class=\"bg-white p-6 sm:p-7 rounded-[2rem] border border-gray-100 shadow-sm text-card-hover flex flex-col justify-between snap-center\">\n        <div>\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-600 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Amazing experience with SetupHero setting me up in Dubai from Australia. The team guided me through each step clearly, answered all my questions quickly, and made sure everything was handled properly from start to finish.\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-gray-50 pt-4 sm:pt-5 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-black text-white flex items-center justify-center text-sm font-bold m-0\">P<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-near-black m-0\">Prime Training<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-brands fa-google text-gray-200 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n      <!-- Fin Kwong -->\n      <div class=\"bg-near-black p-6 sm:p-7 rounded-[2rem] shadow-xl text-card-hover flex flex-col justify-between group relative overflow-hidden snap-center\">\n        <div class=\"absolute top-0 right-0 p-6 opacity-10 pointer-events-none\"><i class=\"fa-solid fa-quote-right text-4xl text-gold\"><\/i><\/div>\n        <div class=\"relative z-10\">\n          <div class=\"flex gap-1 mb-4\">\n            <i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i><i class=\"fa-solid fa-star text-gold text-[10px]\"><\/i>\n          <\/div>\n          <p class=\"text-gray-300 text-xs sm:text-sm font-medium leading-relaxed mb-6 m-0\">\n            \"Shiraz and his team did an amazing job relocating me from Australia to Dubai. The entire process was smooth and super efficient, with complete support on banking, immigration and company setup. Would highly recommend!\"\n          <\/p>\n        <\/div>\n        <div class=\"flex items-center justify-between border-t border-white\/10 pt-4 sm:pt-5 relative z-10 mt-auto\">\n          <div class=\"flex items-center gap-3\">\n            <div class=\"w-9 h-9 sm:w-10 sm:h-10 rounded-full bg-white text-black flex items-center justify-center text-sm font-bold m-0\">F<\/div>\n            <div>\n              <h5 class=\"text-xs font-black text-white m-0\">Fin Kwong<\/h5>\n            <\/div>\n          <\/div>\n          <i class=\"fa-solid fa-star text-gold\/30 text-base\"><\/i>\n        <\/div>\n      <\/div>\n\n     \n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-686c2e8 elementor-widget elementor-widget-html\" data-id=\"686c2e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n  window.FontAwesomeConfig = { autoReplaceSvg: 'nest' };\n<\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/js\/all.min.js\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<script>\n  tailwind.config = {\n    corePlugins: {\n      preflight: false,\n    },\n    theme: {\n      extend: {\n        colors: {\n          gold: '#C59D51',\n          cream: '#F5F3EE',\n          ink: '#1B1B1B',\n          black: '#1B1B1B',\n          'dark-gray': '#111111',\n          'light-gray': '#DDDDDD',\n          sand: '#DDDDDD',\n          accent: '#C59D51',\n          'accent-light': 'rgba(197, 157, 81, 0.15)',\n          teal: '#1B1B1B',\n          muted: '#111111',\n          border: '#DDDDDD',\n          surface: '#F5F3EE',\n        },\n        fontFamily: {\n          sans: ['Inter', 'sans-serif'],\n          display: ['Bricolage Grotesque', 'sans-serif'],\n        }\n      }\n    }\n  }\n<\/script>\n\n<style>\n    * { box-sizing: border-box; }\n    body { font-family: 'Inter', sans-serif; background: #F5F3EE; color: #1B1B1B; }\n    h1, h2, h3, h4 { font-family: 'Bricolage Grotesque', sans-serif; }\n\n    .marquee-wrap { overflow: hidden; }\n    .marquee-track { display: flex; gap: 0; animation: marquee 30s linear infinite; white-space: nowrap; width: max-content; }\n    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n\n    .card-lift { transition: transform 0.28s ease, box-shadow 0.28s ease; }\n    .card-lift:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(27,27,27,0.10); }\n\n    .photo-img { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n    .svc-card { position: relative; overflow: hidden; cursor: pointer; border-radius: 20px; }\n    .svc-card .svc-img { transition: transform 0.5s ease; width: 100%; height: 100%; object-fit: cover; }\n    .svc-card:hover .svc-img { transform: scale(1.06); }\n    .svc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(27,27,27,0.85) 0%, rgba(27,27,27,0.25) 55%, transparent 100%); border-radius: 20px; }\n    .svc-reveal { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.3s ease; opacity: 0; }\n    .svc-card:hover .svc-reveal { max-height: 70px; opacity: 1; }\n\n    details > summary { list-style: none; cursor: pointer; }\n    details > summary::-webkit-details-marker { display: none; }\n    details[open] .acc-plus { transform: rotate(45deg); color: #C59D51; }\n    .acc-plus { transition: transform 0.25s ease; }\n\n    .text-grad { background: linear-gradient(135deg, #1B1B1B, #C59D51); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }\n\n    .step-num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 4rem; line-height: 1; color: #DDDDDD; }\n\n    .vid-overlay { background: linear-gradient(135deg, rgba(27,27,27,0.85), rgba(197,157,81,0.6)); }\n\n    ::-webkit-scrollbar { width: 5px; }\n    ::-webkit-scrollbar-thumb { background: #DDDDDD; border-radius: 4px; }\n\n    .yt-card { position: relative; overflow: hidden; border-radius: 18px; display: block; cursor: pointer; }\n    .yt-thumb-wrap { position: relative; overflow: hidden; background: #1B1B1B; aspect-ratio: 16 \/ 9; }\n    .yt-thumb-wrap img { transition: transform 0.5s ease; width: 100%; height: 100%; object-fit: cover; display: block; }\n    .yt-card:hover .yt-thumb-wrap img { transform: scale(1.07); }\n    .yt-thumb-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }\n    .yt-play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }\n    .yt-play-circle { width: 56px; height: 56px; border-radius: 50%; background: rgba(27,27,27,0.55); backdrop-filter: blur(4px); border: 1.5px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; transition: transform 0.25s ease, background 0.25s ease; }\n    .yt-card:hover .yt-play-circle { transform: scale(1.1); background: #C59D51; border-color: #C59D51; }\n    .yt-play-circle i { color: #fff; }\n    .yt-watch-badge { position: absolute; bottom: 12px; right: 12px; z-index: 2; display: flex; align-items: center; gap: 6px; background: rgba(27,27,27,0.6); backdrop-filter: blur(4px); color: #fff; font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 999px; }\n    .yt-thumb-wrap.is-playing .yt-play-btn,\n    .yt-thumb-wrap.is-playing .yt-watch-badge,\n    .yt-thumb-wrap.is-playing .yt-badge-top { display: none; }\n    .yt-badge-top { position: absolute; top: 12px; left: 12px; z-index: 2; }\n\n    #hero {\n        position: relative;\n        display: flex;\n        flex-direction: column;\n        background: #1B1B1B;\n        min-height: 600px;\n        overflow: hidden;\n        font-family: 'Inter', sans-serif;\n    }\n    #hero .hero-bg-img { position: absolute; inset: 0; z-index: 0; }\n    #hero .hero-overlay {\n        position: absolute;\n        inset: 0;\n        z-index: 1;\n        background: linear-gradient(105deg, rgba(27,27,27,0.97) 0%, rgba(27,27,27,0.88) 45%, rgba(27,27,27,0.55) 70%, rgba(27,27,27,0.20) 100%);\n    }\n    #hero .glow {\n        position: absolute;\n        border-radius: 50%;\n        filter: blur(100px);\n        pointer-events: none;\n        z-index: 2;\n    }\n    #hero .hero-content { position: relative; z-index: 10; }\n    #hero .grad-text {\n        background: linear-gradient(95deg, #C59D51 0%, #e0c28c 50%, #C59D51 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n    }\n    #hero .h-pill {\n        backdrop-filter: blur(14px);\n        background: rgba(255,255,255,0.08);\n        border: 1px solid rgba(255,255,255,0.14);\n        border-radius: 999px;\n    }\n    #hero .shine-badge { position: relative; overflow: hidden; }\n    #hero .shine-badge::after {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: -80%;\n        width: 50%;\n        height: 100%;\n        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);\n        transform: skewX(-15deg);\n        animation: hero-shb 3.5s ease-in-out 0.5s infinite;\n    }\n    @keyframes hero-shb {\n        0%, 100% { left: -80%; }\n        50% { left: 130%; }\n    }\n    #hero .dot-live {\n        width: 8px;\n        height: 8px;\n        background: #C59D51;\n        border-radius: 50%;\n        display: inline-block;\n        box-shadow: 0 0 0 0 rgba(197,157,81,.6);\n        animation: hero-pulse 1.8s infinite;\n    }\n    @keyframes hero-pulse {\n        0% { box-shadow: 0 0 0 0 rgba(197,157,81,.6); }\n        70% { box-shadow: 0 0 0 8px rgba(197,157,81,0); }\n        100% { box-shadow: 0 0 0 0 rgba(197,157,81,0); }\n    }\n    #hero .cursor-blink {\n        border-right: 3px solid #C59D51;\n        animation: hero-blink 0.85s step-end infinite;\n    }\n    @keyframes hero-blink {\n        0%, 100% { border-color: #C59D51; }\n        50% { border-color: transparent; }\n    }\n    #hero .stat-bar {\n        border-top: 1px solid rgba(255,255,255,0.06);\n        width: 100%;\n    }\n\n    .hide-scrollbar::-webkit-scrollbar {\n        display: none;\n    }\n    .hide-scrollbar {\n        -ms-overflow-style: none;\n        scrollbar-width: none;\n    }\n\n    button.btn-pricing-primary {\n        background-color: #C59D51 !important;\n        color: #1B1B1B !important;\n        border: 1px solid #C59D51 !important;\n        outline: none !important;\n        box-shadow: 0 10px 15px -3px rgba(197, 157, 81, 0.2) !important;\n    }\n    button.btn-pricing-primary:hover, \n    button.btn-pricing-primary:focus, \n    button.btn-pricing-primary:active {\n        background-color: #ffffff !important;\n        color: #1B1B1B !important;\n        border: 1px solid #ffffff !important;\n        outline: none !important;\n    }\n\n    button.btn-pricing-outline {\n        background-color: transparent !important;\n        color: #C59D51 !important;\n        border: 1px solid #E2DFD7 !important;\n        outline: none !important;\n    }\n    button.btn-pricing-outline:hover, \n    button.btn-pricing-outline:focus, \n    button.btn-pricing-outline:active {\n        background-color: rgba(197, 157, 81, 0.05) !important;\n        border: 1px solid #C59D51 !important;\n        color: #C59D51 !important;\n        outline: none !important;\n    }\n\n    #formmy-reviews-container { \n        font-family: 'Inter', sans-serif; \n    }\n\n    :root {\n        --cream: #F5F3EE;\n        --near-black: #1B1B1B;\n        --gold: #C59D51;\n        --bronze: #A87F3D;\n    }\n\n    .bg-cream { background-color: var(--cream); }\n    .bg-near-black { background-color: var(--near-black); }\n    .text-gold { color: var(--gold); }\n    .text-bronze { color: var(--bronze); }\n    .bg-gold { background-color: var(--gold); }\n    .bg-bronze { background-color: var(--bronze); }\n    .border-gold { border-color: var(--gold); }\n\n    .gold-gradient { background: linear-gradient(135deg, #C59D51 0%, #A87F3D 100%); }\n\n    .text-card-hover { transition: box-shadow 0.2s ease, transform 0.2s ease; }\n    .text-card-hover:hover { box-shadow: 0 8px 32px rgba(197, 157, 81, 0.15); transform: translateY(-2px); }\n\n    .no-scrollbar::-webkit-scrollbar { display: none; }\n    .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }\n\n    button.review-nav-btn {\n        background-color: #ffffff !important;\n        border: 1px solid #E2DFD7 !important;\n        color: #1B1B1B !important;\n        outline: none !important;\n        box-shadow: none !important;\n    }\n    button.review-nav-btn:hover,\n    button.review-nav-btn:focus,\n    button.review-nav-btn:active {\n        background-color: #1B1B1B !important;\n        border-color: #1B1B1B !important;\n        color: #ffffff !important;\n    }\n    button.review-nav-btn-primary {\n        background: linear-gradient(135deg, #C59D51 0%, #A87F3D 100%) !important;\n        border: none !important;\n        color: #ffffff !important;\n        outline: none !important;\n    }\n    button.review-nav-btn-primary:hover,\n    button.review-nav-btn-primary:focus,\n    button.review-nav-btn-primary:active {\n        background: linear-gradient(135deg, #C59D51 0%, #A87F3D 100%) !important;\n        color: #ffffff !important;\n    }\n\n    .formmy-video-card {\n        aspect-ratio: 16 \/ 9 !important;\n        background-color: #000 !important;\n    }\n    .formmy-video-card:hover::before,\n    .formmy-video-card:hover::after,\n    .formmy-video-card img:hover::before,\n    .formmy-video-card img:hover::after {\n        display: none !important;\n        background: transparent !important;\n        opacity: 0 !important;\n    }\n    .formmy-video-thumb {\n        position: absolute !important;\n        top: 0 !important;\n        left: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n        object-fit: cover !important;\n        max-width: none !important;\n        margin: 0 !important;\n        opacity: 1 !important;\n        transition: opacity 0.3s ease !important;\n        filter: none !important;\n        transform: none !important;\n    }\n    .formmy-video-thumb:hover {\n        opacity: 1 !important; \n        filter: none !important;\n    }\n    .formmy-video-card.is-playing .formmy-video-thumb,\n    .formmy-video-card.is-playing .formmy-video-gradient,\n    .formmy-video-card.is-playing .info-overlay,\n    .formmy-video-card.is-playing .play-btn-overlay {\n        opacity: 0 !important;\n        pointer-events: none !important;\n    }\n    .formmy-video-gradient {\n        position: absolute !important;\n        bottom: 0 !important;\n        left: 0 !important;\n        right: 0 !important;\n        height: 70% !important;\n        background: linear-gradient(to top, rgba(27,27,27,0.95) 0%, rgba(27,27,27,0.7) 50%, transparent 100%) !important;\n        pointer-events: none !important;\n        z-index: 10 !important;\n        transition: opacity 0.3s ease;\n    }\n    .formmy-video-iframe-wrapper {\n        position: absolute !important;\n        inset: 0 !important;\n        width: 100% !important;\n        height: 100% !important;\n        z-index: 40 !important;\n        background: #000 !important;\n        display: none;\n    }\n    .formmy-video-iframe-wrapper iframe {\n        width: 100% !important;\n        height: 100% !important;\n        border: none !important;\n    }\n\n    .formmy-toggle-wrapper {\n        background-color: #f1efe9 !important;\n        border: 1px solid #e8e5de !important;\n        border-radius: 9999px !important;\n        padding: 6px !important;\n        display: inline-flex !important;\n        align-items: center !important;\n        gap: 4px !important;\n    }\n    .formmy-toggle-btn {\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        gap: 8px !important;\n        padding: 10px 28px !important;\n        border-radius: 9999px !important;\n        font-size: 15px !important;\n        font-weight: 700 !important;\n        transition: all 0.3s ease-in-out !important;\n        cursor: pointer !important;\n        margin: 0 !important;\n        outline: none !important;\n        border: none !important;\n        box-shadow: none !important;\n        font-family: 'Inter', sans-serif !important;\n    }\n    .formmy-toggle-active {\n        background-color: #1a1a1a !important; \n        color: #ffffff !important;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;\n    }\n    .formmy-toggle-active i {\n        color: #d4af37 !important;\n    }\n    .formmy-toggle-inactive {\n        background-color: transparent !important;\n        color: #4a5568 !important; \n    }\n    .formmy-toggle-inactive i {\n        color: #718096 !important;\n    }\n    .formmy-faq-details summary {\n        list-style: none !important;\n    }\n    .formmy-faq-details summary::-webkit-details-marker {\n        display: none !important;\n    }\n<\/style>\n\t<section id=\"youtube\" class=\"py-24 bg-white\">\n    <div class=\"max-w-7xl mx-auto px-6\">\n        <div class=\"flex flex-col lg:flex-row lg:items-end justify-between gap-6 mb-14\">\n            <div>\n                <span class=\"text-xs font-bold uppercase tracking-[0.25em] text-ink\/50 block mb-3\">Masterclass Series<\/span>\n                <h2 class=\"font-display text-4xl lg:text-5xl font-bold text-ink\">Watch, learn, then<br>launch your company<\/h2>\n            <\/div>\n            <a href=\"https:\/\/setuphero.com\/my\/youtube\/\" class=\"inline-flex items-center gap-2 bg-ink hover:bg-gold hover:text-ink text-white font-bold px-6 py-3.5 rounded-xl text-sm transition-all shrink-0\">\n                <i class=\"fa-brands fa-youtube text-gold group-hover:text-ink\"><\/i> View All Videos\n            <\/a>\n        <\/div>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n\n            <!-- Video 1 -->\n            <div class=\"yt-card bg-cream border border-light-gray card-lift\" data-yt-id=\"zv_HGiB6H-s\">\n                <div class=\"yt-thumb-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/zv_HGiB6H-s\/hqdefault.jpg\" alt=\"How to Move to Malaysia as an Entrepreneur\" \/>\n                    <span class=\"yt-badge-top bg-gold text-ink text-[10px] font-bold px-2.5 py-1 rounded-full uppercase tracking-wide\">Featured<\/span>\n                    <div class=\"yt-play-btn\">\n                        <div class=\"yt-play-circle\"><i class=\"fa-solid fa-play text-sm ml-0.5\"><\/i><\/div>\n                    <\/div>\n                    <span class=\"yt-watch-badge\"><i class=\"fa-brands fa-youtube text-gold\"><\/i> Watch on YouTube<\/span>\n                <\/div>\n                <div class=\"p-5\">\n                    <div class=\"flex items-center justify-between mb-1.5\">\n                        <span class=\"text-[11px] font-bold text-gold uppercase tracking-widest\">Visa & Living<\/span>\n                        <a href=\"https:\/\/www.youtube.com\/watch?v=zv_HGiB6H-s&list=PLFvYqRwBDnMp5hSMVjToPwejRDC7H2ARW\" target=\"_blank\" rel=\"noopener\" class=\"text-ink\/40 hover:text-gold text-xs\" onclick=\"event.stopPropagation()\"><i class=\"fa-brands fa-youtube\"><\/i><\/a>\n                    <\/div>\n                    <h3 class=\"font-display text-base font-bold text-ink leading-snug\">How to Move to Malaysia as an Entrepreneur (MM2H & Labuan Routes)<\/h3>\n                <\/div>\n            <\/div>\n\n            <!-- Video 2 -->\n            <div class=\"yt-card bg-cream border border-light-gray card-lift\" data-yt-id=\"IyM3jgLBJQY\">\n                <div class=\"yt-thumb-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/IyM3jgLBJQY\/hqdefault.jpg\" alt=\"How to Pay 3% Tax Using a Labuan Company in Malaysia\" \/>\n                    <div class=\"yt-play-btn\">\n                        <div class=\"yt-play-circle\"><i class=\"fa-solid fa-play text-sm ml-0.5\"><\/i><\/div>\n                    <\/div>\n                    <span class=\"yt-watch-badge\"><i class=\"fa-brands fa-youtube text-gold\"><\/i> Watch on YouTube<\/span>\n                <\/div>\n                <div class=\"p-5\">\n                    <div class=\"flex items-center justify-between mb-1.5\">\n                        <span class=\"text-[11px] font-bold text-gold uppercase tracking-widest\">Tax & Structure<\/span>\n                        <a href=\"https:\/\/www.youtube.com\/watch?v=IyM3jgLBJQY&list=PLFvYqRwBDnMp5hSMVjToPwejRDC7H2ARW\" target=\"_blank\" rel=\"noopener\" class=\"text-ink\/40 hover:text-gold text-xs\" onclick=\"event.stopPropagation()\"><i class=\"fa-brands fa-youtube\"><\/i><\/a>\n                    <\/div>\n                    <h3 class=\"font-display text-base font-bold text-ink leading-snug\">How to Pay 3% Tax Using a Labuan Company in Malaysia<\/h3>\n                <\/div>\n            <\/div>\n\n            <!-- Video 3 -->\n            <div class=\"yt-card bg-cream border border-light-gray card-lift\" data-yt-id=\"Qq2HzHULZw8\">\n                <div class=\"yt-thumb-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/Qq2HzHULZw8\/hqdefault.jpg\" alt=\"Labuan vs Dubai Company Setup\" \/>\n                    <div class=\"yt-play-btn\">\n                        <div class=\"yt-play-circle\"><i class=\"fa-solid fa-play text-sm ml-0.5\"><\/i><\/div>\n                    <\/div>\n                    <span class=\"yt-watch-badge\"><i class=\"fa-brands fa-youtube text-gold\"><\/i> Watch on YouTube<\/span>\n                <\/div>\n                <div class=\"p-5\">\n                    <div class=\"flex items-center justify-between mb-1.5\">\n                        <span class=\"text-[11px] font-bold text-gold uppercase tracking-widest\">Banking & Finance<\/span>\n                        <a href=\"https:\/\/www.youtube.com\/watch?v=Qq2HzHULZw8&list=PLFvYqRwBDnMp5hSMVjToPwejRDC7H2ARW\" target=\"_blank\" rel=\"noopener\" class=\"text-ink\/40 hover:text-gold text-xs\" onclick=\"event.stopPropagation()\"><i class=\"fa-brands fa-youtube\"><\/i><\/a>\n                    <\/div>\n                    <h3 class=\"font-display text-base font-bold text-ink leading-snug\">Labuan vs Dubai Company Setup: Tax, Banking & Credibility<\/h3>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"flex flex-wrap items-center justify-center gap-6 mt-10 text-ink\/50 text-xs font-semibold uppercase tracking-wide\">\n            <span class=\"flex items-center gap-2\"><i class=\"fa-brands fa-youtube text-gold\"><\/i> 18+ Videos<\/span>\n            <span class=\"flex items-center gap-2\"><i class=\"fa-solid fa-eye text-gold\"><\/i> 50K+ Views<\/span>\n            <span class=\"flex items-center gap-2\"><i class=\"fa-solid fa-circle-check text-gold\"><\/i> Free Access<\/span>\n            <a href=\"https:\/\/www.youtube.com\/playlist?list=PLFvYqRwBDnMp5hSMVjToPwejRDC7H2ARW\" target=\"_blank\" rel=\"noopener\" class=\"flex items-center gap-2 text-ink hover:text-gold transition-colors\">\n                <i class=\"fa-solid fa-list\"><\/i> Full Playlist on YouTube\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<script>\n    (function () {\n        var cards = document.querySelectorAll('#youtube .yt-card');\n        cards.forEach(function (card) {\n            card.addEventListener('click', function () {\n                var wrap = card.querySelector('.yt-thumb-wrap');\n                if (!wrap || wrap.classList.contains('is-playing')) return;\n                var videoId = card.getAttribute('data-yt-id');\n                var iframe = document.createElement('iframe');\n                iframe.src = 'https:\/\/www.youtube.com\/embed\/' + videoId + '?autoplay=1&rel=0&modestbranding=1';\n                iframe.title = 'YouTube video player';\n                iframe.setAttribute('frameborder', '0');\n                iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share');\n                iframe.setAttribute('allowfullscreen', 'true');\n                wrap.appendChild(iframe);\n                wrap.classList.add('is-playing');\n            });\n        });\n    })();\n<\/script>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1014","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pricing - SetupHero<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing - SetupHero\" \/>\n<meta property=\"og:url\" content=\"https:\/\/setuphero.com\/my\/pricing\/\" \/>\n<meta property=\"og:site_name\" content=\"SetupHero\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-10T12:24:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/setuphero.com\\\/my\\\/pricing\\\/\",\"url\":\"https:\\\/\\\/setuphero.com\\\/my\\\/pricing\\\/\",\"name\":\"Pricing - SetupHero\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/setuphero.com\\\/my\\\/#website\"},\"datePublished\":\"2026-08-11T11:19:52+00:00\",\"dateModified\":\"2026-09-10T12:24:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/setuphero.com\\\/my\\\/pricing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/setuphero.com\\\/my\\\/pricing\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/setuphero.com\\\/my\\\/pricing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/setuphero.com\\\/my\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/setuphero.com\\\/my\\\/#website\",\"url\":\"https:\\\/\\\/setuphero.com\\\/my\\\/\",\"name\":\"SetupHero\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/setuphero.com\\\/my\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pricing - SetupHero","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Pricing - SetupHero","og_url":"https:\/\/setuphero.com\/my\/pricing\/","og_site_name":"SetupHero","article_modified_time":"2026-09-10T12:24:59+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/setuphero.com\/my\/pricing\/","url":"https:\/\/setuphero.com\/my\/pricing\/","name":"Pricing - SetupHero","isPartOf":{"@id":"https:\/\/setuphero.com\/my\/#website"},"datePublished":"2026-08-11T11:19:52+00:00","dateModified":"2026-09-10T12:24:59+00:00","breadcrumb":{"@id":"https:\/\/setuphero.com\/my\/pricing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/setuphero.com\/my\/pricing\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/setuphero.com\/my\/pricing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/setuphero.com\/my\/"},{"@type":"ListItem","position":2,"name":"Pricing"}]},{"@type":"WebSite","@id":"https:\/\/setuphero.com\/my\/#website","url":"https:\/\/setuphero.com\/my\/","name":"SetupHero","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/setuphero.com\/my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/pages\/1014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/comments?post=1014"}],"version-history":[{"count":9,"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/pages\/1014\/revisions"}],"predecessor-version":[{"id":1518,"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/pages\/1014\/revisions\/1518"}],"wp:attachment":[{"href":"https:\/\/setuphero.com\/my\/wp-json\/wp\/v2\/media?parent=1014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}