/* =========================================================
   Employers — Hero  (.emp-hero)
   ========================================================= */
.emp-hero {
  position: relative;
  width: 100%;
  padding: 21px 20px;
  background: var(--color-white);
}

.emp-hero__card {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  height: 982px;
  background: #fdfdfd;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  overflow: hidden;
}

/* Gradient blobs (same as home) */
.emp-hero__blobs { position: absolute; inset: 0; pointer-events: none; }
.emp-hero__blob {
  position: absolute;
  width: 540px;
  height: 980px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .55;
  transform: rotate(62.34deg);
}
.emp-hero__blob--1 { top: -28px;  left: -138px; background: radial-gradient(circle, var(--color-secondary-10), transparent 70%); }
.emp-hero__blob--2 { top: -48px;  left: 158px;  background: radial-gradient(circle, var(--color-primary-10),   transparent 70%); }
.emp-hero__blob--3 { top: -123px; left: 455px;  background: radial-gradient(circle, var(--color-secondary-20), transparent 70%); }

/* Right-side image card */
.emp-hero__visual {
  position: absolute;
  right: 0;
  top: 112px;
  width: 584px;
  height: 821px;
  border-radius: 24px 0 0 24px;
  background: #e2e9f4;
  overflow: hidden;
}
.emp-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  display: block;
}

/* Content (left) */
.emp-hero__content {
  position: absolute;
  top: 320px;
  left: 100px;
  width: 690px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.emp-hero__title {
  margin: 0;
  font-family: var(--font-family-display);
  font-size: 80px;
  font-weight: var(--fw-medium);
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: #1a1a1a;
  font-variation-settings: 'opsz' 32;
}
.emp-hero__title-accent {
  background-image: var(--gradient-orange);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .emp-hero__title-accent { color: var(--color-primary); -webkit-text-fill-color: currentColor; }
}
.emp-hero__subtitle {
  margin: 0;
  max-width: 560px;
  font-size: 22px;
  font-weight: var(--fw-regular);
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: #1a1a1a;
}

/* Floating navigation (same look as home) */
.emp-hero__nav {
  position: absolute;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1237px, calc(100% - 80px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 12px;
  z-index: 5;
}
.emp-hero__nav-logo {
  display: inline-flex; align-items: center;
  width: 215px; height: 51.235px; flex-shrink: 0;
}
.emp-hero__nav-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }

.emp-hero__nav-links { display: flex; align-items: center; gap: 32px; }
.emp-hero__nav-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-size: var(--fs-body-md);
  font-weight: var(--fw-regular); line-height: 1.6;
  color: #6a6a6b; background: none; border: 0;
  padding: 0; cursor: pointer; text-decoration: none;
  white-space: nowrap;
}
.emp-hero__nav-link:hover { color: var(--color-secondary); }
.emp-hero__nav-link.is-active {
  color: var(--color-secondary);
  font-weight: var(--fw-semibold);
  line-height: 1.55;
}

.emp-hero__nav-caret { transition: transform .15s ease; }
.emp-hero__nav-dropdown { position: relative; }
.emp-hero__nav-menu {
  position: absolute; top: calc(100% + 18px); right: -20px;
  width: 160px; padding: 16px;
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(174, 173, 173, .18);
  display: flex; flex-direction: column; gap: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .15s, transform .15s, visibility .15s;
}
.emp-hero__nav-dropdown:hover .emp-hero__nav-menu,
.emp-hero__nav-dropdown:focus-within .emp-hero__nav-menu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.emp-hero__nav-dropdown:hover .emp-hero__nav-caret { transform: rotate(180deg); }
.emp-hero__nav-menu-item {
  font-size: var(--fs-body-sm);
  color: #6a6a6b;
  text-decoration: none;
  text-transform: capitalize;
}
.emp-hero__nav-menu-item:hover { color: var(--color-secondary); }

.emp-hero__nav-cta {
  display: flex; align-items: center; gap: 32px;
  width: 240px; justify-content: flex-end; flex-shrink: 0;
}
.emp-hero__nav-signin {
  font-size: var(--fs-body-md); color: #6a6a6b;
  text-decoration: none; white-space: nowrap;
}
.emp-hero__nav-signin:hover { color: var(--color-secondary); }

/* Search (single bar, left-aligned, no tabs) */
.emp-hero__search {
  position: absolute;
  left: 100px;
  bottom: 80px;
  width: 904px;
  max-width: calc(100% - 200px);
  height: 86px;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 2px 4px 32px rgba(26, 26, 26, .08);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  z-index: 4;
}
.emp-hero__search-field {
  display: flex; align-items: center; gap: 16px;
  height: 31px; flex: 1; min-width: 0;
}
.emp-hero__search-label {
  font-size: var(--fs-body-md); color: #525252; flex-shrink: 0;
}
.emp-hero__search-divider {
  width: 1px; height: 31px; background: rgba(0, 0, 0, .12); flex-shrink: 0;
}
.emp-hero__search-input {
  flex: 1; min-width: 0; height: 100%;
  border: 0; outline: 0; background: transparent;
  font-family: inherit; font-size: var(--fs-body-md); color: #1a1a1a;
}
.emp-hero__search-input::placeholder { color: #737373; }
.emp-hero__search-sep {
  width: 1px; height: 31px; background: rgba(0, 0, 0, .12); flex-shrink: 0;
}
.emp-hero__search-select {
  flex: 1; display: flex; align-items: center;
  justify-content: space-between; gap: 8px;
  cursor: pointer; color: #737373; font-size: var(--fs-body-md);
}

/* Responsive */
@media (max-width: 1240px) {
  .emp-hero__nav-links { gap: 20px; }
  .emp-hero__nav-cta { width: auto; gap: 16px; }
}
@media (max-width: 1100px) {
  .emp-hero__nav-links { gap: 14px; font-size: 14px; }
  .emp-hero__nav-link  { font-size: 14px; }
  .emp-hero__nav-signin { font-size: 14px; }
}
@media (max-width: 1024px) {
  .emp-hero__card { height: auto; min-height: 920px; padding: 0; }
  .emp-hero__visual {
    position: relative; right: auto; top: auto;
    width: 100%; height: 320px; border-radius: 0;
    margin-top: 140px;
  }
  .emp-hero__content {
    position: relative; left: 0; top: 0;
    width: 100%; padding: 40px 32px 0;
  }
  .emp-hero__title { font-size: 56px; }
  .emp-hero__subtitle { font-size: 18px; }
  .emp-hero__search {
    position: relative; left: 0; bottom: 0;
    margin: 32px auto 40px;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 900px) {
  .emp-hero__nav {
    flex-wrap: wrap; width: calc(100% - 40px);
    padding: 12px 16px; gap: 12px;
  }
  .emp-hero__nav-logo { width: 160px; height: auto; }
  .emp-hero__nav-links {
    order: 3; width: 100%; flex-wrap: wrap;
    justify-content: flex-start; gap: 10px 18px;
  }
  .emp-hero__nav-cta { gap: 14px; }
}
@media (max-width: 768px) {
  .emp-hero { padding: 12px; }
  .emp-hero__title { font-size: 38px; letter-spacing: -0.04em; }
  .emp-hero__subtitle { font-size: 16px; }
  .emp-hero__search {
    flex-direction: column; height: auto; padding: 16px;
    align-items: stretch; gap: 12px;
  }
  .emp-hero__search-sep, .emp-hero__search-divider { display: none; }
}
@media (max-width: 480px) {
  .emp-hero__nav-signin { display: none; }
  .emp-hero__nav-cta .btn { min-width: 0; padding: 0 16px; }
}
