/* -------------------------------------------------
   Sexruf – Hero-Texte (dezenter, etwas kleiner)
   Greift NUR auf unsere Textblöcke, kein Grid/Listing!
   ------------------------------------------------- */

/* Container über den Profil-Kacheln */
.sr-hero {
  max-width: 980px;
  margin: 18px auto 14px;
  padding: 0 10px;
  text-align: center;
  color: #cfcfcf;
}

/* H1 (Titelzeile) */
.sr-h1 {
  font-size: 1.20rem;
  font-weight: 600;
  letter-spacing: .2px;
  color: #d8d8d8;
  margin: 8px 0 6px;
}

/* Vorteilszeile mit Haken */
.sr-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  list-style: none;
  padding: 0;
  margin: 4px 0 8px;
}

.sr-benefits li {
  position: relative;
  font-size: .92rem;
  padding-left: 18px;
  color: #bfbfbf;
}

/* Grüne Haken */
.sr-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(1px);
  color: #35c46a;
  font-weight: 700;
}

/* H2 (Unterzeile) */
.sr-h2 {
  font-size: 1.02rem;
  font-weight: 600;
  color: #d0d0d0;
  margin: 10px 0 6px;
}

/* Fließtext unter H2 */
.sr-sub {
  font-size: .92rem;
  line-height: 1.45;
  color: #b5b5b5;
  max-width: 900px;
  margin: 2px auto 12px;
}

/* Mobile Feinschliff */
@media (max-width: 768px) {
  .sr-hero { margin: 14px auto 10px; }
  .sr-h1 { font-size: 1.08rem; }
  .sr-h2 { font-size: .98rem; }
  .sr-benefits li { font-size: .9rem; }
  .sr-sub { font-size: .9rem; }
}

/* Dark-Mode */
@media (prefers-color-scheme: dark) {
  .sr-h1 { color: #dadada; }
  .sr-h2 { color: #cecece; }
  .sr-sub { color: #b6b6b6; }
}

/* ---- SRX Feinanpassung ---- */
body .sr-h1 {
  font-size: 1.25rem !important;
  color: #e8e8e8 !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}

body .sr-h2 {
  font-size: 1rem !important;
  color: #cfcfcf !important;
  font-weight: 500 !important;
  margin-top: 8px !important;
  margin-bottom: 2px !important;
}

body .sr-sub {
  font-size: 0.9rem !important;
  color: #aaa !important;
  margin-top: 2px !important;
}

body .sr-benefits li {
  font-size: 0.9rem !important;
  color: #c8c8c8 !important;
}

/* =========================
   Feintuning (dezent & kleiner)
   ========================= */
.sr-h1 {
  font-size: 1.22rem;
  margin: 8px 0 6px;
  color: #dfe3e6;
  font-weight: 650;
}

.sr-benefits {
  gap: 6px 14px;
  margin: 0 0 6px;
}

.sr-benefits li {
  font-size: .90rem;
  color: #cfd6db;
  padding-left: 18px;
}

.sr-benefits li::before {
  color: #1ec36b;
  font-weight: 800;
}

.sr-h2 {
  font-size: 1rem;
  margin: 8px 0 4px;
  color: #cad2d8;
  font-weight: 600;
}

.sr-sub {
  font-size: .90rem;
  color: #b9c0c6;
  margin: 2px auto 10px;
  max-width: 860px;
}

strong, b {
  font-weight: 550;
  color: #d0d6da;
}

/* Mobile */
@media (max-width: 768px) {
  .sr-h1 { font-size: 1.08rem; }
  .sr-h2 { font-size: .95rem; }
  .sr-benefits li { font-size: .88rem; }
  .sr-sub { font-size: .88rem; }
}

/* === Profil-Liste === */
.sr-list {
  max-width: 980px;
  margin: 30px auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sr-item {
  display: flex;
  align-items: flex-start;
  background: #1a1a1a;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.sr-item img {
  width: 220px;
  height: auto;
  object-fit: cover;
}

.sr-item-content {
  padding: 15px;
  color: #ccc;
  text-align: left;
}

.sr-item-content h3 {
  color: #f0f0f0;
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.sr-item-content p {
  font-size: 0.95rem;
  color: #bbb;
  line-height: 1.4;
}

/* Mobile Ansicht */
@media (max-width: 768px) {
  .sr-item { flex-direction: column; }
  .sr-item img { width: 100%; }
}

/* Profil-Teaser (Bilder links, Text rechts) */
.sr-profile {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 24px 0;
  color: #ddd;
}

.sr-profile img {
  width: 180px;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
}

.sr-profile h2 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.sr-profile a {
  color: #e44c6b;
  text-decoration: none;
}

.sr-profile a:hover {
  text-decoration: underline;
}

.sr-profile p {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
  color: #b5b5b5;
}

/* Kürzere Texte */
.sr-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  text-align: left;
}

/* Mobile Ansicht */
@media (max-width: 768px) {
  .sr-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sr-profile img {
    width: 90%;
    max-width: 300px;
  }

  .sr-excerpt {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    text-align: center;
  }
}

/* ===== Weiterlesen nur auf Mobile, Desktop immer voll ===== */
.sr-excerpt details {
  display: inline;
}

.sr-excerpt summary {
  display: none;
}

/* Desktop: Clamp aus, kompletter Text sichtbar */
@media (min-width: 769px) {
  .sr-excerpt {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
}
