.appShowcase{
  background:#effdff;
  color:#061a22;
  padding:92px 22px 0;
  text-align:center;
  position:relative;
  overflow:hidden;
}

.appShowcaseInner{position:relative;z-index:1;max-width:980px;margin:0 auto;}
.appShowcase .kicker{margin:0 0 14px;font-size:18px;letter-spacing:-.02em;}
.appShowcase h2{font-family:var(--serif);font-weight:400;font-size:clamp(36px,6vw,70px);line-height:1;letter-spacing:-.055em;margin:0 auto 34px;max-width:760px;}
.phoneStage{height:clamp(386px,50vw,430px);display:flex;justify-content:center;align-items:flex-start;overflow:hidden;line-height:0;background:transparent;margin:0 0 -1px;padding:0;}
.phoneImage{display:block;width:min(600px,88vw);height:auto;margin:-6px auto 0;background:transparent;filter:none;box-shadow:none;}
.featureBand{position:relative;z-index:1;margin:0 -22px;background:linear-gradient(180deg,#ddf9ff 0%,#d8f4ff 100%);padding:44px 28px 64px;}
.featureList{max-width:850px;margin:0 auto;text-align:left;}
.featureItem{display:grid;grid-template-columns:112px 1fr;gap:26px;align-items:center;padding:30px 0;border-bottom:1px solid rgba(6,43,62,.16);}
.featureItem:first-child{padding-top:16px;}
.featureItem:last-child{border-bottom:0;}
.featureIcon{
  width:88px;
  height:88px;
  display:grid;
  place-items:center;
  color:rgba(80,122,135,.56);
  position:relative;
}
.featureIcon:before{
  content:'';
  position:absolute;
  inset:0;
  display:block;
  background:currentColor;
  -webkit-mask:var(--feature-icon) center/contain no-repeat;
  mask:var(--feature-icon) center/contain no-repeat;
}
.featureIcon:after{content:none;}

.icon-perps{--feature-icon:url('assets/feature-perps.svg?v=30');}
.icon-launch{--feature-icon:url('assets/feature-launch.svg?v=30');}
.icon-close{--feature-icon:url('assets/feature-close.svg?v=30');}

.featureItem h3{font-family:var(--serif);font-weight:400;font-size:34px;line-height:1.02;letter-spacing:-.04em;margin:0 0 8px;}
.featureItem p{font-size:17px;line-height:1.28;margin:0;color:#12313f;max-width:540px;}
.appShowcaseActions{display:flex;justify-content:center;gap:14px;margin-top:30px;}
.sectionDark{display:none;}

@media (min-width:761px) and (max-width:1100px){.phoneStage{height:430px;}.phoneImage{width:min(560px,74vw);}}
@media(max-width:760px){.appShowcase{padding-top:74px;}.appShowcase h2{font-size:36px;margin-bottom:30px;}.phoneStage{height:329px;}.phoneImage{width:min(430px,96vw);margin-top:-4px;}.featureBand{background:linear-gradient(180deg,#ddf9ff 0%,#d8f4ff 100%);padding:40px 24px 58px;}.featureItem{grid-template-columns:76px 1fr;gap:18px;padding:26px 0;}.featureIcon{width:66px;height:66px;color:rgba(80,122,135,.54);}.featureItem h3{font-size:28px;}.featureItem p{font-size:16px;}.appShowcaseActions{display:grid;grid-template-columns:1fr;max-width:310px;margin:28px auto 0;}}