/* Praxoria Startseite – v527: Support-Bereich repariert und feiner rhythmisiert. */

body.homeRefinedV527{
  --support-v527-line: color-mix(in oklab, var(--border) 58%, transparent);
  --support-v527-soft: color-mix(in oklab, var(--text) 62%, var(--muted2));
  --support-v527-panel: color-mix(in oklab, var(--surface) 96%, var(--bg-bottom) 4%);
}

html body.home.homeRefinedV527 .whyAfter{
  margin-top: clamp(34px, 4.5vw, 68px) !important;
  padding-top: clamp(26px, 3.2vw, 46px) !important;
  background: transparent !important;
  background-image: none !important;
  border-top: 1px solid var(--support-v527-line) !important;
  overflow: visible !important;
}

html body.home.homeRefinedV527 .whyAfter::before{
  width: min(300px, 46vw) !important;
  opacity: .46 !important;
}

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

html body.home.homeRefinedV527 .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.homeRefinedV527 .supportBridge{
  width: fit-content !important;
  max-width: none !important;
  margin: 0 0 clamp(12px, 1.2vw, 16px) !important;
  padding: 0 !important;
  color: var(--support-v527-soft) !important;
  font-size: clamp(.70rem, .78vw, .82rem) !important;
  line-height: 1.3 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  font-weight: 760 !important;
}

html body.home.homeRefinedV527 .supportCard .subHead{
  max-width: 760px !important;
  margin: 0 !important;
}

html body.home.homeRefinedV527 .supportCard .subHead h3{
  font-size: clamp(1.86rem, 2.35vw, 2.7rem) !important;
  letter-spacing: -.055em !important;
  line-height: 1.02 !important;
}

html body.home.homeRefinedV527 .supportCard .subHead h3::after{
  width: min(280px, 54vw) !important;
  height: 2px !important;
  margin-top: 14px !important;
  opacity: .42 !important;
}

html body.home.homeRefinedV527 .supportCard .subHead .sub.homeLead{
  max-width: 66ch !important;
  margin-top: 14px !important;
  font-size: clamp(1rem, 1.04vw, 1.12rem) !important;
  line-height: 1.62 !important;
  color: color-mix(in oklab, var(--text) 72%, var(--muted)) !important;
}

html body.home.homeRefinedV527 .supportGrid{
  display: block !important;
  margin-top: clamp(28px, 3.2vw, 46px) !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

html body.home.homeRefinedV527 .supportLeft,
html body.home.homeRefinedV527 .supportRight{
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  background: transparent !important;
}

html body.home.homeRefinedV527 .supportList{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid var(--support-v527-line) !important;
  border-bottom: 1px solid var(--support-v527-line) !important;
  background: transparent !important;
}

html body.home.homeRefinedV527 .supportRow{
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 10px minmax(0, 1fr) !important;
  column-gap: 15px !important;
  align-items: start !important;
  min-height: 142px !important;
  padding: clamp(20px, 2vw, 28px) clamp(18px, 2.3vw, 34px) clamp(22px, 2.2vw, 30px) !important;
  border: 0 !important;
  border-left: 1px solid color-mix(in oklab, var(--border) 46%, transparent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: linear-gradient(180deg, color-mix(in oklab, var(--surface) 42%, transparent), transparent) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  text-align: left !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
}

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

html body.home.homeRefinedV527 .supportRow::before{
  content: "" !important;
  position: absolute !important;
  left: clamp(18px, 2.3vw, 34px) !important;
  right: clamp(18px, 2.3vw, 34px) !important;
  bottom: -1px !important;
  width: auto !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--demoAccent) !important;
  opacity: 0 !important;
  transform: scaleX(.55) !important;
  transform-origin: left center !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

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

html body.home.homeRefinedV527 .supportRow:hover,
html body.home.homeRefinedV527 .supportRow:focus-visible,
html body.home.homeRefinedV527 .supportRow.isActive{
  background: color-mix(in oklab, var(--surface) 68%, transparent) !important;
  box-shadow: none !important;
  transform: none !important;
}

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

html body.home.homeRefinedV527 .supportRow .dot{
  width: 7px !important;
  height: 7px !important;
  margin-top: .55em !important;
  border-radius: 999px !important;
  background: var(--demoAccent) !important;
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--demoAccent) 10%, transparent) !important;
  opacity: .86 !important;
}

html body.home.homeRefinedV527 .supportRow > div{
  min-width: 0 !important;
  max-width: 100% !important;
}

html body.home.homeRefinedV527 .supportRow .t{
  padding-right: 0 !important;
  max-width: 22ch !important;
  color: var(--text) !important;
  font-size: clamp(1.03rem, 1.08vw, 1.18rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.035em !important;
  font-weight: 870 !important;
  text-wrap: balance !important;
}

html body.home.homeRefinedV527 .supportRow .d{
  max-width: 32ch !important;
  margin-top: 8px !important;
  color: color-mix(in oklab, var(--text) 64%, var(--muted)) !important;
  font-size: clamp(.91rem, .95vw, 1rem) !important;
  line-height: 1.48 !important;
  letter-spacing: -.01em !important;
}

html body.home.homeRefinedV527 .supportDemoWrap{
  margin: clamp(28px, 3vw, 44px) auto 0 !important;
  max-width: 1060px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV527 #supportDemo{
  margin: 0 !important;
  border-radius: clamp(20px, 2vw, 30px) !important;
  background:
    radial-gradient(760px 320px at 20% 0%, color-mix(in oklab, var(--demoAccent) 8%, transparent), transparent 66%),
    linear-gradient(135deg, color-mix(in oklab, var(--surface2) 90%, transparent), color-mix(in oklab, var(--surface) 96%, transparent)) !important;
  border: 1px solid color-mix(in oklab, var(--border) 72%, transparent) !important;
  box-shadow: 0 24px 62px rgba(13, 28, 46, .085) !important;
}

html body.home.homeRefinedV527 .studioSlim .studioBody{
  padding: clamp(18px, 2vw, 28px) !important;
}

html body.home.homeRefinedV527 .supportCtaBar{
  max-width: 1060px !important;
  margin: clamp(24px, 2.8vw, 38px) auto 0 !important;
  padding-top: clamp(18px, 2vw, 26px) !important;
  border-top: 1px solid var(--support-v527-line) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 3vw, 44px) !important;
  align-items: center !important;
}

html body.home.homeRefinedV527 .supportCtaNote .v,
html body.home.homeRefinedV527 .supportOutcomeCta .v{
  color: color-mix(in oklab, var(--text) 68%, var(--muted)) !important;
}

@media (max-width: 980px){
  html body.home.homeRefinedV527 .supportList{
    grid-template-columns: 1fr !important;
  }
  html body.home.homeRefinedV527 .supportRow{
    min-height: 0 !important;
    border-left: 0 !important;
    border-top: 1px solid color-mix(in oklab, var(--border) 42%, transparent) !important;
  }
  html body.home.homeRefinedV527 .supportRow:first-child{
    border-top: 0 !important;
  }
  html body.home.homeRefinedV527 .supportRow .t,
  html body.home.homeRefinedV527 .supportRow .d{
    max-width: 70ch !important;
  }
  html body.home.homeRefinedV527 .supportCtaBar{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px){
  html body.home.homeRefinedV527 .whyAfter{
    margin-top: 28px !important;
    padding-top: 26px !important;
  }
  html body.home.homeRefinedV527 .supportRow{
    padding-inline: 0 !important;
  }
  html body.home.homeRefinedV527 .supportRow::before{
    left: 0 !important;
    right: 0 !important;
  }
}
html body.home.homeRefinedV527 .supportRow.aContext{ --demoAccent: var(--accent) !important; }
html body.home.homeRefinedV527 .supportRow.aTask{ --demoAccent: var(--accent3) !important; }
html body.home.homeRefinedV527 .supportRow.aTransfer{ --demoAccent: var(--accent2) !important; }
