/* ============================================================
   SEO-Ratgeber
   Eigenstaendige, statische Inhaltsseiten im bestehenden Design.
   Bewusst in einer separaten Datei, damit parallele Sitzungen die
   zentralen Styles nicht gegenseitig ueberschreiben.
   ============================================================ */

.guide-page {
  overflow: hidden;
  --guide-surface-border: rgba(184, 183, 198, 0.14);
  --guide-surface-border-soft: rgba(184, 183, 198, 0.1);
  --guide-surface-bg:
    linear-gradient(155deg, rgba(21, 29, 56, 0.68), rgba(9, 13, 28, 0.72));
  --guide-surface-shadow: 0 17px 38px rgba(0, 0, 0, 0.16);
}

.guide-hero {
  position: relative;
  padding: clamp(64px, 9vw, 112px) 0 clamp(68px, 9vw, 104px);
  border-bottom: 1px solid var(--line-soft);
  background:
    radial-gradient(ellipse 58% 72% at 88% 18%, rgba(53, 212, 232, 0.1), transparent 70%),
    radial-gradient(ellipse 46% 64% at 8% 80%, rgba(255, 46, 136, 0.065), transparent 72%),
    linear-gradient(180deg, rgba(16, 22, 44, 0.74), rgba(9, 13, 28, 0.3));
}

.guide-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(53, 212, 232, 0.58), rgba(255, 46, 136, 0.42), transparent);
  pointer-events: none;
}

.guide-hero .wrap {
  position: relative;
  z-index: 1;
}

/* Lichtstrahlen-Host oben rechts im Hero (Einbau 13.07.2026): site-fx.js
   haengt sein .fx-beams-Canvas an [data-fx-beams-host]. Aufbau wie der
   .pp-beams-host auf planeten.html — radial zur Ecke maskiert, damit die
   Bahnen nur oben rechts betonen und nicht in den Text laufen. */
.guide-beams-host {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: min(100%, 1280px);
  overflow: hidden;
  opacity: 0.3;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    ellipse 90% 92% at 100% 6%, #000 0%, rgba(0, 0, 0, 0.88) 56%, transparent 100%);
  mask-image: radial-gradient(
    ellipse 90% 92% at 100% 6%, #000 0%, rgba(0, 0, 0, 0.88) 56%, transparent 100%);
}

.guide-beams-host .fx-beams { transform: none; will-change: auto; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: clamp(34px, 5vw, 54px);
  color: var(--text-muted);
  font-size: 0.84rem;
}

.breadcrumbs a {
  color: var(--text-muted);
}

.breadcrumbs a:hover {
  color: var(--neon);
}

.breadcrumbs span[aria-hidden="true"] {
  color: rgba(184, 183, 198, 0.55);
}

.guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  gap: clamp(42px, 8vw, 92px);
  align-items: center;
}

.guide-hero-copy {
  max-width: 760px;
}

.guide-hero-copy .kicker {
  margin-bottom: 18px;
  color: var(--neon);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--star);
  font-family: var(--display);
  font-size: clamp(2.7rem, 6.4vw, 5.65rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
  hyphens: auto;
  overflow-wrap: break-word;
}

.guide-lede {
  max-width: 63ch;
  margin: 28px 0 0;
  color: var(--text-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.27rem);
  line-height: 1.72;
}

.guide-byline {
  margin: 22px 0 0;
  color: rgba(184, 183, 198, 0.84);
  font-size: 0.84rem;
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.guide-summary {
  position: relative;
  padding: clamp(26px, 4vw, 34px);
  border: 1px solid var(--guide-surface-border);
  border-radius: 20px;
  background: var(--guide-surface-bg);
  box-shadow: var(--guide-surface-shadow);
}

.guide-summary::before {
  content: none;
}

.guide-summary h2,
.guide-summary h3 {
  max-width: 18ch;
  margin: 0 0 18px;
  color: var(--star);
  font-size: clamp(1.25rem, 2vw, 1.52rem);
  line-height: 1.24;
}

.guide-summary p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.68;
}

.guide-summary-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guide-summary-list li {
  position: relative;
  padding-left: 19px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.guide-summary-list li::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(155, 234, 241, 0.5);
}

.guide-jump {
  border-bottom: 1px solid var(--line-soft);
  background: rgba(9, 13, 28, 0.84);
}

.guide-jump .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Sprungmarken als kompakte Chip-Leiste: liest sich klar als Navigation,
   nicht als abgesetzte Textliste (Feedback Betreiberin 12.07.). */
.guide-jump strong {
  flex: 0 0 auto;
  margin-right: 5px;
  color: rgba(155, 234, 241, 0.9);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-jump a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(53, 212, 232, 0.2);
  border-radius: 999px;
  background: rgba(53, 212, 232, 0.05);
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.guide-jump a:hover,
.guide-jump a:focus-visible {
  color: var(--star);
  border-color: rgba(53, 212, 232, 0.5);
  background: rgba(53, 212, 232, 0.1);
}

/* Gemeinsamer Fokus-Ring der Chip-Familie (Sprung-Chips .guide-jump,
   Intent-Chips in styles.css, Frage-Kacheln .intent-tile-grid): gleicher
   Cyan-Ring, damit alle drei Muster erkennbar zusammengehören (Auftrag C3). */
.guide-jump a:focus-visible {
  outline: 2px solid var(--neon);
  outline-offset: 2px;
}

.intent-tile-grid .tile-link:focus-visible {
  outline: none;
}

.intent-tile-grid .glass-tile:focus-within {
  outline: 2px solid var(--neon);
  outline-offset: 3px;
}

.guide-section {
  position: relative;
  padding: clamp(76px, 9vw, 118px) 0;
  border-bottom: 1px solid var(--line-soft);
}

.guide-section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(16, 22, 44, 0.28), rgba(9, 13, 28, 0));
}

.guide-section-head {
  max-width: 780px;
  margin-bottom: clamp(38px, 5vw, 58px);
}

.guide-section-head .kicker {
  margin-bottom: 14px;
  color: var(--neon);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-section h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--star);
  font-family: var(--display);
  font-size: clamp(2rem, 4.3vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.06;
  text-wrap: balance;
}

.guide-section-head > p:not(.kicker) {
  max-width: 65ch;
  margin: 22px 0 0;
  color: var(--text-muted);
  font-size: 1.06rem;
  line-height: 1.76;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.guide-grid.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--guide-surface-border);
  border-radius: 19px;
  background: var(--guide-surface-bg);
  box-shadow: var(--guide-surface-shadow);
}

.guide-card h3 {
  margin: 0 0 13px;
  color: var(--star);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  line-height: 1.28;
}

.guide-card h4 {
  margin: 24px 0 8px;
  color: var(--neon);
  font-size: 0.92rem;
}

.guide-card p,
.guide-card li {
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.72;
}

.guide-card p + p {
  margin-top: 14px;
}

.guide-card ul,
.guide-card ol {
  margin: 15px 0 0;
  padding-left: 20px;
}

.guide-card li + li {
  margin-top: 8px;
}

.guide-symbol {
  display: inline-grid;
  place-items: center;
  min-width: 52px;
  height: 52px;
  margin-bottom: 20px;
  padding: 0 14px;
  /* Rahmen und Leuchten deutlich angehoben: die Plakette war auf dem Handy fast
     unsichtbar (Feedback Betreiberin 12.07.). Cyan-Kante + dezenter Außenschein. */
  border: 1px solid rgba(120, 226, 240, 0.4);
  border-radius: 15px;
  color: var(--star);
  background: linear-gradient(145deg, #16536b, #1f6479);
  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 18px rgba(53, 212, 232, 0.16);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.guide-symbol img {
  /* 60 % der 52er-Kachel statt 50 % — Icon-Offensive 13.07.2026 (Daniel:
     Glyphen sollen die Kachel besser ausfuellen; Strichstaerke der SVGs
     parallel auf 4.4 angehoben, siehe images/icons/ICONOGRAPHY.md). */
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.guide-note {
  max-width: 900px;
  margin-top: clamp(28px, 4vw, 42px);
  padding: 24px 26px;
  border: 1px solid var(--guide-surface-border);
  border-radius: 17px;
  background: linear-gradient(155deg, rgba(21, 29, 56, 0.54), rgba(9, 13, 28, 0.58));
}

#vier-winkel .guide-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  background:
    radial-gradient(circle at 94% 4%, rgba(53, 212, 232, 0.03), transparent 34%),
    linear-gradient(155deg, rgba(21, 29, 56, 0.62), rgba(9, 13, 28, 0.7));
}

#vier-winkel .guide-symbol {
  display: inline-flex;
  width: fit-content;
  min-width: 0;
  height: 30px;
  margin-bottom: 20px;
  padding: 0 12px;
  /* „AC · Aszendent"-Pille: heller Cyan-Rahmen, kräftigere Fläche und ein
     zartes Leuchten, damit sie auch mobil klar als Plakette liest (Teil B). */
  border: 1px solid rgba(53, 212, 232, 0.5);
  border-radius: 999px;
  color: #b6f0f6;
  background: rgba(53, 212, 232, 0.13);
  box-shadow: 0 0 14px rgba(53, 212, 232, 0.2);
  text-shadow: 0 0 9px rgba(53, 212, 232, 0.4);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}

#vier-winkel .guide-card > p:first-of-type {
  flex: 1;
}

#vier-winkel .guide-card > p:last-child {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--guide-surface-border-soft);
  font-size: 0.91rem;
  line-height: 1.62;
}

#vier-winkel .guide-card > p:last-child strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(155, 234, 241, 0.78);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-note strong {
  color: var(--star);
}

.guide-note p,
.guide-note li {
  color: var(--text-muted);
  line-height: 1.72;
}

.guide-note p + p {
  margin-top: 13px;
}

.guide-note ul {
  margin: 14px 0 0;
  padding-left: 21px;
}

.guide-steps {
  display: grid;
  gap: 0;
  max-width: 900px;
  counter-reset: guide-step;
  border-top: 1px solid var(--line);
}

.guide-step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-soft);
  counter-increment: guide-step;
}

.guide-step::before {
  content: counter(guide-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(53, 212, 232, 0.36);
  border-radius: 50%;
  color: var(--neon);
  background: rgba(53, 212, 232, 0.065);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.guide-step h3 {
  margin: 1px 0 8px;
  color: var(--star);
  font-size: 1.16rem;
}

.guide-step p,
.guide-step li {
  color: var(--text-muted);
  line-height: 1.72;
}

.guide-step ul {
  margin: 13px 0 0;
  padding-left: 20px;
}

.guide-quote {
  max-width: 820px;
  margin: clamp(38px, 6vw, 64px) 0 0;
  padding: 5px 0 5px clamp(22px, 4vw, 34px);
  border-left: 2px solid var(--pink);
  color: var(--star);
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.7vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.guide-quote > p {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.guide-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(12, 18, 38, 0.72);
}

.guide-table-wrap:focus-visible {
  outline: 3px solid var(--neon);
  outline-offset: 4px;
}

.guide-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.guide-table caption {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--star);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
}

.guide-table th,
.guide-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line-soft);
  vertical-align: top;
}

.guide-table tr:last-child > * {
  border-bottom: 0;
}

.guide-table th {
  color: var(--neon);
  background: rgba(53, 212, 232, 0.055);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.guide-table td {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.guide-table td strong {
  color: var(--star);
}

.guide-table tbody th[scope="row"] {
  color: var(--star);
  background: transparent;
  font-size: 0.94rem;
  letter-spacing: 0;
  line-height: 1.62;
  text-transform: none;
}

.guide-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  margin: clamp(48px, 7vw, 78px) 0 0;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(53, 212, 232, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 0%, rgba(53, 212, 232, 0.055), transparent 42%),
    linear-gradient(150deg, rgba(21, 29, 56, 0.72), rgba(10, 15, 32, 0.76));
}

.guide-cta h2,
.guide-cta h3 {
  max-width: 19ch;
  margin: 0;
  color: var(--star);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.17;
}

.guide-cta p {
  max-width: 58ch;
  margin: 13px 0 0;
  color: var(--text-muted);
}

/* Zweite Ortskompass-Einladung am Artikelende (Optin-Plan Teil 2b). Steht NACH
   dem Karten-CTA und ist bis zum Brevo-Start per hidden/data-feature AUS: solange
   der Funnel nicht live ist, wird nichts Funktionales angeboten. Zum Livegang das
   hidden-Attribut entfernen (Plan Teil 5). */
.guide-invite {
  max-width: 820px;
  margin: clamp(22px, 3.5vw, 30px) 0 0;
  padding: clamp(22px, 3vw, 28px) clamp(22px, 3vw, 30px);
  border: 1px solid var(--guide-surface-border);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(21, 29, 56, 0.5), rgba(9, 13, 28, 0.55));
}
.guide-invite[hidden] {
  display: none;
}
.guide-invite-eyebrow {
  margin: 0 0 8px;
  color: rgba(155, 234, 241, 0.82);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guide-invite-copy {
  margin: 0;
  max-width: 62ch;
  color: var(--text-muted);
  line-height: 1.72;
}
.guide-invite-fine {
  margin: 14px 0 0;
  color: rgba(184, 183, 198, 0.72);
  font-size: 0.82rem;
  line-height: 1.6;
}

.guide-related {
  padding: clamp(70px, 8vw, 102px) 0;
}

.guide-related h2 {
  margin: 0 0 30px;
  color: var(--star);
  font-size: clamp(1.65rem, 3.3vw, 2.5rem);
}

.guide-related .guide-card a {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  font-weight: 700;
}

.guide-related .guide-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.guide-source-list {
  display: grid;
  gap: 11px;
  max-width: 820px;
  margin: 0;
  padding-left: 21px;
}

.guide-source-list li {
  color: var(--text-muted);
  line-height: 1.67;
}

@media (max-width: 920px) {
  .guide-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .guide-summary {
    max-width: 660px;
  }

  .guide-grid.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .guide-hero {
    padding-top: 52px;
  }

  .guide-hero h1 {
    font-size: clamp(2.25rem, 10.8vw, 3.6rem);
  }

  .guide-grid,
  .guide-grid.is-three {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
  }

  .guide-step::before {
    width: 42px;
    height: 42px;
  }

  .guide-cta {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 460px) {
  .guide-card,
  .guide-summary,
  .guide-cta {
    border-radius: 17px;
  }

  .guide-note {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-page * {
    scroll-behavior: auto;
  }
}

/* ============================================================
   RATGEBER-HUB
   Die aufgewertete Uebersichtsseite bleibt bewusst auf
   .guide-page--hub begrenzt. Andere SEO-Ratgeber behalten ihr
   bestehendes Layout.
   ============================================================ */

.guide-page--hub {
  overflow: visible;
  overflow-x: clip;
}

.guide-page--hub #themen,
.guide-page--hub #lesen,
.guide-page--hub #grenzen {
  scroll-margin-top: 96px;
}

.guide-page--hub .guide-hero {
  padding: clamp(52px, 6vw, 76px) 0 clamp(68px, 7vw, 88px);
}

.guide-page--hub .breadcrumbs {
  margin-bottom: clamp(28px, 3.5vw, 40px);
}

.guide-page--hub .guide-hero-grid {
  display: block;
}

.guide-page--hub .guide-hero-copy {
  max-width: 900px;
}

.guide-page--hub .guide-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.75rem, 5.05vw, 4.85rem);
  hyphens: manual;
  overflow-wrap: normal;
}

.guide-page--hub .guide-lede {
  max-width: 64ch;
}

.guide-title-accent {
  display: block;
  color: rgba(155, 234, 241, 0.9);
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.guide-route-eyebrow {
  margin: 0 0 10px;
  color: var(--neon);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-page--hub .guide-jump {
  background: rgba(9, 13, 28, 0.58);
}

.guide-page--hub .guide-jump .wrap {
  gap: 8px;
}

.guide-page--hub .guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-page--hub .guide-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: clamp(25px, 3vw, 30px);
  border: 1px solid var(--guide-surface-border);
  background: var(--guide-surface-bg);
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.13);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.guide-page--hub .guide-card--featured {
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 92% 12%, rgba(53, 212, 232, 0.055), transparent 35%),
    var(--guide-surface-bg);
}

.guide-page--hub .guide-card--featured > p {
  max-width: 68ch;
}

.guide-card-head {
  display: flex;
  min-width: 0;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.guide-card-title {
  min-width: 0;
}

.guide-page--hub .guide-card .guide-card-label {
  margin: 0 0 6px;
  color: rgba(155, 234, 241, 0.76);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.guide-icon-chip {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid var(--icon-edge);
  border-radius: 18px;
  background: linear-gradient(145deg, var(--icon-surface-quiet-start), var(--icon-surface-quiet-end));
  box-shadow: var(--icon-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), background 0.24s ease, box-shadow 0.24s ease;
}

.guide-icon-chip img {
  /* 60 % der 64er-Kachel statt 50 % — Icon-Offensive 13.07.2026. */
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: none;
}

.guide-page--hub .guide-card h3 {
  margin: 0;
  font-size: clamp(1.13rem, 1.8vw, 1.34rem);
}

.guide-page--hub .guide-card > p {
  margin: 0 0 20px;
}

.guide-card-link {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  gap: 9px;
  align-items: center;
  margin-top: auto;
  color: var(--neon);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(53, 212, 232, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.guide-card-link span {
  color: rgba(155, 234, 241, 0.76);
  font-size: 1.08rem;
  text-decoration: none;
  transition: transform 0.22s ease;
}

.guide-card-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

.guide-page--hub .guide-card-link:focus-visible {
  outline: none;
}

.guide-page--hub .guide-card:focus-within {
  outline: 3px solid var(--neon);
  outline-offset: 4px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28), 0 0 26px rgba(53, 212, 232, 0.16);
}

@media (hover: hover) and (pointer: fine) {
  .guide-page--hub .guide-card:hover {
    transform: translateY(-2px);
    border-color: rgba(155, 234, 241, 0.22);
    box-shadow: 0 17px 36px rgba(0, 0, 0, 0.18);
  }

  .guide-page--hub .guide-card:hover .guide-icon-chip,
  .guide-page--hub .guide-card:focus-within .guide-icon-chip {
    transform: translateY(-1px);
    background: linear-gradient(145deg, var(--icon-surface-strong-start), var(--icon-surface-strong-end));
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .guide-card-link:hover span,
  .guide-card-link:focus-visible span {
    transform: translateX(3px);
  }
}

.guide-page--hub .guide-steps {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 900px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--guide-surface-border);
  list-style: none;
}

.guide-page--hub .guide-step {
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--guide-surface-border-soft);
  border-radius: 0;
  background: transparent;
}

.guide-page--hub .guide-step::before {
  display: none;
}

.guide-page--hub + .site-footer .footer-heading {
  margin-bottom: 14px;
  color: var(--neon);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guide-step-number {
  display: block;
  width: auto;
  height: auto;
  padding-top: 4px;
  color: rgba(155, 234, 241, 0.66);
  background: none;
  font-size: 0.74rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.1em;
}

.guide-page--hub .guide-step h3 {
  margin: 0 0 8px;
  font-size: 1.16rem;
}

.guide-page--hub .guide-step p {
  margin: 0;
}

.guide-page--hub .guide-quote {
  max-width: 820px;
}

.guide-boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.guide-page--hub .guide-boundary-copy {
  margin-bottom: 0;
}

.guide-reality-card {
  position: relative;
  padding: 4px 0 4px clamp(24px, 3vw, 32px);
  border: 0;
  border-left: 1px solid rgba(53, 212, 232, 0.24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.guide-reality-card h3 {
  max-width: 20ch;
  margin: 0;
  color: var(--star);
  font-size: clamp(1.28rem, 2.2vw, 1.62rem);
  line-height: 1.28;
}

.guide-reality-card ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.guide-reality-card li {
  position: relative;
  padding-left: 23px;
  color: var(--text-muted);
  line-height: 1.5;
}

.guide-reality-card li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(53, 212, 232, 0.56);
  border-radius: 50%;
  background: rgba(53, 212, 232, 0.28);
  box-shadow: none;
  transform: scale(1);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

@media (hover: hover) {
  .guide-reality-card li:hover::before {
    border-color: rgba(255, 94, 196, 0.82);
    background: rgba(255, 94, 196, 0.58);
    box-shadow:
      0 0 7px rgba(255, 46, 136, 0.42),
      0 0 13px rgba(255, 46, 136, 0.16);
    transform: scale(1.08);
  }
}

.guide-reality-card > p:last-child {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.guide-cta-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.guide-cta-trust li {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--text-muted);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 600;
}

.guide-cta-trust li + li::before {
  content: "·";
  margin: 0 10px;
  color: rgba(155, 234, 241, 0.48);
}

@media (max-width: 920px) {
  .guide-boundary-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-reality-card {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .guide-page--hub #themen,
  .guide-page--hub #lesen,
  .guide-page--hub #grenzen {
    scroll-margin-top: 136px;
  }

  .guide-page--hub .guide-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 9.8vw, 3.05rem);
  }

  .guide-page--hub .guide-jump .wrap {
    overflow-x: visible;
    flex-flow: row wrap;
    gap: 9px;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .guide-page--hub .guide-jump strong {
    flex: 1 0 100%;
    margin-right: 0;
  }

  .guide-page--hub .guide-jump a {
    flex: 0 0 auto;
  }

  .guide-page--hub .guide-grid,
  .guide-page--hub .guide-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-page--hub .guide-card {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .guide-page--hub .guide-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-page--hub .guide-actions .btn,
  .guide-page--hub .guide-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .guide-card-head {
    align-items: flex-start;
  }

  .guide-page--hub .guide-step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }

  .guide-step-number {
    width: auto;
    height: auto;
  }

  .guide-cta-trust {
    display: flex;
  }
}

@media (max-width: 360px) {
  .guide-page--hub .guide-hero h1 {
    font-size: clamp(1.84rem, 9.2vw, 2.1rem);
    letter-spacing: -0.045em;
  }

  .guide-page--hub .guide-step {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .guide-step-number {
    width: auto;
    height: auto;
    padding-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-page--hub .guide-card,
  .guide-page--hub .guide-icon-chip,
  .guide-page--hub .guide-card-link span,
  .guide-reality-card li::before {
    transition: none !important;
  }

  .guide-page--hub .guide-card:hover,
  .guide-page--hub .guide-card:hover .guide-icon-chip,
  .guide-page--hub .guide-card:focus-within .guide-icon-chip,
  .guide-page--hub .guide-card-link:hover span,
  .guide-page--hub .guide-card-link:focus-visible span {
    transform: none !important;
  }

  .glass-tile:hover {
    transform: none !important;
  }
}

/* Frage-geführter Einstieg auf dem Hub (Umbau 12.07.2026): fünf Intent-Kacheln
   im Glass-Tile-Muster von site.css, ganze Kachel klickbar über .tile-link. */
.intent-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.intent-tile-grid .glass-tile h3 {
  font-size: 1.02rem;
  line-height: 1.3;
}

.intent-tile-grid .glass-tile p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Frage-Kacheln auf schmalen Phones straffen (Manager-Fund): das grosse
   Glass-Tile-Innenmass (32px 30px) laesst die fuenf Fragen bei 375px fast je
   einen Bildschirm hoch werden. Enger gesetzt bleibt der Einstieg ueberblickbar. */
@media (max-width: 460px) {
  .intent-tile-grid {
    gap: 12px;
  }
  .intent-tile-grid .glass-tile {
    padding: 18px 18px;
  }
}

/* ---------- Bild-Einsatz Paket 0 (13.07.2026) ----------
   Vorhandene kino/-Motive auf den Guide-Seiten: Hero-Visual in der bisher
   leeren zweiten Spalte des guide-hero-grid, Weltkarten-Banner im
   Vergleichsabschnitt, Orte-Streifen vor dem Karten-CTA. */
.guide-hero-visual {
  margin: 0;
  align-self: center;
}

.guide-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  border: 1px solid var(--guide-surface-border);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.32);
}

@media (max-width: 920px) {
  .guide-hero-visual {
    max-width: 560px;
  }
}

.guide-figure {
  margin: clamp(26px, 4vw, 42px) 0 0;
}

.guide-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--guide-surface-border);
  box-shadow: var(--guide-surface-shadow);
}

.guide-figure--small {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}

.guide-ort-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.guide-ort-strip img {
  display: block;
  width: 100%;
  height: clamp(96px, 14vw, 150px);
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--guide-surface-border-soft);
}

/* Hub-Variante des Hero-Visuals: Das Hub-Hero-Grid ist bewusst display:block
   (grosse Statement-Headline). Das Weltkarten-Motiv laeuft darum als breites
   Kino-Band unter der Copy, hoehenbegrenzt und mittig beschnitten. */
.guide-page--hub .guide-hero-visual {
  margin-top: clamp(34px, 5vw, 54px);
}

.guide-page--hub .guide-hero-visual img {
  width: 100%;
  height: clamp(220px, 30vw, 360px);
  object-fit: cover;
  object-position: center 35%;
}
