ype html>
<html data-om-id="251f2667:om-html-1" data-src-ver="251f2667" lang="de">
<head data-om-id="251f2667:om-head-1">
<meta data-om-id="251f2667:om-meta-1" charset="utf-8">
<title data-om-id="251f2667:om-title-1" data-om-text-id="txt:index.html:70:125">spass-telefon.com — Diskret, direkt, sofort verbunden</title>
<meta data-om-id="251f2667:om-meta-2" name="viewport" content="width=device-width, initial-scale=1">
<meta data-om-id="251f2667:om-meta-3" name="description" content="Diskrete Telefonerotik mit ausgewählten Damen. Sofort verbunden. Nur für Erwachsene 18+.">
<link data-om-id="251f2667:om-link-1" rel="stylesheet" href="assets/theme.css">
<style data-om-id="251f2667:om-style-1" data-om-text-id="txt:index.html:385:5390">
  /* Hero */
  .hero {
    position: relative;
    padding: 100px 0 60px;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(230,51,71,.18), transparent 55%),
      radial-gradient(circle at 85% 70%, rgba(200,26,43,.14), transparent 45%);
    pointer-events: none;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .hero h1 {
    font-family: var(--serif);
    font-size: clamp(56px, 8vw, 118px);
    line-height: .95;
    letter-spacing: -.03em;
    margin: 20px 0 30px;
    font-weight: 700;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--red-2);
    display: block;
  }
  .hero h1 span.thin {
    font-weight: 400;
    font-style: italic;
    color: var(--ivory-dim);
  }
  .hero-lede {
    font-family: var(--serif);
    font-style: italic;
    font-size: 20px;
    color: var(--ivory-dim);
    max-width: 460px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
  .hero-hotline {
    display: flex; align-items: center; gap: 20px;
    padding: 22px 28px;
    border: 1px solid var(--line-2);
    background: rgba(20,9,12,.5);
    margin-top: 34px;
    max-width: 460px;
  }
  .hero-hotline .num {
    font-family: var(--serif);
    font-size: 34px;
    font-weight: 700;
    color: var(--red-2);
    letter-spacing: -.01em;
  }
  .hero-hotline small {
    font-family: var(--mono);
    font-size: 10px;
    color: var(--muted);
    letter-spacing: .18em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
  }

  .hero-visual {
    position: relative;
    aspect-ratio: 4/5;
    background: var(--ink-2);
    border: 1px solid var(--line);
    overflow: hidden;
  }
  .hero-visual img { width: 100%; height: 100%; object-fit: cover; }
  .hero-visual::after {
    content: '';
    position: absolute; inset: 0;
    background:
      linear-gradient(180deg, transparent 55%, rgba(11,7,8,.5) 100%),
      radial-gradient(circle at 60% 40%, rgba(230,51,71,.2), transparent 65%);
  }
  .hero-caption {
    position: absolute; bottom: 24px; left: 24px; right: 24px;
    z-index: 2;
    font-family: var(--serif);
    font-style: italic;
    font-size: 22px;
    color: var(--ivory);
  }
  .hero-caption small {
    display: block;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .2em;
    color: var(--red-2);
    text-transform: uppercase;
    margin-bottom: 6px;
    font-style: normal;
  }

  /* Section header */
  .section-head {
    display: flex; justify-content: space-between; align-items: end;
    margin-bottom: 50px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--line);
  }
  .section-head h2 { margin: 0; }
  .section-head p { margin: 8px 0 0; color: var(--ivory-dim); max-width: 460px; font-family: var(--serif); font-style: italic; }

  /* CTA unter dem Damen-Grid */
  .grid-cta {
    display: flex;
    justify-content: center;
    padding: 60px 0 20px;
    margin-top: 20px;
    border-top: 1px solid var(--line);
  }

  /* Feature strip */
  .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    margin: 40px 0 20px;
  }
  .feature {
    background: var(--ink);
    padding: 32px 28px;
  }
  .feature .num {
    font-family: var(--serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--red-2);
    line-height: 1;
    margin-bottom: 12px;
  }
  .feature h4 { margin: 0 0 6px; font-size: 15px; font-weight: 600; }
  .feature p { margin: 0; color: var(--ivory-dim); font-size: 13px; line-height: 1.5; }

  /* Editorial band */
  .band {
    background: var(--ink-2);
    padding: 100px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    margin: 60px 0;
  }
  .band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .band h2 { margin: 20px 0 24px; }
  .band .cats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .cat-tile {
    padding: 22px 20px;
    border: 1px solid var(--line-2);
    background: var(--ink);
    transition: all .25s;
    cursor: pointer;
  }
  .cat-tile:hover {
    border-color: var(--red-2);
    transform: translateY(-2px);
  }
  .cat-tile h4 {
    font-family: var(--serif);
    font-size: 22px;
    margin: 0 0 6px;
    font-weight: 700;
  }
  .cat-tile p {
    font-family: var(--sans);
    font-style: normal;
    color: var(--ivory);
    font-size: 14px;
    margin: 0;
    opacity: .9;
    line-height: 1.5;
  }
  .cat-tile .count {
    font-family: var(--mono);
    font-size: 11px;
    color: var(--red-2);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
  }

  @media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; }
    .features { grid-template-columns: 1fr 1fr; }
    .band-grid { grid-template-columns: 1fr; gap: 40px; }
    .section-head { flex-direction: column; align-items: start; gap: 12px; }
  }