{"id":2356,"date":"2026-05-12T00:11:00","date_gmt":"2026-05-12T00:11:00","guid":{"rendered":"https:\/\/ab.new9plus.com\/?p=2356"},"modified":"2026-05-12T00:12:52","modified_gmt":"2026-05-12T00:12:52","slug":"2356","status":"publish","type":"post","link":"https:\/\/ab.new9plus.com\/?p=2356","title":{"rendered":"\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0631 \u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a\u0629: \u0627\u062d\u0633\u0628 \u0639\u0645\u0631\u0643 \u0628\u0627\u0644\u0647\u062c\u0631\u064a \u0648\u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a \u0648\u0627\u0643\u062a\u0634\u0641 \u0628\u0631\u062c\u0643 \u0648\u0639\u0645\u0631\u0643 \u0627\u0644\u0641\u0636\u0627\u0626\u064a!"},"content":{"rendered":"\n<div class=\"corporate-vip-calculator\" id=\"mainCalcApp\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;500;700;900&display=swap');\n        \n        .corporate-vip-calculator {\n            max-width: 500px; margin: 20px auto; padding: 35px 25px;\n            background: linear-gradient(145deg, #ffffff, #f8fafc);\n            border-radius: 30px; box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);\n            font-family: 'Tajawal', sans-serif; text-align: center; direction: rtl;\n            position: relative; overflow: hidden; border: 1px solid #f1f5f9;\n        }\n        \n        .corporate-vip-calculator::before {\n            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px;\n            background: linear-gradient(90deg, #6366f1, #a855f7, #ec4899);\n        }\n\n        .corporate-vip-calculator h3 { color: #0f172a; font-size: 28px; font-weight: 900; margin-bottom: 20px;}\n\n        .cal-type-toggle {\n            display: flex; background: #e2e8f0; border-radius: 20px; padding: 5px;\n            margin: 0 auto 25px auto; max-width: 250px; position: relative;\n        }\n        .cal-type-toggle input[type=\"radio\"] { display: none; }\n        .cal-type-toggle label {\n            flex: 1; text-align: center; padding: 10px 15px; font-size: 16px; font-weight: 900;\n            color: #64748b; cursor: pointer; border-radius: 16px; transition: all 0.3s ease;\n        }\n        .cal-type-toggle input[type=\"radio\"]:checked + label {\n            background: #ffffff; color: #4f46e5; box-shadow: 0 4px 10px rgba(0,0,0,0.05);\n        }\n\n        .inputs-column { display: flex; flex-direction: column; gap: 18px; margin-bottom: 30px; align-items: center; }\n        .modern-input-group {\n            display: flex; align-items: center; background: #ffffff; border-radius: 20px; padding: 12px 20px;\n            width: 100%; max-width: 320px; border: 2px solid #e2e8f0; transition: all 0.3s ease;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n        }\n        .modern-input-group:focus-within { border-color: #6366f1; box-shadow: 0 8px 20px rgba(99, 102, 241, 0.15); transform: translateY(-2px); }\n        .modern-input-group label { font-size: 17px; font-weight: 900; color: #64748b; width: 70px; text-align: right; margin: 0; }\n        .modern-input-group input { flex: 1; border: none; background: transparent; font-size: 22px; font-weight: 900; text-align: center; color: #1e293b; outline: none; font-family: inherit; }\n\n        .master-btn {\n            background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%); color: white; border: none; padding: 18px 0; width: 100%; max-width: 320px;\n            font-size: 20px; font-weight: 900; border-radius: 20px; cursor: pointer; transition: all 0.3s; font-family: inherit;\n            box-shadow: 0 10px 25px rgba(79, 70, 229, 0.3);\n        }\n        .master-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(79, 70, 229, 0.4); }\n\n        .results-wrapper { display: none; margin-top: 35px; animation: slideUp 0.6s ease-out; }\n        @keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n        \n        .highlight-box { background: #ffffff; padding: 25px; border-radius: 20px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid #f1f5f9; position: relative; overflow: hidden;}\n        .highlight-box p { margin: 0 0 8px 0; color: #64748b; font-weight: 900; font-size: 16px; }\n        .highlight-box .age-val { font-size: 26px; font-weight: 900; color: #1e293b; background: linear-gradient(135deg, #1e293b, #334155); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 15px;}\n        \n        \/* \u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0642\u062f\u0645 \u0627\u0644\u0641\u062e\u0645 \u0644\u0639\u064a\u062f \u0627\u0644\u0645\u064a\u0644\u0627\u062f *\/\n        .progress-container { width: 100%; height: 12px; background: #e2e8f0; border-radius: 10px; overflow: hidden; margin-top: 15px; position: relative;}\n        .progress-bar { height: 100%; background: linear-gradient(90deg, #f59e0b, #d97706); width: 0%; transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 10px;}\n        .progress-label { display: block; font-size: 13px; color: #94a3b8; margin-top: 8px; font-weight: bold;}\n\n        .stats-grid { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; }\n        .stat-card { background: #ffffff; padding: 20px 15px; border-radius: 20px; border: 1px solid #f1f5f9; box-shadow: 0 4px 10px rgba(0,0,0,0.02); transition: transform 0.3s; }\n        .stat-card:hover { transform: scale(1.02); }\n        .stat-card .val { display: block; font-size: 32px; font-weight: 900; color: #4338ca; margin-bottom: 5px; direction: ltr; letter-spacing: 1px;}\n        .stat-card .lbl { font-size: 16px; color: #64748b; font-weight: 700; }\n        \n        .zodiac-card { background: linear-gradient(135deg, #fdf4ff 0%, #f3e8ff 100%); border: none; }\n        .zodiac-card .val { color: #9333ea; font-size: 28px; display: flex; align-items: center; justify-content: center; gap: 10px;}\n        .hijri-card { background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%); border: none; }\n        .hijri-card .val { color: #059669; }\n        .live-card { background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); border: none; }\n        .live-card .val { color: #2563eb; font-size: 36px;}\n\n        \/* \u0642\u0633\u0645 \u0627\u0644\u0641\u0636\u0627\u0621 \u0627\u0644\u062c\u062f\u064a\u062f \ud83d\ude80 *\/\n        .space-section { background: #0f172a; border-radius: 20px; padding: 25px 15px; margin-bottom: 30px; position: relative; overflow: hidden;}\n        .space-section::before { content: '\ud83c\udf0c'; position: absolute; font-size: 100px; opacity: 0.1; top: -20px; right: -20px; }\n        .space-title { color: #fff; font-size: 18px; font-weight: 900; margin: 0 0 15px 0; display: flex; align-items: center; justify-content: center; gap: 10px;}\n        .space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }\n        .space-card { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 15px 5px; border: 1px solid rgba(255,255,255,0.1); }\n        .space-card .icon { font-size: 24px; margin-bottom: 5px; display: block;}\n        .space-card .val { color: #facc15; font-size: 20px; font-weight: 900; display: block; direction: ltr;}\n        .space-card .lbl { color: #94a3b8; font-size: 12px; font-weight: bold;}\n\n        .action-btns { display: flex; flex-direction: column; align-items: center; gap: 15px; }\n        .share-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; max-width: 320px; padding: 18px; border-radius: 20px; font-weight: 900; font-size: 18px; color: white; text-decoration: none; transition: all 0.3s; font-family: inherit; }\n        .whatsapp-btn { background: #25D366; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2); }\n        .whatsapp-btn:hover { background: #1ebc5a; transform: translateY(-2px); }\n        .telegram-btn { background: #0088cc; box-shadow: 0 10px 20px rgba(0, 136, 204, 0.2); }\n        .telegram-btn:hover { background: #0077b5; transform: translateY(-2px); }\n        .reset-btn { background: #f8fafc; color: #475569; border: 2px solid #e2e8f0; padding: 16px; width: 100%; max-width: 320px; border-radius: 20px; font-weight: 900; cursor: pointer; font-family: inherit; font-size: 16px; transition: all 0.3s;}\n        .reset-btn:hover { background: #e2e8f0; color: #0f172a; }\n\n        .error-magic-toast {\n            position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);\n            background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);\n            color: white; padding: 30px 40px; border-radius: 24px; font-family: 'Tajawal', sans-serif;\n            text-align: center; box-shadow: 0 20px 50px rgba(239, 68, 68, 0.4);\n            z-index: 999999; opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            direction: rtl; min-width: 320px; border: 2px solid #f87171;\n        }\n        .error-magic-toast.show { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }\n        .error-magic-toast .icon { font-size: 55px; display: block; margin-bottom: 15px; animation: shake 0.5s ease-in-out; }\n        @keyframes shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-10px); } 75% { transform: translateX(10px); } }\n        .error-magic-toast h3 { margin: 0 0 10px 0; font-size: 26px; font-weight: 900; }\n        .error-magic-toast p { margin: 0; font-size: 18px; opacity: 0.95; line-height: 1.5; font-weight: 500;}\n    <\/style>\n\n    <h3>\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0631 \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u23f3<\/h3>\n    \n    <div class=\"cal-type-toggle\">\n        <input type=\"radio\" id=\"typeGregorian\" name=\"calType\" value=\"G\" checked onchange=\"updatePlaceholders()\">\n        <label for=\"typeGregorian\">\u0645\u064a\u0644\u0627\u062f\u064a<\/label>\n        <input type=\"radio\" id=\"typeHijri\" name=\"calType\" value=\"H\" onchange=\"updatePlaceholders()\">\n        <label for=\"typeHijri\">\u0647\u062c\u0631\u064a<\/label>\n    <\/div>\n\n    <div class=\"inputs-column\">\n        <div class=\"modern-input-group\"><label>\u0627\u0644\u064a\u0648\u0645<\/label><input type=\"number\" id=\"inpDay\" placeholder=\"15\"><\/div>\n        <div class=\"modern-input-group\"><label>\u0627\u0644\u0634\u0647\u0631<\/label><input type=\"number\" id=\"inpMonth\" placeholder=\"8\"><\/div>\n        <div class=\"modern-input-group\"><label>\u0627\u0644\u0633\u0646\u0629<\/label><input type=\"number\" id=\"inpYear\" placeholder=\"1998\"><\/div>\n    <\/div>\n    \n    <button id=\"btnCalc\" class=\"master-btn\" onclick=\"window.runAgeCalculation(true)\">\u0625\u062d\u0633\u0628 \u0639\u0645\u0631\u064a \u0628\u0627\u0644\u062a\u0641\u0635\u064a\u0644<\/button>\n\n    <div class=\"error-magic-toast\" id=\"errorToast\">\n        <span class=\"icon\">\u26a0\ufe0f<\/span>\n        <h3>\u0639\u0630\u0631\u0627\u064b\u060c \u064a\u0648\u062c\u062f \u062e\u0637\u0623<\/h3>\n        <p id=\"errorToastMsg\">\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062e\u0637\u0623 \u062a\u0638\u0647\u0631 \u0647\u0646\u0627<\/p>\n    <\/div>\n\n    <div class=\"results-wrapper\" id=\"resWrapper\">\n        <div class=\"highlight-box\">\n            <p>\u0639\u0645\u0631\u0643 \u0628\u0627\u0644\u0636\u0628\u0637 \u0647\u0648:<\/p>\n            <div class=\"age-val\" id=\"txtExactAge\">&#8212;<\/div>\n        <\/div>\n        \n        <div class=\"highlight-box\">\n            <p>\u0639\u064a\u062f \u0645\u064a\u0644\u0627\u062f\u0643 \u0627\u0644\u0642\u0627\u062f\u0645 \u0628\u0639\u062f:<\/p>\n            <div class=\"age-val\" style=\"color: #d97706;\" id=\"txtNextBday\">&#8212;<\/div>\n            <div class=\"progress-container\">\n                <div class=\"progress-bar\" id=\"bdayProgressBar\"><\/div>\n            <\/div>\n            <span class=\"progress-label\" id=\"txtProgressLbl\">\u0627\u0643\u062a\u0645\u0644 0% \u0645\u0646 \u0639\u0627\u0645\u0643 \u0627\u0644\u062d\u0627\u0644\u064a<\/span>\n        <\/div>\n        \n        <div class=\"stats-grid\">\n            <div class=\"stat-card zodiac-card\"><span class=\"val\" id=\"txtZodiac\">&#8212;<\/span><span class=\"lbl\">\u0628\u0631\u062c\u0643 \u0627\u0644\u0641\u0644\u0643\u064a<\/span><\/div>\n            <div class=\"stat-card hijri-card\"><span class=\"val\" id=\"txtHijriAge\">&#8212;<\/span><span class=\"lbl\">\u0633\u0646\u0629 \u0647\u062c\u0631\u064a\u0629 (\u062a\u0642\u0631\u064a\u0628\u0627\u064b)<\/span><\/div>\n            <div class=\"stat-card\"><span class=\"val\" id=\"txtMonths\">&#8212;<\/span><span class=\"lbl\">\u0634\u0647\u0631\u0627\u064b<\/span><\/div>\n            <div class=\"stat-card\"><span class=\"val\" id=\"txtDays\">&#8212;<\/span><span class=\"lbl\">\u064a\u0648\u0645\u0627\u064b<\/span><\/div>\n            <div class=\"stat-card\"><span class=\"val\" id=\"txtHours\">&#8212;<\/span><span class=\"lbl\">\u0633\u0627\u0639\u0629<\/span><\/div>\n            <div class=\"stat-card\"><span class=\"val\" id=\"txtMins\">&#8212;<\/span><span class=\"lbl\">\u062f\u0642\u064a\u0642\u0629<\/span><\/div>\n            <div class=\"stat-card live-card\"><span class=\"val\" id=\"txtSecs\">&#8212;<\/span><span class=\"lbl\">\u062b\u0627\u0646\u064a\u0629 (\u0645\u0628\u0627\u0634\u0631)<\/span><\/div>\n        <\/div>\n\n        <div class=\"space-section\">\n            <p class=\"space-title\">\ud83d\ude80 \u0643\u0645 \u0639\u0645\u0631\u0643 \u0641\u064a \u0643\u0648\u0627\u0643\u0628 \u0623\u062e\u0631\u0649\u061f<\/p>\n            <div class=\"space-grid\">\n                <div class=\"space-card\">\n                    <span class=\"icon\">\ud83d\udd34<\/span>\n                    <span class=\"val\" id=\"ageMars\">&#8212;<\/span>\n                    <span class=\"lbl\">\u0633\u0646\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u064a\u062e<\/span>\n                <\/div>\n                <div class=\"space-card\">\n                    <span class=\"icon\">\ud83e\ude90<\/span>\n                    <span class=\"val\" id=\"ageJupiter\">&#8212;<\/span>\n                    <span class=\"lbl\">\u0633\u0646\u0629 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u062a\u0631\u064a<\/span>\n                <\/div>\n                <div class=\"space-card\">\n                    <span class=\"icon\">\ud83c\udf11<\/span>\n                    <span class=\"val\" id=\"ageMercury\">&#8212;<\/span>\n                    <span class=\"lbl\">\u0633\u0646\u0629 \u0639\u0644\u0649 \u0639\u0637\u0627\u0631\u062f<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"action-btns\">\n            <a id=\"btnShareWa\" href=\"#\" target=\"_blank\" class=\"share-btn whatsapp-btn\">\u0634\u0627\u0631\u0643 \u0646\u062a\u064a\u062c\u062a\u0643 \u0627\u0644\u0645\u0630\u0647\u0644\u0629 \u0639\u0628\u0631 \u0648\u0627\u062a\u0633\u0627\u0628<\/a>\n            <a id=\"btnShareTg\" href=\"#\" target=\"_blank\" class=\"share-btn telegram-btn\">\u0634\u0627\u0631\u0643 \u0639\u0628\u0631 \u062a\u0644\u064a\u062c\u0631\u0627\u0645<\/a>\n            <button id=\"btnReset\" class=\"reset-btn\">\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062d\u0633\u0627\u0628 \u0645\u0646 \u062c\u062f\u064a\u062f<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        let liveInterval;\n\n        function updatePlaceholders() {\n            const isHijri = document.getElementById('typeHijri').checked;\n            document.getElementById('inpYear').placeholder = isHijri ? \"1420\" : \"1998\";\n        }\n\n        function hijriToGregorian(y, m, d) {\n            let jd = Math.floor((11 * y + 3) \/ 30) + 354 * y + 30 * m - Math.floor((m - 1) \/ 2) + d + 1948440 - 385;\n            let l = jd + 68569;\n            let n = Math.floor((4 * l) \/ 146097);\n            l = l - Math.floor((146097 * n + 3) \/ 4);\n            let i = Math.floor((4000 * (l + 1)) \/ 1461001);\n            l = l - Math.floor((1461 * i) \/ 4) + 31;\n            let j = Math.floor((80 * l) \/ 2447);\n            let day = l - Math.floor((2447 * j) \/ 80);\n            l = Math.floor(j \/ 11);\n            let month = j + 2 - 12 * l;\n            let year = 100 * (n - 49) + i + l;\n            return new Date(year, month - 1, day);\n        }\n\n        function getZodiac(day, month) {\n            const z = [\"\u0627\u0644\u062c\u062f\u064a \u2651\", \"\u0627\u0644\u062f\u0644\u0648 \u2652\", \"\u0627\u0644\u062d\u0648\u062a \u2653\", \"\u0627\u0644\u062d\u0645\u0644 \u2648\", \"\u0627\u0644\u062b\u0648\u0631 \u2649\", \"\u0627\u0644\u062c\u0648\u0632\u0627\u0621 \u264a\", \"\u0627\u0644\u0633\u0631\u0637\u0627\u0646 \u264b\", \"\u0627\u0644\u0623\u0633\u062f \u264c\", \"\u0627\u0644\u0639\u0630\u0631\u0627\u0621 \u264d\", \"\u0627\u0644\u0645\u064a\u0632\u0627\u0646 \u264e\", \"\u0627\u0644\u0639\u0642\u0631\u0628 \u264f\", \"\u0627\u0644\u0642\u0648\u0633 \u2650\"];\n            const lastDay = [19, 18, 20, 19, 20, 20, 22, 22, 22, 22, 21, 21];\n            return (day > lastDay[month - 1]) ? z[month % 12] : z[month - 1];\n        }\n\n        function showPremiumError(msg) {\n            const toast = document.getElementById('errorToast');\n            document.getElementById('errorToastMsg').innerText = msg;\n            toast.classList.add('show');\n            setTimeout(() => { toast.classList.remove('show'); }, 3500);\n        }\n\n        window.runAgeCalculation = function(autoScroll) {\n            const chkBox = document.getElementById('chkTermsVip');\n            if (!chkBox || !chkBox.checked) {\n                const termsBox = document.getElementById('vipTermsSection');\n                if(termsBox) {\n                    termsBox.scrollIntoView({ behavior: 'smooth', block: 'center' });\n                    setTimeout(() => {\n                        termsBox.style.transform = \"scale(1.02)\";\n                        termsBox.style.borderColor = \"#e11d48\";\n                        setTimeout(() => { termsBox.style.transform = \"scale(1)\"; termsBox.style.borderColor = \"#cbd5e1\"; }, 1000);\n                    }, 500);\n                }\n                return; \n            }\n\n            const isHijri = document.getElementById('typeHijri').checked;\n            const dVal = document.getElementById('inpDay').value;\n            const mVal = document.getElementById('inpMonth').value;\n            const yVal = document.getElementById('inpYear').value;\n\n            if (!dVal || !mVal || !yVal) { if(autoScroll) showPremiumError(\"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0639\u0628\u0626\u0629 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0644!\"); return; }\n\n            let d = parseInt(dVal); let m = parseInt(mVal); let y = parseInt(yVal);\n            const currentYear = new Date().getFullYear();\n\n            if (m < 1 || m > 12) { if(autoScroll) showPremiumError(\"\u0627\u0644\u0634\u0647\u0631 \u063a\u064a\u0631 \u0635\u062d\u064a\u062d! \u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0634\u0647\u0631 \u0628\u064a\u0646 1 \u0648 12.\"); return; }\n            if (!isHijri && (y < 1900 || y > currentYear)) { if(autoScroll) showPremiumError(\"\u0633\u0646\u0629 \u0627\u0644\u0645\u064a\u0644\u0627\u062f \u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a\u0629 \u063a\u064a\u0631 \u0645\u0646\u0637\u0642\u064a\u0629!\"); return; }\n            if (isHijri && (y < 1300 || y > 1448)) { if(autoScroll) showPremiumError(\"\u0633\u0646\u0629 \u0627\u0644\u0645\u064a\u0644\u0627\u062f \u0627\u0644\u0647\u062c\u0631\u064a\u0629 \u063a\u064a\u0631 \u0645\u0646\u0637\u0642\u064a\u0629!\"); return; }\n\n            let birthDate; let zodiacDay = d; let zodiacMonth = m;\n\n            if(isHijri) {\n                if (d < 1 || d > 30) { if(autoScroll) showPremiumError(\"\u062e\u0637\u0623! \u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0647\u062c\u0631\u064a \u0644\u0627 \u064a\u062a\u062c\u0627\u0648\u0632 30 \u064a\u0648\u0645\u0627\u064b.\"); return; }\n                birthDate = hijriToGregorian(y, m, d);\n                zodiacDay = birthDate.getDate(); zodiacMonth = birthDate.getMonth() + 1;\n            } else {\n                const daysInMonth = new Date(y, m, 0).getDate();\n                if (d < 1 || d > daysInMonth) { if(autoScroll) showPremiumError(`\u062e\u0637\u0623! \u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0645\u062e\u062a\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 ${daysInMonth} \u064a\u0648\u0645\u0627\u064b \u0641\u0642\u0637.`); return; }\n                birthDate = new Date(y, m - 1, d);\n            }\n\n            if(birthDate > new Date()) { if(autoScroll) showPremiumError(\"\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u064a\u0644\u0627\u062f \u0644\u0627 \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644!\"); return; }\n\n            document.getElementById('resWrapper').style.display = 'block';\n            if(autoScroll) { setTimeout(() => { document.getElementById('resWrapper').scrollIntoView({ behavior: 'smooth', block: 'start' }); }, 100); }\n\n            document.getElementById('txtZodiac').innerText = getZodiac(zodiacDay, zodiacMonth);\n\n            if (liveInterval) clearInterval(liveInterval);\n\n            function processData() {\n                const now = new Date();\n                const diffMs = Math.abs(now - birthDate);\n                \n                let years = now.getFullYear() - birthDate.getFullYear();\n                let months = now.getMonth() - birthDate.getMonth();\n                let days = now.getDate() - birthDate.getDate();\n                if (days < 0) { months--; const prevMonth = new Date(now.getFullYear(), now.getMonth(), 0); days += prevMonth.getDate(); }\n                if (months < 0) { years--; months += 12; }\n\n                const totalDays = Math.floor(diffMs \/ (1000 * 60 * 60 * 24));\n                const exactAge = `${years} \u0633\u0646\u0629 \u0648 ${months} \u0634\u0647\u0631 \u0648 ${days} \u064a\u0648\u0645`;\n                document.getElementById('txtExactAge').innerText = exactAge;\n                document.getElementById('txtHijriAge').innerText = (totalDays \/ 354.36).toFixed(1);\n                \n                \/\/ \u062d\u0633\u0627\u0628 \u0639\u064a\u062f \u0627\u0644\u0645\u064a\u0644\u0627\u062f \u0648\u0634\u0631\u064a\u0637 \u0627\u0644\u062a\u0642\u062f\u0645\n                let currentMonth = now.getMonth() + 1; let currentDay = now.getDate();\n                let bDay = birthDate.getDate(); let bMonth = birthDate.getMonth() + 1;\n                \n                let mDiff = bMonth - currentMonth; let dDiff = bDay - currentDay;\n                if (dDiff < 0) { mDiff--; let tempDate = new Date(now.getFullYear(), now.getMonth() + 1, 0); dDiff += tempDate.getDate(); }\n                if (mDiff < 0) { mDiff += 12; }\n                \n                let nextBdayStr = `${mDiff} \u0634\u0647\u0631 \u0648 ${dDiff} \u064a\u0648\u0645 \ud83c\udf81`;\n                let progressPercent = 0;\n                \n                if (mDiff === 0 &#038;&#038; dDiff === 0) {\n                    nextBdayStr = \"\u0627\u0644\u064a\u0648\u0645 \u0647\u0648 \u0639\u064a\u062f \u0645\u064a\u0644\u0627\u062f\u0643! \ud83c\udf89\ud83c\udf82\";\n                    progressPercent = 100;\n                } else {\n                    \/\/ \u062d\u0633\u0627\u0628 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0644\u0644\u0633\u0646\u0629 \u0627\u0644\u0645\u0643\u062a\u0645\u0644\u0629\n                    let nextBdate = new Date(now.getFullYear(), bMonth - 1, bDay);\n                    if(now > nextBdate) nextBdate.setFullYear(now.getFullYear() + 1);\n                    let lastBdate = new Date(nextBdate.getFullYear() - 1, bMonth - 1, bDay);\n                    \n                    let totalYearMs = nextBdate - lastBdate;\n                    let passedMs = now - lastBdate;\n                    progressPercent = Math.floor((passedMs \/ totalYearMs) * 100);\n                }\n\n                document.getElementById('txtNextBday').innerText = nextBdayStr;\n                document.getElementById('bdayProgressBar').style.width = `${progressPercent}%`;\n                document.getElementById('txtProgressLbl').innerText = `\u0627\u0643\u062a\u0645\u0644 ${progressPercent}% \u0645\u0646 \u0639\u0627\u0645\u0643 \u0627\u0644\u062d\u0627\u0644\u064a`;\n\n                document.getElementById('txtMonths').innerText = ((years * 12) + months).toLocaleString();\n                document.getElementById('txtDays').innerText = totalDays.toLocaleString();\n                document.getElementById('txtHours').innerText = Math.floor(diffMs \/ (1000 * 60 * 60)).toLocaleString();\n                document.getElementById('txtMins').innerText = Math.floor(diffMs \/ (1000 * 60)).toLocaleString();\n                document.getElementById('txtSecs').innerText = Math.floor(diffMs \/ 1000).toLocaleString();\n                \n                \/\/ \u062d\u0633\u0627\u0628 \u0627\u0644\u0641\u0636\u0627\u0621\n                document.getElementById('ageMars').innerText = (totalDays \/ 687).toFixed(1);\n                document.getElementById('ageJupiter').innerText = (totalDays \/ 4332.6).toFixed(1);\n                document.getElementById('ageMercury').innerText = (totalDays \/ 88).toFixed(1);\n\n                const pageUrl = window.location.href;\n                const calTypeStr = isHijri ? \"\u0628\u0627\u0644\u0647\u062c\u0631\u064a\" : \"\u0628\u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a\";\n                const bdayMsg = (progressPercent === 100) ? \"\u0648\u0627\u0644\u064a\u0648\u0645 \u0647\u0648 \u064a\u0648\u0645 \u0645\u064a\u0644\u0627\u062f\u064a! \ud83c\udf82\ud83c\udf89\" : `\u0648\u0639\u064a\u062f \u0645\u064a\u0644\u0627\u062f\u064a \u0627\u0644\u0642\u0627\u062f\u0645 \u0628\u0639\u062f ( ${mDiff} \u0634\u0647\u0631 \u0648 ${dDiff} \u064a\u0648\u0645 ) \ud83c\udf82\ud83c\udf89`;\n                const shareText = `\u0627\u0633\u062a\u062e\u062f\u0645\u062a \u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0631 \u0648\u0623\u062f\u062e\u0644\u062a \u062a\u0627\u0631\u064a\u062e\u064a ${calTypeStr}\u060c \u0648\u0627\u0643\u062a\u0634\u0641\u062a \u0623\u0646 \u0639\u0645\u0631\u064a \u0628\u0627\u0644\u0636\u0628\u0637 \u0647\u0648 ( ${exactAge} ) \u23f3\\n\\n\u0648\u0627\u0643\u062a\u0634\u0641\u062a \u0623\u0646 \u0639\u0645\u0631\u064a \u0641\u064a \u0643\u0648\u0643\u0628 \u0627\u0644\u0645\u0631\u064a\u062e \u0647\u0648 ${document.getElementById('ageMars').innerText} \u0633\u0646\u0629! \ud83d\ude80\\n\\n${bdayMsg}\\n\\n\u0627\u062d\u0633\u0628 \u0639\u0645\u0631\u0643 \u0627\u0644\u0641\u0636\u0627\u0626\u064a \u0648\u0627\u0644\u0647\u062c\u0631\u064a \u0648\u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a \u0645\u0646 \u0647\u0646\u0627:\\n`;\n                \n                document.getElementById('btnShareWa').href = 'https:\/\/api.whatsapp.com\/send?text=' + encodeURIComponent(shareText + pageUrl);\n                document.getElementById('btnShareTg').href = 'https:\/\/t.me\/share\/url?url=' + encodeURIComponent(pageUrl) + '&text=' + encodeURIComponent(shareText);\n            }\n\n            processData();\n            liveInterval = setInterval(processData, 1000);\n        };\n\n        document.getElementById('btnReset').addEventListener('click', function() {\n            document.getElementById('inpDay').value = ''; document.getElementById('inpMonth').value = ''; document.getElementById('inpYear').value = '';\n            const chkBox = document.getElementById('chkTermsVip'); if(chkBox) chkBox.checked = false;\n            document.getElementById('resWrapper').style.display = 'none';\n            if (liveInterval) clearInterval(liveInterval);\n            document.getElementById('mainCalcApp').scrollIntoView({ behavior: 'smooth', block: 'start' });\n        });\n    <\/script>\n<\/div>\n\n\n\n<p>\u0627\u0644\u062f\u0644\u064a\u0644 \u0627\u0644\u0634\u0627\u0645\u0644 \u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u0639\u0645\u0631 \u0628\u062f\u0642\u0629: \u0627\u0643\u062a\u0634\u0641 \u0643\u0645 \u0639\u0634\u062a \u0645\u0646 \u0627\u0644\u0623\u064a\u0627\u0645 \u0648\u0627\u0644\u062b\u0648\u0627\u0646\u064a!<\/p>\n\n\n\n<p>\u0627\u0644\u0648\u0642\u062a \u0647\u0648 \u0623\u062b\u0645\u0646 \u0645\u0648\u0631\u062f \u064a\u0645\u062a\u0644\u0643\u0647 \u0627\u0644\u0625\u0646\u0633\u0627\u0646 \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062d\u064a\u0627\u0629\u060c \u0648\u0628\u0645\u0631\u0648\u0631 \u0627\u0644\u0623\u064a\u0627\u0645 \u0648\u0627\u0644\u0633\u0646\u0648\u0627\u062a \u062a\u062a\u0634\u0643\u0644 \u0634\u062e\u0635\u064a\u0627\u062a\u0646\u0627 \u0648\u062a\u062a\u0631\u0627\u0643\u0645 \u0625\u0646\u062c\u0627\u0632\u0627\u062a\u0646\u0627 \u0648\u062a\u062c\u0627\u0631\u0628\u0646\u0627. \u0641\u064a \u0632\u062d\u0627\u0645 \u0627\u0644\u062d\u064a\u0627\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629\u060c \u063a\u0627\u0644\u0628\u0627\u064b \u0645\u0627 \u0646\u0643\u062a\u0641\u064a \u0628\u0645\u0639\u0631\u0641\u0629 \u0623\u0639\u0645\u0627\u0631\u0646\u0627 \u0628\u062d\u0633\u0627\u0628 \u0627\u0644\u0633\u0646\u0648\u0627\u062a \u0641\u0642\u0637\u060c \u0648\u0646\u062a\u062c\u0627\u0647\u0644 \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u0627\u0644\u062a\u064a \u062a\u0635\u0646\u0639 \u0647\u0630\u0627 \u0627\u0644\u0639\u0645\u0631. \u0648\u0644\u0643\u0646\u060c \u0647\u0644 \u0641\u0643\u0631\u062a \u064a\u0648\u0645\u0627\u064b \u0641\u064a \u0627\u0644\u062a\u0648\u0642\u0641 \u0644\u0644\u062d\u0638\u0629 \u0644\u0645\u0639\u0631\u0641\u0629 \u0643\u0645 \u064a\u0628\u0644\u063a \u0639\u0645\u0631\u0643 \u0627\u0644\u0641\u0639\u0644\u064a \u0628\u0627\u0644\u0623\u0634\u0647\u0631\u060c \u0648\u0627\u0644\u0623\u0633\u0627\u0628\u064a\u0639\u060c \u0648\u0627\u0644\u0623\u064a\u0627\u0645\u060c \u0623\u0648 \u062d\u062a\u0649 \u0628\u0627\u0644\u062b\u0648\u0627\u0646\u064a \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 \u0627\u0644\u062a\u064a \u062a\u0646\u0628\u0636 \u0645\u0639 \u0643\u0644 \u062d\u0631\u0643\u0629 \u0645\u0646 \u062d\u0631\u0643\u0627\u062a \u0639\u0642\u0631\u0628 \u0627\u0644\u0633\u0627\u0639\u0629\u061f \u0645\u0646 \u0647\u0646\u0627 \u062a\u0646\u0628\u0639 \u0623\u0647\u0645\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0631 \u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a\u0629 \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u0627\u0644\u062a\u064a \u0646\u0642\u062f\u0645\u0647\u0627 \u0644\u0643 \u0627\u0644\u064a\u0648\u0645.<\/p>\n\n\n\n<p>\u062d\u0633\u0627\u0628 \u0627\u0644\u0639\u0645\u0631 \u0628\u0627\u0644\u0647\u062c\u0631\u064a \u0648\u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a: \u0645\u0627 \u0627\u0644\u0641\u0631\u0642 \u0648\u0644\u0645\u0627\u0630\u0627 \u064a\u0647\u0645\u0646\u0627\u061f<br>\u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645 \u0627\u0644\u0639\u0631\u0628\u064a\u060c \u0648\u062a\u062d\u062f\u064a\u062f\u0627\u064b \u0641\u064a \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u0648\u062f\u0648\u0644 \u0627\u0644\u062e\u0644\u064a\u062c\u060c \u064a\u0643\u062a\u0633\u0628 \u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0647\u062c\u0631\u064a \u0623\u0647\u0645\u064a\u0629 \u0628\u0627\u0644\u063a\u0629 \u0644\u0627\u0631\u062a\u0628\u0627\u0637\u0647 \u0628\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0631\u0633\u0645\u064a\u0629 \u0648\u0627\u0644\u062f\u064a\u0646\u064a\u0629 \u0648\u0627\u0644\u062d\u064a\u0627\u0629 \u0627\u0644\u064a\u0648\u0645\u064a\u0629. \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a (\u0627\u0644\u0634\u0645\u0633\u064a) \u0639\u0644\u0649 \u062f\u0648\u0631\u0629 \u0627\u0644\u0623\u0631\u0636 \u062d\u0648\u0644 \u0627\u0644\u0634\u0645\u0633 \u0648\u064a\u0628\u0644\u063a \u0637\u0648\u0644 \u0633\u0646\u062a\u0647 \u062d\u0648\u0627\u0644\u064a 365 \u064a\u0648\u0645\u0627\u064b\u060c \u0628\u064a\u0646\u0645\u0627 \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0647\u062c\u0631\u064a (\u0627\u0644\u0642\u0645\u0631\u064a) \u0639\u0644\u0649 \u062f\u0648\u0631\u0629 \u0627\u0644\u0642\u0645\u0631 \u0648\u062a\u0628\u0644\u063a \u0623\u064a\u0627\u0645 \u0633\u0646\u062a\u0647 \u062d\u0648\u0627\u0644\u064a 354 \u064a\u0648\u0645\u0627\u064b. \u0647\u0630\u0627 \u0627\u0644\u0641\u0627\u0631\u0642 \u0627\u0644\u0630\u064a \u064a\u0642\u062f\u0631 \u0628\u0640 11 \u064a\u0648\u0645\u0627\u064b \u0633\u0646\u0648\u064a\u0627\u064b \u064a\u0639\u0646\u064a \u0623\u0646 \u0639\u0645\u0631\u0643 \u0628\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0647\u062c\u0631\u064a \u0633\u064a\u0643\u0648\u0646 \u062f\u0627\u0626\u0645\u0627\u064b \u0623\u0643\u0628\u0631 \u0645\u0646 \u0639\u0645\u0631\u0643 \u0628\u0627\u0644\u062a\u0642\u0648\u064a\u0645 \u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a! \u0645\u0646 \u062e\u0644\u0627\u0644 \u062d\u0627\u0633\u0628\u062a\u0646\u0627 \u0627\u0644\u0630\u0643\u064a\u0629\u060c \u0644\u0645 \u062a\u0639\u062f \u0628\u062d\u0627\u062c\u0629 \u0644\u0644\u0628\u062d\u062b \u0639\u0646 \u0645\u062d\u0648\u0644\u0627\u062a \u062e\u0627\u0631\u062c\u064a\u0629\u061b \u0633\u0648\u0627\u0621 \u0623\u062f\u062e\u0644\u062a \u062a\u0627\u0631\u064a\u062e \u0645\u064a\u0644\u0627\u062f\u0643 \u0628\u0627\u0644\u0645\u064a\u0644\u0627\u062f\u064a \u0623\u0648 \u0627\u0644\u0647\u062c\u0631\u064a\u060c \u0633\u062a\u0642\u0648\u0645 \u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0627\u062a\u0646\u0627 \u0627\u0644\u0645\u062a\u0642\u062f\u0645\u0629 \u0628\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628\u064a\u0629 \u0627\u0644\u0645\u0639\u0642\u062f\u0629 \u0641\u064a \u0623\u062c\u0632\u0627\u0621 \u0645\u0646 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u0644\u062a\u0639\u0637\u064a\u0643 \u0625\u062d\u0635\u0627\u0626\u064a\u0629 \u062f\u0642\u064a\u0642\u0629 \u0628\u0627\u0644\u062a\u0642\u0648\u064a\u0645\u064a\u0646 \u0645\u0639\u0627\u064b.<\/p>\n\n\n\n<p>\u0645\u0627 \u0647\u0648 \u0628\u0631\u062c\u0643 \u0627\u0644\u0641\u0644\u0643\u064a \u0648\u0643\u064a\u0641 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0633\u0645\u0627\u062a \u0634\u062e\u0635\u064a\u062a\u0643\u061f<br>\u0645\u0646\u0630 \u0622\u0644\u0627\u0641 \u0627\u0644\u0633\u0646\u064a\u0646\u060c \u0627\u0631\u062a\u0628\u0637 \u062a\u0627\u0631\u064a\u062e \u0645\u064a\u0644\u0627\u062f \u0627\u0644\u0625\u0646\u0633\u0627\u0646 \u0628\u062d\u0631\u0643\u0629 \u0627\u0644\u0646\u062c\u0648\u0645 \u0648\u0627\u0644\u0643\u0648\u0627\u0643\u0628\u060c \u0648\u0647\u0648 \u0645\u0627 \u064a\u0639\u0631\u0641 \u0628\u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0627\u0644\u0641\u0644\u0643\u064a\u0629. \u0644\u0627 \u062a\u0642\u062a\u0635\u0631 \u0623\u062f\u0627\u062a\u0646\u0627 \u0639\u0644\u0649 \u062d\u0633\u0627\u0628 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0641\u062d\u0633\u0628\u060c \u0628\u0644 \u062a\u0642\u0648\u0645 \u062a\u0644\u0642\u0627\u0626\u064a\u0627\u064b \u0628\u0627\u0633\u062a\u062e\u0631\u0627\u062c \u0628\u0631\u062c\u0643 \u0627\u0644\u0641\u0644\u0643\u064a \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u064a\u0648\u0645 \u0648\u0634\u0647\u0631 \u0645\u064a\u0644\u0627\u062f\u0643 \u0644\u062a\u0639\u0631\u0641 \u0625\u0644\u0649 \u0623\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u062a\u0646\u062a\u0645\u064a:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0627\u0644\u0646\u0627\u0631\u064a\u0629 (\u0627\u0644\u062d\u0645\u0644\u060c \u0627\u0644\u0623\u0633\u062f\u060c \u0627\u0644\u0642\u0648\u0633): \u062a\u064f\u0639\u0631\u0641 \u0647\u0630\u0647 \u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0628\u0627\u0644\u0634\u063a\u0641 \u0627\u0644\u0639\u0627\u0644\u064a\u060c \u0627\u0644\u062d\u064a\u0648\u064a\u0629 \u0627\u0644\u0645\u0637\u0644\u0642\u0629\u060c \u0648\u062d\u0628 \u0627\u0644\u0645\u063a\u0627\u0645\u0631\u0629 \u0648\u0627\u0644\u0642\u064a\u0627\u062f\u0629.<\/li>\n\n\n\n<li>\u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0627\u0644\u062a\u0631\u0627\u0628\u064a\u0629 (\u0627\u0644\u062b\u0648\u0631\u060c \u0627\u0644\u0639\u0630\u0631\u0627\u0621\u060c \u0627\u0644\u062c\u062f\u064a): \u064a\u062a\u0633\u0645 \u0623\u0635\u062d\u0627\u0628 \u0647\u0630\u0647 \u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0628\u0627\u0644\u0648\u0627\u0642\u0639\u064a\u0629 \u0627\u0644\u0634\u062f\u064a\u062f\u0629\u060c \u0627\u0644\u062f\u0642\u0629 \u0641\u064a \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644\u060c \u0648\u0627\u0644\u062b\u0628\u0627\u062a \u0641\u064a \u0627\u062a\u062e\u0627\u0630 \u0627\u0644\u0642\u0631\u0627\u0631\u0627\u062a \u0627\u0644\u0645\u0635\u064a\u0631\u064a\u0629.<\/li>\n\n\n\n<li>\u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0627\u0644\u0647\u0648\u0627\u0626\u064a\u0629 (\u0627\u0644\u062c\u0648\u0632\u0627\u0621\u060c \u0627\u0644\u0645\u064a\u0632\u0627\u0646\u060c \u0627\u0644\u062f\u0644\u0648): \u0647\u0645 \u0627\u0644\u0645\u0641\u0643\u0631\u0648\u0646\u060c \u0627\u0644\u0645\u0628\u062f\u0639\u0648\u0646\u060c \u0648\u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a\u0648\u0646 \u0627\u0644\u0630\u064a\u0646 \u064a\u0639\u0634\u0642\u0648\u0646 \u0627\u0644\u0627\u0646\u0637\u0644\u0627\u0642 \u0648\u0627\u0644\u062d\u0631\u064a\u0629 \u0648\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u0639\u0644\u0627\u0642\u0627\u062a.<\/li>\n\n\n\n<li>\u0627\u0644\u0623\u0628\u0631\u0627\u062c \u0627\u0644\u0645\u0627\u0626\u064a\u0629 (\u0627\u0644\u0633\u0631\u0637\u0627\u0646\u060c \u0627\u0644\u0639\u0642\u0631\u0628\u060c \u0627\u0644\u062d\u0648\u062a): \u064a\u062a\u0645\u064a\u0632\u0648\u0646 \u0628\u0627\u0644\u0639\u0627\u0637\u0641\u0629 \u0627\u0644\u062c\u064a\u0627\u0634\u0629\u060c \u0627\u0644\u062d\u062f\u0633 \u0627\u0644\u0642\u0648\u064a\u060c \u0627\u0644\u063a\u0645\u0648\u0636 \u0627\u0644\u0633\u0627\u062d\u0631\u060c \u0648\u0627\u0644\u0625\u0628\u062f\u0627\u0639 \u0627\u0644\u0644\u0627\u0645\u062d\u062f\u0648\u062f.<\/li>\n<\/ul>\n\n\n\n<p>\u0639\u0645\u0631\u0643 \u0641\u064a \u0627\u0644\u0641\u0636\u0627\u0621: \u0644\u0648 \u0643\u0646\u062a \u062a\u0639\u064a\u0634 \u0641\u064a \u0643\u0648\u0643\u0628 \u0622\u062e\u0631!<br>\u0644\u0642\u062f \u0623\u0636\u0641\u0646\u0627 \u0644\u0645\u0633\u0629 \u0645\u0646 \u0627\u0644\u062e\u064a\u0627\u0644 \u0627\u0644\u0639\u0644\u0645\u064a \u0625\u0644\u0649 \u0623\u062f\u0627\u062a\u0646\u0627 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u064a\u0632\u0629 &#8220;\u0627\u0644\u0639\u0645\u0631 \u0627\u0644\u0641\u0636\u0627\u0626\u064a&#8221;. \u0647\u0644 \u062a\u0639\u0644\u0645 \u0623\u0646 \u0627\u0644\u0633\u0646\u0629 \u0639\u0644\u0649 \u0643\u0648\u0643\u0628 \u0627\u0644\u0623\u0631\u0636 \u062a\u062e\u062a\u0644\u0641 \u062a\u0645\u0627\u0645\u0627\u064b \u0639\u0646 \u0627\u0644\u0643\u0648\u0627\u0643\u0628 \u0627\u0644\u0623\u062e\u0631\u0649\u061f \u0627\u0644\u0633\u0646\u0629 \u0639\u0644\u0649 \u0643\u0648\u0643\u0628 \u0627\u0644\u0645\u0631\u064a\u062e \u0645\u062b\u0644\u0627\u064b \u062a\u0639\u0627\u062f\u0644 687 \u064a\u0648\u0645\u0627\u064b \u0623\u0631\u0636\u064a\u0627\u064b\u060c \u0628\u064a\u0646\u0645\u0627 \u0627\u0644\u0633\u0646\u0629 \u0639\u0644\u0649 \u0643\u0648\u0643\u0628 \u0627\u0644\u0645\u0634\u062a\u0631\u064a \u0627\u0644\u0636\u062e\u0645 \u062a\u0639\u0627\u062f\u0644 \u0623\u0643\u062b\u0631 \u0645\u0646 4000 \u064a\u0648\u0645! \u0645\u0646 \u062e\u0644\u0627\u0644 \u0647\u0630\u0647 \u0627\u0644\u062e\u0627\u0635\u064a\u0629 \u0627\u0644\u062d\u0635\u0631\u064a\u0629\u060c \u0633\u064a\u0643\u062a\u0634\u0641 \u0627\u0644\u0645\u0648\u0642\u0639 \u0639\u0645\u0631\u0643 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a \u0644\u0648 \u0643\u0646\u062a \u0645\u0646 \u0633\u0643\u0627\u0646 \u0627\u0644\u0645\u0631\u064a\u062e \u0623\u0648 \u0627\u0644\u0645\u0634\u062a\u0631\u064a \u0623\u0648 \u0639\u0637\u0627\u0631\u062f\u060c \u0648\u0647\u064a \u0645\u064a\u0632\u0629 \u0645\u0645\u062a\u0639\u0629 \u062c\u062f\u0627\u064b \u062a\u0633\u062a\u062d\u0642 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639 \u0623\u0635\u062f\u0642\u0627\u0626\u0643 \u0644\u062a\u0631\u0649 \u0631\u062f\u0648\u062f \u0623\u0641\u0639\u0627\u0644\u0647\u0645.<\/p>\n\n\n\n<p>\u0623\u0631\u0642\u0627\u0645 \u0645\u0630\u0647\u0644\u0629 \u0648\u0634\u0631\u064a\u0637 \u062a\u0642\u062f\u0645 \u0639\u064a\u062f \u0645\u064a\u0644\u0627\u062f\u0643<br>\u0644\u0646\u062c\u0639\u0644 \u0627\u0644\u0623\u0645\u0631 \u0623\u0643\u062b\u0631 \u062a\u0634\u0648\u064a\u0642\u0627\u064b\u060c \u0647\u0644 \u062a\u062f\u0631\u0643 \u0623\u0646\u0643 \u0625\u0630\u0627 \u0628\u0644\u063a\u062a \u0645\u0646 \u0627\u0644\u0639\u0645\u0631 25 \u0639\u0627\u0645\u0627\u064b\u060c \u0641\u0625\u0646 \u0642\u0644\u0628\u0643 \u0642\u062f \u0646\u0628\u0636 \u0623\u0643\u062b\u0631 \u0645\u0646 900 \u0645\u0644\u064a\u0648\u0646 \u0645\u0631\u0629\u061f \u0648\u0623\u0646\u0643 \u0642\u0636\u064a\u062a \u062d\u0648\u0627\u0644\u064a 8 \u0633\u0646\u0648\u0627\u062a \u0643\u0627\u0645\u0644\u0629 \u0645\u0646 \u062d\u064a\u0627\u062a\u0643 \u063a\u0627\u0631\u0642\u0627\u064b \u0641\u064a \u0627\u0644\u0646\u0648\u0645 \u0627\u0644\u0642\u0645\u064a\u0642! \u0647\u0630\u0647 \u0627\u0644\u0625\u062d\u0635\u0627\u0626\u064a\u0627\u062a \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u062a\u062c\u0639\u0644\u0646\u0627 \u0646\u062f\u0631\u0643 \u0642\u064a\u0645\u0629 \u0643\u0644 \u062b\u0627\u0646\u064a\u0629 \u0646\u0639\u064a\u0634\u0647\u0627 \u0648\u0636\u0631\u0648\u0631\u0629 \u0627\u0633\u062a\u063a\u0644\u0627\u0644\u0647\u0627 \u0641\u064a \u062a\u062d\u0642\u064a\u0642 \u0627\u0644\u0623\u0647\u062f\u0627\u0641 \u0648\u0627\u0644\u0646\u062c\u0627\u062d\u0627\u062a.<\/p>\n\n\n\n<p>\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0643\u0644 \u0630\u0644\u0643\u060c \u0642\u0645\u0646\u0627 \u0628\u062a\u0632\u0648\u064a\u062f \u0627\u0644\u0623\u062f\u0627\u0629 \u0628\u0640 &#8220;\u0634\u0631\u064a\u0637 \u062a\u0642\u062f\u0645 \u062f\u064a\u0646\u0627\u0645\u064a\u0643\u064a&#8221; \u064a\u062d\u0633\u0628 \u0644\u0643 \u0627\u0644\u0646\u0633\u0628\u0629 \u0627\u0644\u0645\u0626\u0648\u064a\u0629 \u0627\u0644\u062a\u064a \u0627\u0646\u0642\u0636\u062a \u0645\u0646 \u0639\u0627\u0645\u0643 \u0627\u0644\u062d\u0627\u0644\u064a\u060c \u0644\u064a\u062e\u0628\u0631\u0643 \u0628\u0627\u0644\u0636\u0628\u0637 \u0643\u0645 \u064a\u062a\u0628\u0642\u0649 \u0645\u0646 \u0627\u0644\u0623\u0634\u0647\u0631 \u0648\u0627\u0644\u0623\u064a\u0627\u0645 \u0644\u062a\u0637\u0641\u0626 \u0634\u0645\u0639\u0629 \u0639\u0627\u0645\u0643 \u0627\u0644\u062c\u062f\u064a\u062f.<\/p>\n\n\n\n<p>\u0643\u0644 \u0645\u0627 \u0639\u0644\u064a\u0643 \u0641\u0639\u0644\u0647 \u0627\u0644\u0622\u0646 \u0647\u0648 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u0623\u0633\u0641\u0644 \u0647\u0630\u0627 \u0627\u0644\u0645\u0642\u0627\u0644\u060c \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0628\u0633\u064a\u0637\u0629 (\u0644\u0636\u0645\u0627\u0646 \u062e\u0635\u0648\u0635\u064a\u062a\u0643 \u062d\u064a\u062b \u0644\u0627 \u064a\u062a\u0645 \u062d\u0641\u0638 \u0623\u064a \u0628\u064a\u0627\u0646\u0627\u062a)\u060c \u0644\u062a\u062a\u0641\u0627\u062c\u0623 \u0628\u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0627\u0644\u0645\u0630\u0647\u0644\u0629 \u0627\u0644\u062a\u064a \u062a\u0644\u062e\u0635 \u0631\u062d\u0644\u0629 \u062d\u064a\u0627\u062a\u0643 \u062d\u062a\u0649 \u0647\u0630\u0647 \u0627\u0644\u0644\u062d\u0638\u0629!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"vip-terms-box\" id=\"vipTermsSection\">\n    <style>\n        .vip-terms-box {\n            max-width: 600px; margin: 40px auto; padding: 30px;\n            background: #ffffff; border-radius: 24px; text-align: right; direction: rtl;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 2px dashed #cbd5e1;\n            font-family: 'Tajawal', sans-serif; transition: all 0.4s ease; position: relative;\n        }\n        .vip-terms-box h4 { margin: 0 0 15px 0; color: #0f172a; font-size: 22px; font-weight: 900; }\n        .vip-terms-box p { color: #475569; font-size: 16px; margin-bottom: 20px; line-height: 1.6; }\n        .vip-checkbox-container {\n            display: flex; align-items: center; gap: 15px; background: #f8fafc; padding: 20px;\n            border-radius: 16px; cursor: pointer; border: 2px solid #e2e8f0; transition: all 0.3s;\n        }\n        .vip-checkbox-container:hover { background: #f1f5f9; border-color: #6366f1; }\n        .vip-checkbox-container input { width: 24px; height: 24px; cursor: pointer; accent-color: #4f46e5; }\n        .vip-checkbox-container span { font-size: 18px; font-weight: 900; color: #1e293b; }\n\n        .success-magic-toast {\n            position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);\n            background: linear-gradient(135deg, #10b981 0%, #059669 100%);\n            color: white; padding: 30px 40px; border-radius: 24px; font-family: 'Tajawal', sans-serif;\n            text-align: center; box-shadow: 0 20px 50px rgba(16, 185, 129, 0.4);\n            z-index: 999999; opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            direction: rtl; min-width: 320px; border: 2px solid #34d399;\n        }\n        .success-magic-toast.show { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }\n        .success-magic-toast .icon { font-size: 55px; display: block; margin-bottom: 15px; animation: bounce 1s infinite; }\n        @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }\n        .success-magic-toast h3 { margin: 0 0 10px 0; font-size: 26px; font-weight: 900; }\n        .success-magic-toast p { margin: 0; font-size: 18px; opacity: 0.95; line-height: 1.5; font-weight: 500;}\n    <\/style>\n    \n    <h4>\u0634\u0631\u0648\u0637 \u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0631 \ud83d\udd12<\/h4>\n    <p>\u0644\u0642\u062f \u0648\u0635\u0644\u062a \u0625\u0644\u0649 \u0646\u0647\u0627\u064a\u0629 \u0627\u0644\u0645\u0642\u0627\u0644. \u0647\u0630\u0647 \u0627\u0644\u0623\u062f\u0627\u0629 \u0644\u0627 \u062a\u0642\u0648\u0645 \u0628\u062a\u062e\u0632\u064a\u0646 \u0623\u064a \u0628\u064a\u0627\u0646\u0627\u062a \u0634\u062e\u0635\u064a\u0629\u060c \u0648\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u062a\u062a\u0645 \u0628\u0634\u0643\u0644 \u0622\u0645\u0646 \u062f\u0627\u062e\u0644 \u0645\u062a\u0635\u0641\u062d\u0643.<\/p>\n    \n    <label class=\"vip-checkbox-container\">\n        <input type=\"checkbox\" id=\"chkTermsVip\">\n        <span>\u0623\u0642\u0631 \u0628\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0634\u0631\u0648\u0637<\/span>\n    <\/label>\n\n    <div class=\"success-magic-toast\" id=\"magicToast\">\n        <span class=\"icon\">\u2728<\/span>\n        <h3>\u062a\u0645 \u0628\u0646\u062c\u0627\u062d!<\/h3>\n        <p>\u0627\u0631\u062c\u0639 \u0625\u0644\u0649 \u062d\u064a\u062b \u0643\u0646\u062a \u0628\u0627\u0644\u0623\u0639\u0644\u0649\u060c<br>\u0644\u0642\u062f \u062a\u0645 \u062d\u0633\u0627\u0628 \u0639\u0645\u0631\u0643 \u0628\u0634\u0643\u0644 \u0645\u0631\u062a\u0628.<\/p>\n    <\/div>\n<\/div>\n\n<script>\n    document.getElementById('chkTermsVip').addEventListener('change', function() {\n        if(this.checked) {\n            const toast = document.getElementById('magicToast');\n            toast.classList.add('show');\n            \n            setTimeout(() => {\n                toast.classList.remove('show');\n            }, 3500);\n\n            if(window.runAgeCalculation) {\n                window.runAgeCalculation(false); \n            }\n        }\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u062d\u0627\u0633\u0628\u0629 \u0627\u0644\u0639\u0645\u0631 \u0627\u0644\u062f\u0642\u064a\u0642\u0629 \u23f3 \u0645\u064a\u0644\u0627\u062f\u064a \u0647\u062c\u0631\u064a \u0627\u0644\u064a\u0648\u0645 \u0627\u0644\u0634\u0647\u0631 \u0627\u0644\u0633\u0646\u0629 \u0625\u062d\u0633\u0628 \u0639\u0645\u0631\u064a \u0628\u0627\u0644\u062a\u0641\u0635\u064a\u0644 \u26a0\ufe0f \u0639\u0630\u0631\u0627\u064b\u060c \u064a\u0648\u062c\u062f \u062e\u0637\u0623 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062e\u0637\u0623 \u062a\u0638\u0647\u0631 \u0647\u0646\u0627 \u0639\u0645\u0631\u0643 \u0628\u0627\u0644\u0636\u0628\u0637 \u0647\u0648: &#8212; \u0639\u064a\u062f \u0645\u064a\u0644\u0627\u062f\u0643 \u0627\u0644\u0642\u0627\u062f\u0645 \u0628\u0639\u062f: &#8212; \u0627\u0643\u062a\u0645\u0644 0% \u0645\u0646 \u0639\u0627\u0645\u0643 \u0627\u0644\u062d\u0627\u0644\u064a &#8212;\u0628\u0631\u062c\u0643 \u0627\u0644\u0641\u0644\u0643\u064a &#8212;\u0633\u0646\u0629 \u0647\u062c\u0631\u064a\u0629 (\u062a\u0642\u0631\u064a\u0628\u0627\u064b) &#8212;\u0634\u0647\u0631\u0627\u064b &#8212;\u064a\u0648\u0645\u0627\u064b &#8212;\u0633\u0627\u0639\u0629 &#8212;\u062f\u0642\u064a\u0642\u0629 &#8212;\u062b\u0627\u0646\u064a\u0629 (\u0645\u0628\u0627\u0634\u0631) \ud83d\ude80 \u0643\u0645 \u0639\u0645\u0631\u0643 \u0641\u064a \u0643\u0648\u0627\u0643\u0628 \u0623\u062e\u0631\u0649\u061f \ud83d\udd34 &#8212; \u0633\u0646\u0629 \u0639\u0644\u0649 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2356","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=\/wp\/v2\/posts\/2356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2356"}],"version-history":[{"count":2,"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=\/wp\/v2\/posts\/2356\/revisions"}],"predecessor-version":[{"id":2358,"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=\/wp\/v2\/posts\/2356\/revisions\/2358"}],"wp:attachment":[{"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2356"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2356"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ab.new9plus.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}