
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

section {
	margin-block: 120px;
}

@media screen and (max-width: 992px) {
	section {
		margin-block: 80px;
	}
}

.section-container {
	max-width: 1366px;
	padding-inline: 25px;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.section-container {
		padding-inline: 16px;
	}
}

h1, h2 {
	font-size: 40px;
	line-height: 47px;
	font-weight: 300;
	color: #313131;
	margin: 0;
}

h1 span, h2 span {
	color: #30466d;
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	h1 br, h2 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	h1, h2 {
		font-size: 32px;
		line-height: 120%;
	}
}

h2 {
	margin-bottom: 24px;
}

h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #30466d;
}

@media screen and (max-width: 768px) {
	h3 {
		font-size: 18px;
	}
}

h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	color: #30466d;
}

p {
	margin: 0;
	color: #5e5e5e;
	font-weight: 400;
	font-size: 15px;
	line-height: 176%;
}

.ec-eyebrow {
	display: inline-block;
	font-size: 12.16px;
	font-weight: 700;
	letter-spacing: 2.24px;
	text-transform: uppercase;
	color: #0b2a4a;
	margin-bottom: 14px;
}

.ec-lead {
	font-size: 18.88px;
	line-height: 1.6;
	color: #2e394a;
	max-width: 68ch;
	margin-bottom: 0;
}

a.ec-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	padding: 12px 29px;
	vertical-align: middle;
	text-decoration: none;
	transition: transform .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, box-shadow .15s ease;
	border: 1px solid transparent;
	cursor: pointer;
	white-space: nowrap;
}

a.ec-btn .icon {
	transition: transform .3s ease-in-out;
}

a.ec-btn:hover .icon {
	transform: rotate(45deg);
}

a.ec-btn--primary {
	background: #30466d;
	color: #fff;
	border-color: #30466d;
}

a.ec-btn--primary:hover {
	background: #fff;
	color: #30466d;
}

a.ec-btn--secondary {
	background: transparent;
	color: #30466d;
	border-color: #30466d;
}

a.ec-btn--secondary:hover {
	background: #30466d;
	color: #fff;
}

a.ec-btn--light {
	background: #fff;
	color: #30466d;
	border-color: #fff;
}

a.ec-btn--light:hover {
	background: transparent;
	color: #fff;
}

a.ec-btn--outline-light {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .4);
}

a.ec-btn--outline-light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.ec-hero {
	margin: 0;
	position: relative;
	padding: 24px 0 64px 0;
}

.ec-hero__breadcrumbs {
	margin-block-end: 48px;
	font-weight: 500;
}

.ec-hero__breadcrumbs a {
	font-weight: 700;
}

@media screen and (max-width: 992px) {
	.ec-hero__breadcrumbs {
		display: none;
	}
}

.ec-hero__wrapper {
	display: flex;
	gap: 24px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.ec-hero__image {
		display: none;
	}
}

.ec-hero__image img {
	display: block;
	width: 1097px;
	height: 820px;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: -100px;
	top: -162px;
	z-index: -1;
}

.ec-hero__inner {
	flex-basis: 50%;
	padding-block: 40px 0;
}

@media screen and (max-width: 768px) {
	.ec-hero__inner {
		flex-basis: 100%;
	}
}

.ec-hero h1 {
	margin-bottom: 24px;
}

.ec-hero__subtitle {
	color: #30466d;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 24px;
	letter-spacing: -.16px;
}

.ec-hero__lede {
	margin-bottom: 32px;
	font-size: 19px;
	font-weight: 300;
}

.ec-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.ec-hero__meta {
	font-size: 14.72px;
	color: #5a677a;
	max-width: 62ch;
}

.ec-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 32px;
}

.ec-hero__chips .ec-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 100px;
	background: #f4f5f7;
	font-size: 12px;
	font-weight: 500;
	color: #30466d;
	letter-spacing: .16px;
}

.ec-hero__chips .ec-chip--beta {
	background: #fff6e5;
	color: #b3690d;
	border: 1px solid #f5e3c2;
}

.ec-hero__chips .ec-chip--beta .ec-chip__dot {
	background: #b3690d;
}

.ec-how__head {
	max-width: 50%;
}

@media screen and (max-width: 768px) {
	.ec-how__head {
		max-width: 100%;
	}
}

.ec-how .ec-flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	position: relative;
	margin-top: 48px;
}

@media (max-width: 860px) {
	.ec-how .ec-flow {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.ec-how .ec-flow__step {
	position: relative;
	padding: 32px 24px 32px 0;
}

.ec-how .ec-flow__step + .ec-flow__step {
	padding-left: 32px;
}

.ec-how .ec-flow__step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 56px;
	right: -1px;
	width: 1px;
	height: calc(100% - 80px);
	background: #e3e8ee;
}

@media (max-width: 860px) {
	.ec-how .ec-flow__step + .ec-flow__step {
		padding-left: 0;
	}
	
	.ec-how .ec-flow__step:not(:last-child)::after {
		display: none;
	}
}

.ec-how .ec-flow__num {
	font-size: 12.48px;
	font-weight: 700;
	letter-spacing: 2.24px;
	color: #0b2a4a;
	margin-bottom: 12px;
}

.ec-how .ec-flow__icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #30466d;
	color: #fff;
	border-radius: 12px;
	margin-bottom: 48px;
}

.ec-how .ec-flow__icon svg {
	width: 24px;
	height: 24px;
}

.ec-how .ec-flow__title {
	font-size: 18px;
	font-weight: 700;
	color: #30466d;
	margin-bottom: 8px;
}

.ec-how .ec-flow__desc {
	margin: 0;
}

.ec-answer__wrapper {
	background: #f7f9fc;
	border-left: 4px solid #30466d;
	border-radius: 0 12px 12px 0;
	padding: 36px 40px;
}

.ec-answer__eyebrow {
	color: #30466d;
	font-weight: 700;
	font-size: 12.16px;
	letter-spacing: 2.24px;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: block;
}

.ec-answer h2 {
	font-size: 24px;
	margin-bottom: 14px;
}

.ec-embed-head {
	margin-bottom: 32px;
}

.ec-tool {
	margin: 0;
	padding: 120px 0;
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
}

@media screen and (max-width: 992px) {
	.ec-tool {
		padding: 64px 0;
	}
}

@media screen and (max-width: 576px) {
	.ec-tool {
		padding: 40px 0;
	}
}

.ec-selector-mount {
	position: relative;
	background: #fff;
	border: 1px dashed #e3e8ee;
	border-radius: 18px;
	padding: 56px 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #8b97a8;
	min-height: 650px;
}

@media screen and (max-width: 768px) {
	.ec-selector-mount {
		padding: 32px 0;
	}
}

.ec-mount-label {
	display: inline-block;
	background: #0e1520;
	color: #fff;
	font-size: 11.52px;
	letter-spacing: 2.24px;
	text-transform: uppercase;
	padding: 6px 12px;
	border-radius: 4px;
	margin-bottom: 14px;
}

.ec-embed-note {
	margin-top: 48px;
	padding: 16px 20px;
	font-size: 14.72px;
	color: #5a677a;
	background: transparent;
	border-left: 3px solid #30466d;
	max-width: 720px;
}

.ec-embed-note strong {
	color: #0e1520;
}

.ec-clusters {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px;
}

@media (max-width: 820px) {
	.ec-clusters {
		grid-template-columns: 1fr;
	}
}

.ec-cluster {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.ec-cluster__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.ec-cluster__icon {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #e8eef6;
	color: #30466d;
}

.ec-cluster__icon svg {
	width: 20px;
	height: 20px;
}

.ec-cluster__title {
	font-size: 18.4px;
	margin: 0;
	color: #0e1520;
}

.ec-cluster__desc {
	font-size: 14.88px;
	color: #5a677a;
	margin-bottom: 20px;
}

.ec-cluster__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 18px;
	border-top: 1px dashed #e3e8ee;
}

.ec-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	background: #f7f9fc;
	border: 1px solid #e3e8ee;
	border-radius: 100px;
	font-size: 13.12px;
	font-weight: 600;
	color: #2e394a;
}

.ec-pill__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #0b2a4a;
	color: #fff;
	font-size: 10.88px;
	font-weight: 700;
}

.ec-table-wrap {
	margin-top: 40px;
	overflow-x: auto;
	border: 1px solid #e3e8ee;
	background: #fff;
}

.ec-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	font-size: 15.04px;
}

.ec-table thead th {
	background: #30466d;
	color: #fff;
	text-align: left;
	padding: 16px 20px;
	font-size: 13.44px;
	letter-spacing: .64px;
	text-transform: uppercase;
	font-weight: 600;
}

.ec-table tbody td {
	padding: 18px 20px;
	border-top: 1px solid #e3e8ee;
	vertical-align: top;
}

.ec-table tbody tr:hover td {
	background: #f7f9fc;
}

.ec-table__platform {
	font-weight: 700;
	color: #0e1520;
	font-size: 16px;
	white-space: nowrap;
}

.ec-table__tag {
	display: inline-block;
	font-size: 11.2px;
	font-weight: 600;
	letter-spacing: .96px;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 4px;
	margin-top: 4px;
}

.ec-tag--paas {
	background: #eef2ff;
	color: #0b2a4a;
}

.ec-tag--saas {
	background: #dcfce7;
	color: #0f8b5b;
}

.ec-tag--mach {
	background: #f3e8ff;
	color: #7c3aed;
}

.ec-rating {
	display: inline-flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-start;
}

.ec-rating__label {
	font-weight: 700;
	font-size: 14.08px;
	color: #0e1520;
	letter-spacing: -.16px;
}

.ec-rating__label--light {
	color: #5a677a;
	font-weight: 600;
}

.ec-rating__bars {
	display: inline-flex;
	gap: 3px;
}

.ec-rating__bar {
	width: 14px;
	height: 4px;
	border-radius: 2px;
	background: #e3e8ee;
}

.ec-rating__bar--on {
	background: #0b2a4a;
}

.ec-tco {
	font-weight: 600;
	font-size: 14.08px;
	letter-spacing: -.16px;
}

.ec-tco--lower {
	color: #5a677a;
	font-weight: 600;
}

.ec-tco--higher {
	color: #2e394a;
	font-weight: 700;
}

.ec-tco--highest {
	color: #0b2a4a;
	font-weight: 800;
	letter-spacing: 0;
}

.ec-platforms {
	margin: 0;
	padding: 120px 0;
	background: #f4f5f7;
}

@media screen and (max-width: 992px) {
	.ec-platforms {
		padding: 64px 0;
	}
}

@media screen and (max-width: 576px) {
	.ec-platforms {
		padding: 40px 0;
	}
}

.ec-platforms-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px;
}

@media (max-width: 760px) {
	.ec-platforms-list {
		grid-template-columns: 1fr;
	}
}

.ec-platform {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.ec-platform::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #0b2a4a;
}

.ec-platform--shopify-plus::before {
	background: #95bf47;
}

.ec-platform--salesforce-commerce-cloud::before {
	background: #00a1e0;
}

.ec-platform--bigcommerce::before {
	background: #121118;
}

.ec-platform--commercetools::before {
	background: #ffc806;
}

.ec-platform--adobe-commerce-magento::before {
	background: #eb1000;
}

.ec-platform h3 {
	font-size: 21.6px;
	margin-bottom: 6px;
	color: #30466d;
}

.ec-platform p {
	font-size: 15.52px;
	margin-bottom: 16px;
}

.ec-platform__tag {
	display: inline-block;
	font-size: 11.52px;
	font-weight: 600;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	color: #5a677a;
	background: #eef2f7;
	padding: 4px 10px;
	border-radius: 4px;
	margin-bottom: 16px;
}

.ec-platform__deeper {
	padding-top: 14px;
	border-top: 1px solid #e3e8ee;
	font-size: 14.08px;
	color: #5a677a;
}

.ec-platform__deeper a {
	color: #30466d;
	font-weight: 600;
	text-decoration: underline;
}

.ec-platform__deeper a:hover {
	text-decoration: none;
}

.ec-outputs-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 40px;
}

@media (max-width: 900px) {
	.ec-outputs-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.ec-outputs-list {
		grid-template-columns: 1fr;
	}
}

.ec-output {
	background: #f7f9fc;
	padding: 28px 24px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ec-output:hover {
	transform: translateY(-2px);
	box-shadow: 0 1px 2px rgba(14, 21, 32, .04), 0 1px 3px rgba(14, 21, 32, .06);
}

.ec-output__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #fff;
	color: #0b2a4a;
	border-radius: 10px;
	margin-bottom: 16px;
	border: 1px solid #e3e8ee;
}

.ec-output__icon svg {
	width: 22px;
	height: 22px;
}

.ec-output h3 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #30466d;
}

.ec-output p {
	margin-bottom: 0;
	font-size: 15px;
	color: #5a677a;
}

.ec-fitsplit {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}

@media (max-width: 820px) {
	.ec-fitsplit {
		grid-template-columns: 1fr;
	}
}

.ec-fitsplit ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ec-fitsplit li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	font-size: 15.2px;
	line-height: 1.5;
}

.ec-fitsplit__panel {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 32px;
}

.ec-fitsplit__panel h3 {
	font-size: 17.6px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.ec-fitsplit__panel--primary {
	background: #30466d;
	color: #e1e8f1;
	border-color: #30466d;
}

.ec-fitsplit__panel--primary h3 {
	color: #fff;
}

.ec-fitsplit__panel--primary li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 3px;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.ec-fitsplit__panel:not(.ec-fitsplit__panel--primary) h3 {
	border-bottom-color: #e3e8ee;
	color: #0b2a4a;
}

.ec-fitsplit__panel:not(.ec-fitsplit__panel--primary) li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #8b97a8;
	border-radius: 50%;
}

.ec-interpret-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 40px;
}

@media (max-width: 860px) {
	.ec-interpret-list {
		grid-template-columns: 1fr;
	}
}

.ec-interpret__item {
	padding-top: 24px;
	border-top: 3px solid #f4f5f7;
}

.ec-interpret__item h3 {
	font-size: 18px;
	color: #30466d;
	margin-bottom: 24px;
}

.ec-interpret__item p {
	font-size: 16px;
	color: #5a677a;
	margin-bottom: 0;
}

.ec-method {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 40px;
}

@media (max-width: 860px) {
	.ec-method {
		grid-template-columns: 1fr;
	}
}

.ec-method__item {
	background: #fff;
	border: 1px solid #e3e8ee;
	padding: 28px;
}

.ec-method__item h3 {
	font-size: 18px;
	margin-bottom: 24px;
	color: #0b2a4a;
}

.ec-method__item p {
	font-size: 16px;
	margin-bottom: 0;
	color: #5a677a;
}

.ec-faq {
	margin-block: 120px;
	background: none;
}

@media screen and (max-width: 992px) {
	.ec-faq {
		margin-block: 64px 0;
	}
}

@media screen and (max-width: 576px) {
	.ec-faq {
		margin-block: 40px;
	}
}

.ec-feedback {
	background: linear-gradient(180deg, #f0f7ff 0%, #f8f8f8 100%);
	border: 1px solid #f4f5f7;
	padding: 40px;
	text-align: center;
	max-width: 760px;
	margin: 80px auto 0;
}

.ec-feedback__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12.48px;
	font-weight: 700;
	letter-spacing: 2.24px;
	text-transform: uppercase;
	color: #30466d;
	margin-bottom: 14px;
}

.ec-feedback__eyebrow::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #30466d;
	animation: ec-pulse 2s ease-in-out infinite;
}

.ec-feedback h2 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #30466d;
	font-weight: 600;
}

.ec-feedback p {
	color: #2e394a;
	margin-bottom: 20px;
	max-width: 52ch;
	margin-left: auto;
	margin-right: auto;
}

.ec-feedback__email {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	background: #fff;
	border: 1.5px solid #30466d;
	font-size: 16px;
	font-weight: 700;
	color: #30466d;
	text-decoration: none;
	transition: all .15s ease;
}

.ec-feedback__email:hover {
	background: #30466d;
	color: #fff;
	transform: translateY(-1px);
}

.ec-feedback__email svg {
	width: 18px;
	height: 18px;
}

@keyframes ec-pulse {
	0%, 100% {
		opacity: 1;
	}
	
	50% {
		opacity: .45;
	}
}

.ec-cta {
	background: linear-gradient(110.42deg, #30466d 9.86%, #234d97 58.33%);
	color: #fff;
	padding: 96px 0;
}

.ec-cta .ec-eyebrow {
	color: #fff;
}

.ec-cta h2 {
	color: #fff;
	max-width: 28ch;
}

.ec-cta p {
	color: #c8d2e1;
	max-width: 62ch;
	font-size: 16.8px;
	margin-bottom: 28px;
}

.ec-cta__grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 48px;
	align-items: center;
}

@media (max-width: 820px) {
	.ec-cta__grid {
		grid-template-columns: 1fr;
	}
}

.ec-cta__btns {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
}

@media (max-width: 820px) {
	.ec-cta__btns {
		align-items: stretch;
	}
}

.eps-widget {
	color: #30466d;
	line-height: 1.55;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}

.eps-progress-wrap {
	background: #fff;
	padding: 20px 0 16px;
	border-bottom: 1px solid #e2e8f0;
}

.eps-progress-track {
	height: 4px;
	background: #e2e8f0;
	border-radius: 4px;
	overflow: hidden;
}

.eps-progress-fill {
	height: 100%;
	background: #30466d;
	border-radius: 4px;
	transition: width 400ms cubic-bezier(.4, 0, .2, 1);
	will-change: width;
}

.eps-progress-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
	font-size: 12px;
	color: #64748b;
	letter-spacing: .32px;
}

.eps-step {
	padding: 32px 0 40px;
	animation: epsFadeIn 300ms ease-out;
}

@keyframes epsFadeIn {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.eps-step {
		animation: none;
	}
	
	.eps-progress-fill {
		transition: none;
	}
}

.eps-step-number {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	color: #30466d;
	margin-bottom: 6px;
}

.eps-step-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #0f1a2e;
	margin-bottom: 6px;
}

p.eps-step-desc {
	font-size: 14px;
	color: #64748b;
	max-width: 560px;
	margin-bottom: 32px;
}

.eps-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.eps-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	border: 1.5px solid #e2e8f0;
	cursor: pointer;
	transition: border-color 220ms cubic-bezier(.4, 0, .2, 1), background 220ms cubic-bezier(.4, 0, .2, 1), box-shadow 220ms cubic-bezier(.4, 0, .2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.eps-option:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
}

.eps-option:focus-within {
	outline: 2px solid #30466d;
	outline-offset: 2px;
}

.eps-option.eps-selected {
	border-color: #30466d;
	background: #dbeafe;
	box-shadow: 0 0 0 1px #30466d;
}

.eps-option input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.eps-option-radio {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #cbd5e1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 220ms cubic-bezier(.4, 0, .2, 1), background 220ms cubic-bezier(.4, 0, .2, 1);
}

.eps-selected .eps-option-radio {
	border-color: #30466d;
}

.eps-selected .eps-option-radio::after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #30466d;
}

.eps-option-check {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 2px solid #cbd5e1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 220ms cubic-bezier(.4, 0, .2, 1), background 220ms cubic-bezier(.4, 0, .2, 1);
	font-size: 12px;
	color: transparent;
}

.eps-selected .eps-option-check {
	border-color: #30466d;
	background: #30466d;
	color: #fff;
}

.eps-option-label {
	font-size: 14px;
	font-weight: 500;
}

.eps-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 32px;
	gap: 12px;
}

a.eps-btn, .eps-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	transition: background 220ms cubic-bezier(.4, 0, .2, 1), transform 80ms ease;
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 12px 29px;
	vertical-align: middle;
}

a.eps-btn:active, .eps-btn:active {
	transform: scale(.97);
}

a.eps-btn-primary, .eps-btn-primary {
	background: #30466d;
	color: #fff;
	border: 1px solid #30466d;
}

a.eps-btn-primary:not(:disabled):hover, .eps-btn-primary:not(:disabled):hover {
	background: #fff;
	color: #30466d;
}

a.eps-btn-primary:disabled, .eps-btn-primary:disabled {
	background: #94a3b8;
	cursor: not-allowed;
	border: none;
}

a.eps-btn-ghost, .eps-btn-ghost {
	background: transparent;
	color: #64748b;
	border: 1px solid #e2e8f0;
}

a.eps-btn-ghost:hover, .eps-btn-ghost:hover {
	background: #f8fafc;
	color: #0f172a;
}

a.eps-btn-sm, .eps-btn-sm {
	padding: 8px 16px;
	font-size: 13px;
}

a.eps-btn-link, .eps-btn-link {
	background: none;
	border: none;
	color: #2563eb;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	padding: 4px 0;
}

a.eps-btn-link:hover, .eps-btn-link:hover {
	text-decoration: underline;
}

.eps-results {
	padding: 32px 0 48px;
}

.eps-results-title {
	font-size: 24px;
	font-weight: 700;
	color: #0f1a2e;
	margin-bottom: 4px;
}

.eps-results-subtitle {
	font-size: 14px;
	color: #64748b;
	margin-bottom: 28px;
}

.eps-archetype-badge {
	display: inline-block;
	padding: 4px 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .96px;
	text-transform: uppercase;
	background: #30466d;
	color: #fff;
	border-radius: 100px;
	margin-bottom: 16px;
}

.eps-platform-card {
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	padding: 24px;
	margin-bottom: 16px;
	transition: box-shadow 220ms cubic-bezier(.4, 0, .2, 1);
	position: relative;
}

.eps-platform-card:hover {
	box-shadow: 0 4px 16px rgba(15, 26, 46, .08);
}

.eps-platform-card.eps-top-pick {
	border-color: #30466d;
	box-shadow: 0 0 0 1px #30466d, 0 1px 3px rgba(15, 26, 46, .06), 0 1px 2px rgba(15, 26, 46, .04);
}

.eps-platform-rank {
	position: absolute;
	top: -10px;
	left: 20px;
	background: #30466d;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .64px;
	padding: 3px 12px;
	border-radius: 100px;
}

.eps-platform-header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 14px;
	flex-wrap: wrap;
	gap: 8px;
}

.eps-platform-name {
	font-size: 19px;
	font-weight: 700;
}

.eps-platform-delivery {
	font-size: 12px;
	color: #64748b;
	background: #f8fafc;
	padding: 3px 10px;
	border-radius: 100px;
	border: 1px solid #e2e8f0;
}

.eps-score-bar-wrap {
	margin-bottom: 12px;
}

.eps-score-bar-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 4px;
}

.eps-score-label {
	font-size: 12px;
	color: #64748b;
}

.eps-score-value {
	font-size: 20px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.eps-score-bar-track {
	height: 8px;
	background: #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
}

.eps-score-bar-fill {
	height: 100%;
	border-radius: 8px;
	transition: width 600ms cubic-bezier(.4, 0, .2, 1);
}

.eps-confidence {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 100px;
	margin-bottom: 10px;
}

.eps-confidence-high {
	background: #ecfdf5;
	color: #059669;
}

.eps-confidence-medium {
	background: #fffbeb;
	color: #d97706;
}

.eps-confidence-low {
	background: #fef2f2;
	color: #dc2626;
}

.eps-fit-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 6px;
	margin: 12px 0;
}

.eps-fit-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 10px;
	background: #f8fafc;
	border-radius: 6px;
	font-size: 12px;
}

.eps-fit-item-label {
	color: #64748b;
}

.eps-fit-item-value {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.eps-flags {
	margin-top: 14px;
}

.eps-flag {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.45;
	margin-bottom: 6px;
}

.eps-flag-icon {
	flex-shrink: 0;
	font-size: 14px;
	margin-top: 1px;
}

.eps-flag-review {
	background: #fffbeb;
	color: #d97706;
}

.eps-flag-specialist {
	background: #eff6ff;
	color: #30466d;
}

.eps-flag-fail {
	background: #fef2f2;
	color: #dc2626;
}

.eps-advisory {
	border: 1.5px solid #30466d;
	background: #eff6ff;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
}

.eps-advisory-title {
	font-weight: 700;
	font-size: 14px;
	color: #30466d;
	margin-bottom: 6px;
}

.eps-advisory-text {
	font-size: 13px;
	color: #0f172a;
}

.eps-lead-gate {
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	padding: 32px;
	text-align: center;
	margin: 28px 0;
}

.eps-lead-gate-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 6px;
}

.eps-lead-gate-desc {
	font-size: 14px;
	color: #64748b;
	margin-bottom: 20px;
}

.eps-lead-form {
	max-width: 360px;
	margin: 0 auto;
	text-align: left;
}

.eps-lead-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 14px;
}

.eps-lead-label {
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
}

.eps-lead-input {
	padding: 10px 14px;
	border: 1.5px solid #e2e8f0;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 220ms cubic-bezier(.4, 0, .2, 1);
	outline: none;
	width: 100%;
}

.eps-lead-input:focus {
	border-color: #30466d;
}

.eps-lead-submit {
	width: 100%;
	margin-top: 8px;
}

.eps-lead-skip {
	margin-top: 12px;
	text-align: center;
}

.eps-report {
	padding: 32px 0 48px;
}

.eps-report-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	flex-wrap: wrap;
	gap: 12px;
}

.eps-section {
	margin-bottom: 28px;
}

.eps-section-title {
	font-size: 16px;
	font-weight: 700;
	color: #0f1a2e;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #0f1a2e;
}

.eps-kv-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.eps-kv-table td {
	padding: 8px 12px;
	border-bottom: 1px solid #e2e8f0;
	vertical-align: top;
}

.eps-kv-table td:first-child {
	font-weight: 600;
	color: #64748b;
	width: 40%;
	white-space: nowrap;
}

.eps-evidence-box {
	background: #fffbeb;
	border-left: 3px solid #d97706;
	padding: 14px 16px;
	border-radius: 0 6px 6px 0;
	font-size: 13px;
	color: #0f172a;
	margin-top: 10px;
}

.eps-evidence-title {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 4px;
	color: #d97706;
}

.eps-restart-bar {
	display: flex;
	justify-content: center;
	gap: 12px;
	padding: 20px 0;
	margin-top: 12px;
	border-top: 1px solid #e2e8f0;
}

.eps-sensitivity {
	background: #f8fafc;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	padding: 20px;
	margin: 16px 0;
}

.eps-sensitivity-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #e2e8f0;
	font-size: 13px;
	flex-wrap: wrap;
	gap: 4px;
}

.eps-sensitivity-row:last-child {
	border-bottom: none;
}

.eps-sensitivity-change {
	color: #64748b;
	flex: 1;
	min-width: 180px;
}

.eps-sensitivity-impact {
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	text-align: right;
	min-width: 90px;
}

.eps-sensitivity-up {
	color: #059669;
}

.eps-sensitivity-down {
	color: #dc2626;
}

.eps-cta-block {
	background: #0f1a2e;
	color: #fff;
	border-radius: 10px;
	padding: 28px;
	margin: 24px 0;
	text-align: center;
}

.eps-cta-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.eps-cta-desc {
	font-size: 14px;
	opacity: .85;
	margin-bottom: 16px;
}

a.eps-cta-btn {
	background: #30466d;
	color: #fff;
	padding: 12px 32px;
	font-weight: 700;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: background 220ms cubic-bezier(.4, 0, .2, 1);
	text-decoration: none;
	display: inline-block;
}

a.eps-cta-btn:hover {
	background: #30466d;
}

.eps-cta-quals {
	margin-top: 14px;
	font-size: 12px;
	opacity: .7;
}

.eps-explanation {
	font-size: 12px;
	color: #64748b;
	padding: 4px 10px;
	line-height: 1.5;
	font-style: italic;
}

.eps-score-context {
	font-size: 12px;
	color: #64748b;
	background: #f8fafc;
	border-radius: 6px;
	padding: 10px 14px;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media print {
	.eps-widget {
		max-width: 100%;
	}
	
	.eps-progress-wrap, .eps-nav, .eps-lead-gate, .eps-restart-bar, .eps-btn, .eps-btn-link, .eps-cta-block {
		display: none !important;
	}
	
	.eps-platform-card {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
	
	.eps-report {
		padding: 0;
	}
}

@media (max-width: 600px) {
	.eps-widget {
		padding: 0 16px;
		font-size: 14px;
	}
	
	.eps-step-title {
		font-size: 19px;
	}
	
	.eps-platform-card {
		padding: 18px;
	}
	
	.eps-fit-grid {
		grid-template-columns: 1fr;
	}
	
	.eps-lead-gate {
		padding: 24px 18px;
	}
	
	.eps-nav {
		flex-direction: column-reverse;
	}
	
	.eps-nav .eps-btn {
		width: 100%;
	}
}
