/*!
 * DST Inline CTA
 * v1.1.0
 */

.dst-inline-cta{
	margin:24px 0;
	scroll-margin-top:140px;
}

.dst-inline-cta__card{
	position:relative;
	padding:20px 18px;
	border-radius:26px;
	background:#F8FAFC;
	border:1px solid #D7E2EF;
	box-shadow:0 18px 42px rgba(14,24,42,.07);
	overflow:hidden;
	isolation:isolate;
}

.dst-inline-cta__glow{
	position:absolute;
	border-radius:999px;
	filter:blur(12px);
	opacity:.65;
	pointer-events:none;
	z-index:0;
}

.dst-inline-cta__glow--one{
	width:220px;
	height:220px;
	right:-60px;
	top:-80px;
	background:radial-gradient(circle, rgba(255,193,7,.18) 0%, rgba(255,193,7,0) 70%);
}

.dst-inline-cta__glow--two{
	width:200px;
	height:200px;
	left:-60px;
	bottom:-110px;
	background:radial-gradient(circle, rgba(11,35,66,.10) 0%, rgba(11,35,66,0) 70%);
}

.dst-inline-cta__content,
.dst-inline-cta__actions{
	position:relative;
	z-index:1;
	min-width:0;
}

.dst-inline-cta__eyebrow{
	display:inline-flex;
	align-items:center;
	gap:10px;
	font-size:12px;
	font-weight:800;
	letter-spacing:.14em;
	text-transform:uppercase;
	line-height:1.5;
	color:#0B1528;
	word-break:break-word;
	overflow-wrap:anywhere;
}

.dst-inline-cta__eyebrow::before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#FFC107;
	box-shadow:0 0 0 6px rgba(255,193,7,.16);
	flex:0 0 auto;
}

.dst-inline-cta__title{
	font-size:clamp(2.25rem, 2rem + 1.2vw, 3.8rem);
	line-height:1.08;
	font-weight:800;
	color:#10213A;
	word-break:break-word;
	overflow-wrap:anywhere;
}

.dst-inline-cta__desc{
	font-size:clamp(1rem, .96rem + .25vw, 1.18rem);
	line-height:1.8;
	color:#334155;
	word-break:break-word;
	overflow-wrap:anywhere;
}

.dst-inline-cta__trust-item{
	display:flex;
	align-items:flex-start;
	gap:12px;
	padding:16px 18px;
	border-radius:20px;
	background:#ffffff;
	border:1px solid #E6EBF2;
	box-shadow:0 8px 22px rgba(14,24,42,.04);
	font-size:14px;
	line-height:1.55;
	color:#10213A;
	word-break:break-word;
	overflow-wrap:anywhere;
}

.dst-inline-cta__trust-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	border-radius:50%;
	background:rgba(255,193,7,.12);
	color:#FFC107;
	flex:0 0 auto;
	margin-top:1px;
}

.dst-inline-cta__trust-icon svg{
	width:14px;
	height:14px;
	display:block;
}

.dst-inline-cta__button{
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:12px;
	min-height:52px;
	padding:12px 24px;
	border-radius:999px;
	text-decoration:none;
	font-size:16px;
	font-weight:800;
	line-height:1.2;
	background:#FFC107;
	color:#0B1528;
	box-shadow:0 12px 24px rgba(255,193,7,.22);
	transition:transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease;
	overflow:hidden;
}

.dst-inline-cta__button::before{
	content:"";
	position:absolute;
	top:0;
	left:-120%;
	width:80%;
	height:100%;
	background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.35), rgba(255,255,255,0));
	transform:skewX(-25deg);
	transition:left .5s ease;
}

.dst-inline-cta__button:hover{
	background:#0B1528;
	color:#FFFFFF;
	transform:translateY(-2px);
	box-shadow:0 16px 28px rgba(11,21,40,.24);
}

.dst-inline-cta__button:hover::before{
	left:140%;
}

.dst-inline-cta__button:hover .dst-inline-cta__button-icon{
	transform:translateX(3px);
}

.dst-inline-cta__button-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	flex:0 0 auto;
	transition:transform .25s ease;
}

.dst-inline-cta__button-icon svg{
	width:18px;
	height:18px;
	display:block;
}

.dst-inline-cta__microcopy{
	font-size:12px;
	line-height:1.65;
	color:#475569;
	text-align:center;
}

@media (max-width:1100px){
	.dst-inline-cta__card{
		padding:20px 18px;
	}
}

@media (max-width:767px){
	.dst-inline-cta{
		margin:20px 0;
	}

	.dst-inline-cta__card{
		padding:18px 14px;
		border-radius:22px;
	}

	.dst-inline-cta__eyebrow{
		font-size:10.5px;
		letter-spacing:.11em;
	}

	.dst-inline-cta__title{
		font-size:22px;
		line-height:1.16;
	}

	.dst-inline-cta__desc{
		font-size:14px;
		line-height:1.75;
	}

	.dst-inline-cta__trust-item{
		padding:12px;
		border-radius:16px;
		font-size:13px;
	}

	.dst-inline-cta__button{
		min-height:46px;
		padding:11px 16px;
		font-size:15px;
	}

	.dst-inline-cta__microcopy{
		font-size:11px;
		line-height:1.55;
	}
}
