
/* V244 — ZCorpa hero uses the same composition as Spartina */
.v243-zcorpa-as-spartina{
  padding:62px 0 54px;
  background:
    radial-gradient(circle at 84% 18%,rgba(112,72,178,.20),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f5f0fb 100%);
}
.v243-zcorpa-as-spartina:before{
  content:"";
  position:absolute;
  width:560px;height:560px;
  border-radius:50%;
  left:-270px;bottom:-360px;
  border:1px solid rgba(112,72,178,.09);
  box-shadow:0 0 0 70px rgba(112,72,178,.022);
}
.v243-zcorpa-same-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}
.v243-zcorpa-same-copy{position:relative;z-index:3}
.v243-zcorpa-same-copy .v243-eyebrow{
  background:#fff;
  color:#6842aa;
  border:1px solid rgba(112,72,178,.17);
  box-shadow:0 8px 22px rgba(112,72,178,.06);
}
.v243-zcorpa-same-copy h1 em{color:#6842aa}
.v243-zcorpa-same-facts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:22px;
}
.v243-zcorpa-same-facts article{
  min-height:70px;
  padding:11px 12px;
  border-radius:15px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(112,72,178,.11);
  box-shadow:0 8px 22px rgba(15,23,42,.035);
  transition:.24s ease;
}
.v243-zcorpa-same-facts article:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(112,72,178,.08);
}
.v243-zcorpa-same-facts span{display:block;color:#819098;font-size:9.5px}
.v243-zcorpa-same-facts strong{display:block;margin-top:2px;color:#263740;font-size:13px}
.v243-zcorpa-same-stage{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.v243-zcorpa-same-stage:before{
  content:"";
  position:absolute;
  width:320px;height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(112,72,178,.23),rgba(112,72,178,.05) 55%,transparent 72%);
}
.v243-zcorpa-same-stage img{
  position:relative;
  z-index:3;
  max-width:90%;
  max-height:410px;
  object-fit:contain;
  filter:drop-shadow(0 34px 28px rgba(15,23,42,.17));
  transition:.35s ease;
}
.v243-zcorpa-same-stage:hover img{transform:translateY(-8px) scale(1.03)}
.v243-zcorpa-same-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(112,72,178,.11);
}
.v243-zcorpa-same-ring.ring-1{width:280px;height:280px}
.v243-zcorpa-same-ring.ring-2{width:360px;height:360px;opacity:.55}
.v243-zcorpa-same-stage .v243-stage-note small{color:#6842aa}

@media(max-width:980px){
  .v243-zcorpa-same-grid{grid-template-columns:1fr}
  .v243-zcorpa-same-stage{min-height:340px}
}
@media(max-width:640px){
  .v243-zcorpa-as-spartina{padding:42px 0 38px}
  .v243-zcorpa-same-facts{grid-template-columns:1fr 1fr}
  .v243-zcorpa-same-stage{min-height:300px}
}
