Files
abigail-site/v1/services.html
2026-06-28 09:52:00 +08:00

261 lines
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Services — Abigail</title>
<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 rel="stylesheet" href="styles.css">
<style>
.svc-group { margin-bottom: 64px; }
.svc-group-head {
display: flex; align-items: baseline; gap: 16px;
margin-bottom: 24px;
padding-bottom: 16px;
border-bottom: 1px solid var(--rule);
}
.svc-group-num {
font-family: "JetBrains Mono", monospace;
color: var(--signal);
font-size: 13px;
font-weight: 600;
letter-spacing: 0.08em;
}
.svc-group h2 {
font-size: 28px; font-weight: 700;
letter-spacing: -0.02em;
margin: 0;
}
.svc-group .lead {
font-size: 15px;
color: var(--mute);
margin: -8px 0 24px;
max-width: 720px;
}
.svc-card { display: flex; flex-direction: column; }
.svc-card .pill { align-self: flex-start; margin-bottom: 12px; }
.svc-card h3 { margin-bottom: 6px; }
.svc-card .price-line {
font-family: "JetBrains Mono", monospace;
font-size: 13px;
color: var(--ink);
margin: 16px 0 8px;
padding-top: 16px;
border-top: 1px solid var(--rule);
}
.svc-card .price-line span { color: var(--signal); font-weight: 600; }
.svc-card .link {
font-size: 12px;
font-weight: 600;
color: var(--ink);
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 16px;
}
.svc-card.hover:hover .link { color: var(--signal); }
</style>
</head>
<body>
<nav>
<div class="container">
<a class="brand" href="../index.html">Abigail<span class="brand-dot">.</span></a>
<div class="nav-links">
<a href="../abigail_individuals.html">Individuals</a>
<a href="../abigail_employers.html">Employers</a>
<a href="services.html" class="active">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="../abigail_library.html">Library</a>
<a href="petitions.html">Petitions</a>
<a href="press.html">Press support</a>
<a href="judging.html">Peer-review intros</a>
</div>
</div>
<a href="../abigail_pricing.html">Pricing</a>
<a href="login.html" style="color:var(--mute);">Log in</a>
</div>
<a href="../abigail_individuals.html#hero" class="nav-cta">Start screener</a>
</div>
</nav>
<section class="hero centered">
<div class="container">
<div class="eyebrow">Services</div>
<h1>One platform. <em>Five</em> services.<br>Pick what your case needs.</h1>
<p class="lead">From AI-only document preparation to full-lifecycle attorney representation, plus evidence-building services that strengthen the petition itself.</p>
</div>
</section>
<section class="section alt">
<div class="container">
<!-- Group 1: Filing Services -->
<div class="svc-group">
<div class="svc-group-head">
<span class="svc-group-num">01</span>
<h2>Filing Services</h2>
</div>
<p class="lead">Get the petition built, reviewed, and filed. Choose the level of attorney involvement that matches your case.</p>
<div class="grid-3">
<div class="card hover svc-card">
<span class="pill">Self-serve</span>
<h3>AI Drafting Package</h3>
<p>AI handles the full filing: intake, evidence map, petition narrative, support letter frameworks, cover letter, and form population. You review, sign, and file.</p>
<div class="price-line"><span>From $1,500</span> · flat fee per filing</div>
<a class="link" href="../abigail_pricing.html">See pricing →</a>
</div>
<div class="card hover svc-card">
<span class="pill signal">Most popular</span>
<h3>AI + Attorney Review</h3>
<p>Everything in the AI package, plus an Ivy / BigLaw-trained attorney reviews, annotates, and signs off. 35 business-day turnaround. Engagement via Abigail Legal Services, P.C.</p>
<div class="price-line"><span>From $5,500</span> · flat fee per filing</div>
<a class="link" href="../abigail_pricing.html">See pricing →</a>
</div>
<div class="card hover svc-card">
<span class="pill">Premium</span>
<h3>Lifecycle Representation</h3>
<p>Continuous attorney coverage across the full case lifecycle. RFE / NOID responses, status-change strategy, renewals, and green-card pathway planning included.</p>
<div class="price-line"><span>Custom</span> · annual engagement</div>
<a class="link" href="../abigail_pricing.html">Talk to us →</a>
</div>
</div>
</div>
<!-- Group 2: Evidence-Building Services -->
<div class="svc-group">
<div class="svc-group-head">
<span class="svc-group-num">02</span>
<h2>Evidence-Building Services</h2>
</div>
<p class="lead">Targeted help for the criteria where applicants commonly fall short. Optional add-ons to any filing tier.</p>
<div class="grid-3">
<div class="card hover svc-card">
<span class="pill caution">Add-on</span>
<h3>Press &amp; Media Support</h3>
<p>Coordinated outreach to industry publications, podcasts, and journalists — building media coverage that qualifies for O-1A Criterion 3 (published material about you).</p>
<div class="price-line"><span>From $2,500</span> · 90-day engagement</div>
<a class="link" href="press.html">Learn more →</a>
</div>
<div class="card hover svc-card">
<span class="pill caution">Add-on</span>
<h3>Peer-Review Intros</h3>
<p>Matched introductions to journals, conferences, hackathons, and grant panels seeking reviewers in your field — building evidence for O-1A Criterion 4 (judging the work of others).</p>
<div class="price-line"><span>From $1,800</span> · 60-day engagement</div>
<a class="link" href="judging.html">Learn more →</a>
</div>
<div class="card hover svc-card">
<span class="pill caution">Add-on</span>
<h3>RFE Response</h3>
<p>AI-drafted, attorney-reviewed RFE / NOID responses. The AI has full case context, making responses faster and more precise than starting fresh.</p>
<div class="price-line"><span>From $799</span> · per response</div>
<a class="link" href="../abigail_pricing.html">See pricing →</a>
</div>
</div>
</div>
<!-- Group 3: Front-Door -->
<div class="svc-group">
<div class="svc-group-head">
<span class="svc-group-num">03</span>
<h2>Free Services</h2>
</div>
<p class="lead">Start here, regardless of which path you eventually take.</p>
<div class="grid-2">
<div class="card hover svc-card">
<span class="pill signal">Free</span>
<h3>AI Visa Screener</h3>
<p>Multi-visa simultaneous analysis with green-card roadmap. Outputs candidate pathways and evidence gap analysis based on your background — not a quiz, a structured reasoning engine.</p>
<a class="link" href="../abigail_individuals.html#hero">Run the screener →</a>
</div>
<div class="card hover svc-card">
<span class="pill signal">Free</span>
<h3>Library &amp; Guides</h3>
<p>Attorney-written breakdowns of every visa category, the criteria USCIS actually credits, and how to respond when an RFE shows up.</p>
<a class="link" href="../abigail_library.html">Browse the library →</a>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="cta-band">
<h2>Not sure which to start with?</h2>
<p>The free screener tells you which visa pathway fits and which evidence gaps to close. Most users start there.</p>
<div class="cta-buttons">
<a href="../abigail_individuals.html#hero" class="btn btn-primary">Start the free screener</a>
<a href="../abigail_pricing.html" class="btn btn-secondary">See full pricing</a>
</div>
</div>
</div>
</section>
<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>
<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>
</div>
<div class="container">
<div class="disclaimer">
Abigail Technologies, Inc. operates an AI-native immigration platform and does not provide legal services. Legal services, where elected, are provided by Abigail Legal Services, P.C. through a separate engagement letter. Evidence-building services are non-legal professional services and do not guarantee specific media placements or peer-review invitations. Use of the platform's screener output does not constitute legal advice or 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());
}
</script>
</body>
</html>