{"id":2,"date":"2026-06-20T23:07:52","date_gmt":"2026-06-20T23:07:52","guid":{"rendered":"https:\/\/voltguardplans.com\/?page_id=2"},"modified":"2026-06-22T17:07:49","modified_gmt":"2026-06-22T17:07:49","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/voltguardplans.com\/","title":{"rendered":""},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>VoltGuard \u2014 Battery-First Protection for Electric Bikes<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&amp;family=DM+Sans:wght@300;400;500;600;700&amp;family=DM+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --green: #1A6B3C;\n    --green-mid: #2D7D4E;\n    --green-light: #E8F5EE;\n    --yellow: #F5A623;\n    --dark: #0F1F15;\n    --charcoal: #1C2B22;\n    --blue: #1A56A0;\n    --white: #FFFFFF;\n    --text-dim: rgba(255,255,255,0.55);\n    --text-dimmer: rgba(255,255,255,0.35);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  html, body {\n    background: var(--dark);\n    color: var(--white);\n    font-family: 'DM Sans', sans-serif;\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  body {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    position: relative;\n  }\n\n  .bg-glow {\n    position: fixed;\n    top: -20%; left: 50%;\n    transform: translateX(-50%);\n    width: 1200px;\n    height: 1200px;\n    background: radial-gradient(circle, rgba(45,125,78,0.18) 0%, rgba(45,125,78,0.05) 35%, transparent 65%);\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .bg-grid {\n    position: fixed;\n    inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);\n    background-size: 48px 48px;\n    pointer-events: none;\n    z-index: 0;\n    mask-image: linear-gradient(to bottom, black 0%, transparent 75%);\n  }\n\n  .wrap {\n    position: relative;\n    z-index: 1;\n    width: 100%;\n    max-width: 640px;\n    padding: 80px 32px 60px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n  }\n\n  .wordmark {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 56px;\n    letter-spacing: 3px;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .wordmark .volt { color: var(--white); }\n  .wordmark .guard { color: var(--yellow); }\n\n  .tagline {\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--text-dim);\n    margin-bottom: 56px;\n  }\n\n  .battery-unit {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 18px;\n  }\n\n  .battery-shell {\n    position: relative;\n    width: 220px;\n    height: 92px;\n    border: 3px solid var(--green-mid);\n    border-radius: 10px;\n    background: rgba(255,255,255,0.02);\n    overflow: hidden;\n  }\n\n  .battery-cap {\n    position: absolute;\n    right: -11px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 8px;\n    height: 34px;\n    background: var(--green-mid);\n    border-radius: 0 4px 4px 0;\n  }\n\n  .battery-fill {\n    position: absolute;\n    top: 0; left: 0; bottom: 0;\n    width: 0%;\n    background: linear-gradient(90deg, var(--green) 0%, var(--green-mid) 60%, #4FCB7E 100%);\n    transition: width 2.4s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .battery-fill::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg,\n      rgba(255,255,255,0.08) 0px,\n      rgba(255,255,255,0.08) 8px,\n      transparent 8px,\n      transparent 16px\n    );\n  }\n\n  .battery-pct {\n    position: relative;\n    z-index: 2;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'DM Mono', monospace;\n    font-size: 28px;\n    font-weight: 500;\n    color: var(--white);\n    text-shadow: 0 1px 8px rgba(0,0,0,0.4);\n  }\n\n  .charge-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 12px;\n    color: var(--yellow);\n    letter-spacing: 1px;\n    margin-bottom: 48px;\n  }\n\n  .headline {\n    font-size: 30px;\n    font-weight: 600;\n    line-height: 1.3;\n    margin-bottom: 16px;\n    max-width: 480px;\n  }\n\n  .headline .accent { color: var(--yellow); }\n\n  .subhead {\n    font-size: 16px;\n    font-weight: 400;\n    line-height: 1.6;\n    color: var(--text-dim);\n    max-width: 460px;\n    margin-bottom: 44px;\n  }\n\n  .stats-row {\n    display: flex;\n    gap: 36px;\n    margin-bottom: 48px;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n\n  .stat {\n    text-align: center;\n  }\n\n  .stat-num {\n    font-family: 'Bebas Neue', sans-serif;\n    font-size: 26px;\n    color: var(--white);\n    letter-spacing: 1px;\n    line-height: 1;\n  }\n\n  .stat-label {\n    font-size: 11px;\n    color: var(--text-dimmer);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-top: 4px;\n  }\n\n  .capture-label {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--green-light);\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .capture-form {\n    display: flex;\n    width: 100%;\n    max-width: 420px;\n    margin-bottom: 16px;\n  }\n\n  .capture-input {\n    flex: 1;\n    background: rgba(255,255,255,0.06);\n    border: 1.5px solid rgba(255,255,255,0.15);\n    border-right: none;\n    border-radius: 8px 0 0 8px;\n    padding: 15px 18px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    color: var(--white);\n    outline: none;\n    transition: border-color 0.2s;\n  }\n\n  .capture-input::placeholder { color: var(--text-dimmer); }\n  .capture-input:focus { border-color: var(--yellow); }\n\n  .capture-btn {\n    background: var(--yellow);\n    color: var(--dark);\n    border: none;\n    border-radius: 0 8px 8px 0;\n    padding: 0 26px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.15s;\n    white-space: nowrap;\n  }\n\n  .capture-btn:hover { background: #ffb84d; }\n  .capture-btn:active { transform: scale(0.97); }\n  .capture-btn:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }\n  .capture-input:focus-visible { outline: none; }\n\n  .capture-note {\n    font-size: 12px;\n    color: var(--text-dimmer);\n    margin-bottom: 64px;\n  }\n\n  .footer {\n    border-top: 1px solid rgba(255,255,255,0.08);\n    padding-top: 28px;\n    width: 100%;\n    max-width: 420px;\n  }\n\n  .footer-row {\n    display: flex;\n    justify-content: center;\n    gap: 28px;\n    margin-bottom: 18px;\n    flex-wrap: wrap;\n  }\n\n  .footer-link {\n    font-size: 13px;\n    color: var(--text-dim);\n    text-decoration: none;\n    transition: color 0.2s;\n  }\n\n  .footer-link:hover { color: var(--yellow); }\n  .footer-link:focus-visible { outline: 1px solid var(--yellow); outline-offset: 3px; }\n\n  .footer-fine {\n    font-size: 11px;\n    color: var(--text-dimmer);\n    line-height: 1.6;\n  }\n\n  .footer-fine .ein {\n    font-family: 'DM Mono', monospace;\n  }\n\n  @media (max-width: 480px) {\n    .wordmark { font-size: 44px; }\n    .headline { font-size: 24px; }\n    .battery-shell { width: 180px; height: 76px; }\n    .battery-pct { font-size: 22px; }\n    .stats-row { gap: 24px; }\n    .capture-form { flex-direction: column; gap: 10px; }\n    .capture-input { border-radius: 8px; border-right: 1.5px solid rgba(255,255,255,0.15); }\n    .capture-btn { border-radius: 8px; padding: 15px; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .battery-fill { transition: none; }\n  }\n<\/style>\n\n\n\n<div class=\"bg-glow\"><\/div>\n<div class=\"bg-grid\"><\/div>\n\n<div class=\"wrap\">\n\n  <div class=\"wordmark\"><span class=\"volt\">VOLT<\/span><span class=\"guard\">GUARD<\/span><\/div>\n  <div class=\"tagline\">Protection Plans for Electric Bikes<\/div>\n\n  <div class=\"battery-unit\">\n    <div class=\"battery-shell\">\n      <div class=\"battery-fill\" id=\"batteryFill\">\n        <div class=\"battery-pct\" id=\"batteryPct\">0%<\/div>\n      <\/div>\n      <div class=\"battery-cap\"><\/div>\n    <\/div>\n  <\/div>\n  <div class=\"charge-label\" id=\"chargeLabel\">CHARGING \u2014 LAUNCHING SUMMER 2026<\/div>\n\n  <h1 class=\"headline\">\n    The <span class=\"accent\">battery-first<\/span> protection plan e-bike owners have been waiting for.\n  <\/h1>\n  <p class=\"subhead\">\n    No charge cycle cap. UL-certified gear required. Rewards for riders who keep their battery healthy. VoltGuard is almost ready to ride.\n  <\/p>\n\n  <div class=\"stats-row\">\n    <div class=\"stat\">\n      <div class=\"stat-num\">$9.99<\/div>\n      <div class=\"stat-label\">Starting \/ Month<\/div>\n    <\/div>\n    <div class=\"stat\">\n      <div class=\"stat-num\">4<\/div>\n      <div class=\"stat-label\">Plan Tiers<\/div>\n    <\/div>\n    <div class=\"stat\">\n      <div class=\"stat-num\">UL<\/div>\n      <div class=\"stat-label\">Certified Only<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"capture-label\">Be First to Ride Protected<\/div>\n  <form class=\"capture-form\" id=\"waitlistForm\">\n    <input type=\"email\" class=\"capture-input\" placeholder=\"you@email.com\" required=\"\" id=\"emailInput\" aria-label=\"Email address\">\n    <button type=\"submit\" class=\"capture-btn\" id=\"capureBtn\">Notify Me<\/button>\n  <\/form>\n  <div class=\"capture-note\" id=\"captureNote\">New members get 10% off their first year.<\/div>\n\n  <div class=\"footer\">\n    <div class=\"footer-row\">\n      <a href=\"mailto:info@voltguardplans.com\" class=\"footer-link\">info@voltguardplans.com<\/a>\n      <a href=\"#\" class=\"footer-link\">Retailer Partnerships<\/a>\n    <\/div>\n    <div class=\"footer-fine\">\n      Volt Guard LLC \u00b7 Madison, MS, 39110<br>\n      <span class=\"ein\">EIN 42-2816250<\/span> \u00b7 Mississippi Limited Liability Company\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n  window.addEventListener('DOMContentLoaded', () => {\n    const fill = document.getElementById('batteryFill');\n    const pct = document.getElementById('batteryPct');\n    const targetPct = 72;\n\n    requestAnimationFrame(() => {\n      fill.style.width = targetPct + '%';\n    });\n\n    let current = 0;\n    const duration = 2400;\n    const start = performance.now();\n    function tick(now) {\n      const elapsed = now - start;\n      const t = Math.min(elapsed \/ duration, 1);\n      const eased = 1 - Math.pow(1 - t, 3);\n      current = Math.round(eased * targetPct);\n      pct.textContent = current + '%';\n      if (t < 1) requestAnimationFrame(tick);\n    }\n    requestAnimationFrame(tick);\n  });\n\n  document.getElementById('waitlistForm').addEventListener('submit', function(e) {\n    e.preventDefault();\n    const btn = document.getElementById('capureBtn');\n    const note = document.getElementById('captureNote');\n    btn.textContent = 'You\\'re In!';\n    btn.style.background = '#4FCB7E';\n    note.textContent = 'Thanks \u2014 we\\'ll email you the moment VoltGuard launches.';\n    note.style.color = '#A0D4B4';\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>VoltGuard \u2014 Battery-First Protection for Electric Bikes VOLTGUARD Protection Plans for Electric Bikes 0% CHARGING \u2014 LAUNCHING SUMMER 2026 The battery-first protection plan e-bike owners have been waiting for. No charge cycle cap. UL-certified gear required. Rewards for riders who keep their battery healthy. VoltGuard is almost ready to ride. $9.99 Starting \/ Month 4 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- Volt Guard Plans<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/voltguardplans.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Volt Guard Plans\" \/>\n<meta property=\"og:description\" content=\"VoltGuard \u2014 Battery-First Protection for Electric Bikes VOLTGUARD Protection Plans for Electric Bikes 0% CHARGING \u2014 LAUNCHING SUMMER 2026 The battery-first protection plan e-bike owners have been waiting for. No charge cycle cap. UL-certified gear required. Rewards for riders who keep their battery healthy. VoltGuard is almost ready to ride. $9.99 Starting \/ Month 4 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/voltguardplans.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Volt Guard Plans\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-22T17:07:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/voltguardplans.com\\\/\",\"url\":\"https:\\\/\\\/voltguardplans.com\\\/\",\"name\":\"- Volt Guard Plans\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/voltguardplans.com\\\/#website\"},\"datePublished\":\"2026-06-20T23:07:52+00:00\",\"dateModified\":\"2026-06-22T17:07:49+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/voltguardplans.com\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/voltguardplans.com\\\/#website\",\"url\":\"https:\\\/\\\/voltguardplans.com\\\/\",\"name\":\"Volt Guard Plans\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/voltguardplans.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Volt Guard Plans","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/voltguardplans.com\/","og_locale":"en_US","og_type":"article","og_title":"- Volt Guard Plans","og_description":"VoltGuard \u2014 Battery-First Protection for Electric Bikes VOLTGUARD Protection Plans for Electric Bikes 0% CHARGING \u2014 LAUNCHING SUMMER 2026 The battery-first protection plan e-bike owners have been waiting for. No charge cycle cap. UL-certified gear required. Rewards for riders who keep their battery healthy. VoltGuard is almost ready to ride. $9.99 Starting \/ Month 4 [&hellip;]","og_url":"https:\/\/voltguardplans.com\/","og_site_name":"Volt Guard Plans","article_modified_time":"2026-06-22T17:07:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/voltguardplans.com\/","url":"https:\/\/voltguardplans.com\/","name":"- Volt Guard Plans","isPartOf":{"@id":"https:\/\/voltguardplans.com\/#website"},"datePublished":"2026-06-20T23:07:52+00:00","dateModified":"2026-06-22T17:07:49+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/voltguardplans.com\/"]}]},{"@type":"WebSite","@id":"https:\/\/voltguardplans.com\/#website","url":"https:\/\/voltguardplans.com\/","name":"Volt Guard Plans","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/voltguardplans.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/voltguardplans.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/voltguardplans.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/voltguardplans.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/voltguardplans.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/voltguardplans.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":5,"href":"https:\/\/voltguardplans.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/voltguardplans.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/20"}],"wp:attachment":[{"href":"https:\/\/voltguardplans.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}