{"id":45,"date":"2026-07-06T14:25:05","date_gmt":"2026-07-06T14:25:05","guid":{"rendered":"https:\/\/hasb.my\/?page_id=45"},"modified":"2026-07-07T14:33:37","modified_gmt":"2026-07-07T14:33:37","slug":"home-2","status":"publish","type":"page","link":"https:\/\/hasb.my\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Premium Corporate Services | Malaysia<\/title>\n    <style>\n        \/* =========================================\n           BASE RESET & GLOBAL STYLES\n           ========================================= *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        }\n\n        body {\n            color: #334155;\n            background-color: #ffffff;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 1280px;\n            margin: 0 auto;\n            padding: 0 5%;\n        }\n\n        .section-padding {\n            padding: 6rem 0;\n        }\n\n        \/* Shared Typography *\/\n        .section-header {\n            text-align: center;\n            margin-bottom: 4rem;\n            max-width: 700px;\n            margin-inline: auto;\n        }\n\n        .section-kicker {\n            color: #0369a1;\n            font-size: 0.85rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 1rem;\n            display: inline-block;\n            background-color: #e0f2fe;\n            padding: 0.5rem 1rem;\n            border-radius: 50px;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            color: #0f172a;\n            font-weight: 800;\n            line-height: 1.2;\n            margin-bottom: 1.2rem;\n            letter-spacing: -0.5px;\n        }\n\n        .section-desc {\n            color: #475569;\n            font-size: 1.1rem;\n            line-height: 1.6;\n        }\n\n        \/* =========================================\n           1. HERO SECTION\n           ========================================= *\/\n        .hub-hero {\n            background-color: #f8fafc;\n            padding: 6rem 0 5rem 0;\n            min-height: 85vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hub-hero::before {\n            content: '';\n            position: absolute;\n            top: -10%;\n            right: -5%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, rgba(255,255,255,0) 70%);\n            border-radius: 50%;\n            z-index: 0;\n        }\n\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1.1fr 0.9fr;\n            gap: 5rem;\n            align-items: center;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-headline {\n            font-size: 3.5rem;\n            line-height: 1.15;\n            color: #0f172a;\n            font-weight: 800;\n            margin-bottom: 1.5rem;\n            letter-spacing: -1px;\n        }\n\n        .trust-bar {\n            border-top: 1px solid #e2e8f0;\n            padding-top: 1.5rem;\n            margin-top: 2rem;\n        }\n\n        .trust-bar p {\n            font-size: 0.85rem;\n            color: #64748b;\n            font-weight: 600;\n            margin-bottom: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .trust-logos {\n            display: flex;\n            gap: 2rem;\n            font-weight: bold;\n            color: #94a3b8;\n        }\n\n        \/* Dual Track CTA Cards *\/\n        .cta-card {\n            background: #ffffff;\n            border-radius: 16px;\n            padding: 2.5rem;\n            box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);\n            border: 1px solid #f1f5f9;\n        }\n\n        .track-option {\n            display: flex;\n            align-items: flex-start;\n            padding: 1.5rem;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            margin-bottom: 1rem;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            text-decoration: none;\n            color: inherit;\n        }\n\n        .track-option:hover {\n            border-color: #2563eb;\n            background-color: #f8fafc;\n            transform: translateY(-2px);\n        }\n\n        .track-icon {\n            background: #e0f2fe;\n            color: #2563eb;\n            width: 48px;\n            height: 48px;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 1.2rem;\n            flex-shrink: 0;\n        }\n\n        .track-text h4 {\n            font-size: 1.1rem;\n            color: #0f172a;\n            margin-bottom: 0.3rem;\n        }\n\n        .track-text p {\n            font-size: 0.85rem;\n            color: #475569;\n        }\n\n        \/* =========================================\n           2. SERVICES MATRIX\n           ========================================= *\/\n        .services-section { background-color: #ffffff; }\n        \n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .service-card {\n            padding: 2.5rem;\n            background: #f8fafc;\n            border-radius: 16px;\n            border: 1px solid #e2e8f0;\n            transition: transform 0.3s ease;\n        }\n\n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);\n            border-color: #bfdbfe;\n        }\n\n        .service-icon {\n            width: 50px;\n            height: 50px;\n            background: #2563eb;\n            color: white;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n        }\n\n        .service-card h3 { font-size: 1.25rem; color: #0f172a; margin-bottom: 0.75rem; }\n        .service-card p { color: #475569; font-size: 0.95rem; }\n\n        \/* =========================================\n           3. EXPERT SUPPORT FEATURE (REVISED)\n           ========================================= *\/\n        .expert-section {\n            background-color: #f8fafc;\n            border-top: 1px solid #e2e8f0;\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .expert-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 5rem;\n            align-items: center;\n        }\n\n        .expert-image-wrapper {\n            position: relative;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);\n        }\n\n        .expert-image {\n            width: 100%;\n            height: auto;\n            display: block;\n            object-fit: cover;\n            aspect-ratio: 4\/3;\n        }\n\n        .expert-image-wrapper::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            border-radius: 20px;\n            box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);\n        }\n\n        .expert-list {\n            list-style: none;\n            margin-top: 2.5rem;\n        }\n\n        .expert-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 16px;\n            margin-bottom: 1.5rem;\n        }\n\n        .expert-list-icon {\n            background: #e0f2fe;\n            color: #2563eb;\n            width: 40px;\n            height: 40px;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n\n        .expert-list-icon svg {\n            width: 20px;\n            height: 20px;\n        }\n\n        .expert-list-text h4 {\n            font-size: 1.1rem;\n            color: #0f172a;\n            margin-bottom: 0.2rem;\n        }\n\n        .expert-list-text p {\n            font-size: 0.95rem;\n            color: #475569;\n            line-height: 1.5;\n        }\n\n        \/* =========================================\n           4. PROCESS SECTION\n           ========================================= *\/\n        .process-section { background-color: #ffffff; }\n        \n        .process-flex {\n            display: flex;\n            justify-content: space-between;\n            gap: 2rem;\n            position: relative;\n        }\n\n        .process-flex::before {\n            content: '';\n            position: absolute;\n            top: 30px;\n            left: 10%;\n            right: 10%;\n            height: 2px;\n            background: #cbd5e1;\n            z-index: 0;\n        }\n\n        .process-step {\n            flex: 1;\n            text-align: center;\n            position: relative;\n            z-index: 1;\n        }\n\n        .step-number {\n            width: 60px;\n            height: 60px;\n            background: #e0f2fe;\n            color: #2563eb;\n            font-size: 1.5rem;\n            font-weight: bold;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.5rem auto;\n            border: 4px solid #ffffff;\n            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        }\n\n        .process-step h4 { color: #0f172a; font-size: 1.2rem; margin-bottom: 0.5rem; }\n        .process-step p { color: #64748b; font-size: 0.9rem; }\n\n        \/* =========================================\n           5. COMPARISON \/ ADVANTAGE\n           ========================================= *\/\n        .advantage-section { background-color: #f8fafc; }\n        \n        .comparison-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);\n            border: 1px solid #e2e8f0;\n        }\n\n        .comp-col { padding: 4rem 3rem; }\n        .comp-col h3 { font-size: 1.5rem; margin-bottom: 2rem; }\n        .comp-col ul { list-style: none; }\n        .comp-col li { margin-bottom: 1.5rem; font-size: 1.05rem; display: flex; align-items: flex-start; gap: 12px; }\n        .comp-col li svg { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }\n        \n        .col-bad { background-color: #ffffff; }\n        .col-bad h3, .col-bad li { color: #64748b; }\n        .col-bad li svg { color: #ef4444; }\n        \n        .col-good { background-color: #0f172a; color: white; }\n        .col-good h3 { color: #ffffff; }\n        .col-good li { color: #cbd5e1; }\n        .col-good li svg { color: #10b981; }\n\n        \/* =========================================\n           6. FINAL CTA\n           ========================================= *\/\n        .cta-section { background-color: #2563eb; color: white; text-align: center; }\n        .cta-section .section-title { color: white; }\n        .cta-section .section-desc { color: #bfdbfe; margin-bottom: 2.5rem; }\n        \n        .btn-cta {\n            display: inline-block;\n            background: white;\n            color: #2563eb;\n            padding: 1.2rem 3rem;\n            font-size: 1.1rem;\n            font-weight: 700;\n            border-radius: 8px;\n            text-decoration: none;\n            transition: transform 0.2s;\n            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);\n        }\n\n        .btn-cta:hover { transform: translateY(-3px); }\n\n        \/* =========================================\n           RESPONSIVE QUERIES\n           ========================================= *\/\n        @media (max-width: 992px) {\n            .hero-grid, .expert-grid { grid-template-columns: 1fr; gap: 3rem; }\n            .hero-headline { font-size: 2.8rem; }\n            .expert-grid .expert-image-wrapper { order: -1; }\n            .comparison-grid { grid-template-columns: 1fr; }\n        }\n\n        @media (max-width: 768px) {\n            .section-title { font-size: 2rem; }\n            .process-flex { flex-direction: column; gap: 3rem; }\n            .process-flex::before { display: none; }\n            .comp-col { padding: 2.5rem 1.5rem; }\n            .section-padding { padding: 4rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"hub-hero\">\n        <div class=\"container hero-grid\">\n            <div class=\"hero-content\">\n                <span class=\"section-kicker\">The All-In-One Corporate Hub<\/span>\n                <h1 class=\"hero-headline\">Set up and scale your Malaysian business seamlessly.<\/h1>\n                <p class=\"section-desc\" style=\"margin-bottom: 2rem;\">Stop juggling different agencies for your company registration, accounting, and tax filing. We provide a single, digital-first platform to keep your Sdn Bhd fully compliant.<\/p>\n                \n                <div class=\"trust-bar\">\n                    <p>Powered by Certified Local Experts<\/p>\n                    <div class=\"trust-logos\">\n                        <span>SSM Compliant<\/span>\n                        <span>LHDN Ready<\/span>\n                        <span>Licensed CoSec<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"cta-card\">\n                <h3 style=\"font-size: 1.5rem; color: #0f172a; margin-bottom: 0.5rem;\">Select your profile.<\/h3>\n                <p style=\"color: #64748b; margin-bottom: 2rem;\">Let us tailor the right corporate setup for you.<\/p>\n\n                <a href=\"#local-setup\" class=\"track-option\">\n                    <div class=\"track-icon\">\n                        <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\"><\/path><\/svg>\n                    <\/div>\n                    <div class=\"track-text\">\n                        <h4>Malaysian Founders<\/h4>\n                        <p>Fast-track your digital Sdn Bhd registration.<\/p>\n                    <\/div>\n                <\/a>\n\n                <a href=\"#foreign-setup\" class=\"track-option\">\n                    <div class=\"track-icon\">\n                        <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                    <\/div>\n                    <div class=\"track-text\">\n                        <h4>Foreign Investors<\/h4>\n                        <p>Navigate 100% foreign entity ownership &#038; visas.<\/p>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"services-section section-padding\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <span class=\"section-kicker\">End-to-End Solutions<\/span>\n                <h2 class=\"section-title\">Everything you need to operate legally.<\/h2>\n                <p class=\"section-desc\">We consolidate your corporate back-office into a single, proactive digital platform. No more chasing down multiple agencies.<\/p>\n            <\/div>\n            \n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Sdn Bhd Incorporation<\/h3>\n                    <p>Fast-track your business setup. We handle SSM name reservations, superform submissions, and structural advisory.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Corporate Compliance<\/h3>\n                    <p>Appoint our licensed Company Secretaries to manage your annual returns, board resolutions, and statutory lodgements.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Accounting &#038; Bookkeeping<\/h3>\n                    <p>Gain absolute clarity over your cash flow. We provide meticulous monthly reconciliations and audit-ready ledgers.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\n                        <svg width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path><\/svg>\n                    <\/div>\n                    <h3>Corporate Taxation<\/h3>\n                    <p>Protect your revenue. We handle your LHDN submissions, CP204 tax estimates, and Form e-C filings proactively.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"expert-section section-padding\">\n        <div class=\"container expert-grid\">\n            <div class=\"expert-image-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/hasb.my\/wp-content\/uploads\/2026\/07\/compressedImage-scaled.webp\" alt=\"Dedicated Corporate Advisor\" class=\"expert-image\">\n            <\/div>\n            \n            <div>\n                <span class=\"section-kicker\">Expert Advisory<\/span>\n                <h2 class=\"section-title\">Real professionals behind the digital platform.<\/h2>\n                <p class=\"section-desc\">Forget dealing with automated bots or generic call centers. Our digital infrastructure is backed by a dedicated team of licensed Malaysian Company Secretaries and accountants who know your business inside and out.<\/p>\n                \n                <ul class=\"expert-list\">\n                    <li>\n                        <div class=\"expert-list-icon\">\n                            <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"expert-list-text\">\n                            <h4>Dedicated Account Manager<\/h4>\n                            <p>One single point of contact for all your SSM, accounting, and tax queries.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"expert-list-icon\">\n                            <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"expert-list-text\">\n                            <h4>Proactive Deadline Tracking<\/h4>\n                            <p>We monitor your compliance calendar and notify you well before lodgements are due.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <div class=\"expert-list-icon\">\n                            <svg fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z\"><\/path><\/svg>\n                        <\/div>\n                        <div class=\"expert-list-text\">\n                            <h4>Direct Priority Support<\/h4>\n                            <p>Get clear, actionable advice directly from certified experts, not automated systems.<\/p>\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"process-section section-padding\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <span class=\"section-kicker\">100% Online Workflow<\/span>\n                <h2 class=\"section-title\">Corporate compliance, modernized.<\/h2>\n                <p class=\"section-desc\">Skip the physical office visits and endless courier delays. Our digital-first infrastructure lets you launch and manage your company rapidly.<\/p>\n            <\/div>\n\n            <div class=\"process-flex\">\n                <div class=\"process-step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Submit Details Online<\/h4>\n                    <p>Complete our secure digital forms and upload your ID documents via our encrypted portal in under 10 minutes.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>Digital e-Signatures<\/h4>\n                    <p>We draft your SSM and tax documents immediately. You and your partners review and e-sign everything from your phones.<\/p>\n                <\/div>\n                <div class=\"process-step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>We Handle the Rest<\/h4>\n                    <p>Our licensed experts execute all filings directly with local government bodies and upload certificates to your dashboard.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"advantage-section section-padding\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <span class=\"section-kicker\">Why Switch To Us<\/span>\n                <h2 class=\"section-title\">A better standard of service.<\/h2>\n                <p class=\"section-desc\">Traditional corporate secretaries are bogged down by manual work and hidden fees. We built our firm to be radically transparent and aggressively proactive.<\/p>\n            <\/div>\n\n            <div class=\"comparison-grid\">\n                <div class=\"comp-col col-bad\">\n                    <h3>Traditional Firms<\/h3>\n                    <ul>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path><\/svg> Hidden disbursement fees for printing and letters.<\/li>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path><\/svg> Physical wet-ink signatures requiring office visits.<\/li>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path><\/svg> Reactive communication\u2014you only hear about penalties.<\/li>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path><\/svg> Fragmented data scattered across email threads.<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"comp-col col-good\">\n                    <h3>Our Digital Ecosystem<\/h3>\n                    <ul>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Predictable, flat-rate pricing. Zero surprise invoices.<\/li>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> 100% digital document execution and cloud storage.<\/li>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Proactive calendar management to prevent late fees.<\/li>\n                        <li><svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> A dedicated, licensed account manager for your business.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"cta-section section-padding\">\n        <div class=\"container\" style=\"max-width: 800px;\">\n            <h2 class=\"section-title\">Ready to modernize your operations?<\/h2>\n            <p class=\"section-desc\">Join hundreds of forward-thinking founders who trust us to manage their back-office. Book a free consultation to map out your corporate setup today.<\/p>\n            <a href=\"#contact\" class=\"btn-cta\">Talk to a Corporate Advisor<\/a>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Premium Corporate Services | Malaysia The All-In-One Corporate Hub Set up and scale your Malaysian business seamlessly. Stop juggling different [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-45","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"jelina","author_link":"https:\/\/hasb.my\/?author=3"},"uagb_comment_info":0,"uagb_excerpt":"Premium Corporate Services | Malaysia The All-In-One Corporate Hub Set up and scale your Malaysian business seamlessly. Stop juggling different [&hellip;]","_links":{"self":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/hasb.my\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=45"}],"version-history":[{"count":14,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/45\/revisions"}],"predecessor-version":[{"id":65,"href":"https:\/\/hasb.my\/index.php?rest_route=\/wp\/v2\/pages\/45\/revisions\/65"}],"wp:attachment":[{"href":"https:\/\/hasb.my\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}