

  .u-rounded{ border-radius:1rem; }
  .u-shadow{ box-shadow:0 10px 30px rgba(0,0,0,.35); }
  .img-cover{ object-fit:cover; width:100%; height:100%; display:block; }

  /* Karten / Galerie */
  .catch-card{ background:#15171a; border:1px solid rgba(255,255,255,.08); }
  .gallery-grid .gallery-item{ overflow:hidden; border-radius:.75rem; }
  .section-title{ letter-spacing:.3px; }
  .section-subtitle{ color:#b7bec6; }

  /* Feature-Helden (Promo) */
  .feature-hero{ padding:4rem 0; background:#0f1214; color:#e9eef3; }
  .feature-hero .promo-icon{ width:120px; height:120px; object-fit:contain; }

  /* About */
  .about-avatar{ width:240px; height:240px; border-radius:50%; object-fit:cover; }

  /* Tabellen dunkler Stil */
  table.table-dark th, table.table-dark td{ vertical-align:middle; }

  /* kleine Utilities */
  .section-padding{ padding:4rem 0; }
  .hr-sep{ border:0; border-top:1px solid rgba(255,255,255,.08); }

  /* FAQ */
  #faq .accordion-button{ background:#121416; color:#e9eef3; }
  #faq .accordion-item{ background:#0f1113; border:1px solid rgba(255,255,255,.08); }