@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=M+PLUS+1:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

#panel_body_job {
    background: none;
    
}

.panel-body{
  padding: 0;
  
}
@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}
body.rp-global-bg{
  background:
    radial-gradient(1200px 600px at 80% 0%, rgba(255,0,150,0.15) 0%, rgba(255,0,150,0) 60%),
    linear-gradient(180deg, #2b0a42 0%, #2a0f44 100%);
  color: #fff;
  min-height: 100vh;
  background-attachment: fixed;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body.rp-global-bg.customers.mobile {
  position: relative;
  overflow-x: hidden;
}

body.rp-global-bg {
  background-color: #1B0B2B;

  background-image:
  
    url('../images/dora.svg'),
   
    radial-gradient(
      120% 120% at 80% 0%,
      rgba(169, 53, 147, 0.40) 0%,
      rgba(169, 53, 147, 0.00) 60%
    ),
    linear-gradient(
      90deg,
      #1B0B2B 0%,
      #1B0B2B 25%,
      #260B3A 60%,
      #341047 100%
    );

  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    top center,   /* svg */
    top center,   /* radial */
    top left;     /* linear */

  background-size:
    1440px auto,   /* svg*/
    cover,         /* radial */
    cover;         /* linear */

  color: #fff;
  min-height: 100vh;
}

.rp-hero,
.rp-search,
.panel_s,
.rp-cta,
.rp-footer,
.container,
section {
  position: relative;
  z-index: 2;
  box-shadow: none !important
}

.panel_s,
.card,
.rp-card{
  background: none;
  border: none;
  border-radius: 16px !important;
}

.rp-hero{
  padding: 40px 0 28px;
  border-radius: 16px;
  margin-bottom: 24px;
  color: #fff;
}

.rp-hero__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:22px;
}
.rp-hero__title{
  margin:0;
  font-weight:700;
  letter-spacing:.2px;
  font-size: clamp(24px, 3.2vw, 56px);
}
.rp-hero__title span{
  color:#6aa8ff;
}
.rp-hero__cta{
  color:#fff;
  opacity:.9;
  text-decoration:none;
  font-weight:600;
  transition:opacity .2s ease, transform .2s ease;
  white-space:nowrap;
  font-size: 16px;
}
.rp-hero__cta:hover{ opacity:1; transform: translateX(2px); }

.rp-search{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:16px;
}
@media (max-width: 991px){
  .rp-search{ grid-template-columns:1fr; }
}


.rp-search :is(button, input, select) {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.rp-field{}
.rp-label{
  display:block;
  font-size:18px;
  font-weight:600;
  margin-bottom:8px;
  color:#d9d9e3;
}

.rp-field--full {
    grid-column: 1 / -1;
}

.rp-select-wrap{
  position: relative;
  display:flex; 
  align-items:center; 
}

.rp-search .rp-select,
.rp-search select.rp-select,
.rp-search .form-control.rp-select{
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid #FFF !important;
  color: #fff !important;

  height: 60px !important;
  border-radius: 8px !important;

  padding: 0 40px 0 16px !important;

  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.rp-search .rp-select{
  line-height: 60px !important;
}

.rp-search .rp-select:hover {
  border-color: rgba(255,255,255,0.28) !important;
}
.rp-search .rp-select:focus {
  border-color: rgba(255,255,255,0.28) !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.12) !important;
}

.rp-search .rp-select option[disabled],
.rp-search .rp-select option[value=""] {
  color: rgba(255,255,255,0.65);
}

.rp-input-wrap{
  display:flex;
  align-items:center;
  background: rgba(255,255,255,0.08);
  border:1px solid #FFF;
  border-radius:8px;
  overflow:hidden;
}
.rp-input{
  background:transparent;
  border:0;
  color:#fff;
  height:60px;
  line-height:60px;     
  padding:0 16px;
  width:100%;
}
.rp-input::placeholder{ color:#c7c7cf; opacity:.9; }

.rp-hero a:hover,
.rp-hero__cta:hover,
header a:hover,
.navbar a:hover {
  box-shadow: none !important;
  color: #FFF !important;
  opacity: 1 !important;
}

.rp-search .rp-submit,
.rp-search :is(button[type="submit"], .btn-success) {
  display: none !important;
}

.rp-search input:-webkit-autofill,
.rp-search select:-webkit-autofill,
.rp-search textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 0 0px 1000px rgba(255,255,255,0.08) inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.rp-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0px 100px;
  box-sizing: border-box;
}

.rp-cta__card {
  width: 100%;
  max-width: 1180px;
  max-height: 370px;
  border-radius: 32px;
  border: 2px solid #A93593;

  background: rgba(49, 29, 58, 0.37);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(37.5px);

  padding: 114px 130px;

  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.rp-cta__grid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.rp-cta__text {
  max-width: 60%;
}

.rp-cta__title {
  color: #FFF;
  text-align: left;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.05px;
  margin: 0 0 16px;
}

.rp-cta__desc {
  color: #ADB2B1;
  text-align: left;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.rp-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.rp-btn--primary {
  display: flex;
  width: 290px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  gap: 16px;

  border-radius: 64px;
  background: #4788FF !important;
  border: none !important;

  color: #FFF !important;
  text-align: center;

  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  transition: 0.2s ease;
}
.rp-btn--primary:hover {
  filter: brightness(1.08);
}

.rp-btn--ghost {
  display: flex;
  width: 290px;
  height: 56px;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  border-radius: 64px;
  border: 1px solid #FFF !important;
  background: transparent !important;

  color: #FFF !important;
  text-align: center;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  transition: 0.2s ease;
}
.rp-btn--ghost:hover {
  background: rgba(255,255,255,0.12) !important;
}

.rp-btn--primary .rp-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22.5px;
  height: 16.5px;
  transition: transform .18s ease;
}
.rp-btn--primary:hover .rp-arrow-icon {
  transform: translateX(3px);
}
.rp-btn--primary .rp-arrow-icon svg {
  width: 22.5px;
  height: 16.5px;
  display: block;
}

@media (max-width: 1200px) {
  .rp-cta__card {
    padding: 72px 48px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .rp-cta__card {
    padding: 40px 24px;
  }
  .rp-cta__grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .rp-cta__text {
    max-width: 100%;
  }
  .rp-cta__actions {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .rp-btn--primary,
  .rp-btn--ghost {
    width: 100%;
    max-width: 290px;
  }
}


.rp-footer,
footer.footer {
  margin-top: 40px;
  background: linear-gradient(
    180deg,
    #341047 0%,
    #260b3a 55%,
    #191827 100%
  );
  color: #FFF;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 18px 0 20px;
  position: relative;
}

.rp-footer .container,
footer.footer .container {
  max-width: 1180px;
  margin: 0 auto;
}

.rp-footer__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding-bottom: 12px;
}

.rp-footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.rp-footer__logo-cube {
  height: 51px;
  width: auto;
  object-fit: contain;
  display: block;
}
.rp-footer__logo-text {
  height: 37px;
  width: auto;
  object-fit: contain;
  display: block;
}

.rp-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.rp-footer__nav a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  white-space: nowrap;
}
.rp-footer__nav a:hover {
  color: #FFF;
}
.rp-footer__nav a:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: rgba(255,255,255,0.6);
}

.rp-footer__social {
  display: flex;
  gap: 10px;
}
.rp-footer__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}
.rp-footer__social a:hover {
  background: rgba(255,255,255,0.18);
}

.rp-footer__bottom {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.35);
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  text-align: center;
}
.rp-footer__legal {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.rp-footer__legal a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.rp-footer__legal a:hover {
  color: #FFF;
  text-decoration: underline;
}
.rp-footer__dot {
  opacity: 0.7;
}
.rp-footer__copy {
  color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
  .rp-footer__top {
    grid-template-columns: 1fr;
    row-gap: 12px;
    text-align: center;
  }
  .rp-footer__brand,
  .rp-footer__nav,
  .rp-footer__social {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .rp-footer__logo-cube { height: 28px; }
  .rp-footer__logo-text { height: 18px; }
}

.footer,
.rp-footer.footer {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.rp-search .rp-select-wrap{
  position: relative;
  display: block;
  padding: 0;
  background: transparent;
  border: none;
}

.rp-search select.form-control.rp-select{
  background: rgba(255,255,255,0.08) !important; 
  color: #FFF !important;

  height: 60px !important;
  line-height: 60px !important;                  
  border-radius: 8px !important;

  padding: 0 40px 0 16px !important;           
  width: 100% !important;

  box-shadow: none !important;
  outline: none !important;

  -webkit-appearance: none !important;
  appearance: none !important;
}

.rp-search select.form-control.rp-select option[value=""],
.rp-search select.form-control.rp-select option[disabled]{
  color: rgba(255,255,255,0.65) !important;
}

.rp-search select,
.rp-search .form-control,
.rp-search select.form-control.rp-select {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #FFF !important;

  height: 60px !important;
  line-height: 60px !important;
  border-radius: 8px !important;
  padding: 0 40px 0 16px !important;

  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
}

.bootstrap-select .btn,
.bootstrap-select .btn-default,
.bootstrap-select .dropdown-toggle {
  background: transparent !important;
  background-color: transparent !important;
  color: #FFF !important;
  height: 60px !important;
  line-height: 60px !important;
  border: none;
  border-radius: 8px !important;
  padding: 0 40px 0 14px !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu {
  background: rgba(49,29,58,0.8) !important;
  border-radius: 8px !important;
}

.bootstrap-select .dropdown-menu li a {
  color: #FFF !important;
}
.bootstrap-select .dropdown-menu li a:hover {
  background: rgba(255,255,255,0.15) !important;
  color: #FFF !important;
}

.bootstrap-select .bs-caret .caret {
  border-top-color: #FFF !important;
}

/* Legacy recruitment portal (full-screen mock): hide Perfex customer chrome. Careers uses rp-show-customer-nav. */
body.rp-global-bg:not(.rp-show-customer-nav) .navbar,
body.rp-global-bg:not(.rp-show-customer-nav) .navbar-default,
body.rp-global-bg:not(.rp-show-customer-nav) .customers-header {
  display: none !important;
}

.rp-main-header{
  width: 100%;
  padding: 20px 0 12px;
  position: relative;
  z-index: 20;
}

.rp-main-header__inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-sizing: border-box;
}

.rp-main-header__brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.rp-main-header__logo-cube{
  height: 43.906px;
  width: auto;
  display: block;
}
.rp-main-header__logo-text{
  height: 29px;
  width: auto;
  display: block;
}

.rp-main-header__nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
}
.rp-main-header__nav a{
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, opacity .18s ease;
}
.rp-main-header__nav a:hover{
  color: #ffffff;
  opacity: 1;
}

.rp-main-header__actions{
  display: flex;
  align-items: center;
  gap: 30px;
}

.rp-main-header__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border-radius: 999px;
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.rp-main-header__btn--primary{
  background: #4788FF;
  color: #fff;
}
.rp-main-header__btn--primary:hover{
  transform: translateY(-1px);
}

.rp-main-header__btn--secondary{
  background: #A93593;
  color: #fff;
}
.rp-main-header__btn--secondary:hover{
  transform: translateY(-1px);
}

@media (max-width: 1024px){
  .rp-main-header__nav{
    gap: 18px;
    font-size: 13px;
  }
}

@media (max-width: 900px){
  .rp-main-header__inner{
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .rp-main-header__nav{
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px){
  .rp-main-header__inner{
    flex-direction: column;
    align-items: flex-start;
  }
  .rp-main-header__nav{
    justify-content: flex-start;
  }
  .rp-main-header__actions{
    align-self: flex-start;
  }
}

.rp-search select.form-control.rp-select {
  -webkit-appearance: none !important;
  appearance: none !important;

  background: rgba(255,255,255,0.08) !important;
  border: 1px solid #FFF !important;
  border-radius: 8px !important;
  color: #FFF !important;

  height: 60px !important;
  line-height: 60px !important;
  padding: 0 40px 0 16px !important;
  width: 100% !important;

  box-shadow: none !important;
  outline: none !important;
}

.rp-search select.form-control.rp-select {
  display: none !important;
}

.job {
  margin-bottom: 24px;
}

.job .job_content {
  background: linear-gradient(113deg, rgba(255, 255, 255, 0.37) 10.29%, rgba(255, 255, 255, 0.00) 100.35%);
  border-radius: 32px !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  padding: 36px 50px !important;
  box-shadow: 0 18px 38px rgba(0,0,0,0.45) !important;
backdrop-filter: blur(37.5px);
  display: flex;
}

.rp-job-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 32px;
  color: #ffffff;
}

.rp-job-card__left {
  flex: 1;
  min-width: 0;
}

.rp-job-card__top {
  margin-bottom: 20px;
}

.rp-job-type {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 6px;
  display: block;
}

.rp-job-title {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 700;
}

.rp-job-title__link {
  color: #ffffff !important;
  text-decoration: none;
}

.rp-job-title__link:hover {
  text-decoration: underline;
}

.rp-job-location {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 26px;
  color: rgba(255,255,255,0.88);
}

.rp-job-location__icon {
  margin-right: 8px;
  margin-top: 2px;
}

.rp-job-location__text {
  line-height: 1.4;
}

.rp-job-remote {
  font-size: 22px;
  color: rgba(255,255,255,0.85);
}

.rp-job-card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-width: 170px;
}

.rp-job-date {
  font-size: 22px;
  color: rgba(255,255,255,0.78);
  margin-bottom: 16px;
}

.rp-job-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.65);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  background: rgba(255,255,255,0.06);
  text-decoration: none;
  transition:
    background .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.rp-job-btn:hover {
  background: rgba(255,255,255,0.14);
  box-shadow: 0 8px 20px rgba(0,0,0,0.35);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .job .job_content {
    padding: 20px 18px !important;
  }

  .rp-job-card {
    flex-direction: column;
    gap: 16px;
  }

  .rp-job-card__right {
    align-items: flex-start;
    min-width: 0;
  }

  .rp-job-btn {
    width: 100%;
    justify-content: center;
  }
}
body.rp-global-bg,
body.rp-global-bg *:not(i):not(svg):not(path) {
  font-family: "M PLUS 1", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* --- Job portal listing (sidebar + grid / list) — iDoWorker theme --- */
.rp-jobs-page .rp-jobs-hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.rp-jobs-shell {
  max-width: 1200px;
  margin: 0 auto 32px;
  padding: 0 16px;
}

.rp-jobs-layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

@media (max-width: 991px) {
  .rp-jobs-layout {
    grid-template-columns: 1fr;
  }
}

.rp-jobs-sidebar {
  position: sticky;
  top: 16px;
  padding: 22px 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(30, 18, 45, 0.55);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
}

.rp-jobs-sidebar__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.rp-jobs-sidebar__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.rp-jobs-sidebar__reset {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6aa8ff !important;
  text-decoration: none;
  white-space: nowrap;
}

.rp-jobs-sidebar__reset:hover {
  text-decoration: underline;
  color: #8fbcff !important;
}

.rp-jobs-filter-block {
  margin-bottom: 22px;
}

.rp-jobs-filter-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rp-jobs-salary__range {
  width: 100%;
  accent-color: #6aa8ff;
  margin: 8px 0 4px;
}

.rp-jobs-salary__ticks {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.rp-jobs-check {
  margin-bottom: 10px;
}

.rp-jobs-check .checkbox,
.rp-jobs-check.checkbox {
  margin-top: 0;
}

body.rp-global-bg .rp-jobs-check label {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 500;
  font-size: 0.9375rem;
}

.rp-jobs-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rp-jobs-pill {
  margin: 0;
  cursor: pointer;
}

.rp-jobs-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rp-jobs-pill span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rp-jobs-pill:hover span {
  border-color: rgba(106, 168, 255, 0.45);
  color: #fff;
}

.rp-jobs-pill input:checked + span {
  background: linear-gradient(135deg, rgba(169, 53, 147, 0.55) 0%, rgba(106, 168, 255, 0.45) 100%);
  border-color: rgba(169, 53, 147, 0.65);
  color: #fff;
}

.rp-jobs-select {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  border-radius: 10px !important;
  height: 44px !important;
  box-shadow: none !important;
}

.rp-jobs-select option {
  color: #1a1a24;
}

.rp-jobs-apply-filters {
  width: 100%;
  margin-top: 8px;
  border-radius: 10px !important;
  font-weight: 600;
  background: linear-gradient(135deg, #6aa8ff 0%, #4a7fd4 100%) !important;
  border: none !important;
  color: #fff !important;
  padding: 12px 16px !important;
}

.rp-jobs-apply-filters:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

.rp-jobs-search-form {
  margin-bottom: 20px;
}

.rp-jobs-searchbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.rp-jobs-searchbar__field {
  position: relative;
  flex: 1 1 200px;
  min-width: 180px;
}

.rp-jobs-searchbar__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.45);
  pointer-events: none;
}

.rp-jobs-searchbar__input {
  padding-left: 42px !important;
  height: 52px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.rp-jobs-searchbar__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.rp-jobs-searchbar__btn {
  flex: 0 0 auto;
  min-width: 120px;
  height: 52px;
  border-radius: 12px !important;
  font-weight: 600;
  background: linear-gradient(135deg, #6aa8ff 0%, #4a7fd4 100%) !important;
  border: none !important;
  color: #fff !important;
}

.rp-jobs-searchbar__btn:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

.rp-jobs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.rp-jobs-count {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.rp-jobs-count strong {
  color: #fff;
  font-weight: 700;
}

.rp-jobs-view-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.rp-jobs-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 36px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
}

.rp-jobs-view-btn:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

.rp-jobs-view-btn.is-active {
  background: rgba(106, 168, 255, 0.28);
  color: #fff !important;
}

.rp-jobs-results--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 700px) {
  .rp-jobs-results--grid {
    grid-template-columns: 1fr;
  }
}

.rp-jobs-results--list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rp-job-tile {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
  padding: 20px 20px 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.rp-jobs-results--list .rp-job-tile {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.rp-jobs-results--list .rp-job-tile__top {
  width: 100%;
}

.rp-jobs-results--list .rp-job-tile__title,
.rp-jobs-results--list .rp-job-tile__meta,
.rp-jobs-results--list .rp-job-tile__type,
.rp-jobs-results--list .rp-job-tile__tags {
  flex: 1 1 100%;
}

.rp-jobs-results--list .rp-job-tile__footer {
  margin-top: 12px;
  width: 100%;
  flex-wrap: wrap;
}

.rp-job-tile__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rp-job-tile__logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, rgba(169, 53, 147, 0.75) 0%, rgba(106, 168, 255, 0.65) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.rp-job-tile__bookmark {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  padding: 6px;
  font-size: 1.125rem;
  cursor: pointer;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.rp-job-tile__bookmark:hover {
  color: #6aa8ff;
  background: rgba(255, 255, 255, 0.06);
}

.rp-job-tile__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.rp-job-tile__title a {
  color: #fff !important;
  text-decoration: none;
}

.rp-job-tile__title a:hover {
  color: #8fbcff !important;
}

.rp-job-tile__meta {
  margin: 0 0 6px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
}

.rp-job-tile__company {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.rp-job-tile__dot {
  margin: 0 6px;
  opacity: 0.5;
}

.rp-job-tile__place {
  color: #8aa8ff;
  font-weight: 500;
}

.rp-job-tile__type {
  margin: 0 0 12px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}

.rp-job-tile__tags {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rp-job-tile__tags li {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.rp-job-tile__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}

.rp-job-tile__salary-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.45);
}

.rp-job-tile__salary-val {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}

.rp-job-tile__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  background: linear-gradient(135deg, #6aa8ff 0%, #4a7fd4 100%);
  color: #fff !important;
  border: none;
  white-space: nowrap;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.rp-job-tile__apply:hover {
  filter: brightness(1.08);
  color: #fff !important;
  transform: translateY(-1px);
}

.rp-jobs-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 8px;
}

.rp-jobs-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.rp-jobs-page-link:hover {
  color: #fff !important;
  border-color: rgba(106, 168, 255, 0.45);
}

.rp-jobs-page-link.is-active {
  background: rgba(106, 168, 255, 0.35);
  border-color: #6aa8ff;
  color: #fff !important;
}

.rp-jobs-page-link--nav {
  min-width: 44px;
}

.rp-jobs-page-ellipsis {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 4px;
}

.rp-jobs-empty .panel-body {
  padding: 32px 16px !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
}

.rp-jobs-page .rp-cta {
  margin-top: 20px;
}

/* ─── Talent Ops: job detail + apply (matches portal glass cards) ─── */
.rp-careers-detail-page {
  padding-bottom: 48px;
}

.rp-careers-detail-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.rp-careers-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #fff !important;
  opacity: 0.92;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.rp-careers-back:hover {
  opacity: 1;
  color: #8fbcff !important;
  transform: translateX(-2px);
}

.rp-careers-detail-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
  padding: 26px 28px 30px;
  margin-bottom: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.rp-careers-detail-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.rp-careers-detail-card__logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, rgba(169, 53, 147, 0.75) 0%, rgba(106, 168, 255, 0.65) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.rp-careers-detail-card__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.rp-careers-detail-card__subtitle {
  margin: 0 0 14px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
}

.rp-careers-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin-bottom: 12px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.7);
}

.rp-careers-detail-meta__company {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.rp-careers-detail-meta__dot {
  opacity: 0.45;
  margin: 0 2px;
}

.rp-careers-detail-meta__place {
  color: #8aa8ff;
  font-weight: 500;
}

.rp-careers-detail-meta__place .fa {
  margin-right: 4px;
  opacity: 0.85;
}

.rp-careers-detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.rp-careers-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rp-careers-detail-badge .fa {
  opacity: 0.75;
  font-size: 0.875rem;
}

.rp-careers-detail-tags {
  margin-bottom: 22px !important;
}

.rp-careers-section-title {
  margin: 22px 0 10px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.48);
}

.rp-careers-detail-card .rp-careers-section-title:first-of-type {
  margin-top: 4px;
}

.rp-careers-prose {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.rp-careers-detail-list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.rp-careers-detail-list li {
  margin-bottom: 6px;
}

.rp-careers-apply-card {
  padding-top: 28px;
  padding-bottom: 32px;
}

.rp-careers-apply-card__title {
  margin: 0 0 22px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.rp-careers-apply-form .form-group {
  margin-bottom: 18px;
}

.rp-careers-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.02em;
}

.rp-careers-input,
.rp-careers-apply-form .form-control.rp-careers-input {
  background: rgba(0, 0, 0, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 12px 16px !important;
  min-height: 48px;
  box-shadow: none !important;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.rp-careers-input:focus,
.rp-careers-apply-form .form-control.rp-careers-input:focus {
  border-color: rgba(106, 168, 255, 0.65) !important;
  background: rgba(0, 0, 0, 0.35) !important;
  outline: none;
}

.rp-careers-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.rp-careers-textarea {
  min-height: 140px !important;
  resize: vertical;
}

.rp-careers-file-wrap {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.2);
}

.rp-careers-file {
  width: 100%;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
}

.rp-careers-hint {
  margin: 8px 0 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.45;
}

.rp-careers-submit-wrap {
  margin-top: 26px;
  padding-top: 4px;
}

.rp-careers-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #6aa8ff 0%, #4a7fd4 100%);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(74, 127, 212, 0.35);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.rp-careers-submit:hover,
.rp-careers-submit:focus {
  filter: brightness(1.08);
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .rp-careers-submit {
    width: 100%;
  }
}

/* ═══ Stitch staffing job portal — tokens from DESIGN.md + code.html ═══ */

body.rp-global-bg.rp-stitch-careers,
body.rp-global-bg.rp-stitch-job-detail,
body.rp-global-bg.rp-stitch-careers-applied {
  background-color: #0c0e17 !important;
  background-image:
    radial-gradient(100% 70% at 90% 0%, rgba(105, 156, 255, 0.14) 0%, transparent 55%),
    radial-gradient(60% 50% at 5% 15%, rgba(247, 149, 255, 0.07) 0%, transparent 45%),
    linear-gradient(165deg, #0c0e17 0%, #10131e 45%, #0c0e17 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  font-family: Inter, system-ui, -apple-system, sans-serif !important;
  color: #e1e4fb !important;
}

body.rp-global-bg.rp-stitch-careers .rp-hero__title,
body.rp-global-bg.rp-stitch-job-detail .rp-stitch-title,
body.rp-global-bg.rp-stitch-careers-applied .rp-stitch-applied__title {
  font-family: Manrope, system-ui, sans-serif !important;
}

.glass-card-stitch {
  background: rgba(33, 37, 54, 0.6);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(67, 71, 90, 0.2);
  border-radius: 2rem;
}

.neon-glow-stitch {
  box-shadow: 0 0 40px 0 rgba(105, 156, 255, 0.08);
}

.rp-stitch-job .rp-stitch-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2rem 1.5rem 6rem;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .rp-stitch-job .rp-stitch-main {
    padding-top: 2.5rem;
  }
}

.rp-stitch-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  color: #a7aac0 !important;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease;
}

.rp-stitch-back:hover {
  color: #c4b5fd !important;
  transform: translateX(-3px);
}

/* Hero */
.rp-stitch-hero {
  position: relative;
  margin-bottom: 3.5rem;
}

.rp-stitch-hero__glow {
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: rgba(105, 156, 255, 0.1);
  filter: blur(80px);
  pointer-events: none;
}

.rp-stitch-hero__row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .rp-stitch-hero__row {
    flex-direction: row;
    align-items: flex-end;
  }
}

.rp-stitch-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.rp-stitch-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 0.25rem;
}

.rp-stitch-pill--secondary {
  background: #3b0067;
  color: #c788ff;
}

.rp-stitch-pill--tertiary {
  background: rgba(247, 149, 255, 0.2);
  color: #f27dff;
}

.rp-stitch-title {
  margin: 0 0 0.5rem;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
}

.rp-stitch-subtitle {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #a7aac0;
}

.rp-stitch-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #a7aac0;
}

.rp-stitch-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.rp-stitch-meta-icon {
  color: #a78bfa;
  font-size: 1.1rem;
}

.rp-stitch-hero__salary {
  text-align: left;
}

@media (min-width: 992px) {
  .rp-stitch-hero__salary {
    text-align: right;
    min-width: 200px;
  }
}

.rp-stitch-hero__salary-label {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a7aac0;
}

.rp-stitch-hero__salary-value {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
}

/* Grid */
.rp-stitch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 992px) {
  .rp-stitch-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 3rem;
    align-items: start;
  }
}

.rp-stitch-col--main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.rp-stitch-block {
  margin: 0;
}

.rp-stitch-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.rp-stitch-section-accent {
  width: 2rem;
  height: 0.25rem;
  border-radius: 999px;
  background: #8b5cf6;
  flex-shrink: 0;
}

.rp-stitch-prose {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #a7aac0;
  text-align: left;
}

.rp-stitch-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rp-stitch-skill {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  background: rgba(33, 37, 54, 0.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(67, 71, 90, 0.2);
  border-left: 2px solid #8b5cf6;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.rp-stitch-details-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #a7aac0;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.rp-stitch-details-list li {
  margin-bottom: 0.35rem;
}

.rp-stitch-details-list strong {
  color: #e1e4fb;
}

/* Quote card */
.rp-stitch-quote {
  position: relative;
  padding: 2rem;
  overflow: hidden;
}

.rp-stitch-quote__watermark {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem 3rem;
  opacity: 0.06;
  font-size: 10rem;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}

.rp-stitch-quote__label {
  position: relative;
  z-index: 1;
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a7aac0;
}

.rp-stitch-quote__text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  color: #fff;
}

/* Apply column */
.rp-stitch-col--aside {
  position: relative;
}

.rp-stitch-apply {
  padding: 2rem 1.75rem;
  position: sticky;
  top: 6.5rem;
}

@media (min-width: 992px) {
  .rp-stitch-apply {
    padding: 2.5rem 2.25rem;
  }
}

.rp-stitch-apply__title {
  margin: 0 0 0.35rem;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.rp-stitch-apply__subtitle {
  margin: 0 0 2rem;
  font-size: 0.875rem;
  color: #a7aac0;
  line-height: 1.5;
}

.rp-stitch-form .form-group {
  margin-bottom: 1.25rem;
}

.rp-stitch-field {
  margin-bottom: 1.25rem !important;
}

.rp-stitch-label {
  display: block;
  margin-bottom: 0.4rem;
  margin-left: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #a7aac0;
}

.rp-stitch-input,
.rp-stitch-form .form-control.rp-stitch-input {
  width: 100%;
  background: #10131e !important;
  border: none !important;
  border-radius: 0.75rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.9375rem !important;
  color: #e1e4fb !important;
  box-shadow: none !important;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.rp-stitch-input:focus,
.rp-stitch-form .form-control.rp-stitch-input:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.55) !important;
  background: #121520 !important;
}

.rp-stitch-input::placeholder {
  color: rgba(113, 116, 137, 0.85);
}

.rp-stitch-textarea {
  min-height: 7rem !important;
  resize: vertical;
}

.rp-stitch-file {
  position: relative;
}

.rp-stitch-file__input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.rp-stitch-file__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  padding: 1rem;
  border: 2px dashed rgba(67, 71, 90, 0.35);
  border-radius: 0.75rem;
  background: rgba(16, 19, 30, 0.55);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.rp-stitch-file__label:hover {
  background: rgba(139, 92, 246, 0.06);
  border-color: rgba(139, 92, 246, 0.35);
}

.rp-stitch-file:focus-within .rp-stitch-file__label {
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.45);
}

.rp-stitch-file__icon {
  font-size: 1.75rem;
  color: #717489;
  margin-bottom: 0.35rem;
  transition: color 0.2s ease;
}

.rp-stitch-file__label:hover .rp-stitch-file__icon {
  color: #a78bfa;
}

.rp-stitch-file__line {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a7aac0;
}

.rp-stitch-file__hint {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  color: #717489;
  text-align: center;
  max-width: 100%;
}

.rp-stitch-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 999px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff !important;
  cursor: pointer;
  background: linear-gradient(90deg, #7c3aed 0%, #4288fe 100%);
  box-shadow: 0 0 30px rgba(105, 156, 255, 0.25);
  transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.rp-stitch-submit:hover,
.rp-stitch-submit:focus {
  filter: brightness(1.06);
  color: #fff !important;
  box-shadow: 0 0 36px rgba(105, 156, 255, 0.4);
}

.rp-stitch-submit:active {
  transform: scale(0.98);
}

/* Listing page cohesion (rp-stitch-careers) */
body.rp-stitch-careers.rp-global-bg .rp-hero__title {
  letter-spacing: -0.02em;
}

body.rp-stitch-careers.rp-global-bg .rp-job-tile {
  background: rgba(33, 37, 54, 0.55);
  border: 1px solid rgba(67, 71, 90, 0.22);
  backdrop-filter: blur(20px);
}

body.rp-stitch-careers.rp-global-bg .rp-jobs-sidebar {
  background: rgba(22, 25, 38, 0.85);
  border: 1px solid rgba(67, 71, 90, 0.2);
  border-radius: 1.5rem;
}

body.rp-stitch-careers.rp-global-bg .rp-jobs-searchbar__input,
body.rp-stitch-careers.rp-global-bg .rp-jobs-select {
  background: #10131e !important;
  border: 1px solid rgba(67, 71, 90, 0.25) !important;
  color: #e1e4fb !important;
}

/* Thank-you page (post-apply) */
body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied {
  padding: 2.5rem 0 4rem;
  max-width: 640px;
  margin: 0 auto;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__card {
  padding: 3rem 1.75rem;
  border-radius: 1.5rem;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__icon {
  font-size: 3rem;
  color: #34d399;
  margin-bottom: 1rem;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__title {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #f0f2ff;
  margin: 0 0 0.75rem;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  color: #a7aac0;
  margin: 0 0 1rem;
  line-height: 1.55;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__ref {
  font-size: 0.875rem;
  color: #717489;
  margin: 0 0 1.5rem;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__actions {
  margin-top: 0.5rem;
}

body.rp-stitch-careers-applied.rp-global-bg .rp-stitch-applied__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  min-width: 14rem;
  text-decoration: none !important;
}

/* ═══ Client authentication (Perfex Authentication) — align with Stitch job portal ═══ */

body.rp-global-bg.rp-stitch-client-auth,
body.rp-global-bg.rp-stitch-client-auth *:not(i):not(svg):not(path) {
  font-family: Inter, system-ui, -apple-system, sans-serif !important;
}

body.rp-global-bg.rp-stitch-client-auth {
  background-color: #0c0e17 !important;
  background-image:
    radial-gradient(100% 70% at 90% 0%, rgba(105, 156, 255, 0.14) 0%, transparent 55%),
    radial-gradient(60% 50% at 5% 15%, rgba(247, 149, 255, 0.07) 0%, transparent 45%),
    linear-gradient(165deg, #0c0e17 0%, #10131e 45%, #0c0e17 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  color: #e1e4fb !important;
}

body.rp-global-bg.rp-stitch-client-auth #wrapper,
body.rp-global-bg.rp-stitch-client-auth #content {
  background: transparent !important;
}

body.rp-global-bg.rp-stitch-client-auth .navbar.navbar-default.header {
  background: rgba(12, 14, 23, 0.92) !important;
  border-color: rgba(67, 71, 90, 0.35) !important;
  border-bottom: 1px solid rgba(67, 71, 90, 0.35) !important;
}

body.rp-global-bg.rp-stitch-client-auth .navbar-default .navbar-nav > li > a {
  color: rgba(241, 242, 255, 0.9) !important;
}

body.rp-global-bg.rp-stitch-client-auth .navbar-default .navbar-nav > li > a:hover,
body.rp-global-bg.rp-stitch-client-auth .navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
}

body.rp-global-bg.rp-stitch-client-auth .navbar-default .navbar-toggle .icon-bar {
  background-color: #e1e4fb !important;
}

body.rp-global-bg.rp-stitch-client-auth .login-heading,
body.rp-global-bg.rp-stitch-client-auth .forgot-password-heading h1,
body.rp-global-bg.rp-stitch-client-auth .register-heading,
body.rp-global-bg.rp-stitch-client-auth h1.tw-font-semibold {
  color: #f0f2ff !important;
  font-family: Manrope, system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.rp-global-bg.rp-stitch-client-auth .register-contact-info-heading,
body.rp-global-bg.rp-stitch-client-auth h4.bold {
  color: #e1e4fb !important;
  font-family: Manrope, system-ui, sans-serif !important;
}

body.rp-global-bg.rp-stitch-client-auth .panel_s {
  background: rgba(33, 37, 54, 0.6) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(67, 71, 90, 0.2) !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 0 40px 0 rgba(105, 156, 255, 0.08);
}

body.rp-global-bg.rp-stitch-client-auth .panel_s .panel-body {
  padding: 1.75rem 1.5rem !important;
  background: transparent !important;
}

body.rp-global-bg.rp-stitch-client-auth .form-control {
  background: #10131e !important;
  border: 1px solid rgba(67, 71, 90, 0.25) !important;
  color: #e1e4fb !important;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
}

body.rp-global-bg.rp-stitch-client-auth .form-control:focus {
  border-color: rgba(139, 92, 246, 0.55) !important;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.2) !important;
}

body.rp-global-bg.rp-stitch-client-auth label,
body.rp-global-bg.rp-stitch-client-auth .control-label {
  color: #a7aac0 !important;
}

body.rp-global-bg.rp-stitch-client-auth .checkbox label {
  color: #c4c6d8 !important;
}

body.rp-global-bg.rp-stitch-client-auth .btn-primary {
  background: linear-gradient(90deg, #7c3aed 0%, #4288fe 100%) !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: Manrope, system-ui, sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
  box-shadow: 0 0 28px rgba(105, 156, 255, 0.22);
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}

body.rp-global-bg.rp-stitch-client-auth .btn-primary:hover,
body.rp-global-bg.rp-stitch-client-auth .btn-primary:focus {
  filter: brightness(1.06);
  color: #fff !important;
}

body.rp-global-bg.rp-stitch-client-auth .btn-default {
  background: transparent !important;
  border: 1px solid rgba(67, 71, 90, 0.45) !important;
  color: #e1e4fb !important;
  border-radius: 999px !important;
}

body.rp-global-bg.rp-stitch-client-auth .btn-default:hover,
body.rp-global-bg.rp-stitch-client-auth .btn-default:focus {
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

body.rp-global-bg.rp-stitch-client-auth a.text-muted {
  color: #717489 !important;
}

body.rp-global-bg.rp-stitch-client-auth a.text-muted:hover {
  color: #a78bfa !important;
}

body.rp-global-bg.rp-stitch-client-auth .alert-danger {
  background: rgba(127, 29, 29, 0.35) !important;
  border-color: rgba(248, 113, 113, 0.35) !important;
  color: #fecaca !important;
  border-radius: 0.75rem !important;
}

body.rp-global-bg.rp-stitch-client-auth .alert-success {
  background: rgba(6, 78, 59, 0.35) !important;
  border-color: rgba(52, 211, 153, 0.35) !important;
  color: #a7f3d0 !important;
  border-radius: 0.75rem !important;
}

body.rp-global-bg.rp-stitch-client-auth .bootstrap-select > .dropdown-toggle {
  background: #10131e !important;
  border: 1px solid rgba(67, 71, 90, 0.25) !important;
  color: #e1e4fb !important;
  border-radius: 0.75rem !important;
}

body.rp-global-bg.rp-stitch-client-auth .bootstrap-select .dropdown-menu {
  background: #161a28 !important;
  border: 1px solid rgba(67, 71, 90, 0.3) !important;
}

body.rp-global-bg.rp-stitch-client-auth .bootstrap-select .dropdown-menu li a {
  color: #e1e4fb !important;
}

body.rp-global-bg.rp-stitch-client-auth .bootstrap-select .dropdown-menu li a:hover {
  background: rgba(139, 92, 246, 0.2) !important;
}