/* Baukasten — Landing Pages für lokale Betriebe (werbung, 23.09.2026)

   Abgeleitet aus dem Code von glow line (~/glowline/app: tailwind.config.js,
   src/index.css, components/home/Hero.tsx, pages/HydrafacialAngebot.tsx).
   Der Betreiber, 23.09.2026: „glowline is ur gold standard … stick to the code."
   Was dort eine Tailwind-Klasse ist, ist hier eine Klasse mit demselben Maß.

   Je Betrieb ändern sich nur die Farben in :root und die Wortmarke.
   Zwei Akzente, mehr nicht: --akzent (gehört dem Betrieb, wie Rosé zu glow line)
   und --pille (die Handlung, wie das dunkle #3d3832 auf /hydrafacial-119).

   Bewusst anders als glow line, jeweils mit Grund:
   - Schriften liegen auf dem eigenen Server statt bei Google Fonts (keine
     Übertragung an Google, kein Banner nötig).
   - Keine GSAP-Einblendungen: Die Seite muss in unter 1 s stehen, und eine
     Anzeige bezahlt den ersten Blick, nicht den dritten.
   - Primärknopf in der dunklen Akzentfarbe, nicht im hellen: Rosé auf Weiß
     misst 2,39:1, der Knopftext ist 13 px (am 07.09. an der 119-Zeile gelernt:
     „i can barely read"). */

@font-face { font-family: "Montserrat"; src: url("/baukasten/schrift/montserrat-normal-latin.woff2") format("woff2");
  font-weight: 300 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("/baukasten/schrift/montserrat-italic-latin.woff2") format("woff2");
  font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "Bodoni Moda"; src: url("/baukasten/schrift/bodonimoda-normal-latin.woff2") format("woff2");
  font-weight: 500; font-display: swap; }

:root {
  /* glow line, unverändert — Vorgabe, bis ein Betrieb eigene Farben bekommt */
  --grund:       #FAF6EF;  /* cream */
  --grund-2:     #F3EDE3;  /* ivory */
  --sand:        #EAE0D2;
  --linie:       #E3D9CA;  /* sand-line */
  --taupe:       #8C7B6C;  /* nur Augenbraue und Kleinstes */
  --taupe-tief:  #4A4038;  /* Fließtext */
  --tinte:       #2C2620;  /* ink */
  --akzent:      #C6A08A;  /* rose-gold: Kursivwort, Sterne, Striche */
  --akzent-hell: #E3CDBD;
  --akzent-text: #7b6356;  /* das Rötlichste, das als Schrift trägt (5,2:1) */
  --primaer:     #7b6356;  /* Fläche des Primärknopfs */
  --pille:       #3d3832;  /* die Handlung */

  --schrift: "Montserrat", system-ui, sans-serif;
  --wortmarke: "Bodoni Moda", Didot, Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; border: 0 solid var(--linie); }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--grund); color: var(--tinte); font-family: var(--schrift);
  font-size: 1.0625rem; line-height: 1.75; -webkit-font-smoothing: antialiased; overflow-x: hidden;
  color-scheme: only light;
}
/* Korn über der ganzen Seite, wie glow line (dort texture-grain.png, 0,035) */
body { position: relative; }
body::after { content: ""; position: absolute; inset: 0; background: url("/baukasten/bild/korn.png");
  opacity: .035; pointer-events: none; z-index: 9999; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3 { margin: 0; font-family: var(--schrift); color: var(--tinte); overflow-wrap: anywhere; }
h1 { font-size: clamp(2.75rem, 6vw, 5rem); font-weight: 300; line-height: 1.05; letter-spacing: -.01em; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 300; line-height: 1.1; }
h3 { font-size: 1.375rem; font-weight: 400; line-height: 1.25; }
em, .kursiv { font-style: italic; font-weight: 300; color: var(--akzent); }
::selection { background: var(--akzent-hell); color: var(--tinte); }
.zahl { font-variant-numeric: tabular-nums; }

.huelle      { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.huelle-weit { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 24px; }
.huelle-schmal { width: 100%; max-width: 42rem; margin: 0 auto; padding: 0 24px; }   /* max-w-2xl */
.abstand { padding-top: clamp(5rem, 10vw, 9rem); padding-bottom: clamp(5rem, 10vw, 9rem); }
.haarlinie { border-top: 1px solid var(--linie); }

/* Augenbraue: 24-px-Strich, 0,75 rem, Versalien, 0,22 em */
.augenbraue { display: flex; align-items: center; gap: 16px; margin: 0; font-size: .75rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .22em; color: var(--taupe); }
.augenbraue::before { content: ""; display: block; width: 24px; height: 1px; background: var(--akzent); }

/* Knöpfe: 16/36, 0,14 em, 13 px, 500, 2 px Ecke */
.knopf { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 16px 36px; font: 500 .8125rem/1.2 var(--schrift); letter-spacing: .14em; text-transform: uppercase;
  border-radius: 2px; cursor: pointer; transition: background .35s ease, color .35s ease; }
.knopf-primaer { background: var(--primaer); color: #fff; overflow: hidden; z-index: 1; }
.knopf-primaer::before { content: ""; position: absolute; inset: 0; background: var(--tinte); z-index: -1;
  transform: translateX(-101%); transition: transform .4s cubic-bezier(.22,1,.36,1); }
.knopf-primaer:hover::before { transform: translateX(0); }
.knopf-rand { border: 1px solid var(--tinte); color: var(--tinte); background: transparent; }
.knopf-rand:hover { background: var(--tinte); color: var(--grund); }
/* Die Pille von /hydrafacial-119: rounded-full, #3d3832, px-9 py-4 */
.pille { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--pille); color: #fff;
  padding: 16px 36px; font: 500 .8125rem/1.2 var(--schrift); letter-spacing: .14em; text-transform: uppercase; }
.pille svg { transition: transform .3s ease; }
.pille:hover svg { transform: translateX(4px); }

/* Sterne: das Stern-SVG von glow line, 16 px, gap-1 */
.sterne { display: inline-flex; gap: 4px; color: var(--akzent); }
.sterne svg { width: 16px; height: 16px; fill: currentColor; }

/* ---------- Kopf (Navbar) ---------- */
.kopf { position: relative; z-index: 20; background: var(--grund); }
.kopf .huelle-weit { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.wortmarke { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; color: var(--tinte); }
.wortmarke b { font-family: var(--wortmarke); font-weight: 500; font-size: 1.6rem; letter-spacing: -.01em; }
.wortmarke.sans b { font-family: var(--schrift); font-weight: 600; font-size: 1.15rem; letter-spacing: .32em; margin-right: -.32em; }
.wortmarke small { margin-top: 5px; font-size: .5rem; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; }
.kopf-nav { display: none; }
.kopf-ruf { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--tinte);
  border: 1px solid var(--linie); }
.kopf .knopf { display: none; }

/* ---------- Held A: der Bogen (Home.Hero) — für Menschen und Räume ---------- */
.held-bogen { display: flex; align-items: center; min-height: calc(100dvh - 80px); overflow: hidden; }
.held-bogen .raster { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; width: 100%;
  padding-top: 40px; padding-bottom: 40px; text-align: center; }
.held-bogen .augenbraue { justify-content: center; }
.held-bogen .augenbraue::before { display: none; }
.held-bogen h1 { margin-top: 20px; }
.bogen-rahmen { position: relative; }
.bogen-schein { position: absolute; inset: -40px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(closest-side, color-mix(in srgb, var(--akzent-hell) 55%, transparent), transparent); }
.bogen { position: relative; margin: 0 auto; width: 100%; max-width: min(74vw, 20rem); aspect-ratio: 4 / 5;
  border-radius: 50% 50% 0 0 / 35% 35% 0 0; overflow: hidden; }
.bogen img { width: 100%; height: 100%; object-fit: cover; }
.held-bogen .absatz { max-width: 52ch; margin: 0 auto; color: var(--taupe-tief); }
.held-bogen .tun { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
@media (max-width: 767px) { .held-bogen .tun .knopf { padding: 16px 22px; } }
.bewertung { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 28px; font-size: .875rem; color: var(--taupe); }
.bewertung b { font-weight: 400; font-size: 1rem; color: var(--tinte); }

/* ---------- Held B: der Rahmen (/hydrafacial-119) — ein Bild, das die Seite füllt ---------- */
.held-rahmen { position: relative; overflow: hidden; padding: 32px 24px 13.75rem;
  background: linear-gradient(135deg, var(--grund), var(--grund-2) 50%, var(--sand)); }
.held-rahmen .foto { position: absolute; inset: 0; background-size: cover; background-repeat: no-repeat;
  opacity: var(--foto-deckkraft, .432); background-position: var(--foto-lage, center 67%); }
.held-rahmen .foto img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: var(--foto-lage, center 67%); }
.held-rahmen.hoch { min-height: var(--rahmen-hoehe, auto); }
.held-rahmen .schleier { position: absolute; inset: 0 0 auto; height: 46%; pointer-events: none;
  background: linear-gradient(180deg, color-mix(in srgb, var(--grund) 92%, transparent) 0%,
    color-mix(in srgb, var(--grund) 86%, transparent) 55%, transparent 100%); }
.held-rahmen .inhalt { position: relative; max-width: 42rem; margin: 0 auto; text-align: center; }
.held-rahmen h1 { margin-top: 16px; font-size: 2rem; line-height: 1.15; color: var(--akzent-text); }
.held-rahmen h1 em { font-style: normal; font-weight: 300; }

/* Unter dem Rahmen: Knopf und Eckdaten */
.eckdaten { padding: 40px 24px 48px; text-align: center; }
.eckdaten .fussnote { margin-top: 12px; font-size: .75rem; color: var(--taupe-tief); }
.eckdaten .reihe { margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px;
  font-size: .875rem; color: var(--taupe-tief); }
.eckdaten .reihe span { display: inline-flex; align-items: center; gap: 6px; }
.eckdaten .reihe svg { width: 16px; height: 16px; }
.eckdaten .reihe .stern { fill: var(--akzent); stroke: none; }

/* ---------- Karte: rounded-3xl, weiß, weicher Schatten, Ring ---------- */
.karte { border-radius: 24px; background: #fff; padding: 32px;
  box-shadow: 0 24px 48px rgba(74,64,56,.08); outline: 1px solid color-mix(in srgb, var(--linie) 70%, #fff); }
.karte h2 { font-size: 1.5rem; text-align: center; }
.schritte { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 20px; }
.schritte li { display: flex; gap: 16px; }
.schritte .nr { flex: none; width: 28px; height: 28px; margin-top: 2px; display: grid; place-items: center; border-radius: 50%;
  background: var(--grund-2); color: var(--akzent-text); font-size: .875rem; }
.schritte h3 { font-size: 1rem; font-weight: 500; }
.schritte p { margin-top: 4px; font-size: .875rem; line-height: 1.6; color: var(--taupe-tief); }
.haken { list-style: none; margin: 36px 0 0; padding: 32px 0 0; border-top: 1px solid var(--linie); display: grid; gap: 12px; }
.haken li { display: flex; align-items: flex-start; gap: 12px; font-size: .875rem; color: var(--taupe-tief); }
.haken svg { flex: none; width: 16px; height: 16px; margin-top: 3px; color: var(--akzent-text); }

/* ---------- Leistungen: Name, Preis — wie die Preisseite ---------- */
.preise { list-style: none; margin: 32px 0 0; padding: 0; border-top: 1px solid var(--linie); }
.preise li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 0;
  border-bottom: 1px solid var(--linie); }
.preise .name { font-weight: 400; }
.preise .wert { flex: none; font-size: .9375rem; color: var(--taupe-tief); }
.preise .wert b { font-weight: 400; font-size: 1.0625rem; color: var(--tinte); }

/* ---------- Beleg: dass es den Ort gibt ---------- */
.beleg { background: #fff; border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); padding: 56px 0; text-align: center; }
.beleg .quelle { margin-top: 8px; font-size: .875rem; color: var(--taupe-tief); }
.beleg blockquote { margin: 32px auto 0; max-width: 34rem; font-size: 1.25rem; font-weight: 300; line-height: 1.5; font-style: italic; }
.beleg cite { display: block; margin-top: 10px; font-size: .75rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; color: var(--taupe); }
.beleg address { margin-top: 40px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-style: normal;
  font-size: .875rem; color: var(--taupe-tief); }
.beleg address b { font-weight: 500; color: var(--tinte); }
.beleg address a { color: var(--tinte); text-decoration: underline; text-decoration-color: var(--akzent); text-underline-offset: 4px; }
.beleg address svg { width: 20px; height: 20px; color: var(--akzent-text); }
.zeiten { max-width: 20rem; margin: 32px auto 0; display: grid; gap: 4px; font-size: .75rem; color: var(--taupe-tief); }
.zeiten div { display: flex; justify-content: space-between; gap: 16px; }
.zeiten dd { margin: 0; font-variant-numeric: tabular-nums; }
.zeiten .heute { color: var(--tinte); font-weight: 500; }
.offen { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: .75rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--taupe-tief); }
.offen::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6f9a6f; }
.offen.zu::before { background: var(--taupe); }
.offen[hidden] { display: none; }

/* ---------- Gebiet: die Veedel, wie gesucht ---------- */
.veedel { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.veedel li { padding: 8px 18px; border: 1px solid var(--linie); border-radius: 999px; background: #fff;
  font-size: .8125rem; letter-spacing: .06em; color: var(--taupe-tief); }
.veedel li.heim { background: var(--pille); border-color: var(--pille); color: #fff; }
.gebiet-satz { margin: 24px auto 0; max-width: 34rem; text-align: center; font-size: .9375rem; color: var(--taupe-tief); }

/* ---------- Fragen: sichtbar, wortgleich mit dem FAQ-Schema ---------- */
.fragen { margin-top: 36px; border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.fragen > div { padding: 24px 0; }
.fragen > div + div { border-top: 1px solid var(--linie); }
.fragen h3 { font-size: 1rem; font-weight: 500; }
.fragen p { margin-top: 8px; font-size: .875rem; line-height: 1.65; color: var(--taupe-tief); }

/* ---------- Abschluss ---------- */
.abschluss { background: #fff; border-top: 1px solid var(--linie); padding: 64px 24px; text-align: center; }
.abschluss h2 { font-size: 1.5rem; }
.abschluss .pille { margin-top: 28px; }
.bedingungen { max-width: 28rem; margin: 40px auto 0; text-align: left; }
.bedingungen p { font-size: .6875rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); }
.bedingungen ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 6px; }
.bedingungen li { display: flex; gap: 8px; font-size: .75rem; line-height: 1.6; color: var(--taupe-tief); }
.bedingungen li::before { content: "·"; }

/* ---------- Fuß ---------- */
.fuss { padding: 40px 0 120px; font-size: .75rem; color: var(--taupe-tief); text-align: center; }
.fuss nav { display: flex; justify-content: center; gap: 24px; margin-bottom: 12px; letter-spacing: .14em; text-transform: uppercase; }
.fuss .muster { margin-top: 12px; color: var(--taupe); }

/* ---------- Der feste Balken auf dem Handy (/hydrafacial-119) ---------- */
.balken { position: sticky; bottom: 0; z-index: 30; border-top: 1px solid var(--linie);
  background: rgba(255,255,255,.95); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); }
.balken .innen { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.balken .gross { font-size: 1.125rem; font-weight: 300; line-height: 1.25; color: var(--tinte); }
.balken .gross s { margin-left: 8px; font-size: .75rem; color: var(--taupe-tief); }
.balken .klein { font-size: .6875rem; line-height: 1.3; color: var(--taupe-tief); }
.balken .pille { flex: none; padding: 12px 24px; font-size: .75rem; letter-spacing: .12em; }
.balken .sterne svg { width: 12px; height: 12px; }

/* ---------- md ---------- */
@media (min-width: 768px) {
  .huelle, .huelle-weit, .huelle-schmal { padding: 0 32px; }
  .held-rahmen { padding-top: 40px; padding-bottom: 10.5rem; }
  .held-rahmen h1 { font-size: 3.25rem; }
  .karte { padding: 48px; }
  .balken { display: none; }
  .fuss { padding-bottom: 40px; }
}

/* ---------- lg ---------- */
@media (min-width: 1024px) {
  .kopf-nav { display: flex; gap: 40px; font-size: .8125rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
  .kopf-ruf { display: none; }
  .kopf .knopf { display: inline-flex; }
  .wortmarke b { font-size: 1.9rem; }

  .held-bogen .raster { grid-template-columns: repeat(12, 1fr); column-gap: 48px; row-gap: 16px;
    padding-top: 64px; padding-bottom: 64px; text-align: left; }
  .held-bogen .kopfzeile { grid-column: 1 / span 7; grid-row: 1; }
  .held-bogen .bogen-rahmen { grid-column: 8 / span 5; grid-row: 1 / span 2; }
  .held-bogen .unten { grid-column: 1 / span 7; grid-row: 2; }
  .held-bogen .augenbraue { justify-content: flex-start; }
  .held-bogen .augenbraue::before { display: block; }
  .held-bogen h1 { margin-top: 28px; }
  .held-bogen .absatz { margin: 24px 0 0; }
  .held-bogen .tun { justify-content: flex-start; margin-top: 36px; }
  .bogen { max-width: 420px; }
  .bewertung { flex-direction: row; gap: 12px; margin-top: 36px; }
}

/* ---------- Galerie: eigene Arbeiten, 4:3 mit runden Ecken (glow line: Behandlungsbilder rounded-xl im 4:3) ---------- */
.galerie { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.galerie figure { margin: 0; }
.galerie img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; background: var(--sand); }
.galerie figcaption { margin-top: 8px; font-size: .75rem; letter-spacing: .06em; color: var(--taupe-tief); }
@media (min-width: 1024px) { .galerie { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

/* ---------- Chronik: Jahre als Beweis (für Betriebe mit Geschichte) ---------- */
.chronik { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 0; }
.chronik li { display: grid; grid-template-columns: 5.5rem 1fr; gap: 16px; align-items: baseline; padding: 14px 0;
  border-top: 1px solid var(--linie); }
.chronik li:last-child { border-bottom: 1px solid var(--linie); }
.chronik .jahr { font-size: 1.75rem; font-weight: 300; line-height: 1; color: var(--akzent-text); font-variant-numeric: tabular-nums; }
.chronik .wer { font-size: .9375rem; line-height: 1.45; }
.chronik .wer small { display: block; font-size: .75rem; letter-spacing: .06em; color: var(--taupe-tief); }
.geschichte { display: grid; gap: 40px; align-items: center; }
.geschichte .bogen { max-width: min(64vw, 17rem); }
@media (min-width: 1024px) { .geschichte { grid-template-columns: 5fr 7fr; gap: 72px; } .geschichte .bogen { max-width: 360px; } }

/* ---------- Entwurfsband: nur auf Entwürfen für echte Betriebe ---------- */
.entwurf { background: #1f1d1b; color: #d8d2c8; text-align: center; padding: 9px 16px; font: 500 .6875rem/1.4 var(--schrift);
  letter-spacing: .14em; text-transform: uppercase; }

/* ---------- Team: kleine runde Bilder, Name, seit wann (für Familienbetriebe) ---------- */
.team { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 20px; }
.team li { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: center; }
.team img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: var(--sand); }
.team b { display: block; font-weight: 500; }
.team span { display: block; font-size: .8125rem; line-height: 1.45; color: var(--taupe-tief); }
@media (min-width: 1024px) { .team { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Termine: der nächste feste Termin als Beweis (Theorieblock, Kurs, Sprechstunde) ---------- */
.termine { display: grid; gap: 12px; margin-top: 28px; }
.termin { display: grid; grid-template-columns: auto 1fr; gap: 4px 20px; align-items: baseline; padding: 20px 24px;
  border-radius: 14px; background: #fff; outline: 1px solid var(--linie); }
.termin .was { grid-column: 1 / -1; font-size: .6875rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe); }
.termin .wann { font-size: 1.5rem; font-weight: 300; font-variant-numeric: tabular-nums; }
.termin .wie { font-size: .8125rem; color: var(--taupe-tief); }
.termin.jetzt { outline: 1.5px solid var(--akzent); }
.hinweis-zeit { display: block; margin-top: 20px; font-size: .75rem; line-height: 1.6; letter-spacing: .14em;
  text-transform: uppercase; color: var(--taupe-tief); }
.hinweis-zeit::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%;
  background: var(--akzent); vertical-align: 1px; }

/* ---------- Handy: ein Bildschirmfoto im Telefonrahmen (für die Agenturseite und Beispiele) ---------- */
.handy { display: block; position: relative; width: 100%; max-width: 280px; margin: 0 auto; padding: 10px; border-radius: 42px;
  background: #1b1a17; box-shadow: 0 24px 48px rgba(74,64,56,.18); }
.handy img { width: 100%; height: auto; border-radius: 32px; display: block; }
.handy::before { content: ""; position: absolute; top: 18px; left: 50%; width: 64px; height: 6px; margin-left: -32px;
  border-radius: 3px; background: #2e2b27; z-index: 1; }
.beispiele { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.beispiele a { display: block; text-align: center; }
.beispiele .handy { max-width: 200px; padding: 7px; border-radius: 30px; }
.beispiele .handy img { border-radius: 23px; }
.beispiele .handy::before { top: 13px; width: 44px; height: 4px; margin-left: -22px; }
.beispiele b { display: block; margin-top: 16px; font-weight: 500; font-size: .9375rem; }
.beispiele span { display: block; font-size: .75rem; letter-spacing: .06em; color: var(--taupe-tief); }
@media (min-width: 1024px) { .beispiele { gap: 48px; } .beispiele .handy { max-width: 240px; } }

/* ---------- Fehlt: Platzhalter, die der Betreiber vor dem Veröffentlichen füllt. Sichtbar rot unterstrichen. ---------- */
.fehlt { background: #fff1c2; box-shadow: 0 2px 0 #c0392b; padding: 0 4px; border-radius: 2px; }
