/* ===================================
   DELL LAPTOP PAGE (FINAL)
   Scoped: .dell-laptops-page
=================================== */

.dell-laptops-page{
  --bg:#0b0f16;
  --panel:#111827;
  --panel2:#0f172a;
  --text:#e5e7eb;
  --muted:#aab4c0;
  --line:rgba(255,255,255,.10);
  --accent:#3b82f6;
  --accent2:#2563eb;
  color: var(--text);
}

/* Alias, damit Workstations die gleichen Styles nutzen wie Laptops */
.dell-workstations-page{ 
  --bg:#0b0f16;
  --panel:#111827;
  --panel2:#0f172a;
  --text:#e5e7eb;
  --muted:#aab4c0;
  --line:rgba(255,255,255,.10);
  --accent:#3b82f6;
  --accent2:#2563eb;
  color: var(--text);
}


.dell-laptops-wrap{
  background: linear-gradient(180deg, var(--bg), #060913 70%);
  border-radius: 14px;
  padding: 28px;
  border: 1px solid var(--line);
}

.dell-laptops-page h2,
.dell-laptops-page h3,
.dell-laptops-page h4{
  margin:0 0 12px 0;
  line-height:1.2;
}

.dell-kicker{
  color: var(--muted);
  margin: 0 0 18px 0;
  max-width: 980px;
}

.dell-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.dell-hero-left{
  padding:18px;
  background: linear-gradient(180deg, rgba(17,24,39,.92), rgba(15,23,42,.92));
  border-radius:14px;
  border:1px solid var(--line);
}

.dell-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}

.dell-badge{
  font-size:.85rem;
  background:rgba(59,130,246,.15);
  border:1px solid rgba(59,130,246,.25);
  padding:6px 10px;
  border-radius:999px;
  color:var(--text);
}

.dell-section{
  margin-top:28px;
  padding-top:20px;
  border-top:1px solid var(--line);
}

.dell-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.dell-card{
  background: linear-gradient(180deg, rgba(17,24,39,.92), rgba(15,23,42,.92));
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px;
}

.dell-card-title{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:12px;
}

.dell-chip{
  font-size:.75rem;
  background:rgba(255,255,255,.08);
  padding:4px 8px;
  border-radius:999px;
  color:var(--muted);
  border:1px solid rgba(255,255,255,.12);
  white-space:nowrap;
}

.dell-card p{
  color:var(--muted);
  margin:0 0 10px 0;
}

.dell-list{
  padding-left:18px;
  margin:10px 0 0 0;
}

.dell-tier{
  margin-top:8px;
  padding:8px 10px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  font-size:.9rem;
  color:var(--muted);
}

.dell-tier b{ color:var(--text); }

.dell-callout{
  margin-top:20px;
  padding:16px;
  border-radius:14px;
  background:rgba(59,130,246,.12);
  border:1px solid rgba(59,130,246,.25);
}

/* Buttons */
.dell-btn{
  display:inline-block;
  margin-top:12px;
  padding:10px 14px;
  border-radius:10px;
  background:linear-gradient(180deg,var(--accent),var(--accent2));
  color:#fff !important;
  text-decoration:none;
  font-weight:600;
}

.dell-btn-secondary{
  background:rgba(255,255,255,.08);
  color:var(--text) !important;
  margin-left:8px;
  border:1px solid rgba(255,255,255,.14);
}

/* Produktgrid im gleichen Stil */
.dell-product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:14px;
}

.dell-product{
  background: linear-gradient(180deg, rgba(17,24,39,.92), rgba(15,23,42,.92));
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px;
  transition: border-color .2s ease;
}

.dell-product:hover{
  border-color: rgba(59,130,246,.55);
}

.dell-product img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  margin-bottom:14px;
}

.dell-meta{
  font-size:.85rem;
  color: var(--muted);
  margin-bottom:10px;
}




  /* ===== OPTIONAL: kleine Ergänzungen (bleibt im gleichen Look) ===== */
  .dell-topnav{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin: 10px 0 18px 0;
  }
  .dell-topnav a{
    text-decoration:none;
    color: var(--muted);
    border:1px solid rgba(255,255,255,.12);
    padding:8px 10px;
    border-radius:999px;
    font-size:.9rem;
    background: rgba(255,255,255,.04);
  }
  .dell-topnav a:hover{ border-color: rgba(59,130,246,.55); color: var(--text); }

  .dell-hero-media{
    border-radius:14px;
    border:1px solid var(--line);
    overflow:hidden;
    background: linear-gradient(180deg, rgba(17,24,39,.92), rgba(15,23,42,.92));
  }
  .dell-hero-media img{
    width:100%;
    height:100%;
    max-height: 260px;
    object-fit: cover;
    display:block;
  }

  .dell-kpi-grid{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:18px;
    margin-top:14px;
  }
  .dell-kpi{
    background: linear-gradient(180deg, rgba(17,24,39,.92), rgba(15,23,42,.92));
    border:1px solid var(--line);
    border-radius:14px;
    padding:18px;
  }
  .dell-kpi .value{
    font-size:2rem;
    font-weight:800;
    margin:6px 0 6px 0;
    letter-spacing:.5px;
  }
  .dell-note{
    margin-top:10px;
    font-size:.85rem;
    color: rgba(229,231,235,.72);
    line-height:1.45;
  }
  .dell-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    color: var(--text);
    margin-bottom:12px;
  }




@media(max-width:1100px){
  .dell-grid-3{ grid-template-columns:repeat(2,1fr); }
  .dell-product-grid{ grid-template-columns:repeat(2,1fr); }
}

@media(max-width:700px){
  .dell-grid-3{ grid-template-columns:1fr; }
  .dell-product-grid{ grid-template-columns:1fr; }
}

/* ===================================
   DELL SERVER TABS + TABLE (ADD-ON)
   Reuses existing colors/vars from .dell-laptops-page
=================================== */

.dell-tabs{
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(17,24,39,.65);
}

.dell-tabs input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dell-tabs-nav{
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(15,23,42,.92);
}

.dell-tabs-nav label{
  cursor: pointer;
  padding: 12px 14px;
  font-weight: 600;
  font-size: .95rem;
  color: var(--muted);
  border-right: 1px solid var(--line);
  user-select: none;
}

.dell-tabs-nav label:last-child{
  border-right: 0;
}

#tab-ki:checked ~ .dell-tabs-nav label[for="tab-ki"],
#tab-rack:checked ~ .dell-tabs-nav label[for="tab-rack"]{
  color: var(--text);
  background: rgba(59,130,246,.15);
}

.dell-tab-content{
  display: none;
  padding: 14px;
}

#tab-ki:checked ~ .dell-tab-panels #panel-ki{ display: block; }
#tab-rack:checked ~ .dell-tab-panels #panel-rack{ display: block; }

/* Table */
.dell-table-wrap{
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.dell-table{
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  background: rgba(17,24,39,.80);
}

.dell-table th{
  text-align: left;
  font-size: .78rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 12px 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(15,23,42,.92);
  white-space: nowrap;
}

.dell-table td{
  vertical-align: top;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: var(--text);
  font-size: .92rem;
}

.dell-table tr:hover td{
  background: rgba(59,130,246,.06);
}

.dell-model{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: center;
  min-width: 320px;
}

.dell-model img{
  width: 90px;
  height: auto;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}

.dell-model-title{
  font-weight: 700;
  margin-bottom: 4px;
}

.dell-model-sub{
  color: var(--muted);
  font-size: .85rem;
}

.dell-cell-muted{
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.35;
}

