<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HYRRA — Talent Infrastructure, On Demand</title>
<meta name="description" content="HYRRA provides fractional talent acquisition solutions for global hiring teams." />
<style>
:root{
--bg:#0f0818;
--bg2:#1a0e26;
--surface:rgba(255,255,255,.06);
--surface-strong:rgba(255,255,255,.10);
--text:#f7f2ff;
--muted:#d2c9e7;
--line:rgba(255,255,255,.12);
--orange:#ff8a34;
--pink:#ff4fa3;
--violet:#8f4bff;
--magenta:#d63cff;
--navy:#180b2f;
--shadow:0 20px 60px rgba(0,0,0,.35);
--radius:22px;
--max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
margin:0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
color:var(--text);
background:
radial-gradient(circle at 10% 0%, rgba(255,138,52,.18), transparent 28%),
radial-gradient(circle at 90% 5%, rgba(255,79,163,.18), transparent 32%),
radial-gradient(circle at 50% 100%, rgba(143,75,255,.16), transparent 38%),
linear-gradient(180deg, #170b26 0%, #0d0716 55%, #0a0610 100%);
min-height:100vh;
}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 40px), 1200px); margin:0 auto}
.topbar{
position:sticky; top:0; z-index:30;
backdrop-filter: blur(18px);
background:rgba(10,6,16,.55);
border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
display:flex; align-items:center; justify-content:space-between;
gap:24px; padding:18px 0;
}
.brand{display:flex; align-items:center; gap:14px; font-weight:800; letter-spacing:.08em}
.logo-wrap{
width:44px; height:44px; border-radius:14px; display:grid; place-items:center;
background:linear-gradient(135deg, rgba(255,138,52,.18), rgba(255,79,163,.2));
box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.nav-links{display:flex; gap:28px; color:#d2c9e7; font-size:14px}
.nav-actions{display:flex; gap:12px; align-items:center}
.btn{
display:inline-flex; align-items:center; justify-content:center; gap:10px;
padding:14px 20px; border-radius:999px; font-weight:700; border:1px solid transparent;
transition:all .2s ease; cursor:pointer;
}
.btn-primary{
color:white;
background:linear-gradient(135deg, #ff8a34, #ff4fa3 55%, #8f4bff);
box-shadow:0 12px 30px rgba(255,79,163,.28);
}
.btn-secondary{
background:rgba(255,255,255,.04); color:#f7f2ff; border-color:rgba(255,255,255,.1)
}
.hero{padding:72px 0 42px}
.hero-grid{
display:grid; grid-template-columns:1.05fr .95fr; gap:44px; align-items:center;
}
.eyebrow{
display:inline-flex; gap:10px; align-items:center; padding:8px 12px;
border-radius:999px; background:rgba(255,255,255,.06); color:#ffd9ee; font-size:13px;
border:1px solid rgba(255,255,255,.09)
}
.dot{width:8px; height:8px; border-radius:999px; background:linear-gradient(135deg,#ff8a34,#ff4fa3)}
h1{
margin:20px 0 18px; font-size:clamp(2.7rem, 6vw, 5rem); line-height:.96; letter-spacing:-.04em;
max-width:11ch;
}
.gradient-text{
background:linear-gradient(135deg, #fff 0%, #ffd2b2 20%, #ff95c8 58%, #c7a1ff 100%);
-webkit-background-clip:text; background-clip:text; color:transparent;
}
.lead{
color:#d2c9e7; font-size:1.1rem; line-height:1.65; max-width:62ch; margin-bottom:28px;
}
.hero-cta{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:22px}
.micro{
display:flex; gap:18px; flex-wrap:wrap; color:#f7cfe6; font-size:14px;
}
.micro span::before{content:"• "; color:#ff9d5d}
.hero-card{
position:relative; border-radius:32px; padding:28px;
background:
radial-gradient(circle at 15% 20%, rgba(255,138,52,.24), transparent 28%),
radial-gradient(circle at 90% 15%, rgba(255,79,163,.18), transparent 32%),
linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
border:1px solid rgba(255,255,255,.12);
box-shadow: 0 20px 60px rgba(0,0,0,.35);
overflow:hidden;
min-height:540px;
}
.mock-window{
position:relative;
background:linear-gradient(180deg, rgba(11,8,18,.75), rgba(24,16,35,.85));
border:1px solid rgba(255,255,255,.08);
border-radius:24px;
overflow:hidden;
}
.mock-top{display:flex; gap:8px; padding:14px 16px; border-bottom:1px solid rgba(255,255,255,.06)}
.mock-top i{width:10px; height:10px; border-radius:999px; display:block}
.mock-body{padding:22px}
.mock-logo{display:flex; align-items:center; gap:14px; margin-bottom:16px}
.mini-tag{font-size:12px; letter-spacing:.12em; color:#ffc4e4; text-transform:uppercase}
.feature-stack{display:grid; gap:14px; margin-top:22px}
.feature-item{
display:flex; align-items:flex-start; gap:14px; padding:16px;
background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08);
border-radius:18px;
}
.icon{
flex:0 0 40px; width:40px; height:40px; border-radius:14px; display:grid; place-items:center;
background:linear-gradient(135deg, rgba(255,138,52,.2), rgba(255,79,163,.2));
border:1px solid rgba(255,255,255,.08);
color:white; font-weight:700;
}
.stats{padding:18px 0 68px}
.stats-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:14px}
.stat{
background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08);
border-radius:22px; padding:24px;
}
.stat h3{font-size:2rem; margin:0 0 8px}
.stat p{margin:0; color:#d2c9e7}
section{padding:30px 0 84px}
.section-head{max-width:760px; margin-bottom:30px}
.kicker{
color:#ffbfdf; text-transform:uppercase; letter-spacing:.15em; font-size:12px; font-weight:700;
}
h2{
margin:10px 0 10px; font-size:clamp(2rem, 4vw, 3rem); line-height:1.05; letter-spacing:-.03em;
}
.sub{color:#d2c9e7; line-height:1.7; font-size:1.05rem}
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.card{
background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.04));
border:1px solid rgba(255,255,255,.09); border-radius:24px; padding:24px; box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.split{display:grid; grid-template-columns:1fr 1fr; gap:20px}
.steps{display:grid; gap:14px}
.step{
display:grid; grid-template-columns:56px 1fr; gap:16px; align-items:flex-start;
padding:18px; border-radius:20px; background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
}
.step-num{
width:56px; height:56px; border-radius:18px; display:grid; place-items:center;
background:linear-gradient(135deg, rgba(255,138,52,.22), rgba(255,79,163,.22));
border:1px solid rgba(255,255,255,.1); font-weight:800;
}
.pricing{display:grid; grid-template-columns:1fr 1.1fr 1fr; gap:18px; align-items:stretch}
.plan{position:relative}
.plan.popular{transform:translateY(-8px)}
.badge{
position:absolute; top:16px; right:16px; padding:8px 12px; border-radius:999px;
background:linear-gradient(135deg, #ff8a34, #ff4fa3); color:white; font-size:12px; font-weight:800;
}
.price{font-size:3rem; font-weight:800; letter-spacing:-.04em; margin:12px 0}
.cta{padding-bottom:100px}
.cta-box{
border-radius:34px; padding:34px;
background:
radial-gradient(circle at 20% 30%, rgba(255,138,52,.22), transparent 28%),
radial-gradient(circle at 78% 20%, rgba(255,79,163,.22), transparent 30%),
linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
border:1px solid rgba(255,255,255,.12);
box-shadow:0 20px 60px rgba(0,0,0,.35);
display:grid; grid-template-columns:1.1fr .9fr; gap:22px; align-items:center;
}
footer{
padding:24px 0 40px; border-top:1px solid rgba(255,255,255,.08); color:#d2c9e7;
}
.footer-grid{
display:flex; justify-content:space-between; gap:18px; align-items:center; flex-wrap:wrap;
}
.pill-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.pill{
padding:10px 14px; border-radius:999px; border:1px solid rgba(255,255,255,.10);
background:rgba(255,255,255,.04); color:#ffd7eb; font-size:14px;
}
@media (max-width: 1040px){
.hero-grid,.cta-box,.split,.pricing{grid-template-columns:1fr}
.grid-3,.stats-grid{grid-template-columns:1fr 1fr}
.plan.popular{transform:none}
}
@media (max-width: 720px){
.nav-links{display:none}
.hero{padding-top:42px}
.grid-3,.stats-grid{grid-template-columns:1fr}
.hero-card{min-height:auto}
h1{max-width:none}
}
</style>
</head>
<body>
<div class="topbar">
<div class="container nav">
<a href="#" class="brand">
<span class="logo-wrap">
<svg width="28" height="28" viewBox="0 0 64 64" fill="none">
<defs>
<linearGradient id="g1" x1="6" y1="6" x2="56" y2="56">
<stop stop-color="#FF9838"/>
<stop offset=".55" stop-color="#FF4FA3"/>
<stop offset="1" stop-color="#8F4BFF"/>
</linearGradient>
</defs>
<path d="M16 8c-3.3 0-6 2.7-6 6v36c0 3.3 2.7 6 6 6h6c3.3 0 6-2.7 6-6V36h8.2c2.2 0 4.3.9 5.8 2.4l7.8 8c1.2 1.3 3 2 4.8 2H60c-1.2-3.8-3.4-7.2-6.4-10l-8-7.4A12.9 12.9 0 0 0 37 28h-9V14c0-3.3-2.7-6-6-6h-6Z" fill="url(#g1)"/>
<path d="M48 8c3.3 0 6 2.7 6 6v36c0 3.3 2.7 6 6 6h-6c-3.3 0-6-2.7-6-6V36h-8.2c-2.2 0-4.3.9-5.8 2.4l-7.8 8c-1.2 1.3-3 2-4.8 2H4c1.2-3.8 3.4-7.2 6.4-10l8-7.4A12.9 12.9 0 0 1 27 28h9V14c0-3.3 2.7-6 6-6h6Z" fill="url(#g1)" opacity=".92"/>
</svg>
</span>
<span>HYRRA</span>
</a>
<nav class="nav-links">
<a href="#why">Why HYRRA</a>
<a href="#how">How it works</a>
<a href="#pricing">Plans</a>
<a href="#contact">Contact</a>
</nav>
<div class="nav-actions">
<a class="btn btn-secondary" href="#pricing">View plans</a>
<a class="btn btn-primary" href="#contact">Book a call</a>
</div>
</div>
</div>
<main>
<section class="hero">
<div class="container hero-grid">
<div>
<div class="eyebrow"><span class="dot"></span> Fractional talent acquisition for global teams</div>
<h1><span class="gradient-text">Talent infrastructure,</span><br>on demand.</h1>
<p class="lead">
HYRRA gives companies a plug-in fractional Talent Acquisition team designed to scale hiring fast across roles, regions, and growth stages—without traditional placement fees or fixed overhead.
</p>
<div class="hero-cta">
<a class="btn btn-primary" href="#contact">Get started</a>
<a class="btn btn-secondary" href="#why">See how it works</a>
</div>
<div class="micro">
<span>Month-to-month flexibility</span>
<span>Unlimited global roles</span>
<span>Built for speed and precision</span>
</div>
</div>
<div class="hero-card">
<div class="mock-window">
<div class="mock-top">
<i style="background:#ff8a34"></i>
<i style="background:#ff4fa3"></i>
<i style="background:#8f4bff"></i>
</div>
<div class="mock-body">
<div class="mock-logo">
<div class="logo-wrap" style="width:54px;height:54px;border-radius:18px"></div>
<div>
<div class="mini-tag">HYRRA operating model</div>
<div style="font-size:1.2rem;font-weight:800;margin-top:3px">Fractional TA, built like infrastructure</div>
</div>
</div>
<div class="feature-stack">
<div class="feature-item">
<div class="icon">01</div>
<div><b>Embedded recruiting team</b><span style="color:#d2c9e7"> Specialists that operate as an extension of your company.</span></div>
</div>
<div class="feature-item">
<div class="icon">02</div>
<div><b>Global search coverage</b><span style="color:#d2c9e7"> One partner across geographies, functions, and hiring levels.</span></div>
</div>
<div class="feature-item">
<div class="icon">03</div>
<div><b>AI-enabled delivery</b><span style="color:#d2c9e7"> Smarter sourcing, sharper screening, and faster funnel execution.</span></div>
</div>
</div>
<div class="pill-row">
<span class="pill">100M+ candidate reach</span>
<span class="pill">No lock-ins</span>
<span class="pill">No placement fees</span>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="stats">
<div class="container stats-grid">
<div class="stat"><h3>100M+</h3><p>candidate profiles accessible through HYRRA’s sourcing network</p></div>
<div class="stat"><h3>Global</h3><p>support across roles, levels, and hiring markets</p></div>
<div class="stat"><h3>Monthly</h3><p>transparent subscription plans with no long-term lock-in</p></div>
<div class="stat"><h3>Zero</h3><p>placement fees—just one operating partner for talent delivery</p></div>
</div>
</div>
<section id="why">
<div class="container">
<div class="section-head">
<div class="kicker">Why HYRRA</div>
<h2>Built for companies that need <span class="gradient-text">hiring velocity</span> without building a full internal TA machine.</h2>
<p class="sub">HYRRA is positioned as talent infrastructure rather than a traditional agency: systematic, embedded, measurable, and scalable.</p>
</div>
<div class="grid-3">
<div class="card">
<div class="icon">A</div>
<h3>Fractional by design</h3>
<p>Get the exact level of recruiting capability you need—leadership, sourcing, ops, or full-cycle delivery—without fixed headcount.</p>
</div>
<div class="card">
<div class="icon">B</div>
<h3>One global operating layer</h3>
<p>Replace fragmented vendors with a single team that can support local hiring nuance while keeping global process consistent.</p>
</div>
<div class="card">
<div class="icon">C</div>
<h3>Premium startup energy</h3>
<p>The bold orange and pink brand system signals speed, ambition, and modernity—while the structure stays credible for enterprise buyers.</p>
</div>
</div>
</div>
</section>
<section id="how">
<div class="container split">
<div>
<div class="section-head" style="margin-bottom:16px">
<div class="kicker">How it works</div>
<h2>Three steps to launch a scalable hiring engine.</h2>
<p class="sub">From kickoff to active pipelines, HYRRA operates like a high-performance layer inside your business.</p>
</div>
<div class="steps">
<div class="step">
<div class="step-num">1</div>
<div>
<h3 style="margin:2px 0 8px">Align on demand</h3>
<p class="sub" style="margin:0">Map open roles, hiring goals, markets, and team structure. Define where fractional support creates the most leverage.</p>
</div>
</div>
<div class="step">
<div class="step-num">2</div>
<div>
<h3 style="margin:2px 0 8px">Deploy the team</h3>
<p class="sub" style="margin:0">Stand up recruiters, researchers, and workflow support tailored to your cadence and funnel complexity.</p>
</div>
</div>
<div class="step">
<div class="step-num">3</div>
<div>
<h3 style="margin:2px 0 8px">Scale globally</h3>
<p class="sub" style="margin:0">Run sourcing, screening, coordination, and reporting through one partner across every geography.</p>
</div>
</div>
</div>
</div>
<div class="card">
<div class="kicker">Brand positioning</div>
<h2 style="max-width:12ch">Talent Infrastructure, On Demand</h2>
<p class="sub">A sharper category narrative for HYRRA:</p>
<ul style="line-height:1.95;color:#d2c9e7;padding-left:20px;margin:18px 0 0">
<li>Not “recruitment services”</li>
<li>Not “plug & play TA”</li>
<li>Not a placement-fee driven agency</li>
<li><strong style="color:#fff">A modern operating layer for talent acquisition</strong></li>
</ul>
</div>
</div>
</section>
<section id="pricing">
<div class="container">
<div class="section-head">
<div class="kicker">Plans</div>
<h2>Transparent monthly plans built for teams at different stages of scale.</h2>
<p class="sub">These are sample tiers for the website layout—you can replace pricing or rename plans later.</p>
</div>
<div class="pricing">
<div class="card plan">
<h3>Launch</h3>
<p class="sub">For early-stage teams needing focused support.</p>
<div class="price">$6k</div>
<div class="sub">per month</div>
</div>
<div class="card plan popular">
<div class="badge">Most popular</div>
<h3>Scale</h3>
<p class="sub">For fast-moving teams hiring across multiple functions.</p>
<div class="price">$12k</div>
<div class="sub">per month</div>
</div>
<div class="card plan">
<h3>Enterprise</h3>
<p class="sub">For complex, multi-market hiring programs.</p>
<div class="price">Custom</div>
<div class="sub">tailored scope</div>
</div>
</div>
</div>
</section>
<section class="cta" id="contact">
<div class="container">
<div class="cta-box">
<div>
<div class="kicker">Ready to launch?</div>
<h2>Bring premium startup energy to your talent function.</h2>
<p class="sub">HYRRA helps ambitious companies build world-class hiring capability with the flexibility of fractional delivery and the rigor of infrastructure.</p>
</div>
<div style="display:flex;flex-direction:column;gap:14px;align-items:flex-start">
<a class="btn btn-primary" href="mailto:hello@hyrra.com">hello@hyrra.com</a>
<a class="btn btn-secondary" href="#">Book a 30-minute intro</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container footer-grid">
<div><strong>HYRRA</strong></div>
<div>Talent Infrastructure, On Demand</div>
<div>© 2026 HYRRA. All rights reserved.</div>
</div>
</footer>
</body>
</html>