/* What Syncare Does — base 1920px, scales via media queries */

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

/* Match previous Text + Image left edge; content track ~1600px */
.syncare-does__inner {
  width: 1600px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.syncare-does__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 154px;
  width: 100%;
  max-width: 1600px;
  margin: 0 0 80px;
  box-sizing: border-box;
}

.syncare-does__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  max-width: 720px;
}

.syncare-does__heading {
  width: 100%;
  max-width: 1600px;
  margin: 0 0 53px;
  text-align: left;
  font: normal normal bold 36px/48px Montserrat, sans-serif;
  letter-spacing: 1.8px;
  color: #274760;
  opacity: 1;
  white-space: nowrap;
}

.syncare-does__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.syncare-does__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
  min-height: 54px;
  box-sizing: border-box;
}

.syncare-does__icon {
  flex-shrink: 0;
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.syncare-does__text {
  text-align: left;
  font: normal normal normal 24px/54px Montserrat, sans-serif;
  letter-spacing: 0.19px;
  color: #274760;
  opacity: 1;
}

.syncare-does__note {
  width: 100%;
  max-width: 1600px;
  margin: 0;
  text-align: center;
  font: normal normal normal 18px/30px Montserrat, sans-serif;
  letter-spacing: 0.14px;
  color: #274760;
}

/* ── ≤1600px ── */
@media (max-width: 1600px) {
  .syncare-does {
    padding-top: 52px;
    padding-bottom: 96px;
  }

  .syncare-does__inner,
  .syncare-does__grid,
  .syncare-does__heading,
  .syncare-does__note {
    width: 100%;
    max-width: 100%;
  }

  .syncare-does__grid {
    gap: 120px;
    margin-bottom: 64px;
  }

  .syncare-does__heading {
    margin-bottom: 44px;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.5px;
  }

  .syncare-does__list {
    gap: 6px;
  }

  .syncare-does__item {
    min-height: 48px;
  }

  .syncare-does__text {
    font-size: 22px;
    line-height: 48px;
  }

  .syncare-does__note {
    font-size: 17px;
    line-height: 28px;
  }
}

/* ── ≤1440px ── */
@media (max-width: 1440px) {
  .syncare-does {
    padding-top: 48px;
    padding-bottom: 88px;
  }

  .syncare-does__grid {
    gap: 96px;
    margin-bottom: 56px;
  }

  .syncare-does__heading {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1.4px;
  }

  .syncare-does__list {
    gap: 4px;
  }

  .syncare-does__item {
    min-height: 44px;
    gap: 16px;
  }

  .syncare-does__icon {
    width: 38px;
    height: 38px;
  }

  .syncare-does__text {
    font-size: 20px;
    line-height: 44px;
  }

  .syncare-does__note {
    font-size: 16px;
    line-height: 28px;
  }
}

/* ── ≤1200px ── */
@media (max-width: 1200px) {
  .syncare-does__grid {
    gap: 64px;
    margin-bottom: 48px;
  }

  .syncare-does__column {
    max-width: none;
  }

  .syncare-does__heading {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1.2px;
    white-space: normal;
  }

  .syncare-does__item {
    min-height: 40px;
    gap: 14px;
  }

  .syncare-does__icon {
    width: 36px;
    height: 36px;
  }

  .syncare-does__text {
    font-size: 18px;
    line-height: 40px;
  }

  .syncare-does__note {
    font-size: 15px;
    line-height: 26px;
  }
}

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

  .syncare-does__grid {
    gap: 48px;
    margin-bottom: 40px;
  }

  .syncare-does__heading {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .syncare-does__item {
    min-height: 36px;
    gap: 12px;
  }

  .syncare-does__icon {
    width: 32px;
    height: 32px;
  }

  .syncare-does__text {
    font-size: 16px;
    line-height: 36px;
  }

  .syncare-does__note {
    font-size: 14px;
    line-height: 24px;
  }
}

/* ── ≤900px — stack columns, keep left align ── */
@media (max-width: 900px) {
  .syncare-does {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .syncare-does__grid {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 40px;
  }

  .syncare-does__column {
    width: 100%;
    max-width: none;
    flex: none;
  }

  .syncare-does__heading {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .syncare-does__list {
    gap: 6px;
  }

  .syncare-does__item {
    min-height: 40px;
    gap: 14px;
  }

  .syncare-does__icon {
    width: 36px;
    height: 36px;
  }

  .syncare-does__text {
    font-size: 18px;
    line-height: 40px;
  }

  .syncare-does__note {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
}

/* ── ≤575px ── */
@media (max-width: 575px) {
  .syncare-does {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .syncare-does__grid {
    gap: 40px;
    margin-bottom: 32px;
  }

  .syncare-does__heading {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.8px;
  }

  .syncare-does__list {
    gap: 4px;
  }

  .syncare-does__item {
    min-height: 36px;
    gap: 12px;
  }

  .syncare-does__icon {
    width: 32px;
    height: 32px;
  }

  .syncare-does__text {
    font-size: 16px;
    line-height: 36px;
  }

  .syncare-does__note {
    font-size: 14px;
    line-height: 1.55;
  }
}
