/* geo.css: SEO & GEO Hub und Landingpages (seo-geo, seo-fuer-online-shops, geo-fuer-online-shops, geo-audit, geo-consulting).
   Wird nach base.css und page.css geladen. Bordbuch-/Konsolen-Vokabular statt Card-Grids. */

/* Breadcrumb im Hero */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 18px; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.crumbs a { color: rgba(255,255,255,0.6); text-decoration: none; }
.crumbs a:hover { color: var(--mint); }
.crumbs span::before { content: "/"; margin-right: 8px; opacity: 0.5; }
.crumbs span:first-child::before { content: none; }
.hero .lead strong { color: var(--mint); font-weight: 700; }

/* Zwei Orbits, ein Planet (Hub-Diagramm) */
.orbits { margin-top: 48px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.orbits svg { display: block; width: 100%; min-width: 720px; height: auto; overflow: visible; }
.orbits .star { fill: #fff; opacity: .55; animation: star-twinkle 3.6s ease-in-out infinite; animation-delay: var(--sd, 0s); }
@keyframes star-twinkle { 0%, 100% { opacity: .2; } 50% { opacity: .9; } }
.orbits .lens { fill: rgba(124,227,203,0.05); }
.orbits .orb { fill: none; stroke-width: 1.5; stroke-dasharray: 3 7; stroke-linecap: round; }
.orbits .orb-seo { stroke: rgba(124,227,203,0.7); }
.orbits .orb-geo { stroke: rgba(185,168,255,0.75); }
.orbits .orb-glow { fill: none; stroke-width: 7; opacity: .14; }
.orbits .orb-glow-seo { stroke: var(--mint); }
.orbits .orb-glow-geo { stroke: var(--signal); }
.orbits .planet-halo { fill: rgba(124,227,203,0.55); }
.orbits .planet { stroke: var(--mint); stroke-width: 1.5; }
.orbits .planet-ring { fill: none; stroke: rgba(124,227,203,0.55); stroke-width: 1.2; }
.orbits .scanner { fill: none; stroke: rgba(124,227,203,0.5); stroke-width: 1; stroke-dasharray: 2 10 40 10; stroke-linecap: round; transform-box: fill-box; transform-origin: center; animation: scanner-spin 40s linear infinite; }
@keyframes scanner-spin { to { transform: rotate(360deg); } }
.orbits text { font-family: var(--font-body); font-size: 14px; fill: rgba(255,255,255,0.9); }
.orbits .t-mono { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; }
.orbits .t-seo { fill: var(--mint); }
.orbits .t-geo { fill: var(--signal); }
.orbits .t-dim { fill: rgba(255,255,255,0.45); }
.orbits .t-shared { fill: rgba(255,255,255,0.92); }
.orbits .t-planet { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: 15px; fill: #fff; }
.orbits .nd { color: var(--mint); cursor: default; }
.orbits .nd-geo { color: var(--signal); }
.orbits .nd .node { fill: currentColor; transition: r .2s ease; }
.orbits .nd .nring { fill: none; stroke: currentColor; stroke-width: 1; opacity: 0; transform-box: fill-box; transform-origin: center; animation: node-pulse 4.2s ease-out infinite; }
.orbits .nd:nth-of-type(odd) .nring { animation-delay: 2.1s; }
@keyframes node-pulse { 0% { transform: scale(.35); opacity: .7; } 70% { transform: scale(1.3); opacity: 0; } 100% { transform: scale(1.3); opacity: 0; } }
.orbits .nd text { transition: fill .2s ease; }
.orbits .nd:hover text { fill: currentColor; }
.orbits .nd:hover .node { r: 5.5; }
.orbits .sat { fill: var(--mint); }
.orbits .sat-geo { fill: var(--signal); }
.orbits .sat-trail { fill: var(--mint); opacity: .35; }
.orbits .sat-trail-geo { fill: var(--signal); }
.orbit-cap { margin-top: 18px; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); text-align: center; line-height: 1.7; }
@media (prefers-reduced-motion: reduce) { .orbits .star, .orbits .scanner, .orbits .nring { animation: none; } .orbits .sat, .orbits .sat-trail { display: none; } }

/* Weiche: Route gabelt sich (aus home.css, fuer dunkle Sektionen) */
.weiche { margin-top: 40px; }
.weiche-svg { display: block; width: 100%; height: auto; overflow: visible; }
.weiche-svg path { fill: none; stroke: rgba(124,227,203,0.45); stroke-width: 2; stroke-dasharray: 3 7; stroke-linecap: round; }
.weiche-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 10px; }
.weg { text-align: center; }
.wnode { display: block; width: 10px; height: 10px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px rgba(124,227,203,0.85); margin: 0 auto 18px; }
.weg.geo .wnode { background: var(--signal); box-shadow: 0 0 12px rgba(185,168,255,0.85); }
.weg .tag { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mint); margin-bottom: 10px; }
.weg.geo .tag { color: var(--signal); }
.weg h3 { margin-bottom: 12px; }
.weg p { font-size: 0.98rem; opacity: 0.85; max-width: 46ch; margin: 0 auto; }
.weg .textlink { margin-top: 18px; }
@media (max-width: 820px) { .weiche-svg { display: none; } .weiche-grid { grid-template-columns: 1fr; gap: 40px; margin-top: 28px; } }
.modes-note { margin-top: 30px; text-align: center; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.modes-note strong { color: var(--signal); font-weight: 700; }

/* Inline-Links in Fliesstext */
.lead a, .split-text p a, .route-step p a { color: var(--mint); text-decoration: none; border-bottom: 1px dashed rgba(124,227,203,0.6); }
.lead a:hover, .split-text p a:hover { border-bottom-style: solid; }
.sec-light .lead a, .sec-light .split-text p a { color: var(--teal-deep); border-bottom-color: var(--teal-deep); }

/* Textlinks (Mono, gestrichelt) */
.textlink { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mint); text-decoration: none; border-bottom: 1px dashed var(--mint); padding-bottom: 2px; }
.textlink:hover { border-bottom-style: solid; }
.textlink .arr { transition: transform .18s ease; }
.textlink:hover .arr { transform: translateX(4px); }
.textlink:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; border-bottom-color: transparent; }
.sec-light .textlink { color: var(--teal-deep); border-bottom-color: var(--teal-deep); }
.sec-light .textlink:focus-visible { outline-color: var(--teal-deep); }

/* Bordbuch-Ledger: Nur SEO / Gemeinsame Basis / Nur GEO (helle Sektion) */
.ledger { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: clamp(20px, 3vw, 40px); margin-top: 48px; align-items: start; }
@media (max-width: 860px) { .ledger { grid-template-columns: 1fr; } }
.ledger-col h3 { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; padding: 12px 0; border-top: 1px solid currentColor; border-bottom: 1px dashed rgba(16,20,20,0.25); display: flex; justify-content: space-between; gap: 10px; line-height: 1.5; }
.ledger-col h3 .cnt { opacity: 0.55; font-weight: 400; }
.ledger-col.seo h3 { color: var(--teal-deep); }
.ledger-col.geo h3 { color: #5A4BB5; }
.ledger-col.both h3 { color: var(--ink); }
.ledger-col ul { list-style: none; }
.ledger-col li { padding: 12px 0 12px 24px; border-bottom: 1px dashed rgba(16,20,20,0.18); position: relative; font-size: 0.95rem; font-weight: 500; line-height: 1.45; }
.ledger-col li::before { content: ""; position: absolute; left: 3px; top: 19px; width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.ledger-col.seo li::before { background: var(--teal-deep); }
.ledger-col.geo li::before { background: #5A4BB5; }
.ledger-col.both { background: var(--white); border-radius: 18px; padding: 8px 22px 14px; border: 1px solid var(--line-dark); }
.ledger-col li small { display: block; font-weight: 400; font-size: 0.82rem; color: rgba(16,20,20,0.6); margin-top: 2px; }
.ledger-note { margin-top: 36px; font-size: 1.02rem; max-width: 64ch; opacity: 0.85; }

/* Bordbuch-Manifest: Stationen als Checkliste (dunkle Sektionen) */
.manifest { margin-top: 44px; }
.manifest-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.manifest-head .mstat { color: var(--mint); }
.manifest-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(36px, 5vw, 76px); }
.manifest-grid--1 { grid-template-columns: 1fr; }
@media (max-width: 860px) { .manifest-grid { grid-template-columns: 1fr; } }
.mrow { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 18px 0 16px; border-bottom: 1px dashed rgba(255,255,255,0.16); transition: background .2s ease; }
.mrow:hover { background: rgba(124,227,203,0.04); }
.msys { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); padding-top: 3px; }
.mrow.geo .msys { color: rgba(185,168,255,0.7); }
.mtop { display: flex; align-items: center; gap: 12px; }
.mtop h4 { font-family: var(--font-display); text-transform: uppercase; font-size: 0.92rem; letter-spacing: 0.01em; line-height: 1.2; }
.mdots { flex: 1; min-width: 24px; border-bottom: 1px dotted rgba(255,255,255,0.3); transform: translateY(2px); }
.led { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px rgba(124,227,203,0.8); animation: led-blink 3.2s ease-in-out infinite; animation-delay: var(--d, 0s); flex: none; }
.mrow.geo .led { background: var(--signal); box-shadow: 0 0 10px rgba(185,168,255,0.8); }
@keyframes led-blink { 0%, 92%, 100% { opacity: 1; } 96% { opacity: .25; } }
.mrow p { font-size: 0.86rem; opacity: 0.66; line-height: 1.55; margin-top: 7px; max-width: 54ch; }
.mrow p a, .mrow h4 a { color: inherit; text-decoration: none; border-bottom: 1px dashed rgba(124,227,203,0.6); }
.mrow p a:hover, .mrow h4 a:hover { color: var(--mint); border-bottom-style: solid; }

/* Flugroute (dunkle Sektionen): nummerierte Schritte an gestrichelter Linie */
.route { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 26px; margin-top: 56px; }
.route--3 { grid-template-columns: repeat(3, 1fr); }
.route-step { position: relative; padding-top: 66px; }
.rnum { position: absolute; top: 0; left: 0; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--mint); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-weight: 700; font-size: 0.85rem; color: var(--mint); background: var(--space); z-index: 1; box-shadow: 0 0 16px rgba(124,227,203,0.3); }
.route-step:not(:last-child)::before { content: ""; position: absolute; top: 21px; left: 56px; right: -12px; border-top: 2px dashed rgba(124,227,203,0.35); }
.route-step h4 { font-family: var(--font-display); text-transform: uppercase; font-size: 1rem; margin-bottom: 8px; }
.route-step .when { display: block; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 8px; }
.route-step p { font-size: 0.9rem; opacity: 0.78; max-width: 38ch; }
.route-step .hook { margin-top: 14px; padding-top: 12px; border-top: 1px dashed rgba(255,255,255,0.18); font-size: 0.86rem; opacity: 0.92; max-width: 38ch; }
.route-step .hook .hk { display: block; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mint); margin-bottom: 5px; }
@media (max-width: 900px) {
  .route, .route--3 { grid-template-columns: 1fr; gap: 0; }
  .route-step { padding: 2px 0 32px 62px; }
  .route-step:last-child { padding-bottom: 0; }
  .route-step:not(:last-child)::before { top: 50px; left: 21px; right: auto; bottom: 8px; border-top: none; border-left: 2px dashed rgba(124,227,203,0.35); }
  .route-step p, .route-step .hook { max-width: none; }
}

/* Hub-Links: die Leistungsseiten als Bordbuch-Zeilen statt Cards */
.hublinks { margin-top: 44px; border-top: 1px solid var(--line); }
.hublink { display: grid; grid-template-columns: 170px 1fr auto; gap: 18px; align-items: baseline; padding: 24px 0; border-bottom: 1px dashed rgba(255,255,255,0.18); text-decoration: none; color: var(--white); transition: background .2s ease; }
.hublink:hover { background: rgba(124,227,203,0.04); }
.hublink .tag { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mint); line-height: 1.6; }
.hublink.geo .tag { color: var(--signal); }
.hublink h3 { font-size: clamp(1.05rem, 1.8vw, 1.3rem); margin-bottom: 6px; }
.hublink p { font-size: 0.92rem; opacity: 0.72; max-width: 60ch; }
.hublink .arr { font-weight: 800; color: var(--mint); font-size: 1.3rem; transition: transform .18s ease; }
.hublink:hover .arr { transform: translateX(6px); }
.hublink:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
@media (max-width: 700px) { .hublink { grid-template-columns: 1fr auto; gap: 8px 14px; } .hublink .tag { grid-column: 1 / -1; } }

/* Screenshots auf dunklem Grund */
.shot-dark { background: #0b0f0f; border: 1px solid rgba(124,227,203,0.28); border-radius: 14px; padding: 10px; box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.shot-dark img { display: block; width: 100%; height: auto; border-radius: 8px; }
.shot-dark .cap { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin: 10px 6px 4px; line-height: 1.6; }
.shots { display: grid; gap: 18px; margin-top: 24px; }
.shots--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 880px) { .shots--2 { grid-template-columns: 1fr; } }

/* Readout: Ergebnisblatt als Konsole */
.readout { margin: 48px auto 0; max-width: 880px; background: var(--ink); border: 1px solid rgba(124,227,203,0.25); border-radius: 14px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.35); }
.ro-head { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid rgba(124,227,203,0.18); color: rgba(255,255,255,0.55); font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; }
.ro-head .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); flex: none; }
.ro-head .dot:first-child { background: var(--mint); }
.ro-head .rtag { margin-left: auto; color: var(--mint); opacity: .7; }
.ro-body { padding: 8px 22px 12px; }
.ro-row { display: grid; grid-template-columns: minmax(180px, 1.15fr) 2fr minmax(64px, auto); gap: 16px; align-items: center; padding: 13px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); font-family: var(--font-mono); font-size: 0.72rem; }
.ro-row:last-child { border-bottom: 0; }
.ro-lbl { color: rgba(255,255,255,0.88); }
.ro-lbl small { display: block; color: rgba(255,255,255,0.4); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 3px; }
.ro-bar { height: 6px; background: rgba(255,255,255,0.1); border-radius: 999px; overflow: hidden; }
.ro-bar span { display: block; height: 100%; width: 0; background: var(--mint); border-radius: 999px; transition: width 1.2s ease; }
.ro-bar.geo span { background: var(--signal); }
.ro-bar.warn span { background: #FFBE5A; }
.ro-bar.error span { background: #FF6E6E; }
.readout.in .ro-bar span { width: var(--w); }
.ro-val { text-align: right; color: var(--mint); font-weight: 700; white-space: nowrap; }
.ro-val.dim { color: rgba(255,255,255,0.55); font-weight: 400; }
.ro-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.ro-chip { border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; padding: 4px 10px; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); white-space: nowrap; }
.ro-chip.me { border-color: var(--mint); color: var(--mint); }
.ro-cap { padding: 4px 22px 18px; font-size: 0.84rem; color: rgba(255,255,255,0.55); line-height: 1.55; }
@media (max-width: 600px) { .ro-row { grid-template-columns: 1fr auto; } .ro-bar, .ro-chips { grid-column: 1 / -1; } }

/* Kostenloser Check: Formular + Lieferumfang */
.check { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); margin-top: 48px; align-items: start; }
@media (max-width: 880px) { .check { grid-template-columns: 1fr; } }
.check-form { background: rgba(5,9,9,0.7); border: 1px solid rgba(124,227,203,0.28); border-radius: 16px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.35); }
.cf-head { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid rgba(124,227,203,0.18); color: rgba(255,255,255,0.55); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.cf-head .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); flex: none; }
.cf-head .dot:first-child { background: var(--signal); }
.cf-head .ctag { margin-left: auto; color: var(--mint); }
.cf-body { padding: 22px 22px 24px; }
.cf-field { display: grid; gap: 6px; margin-bottom: 16px; }
.cf-field label { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mint); }
.cf-field input, .cf-field textarea { width: 100%; font-family: var(--font-body); font-size: 0.98rem; color: var(--white); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; padding: 12px 14px; }
.cf-field textarea { min-height: 88px; resize: vertical; }
.cf-field input:focus, .cf-field textarea:focus { outline: none; border-color: var(--mint); box-shadow: 0 0 0 3px rgba(124,227,203,0.18); }
.cf-field small { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.cf-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 4px; }
.cf-actions .btn { font-family: var(--font-display); }
.cf-note { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 14px; line-height: 1.8; }
.cf-note a { color: var(--mint); text-decoration: none; border-bottom: 1px dashed var(--mint); }
.check-what h3 { font-size: 1.05rem; margin-bottom: 16px; }
.check-what .check-list li { font-weight: 500; }
.check-what .check-list li small { display: block; font-weight: 400; font-size: 0.86rem; opacity: 0.65; }
.check-what .fine { margin-top: 22px; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.45); line-height: 1.8; }

/* Leistungsliste (Betreuung enthalten) */
.ablauf-label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 10px; }
.ablauf { list-style: none; display: flex; flex-direction: column; }
.ablauf li { display: flex; gap: 18px; align-items: baseline; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.12); font-size: 0.96rem; }
.ablauf li:last-child { border-bottom: none; }
.ablauf .num { font-family: var(--font-mono); font-weight: 700; color: var(--mint); flex-shrink: 0; font-size: 0.85rem; }
.ablauf strong { display: block; font-weight: 600; }
.ablauf span.sub { display: block; font-size: 0.84rem; opacity: 0.6; }
.offer-grid--1 { grid-template-columns: minmax(0, 720px); }
.offer .ablauf li { padding-left: 0; }
.offer .ablauf li::before { content: none; }
.offer .price-line .amount { color: var(--signal); }
.offer .fine { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.45); line-height: 1.7; }
.offer .btn-row { margin-top: 8px; }

/* Passt / passt nicht */
.fit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); margin-top: 44px; }
.fit--3 { grid-template-columns: repeat(3, 1fr); }
.systeme h3 { font-size: 1rem; margin-bottom: 12px; }
.systeme .check-list li { font-size: 0.92rem; font-weight: 400; opacity: 0.85; }
@media (max-width: 900px) { .fit--3 { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 760px) { .fit { grid-template-columns: 1fr; } }
.fit h3 { font-size: 1.05rem; margin-bottom: 16px; }
.fit .no li::before { content: "×"; color: #B0443C; }
.sec-dark .fit .no li::before, .sec-teal .fit .no li::before, .sec-teal-out .fit .no li::before { color: #FF7B72; }

/* Mono-Hinweis (z. B. Agentur-Einordnung) */
.note-mono { margin-top: 30px; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.9; max-width: 70ch; }
.note-mono strong { color: var(--signal); font-weight: 700; }
.sec-light .note-mono { color: rgba(16,20,20,0.55); }
.sec-light .note-mono strong { color: var(--teal-deep); }

/* Statement mit Screenshot (helle Sektion) */
.split .shot { margin-top: 0; }
.split .shot .cap a { color: inherit; }

@media (prefers-reduced-motion: reduce) {
  .led { animation: none; }
  .ro-bar span { transition: none; }
  .hublink, .mrow, .textlink .arr { transition: none; }
}
@media (max-width: 560px) { .crumbs, .orbit-cap, .note-mono, .cf-note, .check-what .fine, .offer .fine, .modes-note { font-size: 0.56rem; letter-spacing: 0.08em; } }

/* Handschrift fuer die Buchungsbox (Caveat, OFL, lokal gehostet; identisch zu home.css) */
@font-face { font-family: "Caveat"; src: url(../fonts/caveat-600.woff2) format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }
:root { --font-hand: "Caveat", "Segoe Print", "Bradley Hand", cursive; }

/* Aufklapp-Buchungsmodul (wie Startseite) */
.quick-booking { max-width: 920px; margin: 56px auto 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: rgba(10,10,13,0.45); scroll-margin-top: 110px; }
.quick-booking summary { display: block; padding: 0; cursor: pointer; list-style: none; }
.quick-booking summary::-webkit-details-marker { display: none; }
.quick-booking .qb-head { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid rgba(124,227,203,0.14); font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.quick-booking .qb-head .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); flex: none; }
.quick-booking .qb-head .dot:first-child { background: var(--signal); }
.quick-booking .qb-label { color: var(--mint); }
.quick-booking .qb-plus { margin-left: auto; font-family: var(--font-mono); font-size: 1rem; color: var(--mint); transition: transform .2s ease; }
.quick-booking[open] .qb-plus { transform: rotate(45deg); }
.quick-booking .qb-person { display: flex; align-items: center; gap: 18px; padding: 20px 22px 22px; }
.quick-booking .qb-person img { width: 148px; height: 148px; border-radius: 50%; border: 3px solid var(--mint); object-fit: cover; flex: none; box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.quick-booking .qb-person-txt { flex: 1 1 auto; min-width: 0; }
.quick-booking .qb-hand { display: block; font-family: var(--font-hand); font-weight: 600; font-size: clamp(1.45rem, 2.4vw, 1.8rem); line-height: 1; color: var(--mint); transform: rotate(-2deg); transform-origin: left center; margin-bottom: 8px; }
.quick-booking .qb-copy { display: block; font-size: 0.98rem; line-height: 1.5; color: rgba(255,255,255,0.78); }
.quick-booking .qb-btn { flex: none; font-size: 0.78rem; padding: 12px 20px; }
.quick-booking summary:hover .qb-btn { transform: translateY(-2px); background: var(--signal-soft); }
.quick-booking summary:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; border-radius: 14px; }
.qb-body { background: var(--white); }
.qb-body iframe { width: 100%; height: 1040px; border: 0; display: block; background: var(--white); }
iframe[data-qb-src] { display: none; }
@media (max-width: 640px) { .quick-booking .qb-head { flex-wrap: wrap; } .quick-booking .qb-person { flex-wrap: wrap; gap: 14px; padding: 18px 18px 20px; } .quick-booking .qb-person img { width: 116px; height: 116px; } .quick-booking .qb-person-txt { flex: 1 1 0; } .quick-booking .qb-hand { font-size: 1.45rem; margin-bottom: 6px; } .quick-booking .qb-copy { font-size: 0.9rem; } .quick-booking .qb-btn { flex: 1 1 100%; justify-content: center; } .qb-body iframe { height: 1040px; } }
@media (max-width: 480px) { .quick-booking .qb-file { display: none; } .quick-booking .qb-head { font-size: 0.58rem; letter-spacing: 0.1em; } .quick-booking .qb-person img { width: 132px; height: 132px; } .quick-booking .qb-person-txt { flex: 1 1 100%; } }

/* Proof: Buehnenfoto + Logo-Zeile (wie Startseite, helle Sektion) */
.proof { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 4.5vw, 70px); align-items: center; margin-top: 64px; padding: clamp(28px, 4vw, 44px) 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
@media (max-width: 820px) { .proof { grid-template-columns: 1fr; } .proof-photo img { max-width: 380px; margin: 0 auto; } }
.proof-photo img { display: block; width: 100%; height: auto; }
.proof-line { font-size: clamp(1.05rem, 1.7vw, 1.3rem); font-weight: 600; max-width: 34ch; }
.logo-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 20px clamp(28px, 4vw, 52px); margin: 20px 0 16px; }
.logo-strip img { filter: grayscale(1); opacity: 0.8; height: auto; }
.logo-strip .omr { width: 120px; }
.logo-strip .certs { width: 190px; }
.logo-strip .afs { width: 74px; }
.proof .cap { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(16,20,20,0.5); line-height: 1.7; max-width: 60ch; }
@media (max-width: 560px) { .proof .cap { font-size: 0.56rem; letter-spacing: 0.08em; } }
