:root {
  --wt-home-blue: #1761f6;
  --wt-home-blue-dark: #0a2a61;
  --wt-home-ink: #080d16;
  --wt-home-muted: #40506a;
  --wt-home-green: #12b76a;
}

body.wt-home-redesign {
  background: #fff;
  color: var(--wt-home-ink);
}

.wt-home-redesign .site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #e4e9f1;
  box-shadow: none;
}

.wt-home-redesign .site-header .container,
.wt-home-redesign .hero > .container,
.wt-home-redesign .problem-strip .container,
.wt-home-redesign .wt-home-benefits > .container {
  width: min(1392px, calc(100% - 144px));
}

.wt-home-redesign .header-inner {
  height: 80px;
}

.wt-home-mobile-jobs {
  display: none;
}

.wt-home-redesign .main-nav {
  gap: 54px;
  margin-left: 70px;
}

.wt-home-redesign .main-nav a {
  color: #0a1730;
  font-size: 15px;
  font-weight: 520;
}

.wt-home-redesign .main-nav a:nth-child(1) {
  display: block;
  order: 0;
}

.wt-home-redesign .main-nav a:nth-child(2) { order: 2; }
.wt-home-redesign .main-nav a:nth-child(3) { order: 1; }
.wt-home-redesign .main-nav a:nth-child(4) { order: 3; }
.wt-home-redesign .main-nav a:nth-child(5) { order: 4; }

.wt-home-redesign .header-actions {
  gap: 36px;
}

.wt-home-redesign .header-actions .text-button {
  color: #0a1730;
  font-size: 15px;
  font-weight: 520;
}

.wt-home-redesign .header-actions .button {
  min-width: 128px;
  min-height: 50px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, #1761f6, #0d6efd);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 97, 246, .24);
  font-size: 15px;
}

.wt-home-redesign .hero {
  min-height: 585px;
  background:
    radial-gradient(circle at 58% 50%, rgba(54, 144, 255, .15), transparent 28%),
    linear-gradient(108deg, #fff 0%, #fbfdff 43%, #f4f9ff 72%, #fff 100%);
}

.wt-home-redesign .hero::before {
  top: 90px;
  right: 34%;
  width: 420px;
  height: 420px;
  opacity: .65;
  background: radial-gradient(circle, rgba(35, 120, 255, .2), transparent 69%);
}

.wt-home-redesign .hero-grid {
  left: 43%;
  right: auto;
  width: 24%;
  opacity: .62;
  background-image: radial-gradient(circle, rgba(23, 97, 246, .3) 1.5px, transparent 1.7px);
  background-size: 11px 11px;
  mask-image: linear-gradient(90deg, transparent, #000 40%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 40%, transparent);
}

.wt-home-redesign .hero__inner {
  grid-template-columns: minmax(520px, .94fr) minmax(610px, 1.06fr);
  gap: 48px;
  min-height: 585px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wt-home-redesign .hero__copy .eyebrow,
.wt-home-redesign .hero__proof {
  display: none;
}

.wt-home-redesign .hero h1 {
  max-width: 650px;
  color: var(--wt-home-ink);
  letter-spacing: -2.4px;
  font-size: clamp(40px, 3vw, 48px);
  line-height: 1.15;
}

.wt-home-redesign .hero__lead {
  max-width: 560px;
  margin-top: 24px;
  color: var(--wt-home-muted);
  font-size: 18px;
  line-height: 1.55;
}

.wt-home-redesign .hero__actions {
  gap: 16px;
  margin-top: 34px;
}

.wt-home-redesign .hero__actions .button {
  width: 220px;
  min-height: 54px;
  border-radius: 8px;
  font-size: 16px;
}

.wt-home-redesign .hero__actions .button--primary {
  background: linear-gradient(135deg, #1761f6, #0d6efd);
  box-shadow: 0 12px 28px rgba(23, 97, 246, .22);
}

.wt-home-redesign .hero__actions .button--light {
  color: var(--wt-home-blue);
  background: rgba(255, 255, 255, .75);
  border: 1.5px solid var(--wt-home-blue);
}

.wt-home-redesign .hero-card-wrap {
  justify-self: stretch;
  width: 100%;
  min-height: 515px;
}

.wt-home-visual {
  width: 100%;
  height: 515px;
  position: relative;
}

.wt-home-profile-card {
  z-index: 4;
  width: 430px;
  min-height: 500px;
  padding: 24px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #d9e2ee;
  border-radius: 18px;
  box-shadow: 0 26px 55px rgba(35, 65, 105, .17);
  position: absolute;
  top: 14px;
  left: 0;
}

.wt-home-profile-top {
  display: grid;
  grid-template-columns: 134px 1fr;
  gap: 20px;
}

.wt-home-profile-photo {
  width: 134px;
  height: 194px;
  object-fit: cover;
  object-position: 50% 37%;
  border-radius: 10px;
}

.wt-home-profile-summary {
  min-width: 0;
  padding-top: 11px;
}

.wt-home-profile-summary h3 {
  color: #050a12;
  letter-spacing: -.7px;
  font-size: 21px;
  line-height: 1.15;
}

.wt-home-profile-summary > p {
  margin-top: 7px;
  color: #35435b;
  font-size: 14px;
}

.wt-home-verified {
  display: inline-flex;
  align-items: center;
  margin-top: 13px;
  padding: 6px 11px;
  color: #07824d;
  background: #e6fbf1;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 650;
}

.wt-home-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  margin-top: 17px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #dce4ed;
  border-radius: 10px;
}

.wt-home-score > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wt-home-score span {
  color: #2e3d55;
  font-size: 11px;
}

.wt-home-score strong {
  color: var(--wt-home-green);
  font-size: 28px;
  font-weight: 720;
  line-height: 1;
}

.wt-home-score small {
  color: #1f3049;
  font-size: 13px;
  font-weight: 520;
}

.wt-home-score > i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(var(--wt-home-green) 0 331deg, #e5edf0 331deg 360deg);
  position: relative;
}

.wt-home-score > i::after {
  content: '';
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 6px;
}

.wt-home-history-label {
  margin-top: 20px;
  margin-bottom: 8px;
  color: #25344a;
  font-size: 12px;
}

.wt-home-history {
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 9px;
}

.wt-home-history-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  min-height: 53px;
  padding: 7px 10px;
  border-bottom: 1px solid #e8edf3;
}

.wt-home-history-row:last-child {
  border-bottom: 0;
}

.wt-home-history-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #07172f;
  border-radius: 8px;
}

.wt-home-history-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wt-home-history-row > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.wt-home-history-row strong {
  color: #0c1422;
  font-size: 11px;
}

.wt-home-history-row div span {
  margin-top: 2px;
  overflow: hidden;
  color: #56627a;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

.wt-home-history-row time {
  color: #41506a;
  white-space: nowrap;
  font-size: 9px;
}

.wt-home-history-row > b {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #fff;
  background: var(--wt-home-green);
  border-radius: 50%;
  font-size: 10px;
}

.wt-home-unlock {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 47px;
  margin-top: 14px;
  color: #fff;
  background: linear-gradient(135deg, #1761f6, #0d6efd);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(23, 97, 246, .18);
  font-size: 15px;
  font-weight: 680;
}

.wt-home-job-card,
.wt-home-job-layer {
  width: 286px;
  height: 354px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid #d9e2ee;
  border-radius: 15px;
  position: absolute;
}

.wt-home-job-layer--back {
  z-index: 1;
  top: 125px;
  right: 0;
  opacity: .75;
}

.wt-home-job-card {
  z-index: 2;
  top: 138px;
  right: 18px;
  padding: 34px 24px;
  box-shadow: 0 18px 42px rgba(36, 65, 103, .11);
}

.wt-home-priority {
  display: inline-flex;
  padding: 10px 16px;
  color: #e83b3b;
  background: #ffe4e4;
  border-radius: 6px;
  font-size: 11px;
}

.wt-home-job-card h3 {
  margin-top: 25px;
  color: #0d1523;
  font-size: 14px;
}

.wt-home-job-card > p {
  margin-top: 7px;
  color: #40506a;
  font-size: 12px;
}

.wt-home-job-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 22px;
}

.wt-home-job-lines i {
  display: block;
  width: 150px;
  height: 8px;
  background: #e0e6ed;
  border-radius: 5px;
}

.wt-home-job-lines i:nth-child(2) { width: 105px; }
.wt-home-job-lines i:nth-child(3) { width: 123px; }

.wt-home-job-card ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
  color: #35445e;
  font-size: 11px;
}

.wt-home-confirm {
  z-index: 6;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 240px;
  min-height: 84px;
  padding: 20px 16px;
  color: #093f2f;
  background: rgba(229, 255, 241, .97);
  border: 1px solid #8ee4ba;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(29, 119, 82, .08);
  position: absolute;
  top: 10px;
  right: -10px;
}

.wt-home-confirm > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #fff;
  background: var(--wt-home-green);
  border-radius: 50%;
  font-size: 13px;
}

.wt-home-confirm p {
  font-size: 13px;
  line-height: 1.55;
}

.wt-home-redesign .problem-strip {
  min-height: 104px;
  background: linear-gradient(90deg, #061a3e, #031632 70%, #02142d);
  border: 0;
}

.wt-home-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 104px;
}

.wt-home-trust-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  position: relative;
}

.wt-home-trust-strip > div + div::before {
  content: '';
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, .34);
  position: absolute;
  left: 0;
}

.wt-home-trust-strip span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: linear-gradient(145deg, #155fd4, #07459d);
  border-radius: 50%;
}

.wt-home-trust-strip svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wt-home-trust-strip strong {
  font-size: 15px;
  font-weight: 620;
}

.wt-home-benefits {
  padding: 55px 0 72px;
  background:
    linear-gradient(90deg, rgba(236, 245, 255, .85), rgba(255, 255, 255, .95) 54%),
    #f8fbff;
  border-bottom: 1px solid #e7edf5;
}

.wt-home-benefits-grid {
  display: grid;
  grid-template-columns: 1.48fr repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.wt-home-benefits-copy {
  padding: 14px 48px 0 0;
}

.wt-home-benefits-copy > p {
  color: var(--wt-home-blue);
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 720;
}

.wt-home-benefits-copy h2 {
  max-width: 500px;
  margin-top: 25px;
  color: #080d16;
  letter-spacing: -1.6px;
  font-size: 31px;
  line-height: 1.45;
}

.wt-home-benefits article {
  min-height: 205px;
  padding: 27px 30px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #dfe7f0;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(51, 75, 108, .06);
}

.wt-home-benefits article > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--wt-home-blue);
}

.wt-home-benefits article svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wt-home-benefits article h3 {
  margin-top: 15px;
  color: #0b111c;
  font-size: 16px;
}

.wt-home-benefits article p {
  margin-top: 12px;
  color: #43506a;
  font-size: 12px;
  line-height: 1.7;
}

.wt-home-benefit-score article span,
.wt-home-benefit-score > span {
  position: relative;
}

.wt-home-benefit-score > span > i {
  width: 47px;
  height: 47px;
  background: conic-gradient(var(--wt-home-green) 0 290deg, #dfe8eb 290deg 360deg);
  border-radius: 50%;
  position: relative;
}

.wt-home-benefit-score > span > i::after {
  content: '';
  background: #fff;
  border-radius: 50%;
  position: absolute;
  inset: 7px;
}

html[data-theme='dark'] body.wt-home-redesign .site-header,
html[data-theme='dark'] body.wt-home-redesign .hero,
html[data-theme='dark'] body.wt-home-redesign .wt-home-benefits {
  color-scheme: light;
}

@media (max-width: 1280px) {
  .wt-home-redesign .site-header .container,
  .wt-home-redesign .hero > .container,
  .wt-home-redesign .problem-strip .container,
  .wt-home-redesign .wt-home-benefits > .container {
    width: min(1180px, calc(100% - 48px));
  }

  .wt-home-redesign .main-nav { gap: 30px; margin-left: 35px; }
  .wt-home-redesign .hero__inner { grid-template-columns: minmax(430px, .9fr) minmax(540px, 1.1fr); gap: 24px; }
  .wt-home-profile-card { width: 400px; }
  .wt-home-job-card, .wt-home-job-layer { width: 245px; }
  .wt-home-confirm { right: 0; }
  .wt-home-benefits-grid { grid-template-columns: 1.25fr repeat(3, 1fr); }
}

@media (max-width: 1040px) {
  .wt-home-redesign .hero__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .wt-home-redesign .hero__copy { text-align: center; }
  .wt-home-redesign .hero h1, .wt-home-redesign .hero__lead { margin-left: auto; margin-right: auto; }
  .wt-home-redesign .hero__actions { justify-content: center; }
  .wt-home-redesign .hero-card-wrap { width: min(680px, 100%); min-height: 520px; margin: 0 auto; }
  .wt-home-redesign .hero-grid { left: 0; width: 100%; }
  .wt-home-benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .wt-home-benefits-copy { grid-column: 1 / -1; padding: 0 0 20px; text-align: center; }
  .wt-home-benefits-copy h2 { margin-left: auto; margin-right: auto; }
}

@media (max-width: 760px) {
  .wt-home-redesign .site-header .container,
  .wt-home-redesign .hero > .container,
  .wt-home-redesign .problem-strip .container,
  .wt-home-redesign .wt-home-benefits > .container {
    width: min(100% - 32px, 620px);
  }

  .wt-home-redesign .main-nav a:nth-child(1) { display: block; }
  .wt-home-redesign .wt-home-mobile-jobs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    margin-left: auto;
    margin-right: 10px;
    padding: 0;
    color: #1761f6;
    background: #eff5ff;
    border: 1px solid #bfd2ff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(23, 97, 246, .08);
    text-decoration: none;
  }

  .wt-home-redesign .wt-home-mobile-jobs svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  body.wt-home-redesign > .wt-language-toggle--floating,
  body.wt-home-redesign > .wt-theme-toggle--floating {
    display: none;
  }
  .wt-home-redesign .hero__inner { padding-top: 48px; padding-bottom: 45px; }
  .wt-home-redesign .hero h1 { letter-spacing: -2px; font-size: 37px; }
  .wt-home-redesign .hero__lead { font-size: 17px; }
  .wt-home-redesign .hero__actions { flex-direction: column; }
  .wt-home-redesign .hero__actions .button { width: 100%; }
  .wt-home-redesign .hero-card-wrap { min-height: 520px; }
  .wt-home-visual { height: 520px; }
  .wt-home-profile-card { width: calc(100% - 28px); left: 0; padding: 18px; }
  .wt-home-profile-top { grid-template-columns: 112px 1fr; gap: 14px; }
  .wt-home-profile-photo { width: 112px; height: 176px; }
  .wt-home-profile-summary { padding-top: 3px; }
  .wt-home-profile-summary h3 { font-size: 19px; }
  .wt-home-score { height: 69px; margin-top: 11px; }
  .wt-home-score > i { width: 43px; height: 43px; }
  .wt-home-history-row { grid-template-columns: 32px minmax(0, 1fr) 18px; }
  .wt-home-history-row time { display: none; }
  .wt-home-job-card, .wt-home-job-layer { display: none; }
  .wt-home-confirm { width: 180px; min-height: 70px; top: 0; right: 0; padding: 13px; }
  .wt-home-confirm p { font-size: 11px; }
  .wt-home-trust-strip { grid-template-columns: 1fr; padding: 18px 0; }
  .wt-home-trust-strip > div { justify-content: flex-start; min-height: 72px; padding-left: 18px; }
  .wt-home-trust-strip > div + div::before { width: 100%; height: 1px; top: 0; }
  .wt-home-trust-strip span { width: 48px; height: 48px; }
  .wt-home-trust-strip strong { font-size: 15px; }
  .wt-home-benefits { padding: 55px 0; }
  .wt-home-benefits-grid { grid-template-columns: 1fr; }
  .wt-home-benefits-copy { text-align: left; }
  .wt-home-benefits-copy h2 { margin-left: 0; font-size: 29px; }
  .wt-home-benefits article { min-height: 180px; }
}

@media (max-width: 430px) {
  .wt-home-redesign .hero h1 { font-size: 34px; }
  .wt-home-profile-card { width: 100%; }
  .wt-home-confirm { display: none; }
  .wt-home-profile-top { grid-template-columns: 96px 1fr; }
  .wt-home-profile-photo { width: 96px; height: 160px; }
  .wt-home-profile-summary h3 { font-size: 17px; }
  .wt-home-verified { padding: 5px 7px; font-size: 9px; }
  .wt-home-score { padding: 8px; }
  .wt-home-history-label { margin-top: 15px; }
}


/* Keep the redesigned homepage coherent when the saved site theme is dark. */
html[data-theme='dark'] body.wt-home-redesign {
  --wt-home-ink: #f7faff;
  --wt-home-muted: #aebdd1;
  background: #07101f;
}

html[data-theme='dark'] body.wt-home-redesign .site-header {
  background: rgba(7, 16, 31, .96);
  border-bottom-color: #263a58;
}

html[data-theme='dark'] body.wt-home-redesign .header-actions .text-button {
  color: #f2f6fc;
}

html[data-theme='dark'] body.wt-home-redesign .hero {
  background:
    radial-gradient(circle at 58% 50%, rgba(54, 144, 255, .18), transparent 30%),
    linear-gradient(108deg, #07101f 0%, #0a1526 43%, #0d1b30 72%, #07101f 100%);
}

html[data-theme='dark'] body.wt-home-redesign .hero h1 {
  color: #f7faff;
}

html[data-theme='dark'] body.wt-home-redesign .hero__lead {
  color: #aebdd1;
}

html[data-theme='dark'] body.wt-home-redesign .hero__actions .button--light {
  color: #dbe7ff;
  background: #132239;
  border-color: #5d8eff;
}

html[data-theme='dark'] body.wt-home-redesign .wt-home-benefits {
  background:
    linear-gradient(90deg, rgba(10, 21, 38, .96), rgba(7, 16, 31, .98) 54%),
    #07101f;
  border-bottom-color: #263a58;
}

html[data-theme='dark'] body.wt-home-redesign .wt-home-benefits-copy h2,
html[data-theme='dark'] body.wt-home-redesign .wt-home-benefits article h3 {
  color: #f2f6fc;
}

html[data-theme='dark'] body.wt-home-redesign .wt-home-benefits article {
  background: #0e1a2c;
  border-color: #263a58;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
}

html[data-theme='dark'] body.wt-home-redesign .wt-home-benefits article p {
  color: #aebdd1;
}

html[data-theme='dark'] body.wt-home-redesign .wt-home-benefit-score > span > i::after {
  background: #0e1a2c;
}
