/*
 * RH Multisportanlage - gescoptes Stylesheet.
 *
 * WICHTIG: Diese Datei ist bewusst KOMPLETT ASCII (keine Umlaute/Sonderzeichen in
 * Kommentaren!). Grund: Wird die CSS vom Server/Optimierer nicht als UTF-8 behandelt,
 * verschluckt ein nicht-UTF-8-sicherer Minifier am kaputten Mehrbyte-Kommentar die
 * direkt folgende erste Regel (.rh-page{--tokens}) -> dann fehlen live ALLE Token-Styles.
 * Bitte ASCII-only halten.
 *
 * QUELLE: portiert aus "rh-keramik.css" (Vorlage, KERAMIK-HANDOFF.md). System: CLAUDE.md.
 *
 * ANPASSUNGEN beim Port (bewusst):
 *  - Design-Tokens liegen auf ".rh-page" statt ":root" -> Salient bleibt unberuehrt.
 *  - JEDER Selektor ist unter ".rh-page" gescopt (kein globales CSS-Leck).
 *  - Globaler "*"/"html,body"-Reset -> ".rh-page *", kein html,body-Reset.
 *  - Marken-Fonts per <link> im <head> (Template), NICHT per @import (Optimierer-sicher).
 *  - --muted = barrierefreier Wert #5F6470 (WCAG AA), nicht --rh-grey-500 (#8B8E99, ~3,3:1).
 *  - Ergaenzt: gruener Fokus-Ring (--ring) + Theme-Hardening gegen Salient.
 *
 * Desktop-first; Breakpoints am Dateiende (max-width).
 */

/* Marken-Fonts: per <link> im <head> geladen (wp_enqueue_style im Template),
   bewusst NICHT per @import hier -> robust gegen CSS-Combine/Minify-Plugins. */

/* ============================================================
   Design Tokens (auf .rh-page gescopt, nicht :root)
   ============================================================ */
.rh-page{
  /* Brand */
  --rh-green-deep:#173528; --rh-green-deep-700:#1F4A37; --rh-green-deep-900:#0E2419;
  --rh-green:#A3F698; --rh-green-300:#C6F9BF; --rh-green-100:#E9FCE5; --rh-green-600:#7CE775;
  --rh-purple:#0C0533;
  /* Neutrals */
  --rh-white:#FFFFFF; --rh-paper:#F5F6F4; --rh-line:#E2E5E0; --rh-line-dark:#2B4A3B;
  --rh-grey-500:#8B8E99; --rh-grey-400:#B4B7BD;
  /* Semantic */
  /* --muted: dunkler als --rh-grey-500 (#8B8E99, ~3,3:1 -> WCAG-Fail). #5F6470 ~6:1. */
  --ink:var(--rh-purple); --body:#34303F; --muted:#5F6470;
  --on-dark:#FFFFFF; --on-dark-muted:#B7CABF; --rh-error:#B3261E;
  /* Type */
  --font-display:'Clash Display','General Sans',system-ui,sans-serif;
  --font-sans:'General Sans',system-ui,-apple-system,Segoe UI,sans-serif;
  --font-mono:'JetBrains Mono',ui-monospace,Menlo,monospace;
  /* Radius & shadow */
  --r-md:18px; --r-lg:28px; --r-xl:40px; --r-pill:999px;
  --shadow-sm:0 1px 2px rgba(12,5,51,.06),0 1px 1px rgba(12,5,51,.04);
  --shadow-md:0 8px 24px rgba(12,5,51,.08);
  --shadow-lg:0 24px 60px rgba(12,5,51,.12);
  --shadow-glow:0 12px 40px rgba(163,246,152,.35);
  --ring:0 0 0 3px rgba(163,246,152,.55); /* gruener Fokus-Ring (CLAUDE.md) */

  font-family:var(--font-sans);color:var(--ink);background:var(--rh-white);
  /* Full-Bleed: aus Salients zentriertem Content-Container ausbrechen. Reines CSS
     greift nur bei symmetrischer Zentrierung -> das Template ergaenzt eine JS-Korrektur,
     die die echte Position misst. Dies hier ist der No-JS-Fallback. */
  width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
  /* clip (nicht hidden!): klippt den 100vw-Fallback-Ueberlauf, macht .rh-page aber
     NICHT zum Scroll-Container -> position:sticky bliebe sonst kaputt (latent). */
  overflow-x:clip;-webkit-font-smoothing:antialiased;
}

/* Restlichen horizontalen Scroll durch den Full-Bleed unterbinden (nur auf RH-Seiten). */
body.rh-fullwidth{overflow-x:clip;}

/* ============================================================
   Base (gescopt)
   ============================================================ */
.rh-page, .rh-page *{box-sizing:border-box;}
.rh-page ::selection{background:var(--rh-green);color:var(--rh-green-deep);}
.rh-page img{max-width:100%;display:block;}
.rh-page a{color:inherit;}

/* Layout */
.rh-page .rh-section{padding:96px 32px;}
.rh-page .rh-section--hero{padding:84px 32px 96px;background:radial-gradient(125% 120% at 75% 100%,#235540 0%,#173528 52%,#0E2419 100%);color:var(--on-dark);}
.rh-page .rh-section--cta{padding:40px 32px 110px;}
.rh-page .rh-section--muted{background:var(--rh-paper);}
.rh-page .rh-section--dark{background:var(--rh-green-deep);color:var(--on-dark);}
.rh-page .rh-container{max-width:1160px;margin:0 auto;}
.rh-page .rh-narrow{max-width:760px;margin:0 auto;}
.rh-page .rh-center{text-align:center;}
/* Nur fuer Screenreader (visuell versteckte Section-Ueberschriften). */
.rh-page .rh-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

/* Type */
.rh-page .rh-eyebrow{font-family:var(--font-mono);font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);}
.rh-page .rh-eyebrow--green{color:var(--rh-green);}
.rh-page .rh-h1{font-family:var(--font-display);font-weight:700;font-size:60px;line-height:1.02;letter-spacing:-.02em;margin:20px 0 0;text-wrap:balance;overflow-wrap:break-word;}
.rh-page .rh-h2{font-family:var(--font-display);font-weight:700;font-size:44px;line-height:1.06;letter-spacing:-.02em;color:var(--ink);margin:16px 0 0;text-wrap:balance;overflow-wrap:break-word;}
.rh-page .rh-h3{font-family:var(--font-display);font-weight:600;font-size:21px;line-height:1.1;letter-spacing:-.01em;color:var(--ink);margin:0 0 8px;text-wrap:balance;overflow-wrap:break-word;}
.rh-page .rh-lead{font-family:var(--font-sans);font-size:19px;line-height:1.55;margin:22px 0 0;text-wrap:pretty;}
.rh-page .rh-body{font-family:var(--font-sans);font-size:17px;line-height:1.6;color:var(--muted);margin:0;text-wrap:pretty;}
.rh-page .rh-mark{background:var(--rh-green);color:var(--rh-green-deep);padding:.02em .14em;border-radius:6px;-webkit-box-decoration-break:clone;box-decoration-break:clone;}
.rh-page .rh-section--hero .rh-lead{color:var(--on-dark-muted);}

/* Buttons */
.rh-page .rh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-mono);font-weight:600;font-size:15px;letter-spacing:.02em;text-decoration:none;border:1.5px solid transparent;border-radius:var(--r-pill);padding:16px 26px;cursor:pointer;transition:background .18s ease,transform .12s ease;}
.rh-page .rh-btn:active{transform:scale(.97);}
.rh-page .rh-btn--primary{background:var(--rh-green);color:var(--rh-green-deep);}
.rh-page .rh-btn--primary:hover{background:var(--rh-green-600);}
.rh-page .rh-btn--ghost{background:transparent;color:var(--on-dark);border-color:rgba(255,255,255,.28);}
.rh-page .rh-btn--ghost:hover{background:rgba(255,255,255,.08);}
.rh-page .rh-btn--outline{background:transparent;color:var(--ink);border-color:var(--rh-line);}
.rh-page .rh-btn--outline:hover{background:var(--rh-paper);}

/* Fokus (a11y): gruener Marken-Ring statt UA-Default. */
.rh-page a:focus-visible{outline:none;box-shadow:var(--ring);border-radius:4px;}
.rh-page .rh-btn:focus-visible{outline:none;box-shadow:var(--ring);}
.rh-page .rh-faq summary:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--r-md);}

/* ============================================================
   Hero (Text + Foto + Flag-Mark + Handy-Mockup)
   ============================================================ */
.rh-page .rh-hero__grid{display:grid;grid-template-columns:1fr 480px;gap:64px;align-items:center;}
.rh-page .rh-hero__trust{font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--on-dark-muted);margin:30px 0 0;}
.rh-page .rh-hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px;}
.rh-page .rh-hero__visual{position:relative;}
.rh-page .rh-photo{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:11/12;box-shadow:0 30px 70px rgba(0,0,0,.4);background:linear-gradient(160deg,#1F4A37 0%,#0E2419 100%);}
.rh-page .rh-photo img{width:100%;height:100%;object-fit:cover;}
.rh-page .rh-photo__tag{position:absolute;top:20px;left:20px;display:inline-flex;align-items:center;gap:7px;background:rgba(14,36,25,.72);backdrop-filter:blur(6px);border:1px solid var(--rh-line-dark);border-radius:var(--r-pill);padding:8px 14px;font-family:var(--font-mono);font-weight:600;font-size:11px;letter-spacing:.04em;color:var(--rh-green);}
.rh-page .rh-photo__dot{width:7px;height:7px;border-radius:50%;background:var(--rh-green);box-shadow:0 0 0 4px rgba(163,246,152,.25);}
.rh-page .rh-flagmark{position:absolute;top:-20px;right:28px;width:104px;height:auto;filter:drop-shadow(0 6px 16px rgba(0,0,0,.3));}

/* Handy-Mockup (Anfrage-Screen, dem echten Kunden-Screen nachgebaut). Feste iPhone-
   Proportionen per aspect-ratio; der Screen scrollt optisch und wird unten geklippt.
   Ohne App-Leiste (Logo/Business-Name), damit mehr vom Anfrage-Screen sichtbar ist.
   Servicecards = Foto-Platzhalter (gruener Verlauf + Bild-Glyph); <img> service-<slug>-N.webp
   wird per onerror entfernt, bis ein echtes Visual vorliegt (self-healing wie Hero-Fotos). */
.rh-page .rh-phone{position:absolute;left:-40px;bottom:-40px;width:202px;filter:drop-shadow(0 26px 50px rgba(163,246,152,.22));transform:scale(.94);transform-origin:bottom left;}
.rh-page .rh-phone__device{position:relative;box-sizing:border-box;aspect-ratio:402/874;background:#0B1F16;border-radius:34px;padding:7px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07);}
.rh-page .rh-phone__screen{position:relative;height:100%;width:100%;border-radius:28px;overflow:hidden;background:var(--rh-white);display:flex;flex-direction:column;}
.rh-page .rh-phone__island{position:absolute;top:7px;left:50%;transform:translateX(-50%);width:54px;height:16px;border-radius:99px;background:#000;z-index:5;}
.rh-page .rh-phone__statusbar{display:flex;align-items:center;justify-content:space-between;padding:7px 15px 3px;}
.rh-page .rh-phone__time{font-family:var(--font-mono);font-weight:600;font-size:9px;color:var(--ink);}
.rh-page .rh-phone__sys{height:10px;width:auto;color:var(--ink);}
.rh-page .rh-phone__page{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:11px 0 0 11px;}
.rh-page .rh-aq__step{display:none;}.rh-page .rh-aq__step+.rh-aq__label{margin-top:0;}
.rh-page .rh-aq__num{flex:none;width:16px;height:16px;border-radius:50%;background:var(--rh-green-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:700;font-size:8.5px;}
.rh-page .rh-aq__steptxt{font-family:var(--font-sans);font-weight:600;font-size:9.5px;color:var(--ink);}
.rh-page .rh-aq__label{font-family:var(--font-sans);font-weight:700;font-size:9.5px;color:var(--ink);margin-top:8px;padding-right:12px;}
.rh-page .rh-aq__row{display:flex;flex:none;gap:7px;margin-top:6px;overflow:hidden;}
.rh-page .rh-scard{position:relative;flex:none;width:104px;height:138px;border-radius:10px;overflow:hidden;background:var(--rh-green-deep);}
.rh-page .rh-scard--g1{background:linear-gradient(150deg,var(--rh-green-deep-700) 0%,var(--rh-green-deep-900) 100%);}
.rh-page .rh-scard--g2{background:linear-gradient(150deg,var(--rh-green-deep) 0%,var(--rh-green-deep-900) 100%);}
.rh-page .rh-scard--g3{background:linear-gradient(150deg,#235540 0%,var(--rh-green-deep) 100%);}
.rh-page .rh-scard__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;}
.rh-page .rh-scard__ph{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;color:rgba(255,255,255,.5);z-index:0;}
.rh-page .rh-scard__pick{position:absolute;top:6px;right:6px;width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(255,255,255,.75);background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;}
.rh-page .rh-scard--sel{box-shadow:none;}
.rh-page .rh-scard--sel .rh-scard__pick{background:var(--rh-green-deep);border-color:#fff;}
.rh-page .rh-scard__txt{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:14px 8px 7px;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.42) 60%,transparent 100%);}
.rh-page .rh-scard__name{display:block;font-family:var(--font-display);font-weight:700;font-size:10px;line-height:1.05;color:#fff;}
.rh-page .rh-scard__price{display:block;font-family:var(--font-sans);font-weight:600;font-size:8px;line-height:1;color:rgba(255,255,255,.92);margin-top:2px;}
.rh-page .rh-aq__sel{margin-top:7px;padding-right:12px;}
.rh-page .rh-aq__sel-h{display:block;font-family:var(--font-sans);font-weight:700;font-size:9px;color:var(--ink);}
.rh-page .rh-aq__sel-d{display:block;font-family:var(--font-sans);font-size:8px;line-height:1.4;color:var(--body);margin-top:2px;text-wrap:pretty;}
.rh-page .rh-aq__field{display:flex;align-items:center;gap:5px;margin-top:5px;margin-right:12px;border:1px solid var(--rh-line);border-radius:6px;padding:5px 9px;line-height:1;}
.rh-page .rh-aq__field-l{white-space:nowrap;font-family:var(--font-sans);font-weight:600;font-size:8px;line-height:1;color:var(--muted);}
.rh-page .rh-aq__field-v{font-family:var(--font-sans);font-weight:700;font-size:9px;line-height:1;color:var(--ink);margin-left:auto;}
.rh-page .rh-aq__field-ic{width:10px;height:10px;color:var(--rh-green-deep);}
.rh-page .rh-aq__slots{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:6px;padding-right:12px;}
.rh-page .rh-slot{display:flex;flex-direction:column;align-items:center;gap:0;border:1px solid var(--rh-line);border-radius:6px;padding:3px 3px;}
.rh-page .rh-slot--sel{border-color:var(--rh-green-deep);background:var(--rh-green-100);}
.rh-page .rh-slot__left{font-family:var(--font-sans);font-weight:600;font-size:6px;line-height:1;color:var(--muted);}
.rh-page .rh-slot__t{font-family:var(--font-sans);font-weight:500;font-size:9px;line-height:1;color:var(--ink);}
.rh-page .rh-slot__bar{margin-top:2px;width:18px;height:2px;border-radius:2px;background:var(--rh-green-deep);}
.rh-page .rh-phone__home{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);width:64px;height:4px;border-radius:99px;background:rgba(13,31,20,.22);z-index:5;}

/* ============================================================
   Problem cards
   ============================================================ */
.rh-page .rh-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;}
.rh-page .rh-pcard{background:var(--rh-white);border:1px solid var(--rh-line);border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:32px;}

/* ============================================================
   Steps
   ============================================================ */
.rh-page .rh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:left;margin-top:56px;}
.rh-page .rh-step__head{display:flex;align-items:center;gap:14px;margin-bottom:18px;}
.rh-page .rh-step__num{flex:none;width:44px;height:44px;border-radius:50%;background:var(--rh-green);color:var(--rh-green-deep);font-family:var(--font-display);font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center;}
.rh-page .rh-step__line{flex:1;height:1px;background:var(--rh-line);}

/* ============================================================
   Foto-Band (Handoff): breites Foto nach den Schritten, mit Text-Overlay
   (dunkler Verlauf links fuer Lesbarkeit). padding-top:0 haelt es dicht unter Steps.
   ============================================================ */
.rh-page .rh-band-section{padding-top:0;}
.rh-page .rh-band{position:relative;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/7;background:var(--rh-green-deep);}
.rh-page .rh-band__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:75% 35%;}
.rh-page .rh-band__overlay{position:relative;z-index:1;height:100%;max-width:600px;display:flex;flex-direction:column;justify-content:center;padding:48px 56px;background:linear-gradient(90deg,rgba(14,36,25,.94) 0%,rgba(14,36,25,.8) 42%,rgba(14,36,25,0) 100%);}
.rh-page .rh-band__eyebrow{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-family:var(--font-mono);font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--rh-green);background:rgba(14,36,25,.5);border:1px solid var(--rh-line-dark);border-radius:var(--r-pill);padding:8px 14px;}
.rh-page .rh-band__dot{width:7px;height:7px;border-radius:50%;background:var(--rh-green);}
.rh-page .rh-band__title{margin:18px 0 0;}
.rh-page .rh-band__text{font-family:var(--font-sans);font-size:16px;line-height:1.55;color:var(--on-dark-muted);margin:16px 0 0;max-width:460px;}

/* ============================================================
   Feature grid
   ============================================================ */
.rh-page .rh-feat__head{max-width:680px;margin:0 auto;}
.rh-page .rh-feat__sub{margin-top:14px;}
.rh-page .rh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;}
.rh-page .rh-grid-3--trust{margin-top:48px;}
.rh-page .rh-fcard{position:relative;overflow:hidden;background:var(--rh-white);border:1px solid var(--rh-line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:30px;}
.rh-page .rh-fcard__text{font-size:16px;}
.rh-page .rh-fcard--wide{grid-column:1 / -1;}
.rh-page .rh-fcard--wide .rh-fcard__text{max-width:56ch;}
.rh-page .rh-fcard--wide .rh-fcard__bg{width:184px;height:184px;right:-8px;bottom:-32px;}
/* Dezentes Hintergrund-Icon: gross, teils ueber den Rand (overflow:hidden klippt es),
   niedrige Deckkraft, hinter dem Inhalt -> Karten visuell schneller unterscheidbar.
   Nur die 6 Feature-Karten haben das Markup-Element (Trust-Karten bleiben schlicht). */
.rh-page .rh-fcard__bg{position:absolute;right:-20px;bottom:-24px;width:132px;height:132px;color:var(--rh-green-deep);opacity:.08;pointer-events:none;z-index:0;}
.rh-page .rh-fcard__bg svg{width:100%;height:100%;display:block;}
.rh-page .rh-fcard>.rh-tick,
.rh-page .rh-fcard>.rh-h3,
.rh-page .rh-fcard>.rh-body{position:relative;z-index:1;}
.rh-page .rh-tick{width:44px;height:44px;border-radius:50%;background:var(--rh-green);color:var(--rh-green-deep);display:flex;align-items:center;justify-content:center;margin-bottom:20px;}

/* ============================================================
   Testimonial
   ============================================================ */
.rh-page .rh-quote{max-width:820px;margin:0 auto;background:var(--rh-white);border:1px solid var(--rh-line);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);padding:48px;text-align:center;}
.rh-page .rh-quote__mark{font-family:var(--font-display);font-weight:700;font-size:72px;line-height:.6;color:var(--rh-green-600);height:40px;}
.rh-page .rh-quote__text{font-family:var(--font-display);font-weight:600;font-size:28px;line-height:1.35;letter-spacing:-.01em;color:var(--ink);margin:8px 0 28px;}
.rh-page .rh-quote__who{display:inline-flex;align-items:center;gap:14px;}
.rh-page .rh-avatar{width:54px;height:54px;border-radius:50%;overflow:hidden;background:var(--rh-green-100);display:flex;align-items:center;justify-content:center;border:1.5px solid var(--rh-line);flex:none;color:var(--rh-green-deep);}
.rh-page .rh-avatar svg{opacity:.55;}
.rh-page .rh-quote__name{font-family:var(--font-mono);font-weight:600;font-size:14px;color:var(--ink);text-align:left;}
.rh-page .rh-quote__role{font-family:var(--font-mono);font-size:12px;color:var(--muted);text-align:left;margin-top:2px;}

/* ============================================================
   Alternating rows
   ============================================================ */
.rh-page .rh-altrow{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:72px;}
.rh-page .rh-altrow:first-of-type{margin-top:56px;}
.rh-page .rh-altrow__lead{margin-top:18px;}
.rh-page .rh-panel{border-radius:var(--r-xl);padding:36px;}
.rh-page .rh-panel--dark{background:var(--rh-green-deep);box-shadow:var(--shadow-glow);}
.rh-page .rh-panel--green{background:var(--rh-green);}
.rh-page .rh-clist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;}
.rh-page .rh-clist li{display:flex;align-items:flex-start;gap:12px;font-family:var(--font-sans);font-size:16px;line-height:1.4;}
.rh-page .rh-clist--dark li{color:var(--on-dark);}
.rh-page .rh-clist--green li{color:var(--rh-green-deep);}
.rh-page .rh-cdot{flex:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.rh-page .rh-clist--dark .rh-cdot{background:var(--rh-green);color:var(--rh-green-deep);}
.rh-page .rh-clist--green .rh-cdot{background:var(--rh-green-deep);color:var(--rh-green);}

/* ============================================================
   Festpreis / Trust
   ============================================================ */
.rh-page .rh-usp__head{max-width:780px;margin:0 auto;}
.rh-page .rh-usp__sub{margin-top:14px;}
.rh-page .rh-usp__actions{margin-top:40px;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.rh-page .rh-promise{background:var(--rh-green-100);border-radius:var(--r-md);padding:24px 28px;margin:28px auto 0;max-width:860px;text-align:center;font-family:var(--font-sans);font-size:15px;line-height:1.6;color:var(--rh-green-deep);}

/* ============================================================
   USP 3 Saeulen - Visuals in Smartphone-Mockups.
   Reels-Saeule: Screen im Stil des Hero-Mockups - horizontale Service-Cards
   (.rh-aq__row + .rh-scard, hier etwas groesser). Chat-Saeule: echter "Chat &
   Support"-Screen (Kunde gruen rechts, Admin weiss links, Eingabezeile mit
   Sende-Button) unter einem Buchungs-Kontext. Phone-Gehaeuse = vorhandene
   .rh-phone__*-Bausteine, hier im normalen Fluss zentriert (.rh-mock) statt absolut.
   Nur .rh-page-gescopt, nur CI-Farben, ASCII-Kommentare.
   ============================================================ */
.rh-page .rh-usp__fp-head{margin-top:80px;}
.rh-page .rh-clist--ink{margin-top:22px;gap:12px;}
.rh-page .rh-clist--ink li{color:var(--body);font-size:15px;}
.rh-page .rh-clist--ink .rh-cdot{width:22px;height:22px;background:var(--rh-green-deep);color:var(--rh-green);}
/* Phone-Gehaeuse im normalen Fluss (nicht absolut wie im Hero). */
.rh-page .rh-mock{position:relative;width:272px;max-width:100%;margin:0 auto;}
.rh-page .rh-mock .rh-phone__device{filter:drop-shadow(0 26px 50px rgba(12,5,51,.18));}
/* Reels-Saeule = identisches Hero-Mockup (kein eigenes Feed-CSS noetig). */
/* Chat-Screen: heller Content-Hintergrund, eigene Paddings. */
.rh-page .rh-mock--chat .rh-phone__page{padding:0;background:var(--rh-paper);}
.rh-page .rh-mtop{display:flex;align-items:center;justify-content:space-between;padding:11px 13px 8px;background:var(--rh-white);}
.rh-page .rh-mtop__brand{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--rh-green-deep);letter-spacing:-.01em;}
.rh-page .rh-mtop__tab{font-family:var(--font-mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);}
/* Buchungs-Kontext ueber dem Chat (Chat haengt an der Buchung). */
.rh-page .rh-mbook{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:11px 11px 0;padding:9px 11px;background:var(--rh-white);border:1px solid var(--rh-line);border-radius:11px;}
.rh-page .rh-mbook__t{font-family:var(--font-sans);font-weight:700;font-size:10px;color:var(--ink);}
.rh-page .rh-mbook__s{display:block;font-family:var(--font-mono);font-size:8px;color:var(--muted);margin-top:2px;letter-spacing:.03em;}
.rh-page .rh-mbook__chip{flex:none;display:inline-flex;align-items:center;gap:4px;font-family:var(--font-mono);font-weight:600;font-size:8px;color:var(--rh-green-deep);background:var(--rh-green-100);border:1px solid var(--rh-green-300);border-radius:var(--r-pill);padding:4px 8px;white-space:nowrap;}
/* Chat & Support Karte. */
.rh-page .rh-mchat{margin:11px;background:var(--rh-white);border:1px solid var(--rh-line);border-radius:14px;padding:13px;}
.rh-page .rh-mchat__head{display:flex;align-items:center;gap:7px;}
.rh-page .rh-mchat__ic{flex:none;width:15px;height:15px;color:var(--rh-green-deep);}
.rh-page .rh-mchat__title{font-family:var(--font-display);font-weight:700;font-size:13px;color:var(--ink);}
.rh-page .rh-mchat__sub{font-family:var(--font-sans);font-size:10px;line-height:1.4;color:var(--muted);margin:6px 0 11px;}
.rh-page .rh-mchat__thread{display:flex;flex-direction:column;gap:9px;}
.rh-page .rh-mbub{max-width:84%;font-family:var(--font-sans);font-size:10px;line-height:1.4;border-radius:12px;padding:8px 10px;}
.rh-page .rh-mbub--kunde{align-self:flex-end;background:var(--rh-green-deep);color:#fff;border-bottom-right-radius:4px;}
.rh-page .rh-mbub--admin{align-self:flex-start;background:var(--rh-white);border:1px solid var(--rh-line);color:var(--body);border-bottom-left-radius:4px;}
.rh-page .rh-mbub__who{display:block;font-weight:700;font-size:9px;color:var(--rh-green-deep);margin-bottom:2px;}
.rh-page .rh-mbub__time{display:block;font-family:var(--font-mono);font-size:8px;margin-top:4px;}
.rh-page .rh-mbub--kunde .rh-mbub__time{color:rgba(255,255,255,.72);text-align:right;}
.rh-page .rh-mbub--admin .rh-mbub__time{color:var(--muted);}
.rh-page .rh-mchat__input{display:flex;align-items:center;gap:7px;margin-top:12px;}
.rh-page .rh-mchat__field{flex:1;font-family:var(--font-sans);font-size:10px;color:var(--muted);background:var(--rh-white);border:1px solid var(--rh-line);border-radius:var(--r-pill);padding:8px 12px;}
.rh-page .rh-mchat__send{flex:none;width:30px;height:30px;border-radius:9px;background:var(--rh-green-deep);display:flex;align-items:center;justify-content:center;color:#fff;}
.rh-page .rh-mchat__send svg{width:14px;height:14px;}
@media (max-width:560px){ .rh-page .rh-usp__fp-head{margin-top:56px;} .rh-page .rh-mock{width:250px;} }


/* ============================================================
   FAQ
   ============================================================ */
.rh-page .rh-faq{max-width:820px;margin:48px auto 0;display:flex;flex-direction:column;gap:14px;text-align:left;}
.rh-page .rh-faq details{background:var(--rh-white);border:1px solid var(--rh-line);border-radius:var(--r-md);box-shadow:var(--shadow-sm);overflow:hidden;}
.rh-page .rh-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;font-family:var(--font-mono);font-weight:600;font-size:15px;color:var(--ink);}
.rh-page .rh-faq summary::-webkit-details-marker{display:none;}
.rh-page .rh-faq__icon{flex:none;width:28px;height:28px;border-radius:50%;background:var(--rh-green);color:var(--rh-green-deep);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;transition:transform .2s;}
.rh-page .rh-faq details[open] .rh-faq__icon{transform:rotate(45deg);}
.rh-page .rh-faq__a{padding:0 24px 24px;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--body);max-width:680px;}
.rh-page .rh-faq__link{color:var(--rh-green-deep);font-weight:600;text-decoration:underline;text-underline-offset:2px;}
/* Sanftes Aufklappen (CLAUDE.md Abschnitt 11: Accordions oeffnen sanft, ease). */
.rh-page .rh-faq details[open] .rh-faq__a{animation:rh-faq-open .2s ease both;}
@keyframes rh-faq-open{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:none;}}

/* ============================================================
   Final CTA
   ============================================================ */
.rh-page .rh-finalcta{position:relative;background:var(--rh-green-deep);border-radius:var(--r-xl);box-shadow:var(--shadow-glow);padding:72px 48px;text-align:center;color:var(--on-dark);overflow:hidden;}
.rh-page .rh-finalcta__title{color:var(--on-dark);}
.rh-page .rh-finalcta__lead{color:var(--on-dark-muted);max-width:560px;margin:18px auto 0;}
.rh-page .rh-finalcta__actions{margin-top:34px;}
.rh-page .rh-imprint{font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;color:var(--muted);text-align:center;margin:64px 0 0;}

/* ============================================================
   Dezente Animationen (ANIMATIONEN-HANDOFF.md), an Projekt-Konvention angepasst:
   alles unter .rh-page gescopt, .rh-anim wird per JS aufs <main> gesetzt.
   - Reveal-on-Scroll (Fade + leichtes Aufsteigen, in Grids gestaffelt via JS-delay).
   - Hidden-Startzustand zusaetzlich hinter @media no-preference -> ohne JS bzw. bei
     "reduce" ist sofort alles sichtbar (kein FOUC, SEO-sicher).
   - .rh-force = Selbstheilung: friert eine Transition ein, macht JS hart sichtbar.
   ============================================================ */
@media (prefers-reduced-motion: no-preference){
  .rh-page.rh-anim .rh-reveal{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .6s cubic-bezier(.22,.61,.36,1),
               transform .6s cubic-bezier(.22,.61,.36,1);
    will-change:opacity,transform;
  }
  .rh-page.rh-anim .rh-reveal.is-in{opacity:1;transform:none;}
  .rh-page.rh-anim .rh-reveal.rh-force{opacity:1!important;transform:none!important;transition:none!important;}
}

/* Hover-Lift fuer Karten (etwas kraeftiger als zuvor: -4px + shadow-lg). */
.rh-page .rh-pcard,.rh-page .rh-fcard{transition:transform .25s ease,box-shadow .25s ease;}
.rh-page .rh-pcard:hover,.rh-page .rh-fcard:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}

/* FAQ-Akkordeon: weicher Rahmen-/Schatten-Wechsel beim Oeffnen. */
.rh-page .rh-faq details{transition:border-color .2s ease,box-shadow .2s ease;}
.rh-page .rh-faq details[open]{border-color:var(--rh-green-600);box-shadow:var(--shadow-md);}

/* Sehr langsamer Zoom auf das Foto-Band (Handoff) und das Hero-Foto. */
.rh-page .rh-band__img,.rh-page .rh-photo img{transition:transform 1.6s cubic-bezier(.22,.61,.36,1);}
.rh-page .rh-band:hover .rh-band__img,.rh-page .rh-photo:hover img{transform:scale(1.04);}

/* Primaer-Button: zarter Gruen-Glow beim Hover (+ dezenter Lift). :not(:active) laesst
   das Press-Feedback scale(.97) (CLAUDE.md Abschnitt 10/11) beim Druecken gewinnen. */
.rh-page .rh-btn{transition:background .18s ease,transform .12s ease,box-shadow .18s ease;}
.rh-page .rh-btn--primary:hover:not(:active){transform:translateY(-1px);box-shadow:var(--shadow-glow);}

/* ============================================================
   Theme-Hardening (Salient / Parent-Theme)
   Salient stylt h1-h3 und <button> mit hochspezifischen bzw. !important-Regeln
   (Headline-Groesse/-Farbe, grosser Button-Radius) und hebelt sonst unsere gescopten
   Styles aus. Wir erzwingen die Requesthub-Werte zurueck - mit erhoehter Spezifitaet
   (.rh-page.rh-multisportanlage) + !important. Responsive-Headline-Groessen ziehen unten mit.
   ============================================================ */
.rh-page.rh-multisportanlage .rh-h1{font:700 60px/1.02 var(--font-display)!important;letter-spacing:-.02em!important;}
.rh-page.rh-multisportanlage .rh-section--hero .rh-h1{color:var(--on-dark)!important;}
.rh-page.rh-multisportanlage .rh-h2{font:700 44px/1.06 var(--font-display)!important;letter-spacing:-.02em!important;}
.rh-page.rh-multisportanlage .rh-h2--row{font-size:36px!important;}
.rh-page.rh-multisportanlage .rh-band__title{font-size:34px!important;color:var(--on-dark)!important;}
.rh-page.rh-multisportanlage .rh-finalcta__title{color:var(--on-dark)!important;}
.rh-page.rh-multisportanlage .rh-h3{font:600 21px/1.1 var(--font-display)!important;letter-spacing:-.01em!important;}
.rh-page.rh-multisportanlage .rh-btn{border-radius:var(--r-pill)!important;}
.rh-page.rh-multisportanlage [hidden]{display:none!important;}

/* ============================================================
   Responsive (max-width, wie die Vorlage)
   ============================================================ */
@media (max-width:980px){
  .rh-page .rh-hero__grid{grid-template-columns:1fr;gap:8px;}
  .rh-page .rh-hero__visual{max-width:440px;margin:48px auto 0;}
  .rh-page .rh-steps{grid-template-columns:1fr;gap:32px;}
  .rh-page .rh-grid-3{grid-template-columns:1fr;}
  .rh-page .rh-altrow{grid-template-columns:1fr;gap:28px;}
  .rh-page .rh-altrow--flip .rh-altrow__a{order:2;}
  .rh-page.rh-multisportanlage .rh-h1{font-size:50px!important;}
  .rh-page.rh-multisportanlage .rh-h2{font-size:36px!important;}
}
@media (max-width:680px){
  .rh-page .rh-grid-2{grid-template-columns:1fr;}
  /* schmaler Screen: hoeheres Band, Overlay-Text unten ueber voller Breite. */
  .rh-page .rh-band{aspect-ratio:3/4;}
  .rh-page .rh-band__img{object-position:center 30%;}
  .rh-page .rh-band__overlay{max-width:none;justify-content:flex-end;padding:28px;background:linear-gradient(0deg,rgba(14,36,25,.96) 0%,rgba(14,36,25,.7) 50%,rgba(14,36,25,.15) 100%);}
}
@media (max-width:560px){
  .rh-page .rh-section{padding:64px 18px;}
  .rh-page .rh-section--hero{padding:64px 18px 80px;}
  .rh-page .rh-section--cta{padding:32px 18px 80px;}
  .rh-page.rh-multisportanlage .rh-h1{font-size:33px!important;}
  .rh-page.rh-multisportanlage .rh-h2{font-size:26px!important;}
  .rh-page .rh-lead{font-size:17px;}
  .rh-page .rh-body{font-size:16px;}
  .rh-page.rh-multisportanlage .rh-band__title{font-size:24px!important;}
  .rh-page .rh-quote{padding:30px;}
  .rh-page .rh-quote__text{font-size:22px;}
  .rh-page .rh-panel{padding:26px;}
  .rh-page .rh-finalcta{padding:44px 24px;}
  .rh-page .rh-hero__visual{margin-top:64px;}
  .rh-page .rh-phone{width:200px;left:-16px;bottom:-30px;}
  .rh-page .rh-flagmark{width:84px;}
}

/* Reduzierte Bewegung respektieren (CLAUDE.md Abschnitt 11). */
@media (prefers-reduced-motion: reduce){
  .rh-page *{transition:none !important;animation:none !important;}
  .rh-page.rh-anim .rh-reveal{opacity:1 !important;transform:none !important;}
  .rh-page .rh-pcard:hover,.rh-page .rh-fcard:hover{transform:none;}
  .rh-page .rh-photo:hover img,.rh-page .rh-band:hover .rh-band__img{transform:none;}
  .rh-page .rh-btn:active{transform:none;}
}
