
.dw-ls{
  --dw-accent:#27C2E8;
  --dw-bg:#061018;
  --dw-card:#111A22;
  --dw-text:#F4F7FA;
  --dw-muted:#AEB9C1;
  position:relative;
  overflow:hidden;
  color:var(--dw-text);
  font-family:Inter,Arial,sans-serif;
  background:
    radial-gradient(circle at 74% 4%,rgba(39,194,232,.09),transparent 27%),
    radial-gradient(circle at 8% 62%,rgba(39,194,232,.035),transparent 25%),
    linear-gradient(180deg,#061018 0%,#030b11 100%);
  isolation:isolate;
}
.dw-ls *{box-sizing:border-box}
.dw-ls button,.dw-ls a{font-family:inherit}
.dw-ls-wrap{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  margin:auto;
  padding:48px 0 54px;
}
.dw-ls-glow{
  position:absolute;
  pointer-events:none;
  border-radius:50%;
  filter:blur(70px);
  opacity:.28;
}
.dw-ls-glow-a{width:360px;height:150px;right:8%;top:270px;background:rgba(39,194,232,.13)}
.dw-ls-glow-b{width:240px;height:130px;left:-80px;bottom:170px;background:rgba(39,194,232,.08)}
.dw-ls-wave{
  position:absolute;
  border:1px solid rgba(60,197,232,.10);
  border-radius:50%;
  pointer-events:none;
}
.dw-ls-wave-1{width:930px;height:220px;right:-250px;top:15px;transform:rotate(-8deg)}
.dw-ls-wave-2{width:760px;height:170px;right:-180px;top:78px;transform:rotate(-15deg);opacity:.7}

.dw-ls-hero{max-width:730px;padding:8px 0 42px}
.dw-ls-eyebrow{
  font-size:11px;
  letter-spacing:.15em;
  font-weight:800;
  color:var(--dw-accent);
}
.dw-ls-hero h1{
  font-size:clamp(46px,5vw,68px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:10px 0 14px;
}
.dw-ls-line{width:44px;height:2px;background:var(--dw-accent);margin:0 0 19px}
.dw-ls-hero p{
  max-width:690px;
  margin:0;
  color:var(--dw-muted);
  font-size:14px;
  line-height:1.78;
}

.dw-ls-explorer{
  position:relative;
  border:1px solid rgba(255,255,255,.075);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(12,22,29,.88),rgba(6,14,20,.94));
  box-shadow:0 28px 70px rgba(0,0,0,.18);
  overflow:hidden;
}
.dw-ls-tabs-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px 12px;
  border-bottom:1px solid rgba(255,255,255,.045);
}
.dw-ls-tabs-head>span{
  color:var(--dw-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.dw-ls-tabs-swipe{
  display:none;
  color:#71818c;
  font-size:10px;
}

.dw-ls-tabs{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  border-bottom:1px solid rgba(255,255,255,.07);
}
.dw-ls-tab{
  position:relative;
  min-width:0;
  height:110px;
  padding:15px 8px 12px;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.055)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#7f8d97!important;
  cursor:pointer;
  text-align:center;
  transition:.22s ease;
}
.dw-ls-tab:last-child{border-right:0!important}
.dw-ls-tab:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:0;
  height:3px;
  transform:translateX(-50%);
  background:var(--dw-accent);
  box-shadow:0 0 16px rgba(39,194,232,.45);
  transition:.22s ease;
}
.dw-ls-tab-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin:0 auto;
  border-radius:50%;
  color:#6e808b;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.015);
  transition:.22s ease;
}
.dw-ls-tab-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.dw-ls-tab-title{
  display:block;
  max-width:105px;
  margin:9px auto 0;
  color:#8e9aa3;
  font-size:10px;
  line-height:1.25;
  font-weight:650;
  transition:.22s ease;
}
.dw-ls-tab:hover{
  background:rgba(39,194,232,.025)!important;
}
.dw-ls-tab:hover .dw-ls-tab-icon,
.dw-ls-tab.is-active .dw-ls-tab-icon{
  color:var(--dw-accent);
  border-color:rgba(39,194,232,.28);
  background:rgba(39,194,232,.065);
  box-shadow:0 0 20px rgba(39,194,232,.08);
}
.dw-ls-tab:hover .dw-ls-tab-title,
.dw-ls-tab.is-active .dw-ls-tab-title{
  color:var(--dw-text);
}
.dw-ls-tab.is-active{
  background:linear-gradient(180deg,rgba(39,194,232,.055),rgba(39,194,232,.012))!important;
}
.dw-ls-tab.is-active:before{width:42%}
.dw-ls-tab:focus-visible{
  outline:2px solid var(--dw-accent)!important;
  outline-offset:-3px;
}

.dw-ls-panels{position:relative}
.dw-ls-panel{
  min-height:500px;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  animation:dwLsIn .32s ease both;
}
.dw-ls-panel[hidden]{display:none!important}
@keyframes dwLsIn{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}
.dw-ls-panel-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:500px;
  overflow:hidden;
  border-right:1px solid rgba(255,255,255,.055);
  background:
    radial-gradient(circle at 50% 50%,rgba(39,194,232,.115),transparent 30%),
    linear-gradient(145deg,rgba(13,26,35,.88),rgba(7,16,23,.94));
}
.dw-ls-panel-visual:before,
.dw-ls-panel-visual:after{
  content:"";
  position:absolute;
  width:440px;
  height:90px;
  border:1px solid rgba(39,194,232,.105);
  border-radius:50%;
  transform:rotate(-13deg);
}
.dw-ls-panel-visual:after{
  width:370px;
  transform:rotate(14deg);
  opacity:.65;
}
.dw-ls-panel-number{
  position:absolute;
  left:20px;
  bottom:-30px;
  color:rgba(255,255,255,.025);
  font-size:190px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.09em;
}
.dw-ls-panel-icon{
  position:relative;
  z-index:2;
  width:142px;
  height:142px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--dw-accent);
  border:1px solid rgba(39,194,232,.22);
  background:
    radial-gradient(circle at 50% 44%,rgba(39,194,232,.10),rgba(39,194,232,.025) 58%,transparent 60%);
  box-shadow:
    0 0 0 17px rgba(39,194,232,.018),
    0 0 55px rgba(39,194,232,.08);
}
.dw-ls-panel-icon svg{
  width:72px;
  height:72px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.15;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.dw-ls-panel-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:54px 58px;
}
.dw-ls-panel-kicker{
  margin-bottom:10px;
  color:var(--dw-accent);
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
}
.dw-ls-panel-copy h2{
  margin:0;
  color:var(--dw-text);
  font-size:clamp(30px,3vw,43px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.dw-ls-panel-copy h3{
  max-width:600px;
  margin:12px 0 15px;
  color:#d6e0e6;
  font-size:16px;
  line-height:1.45;
  font-weight:650;
}
.dw-ls-panel-copy>p{
  max-width:650px;
  margin:0;
  color:var(--dw-muted);
  font-size:13px;
  line-height:1.78;
}
.dw-ls-benefits{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin:23px 0 0;
  padding:0;
  list-style:none;
}
.dw-ls-benefits li{
  display:grid;
  grid-template-columns:25px 1fr;
  gap:9px;
  align-items:center;
  color:#c5d0d7;
  font-size:12px;
  line-height:1.45;
}
.dw-ls-check{
  width:23px;
  height:23px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--dw-accent);
  background:rgba(39,194,232,.07);
  border:1px solid rgba(39,194,232,.22);
}
.dw-ls-check svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}
.dw-ls-detail-btn{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:27px;
  padding:12px 17px;
  border:1px solid rgba(39,194,232,.36)!important;
  border-radius:8px;
  background:rgba(39,194,232,.055)!important;
  color:var(--dw-accent)!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:800;
  transition:.22s ease;
}
.dw-ls-detail-btn:hover{
  transform:translateY(-2px);
  background:var(--dw-accent)!important;
  color:#041015!important;
  border-color:var(--dw-accent)!important;
  box-shadow:0 12px 30px rgba(39,194,232,.17);
}
.dw-ls-detail-btn svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
}

.dw-ls-mobile-controls{display:none}

.dw-ls-cta{
  margin-top:22px;
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:18px;
  align-items:center;
  padding:25px 27px;
  background:
    radial-gradient(circle at 10% 50%,rgba(39,194,232,.07),transparent 22%),
    linear-gradient(135deg,rgba(18,31,41,.98),rgba(9,17,24,.98));
  border:1px solid rgba(255,255,255,.085);
  border-radius:14px;
}
.dw-ls-cta-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  color:var(--dw-accent);
  border:1px solid rgba(39,194,232,.18);
  border-radius:50%;
  background:rgba(39,194,232,.035);
}
.dw-ls-cta-icon svg{
  width:36px;
  height:36px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.3;
}
.dw-ls-cta-kicker{
  margin-bottom:5px;
  color:var(--dw-accent);
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
}
.dw-ls-cta-copy h2{
  margin:0 0 5px;
  font-size:19px;
  line-height:1.2;
}
.dw-ls-cta-copy p{
  max-width:700px;
  margin:0;
  color:var(--dw-muted);
  font-size:11px;
  line-height:1.58;
}
.dw-ls-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:210px;
  padding:13px 18px!important;
  border:0!important;
  border-radius:8px!important;
  background:linear-gradient(135deg,var(--dw-accent),#2d9bd8)!important;
  color:white!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:800!important;
  transition:.22s ease;
}
.dw-ls-btn:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#35c9ef,#268fcf)!important;
  color:white!important;
  box-shadow:0 12px 28px rgba(39,194,232,.23);
}
.dw-ls-btn svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

/* Tablet */
@media(max-width:980px){
  .dw-ls-wrap{width:min(100% - 32px,1180px)}
  .dw-ls-tabs{
    display:flex;
    overflow-x:auto;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
  .dw-ls-tabs::-webkit-scrollbar{display:none}
  .dw-ls-tab{
    flex:0 0 130px;
    scroll-snap-align:start;
  }
  .dw-ls-tabs-swipe{display:block}
  .dw-ls-panel{
    grid-template-columns:.68fr 1.32fr;
    min-height:470px;
  }
  .dw-ls-panel-visual{min-height:470px}
  .dw-ls-panel-copy{padding:42px 36px}
  .dw-ls-panel-icon{width:120px;height:120px}
  .dw-ls-panel-icon svg{width:62px;height:62px}
  .dw-ls-cta{grid-template-columns:58px 1fr}
  .dw-ls-btn{grid-column:1/-1;width:100%;margin-top:2px}
}

/* Mobile */
@media(max-width:650px){
  .dw-ls-wrap{
    width:min(100% - 24px,1180px);
    padding:32px 0 40px;
  }
  .dw-ls-hero{padding-bottom:30px}
  .dw-ls-hero h1{font-size:42px}
  .dw-ls-hero p{font-size:13px;line-height:1.7}
  .dw-ls-explorer{
    margin-left:0;
    margin-right:0;
    border-radius:15px;
  }
  .dw-ls-tabs-head{padding:14px 14px 10px}
  .dw-ls-tabs-head>span{font-size:9px}
  .dw-ls-tabs-swipe{display:block;font-size:9px}
  .dw-ls-tabs{
    padding:0 9px;
    gap:7px;
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .dw-ls-tab{
    flex:0 0 112px;
    height:96px;
    margin:7px 0;
    padding:13px 7px 10px;
    border:1px solid rgba(255,255,255,.06)!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.012)!important;
    scroll-snap-align:center;
  }
  .dw-ls-tab:last-child{border-right:1px solid rgba(255,255,255,.06)!important}
  .dw-ls-tab.is-active{
    border-color:rgba(39,194,232,.25)!important;
    background:rgba(39,194,232,.055)!important;
  }
  .dw-ls-tab:before{
    bottom:-8px;
    height:2px;
  }
  .dw-ls-tab-icon{width:40px;height:40px}
  .dw-ls-tab-icon svg{width:21px;height:21px}
  .dw-ls-tab-title{font-size:9px;margin-top:7px}
  .dw-ls-panel{
    min-height:0;
    grid-template-columns:1fr;
  }
  .dw-ls-panel-visual{
    min-height:185px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.055);
  }
  .dw-ls-panel-number{
    left:13px;
    bottom:-24px;
    font-size:112px;
  }
  .dw-ls-panel-icon{
    width:88px;
    height:88px;
  }
  .dw-ls-panel-icon svg{width:46px;height:46px}
  .dw-ls-panel-copy{
    padding:27px 20px 24px;
  }
  .dw-ls-panel-kicker{font-size:8px}
  .dw-ls-panel-copy h2{font-size:31px}
  .dw-ls-panel-copy h3{
    margin:10px 0 13px;
    font-size:14px;
  }
  .dw-ls-panel-copy>p{
    font-size:12px;
    line-height:1.7;
  }
  .dw-ls-benefits{
    margin-top:19px;
    gap:9px;
  }
  .dw-ls-benefits li{
    align-items:start;
    font-size:11.5px;
  }
  .dw-ls-detail-btn{
    width:100%;
    justify-content:center;
    margin-top:22px;
  }
  .dw-ls-mobile-controls{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    border-top:1px solid rgba(255,255,255,.055);
  }
  .dw-ls-mobile-arrow{
    width:42px;
    height:38px;
    border:1px solid rgba(39,194,232,.22)!important;
    border-radius:8px!important;
    background:rgba(39,194,232,.035)!important;
    color:var(--dw-accent)!important;
    font-size:17px!important;
    cursor:pointer;
  }
  .dw-ls-mobile-status{
    display:flex;
    align-items:baseline;
    gap:5px;
  }
  .dw-ls-mobile-status strong{
    color:var(--dw-accent);
    font-size:18px;
  }
  .dw-ls-mobile-status span{
    color:#65747e;
    font-size:11px;
  }
  .dw-ls-cta{
    margin-top:16px;
    grid-template-columns:48px 1fr;
    gap:12px;
    padding:20px 17px;
  }
  .dw-ls-cta-icon{width:46px;height:46px}
  .dw-ls-cta-icon svg{width:29px;height:29px}
  .dw-ls-cta-copy h2{font-size:17px}
  .dw-ls-cta-copy p{font-size:10.5px}
  .dw-ls-btn{
    grid-column:1/-1;
    width:100%;
    min-width:0;
    margin-top:4px;
  }
}


/* === v2.0.1 Fix: kein seitliches Verschieben der Seite ================= */
.dw-ls,
.dw-ls-wrap,
.dw-ls-explorer,
.dw-ls-tabs,
.dw-ls-panels,
.dw-ls-panel{
  max-width:100%;
}
.dw-ls{
  overflow-x:hidden;
}
.dw-ls-tabs{
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}
@media(min-width:981px){
  .dw-ls-tabs{
    overflow:visible;
  }
}


/* === v2.1.0 Icons statt Zahlen + mobiles Overflow-Fix ================== */
.dw-ls-explorer,
.dw-ls-tabs,
.dw-ls-panels{
  width:100%;
}
.dw-ls-tabs{
  overflow-x:auto;
  overflow-y:hidden;
  touch-action:pan-x;
  overscroll-behavior-x:contain;
}
.dw-ls-tab{
  flex-shrink:0;
}
@media(max-width:650px){
  .dw-ls{
    overflow-x:hidden!important;
  }
  .dw-ls-wrap{
    overflow-x:hidden;
  }
  .dw-ls-explorer{
    width:100%;
    max-width:100%;
  }
  .dw-ls-tabs{
    padding-left:10px;
    padding-right:10px;
  }
}
