347 lines
11 KiB
HTML
347 lines
11 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<title>Services & Packages — Paprika</title>
|
||
<meta name="description" content="Attorney-curated press, judging, scholarly articles, and evidence strategy packages. Packages start at $1,999+.">
|
||
<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 h1 em { font-style: italic; color: var(--paprika); }
|
||
|
||
.pkg-grid {
|
||
display: grid;
|
||
grid-template-columns: repeat(2, 1fr);
|
||
gap: 20px;
|
||
}
|
||
.pkg-card {
|
||
background: var(--paper);
|
||
border: 1px solid var(--rule);
|
||
border-radius: 18px;
|
||
padding: 36px;
|
||
position: relative;
|
||
transition: all 0.18s;
|
||
}
|
||
.pkg-card:hover {
|
||
border-color: var(--paprika);
|
||
transform: translateY(-3px);
|
||
box-shadow: 0 14px 36px rgba(192,57,43,0.1);
|
||
}
|
||
.pkg-card.featured {
|
||
background: var(--paprika);
|
||
color: white;
|
||
border-color: var(--paprika);
|
||
}
|
||
.pkg-card.featured h3, .pkg-card.featured .pkg-price {
|
||
color: white;
|
||
}
|
||
.pkg-card.featured .pkg-desc {
|
||
color: rgba(255,255,255,0.85);
|
||
}
|
||
.pkg-card.featured .pkg-tag {
|
||
background: rgba(255,255,255,0.18);
|
||
color: white;
|
||
}
|
||
.pkg-card.featured .pkg-cta {
|
||
background: white;
|
||
color: var(--paprika);
|
||
border-color: white;
|
||
}
|
||
.pkg-tag {
|
||
display: inline-block;
|
||
font-family: "Inter", sans-serif;
|
||
font-size: 11px;
|
||
font-weight: 700;
|
||
letter-spacing: 0.12em;
|
||
text-transform: uppercase;
|
||
background: var(--paprika-light);
|
||
color: var(--paprika);
|
||
padding: 5px 12px;
|
||
border-radius: 999px;
|
||
margin-bottom: 16px;
|
||
}
|
||
.pkg-card h3 {
|
||
font-size: 24px;
|
||
line-height: 1.15;
|
||
margin: 0 0 12px;
|
||
color: var(--ink);
|
||
}
|
||
.pkg-desc {
|
||
font-size: 15px;
|
||
color: var(--mute);
|
||
line-height: 1.6;
|
||
margin: 0 0 24px;
|
||
}
|
||
.pkg-price {
|
||
font-family: "Fraunces", serif;
|
||
font-size: 22px;
|
||
font-weight: 600;
|
||
color: var(--paprika);
|
||
margin: 0 0 24px;
|
||
padding-top: 20px;
|
||
border-top: 1px solid var(--rule);
|
||
}
|
||
.pkg-card.featured .pkg-price {
|
||
border-top-color: rgba(255,255,255,0.2);
|
||
}
|
||
.pkg-price small {
|
||
font-family: "Inter", sans-serif;
|
||
font-size: 13px;
|
||
color: var(--mute);
|
||
font-weight: 400;
|
||
display: block;
|
||
margin-top: 4px;
|
||
}
|
||
.pkg-card.featured .pkg-price small {
|
||
color: rgba(255,255,255,0.75);
|
||
}
|
||
.pkg-cta {
|
||
display: inline-block;
|
||
padding: 11px 22px;
|
||
border-radius: 999px;
|
||
font-weight: 600;
|
||
font-size: 14px;
|
||
background: transparent;
|
||
color: var(--ink);
|
||
border: 1px solid var(--ink);
|
||
transition: all 0.15s;
|
||
}
|
||
.pkg-cta:hover {
|
||
background: var(--ink);
|
||
color: white;
|
||
}
|
||
.pkg-card.featured .pkg-cta:hover {
|
||
background: var(--ink);
|
||
color: white;
|
||
border-color: var(--ink);
|
||
}
|
||
|
||
/* Pricing band */
|
||
.pricing-philosophy {
|
||
background: var(--paprika-light);
|
||
border-radius: 18px;
|
||
padding: 48px 56px;
|
||
text-align: center;
|
||
}
|
||
.pricing-philosophy h3 {
|
||
font-size: 30px;
|
||
margin: 0 0 12px;
|
||
color: var(--ink);
|
||
}
|
||
.pricing-philosophy h3 em { font-style: normal; color: var(--paprika); }
|
||
.pricing-philosophy p {
|
||
font-size: 16px;
|
||
color: var(--body);
|
||
margin: 0;
|
||
line-height: 1.65;
|
||
max-width: 720px;
|
||
margin: 0 auto;
|
||
}
|
||
|
||
.counsel-card {
|
||
background: var(--ink);
|
||
color: var(--paper);
|
||
border-radius: 18px;
|
||
padding: 40px 44px;
|
||
display: grid;
|
||
grid-template-columns: 1fr auto;
|
||
gap: 32px;
|
||
align-items: center;
|
||
}
|
||
.counsel-card h3 {
|
||
color: var(--paper);
|
||
font-size: 24px;
|
||
margin: 0 0 8px;
|
||
}
|
||
.counsel-card p {
|
||
color: #C9CDD3;
|
||
font-size: 15px;
|
||
line-height: 1.6;
|
||
margin: 0;
|
||
max-width: 580px;
|
||
}
|
||
.counsel-card .btn-secondary {
|
||
background: transparent;
|
||
color: white;
|
||
border-color: rgba(255,255,255,0.3);
|
||
}
|
||
.counsel-card .btn-secondary:hover {
|
||
background: white;
|
||
color: var(--ink);
|
||
border-color: white;
|
||
}
|
||
|
||
@media (max-width: 880px) {
|
||
.pkg-grid { grid-template-columns: 1fr; }
|
||
.counsel-card { grid-template-columns: 1fr; }
|
||
.pricing-philosophy { padding: 36px 28px; }
|
||
}
|
||
</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 & 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" class="active">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">
|
||
<div class="eyebrow">Services & Packages</div>
|
||
<h1>Packages start at <em>$1,999+</em></h1>
|
||
<p class="lead">Final pricing depends on outlet level, timeline, field, number of placements, and documentation needs. Custom packages available. We recommend what makes sense after reviewing your profile.</p>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- PACKAGES -->
|
||
<section class="section alt">
|
||
<div class="container">
|
||
<div class="section-head">
|
||
<h2>Package framework.</h2>
|
||
<p>Pick a starting point. Most clients combine services after the initial profile assessment.</p>
|
||
</div>
|
||
|
||
<div class="pkg-grid">
|
||
|
||
<div class="pkg-card">
|
||
<span class="pkg-tag">Starter</span>
|
||
<h3>Starter Visibility</h3>
|
||
<p class="pkg-desc">One attorney-curated press or scholarly article opportunity. For early profile-building when you want to test the engagement before committing further.</p>
|
||
<div class="pkg-price">Starting at $1,999+<small>Per engagement · single placement</small></div>
|
||
<a href="start-here.html" class="pkg-cta">Start Here</a>
|
||
</div>
|
||
|
||
<div class="pkg-card featured">
|
||
<span class="pkg-tag">Most Common</span>
|
||
<h3>O-1 Press Foundation</h3>
|
||
<p class="pkg-desc">Multiple coordinated press opportunities over a natural timeline, with USCIS-ready documentation. The most-requested package for candidates 9–18 months out from filing.</p>
|
||
<div class="pkg-price">Custom quote<small>Based on outlet level, timeline, field</small></div>
|
||
<a href="start-here.html" class="pkg-cta">Get a Quote</a>
|
||
</div>
|
||
|
||
<div class="pkg-card">
|
||
<span class="pkg-tag">Comprehensive</span>
|
||
<h3>O-1 Evidence Builder</h3>
|
||
<p class="pkg-desc">Press, judging, scholarly articles, and documentation strategy across multiple O-1 criteria. For candidates building a complete public profile from the ground up.</p>
|
||
<div class="pkg-price">Custom quote<small>Multi-service · multi-criterion engagement</small></div>
|
||
<a href="start-here.html" class="pkg-cta">Get a Quote</a>
|
||
</div>
|
||
|
||
<div class="pkg-card">
|
||
<span class="pkg-tag">Strategy</span>
|
||
<h3>Evidence Strategy Session</h3>
|
||
<p class="pkg-desc">A profile-specific plan: what to build, in what order, for what timeline. Includes criteria prioritization and budget-sensitive options — useful even if you ultimately go elsewhere.</p>
|
||
<div class="pkg-price">Profile-specific<small>Session-based · written plan included</small></div>
|
||
<a href="start-here.html" class="pkg-cta">Book a Session</a>
|
||
</div>
|
||
|
||
<div class="pkg-card">
|
||
<span class="pkg-tag">Referral</span>
|
||
<h3>Immigration Counsel Referral</h3>
|
||
<p class="pkg-desc">Need an O-1 attorney or agent petitioner? Paprika can connect you with experienced immigration counsel. This is a referral — not a legal service provided by Paprika.</p>
|
||
<div class="pkg-price">Complimentary<small>For active and qualified inbound clients</small></div>
|
||
<a href="start-here.html#counsel" class="pkg-cta">Contact Our Team</a>
|
||
</div>
|
||
|
||
<div class="pkg-card" id="founder-pr">
|
||
<span class="pkg-tag">For Founders</span>
|
||
<h3>Founder Visibility</h3>
|
||
<p class="pkg-desc">For founders and companies expanding into the U.S. market who need credible English-language media presence — for investors, customers, partners, and long-term positioning.</p>
|
||
<div class="pkg-price">Custom quote<small>Tailored to company stage and market</small></div>
|
||
<a href="start-here.html" class="pkg-cta">Get a Quote</a>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- PRICING PHILOSOPHY -->
|
||
<section class="section">
|
||
<div class="container">
|
||
<div class="pricing-philosophy">
|
||
<h3>Quality over <em>volume.</em></h3>
|
||
<p>Paprika is not a mass-placement press shop. We turn down clients whose profiles don't yet make sense for the placements they want. We turn down placements that won't serve a client's case. That selectivity is the service.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- COUNSEL CARD -->
|
||
<section class="section">
|
||
<div class="container">
|
||
<div class="counsel-card">
|
||
<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-secondary">Talk to Our Team</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- CTA -->
|
||
<section class="section">
|
||
<div class="container">
|
||
<div class="cta-band">
|
||
<h2>Send your profile.</h2>
|
||
<p>We'll recommend the right package — or tell you honestly if Paprika isn't a fit for where you are in your timeline.</p>
|
||
<a href="start-here.html" class="btn btn-primary">Send Us Your Profile</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 & 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>
|