{"id":9,"date":"2026-08-28T13:08:56","date_gmt":"2026-08-28T13:08:56","guid":{"rendered":"https:\/\/voxart.online\/?page_id=9"},"modified":"2026-08-28T13:11:58","modified_gmt":"2026-08-28T13:11:58","slug":"sales-page-urge-blueprint","status":"publish","type":"page","link":"https:\/\/voxart.online\/?page_id=9","title":{"rendered":"Sales Page: Urge Blueprint"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-385e98c e-flex e-con-boxed e-con e-parent\" data-id=\"385e98c\" 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-7678b72 elementor-widget elementor-widget-html\" data-id=\"7678b72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>The Urge Control Blueprint<\/title>\r\n<style>\r\n  :root{\r\n    --primary:#1A1A2E;\r\n    --secondary:#E94560;\r\n    --accent:#F5A623;\r\n    --bg:#FAFAF8;\r\n    --text:#1C1C1C;\r\n    --white:#FFFFFF;\r\n  }\r\n  *{box-sizing:border-box;margin:0;padding:0;}\r\n  body{\r\n    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;\r\n    background:var(--bg);\r\n    color:var(--text);\r\n    font-size:17px;\r\n    line-height:1.7;\r\n  }\r\n  h1,h2,h3{color:var(--primary);font-weight:800;line-height:1.25;}\r\n  h1{font-size:2.4rem;}\r\n  h2{font-size:1.9rem;margin-bottom:16px;}\r\n  h3{font-size:1.15rem;}\r\n  .container{max-width:1000px;margin:0 auto;padding:0 24px;}\r\n  .narrow{max-width:680px;margin:0 auto;padding:0 24px;}\r\n  section{padding:80px 0;}\r\n  .section-alt{background:var(--white);}\r\n  .center{text-align:center;}\r\n  .eyebrow{\r\n    display:inline-block;color:var(--secondary);font-weight:700;\r\n    letter-spacing:1px;text-transform:uppercase;font-size:0.85rem;margin-bottom:12px;\r\n  }\r\n  .btn-cta{\r\n    display:inline-block;background:var(--secondary);color:var(--white);\r\n    font-weight:700;font-size:1.05rem;text-decoration:none;\r\n    padding:18px 36px;border-radius:8px;\r\n    box-shadow:0 8px 20px rgba(233,69,96,0.35);\r\n    transition:transform 0.15s ease, box-shadow 0.15s ease;\r\n    border:none;cursor:pointer;\r\n  }\r\n  .btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(233,69,96,0.45);}\r\n  .btn-cta:focus-visible{outline:3px solid var(--primary);outline-offset:3px;}\r\n  .btn-wrap{text-align:center;margin:32px 0 12px;}\r\n  .btn-sub{text-align:center;color:var(--primary);opacity:0.65;font-size:0.9rem;margin-bottom:8px;}\r\n  .card{\r\n    background:var(--white);border-radius:12px;\r\n    border:1px solid rgba(26,26,46,0.1);\r\n    box-shadow:0 4px 16px rgba(26,26,46,0.06);\r\n    padding:28px;\r\n  }\r\n  .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;}\r\n  .grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}\r\n  .grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}\r\n  .graphic-box{max-width:800px;margin:40px auto;}\r\n  .placeholder-box{\r\n    max-width:800px;margin:32px auto;\r\n    border:2px dashed rgba(26,26,46,0.35);border-radius:16px;\r\n    background:rgba(26,26,46,0.03);color:var(--primary);\r\n    text-align:center;padding:48px 24px;font-weight:700;\r\n  }\r\n  .stat-num{font-size:2.6rem;font-weight:800;color:var(--accent);}\r\n  .stat-label{font-weight:700;color:var(--primary);margin:6px 0;}\r\n  .stat-desc{font-size:0.95rem;opacity:0.85;}\r\n  table{width:100%;border-collapse:collapse;background:var(--white);border-radius:12px;overflow:hidden;}\r\n  th,td{padding:16px;text-align:left;border-bottom:1px solid rgba(26,26,46,0.08);font-size:0.95rem;}\r\n  th{background:var(--primary);color:var(--white);}\r\n  td.highlight,th.highlight{background:rgba(245,166,35,0.14);font-weight:700;}\r\n  .check{color:#2E8B57;font-weight:800;}\r\n  .cross{color:var(--secondary);font-weight:800;}\r\n  details{\r\n    background:var(--white);border-radius:12px;\r\n    border:1px solid rgba(26,26,46,0.1);margin-bottom:14px;padding:18px 22px;\r\n  }\r\n  summary{\r\n    cursor:pointer;font-weight:700;color:var(--primary);\r\n    list-style:none;position:relative;padding-right:28px;\r\n  }\r\n  summary::-webkit-details-marker{display:none;}\r\n  summary::after{\r\n    content:\"+\";position:absolute;right:0;top:0;\r\n    font-size:1.3rem;color:var(--secondary);transition:transform 0.2s ease;\r\n  }\r\n  details[open] summary::after{transform:rotate(45deg);}\r\n  details p{margin-top:12px;opacity:0.9;}\r\n  .badge-wrap{text-align:center;margin-bottom:24px;}\r\n  .guarantee-box{\r\n    max-width:680px;margin:0 auto;\r\n    border:1px solid rgba(245,166,35,0.3);border-radius:16px;\r\n    padding:32px;background:var(--white);\r\n  }\r\n  .two-path{display:grid;grid-template-columns:1fr 1fr;border-radius:16px;overflow:hidden;}\r\n  .path-without{background:#20202f;color:#e8e8ee;padding:40px 32px;}\r\n  .path-with{background:#fff3df;color:var(--primary);padding:40px 32px;}\r\n  .path-without h3,.path-with h3{color:inherit;margin-bottom:18px;}\r\n  .path-without ul,.path-with ul{padding-left:20px;}\r\n  .path-without li,.path-with li{margin-bottom:10px;}\r\n  .mech-row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;}\r\n  .mech-box{\r\n    background:var(--white);border:1px solid rgba(26,26,46,0.1);\r\n    border-radius:12px;padding:22px;max-width:220px;text-align:center;\r\n  }\r\n  .mech-num{\r\n    display:inline-flex;align-items:center;justify-content:center;\r\n    width:36px;height:36px;border-radius:50%;\r\n    background:var(--accent);color:var(--primary);font-weight:800;margin-bottom:10px;\r\n  }\r\n  .timeline{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;}\r\n  .timeline-item{flex:1;min-width:150px;text-align:center;}\r\n  .timeline-badge{\r\n    width:44px;height:44px;border-radius:50%;\r\n    background:var(--primary);color:var(--white);\r\n    display:flex;align-items:center;justify-content:center;\r\n    font-weight:800;margin:0 auto 10px;\r\n  }\r\n  .anchor-panel{\r\n    max-width:640px;margin:0 auto;background:var(--white);\r\n    border:2px solid var(--accent);border-radius:16px;padding:36px 32px;\r\n  }\r\n  .price-row{\r\n    display:flex;align-items:baseline;justify-content:center;\r\n    gap:18px;flex-wrap:wrap;margin-bottom:8px;\r\n  }\r\n  .price-old{\r\n    font-size:1.5rem;font-weight:700;color:var(--primary);\r\n    opacity:0.45;text-decoration:line-through;\r\n  }\r\n  .price-now{font-size:3rem;font-weight:800;color:var(--secondary);line-height:1;}\r\n  .price-note{\r\n    display:inline-block;background:rgba(245,166,35,0.16);\r\n    color:var(--primary);font-weight:700;font-size:0.9rem;\r\n    padding:8px 18px;border-radius:20px;margin-top:14px;\r\n  }\r\n  .anchor-line{\r\n    display:flex;gap:14px;align-items:flex-start;\r\n    text-align:left;margin-top:18px;\r\n  }\r\n  .anchor-line svg{flex:0 0 22px;margin-top:4px;}\r\n  .myth-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px;}\r\n  .myth-item{\r\n    background:#fdeaea;border-radius:10px;padding:16px 20px;\r\n    color:#8a1f2d;text-decoration:line-through;font-weight:600;\r\n  }\r\n  .reality-item{\r\n    background:#eaf6ee;border-radius:10px;padding:16px 20px;\r\n    color:#1f6b3a;font-weight:600;\r\n  }\r\n  .myth-card-myth{\r\n    text-decoration:line-through;color:#8a1f2d;font-weight:700;\r\n    display:block;margin-bottom:12px;\r\n  }\r\n  .bar-chart{display:flex;align-items:flex-end;justify-content:center;gap:60px;height:240px;margin:32px auto;}\r\n  .bar{\r\n    width:90px;border-radius:8px 8px 0 0;\r\n    display:flex;align-items:flex-start;justify-content:center;\r\n    color:var(--white);font-weight:700;padding-top:8px;font-size:0.9rem;\r\n  }\r\n  .bar-wrong{background:var(--secondary);height:200px;}\r\n  .bar-right{background:var(--accent);height:90px;}\r\n  .bar-caption{text-align:center;margin-top:10px;font-weight:700;font-size:0.9rem;}\r\n  .comp-visual{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:28px;}\r\n  .comp-chip{\r\n    background:var(--white);border-radius:12px;padding:18px 22px;\r\n    text-align:center;min-width:150px;border:1px solid rgba(26,26,46,0.1);\r\n  }\r\n  .comp-chip.highlight{border:2px solid var(--accent);}\r\n  @media (prefers-reduced-motion:reduce){\r\n    .btn-cta{transition:none;}\r\n  }\r\n  footer{background:var(--primary);color:var(--white);padding:40px 0;text-align:center;font-size:0.85rem;}\r\n  footer p{color:var(--white);opacity:0.85;margin-bottom:6px;}\r\n  @media (max-width:768px){\r\n    h1{font-size:1.8rem;}\r\n    h2{font-size:1.5rem;}\r\n    section{padding:48px 0;}\r\n    .grid-2,.grid-3,.grid-4,.myth-grid{grid-template-columns:1fr;}\r\n    .two-path{grid-template-columns:1fr;}\r\n    .btn-cta{width:100%;text-align:center;}\r\n    .bar-chart{gap:28px;}\r\n    .mech-row{flex-direction:column;}\r\n    .price-now{font-size:2.4rem;}\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- ================= SECTION 01: HERO ================= -->\r\n<section>\r\n  <div class=\"container center\">\r\n    <span class=\"eyebrow\">For Men Stuck In The Same Cycle<\/span>\r\n    <h1>You Keep Promising Yourself You Will Stop. You Keep Breaking That Promise.<\/h1>\r\n    <p style=\"max-width:640px;margin:18px auto 0;font-size:1.1rem;\">The Urge Control Blueprint is a 7 day nervous system reset that helps you take back control of your urges, without relying on willpower alone.<\/p>\r\n    <p style=\"margin-top:16px;font-weight:600;color:var(--primary);\">Built around the same question millions of men have quietly typed into Google and YouTube, looking for an answer nobody gave them.<\/p>\r\n    <div class=\"btn-wrap\">\r\n      <!-- CHECKOUT_URL: replace #checkout with your Selar, Paystack, Flutterwave or Gumroad link -->\r\n      <a href=\"#checkout\" class=\"btn-cta\">Yes, I Want The Urge Control Blueprint - $9.97<\/a>\r\n    <\/div>\r\n    <p class=\"btn-sub\">Secure payment. Instant digital delivery. Launch price, going to $24.97.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 02: STORY AND HOOK ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"narrow\">\r\n    <p>It was late again, and I was making the same promise to myself that I had made the night before, and the night before that.<\/p>\r\n    <p style=\"margin-top:16px;\">This time would be different, I told myself. This time I had the discipline. This time the streak would hold.<\/p>\r\n    <p style=\"margin-top:16px;\">It did not hold. It never did. Within a day, sometimes within hours, I was right back where I started, except now there was something new sitting on top of the old frustration. Shame. The kind you cannot say out loud to anyone, because saying it out loud would mean admitting you are not the man you have been pretending to be.<\/p>\r\n    <p style=\"margin-top:16px;\">I read the willpower advice. I tried going cold turkey. I sat through the guilt talks. None of it touched the thing that was actually happening in my body every time an urge arrived, because none of it was built around the nervous system at all. It was all built around trying harder. And trying harder was exactly the thing that kept failing me.<\/p>\r\n    <p style=\"margin-top:16px;font-weight:700;\">Then I found something that changed everything.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 03: PROBLEM AGITATION ================= -->\r\n<section>\r\n  <div class=\"container\">\r\n\r\n    <!-- GRAPHIC 5: FALSE SOLUTIONS (2x2 grid) -->\r\n    <div class=\"graphic-box\">\r\n      <div class=\"grid-2\">\r\n        <div class=\"card center\">\r\n          <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" aria-hidden=\"true\"><circle cx=\"20\" cy=\"20\" r=\"18\" fill=\"none\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"12\" y1=\"12\" x2=\"28\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"28\" y1=\"12\" x2=\"12\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><\/svg>\r\n          <h3 style=\"margin-top:10px;\">Cold Turkey Willpower<\/h3>\r\n          <p class=\"stat-desc\">Holds for a few days, then the pressure builds until it snaps back harder than before.<\/p>\r\n        <\/div>\r\n        <div class=\"card center\">\r\n          <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" aria-hidden=\"true\"><circle cx=\"20\" cy=\"20\" r=\"18\" fill=\"none\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"12\" y1=\"12\" x2=\"28\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"28\" y1=\"12\" x2=\"12\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><\/svg>\r\n          <h3 style=\"margin-top:10px;\">Blocking Apps And Filters<\/h3>\r\n          <p class=\"stat-desc\">Blocks the access, never the urge, so the urge simply waits or finds another route.<\/p>\r\n        <\/div>\r\n        <div class=\"card center\">\r\n          <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" aria-hidden=\"true\"><circle cx=\"20\" cy=\"20\" r=\"18\" fill=\"none\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"12\" y1=\"12\" x2=\"28\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"28\" y1=\"12\" x2=\"12\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><\/svg>\r\n          <h3 style=\"margin-top:10px;\">Guilt And Shame Talks<\/h3>\r\n          <p class=\"stat-desc\">Piles stress on top of stress, which is the exact opposite of what calms a nervous system.<\/p>\r\n        <\/div>\r\n        <div class=\"card center\">\r\n          <svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" aria-hidden=\"true\"><circle cx=\"20\" cy=\"20\" r=\"18\" fill=\"none\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"12\" y1=\"12\" x2=\"28\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><line x1=\"28\" y1=\"12\" x2=\"12\" y2=\"28\" stroke=\"#E94560\" stroke-width=\"3\"\/><\/svg>\r\n          <h3 style=\"margin-top:10px;\">Waiting For Motivation<\/h3>\r\n          <p class=\"stat-desc\">Motivation is not a strategy. It arrives after consistency, never before it.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <h2 class=\"center\" style=\"margin-top:48px;\">You Have Already Tried the Things That Do Not Work<\/h2>\r\n    <p class=\"center\" style=\"max-width:640px;margin:0 auto 32px;\">None of this means something is wrong with you. Here is what is actually happening every time the usual advice lets you down.<\/p>\r\n\r\n    <div class=\"grid-4\">\r\n      <div class=\"card\">\r\n        <h3>Willpower Runs Out<\/h3>\r\n        <p class=\"stat-desc\">Willpower is a limited daily resource. Under stress or tiredness, it is the first thing to go.<\/p>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <h3>Guilt Adds Fuel<\/h3>\r\n        <p class=\"stat-desc\">Shame raises the same stress response that makes an urge stronger, not weaker.<\/p>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <h3>No Plan For The Moment<\/h3>\r\n        <p class=\"stat-desc\">Most advice tells you what to avoid. Almost none tells you what to actually do in the 90 seconds an urge hits.<\/p>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <h3>The Root Stays Untouched<\/h3>\r\n        <p class=\"stat-desc\">The urge is a nervous system pattern first. Fighting it at the surface leaves that pattern fully intact.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"btn-wrap\">\r\n      <a href=\"#checkout\" class=\"btn-cta\">Yes, I Want The Urge Control Blueprint - $9.97<\/a>\r\n    <\/div>\r\n    <p class=\"btn-sub\">Secure payment. Instant digital delivery.<\/p>\r\n\r\n    <!-- GRAPHIC 1: PARALYSIS LOOP -->\r\n    <div class=\"graphic-box center\">\r\n      <svg width=\"340\" height=\"340\" viewBox=\"0 0 320 320\" style=\"max-width:100%;height:auto;\" role=\"img\" aria-label=\"A four stage loop showing urge, willpower, burnout and relapse repeating\">\r\n        <defs>\r\n          <marker id=\"arrowhead\" markerWidth=\"8\" markerHeight=\"8\" refX=\"4\" refY=\"4\" orient=\"auto\">\r\n            <path d=\"M0,0 L8,4 L0,8 Z\" fill=\"#F5A623\"\/>\r\n          <\/marker>\r\n        <\/defs>\r\n        <circle cx=\"160\" cy=\"160\" r=\"120\" fill=\"none\" stroke=\"#1A1A2E\" stroke-width=\"2\" stroke-dasharray=\"6 6\" opacity=\"0.25\"\/>\r\n        <path d=\"M197,57 A120,120 0 0,1 263,123\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"3\" marker-end=\"url(#arrowhead)\"\/>\r\n        <path d=\"M263,197 A120,120 0 0,1 197,263\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"3\" marker-end=\"url(#arrowhead)\"\/>\r\n        <path d=\"M123,263 A120,120 0 0,1 57,197\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"3\" marker-end=\"url(#arrowhead)\"\/>\r\n        <path d=\"M57,123 A120,120 0 0,1 123,57\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"3\" marker-end=\"url(#arrowhead)\"\/>\r\n        <circle cx=\"160\" cy=\"40\" r=\"40\" fill=\"#FAFAF8\" stroke=\"#E94560\" stroke-width=\"2\"\/>\r\n        <text x=\"160\" y=\"37\" text-anchor=\"middle\" font-size=\"11\" fill=\"#1A1A2E\" font-weight=\"700\">Urge<\/text>\r\n        <text x=\"160\" y=\"50\" text-anchor=\"middle\" font-size=\"11\" fill=\"#1A1A2E\" font-weight=\"700\">Hits<\/text>\r\n        <circle cx=\"280\" cy=\"160\" r=\"40\" fill=\"#FAFAF8\" stroke=\"#E94560\" stroke-width=\"2\"\/>\r\n        <text x=\"280\" y=\"157\" text-anchor=\"middle\" font-size=\"10\" fill=\"#1A1A2E\" font-weight=\"700\">Fight With<\/text>\r\n        <text x=\"280\" y=\"169\" text-anchor=\"middle\" font-size=\"10\" fill=\"#1A1A2E\" font-weight=\"700\">Willpower<\/text>\r\n        <circle cx=\"160\" cy=\"280\" r=\"40\" fill=\"#FAFAF8\" stroke=\"#E94560\" stroke-width=\"2\"\/>\r\n        <text x=\"160\" y=\"277\" text-anchor=\"middle\" font-size=\"10\" fill=\"#1A1A2E\" font-weight=\"700\">Willpower<\/text>\r\n        <text x=\"160\" y=\"289\" text-anchor=\"middle\" font-size=\"10\" fill=\"#1A1A2E\" font-weight=\"700\">Runs Out<\/text>\r\n        <circle cx=\"40\" cy=\"160\" r=\"40\" fill=\"#FAFAF8\" stroke=\"#E94560\" stroke-width=\"2\"\/>\r\n        <text x=\"40\" y=\"157\" text-anchor=\"middle\" font-size=\"10\" fill=\"#1A1A2E\" font-weight=\"700\">Relapse<\/text>\r\n        <text x=\"40\" y=\"169\" text-anchor=\"middle\" font-size=\"10\" fill=\"#1A1A2E\" font-weight=\"700\">And Shame<\/text>\r\n        <text x=\"160\" y=\"155\" text-anchor=\"middle\" font-size=\"13\" fill=\"#1A1A2E\" font-weight=\"800\">Stuck in the<\/text>\r\n        <text x=\"160\" y=\"173\" text-anchor=\"middle\" font-size=\"13\" fill=\"#1A1A2E\" font-weight=\"800\">Same Cycle<\/text>\r\n      <\/svg>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 04: STATISTICS AND CREDIBILITY ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"container center\">\r\n    <h2>This Is Not Rare. It Is Only Rarely Spoken About.<\/h2>\r\n    <p style=\"max-width:620px;margin:0 auto;\">Everything below is publicly visible right now to anyone who runs the same searches you have probably already run.<\/p>\r\n    <div class=\"grid-3\" style=\"margin-top:36px;\">\r\n      <div class=\"card\">\r\n        <div class=\"stat-num\">Millions<\/div>\r\n        <div class=\"stat-label\">Views On This Exact Struggle<\/div>\r\n        <div class=\"stat-desc\">Videos on this single problem have gathered views in the millions, because so many men are quietly looking for the same answer you are.<\/div>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <div class=\"stat-num\">Weekly<\/div>\r\n        <div class=\"stat-label\">Posts In Support Groups<\/div>\r\n        <div class=\"stat-desc\">Groups built around this exact struggle receive new posts every week from men who never mention it anywhere else in their lives.<\/div>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <div class=\"stat-num\">Instant<\/div>\r\n        <div class=\"stat-label\">Search Autocomplete<\/div>\r\n        <div class=\"stat-desc\">Search engines finish this question before you finish typing it, which only happens when enormous numbers of people are asking it.<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- GRAPHIC 2: COST OF WAITING -->\r\n    <div class=\"graphic-box\">\r\n      <svg width=\"700\" height=\"250\" viewBox=\"0 0 700 250\" style=\"max-width:100%;height:auto;\" role=\"img\" aria-label=\"Line chart showing progress diverging between starting now and starting later\">\r\n        <line x1=\"50\" y1=\"205\" x2=\"670\" y2=\"205\" stroke=\"#1A1A2E\" stroke-width=\"1.5\" opacity=\"0.4\"\/>\r\n        <line x1=\"50\" y1=\"20\" x2=\"50\" y2=\"205\" stroke=\"#1A1A2E\" stroke-width=\"1.5\" opacity=\"0.4\"\/>\r\n        <polyline points=\"50,195 200,152 350,98 510,50 655,22\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"4\"\/>\r\n        <polyline points=\"50,195 200,185 350,173 510,163 655,155\" fill=\"none\" stroke=\"#E94560\" stroke-width=\"4\"\/>\r\n        <circle cx=\"655\" cy=\"22\" r=\"6\" fill=\"#F5A623\"\/>\r\n        <circle cx=\"655\" cy=\"155\" r=\"6\" fill=\"#E94560\"\/>\r\n        <text x=\"565\" y=\"14\" font-size=\"13\" fill=\"#F5A623\" font-weight=\"700\">Start Now<\/text>\r\n        <text x=\"555\" y=\"150\" font-size=\"13\" fill=\"#E94560\" font-weight=\"700\">Start Later<\/text>\r\n        <text x=\"350\" y=\"232\" font-size=\"12\" fill=\"#1A1A2E\" opacity=\"0.65\" text-anchor=\"middle\" font-weight=\"600\">Time<\/text>\r\n        <text x=\"16\" y=\"115\" font-size=\"12\" fill=\"#1A1A2E\" opacity=\"0.65\" font-weight=\"600\" transform=\"rotate(-90,16,115)\">Progress<\/text>\r\n      <\/svg>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 05: MYTH BUSTING ================= -->\r\n<section>\r\n  <div class=\"container\">\r\n\r\n    <!-- GRAPHIC 3: MYTH VS REALITY -->\r\n    <div class=\"graphic-box\">\r\n      <div class=\"myth-grid\">\r\n        <div class=\"myth-item\">You just need more willpower.<\/div>\r\n        <div class=\"reality-item\">Willpower is limited and drains under stress. Regulation is what holds when force gives out.<\/div>\r\n        <div class=\"myth-item\">Relapsing means you are weak.<\/div>\r\n        <div class=\"reality-item\">Relapse is a nervous system pattern, not a character flaw, and patterns can be retrained.<\/div>\r\n        <div class=\"myth-item\">You must talk about it to fix it.<\/div>\r\n        <div class=\"reality-item\">You can rebuild this privately, at your own pace, whether or not you ever say it out loud.<\/div>\r\n        <div class=\"myth-item\">It has to feel like a daily fight.<\/div>\r\n        <div class=\"reality-item\">Once the nervous system settles, staying in control stops demanding constant effort.<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <h2 class=\"center\">Everything You Were Told About Self Control Is Wrong<\/h2>\r\n    <p class=\"center\" style=\"max-width:620px;margin:0 auto 36px;\">Four beliefs that keep good men stuck, and what is actually true instead.<\/p>\r\n\r\n    <div class=\"grid-2\">\r\n      <div class=\"card\">\r\n        <span class=\"myth-card-myth\">Myth: If you really wanted to stop, you would have stopped by now.<\/span>\r\n        <p><strong>Truth:<\/strong> Wanting has never been your problem. You have wanted this badly for a long time. The missing piece was never desire, it was a method that works with your body instead of demanding you overpower it.<\/p>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <span class=\"myth-card-myth\">Myth: Feeling guilty enough will finally make you change.<\/span>\r\n        <p><strong>Truth:<\/strong> Guilt raises stress, and stress is the exact state an urge feeds on. This is why the harder you punish yourself after a slip, the faster the next slip tends to arrive.<\/p>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <span class=\"myth-card-myth\">Myth: You need to confess it to someone before you can beat it.<\/span>\r\n        <p><strong>Truth:<\/strong> Accountability helps some people, but it is not a requirement. This method was built to be run alone, in private, without a single conversation you are not ready to have.<\/p>\r\n      <\/div>\r\n      <div class=\"card\">\r\n        <span class=\"myth-card-myth\">Myth: One slip means you are back to square one.<\/span>\r\n        <p><strong>Truth:<\/strong> A slip is data, not a verdict. What turns one bad night into a lost month is the shame spiral that follows it, and that spiral has a specific interrupt you can learn.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 06: THE MECHANISM ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"container center\">\r\n    <h2>Introducing The 3 Phase Nervous System Reset<\/h2>\r\n    <p style=\"max-width:660px;margin:0 auto 36px;\">This is not another willpower system. It works with your body rather than against it, because the urge you have been fighting is a physical pattern before it is anything else. Change the physical pattern and the fight itself gets smaller.<\/p>\r\n\r\n    <!-- GRAPHIC 4: CORE MECHANISM -->\r\n    <div class=\"graphic-box\">\r\n      <div class=\"mech-row\">\r\n        <div class=\"mech-box\">\r\n          <div class=\"mech-num\">1<\/div>\r\n          <h3>Regulate<\/h3>\r\n          <p class=\"stat-desc\">Calm the nervous system in the moment the urge arrives.<\/p>\r\n        <\/div>\r\n        <svg width=\"34\" height=\"24\" viewBox=\"0 0 34 24\" aria-hidden=\"true\"><path d=\"M0,12 H26 M18,4 L28,12 L18,20\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"3\"\/><\/svg>\r\n        <div class=\"mech-box\">\r\n          <div class=\"mech-num\">2<\/div>\r\n          <h3>Redirect<\/h3>\r\n          <p class=\"stat-desc\">Give the activated energy somewhere else to go.<\/p>\r\n        <\/div>\r\n        <svg width=\"34\" height=\"24\" viewBox=\"0 0 34 24\" aria-hidden=\"true\"><path d=\"M0,12 H26 M18,4 L28,12 L18,20\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"3\"\/><\/svg>\r\n        <div class=\"mech-box\">\r\n          <div class=\"mech-num\">3<\/div>\r\n          <h3>Reprogram<\/h3>\r\n          <p class=\"stat-desc\">Rebuild the identity sitting underneath the habit.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div style=\"max-width:680px;margin:0 auto;text-align:left;\">\r\n      <p style=\"margin-bottom:18px;\"><strong>Phase 1, Regulate.<\/strong> An urge is a spike in your nervous system before it is ever a decision. Phase 1 gives you a specific breath pattern to run the moment you feel that spike, which brings your body out of the activated state where urges have their strongest grip. You are not fighting the urge here. You are removing the conditions that make it feel unbearable.<\/p>\r\n      <p style=\"margin-bottom:18px;\"><strong>Phase 2, Redirect.<\/strong> A calmed body still has energy that has been switched on and needs somewhere to go. Phase 2 gives you a short script and a physical action sequence to send that energy somewhere useful, which breaks the automatic chain between the trigger and the old response before it can complete itself.<\/p>\r\n      <p><strong>Phase 3, Reprogram.<\/strong> Interrupting single urges is not enough on its own, because the pattern rebuilds itself in the background. Phase 3 is a five minute daily practice that steadily rewrites the self image underneath the habit, so that over the weeks staying in control stops feeling like something you have to force and starts feeling like something you simply are.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 07: PRODUCT REVEAL ================= -->\r\n<section>\r\n  <div class=\"container center\">\r\n    <p style=\"max-width:620px;margin:0 auto;\">I was getting too many messages asking how I did it, so I decided to put everything inside one complete guide.<\/p>\r\n    <h2 style=\"margin-top:22px;\">Introducing...<\/h2>\r\n\r\n    <div class=\"placeholder-box\" style=\"max-width:768px;min-height:480px;display:flex;align-items:center;justify-content:center;\">\r\n      [ PRODUCT COVER MOCKUP - 3D Book or PDF Mockup Image Goes Here ]\r\n      <!-- Replace this box with a 768x1152px PNG cover mockup, transparent or white background -->\r\n    <\/div>\r\n\r\n    <h1 style=\"font-size:2rem;\">The Urge Control Blueprint<\/h1>\r\n    <p style=\"font-weight:600;color:var(--secondary);font-size:1.05rem;\">A Nervous System Reset for Men Who Can Not Stop Relapsing<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 08: WHAT IS INSIDE THE GUIDE ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"container\">\r\n    <h2 class=\"center\">Here Is Exactly What Is Waiting For You Inside<\/h2>\r\n    <div class=\"grid-2\" style=\"margin-top:36px;\">\r\n      <div class=\"card\"><strong>The Urge Interrupt Script.<\/strong> The exact words and breath pattern to run in the first 90 seconds of an urge, when the window to change the outcome is still open. Page 6<\/div>\r\n      <div class=\"card\"><strong>The Complete Breathwork Chapter.<\/strong> All three calming breath patterns written out step by step, with counts and timings, so you can run them without any audio, app or prior experience. Page 9<\/div>\r\n      <div class=\"card\"><strong>The 7 Day Reset Protocol.<\/strong> A day by day walkthrough of the full method, so you never have to guess what today is supposed to look like. Page 14<\/div>\r\n      <div class=\"card\"><strong>The Trigger Map.<\/strong> A worksheet that finds your own specific triggers instead of leaving you guessing at general ones that were never yours. Page 20<\/div>\r\n      <div class=\"card\"><strong>The Urge Tracker.<\/strong> A simple daily log that shows you your own pattern inside one week, including the times and states where you are most exposed. Page 23<\/div>\r\n      <div class=\"card\"><strong>The Relapse Recovery Script.<\/strong> Exactly what to do in the first 10 minutes after a slip, so one bad night never turns into a lost month. Page 27<\/div>\r\n      <div class=\"card\"><strong>The Reprogramming Practice.<\/strong> A five minute daily practice that rebuilds the identity underneath the habit, so control compounds instead of resetting. Page 32<\/div>\r\n      <div class=\"card\"><strong>The Calm State Checklist.<\/strong> A printable daily checklist that keeps your nervous system regulated between urges, which is where the real work happens. Page 36<\/div>\r\n      <div class=\"card\"><strong>The Pocket Reset Card.<\/strong> A printable card, sized for your wallet or your phone lock screen, carrying the full 90 second interrupt sequence on one page. No scrolling and no reading when it matters most. Page 38<\/div>\r\n      <div class=\"card\"><strong>The 30 Day Continuation Plan.<\/strong> What to do after day 7, so the reset becomes permanent practice rather than a good week you look back on. Page 40<\/div>\r\n    <\/div>\r\n    <p class=\"center\" style=\"max-width:660px;margin:36px auto 0;font-size:1.05rem;\">You do not need a pharmacy prescription. You do not need expensive therapy sessions. You do not need a support group where you have to say it out loud to strangers. Ten tools across forty five pages, all inside one single PDF. No separate downloads, no login, no app, nothing else to buy. This is a private, self guided method you can begin tonight, and it addresses the same root that millions of men searching this question have never had explained to them.<\/p>\r\n\r\n    <!-- GRAPHIC 6: STEP BY STEP TIMELINE -->\r\n    <div class=\"graphic-box\">\r\n      <div class=\"timeline\">\r\n        <div class=\"timeline-item\">\r\n          <div class=\"timeline-badge\">1<\/div>\r\n          <h3 style=\"font-size:1rem;\">Day 1<\/h3>\r\n          <p class=\"stat-desc\">Run the Interrupt Script on your first urge and feel the shift the same night.<\/p>\r\n        <\/div>\r\n        <div class=\"timeline-item\">\r\n          <div class=\"timeline-badge\">2<\/div>\r\n          <h3 style=\"font-size:1rem;\">Day 2 to 3<\/h3>\r\n          <p class=\"stat-desc\">Build the calm state habit and map your own real triggers.<\/p>\r\n        <\/div>\r\n        <div class=\"timeline-item\">\r\n          <div class=\"timeline-badge\">3<\/div>\r\n          <h3 style=\"font-size:1rem;\">Day 4 to 7<\/h3>\r\n          <p class=\"stat-desc\">Complete your first full reset cycle and read your own tracked pattern.<\/p>\r\n        <\/div>\r\n        <div class=\"timeline-item\">\r\n          <div class=\"timeline-badge\">4<\/div>\r\n          <h3 style=\"font-size:1rem;\">Day 8 Onward<\/h3>\r\n          <p class=\"stat-desc\">Daily reprogramming keeps compounding, and control stops requiring force.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 09: PRODUCT COMPARISON ================= -->\r\n<section>\r\n  <div class=\"container\">\r\n    <h2 class=\"center\">How This Compares<\/h2>\r\n\r\n    <!-- GRAPHIC 9: PRODUCT COMPARISON VISUAL -->\r\n    <div class=\"graphic-box\">\r\n      <div class=\"comp-visual\">\r\n        <div class=\"comp-chip highlight\">\r\n          <svg width=\"30\" height=\"30\" viewBox=\"0 0 28 28\" aria-hidden=\"true\"><circle cx=\"14\" cy=\"14\" r=\"13\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2\"\/><path d=\"M8,14 L12,18 L20,9\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n          <p style=\"font-weight:700;margin-top:8px;font-size:0.9rem;\">The Urge Control Blueprint<\/p>\r\n        <\/div>\r\n        <div class=\"comp-chip\">\r\n          <svg width=\"30\" height=\"30\" viewBox=\"0 0 28 28\" aria-hidden=\"true\"><circle cx=\"14\" cy=\"14\" r=\"13\" fill=\"none\" stroke=\"#1A1A2E\" stroke-width=\"2\" opacity=\"0.35\"\/><line x1=\"9\" y1=\"9\" x2=\"19\" y2=\"19\" stroke=\"#E94560\" stroke-width=\"2.5\"\/><line x1=\"19\" y1=\"9\" x2=\"9\" y2=\"19\" stroke=\"#E94560\" stroke-width=\"2.5\"\/><\/svg>\r\n          <p style=\"font-weight:700;margin-top:8px;font-size:0.9rem;\">Willpower Alone<\/p>\r\n        <\/div>\r\n        <div class=\"comp-chip\">\r\n          <svg width=\"30\" height=\"30\" viewBox=\"0 0 28 28\" aria-hidden=\"true\"><circle cx=\"14\" cy=\"14\" r=\"13\" fill=\"none\" stroke=\"#1A1A2E\" stroke-width=\"2\" opacity=\"0.35\"\/><line x1=\"9\" y1=\"9\" x2=\"19\" y2=\"19\" stroke=\"#E94560\" stroke-width=\"2.5\"\/><line x1=\"19\" y1=\"9\" x2=\"9\" y2=\"19\" stroke=\"#E94560\" stroke-width=\"2.5\"\/><\/svg>\r\n          <p style=\"font-weight:700;margin-top:8px;font-size:0.9rem;\">Paid Therapy Sessions<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div style=\"overflow-x:auto;\">\r\n      <table>\r\n        <tr>\r\n          <th>Feature<\/th>\r\n          <th class=\"highlight\">The Urge Control Blueprint<\/th>\r\n          <th>Willpower Alone<\/th>\r\n          <th>Paid Therapy Sessions<\/th>\r\n        <\/tr>\r\n        <tr>\r\n          <td>Price<\/td>\r\n          <td class=\"highlight\">$9.97 one time<\/td>\r\n          <td>Free, but costly in repeated relapses<\/td>\r\n          <td>$50 to $100 per session, recurring<\/td>\r\n        <\/tr>\r\n        <tr>\r\n          <td>Speed Of Results<\/td>\r\n          <td class=\"highlight\"><span class=\"check\">&#10003;<\/span> Felt shift in 24 to 48 hours<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> Inconsistent<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> Often months<\/td>\r\n        <\/tr>\r\n        <tr>\r\n          <td>Ease Of Use<\/td>\r\n          <td class=\"highlight\"><span class=\"check\">&#10003;<\/span> Private, self guided at home<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> Requires constant force<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> Requires scheduling<\/td>\r\n        <\/tr>\r\n        <tr>\r\n          <td>Ongoing Cost<\/td>\r\n          <td class=\"highlight\"><span class=\"check\">&#10003;<\/span> None, pay once<\/td>\r\n          <td><span class=\"check\">&#10003;<\/span> None<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> $50 to $100 every session<\/td>\r\n        <\/tr>\r\n        <tr>\r\n          <td>Privacy<\/td>\r\n          <td class=\"highlight\"><span class=\"check\">&#10003;<\/span> Completely private<\/td>\r\n          <td><span class=\"check\">&#10003;<\/span> Private<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> Requires disclosure<\/td>\r\n        <\/tr>\r\n        <tr>\r\n          <td>Guarantee<\/td>\r\n          <td class=\"highlight\"><span class=\"check\">&#10003;<\/span> 30 day money back<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> None<\/td>\r\n          <td><span class=\"cross\">&#10007;<\/span> Rarely offered<\/td>\r\n        <\/tr>\r\n      <\/table>\r\n    <\/div>\r\n\r\n    <!-- GRAPHIC 7: HIDDEN COST BAR CHART -->\r\n    <div class=\"graphic-box\">\r\n      <div class=\"bar-chart\">\r\n        <div>\r\n          <div class=\"bar bar-wrong\">Years<\/div>\r\n          <p class=\"bar-caption\">The Wrong Approach<br><span style=\"font-weight:400;opacity:0.75;\">The same cycle, repeating year after year<\/span><\/p>\r\n        <\/div>\r\n        <div>\r\n          <div class=\"bar bar-right\">7 Days<\/div>\r\n          <p class=\"bar-caption\">This Method<br><span style=\"font-weight:400;opacity:0.75;\">One focused week to install a new pattern<\/span><\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 10: VALUE ANCHOR AND MID PAGE CTA ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"container center\">\r\n    <h2>What This Costs You<\/h2>\r\n\r\n    <div class=\"anchor-panel\">\r\n      <div class=\"price-row\">\r\n        <span class=\"price-old\">$24.97<\/span>\r\n        <span class=\"price-now\">$9.97<\/span>\r\n      <\/div>\r\n      <p style=\"font-weight:600;\">One payment. One file. Yours permanently.<\/p>\r\n      <p class=\"price-note\">Launch price. This goes to $24.97 when the launch window closes.<\/p>\r\n\r\n      <div class=\"anchor-line\">\r\n        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2\"\/><path d=\"M7,12 L11,16 L17,8\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n        <p><strong>One counselling session costs $50 to $100, and you would need many.<\/strong> This costs $9.97 once, and you can run the method as many times as you need for the rest of your life.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"anchor-line\">\r\n        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2\"\/><path d=\"M7,12 L11,16 L17,8\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n        <p><strong>Ten tools across forty five pages,<\/strong> including the full breathwork chapter, every script, every tracker and the printable pocket card. Not a thin download.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"anchor-line\">\r\n        <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2\"\/><path d=\"M7,12 L11,16 L17,8\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\r\n        <p><strong>You have already spent years on this problem.<\/strong> This asks for one week and less than the price of a night out.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"btn-wrap\">\r\n      <a href=\"#checkout\" class=\"btn-cta\">Get The Urge Control Blueprint Right Now - $9.97<\/a>\r\n    <\/div>\r\n    <p class=\"btn-sub\">Secure payment. Instant digital delivery. Everything in one file.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 11: MONEY BACK GUARANTEE ================= -->\r\n<section>\r\n  <div class=\"narrow\">\r\n    <div class=\"badge-wrap\">\r\n      <svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" role=\"img\" aria-label=\"30 day money back guarantee badge\">\r\n        <circle cx=\"60\" cy=\"60\" r=\"52\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"4\"\/>\r\n        <circle cx=\"60\" cy=\"60\" r=\"44\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"1.5\" opacity=\"0.45\"\/>\r\n        <path d=\"M38,61 L52,75 L83,42\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n      <\/svg>\r\n      <p style=\"font-weight:800;color:var(--primary);margin-top:10px;font-size:1.05rem;\">30 Day Money Back Guarantee<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"guarantee-box\">\r\n      <p style=\"font-size:1.2rem;font-weight:700;color:var(--primary);\">Still on the fence? I completely understand. Which is why I am taking all the risk away from you.<\/p>\r\n      <p style=\"margin-top:20px;\">When you get The Urge Control Blueprint today, you have a full 30 days to go through everything, try the method, and see the results for yourself. That is 30 days of access to every page, every step, and every tool inside it, with zero financial risk on your side.<\/p>\r\n      <p style=\"margin-top:20px;\">If at any point within those 30 days you decide this is not for you, for any reason, or for no reason at all, simply send one email and you will receive a full refund. No questions. No forms to fill. No waiting. No awkward conversations. Just your money back, promptly and without fuss.<\/p>\r\n      <p style=\"margin-top:20px;\">I am able to make this promise because I have seen what happens when the right person gets this information. It works. And I would rather you try it with complete confidence than hesitate and stay stuck.<\/p>\r\n      <p style=\"margin-top:20px;font-weight:800;font-size:1.12rem;color:var(--primary);\">The only way you lose is if you do nothing.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"btn-wrap\">\r\n      <a href=\"#checkout\" class=\"btn-cta\">Yes, I Want The Urge Control Blueprint - $9.97<\/a>\r\n    <\/div>\r\n    <p class=\"btn-sub\">Secure payment. Instant digital delivery. 30 day guarantee included.<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 12: TWO PATHS COMPARISON ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"container\">\r\n    <h2 class=\"center\" style=\"margin-bottom:36px;\">Two Paths From Here<\/h2>\r\n\r\n    <!-- GRAPHIC 8: TWO PATHS -->\r\n    <div class=\"two-path\" style=\"max-width:800px;margin:0 auto;\">\r\n      <div class=\"path-without\">\r\n        <h3>Without The Urge Control Blueprint<\/h3>\r\n        <ul>\r\n          <li>Still relapsing in silence, still telling yourself tomorrow will be different<\/li>\r\n          <li>Still carrying a shame nobody around you can see<\/li>\r\n          <li>Still using the willpower approach that has already failed you many times<\/li>\r\n          <li>Still avoiding the confidence and clarity you know you are capable of<\/li>\r\n          <li>A year from now, standing in exactly the same place you are standing tonight<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"path-with\">\r\n        <h3>With The Urge Control Blueprint<\/h3>\r\n        <ul>\r\n          <li>Calm and in control on ordinary days, not only on your best days<\/li>\r\n          <li>A concrete method to follow instead of guesswork and good intentions<\/li>\r\n          <li>A private practice that nobody else ever needs to know about<\/li>\r\n          <li>Confidence that does not collapse the moment your willpower runs low<\/li>\r\n          <li>Real momentum, built on a week that actually changed something<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 13: FAQ ================= -->\r\n<section>\r\n  <div class=\"narrow\">\r\n    <h2 class=\"center\">Your Questions, Answered<\/h2>\r\n    <div style=\"margin-top:32px;\">\r\n      <details>\r\n        <summary>How is the product delivered?<\/summary>\r\n        <p>As an instant PDF download sent straight to your email the moment your payment is confirmed. Nothing is posted to you and nothing arrives at your door.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>What device do I need to use it?<\/summary>\r\n        <p>Any phone, tablet or computer that can open a PDF. There is no app to install and no special software required.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>Do I need any prior experience?<\/summary>\r\n        <p>None at all. The method is written to be followed from zero, one phase at a time, and assumes you have never done breathwork or any similar practice before.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>What is the refund policy?<\/summary>\r\n        <p>A full 30 day, no questions asked refund. One email is all it takes, and there are no forms and no explanations required.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>How quickly will I see results?<\/summary>\r\n        <p>Most men feel a noticeable shift within the first 24 to 48 hours using Phase 1 on its own. The complete reset is designed to run across 7 days, with a continuation plan for the 30 days after that.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>What makes this different from everything else I have tried?<\/summary>\r\n        <p>Almost everything else targets your willpower or leans on guilt. This targets the nervous system pattern sitting underneath the urge, which is the actual reason the cycle keeps repeating no matter how sincerely you promise yourself it will not.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>Will this work for a complete beginner?<\/summary>\r\n        <p>Yes. It was built specifically to be run alone, with no coach, no accountability partner and no prior knowledge needed.<\/p>\r\n      <\/details>\r\n      <details>\r\n        <summary>Will anyone know I bought this?<\/summary>\r\n        <p>No. Delivery is private and discreet, and the method itself is designed to be practised without telling a single other person.<\/p>\r\n      <\/details>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 14: FINAL CTA AND URGENCY CLOSE ================= -->\r\n<section class=\"section-alt\">\r\n  <div class=\"container center\">\r\n\r\n    <!-- GRAPHIC 10: URGENCY AND OUTCOME -->\r\n    <div class=\"two-path\" style=\"max-width:800px;margin:0 auto 44px;\">\r\n      <div class=\"path-without\" style=\"padding:32px 28px;\">\r\n        <svg width=\"38\" height=\"38\" viewBox=\"0 0 36 36\" style=\"margin-bottom:12px;\" aria-hidden=\"true\">\r\n          <circle cx=\"18\" cy=\"18\" r=\"15\" fill=\"none\" stroke=\"#E94560\" stroke-width=\"2.5\"\/>\r\n          <line x1=\"18\" y1=\"9\" x2=\"18\" y2=\"18\" stroke=\"#E94560\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\r\n          <line x1=\"18\" y1=\"18\" x2=\"24\" y2=\"22\" stroke=\"#E94560\" stroke-width=\"2.5\" stroke-linecap=\"round\"\/>\r\n        <\/svg>\r\n        <h3 style=\"font-size:1.05rem;\">If You Close This Page Without Acting<\/h3>\r\n        <ul style=\"margin-top:12px;\">\r\n          <li>Tonight looks exactly like every night before it<\/li>\r\n          <li>The same cycle runs again tomorrow, with the same tools that have not worked<\/li>\r\n          <li>Nothing changes until the day you decide something will<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n      <div class=\"path-with\" style=\"padding:32px 28px;\">\r\n        <svg width=\"38\" height=\"38\" viewBox=\"0 0 36 36\" style=\"margin-bottom:12px;\" aria-hidden=\"true\">\r\n          <circle cx=\"18\" cy=\"18\" r=\"15\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2.5\"\/>\r\n          <path d=\"M11,18 L16,23 L26,12\" fill=\"none\" stroke=\"#F5A623\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n        <\/svg>\r\n        <h3 style=\"font-size:1.05rem;\">If You Get The Blueprint Today<\/h3>\r\n        <ul style=\"margin-top:12px;\">\r\n          <li>You have a real plan for the next urge before it arrives<\/li>\r\n          <li>You start the 7 day reset tonight, privately, with nobody knowing<\/li>\r\n          <li>A year from now looks different, because today was different<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <h2>You Do Not Need Another Year Of This<\/h2>\r\n    <p style=\"max-width:620px;margin:16px auto;\">Every day this cycle repeats is another day spent fighting the same battle with tools that have already proven they cannot win it. Waiting has a cost, and you have already been paying it for a long time.<\/p>\r\n    <p style=\"max-width:620px;margin:0 auto 28px;\">Starting costs one decision and ten minutes. The guide arrives in your email immediately, and Phase 1 is ready to run the same night.<\/p>\r\n\r\n    <a href=\"#checkout\" class=\"btn-cta\">Yes, I Am Ready - Get The Urge Control Blueprint for $9.97<\/a>\r\n    <p class=\"btn-sub\" style=\"margin-top:14px;\">Secure checkout. Instant access. $9.97 during launch, $24.97 after.<\/p>\r\n    <p style=\"font-weight:700;color:var(--primary);margin-top:6px;\">30 Day No Questions Asked Guarantee<\/p>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ================= SECTION 15: FOOTER ================= -->\r\n<footer>\r\n  <div class=\"container\">\r\n    <p>&copy; 2026 Steadfast Method. All rights reserved.<\/p>\r\n    <p>Results may vary from person to person. This guide is provided for educational and self improvement purposes and is not a substitute for professional medical or mental health care. If your situation feels severe or distressing, please speak with a qualified professional alongside this material.<\/p>\r\n    <p>Your personal information is never sold or shared. All payments are processed securely.<\/p>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\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>The Urge Control Blueprint For Men Stuck In The Same Cycle You Keep Promising Yourself You Will Stop. You Keep Breaking That Promise. The Urge Control Blueprint is a 7 day nervous system reset that helps you take back control of your urges, without relying on willpower alone. Built around the same question millions of [&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:\/\/voxart.online\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/voxart.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/voxart.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/voxart.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/voxart.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":4,"href":"https:\/\/voxart.online\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":14,"href":"https:\/\/voxart.online\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/14"}],"wp:attachment":[{"href":"https:\/\/voxart.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}