{"id":475,"date":"2026-04-19T10:33:24","date_gmt":"2026-04-19T10:33:24","guid":{"rendered":"https:\/\/freeg8.com\/?page_id=475"},"modified":"2026-04-19T10:33:26","modified_gmt":"2026-04-19T10:33:26","slug":"%d9%88%d8%b1%d9%88%d8%af","status":"publish","type":"page","link":"https:\/\/freeg8.com\/?page_id=475","title":{"rendered":"\u0648\u0631\u0648\u062f"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fa\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0648\u0631\u0648\u062f | \u0633\u0631\u0648\u06cc\u0633 \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u06a9\u0627\u0631\u062a \u0648 \u067e\u0631\u062f\u0627\u062e\u062a<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: linear-gradient(135deg, #f5f7fc 0%, #eef2f8 100%);\n            font-family: 'Inter', sans-serif;\n            color: #1e293b;\n            padding: 2rem 1.5rem;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .auth-card {\n            max-width: 480px;\n            width: 100%;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 2rem;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.02);\n            overflow: hidden;\n        }\n\n        .header {\n            padding: 2rem 2rem 0.5rem 2rem;\n            text-align: center;\n        }\n\n        .logo-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: #ecfdf5;\n            color: #047857;\n            font-size: 0.75rem;\n            font-weight: 600;\n            padding: 0.4rem 1rem;\n            border-radius: 40px;\n            margin-bottom: 1rem;\n        }\n\n        .header h1 {\n            font-size: 1.8rem;\n            font-weight: 700;\n            background: linear-gradient(105deg, #0f172a 0%, #1e293b 100%);\n            background-clip: text;\n            -webkit-background-clip: text;\n            color: transparent;\n            margin-bottom: 0.5rem;\n        }\n\n        .subhead {\n            color: #5b6e8c;\n            font-size: 0.85rem;\n        }\n\n        .security-strip {\n            display: flex;\n            justify-content: center;\n            gap: 1.2rem;\n            flex-wrap: wrap;\n            padding: 0.75rem 1rem;\n            background: #fafcff;\n            border-bottom: 1px solid #eef2f8;\n            font-size: 0.7rem;\n            font-weight: 500;\n            color: #3b4e6e;\n        }\n\n        .security-strip span {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        .security-strip i {\n            color: #2b7e4b;\n        }\n\n        .form-container {\n            padding: 2rem;\n        }\n\n        .input-group {\n            margin-bottom: 1.5rem;\n            position: relative;\n        }\n\n        .floating-label {\n            position: relative;\n        }\n\n        .floating-label input {\n            width: 100%;\n            padding: 1rem 0.9rem 0.6rem 0.9rem;\n            font-size: 0.95rem;\n            font-weight: 500;\n            border: 1.5px solid #e2e8f0;\n            border-radius: 1rem;\n            background: #ffffff;\n            outline: none;\n            transition: all 0.2s ease;\n            font-family: 'Inter', sans-serif;\n        }\n\n        .floating-label label {\n            position: absolute;\n            top: 0.85rem;\n            right: 0.9rem;\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #7e8b9e;\n            pointer-events: none;\n            transition: 0.15s ease-out;\n        }\n\n        .floating-label input:focus {\n            border-color: #3069ff;\n            box-shadow: 0 0 0 3px rgba(48, 105, 255, 0.15);\n        }\n\n        .floating-label input:focus ~ label,\n        .floating-label input:not(:placeholder-shown) ~ label {\n            top: -0.55rem;\n            right: 0.7rem;\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: #3069ff;\n            background: #ffffff;\n            padding: 0 0.3rem;\n        }\n\n        .input-icon {\n            position: relative;\n        }\n\n        .input-icon i {\n            position: absolute;\n            left: 1rem;\n            top: 50%;\n            transform: translateY(-50%);\n            color: #94a3b8;\n            font-size: 1rem;\n            pointer-events: none;\n        }\n\n        .input-icon .floating-label input {\n            padding-left: 2.5rem;\n        }\n\n        .submit-btn {\n            width: 100%;\n            background: #0f172a;\n            color: white;\n            font-weight: 700;\n            font-size: 1rem;\n            padding: 1rem;\n            border: none;\n            border-radius: 1.2rem;\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            transition: all 0.2s;\n            margin-top: 0.75rem;\n            font-family: 'Inter', sans-serif;\n        }\n\n        .submit-btn:hover {\n            background: #1e2b3c;\n            transform: translateY(-2px);\n            box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.2);\n        }\n\n        .forgot-link {\n            text-align: left;\n            margin-top: 0.75rem;\n            font-size: 0.75rem;\n        }\n\n        .forgot-link a {\n            color: #3069ff;\n            text-decoration: none;\n        }\n\n        .signup-link {\n            text-align: center;\n            margin-top: 1.5rem;\n            font-size: 0.85rem;\n            color: #5b6e8c;\n        }\n\n        .signup-link a {\n            color: #3069ff;\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        .card-footer {\n            background: #fafdff;\n            padding: 1rem 2rem;\n            text-align: center;\n            border-top: 1px solid #eef2f8;\n            font-size: 0.7rem;\n            color: #5b6e8c;\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .card-footer i {\n            font-size: 1.2rem;\n            margin: 0 4px;\n            opacity: 0.7;\n        }\n\n        @media (max-width: 520px) {\n            body {\n                padding: 1rem;\n            }\n            .form-container {\n                padding: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"auth-card\">\n    <div class=\"header\">\n        <div class=\"logo-badge\">\n            <i class=\"fas fa-globe\"><\/i> <span>\u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u00b7 Visa \u00b7 Mastercard \u00b7 Gift Cards<\/span>\n        <\/div>\n        <h1>\u0648\u0631\u0648\u062f \u0628\u0647 \u062d\u0633\u0627\u0628<\/h1>\n        <p class=\"subhead\">\u0628\u0647 \u06a9\u06cc\u0641 \u067e\u0648\u0644 \u062c\u0647\u0627\u0646\u06cc \u062e\u0648\u062f \u062e\u0648\u0634 \u0622\u0645\u062f\u06cc\u062f<\/p>\n    <\/div>\n    \n    <div class=\"security-strip\">\n        <span><i class=\"fas fa-lock\"><\/i> \u0627\u0645\u0646\u06cc\u062a \u0633\u0637\u062d \u0628\u0627\u0646\u06a9\u06cc<\/span>\n        <span><i class=\"fas fa-shield-alt\"><\/i> \u0645\u062d\u0627\u0641\u0638\u062a \u0627\u0632 \u062a\u0631\u0627\u06a9\u0646\u0634<\/span>\n        <span><i class=\"fas fa-credit-card\"><\/i> Visa &#038; Mastercard<\/span>\n        <span><i class=\"fas fa-chart-line\"><\/i> \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u0632 \u062a\u0645\u0627\u0645 \u0627\u0631\u0632\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc | \u0646\u0631\u062e \u0644\u062d\u0638\u0647\u200c\u0627\u06cc<\/span>\n    <\/div>\n\n    <div class=\"form-container\">\n        <form id=\"loginForm\">\n            <div class=\"input-group input-icon floating-label\">\n                <i class=\"fas fa-envelope\"><\/i>\n                <input type=\"email\" id=\"email\" placeholder=\" \" required>\n                <label>\u0622\u062f\u0631\u0633 \u0627\u06cc\u0645\u06cc\u0644<\/label>\n            <\/div>\n            <div class=\"input-group input-icon floating-label\">\n                <i class=\"fas fa-key\"><\/i>\n                <input type=\"password\" id=\"password\" placeholder=\" \" required>\n                <label>\u0631\u0645\u0632 \u0639\u0628\u0648\u0631<\/label>\n            <\/div>\n            <button type=\"submit\" class=\"submit-btn\">\n                <span>\u0648\u0631\u0648\u062f<\/span>\n                <i class=\"fas fa-arrow-left\"><\/i>\n            <\/button>\n            <div class=\"forgot-link\">\n                <a href=\"#\">\u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u062e\u0648\u062f \u0631\u0627 \u0641\u0631\u0627\u0645\u0648\u0634 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f\u061f<\/a>\n            <\/div>\n            <div class=\"signup-link\">\n                \u062d\u0633\u0627\u0628 \u0646\u062f\u0627\u0631\u06cc\u062f\u061f <a href=\"signup.html\">\u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u06a9\u0646\u06cc\u062f<\/a>\n            <\/div>\n        <\/form>\n    <\/div>\n\n    <div class=\"card-footer\">\n        <span><i class=\"fab fa-cc-visa\"><\/i> Visa Secure<\/span>\n        <span><i class=\"fab fa-cc-mastercard\"><\/i> Mastercard ID Check<\/span>\n        <span><i class=\"fas fa-gift\"><\/i> Gift Cards Worldwide<\/span>\n        <span><i class=\"fas fa-chart-line\"><\/i> \u0646\u0631\u062e \u0627\u0631\u0632 \u0644\u062d\u0638\u0647\u200c\u0627\u06cc<\/span>\n    <\/div>\n<\/div>\n\n<script>\n    document.getElementById('loginForm').addEventListener('submit', function(e) {\n        e.preventDefault();\n        const email = document.getElementById('email').value.trim();\n        const password = document.getElementById('password').value;\n\n        if (!email || !password) {\n            alert('\u0644\u0637\u0641\u0627\u064b \u0627\u06cc\u0645\u06cc\u0644 \u0648 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.');\n            return;\n        }\n\n        const users = JSON.parse(localStorage.getItem('globalUsers') || '{}');\n        const user = users[email];\n        \n        if (!user || user.password !== password) {\n            alert('\u274c \u0627\u06cc\u0645\u06cc\u0644 \u06cc\u0627 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0627\u0634\u062a\u0628\u0627\u0647 \u0627\u0633\u062a.');\n            return;\n        }\n\n        alert(`\ud83c\udf89 \u062e\u0648\u0634 \u0622\u0645\u062f\u06cc\u062f ${user.firstName} ${user.lastName}!\\n\u062f\u0633\u062a\u0631\u0633\u06cc \u0628\u0647 \u06a9\u06cc\u0641 \u067e\u0648\u0644 \u062c\u0647\u0627\u0646\u06cc\u060c Visa\u060c \u06af\u06cc\u0641\u062a\u200c\u06a9\u0627\u0631\u062a \u0648 \u0646\u0631\u062e \u0644\u062d\u0638\u0647\u200c\u0627\u06cc \u0627\u0631\u0632\u0647\u0627 \u0641\u0639\u0627\u0644 \u0634\u062f.`);\n        \/\/ window.location.href = 'dashboard.html';\n    });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0648\u0631\u0648\u062f | \u0633\u0631\u0648\u06cc\u0633 \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u06a9\u0627\u0631\u062a \u0648 \u067e\u0631\u062f\u0627\u062e\u062a \u0628\u06cc\u0646\u200c\u0627\u0644\u0645\u0644\u0644\u06cc \u00b7 Visa \u00b7 Mastercard \u00b7 Gift Cards \u0648\u0631\u0648\u062f \u0628\u0647 \u062d\u0633\u0627\u0628 \u0628\u0647 \u06a9\u06cc\u0641 \u067e\u0648\u0644 \u062c\u0647\u0627\u0646\u06cc \u062e\u0648\u062f \u062e\u0648\u0634 \u0622\u0645\u062f\u06cc\u062f \u0627\u0645\u0646\u06cc\u062a \u0633\u0637\u062d \u0628\u0627\u0646\u06a9\u06cc \u0645\u062d\u0627\u0641\u0638\u062a \u0627\u0632 \u062a\u0631\u0627\u06a9\u0646\u0634 Visa &#038; Mastercard \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0627\u0632 \u062a\u0645\u0627\u0645 \u0627\u0631\u0632\u0647\u0627\u06cc \u0627\u0635\u0644\u06cc | \u0646\u0631\u062e \u0644\u062d\u0638\u0647\u200c\u0627\u06cc \u0622\u062f\u0631\u0633 \u0627\u06cc\u0645\u06cc\u0644 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0648\u0631\u0648\u062f \u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u062e\u0648\u062f \u0631\u0627 \u0641\u0631\u0627\u0645\u0648\u0634 \u06a9\u0631\u062f\u0647\u200c\u0627\u06cc\u062f\u061f \u062d\u0633\u0627\u0628 \u0646\u062f\u0627\u0631\u06cc\u062f\u061f \u062b\u0628\u062a\u200c\u0646\u0627\u0645 \u06a9\u0646\u06cc\u062f Visa Secure Mastercard ID Check Gift Cards Worldwide \u0646\u0631\u062e \u0627\u0631\u0632 \u0644\u062d\u0638\u0647\u200c\u0627\u06cc<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-475","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/freeg8.com\/index.php?rest_route=\/wp\/v2\/pages\/475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/freeg8.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/freeg8.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/freeg8.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/freeg8.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=475"}],"version-history":[{"count":1,"href":"https:\/\/freeg8.com\/index.php?rest_route=\/wp\/v2\/pages\/475\/revisions"}],"predecessor-version":[{"id":476,"href":"https:\/\/freeg8.com\/index.php?rest_route=\/wp\/v2\/pages\/475\/revisions\/476"}],"wp:attachment":[{"href":"https:\/\/freeg8.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}