.elementor-8180 .elementor-element.elementor-element-2874dc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}.elementor-8180 .elementor-element.elementor-element-cf6f1f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:0px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;}body.elementor-page-8180 #main.site-main{z-index:0;}/* Start custom CSS for html, class: .elementor-element-77186e1 *//* ========================================
   SIX – INNGANG TIL MEDLEMSREISEN
   ======================================== */

.six-journey-gateway,
.six-journey-gateway * {
  box-sizing: border-box;
}

/* Bryter ut av Elementors smale innholdscontainer */

.six-journey-gateway {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  background: #ffffff;
  color: #242424;
  font-family: inherit;
}

.six-journey-gateway__inner {
  width: min(calc(100% - 2rem), 100rem);
  margin: 0 auto;
  padding: clamp(2.25rem, 4vw, 4rem) 0 clamp(2.75rem, 4vw, 4.5rem);
}

/* Introduksjon og forventningsstyring */

.six-journey-gateway__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

.six-journey-gateway__headline &gt; p {
  margin: 0 0 0.65rem;
  color: #6e8700;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.six-journey-gateway__headline h1 {
  max-width: 45rem;
  margin: 0;
  color: #202020;
  font-size: clamp(2.65rem, 4.3vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-wrap: balance;
}

.six-journey-gateway__guidance &gt; p {
  max-width: 40rem;
  margin: 0;
  color: #5c5c5c;
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.55;
}

.six-journey-gateway__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  margin-top: 1rem;
}

.six-journey-gateway__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #303030;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
}

.six-journey-gateway__trust span::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  background: #caff00;
  color: #202020;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

/* Viktig aldersinformasjon vises før valgene */

.six-journey-gateway__minor {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  margin: 0 0 0.85rem;
  padding: 1rem 1.25rem;
  border-left: 0.35rem solid #caff00;
  background: #f3f5eb;
}

.six-journey-gateway__minor h2 {
  margin: 0;
  color: #202020;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.six-journey-gateway__minor p {
  margin: 0;
  color: #4f4f4f;
  font-size: 0.82rem;
  line-height: 1.55;
}

.six-journey-gateway__minor a {
  color: #202020;
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16rem;
}

/* Målgruppevalg */

.six-journey-gateway__options {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
}

.six-journey-gateway__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 4.8rem;
  margin: 0;
  padding: 0.65rem 0.7rem 0.65rem 1.35rem;
  border: 1px solid #d8d8d8;
  border-left: 0.35rem solid #202020;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  color: #242424;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.six-journey-gateway__option:hover {
  border-color: #9bbb18;
  border-left-color: #caff00;
  background: #fdfff7;
}

.six-journey-gateway__option:focus-visible {
  outline: 3px solid #202020;
  outline-offset: 3px;
}

.six-journey-gateway__copy {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  padding-right: 1.5rem;
}

.six-journey-gateway__copy strong {
  margin: 0;
  color: #202020;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.six-journey-gateway__copy small {
  margin: 0;
  color: #606060;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
}

.six-journey-gateway__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 12rem;
  min-height: 3.15rem;
  padding: 0.85rem 1rem;
  border-radius: 0;
  background: #caff00;
  color: #202020;
  font-size: 0.71rem;
  font-weight: 950;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.six-journey-gateway__action span {
  font-size: 1.15rem;
  line-height: 1;
}

.six-journey-gateway__option:hover .six-journey-gateway__action {
  background: #202020;
  color: #caff00;
}

/* Nettbrett */

@media (max-width: 900px) {
  .six-journey-gateway__intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }

  .six-journey-gateway__guidance &gt; p {
    max-width: 48rem;
  }
}

/* Mobil */

@media (max-width: 620px) {
  .six-journey-gateway__inner {
    width: min(calc(100% - 1.5rem), 100rem);
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }

  .six-journey-gateway__headline h1 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

  .six-journey-gateway__minor {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 0.9rem 1rem;
  }

  .six-journey-gateway__option {
    grid-template-columns: minmax(0, 1fr) 8.25rem;
    min-height: 5.25rem;
    padding: 0.7rem;
    border-left-width: 0.3rem;
  }

  .six-journey-gateway__copy {
    padding-right: 0.75rem;
  }

  .six-journey-gateway__copy strong {
    font-size: 1.05rem;
  }

  .six-journey-gateway__copy small {
    font-size: 0.73rem;
  }

  .six-journey-gateway__action {
    width: 100%;
    min-height: 3.55rem;
    padding: 0.65rem 0.7rem;
    font-size: 0.62rem;
  }

  .six-journey-gateway__action span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .six-journey-gateway__option,
  .six-journey-gateway__action {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d37b70d *//* ========================================
   SIX – SORT SALGSSEKSJON MED HVITE KORT
   ======================================== */

.six-sales-proof-v2,
.six-sales-proof-v2 * {
  box-sizing: border-box;
}

/* Seksjonen bryter ut av Elementors innholdscontainer */

.six-sales-proof-v2 {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  border-top: 0.55rem solid #caff00;
  background-color: #151515;
  color: #ffffff;
  font-family: inherit;
}

.six-sales-proof-v2__inner {
  width: min(calc(100% - 2rem), 100rem);
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 6.5rem) 0 clamp(3.5rem, 6vw, 6rem);
}

/* Overskrift */

.six-sales-proof-v2__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2rem, 3.5vw, 3.5rem);
}

.six-sales-proof-v2__eyebrow {
  margin: 0 0 0.75rem;
  color: #caff00;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.six-sales-proof-v2__header h2 {
  max-width: 48rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.92;
  text-wrap: balance;
}

.six-sales-proof-v2__lead {
  max-width: 41rem;
  margin: 0;
  color: #d1d1d1;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.6;
}

/* Alle fire kort bruker nøyaktig samme grunnregel */

.six-sales-proof-v2__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.six-sales-proof-v2__card {
  display: flex;
  flex-direction: column;
  min-height: 18rem;
  padding: clamp(1.35rem, 2vw, 2rem);
  border: 1px solid #ffffff;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: none;
  color: #202020;
}

.six-sales-proof-v2__label {
  margin: 0 0 1.25rem;
  color: #617900;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.six-sales-proof-v2__metric {
  display: flex;
  align-items: flex-end;
  gap: 0.6rem;
  margin: auto 0 1.25rem;
  color: #202020;
}

.six-sales-proof-v2__metric strong {
  color: #202020;
  font-size: clamp(3.8rem, 5.2vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.six-sales-proof-v2__metric span {
  max-width: 5rem;
  padding-bottom: 0.25rem;
  color: #202020;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.05;
}

.six-sales-proof-v2__card h3 {
  margin: 0 0 0.65rem;
  color: #202020;
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.six-sales-proof-v2__body {
  margin: 0;
  color: #4f4f4f;
  font-size: 0.82rem;
  line-height: 1.55;
}

/* Identisk punktliste i kort tre og fire */

.six-sales-proof-v2__list {
  display: grid;
  gap: 0.75rem;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.six-sales-proof-v2__list li {
  position: relative;
  margin: 0;
  padding-left: 1.65rem;
  color: #202020;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.45;
}

.six-sales-proof-v2__list li::before {
  content: "✓";
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  background-color: #caff00;
  color: #202020;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

/* Avslutningen ligger direkte på den sorte seksjonsbakgrunnen */

.six-sales-proof-v2__closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding: 2rem 0 0;
  border-top: 1px solid #3f3f3f;
  background: transparent;
  color: #ffffff;
}

.six-sales-proof-v2__closing h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1;
}

.six-sales-proof-v2__closing p {
  margin: 0.45rem 0 0;
  color: #d0d0d0;
  font-size: 0.86rem;
  line-height: 1.45;
}

.six-sales-proof-v2__closing a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-width: 15rem;
  min-height: 3.5rem;
  padding: 1rem 1.15rem;
  background-color: #caff00;
  color: #202020;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.045em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.six-sales-proof-v2__closing a:hover {
  background-color: #ffffff;
  color: #202020;
}

.six-sales-proof-v2__closing a:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

#six-journey-gateway-title {
  scroll-margin-top: 8rem;
}

/* Nettbrett */

@media (max-width: 1100px) {
  .six-sales-proof-v2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .six-sales-proof-v2__header {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
  }
}

/* Mobil */

@media (max-width: 620px) {
  .six-sales-proof-v2__inner {
    width: min(calc(100% - 1.5rem), 100rem);
  }

  .six-sales-proof-v2__grid {
    grid-template-columns: 1fr;
  }

  .six-sales-proof-v2__card {
    min-height: 15rem;
  }

  .six-sales-proof-v2__closing {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .six-sales-proof-v2__closing a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .six-sales-proof-v2__closing a {
    transition: none;
  }
}/* End custom CSS */