.hinit-fjernhjelp-hero {
  margin-bottom: 90px;
  padding: 190px 0 140px;
  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-fjernhjelp-hero__inner,
.hinit-fjernhjelp-downloads__inner {
  width: min(100%, 1290px);
  margin: 0 auto;
}

.hinit-fjernhjelp-hero__inner {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.hinit-fjernhjelp-hero__title {
  margin: 0;
  color: var(--theme-palette-color-8);
  font-size: 64px;
  font-weight: 900;
  line-height: 1.08;
}

.hinit-fjernhjelp-hero__lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.75;
}

.hinit-fjernhjelp-downloads {
  margin-bottom: 110px;
}

.hinit-fjernhjelp-downloads__inner {
  display: grid;
  gap: 34px;
}

.hinit-fjernhjelp-downloads__intro {
  max-width: 700px;
  display: grid;
  gap: 14px;
}

.hinit-fjernhjelp-downloads__title {
  margin: 0;
  color: var(--theme-palette-color-4);
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
}

.hinit-fjernhjelp-downloads__copy {
  margin: 0;
  color: var(--theme-palette-color-3);
  font-size: 18px;
  line-height: 1.75;
}

.hinit-fjernhjelp-downloads__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.hinit-fjernhjelp-download-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 34px 32px;
  border: 1px solid rgba(15, 29, 43, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(10, 24, 33, 0.06);
}

.hinit-fjernhjelp-download-card__eyebrow {
  margin: 0;
  color: var(--theme-palette-color-1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hinit-fjernhjelp-download-card__title {
  margin: 0;
  color: var(--theme-palette-color-4);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}

.hinit-fjernhjelp-download-card__copy {
  margin: 0;
  color: var(--theme-palette-color-3);
  font-size: 17px;
  line-height: 1.8;
}

.hinit-fjernhjelp-download-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  width: fit-content;
  padding: 0 28px;
  border-radius: 5px;
  background: var(--theme-palette-color-4);
  color: var(--theme-palette-color-8);
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.hinit-fjernhjelp-download-card__button:hover {
  background: #112532;
  color: var(--theme-palette-color-8);
}

.hinit-fjernhjelp-downloads__note {
  color: var(--theme-palette-color-3);
  font-size: 16px;
  line-height: 1.75;
}

.hinit-fjernhjelp-downloads__note p {
  margin: 0;
}

.hinit-fjernhjelp-downloads__note a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hinit-fjernhjelp-hero__inner,
  .hinit-fjernhjelp-downloads__inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hinit-fjernhjelp-hero {
    margin-bottom: 64px;
    padding: 130px 0 92px;
  }

  .hinit-fjernhjelp-hero__title {
    font-size: 38px;
  }

  .hinit-fjernhjelp-hero__lead {
    font-size: 17px;
  }

  .hinit-fjernhjelp-downloads {
    margin-bottom: 80px;
  }

  .hinit-fjernhjelp-downloads__title {
    font-size: 32px;
  }

  .hinit-fjernhjelp-downloads__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hinit-fjernhjelp-download-card {
    padding: 26px 22px;
  }

  .hinit-fjernhjelp-download-card__title {
    font-size: 26px;
  }

  .hinit-fjernhjelp-download-card__button {
    width: 100%;
  }
}
