/* Praxoria Startseite – v598: Boot-Guard gegen ungestyltes Aufblitzen der Lernreise.
   Keine inhaltlichen Änderungen an Sequenz, Transfer oder Nachweis. */

html body.home.homeRefinedV598 .premiumLearningJourneyV588,
html body.home.homeRefinedV598 .verticalLearningJourneyV584{
  backface-visibility:hidden;
  transform:translateZ(0);
}

/* Falls frühere Experimente im Markup bleiben: beim aktuellen Stand niemals sichtbar mitrendern. */
html body.home.homeRefinedV598 .premiumLearningJourneyV586{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Stabilisierung der ersten Sequenz: keine Initialsichtbarkeit vor der Code-Eingabe außer Code und Laptop. */
html body.home.homeRefinedV598:not(.whyJourneyReadyV598) .sceneLearnV588 .cockpitMomentV595,
html body.home.homeRefinedV598:not(.whyJourneyReadyV598) .sceneLearnV588 .unitMomentV595,
html body.home.homeRefinedV598:not(.whyJourneyReadyV598) .sceneLearnV588 .impulseCarryV595,
html body.home.homeRefinedV598:not(.whyJourneyReadyV598) .sceneTransferV588,
html body.home.homeRefinedV598:not(.whyJourneyReadyV598) .sceneDocumentV588{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

html body.home.homeRefinedV598.whyJourneyReadyV598 .verticalLearningJourneyV584{
  opacity:1;
  visibility:visible;
}

/* Explizite Korrektur gegen alte Inline-/Zwischenzustände: Cockpit-Unterelemente bleiben nach Reveal vollständig verfügbar. */
html body.home.homeRefinedV598 .sceneLearnV588 .cockpitMomentV595 .sceneEyebrowV588,
html body.home.homeRefinedV598 .sceneLearnV588 .cockpitMomentV595 > strong,
html body.home.homeRefinedV598 .sceneLearnV588 .courseFlowV588,
html body.home.homeRefinedV598 .sceneLearnV588 .flowRowV588,
html body.home.homeRefinedV598 .sceneLearnV588 .nextPillV588{
  visibility:visible;
}
