.head-page {
  padding: 100px 0;
  background: linear-gradient(135deg, #03475794, #05555f7e),
    url("https://jdclosers.es/wp-content/uploads/2025/10/fondos-abstractos-geometricos-con-estilo-tech-03-10-2025-at-18-51-50.jpeg")
      center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;

  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-bottom: 50px;
  margin-right: -50vw;
}

.head-page .text-content {
  text-align: left;
}

.head-page .text-content h1,
.head-page .text-content h2 {
  margin-bottom: 20px;
}

.head-page .text-content h1,
.head-page .text-content h2 {
  margin-bottom: 20px;
  color: var(--neutral1);
}
.head-page .text-content h2 {
  margin-bottom: 0px !important;
  color: #ffffff93;
}
.head-page .btn {
  background-color: #03bfcb;
  color: white;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  transition: background 0.3s;
}

.head-page .btn:hover {
  background-color: #029aa5;
}

.head-page .btn-text {
  color: #03bfcb;
  font-weight: bold;
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.3s;
}

.head-page .btn-text:hover {
  color: #029aa5;
}

.laptop-img {
  max-width: 100%;
  height: auto;
  transform: scale(0.9);
}
