/* =========================
   VARIABLES
========================= */

:root {
  --primary: #4899c3;
  --primary-hover: #0b2853;
  --text-dark: #082752;
  --text-light: #4b5563;
  --bg-light: #f3f4f6;
  --border: #e5e7eb;
  --ink: #082752;
  --sky: #4899c3;
}

/* =========================
   RESET
========================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
   font-family: "Space Grotesk", sans-serif;
/*  font-family: "Poppins", sans-serif;*/
  color: var(--text-dark);
  line-height: 1.6;
}

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

/* =========================
   CONTAINER
========================= */

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================
   HEADER
========================= */

.header {
  background: #f6f5f3;
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header__inner {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.header .container {
  max-width: none;
  padding: 0 250px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: #082752;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo svg {
  width: 28px;
  height: 28px;
  color: #082752;
  stroke-width: 2;
}

.nav {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-left: auto;
}

.nav a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.nav a svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}

.header__cta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-button {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-button svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.5;
}

.bkr1{
  background: #f6f5f3;
}

.bkr2{
  background: #f9f9f9;
}
/* =========================
   BUTTONS
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  min-height: 38px;
  cursor: pointer;
  white-space: nowrap;
}

.btn--primary {
  background: white;
  color: #0051ad;
}

.btn--primary:hover {
  background: var(--primary-hover);
  color: #fff;
}

.btn--outline {
  border: 1px solid white;
  color: white;
  background: transparent;
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.btn--dark:hover {
  background: #12396d;
  border-color: #12396d;
  color: #fff;
}

.btn--ghost {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn--ghost:hover {
  background: rgba(8, 39, 82, 0.08);
}

/* =========================
   HERO
========================= */

.hero {
  background: #f6f5f3;
  color: var(--ink);
  min-height: 900px;
  padding: 120px 0px 30px;
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(520px, 1.05fr);
  align-items: center;
  gap: 70px;
  max-width: 1360px;
}

.hero__content {
  max-width: 620px;
}

.hero h1 {
  margin: 0 0 22px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink);
}

.hero h1 span {
  color: #757069ba;
}

.hero p {
  max-width: 610px;
  margin: 0 0 30px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--ink);
}

.hero__buttons {
  display: flex;
  gap: 16px;
}

.hero__buttons .btn {
  min-height: 54px;
  padding-inline: 26px;
  font-size: 16px;
}

.hero__rating {
  margin-top: 86px;
  max-width: 410px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.hero__rating::after {
  content: "business with";
  min-height: 82px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  line-height: 1.05;
}

.hero__rating p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.hero__rating span {
  grid-column: 1;
  color: #f7aa3f;
  font-size: 19px;
  letter-spacing: 0;
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero__visual img {
  width: min(100%, 720px);
  height: auto;
  filter: drop-shadow(0 24px 55px rgba(8, 39, 82, 0.18));
}

.hero__logos {
  width: 70%;
  margin: auto;
  margin-top: 110px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.hero__logos-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(64px, 8vw, 130px);
  animation: logo-carousel 34s linear infinite;
}

.hero__logos img {
  width: auto;
  filter: grayscale(100%);
  height: clamp(34px, 4vw, 58px);
  max-width: 210px;
  object-fit: contain;
  opacity: 1;
  flex: 0 0 auto;
}

/* =========================
   GLOBAL SECTION HEADER
========================= */

.section-header {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-header h2 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 36px;
  line-height: 1.15;
  color: #082752;
}
.section-header--center {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-header p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-light);
}

/* =========================
   FEATURES (BRUTAL CARDS)
========================= */

.features {
  padding: 100px 0;
 
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Ikon */
.feature-icon {
  width: 40px;
  height: 40px;
  color: black;
  margin-right: 15px;
}

.feature-icon svg {
  stroke-width: 1 !important;
}


/* Hover */
/*.feature-card:hover {
  transform: translate(-6px, -6px);
  box-shadow: 16px 16px 0 black;
}*/

.feature-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 800;
  text-transform: uppercase;

  position: relative;
  display: inline-block;

  /* FIX: klipp underline så den inte läcker */
  overflow: hidden;
  padding-bottom: 6px;
}

.feature-card {
    background: #f9f9f9;
    border: 1px solid #082752;
    padding: 28px 28px 20px 28px;
    /* box-shadow: 5px 5px 0 black; */
    /* transition: transform 0.25s ease, box-shadow 0.25s ease; */
    position: relative;
    height: 370px;
    display: flex;
    flex-direction: column;
}

.feature-card:hover h3::after {
  transform: translateX(0);
}

.feature-card p {
  color: #082752;
  font-size: 15px;
  line-height: 1.5;
}

.card__button {
  border: 3px solid #082752;
  background: #082752;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  font-family: 'Space Grotesk';
  text-decoration: none;

  /* NYTT */
  margin-top: auto;     /* trycker ner knappen */
  align-self: center;   /* centrerar horisontellt */
}

/* =========================
   FEATURE SEO PAGES
========================= */

.feature-page {
  background: #f6f5f3;
}

.feature-hero {
  background: #f6f5f3;
  padding: 92px 0 78px;
  color: var(--ink);
}

.feature-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 72px;
}

.feature-hero__eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.feature-hero h1 {
  margin: 0 0 22px;
  max-width: 720px;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.feature-hero p {
  margin: 0;
  max-width: 640px;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
}

.feature-hero img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 55px rgba(8, 39, 82, 0.18));
}

.feature-content {
  padding: 84px 0 96px;
}

.feature-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  gap: 72px;
  align-items: start;
}

.feature-copy h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
}

.feature-copy h3 {
  margin: 34px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.feature-copy p {
  margin: 0 0 18px;
  color: #2f3b4d;
  font-size: 17px;
  line-height: 1.8;
}

.feature-copy ul {
  margin: 20px 0 0;
  padding-left: 22px;
  color: #2f3b4d;
  font-size: 17px;
  line-height: 1.8;
}

.feature-aside {
  position: sticky;
  top: 92px;
  border: 1px solid #dfe7ee;
  border-radius: 8px;
  padding: 26px;
  background: #f8fbfd;
}

.feature-aside h2 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.2;
}

.feature-aside a {
  display: block;
  padding: 10px 0;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #e2eaf0;
}

.feature-aside a:last-child {
  border-bottom: 0;
}

.feature-cta {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1024px) {
  .feature-hero__grid,
  .feature-content__grid {
    grid-template-columns: 1fr;
  }

  .feature-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .feature-hero {
    padding: 64px 0 56px;
  }

  .feature-content {
    padding: 58px 0 72px;
  }

  .feature-copy h2 {
    font-size: 29px;
  }
}

/* =========================
   WHOLESALERS
========================= */

.wholesalers {
  padding: 96px 0 104px;
  background: #f6f5f3;
;
}

.wholesalers .section-header {
  margin-bottom: 42px;
}

.wholesalers__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

.wholesaler-logo {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  border: 1px solid #e0e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8, 39, 82, 0.05);
}

.wholesaler-logo img {
  max-width: 150px;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .wholesalers__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wholesalers {
    padding: 70px 0;
  }

  .wholesalers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .wholesaler-logo {
    min-height: 88px;
    padding: 18px 14px;
  }

  .wholesaler-logo img {
    max-width: 118px;
    max-height: 40px;
  }
}

/* =========================
   SUPPORT CARDS
========================= */

.support-cards {
  padding: 100px;
}

.support-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.support-card {
  background: #e9e5de;
  border-radius: 4px;
  padding: 34px 26px 28px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.support-card h3 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #1f2937;
}

.support-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #2f3440;
}

.support-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  color: #1f2937;
}

.support-card__link span {
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}

/* =========================
   BOOKING
========================= */

.booking-section {
  padding: 100px 0;
  background: #f8fbfd;
}

.booking-section__header {
  margin-bottom: 34px;
  max-width: 720px;
}

.booking-section__eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  color: #4899c3;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-section h2 {
  margin: 0 0 12px;
  max-width: 680px;
  color: var(--ink);
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
}

.booking-section__header p {
  margin: 0;
  color: #314057;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.booking-widget {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#bokamera-embedded {
  min-height: 680px;
  background: transparent;
}

#bokamera-embedded.container,
#bokamera-embedded .container {
  --bokamera-primary: #082752;
  background: transparent !important;
}

#bokamera-embedded,
#bokamera-embedded > div,
#bokamera-embedded > div > div,
#bokamera-embedded > div > div > div,
#bokamera-embedded > div,
#bokamera-embedded [class*="embedded"],
#bokamera-embedded [class*="Embedded"],
#bokamera-embedded [class*="layout"],
#bokamera-embedded [class*="Layout"],
#bokamera-embedded [class*="page"],
#bokamera-embedded [class*="Page"],
#bokamera-embedded [class*="wrapper"],
#bokamera-embedded [class*="Wrapper"],
#bokamera-embedded [class*="content"],
#bokamera-embedded [class*="Content"] {
  background: transparent !important;
}

#bokamera-embedded [class*="card"],
#bokamera-embedded [class*="Card"] {
  background: #fff;
}

/* =========================
   CONTACT
========================= */

.contact-section {
  padding: 100px 0;
  background: #f6f5f3;
}

.contact-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 34px;
  align-items: stretch;
}

.contact-map {
  min-height: 460px;
  overflow: hidden;
  border: 1px solid #dfe7ee;
  border-radius: 8px;
  background: #edf4f8;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  border: 0;
}

.contact-card {
  min-height: 460px;
  padding: 38px;
  border-radius: 8px;
  background: #082752;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.contact-card__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.contact-card__logo svg {
  width: 28px;
  height: 28px;
}

.contact-card__items {
  margin-top: 40px;
  display: grid;
  gap: 24px;
}

.contact-card__items span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-card__items p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.contact-card a {
  color: inherit;
}

.contact-card__actions {
  margin-top: auto;
  padding-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-card__actions .btn--dark {
  background: #fff;
  border-color: #fff;
  color: #082752;
}

.contact-card__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.contact-card__actions .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1024px) {
  .booking-section__header {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-section__grid {
    grid-template-columns: 1fr;
  }

  .support-cards__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   FOOTER
========================= */

.footer {
  background: #082752;
  color: #fff;
  padding: 72px 0 28px;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(150px, 0.65fr) minmax(190px, 0.75fr) minmax(230px, 0.85fr);
  gap: 54px;
  align-items: start;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.footer__logo svg {
  width: 27px;
  height: 27px;
  stroke-width: 2;
}

.footer__brand p,
.footer__social p {
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.footer__contact {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer a {
  color: inherit;
}

.footer__contact a,
.footer__nav a,
.footer__bottom a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.footer__contact a:hover,
.footer__nav a:hover,
.footer__bottom a:hover {
  color: #fff;
}

.footer__nav h2,
.footer__social h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.footer__nav a {
  display: block;
  margin-bottom: 11px;
  font-size: 15px;
  font-weight: 600;
}

.footer__social-links {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__social-links a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.footer__social-links a:hover {
  background: #fff;
  color: #082752;
}

.footer__bottom {
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

/* =========================
   HAMBURGER
========================= */

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-dark);
  margin: 4px 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--sky);
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px 24px;
    border-bottom: 1px solid rgba(8, 39, 82, 0.12);
  }

  .nav.nav--open {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .hamburger__bar {
    background: var(--ink);
  }

  .header__cta {
    display: none;
  }

  .logo {
    font-size: 29px;
  }

  .logo svg {
    width: 24px;
    height: 24px;
  }

  .hero {
    min-height: auto;
    padding: 72px 0 54px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero__content {
    max-width: 720px;
  }

  .hero__rating {
    margin-top: 48px;
  }

  .hero__visual {
    justify-content: flex-start;
  }

  .hero__logos {
    margin-top: 74px;
    padding-inline: 24px;
  }

  .hero__logos-track {
    gap: 54px;
    animation-duration: 28s;
  }

  .features__grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .container {
    padding: 0 18px;
  }

  .footer {
    padding: 54px 0 24px;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer__bottom {
    margin-top: 40px;
    flex-direction: column;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero__buttons {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__buttons .btn {
    min-height: 48px;
  }

  .hero__rating {
    display: block;
  }

  .hero__rating::after {
    min-height: 0;
    margin-top: 18px;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
  }

  .hero__visual img {
    width: min(100%, 560px);
  }

  .contact-section {
    padding: 70px 0;
  }

  .booking-section {
    padding: 70px 0;
  }

  #bokamera-embedded {
    min-height: 760px;
  }

  .contact-map,
  .contact-map iframe,
  .contact-card {
    min-height: 360px;
  }

  .contact-card {
    padding: 28px;
  }

  .contact-card__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-cards {
    padding: 70px 0;
  }
}

main > section:nth-of-type(odd) {
  background: #f6f5f3;
}

main > section:nth-of-type(even) {
  background: #f9f9f9;
}

@keyframes logo-carousel {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
