{"product_id":"nights-you-wont-forget","title":"Nights You Won't Forget","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eNights You Won't Forget — Feminine Whisper\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600\u0026amp;family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #0A0A0A;\n    --bg-elevated: #111111;\n    --bg-card: #141414;\n    --gold: #C9A96E;\n    --gold-dim: rgba(201,169,110,0.15);\n    --gold-glow: rgba(201,169,110,0.08);\n    --purple: #9B7CB8;\n    --purple-dim: rgba(155,124,184,0.12);\n    --white: #E8E0D8;\n    --white-bright: #F5F0EB;\n    --gray: #8A8A8A;\n    --gray-light: #A8A8A8;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: var(--bg);\n    color: var(--white);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 17px;\n    line-height: 1.75;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .container {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ===================== HERO ===================== *\/\n  .hero {\n    padding: 56px 0 48px;\n    text-align: center;\n  }\n\n  .hero-eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 24px;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(30px, 6vw, 44px);\n    font-weight: 600;\n    line-height: 1.2;\n    color: var(--white-bright);\n    margin-bottom: 20px;\n  }\n\n  .hero h1 em {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  .hero-sub {\n    font-size: 16px;\n    color: var(--gray-light);\n    line-height: 1.7;\n    max-width: 520px;\n    margin: 0 auto 32px;\n  }\n\n  \/* ===================== PRODUCT IMAGE ===================== *\/\n  .product-image {\n    width: 100%;\n    max-width: 480px;\n    margin: 0 auto 40px;\n    aspect-ratio: 4\/3;\n    background: var(--bg-card);\n    border: 1px solid var(--gold-dim);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--gray);\n    font-size: 14px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* ===================== CTA BUTTON ===================== *\/\n  .cta-wrap {\n    text-align: center;\n    margin: 36px 0;\n  }\n\n  .cta-btn {\n    display: inline-block;\n    background: var(--gold);\n    color: var(--bg);\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    padding: 16px 48px;\n    border: none;\n    border-radius: 6px;\n    text-decoration: none;\n    cursor: pointer;\n    transition: all 0.2s ease;\n  }\n\n  .cta-btn:hover {\n    background: #D4B87A;\n    transform: translateY(-1px);\n  }\n\n  .cta-price {\n    display: block;\n    margin-top: 10px;\n    font-size: 14px;\n    color: var(--gray);\n  }\n\n  .cta-price s {\n    color: var(--gray);\n    margin-right: 6px;\n  }\n\n  .cta-price strong {\n    color: var(--white);\n    font-weight: 600;\n  }\n\n  \/* ===================== DIVIDER ===================== *\/\n  .divider {\n    height: 1px;\n    background: var(--gold-dim);\n    margin: 48px 0;\n  }\n\n  \/* ===================== SECTION HEADERS ===================== *\/\n  .section-eyebrow {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 16px;\n  }\n\n  .section-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(22px, 4.5vw, 30px);\n    font-weight: 600;\n    line-height: 1.3;\n    color: var(--white-bright);\n    margin-bottom: 16px;\n  }\n\n  .section-title em {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  .section-text {\n    font-size: 16px;\n    color: var(--gray-light);\n    line-height: 1.75;\n    margin-bottom: 24px;\n  }\n\n  \/* ===================== PAIN SECTION ===================== *\/\n  .pain-section {\n    padding: 8px 0;\n  }\n\n  .pain-list {\n    list-style: none;\n    margin: 24px 0;\n  }\n\n  .pain-list li {\n    position: relative;\n    padding-left: 28px;\n    margin-bottom: 14px;\n    font-size: 16px;\n    color: var(--white);\n    line-height: 1.65;\n  }\n\n  .pain-list li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 10px;\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--gold);\n    opacity: 0.6;\n  }\n\n  .pain-quote {\n    border-left: 2px solid var(--gold);\n    padding: 16px 0 16px 24px;\n    margin: 28px 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 18px;\n    font-style: italic;\n    color: var(--gold);\n    line-height: 1.6;\n  }\n\n  \/* ===================== REFRAME BOX ===================== *\/\n  .reframe-box {\n    background: var(--gold-glow);\n    border: 1px solid var(--gold-dim);\n    border-radius: 8px;\n    padding: 28px 24px;\n    margin: 32px 0;\n    text-align: center;\n  }\n\n  .reframe-box p {\n    font-family: 'Playfair Display', serif;\n    font-size: 19px;\n    color: var(--white-bright);\n    line-height: 1.5;\n  }\n\n  .reframe-box p em {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  \/* ===================== MODULES ===================== *\/\n  .modules-section {\n    padding: 8px 0;\n  }\n\n  .module-card {\n    background: var(--bg-card);\n    border: 1px solid rgba(255,255,255,0.06);\n    border-radius: 8px;\n    padding: 28px 24px;\n    margin-bottom: 16px;\n    transition: border-color 0.2s ease;\n  }\n\n  .module-card:hover {\n    border-color: var(--gold-dim);\n  }\n\n  .module-number {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 8px;\n  }\n\n  .module-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--white-bright);\n    margin-bottom: 6px;\n  }\n\n  .module-tagline {\n    font-size: 14px;\n    color: var(--gold);\n    font-style: italic;\n    margin-bottom: 12px;\n  }\n\n  .module-desc {\n    font-size: 15px;\n    color: var(--gray-light);\n    line-height: 1.65;\n  }\n\n  \/* ===================== TESTIMONIAL ===================== *\/\n  .testimonial {\n    margin: 32px 0;\n  }\n\n  .testimonial-img {\n    width: 100%;\n    border-radius: 8px;\n    border: 1px solid rgba(255,255,255,0.06);\n  }\n\n  .testimonial-caption {\n    text-align: center;\n    font-size: 13px;\n    color: var(--gray);\n    margin-top: 10px;\n    font-style: italic;\n  }\n\n  \/* PLACEHOLDER — replace src with Shopify CDN URLs *\/\n  .testimonial-placeholder {\n    width: 100%;\n    aspect-ratio: 3\/2;\n    background: var(--bg-card);\n    border: 1px dashed var(--gold-dim);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--gray);\n    font-size: 13px;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ===================== WHAT YOU GET ===================== *\/\n  .summary-section {\n    padding: 8px 0;\n  }\n\n  .summary-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin: 24px 0;\n  }\n\n  .summary-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 16px 20px;\n    background: var(--bg-card);\n    border-radius: 8px;\n    border: 1px solid rgba(255,255,255,0.04);\n  }\n\n  .summary-icon {\n    flex-shrink: 0;\n    width: 36px;\n    height: 36px;\n    background: var(--gold-dim);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n  }\n\n  .summary-item-text {\n    font-size: 15px;\n    color: var(--white);\n    line-height: 1.5;\n  }\n\n  .summary-item-text strong {\n    color: var(--white-bright);\n  }\n\n  \/* ===================== GUARANTEE ===================== *\/\n  .guarantee-box {\n    background: var(--bg-elevated);\n    border: 1px solid var(--gold-dim);\n    border-radius: 8px;\n    padding: 28px 24px;\n    margin: 32px 0;\n    text-align: center;\n  }\n\n  .guarantee-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    color: var(--gold);\n    margin-bottom: 12px;\n  }\n\n  .guarantee-text {\n    font-size: 15px;\n    color: var(--gray-light);\n    line-height: 1.7;\n  }\n\n  \/* ===================== FAQ ===================== *\/\n  .faq-section {\n    padding: 8px 0;\n  }\n\n  .faq-item {\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    padding: 20px 0;\n  }\n\n  .faq-q {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--white-bright);\n    margin-bottom: 8px;\n  }\n\n  .faq-a {\n    font-size: 15px;\n    color: var(--gray-light);\n    line-height: 1.7;\n  }\n\n  \/* ===================== FINAL CTA ===================== *\/\n  .final-cta {\n    text-align: center;\n    padding: 48px 0 64px;\n  }\n\n  .final-cta h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 5vw, 32px);\n    font-weight: 600;\n    color: var(--white-bright);\n    margin-bottom: 12px;\n    line-height: 1.3;\n  }\n\n  .final-cta h2 em {\n    color: var(--gold);\n    font-style: italic;\n  }\n\n  .final-cta p {\n    font-size: 15px;\n    color: var(--gray-light);\n    margin-bottom: 28px;\n  }\n\n  \/* ===================== RESPONSIVE ===================== *\/\n  @media (max-width: 480px) {\n    .container { padding: 0 20px; }\n    .cta-btn { width: 100%; padding: 16px 24px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n\n  \u003c!-- ==================== HERO ==================== --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cp class=\"hero-eyebrow\"\u003eFeminine Whisper\u003c\/p\u003e\n    \u003ch1\u003eNights You \u003cem\u003eWon't Forget\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eThe couple's experience system that replaces the awkward conversation with an unforgettable night. 6 modules. 28+ ready-to-use scenarios. One evening is all it takes.\u003c\/p\u003e\n\n    \u003cdiv class=\"cta-wrap\"\u003e\n      \u003ca href=\"#\" class=\"cta-btn\"\u003eGet Instant Access\u003c\/a\u003e\n      \u003cspan class=\"cta-price\"\u003e\u003cs\u003e$79\u003c\/s\u003e \u003cstrong\u003e$49\u003c\/strong\u003e — Instant Digital Download\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== PAIN SECTION ==================== --\u003e\n  \u003csection class=\"pain-section\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003eSound Familiar?\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eYou love him. The sex just became a \u003cem\u003escript.\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cp class=\"section-text\"\u003eSame time. Same position. Same ten minutes. You're not unhappy — you're just not excited anymore. And the worst part? You can't even bring it up without making it weird.\u003c\/p\u003e\n\n    \u003cul class=\"pain-list\"\u003e\n      \u003cli\u003eYou've thought about things you want to try — but you're afraid he'll look at you differently\u003c\/li\u003e\n      \u003cli\u003eYou've noticed the routine but bringing it up feels like criticizing him\u003c\/li\u003e\n      \u003cli\u003eYou can talk about anything — finances, kids, future — but sex? The room goes silent\u003c\/li\u003e\n      \u003cli\u003eYou're starting to wonder if this is just what it's like after a few years\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"pain-quote\"\u003e\"I'm bored out of my mind but too scared to tell him.\"\u003c\/div\u003e\n\n    \u003cp class=\"section-text\"\u003eThat line came from a real woman on Reddit. 2,100 people agreed with her. You're not alone — and you're not broken. You just don't have the right tool yet.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TESTIMONIAL: tp-routine --\u003e\n  \u003cdiv class=\"testimonial\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_routine.jpg?v=1775483769\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== REFRAME ==================== --\u003e\n  \u003csection\u003e\n    \u003cdiv class=\"reframe-box\"\u003e\n      \u003cp\u003eWhat if you didn't have to \u003cem\u003esay\u003c\/em\u003e what you wanted — but could \u003cem\u003eshow\u003c\/em\u003e him instead?\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"section-text\"\u003eNights You Won't Forget isn't a course. It's not a book. It's an experience system — designed for couples to go through together. Every module is one evening. Every scenario is ready to use tonight.\u003c\/p\u003e\n\n    \u003cp class=\"section-text\"\u003eYou don't have to have \"the talk.\" You just open it, pick a scenario, and start.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TESTIMONIAL: tp-talking --\u003e\n  \u003cdiv class=\"testimonial\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_talking.jpg?v=1775483768\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== WHAT'S INSIDE ==================== --\u003e\n  \u003csection class=\"modules-section\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003eWhat's Inside\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003e6 modules. 6 evenings. \u003cem\u003eEverything changes.\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cdiv class=\"module-card\"\u003e\n      \u003cp class=\"module-number\"\u003eModule 1\u003c\/p\u003e\n      \u003cp class=\"module-name\"\u003eThe Discovery Session\u003c\/p\u003e\n      \u003cp class=\"module-tagline\"\u003eFind out what you both actually want — without the awkward conversation.\u003c\/p\u003e\n      \u003cp class=\"module-desc\"\u003eA Yes \/ No \/ Maybe framework you each fill out separately, then compare together. The moment your lists overlap? That's your starting point. No guessing. No judgment. Just discovery.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"module-card\"\u003e\n      \u003cp class=\"module-number\"\u003eModule 2\u003c\/p\u003e\n      \u003cp class=\"module-name\"\u003eThe Foreplay Architect\u003c\/p\u003e\n      \u003cp class=\"module-tagline\"\u003eIt starts hours before you touch.\u003c\/p\u003e\n      \u003cp class=\"module-desc\"\u003eA 4-phase system that builds anticipation from the first text message to the moment the lights go down. 10 foreplay scenarios included — from slow and sensual to bold and direct.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"module-card\"\u003e\n      \u003cp class=\"module-number\"\u003eModule 3\u003c\/p\u003e\n      \u003cp class=\"module-name\"\u003eThe Scenario Vault\u003c\/p\u003e\n      \u003cp class=\"module-tagline\"\u003e28+ fully scripted evenings across 4 intensity levels.\u003c\/p\u003e\n      \u003cp class=\"module-desc\"\u003ePlayful. Sensual. Bold. Intense. Every scenario includes setting, step-by-step flow, dialogue ideas, and an exit ramp — so you can stop gracefully if it's not working. Pick one. Try tonight.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"module-card\"\u003e\n      \u003cp class=\"module-number\"\u003eModule 4\u003c\/p\u003e\n      \u003cp class=\"module-name\"\u003eWords That Work\u003c\/p\u003e\n      \u003cp class=\"module-tagline\"\u003eFrom silence to spoken — without the cringe.\u003c\/p\u003e\n      \u003cp class=\"module-desc\"\u003eA 5-level system from soft affirmation to full expression. 50+ phrases with exact context — when to say it, how to say it, what tone. Audio examples included. Plus: The Dirty Talk Bridge for couples who've never spoken during intimacy.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"module-card\"\u003e\n      \u003cp class=\"module-number\"\u003eModule 5\u003c\/p\u003e\n      \u003cp class=\"module-name\"\u003ePosition Engineering\u003c\/p\u003e\n      \u003cp class=\"module-tagline\"\u003eNot a list. A system.\u003c\/p\u003e\n      \u003cp class=\"module-desc\"\u003e15 positions in 3 categories: intimacy-maximizer, intensity-maximizer, and control-switcher. Each one mapped to specific scenarios and moods — so you know exactly when to use what.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"module-card\"\u003e\n      \u003cp class=\"module-number\"\u003eModule 6\u003c\/p\u003e\n      \u003cp class=\"module-name\"\u003eThe Pleasure Loop\u003c\/p\u003e\n      \u003cp class=\"module-tagline\"\u003eWhen both of you finish — together.\u003c\/p\u003e\n      \u003cp class=\"module-desc\"\u003eThe synchronization system that turns one-sided experiences into shared ones. Timing, rhythm, and feedback techniques that create a loop of mutual pleasure.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TESTIMONIAL: tp-fun --\u003e\n  \u003cdiv class=\"testimonial\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_fun.jpg?v=1775483768\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== SOCIAL PROOF BLOCK ==================== --\u003e\n  \u003csection\u003e\n    \u003cp class=\"section-eyebrow\"\u003eFrom Real Couples\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eThey tried it. \u003cem\u003eHere's what happened.\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cdiv class=\"testimonial\" style=\"margin-bottom:16px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_shifted.jpg?v=1775483768\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testimonial\" style=\"margin-bottom:16px;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_initative.jpg?v=1775483768\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"testimonial\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_present.jpg?v=1775483768\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"cta-wrap\"\u003e\n    \u003ca href=\"#\" class=\"cta-btn\"\u003eGet Instant Access — $49\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== WHAT YOU GET ==================== --\u003e\n  \u003csection class=\"summary-section\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003eEverything Included\u003c\/p\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat you get \u003cem\u003einstantly\u003c\/em\u003e\n\u003c\/h2\u003e\n\n    \u003cdiv class=\"summary-grid\"\u003e\n      \u003cdiv class=\"summary-item\"\u003e\n        \u003cdiv class=\"summary-icon\"\u003e📖\u003c\/div\u003e\n        \u003cdiv class=\"summary-item-text\"\u003e\n\u003cstrong\u003eThe Complete Guide\u003c\/strong\u003e — 6 modules covering discovery, foreplay, scenarios, communication, positions, and synchronization\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"summary-item\"\u003e\n        \u003cdiv class=\"summary-icon\"\u003e🎬\u003c\/div\u003e\n        \u003cdiv class=\"summary-item-text\"\u003e\n\u003cstrong\u003eVideo Demonstrations\u003c\/strong\u003e — Visual walkthroughs for techniques that are easier shown than explained\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"summary-item\"\u003e\n        \u003cdiv class=\"summary-icon\"\u003e🎧\u003c\/div\u003e\n        \u003cdiv class=\"summary-item-text\"\u003e\n\u003cstrong\u003eAudio Examples\u003c\/strong\u003e — Tone and timing guides for the Words That Work module\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"summary-item\"\u003e\n        \u003cdiv class=\"summary-icon\"\u003e🃏\u003c\/div\u003e\n        \u003cdiv class=\"summary-item-text\"\u003e\n\u003cstrong\u003ePrintable Scenario Cards\u003c\/strong\u003e — Pull one card, start one night. 28+ scenarios you can hold in your hands\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"summary-item\"\u003e\n        \u003cdiv class=\"summary-icon\"\u003e📋\u003c\/div\u003e\n        \u003cdiv class=\"summary-item-text\"\u003e\n\u003cstrong\u003eThe Discovery Framework\u003c\/strong\u003e — The Yes\/No\/Maybe printable lists for both of you\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== GUARANTEE ==================== --\u003e\n  \u003cdiv class=\"guarantee-box\"\u003e\n    \u003cp class=\"guarantee-title\"\u003eTry It Risk-Free\u003c\/p\u003e\n    \u003cp class=\"guarantee-text\"\u003eIf Nights You Won't Forget doesn't shift something between you and your partner within 30 days, email us and we'll refund every cent. No questions. No awkwardness. Just like the guide itself.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== FAQ ==================== --\u003e\n  \u003csection class=\"faq-section\"\u003e\n    \u003cp class=\"section-eyebrow\"\u003eQuestions\u003c\/p\u003e\n    \u003ch2 class=\"section-title\" style=\"margin-bottom:24px;\"\u003eBefore you decide\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cp class=\"faq-q\"\u003eIs this a course I have to sit through?\u003c\/p\u003e\n      \u003cp class=\"faq-a\"\u003eNo. It's an experience system. Every module is designed to be used the same evening you open it. There's nothing to \"study\" — you pick a scenario and start.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cp class=\"faq-q\"\u003eWhat if my partner isn't into this kind of thing?\u003c\/p\u003e\n      \u003cp class=\"faq-a\"\u003eThe Discovery Session is designed exactly for this. You each fill it out separately — no pressure, no judgment. Most couples are surprised by how much overlap there already is. One customer told us: \"I sent him one part as a joke and he was like wait… let's actually try this.\"\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cp class=\"faq-q\"\u003eWill this feel awkward?\u003c\/p\u003e\n      \u003cp class=\"faq-a\"\u003eThat's the most common fear — and the reason we built it this way. The guide does the talking for you. You don't have to initiate \"the conversation.\" You just open it together. Most couples tell us they were laughing within the first five minutes.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cp class=\"faq-q\"\u003eWhat if we're not \"adventurous\" people?\u003c\/p\u003e\n      \u003cp class=\"faq-a\"\u003eThe Scenario Vault has 4 intensity levels — starting with Playful. That's movie-night-with-a-twist territory, not anything extreme. You set the pace. The system adapts to you.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cp class=\"faq-q\"\u003eIs this just for women?\u003c\/p\u003e\n      \u003cp class=\"faq-a\"\u003eIt's designed to be experienced together. But yes — you're the one who finds it, and the guide makes it effortless to bring him in. That's by design.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cp class=\"faq-q\"\u003eHow do I access it?\u003c\/p\u003e\n      \u003cp class=\"faq-a\"\u003eInstant digital download. You'll receive everything immediately after purchase — PDF guide, video modules, audio files, and printable cards. Access from any device, keep forever.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ==================== FINAL CTA ==================== --\u003e\n  \u003csection class=\"final-cta\"\u003e\n    \u003ch2\u003eTonight doesn't have to be \u003cem\u003ethe same.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eOne guide. One evening. A completely different night.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"cta-btn\"\u003eGet Nights You Won't Forget — $49\u003c\/a\u003e\n    \u003cspan class=\"cta-price\"\u003eInstant access. 30-day money-back guarantee.\u003c\/span\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TESTIMONIAL: tp-flat (final proof before they leave) --\u003e\n  \u003cdiv class=\"testimonial\" style=\"padding-bottom:48px;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/tp_flat.jpg?v=1775483768\" alt=\"Customer review\" class=\"testimonial-img\"\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Feminine Whisper","offers":[{"title":"Default Title","offer_id":53658190938439,"sku":null,"price":49.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0856\/3349\/9463\/files\/Gemini_Generated_Image_kt91i4kt91i4kt91.png?v=1775487936","url":"https:\/\/femininewhisper.com\/products\/nights-you-wont-forget","provider":"Feminine Whisper","version":"1.0","type":"link"}