{"id":63,"date":"2026-01-28T07:53:19","date_gmt":"2026-01-27T22:53:19","guid":{"rendered":"https:\/\/sona-labo.com\/?page_id=63"},"modified":"2026-01-30T18:53:29","modified_gmt":"2026-01-30T09:53:29","slug":"top","status":"publish","type":"page","link":"https:\/\/sona-labo.com\/","title":{"rendered":"TOP\u30da\u30fc\u30b8"},"content":{"rendered":"\n<div class=\"swell-block-fullWide pc-py-0 sp-py-0 alignfull\" style=\"background-color:#f7f7f7\"><div class=\"swell-block-fullWide__inner\">\n<style>\n    \/* \/\/ -------------------------------------------------- *\/\n    \/* \/\/ Full-screen LP Style (English Version) *\/\n    \/* \/\/ -------------------------------------------------- *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;500;700;900&family=Noto+Sans+JP:wght@300;500;700&display=swap');\n\n    \/* Hide SWELL default parts *\/\n    #header, .l-header, #footer, .l-footer, #wpadminbar { display: none !important; }\n    #content, .l-main { padding: 0 !important; margin: 0 !important; }\n\n    .ea-lp-wrapper {\n        --ea-bg: #0f172a;      \/* Deep Navy *\/\n        --ea-card: #1e293b;    \/* Card BG *\/\n        --ea-text: #f8fafc;    \/* Text *\/\n        --ea-muted: #94a3b8;   \/* Muted Text *\/\n        --ea-gold: #facc15;    \/* Accent: Gold *\/\n        --ea-blue: #38bdf8;    \/* Accent: Blue *\/\n        --ea-purple: #a855f7;  \/* Accent: Purple *\/\n        --ea-gift-grad: linear-gradient(135deg, #FFD700 0%, #FDB931 50%, #C09000 100%);\n        \n        font-family: 'Montserrat', sans-serif;\n        background-color: var(--ea-bg);\n        color: var(--ea-text);\n        line-height: 1.8;\n        box-sizing: border-box;\n        \n        position: fixed !important;\n        top: 0 !important; left: 0 !important;\n        width: 100% !important; height: 100% !important;\n        z-index: 2147483647 !important;\n        overflow-y: auto !important;\n        -webkit-overflow-scrolling: touch;\n        margin: 0 !important;\n    }\n    .ea-lp-wrapper * { box-sizing: border-box !important; }\n\n    \/* Language Switcher (Floating) *\/\n    .lang-switch {\n        position: absolute;\n        top: 30px;\n        right: 30px;\n        z-index: 100;\n        font-weight: 700;\n        font-size: 0.9rem;\n        color: var(--ea-muted);\n        background: rgba(0,0,0,0.3);\n        padding: 8px 16px;\n        border-radius: 50px;\n        border: 1px solid rgba(255,255,255,0.1);\n        backdrop-filter: blur(5px);\n    }\n    .lang-link { text-decoration: none; color: inherit; transition: 0.3s; margin: 0 4px; }\n    .lang-link:hover { color: #fff; }\n    .lang-link.active { color: var(--ea-gold); cursor: default; }\n    .lang-sep { opacity: 0.3; }\n\n    \/* Animation *\/\n    .reveal {\n        opacity: 0;\n        transform: translateY(40px);\n        transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n    .reveal.active {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* Container *\/\n    .ea-container {\n        max-width: 1000px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* -------------------------- *\/\n    \/* 1. HERO: Exit Manager *\/\n    \/* -------------------------- *\/\n    .gift-hero {\n        min-height: 90vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        padding: 120px 20px;\n        background: radial-gradient(circle at center, #1e293b 0%, #020617 80%);\n        position: relative;\n        overflow: hidden;\n    }\n    \n    .hero-glow {\n        position: absolute;\n        width: 800px; height: 800px;\n        background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(0,0,0,0) 70%);\n        top: 50%; left: 50%;\n        transform: translate(-50%, -50%);\n        pointer-events: none;\n    }\n    .sparkle {\n        position: absolute;\n        background: white;\n        border-radius: 50%;\n        opacity: 0;\n        animation: sparkleAnim 3s infinite ease-in-out;\n    }\n    @keyframes sparkleAnim {\n        0% { transform: scale(0); opacity: 0; }\n        50% { transform: scale(1); opacity: 0.8; }\n        100% { transform: scale(0); opacity: 0; }\n    }\n\n    .gift-message { font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: 20px; text-shadow: 0 2px 10px rgba(0,0,0,0.5); letter-spacing: 0.1em; text-transform: uppercase; }\n    .gift-badge {\n        background: var(--ea-gift-grad); color: #4a3b00; font-weight: 900; font-size: 0.9rem; padding: 8px 30px; border-radius: 50px; letter-spacing: 0.1em; margin-bottom: 30px;\n        box-shadow: 0 0 30px rgba(253, 185, 49, 0.4); border: 2px solid #fff; display: inline-block; animation: pulseBadge 2s infinite;\n    }\n    @keyframes pulseBadge {\n        0% { transform: scale(1); box-shadow: 0 0 30px rgba(253, 185, 49, 0.4); }\n        50% { transform: scale(1.05); box-shadow: 0 0 50px rgba(253, 185, 49, 0.7); }\n        100% { transform: scale(1); box-shadow: 0 0 30px rgba(253, 185, 49, 0.4); }\n    }\n\n    .gift-intro { font-size: 1.5rem; color: #e2e8f0; font-weight: 700; margin-bottom: 20px; line-height: 1.4; }\n    .gift-intro strong { color: var(--ea-blue); font-size: 1.7rem; }\n\n    .gift-title {\n        font-size: clamp(3rem, 7vw, 6rem); font-weight: 900; line-height: 1.1; margin-bottom: 30px;\n        background: var(--ea-gift-grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n        text-shadow: 0 10px 30px rgba(0,0,0,0.5); filter: drop-shadow(0 2px 0px rgba(255,255,255,0.2));\n    }\n    \n    .gift-desc {\n        font-size: 1rem; color: #cbd5e1; max-width: 750px; margin: 0 auto 50px;\n        background: rgba(0,0,0,0.4); padding: 24px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(5px); line-height: 1.8;\n    }\n\n    .present-btn {\n        display: inline-block; min-width: 320px; padding: 24px 50px;\n        background: linear-gradient(135deg, #10b981 0%, #059669 100%);\n        color: #fff !important; font-weight: 800; font-size: 1.2rem; border-radius: 100px; text-decoration: none;\n        box-shadow: 0 10px 40px rgba(16, 185, 129, 0.4), inset 0 2px 0 rgba(255,255,255,0.3);\n        transition: transform 0.3s, box-shadow 0.3s; position: relative; z-index: 10; border: 2px solid #fff;\n        text-transform: uppercase; letter-spacing: 0.05em;\n    }\n    .present-btn:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 20px 60px rgba(16, 185, 129, 0.6), inset 0 2px 0 rgba(255,255,255,0.3); }\n    .present-btn i { margin-right: 10px; }\n    \n    .scroll-down { margin-top: 60px; animation: bounce 2s infinite; opacity: 0.5; cursor: pointer; color: #fff; }\n    @keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} }\n\n\n    \/* -------------------------- *\/\n    \/* 2. BRIDGE *\/\n    \/* -------------------------- *\/\n    .bridge-section { padding: 120px 20px; text-align: center; background: #0f172a; border-top: 1px solid rgba(255,255,255,0.05); }\n    .bridge-text { font-size: clamp(1.2rem, 3vw, 1.8rem); font-weight: 700; line-height: 1.6; }\n    .bridge-highlight { display: block; margin-top: 20px; font-size: clamp(1.5rem, 4vw, 2.5rem); color: var(--ea-gold); text-shadow: 0 0 30px rgba(250, 204, 21, 0.3); }\n    .bridge-sub { color: #94a3b8; font-size: 1rem; margin-top: 30px; max-width: 650px; margin-left: auto; margin-right: auto; }\n\n    \/* -------------------------- *\/\n    \/* 3. SONA System (Standard) *\/\n    \/* -------------------------- *\/\n    .feature-ea-section { padding: 0 20px 80px; background: #0f172a; }\n    .feature-card {\n        max-width: 900px; margin: 0 auto;\n        background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);\n        border: 2px solid var(--ea-blue); border-radius: 24px; padding: 60px 40px;\n        text-align: center; box-shadow: 0 20px 50px -10px rgba(56, 189, 248, 0.15);\n        position: relative; overflow: hidden;\n    }\n    .feature-badge { background: var(--ea-blue); color: #0f172a; font-weight: 800; padding: 6px 20px; border-radius: 50px; display: inline-block; margin-bottom: 20px; }\n    .feature-title { font-size: 3rem; font-weight: 900; margin-bottom: 20px; color: #fff; }\n    .feature-desc { font-size: 1.1rem; color: #cbd5e1; margin-bottom: 40px; max-width: 750px; margin-left: auto; margin-right: auto; line-height: 1.8; }\n    .std-btn {\n        display: inline-block; min-width: 280px; padding: 18px 30px;\n        background: var(--ea-blue); color: #0f172a !important; font-weight: 800; border-radius: 50px; text-decoration: none;\n        transition: 0.3s; box-shadow: 0 5px 20px rgba(56, 189, 248, 0.3);\n        text-transform: uppercase;\n    }\n    .std-btn:hover { transform: translateY(-3px); background: #fff; box-shadow: 0 10px 40px rgba(56, 189, 248, 0.5); }\n\n    \/* -------------------------- *\/\n    \/* 4. LAB & VARIETY *\/\n    \/* -------------------------- *\/\n    .lab-intro-section {\n        padding: 120px 20px 60px;\n        background: linear-gradient(180deg, #0f172a 0%, #161a29 100%);\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n    .lab-bg-grid {\n        position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n        background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);\n        background-size: 40px 40px; pointer-events: none;\n    }\n    .lab-icon-box {\n        width: 80px; height: 80px; background: rgba(168, 85, 247, 0.1); color: var(--ea-purple); font-size: 2rem;\n        display: flex; align-items: center; justify-content: center; border-radius: 20px; margin: 0 auto 30px;\n        border: 1px solid rgba(168, 85, 247, 0.3); box-shadow: 0 0 30px rgba(168, 85, 247, 0.2);\n    }\n    .lab-title {\n        font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; margin-bottom: 20px;\n        background: linear-gradient(90deg, #fff, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 0.05em;\n    }\n    .lab-desc { color: #cbd5e1; font-size: 1rem; line-height: 2; max-width: 800px; margin: 0 auto; }\n    .lab-desc strong { color: var(--ea-purple); font-weight: 700; }\n\n    \/* Variety Grid *\/\n    .variety-section { padding: 100px 20px; background: #161a29; position: relative; }\n    .variety-head { text-align: center; margin-bottom: 80px; }\n    .variety-title {\n        font-size: 1.5rem; font-weight: 700; color: var(--ea-muted); letter-spacing: 0.2em; text-transform: uppercase;\n        border-bottom: 1px solid rgba(255,255,255,0.1); display: inline-block; padding-bottom: 10px;\n    }\n\n    .ea-stack { display: grid; grid-template-columns: 1fr; gap: 60px; max-width: 900px; margin: 0 auto; }\n\n    .ea-big-card {\n        background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 24px; padding: 50px;\n        transition: transform 0.3s, background 0.3s; position: relative; overflow: hidden; text-align: center;\n    }\n    .ea-big-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.2); }\n    \n    .card-accent { position: absolute; top: 0; left: 0; width: 100%; height: 6px; }\n    .accent-wealth { background: linear-gradient(90deg, #facc15, #f59e0b); }\n    .accent-rush { background: linear-gradient(90deg, #f87171, #ef4444); }\n    .accent-hyper { background: linear-gradient(90deg, #d946ef, #a855f7); }\n\n    .card-label {\n        font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px;\n        display: inline-block; padding: 6px 16px; border-radius: 50px; color: #fff; background: rgba(255,255,255,0.1);\n    }\n    .card-title { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; color: #fff; }\n    .card-desc { font-size: 1rem; color: #cbd5e1; margin-bottom: 30px; line-height: 1.8; max-width: 700px; margin-left: auto; margin-right: auto; }\n    \n    .card-btn {\n        display: inline-block; min-width: 250px; padding: 16px 30px; background: transparent; border: 2px solid rgba(255,255,255,0.3);\n        color: #fff !important; text-align: center; text-decoration: none; border-radius: 50px; font-weight: 700; transition: 0.3s;\n        text-transform: uppercase; letter-spacing: 0.05em;\n    }\n    .card-btn:hover { background: #fff; color: #0f172a !important; border-color: #fff; box-shadow: 0 0 20px rgba(255,255,255,0.3); }\n    \n    .card-hyper-style { background: linear-gradient(180deg, rgba(168, 85, 247, 0.1) 0%, rgba(15, 23, 42, 0) 100%); border-color: rgba(168, 85, 247, 0.3); }\n    .card-hyper-style:hover { border-color: #a855f7; box-shadow: 0 0 40px rgba(168, 85, 247, 0.2); }\n    .btn-hyper { background: #a855f7; border: none; }\n    .btn-hyper:hover { background: #9333ea; color: #fff !important; }\n\n    \/* 5. Closing *\/\n    .closing-section { padding: 80px 20px; background: #1a1e2e; text-align: center; }\n    .closing-text { font-size: 1.5rem; margin-bottom: 40px; font-weight: 700; line-height: 1.4; }\n\n    \/* 6. Footer *\/\n    .ea-footer { padding: 60px 20px 100px; background: #0f172a; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.75rem; color: #475569; text-align: center; }\n    .disclaimer-text { max-width: 800px; margin: 0 auto; line-height: 1.8; }\n    \n    .footer-nav { margin-top: 40px; margin-bottom: 20px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }\n    .footer-nav a { color: var(--ea-muted); text-decoration: none; transition: color 0.3s; font-weight: 500; }\n    .footer-nav a:hover { color: #fff; }\n    .footer-nav span { color: rgba(255,255,255,0.1); }\n    .copyright { margin-top: 20px; font-weight: bold; letter-spacing: 0.1em; opacity: 0.5; }\n\n<\/style>\n\n<div class=\"ea-lp-wrapper\">\n\n    <!-- Language Switcher -->\n    <div class=\"lang-switch\">\n        <a href=\"\/\" class=\"lang-link\">JP<\/a>\n        <span class=\"lang-sep\">|<\/span>\n        <span class=\"lang-link active\">EN<\/span>\n    <\/div>\n\n    <!-- 1. HERO: Exit Manager (GIFT) -->\n    <section class=\"gift-hero\">\n        <div class=\"hero-glow\"><\/div>\n        <div class=\"sparkle\" style=\"top: 20%; left: 20%; width: 4px; height: 4px; animation-delay: 0s;\"><\/div>\n        <div class=\"sparkle\" style=\"top: 30%; right: 25%; width: 6px; height: 6px; animation-delay: 1s;\"><\/div>\n        \n        <div class=\"reveal\">\n            <p class=\"gift-message\">A Gift for Our Valued Members<\/p>\n            <span class=\"gift-badge\">\u2728 SPECIAL GIFT \u2728<\/span>\n            <p class=\"gift-intro\">\n                Maximize your manual trading efficiency<br>\n                with this <strong>Automated Trade Manager<\/strong>.\n            <\/p>\n            \n            <h1 class=\"gift-title\">SONA Exit Manager<\/h1>\n            \n            <div class=\"gift-desc\">\n                <p><strong>[ What It Does ]<\/strong><\/p>\n                <p>Automatically sets optimal SL, TP, and Trailing Stop the moment you enter a trade.<br>\n                Zero chart monitoring required. The ultimate assistant for indicator users.<\/p>\n            <\/div>\n            \n            <!-- Link to English Guide Page -->\n            <a href=\"\/en-step1\/\" class=\"present-btn\">\n                <i class=\"fa-solid fa-gift\"><\/i> Claim Your Gift\n            <\/a>\n        <\/div>\n        \n        <div class=\"scroll-down reveal\" onclick=\"document.querySelector('.bridge-section').scrollIntoView({behavior: 'smooth'})\">\n            <span style=\"font-size: 12px; letter-spacing: 0.2em;\">AND MORE&#8230;<\/span><br>\n            <i class=\"fa-solid fa-chevron-down\"><\/i>\n        <\/div>\n    <\/section>\n\n    <!-- 2. BRIDGE -->\n    <section class=\"bridge-section\">\n        <div class=\"ea-container reveal\">\n            <p class=\"bridge-text\">\n                Exit Manager frees you from exit stress.<br>\n                But what if&#8230;\n            <\/p>\n            <span class=\"bridge-highlight\">You could automate the &#8220;Entry&#8221; too?<\/span>\n            <p class=\"bridge-sub\">\n                Explore our diverse lineup of Automated Trading Systems (EAs)<br>\n                tailored to match your trading style.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- 3. FEATURE: SONA System -->\n    <section class=\"feature-ea-section reveal\">\n        <div class=\"feature-card\">\n            <span class=\"feature-badge\">OFFICIAL STANDARD<\/span>\n            <h2 class=\"feature-title\">SONA System<\/h2>\n            <p class=\"feature-desc\">\n                The flagship EA that fully replicates the SONA indicator logic.<br>\n                Eliminates emotion and executes trades automatically, 24\/7.\n            <\/p>\n            <a href=\"\/en-step1\/\" class=\"std-btn\">\n                Apply for System\n            <\/a>\n            <p style=\"font-size:0.8rem; color:#64748b; margin-top:20px;\">*Can be applied together with Exit Manager<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- 4. LAB & VARIETY -->\n    <section class=\"lab-intro-section reveal\">\n        <div class=\"lab-bg-grid\"><\/div>\n        <div class=\"ea-container\">\n            <div class=\"lab-icon-box\"><i class=\"fa-solid fa-flask\"><\/i><\/div>\n            <h2 class=\"lab-title\">SONA Laboratory<\/h2>\n            <p style=\"font-size:0.9rem; letter-spacing:0.2em; color:#a855f7; margin-bottom:30px; font-weight:700;\">BEYOND THE LOGIC<\/p>\n            \n            <p class=\"lab-desc\">\n                SONA System is the orthodox evolution, but our exploration doesn&#8217;t stop there.<br>\n                <strong>AI Market Analysis, Probabilistic Grid Trading, and Compounding Power.<\/strong><br>\n                At SONA Laboratory, we develop experimental systems using diverse approaches to maximize returns, offered exclusively to our members for free.<br><br>\n                Below is a lineup to add new possibilities to your portfolio.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"variety-section\">\n        <div class=\"ea-container\">\n            <div class=\"variety-head reveal\">\n                <h2 class=\"variety-title\">VARIETY LINEUP<\/h2>\n            <\/div>\n\n            <div class=\"ea-stack\">\n                <!-- Wealth -->\n                <div class=\"ea-big-card reveal\">\n                    <div class=\"card-accent accent-wealth\"><\/div>\n                    <span class=\"card-label\" style=\"color:#eab308; border:1px solid #eab308;\">Long-Term Compound<\/span>\n                    <h3 class=\"card-title\">SONA x TESLA Wealth<\/h3>\n                    <p class=\"card-desc\">\n                        Maximize compounding effects. Reinvest profits as margin for the next trade, aiming for geometric asset growth. A specialized model that turns GOLD&#8217;s volatility into stability and growth.\n                    <\/p>\n                    <a href=\"\/en-step1\/\" class=\"card-btn\">Apply for Wealth<\/a>\n                <\/div>\n\n                <!-- Rush -->\n                <div class=\"ea-big-card reveal\">\n                    <div class=\"card-accent accent-rush\"><\/div>\n                    <span class=\"card-label\" style=\"color:#ef4444; border:1px solid #ef4444;\">High Rotation<\/span>\n                    <h3 class=\"card-title\">SONA Rush<\/h3>\n                    <p class=\"card-desc\">\n                        Pursuit of short-term profits. Equipped with high-rotation logic that turns market noise into profit. Targets explosive returns while controlling risk through precise position management.\n                    <\/p>\n                    <a href=\"\/en-step1\/\" class=\"card-btn\">Apply for Rush<\/a>\n                <\/div>\n\n                <!-- Hyper -->\n                <div class=\"ea-big-card card-hyper-style reveal\">\n                    <div class=\"card-accent accent-hyper\"><\/div>\n                    <span class=\"card-label\" style=\"background:#a855f7; color:#fff; border:none;\">EXTREME MODE<\/span>\n                    <h3 class=\"card-title\">SONA Rush Hyper<\/h3>\n                    <p class=\"card-desc\">\n                        Accelerating Rush logic to the limit. The strongest model that fearlessly stacks profits with overwhelming turnover.<br>\n                        *High Risk \/ High Return. Proper money management required.\n                    <\/p>\n                    <a href=\"\/en-step1\/\" class=\"card-btn btn-hyper\">Challenge Hyper<\/a>\n                <\/div>\n            <\/div>\n            \n            <p style=\"text-align:center; color:#64748b; margin-top:60px; font-size:0.8rem;\">\n                *All EAs are free. Choose the one that fits you.\n            <\/p>\n        <\/div>\n    <\/section>\n    \n    <!-- 5. CLOSING -->\n    <section class=\"closing-section reveal\">\n        <p class=\"closing-text\" style=\"color:#fff;\">\n            Start with &#8220;Exit Manager&#8221;.<br>Upgrade your trading environment today.\n        <\/p>\n        <a href=\"\/en-step1\/\" class=\"present-btn\" style=\"font-size:1rem; padding:18px 40px; min-width:auto;\">\n            Proceed to Application\n        <\/a>\n    <\/section>\n\n    <!-- 6. FOOTER -->\n    <footer class=\"ea-footer\">\n        <!-- Links -->\n        <nav class=\"footer-nav\">\n            <a href=\"\/en-faq\/\">FAQ &#038; Requirements<\/a>\n            <span>|<\/span>\n            <a href=\"\/en-privacy-policy\/\">Privacy Policy<\/a>\n            <span>|<\/span>\n            <a href=\"\/en-terms\/\">Terms of Use<\/a>\n        <\/nav>\n\n        <div class=\"disclaimer-text\">\n            <p style=\"font-weight:bold; margin-bottom:10px;\">[Important Notice]<\/p>\n            <p>\n                This system consists of programs created for verification purposes and is shared exclusively with members. To use the system, you must open an account (link) with a designated broker. Development and operation costs are covered by rebates from partner brokers, so there is no usage fee for users.<br>\n                The tools and information on this site do not constitute investment advice or guarantee profits. Foreign exchange margin trading (FX) involves the risk of price fluctuations and may result in loss of principal. Please trade at your own risk and discretion.\n            <\/p>\n        <\/div>\n        <p class=\"copyright\">\u00a9 SONA System EA<\/p>\n    <\/footer>\n\n<\/div>\n\n<script>\n(function() {\n    const wrapper = document.getElementById('ea-lp-root') || document.querySelector('.ea-lp-wrapper');\n    if(wrapper && document.body) document.body.appendChild(wrapper);\n\n    \/\/ Smooth Scroll\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function (e) {\n            e.preventDefault();\n            const target = document.querySelector(this.getAttribute('href'));\n            if(target) target.scrollIntoView({ behavior: 'smooth' });\n        });\n    });\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) entry.target.classList.add('active');\n        });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n})();\n<\/script>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"swell_btn_cv_data":"","_locale":"en_US","_original_post":"https:\/\/sona-labo.com\/?page_id=11","footnotes":""},"class_list":["post-63","page","type-page","status-publish","hentry","en-US"],"_links":{"self":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages\/63","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":5,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages\/63\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/pages\/63\/revisions\/120"}],"wp:attachment":[{"href":"https:\/\/sona-labo.com\/wp-json\/wp\/v2\/media?parent=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}