/* ======================================================================
   TECHNIK REVIEW — Übersicht + Detailseite
   Datei: /css/technik-review.css
   ====================================================================== */

.page-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.mega-banner{
  max-width:1200px;
  margin:12px auto 18px;
  padding:0 20px;
  display:block;
}

/* Übersicht: Card Grid */

.technik-page .h1{
  margin:8px 0 8px;
  font:800 32px/1.15 Inter,system-ui;
  color:#f8fafc;
  text-shadow:0 1px 2px rgba(0,0,0,.6);
}

.technik-page .grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px,1fr));
  gap:16px;
}

.technik-page a.card{
  display:block;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow:hidden;
  text-decoration:none;
  box-shadow:0 6px 14px rgba(0,0,0,.18);
  transition:transform .08s ease, box-shadow .12s ease;
  outline:none;
}

.technik-page a.card:focus-visible{
  box-shadow:0 0 0 3px #111827, 0 6px 14px rgba(0,0,0,.18);
}

.technik-page a.card:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.technik-page .thumb{
  position:relative;
  background:#000;
  aspect-ratio:912/262;
}

.technik-page .thumb::before{
  content:"";
  display:block;
  padding-top:28.728%;
}

.technik-page .thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.technik-page .ct{
  padding:10px;
}

.technik-page .ct,
.technik-page .ct *{
  color:#111827;
}

.technik-page .ct .t{
  font:800 16px/1.25 Inter,system-ui;
  margin:0 0 6px;
}

.technik-page .meta{
  font:600 12px/1.2 Inter,system-ui;
  color:#6b7280!important;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
}

.technik-page .ct p{
  margin:6px 0 0;
  font:400 14px/1.5 Inter,system-ui;
}

.technik-page .pill{
  display:inline-block;
  padding:4px 8px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  font:800 11px/1 Inter,system-ui;
  color:#111827;
  background:#f8fafc;
}

.technik-page .pagination{
  display:flex;
  gap:8px;
  justify-content:center;
  margin:20px 0;
}

.technik-page .pagination a,
.technik-page .pagination span{
  padding:8px 12px;
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:#fff;
  color:#111827;
  text-decoration:none;
  font:600 13px/1 Inter,system-ui;
}

.technik-page .pagination .cur{
  background:#111827;
  color:#fff;
  border-color:#111827;
}

/* Suche */

.searchbar{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:6px 0 14px;
  align-items:center;
}

.searchbar input{
  padding:10px 14px;
  border:1px solid #111;
  border-radius:999px;
  min-width:260px;
}

.btn-solid{
  padding:10px 16px;
  border-radius:999px;
  background:#111;
  color:#fff;
  border:2px solid #111;
  font:800 13px/1 Inter,system-ui;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
}

.btn-ghost{
  padding:10px 14px;
  border-radius:999px;
  border:2px solid #e5e7eb;
  text-decoration:none;
  color:#111;
  background:#fff;
  font:800 13px/1 Inter,system-ui;
}

/* Detailseite */

.hero{
  position:relative;
  background:#000;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(0,0,0,.35);
  margin:10px 0;
  border:6px solid #fff;
}

.hero::before{
  content:"";
  display:block;
  padding-top:26%;
}

.hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.article{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:18px;
  margin-top:14px;
}

@media (max-width:980px){
  .article{
    grid-template-columns:1fr;
  }
}

.article .content{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 16px 18px;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.article .aside{
  min-width:0;
}

.h1{
  margin:10px 0 6px;
  font:800 28px/1.2 Inter,system-ui;
  color:#f8fafc;
}

.metahead{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:#e2e8f0;
  font:600 12px/1.3 Inter,system-ui;
  margin-bottom:10px;
}

.content p{
  font:400 16px/1.75 Inter,system-ui;
  color:#111827;
  margin:0 0 18px;
}

.content .intro{
  font-weight:700;
}

/* Fazit */

.fazit-card{
  margin-top:18px;
  position:relative;
  border-radius:14px;
  padding:18px 16px;
  background:linear-gradient(180deg,#f8fafc,#ffffff);
  border:1px solid #e5e7eb;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  overflow:hidden;
}

.fazit-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 8px;
}

.fazit-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0;
  font:800 18px/1.2 Inter,system-ui;
  color:#0f172a;
}

.fazit-ico{
  width:22px;
  height:22px;
  color:#0ea5e9;
}

.author-bar{
  display:flex;
  align-items:center;
  gap:12px;
  background:#f1f5f9;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:10px 12px;
  margin:8px 0 12px;
}

.author-bar .author-avatar{
  width:48px;
  height:48px;
  border-radius:999px;
  object-fit:cover;
  box-shadow:0 0 0 2px #fff,0 2px 10px rgba(0,0,0,.08);
}

.author-bar .author-name{
  font:800 14px/1.15 Inter,system-ui;
  color:#0f172a;
}

.author-bar .author-sub{
  font:600 12px/1.2 Inter,system-ui;
  color:#475569;
}

.fazit-scores{
  display:grid;
  grid-template-columns:1fr 260px;
  gap:16px;
  align-items:start;
  margin-top:12px;
}

@media(max-width:900px){
  .fazit-scores{
    grid-template-columns:1fr;
  }
}

.scores-left{
  min-width:0;
}

.fazit-body{
  color:#0f172a;
  font:500 15px/1.7 Inter,system-ui;
}

.scores-right{
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
}

.overall-medal{
  display:flex;
  align-items:center;
  gap:12px;
}

.score-ring{
  width:96px;
  height:96px;
  border-radius:999px;
  padding:6px;
  display:grid;
  place-items:center;
  box-shadow:0 8px 24px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.5);
  background:
    conic-gradient(var(--ringBase,#14532d) 0deg, var(--ringHi,#16a34a) var(--angle,0deg), #e5e7eb var(--angle,0deg) 360deg),
    radial-gradient(120% 120% at 30% 20%, #fff 0%, #f1f5f9 60%, #e2e8f0 100%);
}

.score-inner{
  width:100%;
  height:100%;
  border-radius:inherit;
  background:
    radial-gradient(120% 120% at 30% 20%,rgba(255,255,255,.85) 0,rgba(241,245,249,1) 55%,rgba(226,232,240,1) 100%),
    linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,0));
  box-shadow:inset 0 1px 10px rgba(0,0,0,.08);
  display:grid;
  place-items:center;
}

.score-num{
  font:900 34px/1 Inter,system-ui;
  color:#0f172a;
}

.score-den{
  font:800 10px/1 Inter,system-ui;
  color:#64748b;
  margin-top:2px;
}

.overall-meta .label{
  font:800 12px/1 Inter,system-ui;
  color:#334155;
}

.overall-meta .brand{
  font:800 10px/1 Inter,system-ui;
  color:#64748b;
}

.fazit-share{
  margin-top:12px;
}

.fazit-share .share-head{
  font:800 11px/1 Inter,system-ui;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#334155;
}

/* Sidebar */

.sidebar{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.sidebar .widget{
  background:#fff;
  color:#0f1220;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.sidebar .widget h4{
  margin:0 0 8px;
  font:800 14px/1.2 Inter,system-ui;
}

/* Transparenz */

.transparency-widget{
  background:#fff !important;
  color:#111827 !important;
}

.transparency-widget h4{
  color:#111827 !important;
}

.transparency-note{
  display:flex;
  align-items:flex-start;
  gap:10px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:10px 12px;
}

.transparency-icon{
  flex:0 0 22px;
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#111827;
  color:#fff;
  font:900 13px/1 Inter,system-ui;
}

.transparency-note p{
  margin:0;
  font:700 13px/1.45 Inter,system-ui;
  color:#111827;
}

/* Sidebar-Skyscraper */

.widget-skyscraper{
  padding:14px;
  text-align:center;
}

.widget-skyscraper h4{
  text-align:left;
}

.skyscraper-ad{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height:600px;
}

@media (max-width:980px){
  .widget-skyscraper{
    display:none;
  }
}

/* Produktinfo */

.sidebar .widget[aria-label="Produktinfo"]{
  background:#fff !important;
  color:#111827 !important;
}

.sidebar .widget[aria-label="Produktinfo"] h4{
  color:#111827 !important;
}

.spec-product-head{
  margin:0 0 14px;
  text-align:center;
}

.spec-product-image{
  margin:0 0 10px;
}

.spec-product-image img{
  max-width:180px;
  width:100%;
  height:auto;
  border-radius:12px;
  border:1px solid #e5e7eb;
  background:#fff;
  display:inline-block;
}

.spec-product-title{
  font:900 14px/1.25 Inter,system-ui;
  color:#111827 !important;
}

.spec-group{
  margin-top:14px;
}

.spec-group:first-child{
  margin-top:0;
}

.spec-group-title{
  display:block;
  margin:0 0 8px;
  padding:7px 10px;
  border-radius:9px;
  background:#111827;
  color:#fff !important;
  font:900 12px/1.2 Inter,system-ui;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.spec-table{
  display:block;
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.spec-table tbody{
  display:block;
  width:100%;
}

.spec-table tr{
  display:grid;
  grid-template-columns:minmax(128px, 44%) minmax(0, 1fr);
  align-items:start;
  column-gap:10px;
  border-bottom:1px solid #e5e7eb;
}

.spec-table tr:last-child{
  border-bottom:none;
}

.spec-table th,
.spec-table td{
  display:block;
  padding:7px 8px;
  border-bottom:none;
  font:600 13px/1.35 Inter,system-ui;
  color:#111827 !important;
  vertical-align:top;
  min-width:0;
}

.spec-table th{
  color:#334155 !important;
  text-align:left;
  font-weight:900;
  overflow-wrap:anywhere;
  hyphens:auto;
}

.spec-table th::after{
  content:":";
}

.spec-table td{
  font-weight:800;
  overflow-wrap:anywhere;
  hyphens:auto;
}

.tech-store-links{
  margin-top:12px;
  border-top:1px solid #e5e7eb;
  padding-top:12px;
}

.tech-store-links .store-btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:12px;
  padding:10px 12px;
  border:1px solid #e5e7eb;
  text-decoration:none;
  font:900 13px/1 Inter,system-ui;
}

.tech-store-links .store-amazon{
  background:#ff9900;
  color:#111 !important;
  border-color:#f59e0b;
}

.tech-store-links .cta{
  font:800 12px/1 Inter,system-ui;
  opacity:.9;
}

.tech-store-links .aff-note{
  margin:8px 0 0;
  font:700 12px/1.45 Inter,system-ui;
  color:#111827 !important;
}

.tech-store-links .aff{
  font-weight:900;
  margin-left:6px;
}

/* Untere Artikelbereiche */

.below-article{
  margin:24px 0 0;
}

.related,
.top7{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
  box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.related h3,
.top7 h3{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  padding:0;
  color:#111827;
  font:900 20px/1.2 Inter,system-ui;
  text-shadow:none;
}

.related h3::before,
.top7 h3::before{
  content:"";
  display:block;
  flex:0 0 5px;
  width:5px;
  height:24px;
  border-radius:999px;
  background:var(--accent-technik,#06b6d4);
  position:static;
}

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

@media (max-width:900px){
  .rel-grid{
    grid-template-columns:1fr 1fr;
  }
}

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

.rel-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
  text-decoration:none;
  color:#111827;
  transition:transform .08s ease,box-shadow .12s ease;
}

.rel-card:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.18);
}

.rel-thumb{
  position:relative;
  background:#000;
}

.rel-thumb::before{
  content:"";
  display:block;
  padding-top:28.728%;
}

.rel-thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.rel-title{
  padding:10px;
  font:800 14px/1.25 Inter,system-ui;
  color:#111827;
}

.news-list{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.news-item{
  display:grid;
  grid-template-columns:160px 1fr;
  gap:12px;
  align-items:center;
  background:#0b0f1a;
  border:1px solid #111827;
  border-radius:12px;
  padding:8px 10px;
  box-shadow:0 6px 14px rgba(0,0,0,.18);
  text-decoration:none;
  transition:transform .08s ease,box-shadow .12s ease;
}

.news-item:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.news-thumb{
  width:160px;
  height:90px;
  border-radius:8px;
  overflow:hidden;
  background:#000;
}

.news-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.news-meta{
  display:flex;
  gap:8px;
  align-items:center;
  margin-bottom:4px;
  flex-wrap:wrap;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font:800 11px/1 Inter,system-ui;
  color:#fff;
  border-radius:999px;
  background:#22d3ee;
  padding:6px 10px;
}

.badge .dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#fff;
}

.date{
  font:800 11px/1 Inter,system-ui;
  color:#94a3b8;
  background:rgba(148,163,184,.15);
  border:1px solid rgba(148,163,184,.35);
  padding:6px 8px;
  border-radius:999px;
}

.news-title{
  font:800 15px/1.25 Inter,system-ui;
  color:#e5e7eb;
}

.news-title:hover{
  color:#fff;
}

@media (max-width:640px){
  .news-item{
    grid-template-columns:1fr;
  }

  .news-thumb{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
  }

  .spec-table tr{
    grid-template-columns:minmax(112px, 42%) minmax(0, 1fr);
    column-gap:8px;
  }

  .spec-table th,
  .spec-table td{
    padding:7px 6px;
    font-size:12px;
  }
}