/* Praxoria Startseite – v528: Support-Auswahl stabilisiert, keine schmalen Wortspalten. */

html body.home.homeRefinedV528{
  --support-v528-rule: color-mix(in oklab, var(--border) 58%, transparent);
  --support-v528-rule-soft: color-mix(in oklab, var(--border) 42%, transparent);
  --support-v528-copy: color-mix(in oklab, var(--text) 66%, var(--muted));
  --support-v528-quiet: color-mix(in oklab, var(--text) 58%, var(--muted2));
}

html body.home.homeRefinedV528 .whyAfter,
html body.home.homeRefinedV528 .supportCard,
html body.home.homeRefinedV528 .supportGrid,
html body.home.homeRefinedV528 .supportLeft,
html body.home.homeRefinedV528 .supportRight,
html body.home.homeRefinedV528 .supportList{
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV528 .whyAfter{
  margin-top: clamp(36px, 4.8vw, 72px) !important;
  padding-top: clamp(30px, 3.8vw, 54px) !important;
  border-top: 1px solid var(--support-v528-rule) !important;
  overflow: visible !important;
}

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

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

html body.home.homeRefinedV528 .supportBridge{
  margin: 0 0 12px !important;
  color: var(--support-v528-quiet) !important;
  font-size: clamp(.72rem, .78vw, .82rem) !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
  font-weight: 760 !important;
}

html body.home.homeRefinedV528 .supportCard .subHead h3{
  max-width: 14ch !important;
  font-size: clamp(2rem, 2.6vw, 3rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.06em !important;
}

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

html body.home.homeRefinedV528 .supportCard .subHead .sub.homeLead{
  max-width: 70ch !important;
  margin-top: 14px !important;
  color: var(--support-v528-copy) !important;
  font-size: clamp(1.02rem, 1.08vw, 1.14rem) !important;
  line-height: 1.62 !important;
}

html body.home.homeRefinedV528 .supportGrid{
  display: block !important;
  width: 100% !important;
  margin-top: clamp(28px, 3.2vw, 46px) !important;
  padding: 0 !important;
  border-top: 1px solid var(--support-v528-rule) !important;
  overflow: visible !important;
}

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

html body.home.homeRefinedV528 .supportList{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--support-v528-rule) !important;
}

html body.home.homeRefinedV528 .supportRow{
  --demoAccent: var(--accent);
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(132px, 11vw, 166px) !important;
  padding: clamp(22px, 2.2vw, 30px) clamp(22px, 2.8vw, 42px) !important;
  border: 0 !important;
  border-left: 1px solid var(--support-v528-rule-soft) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  overflow: hidden !important;
  text-align: left !important;
  cursor: pointer !important;
}

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

html body.home.homeRefinedV528 .supportRow::before{
  content: "" !important;
  position: absolute !important;
  left: clamp(22px, 2.8vw, 42px) !important;
  right: clamp(22px, 2.8vw, 42px) !important;
  top: 0 !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: var(--demoAccent) !important;
  opacity: .18 !important;
  transform: scaleX(1) !important;
  transform-origin: left center !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

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

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

html body.home.homeRefinedV528 .supportRow.isActive::before,
html body.home.homeRefinedV528 .supportRow:hover::before{
  opacity: .92 !important;
}

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

html body.home.homeRefinedV528 .supportRow .dot{
  display: none !important;
}

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

html body.home.homeRefinedV528 .supportRow .t{
  display: block !important;
  width: 100% !important;
  max-width: 24ch !important;
  padding: 0 !important;
  color: var(--text) !important;
  font-size: clamp(1.12rem, 1.14vw, 1.28rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -.04em !important;
  font-weight: 870 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance !important;
}

html body.home.homeRefinedV528 .supportRow .d{
  display: block !important;
  width: 100% !important;
  max-width: 32ch !important;
  margin-top: 12px !important;
  color: var(--support-v528-copy) !important;
  font-size: clamp(.96rem, .98vw, 1.05rem) !important;
  line-height: 1.5 !important;
  letter-spacing: -.01em !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body.home.homeRefinedV528 .supportDemoWrap{
  width: 100% !important;
  max-width: 1040px !important;
  margin: clamp(30px, 3.4vw, 52px) auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV528 #supportDemo{
  margin: 0 !important;
  border-radius: clamp(22px, 2vw, 30px) !important;
  border: 1px solid color-mix(in oklab, var(--border) 72%, transparent) !important;
  background:
    radial-gradient(760px 320px at 18% 0%, color-mix(in oklab, var(--demoAccent) 7%, transparent), transparent 68%),
    linear-gradient(135deg, color-mix(in oklab, var(--surface2) 90%, transparent), color-mix(in oklab, var(--surface) 96%, transparent)) !important;
  box-shadow: 0 22px 56px rgba(13, 28, 46, .08) !important;
}

html body.home.homeRefinedV528 .supportCtaBar{
  max-width: 1040px !important;
  margin: clamp(24px, 2.6vw, 36px) auto 0 !important;
  padding-top: clamp(18px, 2vw, 24px) !important;
  border-top: 1px solid var(--support-v528-rule) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(18px, 3vw, 42px) !important;
  align-items: center !important;
}

html body.home.homeRefinedV528 .supportOutcomeCta{
  min-width: min(330px, 100%) !important;
}

@media (max-width: 1040px){
  html body.home.homeRefinedV528 .supportList{
    grid-template-columns: 1fr !important;
  }
  html body.home.homeRefinedV528 .supportRow{
    min-height: 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--support-v528-rule-soft) !important;
  }
  html body.home.homeRefinedV528 .supportRow:first-child{
    border-top: 0 !important;
  }
  html body.home.homeRefinedV528 .supportRow .t,
  html body.home.homeRefinedV528 .supportRow .d{
    max-width: 68ch !important;
  }
  html body.home.homeRefinedV528 .supportCtaBar{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px){
  html body.home.homeRefinedV528 .supportRow{
    padding-inline: 0 !important;
  }
  html body.home.homeRefinedV528 .supportRow::before{
    left: 0 !important;
    right: 0 !important;
  }
}

html body.home.homeRefinedV528 .supportRow.aContext{ --demoAccent: var(--accent) !important; }
html body.home.homeRefinedV528 .supportRow.aTask{ --demoAccent: var(--accent3) !important; }
html body.home.homeRefinedV528 .supportRow.aTransfer{ --demoAccent: var(--accent2) !important; }
