.asp {
	--asp-bg: #f4f7fb;
	--asp-surface: #ffffff;
	--asp-surface-2: #edf4fb;
	--asp-surface-3: #e3eef9;
	--asp-text: #15263c;
	--asp-muted: #607087;
	--asp-line: #d6e1ed;
	--asp-primary: #2267a8;
	--asp-primary-dark: #174d7d;
	--asp-primary-light: #dcecf9;
	--asp-accent: #2c8cb8;
	--asp-danger: #a84d58;
	--asp-danger-light: #fff4f5;
	--asp-success-light: #edf8f5;
	--asp-radius: 13px;
	--asp-radius-sm: 8px;
	--asp-shadow: 0 8px 24px rgba(21, 54, 87, 0.07);
	--asp-max: 1120px;
	background: var(--asp-bg);
	color: var(--asp-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	flex: 0 0 var(--asp-viewport-width, 100%) !important;
	line-height: 1.48;
	margin-left: var(--asp-viewport-shift, 0px) !important;
	margin-right: 0 !important;
	max-width: none !important;
	min-width: var(--asp-viewport-width, 100%) !important;
	overflow-x: clip;
	overflow-y: visible;
	transform: none;
	width: var(--asp-viewport-width, 100%) !important;
}

.asp,
.asp * {
	box-sizing: border-box;
}

.asp-viewport-host {
	clip-path: none !important;
	contain: none !important;
	overflow: visible !important;
	overflow-x: visible !important;
}

.asp [hidden] {
	display: none !important;
}

.asp a {
	color: inherit;
}

.asp img,
.asp svg {
	display: block;
}

.asp svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.asp h1,
.asp h2,
.asp h3,
.asp p,
.asp dl,
.asp ol {
	margin-top: 0;
}

.asp h1,
.asp h2,
.asp h3 {
	color: var(--asp-text);
	font-family: inherit !important;
	font-weight: 750 !important;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

.asp h1 {
	font-size: clamp(34px, 4.8vw, 54px);
	margin-bottom: 14px;
}

.asp h2 {
	font-size: clamp(25px, 3.3vw, 36px);
	margin-bottom: 12px;
}

.asp h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.asp p {
	color: var(--asp-muted);
	margin-bottom: 14px;
}

.asp-wrap {
	margin-inline: auto;
	width: min(var(--asp-max), calc(100% - 32px));
}

.asp-section {
	border-top: 1px solid rgba(214, 225, 237, 0.9);
	padding: 48px 0;
	scroll-margin-top: 22px;
}

.asp-section-tint {
	background: #ffffff;
}

.asp-section-dark {
	background: linear-gradient(120deg, var(--asp-primary-dark), var(--asp-primary));
	border-top: 0;
}

.asp-section-dark h2,
.asp-section-dark h3 {
	color: #ffffff;
}

.asp-section-dark p {
	color: rgba(255, 255, 255, 0.76);
}

.asp-section-head {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.45fr);
	margin-bottom: 22px;
}

.asp-section-head h2,
.asp-section-head p {
	margin-bottom: 0;
}

.asp-section-head p {
	font-size: 14px;
}

.asp-breadcrumbs {
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	font-weight: 650;
	margin: 0 0 17px;
	text-shadow: 0 1px 1px rgba(9, 37, 64, 0.18);
}

.asp-breadcrumbs ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.asp-breadcrumbs li {
	align-items: center;
	display: inline-flex;
	margin: 0;
	padding: 0;
}

.asp-breadcrumbs li + li::before {
	color: rgba(255, 255, 255, 0.4);
	content: "/";
	margin-right: 7px;
}

.asp-breadcrumbs a {
	color: #ffffff;
	text-decoration: none;
}

.asp-breadcrumbs [aria-current="page"] {
	color: #ffffff;
	font-weight: 750;
}

.asp-breadcrumbs a:hover {
	text-decoration: underline;
}

.asp-hero {
	background:
		linear-gradient(120deg, rgba(20, 69, 112, 0.99), rgba(34, 103, 168, 0.95)),
		radial-gradient(circle at 85% 10%, rgba(80, 189, 222, 0.54), transparent 36%);
	color: #ffffff;
	overflow: hidden;
	padding: 42px 0;
	position: relative;
}

.asp-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	content: "";
	height: 340px;
	position: absolute;
	right: -120px;
	top: -220px;
	width: 340px;
}

.asp-hero-grid {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
	position: relative;
	z-index: 1;
}

.asp-hero-copy h1 {
	color: #ffffff;
}

.asp-hero-copy > p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.5;
	margin-bottom: 0;
	max-width: 650px;
}

.asp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.asp-btn {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 13px;
	font-weight: 750;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 9px 14px;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.asp-btn:hover {
	transform: translateY(-1px);
}

.asp-btn-primary {
	background: var(--asp-primary);
	box-shadow: 0 4px 10px rgba(34, 103, 168, 0.16);
	color: #ffffff !important;
}

.asp-btn-primary:visited {
	color: #ffffff !important;
}

.asp-btn-primary:hover {
	background: var(--asp-primary-dark);
	color: #ffffff !important;
}

.asp-btn-secondary {
	background: #ffffff;
	border-color: var(--asp-line);
	color: var(--asp-primary) !important;
}

.asp-btn-secondary:hover {
	background: var(--asp-surface-2);
	border-color: #b9ccde;
}

.asp-hero-copy .asp-btn-primary {
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(9, 37, 64, 0.16);
	color: var(--asp-primary-dark) !important;
}

.asp-hero-copy .asp-btn-primary:hover {
	background: #f3f8fd;
	color: var(--asp-primary-dark) !important;
}

.asp-hero-copy .asp-btn-secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.35);
	color: #ffffff !important;
}

.asp-hero-copy .asp-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.15);
}

.asp-disabled {
	cursor: default;
	opacity: 0.62;
	pointer-events: none;
}

.asp-hero-form {
	background: var(--asp-surface);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(9, 37, 64, 0.18);
	padding: 20px;
}

.asp-hero-form::before {
	display: none;
}

.asp-hero-form > h2 {
	color: var(--asp-text);
	font-size: 23px;
	letter-spacing: -0.025em;
	margin-bottom: 15px;
}

.asp-form {
	scroll-margin-top: 24px;
}

.asp-form-grid {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.asp-form label {
	display: block;
}

.asp-form label > span {
	color: var(--asp-text);
	display: block;
	font-size: 11px;
	font-weight: 750;
	margin-bottom: 4px;
}

.asp-form input,
.asp-form select,
.asp-form textarea {
	appearance: none;
	background: #fbfdff;
	border: 1px solid var(--asp-line);
	border-radius: 7px;
	color: var(--asp-text);
	font-family: inherit;
	font-size: 13px;
	line-height: 1.3;
	margin: 0;
	min-height: 39px;
	padding: 8px 10px;
	width: 100%;
}

.asp-form select {
	background-image:
		linear-gradient(45deg, transparent 50%, var(--asp-muted) 50%),
		linear-gradient(135deg, var(--asp-muted) 50%, transparent 50%);
	background-position:
		calc(100% - 15px) calc(50% - 2px),
		calc(100% - 10px) calc(50% - 2px);
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 28px;
}

.asp-form textarea {
	min-height: 72px;
	resize: vertical;
}

.asp-form input:focus,
.asp-form select:focus,
.asp-form textarea:focus {
	background: #ffffff;
	border-color: var(--asp-primary);
	box-shadow: 0 0 0 3px rgba(34, 103, 168, 0.1);
	outline: 0;
}

.asp-form-wide {
	grid-column: 1 / -1;
}

.asp-consent {
	align-items: flex-start;
	display: flex !important;
	gap: 8px;
	margin: 11px 0 9px;
}

.asp-consent input {
	appearance: auto;
	flex: 0 0 auto;
	height: 15px;
	margin-top: 2px;
	min-height: 0;
	padding: 0;
	width: 15px;
}

.asp-consent > span {
	color: var(--asp-muted) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.4;
	margin: 0 !important;
}

.asp-consent a {
	color: var(--asp-primary);
	font-weight: 750;
}

.asp-submit {
	border: 0;
	width: 100%;
}

.asp-submit:disabled {
	cursor: wait;
	opacity: 0.7;
}

.asp-form-note {
	font-size: 10px;
	line-height: 1.4;
	margin: 8px 0 0 !important;
	text-align: center;
}

.asp-hp {
	height: 1px !important;
	left: -10000px !important;
	overflow: hidden !important;
	position: absolute !important;
	top: auto !important;
	width: 1px !important;
}

.asp-notice {
	border-radius: 7px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 11px;
	padding: 9px 11px;
}

.asp-notice-success {
	background: var(--asp-success-light);
	color: #27745e;
}

.asp-notice-error {
	background: var(--asp-danger-light);
	color: var(--asp-danger);
}

.asp-benefits {
	background: #ffffff;
	border-bottom: 1px solid var(--asp-line);
	box-shadow: 0 4px 14px rgba(21, 54, 87, 0.035);
	color: var(--asp-text);
}

.asp-benefits .asp-wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asp-benefits .asp-wrap > div {
	align-items: center;
	border-left: 1px solid var(--asp-line);
	display: flex;
	gap: 9px;
	justify-content: center;
	min-height: 58px;
	padding: 10px 12px;
	text-align: left;
}

.asp-benefits .asp-wrap > div:last-child {
	border-right: 1px solid var(--asp-line);
}

.asp-benefits strong {
	font-size: 12px;
	line-height: 1.25;
}

.asp-benefit-icon {
	align-items: center;
	background: var(--asp-primary-light);
	border-radius: 7px;
	color: var(--asp-primary);
	display: inline-flex;
	flex: 0 0 30px;
	height: 30px;
	justify-content: center;
}

.asp-benefit-icon svg {
	height: 17px;
	width: 17px;
}

.asp-hub-hero {
	background:
		linear-gradient(120deg, rgba(20, 69, 112, 0.99), rgba(34, 103, 168, 0.95)),
		radial-gradient(circle at 85% 10%, rgba(80, 189, 222, 0.54), transparent 36%);
	color: #ffffff;
	overflow: hidden;
	padding: 50px 0 44px;
	position: relative;
	text-align: left;
}

.asp-hub-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	content: "";
	height: 350px;
	position: absolute;
	right: -100px;
	top: -230px;
	width: 350px;
}

.asp-hub-hero .asp-wrap {
	max-width: var(--asp-max);
	position: relative;
	z-index: 1;
}

.asp-hub-hero h1 {
	color: #ffffff;
}

.asp-hub-hero h1 {
	max-width: 800px;
}

.asp-hub-hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.5;
	margin: 0;
	max-width: 680px;
}

.asp-count {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 7px;
	color: #ffffff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 750;
	margin-top: 18px;
	padding: 6px 9px;
}

.asp-link-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asp-link-grid-featured {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asp-link-grid-small {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asp-link-card {
	align-items: center;
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	box-shadow: 0 4px 14px rgba(32, 71, 108, 0.035);
	display: grid;
	gap: 10px;
	grid-template-columns: 38px minmax(0, 1fr) 16px;
	min-height: 92px;
	padding: 13px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.asp-link-card:hover {
	border-color: #b6ccdf;
	box-shadow: var(--asp-shadow);
	transform: translateY(-2px);
}

.asp-link-icon {
	align-items: center;
	background: var(--asp-primary-light);
	border-radius: 8px;
	color: var(--asp-primary);
	display: flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.asp-link-icon svg {
	height: 20px;
	width: 20px;
}

.asp-link-card h3 {
	color: var(--asp-text);
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 3px;
}

.asp-link-card h3 a {
	color: inherit;
	text-decoration: none;
}

.asp-link-card h3 a:hover,
.asp-link-card h3 a:focus {
	color: var(--asp-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.asp-link-card p {
	color: var(--asp-muted);
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
}

.asp-link-arrow {
	color: var(--asp-primary);
	font-size: 16px;
	font-weight: 800;
	transition: transform 160ms ease;
}

.asp-link-card:hover .asp-link-arrow {
	transform: translateX(3px);
}

.asp-section-link {
	margin: 18px 0 0 !important;
	text-align: right;
}

.asp-section-link a {
	color: var(--asp-primary) !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.asp-section-link a:hover,
.asp-section-link a:focus {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.asp-filter {
	display: block;
	margin: 0 0 16px auto;
	max-width: 330px;
}

.asp-filter span {
	display: block;
	font-size: 11px;
	font-weight: 750;
	margin-bottom: 4px;
}

.asp-filter input {
	background: #ffffff;
	border: 1px solid var(--asp-line);
	border-radius: 7px;
	font: inherit;
	min-height: 40px;
	padding: 8px 11px;
	width: 100%;
}

.asp-filter input:focus {
	border-color: var(--asp-primary);
	box-shadow: 0 0 0 3px rgba(34, 103, 168, 0.1);
	outline: 0;
}

.asp-filter-empty {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius-sm);
	padding: 16px;
	text-align: center;
}

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

.asp-content-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asp-content-card {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-top: 3px solid #a9c8e2;
	border-radius: var(--asp-radius);
	box-shadow: 0 4px 14px rgba(32, 71, 108, 0.035);
	min-height: 145px;
	padding: 16px;
}

.asp-content-card h3 {
	color: var(--asp-text);
	font-size: 19px;
	font-weight: 750 !important;
	letter-spacing: -0.01em;
	line-height: 1.22;
	margin-bottom: 8px;
}

.asp-content-card h3 a {
	color: inherit;
	text-decoration: none;
}

.asp-content-card h3 a:hover,
.asp-content-card h3 a:focus {
	color: var(--asp-primary);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.asp-content-card p {
	font-size: 14px;
	line-height: 1.5;
}

.asp-content-card p:last-child {
	margin-bottom: 0;
}

.asp-platform-layout {
	align-items: start;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.asp-platform-copy h2 {
	margin-bottom: 16px;
}

.asp-platform-copy p {
	font-size: 14px;
	line-height: 1.62;
}

.asp-platform-copy p:last-child {
	margin-bottom: 0;
}

.asp-platform-benefits {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.asp-platform-card {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-top: 3px solid #a9c8e2;
	border-radius: var(--asp-radius);
	box-shadow: 0 4px 14px rgba(32, 71, 108, 0.035);
	min-height: 132px;
	padding: 15px;
}

.asp-platform-card h3 {
	font-size: 17px;
	letter-spacing: -0.01em;
	margin-bottom: 7px;
}

.asp-platform-card p {
	font-size: 13px;
	line-height: 1.48;
	margin-bottom: 0;
}

.asp-price-grid {
	display: grid;
	gap: 11px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asp-price-card {
	background: linear-gradient(145deg, #ffffff, #f4f8fc);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	box-shadow: 0 4px 14px rgba(32, 71, 108, 0.035);
	min-height: 190px;
	padding: 17px;
}

.asp-price-card > span {
	color: #8eb1cf;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.asp-price-card h3 {
	font-size: 18px;
	letter-spacing: -0.01em;
	margin-bottom: 8px;
}

.asp-price-card p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.asp-price-link {
	margin: 18px 0 0 !important;
	text-align: right;
}

.asp-price-link a {
	color: var(--asp-primary) !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.asp-price-link a:hover,
.asp-price-link a:focus {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.asp-insight-panel {
	align-items: start;
	background: linear-gradient(120deg, #ffffff, #f0f6fb);
	border: 1px solid var(--asp-line);
	border-left: 4px solid var(--asp-primary);
	border-radius: var(--asp-radius);
	box-shadow: var(--asp-shadow);
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
	padding: 22px 24px;
}

.asp-insight-panel > p {
	font-size: 15px;
	line-height: 1.62;
	margin: 0;
}

.asp-insight-panel ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.asp-insight-panel li {
	background: #ffffff;
	border: 1px solid var(--asp-line);
	border-radius: 8px;
	color: var(--asp-text);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px 12px 10px 35px;
	position: relative;
}

.asp-insight-panel li::before {
	background: var(--asp-primary);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 15px;
	position: absolute;
	top: 15px;
	width: 8px;
}

.asp-card-link,
.asp-text-link,
.asp-back-link a {
	color: var(--asp-primary) !important;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none !important;
}

.asp-card-link:hover,
.asp-text-link:hover,
.asp-back-link a:hover {
	text-decoration: underline !important;
}

.asp-content-card > .asp-card-link {
	display: inline-flex;
	margin-top: 4px;
}

.asp-back-link {
	margin: 20px 0 0 !important;
}

.asp-reading {
	max-width: 900px;
}

.asp-reading > p,
.asp-reading > div > p {
	font-size: 15px;
	line-height: 1.58;
}

.asp-reading h2:not(:first-child) {
	margin-top: 30px;
}

.asp-steps {
	counter-reset: step;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.asp-steps li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--asp-radius);
	padding: 16px;
}

.asp-steps li > span {
	align-items: center;
	background: #ffffff;
	border-radius: 7px;
	color: var(--asp-primary);
	display: flex;
	font-size: 12px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	margin-bottom: 16px;
	width: 28px;
}

.asp-steps h3 {
	font-size: 17px;
}

.asp-steps p {
	font-size: 13px;
	line-height: 1.45;
	margin-bottom: 0;
}

.asp-buyer-list {
	display: grid;
	gap: 10px;
}

.asp-buyer-card {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-left: 3px solid var(--asp-primary);
	border-radius: var(--asp-radius);
	box-shadow: 0 3px 12px rgba(31, 71, 111, 0.045);
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.asp-buyer-card:hover {
	border-color: #bdcede;
	box-shadow: var(--asp-shadow);
	transform: translateY(-1px);
}

.asp-buyer-main {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(210px, 0.65fr) minmax(500px, 1.65fr) minmax(155px, 0.48fr);
	padding: 16px;
}

.asp-buyer-brand {
	align-items: center;
	display: grid;
	gap: 11px;
	grid-template-columns: 72px minmax(0, 1fr);
	min-width: 0;
}

.asp-buyer-brand h3 {
	font-size: 19px;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin-bottom: 6px;
}

.asp-buyer-brand h3 a {
	text-decoration: none;
}

.asp-buyer-logo {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--asp-line);
	border-radius: 10px;
	display: flex;
	height: 72px;
	justify-content: center;
	overflow: hidden;
	width: 72px;
}

.asp-buyer-logo img {
	height: 100%;
	object-fit: contain;
	padding: 7px;
	width: 100%;
}

.asp-buyer-logo-large {
	height: 104px;
	width: 104px;
}

.asp-buyer-logo-fallback {
	background: var(--asp-surface-2);
	color: var(--asp-primary);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.asp-buyer-ratings {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 11px;
	margin-bottom: 7px;
}

.asp-buyer-ratings span {
	color: var(--asp-muted);
	font-size: 11px;
	line-height: 1.35;
	white-space: nowrap;
}

.asp-buyer-ratings strong {
	color: var(--asp-text);
	font-weight: 780;
}

.asp-buyer-card-data {
	min-width: 0;
}

.asp-buyer-metrics {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(130px, 1fr));
	margin: 0;
}

.asp-buyer-metrics > div {
	background: var(--asp-surface-2);
	border: 1px solid rgba(207, 220, 232, 0.72);
	border-radius: 7px;
	min-width: 0;
	padding: 9px 10px;
}

.asp-buyer-metrics dt {
	color: var(--asp-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.asp-buyer-metrics dd {
	color: var(--asp-text);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.asp-buyer-metrics dd a,
.asp-buyer-table td a {
	color: var(--asp-primary);
	text-decoration: none;
}

.asp-buyer-metrics dd a:hover,
.asp-buyer-table td a:hover {
	text-decoration: underline;
}

.asp-buyer-actions {
	display: grid;
	gap: 7px;
}

.asp-buyer-actions .asp-btn {
	min-height: 38px;
	padding: 8px 11px;
	width: 100%;
}

.asp-buyer-placeholder {
	border-left-color: #a9c8e2;
}

.asp-center {
	margin: 18px 0 0 !important;
	text-align: center;
}

.asp-request-grid {
	display: grid;
	gap: 11px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asp-request-card {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	box-shadow: 0 4px 14px rgba(32, 71, 108, 0.035);
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 15px;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.asp-request-card:hover {
	border-color: #b6ccdf;
	box-shadow: var(--asp-shadow);
	transform: translateY(-2px);
}

.asp-request-date {
	color: var(--asp-muted);
	font-size: 11px;
	font-weight: 650;
	margin-bottom: 9px;
}

.asp-request-card h3 {
	font-size: 17px;
	margin-bottom: 12px;
}

.asp-request-card h3 a {
	text-decoration: none;
}

.asp-request-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 14px;
}

.asp-request-tags span {
	background: var(--asp-surface-2);
	border-radius: 6px;
	color: var(--asp-primary-dark);
	font-size: 10px;
	font-weight: 700;
	padding: 4px 7px;
}

.asp-request-card .asp-card-link {
	margin-top: auto;
}

.asp-empty {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius-sm);
	color: var(--asp-muted);
	padding: 18px;
	text-align: center;
}

.asp-empty h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

.asp-empty p {
	font-size: 14px;
	margin-bottom: 9px;
}

.asp-empty a {
	color: var(--asp-primary);
	font-size: 13px;
	font-weight: 750;
}

.asp-faq-layout {
	align-items: start;
	display: grid;
	gap: 38px;
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.25fr);
}

.asp-faq-layout > div:first-child {
	position: sticky;
	top: 24px;
}

.asp-faq {
	display: grid;
	gap: 7px;
}

.asp-faq details {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius-sm);
	overflow: hidden;
}

.asp-faq details[open] {
	border-color: #b8cee1;
	box-shadow: 0 4px 14px rgba(21, 54, 87, 0.04);
}

.asp-faq summary {
	align-items: center;
	color: var(--asp-text);
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 720;
	gap: 14px;
	justify-content: space-between;
	list-style: none;
	padding: 13px 15px;
}

.asp .asp-faq summary h3 {
	color: inherit;
	flex: 1 1 auto;
	font-size: inherit;
	font-weight: inherit !important;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
}

.asp-faq summary::-webkit-details-marker {
	display: none;
}

.asp-faq summary span {
	align-items: center;
	color: var(--asp-primary);
	display: flex;
	flex: 0 0 20px;
	font-size: 18px;
	font-weight: 400;
	height: 20px;
	justify-content: center;
	transition: transform 160ms ease;
	width: 20px;
}

.asp-faq details[open] summary {
	background: #f6fafe;
}

.asp-faq details[open] summary span {
	transform: rotate(45deg);
}

.asp-faq details p {
	border-top: 1px solid var(--asp-line);
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
	padding: 12px 15px 14px;
}

.asp-form-section {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.7fr) minmax(390px, 1fr);
}

.asp-form-section-copy {
	padding-top: 14px;
}

.asp-form-section .asp-form {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	box-shadow: var(--asp-shadow);
	padding: 18px;
}

.asp-buyer-hero,
.asp-request-hero {
	background:
		linear-gradient(120deg, rgba(20, 69, 112, 0.99), rgba(34, 103, 168, 0.95)),
		radial-gradient(circle at 85% 10%, rgba(80, 189, 222, 0.54), transparent 36%);
	color: #ffffff;
	padding: 42px 0;
}

.asp-buyer-hero-identity {
	align-items: center;
	display: flex;
	gap: 24px;
}

.asp-buyer-hero h1,
.asp-buyer-hero h2,
.asp-request-hero h1 {
	color: #ffffff;
}

.asp-buyer-hero h1,
.asp-request-hero h1 {
	font-size: clamp(32px, 4.2vw, 48px);
}

.asp-request-hero p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	max-width: 680px;
}

.asp-buyer-hero-identity > div {
	min-width: 0;
}

.asp-buyer-hero-identity h1 {
	margin-bottom: 9px;
}

.asp-buyer-hero .asp-buyer-ratings {
	gap: 5px 16px;
	margin: 0;
}

.asp-buyer-hero .asp-buyer-ratings span {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.asp-buyer-hero .asp-buyer-ratings strong {
	color: #ffffff;
}

.asp-buyer-hero .asp-actions {
	margin-top: 17px;
}

.asp-buyer-hero .asp-btn-primary {
	background: #ffffff;
	color: var(--asp-primary-dark) !important;
}

.asp-buyer-hero .asp-btn-secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.35);
	color: #ffffff !important;
}

.asp-buyer-overview > p,
.asp-buyer-overview > div > p {
	font-size: 15px;
	line-height: 1.58;
}

.asp-buyer-table-wrap {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	box-shadow: 0 5px 18px rgba(31, 71, 111, 0.05);
	margin-top: 18px;
	overflow: hidden;
}

.asp-buyer-table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.asp-buyer-table th,
.asp-buyer-table td {
	border-bottom: 1px solid var(--asp-line);
	font-size: 14px;
	line-height: 1.5;
	padding: 13px 16px;
	text-align: left;
	vertical-align: top;
}

.asp-buyer-table tr:last-child th,
.asp-buyer-table tr:last-child td {
	border-bottom: 0;
}

.asp-buyer-table th {
	background: var(--asp-surface-2);
	color: var(--asp-muted);
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	width: 260px;
}

.asp-buyer-table td {
	color: var(--asp-text);
	font-weight: 650;
}

.asp-reviews-summary {
	margin-bottom: 20px !important;
}

.asp-reviews-summary strong {
	color: var(--asp-text);
}

.asp-reviews-layout {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.72fr);
}

.asp-reviews-list,
.asp-review-form-wrap {
	min-width: 0;
}

.asp-reviews-list {
	display: grid;
	gap: 10px;
}

.asp-review-item,
.asp-review-empty,
.asp-review-form-wrap {
	background: var(--asp-surface);
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	box-shadow: 0 4px 15px rgba(31, 71, 111, 0.045);
}

.asp-review-item {
	padding: 15px;
}

.asp-review-item header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin-bottom: 9px;
}

.asp-review-item header strong {
	color: var(--asp-text);
}

.asp-review-item header span {
	color: var(--asp-muted);
	font-size: 12px;
}

.asp-review-item header b {
	background: var(--asp-primary-light);
	border-radius: 6px;
	color: var(--asp-primary-dark);
	font-size: 12px;
	margin-left: auto;
	padding: 4px 7px;
}

.asp-review-item > div,
.asp-review-item > div p {
	color: var(--asp-muted);
	font-size: 14px;
	line-height: 1.55;
	margin-bottom: 0;
}

.asp-review-empty {
	color: var(--asp-muted);
	font-size: 14px;
	padding: 18px;
}

.asp-review-form-wrap {
	padding: 18px;
}

.asp-review-form-wrap .comment-respond,
.asp-review-form {
	margin: 0;
	padding: 0;
}

.asp-review-form-title {
	font-size: 22px !important;
	margin-top: 0 !important;
	margin-bottom: 7px !important;
}

.asp-review-note,
.asp-review-form .comment-notes,
.asp-review-form .logged-in-as {
	font-size: 12px;
	line-height: 1.45;
}

.asp-review-form p {
	margin-bottom: 12px;
}

.asp-review-form label {
	color: var(--asp-text);
	display: block;
	font-size: 12px;
	font-weight: 750;
	margin-bottom: 5px;
}

.asp-review-form input,
.asp-review-form select,
.asp-review-form textarea {
	background: #fbfdff;
	border: 1px solid var(--asp-line);
	border-radius: 7px;
	color: var(--asp-text);
	font: inherit;
	max-width: 100%;
	min-width: 0;
	min-height: 40px;
	padding: 9px 10px;
	width: 100%;
}

.asp-review-form textarea {
	display: block;
	max-width: 100%;
	min-height: 120px;
	resize: vertical;
}

.asp-review-form input:focus,
.asp-review-form select:focus,
.asp-review-form textarea:focus {
	background: #ffffff;
	border-color: var(--asp-primary);
	box-shadow: 0 0 0 3px rgba(34, 103, 168, 0.1);
	outline: 0;
}

.asp-review-form .form-submit {
	margin-bottom: 0;
}

.asp-request-hero .asp-wrap {
	max-width: var(--asp-max);
}

.asp-request-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.48fr);
}

.asp-request-facts {
	background: #ffffff;
	border: 1px solid var(--asp-line);
	border-radius: var(--asp-radius);
	margin: 18px 0 28px;
	overflow: hidden;
}

.asp-request-facts > div {
	border-bottom: 1px solid var(--asp-line);
	display: grid;
	gap: 16px;
	grid-template-columns: 145px minmax(0, 1fr);
	padding: 10px 12px;
}

.asp-request-facts > div:last-child {
	border-bottom: 0;
}

.asp-request-facts dt {
	color: var(--asp-muted);
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.asp-request-facts dd {
	color: var(--asp-text);
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.asp-request-aside {
	background: linear-gradient(135deg, var(--asp-primary-dark), var(--asp-primary));
	border-radius: var(--asp-radius);
	box-shadow: var(--asp-shadow);
	color: #ffffff;
	padding: 20px;
	position: sticky;
	top: 24px;
}

.asp-request-aside h2 {
	color: #ffffff;
	font-size: 23px;
}

.asp-request-aside p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.asp-request-aside .asp-btn-primary {
	background: #ffffff;
	color: var(--asp-primary-dark) !important;
}

@media (max-width: 1080px) {
	.asp-hero-grid {
		grid-template-columns: minmax(0, 0.85fr) minmax(370px, 1fr);
	}

	.asp-buyer-main {
		grid-template-columns: minmax(210px, 0.68fr) minmax(430px, 1.32fr);
	}

	.asp-buyer-actions {
		display: flex;
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.asp-buyer-actions .asp-btn {
		width: auto;
	}

	.asp-link-grid,
	.asp-link-grid-featured,
	.asp-link-grid-small {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.asp-section {
		padding: 40px 0;
	}

	.asp-hero {
		padding: 36px 0;
	}

	.asp-hero-grid,
	.asp-section-head,
	.asp-faq-layout,
	.asp-form-section,
	.asp-request-layout,
	.asp-reviews-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-section-head {
		align-items: start;
		gap: 8px;
	}

	.asp-benefits .asp-wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asp-benefits .asp-wrap > div {
		border-bottom: 1px solid var(--asp-line);
		justify-content: flex-start;
	}

	.asp-content-grid-three {
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-price-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asp-platform-layout {
		gap: 24px;
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-insight-panel {
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asp-request-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asp-faq-layout > div:first-child,
	.asp-request-aside {
		position: static;
	}

}

@media (max-width: 660px) {
	.asp-wrap {
		width: min(var(--asp-max), calc(100% - 22px));
	}

	.asp h1 {
		font-size: clamp(32px, 10vw, 44px);
	}

	.asp h2 {
		font-size: clamp(24px, 7vw, 32px);
	}

	.asp-section {
		padding: 34px 0;
	}

	.asp-hero {
		padding: 32px 0;
	}

	.asp-hero-form {
		padding: 16px;
	}

	.asp-form-grid,
	.asp-link-grid,
	.asp-link-grid-featured,
	.asp-link-grid-small,
	.asp-content-grid,
	.asp-platform-benefits,
	.asp-price-grid,
	.asp-request-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-section-link,
	.asp-price-link {
		text-align: left;
	}

	.asp-insight-panel {
		padding: 17px;
	}

	.asp-benefits .asp-wrap {
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-benefits .asp-wrap > div,
	.asp-benefits .asp-wrap > div:last-child {
		border-left: 0;
		border-right: 0;
		justify-content: flex-start;
		min-height: 48px;
		padding: 8px 2px;
	}

	.asp-hub-hero {
		padding: 38px 0 34px;
	}

	.asp-steps {
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-steps li {
		align-items: start;
		display: grid;
		gap: 12px;
		grid-template-columns: 28px minmax(0, 1fr);
	}

	.asp-steps li > span {
		margin-bottom: 0;
	}

	.asp-buyer-main {
		align-items: start;
		grid-template-columns: minmax(0, 1fr);
		padding: 11px;
	}

	.asp-buyer-brand {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.asp-buyer-logo {
		height: 58px;
		width: 58px;
	}

	.asp-buyer-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asp-buyer-actions {
		display: grid;
		grid-column: auto;
	}

	.asp-buyer-actions .asp-btn {
		width: 100%;
	}

	.asp-buyer-logo-large {
		height: 82px;
		width: 82px;
	}

	.asp-buyer-hero-identity {
		align-items: flex-start;
		gap: 16px;
	}

	.asp-buyer-hero .asp-buyer-ratings {
		display: grid;
		gap: 4px;
	}

	.asp-buyer-table th,
	.asp-buyer-table td {
		display: block;
		padding: 10px 13px;
		width: 100%;
	}

	.asp-buyer-table th {
		border-bottom: 0;
		padding-bottom: 3px;
	}

	.asp-buyer-table td {
		padding-top: 3px;
	}

	.asp-buyer-table tr:last-child th {
		border-bottom: 0;
	}

	.asp-form-section .asp-form {
		padding: 16px;
	}

	.asp-request-facts > div {
		gap: 3px;
		grid-template-columns: minmax(0, 1fr);
	}

	.asp-actions {
		display: grid;
	}

	.asp-actions .asp-btn {
		width: 100%;
	}
}
