/* ═══════════════════════════════════════════════════════════════
   HRHS public pages

   Dark and light alternate so neither dominates: dark sections
   command, light sections let the reader breathe. Dark sections
   carry the full stack — base, gradient orbs, grain, dot grid —
   because flat dark reads as cheap while layered dark reads as
   built.
═══════════════════════════════════════════════════════════════ */
:root{
  --dark:#04202f;--dark-2:#06364f;--dark-3:#0a4363;--ink:#021723;
  --accent:#0BFF84;--accent-dk:#08cc6a;
  --primary:#4A90D9;--primary-dk:#2F6FB0;--primary-lt:#EBF4FF;
  --text:#3A4654;--muted:#6B7A8C;--border:#E4E9EF;--bg:#F5F7FA;
  --e1:0 1px 3px rgba(2,23,35,.15);
  --e2:0 4px 16px rgba(2,23,35,.10);
  --e3:0 8px 32px rgba(2,23,35,.14);
  --e4:0 20px 64px rgba(2,23,35,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;font-size:17px}
img{max-width:100%;display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px;position:relative;z-index:2}
.narrow{max-width:660px}          /* 55–75 characters */

.note{background:#412402;color:#FAC775;padding:12px 20px;font-size:13px;text-align:center;line-height:1.6}
.note b{color:#FAEEDA}

/* ─── nav ─────────────────────────────────────────────────── */
.nav{background:rgba(4,32,47,.9);backdrop-filter:blur(14px);padding:15px 0;position:sticky;top:0;z-index:60;border-bottom:1px solid rgba(255,255,255,.07)}
.nav .wrap{display:flex;align-items:center;gap:26px}
.nav .logo{color:#fff;font-weight:900;font-size:20px;letter-spacing:-.03em;text-decoration:none}
.nav .logo span{color:var(--accent)}
.nav a.l{color:rgba(255,255,255,.72);text-decoration:none;font-size:15px;font-weight:600}
.nav a.l:hover{color:#fff}
.nav .sp{margin-left:auto;display:flex;gap:16px;align-items:center}

/* ─── buttons: weight and glow ────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:12px;padding:17px 30px;font-size:16px;font-weight:800;text-decoration:none;border:0;cursor:pointer;letter-spacing:-.01em;transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s}
.btn--a{background:linear-gradient(135deg,#12ff8c,var(--accent-dk));color:#04202f;box-shadow:0 8px 26px rgba(11,255,132,.34),inset 0 1px 0 rgba(255,255,255,.4)}
.btn--a:hover{transform:translateY(-2px);box-shadow:0 14px 38px rgba(11,255,132,.46),inset 0 1px 0 rgba(255,255,255,.5)}
.btn--o{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px)}
.btn--o:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.5)}
.btn--d{background:var(--dark);color:#fff;box-shadow:var(--e2)}
.btn--d:hover{transform:translateY(-2px);box-shadow:var(--e3)}
.btn--sm{padding:12px 20px;font-size:15px}
.cta-note{font-size:14px;color:var(--muted);margin:14px 0 0}
.cta-note--dark{color:rgba(255,255,255,.6)}

/* ─── dark sections: base + orbs + grain + grid ───────────── */
.dark{background:var(--dark);color:#fff;position:relative;overflow:hidden;isolation:isolate}
.dark::before{content:"";position:absolute;inset:0;z-index:0;
  background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:26px 26px;opacity:.5}
.orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(10px);animation:drift 13s ease-in-out infinite alternate}
.orb--1{width:760px;max-width:130vw;height:760px;top:-320px;left:-180px;background:radial-gradient(circle,rgba(74,144,217,.32),transparent 66%)}
.orb--2{width:640px;max-width:120vw;height:640px;bottom:-300px;right:-140px;background:radial-gradient(circle,rgba(11,255,132,.20),transparent 66%);animation-delay:-6s}
@keyframes drift{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(26px,-22px,0) scale(1.06)}}
@media (prefers-reduced-motion:reduce){.orb{animation:none}html{scroll-behavior:auto}}

.sec{padding:104px 0;position:relative}
.sec--tight{padding:72px 0}
.tint{background:var(--bg)}

/* ─── type ────────────────────────────────────────────────── */
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin:0 0 18px}
.eyebrow--dk{color:var(--primary-dk)}
h1{font-size:clamp(2.4rem,5.4vw,4rem);font-weight:900;letter-spacing:-.04em;line-height:1.04;margin:0 0 22px}
h2{font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:800;letter-spacing:-.032em;line-height:1.13;margin:0 0 18px}
h3{font-size:1.22rem;font-weight:700;letter-spacing:-.02em;margin:0 0 9px;line-height:1.3}
.lede{font-size:clamp(1.06rem,1.6vw,1.26rem);line-height:1.62;margin:0 0 30px;max-width:58ch;color:var(--muted)}
.dark .lede{color:rgba(255,255,255,.78)}
p{line-height:1.7;margin:0 0 17px;max-width:68ch}
/* One gradient phrase per page. Never body copy. */
.grad{background:linear-gradient(100deg,#12ff8c 10%,#6fd3ff 90%);-webkit-background-clip:text;background-clip:text;color:transparent}

/* hand-drawn underline under one word */
.mark{position:relative;display:inline-block}
.mark svg{position:absolute;left:0;right:0;bottom:-.22em;width:100%;height:.42em;color:var(--accent);overflow:visible}
.dark .mark svg{color:var(--accent)}
.annot{display:inline-flex;align-items:flex-start;gap:9px;font-size:15px;font-weight:700;color:var(--primary-dk);transform:rotate(-1.2deg);margin-top:6px}
.annot svg{flex-shrink:0;margin-top:2px}

/* ─── hero ────────────────────────────────────────────────── */
/* The cutout is taller than the text column, so centring it left a band of
   empty dark below the figure before the section ended. Bottom-aligning the
   image and dropping the section's bottom padding makes the boundary land
   exactly where the photograph stops. The text stays optically centred. */
.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:end}
.hero>div:first-child{align-self:center;padding-bottom:60px}
.sec--flush{padding-bottom:0}
.hero-img--cut img{margin-bottom:-2px}
.hero-img img{border-radius:22px;box-shadow:var(--e4)}
.hero-img--cut img{border-radius:0;box-shadow:none;filter:drop-shadow(0 30px 56px rgba(0,0,0,.5))}
.heroband{position:relative;overflow:hidden}
.heroband>img{width:100%;height:min(58vh,480px);object-fit:cover;opacity:.3}
.heroband .over{position:absolute;inset:0;display:flex;align-items:center;background:linear-gradient(180deg,rgba(4,32,47,.55),rgba(4,32,47,.94))}

/* trust strip */
.strip{display:flex;gap:36px;flex-wrap:wrap;margin-top:34px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.strip div{font-size:14px;color:rgba(255,255,255,.72);display:flex;align-items:center;gap:9px}
.strip b{color:#fff;font-size:15px}

/* ─── bento ───────────────────────────────────────────────── */
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:30px;box-shadow:var(--e2);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-3px);box-shadow:var(--e3)}
/* Glass, because these sit over gradient rather than flat colour. */
.card--dark{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(16px);color:#fff;
  box-shadow:0 4px 24px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.07)}
.card--dark:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16)}
.card--dark h3{color:#fff}
.card--dark p{color:rgba(255,255,255,.7)}
.card--wide{grid-column:span 2}
.card .ic{width:46px;height:46px;border-radius:13px;background:var(--primary-lt);color:var(--primary-dk);display:grid;place-items:center;margin-bottom:18px;font-size:19px;font-weight:800}
.card--dark .ic{background:rgba(11,255,132,.14);color:var(--accent);border:1px solid rgba(11,255,132,.22)}
.card p:last-child{margin-bottom:0}

/* ─── split ───────────────────────────────────────────────── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.split img{border-radius:22px;box-shadow:var(--e3)}

/* ─── steps, with decorative numerals behind ──────────────── */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;counter-reset:s}
.step{position:relative;padding-top:8px}
.step::before{counter-increment:s;content:counter(s);position:absolute;top:-34px;left:-6px;font-size:112px;font-weight:900;line-height:1;color:var(--dark);opacity:.07;z-index:0}
.dark .step::before{color:#fff;opacity:.1}
.step h3,.step p{position:relative;z-index:1}

/* ─── pricing ─────────────────────────────────────────────── */
.price{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:860px;margin:0 auto}
.plan{border:1px solid var(--border);border-radius:22px;padding:34px;background:#fff;box-shadow:var(--e2)}
.plan--hi{position:relative;border:1px solid transparent;
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(140deg,var(--accent-dk),rgba(74,144,217,.5)) border-box;
  box-shadow:var(--e4)}
.plan--hi::before{content:"Most pros start free, then upgrade";position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#12ff8c,var(--accent-dk));color:#04202f;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:6px 15px;border-radius:20px;white-space:nowrap;box-shadow:0 4px 14px rgba(11,255,132,.4)}
.plan .amt{font-size:2.9rem;font-weight:900;letter-spacing:-.045em;color:var(--dark);line-height:1}
.plan .per{font-size:1rem;color:var(--muted);font-weight:600}
.plan ul{list-style:none;padding:0;margin:22px 0}
.plan li{display:flex;gap:11px;padding:9px 0;font-size:15px;line-height:1.55;border-bottom:1px solid var(--bg)}
.plan li:last-child{border-bottom:0}
.plan li b{color:var(--accent-dk);flex-shrink:0}

/* ─── faq ─────────────────────────────────────────────────── */
.faq{max-width:780px;margin:0 auto}
.q{border-bottom:1px solid var(--border);padding:24px 0}
.q h3{margin-bottom:9px}
.q p{margin:0;color:var(--muted);max-width:none}

.final{text-align:center}
.final h2{max-width:17ch;margin-left:auto;margin-right:auto}
.final .lede{margin-left:auto;margin-right:auto;text-align:center}

.foot{background:var(--ink);color:rgba(255,255,255,.5);padding:38px 0;font-size:14px}
.foot a{color:rgba(255,255,255,.78);text-decoration:none;margin-left:20px}
.foot a:hover{color:#fff}

/* ─── the page responds to scrolling ──────────────────────── */
.rise{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}
.rise.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.rise{opacity:1;transform:none;transition:none}}

@media(max-width:900px){
  body{font-size:16px}
  .hero,.split{grid-template-columns:1fr;gap:36px;align-items:stretch}
  /* Stacked, the figure sits under the text and flush to the section edge. */
  .hero>div:first-child{padding-bottom:0}
  .bento,.steps{grid-template-columns:1fr}
  .card--wide{grid-column:auto}
  .price{grid-template-columns:1fr}
  .sec{padding:64px 0}
  .split img{order:-1}
  .nav .wrap{flex-wrap:wrap;gap:14px}
  .nav .sp{margin-left:0;width:100%}
  .hide-sm{display:none}
  .step::before{font-size:84px;top:-24px}
}


.checks{list-style:none;padding:0;margin:0 0 26px}
.checks li{display:flex;gap:11px;padding:9px 0;font-size:15.5px;line-height:1.6;border-bottom:1px solid var(--bg)}
.checks li:last-child{border-bottom:0}
.checks b{color:var(--accent-dk);flex-shrink:0}
.checks strong{color:var(--dark);font-weight:700}
.plan li b{color:var(--accent-dk);flex-shrink:0;line-height:1.5}
.plan li>span{display:block}
.plan li strong{font-weight:700;color:var(--dark);font-size:15px}
.fdesc{color:var(--muted);font-size:13.5px;line-height:1.5;display:block;margin-top:2px}

@media(max-width:900px){
  .prodsplit{grid-template-columns:1fr;gap:34px}
  .shot__app{grid-template-columns:1fr}
  .shot__rail{flex-direction:row;align-items:center;gap:10px;padding:10px}
  .shot__nav{flex-direction:row;overflow:hidden}
}

/* ─── Job board shot, with the notification email beside it ──
   Two halves of the same promise: the curated board, and the
   email that brings it to you. */
.shotwrap{position:relative;padding-bottom:46px}
.shot{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--e4);font-size:11px;line-height:1.35}
.shot__bar{background:#eef1f5;border-bottom:1px solid var(--border);padding:9px 12px;display:flex;align-items:center;gap:6px}
.shot__bar i{width:9px;height:9px;border-radius:50%;background:#cfd6de}
.shot__bar span{margin-left:10px;color:#93a1b0;font-size:10px}
.shot__app{display:grid;grid-template-columns:108px 1fr;min-height:330px}
.shot__rail{background:var(--dark);padding:14px 9px}
.shot__logo{color:#fff;font-weight:900;font-size:13px;letter-spacing:-.02em;padding:0 6px 12px}
.shot__logo em{color:var(--accent);font-style:normal}
.shot__nav{display:flex;flex-direction:column;gap:2px}
.shot__nav span{color:rgba(255,255,255,.6);padding:6px 8px;border-radius:6px}
.shot__nav .on{background:rgba(11,255,132,.14);color:#fff;font-weight:700}
.shot__main{background:var(--bg);padding:12px}
.shot__top{display:flex;align-items:center;gap:8px;margin-bottom:9px}
.shot__top b{font-size:13px;color:var(--dark)}
.shot__pill{margin-left:auto;background:#fff;border:1px solid var(--border);border-radius:20px;padding:3px 9px;color:var(--muted);font-size:9.5px}

.job{background:#fff;border:1px solid var(--border);border-radius:9px;padding:9px 10px;margin-bottom:7px}
.job--dim{opacity:.55}
.job__h{display:flex;align-items:center;gap:7px;margin-bottom:4px}
.job__h b{font-size:11.5px;color:var(--dark)}
.job__h u{text-decoration:none;background:rgba(11,255,132,.18);color:#046b3a;font-size:8.5px;font-weight:800;padding:2px 6px;border-radius:20px}
.job__m{display:flex;gap:12px;color:var(--muted);font-size:9.5px;margin-bottom:6px}
.job__f{display:flex;align-items:center;gap:9px;border-top:1px solid var(--bg);padding-top:6px}
.job__f em{font-style:normal;font-weight:800;color:var(--dark);font-size:11px}
.job__f span{color:var(--muted);font-size:9.5px}
.job__f i{margin-left:auto;font-style:normal;background:var(--dark);color:#fff;font-size:9px;font-weight:700;padding:4px 9px;border-radius:6px}

/* the phone overlaps the browser, so the two read as one product */
/* iPhone proportions: 19.5:9, with the bezel radius and a pill notch. The
   earlier box was 1.5:1, which reads as a tablet and undercuts the point that
   this arrives on a phone. */
.phone{position:absolute;right:-18px;bottom:-26px;width:190px;font-size:11px;line-height:1.35;
  background:#0b0f14;border-radius:34px;padding:7px;
  box-shadow:0 26px 56px rgba(2,23,35,.45),inset 0 0 0 1px rgba(255,255,255,.08)}
.phone__notch{width:52px;height:4px;border-radius:10px;background:#2a3238;margin:3px auto 5px}
.phone__scr{position:relative;background:#fff;border-radius:28px;overflow:hidden;
  aspect-ratio:9/19.5;display:flex;flex-direction:column}
.mail__bar{display:flex;align-items:center;padding:14px 12px 6px;background:var(--bg);font-size:8.5px;color:var(--muted)}
.mail__bar b{margin-left:auto;color:var(--dark)}
.mail__hd{display:flex;gap:7px;align-items:center;padding:8px 9px 6px}
.mail__av{width:22px;height:22px;border-radius:6px;background:var(--dark);color:var(--accent);display:grid;place-items:center;font-size:7.5px;font-weight:900}
.mail__from b{display:block;font-size:9px;color:var(--dark);line-height:1.2}
.mail__from span{font-size:8px;color:var(--muted)}
.mail__hd span{font-size:8px;color:var(--muted)}
.mail__subj{padding:0 9px 7px;font-size:10.5px;font-weight:800;color:var(--dark);line-height:1.25}
.mail__body{padding:0 9px 10px;flex:1}
.mail__job{border-top:1px solid var(--bg);padding:6px 0}
.mail__job b{display:block;font-size:9px;color:var(--dark);line-height:1.25}
.mail__job span{font-size:8.5px;color:var(--muted)}
.mail__cta{background:var(--accent);color:var(--dark);text-align:center;border-radius:6px;padding:6px;font-size:9px;font-weight:800;margin-top:8px}

@media(max-width:900px){
  .shotwrap{padding-bottom:0}
  .shot__app{grid-template-columns:1fr}
  .shot__rail{display:flex;align-items:center;gap:10px;padding:10px}
  .shot__nav{flex-direction:row;overflow:hidden}
  /* Below the board on a phone, rather than overlapping it. */
  .phone{position:static;width:190px;margin:18px auto 0}
}

/* ─── Feature grid, tightened ────────────────────────────────
   Five equal cards down a page is a lot of scrolling for a
   short read. Four features in a two-by-two, with the call to
   action occupying the fifth cell — so the section ends on an
   invitation rather than trailing off. */
.feat{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}
.feat__card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(16px);
  border-radius:18px;padding:26px;box-shadow:0 4px 24px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.07);
  transition:background .2s,border-color .2s}
.feat__card:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16)}
.feat__card h3{color:#fff;font-size:1.1rem;margin:0 0 8px}
.feat__card p{color:rgba(255,255,255,.7);font-size:.95rem;margin:0;max-width:none}
.feat__card--money{grid-column:span 2}
.feat__card .ic{width:44px;height:44px;border-radius:12px;background:rgba(11,255,132,.14);color:var(--accent);
  border:1px solid rgba(11,255,132,.22);display:grid;place-items:center;margin-bottom:16px;font-size:18px;font-weight:800}
/* The invitation reads as a different kind of thing from the cards around it. */
.feat__cta{background:linear-gradient(150deg,rgba(11,255,132,.16),rgba(74,144,217,.12));
  border:1px solid rgba(11,255,132,.28);border-radius:18px;padding:26px;
  display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}
.feat__cta b{color:#fff;font-size:1.15rem;letter-spacing:-.02em}
.feat__cta span{color:rgba(255,255,255,.72);font-size:.92rem;line-height:1.5;margin-bottom:6px}
.feat__cta .btn{padding:13px 22px;font-size:15px}
.feat__cta small{color:rgba(255,255,255,.5);font-size:.78rem;margin-top:2px}
@media(max-width:900px){
  .feat{grid-template-columns:1fr;gap:14px}
  .feat__card--money{grid-column:auto}
  .feat__cta{align-items:stretch;text-align:center}
  .feat__cta .btn{width:100%}
}

/* ─── Listing overlays ───────────────────────────────────────
   Three cards over the photograph: what a listing holds, and a
   review arriving. Absolute on desktop, stacked underneath on a
   phone — overlapping cards at 380px would bury the picture. */
/* The photograph keeps its full width; the cards hang past the edges into
   the section's own padding rather than shrinking the image to make room. */
.hero-stack{position:relative;margin:46px 0}
.hero-stack>img{border-radius:22px;box-shadow:var(--e3)}
.mini{position:absolute;background:#fff;border-radius:14px;padding:12px 13px;font-size:11px;
  box-shadow:0 14px 40px rgba(2,23,35,.28);border:1px solid rgba(2,23,35,.06);width:200px;z-index:2}
/* Positioned to sit mostly *outside* the photograph. Overlaying the
   subject hides the thing the picture is there to show, so each card
   hangs off an edge and clips the image only at its corner. */
.mini--tl{top:-22px;left:-30px}/* Top-aligned with the categories card so the two read as a pair. */
.mini--tr{top:-22px;right:-46px;width:222px}
.mini__hd{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:800;letter-spacing:.1em;
  text-transform:uppercase;color:var(--muted);margin-bottom:9px}
.mini__dot{width:7px;height:7px;border-radius:50%;background:var(--accent-dk)}
.mini__chips{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:9px}
.mini__chips i{font-style:normal;font-size:10.5px;font-weight:700;background:var(--primary-lt);
  color:var(--primary-dk);padding:4px 9px;border-radius:20px}
.mini__row{display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid var(--bg);padding-top:8px}
.mini__row b{font-size:10.5px;color:var(--dark);font-weight:600}
/* The review card reads as the thing that just arrived. */
.mini--review{border:1px solid rgba(11,255,132,.4);box-shadow:0 18px 46px rgba(2,23,35,.32),0 0 0 4px rgba(11,255,132,.12)}
.mini__new{display:inline-block;background:var(--accent);color:var(--dark);font-size:9px;font-weight:800;
  letter-spacing:.08em;text-transform:uppercase;padding:3px 8px;border-radius:20px;margin-bottom:8px}
.mini__stars{color:#F5A623;font-size:13px;letter-spacing:2px;margin-bottom:6px}
.mini--review p{font-size:11.5px;line-height:1.5;color:var(--text);margin:0 0 10px;max-width:none}
.mini__by{display:flex;align-items:center;gap:7px;border-top:1px solid var(--bg);padding-top:8px}
.mini__av{width:22px;height:22px;border-radius:50%;background:var(--dark);color:var(--accent);
  display:grid;place-items:center;font-size:8.5px;font-weight:800}
.mini__by b{font-size:11px;color:var(--dark)}
.mini__by em{font-style:normal;font-size:10px;color:var(--muted);margin-left:auto}
@media(max-width:1100px){
  /* Less room to hang off the edge, so tuck them back over the corners. */
  .hero-stack{margin:40px 40px 32px}
  .mini{width:176px}
  .mini--tl{left:-14px}  .mini--tr{right:-16px;width:190px}
}
@media(max-width:900px){
  .hero-stack{margin:0}
  .mini{width:auto}
  .mini{position:static;width:auto;margin-top:12px;box-shadow:var(--e2)}
  .mini--review{box-shadow:var(--e3)}
  .hero-stack{display:flex;flex-direction:column}
}
