.platform-page-hero h1 {
  font-family: "Inter", sans-serif !important;
}


.case-study-featured-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:1.5rem;
	margin-bottom:2rem;
	align-items:stretch;
}

.case-study-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:1.5rem;
	align-items:stretch;
}

.case-study-card{
	height:100%;
}

.case-study-card--featured{
	grid-column:span 2;
	min-height:320px;
}

@media (max-width:1024px){
	.case-study-featured-grid,
	.case-study-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.case-study-card--featured{
		grid-column:span 2;
	}
}

@media (max-width:640px){
	.case-study-featured-grid,
	.case-study-grid{
		grid-template-columns:1fr;
	}

	.case-study-card--featured{
		grid-column:auto;
	}
}

/* Buyer-led Solution and Industry details, Get Started and Diagnostic */
.f360-buyer-detail-page .f360-buyer-detail,
.f360-entry-page .f360-entry-main{
	overflow-x:hidden;
	background:#fff;
	color:#071b31;
	font-family:"Inter",sans-serif;
}

.f360-buyer-detail :where(h1,h2,h3,h4,h5,h6),
.f360-entry-main :where(h1,h2,h3,h4,h5,h6){
	font-family:"Inter",sans-serif!important;
}

.f360-buyer-container{
	width:min(1200px,calc(100% - 48px));
	margin-inline:auto;
}

.f360-buyer-breadcrumbs{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:.45rem;
	margin:0 0 1.4rem;
	color:#6b7c8f;
	font-size:.82rem;
	line-height:1.5;
}

.f360-buyer-breadcrumbs a{
	color:inherit;
	text-decoration:none;
}

.f360-buyer-breadcrumbs a:hover,
.f360-buyer-breadcrumbs a:focus-visible{
	color:#1677d2;
}

.f360-buyer-eyebrow{
	margin:0 0 1rem;
	color:#1677d2!important;
	font-size:.72rem!important;
	font-weight:700!important;
	line-height:1.25!important;
	letter-spacing:.1em;
	text-transform:uppercase;
}

.f360-buyer-hero{
	padding:64px 0 72px;
	border-top:1px solid #e4edf5;
	border-bottom:1px solid #dfeaf3;
	background:linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}

.f360-buyer-hero__grid{
	display:grid;
	grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr);
	gap:clamp(42px,7vw,88px);
	align-items:end;
}

.f360-buyer-hero__copy h1,
.f360-entry-hero h1{
	max-width:820px;
	margin:0;
	color:#071b31;
	font-size:clamp(46px,5.2vw,70px);
	font-weight:300!important;
	line-height:1.02;
	letter-spacing:-.035em;
}

.f360-buyer-lead,
.f360-entry-lead{
	max-width:680px;
	margin:22px 0 0;
	color:#4f6479;
	font-size:17px;
	line-height:1.72;
}

.f360-buyer-actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:28px;
}

.f360-buyer-button{
	display:inline-flex;
	min-height:50px;
	align-items:center;
	justify-content:center;
	padding:12px 18px;
	box-sizing:border-box;
	border:1px solid transparent;
	border-radius:8px;
	font-size:14px;
	font-weight:600;
	line-height:1.25;
	text-align:center;
	text-decoration:none!important;
	transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease;
}

.f360-buyer-button--primary{
	border-color:#1677d2;
	background:#1677d2;
	color:#fff;
	box-shadow:0 8px 20px rgba(22,119,210,.18);
}

.f360-buyer-button--primary:hover,
.f360-buyer-button--primary:focus-visible{
	border-color:#0e62b6;
	background:#0e62b6;
	color:#fff;
}

.f360-buyer-button--secondary{
	border-color:#bfd2e3;
	background:#fff;
	color:#071b31;
}

.f360-buyer-button--secondary:hover,
.f360-buyer-button--secondary:focus-visible{
	border-color:#1677d2;
	color:#1677d2;
}

.f360-buyer-button--light{
	border-color:#fff;
	background:#fff;
	color:#071b31;
}

.f360-buyer-button--outline-light{
	border-color:rgba(255,255,255,.5);
	background:transparent;
	color:#fff;
}

.f360-buyer-icon{
	display:grid;
	width:46px;
	height:46px;
	margin:0 0 18px;
	place-items:center;
	border-radius:12px;
	background:#e8f3ff;
	color:#1677d2;
}

.f360-buyer-icon svg{
	width:23px;
	height:23px;
}

.f360-buyer-hero__panel{
	padding:28px;
	border:1px solid #c9deef;
	border-radius:16px;
	background:rgba(255,255,255,.9);
	box-shadow:0 18px 38px rgba(7,27,49,.06);
}

.f360-buyer-panel-label,
.f360-buyer-card-label{
	display:block;
	margin:0 0 16px;
	color:#5a6c7f;
	font-size:.68rem;
	font-weight:700;
	letter-spacing:.09em;
	text-transform:uppercase;
}

.f360-buyer-hero__routes{
	display:grid;
	gap:0;
}

.f360-buyer-hero__routes>div{
	display:grid;
	grid-template-columns:38px minmax(0,1fr);
	gap:12px;
	align-items:center;
	min-height:58px;
	border-top:1px solid #e2ebf3;
}

.f360-buyer-hero__routes>div:first-child{
	border-top:0;
}

.f360-buyer-hero__routes span,
.f360-diagnostic-step{
	display:grid;
	width:34px;
	height:34px;
	place-items:center;
	border-radius:50%;
	background:#e8f3ff;
	color:#1677d2;
	font-size:.7rem;
	font-weight:700;
}

.f360-buyer-hero__routes strong{
	color:#071b31;
	font-size:.92rem;
	font-weight:500;
	line-height:1.35;
}

.f360-buyer-context{
	border-bottom:1px solid #e3ebf2;
	background:#fff;
}

.f360-buyer-context__inner{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:0;
}

.f360-buyer-context__group{
	min-width:0;
	padding:24px 26px;
	border-right:1px solid #e3ebf2;
}

.f360-buyer-context__group:first-child{
	padding-left:0;
}

.f360-buyer-context__group:last-child{
	padding-right:0;
	border-right:0;
}

.f360-buyer-context__group>strong{
	display:block;
	margin-bottom:9px;
	color:#071b31;
	font-size:.72rem;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.f360-buyer-context__group>div{
	display:flex;
	flex-wrap:wrap;
	gap:7px;
}

.f360-buyer-context__group a,
.f360-buyer-context__group span{
	display:inline-flex;
	min-height:30px;
	align-items:center;
	padding:5px 10px;
	border-radius:999px;
	background:#f0f6fc;
	color:#36516b;
	font-size:.76rem;
	text-decoration:none;
}

.f360-buyer-context__group a:hover,
.f360-buyer-context__group a:focus-visible{
	background:#e1effc;
	color:#1677d2;
}

.f360-buyer-context__inner--summary{
	display:flex;
	align-items:center;
	gap:18px;
	padding:22px 0;
}

.f360-buyer-context__inner--summary .f360-buyer-icon{
	margin:0;
	flex:0 0 auto;
}

.f360-buyer-context__inner--summary strong{
	display:block;
	color:#071b31;
	font-size:.92rem;
	font-weight:500;
}

.f360-buyer-context__inner--summary p{
	margin:5px 0 0;
	color:#5b6e82;
	font-size:.84rem;
	line-height:1.5;
}

.f360-buyer-section{
	padding:76px 0;
	background:#fff;
}

.f360-buyer-section--tint{
	border-top:1px solid #e1ebf3;
	background:#f7fbff;
}

.f360-buyer-heading{
	max-width:760px;
	margin:0 0 32px;
}

.f360-buyer-heading h2,
.f360-entry-final h2,
.f360-diagnostic-summary h2{
	margin:0;
	color:#071b31;
	font-size:clamp(32px,3.4vw,46px);
	font-weight:300!important;
	line-height:1.08;
	letter-spacing:-.025em;
}

.f360-buyer-heading>p:not(.f360-buyer-eyebrow){
	max-width:680px;
	margin:14px 0 0;
	color:#566b80;
	font-size:15px;
	line-height:1.7;
}

.f360-buyer-content-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
}

.f360-buyer-content-card{
	min-width:0;
	padding:28px;
	display:grid;
	grid-template-columns:46px minmax(0,1fr);
	gap:14px;
	align-items:start;
	border:1px solid #d6e3ee;
	border-radius:14px;
	background:#fff;
	box-shadow:0 12px 28px rgba(7,27,49,.045);
}

.f360-buyer-content-card:first-child{
	grid-column:1/-1;
	background:linear-gradient(135deg,#f3f8fd 0%,#fff 70%);
}

.f360-buyer-content-card>.f360-buyer-icon{
	margin:0;
}

.f360-buyer-richtext h2{
	margin:0 0 12px;
	color:#071b31;
	font-size:clamp(23px,2.2vw,30px);
	font-weight:400!important;
	line-height:1.18;
	letter-spacing:-.015em;
}

.f360-buyer-richtext h3{
	margin:22px 0 8px;
	color:#071b31;
	font-size:18px;
	font-weight:400!important;
	line-height:1.3;
}

.f360-buyer-richtext :where(p,li){
	color:#52677c;
	font-size:15px;
	line-height:1.72;
}

.f360-buyer-richtext p{
	margin:0 0 14px;
}

.f360-buyer-richtext p:last-child{
	margin-bottom:0;
}

.f360-buyer-richtext :where(ul,ol){
	display:grid;
	gap:8px;
	margin:12px 0 0;
	padding-left:20px;
}

.f360-buyer-richtext a{
	color:#1677d2;
	font-weight:600;
}

.f360-buyer-related-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:14px;
}

.f360-buyer-related-card{
	display:flex;
	min-width:0;
	min-height:270px;
	flex-direction:column;
	align-items:flex-start;
	padding:24px;
	box-sizing:border-box;
	border:1px solid #d2e1ed;
	border-radius:12px;
	background:#fff;
	color:#071b31;
	text-decoration:none!important;
	box-shadow:0 10px 24px rgba(7,27,49,.04);
}

.f360-buyer-related-card:hover,
.f360-buyer-related-card:focus-visible{
	border-color:#9cc7eb;
	box-shadow:0 16px 32px rgba(7,27,49,.07);
}

.f360-buyer-related-card .f360-buyer-card-label{
	margin:0 0 8px;
	color:#1677d2;
}

.f360-buyer-related-card h3{
	margin:0;
	color:#071b31;
	font-size:18px;
	font-weight:400!important;
	line-height:1.3;
}

.f360-buyer-related-card p{
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin:11px 0 22px;
	color:#5b6e82;
	font-size:13px;
	line-height:1.6;
}

.f360-buyer-related-card>strong{
	margin-top:auto;
	color:#1677d2;
	font-size:12px;
	font-weight:600;
}

.f360-buyer-related-card .f360-card-title-row{
	align-items:center;
	margin-bottom:12px;
}

/* Get Started and Diagnostic entry pages */
.f360-entry-hero{
	padding:62px 0 68px;
	border-top:1px solid #e4edf5;
	border-bottom:1px solid #dfeaf3;
	background:linear-gradient(180deg,#fff 0%,#eef6fc 100%);
}

.f360-entry-lead{
	max-width:760px;
}

.f360-entry-note{
	max-width:880px;
	margin-top:28px;
	padding:18px 20px;
	border-left:3px solid #1677d2;
	background:rgba(255,255,255,.78);
	color:#3e556b;
	font-size:14px;
	line-height:1.7;
}

.f360-entry-section{
	padding:56px 0 84px;
	background:#f7fbff;
}

.f360-entry-route-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:16px;
}

.f360-entry-route-card{
	display:flex;
	min-width:0;
	min-height:470px;
	flex-direction:column;
	align-items:flex-start;
	padding:28px;
	box-sizing:border-box;
	border:1px solid #d4e2ed;
	border-radius:14px;
	background:#fff;
	box-shadow:0 12px 28px rgba(7,27,49,.045);
}

.f360-entry-route-card h2{
	margin:0;
	color:#071b31;
	font-size:30px;
	font-weight:300!important;
	line-height:1.15;
}

.f360-entry-route-card .f360-card-title-row,
.f360-entry-decision-grid .f360-card-title-row,
.f360-diagnostic-info-grid .f360-card-title-row{
	align-items:center;
	margin-bottom:18px;
}

.f360-entry-route-card>p{
	min-height:66px;
	margin:12px 0 18px;
	color:#53687d;
	font-size:14px;
	line-height:1.65;
}

.f360-entry-route-card ul,
.f360-diagnostic-summary ul,
.f360-diagnostic-info-grid ul{
	display:grid;
	gap:10px;
	margin:0 0 24px;
	padding-left:19px;
	color:#3f566d;
}

.f360-entry-route-card li,
.f360-diagnostic-summary li,
.f360-diagnostic-info-grid li{
	font-size:13px;
	line-height:1.55;
}

.f360-entry-route-card .f360-buyer-button{
	width:100%;
	margin-top:auto;
}

.f360-entry-decide{
	margin-top:72px;
}

.f360-entry-decision-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:0;
	border:1px solid #d4e2ed;
	border-radius:14px;
	background:#fff;
	box-shadow:0 12px 28px rgba(7,27,49,.04);
}

.f360-entry-decision-grid article{
	min-width:0;
	padding:26px;
	border-right:1px solid #dce7f0;
}

.f360-entry-decision-grid article:last-child{
	border-right:0;
}

.f360-entry-decision-grid h3{
	margin:0;
	color:#071b31;
	font-size:18px;
	font-weight:400!important;
}

.f360-entry-decision-grid p{
	margin:9px 0 0;
	color:#596e82;
	font-size:13px;
	line-height:1.6;
}

.f360-entry-final{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:34px;
	align-items:center;
	margin-top:72px;
	padding:34px;
	border:1px solid #cbddea;
	border-radius:15px;
	background:#fff;
	box-shadow:0 14px 32px rgba(7,27,49,.05);
}

.f360-entry-final h2{
	font-size:36px;
}

.f360-entry-final>div>p:not(.f360-buyer-eyebrow){
	max-width:650px;
	margin:12px 0 0;
	color:#566b80;
	font-size:14px;
	line-height:1.65;
}

.f360-entry-final .f360-buyer-actions{
	justify-content:flex-end;
	margin-top:0;
}

.f360-diagnostic-hero__grid{
	display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr);
	gap:clamp(42px,7vw,86px);
	align-items:center;
}

.f360-diagnostic-summary{
	padding:30px;
	border:1px solid #c6dced;
	border-radius:16px;
	background:#fff;
	box-shadow:0 18px 38px rgba(7,27,49,.065);
}

.f360-diagnostic-summary .f360-card-title-row{
	align-items:flex-start;
	margin-bottom:16px;
}

.f360-diagnostic-summary .f360-card-title-row>div{
	min-width:0;
}

.f360-diagnostic-summary .f360-buyer-panel-label{
	margin-bottom:10px;
	color:#1677d2;
}

.f360-diagnostic-summary h2{
	font-size:31px;
}

.f360-diagnostic-summary>p:not(.f360-buyer-panel-label){
	margin:13px 0 18px;
	color:#53687d;
	font-size:14px;
	line-height:1.65;
}

.f360-diagnostic-summary ul{
	margin-bottom:0;
}

.f360-diagnostic-price{
	margin:14px 0 0!important;
	color:#65798d!important;
	font-size:12px!important;
	line-height:1.55!important;
}

.f360-diagnostic-step-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:0;
	border:1px solid #d5e3ee;
	border-radius:14px;
	background:#fff;
	box-shadow:0 12px 28px rgba(7,27,49,.04);
}

.f360-diagnostic-step-grid article{
	min-width:0;
	min-height:235px;
	padding:26px;
	border-right:1px solid #dce7f0;
}

.f360-diagnostic-step-grid article:last-child{
	border-right:0;
}

.f360-diagnostic-step{
	margin-bottom:20px;
}

.f360-diagnostic-step-grid h3{
	margin:0;
	color:#071b31;
	font-size:19px;
	font-weight:400!important;
}

.f360-diagnostic-step-grid p{
	margin:10px 0 0;
	color:#5a6e82;
	font-size:13px;
	line-height:1.62;
}

.f360-diagnostic-info-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
	margin-top:60px;
}

.f360-diagnostic-info-grid article{
	padding:30px;
	border:1px solid #d2e1ed;
	border-radius:14px;
	background:#fff;
	box-shadow:0 12px 28px rgba(7,27,49,.04);
}

.f360-diagnostic-info-grid h2{
	margin:0;
	color:#071b31;
	font-size:28px;
	font-weight:300!important;
	line-height:1.16;
}

.f360-diagnostic-info-grid ul{
	margin-bottom:0;
}

.f360-entry-final--blue{
	border:0;
	background:linear-gradient(135deg,#071b31 0%,#1677d2 100%);
	box-shadow:0 20px 42px rgba(7,27,49,.14);
}

.f360-entry-final--blue :where(h2,p){
	color:#fff!important;
}

.f360-entry-final--blue .f360-buyer-eyebrow{
	color:#b9ddff!important;
}

@media (max-width:980px){
	.f360-buyer-hero__grid,
	.f360-diagnostic-hero__grid{
		grid-template-columns:1fr;
		gap:36px;
	}

	.f360-buyer-hero__panel,
	.f360-diagnostic-summary{
		max-width:680px;
	}

	.f360-buyer-related-grid,
	.f360-entry-route-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.f360-entry-route-card{
		min-height:450px;
	}

	.f360-entry-route-card:last-child{
		grid-column:1/-1;
		min-height:auto;
	}

	.f360-diagnostic-step-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.f360-diagnostic-step-grid article:nth-child(2){
		border-right:0;
	}

	.f360-diagnostic-step-grid article:nth-child(-n+2){
		border-bottom:1px solid #dce7f0;
	}

	.f360-entry-final{
		grid-template-columns:1fr;
	}

	.f360-entry-final .f360-buyer-actions{
		justify-content:flex-start;
	}
}

@media (max-width:720px){
	.f360-buyer-container{
		width:min(1200px,calc(100% - 32px));
	}

	.f360-buyer-hero,
	.f360-entry-hero{
		padding:44px 0 52px;
	}

	.f360-buyer-hero__copy h1,
	.f360-entry-hero h1{
		font-size:clamp(40px,12vw,54px);
	}

	.f360-buyer-lead,
	.f360-entry-lead{
		font-size:16px;
	}

	.f360-buyer-context__inner{
		grid-template-columns:1fr;
		padding:8px 0;
	}

	.f360-buyer-context__group,
	.f360-buyer-context__group:first-child,
	.f360-buyer-context__group:last-child{
		padding:16px 0;
		border-right:0;
		border-bottom:1px solid #e3ebf2;
	}

	.f360-buyer-context__group:last-child{
		border-bottom:0;
	}

	.f360-buyer-context__inner--summary{
		display:flex;
		padding:18px 0;
	}

	.f360-buyer-section{
		padding:58px 0;
	}

	.f360-buyer-content-grid,
	.f360-buyer-related-grid,
	.f360-entry-route-grid,
	.f360-entry-decision-grid,
	.f360-diagnostic-step-grid,
	.f360-diagnostic-info-grid{
		grid-template-columns:1fr;
	}

	.f360-buyer-content-card:first-child,
	.f360-entry-route-card:last-child{
		grid-column:auto;
	}

	.f360-buyer-content-card,
	.f360-buyer-related-card,
	.f360-entry-route-card,
	.f360-diagnostic-info-grid article{
		padding:22px;
	}

	.f360-buyer-related-card,
	.f360-entry-route-card{
		min-height:auto;
	}

	.f360-entry-route-card>p{
		min-height:0;
	}

	.f360-entry-route-card .f360-buyer-button{
		margin-top:10px;
	}

	.f360-entry-section{
		padding:44px 0 64px;
	}

	.f360-entry-decide,
	.f360-entry-final{
		margin-top:56px;
	}

	.f360-entry-decision-grid article,
	.f360-diagnostic-step-grid article{
		min-height:auto;
		padding:22px;
		border-right:0;
		border-bottom:1px solid #dce7f0;
	}

	.f360-entry-decision-grid article:last-child,
	.f360-diagnostic-step-grid article:last-child{
		border-bottom:0;
	}

	.f360-entry-final{
		padding:26px 22px;
	}

	.f360-entry-final .f360-buyer-actions,
	.f360-entry-final .f360-buyer-button{
		width:100%;
	}

	.f360-diagnostic-step-grid article:nth-child(2){
		border-bottom:1px solid #dce7f0;
	}
}
