/* Employment page */

.star-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1;
}

.star-row span {
  display: inline-block;
  line-height: 1;
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy);
  box-shadow: 0 10px 22px rgba(217, 164, 32, 0.22);
}

.btn-gold:hover {
  color: var(--navy);
  box-shadow: 0 16px 28px rgba(217, 164, 32, 0.28);
}

.btn-navy-cta {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
  box-shadow: 0 10px 22px rgba(10, 30, 70, 0.16);
}

.btn-navy-cta:hover {
  background: var(--navy-2);
  border-color: var(--navy-2);
}

body.employment-page {
  background: #fff;
}

.employment-page .site-nav a.site-nav-link:hover {
  color: var(--red);
}

/* Hero */
.emp-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: clamp(560px, 68vh, 720px);
  padding: clamp(56px, 8vw, 88px) 0 0;
  overflow: hidden;
  background: var(--navy);
}

.emp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      rgba(10, 30, 70, 0.94) 0%,
      rgba(10, 30, 70, 0.86) 52%,
      rgba(10, 30, 70, 0.72) 100%
    ),
    url("../images/bellino-hero2.jpg") center / cover no-repeat;
}

.emp-hero-inner {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 56px;
  text-align: center;
}

.emp-hero-copy {
  width: 100%;
  max-width: 900px;
}

.emp-hero-stars {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 16px;
  justify-content: center;
}

.emp-hero-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.emp-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.emp-hero h1 em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.95);
}

.emp-hero-lead {
  margin: 0 auto 28px;
  max-width: 58ch;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.84);
}

.emp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin: 0 auto 28px;
}

.emp-hero-stat {
  padding: 16px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.emp-hero-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
  font-weight: 900;
  color: var(--gold);
}

.emp-hero-stat span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.emp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.emp-hero .hero-wave {
  overflow: hidden;
}

.emp-hero .hero-wave-shape {
  fill: #f7f9fc;
  stroke: none;
}

.emp-hero .hero-wave-curve {
  fill: none;
  stroke: rgba(217, 164, 32, 0.85);
  stroke-width: 4px;
  stroke-linecap: butt;
  vector-effect: non-scaling-stroke;
}

/* Marquee */
.emp-marquee {
  padding: 18px 0;
  border-block: 1px solid var(--line);
  border-top: none;
  background: #f7f9fc;
  overflow: hidden;
}

.emp-marquee-track {
  display: flex;
  width: max-content;
  animation: empMarquee 36s linear infinite;
}

.emp-marquee-group {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 28px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}

.emp-marquee-dot {
  color: var(--gold);
}

@keyframes empMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Roles + application band */
.emp-roles-apply-band {
  background: #fff;
}

.emp-roles {
  padding: 72px 0 clamp(40px, 5vw, 56px);
  background: transparent;
}

.emp-roles-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.emp-roles-stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 18px;
  justify-content: center;
}

.emp-roles-head .emp-roles-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0 0 12px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--gold);
}

.emp-roles-head h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--navy);
}

.emp-roles-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.emp-roles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.emp-role-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 24px 22px;
  text-align: center;
  border: 1px solid rgba(10, 30, 70, 0.1);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  box-shadow: 0 8px 24px rgba(10, 30, 70, 0.04);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.emp-role-card:hover {
  border-color: rgba(225, 31, 45, 0.22);
  box-shadow: 0 14px 32px rgba(10, 30, 70, 0.08);
  transform: translateY(-3px);
}

.emp-role-label {
  display: block;
  margin-bottom: 14px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.emp-role-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--navy);
}

.emp-role-card p {
  margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.68;
  font-weight: 500;
  color: var(--text-soft);
}

.emp-role-meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 30, 70, 0.08);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
}

/* Split band */
.emp-split {
  padding: 72px 0;
  background: #f7f9fc;
  border-block: 1px solid var(--line);
}

.emp-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.emp-split-visual {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(10, 30, 70, 0.1);
  box-shadow: 0 18px 40px rgba(10, 30, 70, 0.1);
}

.emp-split-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.emp-split-copy .section-kicker {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0;
  margin: 0 0 18px;
  text-align: center;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.emp-split-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--navy);
}

.emp-split-copy > p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.emp-benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.emp-benefit-list .store-location-highlight-card {
  display: block;
  padding: 20px 20px 18px;
  background: #fff;
  border: 1px solid rgba(217, 164, 32, 0.45);
  border-radius: 0;
  box-shadow:
    0 0 0 1px rgba(217, 164, 32, 0.2),
    0 14px 28px rgba(10, 30, 70, 0.1);
}

.emp-benefit-list .store-location-highlight-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--navy);
}

.emp-benefit-list .store-location-nearby-meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-soft);
  font-weight: 600;
}

/* Hiring markets */
.emp-markets {
  padding: 72px 0 80px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.emp-markets-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.emp-markets-stars {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 18px;
  justify-content: center;
}

.emp-markets-head .emp-markets-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0 0 12px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--gold);
}

.emp-markets-head h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--navy);
}

.emp-markets-head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.emp-markets-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: start;
}

.emp-markets-map-block h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--red);
}

.emp-markets-map-block h2 svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.emp-markets-map-frame {
  border: 1px solid var(--line);
  border-radius: 0;
  background: #f7f9fc;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
}

.emp-markets-map-frame--interactive {
  min-height: 440px;
}

.emp-markets-map-host {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  pointer-events: auto;
}

.emp-markets-map-host svg,
.emp-markets-map-host object {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  border: 0;
  pointer-events: auto;
}

.emp-markets-map-host path {
  pointer-events: none;
}

.emp-markets-map-host path.bellino-state {
  cursor: pointer;
  pointer-events: auto;
}

.emp-markets-map-panel {
  margin-top: 16px;
}

.emp-markets-map-hint {
  margin: 0;
  padding: 14px 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  color: var(--navy);
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-radius: 0;
}

.emp-markets-map-panel.is-active .emp-markets-map-hint {
  display: none;
}

.emp-markets-map-detail {
  padding: 22px 22px 20px;
  border: 1px solid rgba(10, 30, 70, 0.1);
  border-top: 2px solid var(--gold);
  background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
  box-shadow: 0 10px 28px rgba(10, 30, 70, 0.06);
  animation: emp-market-detail-in 0.22s ease;
}

@keyframes emp-market-detail-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.emp-markets-map-detail__kicker {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.emp-markets-map-detail__name {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
  color: var(--navy);
}

.emp-markets-map-detail__roles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.emp-markets-map-detail__roles li {
  padding: 5px 10px;
  border: 1px solid rgba(10, 30, 70, 0.1);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--navy);
}

.emp-markets-map-detail__note {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: var(--text-soft);
}

.emp-markets-map-detail__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(10, 30, 70, 0.08);
}

.emp-markets-map-detail__stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.emp-markets-map-detail__stats dt {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.emp-markets-map-detail__stats dd {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  color: var(--navy);
}

.emp-markets-map-detail__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 18px;
}

.emp-markets-map-detail__apply {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.emp-markets-map-detail__locations {
  font-size: 14px;
  font-weight: 900;
  color: var(--navy);
}

.emp-markets-map-detail__locations:hover {
  color: var(--red);
}

.emp-market-card[role="button"] {
  cursor: pointer;
}

.emp-market-card[role="button"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.emp-markets-featured-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.emp-markets-featured-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--navy);
}

.emp-markets-featured-head h2 svg {
  width: 22px;
  height: 22px;
  color: var(--red);
}

.emp-markets-view-all {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

.emp-markets-view-all:hover {
  color: var(--red);
}

.emp-markets-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.emp-market-card {
  padding: 20px 20px 18px;
  background: #fff;
  border: 1px solid rgba(217, 164, 32, 0.45);
  border-radius: 0;
  box-shadow:
    0 0 0 1px rgba(217, 164, 32, 0.2),
    0 14px 28px rgba(10, 30, 70, 0.1);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.emp-market-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 164, 32, 0.55);
  box-shadow:
    0 0 0 1px rgba(217, 164, 32, 0.28),
    0 18px 34px rgba(10, 30, 70, 0.12);
}

.emp-market-card.is-active {
  border-color: rgba(217, 164, 32, 0.62);
  box-shadow:
    0 0 0 2px rgba(217, 164, 32, 0.28),
    0 16px 32px rgba(10, 30, 70, 0.12);
}

.emp-market-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--navy);
}

.emp-market-roles {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-soft);
  font-weight: 600;
}

.emp-market-status {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  color: var(--red);
}

.emp-market-card-footer {
  display: flex;
  justify-content: flex-end;
}

.emp-market-cta {
  font-size: 14px;
  font-weight: 900;
  color: var(--navy);
}

.emp-market-cta:hover {
  color: var(--red);
}

/* Application */
.emp-apply {
  padding: 0 0 80px;
  background: transparent;
  border: none;
}

.emp-apply-kicker {
  display: block;
  min-height: auto;
  padding: 0;
  margin: 0 0 12px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--gold);
}

.emp-apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.emp-apply-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 900;
  color: var(--navy);
}

.emp-apply-copy > p {
  margin: 0 0 22px;
  max-width: 48ch;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 500;
  color: var(--text-soft);
}

.emp-apply-note {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(10, 30, 70, 0.1);
  background: #f7f9fc;
}

.emp-apply-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  color: var(--text-soft);
}

.emp-apply-note a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.emp-apply-note a:hover {
  color: var(--red);
}

.emp-form-card {
  position: relative;
  padding: clamp(28px, 3.5vw, 36px) clamp(28px, 3.5vw, 34px) clamp(32px, 4vw, 38px);
  border-radius: 16px;
  border: 1px solid rgba(10, 30, 70, 0.1);
  border-top: 3px solid var(--gold);
  background: #fff;
  box-shadow:
    0 2px 8px rgba(10, 30, 70, 0.06),
    0 20px 48px rgba(10, 30, 70, 0.14);
}

.emp-form {
  display: grid;
  gap: 12px;
}

.emp-form-title {
  margin: 0 0 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.emp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.emp-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--navy);
}

.emp-form-label > span {
  display: inline;
}

.emp-form-req {
  color: var(--red);
  font-weight: 800;
}

.emp-form-label input,
.emp-form-label select,
.emp-form-label textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(10, 30, 70, 0.12);
  border-radius: 10px;
  background-color: #f6f8fb;
  color: var(--navy);
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  transition:
    border-color 0.15s ease,
    background-color 0.15s ease,
    box-shadow 0.15s ease;
}

.emp-form-label input::placeholder,
.emp-form-label textarea::placeholder {
  color: #8b95a8;
  font-weight: 400;
}

.emp-form-label input:hover,
.emp-form-label select:hover,
.emp-form-label textarea:hover {
  border-color: #bcc5d4;
  background-color: #fff;
}

.emp-form-label textarea {
  min-height: 96px;
  padding: 11px 14px;
  line-height: 1.5;
  resize: vertical;
}

.emp-form-label select {
  padding-right: 38px;
  appearance: none;
  background-color: #f6f8fb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230a1e46' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.emp-form-label input:focus-visible,
.emp-form-label select:focus-visible,
.emp-form-label textarea:focus-visible {
  outline: none;
  border-color: var(--navy-3);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(10, 30, 70, 0.1);
}

.emp-form-submit {
  margin-top: 8px;
  width: 100%;
  min-height: 48px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 28px rgba(225, 31, 45, 0.22);
}

.emp-form-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--navy);
  background: #f0f7f2;
  border: 1px solid rgba(34, 120, 60, 0.16);
}

.emp-form-status[hidden] {
  display: none;
}

/* Bottom CTA — matches locations-cta card */
.emp-bottom-cta {
  padding: clamp(48px, 6vw, 72px) 0;
  background: #fff;
  border-top: none;
}

.emp-bottom-cta__inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  padding: 40px clamp(24px, 4vw, 36px) 34px;
  border-radius: 12px;
  border: 1px solid rgba(217, 164, 32, 0.62);
  background:
    radial-gradient(ellipse 110% 70% at 50% -18%, rgba(217, 164, 32, 0.1) 0%, transparent 52%),
    linear-gradient(180deg, var(--navy-2) 0%, var(--navy) 100%);
  box-shadow:
    0 4px 0 rgba(10, 30, 70, 0.18),
    0 18px 44px rgba(10, 30, 70, 0.14);
  display: grid;
  gap: 18px;
  justify-items: center;
  text-align: center;
  overflow: hidden;
}

.emp-bottom-cta__title {
  margin: 0 auto 10px;
  max-width: 22ch;
  font-size: clamp(28px, 2.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.96);
}

.emp-bottom-cta__lead {
  margin: 0 auto 18px;
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.emp-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.emp-bottom-cta__actions .btn-primary {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
  box-shadow:
    0 14px 40px rgba(225, 31, 45, 0.32),
    0 8px 24px rgba(10, 30, 70, 0.22);
}

.emp-bottom-cta__actions .btn-primary:hover {
  box-shadow:
    0 18px 50px rgba(225, 31, 45, 0.38),
    0 10px 28px rgba(10, 30, 70, 0.26);
}

.emp-bottom-cta__actions .btn-outline-light {
  min-height: 52px;
  padding: 0 28px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .emp-apply-grid,
  .emp-split-grid {
    grid-template-columns: 1fr;
  }

  .emp-benefit-list {
    grid-template-columns: 1fr;
  }

  .emp-roles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emp-markets-grid {
    grid-template-columns: 1fr;
  }

  .emp-markets-map-frame--interactive {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .emp-hero-stats {
    grid-template-columns: 1fr;
  }

  .emp-roles-grid {
    grid-template-columns: 1fr;
  }

  .emp-form-row {
    grid-template-columns: 1fr;
  }

  .emp-hero-actions,
  .emp-bottom-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .emp-hero-actions .btn,
  .emp-bottom-cta__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .emp-bottom-cta__inner {
    padding: 32px 22px 28px;
  }

  .emp-bottom-cta__title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .emp-marquee-track {
    animation: none;
  }
}
