:root {
  --pl-ink: #101828;
  --pl-muted: #667085;
  --pl-line: #e4e7ec;
  --pl-surface: #ffffff;
  --pl-canvas: #f7f8fc;
  --pl-brand: #5b4cf0;
  --pl-brand-2: #7c3aed;
  --pl-cyan: #06b6d4;
  --pl-coral: #ff6b4a;
  --pl-success: #12b76a;
  --pl-navy: #111827;
  --pl-radius: 20px;
  --pl-shadow: 0 20px 55px rgba(16, 24, 40, .09);
  --pl-shadow-sm: 0 8px 24px rgba(16, 24, 40, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.promolink {
  margin: 0;
  color: var(--pl-ink);
  background: var(--pl-canvas);
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
body.promolink h1,
body.promolink h2,
body.promolink h3,
body.promolink h4,
body.promolink h5,
body.promolink h6 {
  color: var(--pl-ink);
  font-family: inherit !important;
  letter-spacing: -.025em;
}
body.promolink a { transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
body.promolink a:focus-visible,
body.promolink button:focus-visible,
body.promolink input:focus-visible,
body.promolink select:focus-visible,
body.promolink textarea:focus-visible {
  outline: 3px solid rgba(91,76,240,.35) !important;
  outline-offset: 2px;
}

/* Public website */
.public-shell { background: #fff !important; }
.public-shell .header-area {
  position: relative;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(228, 231, 236, .9);
  backdrop-filter: blur(18px);
}
.public-shell .header-sticky.sticky-bar { background: rgba(255,255,255,.96); box-shadow: 0 10px 30px rgba(16,24,40,.08); }
.public-shell .headder-top { padding: 14px 0; }
.public-shell .logo img { width: auto; max-height: 44px; }
.public-shell .main-menu ul li a {
  color: #344054 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 24px 15px !important;
}
.public-shell .main-menu ul li a:hover { color: var(--pl-brand) !important; }
.public-shell .header-btn .btn,
.public-shell .btn,
.public-shell .border-btn2,
.public-shell .post-btn {
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--pl-brand), var(--pl-brand-2)) !important;
  color: #fff !important;
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: 0 10px 24px rgba(91, 76, 240, .24);
}
.public-shell .header-btn .head-btn2 { background: #f2f4f7 !important; color: #344054 !important; box-shadow: none; }
.public-shell .header-btn .btn:hover,
.public-shell .btn:hover,
.public-shell .border-btn2:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(91,76,240,.3); }
.public-shell .slider-area { background: #fff; }
.public-shell .single-slider {
  min-height: 650px !important;
  background:
    linear-gradient(90deg, rgba(10,15,35,.93) 0%, rgba(24,20,75,.79) 48%, rgba(14,21,44,.25) 100%),
    var(--hero-image) center/cover no-repeat !important;
  position: relative;
}
.public-shell .single-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 18% 18%, rgba(124,58,237,.28), transparent 30%), radial-gradient(circle at 70% 75%, rgba(6,182,212,.18), transparent 25%);
}
.public-shell .hero__caption { position: relative; z-index: 1; }
.public-shell .hero__caption h1 {
  max-width: 780px;
  color: #fff !important;
  font-size: clamp(45px, 6vw, 76px) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
  letter-spacing: -.055em !important;
}
.public-shell .hero__caption p {
  max-width: 650px;
  margin: 24px 0 35px;
  color: #d0d5dd !important;
  font-size: 19px !important;
  line-height: 1.7;
}
.public-shell .search-box {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 10px;
  max-width: 890px;
  padding: 10px !important;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.public-shell .search-box > div { width: auto !important; }
.public-shell .search-box input,
.public-shell .search-box select,
.public-shell .search-box .nice-select {
  width: 100% !important;
  height: 54px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #f9fafb !important;
  color: var(--pl-ink) !important;
  font-family: inherit;
}
.public-shell .search-box button {
  height: 54px;
  padding: 0 30px !important;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--pl-coral), #f04438);
  color: #fff;
  font-weight: 800;
}
.public-shell .section-tittle span {
  color: var(--pl-brand) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.public-shell .section-tittle h2 {
  color: var(--pl-ink) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  font-weight: 800 !important;
}
.public-shell .our-services,
.public-shell .featured-job-area,
.public-shell .testimonial-area,
.public-shell .support-company-area,
.public-shell .job-listing-area,
.public-shell .job-post-company { background: #fff !important; }
.public-shell .single-services,
.public-shell .single-job-items,
.public-shell .single-process {
  overflow: hidden;
  border: 1px solid var(--pl-line) !important;
  border-radius: var(--pl-radius) !important;
  background: #fff !important;
  box-shadow: var(--pl-shadow-sm) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.public-shell .single-services { padding: 38px 24px !important; }
.public-shell .single-services:hover,
.public-shell .single-job-items:hover {
  transform: translateY(-5px);
  border-color: #c7d7fe !important;
  box-shadow: var(--pl-shadow) !important;
}
.public-shell .services-ion span { color: var(--pl-brand) !important; }
.public-shell .single-job-items { padding: 25px !important; }
.public-shell .job-tittle h4 { color: var(--pl-ink) !important; font-weight: 800 !important; }
.public-shell .job-tittle ul li { color: var(--pl-muted) !important; }
.public-shell .items-link a { border-color: var(--pl-brand) !important; border-radius: 9px !important; color: var(--pl-brand) !important; font-weight: 700; }
.public-shell .items-link a:hover { background: var(--pl-brand) !important; color: #fff !important; }
.public-shell .online-cv,
.public-shell .apply-process-area {
  background-color: #161339 !important;
  background-blend-mode: soft-light;
}
.public-shell .footer-area { background: #0d1021 !important; }
.public-shell .footer-area h4,
.public-shell .footer-area h5 { color: #fff !important; }
.public-shell .footer-area p,
.public-shell .footer-area a { color: #98a2b3 !important; }

/* Portal application shell */
.portal-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% 0%, rgba(124,58,237,.12), transparent 28rem),
    radial-gradient(circle at 20% 85%, rgba(6,182,212,.08), transparent 24rem),
    var(--pl-canvas) !important;
}
.portal-aurora {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  height: 270px !important;
  min-height: 0 !important;
  background: linear-gradient(115deg, #151b3b, #3b2d80 55%, #5b4cf0) !important;
}
.portal-shell aside {
  top: 0 !important;
  bottom: 0 !important;
  margin: 18px 0 18px 18px !important;
  max-height: calc(100vh - 36px);
  width: 255px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 24px !important;
  background: rgba(17,24,39,.95) !important;
  box-shadow: 0 24px 70px rgba(9,13,28,.32) !important;
  backdrop-filter: blur(18px);
}
.portal-shell aside .h-19 { height: 86px; }
.portal-shell aside .h-19 a { color: #fff !important; padding: 25px 24px !important; }
.portal-shell aside .h-19 img { max-height: 34px !important; filter: brightness(0) invert(1); }
.portal-shell aside hr { background: rgba(255,255,255,.1) !important; }
.portal-shell aside ul > li > a {
  margin: 3px 13px !important;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  color: #aeb8cc !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.portal-shell aside ul > li > a:hover {
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  transform: translateX(2px);
}
.portal-shell aside ul > li > a[class*="bg-blue"] {
  background: linear-gradient(135deg, rgba(91,76,240,.95), rgba(124,58,237,.95)) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(91,76,240,.28);
}
.portal-shell aside ul > li > a div {
  width: 30px !important;
  height: 30px !important;
  background: rgba(255,255,255,.08);
}
.portal-shell aside ul > li > a i { color: #c4b5fd !important; }
.portal-shell aside .grid a {
  margin: 0 !important;
  background: rgba(255,255,255,.08) !important;
  color: #d0d5dd !important;
}
.portal-main {
  min-height: 100vh !important;
  max-height: none !important;
}
.portal-shell [navbar-main] {
  margin: 18px 28px 0 !important;
  padding: 8px 0 !important;
}
.portal-shell [navbar-main] h6 { color: #fff !important; font-size: 17px; }
.portal-shell [navbar-main] input {
  border: 1px solid rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.12) !important;
  color: #fff !important;
}
.portal-shell [navbar-main] input::placeholder { color: rgba(255,255,255,.65) !important; }
.portal-content {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  padding: 28px !important;
}
.portal-content > .w-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.portal-shell .portal-flash {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 14px !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: var(--pl-shadow-sm) !important;
}

/* Normalize every portal page without rewriting its content */
.portal-shell .bg-white,
.portal-shell [class*="dark:bg-slate"] {
  background-color: rgba(255,255,255,.98) !important;
}
.portal-shell .shadow-xl,
.portal-shell .shadow-lg {
  border: 1px solid rgba(228,231,236,.9) !important;
  box-shadow: var(--pl-shadow-sm) !important;
}
.portal-shell .rounded-2xl { border-radius: 18px !important; }
.portal-shell table { border-collapse: separate !important; border-spacing: 0; }
.portal-shell thead { background: #f8fafc !important; }
.portal-shell th {
  color: #667085 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .075em;
  text-align: left;
}
.portal-shell td { color: #475467; font-size: 13px; }
.portal-shell tbody tr { transition: background .18s ease; }
.portal-shell tbody tr:hover { background: #fafaff !important; }
.portal-shell input:not([type="checkbox"]):not([type="radio"]),
.portal-shell select,
.portal-shell textarea {
  min-height: 43px;
  border: 1px solid #d0d5dd !important;
  border-radius: 11px !important;
  background: #fff !important;
  color: var(--pl-ink) !important;
  box-shadow: 0 1px 2px rgba(16,24,40,.04);
}
.portal-shell input:focus,
.portal-shell select:focus,
.portal-shell textarea:focus {
  border-color: #8b7cf6 !important;
  outline: 3px solid rgba(91,76,240,.12) !important;
}
.portal-shell button,
.portal-shell a[class*="bg-blue-"],
.portal-shell a[class*="from-blue-"] {
  border-radius: 10px !important;
}
.portal-shell button[type="submit"] { font-weight: 800; }
.portal-shell .bg-blue-500,
.portal-shell .bg-blue-600 {
  background: linear-gradient(135deg, var(--pl-brand), var(--pl-brand-2)) !important;
}
.portal-shell .text-blue-500,
.portal-shell .text-blue-600,
.portal-shell .text-blue-700 { color: var(--pl-brand) !important; }
.portal-shell footer { color: #98a2b3; }

/* Authentication and account utilities */
.auth-shell,
.account-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 10%, rgba(91,76,240,.2), transparent 24rem),
    radial-gradient(circle at 90% 80%, rgba(6,182,212,.16), transparent 24rem),
    #f7f8fc !important;
}
.auth-shell main { position: relative; z-index: 1; }
.pl-auth-page { min-height: 100vh; padding: 18px; }
.pl-auth-frame {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  min-height: calc(100vh - 36px);
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(16,24,40,.12);
}
.pl-auth-story {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 48px 56px;
  background:
    radial-gradient(circle at 15% 15%, rgba(129,140,248,.4), transparent 25rem),
    radial-gradient(circle at 85% 82%, rgba(34,211,238,.22), transparent 22rem),
    linear-gradient(145deg, #11182f, #29205c 58%, #4033a2);
  color: #fff;
}
.pl-auth-story::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 95px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025);
}
.pl-auth-brand { position: relative; z-index: 1; display: inline-flex; width: fit-content; }
.pl-auth-brand img { width: 116px; filter: brightness(0) invert(1); }
.pl-auth-story-copy { position: relative; z-index: 1; max-width: 650px; }
.pl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pl-brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.pl-eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.pl-eyebrow-light { color: #a5f3fc; }
.pl-auth-story h1 {
  max-width: 680px;
  margin: 22px 0;
  color: #fff !important;
  font-size: clamp(46px, 5vw, 76px) !important;
  line-height: 1.03;
}
.pl-auth-story-copy > p { max-width: 610px; color: #cdd4e5; font-size: 18px; line-height: 1.75; }
.pl-auth-proof { display: flex; gap: 36px; margin-top: 42px; }
.pl-auth-proof div { display: flex; flex-direction: column; gap: 5px; }
.pl-auth-proof strong { color: #fff; font-size: 25px; }
.pl-auth-proof span { color: #9da8c2; font-size: 12px; font-weight: 700; }
.pl-auth-quote { position: relative; z-index: 1; margin: 0; color: #bac4d9; font-size: 13px; font-weight: 700; }
.pl-auth-form-panel { display: flex; align-items: center; justify-content: center; padding: 55px; background: #fff; }
.pl-auth-form-wrap { width: 100%; max-width: 430px; }
.pl-auth-form-wrap h2 { margin: 14px 0 10px; font-size: 36px; font-weight: 800; }
.pl-auth-intro { margin-bottom: 34px; color: var(--pl-muted); line-height: 1.65; }
.pl-auth-form { display: grid; gap: 20px; }
.pl-auth-form label > span:first-child { display: block; margin-bottom: 8px; color: #344054; font-size: 13px; font-weight: 800; }
.pl-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  color: var(--pl-ink);
  font: inherit;
}
.pl-input:focus { border-color: var(--pl-brand); outline: 4px solid rgba(91,76,240,.1); }
.pl-form-row { display: flex; align-items: center; justify-content: space-between; }
.pl-check { display: flex !important; align-items: center; gap: 8px; cursor: pointer; }
.pl-check span { margin: 0 !important; color: #475467 !important; font-weight: 600 !important; }
.pl-muted-link { color: #98a2b3; font-size: 12px; font-weight: 700; }
.pl-primary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: #171b32 !important;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none !important;
}
.pl-primary-button:hover { transform: translateY(-2px); background: var(--pl-brand) !important; }
.pl-auth-switch { margin-top: 28px; color: var(--pl-muted); font-size: 14px; text-align: center; }
.pl-auth-switch a { color: var(--pl-brand); font-weight: 800; }
.pl-alert { margin-bottom: 20px; padding: 12px 14px; border: 1px solid #abefc6; border-radius: 10px; background: #ecfdf3; color: #067647; font-size: 13px; }
.pl-alert-error { border-color: #fecdca; background: #fef3f2; color: #b42318; }
.pl-field-error { display: block; margin-top: 5px; color: #d92d20; }
.auth-shell main .shadow-xl {
  border: 1px solid rgba(228,231,236,.9) !important;
  border-radius: 24px !important;
  box-shadow: 0 28px 75px rgba(16,24,40,.16) !important;
}
.auth-shell main > section > .bg-top {
  border-radius: 28px !important;
  background-position: center !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.auth-shell main h1 { font-size: clamp(34px, 5vw, 52px) !important; font-weight: 800 !important; letter-spacing: -.045em; }
.auth-shell main h5 { color: var(--pl-ink) !important; font-size: 21px !important; font-weight: 800 !important; }
.auth-shell input:not([type="checkbox"]):not([type="radio"]),
.auth-shell select,
.auth-shell textarea {
  min-height: 47px;
  border: 1px solid #d0d5dd !important;
  background: #fff !important;
}
.auth-shell input:focus,
.auth-shell select:focus,
.auth-shell textarea:focus {
  border-color: #8b7cf6 !important;
  outline: 3px solid rgba(91,76,240,.12) !important;
}
.auth-shell button[type="submit"]:not(.pl-primary-button) {
  min-height: 48px;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--pl-brand), var(--pl-brand-2)) !important;
  box-shadow: 0 10px 24px rgba(91,76,240,.22) !important;
}
.auth-shell .role-card:hover {
  transform: translateY(-4px);
  border-color: #a99cf8 !important;
  box-shadow: var(--pl-shadow-sm);
}
.auth-shell input,
.auth-shell select,
.auth-shell textarea,
.account-shell input,
.account-shell select,
.account-shell textarea {
  border-radius: 12px !important;
}
.account-shell header {
  border-bottom: 1px solid rgba(228,231,236,.8) !important;
  background: rgba(255,255,255,.9) !important;
  backdrop-filter: blur(18px);
}
.account-shell article,
.account-shell section,
.account-shell form { border-radius: 20px !important; }

@media (min-width: 1280px) {
  .portal-main { margin-left: 274px !important; }
}
@media (max-width: 1199px) {
  .portal-shell aside { margin: 0 !important; border-radius: 0 22px 22px 0 !important; }
}
@media (max-width: 767px) {
  .public-shell .headder-top { padding: 10px 0 4px; }
  .public-shell .single-slider { min-height: 660px !important; }
  .public-shell .hero__caption h1 { font-size: 43px !important; }
  .public-shell .search-box { grid-template-columns: 1fr; padding: 9px !important; }
  .portal-content { padding: 18px 12px !important; }
  .portal-shell [navbar-main] { margin: 12px !important; }
  .portal-shell .portal-search { display: none !important; }
  .portal-shell [navbar-main] ol { display: none !important; }
  .portal-shell [navbar-main] h6 { max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .pl-auth-page { padding: 0; }
  .pl-auth-frame { display: block; min-height: 100vh; border: 0; border-radius: 0; }
  .pl-auth-story { min-height: 300px; padding: 30px 24px; }
  .pl-auth-story-copy { margin-top: 65px; }
  .pl-auth-story h1 { font-size: 40px !important; }
  .pl-auth-story-copy > p, .pl-auth-proof, .pl-auth-quote { display: none; }
  .pl-auth-form-panel { padding: 42px 24px; }
  .pl-auth-form-wrap h2 { font-size: 30px; }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .pl-auth-frame { grid-template-columns: 1fr 1fr; }
  .pl-auth-story { padding: 42px 36px; }
  .pl-auth-story h1 { font-size: 48px !important; }
  .pl-auth-proof { gap: 18px; }
  .pl-auth-form-panel { padding: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Structural portal rebuild */
.portal-shell {
  background: #f5f7fb !important;
}
.portal-shell .portal-aurora { display: none !important; }
.portal-shell .pl-sidebar {
  z-index: 990;
  top: 16px !important;
  bottom: 16px !important;
  left: 16px !important;
  display: flex !important;
  flex-direction: column;
  width: 260px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #e6e9f0 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 12px 38px rgba(16,24,40,.07) !important;
}
.pl-sidebar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 9px;
  background: #f2f4f7;
  color: #475467;
  font-size: 22px;
}
.portal-shell .pl-sidebar-brand {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 !important;
  padding: 28px 24px 23px !important;
  border-bottom: 1px solid #eef0f4;
  color: #667085 !important;
}
.portal-shell .pl-sidebar-brand img {
  width: 110px !important;
  height: auto !important;
  max-height: none !important;
  filter: none !important;
}
.portal-shell .pl-sidebar-brand span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pl-sidebar-nav {
  flex: 1;
  padding: 17px 13px;
  overflow-y: auto;
}
.pl-sidebar-nav p {
  margin: 16px 11px 7px;
  color: #98a2b3;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.portal-shell .pl-sidebar-nav a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin: 2px 0 !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  color: #475467 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.portal-shell .pl-sidebar-nav a:hover { transform: none; background: #f7f7fd !important; color: #28215d !important; }
.portal-shell .pl-sidebar-nav a.active {
  background: #efedff !important;
  color: #4f3dd7 !important;
  box-shadow: none !important;
}
.pl-sidebar-nav a i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  background: #f2f4f7;
  color: #667085 !important;
  font-size: 12px;
}
.pl-sidebar-nav a.active i { background: #fff; color: #5b4cf0 !important; box-shadow: 0 3px 10px rgba(91,76,240,.12); }
.pl-sidebar-nav a b {
  min-width: 19px;
  margin-left: auto;
  padding: 3px 5px;
  border-radius: 999px;
  background: #5b4cf0;
  color: #fff;
  font-size: 9px;
  text-align: center;
}
.pl-sidebar-user {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 13px;
  padding: 12px;
  border: 1px solid #eaecf0;
  border-radius: 13px;
  background: #fafbfc;
}
.pl-user-avatar {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  background: #171b32;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.pl-sidebar-user > span:nth-child(2) { min-width: 0; }
.pl-sidebar-user strong,
.pl-sidebar-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pl-sidebar-user strong { color: #344054; font-size: 11px; }
.pl-sidebar-user small { margin-top: 2px; color: #98a2b3; font-size: 9px; }
.pl-sidebar-user > a { color: #667085; font-weight: 800; }
.portal-shell .portal-main {
  min-height: 100vh !important;
  margin-left: 292px !important;
  padding: 0 24px 24px 0;
}
.pl-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  padding: 18px 4px;
}
.pl-topbar-title { display: flex; align-items: center; gap: 13px; }
.pl-topbar-title > button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #e4e7ec;
  border-radius: 11px !important;
  background: #fff;
  color: #344054;
}
.pl-topbar-title span { color: #98a2b3; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pl-topbar-title h1 { margin: 3px 0 0; color: #101828 !important; font-size: 25px; font-weight: 800; }
.pl-topbar-actions { display: flex; align-items: center; gap: 9px; }
.pl-topbar-create {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
  border-radius: 11px;
  background: #171b32;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
}
.pl-topbar-create:hover { transform: translateY(-1px); background: #5b4cf0; }
.pl-icon-button {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #e4e7ec;
  border-radius: 11px;
  background: #fff;
  color: #475467 !important;
}
.pl-icon-button b {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border: 2px solid #f5f7fb;
  border-radius: 999px;
  background: #f04438;
  color: #fff;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
}
.portal-shell .portal-content {
  max-width: 1540px;
  padding: 0 !important;
}
.portal-shell .portal-flash { margin: 0 !important; }
.portal-shell footer { margin-top: 28px; }

@media (max-width: 1279px) {
  .portal-shell .pl-sidebar {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    border-radius: 0 22px 22px 0 !important;
    box-shadow: 20px 0 60px rgba(16,24,40,.2) !important;
  }
  .portal-shell .portal-main { margin-left: 0 !important; padding: 0 18px 18px; }
  .pl-topbar-title > button { display: grid; place-items: center; }
}
@media (max-width: 640px) {
  .portal-shell .portal-main { padding: 0 12px 12px; }
  .pl-topbar { min-height: 80px; }
  .pl-topbar-title span { display: none; }
  .pl-topbar-title h1 { max-width: 140px; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .pl-topbar-create { width: 42px; padding: 0; justify-content: center; font-size: 0; }
  .pl-topbar-create span { font-size: 18px; }
}

/* Rebuilt dashboard components */
.pl-page-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
  padding: 30px 34px;
  overflow: hidden;
  border-radius: 19px;
  background:
    radial-gradient(circle at 90% 20%, rgba(129,140,248,.35), transparent 18rem),
    linear-gradient(125deg, #171b32, #2d245f);
  color: #fff;
}
.pl-page-intro .pl-eyebrow { color: #a5f3fc; }
.pl-page-intro h2 { margin: 11px 0 7px; color: #fff !important; font-size: clamp(27px,3vw,38px); font-weight: 800; }
.pl-page-intro p { max-width: 680px; margin: 0; color: #b8c1d6; font-size: 13px; line-height: 1.7; }
.pl-page-action {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 18px;
  min-height: 45px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 11px;
  background: #fff;
  color: #171b32 !important;
  font-size: 11px;
  font-weight: 800;
}
.pl-stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-bottom: 15px; }
.pl-stat {
  position: relative;
  min-height: 145px;
  overflow: hidden;
  padding: 21px;
  border: 1px solid #e6e9ef;
  border-radius: 17px;
  background: #fff;
}
.pl-stat > span { display: block; color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pl-stat > strong { display: block; margin: 12px 0 8px; color: #101828; font-size: 28px; line-height: 1; }
.pl-stat > small { color: #98a2b3; font-size: 10px; font-weight: 700; }
.pl-stat > i {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  background: #f1f0ff;
  color: #5b4cf0;
}
.pl-stat-featured { border: 0; background: #5b4cf0; }
.pl-stat-featured > span, .pl-stat-featured > small { color: #d9d6ff; }
.pl-stat-featured > strong { color: #fff; }
.pl-stat-featured > i { background: rgba(255,255,255,.15); color: #fff; }
.pl-dashboard-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-bottom: 15px; }
.pl-panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid #e6e9ef;
  border-radius: 17px;
  background: #fff;
}
.pl-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 19px; }
.pl-panel-heading span { color: #98a2b3; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pl-panel-heading h3 { margin: 4px 0 0; font-size: 17px; font-weight: 800; }
.pl-panel-heading > strong { color: #101828; font-size: 29px; }
.pl-panel-heading > strong small { color: #98a2b3; font-size: 12px; }
.pl-panel-heading > a, .pl-trust-panel > a { color: #5b4cf0; font-size: 10px; font-weight: 800; }
.pl-progress { height: 9px; overflow: hidden; border-radius: 99px; background: #eef0f4; }
.pl-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#5b4cf0,#22c7de); }
.pl-trust-panel > p { margin: 15px 0 12px; color: #667085; font-size: 11px; line-height: 1.6; }
.pl-pipeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; }
.pl-pipeline div { padding: 13px; border-radius: 12px; background: #f8f9fb; }
.pl-pipeline div > span { display: block; width: 8px; height: 8px; margin-bottom: 16px; border-radius: 50%; }
.pl-pipeline .pending { background: #ffb020; }.pl-pipeline .accepted { background: #20b486; }.pl-pipeline .rejected { background: #f04438; }.pl-pipeline .completed { background: #5b4cf0; }
.pl-pipeline strong, .pl-pipeline small { display: block; }
.pl-pipeline strong { color: #101828; font-size: 19px; }
.pl-pipeline small { margin-top: 3px; color: #98a2b3; font-size: 9px; }
.pl-list { display: grid; gap: 3px; }
.pl-list-row {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 57px;
  padding: 8px;
  border-radius: 11px;
  color: inherit;
}
.pl-list-row:hover { background: #f8f8fd; }
.pl-list-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #171b32;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.pl-list-icon.soft { background: #efedff; color: #5b4cf0; }
.pl-list-row > span:nth-child(2) { min-width: 0; }
.pl-list-row strong, .pl-list-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pl-list-row strong { color: #344054; font-size: 11px; }
.pl-list-row small { margin-top: 4px; color: #98a2b3; font-size: 9px; }
.pl-list-row > b { color: #344054; font-size: 10px; }
.pl-status { padding: 5px 8px; border-radius: 999px; background: #f2f4f7; color: #475467 !important; font-size: 8px !important; text-transform: uppercase; }
.pl-status.accepted, .pl-status.completed { background: #ecfdf3; color: #067647 !important; }
.pl-status.pending, .pl-status.waitlist { background: #fffaeb; color: #b54708 !important; }
.pl-status.rejected, .pl-status.withdrawn { background: #fef3f2; color: #b42318 !important; }
.pl-empty { padding: 30px; color: #98a2b3; font-size: 11px; text-align: center; }
.pl-chart { position: relative; height: 270px; }

@media (max-width: 900px) {
  .pl-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pl-dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pl-page-intro { display: block; padding: 24px; }
  .pl-page-action { width: fit-content; margin-top: 20px; }
  .pl-stat-grid { grid-template-columns: 1fr; }
  .pl-pipeline { grid-template-columns: repeat(2,1fr); }
}

/* Registration flows */
.pl-choice-frame {
  width: min(960px, 100%);
  margin: 45px auto;
  padding: 42px;
  border: 1px solid #e4e7ec;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16,24,40,.1);
}
.pl-choice-frame > header { max-width: 660px; margin: 0 auto 32px; text-align: center; }
.pl-choice-frame > header img { width: 105px; margin-bottom: 34px; }
.pl-choice-frame > header .pl-eyebrow { justify-content: center; }
.pl-choice-frame h1 { margin: 13px 0 10px; font-size: 38px !important; font-weight: 800; }
.pl-choice-frame header p { color: #667085; line-height: 1.7; }
.pl-role-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pl-role-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 26px;
  border: 1px solid #e4e7ec;
  border-radius: 17px;
  cursor: pointer;
}
.pl-role-choice:hover { transform: translateY(-3px); border-color: #a99cf8; box-shadow: 0 15px 35px rgba(16,24,40,.08); }
.pl-role-choice input { position: absolute; opacity: 0; }
.pl-role-choice:has(input:checked) { border: 2px solid #5b4cf0; background: #faf9ff; }
.pl-role-check { position: absolute; top: 18px; right: 18px; display: none; color: #5b4cf0; font-weight: 900; }
.pl-role-choice:has(input:checked) .pl-role-check { display: block; }
.pl-role-icon { display: grid; width: 48px; height: 48px; margin-bottom: 25px; place-items: center; border-radius: 13px; background: #efedff; color: #5b4cf0; }
.pl-role-icon.agency { background: #e9fbf4; color: #079455; }
.pl-role-choice strong { color: #101828; font-size: 19px; }
.pl-role-choice small { margin: 9px 0 24px; color: #667085; line-height: 1.6; }
.pl-role-choice b { margin-top: auto; color: #5b4cf0; font-size: 11px; }
.pl-role-grid > .pl-primary-button { grid-column: 1 / -1; max-width: 300px; margin: 14px auto 0; }
.pl-register-frame {
  display: grid;
  grid-template-columns: 390px minmax(0,1fr);
  width: min(1180px,100%);
  min-height: calc(100vh - 36px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16,24,40,.1);
}
.pl-register-frame > aside {
  padding: 43px 38px;
  background: linear-gradient(150deg,#11182f,#332772);
  color: #fff;
}
.pl-register-frame > aside.agency { background: linear-gradient(150deg,#102a2a,#145c58); }
.pl-register-frame > aside img { width: 110px; margin-bottom: 115px; filter: brightness(0) invert(1); }
.pl-register-frame > aside h1 { margin: 18px 0; color: #fff !important; font-size: 39px !important; line-height: 1.08; }
.pl-register-frame > aside p { color: #c8d0e1; font-size: 13px; line-height: 1.75; }
.pl-register-frame > aside ul { display: grid; gap: 13px; margin-top: 32px; padding: 0; list-style: none; }
.pl-register-frame > aside li { color: #d9deeb; font-size: 11px; font-weight: 700; }
.pl-register-frame > aside li::before { content: "✓"; margin-right: 9px; color: #67e8f9; }
.pl-register-frame > main { padding: 38px 48px; }
.pl-register-heading { display: flex; justify-content: space-between; margin-bottom: 30px; }
.pl-register-heading a, .pl-register-heading span { color: #98a2b3; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.pl-register-frame > main h2 { margin: 0 0 8px; font-size: 30px; font-weight: 800; }
.pl-register-frame > main > p { margin-bottom: 26px; color: #667085; font-size: 12px; }
.pl-register-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.pl-register-form label { min-width: 0; }
.pl-register-form label > span { display: block; margin-bottom: 7px; color: #344054; font-size: 10px; font-weight: 800; }
.pl-register-form .wide { grid-column: 1 / -1; }
.pl-register-form .pl-input { height: 44px; font-size: 12px; }
.pl-register-form .pl-textarea { min-height: 74px; padding-top: 11px; resize: vertical; }
.pl-register-form .errorlist { margin: 5px 0 0; padding: 0; color: #d92d20; font-size: 9px; list-style: none; }
.pl-file { width: 100%; padding: 10px; border: 1px dashed #b9c0cc; border-radius: 10px; background: #fafbfc; font-size: 10px; }
.pl-register-form label > small { display: block; margin-top: 4px; color: #98a2b3; font-size: 8px; }

@media (max-width: 850px) {
  .pl-register-frame { display: block; border-radius: 20px; }
  .pl-register-frame > aside { padding: 30px; }
  .pl-register-frame > aside img { margin-bottom: 50px; }
  .pl-register-frame > aside ul { display: none; }
  .pl-register-frame > main { padding: 34px 26px; }
}
@media (max-width: 620px) {
  .pl-choice-frame { margin: 0; padding: 30px 20px; border: 0; border-radius: 0; }
  .pl-role-grid, .pl-register-form { grid-template-columns: 1fr; }
  .pl-register-form .wide { grid-column: auto; }
  .pl-choice-frame h1 { font-size: 31px !important; }
}

/* Rebuilt public homepage */
.pl-home-hero { padding: 64px 0 78px; overflow: hidden; background: #f7f8fc; }
.pl-home-hero .container,
.pl-home-section .container,
.pl-home-split .container,
.pl-home-cta .container { max-width: 1180px !important; margin: 0 auto; }
.pl-home-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 65px; }
.pl-home-kicker { display: inline-flex; align-items: center; gap: 9px; color: #5b4cf0; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pl-home-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #ff6b4a; box-shadow: 0 0 0 5px rgba(255,107,74,.12); }
.pl-home-hero-copy h1 { max-width: 720px; margin: 22px 0; color: #111827 !important; font-size: clamp(46px,5.2vw,66px); font-weight: 800; line-height: 1.035; letter-spacing: -.055em; }
.pl-home-hero-copy > p { max-width: 650px; color: #667085; font-size: 17px; line-height: 1.75; }
.pl-home-search { display: grid; grid-template-columns: 1.3fr .8fr auto; gap: 8px; margin-top: 34px; padding: 8px; border: 1px solid #e4e7ec; border-radius: 16px; background: #fff; box-shadow: 0 14px 35px rgba(16,24,40,.09); }
.pl-home-search label { padding: 6px 12px; border-right: 1px solid #eaecf0; }
.pl-home-search label span { display: block; margin-bottom: 3px; color: #98a2b3; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.pl-home-search input, .pl-home-search select { width: 100%; height: 29px; border: 0; background: transparent; color: #344054; font: inherit; font-size: 11px; font-weight: 700; outline: 0; }
.pl-home-search button { display: flex; align-items: center; gap: 18px; padding: 0 18px; border: 0; border-radius: 11px; background: #171b32; color: #fff; font: inherit; font-size: 10px; font-weight: 800; }
.pl-home-trust { display: grid; grid-template-columns: auto 1fr auto 1fr; align-items: center; gap: 8px 13px; margin-top: 22px; font-size: 9px; }
.pl-home-trust span { color: #98a2b3; text-transform: uppercase; }.pl-home-trust b { color: #344054; }
.pl-home-visual { position: relative; min-height: 510px; border-radius: 28px; background: linear-gradient(145deg,#201945,#5b4cf0); }
.pl-home-visual::before { content:""; position:absolute; inset:20px; border:1px solid rgba(255,255,255,.12); border-radius:22px; }
.pl-home-visual::after { content:""; position:absolute; top:65px; left:70px; width:290px; height:290px; border:1px solid rgba(255,255,255,.14); border-radius:50%; box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.018); }
.pl-visual-card { position:absolute; z-index:2; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.95); box-shadow:0 22px 55px rgba(9,12,30,.25); }
.pl-visual-card.main { right:42px; bottom:45px; left:42px; padding:25px; border-radius:18px; }
.pl-visual-label { color:#5b4cf0; font-size:8px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.pl-visual-card.main h3 { margin:13px 0 5px; font-size:22px; font-weight:800; }.pl-visual-card.main p { color:#667085;font-size:10px; }
.pl-visual-card.main div { display:flex; justify-content:space-between; align-items:center; margin-top:20px; }.pl-visual-card.main strong{font-size:17px}.pl-visual-card.main a{color:#5b4cf0;font-size:10px;font-weight:800}
.pl-visual-card.floating { display:flex; align-items:center; gap:11px; padding:12px 14px; border-radius:13px; }
.pl-visual-card.floating.top { top:42px; right:-25px; }.pl-visual-card.floating.bottom { top:155px; left:-32px; }
.pl-visual-card.floating p { margin:0; }.pl-visual-card.floating strong,.pl-visual-card.floating small{display:block}.pl-visual-card.floating strong{color:#344054;font-size:9px}.pl-visual-card.floating small{margin-top:3px;color:#98a2b3;font-size:7px}
.pl-visual-card .dot { width:12px;height:12px;border-radius:50%;background:#20b486;box-shadow:0 0 0 5px #dff8ed}
.mini-avatars { display:flex; }.mini-avatars i{display:grid;width:24px;height:24px;margin-left:-5px;place-items:center;border:2px solid #fff;border-radius:50%;background:#171b32;color:#fff;font-size:7px;font-style:normal}
.pl-home-section { padding: 90px 0; background:#fff; }
.pl-section-head { display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:34px }.pl-section-head span,.pl-audience-card>span,.pl-home-cta span{color:#5b4cf0;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pl-section-head h2{margin:8px 0 0;font-size:38px;font-weight:800}.pl-section-head>a{color:#5b4cf0;font-size:10px;font-weight:800}
.pl-job-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:15px }
.pl-job-card { padding:22px;border:1px solid #e6e9ef;border-radius:16px;background:#fff;transition:.2s }.pl-job-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(16,24,40,.08)}
.pl-job-card-top{display:flex;justify-content:space-between;align-items:center}.pl-job-card-top>span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#efedff;color:#5b4cf0;font-size:9px;font-weight:800}.pl-job-card-top small{color:#98a2b3;font-size:8px}
.pl-job-card h3{margin:22px 0 7px;font-size:17px;font-weight:800}.pl-job-card>p{color:#667085;font-size:10px}.pl-job-meta{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.pl-job-meta span{padding:5px 8px;border-radius:7px;background:#f5f7fa;color:#667085;font-size:8px;font-weight:700}.pl-job-link{display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid #eef0f4;color:#344054;font-size:9px;font-weight:800}
.pl-home-empty{grid-column:1/-1;padding:45px;border:1px dashed #d0d5dd;border-radius:16px;color:#98a2b3;text-align:center}
.pl-home-split { padding: 30px 0 90px; background:#fff }.pl-home-split .container{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.pl-audience-card{padding:38px;border-radius:22px;background:#171b32;color:#fff}.pl-audience-card.agency{background:#e8f7f3;color:#153a37}.pl-audience-card.agency h2{color:#153a37!important}
.pl-audience-card h2{max-width:460px;margin:15px 0;color:#fff!important;font-size:33px;font-weight:800}.pl-audience-card p{max-width:500px;color:#b9c2d6;font-size:12px;line-height:1.7}.pl-audience-card.agency p{color:#52716e}.pl-audience-card ul{display:grid;gap:8px;margin:25px 0;padding:0;list-style:none}.pl-audience-card li{font-size:10px;font-weight:700}.pl-audience-card li::before{content:"✓";margin-right:8px;color:#67e8f9}.pl-audience-card.agency li::before{color:#079455}.pl-audience-card>a{color:#fff;font-size:10px;font-weight:800}.pl-audience-card.agency>a{color:#067647}
.pl-how{background:#f7f8fc}.pl-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pl-step-grid article{position:relative;padding:28px;border:1px solid #e4e7ec;border-radius:17px;background:#fff}.pl-step-grid article>b{position:absolute;top:20px;right:22px;color:#d0d5dd;font-size:12px}.pl-step-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#efedff;color:#5b4cf0;font-weight:900}.pl-step-grid h3{margin:22px 0 8px;font-size:17px;font-weight:800}.pl-step-grid p{color:#667085;font-size:10px;line-height:1.7}
.pl-home-cta{padding:0 0 80px;background:#f7f8fc}.pl-home-cta .container{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:38px 42px!important;border-radius:22px;background:linear-gradient(120deg,#31256d,#5b4cf0);color:#fff}.pl-home-cta span{color:#a5f3fc}.pl-home-cta h2{margin:8px 0 0;color:#fff!important;font-size:32px;font-weight:800}.pl-home-cta .container>div:last-child{display:flex;gap:9px}.pl-home-cta a{padding:13px 18px;border-radius:10px;background:#fff;color:#171b32;font-size:10px;font-weight:800}.pl-home-cta a.secondary{border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff}
@media(max-width:900px){.pl-home-hero-grid{grid-template-columns:1fr}.pl-home-visual{min-height:430px}.pl-job-grid{grid-template-columns:repeat(2,1fr)}.pl-home-split .container{grid-template-columns:1fr}}
@media(max-width:620px){.pl-home-hero{padding:45px 0}.pl-home-hero-copy h1{font-size:46px}.pl-home-search{grid-template-columns:1fr}.pl-home-search label{border-right:0;border-bottom:1px solid #eaecf0}.pl-home-search button{height:48px;justify-content:center}.pl-home-trust{grid-template-columns:auto 1fr}.pl-home-visual{display:none}.pl-section-head{display:block}.pl-section-head>a{display:inline-block;margin-top:15px}.pl-job-grid,.pl-step-grid{grid-template-columns:1fr}.pl-home-cta .container{display:block!important;margin:0 15px}.pl-home-cta .container>div:last-child{margin-top:22px}}

/* Rebuilt public navigation and footer */
.pl-public-header { position:relative;z-index:50;border-bottom:1px solid #eaecf0;background:#fff }
.pl-public-header .container{display:flex;align-items:center;justify-content:space-between;max-width:1180px!important;height:78px;margin:0 auto}
.pl-public-brand img{width:105px}.pl-public-header nav{display:flex;align-items:center;gap:30px}.pl-public-header nav a{color:#475467;font-size:11px;font-weight:700}.pl-public-header nav a:hover{color:#5b4cf0}
.pl-public-actions{display:flex;align-items:center;gap:10px}.pl-public-actions a{padding:11px 14px;border-radius:10px;color:#344054;font-size:10px;font-weight:800}.pl-public-actions a.primary{background:#171b32;color:#fff}
.pl-mobile-nav{display:none;position:relative}.pl-mobile-nav summary{display:grid;width:40px;height:40px;place-items:center;border:1px solid #e4e7ec;border-radius:10px;cursor:pointer;list-style:none}.pl-mobile-nav>div{position:absolute;top:48px;right:0;display:grid;width:210px;padding:10px;border:1px solid #e4e7ec;border-radius:13px;background:#fff;box-shadow:0 18px 40px rgba(16,24,40,.12)}.pl-mobile-nav a{padding:10px;border-radius:8px;color:#344054;font-size:11px;font-weight:700}
.pl-public-footer{padding:65px 0 0;background:#111528;color:#fff}.pl-public-footer>.container{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:50px;max-width:1180px!important;margin:0 auto;padding-bottom:55px!important}.pl-public-footer img{width:105px;filter:brightness(0) invert(1)}.pl-public-footer p{max-width:290px;margin-top:18px;color:#98a2b3;font-size:11px;line-height:1.7}.pl-public-footer strong,.pl-public-footer a{display:block}.pl-public-footer strong{margin-bottom:16px;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.pl-public-footer a{margin:10px 0;color:#98a2b3!important;font-size:10px}.pl-public-footer a:hover{color:#fff!important}.pl-footer-bottom{display:flex;justify-content:space-between;max-width:1180px;margin:0 auto;padding:20px 0;border-top:1px solid rgba(255,255,255,.08);color:#667085;font-size:9px}
@media(max-width:800px){.pl-public-header nav,.pl-public-actions{display:none}.pl-mobile-nav{display:block}.pl-public-footer>.container{grid-template-columns:1fr 1fr}.pl-footer-brand{grid-column:1/-1}.pl-footer-bottom{margin:0 15px}}
