{"id":9,"date":"2026-05-09T15:28:07","date_gmt":"2026-05-09T15:28:07","guid":{"rendered":"https:\/\/capylot.lol\/?page_id=9"},"modified":"2026-05-09T16:59:21","modified_gmt":"2026-05-09T16:59:21","slug":"elementor-9","status":"publish","type":"page","link":"https:\/\/capylot.lol\/","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-b1c6c16 e-con-full e-flex e-con e-parent\" data-id=\"b1c6c16\" 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-11b6256 elementor-widget elementor-widget-html\" data-id=\"11b6256\" 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=Press+Start+2P&display=swap');\n\n  .capy-hero-wrapper{\n    position:relative;\n    width:100%;\n    min-height:100vh;\n    overflow:hidden;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-family:'Press Start 2P', monospace;\n    background:#000;\n    padding:40px 20px;\n    box-sizing:border-box;\n  }\n\n  .capy-bg-video{\n    position:absolute;\n    inset:0;\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    image-rendering:pixelated;\n    z-index:0;\n    filter:saturate(1.1) contrast(1.05);\n  }\n\n  \/* subtle dark overlay *\/\n  .capy-hero-wrapper::after{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:linear-gradient(\n      to bottom,\n      rgba(0,0,0,0.2),\n      rgba(0,0,0,0.45)\n    );\n    z-index:1;\n    pointer-events:none;\n  }\n\n  .capy-content{\n    position:relative;\n    z-index:3;\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    gap:40px;\n  }\n\n  \/* BIGGER logo *\/\n  .capy-hero-logo{\n    width:560px;\n    max-width:92vw;\n    image-rendering:pixelated;\n    animation:pixelFloat 4s ease-in-out infinite;\n    filter:\n      drop-shadow(0 8px 0 rgba(0,0,0,0.5))\n      drop-shadow(0 0 20px rgba(255,255,255,0.08));\n  }\n\n  \/* menu panel *\/\n  .capy-retro-menu{\n    display:flex;\n    flex-direction:column;\n    gap:18px;\n    width:min(420px, 92vw);\n  }\n\n  .capy-menu-link{\n    position:relative;\n    display:flex;\n    align-items:center;\n    gap:18px;\n    text-decoration:none;\n    color:#111;\n    font-size:14px;\n    text-transform:uppercase;\n    background:#fff;\n    padding:18px 20px;\n\n    \/* chunky pixel border *\/\n    box-shadow:\n      inset -5px -5px 0 #b7b7b7,\n      inset 5px 5px 0 #ffffff,\n      0 0 0 4px #000,\n      0 8px 0 rgba(0,0,0,0.4);\n\n    transition:\n      transform .08s ease,\n      box-shadow .08s ease,\n      background .08s ease;\n  }\n\n  .capy-menu-link:hover{\n    transform:translateY(-4px);\n    background:#d8ffd3;\n\n    box-shadow:\n      inset -5px -5px 0 #91d78a,\n      inset 5px 5px 0 #ffffff,\n      0 0 0 4px #000,\n      0 12px 0 rgba(0,0,0,0.35);\n  }\n\n  \/* pixel icon wrapper *\/\n  .menu-icon-wrap{\n    width:48px;\n    height:48px;\n    min-width:48px;\n    background:#fff;\n\n    display:flex;\n    align-items:center;\n    justify-content:center;\n\n    box-shadow:\n      inset -4px -4px 0 #b0b0b0,\n      inset 4px 4px 0 #ffffff,\n      0 0 0 3px #000;\n  }\n\n  .menu-hover-icon{\n    width:26px;\n    height:26px;\n    image-rendering:pixelated;\n  }\n\n  \/* social dock *\/\n  .capy-social-dock{\n    position:fixed;\n    right:28px;\n    bottom:28px;\n    z-index:10;\n    display:flex;\n    gap:14px;\n  }\n\n  \/* ICON WRAPPERS *\/\n  .pixel-menu-btn{\n    width:72px;\n    height:72px;\n    background:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    text-decoration:none;\n\n    box-shadow:\n      inset -5px -5px 0 #b0b0b0,\n      inset 5px 5px 0 #ffffff,\n      0 0 0 4px #000,\n      0 8px 0 rgba(0,0,0,0.35);\n\n    transition:\n      transform .08s ease,\n      box-shadow .08s ease;\n  }\n\n  .pixel-menu-btn:hover{\n    transform:translateY(-5px);\n\n    box-shadow:\n      inset -5px -5px 0 #8f8f8f,\n      inset 5px 5px 0 #ffffff,\n      0 0 0 4px #000,\n      0 12px 0 rgba(0,0,0,0.35);\n  }\n\n  .pixel-menu-btn img{\n    width:34px;\n    height:34px;\n    image-rendering:pixelated;\n  }\n\n  @keyframes pixelFloat{\n    0%,100%{\n      transform:translateY(0);\n    }\n    50%{\n      transform:translateY(-12px);\n    }\n  }\n\n  @media(max-width:768px){\n\n    .capy-content{\n      gap:28px;\n    }\n\n    .capy-hero-logo{\n      width:340px;\n    }\n\n    .capy-retro-menu{\n      gap:14px;\n    }\n\n    .capy-menu-link{\n      font-size:10px;\n      padding:15px;\n      gap:14px;\n    }\n\n    .menu-icon-wrap{\n      width:40px;\n      height:40px;\n      min-width:40px;\n    }\n\n    .menu-hover-icon{\n      width:20px;\n      height:20px;\n    }\n\n    .capy-social-dock{\n      right:18px;\n      bottom:18px;\n      gap:10px;\n      flex-wrap:wrap;\n      justify-content:flex-end;\n      max-width:180px;\n    }\n\n    .pixel-menu-btn{\n      width:58px;\n      height:58px;\n    }\n\n    .pixel-menu-btn img{\n      width:26px;\n      height:26px;\n    }\n  }\n<\/style>\n\n<div class=\"capy-hero-wrapper\">\n\n  <video class=\"capy-bg-video\" autoplay loop muted playsinline>\n    <source src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/herobg2.mp4\" type=\"video\/mp4\">\n  <\/video>\n\n  <div class=\"capy-content\">\n\n    <img decoding=\"async\" \n      src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/logo2.png\" \n      alt=\"Capylot Logo\" \n      class=\"capy-hero-logo\"\n    >\n\n    <div class=\"capy-retro-menu\">\n\n      <a href=\"#tokenomics\" class=\"capy-menu-link\">\n        <div class=\"menu-icon-wrap\">\n          <img decoding=\"async\" \n            src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/logo2.png\" \n            class=\"menu-hover-icon\"\n          >\n        <\/div>\n        Tokenomics\n      <\/a>\n\n      <a href=\"#roadmap\" class=\"capy-menu-link\">\n        <div class=\"menu-icon-wrap\">\n          <img decoding=\"async\" \n            src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/logo2.png\" \n            class=\"menu-hover-icon\"\n          >\n        <\/div>\n        Roadmap\n      <\/a>\n\n      <a href=\"#grab-capylot\" class=\"capy-menu-link\">\n        <div class=\"menu-icon-wrap\">\n          <img decoding=\"async\" \n            src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/logo2.png\" \n            class=\"menu-hover-icon\"\n          >\n        <\/div>\n        Grab $CAPYLOT\n      <\/a>\n\n    <\/div>\n\n  <\/div>\n\n  <div class=\"capy-social-dock\">\n\n    <a href=\"#\" target=\"_blank\" class=\"pixel-menu-btn\">\n      <img decoding=\"async\" \n        src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/pump-fun.png\" \n        alt=\"Pump\"\n      >\n    <\/a>\n\n    <a href=\"#\" target=\"_blank\" class=\"pixel-menu-btn\">\n      <img decoding=\"async\" \n        src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/telegram.png\" \n        alt=\"Telegram\"\n      >\n    <\/a>\n\n    <a href=\"#\" target=\"_blank\" class=\"pixel-menu-btn\">\n      <img decoding=\"async\" \n        src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/dex-screener.png\" \n        alt=\"Dex\"\n      >\n    <\/a>\n\n    <a href=\"#\" target=\"_blank\" class=\"pixel-menu-btn\">\n      <img decoding=\"async\" \n        src=\"http:\/\/capylot.lol\/wp-content\/uploads\/2026\/05\/x.png\" \n        alt=\"X\"\n      >\n    <\/a>\n\n  <\/div>\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>Tokenomics Roadmap Grab $CAPYLOT<\/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:\/\/capylot.lol\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/capylot.lol\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/capylot.lol\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/capylot.lol\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/capylot.lol\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":28,"href":"https:\/\/capylot.lol\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":52,"href":"https:\/\/capylot.lol\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/52"}],"wp:attachment":[{"href":"https:\/\/capylot.lol\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}