.elementor-26 .elementor-element.elementor-element-057f3dd{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26 .elementor-element.elementor-element-057f3dd:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-057f3dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-26 .elementor-element.elementor-element-087752f{--display:flex;--min-height:100vh;--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;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-26 .elementor-element.elementor-element-087752f:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-087752f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-26 .elementor-element.elementor-element-84e39bb{--display:flex;--min-height:20vh;--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;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-26 .elementor-element.elementor-element-84e39bb:not(.elementor-motion-effects-element-type-background), .elementor-26 .elementor-element.elementor-element-84e39bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-057f3dd *//* Outer container */
.hero-frame{
  background:#000;
  position:relative;
  overflow:hidden; /* hindrar att revslider skapar horisontell scroll */
}

/* Ramen (svart “padding” runt allt) */
.hero-frame::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow: inset 0 0 0 20px #000; /* “ramens” tjocklek */
  z-index: 50; /* ligger ovanpå sliden */
}

/* Se till att sliden ligger under ramen */
.hero-frame .rev_slider_wrapper,
.hero-frame rs-module-wrap,
.hero-frame rs-module{
  position:relative;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a89623 *//* =========================
   Dark Gradient Hero (Monokrom)
   ========================= */

.dg-hero{
  --bg: #060606;
  --panel: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.62);

  background:
    radial-gradient(900px 520px at 18% 28%, rgba(255,255,255,.08), rgba(255,255,255,0) 60%),
    radial-gradient(760px 520px at 80% 35%, rgba(255,255,255,.06), rgba(255,255,255,0) 58%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  padding: clamp(28px, 4vw, 54px) 18px;
  color: var(--text);
  overflow: hidden;
}

.dg-hero__wrap{
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}

/* LEFT */
.dg-hero__title{
  margin: 0 0 16px;
  font-size: clamp(40px, 4.3vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.dg-hero__title span{
  display: inline-block;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.42));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dg-hero__lead{
  margin: 0 0 28px;
  max-width: 62ch;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: rgba(255,255,255,.66);
}

.dg-hero__features{
  display: grid;
  gap: 18px;
}

.dg-feature{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.dg-feature__icon{
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 18px 50px rgba(0,0,0,.55);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.90);
}

.dg-feature__icon svg{
  width: 24px;
  height: 24px;
  display: block;
}

.dg-feature__title{
  margin: 0 0 6px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 750;
  letter-spacing: -0.01em;
}

.dg-feature__text{
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.65;
  font-size: clamp(13px, 1.1vw, 15px);
}

/* RIGHT CARD */
.dg-hero__card{
  display: grid;
  justify-items: end;
}

.dg-card{
  width: min(520px, 100%);
  min-height: clamp(320px, 36vw, 470px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.12);

  background:
    radial-gradient(620px 360px at 50% 40%, rgba(255,255,255,.11), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));

  box-shadow:
    0 40px 120px rgba(0,0,0,.75),
    inset 0 1px 0 rgba(255,255,255,.10);

  position: relative;
  overflow: hidden;

  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(22px, 3vw, 40px);
}

/* extra “depth” vignette */
.dg-card::after{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(520px 320px at 50% 20%, rgba(0,0,0,0), rgba(0,0,0,.55) 70%);
  pointer-events:none;
}

.dg-card__icon{
  width: 86px;
  height: 86px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  color: #0b0b0b;
  display: grid;
  place-items: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.70);
  transform: rotate(-8deg);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.dg-card__icon svg{
  width: 40px;
  height: 40px;
  display:block;
}

.dg-card__title{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -0.02em;
  font-weight: 850;
  position: relative;
  z-index: 1;
}

.dg-card__quote{
  margin: 0;
  max-width: 34ch;
  color: rgba(255,255,255,.62);
  font-style: italic;
  line-height: 1.7;
  font-size: clamp(13px, 1.1vw, 15px);
  position: relative;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .dg-hero__wrap{
    grid-template-columns: 1fr;
  }
  .dg-hero__card{
    justify-items: start;
  }
  .dg-card{
    min-height: 360px;
    border-radius: 28px;
  }
}

@media (max-width: 520px){
  .dg-feature{
    grid-template-columns: 52px 1fr;
  }
  .dg-feature__icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7fa103 *//* =========================
   Dark Gradient Hero (Monokrom)
   ========================= */

.dg-hero{
  --bg: #060606;
  --panel: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.10);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.62);

  background:
    radial-gradient(900px 520px at 18% 28%, rgba(255,255,255,.08), rgba(255,255,255,0) 60%),
    radial-gradient(760px 520px at 80% 35%, rgba(255,255,255,.06), rgba(255,255,255,0) 58%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  padding: clamp(28px, 4vw, 54px) 18px;
  color: var(--text);
  overflow: hidden;
}

.dg-hero__wrap{
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
}

/* LEFT */
.dg-hero__title{
  margin: 0 0 16px;
  font-size: clamp(40px, 4.3vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.dg-hero__title span{
  display: inline-block;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.42));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dg-hero__lead{
  margin: 0 0 28px;
  max-width: 62ch;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.7;
  color: rgba(255,255,255,.66);
}

.dg-hero__features{
  display: grid;
  gap: 18px;
}

.dg-feature{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.dg-feature__icon{
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 18px 50px rgba(0,0,0,.55);
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.90);
}

.dg-feature__icon svg{
  width: 24px;
  height: 24px;
  display: block;
}

.dg-feature__title{
  margin: 0 0 6px;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 750;
  letter-spacing: -0.01em;
}

.dg-feature__text{
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.65;
  font-size: clamp(13px, 1.1vw, 15px);
}

/* RIGHT CARD */
.dg-hero__card{
  display: grid;
  justify-items: end;
}

.dg-card{
  width: min(520px, 100%);
  min-height: clamp(320px, 36vw, 470px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.12);

  background:
    radial-gradient(620px 360px at 50% 40%, rgba(255,255,255,.11), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));

  box-shadow:
    0 40px 120px rgba(0,0,0,.75),
    inset 0 1px 0 rgba(255,255,255,.10);

  position: relative;
  overflow: hidden;

  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(22px, 3vw, 40px);
}

/* extra “depth” vignette */
.dg-card::after{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(520px 320px at 50% 20%, rgba(0,0,0,0), rgba(0,0,0,.55) 70%);
  pointer-events:none;
}

.dg-card__icon{
  width: 86px;
  height: 86px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  color: #0b0b0b;
  display: grid;
  place-items: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.70);
  transform: rotate(-8deg);
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.dg-card__icon svg{
  width: 40px;
  height: 40px;
  display:block;
}

.dg-card__title{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: -0.02em;
  font-weight: 850;
  position: relative;
  z-index: 1;
}

.dg-card__quote{
  margin: 0;
  max-width: 34ch;
  color: rgba(255,255,255,.62);
  font-style: italic;
  line-height: 1.7;
  font-size: clamp(13px, 1.1vw, 15px);
  position: relative;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .dg-hero__wrap{
    grid-template-columns: 1fr;
  }
  .dg-hero__card{
    justify-items: start;
  }
  .dg-card{
    min-height: 360px;
    border-radius: 28px;
  }
}

@media (max-width: 520px){
  .dg-feature{
    grid-template-columns: 52px 1fr;
  }
  .dg-feature__icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}/* End custom CSS */