<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized Archives - Project Gerar</title>
	<atom:link href="https://projectgerar.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://projectgerar.com/category/uncategorized/</link>
	<description>Because Truth Was Meant To Be Revealed</description>
	<lastBuildDate>Sun, 29 Mar 2026 16:40:49 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://projectgerar.com/wp-content/uploads/2025/11/cropped-PG-Logo-Icon-s-32x32.png</url>
	<title>Uncategorized Archives - Project Gerar</title>
	<link>https://projectgerar.com/category/uncategorized/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>TGQ &#8211; Sample</title>
		<link>https://projectgerar.com/tgq-sample/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tgq-sample</link>
		
		<dc:creator><![CDATA[Julian Kinkaid]]></dc:creator>
		<pubDate>Fri, 13 Mar 2026 17:05:15 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://projectgerar.com/?p=4022</guid>

					<description><![CDATA[<p>Project GerarThe Gentile Question &#160;·&#160; sample &#160;·&#160; You&#8217;re in. Your free copy of The Introduction to The Gentile Question is ready for you to download by clicking the button below. We hope it opens a&#8230;</p>
<p>The post <a href="https://projectgerar.com/tgq-sample/">TGQ &#8211; Sample</a> appeared first on <a href="https://projectgerar.com">Project Gerar</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="4022" class="elementor elementor-4022" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-252685d e-flex e-con-boxed e-con e-parent" data-id="252685d" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-bfeff09 elementor-widget elementor-widget-html" data-id="bfeff09" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --stone:    #C4AB88;
    --stone-lt: #E8D9C0;
    --navy:     #1B2D50;
    --navy-dk:  #111E38;
    --gold:     #C9A84C;
    --gold-lt:  #E8CC7A;
    --cream:    #F5EDD8;
  }

  body {
    font-family: 'Crimson Pro', Georgia, serif;
    background: var(--navy-dk);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    overflow-x: hidden;
  }

  /* Subtle background radial glow */
  body::before {
    content: '';
    position: fixed; inset: 0;
    background:
      radial-gradient(ellipse at 15% 85%, rgba(201,168,76,0.07) 0%, transparent 55%),
      radial-gradient(ellipse at 85% 15%, rgba(27,45,80,0.5) 0%, transparent 55%);
    pointer-events: none;
  }

  .gold-bar {
    width: 100%;
    max-width: 680px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-lt), var(--gold), transparent);
    margin-bottom: 0;
  }

  .card {
    width: 100%;
    max-width: 680px;
    background: linear-gradient(160deg, #162340 0%, var(--navy-dk) 100%);
    border: 1px solid rgba(201,168,76,0.2);
    border-top: none;
    padding: 52px 56px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;box-shadow:7px 7px 10px #181f2d;
  }

  /* Check circle */
  .check-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2.5px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    opacity: 0;
    animation: popIn 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  }

  .check-wrap svg {
    width: 28px;
    height: 28px;
    stroke: var(--gold);
    stroke-width: 2.5;
    fill: none;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: drawCheck 0.4s 0.6s ease forwards;
  }

  @keyframes popIn {
    from { opacity: 0; transform: scale(0.6); }
    to   { opacity: 1; transform: scale(1); }
  }

  @keyframes drawCheck {
    to { stroke-dashoffset: 0; }
  }

   .eyebrow {
    font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 auto 14px;
    opacity: 0;
    animation: fadeUp 0.6s 0.1s ease forwards;
    text-align:center;
  }
  
    h1.headline {
    font-family: 'Verdana', serif;
    font-size: 2.25rem;
    }

  .headline {
    font-family: 'Verdana', serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.28;
    color: #eae3d3;
    margin-bottom:30px;
    opacity: 0;
    animation: fadeUp 0.6s 0.25s ease forwards;
    text-align:center;
  }

  .headline em {
    font-style: italic;
    color: var(--gold-lt);
  }

  .divider {
    width: 348px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 0.6s 0.35s ease forwards;
  }

  .body-copy {
    font-family:"Raleway", Sans-serif;
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 1.7;
    color: var(--stone-lt);
    margin-bottom: 24px;
    opacity: 0;
    animation: fadeUp 0.6s 0.45s ease forwards;
     text-align:center;
     letter-spacing:1.2px;
  }

  .body-copy strong { color: var(--cream); font-weight: 600; }

  /* Download button */
  .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-lt) 50%, var(--gold) 100%);
    background-size: 200% 100%;
    color: var(--navy-dk);
    font-family:'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-position 0.4s, transform 0.15s, box-shadow 0.2s;
    margin-bottom: 36px;
    opacity: 0;
    animation: fadeUp 0.6s 0.75s ease forwards;
  }

  .download-btn:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201,168,76,0.4);
  }

  .download-btn svg {
    width: 18px;
    height: 18px;
    stroke: var(--navy-dk);
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
  }

  /* Divider rule */
  .rule {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent);
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 0.6s 0.85s ease forwards;
  }

  /* Book + teaser row */
  .teaser {
    display: flex;
    align-items: center;
    gap: 28px;
    text-align: left;
    opacity: 0;
    animation: fadeUp 0.6s 0.9s ease forwards;
  }

  .teaser-book {
    width: 30%;
    flex-shrink: 0;
    filter: drop-shadow(-4px 8px 16px rgba(0,0,0,0.6));
  }

  .teaser-copy {
    flex: 1;
  }

  .teaser-label {
    font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
  }

  .teaser-title {
    font-family: 'Verdana', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--cream);
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .teaser-desc {
    font-family:"Raleway", Sans-serif;
    font-size: 1.55rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--stone-lt);
    letter-spacing:1.2px;
  }

  .site-link {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(201,168,76,0.3);
    padding-bottom: 2px;
    transition: border-color 0.2s, color 0.2s;
  }

  .site-link:hover {
    color: var(--gold-lt);
    border-color: var(--gold-lt);
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 540px) {
    .card { padding: 40px 28px 36px; }
    .headline { font-size: 1.4rem; }
    .teaser { flex-direction: column; text-align: center; }
    .teaser-book { width: 200px; }
    .divider { width: 148px;  }
    .eyebrow {letter-spacing: 0.09em;}
    .download-btn {   font-size: 1.2rem;}
    .site-link {padding:0 20px 10px;}
    .teaser-desc  {font-size: 1.4rem;}
  }
</style>
</head>
<body>
<meta name="robots" content="noindex, nofollow">
<div class="gold-bar"></div>
<div class="card">

  <div class="check-wrap">
    <svg viewBox="0 0 24 24"><polyline points="20 6 9 17 4 12"/></svg>
  </div>

  <p class="eyebrow">Project Gerar<br/>The Gentile Question &nbsp;·&nbsp; sample &nbsp;·&nbsp;</p>

  <h1 class="headline">You're in.</h1>

  <div class="divider"></div>

  <p class="body-copy">
    Your free copy of <strong>The Introduction</strong> to
    <em>The Gentile Question</em><br/> is ready for you to download by clicking the button below.<br/>
    We hope it opens a door worth walking through.
  </p>

  <!-- *** REPLACE href WITH YOUR PDF URL AFTER UPLOADING TO WORDPRESS *** -->
  <a class="download-btn" href="/wp-content/uploads/2026/03/The-Gentile-Question-Sample.pdf" download>
    <svg viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
    Download the Introduction
  </a>

  <div class="rule"></div>

  <!-- Teaser for the full book -->
  <div class="teaser">
    <img decoding="async" class="teaser-book"
         src="/wp-content/uploads/2025/12/The-Gentile-Question-Cover-Sm.png"
         alt="The Gentile Question book cover">
    <div class="teaser-copy">
      <p class="teaser-label">Now available</p>
      <p class="teaser-title">The Gentile Question:<br>Rethinking Paul's Missionary Journeys</p>
      <p class="teaser-desc">
        If the introduction raised questions, the full book pursues them —
        tracing the thread from Jerome's Latin through sixteen centuries
        of theological assumption, back to what Paul actually wrote.
      </p>
      <a class="site-link" href="http://projectgerar.com">return to Project Gerar →</a>
    </div>
  </div>

</div>				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://projectgerar.com/tgq-sample/">TGQ &#8211; Sample</a> appeared first on <a href="https://projectgerar.com">Project Gerar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
