@charset "UTF-8";
a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.bl-serif-italic {
  font-family: "Instrument Serif", Georgia, serif;
  font-style: italic;
  color: #13c265;
}

.bl-container,
.container {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 900px) {
  .bl-container,
  .container {
    padding-inline: 50px;
  }
}

.bl-eyebrow,
.eyebrow {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #13c265;
  margin-bottom: 10px;
  display: block;
}

.bl-h2,
.h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #111109;
  margin-bottom: 14px;
}

.bl-section-head,
.section-head {
  text-align: center;
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 52px;
}

.bl-section-lead,
.section-lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.65;
}

[data-reveal],
[data-reveal-delay] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal].revealed,
[data-reveal-delay].revealed {
  opacity: 1;
  transform: none;
}

[data-reveal-delay] {
  transition-delay: 0.14s;
}

[data-stagger] > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-stagger].revealed > * {
  opacity: 1;
  transform: none;
}

.bl-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding-inline: 28px;
  border-radius: 100px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.bl-btn i,
.btn i {
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.bl-btn:hover,
.btn:hover {
  transform: translateY(-2px);
}
.bl-btn:hover i,
.btn:hover i {
  transform: translateX(3px);
}
.bl-btn--cta,
.btn--cta {
  background: #13c265;
  color: #fff;
  box-shadow: 0 2px 14px rgba(19, 194, 101, 0.28);
}
.bl-btn--cta:hover,
.btn--cta:hover {
  background: #0fa052;
  box-shadow: 0 6px 24px rgba(19, 194, 101, 0.36);
}
.bl-btn--outline,
.btn--outline {
  background: transparent;
  color: #111109;
  border: 1.5px solid #D2D1C9;
}
.bl-btn--outline:hover,
.btn--outline:hover {
  border-color: #13c265;
  color: #13c265;
}
.bl-btn--lg,
.btn--lg {
  height: 56px;
  font-size: 16px;
  padding-inline: 36px;
}

.bl-hero {
  position: relative;
  overflow: hidden;
  background: #F8F8F6;
  padding-top: 35px;
}
@media (min-width: 1040px) {
  .bl-hero {
    padding-top: 70px;
  }
}
.bl-hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 55% at 85% 5%, rgba(19, 194, 101, 0.07) 0%, transparent 65%), radial-gradient(ellipse 35% 45% at 5% 90%, rgba(19, 194, 101, 0.05) 0%, transparent 60%);
}
.bl-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 48px;
  padding-bottom: 42px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 900px) {
  .bl-hero__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1060px) {
  .bl-hero__container {
    grid-template-columns: 1fr 500px;
    align-items: center;
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 88px;
  }
}
.bl-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12.5px;
  color: #6B6A63;
  margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.bl-hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.18);
  flex-shrink: 0;
}
.bl-hero__h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #111109;
  margin-bottom: 18px;
}
.bl-hero__lead {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #6B6A63;
  line-height: 1.65;
  margin-bottom: 30px;
  max-width: 560px;
}
.bl-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.bl-hero__visual {
  min-width: 0;
}
@media (max-width: 1059px) {
  .bl-hero__visual {
    order: -1;
  }
}
.bl-hero__img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.bl-hero__img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 500px) {
  .bl-hero__img {
    height: 360px;
  }
}
@media (min-width: 1060px) {
  .bl-hero__img {
    height: 560px;
  }
}
.bl-hero__float {
  position: absolute;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
}
.bl-hero__float--top {
  top: 16px;
  left: 16px;
  padding: 10px 14px;
}
.bl-hero__float--top .bl-hero__float-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bl-hero__float--top .bl-hero__float-icon i {
  color: #13c265;
  font-size: 14px;
}
.bl-hero__float--top strong {
  display: block;
  font-size: 12.5px;
  color: #111109;
  font-weight: 600;
}
.bl-hero__float--top span {
  display: block;
  font-size: 11px;
  color: #6B6A63;
}
.bl-hero__float--bottom {
  bottom: 16px;
  right: 16px;
  padding: 10px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.bl-hero__float--bottom .bl-hero__float-big {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  color: #13c265;
  line-height: 1;
}
.bl-hero__float--bottom span {
  font-size: 11px;
  color: #6B6A63;
}

.bl-intro {
  padding-block: 22px 96px;
  background: #F8F8F6;
}
.bl-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 840px) {
  .bl-intro__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bl-intro__card {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.04);
}
.bl-intro__card h2 {
  font-size: 18px;
  line-height: 1.25;
  color: #111109;
  margin-bottom: 10px;
  font-weight: 600;
}
.bl-intro__card p {
  font-size: 14px;
  line-height: 1.7;
  color: #6B6A63;
}
.bl-intro__icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #edf9f3;
  color: #13c265;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.bl-intro__icon i {
  font-size: 18px;
}

.bl-posts {
  padding-block: 96px;
  background: #ffffff;
}
.bl-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 760px) {
  .bl-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1120px) {
  .bl-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bl-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.26s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.26s ease, border-color 0.18s ease;
}
.bl-card__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.08);
  border-color: rgba(19, 194, 101, 0.22);
}
.bl-card__link:hover .bl-card__image {
  transform: scale(1.04);
}
.bl-card__link:hover .bl-card__cta i {
  transform: translateX(3px);
}
.bl-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #F8F8F6;
}
.bl-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.bl-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 9, 0.18), transparent 55%);
  pointer-events: none;
}
.bl-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 20px;
}
.bl-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.bl-card__date {
  font-size: 12px;
  color: #B0AFA7;
}
.bl-card__pill {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding-inline: 10px;
  border-radius: 100px;
  background: #edf9f3;
  color: #0fa052;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid rgba(19, 194, 101, 0.18);
}
.bl-card__title {
  font-size: 22px;
  line-height: 1.2;
  color: #111109;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Instrument Serif", Georgia, serif;
}
.bl-card__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #6B6A63;
  margin-bottom: 18px;
}
.bl-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #13c265;
  font-size: 13.5px;
  font-weight: 500;
}
.bl-card__cta i {
  font-size: 12px;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.bl-empty {
  text-align: center;
  background: #F8F8F6;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: 48px 24px;
}
.bl-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #edf9f3;
  color: #13c265;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-empty__icon i {
  font-size: 24px;
}
.bl-empty h3 {
  font-size: 22px;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  margin-bottom: 8px;
  color: #111109;
}
.bl-empty p {
  font-size: 15px;
  line-height: 1.65;
  color: #6B6A63;
  max-width: 560px;
  margin: 0 auto;
}

.bl-cta {
  padding-block: 96px;
  background: #F8F8F6;
  border-top: 1px solid #E6E5DF;
}
.bl-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.04);
}
@media (min-width: 980px) {
  .bl-cta__inner {
    flex-direction: row;
    align-items: center;
    gap: 42px;
    padding: 38px;
  }
}
.bl-cta__copy {
  max-width: 720px;
}
.bl-cta__lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.7;
}
.bl-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.bl-cta__note {
  font-size: 13px;
  color: #6B6A63;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.bl-cta__note i {
  color: #13c265;
}

.services {
  padding-block: 96px;
  background: #F8F8F6;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 640px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.services__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.services__bottom p {
  font-size: 14px;
  color: #6B6A63;
}
.services__bottom p a {
  color: #13c265;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 16px 16px;
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease, border-color 0.18s ease;
}
.svc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 194, 101, 0.12);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}
.svc:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09);
  border-color: rgba(19, 194, 101, 0.35);
}
.svc:hover::after {
  opacity: 1;
}
.svc:hover .svc__icon {
  background: #13c265;
}
.svc:hover .svc__icon svg {
  stroke: #fff;
}
.svc:hover .svc__name {
  color: #0fa052;
}
.svc:hover .svc__arrow {
  opacity: 1;
  transform: translateX(0);
}
.svc__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s ease;
  position: relative;
  z-index: 1;
}
.svc__icon svg {
  width: 22px;
  height: 22px;
  stroke: rgb(14.4507042254, 147.5492957746, 76.8169014085);
  transition: stroke 0.22s ease;
}
.svc__body {
  flex: 1;
  position: relative;
  z-index: 1;
  min-width: 0;
}
.svc__name {
  font-size: 13.5px;
  font-weight: 600;
  color: #111109;
  margin-bottom: 5px;
  transition: color 0.18s ease;
  line-height: 1.3;
}
.svc__count {
  font-size: 11.5px;
  color: #B0AFA7;
  line-height: 1.5;
}
.svc__arrow {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #13c265;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc--hot::before {
  content: "Populær";
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #0fa052;
  background: #edf9f3;
  border: 1px solid rgba(19, 194, 101, 0.25);
  border-radius: 100px;
  padding: 2px 8px;
  letter-spacing: 0.04em;
  z-index: 2;
}

@media (max-width: 760px) {
  .bl-hero__cta-row {
    width: 100%;
  }
  .bl-hero__cta-row .bl-btn {
    width: 100%;
  }
  .bl-cta__actions {
    width: 100%;
  }
  .bl-cta__actions .bl-btn {
    width: 100%;
  }
}/*# sourceMappingURL=blog.css.map */