/* v186 · Luxus-Buttons für echte Foto+Video-Reportagen */
.home-photo-upgrade-showcase .home-photo-upgrade-head{
  grid-template-columns:1fr !important;
  max-width:920px;
}
.home-photo-upgrade-showcase .reportage-card-x10 figcaption{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.home-photo-upgrade-showcase .reportage-cta-v186{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 20px;
  border:1px solid rgba(214,178,105,.62);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(214,178,105,.11),rgba(214,178,105,.035));
  color:#e1bf7b;
  font-size:.82rem;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.025em;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 24px rgba(0,0,0,.14);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.home-photo-upgrade-showcase .reportage-cta-v186::after{
  content:"→";
  margin-left:9px;
  font-weight:400;
}
.home-photo-upgrade-showcase .reportage-cta-v186:hover,
.home-photo-upgrade-showcase .reportage-cta-v186:focus-visible{
  background:linear-gradient(135deg,#e6c684,#c99d50);
  border-color:#e6c684;
  color:#130f0b;
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
  outline:none;
}
@media(max-width:700px){
  .home-photo-upgrade-showcase .reportage-cta-v186{
    width:min(100%,320px);
    padding-inline:16px;
    font-size:.78rem;
  }
}
