/**
 * Shared styles for every "hire developers" Figma-template page
 * (page-hire-react-figma.php, page-hire-python-developers.php,
 * page-hire-react-native-developers.php, and any future clone built from
 * the same design system). Extracted 2026-09-10 after the three page-
 * specific stylesheets were found to be ~99% identical byte-for-byte —
 * only background-image url()s (hero/testimonial/mid-CTA/FAQ section
 * backgrounds) actually differ per page, and those overrides now live in
 * each page's own small stylesheet instead.
 *
 * Scoped under body.hire-figma-page — a shared body class added via the
 * tbi_ai_hire_figma_body_class() filter in functions.php whenever one of
 * the templates above is active — rather than repeating every rule under
 * each page's own body.page-template-page-hire-* class. sitewide
 * content.css (unscoped .hero/.faq__*/etc.) can't collide with this for
 * the same reason agentic-ai.css is scoped this way — see
 * References/WORDPRESS_DEVELOPMENT.md.
 *
 * Originally ported from Figma file YmLzL45Qaw4FJRduYrQQM1, node 42:5035
 * "Hire Page" — see TASK.md for per-section build history. Adding a new
 * hire-page clone: enqueue this file (already handled by the shared
 * is_page_template() block in functions.php once the new template
 * filename is added to $tbi_ai_hire_figma_templates), then give the new
 * page's own small stylesheet just its background-image overrides.
 */

body.hire-figma-page .page {
  overflow-x: hidden;
}

/* ===================== HERO (Figma 42:5108 + 42:5037/5038 BG + 42:5055 avatars) ===================== */

body.hire-figma-page .hrf-hero {
  position: relative;
  background-color: #03000b;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

body.hire-figma-page .hrf-hero__stage {
  position: relative;
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding: 130px 40px 140px 71px;
}

body.hire-figma-page .hrf-hero__content {
  position: relative;
  z-index: 1;
  max-width: 751px;
}

body.hire-figma-page .hrf-hero__eyebrow {
  margin: 0 0 20px;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
}

body.hire-figma-page .hrf-hero__heading {
  max-width: 539px;
  margin: 0 0 28px;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 64px;
  line-height: 68px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #ffffff;
}

body.hire-figma-page .hrf-hero__desc {
  max-width: 573px;
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.82);
}

body.hire-figma-page .hrf-hero__avatars {
  position: absolute;
  z-index: 0;
  top: 99px;
  left: 45.07%;
  width: 50.14%;
  height: auto;
  pointer-events: none;
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-hero__stage {
    padding: 64px 20px 40px;
  }

  body.hire-figma-page .hrf-hero__content {
    max-width: none;
  }

  body.hire-figma-page .hrf-hero__heading {
    max-width: 100%;
    font-size: 44px;
    line-height: 1.15;
  }

  body.hire-figma-page .hrf-hero__desc {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.5;
  }

  body.hire-figma-page .hrf-hero__avatars {
    position: static;
    display: block;
    width: min(420px, 80%);
    margin: 40px auto 0;
  }
}

@media (max-width: 479px) {
  body.hire-figma-page .hrf-hero__avatars {
    display: none;
  }
}

/* ===================== STATS BAR (Figma 42:5118) ===================== */

body.hire-figma-page .hrf-stats {
  background-color: #100c19;
}

body.hire-figma-page .hrf-stats__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding: 55px 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 128px;
}

body.hire-figma-page .hrf-stats__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
}

body.hire-figma-page .hrf-stats__desc {
  max-width: 362px;
  margin: 33px 0 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #aaa5b3;
}

body.hire-figma-page .hrf-stats__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 35px;
}

body.hire-figma-page .hrf-stats__item {
  flex: 0 0 auto;
  width: 258px;
  height: 107.6px;
  padding-left: 24px;
  border-left: 1px solid rgba(160, 100, 255, 0.3);
}

body.hire-figma-page .hrf-stats__number {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 57.6px;
  line-height: 57.6px;
  text-box-edge: cap alphabetic;
  color: #ffffff;
  word-break: break-word;
}

body.hire-figma-page .hrf-stats__label {
  margin: 0;
  max-width: 240px;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #aaa5b3;
  word-break: break-word;
}

body.hire-figma-page .hrf-stats__item:nth-child(1) .hrf-stats__label {
  max-width: 183px;
}

body.hire-figma-page .hrf-stats__item:nth-child(2) .hrf-stats__label {
  max-width: 241px;
}

body.hire-figma-page .hrf-stats__item:nth-child(3) .hrf-stats__label {
  max-width: 170px;
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-stats__container {
    padding: 40px 20px;
    gap: 28px;
  }

  body.hire-figma-page .hrf-stats__list {
    gap: 24px 28px;
  }

  body.hire-figma-page .hrf-stats__item {
    width: calc(50% - 14px);
  }
}

@media (max-width: 479px) {
  body.hire-figma-page .hrf-stats__item {
    width: 100%;
  }
}

/* ===================== AI CHANGED FRONTEND (Figma 42:5142) ===================== */

body.hire-figma-page .hrf-ai {
  background-color: #020010;
  padding: 100px 0;
}

body.hire-figma-page .hrf-ai__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

body.hire-figma-page .hrf-ai__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

body.hire-figma-page .hrf-ai__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
}

body.hire-figma-page .hrf-ai__heading {
  max-width: 1106px;
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 78.34px;
  letter-spacing: -3.46px;
  color: #ffffff;
}

body.hire-figma-page .hrf-ai__cards {
  display: flex;
  align-items: center;
  height: 710px;
  gap: 19px;
}

body.hire-figma-page .hrf-ai__card {
  flex: 1 0 0;
  min-width: 0;
  height: 700px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 20px 20px 33px 16px;
  background-color: #0f0821;
  border: 1px solid rgba(185, 108, 255, 0.32);
  border-radius: 25px;
}

body.hire-figma-page .hrf-ai__illus {
  width: 100%;
  height: 380.76px;
  border-radius: 10px;
  background-color: #1c162d;
  object-fit: contain;
}

body.hire-figma-page .hrf-ai__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
  min-height: 0;
}

body.hire-figma-page .hrf-ai__body-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 77px;
}

body.hire-figma-page .hrf-ai__num {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 1.86px;
  text-transform: uppercase;
  color: #cab5ff;
}

body.hire-figma-page .hrf-ai__title {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 900;
  font-size: 22px;
  line-height: 31.6px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #ffffff;
}

body.hire-figma-page .hrf-ai__desc {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: rgba(255, 255, 255, 0.7);
}

body.hire-figma-page .hrf-ai__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  background-color: #0f0821;
  border: 1px solid rgba(185, 108, 255, 0.32);
  border-radius: 25px;
}

body.hire-figma-page .hrf-ai__cta-text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 746px;
}

body.hire-figma-page .hrf-ai__cta-heading {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 34px;
  line-height: normal;
  letter-spacing: -2.46px;
  color: #ffffff;
}

body.hire-figma-page .hrf-ai__cta-desc {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: rgba(255, 255, 255, 0.6);
}

body.hire-figma-page .hrf-ai__cta-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 56px;
  padding: 0 20px;
  background-color: #f7e934;
  text-decoration: none;
  white-space: nowrap;
}

body.hire-figma-page .hrf-ai__cta-btn span {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 15px;
  color: #151515;
}

body.hire-figma-page .hrf-ai__cta-btn img {
  transform: rotate(90deg);
}

@media (max-width: 1279px) {
  body.hire-figma-page .hrf-ai__heading {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }

  body.hire-figma-page .hrf-ai__cards {
    flex-wrap: wrap;
    height: auto;
    align-items: stretch;
  }

  body.hire-figma-page .hrf-ai__card {
    flex: 1 1 calc(50% - 10px);
    height: auto;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-ai {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-ai__container {
    padding-inline: 20px;
    gap: 40px;
  }

  body.hire-figma-page .hrf-ai__heading {
    font-size: 34px;
    letter-spacing: -1px;
  }

  body.hire-figma-page .hrf-ai__cards {
    flex-direction: column;
  }

  body.hire-figma-page .hrf-ai__card {
    flex: 1 1 auto;
    width: 100%;
  }

  body.hire-figma-page .hrf-ai__cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px;
  }

  body.hire-figma-page .hrf-ai__cta-btn {
    width: 100%;
  }
}

/* ===================== HIRING MODELS (Figma 42:5339) ===================== */

body.hire-figma-page .hrf-hm {
  background-color: #ffffff;
  padding: 120px 0;
}

body.hire-figma-page .hrf-hm__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
}

body.hire-figma-page .hrf-hm__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

body.hire-figma-page .hrf-hm__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
}

body.hire-figma-page .hrf-hm__heading {
  max-width: 978px;
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 78.3px;
  letter-spacing: -3.456px;
  color: #171717;
}

/* Promoted 2026-09-14 (HIRE_PAGE_TEMPLATE.md §8) — was duplicated
 * byte-identically inside all five per-page PER-PAGE OVERRIDES blocks
 * below; every page in the family renders an .hrf-hm__intro paragraph, so
 * this belongs here once instead of as a 6th (7th, ...) per-page copy. */
body.hire-figma-page .hrf-hm__intro {
  max-width: 860px;
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  color: rgba(23, 23, 23, 0.7);
}

body.hire-figma-page .hrf-hm__cards {
  display: flex;
  gap: 40px;
  padding-inline: 64px;
  width: 100%;
}

body.hire-figma-page .hrf-hm__card {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 28px 42px;
  background-color: #ffffff;
  border: 2px solid rgba(23, 23, 23, 0.08);
  border-radius: 16px;
}

body.hire-figma-page .hrf-hm__card--featured {
  border-color: #b8a9f0;
  box-shadow: 0 0 3px rgba(185, 108, 255, 0.16);
}

body.hire-figma-page .hrf-hm__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

body.hire-figma-page .hrf-hm__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 7.541px;
  background-color: #f1e8ff;
}

body.hire-figma-page .hrf-hm__badge {
  padding: 5px 8px;
  background-color: #f0ecfd;
  border-radius: 4px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 11px;
  line-height: 16.128px;
  letter-spacing: 1.1088px;
  text-transform: uppercase;
  color: #b96cff;
  white-space: nowrap;
}

body.hire-figma-page .hrf-hm__title {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 22px;
  line-height: 35.556px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #28262d;
}

body.hire-figma-page .hrf-hm__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

body.hire-figma-page .hrf-hm__body--tight {
  gap: 32px;
}

body.hire-figma-page .hrf-hm__desc {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  color: rgba(23, 23, 23, 0.7);
}

body.hire-figma-page .hrf-hm__divider {
  display: block;
  width: 100%;
  height: 1px;
}

body.hire-figma-page .hrf-hm__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.hire-figma-page .hrf-hm__list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.hire-figma-page .hrf-hm__list li img {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

body.hire-figma-page .hrf-hm__list li span {
  flex: 1;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: rgba(23, 23, 23, 0.7);
}

@media (max-width: 1279px) {
  body.hire-figma-page .hrf-hm__heading {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }

  body.hire-figma-page .hrf-hm__cards {
    flex-wrap: wrap;
    padding-inline: 0;
  }

  body.hire-figma-page .hrf-hm__card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-hm {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-hm__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-hm__heading {
    font-size: 32px;
    letter-spacing: -1px;
  }

  body.hire-figma-page .hrf-hm__cards {
    flex-direction: column;
  }

  body.hire-figma-page .hrf-hm__card {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* ===================== SERVICES (Figma 42:5415) ===================== */

body.hire-figma-page .hrf-svc {
  background-color: #100c19;
  padding: 100px 0;
}

body.hire-figma-page .hrf-svc__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.hire-figma-page .hrf-svc__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  text-align: center;
  color: #cab5ff;
}

body.hire-figma-page .hrf-svc__heading {
  max-width: 978px;
  margin: 20px 0 48px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 78.3px;
  letter-spacing: -3.456px;
  text-align: center;
  color: #ffffff;
}

body.hire-figma-page .hrf-svc__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 53px;
  width: 100%;
}

body.hire-figma-page .hrf-svc__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 32px 48px;
  background-color: #0f0821;
  border: 1px solid rgba(185, 108, 255, 0.32);
  border-radius: 25px;
}

body.hire-figma-page .hrf-svc__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #201b35;
  border: 1px solid #4f466f;
  border-radius: 10px;
  box-shadow: 0 4px 2px rgba(5, 1, 16, 0.25);
}

body.hire-figma-page .hrf-svc__title {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #ffffff;
}

body.hire-figma-page .hrf-svc__list {
  margin: 0;
  padding-left: 24px;
  list-style: disc;
}

body.hire-figma-page .hrf-svc__list li {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.72);
}

body.hire-figma-page .hrf-svc__list li + li {
  margin-top: 0;
}

@media (max-width: 1279px) {
  body.hire-figma-page .hrf-svc__heading {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 32px;
  }

  body.hire-figma-page .hrf-svc__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-svc {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-svc__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-svc__heading {
    font-size: 32px;
    letter-spacing: -1px;
  }

  body.hire-figma-page .hrf-svc__grid {
    grid-template-columns: 1fr;
  }
}

/* ===================== RELATED ECOMMERCE SERVICES =====================
 * Optional add-on section (HIRE_PAGE_TEMPLATE.md §1) — only included on
 * pages whose content brief supplies real related-service content.
 * Promoted 2026-09-14 (HIRE_PAGE_TEMPLATE.md §1's "if a second page
 * adopts these sections, promote that CSS to a shared, hire-figma-page-
 * scoped block" instruction) when page-hire-shopify-developer.php became
 * the second page to use it, after page-hire-magento-developer.php.
 * Visual language borrows directly from hrf-hm (white bg, purple eyebrow,
 * serif heading) and hrf-other (56px Newsreader heading scale,
 * card-row-of-links shape) so it reads as part of the same system rather
 * than a new design. */

body.hire-figma-page .hrf-related {
  background-color: #ffffff;
  padding: 100px 0;
}

body.hire-figma-page .hrf-related__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

body.hire-figma-page .hrf-related__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
}

body.hire-figma-page .hrf-related__heading {
  max-width: 780px;
  margin: 0;
  font-family: "Newsreader", var(--font-serif);
  font-weight: 400;
  font-size: 56px;
  line-height: 59.36px;
  letter-spacing: -0.56px;
  color: #14121a;
}

body.hire-figma-page .hrf-related__intro {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  color: rgba(23, 23, 23, 0.7);
}

body.hire-figma-page .hrf-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  margin-top: 24px;
  text-align: left;
}

body.hire-figma-page .hrf-related__card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px;
  background-color: #faf9fd;
  border: 1px solid #e4e0ec;
  border-radius: 16px;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

body.hire-figma-page .hrf-related__card:hover {
  border-color: #b8a9f0;
  background-color: #f3eefd;
}

body.hire-figma-page .hrf-related__card-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #14121a;
}

body.hire-figma-page .hrf-related__card-title img {
  flex-shrink: 0;
  margin-top: 3px;
  opacity: 0.55;
}

body.hire-figma-page .hrf-related__card-desc {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #55505f;
}

@media (max-width: 1279px) {
  body.hire-figma-page .hrf-related__heading {
    font-size: 44px;
    line-height: 1.2;
  }

  body.hire-figma-page .hrf-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-related {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-related__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-related__heading {
    font-size: 32px;
  }

  body.hire-figma-page .hrf-related__grid {
    grid-template-columns: 1fr;
  }
}

/* ===================== HOW TO HIRE (Figma 42:6332) ===================== */

body.hire-figma-page .hrf-hth {
  background-color: #faf9fd;
  padding: 120px 0;
}

body.hire-figma-page .hrf-hth__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
}

body.hire-figma-page .hrf-hth__eyebrow {
  margin: 0 0 24px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  text-align: center;
  color: #9a60fb;
}

body.hire-figma-page .hrf-hth__heading {
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 78.3px;
  letter-spacing: -3.456px;
  text-align: center;
  color: #171717;
}

body.hire-figma-page .hrf-hth__heading span {
  color: #9a60fa;
}

/* Promoted 2026-09-14 (HIRE_PAGE_TEMPLATE.md §8) — was duplicated
 * byte-identically inside all five per-page PER-PAGE OVERRIDES blocks
 * below (the .hrf-hth__heading margin above was updated at the same time
 * from its old no-intro 72px to this rule's 24px, since every page in the
 * family now renders an .hrf-hth__intro paragraph beneath the heading). */
body.hire-figma-page .hrf-hth__intro {
  max-width: 860px;
  margin: 0 auto 72px;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.52px;
  text-align: center;
  color: #55505f;
}

body.hire-figma-page .hrf-hth__row {
  position: relative;
  display: flex;
  width: 100%;
}

body.hire-figma-page .hrf-hth__line {
  position: absolute;
  top: 27px;
  height: 1px;
  background: linear-gradient(90deg, #dcd5f4, #a98ff1 50%, #dcd5f4);
}

body.hire-figma-page .hrf-hth__col {
  flex: 1 0 0;
  min-width: 0;
  padding-inline: 28px;
  position: relative;
}

body.hire-figma-page .hrf-hth__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24.8px;
  background-color: #ffffff;
  border: 1px solid #d9d0f3;
  border-radius: 27px;
  font-family: "Newsreader", var(--font-serif);
  font-weight: 400;
  font-size: 21.6px;
  color: #7b5cf0;
}

body.hire-figma-page .hrf-hth__title {
  margin: 0 0 14.4px;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 18px;
  line-height: 22.464px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  letter-spacing: -0.1997px;
  color: #14121a;
}

body.hire-figma-page .hrf-hth__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.hire-figma-page .hrf-hth__list li {
  position: relative;
  padding-left: 16.8px;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #55505f;
}

body.hire-figma-page .hrf-hth__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #7b5cf0;
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-hth__heading {
    font-size: 44px;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
  }

  body.hire-figma-page .hrf-hth__intro {
    margin-bottom: 48px;
  }

  body.hire-figma-page .hrf-hth__row {
    flex-direction: column;
    gap: 40px;
  }

  body.hire-figma-page .hrf-hth__line {
    display: none;
  }

  body.hire-figma-page .hrf-hth__col {
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-hth {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-hth__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-hth__heading {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

/* ===================== REACT.JS WORK (Figma 42:5967) ===================== */

body.hire-figma-page .hrf-work {
  background-color: #ffffff;
  padding: 120px 0;
}

body.hire-figma-page .hrf-work__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  gap: 47px;
  align-items: flex-start;
}

body.hire-figma-page .hrf-work__side {
  flex: 0 0 473px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 24px;
}

body.hire-figma-page .hrf-work__eyebrow {
  margin: 0 0 20px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
}

body.hire-figma-page .hrf-work__heading {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 79px;
  letter-spacing: -3.46px;
  color: #171717;
}

body.hire-figma-page .hrf-work__heading span {
  font-weight: 300;
  color: #9a60fb;
}

body.hire-figma-page .hrf-work__tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 405px;
  border-top: 1px solid #e4e0ec;
}

body.hire-figma-page .hrf-work__tab {
  display: block;
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #e4e0ec;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(23, 23, 23, 0.48);
  text-decoration: none;
  position: relative;
}

body.hire-figma-page .hrf-work__tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.5px;
  height: 28px;
  background-color: #9a60fa;
  opacity: 0;
}

body.hire-figma-page .hrf-work__tab.is-active {
  font-weight: 500;
  color: #171717;
}

body.hire-figma-page .hrf-work__tab.is-active::before {
  opacity: 1;
}

body.hire-figma-page .hrf-work__list {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.hire-figma-page .hrf-work__card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 24px;
}

body.hire-figma-page .hrf-work__card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

body.hire-figma-page .hrf-work__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1.5px solid #b96cff;
  border-radius: 14px;
  box-shadow: 0 10px 12.5px rgba(124, 58, 237, 0.25);
}

body.hire-figma-page .hrf-work__card-headtext {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.hire-figma-page .hrf-work__card-eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8b8497;
}

body.hire-figma-page .hrf-work__card-title {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 34px;
  line-height: 38.08px;
  letter-spacing: -1.36px;
  color: #ffffff;
}

body.hire-figma-page .hrf-work__card-desc {
  margin: 0 0 30px;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #ffffff;
  opacity: 0.72;
}

body.hire-figma-page .hrf-work__card-photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

body.hire-figma-page .hrf-work__card-footer {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

body.hire-figma-page .hrf-work__scope {
  flex-shrink: 0;
  position: relative;
  width: 300px;
  padding: 19px;
  border: 1px solid;
  border-radius: 14px;
  box-sizing: border-box;
}

body.hire-figma-page .hrf-work__scope-label {
  margin: 0 0 14px;
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
}

body.hire-figma-page .hrf-work__scope-big {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
  color: #bd9cff;
}

body.hire-figma-page .hrf-work__scope-desc {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

body.hire-figma-page .hrf-work__bullets {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 26px;
}

body.hire-figma-page .hrf-work__bullets li {
  position: relative;
  padding-left: 20px;
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 14px;
  line-height: 21.75px;
  color: #ffffff;
}

body.hire-figma-page .hrf-work__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7.5px;
  border-radius: 50px;
  background-color: #8d5de8;
}

@media (max-width: 1279px) {
  body.hire-figma-page .hrf-work__container {
    flex-direction: column;
  }

  body.hire-figma-page .hrf-work__side {
    flex: 0 0 auto;
    position: static;
    width: 100%;
    max-width: none;
  }

  body.hire-figma-page .hrf-work__heading {
    font-size: 44px;
    line-height: 1.15;
  }

  body.hire-figma-page .hrf-work__tabs {
    max-width: none;
  }

  body.hire-figma-page .hrf-work__list {
    width: 100%;
  }

  body.hire-figma-page .hrf-work__card-footer {
    flex-wrap: wrap;
  }

  body.hire-figma-page .hrf-work__scope {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-work {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-work__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-work__heading {
    font-size: 32px;
  }

  body.hire-figma-page .hrf-work__card-title {
    font-size: 24px;
    line-height: 1.25;
  }

  body.hire-figma-page .hrf-work__bullets {
    grid-template-columns: 1fr;
  }
}

/* ===================== TESTIMONIALS (Figma 42:6224) ===================== */

body.hire-figma-page .hrf-testi {
  background-color: #0b0417;
  background-size: cover;
  background-position: center top;
}

body.hire-figma-page .hrf-testi__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding: 120px 40px 100px;
}

body.hire-figma-page .hrf-testi__head {
  max-width: 617px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

body.hire-figma-page .hrf-testi__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
}

body.hire-figma-page .hrf-testi__heading {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 78.34px;
  letter-spacing: -3.456px;
  color: #ffffff;
}

body.hire-figma-page .hrf-testi__body {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  max-width: 1213px;
  margin-inline: auto;
}

body.hire-figma-page .hrf-testi__media {
  position: relative;
  flex-shrink: 0;
  width: 473px;
  height: 526px;
}

body.hire-figma-page .hrf-testi__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.hire-figma-page .hrf-testi__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  transition: transform 0.15s ease;
}

body.hire-figma-page .hrf-testi__play:hover,
body.hire-figma-page .hrf-testi__play:focus-visible {
  transform: translate(-50%, -50%) scale(1.08);
}

body.hire-figma-page .hrf-testi__play-icon {
  display: block;
  width: 56px;
  height: 56px;
      position: absolute;
    top: 228px;
    left: 200px;
}

body.hire-figma-page .hrf-testi__play-icon--play {
  display: none;
}

body.hire-figma-page .hrf-testi__play.is-paused .hrf-testi__play-icon--play {
  display: block;
}

body.hire-figma-page .hrf-testi__play.is-paused .hrf-testi__play-icon--pause {
  display: none;
}

body.hire-figma-page .hrf-testi__content {
  flex: 1;
  min-width: 0;
  padding-top: 20px;
}

body.hire-figma-page .hrf-testi__quote {
  margin: 0 0 60px;
  max-width: 640px;
  font-family: var(--font-base);
  font-weight: 300;
  font-size: 50px;
  line-height: 66px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #ffffff;
}

body.hire-figma-page .hrf-testi__quote span {
  background-color: #9a60fb;
  padding: 0 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.hire-figma-page .hrf-testi__attribution {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.hire-figma-page .hrf-testi__logo {
  display: block;
  width: 130px;
  height: 25px;
}

body.hire-figma-page .hrf-testi__attribution p {
  margin: 0;
  font-family: var(--font-base);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

body.hire-figma-page .hrf-testi__name {
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-testi__heading {
    font-size: 44px;
    line-height: 1.15;
  }

  body.hire-figma-page .hrf-testi__body {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  body.hire-figma-page .hrf-testi__content {
    padding-top: 0;
    text-align: center;
  }

  body.hire-figma-page .hrf-testi__quote {
    max-width: none;
    font-size: 32px;
    line-height: 1.3;
  }

  body.hire-figma-page .hrf-testi__attribution {
    align-items: center;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-testi__container {
    padding: 60px 20px;
  }

  body.hire-figma-page .hrf-testi__heading {
    font-size: 32px;
  }

  body.hire-figma-page .hrf-testi__media {
    width: 100%;
    max-width: 380px;
    height: auto;
    aspect-ratio: 473 / 526;
  }

  body.hire-figma-page .hrf-testi__play {
    width: 44px;
    height: 44px;
  }

  body.hire-figma-page .hrf-testi__play-icon {
    width: 44px;
    height: 44px;
  }

  body.hire-figma-page .hrf-testi__quote {
    font-size: 26px;
  }
}

/* ===================== THE RISK IS NOT SKILL (Figma 42:6252) ===================== */

body.hire-figma-page .hrf-risk {
  background-color: #ffffff;
  padding-top: 120px;
}

body.hire-figma-page .hrf-risk__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 42px 38px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

body.hire-figma-page .hrf-risk__intro {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}

body.hire-figma-page .hrf-risk__head {
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.hire-figma-page .hrf-risk__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
}

body.hire-figma-page .hrf-risk__heading {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 76.44px;
  letter-spacing: -4.29px;
  color: #28262d;
}

body.hire-figma-page .hrf-risk__copy {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 20px;
}

body.hire-figma-page .hrf-risk__copy p {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 31.68px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #625f67;
}

body.hire-figma-page .hrf-risk__copy p.hrf-risk__lead {
  font-weight: 600;
  line-height: 34px;
  color: #4c4951;
}

body.hire-figma-page .hrf-risk__row {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #d0ced0;
}

body.hire-figma-page .hrf-risk__col {
  flex: 1 0 0;
  min-width: 0;
  padding: 32px 24px 50px;
  border-left: 1px solid #d0ced0;
}

body.hire-figma-page .hrf-risk__col:first-child {
  border-left: none;
}

body.hire-figma-page .hrf-risk__bar {
  display: block;
  width: 40.5px;
  height: 3px;
  margin-bottom: 22px;
  background-color: #b96cff;
}

body.hire-figma-page .hrf-risk__col-title {
  margin: 0 0 22px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 22px;
  line-height: 35.556px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #28262d;
}

body.hire-figma-page .hrf-risk__col-desc {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: rgba(104, 100, 109, 0.8);
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-risk__intro {
    flex-direction: column;
    gap: 40px;
  }

  body.hire-figma-page .hrf-risk__head {
    flex: 0 0 auto;
  }

  body.hire-figma-page .hrf-risk__heading {
    font-size: 40px;
    line-height: 1.15;
  }

  body.hire-figma-page .hrf-risk__row {
    flex-wrap: wrap;
  }

  body.hire-figma-page .hrf-risk__col {
    flex: 1 1 50%;
  }

  body.hire-figma-page .hrf-risk__col:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-risk {
    padding-top: 60px;
  }

  body.hire-figma-page .hrf-risk__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-risk__heading {
    font-size: 30px;
  }

  body.hire-figma-page .hrf-risk__col {
    flex: 1 1 100%;
    border-left: none;
    border-top: 1px solid #d0ced0;
    padding: 24px 0;
  }

  body.hire-figma-page .hrf-risk__row {
    flex-direction: column;
    border-top: none;
  }
}

/* ===================== MID-PAGE CTA (Figma 42:6149) ===================== */

body.hire-figma-page .hrf-cta2 {
  position: relative;
  background-color: #0c0819;
  background-size: cover;
  background-position: center;
  padding: 96px 0;
}

body.hire-figma-page .hrf-cta2__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
}

body.hire-figma-page .hrf-cta2__card {
  position: relative;
  background:
    radial-gradient(circle at 13% 9%, rgba(185, 108, 255, 0.2) 0%, rgba(185, 108, 255, 0) 49%),
    linear-gradient(180deg, rgba(19, 12, 35, 0.92) 0%, rgba(12, 8, 25, 0.94) 100%);
  border: 1px solid rgba(120, 82, 186, 0.5);
  border-radius: 22px 22px 0 22px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  padding: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.hire-figma-page .hrf-cta2__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
}

body.hire-figma-page .hrf-cta2__eyebrow {
  margin: 0 0 20px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  text-align: center;
  color: #cab5ff;
}

body.hire-figma-page .hrf-cta2__heading {
  margin: 0 0 25px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3.15px;
  text-align: center;
  color: #ffffff;
}

body.hire-figma-page .hrf-cta2__desc {
  margin: 0 0 28px;
  max-width: 700px;
  margin-inline: auto;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #aab1c0;
}

body.hire-figma-page .hrf-cta2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 56px;
  padding: 0 32px;
  background-color: #f7e934;
  text-decoration: none;
}

body.hire-figma-page .hrf-cta2__btn span {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.028px;
  color: #151515;
  white-space: nowrap;
}

body.hire-figma-page .hrf-cta2__btn img {
  transform: rotate(90deg);
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-cta2__card {
    padding: 48px 32px;
  }

  body.hire-figma-page .hrf-cta2__heading {
    font-size: 40px;
    line-height: 1.15;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-cta2 {
    padding: 60px 0;
  }

  body.hire-figma-page .hrf-cta2__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-cta2__card {
    padding: 40px 20px;
  }

  body.hire-figma-page .hrf-cta2__heading {
    font-size: 28px;
  }
}

/* ===================== WHY TBI (Figma 42:6163) ===================== */

body.hire-figma-page .hrf-why {
  background-color: #02000f;
  padding-top: 100px;
}

body.hire-figma-page .hrf-why__container {
  max-width: var(--container-max-width);
  margin-inline: auto;
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

body.hire-figma-page .hrf-why__intro {
  display: flex;
  gap: 70px;
  align-items: center;
}

body.hire-figma-page .hrf-why__head {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.hire-figma-page .hrf-why__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #cab5ff;
}

body.hire-figma-page .hrf-why__heading {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 76px;
  line-height: 84px;
  letter-spacing: -4.752px;
  color: #ecebea;
}

body.hire-figma-page .hrf-why__heading span {
  color: #9a60fa;
}

body.hire-figma-page .hrf-why__copy {
  flex: 0 0 827px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}

body.hire-figma-page .hrf-why__copy p {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 33px;
  color: #b9b5c0;
}

body.hire-figma-page .hrf-why__copy p.hrf-why__lead {
  font-weight: 600;
  color: #ecebea;
}

body.hire-figma-page .hrf-why__stats {
  display: flex;
  width: 100%;
  border-top: 1px solid #261f4e;
  border-bottom: 1px solid #261f4e;
}

body.hire-figma-page .hrf-why__stat {
  flex: 1 0 0;
  min-width: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-left: 1px solid #261f4e;
}

body.hire-figma-page .hrf-why__stat:first-child {
  border-left: none;
}

body.hire-figma-page .hrf-why__stat-num {
  margin: 0;
  font-family: "Playfair Display", var(--font-serif);
  font-weight: 400;
  font-size: 57.6px;
  line-height: 57.6px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #ecebea;
}

body.hire-figma-page .hrf-why__stat-rating {
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

body.hire-figma-page .hrf-why__stars {
  font-size: 20px;
  letter-spacing: 2px;
  color: #ff3434;
  line-height: 1.2;
}

body.hire-figma-page .hrf-why__stat-label {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 21.7px;
  color: #aaa5b3;
}

body.hire-figma-page .hrf-why__stat-label img {
  display: inline-block;
  vertical-align: middle;
}

body.hire-figma-page .hrf-why__grid {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.hire-figma-page .hrf-why__col {
  flex: 1 0 0;
  min-width: 0;
  padding: 30px 24px 28px;
  border-right: 1px solid #261f4e;
}

body.hire-figma-page .hrf-why__col:last-child {
  border-right: none;
}

body.hire-figma-page .hrf-why__bar {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 18px;
  background-color: #ad7af5;
}

body.hire-figma-page .hrf-why__col p {
  margin: 0;
  max-width: 297px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 23px;
  line-height: 27.6px;
  color: #ecebea;
}

@media (max-width: 1279px) {
  body.hire-figma-page .hrf-why__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  body.hire-figma-page .hrf-why__copy {
    flex: 0 0 auto;
    width: 100%;
  }

  body.hire-figma-page .hrf-why__heading {
    font-size: 44px;
    line-height: 1.15;
  }

  body.hire-figma-page .hrf-why__stats {
    flex-wrap: wrap;
  }

  body.hire-figma-page .hrf-why__stat {
    flex: 1 1 50%;
  }

  body.hire-figma-page .hrf-why__grid {
    flex-wrap: wrap;
  }

  body.hire-figma-page .hrf-why__col {
    flex: 1 1 50%;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-why {
    padding-top: 60px;
  }

  body.hire-figma-page .hrf-why__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-why__heading {
    font-size: 32px;
  }

  body.hire-figma-page .hrf-why__stat {
    flex: 1 1 100%;
    border-left: none;
    border-top: 1px solid #261f4e;
  }

  body.hire-figma-page .hrf-why__stat:first-child {
    border-top: none;
  }

  body.hire-figma-page .hrf-why__col {
    flex: 1 1 100%;
    border-right: none;
    border-top: 1px solid #261f4e;
  }

  body.hire-figma-page .hrf-why__col:first-child {
    border-top: none;
  }
}

/* ===================== TECH MARQUEE (Figma 42:5478) ===================== */

body.hire-figma-page .hrf-tech {
  background-color: #ffffff;
  padding: 120px 0 90px;
  overflow: hidden;
}

body.hire-figma-page .hrf-tech__container {
  max-width: 952px;
  margin-inline: auto;
  padding-inline: 40px;
  margin-bottom: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

body.hire-figma-page .hrf-tech__eyebrow {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
}

body.hire-figma-page .hrf-tech__heading {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 76px;
  line-height: 78px;
  letter-spacing: -3.46px;
  color: #171717;
}

body.hire-figma-page .hrf-tech__row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 64px, #000 calc(100% - 64px), transparent 100%);
}

body.hire-figma-page .hrf-tech__row:last-child {
  margin-bottom: 0;
}

body.hire-figma-page .hrf-tech__track {
  display: flex;
  width: max-content;
  gap: 20px;
  animation: hrf-tech-scroll-l 60s linear infinite;
}

body.hire-figma-page .hrf-tech__row--r .hrf-tech__track {
  animation-name: hrf-tech-scroll-r;
}

@keyframes hrf-tech-scroll-l {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes hrf-tech-scroll-r {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

body.hire-figma-page .hrf-tech__pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background-color: rgba(245, 243, 248, 0.16);
  border: 1px solid #dadada;
  border-radius: 12px;
  white-space: nowrap;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #171717;
}

body.hire-figma-page .hrf-tech__pill img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  body.hire-figma-page .hrf-tech__track {
    animation: none;
  }
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-tech__heading {
    font-size: 44px;
    line-height: 1.15;
  }

  body.hire-figma-page .hrf-tech__container {
    margin-bottom: 56px;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-tech {
    padding: 60px 0 50px;
  }

  body.hire-figma-page .hrf-tech__container {
    padding-inline: 20px;
    margin-bottom: 40px;
  }

  body.hire-figma-page .hrf-tech__heading {
    font-size: 30px;
  }
}

/* ===================== FAQ (Figma 42:6217) =====================
   Reuses the sitewide .faq component (content.css) — its defaults
   already match this design almost exactly (64px/700/#f7f7f8 heading,
   16px/600/#ffffff trigger, #aab1c0 answer text — see TASK.md). Only
   the container width, background texture, trigger size and icon/link
   colors need a page-specific override. */

body.hire-figma-page .hrf-faq {
  background-color: #0c0819;
  background-size: cover;
  background-position: center;
}

body.hire-figma-page .hrf-faq .faq__container {
  max-width: 900px;
}

body.hire-figma-page .hrf-faq .faq__trigger {
  font-size: 17px;
}

body.hire-figma-page .hrf-faq .faq__icon::before,
body.hire-figma-page .hrf-faq .faq__icon::after {
  background-color: #bd9cff;
}

body.hire-figma-page .hrf-faq .faq__answer ul {
  padding-left: 24px;
  list-style: disc;
}

body.hire-figma-page .hrf-faq .faq__answer strong {
  color: #ffffff;
  font-weight: 600;
}

body.hire-figma-page .hrf-faq .hrf-faq__answer--placeholder p {
  font-style: italic;
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-faq .faq__heading {
    font-size: 36px;
  }
}

/* ===================== OTHER DEVELOPERS (Figma 42:6286, top) ===================== */

body.hire-figma-page .hrf-other {
  background-color: #faf9fd;
  padding-top: 120px;
}

body.hire-figma-page .hrf-other__container {
  max-width: 1264px;
  margin-inline: auto;
  padding-inline: 40px;
}

body.hire-figma-page .hrf-other__eyebrow {
  margin: 0 0 20px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.19;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  color: #9a60fb;
}

body.hire-figma-page .hrf-other__heading {
  margin: 0 0 40px;
  font-family: "Newsreader", var(--font-serif);
  font-weight: 400;
  font-size: 56px;
  line-height: 59.36px;
  letter-spacing: -0.56px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #14121a;
}

body.hire-figma-page .hrf-other__row {
  display: flex;
  border-top: 1px solid #e4e2e9;
}

body.hire-figma-page .hrf-other__link {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 32px 24px;
  border-left: 1px solid #e4e2e9;
  text-decoration: none;
}

body.hire-figma-page .hrf-other__link:first-child {
  border-left: none;
}

body.hire-figma-page .hrf-other__link-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.hire-figma-page .hrf-other__link-title {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 15.2px;
  line-height: 24.32px;
  color: #14121a;
}

body.hire-figma-page .hrf-other__link-desc {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 13.28px;
  line-height: 20.584px;
  color: #55505f;
}

body.hire-figma-page .hrf-other__link-arrow {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 12px;
}

@media (max-width: 1023px) {
  body.hire-figma-page .hrf-other__heading {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  body.hire-figma-page .hrf-other__row {
    flex-wrap: wrap;
  }

  body.hire-figma-page .hrf-other__link {
    flex: 1 1 50%;
  }

  body.hire-figma-page .hrf-other__link:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 767px) {
  body.hire-figma-page .hrf-other {
    padding-top: 60px;
  }

  body.hire-figma-page .hrf-other__container {
    padding-inline: 20px;
  }

  body.hire-figma-page .hrf-other__heading {
    font-size: 30px;
  }

  body.hire-figma-page .hrf-other__link {
    flex: 1 1 100%;
    border-left: none;
    border-top: 1px solid #e4e2e9;
  }

  body.hire-figma-page .hrf-other__link:first-child {
    border-top: none;
  }
}

/* ===================== FINAL CTA (Figma 42:6286, bottom) ===================== */

body.hire-figma-page .automate { background: #f7f6f9; }
body.hire-figma-page .automate__card { max-width: 1440px; margin: 0 auto; position: relative; border-radius: 24px; overflow: hidden; min-height: 320px; aspect-ratio: 1520 / 696; display: flex; align-items: center; justify-content: center; text-align: center; background: #f7f6f9; }
body.hire-figma-page .automate__bgimg { position: absolute; inset: 0; width: 1265px; height: 511px; object-fit: cover; z-index: 0; margin: auto; }
body.hire-figma-page .automate__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: clamp(48px, 9vw, 90px) clamp(20px, 5vw, 40px); max-width: 760px; box-sizing: border-box; }
body.hire-figma-page .automate__eyebrow { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.13px; text-transform: uppercase; color: #cab5ff; margin: 0; }
body.hire-figma-page .automate__heading { font-family: 'Inter', sans-serif; font-weight: 900; font-size: clamp(28px, 5.2vw, 63px); line-height: 1.13; color: #fff; margin: 0; max-width: 702px; }
body.hire-figma-page .automate__desc { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, 0.75); margin: 0; max-width: 600px; }
body.hire-figma-page .automate__btn { margin-top: 12px; background: #f7e934; color: #151515; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 16px; padding: 14px 32px; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; text-align: center; }
body.hire-figma-page .automate__btn img { width: 13.5px; height: 9.9px; flex-shrink: 0; }

/* =====================================================================
 * PER-PAGE OVERRIDES — consolidated 2026-09-11, intro rules promoted 2026-09-14
 *
 * Every "hire developers" Figma-template page previously had its own tiny
 * stylesheet (hire-react-figma.css, hire-python-developers.css,
 * hire-react-native-developers.css, hire-php-developer.css,
 * hire-magento-developer.css) holding just its background-image url()s
 * plus, on 4 of the 5 pages, an identical pair of intro-paragraph rules.
 * Per the "one shared template = one CSS file" policy (see
 * References/WORDPRESS_DEVELOPMENT.md), all of that has been merged into
 * this one file instead. Each block below stays scoped under its own
 * page's body.page-template-page-hire-* class — only the physical file
 * was merged, not the selectors — because the background images
 * genuinely differ per page.
 *
 * The .hrf-hm__intro / .hrf-hth__intro / .hrf-hth__heading rules that used
 * to live here too (byte-identical across all five pages by 2026-09-14,
 * once the base template picked up its own C19/C13b intro paragraphs) have
 * since been promoted into the shared hire-figma-page-scoped body of this
 * file (see the "HIRING MODELS" and "HOW TO HIRE" sections above) per
 * HIRE_PAGE_TEMPLATE.md §8's explicit "a 6th page should not add a 6th
 * copy" guidance — every page in the family, including a new one, now
 * picks them up automatically. Each block below holds only genuinely
 * per-page CSS: background-image url()s, plus (Magento only) its own
 * hrf-reading section with no shared equivalent — hrf-related's own CSS
 * was promoted to the shared body on 2026-09-14 once
 * page-hire-shopify-developer.php became its second adopter (see the
 * "RELATED ECOMMERCE SERVICES" block above, near hrf-svc).
 * ===================================================================== */

/* --- page-hire-react-figma.php (base template) --- */

body.page-template-page-hire-react-figma .hrf-hero {
  background-image: url("../assets/images/hire-react-figma/hero-bg.png");
}

body.page-template-page-hire-react-figma .hrf-testi {
  background-image: url("../assets/images/hire-react-figma/testi-bg.png");
}

body.page-template-page-hire-react-figma .hrf-cta2 {
  background-image: url("../assets/images/hire-react-figma/cta-mid-bg.png");
}

body.page-template-page-hire-react-figma .hrf-faq {
  background-image: url("../assets/images/hire-react-figma/faq-bg.png");
}

/* --- page-hire-python-developers.php --- */

body.page-template-page-hire-python-developers .hrf-hero {
  background-image: url("../assets/images/hire-python-developers/hero-bg.png");
}

body.page-template-page-hire-python-developers .hrf-testi {
  background-image: url("../assets/images/hire-python-developers/testi-bg.png");
}

body.page-template-page-hire-python-developers .hrf-cta2 {
  background-image: url("../assets/images/hire-python-developers/cta-mid-bg.png");
}

body.page-template-page-hire-python-developers .hrf-faq {
  background-image: url("../assets/images/hire-python-developers/faq-bg.png");
}

/* --- page-hire-react-native-developers.php ---
 * These four url()s still intentionally point at
 * ../assets/images/hire-react-figma/ (not a page-specific asset folder) —
 * documented as a temporary placeholder pending real React Native-specific
 * art in this page's own header comment. */

body.page-template-page-hire-react-native-developers .hrf-hero {
  background-image: url("../assets/images/hire-react-figma/hero-bg.png");
}

body.page-template-page-hire-react-native-developers .hrf-testi {
  background-image: url("../assets/images/hire-react-figma/testi-bg.png");
}

body.page-template-page-hire-react-native-developers .hrf-cta2 {
  background-image: url("../assets/images/hire-react-figma/cta-mid-bg.png");
}

body.page-template-page-hire-react-native-developers .hrf-faq {
  background-image: url("../assets/images/hire-react-figma/faq-bg.png");
}

/* --- page-hire-php-developer.php --- */

body.page-template-page-hire-php-developer .hrf-hero {
  background-image: url("../assets/images/hire-php-developer/hero-bg.png");
}

body.page-template-page-hire-php-developer .hrf-testi {
  background-image: url("../assets/images/hire-php-developer/testi-bg.png");
}

body.page-template-page-hire-php-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-php-developer/cta-mid-bg.png");
}

body.page-template-page-hire-php-developer .hrf-faq {
  background-image: url("../assets/images/hire-php-developer/faq-bg.png");
}

/* --- page-hire-magento-developer.php --- */

body.page-template-page-hire-magento-developer .hrf-hero {
  background-image: url("../assets/images/hire-react-figma/hero-bg.png");
}

body.page-template-page-hire-magento-developer .hrf-testi {
  background-image: url("../assets/images/hire-react-figma/testi-bg.png");
}

body.page-template-page-hire-magento-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-react-figma/cta-mid-bg.png");
}

body.page-template-page-hire-magento-developer .hrf-faq {
  background-image: url("../assets/images/hire-react-figma/faq-bg.png");
}

/* hrf-related's own CSS was promoted 2026-09-14 to the shared
 * hire-figma-page-scoped body of this file (see the "RELATED ECOMMERCE
 * SERVICES" block above, near hrf-svc) when page-hire-shopify-developer.php
 * became the second page to use this section — per
 * HIRE_PAGE_TEMPLATE.md §1's explicit instruction. This page's own
 * hrf-related content still renders correctly with no page-scoped rule
 * needed here. */

/* Further reading — reuses .hrf-other__* markup/CSS verbatim (see the PHP
 * template's own comment on this section); this override only tightens
 * spacing so two back-to-back .hrf-other-shaped sections ("Other ecommerce
 * developers" then this one) don't read as a single duplicated block. */

body.page-template-page-hire-magento-developer .hrf-reading {
  padding-top: 64px;
  /* padding-bottom: 120px; */
}

@media (max-width: 767px) {
  body.page-template-page-hire-magento-developer .hrf-reading {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/* --- page-hire-react-js-developers.php --- */

body.page-template-page-hire-react-js-developers .hrf-hero {
  background-image: url("../assets/images/hire-react-js-developers/hero-bg.png");
}

body.page-template-page-hire-react-js-developers .hrf-testi {
  background-image: url("../assets/images/hire-react-js-developers/testi-bg.png");
}

body.page-template-page-hire-react-js-developers .hrf-cta2 {
  background-image: url("../assets/images/hire-react-js-developers/cta-mid-bg.png");
}

body.page-template-page-hire-react-js-developers .hrf-faq {
  background-image: url("../assets/images/hire-react-js-developers/faq-bg.png");
}

/* --- page-hire-wordpress-developer.php --- */

body.page-template-page-hire-wordpress-developer .hrf-hero {
  background-image: url("../assets/images/hire-wordpress-developer/hero-bg.png");
}

body.page-template-page-hire-wordpress-developer .hrf-testi {
  background-image: url("../assets/images/hire-wordpress-developer/testi-bg.png");
}

body.page-template-page-hire-wordpress-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-wordpress-developer/cta-mid-bg.png");
}

body.page-template-page-hire-wordpress-developer .hrf-faq {
  background-image: url("../assets/images/hire-wordpress-developer/faq-bg.png");
}

/* --- page-hire-node-js-developers.php --- */

body.page-template-page-hire-node-js-developers .hrf-hero {
  background-image: url("../assets/images/hire-node-js-developers/hero-bg.png");
}

body.page-template-page-hire-node-js-developers .hrf-testi {
  background-image: url("../assets/images/hire-node-js-developers/testi-bg.png");
}

body.page-template-page-hire-node-js-developers .hrf-cta2 {
  background-image: url("../assets/images/hire-node-js-developers/cta-mid-bg.png");
}

body.page-template-page-hire-node-js-developers .hrf-faq {
  background-image: url("../assets/images/hire-node-js-developers/faq-bg.png");
}

/* --- page-hire-shopify-developer.php --- */

body.page-template-page-hire-shopify-developer .hrf-hero {
  background-image: url("../assets/images/hire-shopify-developer/hero-bg.png");
}

body.page-template-page-hire-shopify-developer .hrf-testi {
  background-image: url("../assets/images/hire-shopify-developer/testi-bg.png");
}

body.page-template-page-hire-shopify-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-shopify-developer/cta-mid-bg.png");
}

body.page-template-page-hire-shopify-developer .hrf-faq {
  background-image: url("../assets/images/hire-shopify-developer/faq-bg.png");
}

/* --- page-hire-ai-developers.php --- */

body.page-template-page-hire-ai-developers .hrf-hero {
  background-image: url("../assets/images/hire-ai-developers/hero-bg.png");
}

body.page-template-page-hire-ai-developers .hrf-testi {
  background-image: url("../assets/images/hire-ai-developers/testi-bg.png");
}

body.page-template-page-hire-ai-developers .hrf-cta2 {
  background-image: url("../assets/images/hire-ai-developers/cta-mid-bg.png");
}

body.page-template-page-hire-ai-developers .hrf-faq {
  background-image: url("../assets/images/hire-ai-developers/faq-bg.png");
}

/* --- page-hire-ios-developer.php --- */

body.page-template-page-hire-ios-developer .hrf-hero {
  background-image: url("../assets/images/hire-ios-developer/hero-bg.png");
}

body.page-template-page-hire-ios-developer .hrf-testi {
  background-image: url("../assets/images/hire-ios-developer/testi-bg.png");
}

body.page-template-page-hire-ios-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-ios-developer/cta-mid-bg.png");
}

body.page-template-page-hire-ios-developer .hrf-faq {
  background-image: url("../assets/images/hire-ios-developer/faq-bg.png");
}

/* --- page-hire-chrome-extension-developer.php --- */

body.page-template-page-hire-chrome-extension-developer .hrf-hero {
  background-image: url("../assets/images/hire-chrome-extension-developer/hero-bg.png");
}

body.page-template-page-hire-chrome-extension-developer .hrf-testi {
  background-image: url("../assets/images/hire-chrome-extension-developer/testi-bg.png");
}

body.page-template-page-hire-chrome-extension-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-chrome-extension-developer/cta-mid-bg.png");
}

body.page-template-page-hire-chrome-extension-developer .hrf-faq {
  background-image: url("../assets/images/hire-chrome-extension-developer/faq-bg.png");
}

/* --- page-hire-flutter-developers.php --- */

body.page-template-page-hire-flutter-developers .hrf-hero {
  background-image: url("../assets/images/hire-flutter-developers/hero-bg.png");
}

body.page-template-page-hire-flutter-developers .hrf-testi {
  background-image: url("../assets/images/hire-flutter-developers/testi-bg.png");
}

body.page-template-page-hire-flutter-developers .hrf-cta2 {
  background-image: url("../assets/images/hire-flutter-developers/cta-mid-bg.png");
}

body.page-template-page-hire-flutter-developers .hrf-faq {
  background-image: url("../assets/images/hire-flutter-developers/faq-bg.png");
}

/* --- page-hire-bigcommerce-developer.php --- */

body.page-template-page-hire-bigcommerce-developer .hrf-hero {
  background-image: url("../assets/images/hire-bigcommerce-developer/hero-bg.png");
}

body.page-template-page-hire-bigcommerce-developer .hrf-testi {
  background-image: url("../assets/images/hire-bigcommerce-developer/testi-bg.png");
}

body.page-template-page-hire-bigcommerce-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-bigcommerce-developer/cta-mid-bg.png");
}

body.page-template-page-hire-bigcommerce-developer .hrf-faq {
  background-image: url("../assets/images/hire-bigcommerce-developer/faq-bg.png");
}

/* --- page-hire-woocommerce-developer.php --- */

body.page-template-page-hire-woocommerce-developer .hrf-hero {
  background-image: url("../assets/images/hire-woocommerce-developer/hero-bg.png");
}

body.page-template-page-hire-woocommerce-developer .hrf-testi {
  background-image: url("../assets/images/hire-woocommerce-developer/testi-bg.png");
}

body.page-template-page-hire-woocommerce-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-woocommerce-developer/cta-mid-bg.png");
}

body.page-template-page-hire-woocommerce-developer .hrf-faq {
  background-image: url("../assets/images/hire-woocommerce-developer/faq-bg.png");
}

/* --- page-hire-android-developer.php --- */

body.page-template-page-hire-android-developer .hrf-hero {
  background-image: url("../assets/images/hire-android-developer/hero-bg.png");
}

body.page-template-page-hire-android-developer .hrf-testi {
  background-image: url("../assets/images/hire-android-developer/testi-bg.png");
}

body.page-template-page-hire-android-developer .hrf-cta2 {
  background-image: url("../assets/images/hire-android-developer/cta-mid-bg.png");
}

body.page-template-page-hire-android-developer .hrf-faq {
  background-image: url("../assets/images/hire-android-developer/faq-bg.png");
}

/* --- page-services-ecommerce.php ---
   First page of the new "Services Landing Page" family — see that file's
   own header comment for the full section-reuse map. Its 3 genuinely new
   sections (and the hero's floating review card) are styled by
   css/services-common.css instead, not here. */

body.page-template-page-services-ecommerce .hrf-hero {
  background-image: url("../assets/images/services-ecommerce/hero-bg.png");
}

body.page-template-page-services-ecommerce .hrf-testi {
  background-image: url("../assets/images/services-ecommerce/testi-bg.png");
}

body.page-template-page-services-ecommerce .hrf-cta2 {
  background-image: url("../assets/images/services-ecommerce/cta-mid-bg.png");
}

body.page-template-page-services-ecommerce .hrf-faq {
  background-image: url("../assets/images/services-ecommerce/faq-bg.png");
}

