/* Praxoria Startseite – v526: ruhiger Übergang und Support-Bereich als offene Produktdemonstration. */

body.homeRefinedV526{
  --support-v526-rule: color-mix(in oklab, var(--border) 48%, transparent);
  --support-v526-rule-soft: color-mix(in oklab, var(--border) 24%, transparent);
  --support-v526-copy: color-mix(in oklab, var(--text) 74%, var(--muted));
  --support-v526-soft: color-mix(in oklab, var(--text) 54%, var(--muted2));
}

html body.home.homeRefinedV526 .whyAfter{
  position: relative !important;
  display: block !important;
  margin-top: clamp(22px, 3vw, 42px) !important;
  padding-top: clamp(24px, 3vw, 42px) !important;
  border-top: 1px solid var(--support-v526-rule) !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home.homeRefinedV526 .whyAfter::before{
  content: "" !important;
  position: absolute !important;
  top: -1px !important;
  left: 0 !important;
  width: min(18rem, 42vw) !important;
  height: 1px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--accent), var(--accent3), transparent 88%) !important;
  opacity: .62 !important;
  pointer-events: none !important;
}

html body.home.homeRefinedV526 .whyAfter .supportCard{
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home.homeRefinedV526 .whyAfter .supportCard::before,
html body.home.homeRefinedV526 .whyAfter .supportCard::after{
  content: none !important;
  display: none !important;
}

html body.home.homeRefinedV526 .supportBridge{
  max-width: 72ch !important;
  margin: 0 0 clamp(14px, 1.5vw, 20px) !important;
  color: var(--support-v526-soft) !important;
  font-size: clamp(.83rem, .92vw, .96rem) !important;
  line-height: 1.55 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  font-weight: 670 !important;
}

html body.home.homeRefinedV526 .supportCard .subHead{
  max-width: 860px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home.homeRefinedV526 .supportCard .subHead h3{
  display: block !important;
  margin: 0 !important;
  color: var(--text) !important;
  font-size: clamp(1.72rem, 2.2vw, 2.52rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.052em !important;
  text-wrap: balance !important;
}

html body.home.homeRefinedV526 .supportCard .subHead h3::after{
  width: min(21rem, 56vw) !important;
  height: 2px !important;
  margin-top: clamp(12px, 1.2vw, 16px) !important;
  opacity: .42 !important;
  background: linear-gradient(90deg, var(--accent), var(--accent3), transparent 88%) !important;
}

html body.home.homeRefinedV526 .supportCard .subHead .sub.homeLead{
  max-width: 76ch !important;
  margin-top: clamp(14px, 1.3vw, 18px) !important;
  color: var(--support-v526-copy) !important;
  font-size: clamp(1.02rem, 1.08vw, 1.18rem) !important;
  line-height: 1.58 !important;
  letter-spacing: -.012em !important;
}

html body.home.homeRefinedV526 .supportCard .subHead .sub.homeLead .em{
  color: var(--text) !important;
  font-weight: 820 !important;
  background: linear-gradient(to top, color-mix(in oklab, var(--accent) 12%, transparent) 0 .42em, transparent .42em) !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
}

html body.home.homeRefinedV526 .supportCard .subHead .sub.homeLead .em:nth-of-type(2){
  background: linear-gradient(to top, color-mix(in oklab, var(--accent3) 13%, transparent) 0 .42em, transparent .42em) !important;
}
html body.home.homeRefinedV526 .supportCard .subHead .sub.homeLead .em:nth-of-type(3){
  background: linear-gradient(to top, color-mix(in oklab, var(--accent2) 12%, transparent) 0 .42em, transparent .42em) !important;
}

html body.home.homeRefinedV526 .supportGrid{
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(280px, .86fr) minmax(520px, 1.34fr) !important;
  gap: clamp(34px, 5vw, 82px) !important;
  align-items: center !important;
  margin-top: clamp(30px, 3.8vw, 56px) !important;
  padding: clamp(6px, .8vw, 12px) 0 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV526 .supportGrid .demoLinkSvg{
  opacity: .11 !important;
  inset: -4px 0 0 0 !important;
}

html body.home.homeRefinedV526 .supportGrid .demoLinkSvg path{
  stroke-width: 1.35 !important;
  opacity: .46 !important;
}

html body.home.homeRefinedV526 .supportLeft,
html body.home.homeRefinedV526 .supportRight{
  min-width: 0 !important;
  background: transparent !important;
}

html body.home.homeRefinedV526 .supportList{
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--support-v526-rule) !important;
  border-bottom: 1px solid var(--support-v526-rule) !important;
}

html body.home.homeRefinedV526 .supportRow{
  --demoAccent: var(--accent);
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 12px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  padding: clamp(18px, 2vw, 24px) clamp(4px, .8vw, 10px) clamp(18px, 2vw, 24px) 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 1px solid var(--support-v526-rule-soft) !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  overflow: visible !important;
}

html body.home.homeRefinedV526 .supportRow:first-child{
  border-top: 0 !important;
}

html body.home.homeRefinedV526 .supportRow::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  bottom: 14px !important;
  width: 2px !important;
  border-radius: 999px !important;
  background: var(--demoAccent) !important;
  opacity: 0 !important;
  transform: scaleY(.78) !important;
  transform-origin: center !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

html body.home.homeRefinedV526 .supportRow::after{
  content: "" !important;
  display: none !important;
}

html body.home.homeRefinedV526 .supportRow:hover,
html body.home.homeRefinedV526 .supportRow:focus-visible,
html body.home.homeRefinedV526 .supportRow.isActive{
  border-color: var(--support-v526-rule-soft) !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.home.homeRefinedV526 .supportRow.isActive::before,
html body.home.homeRefinedV526 .supportRow:hover::before{
  opacity: .84 !important;
  transform: scaleY(1) !important;
}

html body.home.homeRefinedV526 .supportRow:focus-visible{
  outline: 3px solid color-mix(in oklab, var(--demoAccent) 18%, transparent) !important;
  outline-offset: 5px !important;
}

html body.home.homeRefinedV526 .supportRow .dot{
  width: 8px !important;
  height: 8px !important;
  margin-top: .52em !important;
  border-radius: 999px !important;
  background: color-mix(in oklab, var(--demoAccent) 76%, var(--text)) !important;
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--demoAccent) 9%, transparent) !important;
  opacity: .78 !important;
}

html body.home.homeRefinedV526 .supportRow.isActive .dot{
  opacity: 1 !important;
  box-shadow: 0 0 0 6px color-mix(in oklab, var(--demoAccent) 14%, transparent) !important;
}

html body.home.homeRefinedV526 .supportRow .t{
  padding-right: 0 !important;
  color: var(--text) !important;
  font-size: clamp(1.02rem, 1.08vw, 1.17rem) !important;
  line-height: 1.22 !important;
  font-weight: 850 !important;
  letter-spacing: -.032em !important;
}

html body.home.homeRefinedV526 .supportRow .d{
  max-width: 42ch !important;
  margin-top: 7px !important;
  color: var(--support-v526-copy) !important;
  font-size: clamp(.94rem, .98vw, 1.03rem) !important;
  line-height: 1.48 !important;
  letter-spacing: -.008em !important;
}

html body.home.homeRefinedV526 .supportDemoWrap{
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV526 #supportDemo{
  margin: 0 !important;
  border-radius: clamp(22px, 2.4vw, 34px) !important;
  border: 1px solid color-mix(in oklab, var(--border) 74%, transparent) !important;
  background:
    radial-gradient(600px 260px at 16% 4%, color-mix(in oklab, var(--demoAccent) 9%, transparent), transparent 64%),
    linear-gradient(135deg, color-mix(in oklab, var(--surface2) 92%, transparent), color-mix(in oklab, var(--surface) 98%, transparent)) !important;
  box-shadow: 0 26px 70px rgba(13, 28, 46, .09) !important;
  overflow: hidden !important;
}

html body.home.homeRefinedV526 .studioSlim .studioBody{
  padding: clamp(17px, 1.8vw, 24px) !important;
}

html body.home.homeRefinedV526 .studioFrame{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV526 .studioChrome{
  background: color-mix(in oklab, var(--surface) 76%, transparent) !important;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 64%, transparent) !important;
}

html body.home.homeRefinedV526 .studioUnitTitle{
  font-size: clamp(1.07rem, 1.15vw, 1.28rem) !important;
  line-height: 1.26 !important;
  letter-spacing: -.032em !important;
}

html body.home.homeRefinedV526 .supportCtaBar{
  margin-top: clamp(22px, 2.5vw, 34px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 2vw, 28px) !important;
  align-items: center !important;
  padding-top: clamp(18px, 2vw, 28px) !important;
  border-top: 1px solid var(--support-v526-rule) !important;
}

html body.home.homeRefinedV526 .supportCtaNote,
html body.home.homeRefinedV526 .supportOutcomeCta{
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV526 .supportCtaNote .k,
html body.home.homeRefinedV526 .supportOutcomeCta .k{
  color: var(--support-v526-soft) !important;
  font-size: .62rem !important;
  letter-spacing: .17em !important;
  font-weight: 720 !important;
}

html body.home.homeRefinedV526 .supportCtaNote .v,
html body.home.homeRefinedV526 .supportOutcomeCta .v{
  max-width: 78ch !important;
  margin-top: 7px !important;
  color: var(--support-v526-copy) !important;
  font-size: clamp(.96rem, 1vw, 1.06rem) !important;
  font-weight: 580 !important;
  line-height: 1.48 !important;
  letter-spacing: -.01em !important;
}

html body.home.homeRefinedV526 .supportOutcomeCta{
  min-width: clamp(210px, 18vw, 280px) !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body.home.homeRefinedV526 .supportOutcomeCta:hover,
html body.home.homeRefinedV526 .supportOutcomeCta:focus-visible{
  transform: none !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV526 .supportOutcomeCta .a{
  margin-top: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--text) !important;
  font-size: .95rem !important;
  font-weight: 820 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: .22em !important;
  text-decoration-color: color-mix(in oklab, var(--demoAccent) 34%, var(--border-strong)) !important;
}

@media (max-width: 1100px){
  html body.home.homeRefinedV526 .supportGrid{
    grid-template-columns: 1fr !important;
    gap: clamp(24px, 5vw, 42px) !important;
    align-items: stretch !important;
  }
  html body.home.homeRefinedV526 .supportRow .d{
    max-width: 70ch !important;
  }
  html body.home.homeRefinedV526 .supportCtaBar{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px){
  html body.home.homeRefinedV526 .whyAfter{
    margin-top: 24px !important;
    padding-top: 24px !important;
  }
  html body.home.homeRefinedV526 .supportBridge{
    letter-spacing: .025em !important;
  }
  html body.home.homeRefinedV526 .supportCard .subHead h3{
    font-size: clamp(1.55rem, 9vw, 2.08rem) !important;
  }
  html body.home.homeRefinedV526 .supportGrid{
    margin-top: 24px !important;
  }
}
