.hinit-homepage {
  overflow-x: clip;
}

.hinit-home-hero {
  margin-bottom: 170px;
  padding: 0;
  min-height: 470px;
  display: flex;
  align-items: center;
  background-color: #1d2233;
  background-image: linear-gradient(rgba(29, 34, 51, 0.82), rgba(29, 34, 51, 0.82)), url("/assets/media/backgrounds/lines-background-2.svg");
  background-position: center center;
  background-size: cover;
}

.hinit-home-hero__inner,
.hinit-home-section__inner,
.hinit-home-cta-shelf__inner {
  width: min(100%, 1290px);
  margin: 0 auto;
}

.hinit-home-hero__inner,
.hinit-home-section__inner--split,
.hinit-home-section__inner,
.hinit-home-cta-shelf__inner {
  padding-left: 0;
  padding-right: 0;
}

.hinit-home-hero__content {
  width: max-content;
  max-width: calc(100% - 180px);
  min-width: 0;
}

.hinit-home-hero__title {
  margin: 0;
  color: var(--theme-palette-color-8);
  font-size: 64px;
  font-weight: 900;
  line-height: 1.18;
  max-width: none;
}

.hinit-home-hero__title span {
  display: block;
}

.hinit-home-hero__title span:first-child {
  white-space: nowrap;
}

.hinit-home-section--services-intro {
  margin-top: -120px;
  margin-bottom: 70px;
}

.hinit-home-section__inner--split {
  display: flex;
  align-items: center;
  gap: 250px;
}

.hinit-home-section__intro {
  width: 40%;
}

.hinit-home-section__spacer {
  width: 60%;
}

.hinit-home-section__title {
  margin: 0;
  color: var(--theme-palette-color-4);
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
}

.hinit-home-section--services {
  margin-bottom: 80px;
}

.hinit-home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}

.hinit-home-service-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 100px 60px 60px;
  background: var(--theme-palette-color-5);
  color: var(--theme-palette-color-4);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hinit-home-service-card__icon {
  margin: 0 0 50px;
  color: var(--theme-palette-color-4);
}

.hinit-home-service-card__icon svg {
  display: block;
  width: 60px;
  height: 60px;
  fill: none;
  stroke: currentColor;
}

.hinit-home-service-card__body {
  flex: 1 1 auto;
}

.hinit-home-service-card__title {
  margin: 0 0 20px;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.hinit-home-service-card__description {
  color: var(--theme-palette-color-3);
  font-size: 18px;
  line-height: 1.65;
}

.hinit-home-service-card__description p {
  margin: 0;
}

.hinit-home-service-card__link {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--theme-palette-color-4);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.hinit-home-service-card__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
  flex: 0 0 auto;
}

.hinit-home-service-card:hover {
  background: var(--theme-palette-color-1);
  background-image: linear-gradient(rgba(49, 84, 196, 0.94), rgba(49, 84, 196, 0.94)), url("/assets/media/backgrounds/card-lines-background.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--theme-palette-color-8);
}

.hinit-home-service-card:hover .hinit-home-service-card__link,
.hinit-home-service-card:hover .hinit-home-service-card__description,
.hinit-home-service-card:hover .hinit-home-service-card__icon {
  color: var(--theme-palette-color-8);
}

.hinit-home-section--vendors {
  margin-bottom: 80px;
  padding: 80px 0;
  background-color: #1d2233;
  background-image: linear-gradient(rgba(29, 34, 51, 0.82), rgba(29, 34, 51, 0.82)), url("/assets/media/backgrounds/lines-background-2.svg");
  background-position: center center;
  background-size: cover;
}

.hinit-home-vendors__intro {
  margin-bottom: 60px;
  text-align: center;
}

.hinit-home-section__title--vendors {
  margin-bottom: 20px;
  font-size: 30px;
  color: var(--theme-palette-color-8);
}

.hinit-home-vendors__lead {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.hinit-home-vendors__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 40px 56px;
}

.hinit-home-vendors__link,
.hinit-home-vendors__item {
  display: block;
}

.hinit-home-vendors__image {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.hinit-home-vendors__image[src*="veeam-home"] {
  max-height: 40px;
}

.hinit-home-cta-shelf {
  margin-bottom: 0;
  padding-bottom: 0;
  background: linear-gradient(to bottom, var(--theme-palette-color-8) 0%, var(--theme-palette-color-8) 50%, #f6f6f6 50%, #f6f6f6 100%);
}

.hinit-home-cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 80px;
  background: var(--theme-palette-color-1);
}

.hinit-home-cta-card__content {
  flex: 1 1 auto;
}

.hinit-home-cta-card__title {
  margin: 0 0 20px;
  color: var(--theme-palette-color-8);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
}

.hinit-home-cta-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.hinit-home-cta-card__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.hinit-home-cta-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 34px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hinit-home-cta-card__button--outline {
  border-color: var(--theme-palette-color-8);
  color: var(--theme-palette-color-8);
}

.hinit-home-cta-card__button--outline:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--theme-palette-color-8);
  border-color: var(--theme-palette-color-8);
}

.hinit-home-cta-card__button--solid {
  background: var(--theme-palette-color-8);
  color: var(--theme-palette-color-1);
}

.hinit-home-cta-card__button--solid:hover {
  background: #eef2ff;
  color: var(--theme-palette-color-1);
}

@media (max-width: 1024px) {
  .hinit-home-hero {
    margin-bottom: 160px;
  }

  .hinit-home-hero__content,
  .hinit-home-section__intro,
  .hinit-home-section__spacer {
    width: 100%;
    max-width: none;
  }

  .hinit-home-hero__title {
    font-size: 35px;
  }

  .hinit-home-section--services-intro {
    margin-top: -120px;
    margin-bottom: 60px;
  }

  .hinit-home-section__inner--split {
    gap: 40px;
    flex-wrap: wrap;
  }

  .hinit-home-section__title {
    font-size: 25px;
  }

  .hinit-home-service-card {
    padding: 50px 35px 35px;
  }

  .hinit-home-service-card__icon {
    margin-bottom: 40px;
  }

  .hinit-home-service-card__icon svg {
    width: 40px;
    height: 40px;
  }

  .hinit-home-vendors__intro {
    margin-bottom: 40px;
  }

  .hinit-home-vendors__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 40px;
  }

  .hinit-home-vendors__image {
    max-height: 64px;
  }

  .hinit-home-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 40px;
  }
}

@media (max-width: 767px) {
  .hinit-homepage,
  .hinit-home-hero {
    overflow-x: hidden;
  }

  .hinit-home-hero {
    min-height: 420px;
    margin-bottom: 120px;
  }

  .hinit-home-hero__content {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hinit-home-hero__inner,
  .hinit-home-section__inner,
  .hinit-home-cta-shelf__inner {
    width: 100%;
  }

  .hinit-home-section__inner,
  .hinit-home-hero__inner,
  .hinit-home-cta-shelf__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hinit-home-hero__content,
  .hinit-home-section__intro {
    text-align: center;
  }

  .hinit-home-hero__title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }

  .hinit-home-hero__title span:first-child {
    white-space: normal;
  }

  .hinit-home-section--services-intro {
    margin-top: -90px;
    margin-bottom: 50px;
  }

  .hinit-home-section__title,
  .hinit-home-section__lead {
    text-align: center;
  }

  .hinit-home-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hinit-home-service-card {
    align-items: center;
    text-align: center;
  }

  .hinit-home-service-card__icon {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hinit-home-service-card__body {
    width: 100%;
  }

  .hinit-home-service-card__link {
    align-self: center;
  }

  .hinit-home-section--vendors {
    padding: 60px 16px;
  }

  .hinit-home-vendors__logos {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hinit-home-vendors__image {
    max-height: 36px;
  }

  .hinit-home-vendors__image[src*="veeam-home"] {
    max-height: 30px;
  }

  .hinit-home-cta-card {
    padding: 40px 24px;
    align-items: center;
    text-align: center;
  }

  .hinit-home-cta-card__actions {
    width: 100%;
    flex-direction: column;
  }

  .hinit-home-cta-card__button {
    width: 100%;
    min-height: 56px;
  }
}
