@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

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

.bp-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;
}

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

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

[data-reveal],
[data-reveal-delay] {
  opacity: 1;
  transform: translateY(0);
  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;
}

.bp-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;
}
.bp-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);
}
.bp-btn:hover,
.btn:hover {
  transform: translateY(-2px);
}
.bp-btn:hover i,
.btn:hover i {
  transform: translateX(3px);
}
.bp-btn--cta,
.btn--cta {
  background: #13c265;
  color: #fff;
  box-shadow: 0 2px 14px rgba(19, 194, 101, 0.28);
}
.bp-btn--cta:hover,
.btn--cta:hover {
  background: #0fa052;
  box-shadow: 0 6px 24px rgba(19, 194, 101, 0.36);
}
.bp-btn--outline,
.btn--outline {
  background: transparent;
  color: #111109;
  border: 1.5px solid #D2D1C9;
}
.bp-btn--outline:hover,
.btn--outline:hover {
  border-color: #13c265;
  color: #13c265;
}
.bp-btn--lg,
.btn--lg {
  height: 56px;
  font-size: 16px;
  padding-inline: 36px;
}

.bp-pill {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding-inline: 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  background: #edf9f3;
  border: 1px solid rgba(19, 194, 101, 0.18);
  color: #0fa052;
}

.bp-hero {
  position: relative;
  overflow: hidden;
  background: #F8F8F6;
  padding-top: 35px;
}
@media (min-width: 1040px) {
  .bp-hero {
    padding-top: 70px;
  }
}
.bp-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%);
}
.bp-hero__container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 48px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 900px) {
  .bp-hero__container {
    padding-inline: 50px;
  }
}
@media (min-width: 1060px) {
  .bp-hero__container {
    grid-template-columns: minmax(0, 1fr) 480px;
    align-items: center;
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 88px;
  }
}
.bp-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.bp-hero__date {
  font-size: 13px;
  color: #B0AFA7;
}
.bp-hero__h1 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #111109;
  margin-bottom: 16px;
  max-width: 760px;
}
.bp-hero__lead {
  font-size: clamp(15px, 1.8vw, 17px);
  color: #6B6A63;
  line-height: 1.7;
  max-width: 640px;
}
.bp-hero__visual {
  min-width: 0;
}
@media (max-width: 1059px) {
  .bp-hero__visual {
    order: -1;
  }
}
.bp-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);
}
.bp-hero__img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 500px) {
  .bp-hero__img {
    height: 360px;
  }
}
@media (min-width: 1060px) {
  .bp-hero__img {
    height: 520px;
  }
}

.bp-content {
  padding-block: 96px;
  background: #ffffff;
}

.bp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}
@media (min-width: 1080px) {
  .bp-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
  }
}

.bp-article {
  min-width: 0;
  order: 2;
}
@media (min-width: 1080px) {
  .bp-article {
    order: 1;
  }
}
.bp-article__body {
  background: #ffffff;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: clamp(22px, 3vw, 48px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.prose {
  color: #111109;
}
.prose > *:first-child {
  margin-top: 0;
}
.prose > *:last-child {
  margin-bottom: 0;
}
.prose h2, .prose h3, .prose h4 {
  color: #111109;
  margin-top: 36px;
  margin-bottom: 14px;
  line-height: 1.2;
}
.prose h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.prose h3 {
  font-size: 22px;
  font-weight: 600;
}
.prose h4 {
  font-size: 18px;
  font-weight: 600;
}
.prose p, .prose li {
  font-size: 17px;
  color: #6B6A63;
  line-height: 1.85;
}
.prose p {
  margin: 16px 0;
}
.prose ul, .prose ol {
  margin: 18px 0 18px 22px;
}
.prose li + li {
  margin-top: 8px;
}
.prose a {
  color: #0fa052;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 3px solid #13c265;
  background: #F8F8F6;
  border-radius: 0 10px 10px 0;
}
.prose blockquote p {
  margin: 0;
  color: #111109;
}
.prose img {
  width: 100%;
  border-radius: 16px;
  margin: 28px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: 10px;
  border: 1px solid #E6E5DF;
  overflow: hidden;
}
.prose th, .prose td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #E6E5DF;
  font-size: 14px;
}
.prose th {
  background: #F8F8F6;
  color: #111109;
  font-weight: 600;
}

.faq {
  margin: 32px 0;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.faq-item {
  border-bottom: 1px solid #E6E5DF;
  list-style: none;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item.is-open .faq-q {
  color: #0fa052;
  background: #F8F8F6;
}
.faq-item.is-open .faq-q .faq-icon {
  transform: rotate(180deg);
  background: #13c265;
}
.faq-item.is-open .faq-q .faq-icon i {
  color: #fff;
}
.faq-item:is(details)[open] > summary {
  color: #0fa052;
  background: #F8F8F6;
}
.faq-item:is(details)[open] > summary .faq-icon {
  transform: rotate(180deg);
  background: #13c265;
}
.faq-item:is(details)[open] > summary .faq-icon i {
  color: #fff;
}

.faq-q,
details.faq-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #111109;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #ffffff;
  transition: color 0.18s ease, background 0.18s ease;
  line-height: 1.35;
}
.faq-q::-webkit-details-marker,
details.faq-item > summary::-webkit-details-marker {
  display: none;
}
.faq-q,
details.faq-item > summary {
  list-style: none;
}
.faq-q:hover,
details.faq-item > summary:hover {
  background: #F8F8F6;
  color: #0fa052;
}
.faq-q .faq-icon,
details.faq-item > summary .faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #edf9f3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}
.faq-q .faq-icon i,
details.faq-item > summary .faq-icon i {
  color: #13c265;
  font-size: 10px;
  transition: color 0.2s ease;
}

.faq-a {
  overflow: hidden;
  transition: height 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-a > * {
  padding: 4px 22px 20px;
}
.faq-a p, .faq-a li {
  font-size: 15px;
  color: #6B6A63;
  line-height: 1.75;
  margin: 8px 0;
}
.faq-a ul, .faq-a ol {
  margin-left: 20px;
}

details.faq-item > .faq-a,
details.faq-item > div:not(summary) {
  height: auto !important;
}

.inline-cta {
  margin: 36px 0;
  background: #F8F8F6;
  border: 1.5px solid #E6E5DF;
  border-radius: 24px;
  padding: clamp(20px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  overflow: hidden;
}
.inline-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #13c265, #0fa052);
  border-radius: 24px 24px 0 0;
}
.inline-cta {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease, box-shadow 0.2s ease;
}
.inline-cta.is-visible {
  opacity: 1;
  transform: none;
}
.inline-cta:hover {
  border-color: rgba(19, 194, 101, 0.3);
  box-shadow: 0 4px 24px rgba(19, 194, 101, 0.07);
}
.inline-cta__eyebrow {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  color: #13c265 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.inline-cta__title {
  font-family: "Instrument Serif", Georgia, serif !important;
  font-size: clamp(22px, 3vw, 28px) !important;
  font-weight: 400 !important;
  color: #111109 !important;
  line-height: 1.2 !important;
  margin: 4px 0 0 !important;
  letter-spacing: -0.01em !important;
}
.inline-cta__text {
  font-size: 15px !important;
  color: #6B6A63 !important;
  line-height: 1.65 !important;
  margin: 2px 0 4px !important;
}
.inline-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding-inline: 26px;
  border-radius: 100px;
  background: #13c265;
  color: #fff !important;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  margin-top: 6px;
  box-shadow: 0 2px 14px rgba(19, 194, 101, 0.28);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease, background 0.15s ease;
}
.inline-cta__btn i {
  font-size: 13px;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.inline-cta__btn:hover {
  background: #0fa052;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(19, 194, 101, 0.36);
}
.inline-cta__btn:hover i {
  transform: translateX(3px);
}

.bp-sidebar {
  order: 1;
  min-width: 0;
}
@media (min-width: 1080px) {
  .bp-sidebar {
    order: 2;
    width: 100%;
  }
}

.bp-sidebar-sentinel {
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes sidecard-dock {
  from {
    transform: translateY(-10px) scale(0.99);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  }
  to {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 0 0 1.5px rgba(19, 194, 101, 0.15);
  }
}
.bp-sidecard {
  background: #F8F8F6;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
}
@media (min-width: 1080px) {
  .bp-sidecard--sticky {
    position: sticky;
    top: 110px;
  }
}
.bp-sidecard.is-docked {
  border-color: rgba(19, 194, 101, 0.22);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 0 0 1.5px rgba(19, 194, 101, 0.13);
  animation: sidecard-dock 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.bp-sidecard h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #111109;
  margin-bottom: 12px;
}
.bp-sidecard p {
  font-size: 15px;
  color: #6B6A63;
  line-height: 1.65;
  margin: 0;
}

.bp-form {
  margin-top: 24px;
}
.bp-form label {
  display: block;
  font-size: 13px;
  color: #6B6A63;
  margin-bottom: 10px;
}
.bp-form__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bp-form input {
  width: 100%;
  height: 52px;
  border: 1.5px solid #E6E5DF;
  border-radius: 100px;
  padding: 0 18px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 16px;
  color: #111109;
  background: #ffffff;
  outline: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.bp-form input::-moz-placeholder {
  color: #B0AFA7;
}
.bp-form input::placeholder {
  color: #B0AFA7;
}
.bp-form input::-webkit-inner-spin-button, .bp-form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.bp-form input:focus {
  border-color: #13c265;
  box-shadow: 0 0 0 3px rgba(19, 194, 101, 0.1);
}
.bp-form .bp-btn--cta {
  width: 100%;
}

.bp-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}
.bp-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #B0AFA7;
}
.bp-trust span i {
  color: #13c265;
  font-size: 12px;
}

.bp-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #E6E5DF;
}
.bp-share span {
  font-size: 13px;
  color: #B0AFA7;
}
.bp-share a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding-inline: 14px;
  border-radius: 100px;
  border: 1px solid #E6E5DF;
  background: #F8F8F6;
  font-size: 13px;
  color: #6B6A63;
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bp-share a:hover {
  border-color: rgba(19, 194, 101, 0.3);
  color: #0fa052;
  transform: translateY(-2px);
}

.bp-cta {
  padding-bottom: 96px;
}
.bp-cta__inner {
  background: #F8F8F6;
  border: 1px solid #E6E5DF;
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (min-width: 960px) {
  .bp-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
}
.bp-cta__copy {
  max-width: 700px;
}
.bp-cta__lead {
  font-size: 16px;
  color: #6B6A63;
  line-height: 1.7;
}
.bp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.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) {
  .bp-hero__meta {
    gap: 8px;
  }
  .bp-cta__actions {
    width: 100%;
  }
  .bp-btn--lg {
    width: 100%;
  }
}/*# sourceMappingURL=blog-post.css.map */