/* Praxoria Startseite – v550: Transfer-Demo ruhiger und hochwertiger.
   Rein visuelle Feinabstimmung plus initiale Anzeige des passenden nächsten Schritts. Texte unverändert. */

html body.home.homeRefinedV550 #studioPanel3 .studioBody{
  padding-top: clamp(1.35rem, 2vw, 1.9rem) !important;
  padding-bottom: clamp(1.25rem, 1.8vw, 1.7rem) !important;
}

html body.home.homeRefinedV550 #studioPanel3 .studioCardLite{
  position: relative !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV550 #studioPanel3 .studioCardLite > .k{
  display: inline-flex !important;
  align-items: center !important;
  gap: .62rem !important;
  color: color-mix(in oklab, var(--accent2) 68%, var(--muted)) !important;
  font-size: .74rem !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
  font-weight: 780 !important;
}

html body.home.homeRefinedV550 #studioPanel3 .studioCardLite > .k::before{
  content: "";
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--accent2) 70%, white);
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--accent2) 9%, transparent);
}

html body.home.homeRefinedV550 #studioPanel3 .studioCardLite > .v{
  margin-top: .8rem !important;
  max-width: 46rem !important;
  color: color-mix(in oklab, var(--text) 96%, var(--accent2)) !important;
  font-size: clamp(1.22rem, 1.55vw, 1.52rem) !important;
  line-height: 1.22 !important;
  letter-spacing: -.02em !important;
  font-weight: 820 !important;
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpts{
  counter-reset: transferChoice !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(.65rem, 1vw, .9rem) !important;
  margin-top: clamp(1rem, 1.6vw, 1.35rem) !important;
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpt{
  counter-increment: transferChoice !important;
  position: relative !important;
  min-height: clamp(6.7rem, 9.4vw, 8.1rem) !important;
  padding: 1.05rem 1rem .95rem !important;
  border-radius: 24px !important;
  border: 1px solid color-mix(in oklab, var(--border) 58%, transparent) !important;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--surface) 88%, transparent),
      color-mix(in oklab, var(--surface2) 16%, transparent)) !important;
  color: color-mix(in oklab, var(--text) 88%, var(--muted)) !important;
  box-shadow:
    inset 0 1px 0 color-mix(in oklab, white 62%, transparent),
    0 14px 34px -32px color-mix(in oklab, var(--text) 34%, transparent) !important;
  font-size: clamp(.94rem, 1.06vw, 1.02rem) !important;
  line-height: 1.32 !important;
  font-weight: 760 !important;
  letter-spacing: -.005em !important;
  transition:
    transform .24s cubic-bezier(.22,.72,.18,1),
    border-color .24s ease,
    background .24s ease,
    box-shadow .24s ease,
    color .24s ease !important;
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpt::before{
  content: counter(transferChoice, decimal-leading-zero);
  display: block;
  margin-bottom: .62rem;
  color: color-mix(in oklab, var(--accent2) 64%, var(--muted));
  font-family: Georgia, "Times New Roman", serif;
  font-size: .92rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .06em;
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpt::after{
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: .72rem;
  height: 2px;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(.7);
  transform-origin: left center;
  background: linear-gradient(90deg,
    color-mix(in oklab, var(--accent2) 72%, white),
    color-mix(in oklab, var(--accent3) 42%, white),
    transparent);
  transition: opacity .26s ease, transform .32s cubic-bezier(.22,.72,.18,1);
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpt:hover{
  transform: translateY(-2px) !important;
  color: var(--text) !important;
  border-color: color-mix(in oklab, var(--accent2) 20%, var(--border)) !important;
  box-shadow:
    inset 0 1px 0 color-mix(in oklab, white 68%, transparent),
    0 20px 42px -34px color-mix(in oklab, var(--text) 40%, transparent) !important;
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpt.isOn{
  color: color-mix(in oklab, var(--text) 94%, var(--accent2)) !important;
  border-color: color-mix(in oklab, var(--accent2) 34%, var(--border)) !important;
  background:
    radial-gradient(220px 110px at 18% 0%, color-mix(in oklab, var(--accent2) 13%, transparent), transparent 76%),
    linear-gradient(180deg,
      color-mix(in oklab, var(--surface) 92%, transparent),
      color-mix(in oklab, var(--accent2) 6%, var(--surface2))) !important;
  box-shadow:
    inset 0 1px 0 color-mix(in oklab, white 70%, transparent),
    0 22px 52px -38px color-mix(in oklab, var(--accent2) 42%, transparent) !important;
  font-weight: 820 !important;
}

html body.home.homeRefinedV550 #studioPanel3 .transferOpt.isOn::after{
  opacity: 1;
  transform: scaleX(1);
}

html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote{
  display: grid !important;
  grid-template-columns: minmax(10rem, .25fr) minmax(0, 1fr) !important;
  gap: clamp(.9rem, 1.4vw, 1.35rem) !important;
  align-items: start !important;
  margin-top: clamp(1rem, 1.55vw, 1.3rem) !important;
  padding: clamp(.98rem, 1.4vw, 1.18rem) 0 0 !important;
  border: 0 !important;
  border-top: 1px solid color-mix(in oklab, var(--accent2) 18%, var(--border)) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote[hidden]{
  display: none !important;
}

html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote .demoNoticeLabel{
  display: flex !important;
  align-items: center !important;
  gap: .5rem !important;
  margin: .18rem 0 0 !important;
  color: color-mix(in oklab, var(--accent2) 62%, var(--muted)) !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  letter-spacing: .16em !important;
  font-weight: 780 !important;
  text-transform: uppercase !important;
}

html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote .demoNoticeLabel::before{
  content: "";
  width: 1.25rem;
  height: 1px;
  background: color-mix(in oklab, var(--accent2) 58%, transparent);
}

html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote .demoNoticeText{
  display: block !important;
  max-width: 58rem !important;
  color: color-mix(in oklab, var(--text) 88%, var(--muted)) !important;
  font-size: clamp(1.02rem, 1.22vw, 1.14rem) !important;
  line-height: 1.54 !important;
  font-weight: 480 !important;
  letter-spacing: -.003em !important;
}

html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote.isChanging .demoNoticeLabel,
html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote.isChanging .demoNoticeText{
  animation: praxoriaTransferNoteIn .44s cubic-bezier(.22,.72,.18,1) both;
}

@keyframes praxoriaTransferNoteIn{
  from{ opacity: 0; transform: translateY(5px); filter: blur(1.4px); }
  to{ opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (max-width: 980px){
  html body.home.homeRefinedV550 #studioPanel3 .transferOpts{
    grid-template-columns: 1fr !important;
  }
  html body.home.homeRefinedV550 #studioPanel3 .transferOpt{
    min-height: 0 !important;
    padding: .9rem 1rem !important;
  }
  html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote{
    grid-template-columns: 1fr !important;
    gap: .45rem !important;
  }
}

@media (prefers-reduced-motion: reduce){
  html body.home.homeRefinedV550 #studioPanel3 .transferOpt,
  html body.home.homeRefinedV550 #studioPanel3 .transferOpt::after,
  html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote .demoNoticeLabel,
  html body.home.homeRefinedV550 #studioPanel3 #studioTransferNote .demoNoticeText{
    transition: none !important;
    animation: none !important;
  }
}
