:root {
  --blue: #123b35;
  --blue-dark: #0d2d29;
  --cyan: #70e2c0;
  --soft: #eaf8f3;
  --navy: #0d2d29;
}

.jobs-benefit {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 58px;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 82% 20%, rgba(112, 226, 192, 0.22), transparent 31%), linear-gradient(135deg, #f3fbf8, #fff);
}

.jobs-benefit h2,
.contact-section h2 {
  font-size: clamp(34px, 4.1vw, 56px);
}

.jobs-benefit-copy > p {
  max-width: 700px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.jobs-benefit-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.jobs-benefit-actions > span {
  max-width: 310px;
  color: #547269;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.jobs-benefit-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 390px;
}

.jobs-benefit-visual::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(18, 59, 53, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(112, 226, 192, 0.07), 0 0 0 84px rgba(18, 59, 53, 0.035);
}

.jobs-orbit {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  min-height: 230px;
  padding: 30px 22px;
  border: 1px solid rgba(18, 59, 53, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 25px 60px rgba(18, 59, 53, 0.14);
  text-align: center;
}

.jobs-orbit img {
  width: 64px;
  height: 64px;
  margin-bottom: 23px;
}

.jobs-orbit strong {
  font: 800 20px "Manrope", sans-serif;
}

.jobs-orbit span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.jobs-orbit-jobs {
  transform: translateY(34px);
  background: #123b35;
  color: #fff;
}

.jobs-orbit-jobs span {
  color: #ccebe1;
}

.jobs-benefit-visual > i {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #70e2c0;
  color: #123b35;
  font: 800 25px "Manrope", sans-serif;
  box-shadow: 0 12px 30px rgba(18, 59, 53, 0.2);
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
  background: #fff;
}

.contact-section > div:first-child p {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.contact-options {
  display: grid;
  gap: 13px;
}

.contact-options a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 24px 27px;
  border: 1px solid rgba(18, 59, 53, 0.14);
  border-radius: 19px;
  background: linear-gradient(145deg, #fff, #f4fbf8);
  text-decoration: none;
  transition: 0.18s ease;
}

.contact-options a:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 59, 53, 0.35);
  box-shadow: 0 17px 38px rgba(18, 59, 53, 0.09);
}

.contact-options span {
  color: #668078;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-options strong {
  color: #123b35;
  font: 800 clamp(19px, 2.2vw, 27px) "Manrope", sans-serif;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  margin-left: auto;
}

.footer-contact a {
  width: auto;
  margin: 0;
}

@media (max-width: 1100px) {
  .jobs-benefit {
    grid-template-columns: 1fr;
  }

  .jobs-benefit-visual {
    width: 100%;
    max-width: 760px;
    margin: auto;
  }
}

@media (max-width: 760px) {
  .jobs-benefit h2,
  .contact-section h2 {
    font-size: 36px;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }

  .jobs-benefit-visual {
    min-height: 310px;
    gap: 8px;
  }

  .jobs-orbit {
    width: 44%;
    min-height: 205px;
    padding: 24px 12px;
  }

  .jobs-orbit img {
    width: 52px;
    height: 52px;
  }

  .jobs-orbit strong {
    font-size: 16px;
  }

  .jobs-benefit-visual > i {
    flex-basis: 39px;
    width: 39px;
    height: 39px;
  }

  .footer-contact {
    display: grid;
    width: 100%;
    margin-left: 0;
    gap: 8px;
  }
}

/* Detailed candidate portal preview used in the public-site hero. */
.hero-portal {
  box-sizing: border-box;
  width: 204px;
  min-height: 326px;
  padding: 9px 11px 12px;
  overflow: hidden;
  border-radius: 32px;
  background: #f7faf9;
  color: #123b35;
  box-shadow: 0 25px 55px rgba(18, 59, 53, 0.25);
  transform: rotate(-2deg);
}

.portal-mobile-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 7px;
  color: #536d65;
  font-size: 7px;
  font-weight: 900;
}

.portal-mobile-status i {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  width: auto;
  height: auto;
  margin: 0;
  background: transparent;
}

.portal-mobile-status i b {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: #123b35;
}

.portal-mobile-status i b:first-child { height: 4px; }
.portal-mobile-status i b:nth-child(2) { height: 6px; }
.portal-mobile-status i b:last-child { height: 8px; }

.portal-mobile-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px;
  border-radius: 11px;
  background: #123b35;
  color: #fff;
}

.portal-agency-mark {
  display: grid !important;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #70e2c0;
  color: #123b35;
  font: 900 12px "Manrope", sans-serif;
}

.portal-mobile-brand div { min-width: 0; }

.portal-mobile-brand strong {
  margin: 0;
  font: 800 9px/1.1 "Manrope", sans-serif;
}

.portal-mobile-brand small {
  margin: 2px 0 0;
  padding: 0;
  background: transparent;
  color: #bcd8cf;
  font-size: 6px;
  font-weight: 700;
}

.portal-mobile-brand em {
  margin-left: auto;
  color: #9fc2b7;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 1px;
}

.portal-mobile-welcome { padding: 12px 3px 8px; }

.portal-mobile-welcome small {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #789087;
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.portal-mobile-welcome strong {
  margin: 3px 0 1px;
  font: 800 15px/1.15 "Manrope", sans-serif;
}

.portal-mobile-welcome span {
  color: #5e766e;
  font-size: 7px;
  font-weight: 700;
}

.portal-mobile-progress {
  padding: 9px 10px;
  border: 1px solid #dbe8e3;
  border-radius: 11px;
  background: #fff;
}

.portal-mobile-progress > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portal-mobile-progress span {
  color: #577168;
  font-size: 7px;
  font-weight: 800;
}

.portal-mobile-progress strong {
  margin: 0;
  font: 900 10px "Manrope", sans-serif;
}

.portal-mobile-progress i {
  display: block;
  height: 5px;
  margin: 7px 0 5px;
  border-radius: 999px;
  background: #e2eee9;
}

.portal-mobile-progress i b {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #70e2c0, #27a882);
}

.portal-mobile-progress small {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #ad624e;
  font-size: 6px;
  font-weight: 800;
}

.portal-mobile-booking {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
  margin-top: 7px;
  padding: 8px;
  border-radius: 11px;
  background: #eaf7f2;
}

.portal-mobile-date {
  display: grid;
  place-items: center;
  padding: 5px 2px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(18, 59, 53, 0.08);
}

.portal-mobile-date strong {
  margin: 0;
  font: 900 13px/1 "Manrope", sans-serif;
}

.portal-mobile-date span {
  margin-top: 2px;
  color: #27826b;
  font-size: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-mobile-booking > div:last-child { min-width: 0; }

.portal-mobile-booking small {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #628078;
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
}

.portal-mobile-booking > div:last-child strong {
  margin: 2px 0;
  color: #123b35;
  font: 800 8px/1.15 "Manrope", sans-serif;
  white-space: nowrap;
}

.portal-mobile-booking > div:last-child span {
  color: #647c74;
  font-size: 6px;
  font-weight: 700;
}

.portal-mobile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 7px;
}

.portal-mobile-actions div {
  padding: 7px 8px;
  border: 1px solid #dce8e4;
  border-radius: 10px;
  background: #fff;
}

.portal-mobile-actions strong {
  margin: 0;
  color: #176b59;
  font: 900 11px "Manrope", sans-serif;
}

.portal-mobile-actions small {
  margin: 1px 0 0;
  padding: 0;
  background: transparent;
  color: #6d827b;
  font-size: 6px;
  font-weight: 800;
}

.portal-mobile-nav {
  display: flex;
  justify-content: space-around;
  margin: 8px -3px -5px;
  padding-top: 7px;
  border-top: 1px solid #dce7e3;
}

.portal-mobile-nav span {
  position: relative;
  color: #7b8e88;
  font-size: 6px;
  font-weight: 800;
}

.portal-mobile-nav span.active { color: #176b59; }

.portal-mobile-nav span.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  width: 11px;
  height: 2px;
  border-radius: 999px;
  background: #27a882;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .hero-portal {
    left: 2px;
    bottom: -5px;
    width: 190px;
    min-height: 308px;
    padding: 8px 10px 10px;
    border-width: 7px;
    border-radius: 29px;
    transform: scale(0.72) rotate(-2deg);
    transform-origin: left bottom;
  }
}
