v1: full rebuild as Paprika (13 pages from build note v2)

This commit is contained in:
seven
2026-06-28 11:35:55 +08:00
parent 7191d16fb5
commit 1bee73bf8e
17 changed files with 3697 additions and 2495 deletions

View File

@@ -3,87 +3,250 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Press &amp; Media Support — Abigail</title>
<title>Press — Paprika</title>
<meta name="description" content="Attorney-curated press placements for O-1 talent. Editorial recognition, not paid placements. Documented for USCIS review.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<style>
.hero-grid {
display: grid; grid-template-columns: 1.3fr 1fr;
gap: 64px; align-items: start;
.hero h1 em { font-style: italic; color: var(--paprika); }
.hero p.sub {
font-family: "Fraunces", serif;
font-size: 22px;
font-style: italic;
color: var(--ink);
margin: -10px 0 24px;
line-height: 1.4;
}
.criteria-quote {
background: var(--paper-2);
border-left: 3px solid var(--signal);
padding: 20px 24px;
border-radius: 8px;
font-size: 14px;
.hero .body-lead {
font-size: 17px;
color: var(--body);
line-height: 1.65;
max-width: 720px;
}
.hero.centered .body-lead { margin: 0 auto; }
.q-list {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 18px;
padding: 40px 44px;
max-width: 920px;
margin: 0 auto;
}
.q-list ol {
list-style: none; padding: 0; margin: 0;
counter-reset: q;
}
.q-list li {
counter-increment: q;
position: relative;
padding: 18px 0 18px 56px;
border-top: 1px solid var(--rule);
font-size: 16px;
line-height: 1.6;
}
.criteria-quote .src {
display: block;
font-family: "JetBrains Mono", monospace;
font-size: 11px;
color: var(--mute);
margin-top: 12px;
letter-spacing: 0.04em;
.q-list li:first-child { border-top: 0; padding-top: 0; }
.q-list li::before {
content: "0" counter(q);
position: absolute; left: 0; top: 18px;
font-family: "Fraunces", serif;
color: var(--paprika);
font-weight: 700;
font-size: 18px;
}
.what-counts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.what-card {
background: #FFFFFF;
.q-list li:first-child::before { top: 0; }
.q-list .lesson {
margin-top: 24px;
padding-top: 20px;
border-top: 2px solid var(--paprika);
font-family: "Fraunces", serif;
font-style: italic;
font-size: 20px;
color: var(--paprika);
text-align: center;
}
/* Contributor mock */
.press-mocks {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 32px;
}
.press-mock {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 12px;
padding: 24px;
}
.what-card h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
.what-card p { font-size: 14px; color: var(--mute); margin: 0 0 12px; }
.what-card ul { list-style: none; padding: 0; margin: 0; font-size: 13px; }
.what-card li {
padding: 4px 0 4px 20px;
overflow: hidden;
position: relative;
}
.what-card li::before {
content: "✓";
position: absolute; left: 0;
color: var(--signal);
.press-mock-bar {
background: #1a1a1a;
color: white;
padding: 8px 18px;
font-family: "Inter", sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.anti-card {
background: #FFFFFF;
border: 1px solid var(--rule);
border-left: 3px solid var(--halt);
border-radius: 12px;
padding: 24px;
}
.anti-card h3 { font-size: 16px; font-weight: 600; margin: 0 0 8px; color: var(--halt); }
.anti-card p { font-size: 14px; color: var(--mute); margin: 0 0 12px; }
.anti-card ul { list-style: none; padding: 0; margin: 0; font-size: 13px; }
.anti-card li { padding: 4px 0 4px 20px; position: relative; }
.anti-card li::before {
content: "✕";
position: absolute; left: 0;
color: var(--halt);
.press-mock-bar.usatoday { background: #009BFF; }
.press-mock-label {
background: #F8E8E5;
color: #8B2E20;
padding: 12px 18px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.06em;
border-bottom: 2px solid var(--paprika);
position: relative;
}
.steps {
display: grid; grid-template-columns: repeat(4, 1fr);
gap: 24px;
.press-mock-label::after {
content: "⚠";
position: absolute; right: 16px; top: 50%;
transform: translateY(-50%);
color: var(--paprika);
font-size: 18px;
}
.step { text-align: center; }
.step-num {
width: 44px; height: 44px;
border-radius: 50%;
.press-mock-body { padding: 24px; }
.press-mock-title {
font-family: "Fraunces", serif;
font-size: 20px;
font-weight: 600;
color: var(--ink);
margin: 0 0 8px;
line-height: 1.3;
}
.press-mock-byline {
font-size: 12px; color: var(--mute);
margin: 0 0 16px;
padding-bottom: 12px;
border-bottom: 1px solid var(--rule);
}
.press-mock-text {
font-size: 13px; color: var(--mute);
line-height: 1.6;
margin-bottom: 16px;
}
.press-mock-callout {
background: var(--paprika-light);
border-left: 3px solid var(--paprika);
padding: 14px 16px;
border-radius: 6px;
font-size: 13px;
line-height: 1.55;
color: var(--ink);
}
.press-mock-callout strong { display: block; margin-bottom: 6px; color: var(--paprika); }
.mock-caption {
text-align: center;
font-style: italic;
color: var(--mute);
font-size: 14px;
margin-bottom: 24px;
}
/* Outlet network */
.category-block {
margin-bottom: 36px;
}
.category-block h3 {
font-family: "Inter", sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--paprika);
margin: 0 0 14px;
}
.outlet-tags {
display: flex; flex-wrap: wrap;
gap: 8px;
}
.outlet-tag {
background: var(--paper);
border: 2px solid var(--ink);
display: flex; align-items: center; justify-content: center;
font-weight: 700; font-size: 16px;
margin: 0 auto 16px;
border: 1px solid var(--rule);
padding: 8px 14px;
border-radius: 999px;
font-size: 13px;
color: var(--ink);
transition: all 0.15s;
}
.step h3 { font-size: 15px; font-weight: 600; margin: 0 0 6px; }
.step p { font-size: 13px; color: var(--mute); margin: 0; line-height: 1.5; }
.outlet-tag:hover {
border-color: var(--paprika);
color: var(--paprika);
}
.outlet-note {
font-size: 13px;
color: var(--mute);
font-style: italic;
margin-top: 24px;
padding: 16px 20px;
background: var(--paper-2);
border-radius: 10px;
text-align: center;
}
/* Evidence package */
.evidence-items {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.evidence-item {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 12px;
padding: 22px 24px;
position: relative;
padding-left: 56px;
}
.evidence-item::before {
content: "✓";
position: absolute;
left: 22px; top: 24px;
width: 22px; height: 22px;
background: var(--paprika);
color: white;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-size: 13px;
font-weight: 700;
}
.evidence-item h4 {
font-family: "Inter", sans-serif;
font-size: 15px;
font-weight: 600;
margin: 0 0 6px;
color: var(--ink);
}
.evidence-item p { margin: 0; font-size: 14px; color: var(--mute); line-height: 1.55; }
/* Guarantee callout */
.guarantee-band {
background: var(--green);
border-left: 4px solid #1B7A60;
border-radius: 12px;
padding: 28px 32px;
}
.guarantee-band h3 {
font-family: "Inter", sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: #1B7A60;
margin: 0 0 10px;
}
.guarantee-band p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink); }
.guarantee-band strong { font-weight: 600; }
@media (max-width: 880px) {
.hero-grid, .what-counts-grid, .steps { grid-template-columns: 1fr; }
.press-mocks { grid-template-columns: 1fr; }
.evidence-items { grid-template-columns: 1fr; }
}
</style>
</head>
@@ -91,229 +254,256 @@
<nav>
<div class="container">
<a class="brand" href="index.html">Abigail<span class="brand-dot">.</span></a>
<a class="brand" href="index.html">
<span class="brand-name">Paprika</span>
<span class="brand-tagline">Attorney-Curated Press &amp; Evidence for O-1 Talent</span>
</a>
<div class="nav-links">
<a href="press.html" class="active">Press</a>
<a href="judging.html">Judging</a>
<a href="scholarly.html">Scholarly Articles</a>
<a href="services.html">Services</a>
<a href="attorneys.html">Attorneys</a>
<div class="nav-dropdown" id="resourcesDropdown">
<button class="nav-trigger" aria-haspopup="true">
Resources
<svg width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M2 3.5l3 3 3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
<div class="dropdown-menu" role="menu">
<a href="petitions.html">Petitions</a>
<a href="#">Articles</a>
<a href="#">Events</a>
<a href="#">Careers</a>
</div>
</div>
<a href="login.html" class="nav-login">Log in</a>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
<svg class="icon-moon" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path></svg>
<svg class="icon-sun" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/></svg>
</button>
<a href="login.html#signup" class="nav-cta">Sign up</a>
<a href="why-paprika.html">Why Paprika</a>
<a href="resources.html">Resources</a>
</div>
<a href="start-here.html" class="nav-cta">Start Here</a>
</div>
</nav>
<section class="hero">
<!-- HERO -->
<section class="hero centered">
<div class="container">
<div class="hero-grid">
<div>
<div class="eyebrow">Press &amp; Media Support · O-1A Criterion 3</div>
<h1>Coverage that <em>actually</em> qualifies as evidence.</h1>
<p class="lead">Press placements are the single most-misunderstood O-1A criterion. We help applicants secure media coverage in the publications USCIS recognizes — and avoid the wasted effort that doesn't count.</p>
<div class="cta-buttons">
<a href="#contact" class="btn btn-primary">Request a strategy call</a>
<a href="../abigail_library.html" class="btn btn-secondary">Read the guide</a>
</div>
</div>
<div>
<div class="criteria-quote">
<strong>Criterion 3:</strong> Published material in professional or major trade publications or major media, relating to the alien's work in the field for which classification is sought.
<span class="src">8 C.F.R. § 214.2(o)(3)(iii)(B)(3)</span>
</div>
</div>
<div class="eyebrow">Press</div>
<h1>Attorney-Curated Press<br>for O-1 <em>Talent.</em></h1>
<p class="sub">Build credible media recognition that reflects your professional expertise — not your company's product launch.</p>
<p class="body-lead">Published articles about you and your work are one of the most direct ways to document public recognition in your field. But not all press serves that purpose. Paprika sources, vets, and coordinates press opportunities designed with O-1 evidentiary value in mind — evaluating the outlet, the framing, the timing, and the editorial independence, with attorney-level judgment at every step.</p>
<div class="hero-ctas" style="margin-top: 32px;">
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
<a href="services.html" class="btn btn-secondary">See Packages</a>
</div>
</div>
</section>
<!-- WHAT WE LOOK FOR -->
<section class="section alt">
<div class="container">
<div class="section-head">
<h2>What actually counts.</h2>
<p>USCIS looks at three things: the publication's stature, whether the article is <em>about you</em> (not just quoting you), and the field relevance.</p>
<h2>What Paprika looks for.</h2>
<p>Before recommending any placement, we evaluate your profile and the opportunity against the considerations that actually matter for immigration evidence.</p>
</div>
<div class="what-counts-grid">
<div class="what-card">
<h3>Major trade &amp; industry publications</h3>
<p>Profile or feature pieces in publications respected within your specialty.</p>
<ul>
<li>Industry trade press (TechCrunch for tech, Variety for film, etc.)</li>
<li>Specialty publications with broad circulation in your field</li>
<li>Recognized academic-adjacent outlets (Nature News, Quanta, MIT Tech Review)</li>
</ul>
</div>
<div class="what-card">
<h3>Major general media</h3>
<p>Coverage in publications with broad national or international reach.</p>
<ul>
<li>National newspapers and magazines</li>
<li>Major broadcast / streaming media segments</li>
<li>Established business or news outlets</li>
</ul>
</div>
<div class="what-card">
<h3>Long-form digital media</h3>
<p>Substantive coverage in respected digital outlets and podcasts with editorial standards.</p>
<ul>
<li>Editorial podcast features (not promotional)</li>
<li>YouTube channels with credentialed editorial process</li>
<li>Newsletter platforms with verified scale</li>
</ul>
</div>
<div class="anti-card">
<h3>What doesn't count</h3>
<p>Common applicant mistakes that USCIS routinely rejects.</p>
<ul>
<li>Self-published blog posts or LinkedIn articles you wrote</li>
<li>Press releases distributed by your employer</li>
<li>Brief quotes in articles primarily about someone else</li>
<li>Sponsored content or pay-to-publish outlets</li>
<li>Coverage outside your professional field</li>
</ul>
</div>
<div class="q-list">
<ol>
<li>Is the article about you personally — your expertise, your work, your recognition — not just your company?</li>
<li>Does the headline feature your name and connect to your field?</li>
<li>Is the content editorial — 500 to 1,000+ words of genuine coverage, not a paid feature or contributor post?</li>
<li>Does the outlet have real readership, editorial standards, and a clean track record?</li>
<li>Is there any "CONTRIBUTOR CONTENT," "SPONSORED," or "EDITORIAL STAFF NOT INVOLVED" disclosure that signals the article lacks independence?</li>
<li>Does the timing fit a natural, organic-looking trajectory rather than a sudden cluster before filing?</li>
<li>Does the coverage complement your other O-1 criteria?</li>
</ol>
<div class="lesson">The outlet name is not the evidence. The editorial independence is.</div>
</div>
</div>
</section>
<!-- CONTRIBUTOR CONTENT PROBLEM -->
<section class="section">
<div class="container">
<div class="section-head">
<h2>How the engagement works.</h2>
<p>A structured 90-day program. Editorial outreach, not paid placement. No guarantees, but a defined process.</p>
<h2>What to avoid: Press that won't help your case.</h2>
<p>Two of the most-cited outlets in visa press are major national publications. But both publish two very different types of content: genuine editorial features and contributor or sponsored content. The difference is visible in the label.</p>
</div>
<div class="steps">
<div class="step">
<div class="step-num">1</div>
<h3>Story discovery</h3>
<p>We work with you to identify the angles in your work that journalists will actually find newsworthy.</p>
<div class="press-mocks">
<div class="press-mock">
<div class="press-mock-bar">Major Tech Publication</div>
<div class="press-mock-label">EDITORIAL STAFF WERE NOT INVOLVED WITH THIS CONTENT</div>
<div class="press-mock-body">
<div class="press-mock-title">How AI Is Reshaping the Future of Work</div>
<div class="press-mock-byline">By A Third-Party Contributor</div>
<div class="press-mock-text">The article appears on the same domain as editorial coverage. The headline is professional. The byline looks legitimate. But the label at the top changes everything for an O-1 reviewer.</div>
<div class="press-mock-callout">
<strong>What this signals to USCIS:</strong>
The editorial team did not select this piece. A third party — often the subject or a PR firm — wrote or paid for it. Treated as advertising, not editorial recognition.
</div>
</div>
</div>
<div class="step">
<div class="step-num">2</div>
<h3>Outlet mapping</h3>
<p>We build a target list of publications matched to your field, your story, and USCIS's stature requirements.</p>
</div>
<div class="step">
<div class="step-num">3</div>
<h3>Pitch &amp; coordinate</h3>
<p>Tailored pitches to identified journalists. We coordinate interviews, fact-checking, and review windows.</p>
</div>
<div class="step">
<div class="step-num">4</div>
<h3>Documentation</h3>
<p>Published coverage formatted as O-1A exhibits, with circulation evidence and editorial credential documentation.</p>
<div class="press-mock">
<div class="press-mock-bar usatoday">National Daily</div>
<div class="press-mock-label">CONTRIBUTOR CONTENT BY [Sponsor]</div>
<div class="press-mock-body">
<div class="press-mock-title">10 Trends Changing the Industry in 2026</div>
<div class="press-mock-byline">By Branded Content Team</div>
<div class="press-mock-text">Same outlet that produces award-winning journalism. Same URL pattern. Same logo at the top. But this section explicitly indicates third-party authorship and paid placement.</div>
<div class="press-mock-callout">
<strong>What this signals to USCIS:</strong>
Essentially an advertisement on a respected outlet. Carries minimal evidentiary weight regardless of how the outlet's other journalism is perceived.
</div>
</div>
</div>
</div>
<p class="mock-caption">Illustrative mockups showing the labels that distinguish editorial content from contributor / sponsored content on major outlets.</p>
<div class="q-list" style="background: var(--paprika-light); border-color: var(--paprika);">
<p style="margin: 0; font-size: 16px; line-height: 1.7; color: var(--ink);">When an article on a major outlet says <strong>"EDITORIAL STAFF WERE NOT INVOLVED WITH THIS CONTENT,"</strong> or <strong>"CONTRIBUTOR CONTENT BY,"</strong> those labels communicate to a USCIS reviewer that:</p>
<ul style="font-size: 15px; color: var(--ink); margin: 16px 0 0; line-height: 1.7;">
<li>The outlet did not editorially choose to cover this person</li>
<li>A third party, often the subject or a PR firm, produced or paid for the content</li>
<li>The article is not evidence of independent recognition — it is essentially an advertisement</li>
</ul>
<p style="margin: 20px 0 0; font-size: 15px; line-height: 1.6; color: var(--ink);">This is one of the most common and costly mistakes in O-1 press strategy. Paprika's attorney-curated review catches these distinctions before a placement is made. <strong>We do not place contributor content and represent it as editorial coverage.</strong></p>
</div>
</div>
</section>
<!-- OUTLET NETWORK -->
<section class="section alt">
<div class="container">
<div class="section-head">
<h2>What we don't do.</h2>
<p>Honest about the boundary between PR and pay-to-play.</p>
<h2>Press outlet network.</h2>
<p>Paprika works with a network of recognized publications across business, technology, science, arts, lifestyle, and industry media. Outlet selection is tailored to your field, background, and O-1 criteria.</p>
</div>
<div style="max-width: 760px; margin: 0 auto; display:flex; flex-direction:column; gap:16px;">
<div class="anti-card">
<h3>No paid placements</h3>
<p>We don't buy coverage. Paid editorial undermines O-1A admissibility and is increasingly flagged by USCIS adjudicators. Every placement is earned editorial.</p>
<div class="category-block">
<h3>Business &amp; Technology</h3>
<div class="outlet-tags">
<span class="outlet-tag">Forbes</span><span class="outlet-tag">Bloomberg</span><span class="outlet-tag">Business Insider</span><span class="outlet-tag">TechCrunch</span><span class="outlet-tag">VentureBeat</span><span class="outlet-tag">Fast Company</span><span class="outlet-tag">Entrepreneur</span><span class="outlet-tag">GeekWire</span><span class="outlet-tag">Mashable</span><span class="outlet-tag">Yahoo News</span><span class="outlet-tag">International Business Times</span><span class="outlet-tag">Benzinga</span><span class="outlet-tag">MarketWatch</span><span class="outlet-tag">Investing.com</span><span class="outlet-tag">Tech Times</span><span class="outlet-tag">Grit Daily</span><span class="outlet-tag">CEOWorld Magazine</span><span class="outlet-tag">SmartCompany</span><span class="outlet-tag">Success</span><span class="outlet-tag">Venture Capital Post</span>
</div>
<div class="anti-card">
<h3>No guaranteed coverage counts</h3>
<p>We guarantee structured outreach to a defined number of outlets. We do not guarantee any specific journalist will write about you, or any specific publication will run a piece.</p>
</div>
<div class="category-block">
<h3>Science &amp; Research</h3>
<div class="outlet-tags">
<span class="outlet-tag">Field-specific peer-reviewed journals</span><span class="outlet-tag">Academic publications</span><span class="outlet-tag">Research trade media</span><span class="outlet-tag">Conference proceedings publications</span>
</div>
<div class="anti-card">
<h3>No fake bylines</h3>
<p>We don't write articles for you to "publish under your name" in outlets that take submissions for fees. USCIS regularly rejects these.</p>
</div>
<div class="category-block">
<h3>Lifestyle, Arts &amp; Culture</h3>
<div class="outlet-tags">
<span class="outlet-tag">Vogue</span><span class="outlet-tag">Rolling Stone</span><span class="outlet-tag">Billboard</span><span class="outlet-tag">GQ</span><span class="outlet-tag">Elle</span><span class="outlet-tag">Cosmopolitan</span><span class="outlet-tag">Marie Claire</span><span class="outlet-tag">Harper's Bazaar</span><span class="outlet-tag">Nylon</span><span class="outlet-tag">Glamour</span><span class="outlet-tag">Grazia</span><span class="outlet-tag">The Zoe Report</span><span class="outlet-tag">Footwear News</span><span class="outlet-tag">Bustle</span><span class="outlet-tag">Paste</span><span class="outlet-tag">Paper</span><span class="outlet-tag">Fashion Times</span><span class="outlet-tag">WWD</span><span class="outlet-tag">Life &amp; Style</span><span class="outlet-tag">People</span><span class="outlet-tag">OK!</span><span class="outlet-tag">Maxim</span>
</div>
</div>
<div class="category-block">
<h3>Entertainment &amp; Media</h3>
<div class="outlet-tags">
<span class="outlet-tag">Hollywood Life</span><span class="outlet-tag">E! News</span><span class="outlet-tag">Los Angeles Magazine</span><span class="outlet-tag">LA Weekly</span>
</div>
</div>
<div class="category-block">
<h3>News &amp; General</h3>
<div class="outlet-tags">
<span class="outlet-tag">USA Today</span><span class="outlet-tag">Newsweek</span><span class="outlet-tag">Time</span><span class="outlet-tag">Los Angeles Times</span><span class="outlet-tag">Detroit Free Press</span><span class="outlet-tag">SFGate</span><span class="outlet-tag">Digital Journal</span><span class="outlet-tag">InStyle</span><span class="outlet-tag">Global Banking &amp; Finance Review</span>
</div>
</div>
<div class="category-block">
<h3>Startup &amp; VC</h3>
<div class="outlet-tags">
<span class="outlet-tag">Y Combinator-affiliated media</span><span class="outlet-tag">Techstars publications</span><span class="outlet-tag">Startup ecosystem coverage</span><span class="outlet-tag">Accelerator program media</span>
</div>
</div>
<p class="outlet-note">Outlet selection is matched to your field and background on intake. Not every outlet is always available.</p>
</div>
</section>
<!-- EVIDENCE PACKAGE -->
<section class="section">
<div class="container">
<div class="section-head">
<h2>USCIS-ready evidence package.</h2>
<p>Every Paprika press engagement is documented for attorney use. Your evidence package typically includes:</p>
</div>
<div class="evidence-items">
<div class="evidence-item">
<h4>Screenshots &amp; archived links</h4>
<p>All published articles archived and screenshotted, with date and outlet metadata.</p>
</div>
<div class="evidence-item">
<h4>Editor letters on letterhead</h4>
<p>Letters from editors or managing editors confirming coverage was editorially selected — not sponsored.</p>
</div>
<div class="evidence-item">
<h4>Outlet credibility documentation</h4>
<p>Traffic analytics, circulation data, and comparative readership to support "major media" or "national recognition" arguments where applicable.</p>
</div>
<div class="evidence-item">
<h4>Organized documentation packet</h4>
<p>A clean, structured packet built for straightforward attorney review and exhibit preparation.</p>
</div>
<div class="evidence-item" style="grid-column: span 2;">
<h4>Article summary notes</h4>
<p>For each placement: a brief explaining the outlet's significance, the article's focus, and how it relates to the relevant O-1 criterion.</p>
</div>
</div>
</div>
</section>
<section class="section" id="contact">
<!-- PLACEMENT GUARANTEE -->
<section class="section alt">
<div class="container" style="max-width: 920px;">
<div class="guarantee-band">
<h3>Placement Guarantee</h3>
<p>For eligible press packages: if Paprika accepts your project and cannot secure the agreed publication deliverable, <strong>we refund the unpublished placement fee</strong>. We do not guarantee immigration outcomes, legal eligibility, or USCIS acceptance of any evidence.</p>
</div>
</div>
</section>
<!-- CTA -->
<section class="section">
<div class="container">
<div class="cta-band">
<h2>Start with a strategy call.</h2>
<p>A 30-minute call covering your story, target timeline, current evidence, and whether press is the right gap-filler for your case.</p>
<div class="cta-buttons">
<a href="../abigail_individuals.html#hero" class="btn btn-primary">Request a call</a>
<a href="services.html" class="btn btn-secondary">See all services</a>
<h2>Start with your profile.</h2>
<p>Share your LinkedIn or CV. We'll tell you which press path makes sense for your field, timeline, and existing evidence.</p>
<div style="display:inline-flex; gap:12px; flex-wrap:wrap;">
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
<a href="services.html" class="btn btn-secondary">See Packages</a>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="container">
<div>
<div class="brand" style="color:var(--ink); margin-bottom:8px;">Abigail<span class="brand-dot">.</span></div>
<div>AI-native immigration platform</div>
<div class="brand-name" style="margin-bottom:6px;">Paprika</div>
<div style="font-size:12px; max-width:280px; line-height:1.55;">Attorney-Curated Press &amp; Evidence for O-1 Talent.</div>
</div>
<div class="footer-links">
<div>
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Services</div>
<div><a href="services.html">All services</a></div>
<div><a href="press.html">Press support</a></div>
<div><a href="judging.html">Peer-review intros</a></div>
<div><a href="attorneys.html">Attorney network</a></div>
</div>
<div>
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Resources</div>
<div><a href="../abigail_library.html">Library</a></div>
<div><a href="petitions.html">Petitions</a></div>
<div><a href="../abigail_pricing.html">Pricing</a></div>
</div>
<div>
<div style="color:var(--ink); font-weight:600; margin-bottom:8px;">Legal</div>
<div><a href="#">Terms</a></div>
<div><a href="#">Privacy</a></div>
<div><a href="login.html">Log in</a></div>
</div>
<div class="footer-col">
<h4>Services</h4>
<a href="press.html">Press</a>
<a href="judging.html">Judging</a>
<a href="scholarly.html">Scholarly Articles</a>
<a href="services.html">Packages</a>
</div>
<div class="footer-col">
<h4>About</h4>
<a href="why-paprika.html">Why Paprika</a>
<a href="resources.html">Resources</a>
<a href="faq.html">FAQ</a>
<a href="about.html">About</a>
</div>
<div class="footer-col">
<h4>Legal</h4>
<a href="terms.html">Terms of Service</a>
<a href="privacy.html">Privacy</a>
<a href="disclaimer.html">Disclaimer</a>
<a href="start-here.html">Start Here</a>
</div>
</div>
<div class="container">
<div class="disclaimer">
Press &amp; media support is a non-legal professional service. Abigail does not guarantee specific media placements or O-1A approval outcomes. All outreach is editorial; no paid placements. Documentation is exhibit-formatted but does not constitute legal advice. Legal services, where elected, are provided by Abigail Legal Services, P.C. under separate engagement.
Paprika is not a law firm and does not provide legal advice or immigration representation. Use of our services does not create an attorney-client relationship.
</div>
</div>
</footer>
<script>
const dd = document.getElementById("resourcesDropdown");
if (dd) {
const trigger = dd.querySelector(".nav-trigger");
trigger.addEventListener("click", (e) => {
e.stopPropagation();
dd.classList.toggle("open");
});
document.addEventListener("click", () => dd.classList.remove("open"));
dd.querySelector(".dropdown-menu").addEventListener("click", (e) => e.stopPropagation());
}
const THEME_KEY = "abigail-theme";
const root = document.documentElement;
if (localStorage.getItem(THEME_KEY) === "dark") root.classList.add("dark");
const toggle = document.getElementById("themeToggle");
if (toggle) toggle.addEventListener("click", () => {
root.classList.toggle("dark");
localStorage.setItem(THEME_KEY, root.classList.contains("dark") ? "dark" : "light");
});
</script>
</body>
</html>