.benefits {
  background: var(--background-light);
  padding: 0;
}

.benefits-container {
  display: flex;
  align-items: center;
  min-height: 768px;
}

/* .benefits-content {
  flex: 1;
  padding: 80px 110px;
  max-width: 720px;
} */


.benefits-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.benefits-content {
  flex: 1;
  padding: 80px 0;
  max-width: 720px;
}

.benefits-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  position: relative;
}


.benefits-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.26;
  color: #121212;
  letter-spacing: 0.4px;
  margin-bottom: 46px;
}

.benefits-list {
  margin-bottom: 46px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
}

.benefit-item p {
  font-family: var(--font-sf);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  color: var(--text-primary);
}

.benefits-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* .benefits-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 110px;
  position: relative;
  
} */

.device-mockup {
  position: relative;
  width: 535.79px;
  height: 597.11px;
}

.device-screen {
  position: absolute;
  width: 53.45%;
  height: 100%;
  top: 0;
  right: 0;
}

.device-element {
  position: absolute;
  width: 31.24%;
  height: 16.85%;
  top: 11.16%;
  left: 16.51%;
}

.device-component {
  position: absolute;
  width: 53.86%;
  height: 43.91%;
  top: 21.69%;
  left: 0;
}

.device-label {
  position: absolute;
  width: 23.18%;
  height: 5.64%;
  top: 9.17%;
  right: 12.04%;
  background: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.017px;
  font-size: 11.93px;
  font-weight: 700;
  line-height: 15px;
  color: #000000;
}

@media (max-width: 768px) {
  .benefits-container {
    flex-direction: column;
    text-align: justify;
  }
  .benefits-content,
  .benefits-visual {
    padding: 40px 0;
  }
}
