{"id":335714,"date":"2026-05-17T15:01:51","date_gmt":"2026-05-17T19:01:51","guid":{"rendered":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/?page_id=335714"},"modified":"2026-05-19T15:32:50","modified_gmt":"2026-05-19T19:32:50","slug":"nimbleaf-opt-in-page","status":"publish","type":"page","link":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/nimbleaf-opt-in-page\/","title":{"rendered":"Nimble Opt-in Page"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section preset--module--divi-section--default\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_widescreen et_flex_column_24_24_ultraWide\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\">!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>The NimbleAF Opt-In Page Kit \u2014 Build a High-Converting Opt-In Page in 20 Minutes<\/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=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Inter:wght@400;500;600&display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --mint:        #F0FBFA;\n      --mint-mid:    #D9F2EE;\n      --mint-dark:   #B8E6DF;\n      --teal:        #0E9488;\n      --teal-dark:   #0A7368;\n      --purple:      #7C3AED;\n      --purple-dark: #6025D4;\n      --ink:         #0A1E1C;\n      --ink-light:   #1C4A44;\n      --ink-mid:     #4A7A72;\n      --charcoal:    #0D3530;\n      --white:       #FFFFFF;\n      --green:       #10B981;\n    }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: var(--mint);\n      color: var(--ink);\n      line-height: 1.7;\n      font-size: 17px;\n    }\n\n    \/* \u2500\u2500 UTILITY \u2500\u2500 *\/\n    .serif { font-family: 'Playfair Display', serif; }\n    .center { text-align: center; }\n    .teal { color: var(--teal); }\n    .container { max-width: 740px; margin: 0 auto; padding: 0 24px; }\n    .container--wide { max-width: 960px; margin: 0 auto; padding: 0 24px; }\n\n    \/* \u2500\u2500 TOP BAR \u2500\u2500 *\/\n    .topbar {\n      background: var(--charcoal);\n      color: var(--mint);\n      text-align: center;\n      padding: 12px 24px;\n      font-size: 14px;\n      font-weight: 500;\n      letter-spacing: 0.02em;\n    }\n    .topbar span { color: #6EDDD5; }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      background: var(--charcoal);\n      color: var(--mint);\n      padding: 80px 24px 90px;\n      text-align: center;\n    }\n    .hero__eyebrow {\n      display: inline-block;\n      background: var(--teal);\n      color: var(--white);\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 6px 16px;\n      border-radius: 40px;\n      margin-bottom: 28px;\n    }\n    .hero__headline {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(32px, 6vw, 58px);\n      font-weight: 900;\n      line-height: 1.1;\n      max-width: 720px;\n      margin: 0 auto 24px;\n    }\n    .hero__headline em {\n      font-style: italic;\n      color: #6EDDD5;\n    }\n    .hero__sub {\n      font-size: clamp(16px, 2.5vw, 19px);\n      color: #A8D8D4;\n      max-width: 580px;\n      margin: 0 auto 40px;\n      line-height: 1.65;\n    }\n    .hero__price-wrap {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      margin-bottom: 32px;\n    }\n    .hero__was {\n      font-size: 18px;\n      color: #5A8A84;\n      text-decoration: line-through;\n    }\n    .hero__now {\n      font-family: 'Playfair Display', serif;\n      font-size: 42px;\n      font-weight: 900;\n      color: #6EDDD5;\n    }\n    .btn {\n      display: inline-block;\n      background: var(--teal);\n      color: var(--white);\n      font-family: 'Inter', sans-serif;\n      font-size: 17px;\n      font-weight: 600;\n      padding: 18px 44px;\n      border-radius: 6px;\n      text-decoration: none;\n      letter-spacing: 0.01em;\n      transition: background 0.2s, transform 0.15s;\n      cursor: pointer;\n      border: none;\n    }\n    .btn:hover { background: var(--teal-dark); transform: translateY(-1px); }\n    .btn--large { font-size: 19px; padding: 22px 56px; }\n    .btn--purple {\n      background: var(--purple);\n    }\n    .btn--purple:hover { background: var(--purple-dark); }\n    .hero__guarantee {\n      margin-top: 16px;\n      font-size: 13px;\n      color: #5A8A84;\n    }\n\n    \/* \u2500\u2500 SECTION SPACING \u2500\u2500 *\/\n    .section { padding: 80px 24px; }\n    .section--mid { background: var(--mint-mid); }\n    .section--dark { background: var(--charcoal); color: var(--mint); }\n    .section--accent { background: var(--teal); color: var(--white); }\n    .section--purple { background: var(--purple); color: var(--white); }\n\n    .section__label {\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--teal);\n      display: block;\n      margin-bottom: 14px;\n    }\n    .section--dark .section__label { color: #6EDDD5; }\n    .section--accent .section__label { color: rgba(255,255,255,0.75); }\n    .section--purple .section__label { color: rgba(255,255,255,0.75); }\n\n    .section__title {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(26px, 4vw, 40px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 20px;\n    }\n    .section__title em { font-style: italic; }\n\n    .section__body {\n      font-size: 17px;\n      color: var(--ink-light);\n      max-width: 640px;\n    }\n    .section--dark .section__body { color: #A8D8D4; }\n    .section--accent .section__body { color: rgba(255,255,255,0.88); }\n    .section--purple .section__body { color: rgba(255,255,255,0.88); }\n\n    \/* \u2500\u2500 RELATE \u2500\u2500 *\/\n    .relate__list {\n      list-style: none;\n      display: grid;\n      gap: 14px;\n      margin-top: 36px;\n    }\n    .relate__item {\n      display: flex;\n      gap: 14px;\n      align-items: flex-start;\n      background: var(--white);\n      border: 1px solid #A8D8D4;\n      border-left: 4px solid var(--teal);\n      border-radius: 10px;\n      padding: 18px 22px;\n      font-size: 16px;\n      color: var(--ink-light);\n      line-height: 1.5;\n      box-shadow: 0 3px 14px rgba(14, 148, 136, 0.10);\n    }\n    .relate__item::before {\n      content: \"\u2713\";\n      flex-shrink: 0;\n      font-size: 14px;\n      font-weight: 700;\n      color: var(--white);\n      background: var(--teal);\n      width: 26px;\n      height: 26px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-top: 1px;\n    }\n\n    \/* \u2500\u2500 PROBLEM \u2500\u2500 *\/\n    .problem__grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 24px;\n      margin-top: 44px;\n    }\n    .problem__card {\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(110, 221, 213, 0.30);\n      border-top: 3px solid rgba(110, 221, 213, 0.55);\n      border-radius: 12px;\n      padding: 28px 24px;\n    }\n    .problem__num {\n      font-family: 'Playfair Display', serif;\n      font-size: 40px;\n      font-weight: 900;\n      color: rgba(110, 221, 213, 0.25);\n      line-height: 1;\n      margin-bottom: 10px;\n    }\n    .problem__card p {\n      font-size: 15px;\n      color: #90C8C4;\n      line-height: 1.6;\n    }\n    .problem__card strong { color: var(--mint); }\n\n    \/* \u2500\u2500 HOW IT WORKS \u2500\u2500 *\/\n    .steps {\n      counter-reset: steps;\n      display: grid;\n      gap: 32px;\n      margin-top: 50px;\n    }\n    .step {\n      display: grid;\n      grid-template-columns: 56px 1fr;\n      gap: 20px;\n      align-items: start;\n      background: var(--white);\n      border: 1px solid #A8D8D4;\n      border-radius: 12px;\n      padding: 22px 24px;\n      box-shadow: 0 2px 12px rgba(14, 148, 136, 0.09);\n    }\n    .step__num {\n      width: 56px;\n      height: 56px;\n      border-radius: 50%;\n      background: var(--teal);\n      color: var(--white);\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-weight: 900;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n    }\n    .step__num--purple { background: var(--purple); }\n    .step__title {\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 6px;\n    }\n    .step__body { font-size: 16px; color: var(--ink-light); }\n\n    \/* \u2500\u2500 FORMULA BANNER \u2500\u2500 *\/\n    .formula-banner {\n      background: var(--teal);\n      color: var(--white);\n      border-radius: 12px;\n      padding: 20px 28px;\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 18px;\n    }\n    .formula-banner__num {\n      font-family: 'Playfair Display', serif;\n      font-size: 36px;\n      font-weight: 900;\n      opacity: 0.35;\n      flex-shrink: 0;\n      line-height: 1;\n    }\n    .formula-banner__label {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      opacity: 0.75;\n      margin-bottom: 2px;\n    }\n    .formula-banner__title {\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      font-weight: 700;\n    }\n\n    \/* \u2500\u2500 WHAT'S INSIDE \u2500\u2500 *\/\n    .offer-stack {\n      display: grid;\n      gap: 20px;\n      margin-top: 50px;\n    }\n    .offer-item {\n      background: var(--white);\n      border: 1px solid #A8D8D4;\n      border-top: 4px solid var(--teal);\n      border-radius: 14px;\n      padding: 28px 28px 28px 24px;\n      display: grid;\n      grid-template-columns: auto 1fr;\n      gap: 20px;\n      align-items: start;\n      box-shadow: 0 4px 24px rgba(14, 148, 136, 0.12);\n    }\n    .offer-item--purple {\n      border-top-color: var(--purple);\n      box-shadow: 0 4px 24px rgba(124, 58, 237, 0.12);\n    }\n    .offer-item__icon {\n      width: 52px;\n      height: 52px;\n      border-radius: 12px;\n      background: var(--mint-mid);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 24px;\n      flex-shrink: 0;\n    }\n    .offer-item__label {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--teal);\n      margin-bottom: 4px;\n    }\n    .offer-item--purple .offer-item__label { color: var(--purple); }\n    .offer-item__title {\n      font-family: 'Playfair Display', serif;\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 8px;\n    }\n    .offer-item__body { font-size: 15px; color: var(--ink-mid); line-height: 1.6; }\n    .offer-item__includes {\n      margin-top: 12px;\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n    .tag {\n      font-size: 12px;\n      font-weight: 500;\n      background: var(--mint-mid);\n      color: var(--ink-mid);\n      border-radius: 40px;\n      padding: 4px 12px;\n    }\n\n    \/* \u2500\u2500 RESULTS \u2500\u2500 *\/\n    .results__grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 16px;\n      margin-top: 44px;\n    }\n    .result-card {\n      background: var(--teal-dark);\n      color: var(--mint);\n      border-radius: 12px;\n      padding: 24px 20px;\n      box-shadow: 0 4px 18px rgba(10, 115, 104, 0.28);\n    }\n    .result-card--purple {\n      background: var(--purple-dark);\n      box-shadow: 0 4px 18px rgba(96, 37, 212, 0.22);\n    }\n    .result-card__icon { font-size: 28px; margin-bottom: 12px; }\n    .result-card__text { font-size: 15px; color: #90C8C4; line-height: 1.5; }\n    .result-card--purple .result-card__text { color: #C4B0E8; }\n    .result-card__text strong { color: var(--mint); display: block; margin-bottom: 4px; }\n\n    \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\n    .about__inner {\n      display: grid;\n      grid-template-columns: 1fr 2fr;\n      gap: 48px;\n      align-items: center;\n    }\n    .about__img {\n      aspect-ratio: 1;\n      border-radius: 16px;\n      background: var(--mint-dark);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 48px;\n      color: var(--ink-mid);\n    }\n    .about__img img { width: 100%; height: 100%; object-fit: cover; }\n    .about__name {\n      font-family: 'Playfair Display', serif;\n      font-size: 26px;\n      font-weight: 700;\n      margin-bottom: 6px;\n    }\n    .about__title { font-size: 14px; color: var(--ink-mid); margin-bottom: 20px; }\n    .about__body { font-size: 16px; color: var(--ink-light); }\n\n    \/* \u2500\u2500 BONUSES \u2500\u2500 *\/\n    .bonus-list {\n      display: grid;\n      gap: 16px;\n      margin-top: 44px;\n    }\n    .bonus {\n      display: flex;\n      gap: 20px;\n      align-items: flex-start;\n      background: rgba(255,255,255,0.07);\n      border: 1px solid rgba(110, 221, 213, 0.25);\n      border-left: 4px solid rgba(110, 221, 213, 0.60);\n      border-radius: 12px;\n      padding: 22px 24px;\n    }\n    .bonus__badge {\n      flex-shrink: 0;\n      background: #6EDDD5;\n      color: var(--charcoal);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      padding: 5px 12px;\n      border-radius: 40px;\n      white-space: nowrap;\n      margin-top: 3px;\n    }\n    .bonus__title {\n      font-family: 'Playfair Display', serif;\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--mint);\n      margin-bottom: 6px;\n    }\n    .bonus__body { font-size: 15px; color: #90C8C4; }\n\n    \/* \u2500\u2500 VALUE STACK \u2500\u2500 *\/\n    .value-stack {\n      background: var(--white);\n      border: 1px solid #A8D8D4;\n      border-radius: 16px;\n      overflow: hidden;\n      max-width: 580px;\n      margin: 40px auto 0;\n      box-shadow: 0 6px 32px rgba(14, 148, 136, 0.15);\n    }\n    .value-stack__row {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 16px 28px;\n      font-size: 16px;\n      border-bottom: 1px solid var(--mint-mid);\n    }\n    .value-stack__row:last-child { border-bottom: none; }\n    .value-stack__label { color: var(--ink-light); }\n    .value-stack__price {\n      font-weight: 600;\n      color: var(--ink-mid);\n      text-decoration: line-through;\n    }\n    .value-stack__total {\n      background: var(--charcoal);\n      color: var(--mint);\n      font-weight: 600;\n      font-size: 17px;\n    }\n    .value-stack__total .value-stack__price {\n      color: #4A7A74;\n    }\n    .value-stack__cta {\n      background: var(--teal);\n      text-align: center;\n      padding: 28px;\n    }\n    .value-stack__cta-price {\n      font-family: 'Playfair Display', serif;\n      font-size: 52px;\n      font-weight: 900;\n      color: var(--white);\n      line-height: 1;\n      margin-bottom: 6px;\n    }\n    .value-stack__cta-sub {\n      font-size: 14px;\n      color: rgba(255,255,255,0.80);\n      margin-bottom: 20px;\n    }\n\n    \/* \u2500\u2500 GUARANTEE \u2500\u2500 *\/\n    .guarantee {\n      display: flex;\n      gap: 28px;\n      align-items: flex-start;\n      background: var(--white);\n      border: 2px solid var(--green);\n      border-radius: 14px;\n      padding: 32px 28px;\n      max-width: 640px;\n      margin: 0 auto;\n      box-shadow: 0 4px 24px rgba(16, 185, 129, 0.14);\n    }\n    .guarantee__seal {\n      flex-shrink: 0;\n      width: 72px;\n      height: 72px;\n      border-radius: 50%;\n      background: var(--green);\n      color: var(--white);\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      font-size: 10px;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      text-align: center;\n      line-height: 1.3;\n    }\n    .guarantee__title {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-weight: 700;\n      color: var(--green);\n      margin-bottom: 8px;\n    }\n    .guarantee__body { font-size: 15px; color: var(--ink-light); line-height: 1.6; }\n\n    \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n    .faq-list {\n      display: grid;\n      gap: 2px;\n      margin-top: 44px;\n    }\n    .faq-item {\n      background: var(--white);\n      border: 1px solid #A8D8D4;\n      border-radius: 10px;\n      overflow: hidden;\n      box-shadow: 0 2px 10px rgba(14, 148, 136, 0.08);\n    }\n    .faq-item + .faq-item { border-top: none; border-radius: 0 0 10px 10px; }\n    .faq-item:first-child { border-radius: 10px 10px 0 0; }\n    .faq-item:only-child { border-radius: 10px; }\n    details summary {\n      padding: 20px 24px;\n      font-size: 16px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--ink);\n    }\n    details summary::-webkit-details-marker { display: none; }\n    details summary::after {\n      content: \"+\";\n      font-size: 22px;\n      font-weight: 400;\n      color: var(--teal);\n      flex-shrink: 0;\n      margin-left: 16px;\n      transition: transform 0.2s;\n    }\n    details[open] summary::after {\n      content: \"\u2212\";\n    }\n    details .faq-body {\n      padding: 0 24px 20px;\n      font-size: 15px;\n      color: var(--ink-mid);\n      line-height: 1.7;\n      border-top: 1px solid var(--mint-mid);\n      padding-top: 16px;\n    }\n\n    \/* \u2500\u2500 FINAL CTA \u2500\u2500 *\/\n    .final-cta {\n      text-align: center;\n      padding: 100px 24px;\n      background: var(--charcoal);\n      color: var(--mint);\n    }\n    .final-cta .section__title { color: var(--mint); max-width: 620px; margin: 0 auto 20px; }\n    .final-cta .section__body { color: #A8D8D4; margin: 0 auto 40px; }\n    .final-cta__ps {\n      margin-top: 32px;\n      font-size: 14px;\n      color: #3A6A64;\n      max-width: 480px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .final-cta__ps strong { color: #5A9A94; }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: #070F0E;\n      color: #3A6A64;\n      text-align: center;\n      padding: 28px 24px;\n      font-size: 13px;\n    }\n    footer a { color: #5A9A94; text-decoration: none; }\n    footer a:hover { color: #6EDDD5; }\n\n    \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n    .divider {\n      width: 48px;\n      height: 3px;\n      background: var(--teal);\n      border-radius: 2px;\n      margin: 24px 0;\n    }\n    .center .divider { margin: 24px auto; }\n\n    \/* \u2500\u2500 NIMBLEAF BADGE \u2500\u2500 *\/\n    .nimbleaf-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: rgba(110, 221, 213, 0.12);\n      border: 1px solid rgba(110, 221, 213, 0.30);\n      border-radius: 40px;\n      padding: 6px 14px 6px 10px;\n      margin-bottom: 28px;\n    }\n    .nimbleaf-badge__dot {\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--teal);\n    }\n    .nimbleaf-badge__text {\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: #6EDDD5;\n    }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 640px) {\n      .about__inner { grid-template-columns: 1fr; }\n      .about__img { max-width: 200px; margin: 0 auto; }\n      .step { grid-template-columns: 44px 1fr; gap: 14px; }\n      .step__num { width: 44px; height: 44px; font-size: 18px; }\n      .offer-item { grid-template-columns: 1fr; }\n      .offer-item__icon { width: 44px; height: 44px; font-size: 20px; }\n      .guarantee { flex-direction: column; }\n      .guarantee__seal { margin: 0 auto; }\n      .bonus { flex-direction: column; gap: 10px; }\n      .hero__now { font-size: 36px; }\n      .btn--large { padding: 18px 36px; font-size: 17px; }\n      .formula-banner { flex-direction: column; gap: 8px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- TOP BAR -->\n<div class=\"topbar\">\n  Instant access + lifetime updates &nbsp;\u00b7&nbsp; <span>All tools free. No subscriptions required.<\/span>\n<\/div>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"container\">\n    <div class=\"nimbleaf-badge\">\n      <span class=\"nimbleaf-badge__dot\"><\/span>\n      <span class=\"nimbleaf-badge__text\">NimbleAF Apps<\/span>\n    <\/div>\n    <span class=\"hero__eyebrow\">The NimbleAF Opt-In Page Kit<\/span>\n    <h1 class=\"hero__headline\">\n      Build a High-Converting Opt-In Page <em>in 20 Minutes<\/em> \u2014 No Tech Headaches, No Copywriting Degree\n    <\/h1>\n    <p class=\"hero__sub\">\n      12 done-for-you templates + 7 copy-paste AI prompts + a mini course showing you the exact 5-part formula behind every opt-in page that actually converts. Free AI tools only.\n    <\/p>\n    <div class=\"hero__price-wrap\">\n      <span class=\"hero__was\">$97 value<\/span>\n      <span class=\"hero__now\">$17<\/span>\n    <\/div>\n    <a href=\"#buy\" class=\"btn btn--large\">Yes, I Want Instant Access \u2192<\/a>\n    <p class=\"hero__guarantee\">One-time payment &nbsp;\u00b7&nbsp; Instant delivery &nbsp;\u00b7&nbsp; 30-day guarantee<\/p>\n  <\/div>\n<\/section>\n\n<!-- RELATE -->\n<section class=\"section\">\n  <div class=\"container\">\n    <span class=\"section__label\">Sound familiar?<\/span>\n    <h2 class=\"section__title serif\">You're in the right place if...<\/h2>\n    <div class=\"divider\"><\/div>\n    <ul class=\"relate__list\">\n      <li class=\"relate__item\">You've stared at a blank opt-in page builder for an hour and still don't know what to write<\/li>\n      <li class=\"relate__item\">Your lead magnet is ready but your opt-in page is holding up the whole launch<\/li>\n      <li class=\"relate__item\">You've tried copy templates that feel fake \u2014 because they were written for someone else's audience<\/li>\n      <li class=\"relate__item\">You know you need a list but you can't get the page live because the tech and the words feel equally overwhelming<\/li>\n      <li class=\"relate__item\">You've launched with a half-finished page, and a nagging feeling that you're leaving subscribers on the table<\/li>\n    <\/ul>\n  <\/div>\n<\/section>\n\n<!-- PROBLEM -->\n<section class=\"section section--dark\">\n  <div class=\"container\">\n    <span class=\"section__label\">Here's the truth<\/span>\n    <h2 class=\"section__title serif\">Your opt-in page isn't broken.<br \/><em>It's just missing the formula.<\/em><\/h2>\n    <div class=\"divider\" style=\"background:#6EDDD5\"><\/div>\n    <p class=\"section__body\">\n      Most opt-in pages underperform for three reasons \u2014 none of which are about your offer.\n    <\/p>\n    <div class=\"problem__grid\">\n      <div class=\"problem__card\">\n        <div class=\"problem__num\">01<\/div>\n        <p><strong>The headline doesn't hook.<\/strong> Visitors land on your page and can't immediately tell what they're getting or why they should care. They leave in seconds.<\/p>\n      <\/div>\n      <div class=\"problem__card\">\n        <div class=\"problem__num\">02<\/div>\n        <p><strong>The copy sounds generic.<\/strong> \"Get my free guide!\" doesn't convert. Your page needs to speak directly to a specific person with a specific problem \u2014 in words they'd actually use.<\/p>\n      <\/div>\n      <div class=\"problem__card\">\n        <div class=\"problem__num\">03<\/div>\n        <p><strong>There's no clear ask.<\/strong> Visitors scroll to the button and hesitate \u2014 because the copy never built enough momentum to make saying yes feel obvious.<\/p>\n      <\/div>\n    <\/div>\n    <p class=\"section__body\" style=\"margin-top:36px; color:#A8D8D4;\">\n      What you need isn't more time. You need a <strong style=\"color:var(--mint)\">formula<\/strong> \u2014 five specific parts, in the right order, that walk any visitor from \"what is this?\" to \"yes, I want that.\" That's exactly what this kit teaches and does for you.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- HOW IT WORKS -->\n<section class=\"section section--mid\">\n  <div class=\"container\">\n    <span class=\"section__label\">The formula<\/span>\n    <h2 class=\"section__title serif\">The 5-Part Opt-In Page Formula<br \/><em>that works every time<\/em><\/h2>\n    <div class=\"divider\"><\/div>\n    <p class=\"section__body\" style=\"color:var(--ink-mid)\">\n      In just 30 minutes, you'll walk through the five elements every high-converting opt-in page shares \u2014 and build yours live using the templates and prompts included in the kit.\n    <\/p>\n    <div class=\"steps\">\n      <div class=\"step\">\n        <div class=\"step__num\">1<\/div>\n        <div>\n          <div class=\"step__title\">The Hook Headline<\/div>\n          <p class=\"step__body\">The first thing visitors read decides whether they stay or leave. You'll write a headline that names the exact transformation you deliver \u2014 in one sentence that stops the scroll. No writing talent required; the template does the heavy lifting.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step__num\">2<\/div>\n        <div>\n          <div class=\"step__title\">The Promise Statement<\/div>\n          <p class=\"step__body\">Your subheadline turns interest into intent. You'll write 2\u20133 lines that answer the only question visitors are really asking: \"What will this do for me?\" Specific beats vague every single time.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step__num\">3<\/div>\n        <div>\n          <div class=\"step__title\">The Proof Layer<\/div>\n          <p class=\"step__body\">One or two trust-builders that tell visitors: this is real, this works, and someone like you has already done it. You'll learn how to create this even if you have zero testimonials yet.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step__num\" style=\"background:var(--purple)\">4<\/div>\n        <div>\n          <div class=\"step__title\">The Benefit Bullets<\/div>\n          <p class=\"step__body\">Four to six bullets that don't list features \u2014 they paint outcomes. You'll use the included AI prompt to write bullets that make visitors feel the result before they even sign up.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"step\">\n        <div class=\"step__num\" style=\"background:var(--purple)\">5<\/div>\n        <div>\n          <div class=\"step__title\">The Ask<\/div>\n          <p class=\"step__body\">A button and micro-copy that removes hesitation and turns a passive reader into an active subscriber. You'll learn the one-line trick that dramatically increases form completions \u2014 and why \"Submit\" is costing you subscribers.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- WHAT'S INSIDE -->\n<section class=\"section\">\n  <div class=\"container\">\n    <span class=\"section__label\">What's inside<\/span>\n    <h2 class=\"section__title serif\">Everything you need.<br \/><em>Nothing you don't.<\/em><\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"offer-stack\">\n\n      <div class=\"offer-item\">\n        <div class=\"offer-item__icon\">\ud83d\udcc4<\/div>\n        <div>\n          <div class=\"offer-item__label\">Part 1<\/div>\n          <div class=\"offer-item__title\">12 Done-For-You Opt-In Page Templates<\/div>\n          <p class=\"offer-item__body\">Fill-in-the-blank templates for every type of lead magnet and audience. Fill in your details, drop into AI, and get a publish-ready opt-in page \u2014 in 20 minutes or less. No copywriter needed.<\/p>\n          <div class=\"offer-item__includes\">\n            <span class=\"tag\">Free checklist\/guide<\/span>\n            <span class=\"tag\">Challenge opt-in<\/span>\n            <span class=\"tag\">Webinar\/workshop<\/span>\n            <span class=\"tag\">Email course<\/span>\n            <span class=\"tag\">Video series<\/span>\n            <span class=\"tag\">Toolkit\/resource pack<\/span>\n            <span class=\"tag\">Quiz lead magnet<\/span>\n            <span class=\"tag\">PDF download<\/span>\n            <span class=\"tag\">Coaching waitlist<\/span>\n            <span class=\"tag\">Community opt-in<\/span>\n            <span class=\"tag\">Headline swipe file<\/span>\n            <span class=\"tag\">A\/B variation builder<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"offer-item offer-item--purple\">\n        <div class=\"offer-item__icon\">\ud83e\udd16<\/div>\n        <div>\n          <div class=\"offer-item__label\">Part 2<\/div>\n          <div class=\"offer-item__title\">7 Copy-Paste AI Prompts<\/div>\n          <p class=\"offer-item__body\">Ready-to-use prompts built for ChatGPT and Claude (both free). Each prompt handles a different part of your opt-in page \u2014 from brand voice extraction to CTA polish. Paste in your details, get back copy that sounds like you wrote it yourself.<\/p>\n          <div class=\"offer-item__includes\">\n            <span class=\"tag\">Brand voice extractor<\/span>\n            <span class=\"tag\">Headline + hook generator<\/span>\n            <span class=\"tag\">Benefit bullet writer<\/span>\n            <span class=\"tag\">Social proof builder<\/span>\n            <span class=\"tag\">CTA copy generator<\/span>\n            <span class=\"tag\">Objection crusher<\/span>\n            <span class=\"tag\">Polish &amp; publish pass<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"offer-item\">\n        <div class=\"offer-item__icon\">\ud83c\udfac<\/div>\n        <div>\n          <div class=\"offer-item__label\">Part 3<\/div>\n          <div class=\"offer-item__title\">30-Minute Mini Course: The Opt-In Page Formula<\/div>\n          <p class=\"offer-item__body\">A screen-share walkthrough of the 5-Part Formula \u2014 including a live demo where you'll watch a real opt-in page go from blank to publish-ready using the templates and prompts. After this video, you'll never stare at a blank page builder again.<\/p>\n          <div class=\"offer-item__includes\">\n            <span class=\"tag\">Video walkthrough<\/span>\n            <span class=\"tag\">Live AI demo<\/span>\n            <span class=\"tag\">Before &amp; after examples<\/span>\n            <span class=\"tag\">Instant access<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- RESULTS -->\n<section class=\"section section--mid\">\n  <div class=\"container\">\n    <span class=\"section__label\">What changes<\/span>\n    <h2 class=\"section__title serif\">Here's what you'll be able to do<br \/><em>after going through the kit<\/em><\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"results__grid\">\n      <div class=\"result-card\">\n        <div class=\"result-card__icon\">\u26a1<\/div>\n        <p class=\"result-card__text\"><strong>Get your opt-in page live today<\/strong> \u2014 not \"someday when you have more time.\" 20 minutes, start to publish-ready copy.<\/p>\n      <\/div>\n      <div class=\"result-card\">\n        <div class=\"result-card__icon\">\ud83c\udfaf<\/div>\n        <p class=\"result-card__text\"><strong>Stop losing subscribers<\/strong> to vague copy that doesn't speak to your specific audience or offer.<\/p>\n      <\/div>\n      <div class=\"result-card result-card--purple\">\n        <div class=\"result-card__icon\">\u270d\ufe0f<\/div>\n        <p class=\"result-card__text\"><strong>Write copy that sounds like you<\/strong> \u2014 not like a chatbot or a template from 2012.<\/p>\n      <\/div>\n      <div class=\"result-card result-card--purple\">\n        <div class=\"result-card__icon\">\ud83d\udd01<\/div>\n        <p class=\"result-card__text\"><strong>Build every future opt-in page in minutes<\/strong> \u2014 the formula works for any lead magnet, any audience, any niche.<\/p>\n      <\/div>\n      <div class=\"result-card\">\n        <div class=\"result-card__icon\">\ud83d\udcc8<\/div>\n        <p class=\"result-card__text\"><strong>Test and improve your page confidently<\/strong> using the A\/B variation builder template included in the kit.<\/p>\n      <\/div>\n      <div class=\"result-card\">\n        <div class=\"result-card__icon\">\ud83d\ude2e\u200d\ud83d\udca8<\/div>\n        <p class=\"result-card__text\"><strong>Remove the tech-and-copy bottleneck<\/strong> that's been sitting between you and a growing email list.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ABOUT -->\n<section class=\"section\">\n  <div class=\"container\">\n    <div class=\"about__inner\">\n      <div class=\"about__img\">\n        <!-- Replace with: <img decoding=\"async\" src=\"your-photo.jpg\" alt=\"[Your Name]\" \/> -->\n        \ud83d\udc4b\n      <\/div>\n      <div>\n        <span class=\"section__label\">Behind NimbleAF Apps<\/span>\n        <div class=\"about__name serif\">[Your Name]<\/div>\n        <div class=\"about__title\">Founder, NimbleAF Apps &nbsp;\u00b7&nbsp; [Your title or niche]<\/div>\n        <p class=\"about__body\">\n          [Write 3\u20134 sentences here. Tell them who you are, what you've built, and why you're qualified to teach this. Focus on your experience with opt-in pages, list building, or helping business owners get things done fast. Keep it real and specific \u2014 one honest paragraph beats a generic bio.]\n        <\/p>\n        <p class=\"about__body\" style=\"margin-top:16px;\">\n          NimbleAF Apps exists for one reason: to strip out everything that slows you down and hand you only what works. The Opt-In Page Kit is exactly that \u2014 the fastest path from \"I need a list\" to \"my page is live and converting.\"\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- BONUSES -->\n<section class=\"section section--dark\">\n  <div class=\"container\">\n    <span class=\"section__label\">Bonuses \u2014 included free<\/span>\n    <h2 class=\"section__title serif\">Oh, and you also get <em>these<\/em>.<\/h2>\n    <div class=\"divider\" style=\"background:#6EDDD5\"><\/div>\n    <div class=\"bonus-list\">\n      <div class=\"bonus\">\n        <span class=\"bonus__badge\">Bonus 1<\/span>\n        <div>\n          <div class=\"bonus__title\">The Opt-In Page Copy Audit Checklist<\/div>\n          <p class=\"bonus__body\">A one-page checklist that tells you in under 3 minutes whether your opt-in page is ready to publish \u2014 or exactly which of the 5 parts needs work. Never second-guess your page again before going live.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"bonus\">\n        <span class=\"bonus__badge\">Bonus 2<\/span>\n        <div>\n          <div class=\"bonus__title\">10 High-Converting Headline Formulas (Swipe File)<\/div>\n          <p class=\"bonus__body\">Included as Template 11 in the kit \u2014 10 fill-in-the-blank headline structures drawn from the highest-converting opt-in pages across niches. No AI required. Just pick the formula that fits your offer, fill in the blanks, and you have a headline that works.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- VALUE STACK + CTA -->\n<section class=\"section section--mid\" id=\"buy\">\n  <div class=\"container\">\n    <span class=\"section__label center\" style=\"text-align:center; display:block\">Everything included<\/span>\n    <h2 class=\"section__title serif center\">Get it all for just <em>$17<\/em><\/h2>\n    <div class=\"divider\" style=\"margin:24px auto\"><\/div>\n    <div class=\"value-stack\">\n      <div class=\"value-stack__row\">\n        <span class=\"value-stack__label\">12 Done-For-You Opt-In Page Templates<\/span>\n        <span class=\"value-stack__price\">$37<\/span>\n      <\/div>\n      <div class=\"value-stack__row\">\n        <span class=\"value-stack__label\">7 Copy-Paste AI Prompts<\/span>\n        <span class=\"value-stack__price\">$27<\/span>\n      <\/div>\n      <div class=\"value-stack__row\">\n        <span class=\"value-stack__label\">30-Minute Mini Course: The Opt-In Page Formula<\/span>\n        <span class=\"value-stack__price\">$47<\/span>\n      <\/div>\n      <div class=\"value-stack__row\">\n        <span class=\"value-stack__label\">Bonus: Opt-In Page Copy Audit Checklist<\/span>\n        <span class=\"value-stack__price\">Free<\/span>\n      <\/div>\n      <div class=\"value-stack__row\">\n        <span class=\"value-stack__label\">Bonus: 10 Headline Formulas Swipe File<\/span>\n        <span class=\"value-stack__price\">Free<\/span>\n      <\/div>\n      <div class=\"value-stack__row value-stack__total\">\n        <span class=\"value-stack__label\" style=\"color:var(--mint)\">Total value<\/span>\n        <span class=\"value-stack__price\">$111+<\/span>\n      <\/div>\n      <div class=\"value-stack__cta\">\n        <div class=\"value-stack__cta-price\">$17<\/div>\n        <div class=\"value-stack__cta-sub\">One-time payment \u00b7 Instant access \u00b7 Lifetime updates<\/div>\n        <a href=\"YOUR-CHECKOUT-LINK-HERE\" class=\"btn btn--large\" style=\"background:var(--charcoal); color:var(--mint); width:100%; text-align:center;\" target=\"_blank\">\n          Yes, I Want Instant Access \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- GUARANTEE -->\n<section class=\"section\">\n  <div class=\"container center\">\n    <span class=\"section__label\">Risk-free<\/span>\n    <h2 class=\"section__title serif\">The <em>30-Day<\/em> Guarantee<\/h2>\n    <div class=\"divider\" style=\"margin:24px auto\"><\/div>\n    <div class=\"guarantee\">\n      <div class=\"guarantee__seal\">\n        30<br \/>Day<br \/>Guarantee\n      <\/div>\n      <div>\n        <div class=\"guarantee__title\">Try it. If it doesn't work, you don't pay.<\/div>\n        <p class=\"guarantee__body\">\n          Go through the kit. Use the templates. Run the prompts. If you don't have a publish-ready opt-in page you're proud of within 30 days, just email me and I'll refund every penny. No questions, no hoops, no hard feelings. This formula works \u2014 I'm confident enough to stake a guarantee on it.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FAQ -->\n<section class=\"section section--mid\">\n  <div class=\"container\">\n    <span class=\"section__label\">Questions<\/span>\n    <h2 class=\"section__title serif\">You might be wondering...<\/h2>\n    <div class=\"divider\"><\/div>\n    <div class=\"faq-list\">\n      <div class=\"faq-item\">\n        <details>\n          <summary>Do I need to already have a lead magnet to use this?<\/summary>\n          <div class=\"faq-body\">Yes \u2014 the kit is designed for people who have a lead magnet (checklist, guide, course, etc.) and need the opt-in page to go with it. If you don't have one yet, Template 11 (the Headline Swipe File) can actually help you figure out what to create. But you'll get the most out of this kit when you have an offer to promote.<\/div>\n        <\/details>\n      <\/div>\n      <div class=\"faq-item\">\n        <details>\n          <summary>What AI tools do I need? Do I have to pay for them?<\/summary>\n          <div class=\"faq-body\">Nope. All 7 prompts are designed to work with the free versions of ChatGPT (OpenAI) and Claude (Anthropic). No paid subscriptions required. If you already pay for a plan, even better \u2014 but it's absolutely not necessary.<\/div>\n        <\/details>\n      <\/div>\n      <div class=\"faq-item\">\n        <details>\n          <summary>I'm not a copywriter. Will the templates actually help me write good copy?<\/summary>\n          <div class=\"faq-body\">That's exactly who this was built for. The templates give you the structure, the AI prompts fill in the words, and the mini course shows you why each part works \u2014 so you're not just filling in blanks, you understand what you're building. The goal is that after your first page, you won't need the templates anymore. (But they'll be there when you do.)<\/div>\n        <\/details>\n      <\/div>\n      <div class=\"faq-item\">\n        <details>\n          <summary>What page builder or platform does this work with?<\/summary>\n          <div class=\"faq-body\">Any of them. The kit gives you copy \u2014 words that go on your page. Whether you're using ConvertKit, Flodesk, MailerLite, ClickFunnels, Squarespace, Kajabi, or a plain Google Site, you take the copy from the templates and drop it into whatever builder you're already using. No platform switching required.<\/div>\n        <\/details>\n      <\/div>\n      <div class=\"faq-item\">\n        <details>\n          <summary>How is this different from just Googling \"opt-in page templates\"?<\/summary>\n          <div class=\"faq-body\">Most free templates give you structure with no strategy \u2014 you still have to figure out what to write. This kit gives you fill-in-the-blank copy that works because it's built on the 5-Part Formula. You get the reasoning (mini course), the tool (templates), the AI prompts to personalize it, and a checklist to confirm it's ready. It's a complete system, not a starting point.<\/div>\n        <\/details>\n      <\/div>\n      <div class=\"faq-item\">\n        <details>\n          <summary>What if I already have an opt-in page but it's not converting?<\/summary>\n          <div class=\"faq-body\">This is actually one of the best use cases for the kit. Use the Copy Audit Checklist (Bonus 1) to diagnose which of the 5 parts is weak, then use the matching template and AI prompt to rewrite just that section. You don't have to start from scratch \u2014 you just fix what's broken.<\/div>\n        <\/details>\n      <\/div>\n      <div class=\"faq-item\">\n        <details>\n          <summary>How do I get access after I purchase?<\/summary>\n          <div class=\"faq-body\">Immediately. You'll receive an email with a download link the moment your payment is confirmed. The templates are Google Docs you'll copy to your own Drive, the prompts open in your browser, and the mini course is a video you can watch right away.<\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FINAL CTA -->\n<section class=\"final-cta\">\n  <div class=\"container\">\n    <span class=\"section__label\" style=\"color:#6EDDD5; justify-content:center; display:flex\">Ready to build it?<\/span>\n    <h2 class=\"section__title serif\">Your opt-in page can be<br \/><em>live by tonight.<\/em><\/h2>\n    <div class=\"divider\" style=\"background:#6EDDD5; margin:24px auto\"><\/div>\n    <p class=\"section__body center\" style=\"margin:0 auto 40px; color:#A8D8D4;\">\n      Stop letting the blank page stall your list growth. Get the 5-Part Formula, the fill-in-the-blank templates, and the AI prompts that make it fast. $17. Instant access. 30-day guarantee.\n    <\/p>\n    <a href=\"#buy\" class=\"btn btn--large\">Get Instant Access \u2014 $17 \u2192<\/a>\n    <p class=\"final-cta__ps\">\n      <strong>Still on the fence?<\/strong> Scroll back up and read the guarantee. If it doesn't work, you get every penny back. The only risk is staying stuck.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <p>\u00a9 2025 NimbleAF Apps &nbsp;\u00b7&nbsp; <a href=\"#\">Terms<\/a> &nbsp;\u00b7&nbsp; <a href=\"#\">Privacy<\/a> &nbsp;\u00b7&nbsp; <a href=\"mailto:hello@nimbleafapps.com\" target=\"_blank\">Contact<\/a><\/p>\n  <p style=\"margin-top:8px;\">Questions? Email us at <a href=\"mailto:hello@nimbleafapps.com\" target=\"_blank\">hello@nimbleafapps.com<\/a><\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><style>\r\n.lwrp.link-whisper-related-posts{\r\n            \r\n            margin-top: 40px;\nmargin-bottom: 30px;\r\n        }\r\n        .lwrp .lwrp-title{\r\n            \r\n            \r\n        }.lwrp .lwrp-description{\r\n            \r\n            \r\n\r\n        }\r\n        .lwrp .lwrp-list-container{\r\n        }\r\n        .lwrp .lwrp-list-multi-container{\r\n            display: flex;\r\n        }\r\n        .lwrp .lwrp-list-double{\r\n            width: 48%;\r\n        }\r\n        .lwrp .lwrp-list-triple{\r\n            width: 32%;\r\n        }\r\n        .lwrp .lwrp-list-row-container{\r\n            display: flex;\r\n            justify-content: space-between;\r\n        }\r\n        .lwrp .lwrp-list-row-container .lwrp-list-item{\r\n            width: calc(25% - 20px);\r\n        }\r\n        .lwrp .lwrp-list-item:not(.lwrp-no-posts-message-item){\r\n            \r\n            \r\n        }\r\n        .lwrp .lwrp-list-item img{\r\n            max-width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            aspect-ratio: 1 \/ 1;\r\n        }\r\n        .lwrp .lwrp-list-item.lwrp-empty-list-item{\r\n            background: initial !important;\r\n        }\r\n        .lwrp .lwrp-list-item .lwrp-list-link .lwrp-list-link-title-text,\r\n        .lwrp .lwrp-list-item .lwrp-list-no-posts-message{\r\n            \r\n            \r\n            \r\n            \r\n        }@media screen and (max-width: 480px) {\r\n            .lwrp.link-whisper-related-posts{\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-title{\r\n                \r\n                \r\n            }.lwrp .lwrp-description{\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-list-multi-container{\r\n                flex-direction: column;\r\n            }\r\n            .lwrp .lwrp-list-multi-container ul.lwrp-list{\r\n                margin-top: 0px;\r\n                margin-bottom: 0px;\r\n                padding-top: 0px;\r\n                padding-bottom: 0px;\r\n            }\r\n            .lwrp .lwrp-list-double,\r\n            .lwrp .lwrp-list-triple{\r\n                width: 100%;\r\n            }\r\n            .lwrp .lwrp-list-row-container{\r\n                justify-content: initial;\r\n                flex-direction: column;\r\n            }\r\n            .lwrp .lwrp-list-row-container .lwrp-list-item{\r\n                width: 100%;\r\n            }\r\n            .lwrp .lwrp-list-item:not(.lwrp-no-posts-message-item){\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-list-item .lwrp-list-link .lwrp-list-link-title-text,\r\n            .lwrp .lwrp-list-item .lwrp-list-no-posts-message{\r\n                \r\n                \r\n                \r\n                \r\n            };\r\n        }<\/style>\r\n<div id=\"link-whisper-related-posts-widget\" class=\"link-whisper-related-posts lwrp\">\r\n            <h3 class=\"lwrp-title\">Related Posts<\/h3>    \r\n        <div class=\"lwrp-list-container\">\r\n                                            <div class=\"lwrp-list-multi-container\">\r\n                    <ul class=\"lwrp-list lwrp-list-double lwrp-list-left\">\r\n                        <li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/the-power-of-coaching-transforming-your-mindset-success\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">The Power of Coaching: Transforming Your Mindset Success<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/maximizing-plr-content\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">7 Hacks for Maximizing PLR Content with Minimal Effort<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/12-ways-using-plr-will-help-your-content-creation-woes\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">12 Ways Using PLR Will Help Your Content Creation Woes<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/intentional-living-to-inspire-your-best-life\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Intentional Living To Inspire Your Best Life<\/span><\/a><\/li>                    <\/ul>\r\n                    <ul class=\"lwrp-list lwrp-list-double lwrp-list-right\">\r\n                        <li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/blog\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Blog<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/email-marketing-supercharged-strategies\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Email Marketing: 4 Supercharged Strategies<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/tinymce\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Tinymce<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/5-simple-tips-for-your-workbook\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">5 Simple Tips for Your Workbook<\/span><\/a><\/li>                    <\/ul>\r\n                <\/div>\r\n                        <\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Related Posts The Power of Coaching: Transforming Your Mindset Success7 Hacks for Maximizing PLR Content with Minimal Effort12 Ways Using PLR Will Help Your Content Creation WoesIntentional Living To Inspire Your Best Life BlogEmail Marketing: 4 Supercharged StrategiesTinymce5 Simple Tips for Your Workbook<\/p>\n","protected":false},"author":293420,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ai_generated_summary":"","footnotes":""},"categories":[],"tags":[],"difl_page_category":[],"class_list":["post-335714","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/pages\/335714","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/users\/293420"}],"replies":[{"embeddable":true,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/comments?post=335714"}],"version-history":[{"count":3,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/pages\/335714\/revisions"}],"predecessor-version":[{"id":335719,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/pages\/335714\/revisions\/335719"}],"wp:attachment":[{"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/media?parent=335714"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/categories?post=335714"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/tags?post=335714"},{"taxonomy":"difl_page_category","embeddable":true,"href":"https:\/\/plrprofitacademycom-al.b.tempurl.cc\/link\/wp\/v2\/difl_page_category?post=335714"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}