
/* ============ HIRELENS v3 — design system ============ */

:root {
  --bg: #f6f9fc;
  --surface: #ffffff;
  --surface-2: #eef3f8;
  --line: #dbe3ec;
  --line-soft: #e6ebf1;
  --ink: #0a2540;
  --ink-2: #33475b;
  --ink-3: #5b7083;
  --ink-4: #8898aa;
  --em: #2563eb;
  --em-soft: #1d4ed8;
  --cy: #38bdf8;
  --vi: #a78bfa;
  --r-lg: 0;
  --r-md: 0;
  --r-sm: 0;
  --sh-sm: 0 1px 2px rgba(10,37,64,.05), 0 4px 12px rgba(10,37,64,.05);
  --sh-md: 0 1px 2px rgba(10,37,64,.05), 0 10px 28px rgba(10,37,64,.08);
  --sh-lg: 0 2px 4px rgba(10,37,64,.05), 0 12px 28px rgba(10,37,64,.09), 0 32px 64px -16px rgba(10,37,64,.16);
  --disp: 'Space Grotesk','Outfit',sans-serif;
  --body: 'Outfit',system-ui,sans-serif;
  --mono: 'JetBrains Mono',monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink-2); margin: 0; font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; min-height: 100vh; }
::selection { background: rgba(37,99,235,.25); color: #0a2540; }
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(10,37,64,.15); border-radius: 0; }
a { color: inherit; }
img { max-width: 100%; }

/* content-column rails — inside the page flow so dark bands can restyle them */
.rails { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.rails i { position: absolute; top: 0; bottom: 0; width: 1px; background: #e6ebf1; }
.rails i:first-child { left: calc(50% - 590px); }
.rails i:last-child { right: calc(50% - 590px); }
.sec-dark::before, .sec-dark::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(96,165,250,.16); z-index: 1; }
.sec-dark::before { left: calc(50% - 590px); }
.sec-dark::after { right: calc(50% - 590px); }
@media(max-width:1260px){ .rails, .sec-dark::before, .sec-dark::after { display: none; } }

.land-scroll { position: relative; z-index: 1; }

/* ---------- shell ---------- */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 36px; }
@media(max-width:640px){ .wrap { padding: 0 22px; } }
.sec { padding: 128px 0; position: relative; }
.sec + .sec { border-top: 1px solid var(--line-soft); }
@media(max-width:768px){ .sec { padding: 84px 0; } }

/* eyebrow: 01 / NETWORK */
.kicker { display: flex; align-items: baseline; gap: 14px; font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 22px; }
.kicker b { color: var(--em); font-weight: 600; }
.kicker::after { content: ''; align-self: center; flex: 0 0 44px; height: 1px; background: linear-gradient(90deg, var(--line), transparent); }
h2.sec-t { font-family: var(--disp); font-size: clamp(34px,4.6vw,58px); font-weight: 700; letter-spacing: -.03em; line-height: 1.03; color: var(--ink); margin: 0; }
h2.sec-t em { font-style: normal; color: var(--em-soft); }
.sec-d { font-size: 17px; color: var(--ink-3); line-height: 1.7; max-width: 540px; margin: 18px 0 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--disp); font-weight: 600; font-size: 15px; letter-spacing: -.01em; text-decoration: none; border-radius: 0; padding: 15px 30px; transition: all .22s cubic-bezier(.22,1,.36,1); white-space: nowrap; }
.btn-solid { background: var(--em); color: #ffffff; box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 2px 6px rgba(37,99,235,.25); }
.btn-solid:hover { background: #3b82f6; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,99,235,.35); }
.btn-line { border: 1px solid var(--line); color: var(--ink-2); background: #fff; box-shadow: var(--sh-sm); }
.btn-line:hover { border-color: rgba(10,37,64,.28); color: var(--ink); background: rgba(10,37,64,.05); transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }

/* ---------- nav (stripe-style) ---------- */
.l-topnav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .25s, box-shadow .25s; }
.l-topnav::before, .l-topnav::after { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #e6ebf1; pointer-events: none; }
.l-topnav::before { left: calc(50% - 590px); }
.l-topnav::after { display: none; }
@media(max-width:1260px){ .l-topnav::before, .l-topnav::after { display: none; } }
.l-topnav.scrolled { background: rgba(255,255,255,.86); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(10,37,64,.08); }
.nav-inner { max-width: 1180px; margin: 0 auto; padding: 0 36px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--disp); font-size: 18px; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.nav-logo .wordmark { font-family: 'Unbounded', var(--disp); font-weight: 600; font-size: 15.5px; letter-spacing: .01em; color: var(--ink); display: inline-flex; align-items: baseline; }
.nav-logo .sq { display: inline-block; width: 7px; height: 7px; background: #2563eb; margin-left: 7px; font-style: normal; }
.nav-logo em { font-style: normal; background: linear-gradient(92deg,#1d4ed8,#0ea5e9); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links > a, .nav-links > button { appearance: none; background: none; border: none; cursor: pointer; padding: 9px 14px; font-family: var(--body); font-size: 15px; font-weight: 500; color: var(--ink-2); text-decoration: none; transition: color .15s; display: inline-flex; align-items: center; gap: 5px; }
.nav-links > a:hover, .nav-links > button:hover { color: var(--ink); }
.nav-links .chev { transition: transform .2s; opacity: .5; }
.nav-links button[aria-expanded="true"] .chev { transform: rotate(180deg); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-signin { font-size: 15px; font-weight: 500; color: var(--ink-2); text-decoration: none; padding: 8px 14px; transition: color .15s; }
.nav-signin:hover { color: var(--ink); }
.nav-cta { font-family: var(--disp); font-size: 14px; font-weight: 600; color: #fff; background: var(--ink); padding: 10px 22px; text-decoration: none; transition: all .2s; }
.nav-cta:hover { background: #0e3a63; }
@media (max-width:900px){ .nav-links { display: none; } .nav-signin { display: none; } }
/* stripe dropdown panel */
.nav-panel { position: fixed; top: 60px; left: 0; z-index: 99; background: #fff; border: 1px solid var(--line-soft); box-shadow: 0 30px 60px rgba(10,37,64,.14), 0 6px 18px rgba(10,37,64,.08); opacity: 0; pointer-events: none; transform: translateY(-6px) rotateX(-8deg); transform-origin: top center; transition: opacity .22s ease, transform .28s cubic-bezier(.22,1,.36,1), left .28s cubic-bezier(.22,1,.36,1), width .28s cubic-bezier(.22,1,.36,1), height .28s cubic-bezier(.22,1,.36,1); overflow: hidden; perspective: 800px; }
.nav-panel.open { opacity: 1; pointer-events: auto; transform: translateY(0) rotateX(0); }
.nav-drop { position: absolute; top: 0; left: 0; padding: 22px; opacity: 0; transition: opacity .18s ease; pointer-events: none; }
.nav-drop.active { opacity: 1; pointer-events: auto; }
.nd-item { display: flex; align-items: flex-start; gap: 13px; padding: 11px 12px; text-decoration: none; transition: background .15s; }
.nd-item:hover { background: var(--surface-2); }
.nd-ico { width: 34px; height: 34px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.nd-ico img { max-width: 24px; max-height: 24px; object-fit: contain; }
.nd-t { font-family: var(--disp); font-size: 14.5px; font-weight: 600; color: var(--ink); line-height: 1.2; }
.nd-d { font-size: 12.5px; color: var(--ink-3); margin-top: 2px; line-height: 1.45; }
.nd-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 10px; }
.nd-head { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); padding: 0 12px 10px; }

/* ---------- domains ---------- */
.doms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 46px; }
.dom-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 56px; }
@media(max-width:1100px){ .dom-grid { grid-template-columns: repeat(3, 1fr); } }
@media(max-width:640px){ .dom-grid { grid-template-columns: repeat(2, 1fr); } }
.dom-card { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 20px 22px 18px; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--sh-sm); text-decoration: none; transition: all .25s cubic-bezier(.22,1,.36,1); overflow: hidden; }
.dom-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: rgba(37,99,235,.35); }
.dom-card:hover .dc-name { color: var(--em-soft); }
.dc-name { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); transition: color .2s; }
.dc-count { font-family: var(--disp); font-size: 26px; font-weight: 700; letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.dc-bar { display: block; height: 3px; background: var(--line-soft); overflow: hidden; }
.dc-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #2563eb, #38bdf8); transition: width 1.1s cubic-bezier(.22,1,.36,1); }
.dc-live { position: absolute; top: 16px; right: 16px; display: flex; align-items: center; gap: 5px; font-family: var(--mono); font-size: 8px; letter-spacing: .12em; color: var(--ink-4); }
.dc-dot { width: 5px; height: 5px; border-radius: 50%; background: #10b981; animation: livePulse 2s ease-in-out infinite; }
@keyframes livePulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.l-dom { padding: 10px 19px; border-radius: 0; font-size: 13.5px; font-weight: 500; background: var(--surface); border: 1px solid var(--line-soft); color: var(--ink-3); transition: all .2s; text-decoration: none; }
.l-dom:hover { border-color: rgba(37,99,235,.3); color: var(--em-soft); background: rgba(37,99,235,.05); }
.l-dom .c { margin-left: 7px; font-size: 11px; color: var(--ink-4); font-family: var(--mono); }


/* ---------- blog ---------- */
.l-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 56px; }
@media(max-width:860px){ .l-blog-grid { grid-template-columns: 1fr; } }
.l-blog-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: all .3s cubic-bezier(.22,1,.36,1); }
.l-blog-card:hover { border-color: rgba(10,37,64,.2); transform: translateY(-4px); }
.l-blog-cover { height: 168px; position: relative; overflow: hidden; }
.l-blog-cover img.cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92); transition: transform .5s cubic-bezier(.22,1,.36,1); }
.l-blog-card:hover .l-blog-cover img.cover { transform: scale(1.045); }
.l-blog-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(37,99,235,.32) 0%, rgba(10,37,64,.05) 45%, rgba(10,37,64,.38) 100%); }
.l-blog-cover-web3 { background: linear-gradient(135deg,rgba(37,99,235,.12) 0%,rgba(56,189,248,.07) 60%,transparent 100%); }
.l-blog-cover-ai { background: linear-gradient(135deg,rgba(167,139,250,.13) 0%,rgba(56,189,248,.06) 60%,transparent 100%); }
.l-blog-cover-market { background: linear-gradient(135deg,rgba(251,191,36,.1) 0%,rgba(37,99,235,.05) 60%,transparent 100%); }
.l-blog-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(10,37,64,.08) 1px,transparent 1px); background-size: 20px 20px; }
.l-blog-body { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.l-blog-tag { display: inline-flex; font-family: var(--mono); font-size: 9.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; padding: 4px 11px; border-radius: 0; margin-bottom: 13px; width: fit-content; }
.l-blog-tag-web3 { background: rgba(37,99,235,.08); color: var(--em-soft); border: 1px solid rgba(37,99,235,.16); }
.l-blog-tag-ai { background: rgba(167,139,250,.1); color: #c4b5fd; border: 1px solid rgba(167,139,250,.2); }
.l-blog-tag-market { background: rgba(251,191,36,.08); color: #fcd34d; border: 1px solid rgba(251,191,36,.16); }
.l-blog-title { font-family: var(--disp); font-size: 16.5px; font-weight: 600; letter-spacing: -.015em; line-height: 1.3; margin-bottom: 9px; color: var(--ink); }
.l-blog-excerpt { font-size: 13.5px; color: var(--ink-3); line-height: 1.6; flex: 1; }
.l-blog-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line-soft); font-family: var(--mono); font-size: 10.5px; color: var(--ink-4); }
.l-blog-arrow { color: var(--em); font-size: 13px; transition: transform .2s; }
.l-blog-card:hover .l-blog-arrow { transform: translateX(4px); }
.blog-all { display: inline-flex; align-items: center; gap: 8px; font-family: var(--disp); font-size: 14px; font-weight: 600; color: var(--ink-2); text-decoration: none; padding: 11px 22px; border: 1px solid var(--line); background: #fff; box-shadow: var(--sh-sm); border-radius: 0; transition: all .2s; white-space: nowrap; }
.blog-all:hover { border-color: rgba(10,37,64,.28); color: var(--ink); background: rgba(10,37,64,.05); }


/* ---------- final CTA ---------- */
.cta-final { position: relative; text-align: center; padding: 150px 0 160px; overflow: hidden; }
.cta-final::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 900px; height: 600px; background: radial-gradient(ellipse, rgba(37,99,235,.08) 0%, transparent 65%); pointer-events: none; }
.cta-final h2 { position: relative; font-family: var(--disp); font-size: clamp(40px,6vw,76px); font-weight: 700; letter-spacing: -.04em; line-height: 1.02; color: var(--ink); margin: 0; }
.cta-final h2 em { font-style: normal; color: var(--em-soft); }
.cta-final p { position: relative; font-size: 17px; color: var(--ink-3); margin: 22px auto 0; max-width: 440px; }
.cta-final .row { position: relative; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 42px; }
#cta-aurora { position: absolute; inset: 0; width: 100%; height: 100%; filter: blur(16px) saturate(1.12); opacity: .55; pointer-events: none; -webkit-mask-image: radial-gradient(ellipse 55% 50% at 50% 45%, transparent 30%, #000 78%); mask-image: radial-gradient(ellipse 55% 50% at 50% 45%, transparent 30%, #000 78%); }
@media(max-width:900px){ #cta-aurora { opacity: .35; } }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--line-soft); background: #eef3f8; padding: 72px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 44px; }
@media(max-width:900px){ .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media(max-width:520px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-tag { font-size: 14px; color: var(--ink-4); line-height: 1.7; max-width: 300px; margin-top: 14px; }
.f-col h4 { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .16em; color: var(--ink-4); font-weight: 500; margin: 0 0 16px; }
.f-col a { display: block; font-size: 14px; color: var(--ink-3); text-decoration: none; padding: 4px 0; transition: color .15s; }
.f-col a:hover { color: var(--ink); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line-soft); font-family: var(--mono); font-size: 11px; color: var(--ink-4); flex-wrap: wrap; gap: 10px; }
.footer-boards { display: flex; gap: 14px; align-items: center; }
.footer-boards a { display: flex; opacity: .45; transition: opacity .2s; }
.footer-boards a:hover { opacity: 1; }
.footer-boards img { width: 18px; height: 18px; border-radius: 0; object-fit: contain; }


/* ---------- motion ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(1.55); } }
.l-reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.l-reveal.visible { opacity: 1; transform: translateY(0); }
/* ============ guest signup gate ============ */
.hl-gate-overlay { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(10,37,64,.42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); opacity: 0; transition: opacity .22s ease; }
.hl-gate-overlay.open { display: flex; opacity: 1; }
.hl-gate-card { position: relative; width: 100%; max-width: 440px; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--sh-lg); padding: 44px 40px 38px; text-align: center; transform: translateY(10px) scale(.98); transition: transform .28s cubic-bezier(.22,1,.36,1); overflow: hidden; }
.hl-gate-overlay.open .hl-gate-card { transform: none; }
.hl-gate-aura { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 520px; height: 180px; background: linear-gradient(92deg, rgba(252,211,77,.5), rgba(56,189,248,.5), rgba(124,58,237,.4)); filter: blur(46px); opacity: .5; pointer-events: none; }
.hl-gate-wm { position: relative; font-family: 'Unbounded', var(--disp); font-weight: 600; font-size: 17px; letter-spacing: .05em; color: var(--ink); display: inline-flex; align-items: baseline; gap: 7px; margin-bottom: 22px; }
.hl-gate-wm i { width: 8px; height: 8px; background: var(--em); display: inline-block; }
.hl-gate-card h3 { position: relative; font-family: var(--disp); font-size: 27px; font-weight: 700; letter-spacing: -.03em; color: var(--ink); margin: 0 0 12px; line-height: 1.12; }
.hl-gate-card h3 em { font-style: normal; color: var(--em-soft); }
.hl-gate-card p { position: relative; font-size: 15px; color: var(--ink-3); line-height: 1.6; margin: 0 0 26px; }
.hl-gate-actions { position: relative; display: flex; flex-direction: column; gap: 11px; }
.hl-gate-actions .btn { justify-content: center; }
.hl-gate-dismiss { background: none; border: none; font-family: var(--body); font-size: 13.5px; color: var(--ink-4); cursor: pointer; padding: 6px; transition: color .15s; }
.hl-gate-dismiss:hover { color: var(--ink-2); }
.hl-gate-x { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 20px; line-height: 1; color: var(--ink-4); cursor: pointer; padding: 4px; }
.hl-gate-x:hover { color: var(--ink); }
.hl-guest [data-guest-gate] { position: relative; }
