{"id":8,"date":"2026-05-17T04:23:45","date_gmt":"2026-05-17T04:23:45","guid":{"rendered":"https:\/\/peduck.space\/?page_id=8"},"modified":"2026-05-17T05:19:35","modified_gmt":"2026-05-17T05:19:35","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/peduck.space\/","title":{"rendered":"Elementor #8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5999ee e-con-full e-flex e-con e-parent\" data-id=\"d5999ee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab15f1a elementor-widget elementor-widget-html\" data-id=\"ab15f1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@500;600;700&family=Titan+One&display=swap');\n\n  \/* Global Reset & Warm Cream Variables *\/\n  #peduck-wrapper {\n    \/* Warm Cream Palette *\/\n    --cream-1: #FFF9F0; \n    --cream-2: #FDF1DD; \n    --cream-3: #F9E5C7; \n    \n    \/* Brand accents *\/\n    --yellow: #FFDE00;\n    --green: #7BCC3A;\n    --orange: #FF8C00;\n    --blue: #45B7D1;\n    --black: #1A1A1A;\n    --white: #FFFFFF;\n    \n    font-family: 'Fredoka', sans-serif;\n    color: var(--black);\n    background: var(--cream-1);\n    overflow-x: hidden;\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    line-height: 1.5;\n  }\n\n  #peduck-wrapper * {\n    box-sizing: inherit;\n  }\n\n  \/* Typography *\/\n  #peduck-wrapper h1, \n  #peduck-wrapper h2, \n  #peduck-wrapper h3,\n  #peduck-wrapper h4 {\n    font-family: 'Titan One', cursive;\n    text-transform: uppercase;\n    margin: 0;\n    line-height: 1.1;\n  }\n\n  .title-section {\n    font-size: clamp(3rem, 6vw, 5rem);\n    color: var(--white);\n    -webkit-text-stroke: 2px var(--black);\n    text-shadow: 4px 4px 0px var(--black);\n    text-align: left;\n    margin-bottom: 1.5rem;\n    position: relative;\n    z-index: 10;\n  }\n\n  \/* Text Elements *\/\n  .desc-text {\n    font-size: 1.4rem;\n    font-weight: 600;\n    color: var(--black);\n    max-width: 650px;\n    margin-bottom: 2rem;\n    position: relative;\n    z-index: 10;\n    background: rgba(255, 255, 255, 0.85);\n    padding: 20px;\n    border-radius: 20px;\n    border: 3px solid var(--black);\n    box-shadow: 4px 4px 0 var(--black);\n  }\n\n  \/* Lists *\/\n  .meme-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 2rem 0;\n    font-size: 1.3rem;\n    font-weight: 700;\n  }\n  \n  .meme-list li {\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .meme-list li::before {\n    content: \"\ud83e\udd86\";\n    font-size: 1.5rem;\n  }\n\n  \/* Animations *\/\n  @keyframes float {\n    0% { transform: translateY(0) rotate(-2deg); }\n    50% { transform: translateY(-20px) rotate(3deg); }\n    100% { transform: translateY(0) rotate(-2deg); }\n  }\n\n  @keyframes float-reverse {\n    0% { transform: translateY(0) rotate(2deg); }\n    50% { transform: translateY(-20px) rotate(-3deg); }\n    100% { transform: translateY(0) rotate(2deg); }\n  }\n\n  @keyframes marquee {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  @keyframes pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.05); }\n  }\n\n  \/* Buttons *\/\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 18px 40px;\n    font-size: 1.4rem;\n    font-family: 'Titan One', cursive;\n    text-transform: uppercase;\n    border-radius: 50px;\n    border: 4px solid var(--black);\n    cursor: pointer;\n    transition: all 0.2s ease;\n    text-decoration: none;\n    position: relative;\n    z-index: 10;\n  }\n\n  .btn-primary {\n    background: var(--yellow);\n    color: var(--black);\n    box-shadow: 6px 6px 0 var(--black);\n  }\n\n  .btn-secondary {\n    background: var(--white);\n    color: var(--black);\n    box-shadow: 6px 6px 0 var(--black);\n  }\n\n  .btn:hover {\n    transform: translateY(-5px) scale(1.05);\n    box-shadow: 8px 8px 0 var(--black);\n  }\n\n  \/* Layout Sections *\/\n  .section {\n    position: relative;\n    padding: 80px 5% 100px;\n    z-index: 1;\n    overflow: visible; \n  }\n\n  .container {\n    max-width: 1150px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .flex-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 1rem;\n  }\n\n  .flex-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .content-col {\n    flex: 1;\n    min-width: 320px;\n    z-index: 15;\n  }\n\n  .button-group {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n    justify-content: center;\n    position: relative;\n    z-index: 30; \/* Keep above the heavily overlapping mascot *\/\n  }\n\n  \/* Mascot Images - MASSIVE & Overlapping *\/\n  .mascot-overlap {\n    width: 120%; \n    max-width: 950px;\n    animation: float 4.5s ease-in-out infinite;\n    filter: drop-shadow(0 20px 20px rgba(0,0,0,0.25));\n    position: relative;\n    z-index: 20;\n    pointer-events: none;\n  }\n\n  \/* ================= FIXED SOCIAL ICONS ================= *\/\n  .fixed-socials {\n    position: fixed;\n    right: 25px;\n    top: 50%;\n    transform: translateY(-50%);\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n    z-index: 9999;\n  }\n\n  .social-icon-wrapper {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 65px;\n    height: 65px;\n    border-radius: 50%;\n    border: 4px solid var(--black);\n    box-shadow: 4px 4px 0 var(--black);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    cursor: pointer;\n    text-decoration: none;\n  }\n\n  .social-icon-wrapper img {\n    width: 35px;\n    height: 35px;\n    object-fit: contain;\n  }\n\n  .social-icon-wrapper:hover {\n    transform: translateX(-5px) scale(1.1);\n    box-shadow: 6px 6px 0 var(--black);\n  }\n\n  \/* ================= HERO SECTION ================= *\/\n  \n  #hero {\n    background: url('http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/bg1.png') center top \/ cover no-repeat;\n    min-height: 100vh;\n    padding-top: 100px;\n    padding-bottom: 120px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    z-index: 1;\n  }\n\n  .hero-logo {\n    max-width: 750px;\n    width: 90%;\n    position: relative;\n    z-index: 8;\n    animation: pulse 4s infinite ease-in-out;\n    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.2));\n  }\n\n  .hero-mascot-img {\n    width: 100%;\n    max-width: 600px;\n    margin-top: -160px; \/* Overlaps the logo *\/\n    margin-bottom: -400px; \/* Extreme negative margin to hide half his body *\/\n    position: relative;\n    z-index: 9; \/* Lower z-index so the bottom section \/ wave cuts him off *\/\n    animation: float 4s ease-in-out infinite;\n    pointer-events: none;\n  }\n\n  .hero-raw-text {\n    font-size: 1.6rem;\n    font-weight: 700;\n    color: var(--black);\n    max-width: 800px;\n    margin: 0 auto 2rem;\n    position: relative;\n    z-index: 25; \/* Keep text high so it sits above the duck *\/\n    text-shadow: \n      -2px -2px 0 var(--white),  \n       2px -2px 0 var(--white),\n      -2px  2px 0 var(--white),\n       2px  2px 0 var(--white),\n       4px  4px 0 rgba(0,0,0,0.3);\n  }\n\n  \/* ================= ABOUT SECTION ================= *\/\n\n  #about { \n    background: var(--cream-1); \n    padding-top: 150px; \/* Space for the hero duck to sink into *\/\n    z-index: 15; \/* Higher than the duck to act as the cutoff point *\/\n  }\n\n  #about .mascot-overlap {\n    margin-left: -30%;\n    margin-bottom: -180px; \n    animation: float-reverse 5s ease-in-out infinite;\n  }\n\n  \/* ================= WHY SECTION ================= *\/\n\n  #why { \n    background: var(--cream-2); \n    padding-top: 140px; \n    z-index: 20;\n  }\n\n  .grid-3 {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2.5rem;\n    margin-top: 6rem; \n  }\n\n  .item-wrapper {\n    background: var(--white);\n    border: 4px solid var(--black);\n    border-radius: 25px;\n    padding: 0 25px 40px;\n    text-align: center;\n    box-shadow: 8px 8px 0 var(--black);\n    position: relative;\n    transition: transform 0.3s ease;\n    z-index: 5;\n  }\n\n  .item-wrapper:hover {\n    transform: translateY(-10px);\n    z-index: 10;\n  }\n\n  .item-img-overlap {\n    width: 130%;\n    max-width: 280px;\n    margin-top: -80px; \n    margin-bottom: 15px;\n    margin-left: -15%;\n    animation: float 4s ease-in-out infinite;\n    filter: drop-shadow(0 15px 15px rgba(0,0,0,0.15));\n  }\n\n  .item-wrapper h3 {\n    font-size: 2rem;\n    color: var(--black);\n    margin-bottom: 10px;\n  }\n\n  .item-wrapper p {\n    font-size: 1.2rem;\n    font-weight: 600;\n  }\n\n  \/* ================= COMMUNITY SECTION ================= *\/\n\n  #community {\n    background: var(--cream-3);\n    text-align: center;\n    padding: 100px 0 60px;\n    z-index: 25;\n  }\n\n  #community .title-section {\n    text-align: center;\n  }\n\n  #community .desc-text {\n    margin: 0 auto 2.5rem;\n  }\n\n  .marquee-container {\n    width: 100%;\n    overflow: hidden;\n    background: var(--black);\n    border-top: 4px solid var(--black);\n    border-bottom: 4px solid var(--black);\n    padding: 15px 0;\n    position: relative;\n    z-index: 15;\n    transform: rotate(2deg) scale(1.05);\n  }\n\n  .marquee-content {\n    display: flex;\n    width: 200%;\n    animation: marquee 10s linear infinite;\n  }\n\n  .marquee-content span {\n    font-family: 'Titan One', cursive;\n    font-size: 2.2rem;\n    color: var(--yellow);\n    white-space: nowrap;\n    padding: 0 2vw;\n  }\n\n  \/* ================= VISION SECTION ================= *\/\n\n  #vision {\n    background: url('http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/bg5.png') center\/cover no-repeat;\n    padding-top: 150px;\n    padding-bottom: 220px;\n    z-index: 30;\n  }\n\n  .phases-container {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-bottom: 2rem;\n  }\n\n  .phase-card {\n    background: rgba(255, 255, 255, 0.95);\n    border: 3px solid var(--black);\n    border-radius: 20px;\n    padding: 20px 25px;\n    box-shadow: 6px 6px 0 var(--black);\n    position: relative;\n    z-index: 10;\n    text-align: left;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .phase-card:nth-child(odd) { transform: rotate(-1deg); }\n  .phase-card:nth-child(even) { transform: rotate(1.5deg); }\n\n  .phase-card:hover {\n    transform: scale(1.03) rotate(0deg);\n    box-shadow: 8px 8px 0 var(--black);\n    z-index: 20;\n  }\n\n  .phase-card h4 {\n    font-size: 1.8rem;\n    color: var(--green);\n    -webkit-text-stroke: 1px var(--black);\n    text-shadow: 2px 2px 0 var(--black);\n    margin-bottom: 8px;\n    letter-spacing: 1px;\n  }\n\n  .phase-card p {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: var(--black);\n    margin: 0;\n  }\n\n  #vision .mascot-overlap {\n    margin-bottom: -300px; \n    transform: scale(1.1) rotate(-3deg);\n  }\n\n  \/* ================= FOOTER ================= *\/\n\n  #footer {\n    background: var(--black);\n    color: var(--white);\n    text-align: center;\n    padding: 150px 20px 60px; \n    position: relative;\n    z-index: 35;\n  }\n\n  #footer h2 {\n    font-size: 3.5rem;\n    color: var(--cream-1);\n    margin-bottom: 20px;\n  }\n\n  \/* Decorative Cream Separators *\/\n  .shape-divider {\n    position: absolute;\n    left: 0;\n    width: 100%;\n    overflow: hidden;\n    line-height: 0;\n    z-index: 10; \/* Set above the hero duck to clip it cleanly *\/\n    pointer-events: none;\n  }\n\n  .shape-divider svg {\n    display: block;\n    width: calc(100% + 1.3px);\n    height: 80px;\n  }\n\n  .shape-bottom { bottom: -1px; }\n  .shape-top { top: -1px; transform: rotate(180deg); }\n  \n  .fill-cream-1 { fill: var(--cream-1); }\n  .fill-cream-2 { fill: var(--cream-2); }\n  .fill-cream-3 { fill: var(--cream-3); }\n  .fill-black { fill: var(--black); }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 992px) {\n    .flex-row, .flex-row.reverse {\n      flex-direction: column;\n      text-align: center;\n      gap: 3rem;\n    }\n    .title-section { text-align: center; }\n    .desc-text { margin: 0 auto 2rem; text-align: left; }\n    \n    .mascot-overlap {\n      width: 100%;\n      max-width: 500px;\n      margin: 0 auto !important;\n      transform: none !important;\n    }\n    \n    .hero-mascot-img {\n      width: 100%;\n      margin-top: -60px;\n      margin-bottom: -200px; \/* Adjusted for mobile *\/\n    }\n\n    #about, #why, #community, #vision {\n      padding-top: 80px;\n      padding-bottom: 80px;\n    }\n    \n    #footer { padding-top: 80px; }\n    \n    .phase-card {\n      text-align: center;\n    }\n\n    \/* Fixed socials switch to bottom row on mobile *\/\n    .fixed-socials {\n      top: auto;\n      bottom: 20px;\n      right: 50%;\n      transform: translateX(50%);\n      flex-direction: row;\n      gap: 10px;\n    }\n    .social-icon-wrapper {\n      width: 50px;\n      height: 50px;\n      border-width: 3px;\n    }\n    .social-icon-wrapper img {\n      width: 25px;\n      height: 25px;\n    }\n    .social-icon-wrapper:hover {\n      transform: translateY(-5px) scale(1.1);\n    }\n  }\n\n  @media (max-width: 480px) {\n    .title-section { font-size: 2.5rem; }\n    .btn { padding: 15px 25px; font-size: 1.2rem; width: 100%; }\n    .desc-text { font-size: 1.1rem; padding: 15px; }\n    .grid-3 { margin-top: 4rem; }\n    .hero-raw-text { font-size: 1.3rem; }\n  }\n<\/style>\n\n<div id=\"peduck-wrapper\">\n\n  <!-- FIXED SOCIAL ICONS -->\n  <div class=\"fixed-socials\">\n    <a href=\"#\" class=\"social-icon-wrapper\" style=\"background: var(--white);\">\n      <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/icon1.png\" alt=\"Social 1\">\n    <\/a>\n    <a href=\"#\" class=\"social-icon-wrapper\" style=\"background: var(--white);\">\n      <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/icon2.png\" alt=\"Social 2\">\n    <\/a>\n    <a href=\"#\" class=\"social-icon-wrapper\" style=\"background: var(--white);\">\n      <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/icon3.png\" alt=\"Social 3\">\n    <\/a>\n    <a href=\"#\" class=\"social-icon-wrapper\" style=\"background: var(--white);\">\n      <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/icon4.png\" alt=\"Social 4\">\n    <\/a>\n  <\/div>\n  \n  <!-- HERO SECTION -->\n  <section id=\"hero\" class=\"section\">\n    <div class=\"container\" style=\"display: flex; flex-direction: column; align-items: center;\">\n      \n      <!-- Big Logo -->\n      <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/logo.png\" alt=\"PEDUCK Logo\" class=\"hero-logo\">\n      \n      <!-- Overlapping Featured 1 Mascot (Sinking deeply to cut off half the body) -->\n      <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/featured1.png\" alt=\"PEDUCK Hero Mascot\" class=\"hero-mascot-img\">\n      \n      <!-- Raw Text (No wrapper) -->\n      <!--<p class=\"hero-raw-text\">-->\n      <!--  The ultimate fusion of Pepe and Duck. We aren't just floating\u2014we're taking over the pond with pure, unstoppable quack energy. 0% Tax \u2022 LP Burned \u2022 Contract Renounced-->\n      <!--<\/p>-->\n\n      <!-- Action Buttons -->\n      <div class=\"button-group\">\n        <button class=\"btn btn-primary\" onclick=\"alert('CA Copied! Quack!')\">CA COPY<\/button>\n        <a href=\"#\" class=\"btn btn-secondary\">Join Telegram<\/a>\n      <\/div>\n\n    <\/div>\n\n    <!-- Transition to Cream 1 (About Section) - Cuts off the duck seamlessly -->\n    <div class=\"shape-divider shape-bottom\">\n      <svg viewBox=\"0 0 1440 120\" preserveAspectRatio=\"none\">\n        <path class=\"fill-cream-1\" d=\"M0,70 C220,130 520,10 720,70 C920,130 1220,10 1440,70 L1440,120 L0,120 Z\"><\/path>\n      <\/svg>\n    <\/div>\n  <\/section>\n\n  <!-- ABOUT SECTION -->\n  <section id=\"about\" class=\"section\">\n    <div class=\"container flex-row reverse\">\n      <div class=\"content-col\">\n        <h2 class=\"title-section\" style=\"color: var(--green);\">The Origin of Quack<\/h2>\n        <div class=\"desc-text\">\n          PEDUCK was hatched from the deepest, dankest ponds of Web3. What happens when meme royalty collides with zero-fucks-given duck vibes? \n          <br><br>\n          You get a movement. We leave the cringe roadmaps and noise behind. Just pure memes, diamond-handed holders, and a community that knows how to chill while making waves.\n        <\/div>\n        <ul class=\"meme-list\">\n          <li>Community Driven Web3 Movement<\/li>\n          <li>Endless Meme Potential<\/li>\n          <li>Unshakeable Loyalty<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"content-col\" style=\"text-align: center;\">\n        <!-- Overlapping image breaking out of bounds -->\n        <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/featured2.png\" alt=\"About PEDUCK\" class=\"mascot-overlap\" style=\"animation-delay: -1s;\">\n      <\/div>\n    <\/div>\n\n    <!-- Transition to Cream 2 (Why Section) -->\n    <div class=\"shape-divider shape-bottom\">\n      <svg viewBox=\"0 0 1440 120\" preserveAspectRatio=\"none\">\n        <path class=\"fill-cream-2\" d=\"M0,60 C300,160 500,10 900,80 C1100,110 1300,40 1440,80 L1440,120 L0,120 Z\"><\/path>\n      <\/svg>\n    <\/div>\n  <\/section>\n\n  <!-- WHY SECTION -->\n  <section id=\"why\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"title-section\" style=\"text-align: center; color: var(--yellow); -webkit-text-stroke: 3px var(--black);\">Built For The Pond<\/h2>\n      <div class=\"desc-text\" style=\"margin: 0 auto; text-align: center; max-width: 800px;\">\n        We aren't just here to float. We're here to dominate. Here is exactly why holding $PEDUCK is the most based decision you'll make in this cycle.\n      <\/div>\n      \n      <div class=\"grid-3\">\n        <!-- Items Wrapped, Images pop out massively -->\n        <div class=\"item-wrapper\">\n          <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/item3.png\" alt=\"Diamond Hands\" class=\"item-img-overlap\">\n          <h3>HODL & Chill<\/h3>\n          <p>We endure the market waves with ease. Diamond hands only for the true, unflappable ducks of Web3.<\/p>\n        <\/div>\n\n        <div class=\"item-wrapper\">\n          <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/item3-1.png\" alt=\"Viral Memes\" class=\"item-img-overlap\" style=\"animation-delay: 0.5s;\">\n          <h3>Viral Utility<\/h3>\n          <p>Powered by peak meme aesthetic designed to completely take over social timelines naturally and organically.<\/p>\n        <\/div>\n\n        <div class=\"item-wrapper\">\n          <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/item3-2.png\" alt=\"Community Vibes\" class=\"item-img-overlap\" style=\"animation-delay: 1s;\">\n          <h3>Flock Together<\/h3>\n          <p>Unstoppable vibes powered purely by our loyal community. We fly, swim, and secure the bread as one.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Transition to Cream 3 (Community Section) -->\n    <div class=\"shape-divider shape-bottom\">\n      <svg viewBox=\"0 0 1440 120\" preserveAspectRatio=\"none\">\n        <path class=\"fill-cream-3\" d=\"M0,60 C220,110 520,10 720,60 C920,110 1220,10 1440,60 L1440,120 L0,120 Z\"><\/path>\n      <\/svg>\n    <\/div>\n  <\/section>\n\n  <!-- COMMUNITY SECTION -->\n  <section id=\"community\" class=\"section\">\n    <div class=\"container\">\n      <h2 class=\"title-section\" style=\"color: var(--green);\">Meme Energy & Loyalty<\/h2>\n      <div class=\"desc-text\" style=\"text-align: center;\">\n        The flock is growing by the minute. When you hold $PEDUCK, you aren't just holding a token\u2014you are officially part of the most relentless movement in crypto.\n        Join our socials and start raiding the pond!\n      <\/div>\n      <div class=\"button-group\" style=\"margin-bottom: 40px;\">\n        <button class=\"btn btn-secondary\">Twitter \/ X<\/button>\n        <button class=\"btn btn-primary\">DexScreener<\/button>\n      <\/div>\n    <\/div>\n    \n    <!-- Tilted Marquee Overlapping the space -->\n    <div class=\"marquee-container\">\n      <div class=\"marquee-content\">\n        <span>\ud83e\udd86 QUACK TO THE MOON \ud83d\udc38 HODL & CHILL \ud83e\udd86 POWERED BY QUACK ENERGY \ud83d\udc38 BUILT FOR THE POND \ud83e\udd86 COMMUNITY FIRST \ud83d\udc38<\/span>\n        <span>\ud83e\udd86 QUACK TO THE MOON \ud83d\udc38 HODL & CHILL \ud83e\udd86 POWERED BY QUACK ENERGY \ud83d\udc38 BUILT FOR THE POND \ud83e\udd86 COMMUNITY FIRST \ud83d\udc38<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- VISION SECTION -->\n  <section id=\"vision\" class=\"section\">\n    <!-- Top divider to blend Community solid color into the Vision background image -->\n    <div class=\"shape-divider shape-top\">\n      <svg viewBox=\"0 0 1440 120\" preserveAspectRatio=\"none\">\n        <path class=\"fill-cream-3\" d=\"M0,70 C220,130 520,10 720,70 C920,130 1220,10 1440,70 L1440,120 L0,120 Z\"><\/path>\n      <\/svg>\n    <\/div>\n\n    <div class=\"container flex-row\">\n      <div class=\"content-col\">\n        <h2 class=\"title-section\" style=\"color: var(--yellow);\">The Master Plan<\/h2>\n        \n        <!-- Individual Wrapped Phase Cards -->\n        <div class=\"phases-container\">\n          <div class=\"phase-card\">\n            <h4>Phase 1: The Hatching<\/h4>\n            <p>Vibe building, meme creation, and gathering the strongest and most diamond-handed flock.<\/p>\n          <\/div>\n          <div class=\"phase-card\">\n            <h4>Phase 2: Pond Domination<\/h4>\n            <p>Trending everywhere, global marketing, and hostile takeovers of the timeline.<\/p>\n          <\/div>\n          <div class=\"phase-card\">\n            <h4>Phase 3: Quack To The Moon<\/h4>\n            <p>Flipping the biggest frogs and dogs in the space. Becoming the ultimate meme coin.<\/p>\n          <\/div>\n        <\/div>\n\n        <button class=\"btn btn-primary\" onclick=\"alert('LFG!')\">Buy $PEDUCK<\/button>\n      <\/div>\n      \n      <div class=\"content-col\">\n        <!-- Giant overlapping image crashing heavily into the footer -->\n        <img decoding=\"async\" src=\"http:\/\/peduck.space\/wp-content\/uploads\/2026\/05\/featured5.png\" alt=\"PEDUCK Vision\" class=\"mascot-overlap\">\n      <\/div>\n    <\/div>\n\n    <!-- Transition to Footer (Black) -->\n    <div class=\"shape-divider shape-bottom\">\n      <svg viewBox=\"0 0 1440 120\" preserveAspectRatio=\"none\">\n        <path class=\"fill-black\" d=\"M0,60 C220,130 520,10 720,60 C920,130 1220,10 1440,60 L1440,120 L0,120 Z\"><\/path>\n      <\/svg>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER CTA -->\n  <footer id=\"footer\" class=\"section\">\n    <div class=\"container\">\n      <h2>READY TO QUACK?<\/h2>\n      <div style=\"margin-bottom: 30px; display: flex; justify-content: center;\">\n        <button class=\"btn btn-primary\" onclick=\"alert('CA Copied! Welcome to the pond.')\">COPY CONTRACT ADDRESS<\/button>\n      <\/div>\n      <p style=\"font-size: 1.2rem; font-weight: 500; color: #888;\">\u00a9 2026 PEDUCK. HODL & Chill.<br>Built for the community, powered by quack energy.<\/p>\n    <\/div>\n  <\/footer>\n\n<\/div>\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>CA COPY Join Telegram The Origin of Quack PEDUCK was hatched from the deepest, dankest ponds of Web3. What happens when meme royalty collides with zero-fucks-given duck vibes? You get a movement. We leave the cringe roadmaps and noise behind. Just pure memes, diamond-handed holders, and a community that knows how to chill while making [&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-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/peduck.space\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/peduck.space\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/peduck.space\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/peduck.space\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/peduck.space\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":40,"href":"https:\/\/peduck.space\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":64,"href":"https:\/\/peduck.space\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/64"}],"wp:attachment":[{"href":"https:\/\/peduck.space\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}