:root {
	--hy-blue: #125cff;
	--hy-blue-2: #2d7dff;
	--hy-cyan: #35c4ff;
	--hy-green: #23c987;
	--hy-purple: #7a5cff;
	--hy-navy: #071d58;
	--hy-text: #17233d;
	--hy-muted: #64708a;
	--hy-line: #e7eefc;
	--hy-bg: #f5f8ff;
	--hy-card: #ffffff;
	--hy-shadow: 0 16px 42px rgba(29, 86, 180, 0.1);
}

.qbank-page {
	background: #fff;
	color: #16233d;
}

.qbank-hero {
	background:
		linear-gradient(120deg, rgba(29, 117, 255, .1), rgba(255,255,255,0) 42%),
		linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}

.qbank-hero .rs-hero-inner {
	grid-template-columns: minmax(0, .95fr) minmax(430px, .9fr);
}

.qbank-hero-visual {
	position: relative;
	margin: 0;
	padding: 12px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff, #edf5ff);
	border: 1px solid #d7e6fb;
	box-shadow: 0 22px 54px rgba(24, 89, 190, .14);
}

.qbank-hero-visual::after {
	content: "随机组卷 · 题库分层 · 难度分布";
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(190, 211, 244, .95);
	color: #214574;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(24, 89, 190, .1);
}

.qbank-hero-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}

.qbank-anchor-nav {
	border-top: 1px solid #e3edf9;
}

.qbank-summary-section {
	background: #fff;
}

.qbank-answer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 28px;
	align-items: start;
}

.qbank-answer-main .rs-section-head {
	margin-bottom: 20px;
}

.qbank-answer-box,
.qbank-side-panel,
.qbank-brief-card {
	border: 1px solid #dfeafb;
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 89, 190, .07);
}

.qbank-answer-box {
	padding: 24px;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(31, 105, 241, .08), rgba(20, 181, 139, .08)),
		#fff;
}

.qbank-answer-box h3,
.qbank-side-panel h3,
.qbank-brief-card h3 {
	margin: 0 0 12px;
	color: #101b32;
	font-size: 20px;
	line-height: 1.35;
}

.qbank-answer-box p {
	margin: 0;
	color: #4c5b73;
	font-size: 16px;
	line-height: 1.9;
}

.qbank-answer-points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.qbank-answer-points article {
	min-height: 150px;
	padding: 18px;
	border-radius: 14px;
	background: #f8fbff;
	border: 1px solid #e1ebf8;
}

.qbank-answer-points i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	border-radius: 12px;
	background: #eaf3ff;
	color: #1f69f1;
}

.qbank-answer-points strong,
.qbank-answer-points span {
	display: block;
}

.qbank-answer-points strong {
	color: #12264c;
	font-size: 16px;
}

.qbank-answer-points span {
	margin-top: 7px;
	color: #62708a;
	font-size: 13px;
	line-height: 1.65;
}

.qbank-side-panel {
	position: sticky;
	top: 94px;
	padding: 22px;
	border-radius: 16px;
}

.qbank-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.qbank-capability-card {
	display: flex;
	flex-direction: column;
	min-height: 286px;
	padding: 20px;
}

.qbank-card-head {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-bottom: 18px;
}

.qbank-cap-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(180deg, #eaf3ff, #ffffff);
	border: 1px solid #d9e7fb;
	color: #1f69f1;
	font-size: 20px;
	line-height: 1;
	flex: 0 0 auto;
}

.qbank-cap-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 20px;
	line-height: 1;
}

.qbank-capability-card .anti-card-tags {
	align-content: start;
	margin: 0;
	padding-top: 1px;
}

.qbank-capability-card h3 {
	padding: 0;
	margin-top: 0;
}

.qbank-capability-card p {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.qbank-flow {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.qbank-flow article {
	position: relative;
	min-height: 218px;
	padding: 20px 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 12px 30px rgba(24, 89, 190, .06);
}

.qbank-flow span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 30px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1f69f1;
	font-size: 13px;
	font-weight: 900;
}

.qbank-flow h3 {
	margin: 0 0 10px;
	color: #12264c;
	font-size: 17px;
	line-height: 1.35;
}

.qbank-flow p {
	margin: 0;
	color: #62708a;
	font-size: 13px;
	line-height: 1.75;
}

.qbank-matrix .rs-matrix-row {
	grid-template-columns: .9fr 1.05fr 1.55fr;
}

.qbank-showcase .anti-showcase-item figure {
	background:
		linear-gradient(180deg, #f6faff, #ffffff);
}

.qbank-showcase .anti-showcase-item img {
	object-fit: cover;
	object-position: center;
}

.qbank-brief-layout {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 20px;
}

.qbank-brief-card {
	padding: 24px;
	border-radius: 16px;
}

.qbank-intent-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.qbank-intent-list span,
.qbank-link-strip a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f4f8ff;
	border: 1px solid #dfeafb;
	color: #294263;
	font-size: 13px;
	font-weight: 800;
}

.qbank-link-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #e5eefb;
}

.qbank-link-strip a {
	background: #fff;
	transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.qbank-link-strip a:hover {
	transform: translateY(-1px);
	border-color: rgba(31, 105, 241, .35);
	color: #1f69f1;
}

@media (max-width: 1180px) {
	.qbank-capability-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.qbank-flow {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.qbank-answer-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.qbank-hero .rs-hero-inner,
	.qbank-answer-layout,
	.qbank-brief-layout {
		grid-template-columns: 1fr;
	}

	.qbank-side-panel {
		position: static;
	}

	.qbank-hero-visual {
		max-width: 620px;
	}

	.qbank-capability-grid,
	.qbank-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qbank-matrix .rs-matrix-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.qbank-hero-visual {
		padding: 8px;
		border-radius: 14px;
	}

	.qbank-hero-visual::after {
		left: 16px;
		right: 16px;
		bottom: 16px;
		justify-content: center;
		font-size: 11px;
	}

	.qbank-answer-box,
	.qbank-side-panel,
	.qbank-brief-card {
		padding: 18px;
	}

	.qbank-answer-points,
	.qbank-capability-grid,
	.qbank-flow {
		grid-template-columns: 1fr;
	}

	.qbank-answer-points article,
	.qbank-flow article {
		min-height: auto;
	}
}

html {
	overflow-y: scroll;
	scrollbar-gutter: stable;
}

body {
	min-width: 0;
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
	background: #fff;
	color: var(--hy-text);
}

.yz-linked-card {
	cursor: pointer;
}

.yz-linked-card:hover {
	transform: translateY(-2px);
}

.hy-shell {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.hy-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(217, 228, 250, 0.72);
}

.hy-header-inner {
	height: 70px;
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr) 190px;
	align-items: center;
	gap: 18px;
}

.hy-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	color: #10265b;
}

.hy-logo-mark {
	width: 48px;
	height: 48px;
	object-fit: contain;
	filter: drop-shadow(0 6px 12px rgba(13, 71, 161, 0.08));
}

.hy-logo-wordmark {
	width: 132px;
	height: auto;
	display: block;
}

.hy-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.hy-nav a {
	padding: 8px 12px;
	border-radius: 8px;
	color: #27324a;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

.hy-nav a:hover {
	color: var(--hy-blue);
	background: #eef5ff;
}

.hy-nav a.active {
	color: var(--hy-blue);
	background: transparent;
}

.hy-nav-drop {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.hy-nav-drop > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hy-nav-drop > a::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: .55;
	transform: translateY(0);
}

.hy-nav-menu {
	position: absolute;
	left: 50%;
	top: calc(100% + 12px);
	z-index: 80;
	display: grid;
	width: 154px;
	padding: 8px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #dfeafb;
	box-shadow: 0 18px 42px rgba(31, 87, 176, 0.16);
	backdrop-filter: blur(14px);
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.hy-nav-menu.hy-nav-menu-wide {
	width: 224px;
}

.hy-nav-drop:hover .hy-nav-menu,
.hy-nav-drop:focus-within .hy-nav-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.hy-nav .hy-nav-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 10px;
	font-size: 13px;
	color: #27324a;
	background: transparent;
}

.hy-nav .hy-nav-menu a:hover,
.hy-nav .hy-nav-menu a.active {
	color: var(--hy-blue);
	background: #eef6ff;
}

/* ========== 资源中心 / 专题页 ========== */
.rs-page {
	background: #fff;
	color: var(--hy-text);
}

.rs-hero {
	position: relative;
	overflow: hidden;
	padding: 68px 0 58px;
	background:
		linear-gradient(115deg, rgba(18, 92, 255, .12), transparent 40%),
		linear-gradient(180deg, #f1f7ff 0%, #fff 100%);
	border-bottom: 1px solid #dfeafb;
}

.rs-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(18, 92, 255, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 92, 255, .055) 1px, transparent 1px);
	background-size: 54px 54px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, .62), transparent 76%);
	pointer-events: none;
}

.rs-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
	gap: 44px;
	align-items: center;
}

.rs-eyebrow {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	color: var(--hy-blue);
	background: rgba(18, 92, 255, .08);
	border: 1px solid rgba(18, 92, 255, .14);
}

.rs-hero h1 {
	margin: 18px 0 16px;
	font-size: clamp(30px, 3.05vw, 40px);
	line-height: 1.18;
	letter-spacing: 0;
	color: #101b32;
}

.rs-lead {
	margin: 0;
	max-width: 720px;
	font-size: 16px;
	line-height: 1.9;
	color: var(--hy-muted);
}

.rs-hero-actions,
.rs-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.rs-meta-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.rs-meta-bar span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 11px;
	border-radius: 999px;
	border: 1px solid rgba(18, 92, 255, .14);
	background: rgba(255, 255, 255, .72);
	color: #52617a;
	font-size: 12px;
	line-height: 1.4;
}

.rs-hero-panel {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .92);
	border: 1px solid #dfeafb;
	box-shadow: var(--hy-shadow);
}

.rs-hero-panel h2 {
	margin: 0 0 16px;
	font-size: 24px;
	color: #13203a;
}

.rs-signal-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rs-signal-list li {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 13px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
}

.rs-signal-list i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	color: var(--hy-blue);
	background: #edf6ff;
}

.rs-signal-list b,
.rs-signal-list span {
	display: block;
}

.rs-signal-list b {
	margin-bottom: 3px;
	font-size: 15px;
	color: #13203a;
}

.rs-signal-list span {
	font-size: 13px;
	line-height: 1.65;
	color: var(--hy-muted);
}

.rs-section {
	padding: 64px 0;
	background: #fff;
}

.rs-section.alt {
	background: #f7fbff;
}

.rs-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.rs-section-head h2 {
	margin: 0;
	font-size: 26px;
	line-height: 1.3;
	color: #101b32;
}

.rs-section-head p {
	max-width: 620px;
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: var(--hy-muted);
}

.rs-topic-grid,
.rs-article-grid,
.rs-value-grid,
.rs-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.rs-topic-card,
.rs-article-card,
.rs-value-card,
.rs-related-card {
	display: block;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
	color: inherit;
}

.rs-topic-card i,
.rs-value-card i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	border-radius: 14px;
	color: var(--hy-blue);
	background: #edf6ff;
}

.rs-topic-card h3,
.rs-article-card h3,
.rs-value-card h3,
.rs-related-card h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #13203a;
}

.rs-topic-card p,
.rs-article-card p,
.rs-value-card p,
.rs-related-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: var(--hy-muted);
}

.rs-topic-card span,
.rs-article-card span {
	display: inline-flex;
	margin-top: 14px;
	font-size: 13px;
	font-weight: 800;
	color: var(--hy-blue);
}

.rs-home-entry .hy-section-head {
	align-items: flex-end;
	margin-bottom: 22px;
}

.rs-home-entry .hy-section-head h2 {
	margin-top: 6px;
}

.rs-home-entry .hy-section-head p {
	max-width: 520px;
	font-size: 14px;
	line-height: 1.75;
}

.rs-home-entry .rs-topic-grid {
	gap: 14px;
}

.rs-home-entry .rs-topic-card {
	min-height: 178px;
	padding: 18px;
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(31, 87, 176, .055);
}

.rs-home-entry .rs-topic-card i {
	width: 36px;
	height: 36px;
	margin-bottom: 12px;
	border-radius: 8px;
}

.rs-home-entry .rs-topic-card h3 {
	margin-bottom: 8px;
	font-size: 16px;
}

.rs-home-entry .rs-topic-card p {
	font-size: 13px;
	line-height: 1.65;
}

.rs-home-entry .rs-topic-card span {
	margin-top: 10px;
	font-size: 12px;
}

.rs-map {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 18px;
}

.rs-map-panel {
	padding: 24px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.rs-map-panel h3 {
	margin: 0 0 16px;
	font-size: 22px;
	color: #13203a;
}

.rs-check-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rs-check-list li {
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	column-gap: 15px;
	align-items: start;
	padding: 13px 14px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
	font-size: 14px;
	line-height: 1.75;
	color: #52617b;
}

.rs-check-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: .72em;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
}

.rs-matrix {
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.rs-matrix-row {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, .85fr) minmax(0, 1.25fr);
	border-top: 1px solid #e7eefc;
}

.rs-matrix-row:first-child {
	border-top: 0;
}

.rs-matrix-row > * {
	display: flex;
	align-items: center;
	min-height: 72px;
	padding: 16px 18px;
	border-left: 1px solid #e7eefc;
	color: #52617b;
	font-size: 14px;
	line-height: 1.7;
}

.rs-matrix-row > *:first-child {
	border-left: 0;
}

.rs-matrix-head {
	background: #f3f8ff;
}

.rs-matrix-head strong {
	min-height: 54px;
	color: #13203a;
	font-weight: 900;
}

.rs-matrix-row span:first-child {
	color: #13203a;
	font-weight: 800;
}

.rs-step-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.rs-step-grid article {
	min-height: 190px;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.rs-step-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 16px;
	border-radius: 12px;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
	font-size: 14px;
	font-weight: 900;
}

.rs-step-grid h3 {
	margin: 0 0 9px;
	color: #13203a;
	font-size: 17px;
	line-height: 1.35;
}

.rs-step-grid p {
	margin: 0;
	color: var(--hy-muted);
	font-size: 14px;
	line-height: 1.75;
}

.anti-hero .rs-hero-inner {
	grid-template-columns: minmax(360px, .86fr) minmax(460px, 1.14fr);
	gap: 34px;
}

.anti-hero-visual {
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 18px 46px rgba(31, 87, 176, .12);
}

.anti-hero-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7.2;
	object-fit: cover;
	object-position: center;
}

.anti-anchor-nav {
	position: sticky;
	top: 70px;
	z-index: 30;
	background: rgba(255, 255, 255, .92);
	border-top: 1px solid #e7eefc;
	border-bottom: 1px solid #dfeafb;
	backdrop-filter: blur(14px);
}

.anti-anchor-nav .hy-shell {
	display: flex;
	gap: 8px;
	align-items: center;
	min-height: 52px;
	overflow-x: auto;
	scrollbar-width: none;
}

.anti-anchor-nav .hy-shell::-webkit-scrollbar {
	display: none;
}

.anti-anchor-nav a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 6px 12px;
	border-radius: 999px;
	color: #41516d;
	font-size: 13px;
	font-weight: 800;
}

.anti-anchor-nav a:hover {
	color: var(--hy-blue);
	background: #eef6ff;
}

.anti-summary-section {
	padding: 22px 0 0;
	background: #fff;
}

.anti-summary-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.anti-summary-strip div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 82px;
	padding: 18px 20px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .06);
}

.anti-summary-strip strong {
	color: var(--hy-blue);
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

.anti-summary-strip span {
	color: #52617b;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 800;
}

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

.anti-capability-card,
.anti-feature-card,
.anti-config-card,
.anti-proof-panel {
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.anti-capability-card {
	overflow: hidden;
	padding: 0;
}

.anti-capability-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	background: #f3f8ff;
	border-bottom: 1px solid #e7eefc;
}

.anti-capability-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.anti-card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 16px 20px 0;
	padding: 0;
	list-style: none;
}

.anti-card-tags li {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	border-radius: 999px;
	background: #eef6ff;
	color: #2c67d4;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
}

.anti-capability-card h3,
.anti-feature-card h3,
.anti-config-card h3,
.anti-proof-panel h3 {
	margin: 0 0 10px;
	color: #13203a;
	line-height: 1.4;
}

.anti-capability-card h3 {
	padding: 12px 20px 0;
	font-size: 18px;
}

.anti-capability-card p,
.anti-feature-card p,
.anti-config-card p {
	margin: 0;
	color: var(--hy-muted);
	font-size: 14px;
	line-height: 1.8;
}

.anti-capability-card p {
	padding: 0 20px 22px;
}

.anti-package-panel {
	display: grid;
	grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
	gap: 18px;
	margin-top: 18px;
}

.anti-package-intro,
.anti-package-list details {
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.anti-package-intro {
	padding: 24px;
	background:
		linear-gradient(135deg, rgba(18, 92, 255, .96), rgba(53, 148, 255, .88)),
		#125cff;
	color: #fff;
}

.anti-package-intro h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 22px;
}

.anti-package-intro p {
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 14px;
	line-height: 1.85;
}

.anti-package-list {
	display: grid;
	gap: 10px;
}

.anti-package-list details {
	overflow: hidden;
}

.anti-package-list summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 0 18px;
	cursor: pointer;
	list-style: none;
}

.anti-package-list summary::-webkit-details-marker {
	display: none;
}

.anti-package-list summary span {
	color: #13203a;
	font-size: 16px;
	font-weight: 900;
}

.anti-package-list summary em {
	padding: 5px 9px;
	border-radius: 999px;
	background: #edf6ff;
	color: var(--hy-blue);
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	white-space: nowrap;
}

.anti-package-list details p {
	margin: 0;
	padding: 0 18px 18px;
	color: #52617b;
	font-size: 14px;
	line-height: 1.8;
}

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

.anti-panorama article {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 10px;
	min-height: 176px;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.anti-panorama strong {
	display: block;
	flex-basis: 100%;
	margin-bottom: 4px;
	color: #13203a;
	font-size: 18px;
}

.anti-panorama span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border-radius: 999px;
	color: #315070;
	background: #f1f7ff;
	border: 1px solid #dfeafb;
	font-size: 13px;
	font-weight: 700;
}

.anti-showcase {
	display: grid;
	gap: 22px;
}

.anti-showcase-item {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	gap: 24px;
	align-items: stretch;
	padding: 24px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 16px 38px rgba(31, 87, 176, .08);
}

.anti-showcase-item.is-reverse {
	grid-template-columns: minmax(420px, 1.08fr) minmax(0, .92fr);
}

.anti-showcase-item.is-reverse .anti-showcase-copy {
	order: 2;
}

.anti-showcase-item.is-reverse figure {
	order: 1;
}

.anti-showcase-copy {
	align-self: center;
}

.anti-showcase-copy > span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 14px;
	padding: 5px 10px;
	border-radius: 999px;
	color: var(--hy-blue);
	background: #edf6ff;
	font-size: 13px;
	font-weight: 900;
}

.anti-showcase-copy h3 {
	margin: 0 0 12px;
	color: #13203a;
	font-size: 24px;
	line-height: 1.35;
}

.anti-showcase-copy p {
	margin: 0;
	color: var(--hy-muted);
	font-size: 15px;
	line-height: 1.9;
}

.anti-showcase-copy dl {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
}

.anti-showcase-copy dl div {
	padding: 13px 14px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
}

.anti-showcase-copy dt {
	margin: 0 0 4px;
	color: #13203a;
	font-size: 14px;
	font-weight: 900;
}

.anti-showcase-copy dd {
	margin: 0;
	color: #52617b;
	font-size: 14px;
	line-height: 1.65;
}

.anti-showcase-item figure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
}

.anti-showcase-item img {
	display: block;
	width: 100%;
	min-height: 320px;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.anti-matrix .rs-matrix-row {
	grid-template-columns: minmax(0, .88fr) minmax(0, .92fr) minmax(0, 1.2fr);
}

.anti-config-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.anti-config-card {
	padding: 22px;
}

.anti-config-card span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 14px;
	padding: 5px 10px;
	border-radius: 999px;
	color: var(--hy-blue);
	background: #edf6ff;
	font-size: 13px;
	font-weight: 900;
}

.anti-proof-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 18px;
}

.anti-proof-panel {
	padding: 24px;
}

.anti-review-steps {
	counter-reset: anti-review;
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.anti-review-steps li {
	counter-increment: anti-review;
	position: relative;
	padding: 14px 14px 14px 54px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
	color: #52617b;
	font-size: 14px;
	line-height: 1.75;
}

.anti-review-steps li::before {
	content: counter(anti-review);
	position: absolute;
	left: 14px;
	top: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	color: #fff;
	font-weight: 900;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
}

.anti-review-steps strong {
	color: #13203a;
}

.rs-faq {
	padding: 64px 0;
	background: #f7fbff;
}

.rs-faq-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.rs-faq-item {
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
}

.rs-faq-item h3 {
	margin: 0 0 10px;
	font-size: 17px;
	color: #13203a;
}

.rs-faq-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: var(--hy-muted);
}

.trial-access-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.trial-access-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 26px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .08);
}

.trial-access-card-primary {
	border-color: rgba(18, 92, 255, .28);
	box-shadow: 0 18px 42px rgba(18, 92, 255, .13);
}

.trial-access-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
	box-shadow: 0 12px 24px rgba(18, 92, 255, .18);
}

.trial-access-card h3 {
	margin: 18px 0 10px;
	font-size: 22px;
	line-height: 1.35;
	color: #101b32;
}

.trial-access-card p {
	min-height: 56px;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.75;
	color: var(--hy-muted);
}

.trial-access-card dl {
	display: grid;
	gap: 10px;
	margin: 0 0 22px;
	padding: 16px;
	border-radius: 16px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
}

.trial-access-card dl div {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}

.trial-access-card dt {
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	color: #42516d;
}

.trial-access-card dd {
	margin: 0;
	min-width: 0;
	font-size: 14px;
	color: #14213d;
	word-break: break-all;
}

.trial-access-card code {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 10px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #d5e5fb;
	color: var(--hy-blue);
	font-size: 14px;
	font-weight: 800;
}

.trial-access-card .hy-primary {
	width: 100%;
	justify-content: center;
	margin-top: auto;
}

.trial-access-card button.hy-primary {
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.trial-access-note {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #f7fbff;
	border: 1px solid #dfeafb;
	color: #52617a;
	font-size: 14px;
	line-height: 1.7;
}

.trial-access-note i {
	margin-top: 4px;
	color: var(--hy-blue);
}

.trial-modal-open {
	overflow: hidden;
}

.trial-mobile-modal {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease;
}

.trial-mobile-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.trial-mobile-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 18, 34, .42);
	backdrop-filter: blur(8px);
}

.trial-mobile-dialog {
	position: relative;
	width: min(360px, calc(100vw - 48px));
	padding: 30px 28px 28px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(13, 37, 82, .24);
	text-align: center;
	transform: translateY(12px) scale(.98);
	transition: transform .2s ease;
}

.trial-mobile-modal.is-open .trial-mobile-dialog {
	transform: translateY(0) scale(1);
}

.trial-mobile-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	color: #9aa3b5;
	font-size: 32px;
	line-height: 28px;
	cursor: pointer;
}

.trial-mobile-close:hover {
	color: #5b6578;
}

.trial-mobile-dialog h2 {
	margin: 0 0 22px;
	font-size: 28px;
	line-height: 1.35;
	color: #252d3d;
}

.trial-mobile-qr {
	width: 202px;
	height: 202px;
	margin: 0 auto 20px;
	padding: 8px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(33, 61, 112, .12);
}

.trial-mobile-qr img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.trial-mobile-dialog p {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #667085;
}

.trial-mobile-dialog p i {
	color: var(--hy-blue);
}

.ra-article {
	padding: 58px 0 66px;
	background: #fff;
}

.ra-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: start;
}

.ra-content,
.ra-side-card {
	border-radius: 20px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.ra-content {
	padding: 32px;
}

.ra-content h2 {
	margin: 32px 0 14px;
	font-size: 22px;
	line-height: 1.35;
	color: #101b32;
}

.ra-content h2:first-child {
	margin-top: 0;
}

.ra-content p {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.9;
	color: #52617b;
}

.ra-faq-list {
	display: grid;
	gap: 14px;
}

.ra-faq-item {
	padding: 16px 18px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
}

.ra-faq-item h3 {
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.45;
	color: #101b32;
}

.ra-faq-item p {
	margin-bottom: 0;
}

.ra-summary {
	padding: 18px 20px;
	border-radius: 16px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
}

.ra-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ra-list li {
	position: relative;
	display: grid;
	grid-template-columns: 8px minmax(0, 1fr);
	column-gap: 14px;
	align-items: start;
	padding: 12px 14px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
	font-size: 14px;
	line-height: 1.75;
	color: #52617b;
}

.ra-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: .72em;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
}

.ra-table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0 18px;
	overflow: hidden;
	border-radius: 16px;
	border: 1px solid #dfeafb;
}

.ra-table th,
.ra-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e7eefc;
	text-align: left;
	font-size: 14px;
	line-height: 1.75;
	color: #52617b;
}

.ra-table th {
	color: #13203a;
	background: #f3f8ff;
}

.ra-side-card {
	position: sticky;
	top: 92px;
	padding: 22px;
}

.ra-side-card h3 {
	margin: 0 0 14px;
	font-size: 18px;
	color: #13203a;
}

.ra-side-card a {
	display: block;
	padding: 11px 0;
	border-top: 1px solid #e7eefc;
	font-size: 14px;
	line-height: 1.5;
	color: #52617b;
}

.ra-side-card a:hover {
	color: var(--hy-blue);
}

.ra-related {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 8px;
}

.ra-related a {
	padding: 16px;
	border-radius: 14px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
	color: #13203a;
	font-weight: 800;
}

.ra-callout {
	margin: 18px 0;
	padding: 18px 20px;
	border-radius: 16px;
	background: #f6fbff;
	border: 1px solid #dbeaff;
}

.ra-callout strong {
	display: block;
	margin-bottom: 8px;
	color: #13203a;
	font-size: 16px;
}

.ra-steps {
	counter-reset: ra-step;
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ra-steps li {
	counter-increment: ra-step;
	position: relative;
	padding: 16px 16px 16px 58px;
	border-radius: 15px;
	background: #f7fbff;
	border: 1px solid #e2edfb;
	font-size: 14px;
	line-height: 1.8;
	color: #52617b;
}

.ra-steps li::before {
	content: counter(ra-step);
	position: absolute;
	left: 16px;
	top: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 10px;
	color: #fff;
	font-weight: 800;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
}

.hy-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 0;
}

.hy-login,
.hy-primary,
.hy-secondary,
.hy-white-btn,
.hy-outline-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 8px;
	padding: 0 28px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.hy-login {
	min-height: 38px;
	padding: 0 22px;
	color: var(--hy-blue);
	background: #fff;
	border: 1px solid #d9e6ff;
	box-shadow: 0 6px 18px rgba(18, 92, 255, 0.06);
}

.hy-primary {
	color: #fff;
	background: linear-gradient(135deg, #0b57ff 0%, #2f82ff 100%);
	box-shadow: 0 14px 28px rgba(18, 92, 255, 0.24);
}

.hy-primary:hover,
.hy-secondary:hover,
.hy-login:hover,
.hy-white-btn:hover,
.hy-outline-light:hover {
	transform: translateY(-1px);
}

.hy-small {
	min-height: 38px;
	padding: 0 22px;
}

.hy-secondary {
	color: var(--hy-blue);
	background: #fff;
	border: 1px solid #b8cdfd;
	box-shadow: 0 10px 24px rgba(18, 92, 255, 0.08);
}

.hy-hero {
	position: relative;
	overflow: hidden;
	padding: 44px 0 0;
	background:
		radial-gradient(circle at 74% 12%, rgba(50, 135, 255, 0.2), transparent 30%),
		radial-gradient(circle at 18% 76%, rgba(95, 190, 255, 0.13), transparent 26%),
		linear-gradient(180deg, #f0f7ff 0%, #f8fbff 68%, #ffffff 100%);
}

.hy-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(18, 92, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 92, 255, 0.05) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 70%);
}

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

.hy-eyebrow,
.hy-section-kicker {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	color: var(--hy-blue);
}

.hy-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(18, 92, 255, 0.08);
	border: 1px solid rgba(18, 92, 255, 0.1);
}

.hy-hero h1 {
	margin: 0;
	font-size: clamp(30px, 3.05vw, 40px);
	line-height: 1.18;
	font-weight: 800;
	color: #111827;
}

.hy-hero h1 span {
	color: var(--hy-blue);
}

.hy-hero-desc {
	margin: 20px 0 0;
	max-width: 500px;
	font-size: 16px;
	line-height: 1.95;
	color: #4d5a72;
}

.hy-hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 28px;
}

.hy-hero-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 32px;
	max-width: 520px;
}

.hy-hero-points div {
	display: grid;
	grid-template-columns: 32px 1fr;
	align-items: center;
	column-gap: 10px;
	min-width: 0;
}

.hy-hero-points i {
	grid-row: span 2;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	color: var(--hy-blue);
	background: #eaf2ff;
	box-shadow: 0 8px 20px rgba(18, 92, 255, 0.16);
}

.hy-hero-points strong {
	font-size: 14px;
	color: #1d2b46;
	line-height: 20px;
}

.hy-hero-points span {
	font-size: 12px;
	color: #6b7892;
	line-height: 18px;
	white-space: nowrap;
}

.hy-hero-visual {
	position: relative;
	min-height: 0;
	padding: 0;
}

.hy-hero-visual::before {
	content: "";
	position: absolute;
	inset: 6% -2% 2% -6%;
	background:
		radial-gradient(ellipse at 52% 48%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.48) 34%, rgba(106, 170, 255, 0.18) 64%, transparent 78%),
		radial-gradient(ellipse at 74% 24%, rgba(55, 139, 255, 0.16), transparent 58%);
	filter: blur(8px);
	pointer-events: none;
}

.hy-hero-art {
	position: relative;
	z-index: 1;
	width: min(100%, 720px);
	margin-left: auto;
	display: block;
	opacity: 0.98;
	mix-blend-mode: multiply;
	filter: drop-shadow(0 22px 34px rgba(45, 94, 180, 0.12));
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 9%, #000 88%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 9%, #000 88%, transparent 100%);
	mask-composite: intersect;
	animation: hyFloat 7s ease-in-out infinite;
}

.hy-dashboard-card {
	position: relative;
	min-height: 376px;
	padding: 22px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.9));
	border: 1px solid rgba(213, 226, 255, 0.9);
	box-shadow: 0 26px 70px rgba(46, 94, 180, 0.16);
	overflow: hidden;
}

.hy-dashboard-card::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(120deg, rgba(18, 92, 255, 0.1), transparent 36%, rgba(255, 255, 255, 0.3));
}

.hy-window-dots {
	display: flex;
	gap: 6px;
	margin-bottom: 18px;
}

.hy-window-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hy-blue);
	box-shadow: 16px 0 0 #64a3ff, 32px 0 0 #a8c8ff;
}

.hy-dashboard-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 16px;
}

.hy-dashboard-stats div {
	padding: 13px 12px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 9px 24px rgba(31, 78, 160, 0.075);
}

.hy-dashboard-stats b {
	display: block;
	font-size: 20px;
	color: #111827;
}

.hy-dashboard-stats span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	color: #7b879f;
}

.hy-dashboard-body {
	position: relative;
	height: 246px;
	border-radius: 10px;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0)),
		linear-gradient(135deg, #f3f8ff, #ffffff);
	overflow: hidden;
}

.hy-dashboard-body img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
}

.hy-phone-card {
	position: absolute;
	right: 54px;
	bottom: 18px;
	width: 142px;
	padding: 10px;
	border-radius: 22px;
	background: #12244f;
	box-shadow: 0 20px 42px rgba(8, 28, 72, 0.28);
}

.hy-phone-card img {
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	border-radius: 16px;
	background: #f4f8ff;
}

.hy-side-badges {
	position: absolute;
	right: 0;
	top: 34px;
	display: grid;
	gap: 14px;
}

.hy-side-badges span {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 108px;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 30px rgba(36, 94, 194, 0.12);
	font-size: 13px;
	font-weight: 700;
	color: #24314b;
}

.hy-side-badges i {
	color: var(--hy-blue);
}

.hy-feature-ribbon {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
	padding-bottom: 24px;
}

.hy-feature-ribbon a {
	position: relative;
	display: grid;
	grid-template-columns: 36px 1fr auto;
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 4px;
	align-items: center;
	min-width: 0;
	padding: 16px 15px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 255, 0.9));
	border: 1px solid rgba(211, 226, 252, 0.95);
	box-shadow: 0 10px 28px rgba(32, 87, 179, 0.07);
	overflow: hidden;
}

.hy-feature-ribbon a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, var(--hy-blue), var(--hy-cyan));
	opacity: 0;
	transition: opacity 0.25s ease;
}

.hy-feature-ribbon a:hover {
	transform: translateY(-2px);
	border-color: rgba(59, 132, 255, 0.38);
	box-shadow: 0 16px 34px rgba(32, 87, 179, 0.12);
}

.hy-feature-ribbon a:hover::before {
	opacity: 1;
}

.hy-feature-ribbon i {
	grid-row: 1 / span 2;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: var(--hy-blue);
	background: #eef6ff;
	border: 1px solid rgba(35, 110, 255, 0.12);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	font-size: 15px;
}

.hy-feature-ribbon em {
	grid-column: 3;
	grid-row: 1;
	font-style: normal;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #b2bfd5;
	line-height: 18px;
}

.hy-feature-ribbon strong {
	grid-column: 2;
	grid-row: 1;
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #15223c;
	white-space: nowrap;
}

.hy-feature-ribbon span {
	grid-column: 2 / span 2;
	grid-row: 2;
	display: block;
	min-width: 0;
	font-size: 12px;
	line-height: 18px;
	color: #758099;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hy-resource-grid a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px;
	min-width: 0;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(226, 234, 250, 0.9);
	box-shadow: 0 10px 28px rgba(32, 87, 179, 0.075);
}

.hy-resource-grid i {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
	box-shadow: 0 10px 20px rgba(18, 92, 255, 0.24);
}

.hy-resource-grid strong {
	display: block;
	font-size: 15px;
	color: #15223c;
}

.hy-resource-grid span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	color: #758099;
}

.hy-answer-section {
	background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

/* ========== 热门知识主题专题页 ========== */
.topic-page {
	background: #fff;
	color: var(--hy-text);
}

.topic-page .rs-hero {
	padding: 72px 0 58px;
}

.topic-visual-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 18px 46px rgba(31, 87, 176, .12);
}

.topic-visual-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
}

.topic-visual-card figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.topic-visual-card figcaption span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	color: #24436f;
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(206, 222, 246, .9);
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(31, 87, 176, .08);
}

.topic-summary-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.topic-summary-strip div {
	min-height: 82px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 12px 30px rgba(31, 87, 176, .06);
}

.topic-summary-strip strong,
.topic-summary-strip span {
	display: block;
}

.topic-summary-strip strong {
	color: var(--hy-blue);
	font-size: 26px;
	line-height: 1;
	font-weight: 900;
}

.topic-summary-strip span {
	margin-top: 9px;
	color: #52617b;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 800;
}

.topic-answer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 24px;
	align-items: stretch;
}

.topic-answer-card,
.topic-side-card,
.topic-path-card {
	border-radius: 16px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.topic-answer-card {
	display: flex;
	flex-direction: column;
	padding: 26px;
	background:
		linear-gradient(135deg, rgba(18, 92, 255, .07), rgba(35, 201, 135, .06)),
		#fff;
}

.topic-answer-card h3,
.topic-side-card h3,
.topic-path-card h3 {
	margin: 0 0 12px;
	color: #101b32;
	font-size: 20px;
	line-height: 1.35;
}

.topic-answer-card p {
	margin: 0;
	color: #4c5b73;
	font-size: 16px;
	line-height: 1.9;
}

.topic-answer-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
}

.topic-answer-notes div {
	min-height: 92px;
	padding: 14px 16px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .72);
	border: 1px solid #dbe8fa;
}

.topic-answer-notes strong,
.topic-answer-notes span {
	display: block;
}

.topic-answer-notes strong {
	color: #13203a;
	font-size: 14px;
	line-height: 1.35;
}

.topic-answer-notes span {
	margin-top: 8px;
	color: #5b6a84;
	font-size: 13px;
	line-height: 1.65;
}

.topic-side-card {
	position: sticky;
	top: 94px;
	padding: 22px;
}

.topic-scenario-grid,
.topic-path-grid {
	display: grid;
	gap: 16px;
}

.topic-scenario-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.topic-path-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.topic-path-card {
	min-height: 205px;
	padding: 20px;
}

.topic-path-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 30px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: #eff6ff;
	color: var(--hy-blue);
	font-size: 13px;
	font-weight: 900;
}

.topic-path-card p {
	margin: 0;
	color: var(--hy-muted);
	font-size: 13px;
	line-height: 1.72;
}

.topic-matrix .rs-matrix-row {
	grid-template-columns: .92fr 1fr 1.35fr;
}

@media (max-width: 1080px) {
	.topic-summary-strip,
	.topic-scenario-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.topic-path-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.topic-answer-layout {
		grid-template-columns: 1fr;
	}

	.topic-side-card {
		position: static;
	}

	.topic-matrix .rs-matrix-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.topic-summary-strip,
	.topic-scenario-grid,
	.topic-path-grid {
		grid-template-columns: 1fr;
	}

	.topic-answer-notes {
		grid-template-columns: 1fr;
	}

	.topic-page .rs-hero {
		padding: 44px 0 38px;
	}

	.topic-answer-card,
	.topic-side-card,
	.topic-path-card {
		padding: 20px;
	}
}

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

.hy-faq-grid article {
	min-height: 100%;
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.hy-faq-grid h3 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1.45;
	color: #13203a;
}

.hy-faq-grid p {
	margin: 0;
	font-size: 14px;
	line-height: 1.85;
	color: #52617b;
}

.hy-compare-block {
	margin-top: 30px;
}

.hy-compare-table-wrap {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid #dfeafb;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.hy-compare-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.hy-compare-table th,
.hy-compare-table td {
	padding: 16px 18px;
	border-bottom: 1px solid #e7eefc;
	text-align: left;
	font-size: 14px;
	line-height: 1.7;
	color: #52617b;
}

.hy-compare-table th {
	color: #13203a;
	background: #f3f8ff;
	font-weight: 800;
}

.hy-compare-table tbody tr:last-child td {
	border-bottom: 0;
}

.hy-compare-table td:first-child {
	color: #13203a;
	font-weight: 800;
}

.hy-trust-band {
	position: relative;
	padding: 14px 0 30px;
	margin-top: -4px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
	color: var(--hy-text);
}

.hy-trust-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 62px;
	padding: 0 24px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(214, 228, 252, 0.72);
	box-shadow: 0 10px 30px rgba(32, 87, 179, 0.045);
}

.hy-trust-strip > span {
	padding-right: 30px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: 700;
	color: var(--hy-blue);
	white-space: nowrap;
}

.hy-trust-strip div {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 0 26px;
	white-space: nowrap;
}

.hy-trust-strip div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 22px;
	transform: translateY(-50%);
	background: #dce8fb;
}

.hy-trust-strip b {
	font-size: 16px;
	line-height: 1;
	color: var(--hy-blue);
}

.hy-trust-strip em {
	font-style: normal;
	font-size: 12px;
	color: #697792;
}

.hy-section {
	padding: 46px 0;
	background: #fff;
}

.hy-function-section,
.hy-resource-section {
	background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.hy-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
}

.hy-section-head.compact {
	margin-bottom: 18px;
}

.hy-section h2,
.hy-section-head h2,
.hy-security-card h2,
.hy-review-card h2,
.hy-news-card h2,
.hy-cta h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.35;
	color: #16213a;
}

.hy-section-head a {
	color: var(--hy-blue);
	font-weight: 700;
	white-space: nowrap;
}

.hy-section-head .hy-subtle-link,
.hy-news-head .hy-subtle-link {
	color: #416a9f;
	font-weight: 600;
}

.hy-section-head .hy-subtle-link i,
.hy-news-head .hy-subtle-link i {
	color: #6f96ca;
}

.hy-industry-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 16px;
}

.hy-industry-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 22px;
	align-items: stretch;
}

.hy-industry-feature {
	position: relative;
	min-height: 360px;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient(135deg, #eef6ff, #ffffff);
	border: 1px solid rgba(210, 226, 252, 0.92);
	box-shadow: 0 18px 48px rgba(28, 84, 180, 0.11);
}

.hy-industry-image-wrap {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.hy-industry-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: opacity, transform;
	transition: opacity 0.48s ease, transform 0.72s cubic-bezier(0.2, 0.78, 0.24, 1);
}

.hy-industry-image-current {
	opacity: 1;
	transform: scale(1);
}

.hy-industry-image-next {
	opacity: 0;
	transform: scale(1.035) translateX(14px);
}

.hy-industry-feature.is-switching .hy-industry-image-current {
	opacity: 0;
	transform: scale(1.02) translateX(-10px);
}

.hy-industry-feature.is-switching .hy-industry-image-next {
	opacity: 1;
	transform: scale(1) translateX(0);
}

.hy-industry-feature-content,
.hy-industry-cues {
	transition: opacity 0.28s ease, transform 0.32s ease;
}

.hy-industry-feature.is-text-changing .hy-industry-feature-content {
	opacity: 0;
	transform: translateY(8px);
}

.hy-industry-feature::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(247, 251, 255, 0.82) 38%, rgba(247, 251, 255, 0.28) 68%, rgba(247, 251, 255, 0.08) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(232, 242, 255, 0.64));
}

.hy-industry-feature-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: min(420px, 72%);
	height: 100%;
	min-height: 360px;
	padding: 38px;
}

.hy-industry-feature-content > span {
	width: fit-content;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	color: var(--hy-blue);
	background: rgba(18, 92, 255, 0.08);
	border: 1px solid rgba(18, 92, 255, 0.12);
}

.hy-industry-feature-content h3 {
	margin: 18px 0 14px;
	font-size: 22px;
	line-height: 1.25;
	color: #14213d;
}

.hy-industry-feature-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: #4e5d78;
}

.hy-industry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.hy-industry-tags em {
	font-style: normal;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 13px;
	color: #1f55b7;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(197, 218, 252, 0.88);
}

.hy-industry-cues {
	position: absolute;
	z-index: 2;
	top: 28px;
	right: 28px;
	display: grid;
	gap: 10px;
	width: min(210px, 32%);
}

.hy-industry-cues span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	padding: 9px 12px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 700;
	color: #25518f;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(205, 224, 252, 0.88);
	box-shadow: 0 14px 28px rgba(45, 100, 190, 0.12);
	backdrop-filter: blur(10px);
}

.hy-industry-cues i {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	color: var(--hy-blue);
	background: rgba(18, 92, 255, 0.09);
}

.hy-industry-feature.is-text-changing .hy-industry-cues {
	opacity: 0;
	transform: translateY(-6px);
}

.hy-industry-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.hy-industry-list a {
	display: grid;
	grid-template-columns: 42px 1fr;
	grid-template-rows: auto auto;
	column-gap: 14px;
	row-gap: 4px;
	align-items: center;
	min-height: 66px;
	padding: 16px 18px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(217, 230, 252, 0.95);
	box-shadow: 0 10px 28px rgba(32, 87, 179, 0.065);
}

.hy-industry-list a:hover {
	transform: translateY(-2px);
	border-color: rgba(59, 132, 255, 0.4);
	box-shadow: 0 16px 34px rgba(32, 87, 179, 0.11);
}

.hy-industry-list a.active {
	border-color: rgba(18, 92, 255, 0.44);
	background:
		linear-gradient(90deg, rgba(18, 92, 255, 0.08), rgba(255, 255, 255, 0.96));
	box-shadow: 0 16px 34px rgba(32, 87, 179, 0.12);
}

.hy-industry-list i {
	grid-row: 1 / span 2;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	color: var(--hy-blue);
	background: #eef6ff;
	border: 1px solid rgba(35, 110, 255, 0.12);
}

.hy-industry-list strong {
	font-size: 16px;
	line-height: 20px;
	color: #17233d;
}

.hy-industry-list span {
	min-width: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #65728c;
}

.hy-industry-more {
	background: linear-gradient(135deg, rgba(238, 246, 255, 0.98), rgba(255, 255, 255, 0.92)) !important;
}

.hy-industry-card {
	position: relative;
	height: 206px;
	border-radius: 10px;
	background: #f4f8ff;
	overflow: hidden;
	border: 1px solid rgba(214, 228, 252, 0.86);
	box-shadow: 0 14px 36px rgba(28, 84, 180, 0.09);
}

.industry-government,
.industry-enterprise {
	grid-column: span 3;
}

.industry-education,
.industry-finance,
.industry-medical {
	grid-column: span 2;
}

.hy-industry-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.industry-government img {
	object-position: center;
}

.industry-enterprise img {
	object-position: center;
}

.industry-education img {
	object-position: center;
}

.industry-finance img {
	object-position: center;
}

.industry-medical img {
	object-position: center;
}

.hy-industry-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.26) 42%, rgba(255, 255, 255, 0.94) 100%),
		linear-gradient(90deg, rgba(245, 250, 255, 0.76) 0%, rgba(245, 250, 255, 0.16) 58%, rgba(245, 250, 255, 0.5) 100%);
}

.hy-industry-card::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 18px;
	right: 18px;
	bottom: 18px;
	height: 1px;
	background: linear-gradient(90deg, rgba(18, 92, 255, 0.34), transparent);
}

.hy-industry-card div {
	position: absolute;
	z-index: 1;
	left: 18px;
	right: 18px;
	bottom: 22px;
}

.hy-industry-card h3 {
	margin: 0 0 9px;
	font-size: 19px;
	line-height: 1.25;
	color: #111b31;
}

.hy-industry-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
	color: #33415d;
}

.hy-industry-card:hover img {
	transform: scale(1.05);
}

.hy-lifecycle-section {
	background:
		linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.hy-lifecycle-track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #dfeafb;
	box-shadow: 0 16px 40px rgba(26, 75, 150, 0.08);
	overflow: hidden;
}

.hy-lifecycle-track::before {
	content: "";
	position: absolute;
	top: 78px;
	left: 10%;
	right: 10%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #b9cdf2 12%, #b9cdf2 88%, transparent);
}

.hy-lifecycle-track article {
	position: relative;
	min-height: 300px;
	padding: 32px 32px 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.8));
	border-right: 1px solid #e7eefc;
}

.hy-lifecycle-track article:last-child {
	border-right: 0;
}

.hy-step-no {
	position: relative;
	z-index: 1;
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
	box-shadow: 0 12px 28px rgba(18, 92, 255, 0.2);
}

.hy-lifecycle-track h3 {
	margin: 0 0 10px;
	font-size: 22px;
	color: #111b31;
}

.hy-lifecycle-track p {
	margin: 0 0 18px;
	color: #5d6a82;
	line-height: 1.75;
}

.hy-lifecycle-track ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.hy-lifecycle-track li {
	display: grid;
	grid-template-columns: 6px minmax(0, 1fr);
	column-gap: 12px;
	align-items: start;
	color: #31415f;
}

.hy-lifecycle-track li::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-top: .72em;
	border-radius: 50%;
	background: var(--hy-blue);
}

.hy-scenario-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
	padding: 18px 20px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(238, 246, 255, 0.94), rgba(255, 255, 255, 0.96));
	border: 1px solid #dfeafb;
}

.hy-scenario-strip span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 999px;
	color: #254067;
	background: #fff;
	border: 1px solid #dce8fb;
	box-shadow: 0 8px 20px rgba(18, 92, 255, 0.05);
}

.hy-scenario-strip i {
	color: var(--hy-blue);
}

.hy-module-section {
	background: #f7fbff;
}

.hy-module-board {
	position: relative;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 16px 40px rgba(26, 75, 150, 0.08);
	overflow: hidden;
	transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.hy-module-row {
	display: grid;
	grid-template-columns: minmax(180px, 1.25fr) repeat(4, minmax(0, 1fr));
	align-items: center;
	min-height: 82px;
	border-bottom: 1px solid #edf2fb;
}

.hy-module-row:last-child {
	border-bottom: 0;
}

.hy-module-row strong,
.hy-module-row a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 18px 22px;
}

.hy-module-row strong {
	gap: 12px;
	font-size: 17px;
	color: #14213b;
	background: #f5f9ff;
}

.hy-module-row strong i {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: var(--hy-blue);
	background: #eaf4ff;
}

.hy-module-row a {
	color: #40506c;
	border-left: 1px solid #edf2fb;
	line-height: 1.55;
	transition: color 0.24s ease, background 0.24s ease, transform 0.24s ease;
}

.hy-module-row a:hover {
	color: var(--hy-blue);
	background: rgba(18, 92, 255, 0.045);
	transform: translateX(3px);
}

.hy-module-row.highlight {
	background: linear-gradient(90deg, rgba(18, 92, 255, 0.06), rgba(255, 255, 255, 0));
}

.hy-module-row:hover {
	background: linear-gradient(90deg, var(--row-soft, rgba(18, 92, 255, 0.08)), rgba(255, 255, 255, 0.18));
}

.hy-module-row.highlight strong {
	color: #fff;
	background: linear-gradient(135deg, #071d58, #125cff);
}

.hy-module-row.highlight strong i {
	color: #fff;
	background: rgba(255, 255, 255, 0.16);
}

.hy-module-row:hover strong {
	color: #fff;
	background: var(--row-gradient, linear-gradient(135deg, #071d58, #125cff));
}

.hy-module-row:hover strong i {
	color: #fff;
	background: rgba(255, 255, 255, 0.16);
}

.hy-module-board:has(.hy-module-row:hover) .hy-module-row.highlight:not(:hover) {
	background: transparent;
}

.hy-module-board:has(.hy-module-row:hover) .hy-module-row.highlight:not(:hover) strong {
	color: #14213b;
	background: #f5f9ff;
}

.hy-module-board:has(.hy-module-row:hover) .hy-module-row.highlight:not(:hover) strong i {
	color: var(--hy-blue);
	background: #eaf4ff;
}

.hy-module-row[data-tone="learn"] {
	--row-gradient: linear-gradient(135deg, #0f5fbd, #27a8ff);
	--row-soft: rgba(39, 168, 255, 0.08);
}

.hy-module-row[data-tone="operation"] {
	--row-gradient: linear-gradient(135deg, #2352a6, #6b8cff);
	--row-soft: rgba(107, 140, 255, 0.08);
}

.hy-module-row[data-tone="question"] {
	--row-gradient: linear-gradient(135deg, #075a78, #19b6c8);
	--row-soft: rgba(25, 182, 200, 0.08);
}

.hy-module-row[data-tone="practice"] {
	--row-gradient: linear-gradient(135deg, #0c6f5d, #28c987);
	--row-soft: rgba(35, 201, 135, 0.08);
}

.hy-module-row[data-tone="paper"] {
	--row-gradient: linear-gradient(135deg, #6236b8, #956bff);
	--row-soft: rgba(149, 107, 255, 0.08);
}

.hy-module-row[data-tone="security"] {
	--row-gradient: linear-gradient(135deg, #071d58, #125cff);
	--row-soft: rgba(18, 92, 255, 0.09);
}

.hy-module-row[data-tone="certificate"] {
	--row-gradient: linear-gradient(135deg, #87580f, #e2a428);
	--row-soft: rgba(226, 164, 40, 0.09);
}

.hy-module-row[data-tone="data"] {
	--row-gradient: linear-gradient(135deg, #17326f, #31a0ff);
	--row-soft: rgba(49, 160, 255, 0.08);
}

.hy-module-board:has(.hy-module-row:hover) {
	background:
		linear-gradient(90deg, var(--active-row-soft, rgba(18, 92, 255, 0.06)), #fff 48%);
}

.hy-module-board:has(.hy-module-row[data-tone="learn"]:hover) { --active-row-soft: rgba(39, 168, 255, 0.12); }
.hy-module-board:has(.hy-module-row[data-tone="operation"]:hover) { --active-row-soft: rgba(107, 140, 255, 0.12); }
.hy-module-board:has(.hy-module-row[data-tone="question"]:hover) { --active-row-soft: rgba(25, 182, 200, 0.12); }
.hy-module-board:has(.hy-module-row[data-tone="practice"]:hover) { --active-row-soft: rgba(35, 201, 135, 0.12); }
.hy-module-board:has(.hy-module-row[data-tone="paper"]:hover) { --active-row-soft: rgba(149, 107, 255, 0.12); }
.hy-module-board:has(.hy-module-row[data-tone="security"]:hover) { --active-row-soft: rgba(18, 92, 255, 0.13); }
.hy-module-board:has(.hy-module-row[data-tone="certificate"]:hover) { --active-row-soft: rgba(226, 164, 40, 0.13); }
.hy-module-board:has(.hy-module-row[data-tone="data"]:hover) { --active-row-soft: rgba(49, 160, 255, 0.12); }

.hy-assurance-section {
	background:
		linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.hy-copyright-section {
	background: #fff;
}

.hy-copyright-card {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 22px;
	align-items: center;
	padding: 30px;
	border-radius: 8px;
	background:
		linear-gradient(135deg, #fafdff 0%, #eef6ff 100%);
	border: 1px solid #dfeafb;
	box-shadow: var(--hy-shadow);
}

.hy-copyright-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
	box-shadow: 0 14px 30px rgba(18, 92, 255, .18);
}

.hy-copyright-icon i {
	font-size: 32px;
}

.hy-copyright-content p {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.85;
	color: #52617b;
}

.hy-copyright-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hy-copyright-list span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dbe8fb;
	color: #14213d;
	font-weight: 800;
	line-height: 1.5;
}

.hy-copyright-link {
	justify-self: end;
	color: var(--hy-blue);
	font-weight: 800;
	white-space: nowrap;
}

.hy-assurance-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
	gap: 28px;
	align-items: stretch;
}

.hy-deploy-panel {
	padding: 34px;
	border-radius: 8px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(7, 29, 88, 0.96), rgba(18, 92, 255, 0.88)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: auto, 36px 36px, 36px 36px;
	box-shadow: 0 22px 54px rgba(14, 68, 161, 0.16);
}

.hy-deploy-panel .hy-section-kicker,
.hy-deploy-panel h2,
.hy-deploy-panel h3 {
	color: #fff;
}

.hy-deploy-panel h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.35;
}

.hy-deploy-options {
	display: grid;
	gap: 0;
	margin-top: 28px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	overflow: hidden;
}

.hy-deploy-options div {
	display: grid;
	grid-template-columns: 42px 100px 1fr;
	gap: 12px;
	align-items: center;
	padding: 18px;
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hy-deploy-options div:last-child {
	border-bottom: 0;
}

.hy-deploy-options i {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.14);
}

.hy-deploy-options strong {
	color: #fff;
}

.hy-deploy-options span {
	color: #dce8ff;
	line-height: 1.6;
}

.hy-security-proof {
	position: relative;
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(240px, 1fr);
	gap: 20px;
	align-items: center;
	min-height: 420px;
	padding: 30px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 28% 40%, rgba(18, 92, 255, 0.12), transparent 38%),
		linear-gradient(135deg, #fafdff, #edf6ff);
	border: 1px solid #dfeafb;
	box-shadow: var(--hy-shadow);
	overflow: hidden;
}

.hy-security-proof img {
	width: 100%;
	max-width: 320px;
	justify-self: center;
	filter: drop-shadow(0 18px 34px rgba(18, 92, 255, 0.15));
}

.hy-proof-list {
	display: grid;
	gap: 12px;
	padding: 22px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(200, 218, 246, 0.8);
	backdrop-filter: blur(12px);
}

.hy-proof-list strong {
	margin-bottom: 4px;
	font-size: 18px;
	color: #15213a;
}

.hy-proof-list span {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #4c5b76;
	line-height: 1.65;
}

.hy-proof-list i {
	margin-top: 5px;
	color: var(--hy-blue);
}

.hy-compliance-section,
.hy-assurance-section {
	background: #fff;
}

.hy-compliance-section .hy-section-head > p,
.hy-assurance-section .hy-section-head > p {
	max-width: 460px;
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: var(--hy-muted);
}

.hy-compliance-panel {
	padding: 30px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 88% 12%, rgba(18, 92, 255, 0.1), transparent 32%),
		linear-gradient(135deg, #fafdff, #edf6ff);
	border: 1px solid #dfeafb;
	box-shadow: var(--hy-shadow);
}

.hy-compliance-panel h3 {
	margin: 0 0 18px;
	font-size: 22px;
	line-height: 1.35;
	color: #13203a;
}

.hy-assurance-layout .hy-compliance-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hy-compliance-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.hy-compliance-grid article {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 14px;
	min-height: 100%;
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(31, 87, 176, .07);
}

.hy-compliance-grid i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 8px;
	color: var(--hy-blue);
	background: #eef6ff;
}

.hy-compliance-grid strong {
	display: block;
	margin-bottom: 8px;
	font-size: 17px;
	color: #13203a;
}

.hy-compliance-grid p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #52617b;
}

.hy-result-list {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.hy-result-list span {
	display: block;
	padding: 15px 16px;
	border-radius: 8px;
	color: #536078;
	background: #f6faff;
	border: 1px solid #e4eefc;
	line-height: 1.65;
}

.hy-result-list strong {
	display: block;
	margin-bottom: 4px;
	color: #17233d;
}

.hy-case-metrics {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 22px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.94));
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(26, 75, 150, 0.07);
	overflow: hidden;
}

.hy-case-metrics div {
	padding: 20px 24px;
	border-right: 1px solid #e4eefc;
}

.hy-case-metrics div:last-child {
	border-right: 0;
}

.hy-case-metrics strong {
	display: block;
	margin-bottom: 6px;
	font-size: 28px;
	line-height: 1;
	color: var(--hy-blue);
}

.hy-case-metrics span {
	color: #5f6b82;
}

.hy-hero-trust {
	position: relative;
	z-index: 1;
	margin-top: 26px;
	margin-bottom: 20px;
}

.hy-case-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 22px;
	align-items: stretch;
}

.hy-case-news-only {
	grid-template-columns: 1fr;
}

.hy-client-section {
	background: #fff;
}

.hy-case-logos,
.hy-case-summary,
.hy-news-panel {
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e2ebfb;
	box-shadow: var(--hy-shadow);
}

.hy-case-logos h3,
.hy-case-summary h3,
.hy-news-panel h3 {
	margin: 0 0 20px;
	font-size: 22px;
	color: #111b31;
}

.hy-news-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 10px;
}

.hy-news-head a {
	color: #416a9f;
	font-weight: 600;
	white-space: nowrap;
}

.hy-news-list {
	display: grid;
}

.hy-news-list a {
	display: grid;
	grid-template-columns: 104px 1fr;
	gap: 18px;
	align-items: center;
	padding: 16px 0;
	color: #26344f;
	border-bottom: 1px solid #edf2fb;
	transition: color 0.25s ease, transform 0.25s ease;
}

.hy-news-list a:last-child {
	border-bottom: 0;
}

.hy-news-list a:hover {
	color: var(--hy-blue);
	transform: translateX(4px);
}

.hy-news-list time {
	font-size: 13px;
	color: #7b879b;
}

.hy-news-list span {
	line-height: 1.6;
}

.hy-feature-ribbon a,
.hy-industry-list a,
.hy-lifecycle-track article,
.hy-module-row,
.hy-deploy-options div,
.hy-logo-grid img,
.hy-resource-grid a,
.hy-case-metrics,
.hy-case-logos,
.hy-news-panel,
.hy-security-proof,
.hy-delivery-visual {
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hy-lifecycle-track article:hover,
.hy-case-logos:hover,
.hy-news-panel:hover,
.hy-security-proof:hover,
.hy-delivery-visual:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 54px rgba(26, 75, 150, 0.12);
	border-color: #cfe0fb;
}

.hy-module-row:hover,
.hy-deploy-options div:hover {
	background-color: rgba(18, 92, 255, 0.035);
}

.hy-logo-grid img:hover,
.hy-logo-grid .hy-logo-text:hover,
.hy-resource-grid a:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(18, 92, 255, 0.12);
	border-color: #cfe0fb;
}

.hy-flow-card i,
.hy-module-row strong i,
.hy-plan-icon,
.hy-resource-grid i,
.hy-feature-ribbon i {
	transition: transform 0.28s ease;
}

.hy-flow-card:hover i,
.hy-module-row:hover strong i,
.hy-plan-card:hover .hy-plan-icon,
.hy-resource-grid a:hover i,
.hy-feature-ribbon a:hover i {
	transform: translateY(-2px) scale(1.06);
}

.hy-security-proof img {
	animation: hyFloat 6.5s ease-in-out infinite;
}

@keyframes hyFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.hy-flow-section {
	background:
		linear-gradient(180deg, #fff 0%, #f6faff 100%),
		linear-gradient(90deg, rgba(18, 92, 255, 0.04), rgba(53, 196, 255, 0.02));
}

.hy-flow-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.hy-flow-grid::before {
	content: "";
	position: absolute;
	top: 47px;
	left: 6%;
	right: 6%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #b9cdf2 12%, #b9cdf2 88%, transparent);
}

.hy-flow-card {
	position: relative;
	min-height: 214px;
	padding: 26px 24px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 251, 255, 0.72));
	border: 1px solid rgba(210, 224, 248, 0.82);
	box-shadow: 0 12px 30px rgba(32, 91, 180, 0.06);
	overflow: hidden;
}

.hy-flow-card::after {
	content: "";
	position: absolute;
	inset: auto -36px -56px auto;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(18, 92, 255, 0.16), rgba(18, 92, 255, 0));
}

.hy-flow-card span {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 13px;
	font-weight: 800;
	color: #a8b7d3;
}

.hy-flow-card i,
.hy-capability-grid i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 8px;
	color: var(--hy-blue);
	background: linear-gradient(180deg, #eef5ff, #e8f7ff);
	box-shadow: 0 12px 24px rgba(18, 92, 255, 0.12);
}

.hy-flow-card h3,
.hy-capability-grid h3 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.35;
	color: #111b31;
}

.hy-flow-card p,
.hy-capability-grid p,
.hy-capability-copy p,
.hy-delivery-panel p {
	margin: 0;
	color: #5d6a82;
	line-height: 1.75;
}

.hy-scene-belt {
	display: grid;
	grid-template-columns: minmax(230px, 0.34fr) minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	margin-top: 26px;
	padding: 22px 26px;
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.9));
	border: 1px solid #dfeafb;
	box-shadow: 0 14px 34px rgba(26, 75, 150, 0.07);
}

.hy-scene-belt p {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 800;
	color: var(--hy-blue);
}

.hy-scene-belt strong {
	display: block;
	line-height: 1.45;
	color: #17233d;
}

.hy-scene-belt ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.hy-scene-belt li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border-radius: 999px;
	color: #254067;
	background: #fff;
	border: 1px solid #dfe9fa;
	box-shadow: 0 10px 24px rgba(18, 92, 255, 0.06);
}

.hy-scene-belt i {
	color: var(--hy-blue);
}

.hy-capability-section {
	background: #f7fbff;
}

.hy-capability-layout {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	gap: 28px;
	align-items: stretch;
}

.hy-capability-copy {
	padding: 36px 34px;
	border-radius: 8px;
	color: #fff;
	background:
		linear-gradient(135deg, rgba(7, 29, 88, 0.96), rgba(18, 92, 255, 0.86)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: auto, 36px 36px, 36px 36px;
	box-shadow: 0 22px 54px rgba(14, 68, 161, 0.16);
	overflow: hidden;
}

.hy-capability-copy .hy-section-kicker,
.hy-capability-copy h2,
.hy-capability-copy p {
	color: #fff;
}

.hy-capability-copy h2 {
	margin-bottom: 18px;
}

.hy-capability-copy p {
	color: #d9e7ff;
}

.hy-capability-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 30px;
}

.hy-capability-proof div {
	padding: 16px 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.hy-capability-proof strong {
	display: block;
	margin-bottom: 5px;
	font-size: 24px;
	color: #fff;
}

.hy-capability-proof span {
	display: block;
	font-size: 12px;
	color: #cbdcff;
}

.hy-capability-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.hy-capability-grid article {
	min-height: 202px;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e2ebfb;
	box-shadow: 0 14px 34px rgba(26, 75, 150, 0.08);
}

.hy-plan-section {
	background:
		linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.hy-plan-layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.hy-plan-card,
.hy-plan-checklist {
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e2ebfb;
	box-shadow: 0 14px 34px rgba(26, 75, 150, 0.08);
}

.hy-plan-card {
	position: relative;
	min-height: 238px;
	padding: 26px;
	overflow: hidden;
}

.hy-plan-card.featured {
	background:
		linear-gradient(145deg, rgba(18, 92, 255, 0.95), rgba(39, 147, 255, 0.86)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
	background-size: auto, 32px 32px, 32px 32px;
	color: #fff;
}

.hy-plan-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 8px;
	color: var(--hy-blue);
	background: #eef6ff;
}

.hy-plan-card.featured .hy-plan-icon {
	color: #fff;
	background: rgba(255, 255, 255, 0.18);
}

.hy-plan-card h3 {
	margin: 0 0 10px;
	font-size: 19px;
	color: #111b31;
}

.hy-plan-card.featured h3 {
	color: #fff;
}

.hy-plan-card p {
	margin: 0;
	color: #5d6a82;
	line-height: 1.75;
}

.hy-plan-card.featured p {
	color: #e4efff;
}

.hy-plan-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.hy-plan-tags span {
	padding: 7px 10px;
	border-radius: 8px;
	font-size: 12px;
	color: #1e5bd7;
	background: #eef6ff;
	border: 1px solid #dce9ff;
}

.hy-plan-card.featured .hy-plan-tags span {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.22);
}

.hy-plan-checklist {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1.1fr repeat(4, 1fr);
	gap: 0;
	align-items: center;
	padding: 0;
	overflow: hidden;
}

.hy-plan-checklist strong,
.hy-plan-checklist span {
	min-height: 82px;
	display: flex;
	align-items: center;
	padding: 18px 20px;
}

.hy-plan-checklist strong {
	color: #fff;
	background: linear-gradient(135deg, #071d58, #125cff);
}

.hy-plan-checklist span {
	gap: 10px;
	color: #43516b;
	border-left: 1px solid #e8effa;
}

.hy-plan-checklist i {
	color: var(--hy-blue);
}

.hy-delivery-section {
	background:
		linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.hy-delivery-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	gap: 28px;
	align-items: stretch;
}

.hy-delivery-panel,
.hy-delivery-visual {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #e2ebfb;
	box-shadow: var(--hy-shadow);
}

.hy-delivery-panel {
	padding: 34px;
}

.hy-delivery-panel h2 {
	margin-bottom: 14px;
}

.hy-delivery-panel ul {
	display: grid;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
}

.hy-delivery-panel li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	border-radius: 8px;
	background: #f7faff;
	border: 1px solid #e9f0fb;
}

.hy-delivery-panel li i {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
}

.hy-delivery-panel strong {
	display: block;
	margin-bottom: 4px;
	color: #17233d;
}

.hy-delivery-panel span {
	color: #5d6a82;
	line-height: 1.65;
}

.hy-delivery-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 370px;
	padding: 28px;
	overflow: hidden;
	background:
		radial-gradient(circle at 60% 34%, rgba(18, 92, 255, 0.12), transparent 42%),
		linear-gradient(135deg, #fafdff, #eef6ff);
}

.hy-delivery-visual img {
	width: min(78%, 310px);
	opacity: 0.9;
	filter: drop-shadow(0 18px 34px rgba(18, 92, 255, 0.16));
}

.hy-delivery-card {
	position: absolute;
	left: 26px;
	bottom: 26px;
	width: 178px;
	padding: 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(190, 210, 242, 0.8);
	box-shadow: 0 18px 38px rgba(18, 92, 255, 0.14);
	backdrop-filter: blur(12px);
}

.hy-delivery-card strong {
	display: block;
	margin-bottom: 12px;
	color: #15213a;
}

.hy-delivery-card span {
	display: block;
	position: relative;
	padding: 8px 0 8px 22px;
	font-size: 13px;
	color: #516078;
}

.hy-delivery-card span::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hy-blue);
	box-shadow: 0 0 0 5px rgba(18, 92, 255, 0.1);
}

.hy-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.8fr);
	gap: 28px;
	align-items: stretch;
}

.hy-function-board,
.hy-security-card,
.hy-review-card,
.hy-news-card {
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #e7eefc;
	box-shadow: var(--hy-shadow);
}

.hy-function-board {
	display: grid;
	grid-template-columns: 150px 1fr;
	overflow: hidden;
}

.hy-function-tabs {
	display: grid;
	background: #f2f6ff;
}

.hy-function-tabs span {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px;
	font-weight: 700;
	color: #2a3b5d;
	border-bottom: 1px solid #e0e9fb;
}

.hy-function-tabs span:nth-child(2) {
	background: rgba(53, 196, 255, 0.14);
}

.hy-function-tabs span:nth-child(3) {
	background: rgba(35, 201, 135, 0.14);
}

.hy-function-tabs span:nth-child(4) {
	background: rgba(122, 92, 255, 0.12);
}

.hy-function-tabs span.active {
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-blue-2));
}

.hy-function-list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hy-function-list span {
	min-height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	text-align: center;
	color: #273550;
	border-right: 1px solid #edf2fb;
	border-bottom: 1px solid #edf2fb;
}

.hy-security-card {
	position: relative;
	padding: 28px;
	overflow: hidden;
}

.hy-security-card ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	margin: 24px 0 0;
	padding: 0;
}

.hy-security-card li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.hy-security-card li i {
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(135deg, var(--hy-blue), var(--hy-cyan));
}

.hy-security-card strong {
	display: block;
	margin-bottom: 3px;
	color: #17233d;
}

.hy-security-card span {
	color: #5f6b82;
	line-height: 1.65;
}

.hy-security-card img {
	position: absolute;
	right: -6px;
	bottom: -20px;
	width: 184px;
	opacity: 0.34;
}

.hy-cases-section {
	background: #fff;
}

.hy-case-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
}

.hy-case-column {
	grid-row: span 2;
}

.hy-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.hy-logo-grid img {
	width: 100%;
	height: 76px;
	padding: 16px;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e7eefc;
	box-shadow: 0 10px 28px rgba(30, 78, 160, 0.08);
}

.hy-logo-text {
	min-height: 76px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 14px 16px;
	border-radius: 8px;
	background: linear-gradient(135deg, #f8fbff, #fff);
	border: 1px solid #e7eefc;
	box-shadow: 0 10px 28px rgba(30, 78, 160, 0.08);
	color: #13203a;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hy-logo-text strong {
	display: block;
	font-size: 15px;
	line-height: 1.35;
	color: #10265b;
}

.hy-logo-text span {
	font-size: 12px;
	line-height: 1.45;
	color: #64708a;
}

.hy-review-card,
.hy-news-card {
	padding: 26px;
}

.hy-review-card p:not(.hy-section-kicker) {
	margin: 18px 0 22px;
	color: #536078;
	line-height: 1.85;
}

.hy-stars {
	color: #1260ff;
	display: flex;
	gap: 6px;
}

.hy-news-card {
	display: grid;
	gap: 12px;
}

.hy-news-card .hy-section-head {
	margin-bottom: 8px;
}

.hy-news-card a:not(.hy-section-head a) {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #edf2fb;
	color: #26344f;
}

.hy-news-card time {
	font-size: 13px;
	color: #7b879b;
}

.hy-resource-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.hy-resource-grid a {
	display: block;
	text-align: center;
	padding: 24px 16px;
}

.hy-resource-grid i {
	margin: 0 auto 14px;
}

.hy-cta {
	padding: 42px 0;
	background: #fff;
}

.hy-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 34px 44px;
	border-radius: 8px;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(18, 92, 255, 0.98), rgba(54, 147, 255, 0.92)),
		url("../images/page6.jpg") center / cover no-repeat;
	box-shadow: 0 22px 54px rgba(18, 92, 255, 0.2);
}

.hy-cta h2 {
	color: #fff;
}

.hy-cta p {
	margin: 10px 0 0;
	color: #dce9ff;
}

.hy-cta-actions {
	display: flex;
	gap: 14px;
}

.hy-white-btn {
	color: var(--hy-blue);
	background: #fff;
}

.hy-outline-light {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

.hy-footer {
	background: #061537;
	color: #c7d3ed;
}

.hy-ip-line {
	padding: 14px 0;
	background: #f7fbff;
	border-top: 1px solid #dfeafb;
	border-bottom: 1px solid #dfeafb;
}

.hy-ip-line .hy-shell {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 16px;
	color: #52617b;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
}

.hy-ip-line a {
	color: var(--hy-blue);
	font-weight: 800;
}

.hy-footer-inner {
	display: grid;
	grid-template-columns: 1.45fr repeat(3, 1fr);
	gap: 38px;
	padding: 46px 0 28px;
}

.hy-footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.hy-footer-logo img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.hy-footer-wordmark {
	width: 156px;
	height: auto;
	display: block;
}

.hy-footer p {
	max-width: 390px;
	margin: 0;
	line-height: 1.8;
	color: #9fb0d0;
}

.hy-footer h3 {
	margin: 0 0 14px;
	font-size: 16px;
	color: #fff;
}

.hy-footer a,
.hy-footer span {
	display: block;
	margin-bottom: 10px;
	color: #aebdd8;
	line-height: 1.6;
}

.hy-footer a:hover {
	color: #fff;
}

.hy-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 0 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #8fa0bf;
}

@media (max-width: 1180px) {
	.hy-shell {
		width: min(100% - 32px, 1100px);
	}

	.hy-header-inner {
		grid-template-columns: 176px minmax(0, 1fr) 176px;
		gap: 16px;
	}

	.hy-logo-mark {
		width: 44px;
		height: 44px;
	}

	.hy-logo-wordmark {
		width: 122px;
	}

	.hy-nav a {
		padding: 8px 8px;
		font-size: 13px;
	}

	.hy-hero-grid {
		grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
		gap: 36px;
	}

	.hy-feature-ribbon,
	.hy-industry-grid,
	.hy-resource-grid {
		grid-template-columns: repeat(3, 1fr);
	}

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

	.hy-flow-grid,
	.hy-capability-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hy-flow-grid::before {
		display: none;
	}

	.hy-scene-belt {
		grid-template-columns: 1fr;
	}

	.hy-plan-checklist {
		grid-template-columns: repeat(2, 1fr);
	}

	.hy-plan-checklist strong {
		grid-column: 1 / -1;
	}

	.hy-plan-checklist span {
		border-top: 1px solid #e8effa;
	}

	.hy-industry-showcase {
		grid-template-columns: 1fr;
	}

	.hy-industry-cues {
		width: 220px;
	}

	.industry-government,
	.industry-enterprise,
	.industry-education,
	.industry-finance,
	.industry-medical {
		grid-column: span 1;
	}

}

@media (max-width: 900px) {
	.hy-header {
		position: static;
	}

	.anti-anchor-nav {
		position: sticky;
		top: 0;
	}

	.hy-header-inner {
		display: flex;
		height: auto;
		padding: 16px 0;
		flex-wrap: wrap;
	}

	.hy-nav {
		order: 3;
		flex-basis: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.hy-hero {
		padding-top: 36px;
	}

	.hy-hero-grid,
	.hy-two-col,
	.hy-capability-layout,
	.hy-case-layout,
	.hy-delivery-layout,
	.hy-assurance-layout {
		grid-template-columns: 1fr;
	}

	.hy-copyright-card {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.hy-copyright-link {
		grid-column: 2;
		justify-self: start;
	}

	.hy-hero h1 {
		font-size: clamp(30px, 3.05vw, 40px);
	}

	.rs-hero-inner,
	.anti-hero .rs-hero-inner,
	.rs-section-head,
	.rs-map,
	.anti-proof-layout,
	.anti-showcase-item,
	.anti-showcase-item.is-reverse,
	.anti-package-panel,
	.ra-layout {
		display: block;
	}

	.rs-hero h1 {
		font-size: clamp(30px, 3.05vw, 40px);
	}

	.rs-hero-panel,
	.anti-hero-visual,
	.anti-showcase-item figure,
	.rs-map-panel,
	.ra-side-card {
		margin-top: 24px;
	}

	.ra-side-card {
		position: static;
	}

	.hy-dashboard-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.hy-hero-visual {
		min-height: auto;
		padding: 0;
	}

	.hy-side-badges {
		position: static;
		grid-template-columns: repeat(5, minmax(110px, 1fr));
		margin-top: 14px;
		overflow-x: auto;
	}

	.hy-phone-card {
		right: 18px;
		bottom: 18px;
		width: 118px;
	}

	.hy-feature-ribbon,
	.hy-industry-grid,
	.hy-resource-grid,
	.trial-access-grid,
	.rs-topic-grid,
	.rs-article-grid,
	.rs-value-grid,
	.rs-related-grid,
	.rs-step-grid,
	.anti-summary-strip,
	.anti-capability-grid,
	.anti-config-grid,
	.anti-panorama,
	.rs-faq-list,
	.ra-related {
		grid-template-columns: repeat(2, 1fr);
	}

	.rs-matrix-row {
		grid-template-columns: 1fr;
	}

	.anti-matrix .rs-matrix-row {
		grid-template-columns: 1fr;
	}

	.anti-showcase-item.is-reverse .anti-showcase-copy,
	.anti-showcase-item.is-reverse figure {
		order: initial;
	}

	.rs-matrix-row > * {
		min-height: auto;
		border-left: 0;
		border-top: 1px solid #e7eefc;
	}

	.rs-matrix-row > *:first-child {
		border-top: 0;
	}

	.hy-case-showcase,
	.hy-case-metrics {
		grid-template-columns: repeat(2, 1fr);
	}

	.hy-lifecycle-track {
		grid-template-columns: 1fr;
	}

	.hy-lifecycle-track::before {
		display: none;
	}

	.hy-lifecycle-track article {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid #e7eefc;
	}

	.hy-lifecycle-track article:last-child {
		border-bottom: 0;
	}

	.hy-module-row {
		grid-template-columns: minmax(160px, 1fr) repeat(2, minmax(0, 1fr));
	}

	.hy-module-row a:nth-child(n+4) {
		border-top: 1px solid #edf2fb;
	}

	.hy-security-proof {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.hy-plan-layout {
		grid-template-columns: 1fr;
	}

	.hy-plan-checklist {
		grid-template-columns: 1fr;
	}

	.hy-plan-checklist strong,
	.hy-plan-checklist span {
		min-height: auto;
	}

	.hy-delivery-visual {
		min-height: 320px;
	}

	.hy-function-board {
		grid-template-columns: 1fr;
	}

	.hy-function-tabs {
		grid-template-columns: repeat(5, minmax(118px, 1fr));
		overflow-x: auto;
	}

	.hy-function-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.hy-cta-inner,
	.hy-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.hy-footer-inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	.hy-shell {
		width: min(100% - 24px, 560px);
	}

	.hy-header-actions {
		margin-left: auto;
	}

	.hy-login {
		display: none;
	}

	.hy-hero h1 {
		font-size: clamp(30px, 3.05vw, 40px);
	}

	.hy-hero-desc {
		font-size: 16px;
	}

	.hy-hero-actions,
	.hy-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hy-primary,
	.hy-secondary,
	.hy-white-btn,
	.hy-outline-light {
		width: 100%;
	}

	.hy-hero-points,
	.hy-dashboard-stats,
	.hy-feature-ribbon,
	.hy-flow-grid,
	.hy-capability-grid,
	.hy-capability-proof,
	.hy-case-showcase,
	.hy-case-metrics,
	.hy-industry-grid,
	.hy-resource-grid,
	.hy-faq-grid,
	.rs-topic-grid,
	.rs-article-grid,
	.rs-value-grid,
	.rs-related-grid,
	.rs-step-grid,
	.anti-summary-strip,
	.anti-capability-grid,
	.anti-config-grid,
	.anti-panorama,
	.rs-faq-list,
	.ra-related,
	.hy-logo-grid,
	.hy-footer-inner {
		grid-template-columns: 1fr;
	}

	.hy-copyright-card,
	.hy-compliance-grid {
		grid-template-columns: 1fr;
	}

	.hy-assurance-layout .hy-compliance-grid {
		grid-template-columns: 1fr;
	}

	.hy-copyright-icon,
	.hy-copyright-link {
		justify-self: start;
	}

	.hy-copyright-link {
		grid-column: auto;
	}

	.ra-content {
		padding: 22px;
	}

	.hy-trust-strip {
		justify-content: flex-start;
		flex-wrap: wrap;
		row-gap: 12px;
		padding: 16px 18px;
	}

	.hy-trust-strip > span {
		flex-basis: 100%;
		padding-right: 0;
		margin-right: 0;
	}

	.hy-trust-strip div {
		width: calc(50% - 6px);
		padding: 0;
	}

	.hy-trust-strip div::before {
		display: none;
	}

	.hy-industry-feature,
	.hy-industry-feature-content {
		min-height: 300px;
	}

	.hy-industry-feature-content {
		width: 100%;
		padding: 26px;
	}

	.hy-industry-cues {
		top: 18px;
		right: 18px;
		width: 168px;
		grid-template-columns: 1fr;
	}

	.hy-industry-cues span {
		justify-content: flex-start;
		min-height: 38px;
		font-size: 12px;
	}

	.hy-dashboard-card {
		padding: 16px;
	}

	.hy-dashboard-body {
		height: 210px;
	}

	.hy-phone-card {
		display: none;
	}

	.hy-side-badges {
		grid-template-columns: 1fr;
	}

	.hy-section {
		padding: 46px 0;
	}

	.hy-section-head {
		display: block;
	}

	.hy-section-head a {
		display: inline-flex;
		margin-top: 12px;
	}

	.hy-flow-card,
	.anti-feature-card,
	.anti-capability-card,
	.anti-config-card,
	.anti-proof-panel,
	.anti-showcase-item,
	.anti-package-intro,
	.hy-capability-copy,
	.hy-capability-grid article,
	.hy-scene-belt,
	.hy-lifecycle-track article,
	.hy-copyright-card,
	.hy-deploy-panel,
	.hy-security-proof,
	.hy-compliance-panel,
	.hy-compliance-grid article,
	.hy-faq-grid article,
	.hy-delivery-panel {
		padding: 22px;
	}

	.hy-scenario-strip {
		padding: 14px;
	}

	.hy-module-row {
		grid-template-columns: 1fr;
	}

	.hy-module-row strong,
	.hy-module-row a {
		min-height: auto;
		padding: 14px 16px;
	}

	.hy-module-row a {
		border-left: 0;
		border-top: 1px solid #edf2fb;
	}

	.hy-case-metrics div {
		border-left: 0;
		border-right: 0;
	}

	.hy-case-logos,
	.hy-case-summary {
		padding: 22px;
	}

	.hy-deploy-options div {
		grid-template-columns: 38px 1fr;
	}

	.hy-deploy-options span {
		grid-column: 2;
	}

	.hy-delivery-visual {
		flex-direction: column;
		min-height: 280px;
		padding: 22px;
	}

	.hy-delivery-card {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-top: 18px;
	}

	.hy-function-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.hy-function-list span {
		min-height: 54px;
		font-size: 13px;
	}

	.hy-security-card,
	.hy-review-card,
	.hy-news-card {
		padding: 22px;
	}

	.anti-hero-visual img {
		aspect-ratio: 4 / 3;
	}

	.anti-showcase-item img {
		min-height: 220px;
	}

	.anti-package-list {
		margin-top: 14px;
	}

	.anti-package-list summary {
		grid-template-columns: 1fr;
		gap: 6px;
		padding: 14px 18px;
	}

	.anti-package-list summary em {
		justify-self: start;
	}

	.hy-news-card a:not(.hy-section-head a) {
		grid-template-columns: 1fr;
	}

	.hy-cta-inner {
		padding: 28px 22px;
	}
}

.rs-page.qbank-page .qbank-hero {
	background:
		linear-gradient(120deg, rgba(29, 117, 255, .1), rgba(255,255,255,0) 42%),
		linear-gradient(180deg, #f3f8ff 0%, #ffffff 100%);
}

.rs-page.qbank-page .qbank-summary-section {
	background: #fff;
}

.rs-page.qbank-page .qbank-capability-card {
	display: flex;
	flex-direction: column;
	min-height: 286px;
	padding: 20px;
}

.rs-page.qbank-page .qbank-card-head {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-bottom: 18px;
}

.rs-page.qbank-page .qbank-cap-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(180deg, #eaf3ff, #ffffff);
	border: 1px solid #d9e7fb;
	color: #1f69f1;
	font-size: 20px;
	line-height: 1;
	flex: 0 0 auto;
}

.rs-page.qbank-page .qbank-cap-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 20px;
	line-height: 1;
}

.rs-page.qbank-page .qbank-capability-card .anti-card-tags {
	align-content: start;
	margin: 0;
	padding-top: 1px;
}

.rs-page.qbank-page .qbank-capability-card h3 {
	padding: 0;
	margin-top: 0;
}

.rs-page.qbank-page .qbank-capability-card p {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.rs-page.ai-page .ai-hero {
	background:
		linear-gradient(120deg, rgba(31, 105, 241, .1), rgba(255,255,255,0) 42%),
		linear-gradient(180deg, #f2f7ff 0%, #ffffff 100%);
}

.rs-page.ai-page .ai-hero .rs-hero-inner {
	grid-template-columns: minmax(0, .95fr) minmax(430px, .9fr);
}

.rs-page.ai-page .ai-hero-visual {
	position: relative;
	margin: 0;
	padding: 12px;
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff, #edf5ff);
	border: 1px solid #d7e6fb;
	box-shadow: 0 22px 54px rgba(24, 89, 190, .14);
}

.rs-page.ai-page .ai-hero-visual::after {
	content: "AI 课程生成 · 培训效果 · 数据报表";
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(190, 211, 244, .95);
	color: #214574;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(24, 89, 190, .1);
}

.rs-page.ai-page .ai-hero-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}

.rs-page.ai-page .ai-summary-section {
	background: #fff;
}

.rs-page.ai-page .ai-answer-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 28px;
	align-items: start;
}

.rs-page.ai-page .ai-answer-main .rs-section-head {
	margin-bottom: 20px;
}

.rs-page.ai-page .ai-answer-box,
.rs-page.ai-page .ai-side-panel {
	border: 1px solid #dfeafb;
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 89, 190, .07);
}

.rs-page.ai-page .ai-answer-box {
	padding: 24px;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(31, 105, 241, .08), rgba(122, 92, 255, .08)),
		#fff;
}

.rs-page.ai-page .ai-answer-box h3,
.rs-page.ai-page .ai-side-panel h3 {
	margin: 0 0 12px;
	color: #101b32;
	font-size: 20px;
	line-height: 1.35;
}

.rs-page.ai-page .ai-answer-box p {
	margin: 0;
	color: #4c5b73;
	font-size: 16px;
	line-height: 1.9;
}

.rs-page.ai-page .ai-answer-points {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.rs-page.ai-page .ai-answer-points article {
	min-height: 154px;
	padding: 18px;
	border-radius: 14px;
	background: #f8fbff;
	border: 1px solid #e1ebf8;
}

.rs-page.ai-page .ai-answer-points i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 14px;
	border-radius: 12px;
	background: #eaf3ff;
	color: #1f69f1;
}

.rs-page.ai-page .ai-answer-points strong,
.rs-page.ai-page .ai-answer-points span {
	display: block;
}

.rs-page.ai-page .ai-answer-points strong {
	color: #12264c;
	font-size: 16px;
}

.rs-page.ai-page .ai-answer-points span {
	margin-top: 7px;
	color: #62708a;
	font-size: 13px;
	line-height: 1.65;
}

.rs-page.ai-page .ai-side-panel {
	position: sticky;
	top: 94px;
	padding: 22px;
	border-radius: 16px;
}

.rs-page.ai-page .ai-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rs-page.ai-page .ai-capability-card {
	display: flex;
	flex-direction: column;
	min-height: 286px;
	padding: 20px;
}

.rs-page.ai-page .ai-card-head {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	margin-bottom: 18px;
}

.rs-page.ai-page .ai-cap-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(180deg, #eaf3ff, #ffffff);
	border: 1px solid #d9e7fb;
	color: #1f69f1;
	font-size: 20px;
	line-height: 1;
	flex: 0 0 auto;
}

.rs-page.ai-page .ai-cap-icon i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	font-size: 20px;
	line-height: 1;
}

.rs-page.ai-page .ai-capability-card .anti-card-tags {
	align-content: start;
	margin: 0;
	padding-top: 1px;
}

.rs-page.ai-page .ai-capability-card h3 {
	padding: 0;
	margin-top: 0;
}

.rs-page.ai-page .ai-capability-card p {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.rs-page.ai-page .ai-scenario-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rs-page.ai-page .ai-scenario-grid article {
	min-height: 220px;
	padding: 22px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #dfeafb;
	box-shadow: 0 12px 30px rgba(24, 89, 190, .06);
}

.rs-page.ai-page .ai-scenario-grid i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: #eff6ff;
	color: #1f69f1;
	font-size: 20px;
}

.rs-page.ai-page .ai-scenario-grid h3 {
	margin: 0 0 10px;
	color: #12264c;
	font-size: 18px;
	line-height: 1.35;
}

.rs-page.ai-page .ai-scenario-grid p {
	margin: 0;
	color: #62708a;
	font-size: 14px;
	line-height: 1.75;
}

.rs-page.ai-page .ai-showcase .anti-showcase-item figure {
	background: linear-gradient(180deg, #f6faff, #ffffff);
}

.rs-page.ai-page .ai-showcase .anti-showcase-item img {
	object-fit: cover;
	object-position: center;
}

.rs-page.ai-page .ai-matrix .rs-matrix-row {
	grid-template-columns: .8fr 1.15fr 1.45fr;
}

.rs-page.ai-page .ai-link-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #e5eefb;
}

.rs-page.ai-page .ai-link-strip a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #dfeafb;
	color: #294263;
	font-size: 13px;
	font-weight: 800;
	transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.rs-page.ai-page .ai-link-strip a:hover {
	transform: translateY(-1px);
	border-color: rgba(31, 105, 241, .35);
	color: #1f69f1;
}

@media (max-width: 1180px) {
	.rs-page.ai-page .ai-capability-grid,
	.rs-page.ai-page .ai-scenario-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rs-page.ai-page .ai-answer-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.rs-page.ai-page .ai-hero .rs-hero-inner,
	.rs-page.ai-page .ai-answer-layout {
		grid-template-columns: 1fr;
	}

	.rs-page.ai-page .ai-side-panel {
		position: static;
	}

	.rs-page.ai-page .ai-hero-visual {
		max-width: 620px;
	}

	.rs-page.ai-page .ai-matrix .rs-matrix-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.rs-page.ai-page .ai-hero-visual {
		padding: 8px;
		border-radius: 14px;
	}

	.rs-page.ai-page .ai-hero-visual::after {
		left: 16px;
		right: 16px;
		bottom: 16px;
		justify-content: center;
		font-size: 11px;
	}

	.rs-page.ai-page .ai-answer-box,
	.rs-page.ai-page .ai-side-panel {
		padding: 18px;
	}

	.rs-page.ai-page .ai-answer-points,
	.rs-page.ai-page .ai-capability-grid,
	.rs-page.ai-page .ai-scenario-grid {
		grid-template-columns: 1fr;
	}

	.rs-page.ai-page .ai-answer-points article,
	.rs-page.ai-page .ai-scenario-grid article {
		min-height: auto;
	}
}
