{"id":9,"date":"2026-07-09T03:21:04","date_gmt":"2026-07-09T03:21:04","guid":{"rendered":"https:\/\/captainpumpzilla.space\/?page_id=9"},"modified":"2026-07-09T05:09:25","modified_gmt":"2026-07-09T05:09:25","slug":"elementor-9","status":"publish","type":"page","link":"https:\/\/captainpumpzilla.space\/","title":{"rendered":"Elementor #9"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"9\" class=\"elementor elementor-9\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f1cb8aa e-con e-atomic-element e-flexbox-base e-33a5be3 \" data-id=\"f1cb8aa\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"f1cb8aa\">\n    \t\t<div class=\"elementor-element elementor-element-982b6f9 elementor-widget elementor-widget-html\" data-id=\"982b6f9\" 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\">\n    <title>Captain Pumpzilla | I came to PUMP, not to dump!<\/title>\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;600;900&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        \/* === MINIMALIST PREMIUM VARIABLES === *\/\n        :root {\n            --bg: #030305;\n            --surface: rgba(15, 15, 20, 0.6);\n            --border: rgba(255, 255, 255, 0.06);\n            --green: #00ff66;\n            --purple: #9d00ff;\n            --text-main: #f4f4f5;\n            --text-muted: #a1a1aa;\n            --font-main: 'Outfit', system-ui, -apple-system, sans-serif;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n\n        body, html {\n            width: 100vw;\n            height: 100vh;\n            overflow: hidden;\n            background-color: var(--bg);\n            color: var(--text-main);\n            font-family: var(--font-main);\n            -webkit-font-smoothing: antialiased;\n        }\n\n        \/* === HORIZONTAL SCROLL ARCHITECTURE === *\/\n        .scroll-container {\n            display: flex;\n            width: 100vw;\n            height: 100vh;\n            overflow-x: auto;\n            overflow-y: hidden;\n            scroll-snap-type: x mandatory;\n            scroll-behavior: smooth;\n        }\n\n        \/* Sleek Native Scrollbar *\/\n        .scroll-container::-webkit-scrollbar { height: 8px; }\n        .scroll-container::-webkit-scrollbar-track { background: #000; }\n        .scroll-container::-webkit-scrollbar-thumb {\n            background: #333;\n            border-radius: 10px;\n        }\n        .scroll-container::-webkit-scrollbar-thumb:hover { background: var(--green); }\n\n        \/* === SECTION FOUNDATIONS === *\/\n        section {\n            flex: 0 0 100vw;\n            width: 100vw;\n            height: 100vh;\n            scroll-snap-align: center;\n            position: relative;\n            background-size: cover;\n            background-position: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n\n        \/* Premium Vignette Overlay *\/\n        .overlay {\n            position: absolute; inset: 0;\n            background: radial-gradient(circle at center, transparent 0%, var(--bg) 100%), \n                        linear-gradient(180deg, rgba(3,3,5,0.1) 90%, rgba(3,3,5,0.9) 100%);\n            z-index: 1;\n        }\n\n        .content {\n            position: relative;\n            z-index: 10;\n            width: 90%;\n            max-width: 1400px;\n            display: flex;\n        }\n\n        \/* === TYPOGRAPHY & UTILITIES === *\/\n        h1, h2, h3 { \n            font-weight: 900; \/* Ultra bold *\/\n            text-transform: uppercase; \n            letter-spacing: -0.03em; \/* Tight, modern tracking *\/\n            line-height: 1; \n        }\n        .text-green { color: var(--green); }\n        .text-purple { color: var(--purple); }\n        \n        \/* Subtle entrance animations *\/\n        .reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1); }\n        .reveal.active { opacity: 1; transform: translateY(0); }\n        .delay-1 { transition-delay: 0.1s; }\n        .delay-2 { transition-delay: 0.2s; }\n\n        \/* === BUTTONS & UI === *\/\n        .btn-primary {\n            display: inline-flex; align-items: center; justify-content: center;\n            background: var(--text-main); color: var(--bg);\n            padding: 16px 32px; border-radius: 100px;\n            font-weight: 700; font-size: 1.1rem; text-decoration: none;\n            transition: all 0.3s ease; border: none; cursor: pointer;\n            text-transform: uppercase; letter-spacing: 1px;\n        }\n        .btn-primary:hover { background: var(--green); transform: scale(1.02); }\n\n        \/* Updated Social Buttons - Original colors on white rounded squares *\/\n        .socials { display: flex; gap: 16px; margin-top: 32px; }\n        .social-btn {\n            width: 52px; height: 52px;\n            background: #ffffff;\n            border-radius: 14px;\n            display: grid; place-items: center;\n            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            text-decoration: none;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.3);\n        }\n        .social-btn img { width: 28px; height: 28px; object-fit: contain; }\n        .social-btn:hover { transform: translateY(-6px) rotate(4deg); box-shadow: 0 10px 25px rgba(0, 255, 102, 0.2); }\n\n        \/* Contract Address Pill *\/\n        .ca-pill {\n            display: inline-flex; align-items: center; gap: 16px;\n            background: rgba(255,255,255,0.03); border: 1px solid var(--border);\n            padding: 8px 8px 8px 24px; border-radius: 100px; backdrop-filter: blur(10px);\n            margin: 32px 0;\n        }\n        .ca-pill span { font-family: monospace; color: var(--text-muted); font-size: 1.1rem; }\n        .ca-copy { background: var(--text-main); color: var(--bg); padding: 10px 24px; border-radius: 100px; font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; transition: 0.2s; text-transform: uppercase;}\n        .ca-copy:hover { background: var(--green); }\n        p{\n            color: #fff !important;\n            font-weight: 700 !important;\n        }\n\n        \/* === SECTION 1: HERO === *\/\n        #hero { background-image: url('http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/bg1.png'); }\n        #hero .content { flex-direction: column; align-items: flex-start; justify-content: center; height: 100%; }\n        .hero-title { font-size: clamp(4.5rem, 9vw, 11rem); color: var(--text-main); margin-bottom: 16px; }\n        .hero-subtitle { font-size: clamp(1.2rem, 2vw, 2rem); color: var(--text-muted); font-weight: 400; max-width: 600px; letter-spacing: 0.5px; }\n\n        \/* === SECTION 2: PUMP ENERGY === *\/\n        #pump { background-image: url('http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/bg2.png'); }\n        #pump .content { align-items: center; justify-content: space-between; gap: 60px; height: 100%; }\n        \n        .pump-text { flex: 1; max-width: 550px; }\n        .pump-text h2 { font-size: clamp(3.5rem, 6vw, 6rem); margin-bottom: 24px; }\n        .pump-text p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 32px; line-height: 1.6; font-weight: 400; }\n        \n        .features { display: flex; flex-direction: column; gap: 24px; border-left: 2px solid var(--border); padding-left: 24px; }\n        .feature-item h3 { font-size: 1.5rem; color: var(--text-main); margin-bottom: 8px; letter-spacing: -0.01em; }\n        .feature-item p { font-size: 1rem; color: var(--text-muted); margin: 0; }\n\n        .pump-visual { flex: 1; display: flex; justify-content: center; align-items: center; position: relative; }\n        .featured-char { height: 60vh; max-height: 600px; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5)); }\n\n        \/* === SECTION 3: GALLERY (Sleek Masonry) === *\/\n        #gallery { background-image: url('http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/bg3.png'); }\n        #gallery .content { flex-direction: column; height: 80vh; justify-content: center; }\n        .gallery-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; width: 100%; }\n        .gallery-header h2 { font-size: clamp(4rem, 6vw, 6rem); }\n\n        .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 100%; }\n        .grid-item { aspect-ratio: 16\/9; border-radius: 12px; overflow: hidden; position: relative; background: #000; border: 1px solid var(--border); }\n        .grid-item img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease;  }\n        .grid-item:hover img { opacity: 1; filter: grayscale(0%); transform: scale(1.05); }\n\n        \/* === SECTION 4: CHAOS ZONE === *\/\n        #chaos { background-image: url('http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/bg4.png'); }\n        #chaos .content { flex-direction: column; align-items: center; text-align: center; justify-content: center; }\n        .huge-text { font-size: clamp(4rem, 10vw, 13rem); line-height: 0.85; margin-bottom: 40px; color: transparent; -webkit-text-stroke: 2px var(--text-main); }\n        .huge-text span { color: var(--text-main); -webkit-text-stroke: 0; }\n        \n        .stats { display: flex; gap: 64px; }\n        .stat-box { text-align: left; }\n        .stat-num { font-size: 4rem; font-weight: 900; color: var(--green); line-height: 1; margin-bottom: 8px;}\n        .stat-label { font-size: 1.1rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }\n\n        \/* === SECTION 5: JOIN === *\/\n        #join { background-image: url('http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/bg5.png'); }\n        #join .content { flex-direction: column; align-items: center; text-align: center; }\n        #join h2 { font-size: clamp(4.5rem, 9vw, 9rem); margin-bottom: 24px; }\n        #join p { font-size: 1.3rem; color: var(--text-muted); max-width: 500px; margin-bottom: 40px; font-weight: 400;}\n\n        \/* Responsive adjustments *\/\n        @media (max-width: 900px) {\n            #pump .content { flex-direction: column-reverse; justify-content: center; text-align: center; gap: 30px; }\n            .features { border-left: none; padding-left: 0; text-align: center; }\n            .featured-char { height: 35vh; }\n            .grid { grid-template-columns: 1fr; }\n            .stats { flex-direction: column; gap: 32px; text-align: center; align-items: center;}\n            .stat-box { text-align: center; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"scroll-container\">\n        \n        <section id=\"hero\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"content\">\n                <h1 class=\"hero-title reveal\">CAPTAIN<br><span class=\"text-green\">PUMPZILLA<\/span><\/h1>\n                <p class=\"hero-subtitle reveal delay-1\">I came to PUMP, not to dump! \ud83d\udca5\ud83d\udc09<\/p>\n                \n                <div class=\"ca-pill reveal delay-2\">\n                    <span id=\"ca-text\">null<\/span>\n                    <button class=\"ca-copy\" onclick=\"copyCA()\">Copy Address<\/button>\n                <\/div>\n\n                <div class=\"socials reveal delay-2\">\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon1.png\" alt=\"X\"><\/a>\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon2.png\" alt=\"TG\"><\/a>\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon3.png\" alt=\"Dex\"><\/a>\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon4.png\" alt=\"CG\"><\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"pump\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"content\">\n                <div class=\"pump-text reveal\">\n                    <h2>THE KAIJU<br>OF <span class=\"text-purple\">GAINS<\/span><\/h2>\n                    <p>We don't do red days. We break resistance. Powered by pure chaotic meme energy, Pumpzilla is here to conquer the chart.<\/p>\n                    <div class=\"features\">\n                        <div class=\"feature-item\">\n                            <h3>100X Hype<\/h3>\n                            <p>Built for the loudest community in the space.<\/p>\n                        <\/div>\n                        <div class=\"feature-item\">\n                            <h3>Bullish Destruction<\/h3>\n                            <p>Smashing through the bear market. Diamond hands only.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"pump-visual reveal delay-1\">\n                    <img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/featured2.png\" alt=\"Captain Pumpzilla\" class=\"featured-char\">\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"gallery\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"content\">\n                <div class=\"gallery-header reveal\">\n                    <h2>THE <span class=\"text-green\">VAULT<\/span><\/h2>\n                <\/div>\n                <div class=\"grid\">\n                    <div class=\"grid-item reveal delay-1\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/gallery1.jpeg\" alt=\"G1\" loading=\"lazy\"><\/div>\n                    <div class=\"grid-item reveal delay-1\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/Mask-group-2.png\" alt=\"G2\" loading=\"lazy\"><\/div>\n                    <div class=\"grid-item reveal delay-1\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/gallery3.png\" alt=\"G3\" loading=\"lazy\"><\/div>\n                    <div class=\"grid-item reveal delay-2\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/gallery4.png\" alt=\"G4\" loading=\"lazy\"><\/div>\n                    <div class=\"grid-item reveal delay-2\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/gallery5.png\" alt=\"G5\" loading=\"lazy\"><\/div>\n                    <div class=\"grid-item reveal delay-2\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/gallery6.png\" alt=\"G6\" loading=\"lazy\"><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"chaos\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"content\">\n                <h2 class=\"huge-text reveal\">TOTAL<br><span>DESTRUCTION<\/span><\/h2>\n                <div class=\"stats reveal delay-1\">\n                    <div class=\"stat-box\">\n                        <div class=\"stat-num\">0%<\/div>\n                        <div class=\"stat-label\">Buy \/ Sell Tax<\/div>\n                    <\/div>\n                    <div class=\"stat-box\">\n                        <div class=\"stat-num\">100%<\/div>\n                        <div class=\"stat-label\">LP Burned<\/div>\n                    <\/div>\n                    <div class=\"stat-box\">\n                        <div class=\"stat-num\">REVOKED<\/div>\n                        <div class=\"stat-label\">Mint \/ Freeze<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"join\">\n            <div class=\"overlay\"><\/div>\n            <div class=\"content reveal\">\n                <h2>JOIN THE HORDE<\/h2>\n                <p>The chart is green. The city is in ruins. Secure your spot before takeoff.<\/p>\n                <a href=\"#\" class=\"btn-primary\">Buy $PUMPZILLA<\/a>\n                \n                <div class=\"socials\" style=\"justify-content: center;\">\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon1.png\" alt=\"X\"><\/a>\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon2.png\" alt=\"TG\"><\/a>\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon3.png\" alt=\"Dex\"><\/a>\n                    <a href=\"#\" class=\"social-btn\"><img decoding=\"async\" src=\"http:\/\/captainpumpzilla.space\/wp-content\/uploads\/2026\/07\/icon4.png\" alt=\"CG\"><\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <script>\n        \/\/ Clean Copy Function\n        function copyCA() {\n            navigator.clipboard.writeText(document.getElementById('ca-text').innerText).then(() => {\n                const btn = document.querySelector('.ca-copy');\n                const orig = btn.innerText;\n                btn.innerText = 'COPIED!';\n                btn.style.background = 'var(--green)';\n                btn.style.color = '#000';\n                setTimeout(() => { \n                    btn.innerText = orig; \n                    btn.style.background = 'var(--text-main)';\n                    btn.style.color = 'var(--bg)';\n                }, 2000);\n            });\n        }\n\n        \/\/ Map Vertical Scroll to Smooth Horizontal Scroll\n        const container = document.querySelector('.scroll-container');\n        let isScrolling = false;\n\n        container.addEventListener('wheel', (e) => {\n            if (Math.abs(e.deltaY) > 10) {\n                e.preventDefault(); \n                if (isScrolling) return; \n                \n                isScrolling = true;\n                const direction = Math.sign(e.deltaY);\n                container.scrollBy({ left: direction * window.innerWidth, behavior: 'smooth' });\n                \n                setTimeout(() => { isScrolling = false; }, 650); \n            }\n        }, { passive: false });\n\n        \/\/ Intersection Observer for Clean Reveal Animations\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                }\n            });\n        }, { threshold: 0.2 });\n\n        document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Captain Pumpzilla | I came to PUMP, not to dump! CAPTAINPUMPZILLA I came to PUMP, not to dump! \ud83d\udca5\ud83d\udc09 null Copy Address THE KAIJUOF GAINS We don&#8217;t do red days. We break resistance. Powered by pure chaotic meme energy, Pumpzilla is here to conquer the chart. 100X Hype Built for the loudest community in the [&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":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":70,"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":101,"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/101"}],"wp:attachment":[{"href":"https:\/\/captainpumpzilla.space\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}