/* =====================================================
   VIENNAWEB SUPPORT / TUTORIAL TEMPLATE CSS
   basiert auf GUT-vw-hosting-addon.css
===================================================== */

:root{
  --vw-support-copy:#0b1b2b;
  --vw-support-copy-soft:rgba(11,27,43,.75);
  --vw-support-copy-mid:rgba(11,27,43,.80);
  --vw-support-border-soft:rgba(6,26,43,.10);
  --vw-support-bg-soft:rgba(6,26,43,.02);
}

.vw-support-detail{
  background:#f4f7fa;
  color:#173047;
  line-height:1.45;
}

.vw-support-detail .vw-container{
  width:min(1160px, calc(100% - 40px));
  max-width:none;
  margin-inline:auto;
  padding-left:0;
  padding-right:0;
  box-sizing:border-box;
}

.vw-support-hero{
  padding:68px 0 46px;
  background:
    radial-gradient(900px 420px at 20% 0%,rgba(15,106,166,.10),transparent 60%),
    linear-gradient(180deg,#081f34 0%,#071a2b 100%);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:right center;
  background-blend-mode:overlay;
}

.vw-support-hero-inner{
  display:flex;
  justify-content:flex-start;
}

.vw-support-hero-copy{
  max-width:760px;
}

.vw-support-h1{
  margin:0 0 16px;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.08;
  color:#fff;
  font-weight:700;
  letter-spacing:-.03em;
}

.vw-support-subline{
  margin:0 0 18px;
  font-size:1.08rem;
  line-height:1.65;
  color:#e6f1f8;
  max-width:720px;
}

.vw-support-subline p{
  margin:0 0 12px;
}

.vw-support-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
}

.vw-support-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:.92rem;
  font-weight:700;
}

.vw-support-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.vw-support-top-cta,
.vw-support-intro,
.vw-support-features,
.vw-support-usecases,
.vw-support-tutorial-overview,
.vw-support-steps,
.vw-support-images,
.vw-support-trust,
.vw-support-links,
.vw-support-faq,
.vw-support-closing{
  padding:22px 0;
}

.vw-support-panel{
  background:#fff;
  border:1px solid #e4edf4;
  border-radius:22px;
  box-shadow:0 12px 32px rgba(7,26,43,.06);
  padding:22px 22px;
}

.vw-support-section-title{
  margin:0 0 14px;
  font-size:clamp(22px, 2.2vw, 32px);
  line-height:1.18;
  color:#0b2239;
  font-weight:700;
  letter-spacing:-0.02em;
}

.vw-support-section-title::after{
  content:"";
  display:block;
  width:110px;
  height:4px;
  margin-top:10px;
  border-radius:99px;
  background:linear-gradient(90deg, rgba(46,163,255,1) 0%, rgba(46,163,255,0.10) 100%);
}

.vw-support-text,
.vw-support-step-text,
.vw-support-faq-answer,
.vw-support-faq-answer p{
  font-size:15px;
  line-height:1.6;
  color:#3c4a57;
}

.vw-support-text p{
  margin:0 0 12px;
}

.vw-support-top-cta .vw-support-panel,
.vw-support-closing .vw-support-panel{
  padding:30px 24px;
}

.vw-support-closing .vw-support-panel{
  padding:32px 26px;
  text-align:center;
  background:linear-gradient(180deg,#081f34 0%,#0b2f4a 100%);
  border-color:rgba(255,255,255,.08);
}

.vw-support-closing .vw-support-section-title{
  color:#fff;
}

.vw-support-closing .vw-support-text,
.vw-support-closing .vw-support-text p{
  max-width:78ch;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
}

.vw-support-closing .vw-support-hero-actions{
  justify-content:center;
}

.vw-support-intro-grid{
  display:grid;
  gap:24px;
  align-items:start;
}

.vw-support-intro-grid.has-sidebox{
  grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);
}

.vw-support-intro-grid.is-single{
  grid-template-columns:1fr;
}

.vw-support-sidebox{
  padding:22px;
  border-radius:18px;
  background:linear-gradient(180deg,#f7fbff 0%,#eef5fb 100%);
  border:1px solid #d9e6f2;
}

.vw-support-sidebox h3{
  margin:0 0 10px;
  font-size:1.35rem;
  line-height:1.22;
  color:#0b2239;
  font-weight:700;
}

.vw-support-intro-extras{
  margin-top:28px;
  padding-top:26px;
  border-top:1px solid #e4edf4;
}

.vw-support-trust-strip{
  display:grid;
  grid-template-columns:auto minmax(0, 1.1fr) minmax(260px, .95fr);
  gap:18px 24px;
  align-items:center;
  padding:22px 24px;
  border-radius:20px;
  background:linear-gradient(135deg, #0b2f4a 0%, #0f456b 100%);
  box-shadow:0 14px 34px rgba(7,26,43,.14);
}

.vw-support-trust-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:126px;
  min-height:126px;
  padding:16px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, rgba(95,208,255,.98) 0%, rgba(30,144,255,.88) 55%, rgba(11,79,138,.95) 100%);
  color:#fff;
  font-size:1.05rem;
  line-height:1.2;
  font-weight:800;
  text-align:center;
  box-shadow:0 14px 30px rgba(2,132,199,.28), inset 0 4px 10px rgba(255,255,255,.18);
}

.vw-support-trust-title{
  margin:0 0 8px;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.vw-support-trust-strip .vw-support-text,
.vw-support-trust-strip .vw-support-text p,
.vw-support-trust-text,
.vw-support-trust-text p{
  color:rgba(255,255,255,.88);
}

.vw-support-trust-points{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.vw-support-trust-points li{
  position:relative;
  padding:12px 14px 12px 46px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  line-height:1.45;
}

.vw-support-trust-points li::before{
  content:"✓";
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  border-radius:50%;
  background:#35c8f2;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  line-height:1;
}

.vw-support-feature-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px 20px;
  margin-top:16px;
}

.vw-support-feature{
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:14px;
  align-items:flex-start;
  padding:18px 18px;
  border-radius:18px;
  background:linear-gradient(180deg,#f9fcff 0%,#f2f7fb 100%);
  border:1px solid #dce8f2;
  box-shadow:0 8px 24px rgba(7,26,43,.05);
}

.vw-support-feature::before{
  display:none;
}

.vw-support-feature-icon{
  width:65px;
  height:65px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid #dbe8f2;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(7,26,43,.04);
}

.vw-support-feature-icon img{
  width:65px;
  height:65px;
  object-fit:cover;
}

.vw-support-feature-copy strong{
  display:block;
  margin-bottom:6px;
  color:#0b2239;
  font-size:17px;
  line-height:1.35;
  font-weight:700;
}

.vw-support-feature-copy div{
  color:#3c4a57;
  font-size:15px;
  line-height:1.58;
}

.vw-support-steps-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:16px;
}

.vw-support-step{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:22px 20px;
  border-radius:18px;
  background:linear-gradient(180deg,#f9fcff 0%,#f2f7fb 100%);
  border:1px solid #dce8f2;
  box-shadow:0 8px 24px rgba(7,26,43,.05);
}

.vw-support-step-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}

.vw-support-step-number{
  width:48px;
  height:48px;
  border-radius:50%;

  background:linear-gradient(135deg,#0B2F4A,#134e78);
  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;
  font-weight:800;
  flex:0 0 48px;

  box-shadow:0 0 0 3px rgba(79,163,209,0.3);
}

.vw-support-step-icon{
  width:200px;
  height:50px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid #dbe8f2;
  display:flex;
  align-items:center;
  justify-content:center;
}

.vw-support-step-icon img{
  transform:scale(1.1);
}

.vw-support-step-title{
  margin:0 0 10px;
  color:#0b2239;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.vw-support-step p{
  margin:0 0 14px;
}

.vw-support-images-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
}

.vw-support-image-card{
  margin:0;
  padding:12px;
  border-radius:20px;
  background:#fff;
  border:1px solid #e4edf4;
  box-shadow:0 12px 32px rgba(7,26,43,.06);
}

.vw-support-image-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}

.vw-support-image-card figcaption{
  margin-top:10px;
  color:#516576;
  font-size:.96rem;
  line-height:1.55;
}

.vw-support-related-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-top:16px;
}

.vw-support-related-card{
  display:flex;
  gap:14px;
  align-items:flex-start;
  min-height:100%;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,#f9fcff 0%,#f2f7fb 100%);
  border:1px solid #dce8f2;
  box-shadow:0 8px 24px rgba(7,26,43,.05);
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vw-support-related-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(7,26,43,.08);
  border-color:#c9dbea;
}

.vw-support-related-icon{
  width:52px;
  height:52px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid #dbe8f2;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 52px;
}

.vw-support-related-icon img{
  width:28px;
  height:28px;
  object-fit:contain;
}

.vw-support-related-copy{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}

.vw-support-related-title{
  color:#0b2239;
  font-size:17px;
  line-height:1.4;
  font-weight:700;
  text-decoration:none;
}

.vw-support-related-more{
  color:#0B2F4A;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}

.vw-inline-link{
  color:#0B2F4A;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:all .2s ease;
}

.vw-inline-link:hover{
  color:#1e90ff;
  text-decoration:none;
}

.vw-support-faq-list{
  display:block;
}

.vw-support-faq-item{
  border:1px solid var(--vw-support-border-soft);
  border-radius:14px;
  padding:10px 12px;
  background:var(--vw-support-bg-soft);
  margin-bottom:10px;
  box-shadow:none;
}

.vw-support-faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:0 34px 0 18px;
  margin:0;
  font-size:1.03rem;
  line-height:1.45;
  font-weight:650;
  color:#0b2239;
  position:relative;
}

.vw-support-faq-item summary::-webkit-details-marker{
  display:none;
}

.vw-support-faq-item summary::before{
  content:"";
  position:absolute;
  left:2px;
  top:50%;
  transform:translateY(-50%);
  width:0;
  height:0;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:7px solid #0B2F4A;
}

.vw-support-faq-item summary::after{
  content:'+';
  position:absolute;
  right:4px;
  top:50%;
  transform:translateY(-50%);
  font-size:18px;
  line-height:1;
  font-weight:700;
  color:#0b2239;
}

.vw-support-faq-item[open] summary::after{
  content:'–';
}

.vw-support-faq-answer{
  margin-top:8px;
  padding:0;
  color:var(--vw-support-copy-mid);
  font-size:1rem;
  line-height:1.65;
}

.vw-support-faq-answer p{
  margin:0 0 10px;
}

.vw-support-faq-answer p:last-child{
  margin-bottom:0;
}

@media (max-width:980px){
  .vw-support-intro-grid.has-sidebox,
  .vw-support-trust-strip,
  .vw-support-related-grid,
  .vw-support-steps-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:900px){
  .vw-support-feature-grid,
  .vw-support-images-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .vw-support-detail .vw-container{
    width:min(1160px, calc(100% - 28px));
  }

  .vw-support-hero{
    padding:56px 0 40px;
    background-position:72% center;
  }

  .vw-support-panel{
    padding:22px 18px;
  }

  .vw-support-top-cta .vw-support-panel,
  .vw-support-closing .vw-support-panel{
    padding:22px 18px;
  }

  .vw-support-hero-actions{
    flex-direction:column;
  }

  .vw-support-hero-actions .vw-btn{
    width:100%;
    justify-content:center;
  }

  .vw-support-section-title{
    font-size:clamp(22px, 7vw, 28px);
  }

  .vw-support-trust-badge{
    min-width:110px;
    min-height:110px;
    font-size:.98rem;
  }

  .vw-support-feature{
    grid-template-columns:48px minmax(0,1fr);
    padding:16px;
  }

  .vw-support-feature-icon{
    width:48px;
    height:48px;
  }

  .vw-support-related-card{
    padding:16px;
  }
}


/* =========================================
   SUPPORT BRIDGE SECTION
========================================= */

.vw-support-compare-bridge{
  margin-top:50px;
}

.vw-support-compare-bridge .vw-support-text{
  max-width:760px;
  margin:0 auto 30px auto;
  text-align:center;
}


/* =========================================
   SUPPORT CARDS (Core / Pro / NOC)
========================================= */

.vw-support-compare-bridge .vw-support-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-top:30px;
  margin-bottom:40px;
}

.vw-support-compare-bridge .vw-support-step{
  background:#ffffff;
  border:1px solid #e4e8ef;
  border-radius:10px;
  padding:26px 24px;
  transition:all .25s ease;
  position:relative;
}

.vw-support-compare-bridge .vw-support-step:hover{
  border-color:#cfd6e3;
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,0.06);
}

.vw-support-compare-bridge .vw-support-step-title{
  font-size:20px;
  font-weight:700;
  color:#0b2f4a;
  margin-bottom:10px;
}

.vw-support-compare-bridge .vw-support-step-text{
  font-size:15px;
  line-height:1.55;
  color:#444;
  margin-bottom:14px;
}

.vw-support-compare-bridge .vw-inline-link{
  font-weight:600;
  color:#0b2f4a;
  text-decoration:none;
}

.vw-support-compare-bridge .vw-inline-link:hover{
  text-decoration:underline;
}


/* =========================================
   SUPPORT COMPARISON TABLE
========================================= */

.vw-support-compare-table-wrap{
  overflow-x:auto;
}

.vw-support-compare-table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
  font-size:15px;
}

.vw-support-compare-table thead th{
  background:#0b2f4a;
  color:#ffffff;
  padding:14px 16px;
  text-align:center;
  font-weight:700;
}

.vw-support-compare-table thead th:first-child{
  text-align:left;
}

.vw-support-compare-table tbody td{
  padding:13px 16px;
  border-bottom:1px solid #e6e9ef;
  text-align:center;
}

.vw-support-compare-table tbody td:first-child{
  text-align:left;
  font-weight:600;
  color:#333;
}

.vw-support-compare-table tbody tr:nth-child(even){
  background:#f8f9fb;
}


/* =========================================
   CHECKMARK STYLE
========================================= */

.vw-support-compare-table td{
  font-weight:500;
}

.vw-support-compare-table td:contains("✓"){
  color:#0b2f4a;
  font-weight:700;
}


/* =========================================
   MOBILE OPTIMIZATION
========================================= */

@media (max-width:900px){

  .vw-support-compare-bridge .vw-support-steps-grid{
    grid-template-columns:1fr;
  }

  .vw-support-compare-table{
    font-size:14px;
  }

}
.vw-support-compare-bridge .vw-support-step:nth-child(2){
  border:2px solid #0b2f4a;
}






/* Karten als Flexbox */

.vw-support-compare-bridge .vw-support-step{
  display:flex;
  flex-direction:column;
}

/* Textbereich wächst */

.vw-support-compare-bridge .vw-support-step-text{
  flex-grow:1;
}

/* Linkbereich immer unten */

.vw-support-compare-bridge .vw-support-step p:last-child{
  margin-top:auto;
}

.vw-support-compare-bridge .vw-support-step:nth-child(2)::before{
  content:"Empfohlen";
  position:absolute;
  top:-12px;
  left:50%;
  transform:translateX(-50%);
  background:#0b2f4a;
  color:#fff;
  font-size:12px;
  padding:4px 10px;
  border-radius:20px;
  font-weight:600;
}

.vw-support-price{
  font-size:24px;
  font-weight:800;
  color:#0b2f4a;
}


/* =========================================================
   PRO SUPPORT – FEINSCHLIFF V2.4
   Teil 1: langweilige Bullets schöner machen
   Teil 2: Pro Support buchen optisch deutlich aufwerten
   Teil 3: mehr Abstand bei Badges + schönere Listen + NOC-Link
   ========================================================= */


/* ---------------------------------------------------------
   1) GENERELLE LISTEN IM SUPPORT-DESIGN
   statt fader Standard-Punkte -> TechBlue Check-Bullets
   --------------------------------------------------------- */

.vw-support-detail .vw-support-text ul,
.vw-support-detail .vw-support-panel ul {
    list-style: none;
    margin: 1.1rem 0 0 0;
    padding: 0;
}

.vw-support-detail .vw-support-text ul li,
.vw-support-detail .vw-support-panel ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.8rem;
    line-height: 1.65;
}

.vw-support-detail .vw-support-text ul li::before,
.vw-support-detail .vw-support-panel ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.08rem;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #3ec2ff 0%, #1c87ff 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.3rem;
    text-align: center;
    box-shadow: 0 8px 20px rgba(28, 135, 255, 0.22);
}


/* ---------------------------------------------------------
   2) INTRO-LISTE / USECASE-LISTE noch etwas eleganter
   --------------------------------------------------------- */

.vw-support-intro .vw-support-text ul li,
.vw-support-usecases .vw-support-text ul li {
    font-weight: 500;
}


/* ---------------------------------------------------------
   3) HERO BADGES – mehr Luft zwischen den Badges
   --------------------------------------------------------- */

.vw-support-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 0.9rem;
    margin-bottom: 1.2rem;
}

.vw-support-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.62rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
}

.vw-support-badge::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #39c2ff;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    box-shadow: 0 0 0 4px rgba(57, 194, 255, 0.14);
}


/* ---------------------------------------------------------
   4) PRO SUPPORT BUCHEN – aus der faden Box eine echte Angebotsbox
   HINWEIS:
   ich gehe davon aus, dass der Anker #produktoptionen
   in/bei dieser Section sitzt
   --------------------------------------------------------- */

#produktoptionen,
.vw-support-order-box,
.vw-support-pricing,
.vw-support-booking {
    scroll-margin-top: 110px;
}

/* Falls deine Bestellsektion dieselbe Standard-Panel-Struktur nutzt */
.vw-support-detail #produktoptionen .vw-support-panel,
.vw-support-detail .vw-support-order-box .vw-support-panel,
.vw-support-detail .vw-support-pricing .vw-support-panel,
.vw-support-detail .vw-support-booking .vw-support-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid #d9e7f3;
    border-radius: 28px;
    padding: 2rem 2rem 2.1rem;
    background:
        radial-gradient(800px 240px at 100% 0%, rgba(62, 194, 255, 0.10), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    box-shadow: 0 20px 45px rgba(11, 47, 74, 0.08);
}

.vw-support-detail #produktoptionen .vw-support-panel::before,
.vw-support-detail .vw-support-order-box .vw-support-panel::before,
.vw-support-detail .vw-support-pricing .vw-support-panel::before,
.vw-support-detail .vw-support-booking .vw-support-panel::before {
    content: "Aktion";
    position: absolute;
    top: 1.15rem;
    right: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 2rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #14c7ff 0%, #2587ff 100%);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 14px 28px rgba(37, 135, 255, 0.24);
    z-index: 2;
}

/* innere Preisstruktur */
.vw-support-price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1.2rem 2rem;
    margin-top: 1.35rem;
    margin-bottom: 1.25rem;
}

.vw-support-price-current {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.vw-support-price-current-label {
    font-size: 0.92rem;
    font-weight: 700;
    color: #2587ff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vw-support-price-current-value {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 900;
    color: #0b2f4a;
}

.vw-support-price-current-value small {
    font-size: 0.42em;
    font-weight: 700;
    color: #4c6980;
}

.vw-support-price-old {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-bottom: 0.25rem;
}

.vw-support-price-old-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: #6d8599;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.vw-support-price-old-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #7d91a3;
    text-decoration: line-through;
}

.vw-support-price-note {
    margin-top: 0.9rem;
    margin-bottom: 1.15rem;
    padding: 0.95rem 1.1rem;
    border-radius: 16px;
    background: #eef7fd;
    border: 1px solid #d9ebf8;
    color: #244961;
    font-weight: 500;
}

.vw-support-order-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem 1rem;
    margin-top: 1rem;
}

.vw-support-order-actions .vw-btn,
.vw-support-order-actions .vw-btn-primary {
    min-height: 56px;
    padding: 0.95rem 1.45rem;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(22, 154, 230, 0.22);
}

.vw-support-order-subnote {
    font-size: 0.95rem;
    color: #547086;
    font-weight: 600;
}


/* ---------------------------------------------------------
   5) CALLBACK / LOGIN PROCESS / NOC BOXEN optisch etwas stärker
   --------------------------------------------------------- */

.vw-support-callback-box .vw-support-panel,
.vw-support-login-process .vw-support-panel,
.vw-support-noc-premium-box .vw-support-panel,
.vw-support-sla-block .vw-support-panel {
    border: 1px solid #dbe8f3;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    box-shadow: 0 16px 34px rgba(11, 47, 74, 0.06);
}

/* NOC-Box mit leichtem Premium-Akzent */
.vw-support-noc-premium-box .vw-support-panel {
    background:
        radial-gradient(900px 220px at 100% 0%, rgba(24, 115, 255, 0.08), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

/* Link in NOC-Box sichtbarer */
.vw-support-noc-premium-box a {
    color: #1873ff;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(24, 115, 255, 0.35);
}

.vw-support-noc-premium-box a:hover {
    color: #0b2f4a;
    border-bottom-color: #0b2f4a;
}


/* ---------------------------------------------------------
   6) DARK INFO BLOCK (Reaktionszeiten / Rückruf statt Hotline)
   bessere Listenoptik statt Standardpunkten
   --------------------------------------------------------- */

.vw-support-dark-info ul,
.vw-support-response-time ul,
.vw-support-phone-policy ul {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.vw-support-dark-info ul li,
.vw-support-response-time ul li,
.vw-support-phone-policy ul li {
    position: relative;
    padding-left: 1.9rem;
    margin-bottom: 0.8rem;
}

.vw-support-dark-info ul li::before,
.vw-support-response-time ul li::before,
.vw-support-phone-policy ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.02rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #39c2ff;
    color: #ffffff;
    text-align: center;
    line-height: 1.25rem;
    font-size: 0.78rem;
    font-weight: 800;
}


/* ---------------------------------------------------------
   7) MOBILE FEINSCHLIFF
   --------------------------------------------------------- */

@media (max-width: 768px) {
    .vw-support-detail #produktoptionen .vw-support-panel::before,
    .vw-support-detail .vw-support-order-box .vw-support-panel::before,
    .vw-support-detail .vw-support-pricing .vw-support-panel::before,
    .vw-support-detail .vw-support-booking .vw-support-panel::before {
        top: 0.9rem;
        right: 0.9rem;
        min-width: 74px;
        height: 1.8rem;
        font-size: 0.78rem;
    }

    .vw-support-price-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
    }

    .vw-support-order-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vw-support-order-actions .vw-btn,
    .vw-support-order-actions .vw-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   PRO SUPPORT – PRODUKT-/PREISBOX
   für:
   .vw-support-product-box
   .vw-support-price-wrap
   .vw-support-price-regular
   .vw-support-price-launch
   ========================================================= */

.vw-support-product-box {
    position: relative;
    margin-top: 1.6rem;
    padding: 1.6rem 1.6rem 1.5rem;
    border: 1px solid #d9e7f3;
    border-radius: 22px;
    background:
        radial-gradient(700px 220px at 100% 0%, rgba(62, 194, 255, 0.10), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 36px rgba(11, 47, 74, 0.08);
    overflow: hidden;
}

/* kleines Aktions-Badge oben rechts */
.vw-support-product-box::before {
    content: "Aktion";
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 2rem;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #17c7ff 0%, #2587ff 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 12px 24px rgba(37, 135, 255, 0.24);
}

/* Preisblock */
.vw-support-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 0.9rem;
    margin-bottom: 1.4rem; /* wichtiger Abstand zum Button */
    padding-right: 6rem;   /* Platz für Aktion-Badge */
}

/* alter/regulärer Preis */
.vw-support-price-regular {
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 700;
    color: #7b8fa3;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(123, 143, 163, 0.75);
}

/* Aktionspreis */
.vw-support-price-launch {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 900;
    color: #0b2f4a;
    letter-spacing: -0.02em;
}

/* Zusatzlabel vor dem Aktionspreis */
.vw-support-price-launch::before {
    content: "Aktionspreis";
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #2587ff;
}

/* Zusatzlabel vor dem Regelpreis */
.vw-support-price-regular::before {
    content: "Regulär";
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.82rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #7b8fa3;
    text-decoration: none;
}

/* Buttonbereich in Produktbox */
.vw-support-product-box .vw-support-hero-actions {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    align-items: center;
}

/* Button stärker und hochwertiger */
.vw-support-product-box .vw-btn,
.vw-support-product-box .vw-btn-primary {
    min-height: 56px;
    padding: 0.95rem 1.45rem;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(25, 140, 235, 0.22);
}

/* optional: kleiner Hinweis unter Button, falls du später einen einfügst */
.vw-support-product-box .vw-support-order-note,
.vw-support-product-box .vw-support-order-subnote {
    margin-top: 0.8rem;
    font-size: 0.94rem;
    color: #5a7488;
    font-weight: 600;
}

/* mobil */
@media (max-width: 768px) {
    .vw-support-product-box {
        padding: 1.2rem 1.1rem 1.2rem;
    }

    .vw-support-product-box::before {
        top: 0.85rem;
        right: 0.85rem;
        min-width: 72px;
        height: 1.8rem;
        font-size: 0.76rem;
    }

    .vw-support-price-wrap {
        padding-right: 0;
        margin-bottom: 1.2rem;
    }

    .vw-support-product-box .vw-support-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .vw-support-product-box .vw-btn,
    .vw-support-product-box .vw-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

.vw-support-price-launch {
    font-size: 2.6rem;
    font-weight: 900;
}

.vw-support-price-launch::after {
    content: " / Monat";
    font-size: 0.42em;
    font-weight: 700;
    margin-left: 0.2rem;
    color: #5d7688;
}


/* Abstand zwischen den Support-Sections erhöhen */
.vw-support-noc-premium,
.vw-support-login-process,
.vw-support-callback-box,
.vw-support-noc-premium-box,
.vw-support-sla-block {
    margin-top: 2.0rem;
}


/* NOC 24/7 Link hervorheben */

.vw-support-detail a[href="/support/noc-24-7/"] {
    color: #1873ff;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid rgba(24,115,255,0.35);
    padding-bottom: 1px;
    transition: all .18s ease;
}

/* Blitz davor */

.vw-support-detail a[href="/support/noc-24-7/"]::before {
    content: "⚡";
    margin-right: 6px;
    font-size: 0.9em;
}

/* Hover Effekt */

.vw-support-detail a[href="/support/noc-24-7/"]:hover {
    color: #0b2f4a;
    border-bottom-color: #0b2f4a;
}



/* =====================================================
   V2.6 – PRODUKTOPTIONEN / PREISKARTE CLEANUP
===================================================== */

.vw-support-product-option .vw-support-panel::before,
.vw-support-product-option-layout::before,
.vw-support-product-option-copy::before,
.vw-support-product-card-grid::before,
.vw-support-product-card-main::before,
.vw-support-product-card-features::before {
  content:none !important;
}

.vw-support-product-option{
  padding:26px 0 22px;
}

.vw-support-product-option .vw-support-section-title{
  margin-bottom:12px;
}

.vw-support-product-option-intro,
.vw-support-product-option-intro p{
  max-width:none;
  font-size:16px;
  line-height:1.8;
}

.vw-support-product-option-intro{
  margin-bottom:24px;
}

.vw-support-product-box{
  position:relative;
  margin-top:0;
  padding:30px 28px;
  border:1px solid #d7e4ef;
  border-radius:26px;
  background:
    radial-gradient(780px 260px at 100% 0%, rgba(62,194,255,.10), transparent 58%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 16px 34px rgba(7,26,43,.08);
  overflow:hidden;
}

.vw-support-product-box::before{
  content:"Aktion";
  position:absolute;
  top:16px;
  right:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:96px;
  height:40px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#22c8ff 0%,#2587ff 100%);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 14px 28px rgba(37,135,255,.22);
  z-index:2;
}

.vw-support-product-card-grid{
  display:grid;
  grid-template-columns:minmax(280px, 360px) minmax(260px, 1fr);
  gap:32px;
  align-items:start;
}

.vw-support-product-card-main{
  min-width:0;
}

.vw-support-product-card-features{
  min-width:0;
  padding-left:28px;
  border-left:1px solid #d7e4ef;
}

.vw-support-price-wrap{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:6px 0 26px;
  padding-right:92px;
}

.vw-support-price-regular{
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  color:#7c8fa3;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:rgba(124,143,163,.8);
}

.vw-support-price-regular::before{
  content:"Regulär";
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#7c8fa3;
  text-decoration:none;
}

.vw-support-price-launch{
  font-size:clamp(2rem,3vw,2.65rem);
  line-height:1.05;
  font-weight:900;
  color:#0b2f4a;
  letter-spacing:-.03em;
}

.vw-support-price-launch::before{
  content:"Aktionspreis";
  display:block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#2587ff;
}

.vw-support-price-launch small,
.vw-support-price-regular small{
  font-size:.40em;
  font-weight:700;
  color:#597387;
  margin-left:4px;
}

.vw-support-product-box .vw-support-hero-actions{
  margin-top:6px;
  gap:12px;
}

.vw-support-product-box .vw-btn,
.vw-support-product-box .vw-btn-primary{
  min-height:58px;
  padding:0.95rem 1.6rem;
  border-radius:18px;
  font-size:1rem;
  font-weight:800;
  box-shadow:0 14px 30px rgba(25,140,235,.20);
}

.vw-support-product-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}

.vw-support-product-checklist li{
  position:relative;
  padding-left:34px;
  margin:0;
  color:#12344d;
  font-size:17px;
  line-height:1.45;
  font-weight:700;
}

.vw-support-product-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:linear-gradient(135deg,#3ec2ff 0%,#1c87ff 100%);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  line-height:1;
  box-shadow:0 8px 18px rgba(28,135,255,.18);
}

@media (max-width: 820px){
  .vw-support-product-box{
    padding:22px 18px;
  }

  .vw-support-product-box::before{
    top:12px;
    right:12px;
    min-width:82px;
    height:34px;
    padding:0 14px;
  }

  .vw-support-product-card-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .vw-support-product-card-features{
    padding-left:0;
    padding-top:18px;
    border-left:0;
    border-top:1px solid #d7e4ef;
  }

  .vw-support-price-wrap{
    padding-right:0;
  }

  .vw-support-product-box .vw-btn,
  .vw-support-product-box .vw-btn-primary{
    width:100%;
    justify-content:center;
  }
}

.vw-support-callback-box,
.vw-support-noc-premium-box,
.vw-support-sla-block {
    margin-top: 2.0rem;
}


/* NOC 24/7 Link hervorheben */

.vw-support-detail a[href="/support/noc-24-7/"] {
    color: #1873ff;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid rgba(24,115,255,0.35);
    padding-bottom: 1px;
    transition: all .18s ease;
}

/* Blitz davor */

.vw-support-detail a[href="/support/noc-24-7/"]::before {
    content: "⚡";
    margin-right: 6px;
    font-size: 0.9em;
}

/* Hover Effekt */

.vw-support-detail a[href="/support/noc-24-7/"]:hover {
    color: #0b2f4a;
    border-bottom-color: #0b2f4a;
}



/* =====================================================
   V2.6 – PRODUKTOPTIONEN / PREISKARTE CLEANUP
===================================================== */

.vw-support-product-option .vw-support-panel::before,
.vw-support-product-option-layout::before,
.vw-support-product-option-copy::before,
.vw-support-product-card-grid::before,
.vw-support-product-card-main::before,
.vw-support-product-card-features::before {
  content:none !important;
}

.vw-support-product-option{
  padding:26px 0 22px;
}

.vw-support-product-option-layout{
  display:grid;
  grid-template-columns:minmax(300px, 0.95fr) minmax(520px, 1.15fr);
  gap:28px 34px;
  align-items:center;
}

.vw-support-product-option-copy .vw-support-section-title{
  max-width:12ch;
}

.vw-support-product-option-copy .vw-support-text,
.vw-support-product-option-copy .vw-support-text p{
  max-width:34ch;
  font-size:15px;
  line-height:1.9;
}

.vw-support-product-box{
  position:relative;
  margin-top:0;
  padding:30px 28px;
  border:1px solid #d7e4ef;
  border-radius:26px;
  background:
    radial-gradient(780px 260px at 100% 0%, rgba(62,194,255,.10), transparent 58%),
    linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  box-shadow:0 16px 34px rgba(7,26,43,.08);
  overflow:hidden;
}

.vw-support-product-box::before{
  content:"Aktion";
  position:absolute;
  top:16px;
  right:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:96px;
  height:40px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(135deg,#22c8ff 0%,#2587ff 100%);
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 14px 28px rgba(37,135,255,.22);
  z-index:2;
}

.vw-support-product-card-grid{
  display:grid;
  grid-template-columns:minmax(240px, 340px) minmax(220px, 1fr);
  gap:28px;
  align-items:center;
}

.vw-support-product-card-main{
  min-width:0;
}

.vw-support-product-card-features{
  min-width:0;
  padding-left:26px;
  border-left:1px solid #d7e4ef;
}

.vw-support-price-wrap{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:6px 0 24px;
  padding-right:92px;
}

.vw-support-price-regular{
  font-size:15px;
  line-height:1.25;
  font-weight:700;
  color:#7c8fa3;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:rgba(124,143,163,.8);
}

.vw-support-price-regular::before{
  content:"Regulär";
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#7c8fa3;
  text-decoration:none;
}

.vw-support-price-launch{
  font-size:clamp(2.2rem,3.2vw,2.85rem);
  line-height:1;
  font-weight:900;
  color:#0b2f4a;
  letter-spacing:-.03em;
}

.vw-support-price-launch::before{
  content:"Aktionspreis";
  display:block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#2587ff;
}

.vw-support-price-launch small,
.vw-support-price-regular small{
  font-size:.46em;
  font-weight:700;
  color:#597387;
  margin-left:4px;
}

.vw-support-product-box .vw-support-hero-actions{
  margin-top:2px;
  gap:12px;
}

.vw-support-product-box .vw-btn,
.vw-support-product-box .vw-btn-primary{
  min-height:58px;
  padding:0.95rem 1.6rem;
  border-radius:18px;
  font-size:1rem;
  font-weight:800;
  box-shadow:0 14px 30px rgba(25,140,235,.20);
}

.vw-support-product-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:16px;
}

.vw-support-product-checklist li{
  position:relative;
  padding-left:34px;
  margin:0;
  color:#12344d;
  font-size:17px;
  line-height:1.45;
  font-weight:700;
}

.vw-support-product-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  width:24px;
  height:24px;
  border-radius:50%;
  background:linear-gradient(135deg,#3ec2ff 0%,#1c87ff 100%);
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:800;
  line-height:1;
  box-shadow:0 8px 18px rgba(28,135,255,.18);
}

.vw-support-callback-box,
.vw-support-login-process,
.vw-support-noc-premium-box,
.vw-support-sla-block{
  margin-top:34px;
}

.vw-support-detail a[href="/support/noc-24-7/"]{
  color:#1873ff;
  font-weight:800;
  text-decoration:none;
  border-bottom:2px solid rgba(24,115,255,.35);
  padding-bottom:1px;
  transition:all .18s ease;
}

.vw-support-detail a[href="/support/noc-24-7/"]::before{
  content:"⚡";
  margin-right:6px;
  color:#17c7ff;
  font-size:.9em;
}

.vw-support-detail a[href="/support/noc-24-7/"]:hover{
  color:#0b2f4a;
  border-bottom-color:#0b2f4a;
}

@media (max-width: 1100px){
  .vw-support-product-option-layout{
    grid-template-columns:1fr;
  }

  .vw-support-product-option-copy .vw-support-section-title,
  .vw-support-product-option-copy .vw-support-text,
  .vw-support-product-option-copy .vw-support-text p{
    max-width:none;
  }
}

@media (max-width: 820px){
  .vw-support-product-box{
    padding:22px 18px;
  }

  .vw-support-product-box::before{
    top:12px;
    right:12px;
    min-width:82px;
    height:34px;
    padding:0 14px;
  }

  .vw-support-product-card-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .vw-support-product-card-features{
    padding-left:0;
    padding-top:18px;
    border-left:0;
    border-top:1px solid #d7e4ef;
  }

  .vw-support-price-wrap{
    padding-right:0;
  }

  .vw-support-product-box .vw-btn,
  .vw-support-product-box .vw-btn-primary{
    width:100%;
    justify-content:center;
  }
}

.vw-leistungs-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    transition: opacity .15s ease, text-decoration-thickness .15s ease;
}

.vw-leistungs-link:hover {
    opacity: 0.85;
    text-decoration-thickness: 2px;
    text-shadow: 0 0 6px rgba(255,255,255,0.25);
}





.vw-sla-table {
width:100%;
border-collapse:collapse;
margin-top:20px;
}

.vw-sla-table th,
.vw-sla-table td {
padding:14px 16px;
border-bottom:1px solid #e6eef5;
text-align:left;
}

.vw-sla-table th {
font-weight:700;
background:#f7fbff;
}

.vw-sla-table small {
color:#6c7a89;
font-size:12px;
}



.vw-sla-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 1.4rem;
    border: 1px solid #d9e7f3;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 30px rgba(11, 47, 74, 0.06);
}

.vw-sla-table th,
.vw-sla-table td {
    padding: 1rem 1.1rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e8f0f7;
}

.vw-sla-table thead th {
    background: linear-gradient(180deg, #f7fbff 0%, #eef6fd 100%);
    font-weight: 800;
    color: #0b2f4a;
}

.vw-sla-table tbody tr:last-child td {
    border-bottom: 0;
}

/* Erste Spalte stärker */
.vw-sla-table td:first-child,
.vw-sla-table th:first-child {
    width: 28%;
}

.vw-sla-table tbody td:first-child {
    background: #f9fcff;
    font-weight: 700;
    color: #123a56;
}

/* Zeitangaben optisch stärker */
.vw-sla-table tbody td:not(:first-child) {
    font-weight: 700;
    color: #0b2f4a;
}

/* kleine Zusatzinfos */
.vw-sla-table small {
    display: inline-block;
    margin-top: 0.2rem;
    font-size: 0.78rem;
    line-height: 1.35;
    color: #6f8597;
    font-weight: 500;
}

/* Hover für bessere Lesbarkeit */
.vw-sla-table tbody tr:hover td {
    background: #f7fbff;
}

.vw-sla-table tbody tr:hover td:first-child {
    background: #eef7fd;
}

@media (max-width: 768px) {
    .vw-sla-table th,
    .vw-sla-table td {
        padding: 0.8rem 0.8rem;
        font-size: 0.95rem;
    }

    .vw-sla-table small {
        font-size: 0.74rem;
    }
}

/* Zeitwerte Badge */
.vw-sla-table tbody td:not(:first-child) {
    font-weight: 700;
    color: #0b2f4a;
}

/* Badge Styling ohne Tabellenstruktur zu zerstören */
.vw-sla-table tbody td:not(:first-child) span,
.vw-sla-table tbody td:not(:first-child) strong {
    display: inline-block;
    background: #eef6fd;
    border: 1px solid #d7e7f6;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 700;
}

/* optionales Icon */
.vw-sla-table tbody td:not(:first-child) span::before,
.vw-sla-table tbody td:not(:first-child) strong::before {
    content: "⏱ ";
    color: #1a7fd4;
}


.vw-support-price-noc {
    font-size: clamp(2rem, 2vw, 2rem);
    line-height: 1;
    font-weight: 900;
    color: #0b2f4a;
}
