{"title":"Dating Strategy Consultations - Get Personalised Guidance to Find Your Husband","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500\u0026amp;family=Jost:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --dark-brown: #1a1008;\n      --mid-brown: #2a1a0a;\n      --cream: #f5f0ea;\n      --warm-white: #faf8f5;\n      --gold: #c9a84c;\n      --rose-gold: #c4856a;\n      --text-dark: #1c1c1c;\n      --text-body: #4a4a4a;\n      --text-muted: #7a7068;\n      --border: #e8ded3;\n    }\n\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Jost', sans-serif;\n      background: var(--warm-white);\n      color: var(--text-dark);\n      line-height: 1.7;\n    }\n\n    .page-wrapper {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 60px 24px 80px;\n    }\n\n    \/* ── Meta description (hidden SEO block) ── *\/\n    .seo-description {\n      display: none;\n    }\n\n    \/* ── Label ── *\/\n    .eyebrow {\n      font-family: 'Jost', sans-serif;\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 16px;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n    .eyebrow::before {\n      content: '';\n      display: block;\n      width: 32px;\n      height: 1px;\n      background: var(--gold);\n    }\n\n    \/* ── Opening hook ── *\/\n    .hook {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(28px, 4vw, 40px);\n      font-weight: 400;\n      line-height: 1.25;\n      color: var(--dark-brown);\n      margin-bottom: 12px;\n    }\n    .hook em {\n      color: var(--rose-gold);\n      font-style: italic;\n    }\n\n    .sub-hook {\n      font-family: 'Jost', sans-serif;\n      font-size: 16px;\n      font-weight: 300;\n      color: var(--text-body);\n      margin-bottom: 32px;\n      max-width: 680px;\n    }\n\n    \/* ── Dark intro panel ── *\/\n    .intro-panel {\n      background: var(--dark-brown);\n      color: var(--cream);\n      border-radius: 12px;\n      padding: 40px 44px;\n      margin-bottom: 48px;\n    }\n    .intro-panel p {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-weight: 300;\n      font-style: italic;\n      line-height: 1.65;\n      color: #d4cfc7;\n    }\n    .intro-panel strong {\n      color: var(--cream);\n      font-style: normal;\n      font-weight: 500;\n    }\n    .intro-panel em {\n      color: var(--gold);\n    }\n\n    \/* ── Section divider ── *\/\n    .section-divider {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n      margin: 44px 0 32px;\n    }\n    .section-divider::before,\n    .section-divider::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: var(--border);\n    }\n    .section-divider-label {\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--text-muted);\n      white-space: nowrap;\n    }\n\n    \/* ── Section title ── *\/\n    .section-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 26px;\n      font-weight: 500;\n      color: var(--dark-brown);\n      margin-bottom: 24px;\n    }\n\n    \/* ── Benefits grid ── *\/\n    .benefits-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 16px;\n      margin-bottom: 8px;\n    }\n    @media (max-width: 600px) {\n      .benefits-grid { grid-template-columns: 1fr; }\n      .intro-panel { padding: 28px 24px; }\n    }\n\n    .benefit-card {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 24px 24px 22px;\n      position: relative;\n      overflow: hidden;\n    }\n    .benefit-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 3px;\n      height: 100%;\n      background: linear-gradient(180deg, var(--rose-gold), var(--gold));\n    }\n    .benefit-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 17px;\n      font-weight: 600;\n      color: var(--dark-brown);\n      margin-bottom: 6px;\n    }\n    .benefit-body {\n      font-size: 14px;\n      font-weight: 300;\n      color: var(--text-body);\n      line-height: 1.6;\n    }\n\n    \/* ── \"This is for you\" section ── *\/\n    .for-you-panel {\n      background: var(--cream);\n      border-radius: 12px;\n      padding: 36px 40px;\n      margin-bottom: 8px;\n    }\n    @media (max-width: 600px) {\n      .for-you-panel { padding: 28px 24px; }\n    }\n    .for-you-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n    .for-you-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      font-size: 15px;\n      font-weight: 400;\n      color: var(--text-dark);\n      line-height: 1.55;\n    }\n    .for-you-list li::before {\n      content: '✦';\n      color: var(--rose-gold);\n      font-size: 10px;\n      margin-top: 4px;\n      flex-shrink: 0;\n    }\n\n    \/* ── Why Honey Rene ── *\/\n    .why-panel {\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 36px 40px;\n      margin-bottom: 8px;\n      position: relative;\n    }\n    @media (max-width: 600px) {\n      .why-panel { padding: 28px 24px; }\n    }\n    .why-panel .quote-mark {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 80px;\n      line-height: 0.6;\n      color: var(--gold);\n      opacity: 0.3;\n      position: absolute;\n      top: 28px;\n      right: 32px;\n    }\n    .why-body {\n      font-size: 15px;\n      font-weight: 300;\n      color: var(--text-body);\n      line-height: 1.75;\n      margin-bottom: 16px;\n    }\n    .why-result {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 18px;\n      font-style: italic;\n      color: var(--dark-brown);\n      line-height: 1.5;\n    }\n\n    \/* ── CTA block ── *\/\n    .cta-block {\n      background: var(--dark-brown);\n      border-radius: 12px;\n      padding: 44px 44px 40px;\n      text-align: center;\n      margin-top: 48px;\n    }\n    @media (max-width: 600px) {\n      .cta-block { padding: 32px 24px; }\n    }\n    .cta-headline {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(24px, 3.5vw, 34px);\n      font-weight: 400;\n      color: var(--cream);\n      margin-bottom: 10px;\n    }\n    .cta-headline em {\n      color: var(--gold);\n      font-style: italic;\n    }\n    .cta-sub {\n      font-size: 14px;\n      font-weight: 300;\n      color: #b8b3ab;\n      margin-bottom: 28px;\n    }\n    .cta-button {\n      display: inline-block;\n      background: var(--gold);\n      color: var(--dark-brown);\n      font-family: 'Jost', sans-serif;\n      font-size: 13px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      text-decoration: none;\n      padding: 16px 48px;\n      border-radius: 4px;\n      transition: background 0.2s;\n      cursor: pointer;\n      border: none;\n    }\n    .cta-button:hover {\n      background: #d4b85c;\n    }\n    .cta-urgency {\n      margin-top: 14px;\n      font-size: 12px;\n      color: #7a7068;\n      letter-spacing: 0.05em;\n    }\n\n    \/* ── SEO keywords ── *\/\n    .seo-tags {\n      display: none;\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"page-wrapper\"\u003e\n\u003cp class=\"eyebrow\"\u003ePrivate 1-on-1 Coaching\u003c\/p\u003e\n\u003ch1 class=\"hook\"\u003eStop waiting for love.\u003cbr\u003eStart \u003cem\u003ebuilding the strategy\u003c\/em\u003e that leads you to it.\u003c\/h1\u003e\n\u003cp class=\"sub-hook\"\u003eYou've read the advice. You've tried the apps. You've done everything you were told to do — and you're still waiting. What if the missing piece isn't trying harder, but having someone in your corner who can see exactly what's holding you back?\u003c\/p\u003e\n\u003cdiv class=\"intro-panel\"\u003e\n\u003cp\u003e\u003cstrong\u003eHoney Rene's Dating Strategy for Marriage Counselling Sessions\u003c\/strong\u003e are private, one-on-one sessions designed for women who are serious about marriage and ready to stop leaving love to chance. This isn't generic relationship advice — this is a personalised strategy built around \u003cem\u003eyour story, your patterns, and your path forward.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT HAPPENS --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cspan class=\"section-divider-label\"\u003eWhat happens in your session\u003c\/span\u003e\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eDeep, honest, and actionable clarity on what matters most.\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eWhere you are right now\u003c\/div\u003e\n\u003cdiv class=\"benefit-body\"\u003eUnderstanding the patterns, beliefs, and behaviours that may be quietly blocking your path to marriage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eWho you're attracting and why\u003c\/div\u003e\n\u003cdiv class=\"benefit-body\"\u003eIdentifying the root causes behind repeated wrong connections — and how to shift them for good.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eYour personalised dating strategy\u003c\/div\u003e\n\u003cdiv class=\"benefit-body\"\u003eA clear, step-by-step plan tailored to your season of life, your values, and your goals.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eStandards, boundaries \u0026amp; green flags\u003c\/div\u003e\n\u003cdiv class=\"benefit-body\"\u003eHow to date with discernment so you never again invest years in a man who was never marriage-minded.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eConfidence \u0026amp; mindset alignment\u003c\/div\u003e\n\u003cdiv class=\"benefit-body\"\u003eReleasing fear, past heartbreak, and self-doubt so you show up as your most magnetic, grounded self.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-title\"\u003eSpiritual alignment\u003c\/div\u003e\n\u003cdiv class=\"benefit-body\"\u003eFor women of faith — learning to trust God's timing while actively walking in purpose.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- THIS SESSION IS FOR YOU --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cspan class=\"section-divider-label\"\u003eThis session is for you if\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"for-you-panel\"\u003e\n\u003cul class=\"for-you-list\"\u003e\n\u003cli\u003eYou're a woman who wants marriage — not just a relationship\u003c\/li\u003e\n\u003cli\u003eYou keep attracting emotionally unavailable or commitment-phobic men\u003c\/li\u003e\n\u003cli\u003eYou feel stuck, confused, or discouraged about your love life\u003c\/li\u003e\n\u003cli\u003eYou're re-entering the dating world after divorce, loss, or a long break\u003c\/li\u003e\n\u003cli\u003eYou're ready to stop guessing and start moving with intention\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- WHY HONEY RENE --\u003e\n\u003cdiv class=\"section-divider\"\u003e\u003cspan class=\"section-divider-label\"\u003eWhy work with Honey Rene\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"why-panel\"\u003e\n\u003cspan class=\"quote-mark\"\u003e\"\u003c\/span\u003e\n\u003cp class=\"why-body\"\u003eHoney Rene isn't just a coach — she's a trusted guide who combines real-world dating wisdom, faith-based principles, and proven strategy to help women like you attract the love they were created for. Her approach is warm, direct, and deeply rooted in helping you see yourself clearly so the right man can too.\u003c\/p\u003e\n\u003cp class=\"why-result\"\u003eWomen who've sat in these sessions have walked away with a renewed sense of hope, a clear action plan, and the confidence to date differently — and win.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n\u003ch2 class=\"cta-headline\"\u003eYour breakthrough is\u003cbr\u003e\u003cem\u003eone session away.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"cta-sub\"\u003eStop waiting for love to find you. Start building the strategy that leads you to it.\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003eBook Your Session with Honey Rene\u003c\/a\u003e\n\u003cp class=\"cta-urgency\"\u003eLimited spots available — sessions fill quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hidden SEO tags --\u003e\n\u003cdiv class=\"seo-tags\"\u003edating strategy for marriage, dating counselling for women, marriage coaching sessions, how to find a husband coaching, purposeful dating coach, Christian dating coach, one on one dating advice, dating with intention coaching, relationship strategy session, marriage-minded dating coach, dating coach for women UK, how to attract a husband\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"booking-sessions","title":"Deep Dive Session [Relationship Coaching and Counselling Service]","description":"\u003cp\u003eA 30-minute intensive with Honey Rene covering dating patterns, self-worth, and practical strategies for lasting love.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e*minimum of 3 sessions advised\u003c\/p\u003e","brand":"Honey Rene Shop","offers":[{"title":"Default Title","offer_id":49387392270676,"sku":"","price":60.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/2150\/0244\/files\/Screenshot2026-05-06at14.11.18.png?v=1778073113"},{"product_id":"discovery-call","title":"Discovery Call [Introductory Relationship Coaching and Counselling Service]","description":"\u003cp\u003eFree 10-minute introductory call to explore where you are and where you want to be in love.\u003c\/p\u003e","brand":"Honey Rene ","offers":[{"title":"Default Title","offer_id":55722457399636,"sku":null,"price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/2150\/0244\/files\/Screenshot_2026-05-06_at_14.45.53.png?v=1778075172"},{"product_id":"single-mum-wife","title":"Single Mum → Wife [Relationship Coaching and Counselling Service]","description":"\u003cp\u003eA 60 minute revamp session for single mothers ready for a new chapter—\u003cbr\u003erelease the past, reconnect with yourself, and build a love that fits the life you’ve created.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e*minimum of 3 sessions advised\u003c\/p\u003e","brand":"Honey Rene ","offers":[{"title":"Default Title","offer_id":55722970382676,"sku":null,"price":130.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/2150\/0244\/files\/Screenshot2026-05-06at13.59.51.png?v=1778072419"},{"product_id":"mastering-your-next-i-do","title":"Mastering Your Next 'I  Do' [Relationship Coaching and Counselling Service]","description":"\u003cp\u003eA 90-minute action packed session for  divorced women who are ready for something better.\u003cbr\u003eRelease the past, reclaim your light, and create a relationship that feels right and lasts.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e*minimum of 3 sessions advised\u003c\/p\u003e","brand":"Honey Rene ","offers":[{"title":"Default Title","offer_id":55723080614228,"sku":null,"price":200.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0880\/2150\/0244\/files\/Screenshot2026-05-06at13.10.23.png?v=1778069453"}],"url":"https:\/\/www.honeyrene.com\/collections\/dating-strategy-consultations-get-personalised-guidance-to-find-your-husband.oembed","provider":"Honey Rene ","version":"1.0","type":"link"}