/* v115: intro hierarchy + stakeholder flip strip */
body.single-shell-marketplace.v64-home{background:#fbfcff!important;}
.welcome-spinout-section{
  position:relative!important;
  padding:clamp(26px,3.2vw,42px) clamp(12px,2vw,24px) clamp(18px,2.5vw,28px)!important;
  background:linear-gradient(180deg,#fcfdff 0%,#f7fafe 100%)!important;
  border-bottom:1px solid #e8eef7!important;
}
.welcome-spinout-shell{
  width:min(1640px,calc(100vw - 36px))!important;
  margin:0 auto!important;
}
.welcome-single-card{
  position:relative!important;
  padding:clamp(26px,3vw,42px)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,251,255,.97))!important;
  border:1px solid rgba(160,176,202,.34)!important;
  border-radius:32px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.05),0 1px 0 rgba(255,255,255,.86) inset!important;
  overflow:hidden!important;
}
.welcome-single-card::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 94% 16%,rgba(44,98,163,.08),transparent 18%),
    radial-gradient(circle at 84% 82%,rgba(44,98,163,.06),transparent 18%);
}
.welcome-single-card .home-model-kicker{
  position:relative!important;
  z-index:1!important;
  margin:0 0 10px!important;
  color:#2a62a3!important;
  letter-spacing:.14em!important;
  font-size:13px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
.welcome-single-card h2{
  position:relative!important;
  z-index:1!important;
  max-width:1080px!important;
  margin:0 0 24px!important;
  color:#071329!important;
  font-size:clamp(36px,3.8vw,62px)!important;
  line-height:.97!important;
  letter-spacing:-.055em!important;
  font-weight:840!important;
  text-wrap:balance!important;
}
.welcome-copy-stack{position:relative!important;z-index:1!important;max-width:1180px!important;}
.welcome-copy-group{display:grid!important;gap:14px!important;}
.welcome-copy-group p,
.welcome-copy-secondary{
  margin:0!important;
  color:#243247!important;
  font-size:clamp(16px,1vw,18px)!important;
  line-height:1.58!important;
  font-weight:500!important;
}
.welcome-contrast-line{
  margin:18px 0!important;
  padding:18px 20px!important;
  border-left:4px solid #2a62a3!important;
  border-radius:18px!important;
  background:linear-gradient(90deg,rgba(42,98,163,.08),rgba(42,98,163,.02))!important;
  color:#0d1f36!important;
  font-size:clamp(17px,1vw,18px)!important;
  line-height:1.5!important;
  font-weight:780!important;
}
.welcome-copy-secondary{max-width:1080px!important;}
.welcome-stakeholder-head{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-top:26px!important;
  padding-top:22px!important;
  border-top:1px solid #e7edf7!important;
}
.welcome-stakeholder-head h3{
  margin:0!important;
  color:#0b1730!important;
  font-size:clamp(20px,1.6vw,28px)!important;
  line-height:1.1!important;
  letter-spacing:-.035em!important;
  font-weight:820!important;
}
.welcome-stakeholder-head p{
  margin:0!important;
  color:#617592!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:650!important;
  white-space:nowrap!important;
}
.welcome-stakeholder-rail{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  gap:14px!important;
  margin-top:18px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  padding:4px 2px 8px!important;
  scroll-snap-type:x proximity!important;
  -webkit-overflow-scrolling:touch!important;
}
.welcome-stakeholder-rail::-webkit-scrollbar{height:10px!important;}
.welcome-stakeholder-rail::-webkit-scrollbar-thumb{background:#d7e1ef!important;border-radius:999px!important;}
.stakeholder-flip-card{
  position:relative!important;
  flex:0 0 190px!important;
  width:190px!important;
  min-height:244px!important;
  perspective:1200px!important;
  cursor:pointer!important;
  scroll-snap-align:start!important;
}
.stakeholder-flip-inner{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  transform-style:preserve-3d!important;
  transition:transform .55s cubic-bezier(.2,.7,.2,1)!important;
}
.stakeholder-flip-card.is-flipped .stakeholder-flip-inner{transform:rotateY(180deg)!important;}
.stakeholder-face{
  position:absolute!important;
  inset:0!important;
  backface-visibility:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  padding:18px 16px 14px!important;
  border-radius:24px!important;
  border:1px solid rgba(160,176,202,.38)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  box-shadow:0 16px 30px rgba(15,23,42,.045),0 1px 0 rgba(255,255,255,.85) inset!important;
}
.stakeholder-front{justify-content:flex-start!important;}
.stakeholder-back{transform:rotateY(180deg)!important;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%)!important;}
.stakeholder-icon{
  width:84px!important;
  height:84px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:999px!important;
  background:#eff5ff!important;
  color:#245b9d!important;
  font-size:38px!important;
  line-height:1!important;
  box-shadow:0 10px 20px rgba(15,23,42,.04)!important;
}
.stakeholder-face strong{
  margin:16px 0 10px!important;
  color:#0b1730!important;
  font-size:18px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
  font-weight:840!important;
  text-wrap:balance!important;
}
.stakeholder-face small{
  display:block!important;
  margin:0!important;
  color:#4c5d76!important;
  font-size:13.75px!important;
  line-height:1.42!important;
  font-weight:560!important;
}
.stakeholder-hint{
  margin-top:auto!important;
  color:#7082a0!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
.stakeholder-link{
  margin-top:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#1f5f9f!important;
  font-size:13.5px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.stakeholder-link:hover{text-decoration:underline!important;}
.welcome-ecosystem-note{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin-top:14px!important;
  padding:12px 4px 0!important;
  color:#607490!important;
}
.welcome-ecosystem-note span{
  color:#2a62a3!important;
  font-size:18px!important;
  line-height:1!important;
  margin-top:1px!important;
}
.welcome-ecosystem-note p{
  margin:0!important;
  max-width:1080px!important;
  color:#607490!important;
  font-size:14.25px!important;
  line-height:1.48!important;
  font-weight:560!important;
}
@media (max-width:760px){
  .welcome-spinout-section{padding:18px 12px 14px!important;}
  .welcome-single-card{padding:22px 18px!important;border-radius:24px!important;}
  .welcome-single-card h2{font-size:clamp(30px,9vw,42px)!important;line-height:1!important;}
  .welcome-copy-group p,.welcome-copy-secondary,.welcome-contrast-line{font-size:15px!important;line-height:1.56!important;}
  .welcome-contrast-line{padding:16px!important;margin:16px 0!important;}
  .welcome-stakeholder-head{display:block!important;margin-top:22px!important;padding-top:18px!important;}
  .welcome-stakeholder-head p{margin-top:6px!important;white-space:normal!important;}
  .stakeholder-flip-card{flex-basis:170px!important;width:170px!important;min-height:226px!important;}
  .stakeholder-face{padding:16px 14px 12px!important;border-radius:20px!important;}
  .stakeholder-icon{width:72px!important;height:72px!important;font-size:32px!important;}
  .stakeholder-face strong{font-size:16px!important;margin:14px 0 8px!important;}
  .stakeholder-face small{font-size:12.8px!important;}
}
@media (max-width:460px){
  .welcome-single-card .home-model-kicker{font-size:12px!important;letter-spacing:.12em!important;}
  .stakeholder-flip-card{flex-basis:158px!important;width:158px!important;min-height:220px!important;}
  .welcome-ecosystem-note{padding-top:10px!important;}
}

/* v116: mobile edge containment + centered see-all arrow */
@media (max-width: 900px){
  .welcome-single-card,
  .welcome-spinout-section,
  .welcome-spinout-shell{
    max-width:100vw!important;
    overflow-x:hidden!important;
  }
  .welcome-stakeholder-rail{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:6px 0 12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-padding-left:0!important;
    overscroll-behavior-x:contain!important;
  }
  .stakeholder-flip-card{
    flex:0 0 176px!important;
    width:176px!important;
    min-height:268px!important;
    max-width:176px!important;
  }
  .stakeholder-face{
    overflow:hidden!important;
    padding:16px 14px 14px!important;
  }
  .stakeholder-icon{
    width:66px!important;
    height:66px!important;
    font-size:30px!important;
  }
  .stakeholder-face strong{
    font-size:15.5px!important;
    line-height:1.08!important;
    margin:12px 0 8px!important;
  }
  .stakeholder-face small{
    font-size:12.35px!important;
    line-height:1.32!important;
  }
  .stakeholder-hint,
  .stakeholder-link{
    font-size:12.25px!important;
  }
  .welcome-ecosystem-note{
    margin-top:10px!important;
    padding:12px 0 0!important;
  }
  .welcome-ecosystem-note p{
    font-size:14px!important;
    line-height:1.45!important;
  }
  .row-head .see-all,
  button.see-all{
    position:relative!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    max-width:48px!important;
    max-height:48px!important;
    padding:0!important;
    border-radius:999px!important;
    display:block!important;
    line-height:0!important;
    text-indent:-9999px!important;
    overflow:hidden!important;
  }
  .row-head .see-all::before,
  button.see-all::before{
    content:'→'!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-52%)!important;
    width:auto!important;
    height:auto!important;
    display:block!important;
    color:#171717!important;
    font-size:31px!important;
    line-height:1!important;
    font-weight:850!important;
    text-indent:0!important;
    margin:0!important;
    padding:0!important;
  }
}
@media (max-width: 430px){
  .stakeholder-flip-card{
    flex-basis:168px!important;
    width:168px!important;
    max-width:168px!important;
    min-height:260px!important;
  }
  .stakeholder-face small{
    font-size:12px!important;
    line-height:1.3!important;
  }
}
