.split-showcase.section{
  display:block;
  grid-template-columns:none;
  gap:0;
  align-items:initial;
  padding:96px 0 104px;
  overflow:hidden;
  background:#fff;
}
.split-showcase .showcase-grid{
  width:min(1280px,calc(100% - 40px));
  max-width:none;
  margin-inline:auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:24px;
}
.split-showcase .showcase-card{
  position:relative;
  min-width:0;
  min-height:680px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  border:1px solid #e4e6ef;
  border-radius:24px;
  box-shadow:none;
}
.split-showcase .med-card{
  background:linear-gradient(180deg,#f8f6ff 0%,#f2efff 100%);
}
.split-showcase .finance-card{
  background:linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%);
}
.split-showcase .showcase-copy{
  position:relative;
  z-index:2;
  width:100%;
  max-width:none;
  padding:42px 42px 12px;
}
.split-showcase .section-kicker{
  display:inline-block;
  margin:0 0 14px;
  color:#4b22b4;
  font-size:13px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.split-showcase .showcase-copy h2{
  max-width:100%;
  margin:0 0 16px;
  color:#151932;
  font-size:clamp(36px,3.1vw,50px);
  line-height:1.02;
  letter-spacing:-.055em;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
}
.split-showcase .showcase-copy p{
  width:100%;
  max-width:520px;
  margin:0 0 18px;
  color:#6e7488;
  font-size:16px;
  line-height:1.62;
}
.split-showcase .showcase-copy>a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0;
  color:#4b22b4;
  font-size:14px;
  font-weight:800;
}
.split-showcase .showcase-copy>a .icon{
  width:16px;
  height:16px;
}
.split-showcase .med-cloud,
.split-showcase .finance-visual{
  position:relative;
  inset:auto;
  flex:0 0 auto;
  width:auto;
  height:300px;
  margin:26px 26px 26px;
  overflow:hidden;
  border:1px solid rgba(218,222,235,.95);
  border-radius:20px;
  box-shadow:0 18px 44px rgba(30,31,75,.08);
}
.split-showcase .med-cloud{
  display:block;
  isolation:isolate;
  padding:0;
  background:
    radial-gradient(circle at 50% 105%,rgba(106,74,224,.22),transparent 55%),
    linear-gradient(180deg,rgba(255,255,255,.64),rgba(231,233,255,.9));
}
.split-showcase .med-box{
  position:absolute;
  z-index:2;
  left:50%;
  bottom:26px;
  width:230px;
  height:164px;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #d9d2f7;
  border-radius:24px;
  background:linear-gradient(145deg,#fff,#ece8ff);
  box-shadow:0 24px 52px rgba(75,34,180,.18);
}
.split-showcase .med-box:before{
  content:"";
  position:absolute;
  inset:-17px;
  z-index:0;
  border-radius:34px;
  background:rgba(91,58,198,.075);
  pointer-events:none;
}
.split-showcase .med-box>*{position:relative;z-index:1}
.split-showcase .med-box:after{content:none!important}
.split-showcase .med-box .icon{
  width:38px;
  height:38px;
  color:#4b22b4;
}
.split-showcase .med-box b{
  margin-top:8px;
  font-size:38px;
  line-height:1;
  letter-spacing:-.045em;
}
.split-showcase .med-box small{
  margin-top:6px;
  color:#767c8f;
  font-size:14px;
}
.split-showcase .drug{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px 12px;
  border:1px solid #dfe2ec;
  border-radius:12px;
  background:rgba(255,255,255,.92);
  box-shadow:0 11px 26px rgba(28,31,73,.08);
  color:#454b61;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
  width:max-content;
  max-width:190px;
  animation:medChipFloat 4.5s ease-in-out infinite;
}
.split-showcase .drug i{
  width:17px;
  height:9px;
  border-radius:999px;
  background:linear-gradient(90deg,#4b22b4 50%,#00d997 50%);
}
.split-showcase .drug.d1{left:5%;right:auto;top:auto;bottom:166px;transform:rotate(-6deg)}
.split-showcase .drug.d2{left:auto;right:5%;top:auto;bottom:178px;transform:rotate(5deg);animation-delay:-1s}
.split-showcase .drug.d3{left:6%;right:auto;top:auto;bottom:67px;transform:rotate(2deg);animation-delay:-2s}
.split-showcase .drug.d4{left:auto;right:7%;top:auto;bottom:72px;transform:rotate(-3deg);animation-delay:-3s}
.split-showcase .drug.d5{left:50%;right:auto;top:20px;bottom:auto;padding:7px 10px;transform:translateX(-50%) rotate(-1deg);animation-delay:-1.7s}
@keyframes medChipFloat{50%{translate:0 -8px}}
.split-showcase .finance-visual{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px 24px;
  background:linear-gradient(180deg,#fff,#f8faff);
}
.split-showcase .finance-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 2px;
  color:#6b7287;
  font-size:14px;
}
.split-showcase .finance-toolbar b{
  flex:none;
  padding:7px 10px;
  border-radius:10px;
  background:#e8fff7;
  color:#00a879;
  font-size:14px;
}
.split-showcase .chart-bars{
  height:130px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  margin:16px 0 0;
  padding:10px 4px 0;
  border-bottom:1px solid #e8ebf2;
  background:repeating-linear-gradient(to top,#eef1f6 0,#eef1f6 1px,transparent 1px,transparent 32px);
}
.split-showcase .chart-bars i{
  display:block;
  flex:1 1 0;
  min-width:0;
  height:var(--h);
  border-radius:7px 7px 2px 2px;
  background:linear-gradient(180deg,#7656df,#4b22b4);
  transform:scaleY(0);
  transform-origin:50% 100%;
  opacity:.4;
}
.split-showcase .finance-card.visible .chart-bars i{animation:financeBarLoop 5.4s cubic-bezier(.16,1,.3,1) infinite}
.split-showcase .finance-card.visible .chart-bars i:nth-child(1){animation-delay:0s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(2){animation-delay:.12s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(3){animation-delay:.24s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(4){animation-delay:.36s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(5){animation-delay:.48s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(6){animation-delay:.60s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(7){animation-delay:.72s}
.split-showcase .finance-card.visible .chart-bars i:nth-child(8){animation-delay:.84s}
@keyframes financeBarLoop{0%,7%{transform:scaleY(0);opacity:.3}22%{transform:scaleY(1.06);opacity:1}29%,76%{transform:scaleY(1);opacity:1}88%,100%{transform:scaleY(0);opacity:.3}}
.split-showcase .chart-bars i:nth-child(even){
  background:linear-gradient(180deg,#43d9af,#00af7c);
}
.split-showcase .finance-pills{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:16px 0 0;
}
.split-showcase .finance-pills span{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:4px 8px;
  align-items:start;
  padding:13px 14px;
  border:1px solid #e9ecf2;
  border-radius:12px;
  background:#fff;
  color:#757b8e;
  font-size:11px;
}
.split-showcase .finance-pills i{
  grid-row:1/3;
  width:9px;
  height:9px;
  margin-top:2px;
  border-radius:50%;
}
.split-showcase .finance-pills b{
  min-width:0;
  color:#20253a;
  font-size:20px;
  line-height:1.1;
  overflow-wrap:anywhere;
}
@media (max-width:1050px){
  .split-showcase .showcase-grid{grid-template-columns:1fr;max-width:760px}
  .split-showcase .showcase-card{min-height:650px}
  .split-showcase .showcase-copy h2{font-size:clamp(36px,6vw,50px)}
}
@media (max-width:640px){
  .split-showcase.section{padding:72px 0 82px}
  .split-showcase .showcase-grid{width:calc(100% - 28px);gap:18px}
  .split-showcase .showcase-card{min-height:600px;border-radius:20px}
  .split-showcase .showcase-copy{padding:30px 24px 8px}
  .split-showcase .showcase-copy h2{font-size:34px}
  .split-showcase .showcase-copy p{font-size:14px}
  .split-showcase .med-cloud,
  .split-showcase .finance-visual{height:270px;margin:18px}
  .split-showcase .med-box{width:190px;height:142px}
  .split-showcase .med-box b{font-size:31px}
  .split-showcase .drug{font-size:9px;padding:7px 9px}
  .split-showcase .drug.d1{left:3%;bottom:154px}
  .split-showcase .drug.d2{right:3%;bottom:165px}
  .split-showcase .drug.d3{left:5%;bottom:57px}
  .split-showcase .drug.d4{right:5%;bottom:64px}
  .split-showcase .drug.d5{top:14px}
  .split-showcase .finance-visual{padding:18px}
  .split-showcase .finance-pills b{font-size:16px}
}
@media (max-width:420px){
  .split-showcase .showcase-card{min-height:570px}
  .split-showcase .showcase-copy h2{font-size:30px}
  .split-showcase .med-cloud,
  .split-showcase .finance-visual{height:245px}
  .split-showcase .drug.d3,
  .split-showcase .drug.d4{display:none}
  .split-showcase .finance-pills{grid-template-columns:1fr}
  .split-showcase .finance-pills span:nth-child(2){display:none}
}

@media(prefers-reduced-motion:reduce){.split-showcase .drug{animation:none}.split-showcase .finance-card .chart-bars i{animation:none!important;transform:scaleY(1);opacity:1}}
