/* Who We Work With — base 1920px, scales via media queries */
/* Nursing Visas: add Custom Class visas-simple */

.emp-work {
  width: 100%;
  max-width: var(--syncare-design-width, 1920px);
  margin: 0 auto;
  padding: 90px var(--syncare-section-padding, 150px) 110px;
  background: linear-gradient(180deg, #f7fbfe 0%, #ffffff 100%);
  box-sizing: border-box;
}

.emp-work__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.emp-work__header {
  max-width: 1100px;
  margin: 0 auto 56px;
  text-align: center;
}

.emp-work__eyebrow {
  margin: 0 0 16px;
  text-align: center;
  font: normal normal 500 36px/36px Montserrat, sans-serif;
  letter-spacing: 0.29px;
  color: #479ec7;
}

.emp-work__heading {
  margin: 0;
  text-align: center;
  font: normal normal bold 60px/72px Montserrat, sans-serif;
  letter-spacing: 3px;
  color: #274760;
}

.emp-work__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 486px));
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.emp-work-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
  width: 100%;
  max-width: 486px;
  height: 347px;
  padding: 65px 50px 67px;
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(39, 71, 96, 0.1);
  box-sizing: border-box;
}

.emp-work-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #274760;
  overflow: hidden;
}

.emp-work-card__icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.emp-work-card__text {
  margin: 0;
  text-align: left;
  font: normal normal normal 24px/36px Montserrat, sans-serif;
  letter-spacing: 0.19px;
  color: #274760;
}

/* ── visas-simple (Nursing Visas — In Simple Terms) ── */
.emp-work.visas-simple .emp-work__header {
  margin-bottom: 76px;
}

.emp-work.visas-simple .emp-work__grid {
  grid-template-columns: repeat(3, 486px);
  justify-content: center;
  gap: 76px;
}

.emp-work.visas-simple .emp-work-card {
  width: 486px;
  max-width: 100%;
  padding: 56px 48px 56px 73px;
}

.emp-work.visas-simple .emp-work-card__icon {
  width: 100px;
  height: 100px;
}

.emp-work.visas-simple .emp-work-card__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* ── ≤1600px ── */
@media (max-width: 1600px) {
  .emp-work__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 24px;
  }

  .emp-work-card {
    max-width: none;
  }

  .emp-work.visas-simple .emp-work__grid {
    grid-template-columns: repeat(3, minmax(0, 486px));
    gap: 40px;
  }

  .emp-work.visas-simple .emp-work-card {
    width: 100%;
  }
}

/* ── ≤1440px ── */
@media (max-width: 1440px) {
  .emp-work {
    padding-top: 80px;
    padding-bottom: 96px;
  }

  .emp-work__header {
    margin-bottom: 48px;
  }

  .emp-work__eyebrow {
    font-size: 30px;
    line-height: 1.2;
  }

  .emp-work__heading {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: 2.5px;
  }

  .emp-work-card {
    height: auto;
    min-height: 300px;
    padding: 48px 40px 56px;
    gap: 40px;
  }

  .emp-work-card__text {
    font-size: 22px;
    line-height: 1.45;
  }

  .emp-work.visas-simple .emp-work__header {
    margin-bottom: 56px;
  }
}

/* ── ≤1200px ── */
@media (max-width: 1200px) {
  .emp-work__header {
    margin-bottom: 40px;
  }

  .emp-work__eyebrow {
    font-size: 28px;
    line-height: 1.2;
  }

  .emp-work__heading {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: 2px;
  }

  .emp-work__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1004px;
    margin: 0 auto;
    gap: 24px;
  }

  .emp-work-card {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 40px 32px 56px;
    gap: 40px;
  }

  .emp-work.visas-simple .emp-work__header {
    margin-bottom: 56px;
  }

  .emp-work.visas-simple .emp-work__grid {
    grid-template-columns: repeat(2, minmax(0, 486px));
    gap: 40px;
    justify-content: center;
    max-width: none;
  }
}

/* ── 1024px only ── */
@media (min-width: 1024px) and (max-width: 1024px) {
  .emp-work {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .emp-work__header {
    margin-bottom: 36px;
  }

  .emp-work__eyebrow {
    font-size: 24px;
  }

  .emp-work__heading {
    font-size: 40px;
  }

  .emp-work__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    gap: 16px;
  }

  .emp-work-card {
    min-height: 260px;
    padding: 32px 24px 40px;
    gap: 28px;
  }

  .emp-work-card__icon {
    width: 72px;
    height: 72px;
  }

  .emp-work-card__icon img {
    width: 40px;
    height: 40px;
  }

  .emp-work-card__text {
    font-size: 18px;
    line-height: 1.4;
  }

  .emp-work.visas-simple .emp-work__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    margin: 0;
    gap: 16px;
    justify-content: stretch;
  }

  .emp-work.visas-simple .emp-work-card {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 260px;
    padding: 32px 24px 40px;
    gap: 28px;
  }

  .emp-work.visas-simple .emp-work-card__icon {
    width: 72px;
    height: 72px;
  }

  .emp-work.visas-simple .emp-work-card__text {
    font-size: 18px;
    line-height: 1.4;
  }
}

/* ── ≤991px ── */
@media (max-width: 991px) {
  .emp-work__grid {
    grid-template-columns: 1fr;
    max-width: 486px;
    margin: 0 auto;
  }

  .emp-work.visas-simple .emp-work__grid {
    grid-template-columns: 1fr;
    max-width: 486px;
    margin: 0 auto;
    gap: 40px;
  }

  .emp-work.visas-simple .emp-work-card {
    width: 100%;
    height: auto;
    min-height: 347px;
  }
}

/* ── ≤900px ── */
@media (max-width: 900px) {
  .emp-work {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .emp-work__header {
    margin-bottom: 32px;
  }

  .emp-work__eyebrow {
    font-size: 22px;
  }

  .emp-work__heading {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }

  .emp-work-card {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    gap: 40px;
    padding: 40px 32px 48px;
  }

  .emp-work.visas-simple .emp-work__header {
    margin-bottom: 40px;
  }

  .emp-work.visas-simple .emp-work__heading {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 1px;
  }

  .emp-work.visas-simple .emp-work-card {
    gap: 40px;
    padding: 48px 36px;
    min-height: 0;
  }

  .emp-work.visas-simple .emp-work-card__icon {
    width: 88px;
    height: 88px;
  }

  .emp-work.visas-simple .emp-work-card__text {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* ── ≤575px ── */
@media (max-width: 575px) {
  .emp-work {
    padding-bottom: 56px;
  }

  .emp-work__header {
    margin-bottom: 28px;
  }

  .emp-work__eyebrow {
    font-size: 18px;
  }

  .emp-work__heading {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .emp-work-card {
    padding: 32px 24px 40px;
    gap: 32px;
    border-radius: 24px;
  }

  .emp-work-card__icon {
    width: 72px;
    height: 72px;
  }

  .emp-work-card__icon img {
    width: 40px;
    height: 40px;
  }

  .emp-work-card__text {
    font-size: 18px;
    line-height: 1.5;
  }

  .emp-work.visas-simple .emp-work__heading {
    font-size: 26px;
  }

  .emp-work.visas-simple .emp-work-card {
    padding: 40px 28px;
    gap: 32px;
  }

  .emp-work.visas-simple .emp-work-card__icon {
    width: 72px;
    height: 72px;
  }
}
