.hero-onthego{
	background: linear-gradient(135deg,#ff7a18,#ff4f00);
	
}

.hero-onthego__title{
	color:#fff;
	font-weight:400;
	line-height:1.12;
	letter-spacing:-0.02em;
	font-size:clamp(24px,3.2vw,40px);
	
}

.hero-onthego__highlight{
	background:rgb(64, 45, 231);
	padding:.08em .4em;
	border-radius:12px;
	font-weight: bold;
}

.hero-onthego__brand{

  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;

}

.feature-card{
	background:rgba(255,255,255,.96);
}

.feature-card__icon{
	width:54px;
	height:54px;
	border-radius:14px;
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.feature-card__icon img{
	width:38px;
	height:38px;
	object-fit:contain;
}

.feature-card__text{
	line-height:1.25;
	color: #002691 ;;
	font-size: 17px;
}

.hero-onthego__mockup{
	max-width:560px;
	
}

.video-shell{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.18);
}
.video-shell iframe{
  width: 100%;
  height: 100%;
  display: block;
}
