.arengo-happy {
  margin: 42px 0;
  padding: 8px 0;
}

.arengo-happy > .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.arengo-happy__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.arengo-happy__eyebrow {
  margin: 0 0 6px;
  color: #1269d3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.arengo-happy__title {
  margin: 0;
  color: #082b5f;
  font-size: 32px;
  line-height: 1.15;
}

.arengo-happy__subtitle {
  max-width: 560px;
  margin: 8px 0 0;
  color: #415b82;
  font-size: 15px;
  line-height: 1.5;
}

.arengo-happy__viewport {
  padding: 2px;
  overflow: hidden;
}

.arengo-happy__track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s ease;
}

.arengo-happy__item {
  flex: 0 0 calc(33.333% - 12px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e7ff;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(8, 43, 95, 0.08);
}

.arengo-happy__image {
  aspect-ratio: 4 / 3;
  margin: 0;
  background: #eef5ff;
}

.arengo-happy__image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.arengo-happy__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arengo-happy__body {
  padding: 14px 16px 16px;
}

.arengo-happy__name {
  margin: 0 0 6px;
  color: #082b5f;
  font-size: 18px;
  font-weight: 800;
}

.arengo-happy__caption {
  margin: 0;
  color: #415b82;
  line-height: 1.45;
}

.arengo-happy__controls {
  display: flex;
  gap: 8px;
}

.arengo-happy__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #cfe0fa;
  border-radius: 8px;
  background: #ffffff;
  color: #082b5f;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.arengo-happy__control:hover {
  border-color: #1269d3;
  background: #1269d3;
  color: #ffffff;
}

@media (max-width: 991px) {
  .arengo-happy__item {
    flex-basis: calc(50% - 9px);
  }
}

@media (max-width: 575px) {
  .arengo-happy__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .arengo-happy__title {
    font-size: 24px;
  }

  .arengo-happy__item {
    flex-basis: 100%;
  }
}
