/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  fonts  */

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Black.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/*~~~~~~~~~~~~~~~~~~~~  end of fonts  */ 

/* Snaproles shared production header, pricing modal, TalentHut pre-footer, and global footer. */
:root {
    --orange: #ff8011;
    --sr-orange: #ff8011;
    --sr-blue: #1673ff;
    --sr-ink: #121720;
    --sr-text: #596372;
    --sr-line: #e1e6ec;
    --sr-soft: #f6f8fa;
    --sr-soft-blue: #f3f7ff;
    --sr-soft-orange: #fff8f2;
    --sr-white: #fff;
    --sr-sans: "Inter", Arial, sans-serif;
    --sr-serif: "Source Serif 4", Georgia, serif;
}

body.sr-modal-open { overflow: hidden !important; }

.srh-site-header,
.srh-site-header * {
    box-sizing: border-box;
    text-decoration: none !important;
}

.srh-site-header {
  position: fixed;
  top: 0;
  left: 0; 
  z-index: 900;
  width: 100%;
  color: var(--sr-ink);
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(225,230,236,.9);
  font-family: var(--sr-sans);
  -webkit-font-smoothing: antialiased;
}

.srh-inner {
  width: min(1320px, calc(100% - 32px));
  min-height: 76px;
  display: grid;
  grid-template-columns: auto auto minmax(300px, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin: 0 auto;
}

.srh-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}


.srh-logo-image {
  display: block;
  width: clamp(156px, 13.5vw, 214px);
  height: auto;
  object-fit: contain;
}

.srh-wordmark {
  font-size: 27px;
  line-height: 1;
  letter-spacing: -1.25px;
}

.srh-wordmark b { color: var(--sr-orange); font-weight: 700; }
.srh-wordmark strong { color: var(--sr-blue); font-weight: 700; }
.srh-brand small { color: #596270; font-size: 9px; font-weight: 700; }

.srh-audience-switch,
.srh-mobile-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  padding: 3px;
  background: #f1f3f6;
  border: 1px solid #e1e5ea;
  border-radius: 11px;
}

.srh-audience-switch a,
.srh-mobile-switch a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  color: #65707e;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.srh-audience-switch a[aria-current="page"],
.srh-mobile-switch a[aria-current="page"] {
  color: #25303d;
  background: white;
  box-shadow: 0 3px 9px rgba(32,43,58,.08);
}

body[data-sr-audience="worker"] .srh-audience-switch a[aria-current="page"],
body[data-sr-audience="worker"] .srh-mobile-switch a[aria-current="page"] {
  color: #25303d;
  background: var(--sr-soft-orange);
  box-shadow: inset 0 0 0 2px var(--sr-orange), 0 3px 9px rgba(32,43,58,.08);
}

body[data-sr-audience="business"] .srh-audience-switch a[aria-current="page"],
body[data-sr-audience="business"] .srh-mobile-switch a[aria-current="page"] {
  color: #15345f;
  background: var(--sr-soft-blue);
  box-shadow: inset 0 0 0 2px var(--sr-blue), 0 3px 9px rgba(32,43,58,.08);
}

.srh-desktop-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13px, 1.45vw, 23px);
}

.srh-nav-link,
.srh-login {
  color: #4f5967;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.srh-nav-link:hover,
.srh-login:hover,
.srh-mobile-panel nav a:hover { color: var(--sr-blue); }

.srh-pricing-link {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.srh-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  white-space: nowrap;
}

.srh-language {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 5px 3px 9px;
  color: var(--sr-blue);
  background: #fff;
  border: 1.5px solid rgba(22,115,255,.82);
  border-radius: 999px;
  box-shadow: 0 5px 15px rgba(22,115,255,.08);
  font-size: 11px;
  font-weight: 700;
}

.srh-language-icon {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  margin-right: 2px;
}

.srh-language-globe {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.srh-language a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 9px;
  color: #0d65db;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color .16s ease, color .16s ease;
}

.srh-language a:hover,
.srh-language a:focus-visible {
  color: #084da9;
  background: var(--sr-soft-blue);
  outline: none;
}

.srh-language a[aria-current="true"] {
  color: #283240;
  background: #f1f4f8;
  font-weight: 700;
}

.srh-language-divider {
  width: 1px;
  height: 18px;
  display: block;
  margin: 0 1px;
  background: #d6dde7;
}

.srh-primary,
.srh-mobile-primary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: white !important;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.srh-primary-worker { background: var(--sr-orange); box-shadow: 0 8px 19px rgba(255,128,17,.17); }
.srh-primary-business { background: var(--sr-blue); box-shadow: 0 8px 19px rgba(22,115,255,.17); }

.srh-mobile-actions { display: none; align-items: center; justify-content: flex-end; gap: 12px; }
.srh-mobile-language {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 11px;
  color: #0d65db;
  background: #fff;
  border: 1.5px solid rgba(22,115,255,.85);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(22,115,255,.08);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.srh-mobile-language:hover,
.srh-mobile-language:focus-visible {
  color: #084da9;
  background: var(--sr-soft-blue);
  outline: none;
}
.srh-mobile-language .srh-language-globe { width: 18px; height: 18px; }
.srh-mobile-login { color: #4c5664; font-size: 11px; font-weight: 800; text-decoration: none; }

.srh-menu-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 4px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}
.srh-menu-button span { width: 20px; height: 2px; background: #222a34; border-radius: 999px; transition: .18s ease; }
.srh-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.srh-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.srh-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.srh-mobile-panel {
  width: min(500px, calc(100% - 28px));
  display: grid;
  gap: 12px;
  margin: 0 auto 14px;
  padding: 14px;
  background: white;
  border: 1px solid var(--sr-line);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(35,47,65,.12);
}
.srh-mobile-panel[hidden] { display: none; }
.srh-mobile-panel nav { display: grid; gap: 3px; }
.srh-mobile-panel nav a {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 10px 11px;
  color: #46515f;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.srh-mobile-panel nav a:hover { background: var(--sr-soft); }
.srh-mobile-primary { width: 100%; min-height: 48px; }


.srh-mobile-panel-login {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  color: #344054;
  background: #fff;
  border: 1.5px solid #cfd8e6;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(35,47,65,.04);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}
.srh-mobile-panel-login:hover,
.srh-mobile-panel-login:focus-visible {
  color: #0d65db;
  background: var(--sr-soft-blue);
  border-color: rgba(22,115,255,.58);
  outline: none;
}

/*~~~~~~~~~~~~~  main content  */ 

#main-content {
    padding: 80px 0 0; 
}

@media (max-width: 1040px) {
    #main-content {
        padding: 70px 0 0; 
    }
}

/* Pricing dialog */
.srp-dialog,
.srp-dialog * {
    box-sizing: border-box;
}
.srp-dialog {
  width: min(1180px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  color: var(--sr-ink);
  background: white;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(13,24,40,.25);
  font-family: var(--sr-sans);
  overflow: hidden;
}
.srp-dialog::backdrop { background: rgba(13,21,32,.62); backdrop-filter: blur(3px); }
.srp-shell { display: flex; flex-direction: column; max-height: calc(100dvh - 32px); }
.srp-header {
  position: relative;
  flex: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
  padding: 26px 28px 22px;
  background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
  border-bottom: 1px solid var(--sr-line);
}
.srp-eyebrow { margin: 0; color: var(--sr-blue); font-size: 11px; letter-spacing: 1.15px; font-weight: 700; }
.srp-header h2 { margin: 7px 0 0; color: #303844; font-family: var(--sr-serif); font-size: 36px; line-height: 1.05; letter-spacing: -1px; }
.srp-header > div > p:last-child { max-width: 760px; margin: 10px 0 0; color: #687382; font-size: 13px; line-height: 1.5; }
.srp-close {
  width: 44px; height: 44px; display: grid; place-items: center; padding: 0;
  color: #3c4653; background: white; border: 1px solid var(--sr-line); border-radius: 12px;
  font: 400 29px/1 var(--sr-sans); cursor: pointer;
}
.srp-close:hover { color: var(--sr-blue); border-color: #c9d8ef; }
.srp-scroll { overflow-y: auto; padding: 22px 24px 24px; }
.srp-plans { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.srp-plan {
  position: relative;
  min-width: 0;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  padding: 17px 15px 15px;
  background: white;
  border: 1px solid var(--sr-line);
  border-radius: 16px;
}
.srp-plan-free { background: linear-gradient(180deg, #fffaf6 0%, #fff 100%); border-color: #efd8c6; }
.srp-plan-popular { background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%); border: 2px solid var(--sr-blue); box-shadow: 0 14px 28px rgba(22,115,255,.13); }
.srp-plan-head { min-height: 36px; display: flex; align-items: flex-start; justify-content: space-between; gap: 7px; }
.srp-plan h3 { margin: 0; color: #2f3845; font-family: var(--sr-serif); font-size: 23px; line-height: 1; }
.srp-plan-tag { padding: 5px 6px; border-radius: 999px; font-size: 6.5px; letter-spacing: .45px; font-weight: 700; white-space: nowrap; }
.srp-free-tag { color: white; background: var(--sr-orange); }
.srp-popular-tag { color: white; background: var(--sr-blue); }
.srp-price { display: flex; align-items: flex-end; gap: 4px; margin-top: 13px; }
.srp-price strong { color: #151a21; font-family: var(--sr-serif); font-size: 34px; line-height: .9; }
.srp-price small { padding-bottom: 3px; color: #747e8b; font-size: 11px; }
.srp-plan > p { margin: 15px 0 0; color: #66717f; font-size: 11px; line-height: 1.45; }
.srp-plan > p b { color: #2e3744; font-size: 15px; }
.srp-plan-cta {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 9px 8px;
  color: var(--sr-blue);
  background: white;
  border: 1px solid #cddbf0;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.srp-plan-free .srp-plan-cta { color: white; background: var(--sr-orange); border-color: var(--sr-orange); }
.srp-plan-popular .srp-plan-cta { color: white; background: var(--sr-blue); border-color: var(--sr-blue); }
.srp-shared {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 14px;
  padding: 15px 18px;
  background: var(--sr-soft);
  border: 1px solid var(--sr-line);
  border-radius: 14px;
}
.srp-shared > strong { color: #35404e; font-size: 11px; white-space: nowrap; }
.srp-shared ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.srp-shared li { display: flex; align-items: center; gap: 7px; color: #596574; font-size: 11px; line-height: 1.35; }
.srp-shared li span { width: 18px; height: 18px; display: grid; place-items: center; flex: none; color: white; background: var(--sr-blue); border-radius: 50%; font-size: 8px; font-weight: 900; }
.srp-footnotes { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 13px; padding: 0 2px; }
.srp-footnotes p, .srp-footnotes small { margin: 0; color: #727c89; font-size: 11px; line-height: 1.4; }
.srp-footnotes p { color: #44505f; font-weight: 600; }

@media (max-width: 1180px) {
  .srh-inner { grid-template-columns: auto auto 1fr auto; gap: 12px; }
  .srh-desktop-nav { gap: 12px; }
  .srh-nav-link, .srh-login { font-size: 10px; }
  .srh-primary { padding-inline: 12px; font-size: 13px; }
  .srh-actions { gap: 9px; }
  .srh-about-link { display: none; }
}

@media (max-width: 1040px) {
  .srh-inner { grid-template-columns: 1fr auto; min-height: 68px; }
  .srh-audience-switch, .srh-desktop-nav, .srh-actions { display: none; }
  .srh-mobile-actions { display: flex; }
  .srh-wordmark { font-size: 25px; }
  .srh-brand small { font-size: 8px; }
}

@media (max-width: 900px) {
  .srp-dialog { width: min(760px, calc(100% - 24px)); }
  .srp-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .srp-shared { grid-template-columns: 1fr; gap: 12px; }
  .srp-shared ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .srh-inner { width: calc(100% - 24px); }
  .srh-mobile-login { display: none; }
  .srh-mobile-actions { gap: 7px; }
  .srh-brand { gap: 6px; }
  .srh-wordmark { font-size: 23px; }
  .srh-brand small { max-width: 75px; line-height: 1.1; }

  .srp-dialog {
    width: 100%; height: 100dvh; max-height: none; margin: 0;
    border-radius: 0;
  }
  .srp-shell { height: 100dvh; max-height: none; }
  .srp-header { position: sticky; top: 0; z-index: 2; padding: 19px 16px 16px; gap: 12px; }
  .srp-header h2 { font-size: 29px; line-height: 1.04; }
  .srp-header > div > p:last-child { font-size: 12px; }
  .srp-close { width: 44px; height: 44px; }
  .srp-scroll { padding: 15px 14px 22px; }
  .srp-plans { grid-template-columns: 1fr; gap: 10px; }
  .srp-plan { min-height: 198px; padding: 16px; }
  .srp-plan-head { min-height: 30px; }
  .srp-plan h3 { font-size: 25px; }
  .srp-price strong { font-size: 37px; }
  .srp-plan-cta { min-height: 46px }
  .srp-shared { padding: 15px; }
  .srp-shared ul { grid-template-columns: 1fr; gap: 9px; }
  .srp-footnotes { display: grid; gap: 7px; }
}

@media (max-width: 370px) {
  .srh-brand small { display: none; }
  .srh-mobile-language { min-height: 38px; padding-inline: 9px; font-size: 10.5px; }
  .srh-menu-button { width: 42px; }
  .srp-header h2 { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  .srh-menu-button span { transition: none; }
}

@media (max-width: 1040px) {
  .srh-logo-image { width: 168px; }
}
@media (max-width: 640px) {
  .srh-logo-image { width: 146px; }
  .srh-brand small { font-size: 8px; }
}


/* SEO Step 5: accessible navigation and stable rendering */
.sr-skip-link{position:fixed;left:16px;top:12px;z-index:99999;padding:12px 16px;color:#fff;background:#121720;border-radius:8px;font:700 14px/1.2 var(--sr-sans);text-decoration:none;transform:translateY(-160%);transition:transform .16s ease;box-shadow:0 8px 24px rgba(18,23,32,.25)}
.sr-skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #0b57d0;outline-offset:3px}
main:focus{outline:none}
img{height:auto}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* SNAPROLES FOOTER + TALENTHUT PRE-FOOTER REVIEW */
.srth-section,
.srth-section *,
.srf-site-footer,
.srf-site-footer * { box-sizing: border-box; }

.srth-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 9% 10%, rgba(22,115,255,.20), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(62,183,71,.15), transparent 30%),
    linear-gradient(125deg,#080d15 0%,#0c1420 56%,#0d171d 100%);
  font-family: var(--sr-sans, "Inter", Arial, sans-serif);
}
.srth-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg,#1673ff,#2c98d0 50%,#42b94b);
}
.srth-inner {
  position: relative;
  width: min(1320px, calc(100% - 48px));
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(380px,.72fr);
  align-items: center;
  gap: clamp(54px,7vw,112px);
  margin-inline: auto;
  padding: 76px 0 78px;
}
.srth-copy { max-width: 690px; }
.srth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #79aaff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.srth-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff8011;
  box-shadow: 0 0 0 6px rgba(255,128,17,.11);
}
.srth-title {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px,4.6vw,66px);
  line-height: 1.02;
  letter-spacing: -2.1px;
  font-weight: 820;
}
.srth-title span {
  color: transparent;
  background: linear-gradient(90deg,#45a5ff,#2cb9c1 48%,#42c55b);
  -webkit-background-clip: text;
  background-clip: text;
}
.srth-description {
  max-width: 650px;
  margin: 23px 0 0;
  color: #c9d1dd;
  font-size: 17px;
  line-height: 1.67;
}
.srth-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.srth-chips li {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  color: #d9e1ec;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  font-size: 12px;
  font-weight: 600;
}
.srth-chips svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.srth-cta {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  padding: 13px 22px;
  color: #fff;
  border-radius: 11px;
  background: #1673ff;
  box-shadow: 0 12px 30px rgba(22,115,255,.27);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.srth-cta:hover { transform: translateY(-2px); background: #0e67ec; box-shadow: 0 16px 36px rgba(22,115,255,.34); }
.srth-cta svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.srth-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 36px 34px;
  overflow: hidden;
  border: 1px solid rgba(205,219,238,.95);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 66px rgba(5,17,34,.28);
}
.srth-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg,#1673ff,#2d98d0,#42b94b);
}
.srth-card-label {
  margin-bottom: 20px;
  color: #748197;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.srth-logo {
  width: min(100%,390px);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.24));
}
.srth-card-copy {
  max-width: 360px;
  margin: 24px 0 0;
  color: #59677a;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.srf-site-footer {
  color: #fff;
  background: #0d1728;
  border-top: 1px solid rgba(255,255,255,.07);
  font-family: var(--sr-sans, "Inter", Arial, sans-serif);
}
.srf-main {
  width: min(1320px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(250px,1.45fr) repeat(4,minmax(130px,1fr));
  gap: clamp(28px,3.8vw,58px);
  margin-inline: auto;
  padding: 64px 0 48px;
}
.srf-brand { min-width: 0; }
.srf-logo-link {
  width: 200px;
  max-width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.17);
}
.srf-logo-link img { width: 100%; height: auto; display: block; }
.srf-brand h2 { margin: 23px 0 0; color: #fff; font-size: 18px; line-height: 1.25; }
.srf-brand > p { max-width: 300px; margin: 12px 0 0; color: #9ba9bc; font-size: 13px; line-height: 1.65; }
.srf-email {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #d9e3f1;
  font-size: 12.5px;
  font-weight: 400;
  text-decoration: none;
}
.srf-email svg { width: 18px; height: 18px; fill: none; stroke: #79aaff; stroke-width: 1.8; }
.srf-group h3 {
  margin: 3px 0 19px;
  color: #8ca0ba;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.55px !important;
  text-transform: uppercase;
}
.srf-group nav { display: grid; gap: 12px; }
.srf-group nav a {
  width: fit-content;
  position: relative;
  color: #d5dce6;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .16s ease, transform .16s ease;
}
.srf-group nav a:hover { color: #fff; }
.srf-group nav a::after {
  display: none; 
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: #ff8011;
  transition: right .18s ease;
}
.srf-group nav a:hover::after { right: 0; }
.srf-external { display: inline-flex !important; align-items: center; gap: 6px; }
.srf-external svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.srf-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.srf-socials a {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #dce5f2;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  text-decoration: none;
  transition: transform .16s ease, color .16s ease, background .16s ease;
}
.srf-socials a:hover { color: #fff; background: #1673ff; transform: translateY(-2px); }
.srf-socials svg { width: 18px; height: 18px; fill: currentColor; }
.srf-language {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  font-size: 11px;
}
.srf-language svg { width: 16px; height: 16px; fill: none; stroke: #79aaff; stroke-width: 1.7; }
.srf-language a { color: #d7dfeb; text-decoration: none; font-weight: 600; }
.srf-language a[aria-current="true"] { color: #fff; }
.srf-language span { color: #667890; }
.srf-bottom {
  width: min(1320px, calc(100% - 48px));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-inline: auto;
  padding: 22px 0 25px;
  color: #7f8da1;
  border-top: 1px solid rgba(255,255,255,.075);
  font-size: 12px;
}
.srf-bottom p { margin: 0; line-height: 1.55; }
.srf-legal-links { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px 14px; }
.srf-legal-links a { color: #9eacbe; text-decoration: none; }
.srf-legal-links a:hover { color: #fff; }
.srf-legal-links span { color: #3c4b60; }

.srth-cta:focus-visible,
.srf-site-footer a:focus-visible {
  outline: 3px solid #ffb067;
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .srth-inner { grid-template-columns: 1fr minmax(320px,.72fr); gap: 42px; }
  .srth-title { font-size: clamp(38px,5vw,56px); }
  .srf-main { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .srf-brand { grid-column: 1 / -1; display: grid; grid-template-columns: 210px minmax(0,1fr); column-gap: 30px; align-items: start; }
  .srf-brand h2 { margin-top: 3px; }
  .srf-brand > p, .srf-email { grid-column: 2; }
  .srf-email { margin-top: 14px; }
}
@media (max-width: 780px) {
  .srth-inner { width: min(100% - 32px,680px); grid-template-columns: 1fr; min-height: 0; padding: 62px 0; text-align: center; }
  .srth-copy { margin-inline: auto; }
  .srth-eyebrow { justify-content: center; }
  .srth-title { margin-inline: auto; font-size: 46px; }
  .srth-description { margin-inline: auto; font-size: 15.5px; }
  .srth-chips { justify-content: center; }
  .srth-card { width: min(100%,500px); min-height: 330px; margin-inline: auto; }
  .srf-main { width: min(100% - 32px,680px); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 32px; padding: 52px 0 40px; }
  .srf-brand { grid-column: 1 / -1; display: block; }
  .srf-brand h2 { margin-top: 21px; }
  .srf-brand > p, .srf-email { grid-column: auto; }
  .srf-bottom { width: min(100% - 32px,680px); align-items: flex-start; flex-direction: column; gap: 15px; }
  .srf-legal-links { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .srth-inner { width: calc(100% - 24px); padding: 52px 0 55px; gap: 38px; }
  .srth-eyebrow { font-size: 9.5px; letter-spacing: 1.75px; }
  .srth-title { font-size: 38px; letter-spacing: -1.3px; }
  .srth-description { font-size: 14.5px; }
  .srth-chips { display: grid; grid-template-columns: 1fr; }
  .srth-chips li { justify-content: center; }
  .srth-cta { width: 100%; }
  .srth-card { min-height: 280px; padding: 34px 24px 28px; border-radius: 23px; }
  .srth-logo { width: min(100%,330px); }
  .srf-main { width: calc(100% - 28px); grid-template-columns: 1fr; gap: 0; padding: 44px 0 32px; }
  .srf-brand { padding-bottom: 31px; }
  .srf-logo-link { width: 188px; }
  .srf-group { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.075); }
  .srf-group h3 { margin-bottom: 15px; }
  .srf-group nav { grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .srf-socials { margin-top: 18px; }
  .srf-language { margin-top: 18px; }
  .srf-bottom { width: calc(100% - 28px); min-height: 0; padding: 23px 0 31px; }
  .srf-legal-links { align-items: flex-start; flex-direction: column; gap: 9px; }
  .srf-legal-links span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .srth-cta, .srf-site-footer a { transition: none !important; }
}


/* Global TalentHut + utility revision 3: compact sister-company band */
.srth-inner {
  min-height: 360px;
  grid-template-columns: minmax(0,1.12fr) minmax(320px,.62fr);
  gap: clamp(38px,5vw,72px);
  padding: 44px 0 46px;
}
.srth-copy { max-width: 710px; }
.srth-eyebrow { margin-bottom: 11px; }
.srth-title {
  font-size: clamp(34px,3.6vw,52px);
  line-height: 1.04;
  letter-spacing: -1.6px;
}
.srth-description {
  max-width: 680px;
  margin-top: 15px;
  font-size: 15.5px;
  line-height: 1.58;
}
.srth-chips { gap: 8px; margin-top: 19px; }
.srth-chips li { min-height: 34px; padding: 6px 12px; font-size: 11.5px; }
.srth-cta { min-height: 47px; margin-top: 22px; padding: 11px 19px; }
.srth-card {
  min-height: 250px;
  padding: 28px 28px 24px;
  border-radius: 24px;
}
.srth-card-label { margin-bottom: 12px; }
.srth-logo { width: min(100%,280px); filter: drop-shadow(0 8px 18px rgba(0,0,0,.16)); }
.srth-card-copy { margin-top: 14px; font-size: 12.5px; }

@media (max-width: 1040px) {
  .srth-inner { grid-template-columns: 1fr minmax(290px,.62fr); gap: 34px; }
  .srth-title { font-size: clamp(33px,4.4vw,47px); }
}
@media (max-width: 780px) {
  .srth-inner { grid-template-columns: 1fr; min-height: 0; gap: 28px; padding: 40px 0 42px; }
  .srth-title { font-size: 40px; }
  .srth-description { font-size: 14.5px; }
  .srth-card { width: min(100%,460px); min-height: 220px; padding: 25px 25px 22px; }
  .srth-logo { width: min(100%,260px); }
}
@media (max-width: 520px) {
  .srth-inner { padding: 34px 0 36px; gap: 24px; }
  .srth-title { font-size: 32px; letter-spacing: -1px; }
  .srth-description { margin-top: 12px; font-size: 14px; line-height: 1.52; }
  .srth-chips { display: flex; gap: 7px; margin-top: 15px; }
  .srth-chips li { min-height: 31px; padding: 5px 9px; font-size: 10.5px; }
  .srth-cta { min-height: 45px; margin-top: 18px; }
  .srth-card { min-height: 190px; padding: 21px 20px 19px; border-radius: 20px; }
  .srth-card-label { margin-bottom: 9px; }
  .srth-logo { width: min(100%,235px); }
  .srth-card-copy { margin-top: 10px; font-size: 11.5px; }
}

/* Final production handoff: Worker uses official #FF8011 accent; Business uses official #1673FF accent. */

@media (max-width: 420px) { .srh-brand small { display: none; } }

.d-none {
    display: none;
}

#contactFormThankYouMessage,
#unsubscribeFormThankYouMessage { 
    font-size: 14px;
    line-height: 1.4;
    color: #0a3622;
    margin: 20px 0 0;
    padding: 10px;
    border: 1px solid #a3cfbb;
    border-radius: 10px;
    background: #d1e7dd;
}

/* =========================================================
   Snaproles Authentication Selection Modal
   ========================================================= */

.sr-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

    .sr-auth-modal.is-open {
        display: flex;
        visibility: visible;
        opacity: 1;
    }


/* ---------------------------------------------------------
   Overlay
   --------------------------------------------------------- */

.sr-auth-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}


/* ---------------------------------------------------------
   Dialog
   --------------------------------------------------------- */

.sr-auth-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 460px;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(12px) scale(0.98);
    transition: transform 0.2s ease;
}

.sr-auth-modal.is-open .sr-auth-modal__dialog {
    transform: translateY(0) scale(1);
}


/* ---------------------------------------------------------
   Close button
   --------------------------------------------------------- */

.sr-auth-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #555555;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .sr-auth-modal__close:hover {
        background: #f3f3f3;
        color: #111111;
    }

    .sr-auth-modal__close:focus-visible {
        outline: 2px solid #1673ff;
        outline-offset: 2px;
    }


/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */

.sr-auth-modal__header {
    text-align: center;
    padding: 0 20px;
}

    .sr-auth-modal__header h2 {
        margin: 0;
        color: #111111;
        font-size: 28px;
        font-family: "Source Serif 4", Georgia, serif; 
        font-weight: 600;
        line-height: 1.2;
    }

    .sr-auth-modal__header p {
        margin: 10px 0 0;
        color: #6b7280;
        font-size: 15px;
        line-height: 1.5;
    }


/* ---------------------------------------------------------
   Options
   --------------------------------------------------------- */

.sr-auth-modal__options {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
}


/* ---------------------------------------------------------
   Option button
   --------------------------------------------------------- */

.sr-auth-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border: 1px solid #e2e5e9;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;
    text-align: left;
    cursor: pointer;
    text-decoration: none; 
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .sr-auth-option:hover {
        border-color: #1673ff;
        background: #f8fbff;
        box-shadow: 0 8px 24px rgba(22, 115, 255, 0.08);
        transform: translateY(-1px);
    }

    .sr-auth-option:focus-visible {
        outline: 2px solid #1673ff;
        outline-offset: 2px;
    }


/* ---------------------------------------------------------
   Icon
   --------------------------------------------------------- */

.sr-auth-option__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef5ff;
    color: #1673ff;
}

    .sr-auth-option__icon svg {
        width: 25px;
        height: 25px;
    }


/* ---------------------------------------------------------
   Content
   --------------------------------------------------------- */

.sr-auth-option__content {
    min-width: 0;
    flex: 1;
}

.sr-auth-option__title {
    display: block;
    color: #111111;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.sr-auth-option__description {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
}


/* ---------------------------------------------------------
   Arrow
   --------------------------------------------------------- */

.sr-auth-option__arrow {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #9ca3af;
    transition: color 0.2s ease, transform 0.2s ease;
}

    .sr-auth-option__arrow svg {
        width: 100%;
        height: 100%;
    }

.sr-auth-option:hover .sr-auth-option__arrow {
    color: #1673ff;
    transform: translateX(3px);
}


/* ---------------------------------------------------------
   Prevent background scrolling
   --------------------------------------------------------- */

body.sr-auth-modal-open {
    overflow: hidden;
}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 575px) {

    .sr-auth-modal {
        padding: 16px;
    }

    .sr-auth-modal__dialog {
        padding: 32px 20px 24px;
        border-radius: 16px;
    }

    .sr-auth-modal__header h2 {
        font-size: 24px;
    }

    .sr-auth-option {
        padding: 15px;
    }

    .sr-auth-option__icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

        .sr-auth-option__icon svg {
            width: 22px;
            height: 22px;
        }

    .sr-auth-option__title {
        font-size: 16px;
    }

    .sr-auth-option__description {
        font-size: 13px;
    }
}

.sr-auth-option[data-auth-role="talent"] .sr-auth-option__icon {
    color: var(--orange);
    background: #fff2e8;
}

.body-privacy .srh-audience-switch a,
.body-privacy .srh-mobile-switch a,
.body-blogs .srh-audience-switch a,
.body-blogs .srh-mobile-switch a {
    color: #65707e;
    box-shadow: none !important;
    background: none !important;
}

.body-privacy .srh-nav-link,
.body-privacy .srh-login,
.body-blogs .srh-nav-link,
.body-blogs .srh-login {
    color: #4f5967;
}

    .body-privacy .srh-nav-link:hover,
    .body-privacy .srh-login:hover,
    .body-blogs .srh-nav-link:hover,
    .body-blogs .srh-login:hover {
        color: var(--sr-blue);
    }

.body-privacy .srh-language a:visited,
.body-privacy .srh-mobile-language:visited {
    color: #0d65db;
}