Files
abigail-site/v1/index.html

726 lines
24 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Paprika — Attorney-Curated Press &amp; Evidence for O-1 Talent</title>
<meta name="description" content="Paprika helps extraordinary founders, researchers, executives, and creators build credible public recognition early — through attorney-curated press, judging, scholarly articles, and evidence-conscious visibility strategy.">
<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=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 { padding: 96px 0 56px; }
.hero h1 em { font-style: italic; color: var(--paprika); }
.supporting-tag {
display: inline-block;
font-family: "Fraunces", serif;
font-style: italic;
font-size: 18px;
color: var(--paprika);
margin-top: 16px;
}
.trust-strip {
background: var(--paper-2);
padding: 28px 0;
text-align: center;
border-top: 1px solid var(--rule);
border-bottom: 1px solid var(--rule);
font-size: 14px;
color: var(--mute);
line-height: 1.5;
}
.trust-strip strong { color: var(--ink); font-weight: 600; }
/* Why early section */
.why-early {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 64px;
align-items: start;
}
.why-early h2 { font-size: 40px; line-height: 1.15; margin: 0 0 20px; }
.why-early .lead {
font-size: 16px; color: var(--body); line-height: 1.65;
margin: 0 0 24px;
}
.why-early ul {
list-style: none; padding: 0; margin: 0;
}
.why-early li {
padding: 14px 0 14px 28px;
position: relative;
border-top: 1px solid var(--rule);
font-size: 15px;
color: var(--body);
}
.why-early li:first-child { border-top: 0; }
.why-early li::before {
content: "→";
position: absolute; left: 0; top: 14px;
color: var(--paprika);
font-weight: 700;
}
/* Core 3 services */
.core-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.core-card {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 16px;
padding: 36px 32px;
transition: all 0.18s;
}
.core-card:hover {
border-color: var(--paprika);
transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(192,57,43,0.08);
}
.core-card-tag {
font-family: "Inter", sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.14em;
color: var(--paprika);
margin-bottom: 16px;
}
.core-card h3 {
font-size: 26px;
line-height: 1.1;
margin: 0 0 12px;
color: var(--ink);
}
.core-card p {
font-size: 15px;
color: var(--mute);
margin: 0;
line-height: 1.6;
}
/* Attorney curated questions */
.curated-questions {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 18px;
padding: 40px 44px;
}
.curated-questions h4 {
font-family: "Inter", sans-serif;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--paprika);
margin: 0 0 20px;
}
.curated-questions ol {
list-style: none; padding: 0; margin: 0;
counter-reset: q;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px 32px;
}
.curated-questions li {
counter-increment: q;
position: relative;
padding-left: 38px;
font-size: 15px;
color: var(--body);
line-height: 1.55;
}
.curated-questions li::before {
content: "0" counter(q);
position: absolute; left: 0; top: 0;
font-family: "Fraunces", serif;
color: var(--paprika);
font-weight: 600;
font-size: 16px;
}
.curated-footer {
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid var(--rule);
font-size: 14px;
color: var(--mute);
font-style: italic;
}
/* Press example mock */
.press-mocks {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.press-mock {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 12px;
overflow: hidden;
position: relative;
}
.press-mock-bar {
background: #1a1a1a;
color: white;
padding: 6px 16px;
font-family: "Inter", sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.press-mock-bar.usatoday { background: #009BFF; }
.press-mock-label {
background: #F8E8E5;
color: #8B2E20;
padding: 10px 16px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.06em;
border-bottom: 2px solid var(--paprika);
position: relative;
}
.press-mock-label::after {
content: "⚠";
position: absolute; right: 14px; top: 50%;
transform: translateY(-50%);
color: var(--paprika);
font-size: 16px;
}
.press-mock-body {
padding: 24px;
}
.press-mock-title {
font-family: "Fraunces", serif;
font-size: 18px;
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;
}
.press-mock-callout {
background: var(--paprika-light);
border-left: 3px solid var(--paprika);
padding: 12px 14px;
border-radius: 6px;
font-size: 13px;
line-height: 1.5;
color: var(--ink);
}
.press-mock-callout strong { display: block; margin-bottom: 4px; }
.lesson-line {
text-align: center;
margin-top: 36px;
font-family: "Fraunces", serif;
font-style: italic;
font-size: 22px;
color: var(--ink);
line-height: 1.4;
}
/* How it works */
.how-steps {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
position: relative;
}
.how-step {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 14px;
padding: 28px 22px;
text-align: center;
}
.how-step-num {
width: 36px; height: 36px;
border-radius: 50%;
background: var(--paprika);
color: white;
display: flex; align-items: center; justify-content: center;
font-family: "Fraunces", serif;
font-weight: 700;
font-size: 16px;
margin: 0 auto 18px;
}
.how-step p {
margin: 0;
font-size: 14px;
line-height: 1.55;
color: var(--body);
}
/* Pricing signal */
.pricing-band {
background: var(--paprika-light);
border-radius: 18px;
padding: 48px 48px;
display: grid;
grid-template-columns: 2fr 1fr;
align-items: center;
gap: 48px;
}
.pricing-band h3 {
font-size: 30px;
margin: 0 0 8px;
color: var(--ink);
}
.pricing-band h3 em { font-style: normal; color: var(--paprika); }
.pricing-band p { margin: 0; color: var(--mute); font-size: 15px; }
.pricing-band .right { text-align: right; }
/* Attorney teaser */
.atty-teaser {
background: var(--ink);
color: var(--paper);
border-radius: 18px;
padding: 64px 48px;
text-align: center;
}
.atty-teaser h2 {
color: var(--paper);
font-size: 36px;
margin: 0 0 16px;
}
.atty-teaser p {
color: #C9CDD3;
font-size: 17px;
max-width: 720px;
margin: 0 auto 28px;
line-height: 1.6;
}
.atty-teaser .pill {
background: rgba(255,255,255,0.1);
color: white;
margin: 0 4px 8px;
}
.atty-teaser .btn-secondary {
background: transparent;
color: white;
border-color: rgba(255,255,255,0.25);
}
.atty-teaser .btn-secondary:hover {
background: white; color: var(--ink);
}
/* Counsel referral */
.counsel-band {
background: var(--paper);
border: 1px solid var(--rule);
border-left: 4px solid var(--paprika);
border-radius: 12px;
padding: 36px 40px;
display: grid;
grid-template-columns: 1fr auto;
gap: 32px;
align-items: center;
}
.counsel-band h3 { margin: 0 0 10px; font-size: 22px; }
.counsel-band p { margin: 0; font-size: 15px; color: var(--mute); line-height: 1.6; }
/* Founder PR */
.founder-pr {
background: var(--paper-2);
border-radius: 12px;
padding: 28px 32px;
text-align: center;
border: 1px solid var(--rule);
}
.founder-pr p {
margin: 0 0 12px;
font-size: 15px;
color: var(--body);
line-height: 1.6;
}
.founder-pr a {
color: var(--paprika);
font-weight: 600;
font-size: 14px;
}
/* FAQ */
.faq-strip {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px;
}
.faq-item {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: 12px;
padding: 22px 26px;
}
.faq-item h4 {
font-family: "Inter", sans-serif;
font-size: 15px;
font-weight: 600;
margin: 0 0 6px;
color: var(--ink);
}
.faq-item p { margin: 0; font-size: 14px; color: var(--mute); line-height: 1.55; }
/* Final CTA */
.final-cta {
text-align: center;
padding: 80px 0 60px;
}
.final-cta h2 {
font-size: 48px;
line-height: 1.15;
margin: 0 auto 16px;
max-width: 820px;
}
.final-cta h2 em { font-style: italic; color: var(--paprika); }
.final-cta p {
font-size: 17px;
color: var(--mute);
max-width: 580px;
margin: 0 auto 32px;
line-height: 1.6;
}
@media (max-width: 880px) {
.hero h1 { font-size: 40px; }
.why-early, .pricing-band, .counsel-band { grid-template-columns: 1fr; gap: 24px; }
.core-cards, .press-mocks, .faq-strip { grid-template-columns: 1fr; }
.curated-questions ol { grid-template-columns: 1fr; }
.how-steps { grid-template-columns: 1fr; }
.pricing-band .right { text-align: left; }
.final-cta h2 { font-size: 34px; }
}
</style>
</head>
<body>
<nav>
<div class="container">
<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">Press</a>
<a href="judging.html">Judging</a>
<a href="scholarly.html">Scholarly Articles</a>
<a href="services.html">Services</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>
<!-- HERO -->
<section class="hero centered">
<div class="container">
<h1>O-1 evidence should not be built in a <em>panic.</em></h1>
<p class="lead">Paprika helps extraordinary founders, researchers, executives, and creators build credible public recognition early — through attorney-curated press, judging, scholarly articles, and evidence-conscious visibility strategy.</p>
<div class="hero-ctas">
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
<a href="start-here.html#question" class="btn btn-secondary">Ask a Question</a>
</div>
<p class="support-text">Share your LinkedIn or CV. We review your background and tell you what evidence path makes sense for your profile and timeline — no commitment required.</p>
<div class="supporting-tag">The only thing you cannot buy later is time.</div>
</div>
</section>
<!-- TRUST STRIP -->
<section class="trust-strip">
<div class="container">
Built for <strong>founders, researchers, executives, creators, and global talent</strong> preparing for O-1, EB-1A, or long-term public recognition.
</div>
</section>
<!-- WHY START EARLY -->
<section class="section">
<div class="container">
<div class="why-early">
<div>
<h2>The one thing you cannot buy later is time.</h2>
<p class="lead">Press, judging, and scholarly articles are strongest when they look like part of a real professional trajectory. If every placement and publication appears in the weeks right before filing, the profile can feel rushed or manufactured. USCIS reviewers are trained to evaluate organic recognition over time. Paprika helps you build a natural cadence before you are under filing pressure — regardless of your specific timeline.</p>
<a href="start-here.html" class="btn btn-primary">Start Here</a>
</div>
<ul>
<li>Build recognition before you need to prove it</li>
<li>Create a more natural publication and judging timeline</li>
<li>Avoid last-minute evidence panic</li>
<li>Give your future immigration attorney stronger material to work with</li>
<li>Build a public record that helps your career regardless of immigration outcome</li>
<li>Start with one article, one judging opportunity, or a full profile review</li>
</ul>
</div>
</div>
</section>
<!-- THREE CORE SERVICES -->
<section class="section alt">
<div class="container">
<div class="section-head">
<h2>Three core services.</h2>
<p>Coordinated by attorneys. Designed for evidence value, not vanity.</p>
</div>
<div class="core-cards">
<a class="core-card" href="press.html">
<div class="core-card-tag">SERVICE · 01</div>
<h3>Press</h3>
<p>Feature articles, expert commentary, founder profiles, and media coverage that builds credible public recognition around your work.</p>
</a>
<a class="core-card" href="judging.html">
<div class="core-card-tag">SERVICE · 02</div>
<h3>Judging</h3>
<p>Panels, competitions, peer review, and evaluation roles that show your field trusts your expertise to judge theirs.</p>
</a>
<a class="core-card" href="scholarly.html">
<div class="core-card-tag">SERVICE · 03</div>
<h3>Scholarly Articles</h3>
<p>Scholarly, industry, and expert-authored articles that establish professional authority and field-specific thought leadership.</p>
</a>
</div>
</div>
</section>
<!-- WHY ATTORNEY-CURATED -->
<section class="section">
<div class="container">
<div class="section-head">
<h2>Not all press helps. Not all judging counts.</h2>
<p>Generic PR focuses on visibility. Paprika focuses on evidence value. Before recommending any placement or opportunity, we evaluate it against the standards that matter for your specific profile and your future immigration review.</p>
</div>
<div class="curated-questions">
<h4>The questions we ask before recommending anything</h4>
<ol>
<li>Is the article actually about you — not just your company or product?</li>
<li>Does it connect to your specific professional field and O-1 criteria?</li>
<li>Does the outlet appear credible, independent, and documentable to USCIS standards?</li>
<li>Does the timing make sense for a natural, organic-looking public profile?</li>
<li>Does the judging role involve genuinely evaluating others' work — or is it ceremonial?</li>
<li>Does the authorship reflect real expertise, or does it read as promotional content?</li>
<li>Can your future attorney use this cleanly in an evidence package?</li>
<li>Does it complement your other existing criteria?</li>
</ol>
<div class="curated-footer">These are not questions that generic PR firms ask. They require attorney-level judgment to answer correctly for a specific person's case.</div>
</div>
<div style="text-align:center; margin-top:32px;">
<a href="why-paprika.html" class="btn btn-secondary">See Why Paprika</a>
</div>
</div>
</section>
<!-- WHAT GOOD PRESS LOOKS LIKE -->
<section class="section warm">
<div class="container">
<div class="section-head">
<h2>Press that helps your O-1 is not the same as press that just mentions you.</h2>
<p>USCIS reviewers are trained to identify the difference between genuine editorial recognition and paid or contributor content. The distinction is not always obvious from the publication name alone — it lives in how the article is labeled, who authored it, and whether the editorial team was actually involved.</p>
</div>
<div class="press-mocks">
<div class="press-mock">
<div class="press-mock-bar">Major Tech Publication</div>
<div class="press-mock-label">CONTRIBUTOR CONTENT BY [Third Party]</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">Published · Contributor</div>
<div class="press-mock-callout">
<strong>What the label signals:</strong>
The editorial team did not select this. A third party wrote or paid for it. USCIS will likely treat this as advertising, not editorial recognition.
</div>
</div>
</div>
<div class="press-mock">
<div class="press-mock-bar usatoday">National Daily</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">10 Trends Changing the Industry in 2026</div>
<div class="press-mock-byline">Published · Branded content</div>
<div class="press-mock-callout">
<strong>What the label signals:</strong>
Same outlet name, same domain — but this is paid placement. The editorial team explicitly disclaims involvement. Essentially an advertisement.
</div>
</div>
</div>
</div>
<div class="lesson-line">An article on the exact same outlet can be extremely strong evidence — or essentially useless evidence — depending entirely on how it was produced and labeled.</div>
<div class="lesson-line" style="font-size:18px; margin-top:12px; color:var(--paprika);">The outlet name is not the evidence. The editorial independence is.</div>
</div>
</section>
<!-- HOW IT WORKS -->
<section class="section">
<div class="container">
<div class="section-head">
<h2>How it works.</h2>
<p>Five steps from profile review to a USCIS-ready evidence package.</p>
</div>
<div class="how-steps">
<div class="how-step">
<div class="how-step-num">1</div>
<p>Send us your profile — LinkedIn, CV, or a short description of your work and goals.</p>
</div>
<div class="how-step">
<div class="how-step-num">2</div>
<p>Receive a profile assessment and recommended evidence path specific to your background.</p>
</div>
<div class="how-step">
<div class="how-step-num">3</div>
<p>Choose your services: press, judging, scholarly articles, full evidence strategy, or counsel referral.</p>
</div>
<div class="how-step">
<div class="how-step-num">4</div>
<p>We source, vet, coordinate, and document each opportunity.</p>
</div>
<div class="how-step">
<div class="how-step-num">5</div>
<p>Receive a USCIS-ready evidence package organized for attorney review.</p>
</div>
</div>
</div>
</section>
<!-- PRICING SIGNAL -->
<section class="section">
<div class="container">
<div class="pricing-band">
<div>
<h3>Packages start at <em>$1,999+</em></h3>
<p>Final pricing depends on outlet level, timeline, field, and evidence goals. Custom packages available. We will recommend what makes sense after reviewing your background and timeline.</p>
</div>
<div class="right">
<a href="services.html" class="btn btn-primary">See Services</a>
</div>
</div>
</div>
</section>
<!-- WHY PAPRIKA TEASER -->
<section class="section">
<div class="container">
<div class="atty-teaser">
<h2>Attorney-caliber review for every opportunity.</h2>
<p>Our attorneys bring Ivy League legal training and Vault 10 BigLaw experience to every evidence review — the same judgment applied to high-stakes legal work, now applied to your O-1 profile. That means evaluating not just whether a placement is obtainable, but whether it will actually serve your case.</p>
<div style="margin-bottom:24px;">
<span class="pill">Ivy League legal training</span>
<span class="pill">Vault 10 BigLaw experience</span>
<span class="pill">Evidence-conscious review</span>
</div>
<a href="why-paprika.html" class="btn btn-secondary">See Why Paprika</a>
</div>
</div>
</section>
<!-- IMMIGRATION COUNSEL REFERRAL -->
<section class="section">
<div class="container">
<div class="counsel-band">
<div>
<h3>Need immigration counsel or an O-1 agent petitioner?</h3>
<p>Building strong evidence is the first step. When you're ready to file — or if you have legal questions about O-1 eligibility, petition strategy, or agent filing — Paprika can connect you with experienced immigration attorneys who handle O-1 petitions and agent structures.</p>
</div>
<a href="start-here.html#counsel" class="btn btn-primary">Talk to Our Team</a>
</div>
</div>
</section>
<!-- FOUNDER PR -->
<section class="section alt">
<div class="container" style="max-width: 820px;">
<div class="founder-pr">
<p><strong>General PR for founders and companies.</strong> The same visibility strategy that helps O-1 talent can also support founders and companies expanding into the U.S. market — for investors, customers, partners, and long-term positioning.</p>
<a href="services.html#founder-pr">Learn more about Founder Visibility →</a>
</div>
</div>
</section>
<!-- FAQ STRIP -->
<section class="section">
<div class="container">
<div class="section-head">
<h2>Questions, briefly.</h2>
<p>Full answers on the <a href="faq.html" style="color:var(--paprika); font-weight:600;">FAQ page</a>.</p>
</div>
<div class="faq-strip">
<div class="faq-item">
<h4>Is Paprika a law firm?</h4>
<p>No. Paprika is a media and evidence-building company. We do not provide immigration legal advice.</p>
</div>
<div class="faq-item">
<h4>Does Paprika guarantee visa approval?</h4>
<p>No. We guarantee specific placement deliverables where stated. Visa outcomes depend on the full case.</p>
</div>
<div class="faq-item">
<h4>When should I start?</h4>
<p>The earlier the better. Evidence built over time looks more credible than a cluster of placements right before filing.</p>
</div>
<div class="faq-item">
<h4>Can I use Paprika before hiring an attorney?</h4>
<p>Yes. Paprika is especially useful before the formal O-1 process begins.</p>
</div>
<div class="faq-item">
<h4>Can I use Paprika if I already have an attorney?</h4>
<p>Yes. Many clients already have immigration counsel.</p>
</div>
<div class="faq-item">
<h4>How does pricing work?</h4>
<p>Packages start at $1,999+. Final pricing depends on outlet level, timeline, field, and evidence goals.</p>
</div>
</div>
</div>
</section>
<!-- FINAL CTA -->
<section class="final-cta">
<div class="container">
<h2>Your work may already be extraordinary. Your <em>public record</em> should show it.</h2>
<p>Send us your profile. We'll tell you whether Paprika can help and what evidence-building path makes sense for your timeline and goals.</p>
<div style="display:inline-flex; gap:12px; flex-wrap:wrap; justify-content:center;">
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</a>
<a href="start-here.html#question" class="btn btn-secondary">Ask a Question</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="container">
<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-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">
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>
</body>
</html>