/* What Employers Can Expect — base 1920px, scales via media queries */

.emp-expect {
  width: 100%;
  max-width: var(--syncare-design-width, 1920px);
  margin: 0 auto;
  padding: 36px var(--syncare-section-padding, 150px) 110px;
  background: #ffffff;
  box-sizing: border-box;
}

.emp-expect__inner {
  display: flex;
  align-items: flex-start;
  gap: 114px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.emp-expect__media {
  flex: 0 0 563px;
  width: 563px;
  min-width: 0;
}

.emp-expect__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(39, 71, 96, 0.12);
}

.emp-expect__content {
  flex: 1;
  min-width: 0;
  max-width: 951px;
  margin-top: 113px;
}

.emp-expect__heading {
  margin: 0 0 73px;
  text-align: left;
  font: normal normal bold 48px/72px Montserrat, sans-serif;
  letter-spacing: 2.4px;
  color: #274760;
}

.emp-expect__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 40px;
  margin-bottom: 76px;
}

.emp-expect-item {
  display: flex;
  align-items: center;
  gap: 36px;
}

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

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

.emp-expect-item__text {
  margin: 0;
  text-align: left;
  font: normal normal normal 18px/28px Montserrat, sans-serif;
  letter-spacing: 0.16px;
  color: #274760;
}

.emp-expect__btn.cta-btn {
  min-width: 280px;
  background: #89cff0;
  border-radius: 257px;
  text-align: center;
  font: normal normal normal 18px/22px Montserrat, sans-serif;
  letter-spacing: 0.14px;
  color: #ffffff;
}

/* ── ≤1600px ── */
@media (max-width: 1600px) {
  .emp-expect {
    padding-top: 30px;
  }

  .emp-expect__inner {
    gap: 95px;
  }

  .emp-expect__media {
    flex-basis: 480px;
    width: 480px;
  }

  .emp-expect__content {
    margin-top: 80px;
  }

  .emp-expect__heading {
    margin-bottom: 56px;
  }

  .emp-expect__grid {
    margin-bottom: 56px;
  }
}

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

  .emp-expect__inner {
    gap: 72px;
  }

  .emp-expect__media {
    flex-basis: 440px;
    width: 440px;
  }

  .emp-expect__content {
    margin-top: 56px;
  }

  .emp-expect__heading {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 1.8px;
    margin-bottom: 48px;
  }

  .emp-expect__grid {
    gap: 24px 32px;
    margin-bottom: 48px;
  }

  .emp-expect-item {
    gap: 24px;
  }
}

/* ── ≤1200px ── */
@media (max-width: 1200px) {
  .emp-expect__inner {
    gap: 48px;
  }

  .emp-expect__heading {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .emp-expect__media {
    flex-basis: 400px;
    width: 400px;
  }

  .emp-expect__content {
    margin-top: 40px;
  }

  .emp-expect__grid {
    margin-bottom: 40px;
  }

  .emp-expect-item__icon {
    width: 72px;
    height: 72px;
  }

  .emp-expect-item__icon img {
    width: 40px;
    height: 40px;
  }

  .emp-expect-item__text {
    font-size: 16px;
    line-height: 1.45;
  }
}

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

  .emp-expect__inner {
    flex-direction: row;
    gap: 40px;
  }

  .emp-expect__media {
    flex: 0 0 340px;
    width: 340px;
  }

  .emp-expect__content {
    margin-top: 24px;
  }

  .emp-expect__heading {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 32px;
  }

  .emp-expect__grid {
    gap: 20px 24px;
    margin-bottom: 36px;
  }

  .emp-expect-item {
    gap: 16px;
  }

  .emp-expect-item__icon {
    width: 64px;
    height: 64px;
  }

  .emp-expect-item__icon img {
    width: 36px;
    height: 36px;
  }

  .emp-expect-item__text {
    font-size: 15px;
    line-height: 1.4;
  }

  .emp-expect__btn.cta-btn {
    min-width: 220px;
    font-size: 16px;
  }
}

/* ── ≤991px — stack ── */
@media (max-width: 991px) {
  .emp-expect__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .emp-expect__media {
    flex: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .emp-expect__content {
    max-width: none;
    margin-top: 0;
  }
}

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

  .emp-expect__heading {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 40px;
  }

  .emp-expect__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }

  .emp-expect__media {
    max-width: none;
  }

  .emp-expect__btn {
    width: 100%;
    max-width: 320px;
  }
}

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

  .emp-expect__heading {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .emp-expect__grid {
    margin-bottom: 48px;
    gap: 20px;
  }

  .emp-expect-item {
    gap: 20px;
  }

  .emp-expect-item__icon {
    width: 72px;
    height: 72px;
  }

  .emp-expect-item__icon img {
    width: 40px;
    height: 40px;
  }

  .emp-expect-item__text {
    font-size: 16px;
    line-height: 1.5;
  }

  .emp-expect__media img {
    border-radius: 24px;
  }

  .emp-expect__btn {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
}
