.hero-simple {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: var(--hero-bg-image);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  overflow: hidden;
}
.hero-simple::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero-simple .hero-slogan {
  position: absolute;
  left: 6vw;
  bottom: 10vh;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.5vh, 16px);
  width: 88vw;
  margin-bottom: 100px;
  transition: opacity 0.1s ease, transform 0.1s ease;
}
@media (max-height: 600px) {
  .hero-simple .hero-slogan {
    bottom: 5vh;
    margin-bottom: 100px;
  }
}
@media (max-height: 400px) {
  .hero-simple .hero-slogan {
    bottom: 2vh;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .hero-simple .hero-slogan {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-simple .hero-slogan {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .hero-simple .hero-slogan {
    margin-bottom: 100px;
  }
}
.hero-simple .hero-slogan__top {
  font-family: "Poppins", "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.8;
  color: #fff;
  font-size: clamp(36px, 10vw, 200px);
}
.hero-simple .hero-slogan__bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.3em;
  font-family: "Poppins", "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.8;
  color: #fff;
  margin-top: 10px;
  margin-left: 100px;
  white-space: nowrap;
  font-size: clamp(36px, 10vw, 200px);
}
@media (max-width: 991px) {
  .hero-simple .hero-slogan__bottom {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .hero-simple .hero-slogan__bottom {
    margin-left: 25px;
  }
}
@media (max-width: 575px) {
  .hero-simple .hero-slogan__bottom {
    margin-left: 25px;
  }
}
.hero-simple .hero-slogan__mood {
  color: rgb(241, 223, 194) !important;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-size: inherit;
  white-space: nowrap;
}
.hero-simple .hero-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
  transition: opacity 0.1s ease, transform 0.1s ease;
}
@media (max-width: 991px) {
  .hero-simple .hero-info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 95vw;
  }
  .hero-simple .hero-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: -320px;
    width: 1px;
    height: 467px;
    background: rgba(255, 255, 255, 0.23);
    z-index: 1;
  }
  .hero-simple .hero-info::after {
    content: "";
    position: absolute;
    left: -3px;
    top: 140px;
    width: 7px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.23' x1='3.5' y1='0' x2='3.5' y2='20' stroke='white'/%3E%3Cpath opacity='0.23' fill-rule='evenodd' clip-rule='evenodd' d='M0.5 5L3.06795 18.9983L3.068 12.866L1.57573 5H0.5ZM5.53235 5L4.0746 12.866V19L6.6021 5H5.53235Z' fill='white'/%3E%3C/svg%3E");
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .hero-simple .hero-info {
    gap: 30px;
  }
}
.hero-simple .hero-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  height: 300px;
  flex-shrink: 0;
}
.hero-simple .hero-left__line {
  position: absolute;
  left: 0;
  top: -200px;
  width: 1px;
  height: 400px;
  background: rgba(255, 255, 255, 0.23);
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-simple .hero-left__line {
    display: none;
  }
}
.hero-simple .hero-left__arrow {
  position: absolute;
  left: -3px;
  top: 180px;
  width: 7px;
  height: 20px;
}
.hero-simple .hero-left__arrow svg {
  width: 7px;
  height: 20px;
}
@media (max-width: 991px) {
  .hero-simple .hero-left__arrow {
    display: none;
  }
}
.hero-simple .hero-award {
  display: none;
  position: absolute;
  top: 130px;
  left: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-simple .hero-award {
    top: 0;
    left: 10px;
  }
}
.hero-simple .hero-award__year {
  position: absolute;
  top: -10px;
  right: -15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0.95;
}
.hero-simple .hero-award__logo img {
  width: 200px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .hero-simple .hero-award__logo img {
    width: 150px;
  }
}
.hero-simple .hero-about {
  position: absolute;
  top: 210px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  z-index: 2;
  width: 250px;
}
@media (max-width: 991px) {
  .hero-simple .hero-about {
    top: 40px;
    left: 10px;
  }
}
.hero-simple .hero-about__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.hero-simple .hero-about__subtitle {
  color: rgb(241, 223, 194);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.hero-simple .hero-services {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  height: 250px;
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .hero-simple .hero-services {
    display: none;
  }
}
.hero-simple .hero-services__line {
  position: absolute;
  left: 50%;
  top: -250px;
  transform: translateX(-50%);
  width: 1px;
  height: 370px;
  background: rgba(255, 255, 255, 0.23);
  z-index: 1;
}
.hero-simple .hero-services__arrow {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-simple .hero-services__arrow svg {
  width: 7px;
  height: 20px;
}
.hero-simple .hero-services__items {
  position: absolute;
  top: 145px;
  left: calc(50% - 3px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
.hero-simple .hero-services__item {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.9;
  white-space: nowrap;
}
.hero-simple .hero-services-mobile {
  display: none;
}
@media (max-width: 991px) {
  .hero-simple .hero-services-mobile {
    display: block;
    position: absolute;
    top: 170px;
    left: 0;
    z-index: 2;
  }
}
.hero-simple .hero-services-mobile__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}
.hero-simple .hero-services-mobile__item {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.9;
  white-space: nowrap;
  text-align: left;
}