{"id":14,"date":"2026-07-23T07:09:30","date_gmt":"2026-07-23T07:09:30","guid":{"rendered":"https:\/\/everydaygrowth.store\/?page_id=14"},"modified":"2026-07-23T07:42:53","modified_gmt":"2026-07-23T07:42:53","slug":"sales-page-for-built-to-bend-not-break","status":"publish","type":"page","link":"https:\/\/everydaygrowth.store\/?page_id=14","title":{"rendered":"SALES PAGE FOR BUILT TO BEND NOT BREAK"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fedd1d9 e-flex e-con-boxed e-con e-parent\" data-id=\"fedd1d9\" 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-b6f5c38 elementor-widget elementor-widget-html\" data-id=\"b6f5c38\" 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>Built to Bend, Not Break \u2014 A Discipline System for People Who've Quit Before<\/title>\n<style>\n  :root{\n    --paper:#F8F6EF;\n    --paper-deep:#EFEADB;\n    --ink:#20261C;\n    --ink-soft:#4B5442;\n    --forest:#33492F;\n    --moss:#6E7F5C;\n    --gold:#A9782B;\n    --gold-deep:#8C6423;\n    --line:#DCD5C2;\n    --white:#FFFFFF;\n    --display: Georgia, 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', serif;\n    --body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    --max: 760px;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:var(--body);\n    font-size:16px;\n    line-height:1.65;\n    -webkit-font-smoothing:antialiased;\n  }\n  img{max-width:100%; display:block;}\n\n  .wrap{max-width:var(--max); margin:0 auto; padding:0 24px;}\n  .wrap-wide{max-width:960px; margin:0 auto; padding:0 24px;}\n\n  a{color:inherit;}\n\n  \/* ---------- NAV ---------- *\/\n  .nav{\n    position:sticky; top:0; z-index:50;\n    background:rgba(248,246,239,0.92);\n    backdrop-filter:blur(6px);\n    border-bottom:1px solid var(--line);\n  }\n  .nav-inner{\n    max-width:960px; margin:0 auto; padding:16px 24px;\n    display:flex; align-items:center; justify-content:space-between;\n  }\n  .nav-title{\n    font-family:var(--display);\n    font-size:16px;\n    letter-spacing:0.02em;\n    font-weight:700;\n  }\n  .nav-title span{color:var(--gold-deep); font-style:italic; font-weight:400;}\n  .nav-cta{\n    font-family:var(--body);\n    font-weight:600;\n    font-size:13px;\n    letter-spacing:0.04em;\n    text-transform:uppercase;\n    text-decoration:none;\n    color:var(--white);\n    background:var(--forest);\n    padding:10px 18px;\n    border-radius:2px;\n    white-space:nowrap;\n  }\n\n  \/* ---------- HERO ---------- *\/\n  .hero{\n    padding:72px 0 40px;\n    position:relative;\n    overflow:hidden;\n  }\n  .eyebrow{\n    font-size:12px;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--moss);\n    font-weight:700;\n    margin-bottom:18px;\n  }\n  h1.title{\n    font-family:var(--display);\n    font-size:clamp(38px, 6vw, 58px);\n    line-height:1.05;\n    margin:0 0 20px;\n    color:var(--forest);\n    letter-spacing:-0.01em;\n  }\n  h1.title em{\n    font-style:italic;\n    color:var(--gold-deep);\n  }\n  .subhead{\n    font-size:19px;\n    color:var(--ink-soft);\n    max-width:520px;\n    margin:0 0 36px;\n  }\n  .bamboo-hero{\n    width:100%;\n    max-width:640px;\n    margin:8px auto 36px;\n  }\n  @media (prefers-reduced-motion: no-preference){\n    .bamboo-hero .stalk{\n      transform-origin:bottom center;\n      animation:sway 6s ease-in-out infinite;\n    }\n    .bamboo-hero .stalk:nth-child(2){animation-delay:-1.5s; animation-duration:7s;}\n    .bamboo-hero .stalk:nth-child(3){animation-delay:-3s; animation-duration:6.5s;}\n  }\n  @keyframes sway{\n    0%,100%{transform:rotate(-1.2deg);}\n    50%{transform:rotate(1.6deg);}\n  }\n\n  .buy-block{\n    display:flex; align-items:center; gap:18px; flex-wrap:wrap;\n    padding-top:8px;\n  }\n  .price{\n    font-family:var(--display);\n    font-size:30px;\n    color:var(--forest);\n    font-weight:700;\n  }\n  .price .was{\n    font-family:var(--body);\n    font-size:15px;\n    color:var(--ink-soft);\n    text-decoration:line-through;\n    font-weight:400;\n    margin-right:8px;\n  }\n  .btn-primary{\n    display:inline-block;\n    font-family:var(--body);\n    font-weight:700;\n    font-size:15px;\n    letter-spacing:0.02em;\n    text-decoration:none;\n    color:var(--white);\n    background:var(--gold-deep);\n    padding:16px 30px;\n    border-radius:2px;\n    border:1px solid var(--gold-deep);\n    transition:background 0.15s ease, transform 0.1s ease;\n  }\n  .btn-primary:hover{background:var(--forest); border-color:var(--forest);}\n  .btn-primary:focus-visible{outline:3px solid var(--gold); outline-offset:2px;}\n  .micro-note{\n    font-size:13px;\n    color:var(--ink-soft);\n    margin-top:14px;\n  }\n\n  \/* ---------- SECTION GENERIC ---------- *\/\n  section{padding:56px 0;}\n  .section-title{\n    font-family:var(--display);\n    font-size:clamp(26px,4vw,34px);\n    color:var(--forest);\n    margin:0 0 8px;\n    letter-spacing:-0.01em;\n  }\n  .section-kicker{\n    font-size:12px;\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--moss);\n    font-weight:700;\n    margin-bottom:14px;\n  }\n  .lede{\n    font-size:17px;\n    color:var(--ink-soft);\n    max-width:600px;\n  }\n\n  hr.rule{\n    border:none;\n    border-top:1px solid var(--line);\n    margin:0;\n  }\n\n  \/* ---------- PROBLEM ---------- *\/\n  .problem p{\n    font-size:17px;\n    margin:0 0 18px;\n    max-width:600px;\n  }\n  .problem .aside{\n    font-style:italic;\n    color:var(--moss);\n  }\n  .problem .callout{\n    font-family:var(--display);\n    font-size:22px;\n    color:var(--forest);\n    font-style:italic;\n    margin-top:28px;\n    max-width:560px;\n  }\n\n  \/* ---------- BEND DIAGRAM ---------- *\/\n  .bend-diagram{\n    padding:48px 0 8px;\n  }\n  .bend-svg{width:100%; max-width:680px; margin:0 auto; display:block;}\n  .bend-labels{\n    display:flex; justify-content:space-between;\n    max-width:680px; margin:12px auto 0;\n    text-align:center;\n  }\n  .bend-labels div{flex:1; padding:0 8px;}\n  .bend-labels .part-name{\n    font-family:var(--display);\n    font-size:17px;\n    color:var(--forest);\n    font-weight:700;\n  }\n  .bend-labels .part-desc{\n    font-size:13px;\n    color:var(--ink-soft);\n    margin-top:4px;\n  }\n\n  \/* ---------- CONTENTS LIST ---------- *\/\n  .contents-group{margin-bottom:34px;}\n  .contents-group h3{\n    font-family:var(--display);\n    font-size:15px;\n    letter-spacing:0.06em;\n    text-transform:uppercase;\n    color:var(--gold-deep);\n    margin:0 0 14px;\n    padding-bottom:8px;\n    border-bottom:1px solid var(--line);\n  }\n  .ch-row{\n    display:flex;\n    gap:16px;\n    padding:12px 0;\n    border-bottom:1px solid var(--line);\n  }\n  .ch-row:last-child{border-bottom:none;}\n  .ch-num{\n    font-family:var(--display);\n    font-size:14px;\n    color:var(--moss);\n    width:26px;\n    flex-shrink:0;\n    padding-top:2px;\n  }\n  .ch-body h4{\n    margin:0 0 4px;\n    font-size:16px;\n    font-weight:700;\n    color:var(--ink);\n  }\n  .ch-body p{\n    margin:0;\n    font-size:14.5px;\n    color:var(--ink-soft);\n  }\n\n  \/* ---------- TOOLS CARDS ---------- *\/\n  .tools-grid{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:20px;\n    margin-top:36px;\n  }\n  @media (max-width:760px){\n    .tools-grid{grid-template-columns:1fr;}\n  }\n  .tool-card{\n    background:var(--paper-deep);\n    border:1px solid var(--line);\n    padding:26px 22px;\n  }\n  .tool-card .tool-eyebrow{\n    font-size:11px;\n    letter-spacing:0.1em;\n    text-transform:uppercase;\n    color:var(--gold-deep);\n    font-weight:700;\n    margin-bottom:10px;\n  }\n  .tool-card h4{\n    font-family:var(--display);\n    font-size:19px;\n    margin:0 0 10px;\n    color:var(--forest);\n  }\n  .tool-card p{\n    font-size:14.5px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n\n  \/* ---------- AUTHOR ---------- *\/\n  .author-block{\n    display:flex;\n    gap:28px;\n    align-items:flex-start;\n    flex-wrap:wrap;\n  }\n  .author-photo{\n    width:120px;\n    height:120px;\n    border-radius:50%;\n    background:var(--paper-deep);\n    border:1px solid var(--line);\n    flex-shrink:0;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-family:var(--display);\n    font-size:12px;\n    color:var(--moss);\n    text-align:center;\n    padding:8px;\n  }\n  .author-text{flex:1; min-width:240px;}\n  .author-text h4{\n    font-family:var(--display);\n    font-size:19px;\n    margin:0 0 6px;\n    color:var(--forest);\n  }\n  .author-text p{\n    font-size:15px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n\n  \/* ---------- PRICING \/ FINAL CTA ---------- *\/\n  .pricing{\n    background:var(--forest);\n    color:var(--paper);\n    border-radius:2px;\n    padding:48px 40px;\n    text-align:center;\n  }\n  .pricing .section-kicker{color:#C9D2C1;}\n  .pricing h3{\n    font-family:var(--display);\n    font-size:clamp(24px,4vw,32px);\n    margin:0 0 14px;\n    color:var(--white);\n  }\n  .pricing p{\n    font-size:15.5px;\n    color:#D8DECF;\n    max-width:480px;\n    margin:0 auto 28px;\n  }\n  .pricing .price{color:var(--white);}\n  .pricing .price .was{color:#A8B49B;}\n  .pricing .btn-primary{\n    background:var(--gold-deep);\n    border-color:var(--gold-deep);\n  }\n  .pricing .btn-primary:hover{background:var(--gold); border-color:var(--gold);}\n  .guarantee-row{\n    margin-top:22px;\n    font-size:13px;\n    color:#C9D2C1;\n    display:flex;\n    gap:6px;\n    justify-content:center;\n    align-items:center;\n  }\n\n  \/* ---------- FAQ ---------- *\/\n  .faq-item{\n    border-bottom:1px solid var(--line);\n    padding:18px 0;\n  }\n  .faq-item:first-child{border-top:1px solid var(--line);}\n  .faq-item h4{\n    font-size:16px;\n    margin:0 0 8px;\n    color:var(--ink);\n  }\n  .faq-item p{\n    font-size:14.5px;\n    color:var(--ink-soft);\n    margin:0;\n  }\n\n  \/* ---------- FOOTER ---------- *\/\n  footer{\n    padding:36px 0 60px;\n    text-align:center;\n  }\n  footer p{\n    font-size:13px;\n    color:var(--moss);\n    margin:0 0 6px;\n  }\n\n  \/* ---------- IMAGE PLACEHOLDER ---------- *\/\n  .img-placeholder{\n    background:var(--paper-deep);\n    border:1px dashed var(--moss);\n    color:var(--moss);\n    font-size:13px;\n    text-align:center;\n    padding:60px 20px;\n    border-radius:2px;\n  }\n\n<\/style>\n<\/head>\n<body>\n\n<!-- ============ NAV ============ -->\n<nav class=\"nav\">\n  <div class=\"nav-inner\">\n    <div class=\"nav-title\">BUILT TO BEND <span>\u2014 not break<\/span><\/div>\n    <a class=\"nav-cta\" href=\"#pricing\">Get the Guide<\/a>\n  <\/div>\n<\/nav>\n\n<!-- ============ HERO ============ -->\n<header class=\"hero\">\n  <div class=\"wrap\">\n    <div class=\"eyebrow\">A Discipline System for People Who've Quit Before<\/div>\n    <h1 class=\"title\">Built to bend.<br><em>Not built to break.<\/em><\/h1>\n    <p class=\"subhead\">Every discipline system you've tried was built to survive a perfect week. This one is built for the week you're actually going to have \u2014 the one where you miss a day, and keep going anyway.<\/p>\n  <\/div>\n\n  <https:\/\/everydaygrowth.store\/wp-content\/uploads\/2026\/07\/BUILT-TO-BEND-NO-BREAK.png>\n  <svg class=\"bamboo-hero\" viewBox=\"0 0 640 220\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n    <g class=\"stalk\">\n      <path d=\"M100 210 C 95 160, 130 130, 110 90 C 95 60, 125 40, 118 15\" fill=\"none\" stroke=\"#6E7F5C\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\n      <line x1=\"102\" y1=\"165\" x2=\"88\" y2=\"158\" stroke=\"#6E7F5C\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n      <line x1=\"118\" y1=\"95\" x2=\"102\" y2=\"86\" stroke=\"#6E7F5C\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n      <line x1=\"112\" y1=\"55\" x2=\"130\" y2=\"48\" stroke=\"#6E7F5C\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n    <\/g>\n    <g class=\"stalk\">\n      <path d=\"M320 210 C 314 155, 350 122, 330 78 C 316 46, 348 30, 336 10\" fill=\"none\" stroke=\"#33492F\" stroke-width=\"5\" stroke-linecap=\"round\"\/>\n      <line x1=\"322\" y1=\"160\" x2=\"306\" y2=\"152\" stroke=\"#33492F\" stroke-width=\"3.5\" stroke-linecap=\"round\"\/>\n      <line x1=\"338\" y1=\"82\" x2=\"356\" y2=\"74\" stroke=\"#33492F\" stroke-width=\"3.5\" stroke-linecap=\"round\"\/>\n      <line x1=\"322\" y1=\"45\" x2=\"306\" y2=\"38\" stroke=\"#33492F\" stroke-width=\"3.5\" stroke-linecap=\"round\"\/>\n    <\/g>\n    <g class=\"stalk\">\n      <path d=\"M530 210 C 524 165, 555 138, 540 100 C 528 70, 552 52, 544 20\" fill=\"none\" stroke=\"#A9782B\" stroke-width=\"4\" stroke-linecap=\"round\"\/>\n      <line x1=\"533\" y1=\"170\" x2=\"518\" y2=\"163\" stroke=\"#A9782B\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n      <line x1=\"545\" y1=\"105\" x2=\"562\" y2=\"97\" stroke=\"#A9782B\" stroke-width=\"3\" stroke-linecap=\"round\"\/>\n    <\/g>\n    <line x1=\"10\" y1=\"212\" x2=\"630\" y2=\"212\" stroke=\"#DCD5C2\" stroke-width=\"1\"\/>\n  <\/svg>\n\n  <div class=\"wrap\">\n    <div class=\"buy-block\">\n      <div class=\"price\"><span class=\"was\">CFA XX,XXX<\/span>CFA X,XXX<\/div>\n      <a class=\"btn-primary\" href=\"#\" data-checkout-url=\"PASTE_CHECKOUT_URL_HERE\">Get the Guide Now \u2192<\/a>\n    <\/div>\n    <div class=\"micro-note\">Instant PDF download \u00b7 30-day guarantee \u00b7 No account required<\/div>\n  <\/div>\n<\/header>\n\n<hr class=\"rule\">\n\n<!-- ============ THE PROBLEM ============ -->\n<section class=\"problem\">\n  <div class=\"wrap\">\n    <div class=\"section-kicker\">The Pattern<\/div>\n    <h2 class=\"section-title\">You've restarted before. More times than you'd admit out loud.<\/h2>\n    <p>Not because you're lazy. Not because you lack willpower or the right app. You've restarted because every system you've tried was built to survive a perfect week \u2014 and you don't get many of those.<\/p>\n    <p>You know the drill. Wake up early. Do everything, every single day, without fail. It works \u2014 for about nine days. Then something happens: a bad night's sleep, a sick kid, a hard week at work. You miss one morning. And instead of just missing one day, <span class=\"aside\">you quit the whole thing.<\/span><\/p>\n    <p>Not because the routine failed you. Because the rule did. The rule said \"every day,\" and the day you broke it, the entire structure felt broken too.<\/p>\n    <p class=\"callout\">This isn't a failure of willpower. It's a failure of design.<\/p>\n  <\/div>\n<\/section>\n\n<hr class=\"rule\">\n\n<!-- ============ BEND DIAGRAM \/ 3 PARTS ============ -->\n<section class=\"bend-diagram\">\n  <div class=\"wrap\">\n    <div class=\"section-kicker\">The Structure<\/div>\n    <h2 class=\"section-title\">Bamboo survives storms that snap oak trees.<\/h2>\n    <p class=\"lede\">Not because it's stronger \u2014 because it bends under pressure instead of resisting until it shatters. This guide is built the same way, in three parts.<\/p>\n  <\/div>\n\n  <svg class=\"bend-svg\" viewBox=\"0 0 680 90\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" style=\"margin-top:36px;\">\n    <path d=\"M40 70 Q 226 20, 340 55 Q 454 90, 640 30\" fill=\"none\" stroke=\"#B8AF97\" stroke-width=\"1.5\" stroke-dasharray=\"1 6\" stroke-linecap=\"round\"\/>\n    <circle cx=\"40\" cy=\"70\" r=\"6\" fill=\"#33492F\"\/>\n    <circle cx=\"340\" cy=\"55\" r=\"6\" fill=\"#33492F\"\/>\n    <circle cx=\"640\" cy=\"30\" r=\"6\" fill=\"#A9782B\"\/>\n  <\/svg>\n  <div class=\"wrap-wide\">\n    <div class=\"bend-labels\">\n      <div>\n        <div class=\"part-name\">Part 1 \u2014 Understand<\/div>\n        <div class=\"part-desc\">Why the all-or-nothing trap forms, and which quit pattern is actually yours<\/div>\n      <\/div>\n      <div>\n        <div class=\"part-name\">Part 2 \u2014 Apply<\/div>\n        <div class=\"part-desc\">The tools that make a slip cost one day instead of the whole habit<\/div>\n      <\/div>\n      <div>\n        <div class=\"part-name\">Part 3 \u2014 Maintain<\/div>\n        <div class=\"part-desc\">How to catch drift early, and when to rebuild the system itself<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<hr class=\"rule\">\n\n<!-- ============ WHAT'S INSIDE ============ -->\n<section class=\"contents\">\n  <div class=\"wrap\">\n    <div class=\"section-kicker\">What's Inside<\/div>\n    <h2 class=\"section-title\">Ten chapters. Every one built to be used, not just read.<\/h2>\n  <\/div>\n\n  <div class=\"wrap\" style=\"margin-top:32px;\">\n\n    <div class=\"contents-group\">\n      <h3>Part 1 \u2014 Understand<\/h3>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">01<\/div>\n        <div class=\"ch-body\"><h4>The All-or-Nothing Trap<\/h4><p>Why one missed day quietly turns into \"I quit\" \u2014 and why waiting for a fresh start makes it worse.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">02<\/div>\n        <div class=\"ch-body\"><h4>The Real Reason You Quit<\/h4><p>The four specific quit patterns \u2014 plus a self-assessment to find yours.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">03<\/div>\n        <div class=\"ch-body\"><h4>Why Motivation Was Never the Problem<\/h4><p>Motivation is a spark, not fuel. Here's what consistent people rely on instead.<\/p><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"contents-group\">\n      <h3>Part 2 \u2014 Apply<\/h3>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">04<\/div>\n        <div class=\"ch-body\"><h4>The 24-Hour Restart Protocol<\/h4><p>The single most important tool in the guide \u2014 exactly what to do the moment you slip.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">05<\/div>\n        <div class=\"ch-body\"><h4>Building Your Minimum Viable Morning<\/h4><p>Three tiers, from full routine to a two-minute floor you never go below.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">06<\/div>\n        <div class=\"ch-body\"><h4>The One-Rule Method<\/h4><p>One fixed, tiny action that anchors your identity no matter how the day is going.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">07<\/div>\n        <div class=\"ch-body\"><h4>Environment Over Willpower<\/h4><p>Small changes that make the right action the easiest one, before motivation ever has to show up.<\/p><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"contents-group\">\n      <h3>Part 3 \u2014 Maintain<\/h3>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">08<\/div>\n        <div class=\"ch-body\"><h4>The Weekly Reset<\/h4><p>A ten-minute, judgment-free check-in that catches drift before it becomes collapse.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">09<\/div>\n        <div class=\"ch-body\"><h4>Flexible Streaks<\/h4><p>Replace the all-or-nothing streak counter with a rolling score that doesn't erase your progress.<\/p><\/div>\n      <\/div>\n      <div class=\"ch-row\">\n        <div class=\"ch-num\">10<\/div>\n        <div class=\"ch-body\"><h4>When to Rebuild the System Itself<\/h4><p>How to tell the difference between a rough week and a routine that no longer fits your life.<\/p><\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<hr class=\"rule\">\n\n<!-- ============ CORE TOOLS ============ -->\n<section class=\"tools\">\n  <div class=\"wrap\">\n    <div class=\"section-kicker\">The Core Mechanism<\/div>\n    <h2 class=\"section-title\">Three tools do most of the work.<\/h2>\n    <p class=\"lede\">Everything else in the guide supports these.<\/p>\n  <\/div>\n  <div class=\"wrap-wide\">\n    <div class=\"tools-grid\">\n      <div class=\"tool-card\">\n        <div class=\"tool-eyebrow\">Chapter 4<\/div>\n        <h4>24-Hour Restart<\/h4>\n        <p>Name the slip without judgment, do the smallest version today, and never let yourself go more than one day behind.<\/p>\n      <\/div>\n      <div class=\"tool-card\">\n        <div class=\"tool-eyebrow\">Chapter 5<\/div>\n        <h4>The Three Tiers<\/h4>\n        <p>Full routine, minimum viable, and survival mode \u2014 so a hard morning still has a version of the routine you can do.<\/p>\n      <\/div>\n      <div class=\"tool-card\">\n        <div class=\"tool-eyebrow\">Chapter 6<\/div>\n        <h4>The One Rule<\/h4>\n        <p>One small, non-negotiable action that stays exactly the same, whether it's your best day or your worst.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<hr class=\"rule\">\n\n<!-- ============ AUTHOR ============ -->\n<section class=\"author\">\n  <div class=\"wrap\">\n    <div class=\"section-kicker\">Who Wrote This<\/div>\n    <div class=\"author-block\" style=\"margin-top:20px;\">\n      <!-- INSERT AUTHOR PHOTO HERE: square or circular headshot of Elvis Epie, ideal size 240x240px -->\n      <div class=\"author-photo\">Author photo<br>240\u00d7240px<\/div>\n      <div class=\"author-text\">\n        <h4>Elvis Epie<\/h4>\n        <p>Author of Built to Bend, Not Break. [Add a short bio here \u2014 background, why this system exists, and what makes it different from typical productivity advice.]<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============ PRICING \/ FINAL CTA ============ -->\n<section id=\"pricing\">\n  <div class=\"wrap-wide\">\n    <div class=\"pricing\">\n      <div class=\"section-kicker\">Get the Guide<\/div>\n      <h3>Start your first 24 hours today.<\/h3>\n      <p>The full PDF guide \u2014 every chapter, every tool, every worksheet \u2014 delivered instantly after checkout.<\/p>\n      <div class=\"price\" style=\"margin-bottom:22px;\"><span class=\"was\">CFA XX,XXX<\/span>CFA X,XXX<\/div>\n      <a class=\"btn-primary\" href=\"#\" data-checkout-url=\"PASTE_CHECKOUT_URL_HERE\">Get the Guide Now \u2192<\/a>\n      <div class=\"guarantee-row\">30-day money-back guarantee \u2014 if it doesn't help, you don't pay for it.<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============ FAQ ============ -->\n<section class=\"faq\">\n  <div class=\"wrap\">\n    <div class=\"section-kicker\">Questions<\/div>\n    <h2 class=\"section-title\">Before you decide<\/h2>\n\n    <div class=\"faq-item\">\n      <h4>What format is the guide in?<\/h4>\n      <p>A downloadable PDF you can read on your phone, tablet, or computer \u2014 delivered instantly after checkout.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h4>Do I need to already have a morning routine?<\/h4>\n      <p>No. The guide walks you through building one from scratch, or repairing one you've already tried and abandoned.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h4>What if it doesn't work for me?<\/h4>\n      <p>You're covered by the 30-day guarantee. If you use the system and it doesn't help, ask for a refund.<\/p>\n    <\/div>\n    <div class=\"faq-item\">\n      <h4>Is this a subscription?<\/h4>\n      <p>No. It's a one-time payment for a guide that's yours to keep.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ============ FOOTER ============ -->\n<footer>\n  <div class=\"wrap\">\n    <p>Built to Bend, Not Break \u2014 Elvis Epie<\/p>\n    <p>\u00a9 <span id=\"year\"><\/span> \u00b7 All rights reserved<\/p>\n  <\/div>\n<\/footer>\n\n<script>\n  document.getElementById('year').textContent = new Date().getFullYear();\n\n  \/\/ Wire up checkout links: replace data-checkout-url on each CTA once you have your URL.\n  document.querySelectorAll('[data-checkout-url]').forEach(function(btn){\n    var url = btn.getAttribute('data-checkout-url');\n    if (url && url !== 'PASTE_CHECKOUT_URL_HERE') {\n      btn.setAttribute('href', url);\n    }\n  });\n<\/script>\n\n<\/body>\n<\/html>\n\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>Built to Bend, Not Break \u2014 A Discipline System for People Who&#8217;ve Quit Before BUILT TO BEND \u2014 not break Get the Guide A Discipline System for People Who&#8217;ve Quit Before Built to bend.Not built to break. Every discipline system you&#8217;ve tried was built to survive a perfect week. This one is built for 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-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":5,"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/everydaygrowth.store\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}