.elementor-296786 .elementor-element.elementor-element-53393bb{--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;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-5fa94db *//* ============================================================
   SCOPED: .fliserenser-landing
   Alt CSS er nested under denne klasse, så intet rammer andre sider.
   ============================================================ */

.fliserenser-landing {
  --fl-black: #1a1a1a;
  --fl-dark: #2c2c2c;
  --fl-body: #444444;
  --fl-muted: #717171;
  --fl-border: #e2e0db;
  --fl-sand: #f5f2ed;
  --fl-sand-dark: #ece8e1;
  --fl-white: #ffffff;
  --fl-orange: #e8712a;
  --fl-orange-hover: #d4621e;
  --fl-green: #4a7c59;
  --fl-green-light: #eef4f0;
  --fl-radius: 10px;
  --fl-max-width: 1550px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--fl-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* — Reset inden for scope — */
.fliserenser-landing *,
.fliserenser-landing *::before,
.fliserenser-landing *::after {
  box-sizing: border-box;
}

.fliserenser-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* — Sections — */
.fl-section {
  padding: 72px 24px;
}

.fl-section--sand {
  background-color: var(--fl-sand);
}

.fl-section--dark {
  background-color: var(--fl-black);
  color: var(--fl-sand);
}

.fl-section--dark .fl-section__subtitle {
  color: var(--fl-orange);
}

.fl-section--dark .fl-section__title {
  color: var(--fl-white);
}

.fl-section--dark p {
  color: #c5c1bb;
}

.fl-container {
  max-width: var(--fl-max-width);
  margin: 0 auto;
}

/* — Typography — */
.fl-section__subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fl-orange);
  margin-bottom: 12px;
}

.fl-section__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--fl-black);
  margin: 0 0 20px 0;
}

.fl-section__lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--fl-muted);
  max-width: 680px;
}

/* — Intro split — */
.fl-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.fl-intro__text p {
  margin: 0 0 16px 0;
  font-size: 17px;
}

.fl-intro__text p:last-child {
  margin-bottom: 0;
}

.fl-intro__visual {
  position: relative;
  border-radius: var(--fl-radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--fl-sand-dark);
}

.fl-intro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fl-intro__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--fl-orange);
  color: var(--fl-white);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 6px;
}

/* — Fordele cards — */
.fl-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.fl-benefit-card {
  background: var(--fl-white);
  border: 1px solid var(--fl-border);
  border-radius: var(--fl-radius);
  padding: 36px 32px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.fl-benefit-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.fl-benefit-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--fl-sand);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
}

.fl-benefit-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fl-black);
  margin: 0 0 10px 0;
}

.fl-benefit-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fl-muted);
  margin: 0;
}

/* — Sådan virker det — */
.fl-how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.fl-how__steps {
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
  counter-reset: step;
}

.fl-how__step {
  counter-increment: step;
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.fl-how__step:last-child {
  margin-bottom: 0;
}

.fl-how__step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--fl-orange);
  color: var(--fl-white);
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-how__step-content h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--fl-black);
  margin: 0 0 4px 0;
}

.fl-how__step-content p {
  font-size: 15px;
  color: var(--fl-muted);
  margin: 0;
  line-height: 1.65;
}

/* — Brug / anvendelse — */
.fl-uses {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.fl-use-tag {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--fl-radius);
  padding: 28px 24px;
  text-align: center;
  transition: background 0.2s ease;
}

.fl-use-tag:hover {
  background: rgba(255, 255, 255, 0.12);
}

.fl-use-tag__icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.fl-use-tag__label {
  font-size: 15px;
  font-weight: 600;
  color: var(--fl-white);
  display: block;
}

.fl-use-tag__desc {
  font-size: 13px;
  color: #999;
  margin-top: 6px;
  display: block;
}

/* — Tips — */
.fl-tips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.fl-tip {
  background: var(--fl-white);
  border-radius: var(--fl-radius);
  padding: 32px;
  border-left: 4px solid var(--fl-orange);
}

.fl-tip__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--fl-black);
  margin: 0 0 8px 0;
}

.fl-tip__text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fl-muted);
  margin: 0;
}

/* — Sådan lejer du — */
.fl-lease-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.fl-lease-step {
  text-align: center;
  padding: 0 8px;
  position: relative;
}

.fl-lease-step::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -12px;
  width: 24px;
  height: 2px;
  background: var(--fl-border);
}

.fl-lease-step:last-child::after {
  display: none;
}

.fl-lease-step__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--fl-sand);
  border: 2px solid var(--fl-border);
  color: var(--fl-orange);
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}

.fl-lease-step__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--fl-black);
  margin: 0 0 6px 0;
}

.fl-lease-step__text {
  font-size: 14px;
  color: var(--fl-muted);
  line-height: 1.6;
  margin: 0;
}

/* — CTA — */
.fl-cta-box {
  background: var(--fl-orange);
  border-radius: 16px;
  padding: 56px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.fl-cta-box__title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--fl-white);
  margin: 0 0 8px 0;
}

.fl-cta-box__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.fl-cta-box__right {
  flex-shrink: 0;
}

.fl-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  cursor: pointer;
  border: none;
}

.fl-btn--white {
  background: var(--fl-white);
  color: var(--fl-orange);
}

.fl-btn--white:hover {
  background: var(--fl-sand);
  transform: translateY(-1px);
}

.fl-btn--orange {
  background: var(--fl-orange);
  color: var(--fl-white);
}

.fl-btn--orange:hover {
  background: var(--fl-orange-hover);
  transform: translateY(-1px);
}

/* — Butikker — */
.fl-stores {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.fl-store {
  background: var(--fl-sand);
  border-radius: var(--fl-radius);
  padding: 24px;
  text-align: center;
  transition: box-shadow 0.2s ease;
}

.fl-store:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.fl-store__city {
  font-size: 16px;
  font-weight: 700;
  color: var(--fl-black);
  margin: 0 0 4px 0;
}

.fl-store__phone {
  font-size: 15px;
  color: var(--fl-orange);
  text-decoration: none;
  font-weight: 600;
}

.fl-store__phone:hover {
  text-decoration: underline;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .fl-intro,
  .fl-how {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fl-benefits {
    grid-template-columns: 1fr;
  }

  .fl-uses {
    grid-template-columns: repeat(2, 1fr);
  }

  .fl-tips {
    grid-template-columns: 1fr;
  }

  .fl-lease-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .fl-lease-step::after {
    display: none;
  }

  .fl-cta-box {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
  }

  .fl-stores {
    grid-template-columns: repeat(2, 1fr);
  }

  .fl-section {
    padding: 56px 20px;
  }
}

@media (max-width: 600px) {
  .fl-uses {
    grid-template-columns: 1fr;
  }

  .fl-lease-steps {
    grid-template-columns: 1fr;
  }

  .fl-stores {
    grid-template-columns: 1fr;
  }

  .fl-section {
    padding: 44px 16px;
  }
}/* End custom CSS */