.elementor-16133 .elementor-element.elementor-element-081b967{--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;}body.elementor-page-16133:not(.elementor-motion-effects-element-type-background), body.elementor-page-16133 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-f853b15 */@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,700;0,9..144,800;1,9..144,400&family=DM+Sans:wght@400;500;600&display=swap");

/* ═══════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════ */
.fkh * { box-sizing: border-box; margin: 0; padding: 0; }
.fkh {
  font-family: 'DM Sans', sans-serif;
  color: #1a1a1a;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   SHARED
═══════════════════════════════════════════ */
.fkh-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2d6a4a;
  margin-bottom: 10px;
  display: block;
}
.fkh-h2 {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
@media (max-width: 480px) { .fkh-h2 { font-size: 26px; } }
.fkh-sub {
  font-size: 16px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 32px;
}
.fkh-btn-yellow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e8a020;
  color: #1a1a1a;
  border: none;
  border-radius: 10px;
  padding: 16px 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
}
.fkh-btn-yellow:hover { background: #d4911a; color: #1a1a1a; transform: translateY(-1px); }
.fkh-btn-yellow:active { transform: scale(0.98); }
.fkh-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 10px;
  padding: 14px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.fkh-btn-outline:hover { background: #1a1a1a; color: #fff; }

/* ═══════════════════════════════════════════
   1. HERO
═══════════════════════════════════════════ */
.fkh-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: #f5f0e8;
  overflow: hidden;
}
@media (max-width: 720px) {
  .fkh-hero { grid-template-columns: 1fr; }
  .fkh-hero-img {
    min-height: 0 !important;
    height: 200px !important;
    max-height: 200px !important;
    order: -1;
  }
  .fkh-hero-img img {
    object-position: center 25% !important;
  }
}
.fkh-hero-left {
  padding: 56px 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 720px) { .fkh-hero-left { padding: 40px 20px 36px; } }

.fkh-hero-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.fkh-hero-stars { color: #e8a020; font-size: 15px; letter-spacing: 1px; }
.fkh-hero-stars-text { font-size: 13px; color: #555; font-weight: 500; }

.fkh-hero-h1 {
  font-family: 'Fraunces', serif;
  font-size: 42px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
}
@media (max-width: 480px) { .fkh-hero-h1 { font-size: 30px; } }
.fkh-hero-h1 em { font-style: italic; color: #2d6a4a; }

.fkh-hero-sub {
  font-size: 17px;
  color: #444;
  line-height: 1.65;
  margin-bottom: 32px;
}

.fkh-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.fkh-hero-note {
  font-size: 12px;
  color: #888;
}
.fkh-hero-note b { color: #2d6a4a; font-weight: 600; }

.fkh-hero-img {
  position: relative;
  overflow: hidden;
  min-height: 520px;
}
.fkh-hero-img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge strip */
.fkh-badges {
  background: rgba(240,192,64,0.12);
  border-top: 1px solid rgba(220,172,40,0.25);
  border-bottom: 1px solid rgba(220,172,40,0.25);
  padding: 12px 0;
}
.fkh-badges-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fkh-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 22px;
  border-right: 1px solid rgba(180,140,20,0.2);
  font-size: 13px;
  font-weight: 600;
  color: #2a2010;
  white-space: nowrap;
}
.fkh-badge:last-child { border-right: none; }
.fkh-badge-dot {
  width: 20px; height: 20px;
  background: #2d6a4a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════
   2. PRODUKTER
═══════════════════════════════════════════ */
.fkh-products {
  background: #ffffff;
  padding: 64px 40px;
}
@media (max-width: 680px) { .fkh-products { padding: 48px 20px; } }
.fkh-products-inner { max-width: 900px; margin: 0 auto; }
.fkh-products-head { text-align: center; margin-bottom: 44px; }

.fkh-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 680px) { .fkh-products-grid { grid-template-columns: 1fr; gap: 16px; } }

.fkh-product-card {
  border-radius: 16px;
  overflow: hidden;
  background: #f5f0e8;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.2s;
}
.fkh-product-card:hover { transform: translateY(-3px); }

.fkh-product-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.fkh-product-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.fkh-product-card:hover .fkh-product-img img { transform: scale(1.04); }

.fkh-product-body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.fkh-product-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2d6a4a;
  margin-bottom: 6px;
}
.fkh-product-name {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.2;
}
.fkh-product-desc { font-size: 13px; color: #555; line-height: 1.55; margin-bottom: 14px; flex: 1; }
.fkh-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.fkh-product-price { font-size: 14px; font-weight: 700; color: #1a1a1a; }
.fkh-product-price span { font-size: 12px; font-weight: 400; color: #888; }
.fkh-product-cta {
  background: #2d6a4a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.fkh-product-cta:hover { background: #1b4d35; color: #fff; }

/* ═══════════════════════════════════════════
   INFO-KNAPP
═══════════════════════════════════════════ */
.fkh-product-info-btn {
  display: inline-flex;
  align-items: center;
  background: #f0ede8;
  color: #2d6a4a;
  border: 1.5px solid #c8ddd0;
  border-radius: 20px;
  padding: 4px 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.fkh-product-info-btn:hover {
  background: #2d6a4a;
  color: #fff;
  border-color: #2d6a4a;
}
.fkh-product-card--tryout .fkh-product-info-btn {
  background: rgba(255,255,255,0.08);
  color: #e8a020;
  border-color: rgba(232,160,32,0.4);
}
.fkh-product-card--tryout .fkh-product-info-btn:hover {
  background: #e8a020;
  color: #1a1a1a;
  border-color: #e8a020;
}

/* ═══ INFO POPUP ═══ */
.fkh-info-popup {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  background: #fff;
  border: 1.5px solid #e0d9ce;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  z-index: 100;
}
.fkh-info-popup.open {
  display: block;
}
.fkh-info-popup::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 16px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1.5px solid #e0d9ce;
  border-top: 1.5px solid #e0d9ce;
  transform: rotate(45deg);
}
.fkh-info-popup-title {
  font-family: 'Fraunces', serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.fkh-info-popup-text {
  font-size: 13px;
  color: #555;
  line-height: 1.55;
  margin-bottom: 10px;
}
.fkh-info-popup-link {
  font-size: 13px;
  font-weight: 600;
  color: #2d6a4a;
  text-decoration: none;
  display: block;
  border-top: 1px solid #ebe7df;
  padding-top: 8px;
  margin-top: 4px;
}
.fkh-info-popup-link:hover {
  text-decoration: underline;
}
/* Mörkt kort — Prova på */
.fkh-product-card--tryout .fkh-info-popup {
  background: #2a2a2a;
  border-color: #444;
}
.fkh-product-card--tryout .fkh-info-popup::before {
  background: #2a2a2a;
  border-color: #444;
}
.fkh-product-card--tryout .fkh-info-popup-title { color: #fff; }
.fkh-product-card--tryout .fkh-info-popup-text { color: #aaa; }
.fkh-product-card--tryout .fkh-info-popup-link { color: #e8a020; border-color: #444; }

/* ═══════════════════════════════════════════
   3. MENY / RÄTTER
═══════════════════════════════════════════ */
.fkh-menu {
  background: #1a1a1a;
  padding: 64px 40px;
}
@media (max-width: 680px) { .fkh-menu { padding: 48px 20px; } }
.fkh-menu-inner { max-width: 900px; margin: 0 auto; }
.fkh-menu-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 12px;
}
.fkh-menu-head .fkh-label { color: #e8a020; }
.fkh-menu-head .fkh-h2 { color: #fff; margin-bottom: 0; }
.fkh-menu-link {
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  white-space: nowrap;
}
.fkh-menu-link:hover { color: #fff; }

.fkh-menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
@media (max-width: 720px) { .fkh-menu-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } }
@media (max-width: 480px) { .fkh-menu-grid { grid-template-columns: repeat(2, 1fr); } }

.fkh-meal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
}
.fkh-meal-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: #242424;
  border: 3px solid #333;
  transition: border-color 0.2s;
}
.fkh-meal:hover .fkh-meal-img { border-color: #e8a020; }
.fkh-meal-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fkh-meal-name { font-size: 13px; font-weight: 600; color: #fff; line-height: 1.3; }
.fkh-meal-macro { font-size: 11px; color: #666; }

/* ═══════════════════════════════════════════
   4. HUR DET FUNKAR
═══════════════════════════════════════════ */
.fkh-how {
  background: #f5f0e8;
  padding: 64px 40px;
}
@media (max-width: 680px) { .fkh-how { padding: 48px 20px; } }
.fkh-how-inner { max-width: 820px; margin: 0 auto; }
.fkh-how-head { text-align: center; margin-bottom: 48px; }

.fkh-how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 600px) { .fkh-how-steps { grid-template-columns: 1fr; } }

.fkh-how-step {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.fkh-how-num {
  width: 40px; height: 40px;
  background: #2d6a4a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 16px;
}
.fkh-how-step h3 {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.2;
}
.fkh-how-step p { font-size: 14px; color: #555; line-height: 1.6; }

.fkh-how-cta { text-align: center; }
.fkh-how-note { font-size: 13px; color: #888; margin-top: 10px; }
.fkh-how-note b { color: #2d6a4a; font-weight: 600; }

/* ═══════════════════════════════════════════
   5. SOCIAL PROOF
═══════════════════════════════════════════ */
.fkh-proof {
  background: #fff;
  padding: 64px 40px;
}
@media (max-width: 680px) { .fkh-proof { padding: 48px 20px; } }
.fkh-proof-inner { max-width: 900px; margin: 0 auto; }
.fkh-proof-head { text-align: center; margin-bottom: 44px; }

.fkh-proof-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 640px) { .fkh-proof-cards { grid-template-columns: 1fr; } }

.fkh-proof-card {
  background: #f5f0e8;
  border-radius: 14px;
  padding: 24px 20px;
}
.fkh-proof-stars { color: #e8a020; font-size: 14px; margin-bottom: 12px; }
.fkh-proof-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 16px;
}
.fkh-proof-author { display: flex; align-items: center; gap: 10px; }
.fkh-proof-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #2d6a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.fkh-proof-name { font-size: 14px; font-weight: 600; color: #1a1a1a; }
.fkh-proof-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #2d6a4a;
  font-weight: 600;
  margin-top: 2px;
}

.fkh-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid #ebe7df;
}
.fkh-stat { text-align: center; }
.fkh-stat-num {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 700;
  color: #2d6a4a;
  display: block;
}
.fkh-stat-label { font-size: 13px; color: #666; margin-top: 3px; font-weight: 500; }
.fkh-stat-div { width: 1px; height: 44px; background: #ebe7df; }

/* ═══════════════════════════════════════════
   6. ZIP CHECKER
═══════════════════════════════════════════ */
.fkh-zip {
  background: #f5f0e8;
  padding: 28px 40px;
  border-top: 1px solid rgba(45,106,74,0.15);
  border-bottom: 1px solid rgba(45,106,74,0.15);
}
@media (max-width: 680px) { .fkh-zip { padding: 24px 20px; } }
.fkh-zip-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 600px) { .fkh-zip-inner { flex-direction: column; align-items: flex-start; gap: 14px; } }
.fkh-zip-text h3 {
  font-family: 'Fraunces', serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.fkh-zip-form { display: flex; gap: 8px; flex-shrink: 0; }
@media (max-width: 600px) { .fkh-zip-form { width: 100%; } }
.fkh-zip-input {
  padding: 12px 16px;
  border: 1.5px solid #d4c9b5;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  width: 170px;
  transition: border-color 0.2s;
}
.fkh-zip-input:focus { border-color: #2d6a4a; }
.fkh-zip-input::placeholder { color: #bbb; }
@media (max-width: 600px) { .fkh-zip-input { flex: 1; width: auto; } }
.fkh-zip-btn {
  padding: 12px 20px;
  background: #2d6a4a;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.fkh-zip-btn:hover { background: #1b4d35; }
.fkh-zip-result { font-size: 15px; font-weight: 600; margin-top: 8px; min-height: 20px; }
.fkh-zip-result.success { color: #2d6a4a; }
.fkh-zip-result.fail { color: #cc3333; }
.fkh-zip-result.loading { color: #888; font-weight: 400; }
.fkh-zip-result.error { color: #e8a020; }

/* ═══════════════════════════════════════════
   7. FAQ
═══════════════════════════════════════════ */
.fkh-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
@media (max-width: 720px) { .fkh-faq { grid-template-columns: 1fr; } }
.fkh-faq-img { position: relative; overflow: hidden; min-height: 480px; }
@media (max-width: 720px) { .fkh-faq-img { min-height: 280px; } }
.fkh-faq-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.fkh-faq-content { background: #f5f0e8; padding: 56px 52px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 720px) { .fkh-faq-content { padding: 44px 24px; } }
.fkh-faq-h2 {
  font-family: 'Fraunces', serif;
  font-size: 38px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.fkh-faq-list { display: flex; flex-direction: column; }
.fkh-faq-item { border-top: 1px solid rgba(0,0,0,0.12); }
.fkh-faq-item:last-of-type { border-bottom: 1px solid rgba(0,0,0,0.12); }
.fkh-faq-btn {
  width: 100%; background: none; border: none;
  padding: 15px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  cursor: pointer; text-align: left;
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 400; color: #1a1a1a; line-height: 1.4;
}
.fkh-faq-btn:hover { color: #2d6a4a; }
.fkh-faq-chevron { flex-shrink: 0; transition: transform 0.25s ease; opacity: 0.5; }
.fkh-faq-item.open .fkh-faq-chevron { transform: rotate(180deg); opacity: 1; }
.fkh-faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 14px; color: #555; line-height: 1.7; padding-right: 28px;
}
.fkh-faq-item.open .fkh-faq-answer { max-height: 300px; padding-bottom: 16px; }
.fkh-faq-more { margin-top: 24px; font-size: 13px; color: #888; }
.fkh-faq-more a { color: #2d6a4a; font-weight: 500; text-decoration: underline; }

/* ═══════════════════════════════════════════
   8. TRUST STRIP
═══════════════════════════════════════════ */
.fkh-trust {
  background: #2d6a4a;
  padding: 48px 40px;
}
@media (max-width: 680px) { .fkh-trust { padding: 40px 20px; } }
.fkh-trust-inner {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
@media (max-width: 640px) { .fkh-trust-inner { grid-template-columns: 1fr; gap: 24px; } }
.fkh-trust-item { display: flex; align-items: flex-start; gap: 16px; }
.fkh-trust-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.fkh-trust-icon.gold { background: #e8a020; }
.fkh-trust-title { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 4px; line-height: 1.3; }
.fkh-trust-desc { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.6; }
.fkh-trust-desc b { color: #fff; font-weight: 600; }

/* ═══ VIDEO REVIEWS ═══ */
.fkh-vr { background: #1a1a1a; padding: 56px 40px; }
@media (max-width: 680px) { .fkh-vr { padding: 44px 20px; } }
.fkh-vr-inner { max-width: 900px; margin: 0 auto; }
.fkh-vr-head { margin-bottom: 32px; }
.fkh-vr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 720px) { .fkh-vr-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
.fkh-vr-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #242424;
}
.fkh-vr-video {
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
  background: #111;
}
.fkh-vr-video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  display: block;
}
.fkh-vr-footer {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fkh-vr-av {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #2d6a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.fkh-vr-name { font-size: 12px; font-weight: 600; color: #fff; line-height: 1.3; }
.fkh-vr-role { font-size: 11px; color: #888; line-height: 1.3; }

/* ═══ HERO ZIP CHECKER ═══ */
.fkh-hero-zip { margin-top: 16px; margin-bottom: 4px; }
.fkh-hero-zip-form { display: flex; gap: 8px; max-width: 400px; }
@media (max-width: 480px) { .fkh-hero-zip-form { flex-direction: column; } }
.fkh-hero-zip-input {
  flex: 1;
  padding: 13px 16px;
  border: 1.5px solid #d4c9b5;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.fkh-hero-zip-input:focus { border-color: #2d6a4a; }
.fkh-hero-zip-input::placeholder { color: #aaa; }
.fkh-hero-zip-btn {
  padding: 13px 20px;
  background: #fff;
  color: #2d6a4a;
  border: 2px solid #2d6a4a;
  border-radius: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.fkh-hero-zip-btn:hover { background: #2d6a4a; color: #fff; }
.fkh-hero-zip-result { font-size: 14px; font-weight: 600; margin-top: 8px; min-height: 20px; }
.fkh-hero-zip-result.success { color: #2d6a4a; }
.fkh-hero-zip-result.fail { color: #cc3333; }
.fkh-hero-zip-result.loading { color: #888; font-weight: 400; }
.fkh-hero-zip-result.error { color: #e8a020; }

/* ═══ UNDER PRODUKTER — GARANTI + MICRO-TRUST ═══ */
.fkh-below-products {
  background: #f5f0e8;
  padding: 28px 40px 32px;
  border-top: 1px solid #e0d9ce;
}
@media (max-width: 680px) { .fkh-below-products { padding: 20px 16px 24px; } }

.fkh-below-products-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Micro-trust */
.fkh-microtrust {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
}
@media (max-width: 600px) {
  .fkh-microtrust {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .fkh-microtrust-sep { display: none; }
}
@media (max-width: 360px) {
  .fkh-microtrust { grid-template-columns: 1fr; }
}

.fkh-microtrust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #1b4d35;
  padding: 14px 12px;
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid #c8e0d0;
  text-align: center;
  line-height: 1.3;
}
.fkh-microtrust-item svg { flex-shrink: 0; }

.fkh-microtrust-sep {
  width: 12px;
}

/* ═══ PRODUKTGRID — 4 KOLUMNER ═══ */
.fkh-products-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 860px) {
  .fkh-products-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
  .fkh-products-grid { grid-template-columns: 1fr !important; }
}

/* Prova-på-kort */
.fkh-product-card--tryout {
  background: #1a1a1a;
  border: 2px dashed #e8a020;
  position: relative;
}
.fkh-product-card--tryout .fkh-product-name { color: #fff; }
.fkh-product-card--tryout .fkh-product-desc { color: #aaa; }
.fkh-product-card--tryout .fkh-product-price { color: #fff; }

.fkh-product-tryout-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e8a020;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 2;
}

.fkh-product-perk {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 6px;
  font-weight: 500;
}
.fkh-product-card--tryout .fkh-product-perk { color: #bbb; }

.fkh-product-cta--outline {
  background: transparent !important;
  color: #e8a020 !important;
  border: 2px solid #e8a020 !important;
}
.fkh-product-cta--outline:hover {
  background: #e8a020 !important;
  color: #1a1a1a !important;
}

/* Prenumerationsfördel */
.fkh-sub-upsell {
  margin-top: 24px;
}
.fkh-sub-upsell-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbf0;
  border: 1.5px solid #f0d080;
  border-radius: 12px;
  padding: 16px 20px;
}
.fkh-sub-upsell-icon {
  width: 32px; height: 32px;
  background: #fef3c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fkh-sub-upsell-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.fkh-sub-upsell-text strong {
  color: #1a1a1a;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}

/* Bockpunkter på vita prenumerationskort */
.fkh-product-card:not(.fkh-product-card--tryout) .fkh-product-perk {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: #444;
  margin-bottom: 5px;
  font-weight: 500;
}

/* Upsell kursiv grön */
.fkh-sub-upsell-text em {
  font-style: italic;
  color: #2d6a4a;
  font-weight: 700;
}

/* ═══ TIGHT PRODUCT PERKS ═══ */
.fkh-product-card:not(.fkh-product-card--tryout) .fkh-product-perk {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 1.3;
}
.fkh-product-desc {
  font-size: 13px !important;
  color: #666;
  line-height: 1.5;
  margin-bottom: 12px !important;
}

/* ═══ LEVERANSTIDSLINJE ═══ */
.fkh-delivery-timeline {
  background: #f5f0e8;
  padding: 64px 40px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media (max-width: 680px) { .fkh-delivery-timeline { padding: 48px 20px; } }

.fkh-delivery-timeline-inner {
  max-width: 860px;
  margin: 0 auto;
}

.fkh-dt-header {
  text-align: center;
  margin-bottom: 48px;
}
.fkh-dt-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2d6a4a;
  display: block;
  margin-bottom: 10px;
}
.fkh-dt-heading {
  font-family: 'Fraunces', serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
@media (max-width: 480px) { .fkh-dt-heading { font-size: 24px; } }

.fkh-dt-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8a020;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

/* Steps */
.fkh-dt-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}
@media (max-width: 600px) {
  .fkh-dt-steps { flex-direction: column; align-items: center; gap: 8px; }
}

.fkh-dt-step {
  flex: 1;
  max-width: 220px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.fkh-dt-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ddd6cc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.fkh-dt-icon--delivery {
  background: #2d6a4a;
  border-color: #2d6a4a;
  box-shadow: 0 4px 20px rgba(45,106,74,0.3);
}

.fkh-dt-pill {
  display: inline-block;
  background: #e8e0d4;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  border-radius: 20px;
}
.fkh-dt-pill--green {
  background: #2d6a4a;
  color: #fff;
}

.fkh-dt-step-title {
  font-family: 'Fraunces', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}
.fkh-dt-step--highlight .fkh-dt-step-title { color: #2d6a4a; }

.fkh-dt-step-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  max-width: 180px;
}

/* Arrow */
.fkh-dt-arrow {
  display: flex;
  align-items: center;
  padding: 0 8px;
  margin-top: 36px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .fkh-dt-arrow { transform: rotate(90deg); margin: 0; }
}

/* ═══ YOUTUBE — dölj röd play-knapp med overlay ═══ */
.fkh-vr-video {
  position: relative;
}
.fkh-vr-video iframe {
  display: block;
}
.fkh-vr-video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
  z-index: 1;
}

/* ═══ VIDEO FACADE ═══ */
.fkh-yt-facade {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.fkh-yt-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.fkh-yt-facade:hover img { transform: scale(1.04); }

.fkh-yt-facade::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
  z-index: 1;
}

.fkh-yt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  transition: transform 0.2s ease, background 0.2s ease;
  pointer-events: none;
}
.fkh-yt-facade:hover .fkh-yt-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.fkh-yt-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 3;
}

/* ═══ RABATTKOD-BAR ═══ */
.fkh-discount-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 20px;
  margin: 0;
}
.fkh-discount-bar-code {
  font-family: monospace;
  font-size: 13px;
  font-weight: 800;
  color: #2d6a4a;
  background: #e8f5ee;
  border: 1.5px dashed #2d6a4a;
  border-radius: 5px;
  padding: 3px 9px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.fkh-discount-bar-text {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  line-height: 1.3;
}

/* ═══ HIGHLIGHTED PRODUCT CARD ═══ */
.fkh-product-card--highlight {
  background: #f5f0e8;
  border: 2.5px solid #e8a020;
  position: relative;
}
.fkh-product-card--highlight::after {
  content: '★ Ditt val';
  position: absolute;
  top: 14px;
  left: 14px;
  background: #e8a020;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 2;
}
.fkh-product-card--highlight .fkh-product-name {
  color: #1b4d35;
}
.fkh-product-card--highlight .fkh-product-cta {
  background: #e8a020;
  color: #1a1a1a;
}
.fkh-product-card--highlight .fkh-product-cta:hover {
  background: #d4911a;
}

/* ═══ LANDNINGSSIDA — 2-kolumns produktgrid ═══ */
.fkh-products-grid {
  grid-template-columns: repeat(2, 1fr) !important;
  max-width: 580px;
  margin: 0 auto;
  gap: 20px;
  padding-top: 16px;
}
@media (max-width: 540px) {
  .fkh-products-grid { grid-template-columns: 1fr !important; max-width: 320px; }
}/* End custom CSS */