/* =========================================================
   NEWS & AKTUELLES – Premium-Layout (nur news.html)
========================================================= */

.page-news .hero .hero-sub{
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

/* Raster für Hinweis-Karten */
.news-hint-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}

.news-hint-card{
  position: relative;
  margin: 0;
  padding: 22px 20px 20px;
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease-luxe), box-shadow .25s var(--ease-luxe), border-color .2s ease;
  overflow: hidden;
}

.news-hint-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  border-radius: 4px 0 0 4px;
  background: linear-gradient(180deg, var(--accent), rgba(10,132,255,0.35));
  opacity:0.95;
}

.news-hint-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(10,132,255,0.18);
}

.news-hint-card--status::before{
  background: linear-gradient(180deg, #34c759, rgba(52,199,89,0.35));
}

.news-hint-card--tip::before{
  background: linear-gradient(180deg, #d4a574, rgba(212,165,116,0.45));
}

.news-hint-badge{
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15,23,42,0.55);
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(10,132,255,0.08);
  border: 1px solid rgba(10,132,255,0.12);
}

.news-hint-card--status .news-hint-badge{
  background: rgba(52,199,89,0.10);
  border-color: rgba(52,199,89,0.2);
  color: rgba(21,90,48,0.85);
}

.news-hint-card--tip .news-hint-badge{
  background: rgba(212,165,116,0.12);
  border-color: rgba(180,130,70,0.22);
  color: rgba(90,60,30,0.88);
}

.news-hint-card h3{
  margin: 0 0 10px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.news-hint-card p{
  margin: 0 0 12px;
  color: #3a3f4a;
  line-height: 1.58;
}

.news-hint-card p:last-child{
  margin-bottom: 0;
}

.news-hint-card .list-check{
  margin: 8px 0 0;
}

.news-hint-card .list-check a{
  font-weight: 600;
}

.news-status-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  background: rgba(52,199,89,0.12);
  color: #1b5e2a;
  border: 1px solid rgba(52,199,89,0.28);
}

.news-status-pill::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background: #34c759;
  box-shadow: 0 0 0 3px rgba(52,199,89,0.25);
}

/* Fachinfo – große Karte */
.news-feature{
  margin-top: 1.5rem;
}

.news-feature .service-card{
  grid-column: 1 / -1;
  padding: 26px 24px 24px;
  border-left: 4px solid var(--accent);
}

.news-feature .service-card h3{
  font-size: 1.2rem;
}

.news-feature-links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 16px 0 8px;
}

.news-external-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  color: var(--accent);
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--accent-soft);
  border: 1px solid rgba(10,132,255,0.22);
  transition: transform .2s var(--ease-soft), background .2s ease, border-color .2s ease;
}

.news-external-link:hover{
  transform: translateY(-2px);
  background: rgba(10,132,255,0.18);
  border-color: rgba(10,132,255,0.35);
}

.news-disclaimer{
  font-size: 0.92rem;
  color: #555;
  line-height: 1.55;
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(15,23,42,0.04);
  border: 1px solid rgba(0,0,0,0.06);
}

/* Presse / Beitrag */
.news-press-card{
  grid-column: 1 / -1;
}

.news-press-layout{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.news-press-media{
  flex: 0 0 min(280px, 100%);
  max-width: 320px;
}

.news-press-media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0,0,0,0.06);
}

.news-press-body{
  flex: 1 1 280px;
  min-width: 0;
}

.news-press-meta{
  font-size: 0.88rem;
  color: #666;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.news-press-meta span{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.news-tag{
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(10,132,255,0.1);
  color: #006fd1;
}

@media (max-width: 640px){
  .news-press-layout{
    flex-direction: column;
  }
  .news-press-media{
    max-width: none;
  }
}
