{"id":13,"date":"2026-08-12T11:14:42","date_gmt":"2026-08-12T11:14:42","guid":{"rendered":"https:\/\/zoed.online\/?page_id=13"},"modified":"2026-08-12T11:28:36","modified_gmt":"2026-08-12T11:28:36","slug":"thank-you-page","status":"publish","type":"page","link":"https:\/\/zoed.online\/?page_id=13","title":{"rendered":"Thank you page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13\" class=\"elementor elementor-13\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e763c2c e-flex e-con-boxed e-con e-parent\" data-id=\"e763c2c\" 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-cf1a043 elementor-widget elementor-widget-html\" data-id=\"cf1a043\" 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>Welcome, Sister \u2014 Your Guide Is Ready<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Karla:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#1F2A44;\n    --ink-soft:#33436b;\n    --paper:#FAF6F0;\n    --paper-deep:#F1EAE0;\n    --gold:#C89B3C;\n    --rose:#C98A8A;\n    --text:#2B2320;\n    --text-soft:#5b5148;\n    --line: rgba(43,35,32,0.14);\n    --radius: 2px;\n    --max: 640px;\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }\n  }\n\n  *{ box-sizing: border-box; }\n  html{ scroll-behavior: smooth; }\n\n  body{\n    margin:0;\n    background: var(--paper);\n    color: var(--text);\n    font-family: 'Karla', sans-serif;\n    font-size: 17px;\n    line-height: 1.65;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  a{ color: inherit; }\n\n  .wrap{\n    max-width: var(--max);\n    margin: 0 auto;\n    padding: 0 28px;\n  }\n\n  body::before{\n    content:\"\";\n    position: fixed;\n    inset:0;\n    pointer-events:none;\n    z-index:0;\n    background-image:\n      repeating-linear-gradient(115deg, rgba(31,42,68,0.025) 0px, rgba(31,42,68,0.025) 1px, transparent 1px, transparent 14px),\n      repeating-linear-gradient(25deg, rgba(31,42,68,0.02) 0px, rgba(31,42,68,0.02) 1px, transparent 1px, transparent 14px);\n  }\n\n  .eyebrow{\n    font-family: 'IBM Plex Mono', monospace;\n    font-size: 12px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--ink-soft);\n    display:flex;\n    align-items:center;\n    gap:10px;\n  }\n  .eyebrow::before{\n    content:\"\";\n    width: 20px;\n    height:1px;\n    background: var(--gold);\n    display:inline-block;\n  }\n\n  \/* ============ HERO ============ *\/\n  .hero{\n    position:relative;\n    z-index:1;\n    padding: 60px 0 30px;\n  }\n\n  .seal-check{\n    width:52px; height:52px;\n    margin: 0 auto 22px;\n    border-radius:50%;\n    background: radial-gradient(circle at 35% 30%, #dcae4c, var(--gold) 60%, #a97e2b 100%);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    box-shadow: 0 8px 18px -6px rgba(200,155,60,0.5);\n    opacity:0;\n    transform: scale(0.8);\n    animation: pop 700ms cubic-bezier(.2,.8,.3,1) 150ms forwards;\n  }\n  @keyframes pop{ to{ opacity:1; transform:scale(1); } }\n  .seal-check svg{ width:24px; height:24px; }\n\n  .kicker{\n    text-align:center;\n    font-family:'IBM Plex Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform:uppercase;\n    color: var(--text-soft);\n    margin-bottom: 14px;\n  }\n\n  h1.title{\n    font-family:'Fraunces', serif;\n    font-weight: 500;\n    font-style: italic;\n    font-size: clamp(32px, 6vw, 46px);\n    line-height:1.1;\n    text-align:center;\n    margin: 0 0 18px;\n    letter-spacing: -0.01em;\n  }\n\n  .intro{\n    max-width: 480px;\n    margin: 0 auto;\n    text-align:center;\n    color: var(--text-soft);\n    font-size: 16px;\n  }\n\n  \/* ============ SECTIONS ============ *\/\n  section{ position:relative; z-index:1; padding: 44px 0; }\n  section + section{ border-top: 1px solid var(--line); }\n\n  h2.section-title{\n    font-family:'Fraunces', serif;\n    font-weight: 500;\n    font-size: clamp(22px, 4vw, 27px);\n    margin: 10px 0 18px;\n    line-height:1.2;\n  }\n\n  p{ margin: 0 0 16px; color: var(--text); }\n  .muted{ color: var(--text-soft); }\n\n  \/* Letter block *\/\n  .letter{\n    background: var(--paper-deep);\n    border-left: 3px solid var(--gold);\n    padding: 26px 26px;\n    border-radius: var(--radius);\n    font-family:'Fraunces', serif;\n    font-size: 18px;\n    line-height: 1.7;\n  }\n  .letter p:last-child{ margin-bottom:0; }\n\n  \/* Downloads *\/\n  .downloads{\n    list-style:none;\n    margin: 20px 0 0;\n    padding:0;\n    display:flex;\n    flex-direction:column;\n    gap: 12px;\n  }\n  .dl-btn{\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap: 14px;\n    background: var(--ink);\n    color: var(--paper);\n    text-decoration:none;\n    padding: 16px 20px;\n    border-radius: var(--radius);\n    font-family:'Karla', sans-serif;\n    font-weight:600;\n    font-size: 15px;\n    transition: transform 150ms ease, box-shadow 150ms ease;\n  }\n  .dl-btn:hover{ transform: translateY(-2px); box-shadow: 0 12px 22px -12px rgba(31,42,68,0.5); }\n  .dl-btn:focus-visible{ outline: 3px solid var(--rose); outline-offset:3px; }\n  .dl-icon{ font-family:'IBM Plex Mono', monospace; font-size: 13px; opacity:0.7; flex-shrink:0; }\n  .dl-note{\n    margin-top: 16px;\n    font-size: 13.5px;\n    color: var(--text-soft);\n    font-style: italic;\n  }\n\n  \/* First step *\/\n  .step-card{\n    background: var(--ink);\n    color: var(--paper);\n    border-radius: var(--radius);\n    padding: 30px 26px;\n  }\n  .step-card .eyebrow{ color: rgba(250,246,240,0.6); }\n  .step-card .eyebrow::before{ background: var(--gold); }\n  .step-card h2{ color: var(--paper); }\n  .step-card p{ color: rgba(250,246,240,0.86); }\n  .step-num{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    width: 40px; height:40px;\n    border-radius:50%;\n    background: rgba(250,246,240,0.1);\n    border: 1px solid rgba(250,246,240,0.25);\n    font-family:'Fraunces', serif;\n    font-style:italic;\n    font-size:17px;\n    margin-bottom: 16px;\n  }\n  .step-card p.callout{\n    font-family:'Fraunces', serif;\n    font-style: italic;\n    font-size: 18px;\n    color: var(--rose);\n    border-top: 1px solid rgba(250,246,240,0.16);\n    padding-top: 18px;\n    margin-top: 18px;\n  }\n\n  \/* Upsell *\/\n  .upsell-card{\n    background: var(--paper-deep);\n    border-radius: var(--radius);\n    padding: 28px 26px;\n    margin-top: 8px;\n  }\n  .upsell-price{\n    display:flex;\n    align-items:baseline;\n    gap: 10px;\n    margin: 6px 0 18px;\n  }\n  .upsell-price .amt{\n    font-family:'Fraunces', serif;\n    font-style: italic;\n    font-size: 28px;\n    color: var(--ink);\n  }\n  .upsell-price .usd{\n    font-family:'IBM Plex Mono', monospace;\n    font-size: 13px;\n    color: var(--text-soft);\n  }\n  .cta-btn{\n    display:inline-block;\n    background: var(--gold);\n    color: var(--ink);\n    font-family:'Karla', sans-serif;\n    font-weight:700;\n    font-size: 15px;\n    text-decoration:none;\n    padding: 15px 30px;\n    border-radius: 2px;\n    border: none;\n    cursor:pointer;\n    transition: transform 160ms ease, box-shadow 160ms ease;\n  }\n  .cta-btn:hover{ transform: translateY(-2px); box-shadow: 0 12px 22px -10px rgba(200,155,60,0.6); }\n  .cta-btn:focus-visible{ outline: 3px solid var(--rose); outline-offset: 3px; }\n\n  .skip-link{\n    display:block;\n    text-align:center;\n    margin-top: 16px;\n    font-size: 13.5px;\n    color: var(--text-soft);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  \/* Closing *\/\n  .closing{\n    text-align:center;\n    padding: 50px 0 60px;\n  }\n  .closing p.big{\n    font-family:'Fraunces', serif;\n    font-style:italic;\n    font-size: 21px;\n    max-width: 460px;\n    margin: 0 auto 10px;\n    line-height:1.5;\n  }\n  .signature{\n    margin-top: 22px;\n    font-family:'IBM Plex Mono', monospace;\n    font-size: 12px;\n    letter-spacing:0.08em;\n    text-transform:uppercase;\n    color: var(--text-soft);\n  }\n\n  .fade-in{\n    opacity:0;\n    transform: translateY(10px);\n    transition: opacity 700ms ease, transform 700ms ease;\n  }\n  .fade-in.in{ opacity:1; transform:translateY(0); }\n\n  @media (max-width: 480px){\n    .wrap{ padding: 0 18px; }\n    .dl-btn{ font-size:14px; padding:14px 16px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"hero\">\n  <div class=\"wrap\">\n    <div class=\"seal-check\">\n      <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <path d=\"M4 12.5L9.5 18L20 6\" stroke=\"#1F2A44\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n      <\/svg>\n    <\/div>\n    <p class=\"kicker\">Order confirmed \u00b7 Delivered privately<\/p>\n    <h1 class=\"title\">Welcome, Sister<\/h1>\n    <p class=\"intro\">You just took the first step back to what our grandmothers always knew. I am proud of you.<\/p>\n  <\/div>\n<\/div>\n\n<section id=\"letter\">\n  <div class=\"wrap\">\n    <div class=\"letter fade-in\">\n      <p>You just did something brave.<\/p>\n      <p>Not brave like everyone will see it \u2014 brave in the quiet way. The way that matters. You stopped pretending you already knew everything, and you gave yourself permission to actually ask. That's the first step back to something our mothers were never given the chance to pass down.<\/p>\n      <p>I'm proud of you for taking it.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"downloads\">\n  <div class=\"wrap\">\n    <p class=\"eyebrow\">Your downloads<\/p>\n    <h2 class=\"section-title\">Everything is ready<\/h2>\n    <p class=\"muted\">Save each one straight to your phone \u2014 a private folder, not your gallery \u2014 so you can read at your own pace, wherever you are.<\/p>\n    <ul class=\"downloads\">\n      <li><a href=\"#\" class=\"dl-btn\">Mama Never Told Me \u2014 The 5-Day Private Guide <span class=\"dl-icon\">\u2193 PDF<\/span><\/a><\/li>\n      <li><a href=\"#\" class=\"dl-btn\">Conversation Starter Scripts <span class=\"dl-icon\">\u2193 PDF<\/span><\/a><\/li>\n      <li><a href=\"#\" class=\"dl-btn\">The \"Is This Normal?\" Checklist <span class=\"dl-icon\">\u2193 PDF<\/span><\/a><\/li>\n    <\/ul>\n    <p class=\"dl-note\">A backup copy of everything has also been sent to the email you used at checkout \u2014 check there if a download doesn't open.<\/p>\n  <\/div>\n<\/section>\n\n<section id=\"first-step\">\n  <div class=\"wrap\">\n    <div class=\"step-card fade-in\">\n      <p class=\"eyebrow\">Your first step<\/p>\n      <div class=\"step-num\">1<\/div>\n      <h2 class=\"section-title\">Start small tonight<\/h2>\n      <p>Don't read everything tonight. Open the guide to <strong>Day 1<\/strong> only \u2014 it will take you about 10 minutes. By the end of it, you'll have your first conversation script, one line, ready to use, no overthinking required.<\/p>\n      <p>Tonight, or whenever you're next alone with your husband, try it. That's it. That's the whole assignment for today.<\/p>\n      <p class=\"callout\">The rest of the guide will still be there tomorrow.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"upsell\">\n  <div class=\"wrap\">\n    <p class=\"eyebrow\">If you want to go deeper<\/p>\n    <h2 class=\"section-title\">Sister, there's more when you're ready<\/h2>\n    <p class=\"muted\">The guide you just downloaded will change things for you. Day 1 alone will shift something. But if the two of you want to keep building on this together, there's more.<\/p>\n    <div class=\"upsell-card\">\n      <h3 style=\"font-family:'Fraunces', serif; font-weight:500; font-size:20px; margin:0 0 8px;\">Lasting Intimacy<\/h3>\n      <p style=\"margin:0 0 12px;\" class=\"muted\">A follow-up series made for exactly this \u2014 going further than the first guide could, focused on building real, lasting connection between you and your husband over time.<\/p>\n      <div class=\"upsell-price\">\n        <span class=\"amt\">\u20a624,999<\/span>\n        <span class=\"usd\">\u2248 $18 USD<\/span>\n      <\/div>\n      <a href=\"#\" class=\"cta-btn\">Yes, I want to go deeper<\/a>\n      <a href=\"#\" class=\"skip-link\">No thanks, the guide I have is enough for me right now<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"closing\">\n  <div class=\"wrap\">\n    <p class=\"big\">You don't need to have this all figured out today. You just need to take the first step \u2014 and you already have, by being here.<\/p>\n    <p class=\"big\" style=\"margin-top:20px;\">Go well, Sister. I'm glad you're not doing this in silence anymore.<\/p>\n    <p class=\"signature\">\u2014 Dr. Jay May<\/p>\n  <\/div>\n<\/section>\n\n<script>\n  const els = document.querySelectorAll('.fade-in');\n  const io = new IntersectionObserver((entries)=>{\n    entries.forEach(e=>{\n      if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); }\n    });\n  }, { threshold: 0.15 });\n  els.forEach(el => io.observe(el));\n<\/script>\n\n<\/body>\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>Welcome, Sister \u2014 Your Guide Is Ready Order confirmed \u00b7 Delivered privately Welcome, Sister You just took the first step back to what our grandmothers always knew. I am proud of you. You just did something brave. Not brave like everyone will see it \u2014 brave in the quiet way. The way that matters. You [&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-13","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zoed.online\/index.php?rest_route=\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zoed.online\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zoed.online\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zoed.online\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zoed.online\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13"}],"version-history":[{"count":4,"href":"https:\/\/zoed.online\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":17,"href":"https:\/\/zoed.online\/index.php?rest_route=\/wp\/v2\/pages\/13\/revisions\/17"}],"wp:attachment":[{"href":"https:\/\/zoed.online\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}