:root {
	--bg: #020713;
	--panel: rgba(7, 16, 31, 0.76);
	--panel-solid: #071121;
	--line: rgba(53, 121, 213, 0.22);
	--muted: #9aa8c2;
	--text: #f7fbff;
	--blue: #0b7cff;
	--cyan: #20b7ff;
	--deep-blue: #004ecb;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	min-width: 1400px;
	margin: 0;
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
	color: var(--text);
	background:
		radial-gradient(48% 42% at 64% 28%, rgba(3, 107, 255, 0.13), rgba(3, 107, 255, 0) 68%),
		linear-gradient(180deg, #020713 0%, #030916 52%, #02060f 100%);
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	font-family: inherit;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 66px;
	background: rgba(2, 7, 15, 0.94);
	border-bottom: 1px solid rgba(56, 120, 217, 0.08);
	backdrop-filter: blur(14px);
}

.header-inner {
	width: 1380px;
	height: 66px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brand {
	display: flex;
	align-items: center;
	width: 262px;
	height: 44px;
}

.brand-logo-img {
	width: 262px;
	max-height: 32px;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 0 10px rgba(38, 105, 255, 0.20));
}

.nav-download {
	width: 142px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	color: #05101f;
	background: #ffffff;
	box-shadow:
		0 14px 28px rgba(7, 111, 255, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.86);
	font-size: 16px;
	font-weight: 500;
}

.button-icon {
	display: block;
	object-fit: contain;
	flex: 0 0 auto;
}

.nav-download .button-icon {
	width: 20px;
	height: 20px;
}

.nav-download svg {
	width: 19px;
	height: 19px;
	stroke-width: 2.2px;
}

.page-shell {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding: 128px 0 34px;
	background:
		radial-gradient(56% 60% at 70% 13%, rgba(0, 102, 255, 0.22), rgba(0, 102, 255, 0) 62%),
		radial-gradient(34% 58% at 38% 16%, rgba(0, 128, 255, 0.10), rgba(0, 128, 255, 0) 66%),
		linear-gradient(120deg, rgba(3, 24, 54, 0.32), rgba(2, 8, 19, 0.10) 56%, rgba(3, 12, 28, 0.40));
}

.page-shell::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(37, 94, 168, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 94, 168, 0.055) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0) 70%);
}

.hero,
.process-lines,
.ai-control-section,
.ai-workbench-section,
.feature-strip,
.deploy-flow,
.bottom-cta {
	position: relative;
	z-index: 1;
	width: 1380px;
	margin-left: auto;
	margin-right: auto;
}

.hero {
	height: 620px;
}

.hero-inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.hero-copy {
	width: 560px;
	flex: 0 0 560px;
	padding: 38px 0 0 4px;
}

.source-pill {
	width: 246px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid rgba(58, 123, 217, 0.30);
	border-radius: 18px;
	background: rgba(8, 20, 38, 0.72);
	color: #b8c8df;
	font-size: 14px;
}

.source-pill span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1584ff;
	box-shadow: 0 0 12px rgba(21, 132, 255, 0.9);
}

.hero h1 {
	margin: 24px 0 0;
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: 0;
}

.hero h1 span {
	display: block;
	font-size: 58px;
	white-space: nowrap;
	color: #ffffff;
	text-shadow: 0 0 24px rgba(69, 132, 255, 0.12);
}

.hero h1 strong {
	display: block;
	margin-top: 10px;
	font-size: 54px;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-shadow: 0 16px 42px rgba(11, 124, 255, 0.32);
}

.hero-subtitle {
	margin: 24px 0 66px;
	color: rgba(245, 248, 255, 0.78);
	font-size: 22px;
	line-height: 1.72;
	letter-spacing: 0;
}

.primary-download {
	width: 306px;
	height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	border-radius: 10px;
	background: linear-gradient(100deg, #0875ff 0%, #0c83ff 53%, #1495ff 100%);
	box-shadow: 0 17px 34px rgba(7, 111, 255, 0.34);
	font-size: 25px;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-download:hover {
	transform: translateY(-1px);
	box-shadow: 0 20px 38px rgba(7, 119, 255, 0.44);
}

.nav-download:hover {
	transform: translateY(-1px);
	box-shadow:
		0 16px 30px rgba(7, 119, 255, 0.30),
		inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.primary-download .button-icon {
	width: 34px;
	height: 34px;
}

.hero-download {
	position: relative;
	width: 260px;
	height: 82px;
	gap: 17px;
	overflow: hidden;
	color: #05101f;
	background: #ffffff;
	border-radius: 999px;
	box-shadow:
		0 20px 44px rgba(7, 111, 255, 0.28),
		0 0 38px rgba(39, 151, 255, 0.34),
		inset 0 0 0 1px rgba(255, 255, 255, 0.90);
	font-size: 26px;
	font-weight: 500;
}

.hero-download::before {
	content: "";
	position: absolute;
	top: -34%;
	left: -58%;
	width: 46%;
	height: 168%;
	border-radius: 999px;
	background: linear-gradient(
		105deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.16) 24%,
		rgba(255, 255, 255, 0.92) 48%,
		rgba(255, 255, 255, 0.38) 62%,
		rgba(255, 255, 255, 0) 100%
	);
	filter: blur(1px);
	transform: skewX(-22deg);
	animation: heroButtonShine 2.7s ease-in-out infinite;
	pointer-events: none;
}

.hero-download svg,
.hero-download span {
	position: relative;
	z-index: 1;
}

.hero-download:hover {
	box-shadow:
		0 24px 50px rgba(255, 255, 255, 0.22),
		0 0 42px rgba(255, 255, 255, 0.26),
		inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.hero-download .button-icon {
	width: 42px;
	height: 42px;
}

.hero-download svg {
	width: 29px;
	height: 29px;
	stroke-width: 2.2px;
}

@keyframes heroButtonShine {
	0% {
		left: -72%;
		opacity: 0;
	}
	18% {
		opacity: 1;
	}
	48% {
		opacity: 0.95;
	}
	70% {
		left: 124%;
		opacity: 0;
	}
	100% {
		left: 124%;
		opacity: 0;
	}
}

.system-note {
	width: 224px;
	margin: 14px 0 0;
	text-align: center;
	color: rgba(246, 249, 255, 0.67);
	font-size: 15px;
	white-space: nowrap;
}

.app-preview {
	position: relative;
	width: 800px;
	height: 600px;
	flex: 0 0 800px;
	margin-top: -4px;
	border-radius: 22px;
	background: transparent;
	padding: 0;
	box-shadow: none;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-preview::before {
	content: "";
	position: absolute;
	inset: 28px -22px 28px 38px;
	border-radius: 34px;
	background:
		radial-gradient(62% 62% at 72% 38%, rgba(36, 132, 255, 0.34), rgba(36, 132, 255, 0) 70%),
		linear-gradient(120deg, rgba(34, 118, 255, 0.20), rgba(22, 46, 119, 0.08));
	filter: blur(20px);
	pointer-events: none;
}

.app-preview-img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	max-height: 100%;
	display: block;
	object-fit: contain;
	border-radius: 20px;
	filter: contrast(1.02) brightness(1.02) saturate(1.02);
	box-shadow:
		0 0 0 1px rgba(56, 140, 255, 0.34),
		0 28px 58px rgba(0, 0, 0, 0.46),
		0 0 58px rgba(0, 112, 255, 0.24);
}

.app-frame {
	position: relative;
	height: 100%;
	display: grid;
	grid-template-columns: 148px 346px 1fr;
	border-radius: 16px;
	background: rgba(5, 12, 24, 0.96);
	overflow: hidden;
}

.app-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 16px;
	pointer-events: none;
}

.app-sidebar {
	padding: 15px 12px;
	background: linear-gradient(180deg, rgba(5, 14, 29, 0.98), rgba(4, 12, 20, 0.98));
	border-right: 1px solid rgba(67, 124, 209, 0.13);
}

.app-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px 4px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 9px;
	font-weight: 700;
	white-space: nowrap;
}

.app-logo img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.app-menu {
	height: 34px;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	margin-bottom: 3px;
	border-radius: 6px;
	color: rgba(215, 226, 244, 0.78);
	font-size: 12px;
}

.app-menu svg {
	width: 15px;
	height: 15px;
}

.app-menu.active {
	color: #2c82ff;
	background: rgba(25, 112, 255, 0.15);
}

.workspace-panel {
	padding: 23px 24px;
	background:
		linear-gradient(90deg, rgba(5, 13, 26, 0.97), rgba(4, 10, 20, 0.94)),
		radial-gradient(68% 80% at 82% 42%, rgba(0, 107, 255, 0.14), transparent 64%);
}

.workspace-panel h2 {
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 800;
}

.workspace-panel h3,
.chat-title {
	margin: 0 0 10px;
	color: rgba(245, 248, 255, 0.82);
	font-size: 12px;
	font-weight: 700;
}

.workspace-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 10px;
}

.workspace-card {
	position: relative;
	min-height: 55px;
	padding: 13px 26px 11px 12px;
	border-radius: 8px;
	background: rgba(13, 24, 42, 0.78);
	border: 1px solid rgba(78, 133, 211, 0.12);
}

.workspace-card strong {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: #f1f5ff;
}

.workspace-card span {
	display: block;
	color: #728098;
	font-size: 10px;
}

.workspace-card svg {
	position: absolute;
	right: 8px;
	top: 18px;
	width: 13px;
	height: 13px;
	color: #66738a;
}

.create-workspace {
	width: 153px;
	height: 34px;
	margin: 10px 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border: 1px solid rgba(78, 133, 211, 0.14);
	border-radius: 7px;
	background: rgba(5, 13, 25, 0.54);
	color: rgba(229, 238, 255, 0.75);
	font-size: 11px;
}

.create-workspace svg {
	width: 15px;
	height: 15px;
}

.recent-title {
	margin-bottom: 10px;
	color: rgba(247, 250, 255, 0.9);
	font-size: 13px;
	font-weight: 700;
}

.recent-list {
	display: grid;
	gap: 9px;
}

.recent-item {
	position: relative;
	min-height: 38px;
	padding: 7px 10px 7px 30px;
	border-radius: 7px;
	color: rgba(231, 239, 255, 0.86);
	font-size: 11px;
}

.recent-item svg {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 15px;
	height: 15px;
	color: #1478ff;
}

.recent-item em {
	display: block;
	margin-top: 3px;
	color: #70809a;
	font-size: 9px;
	font-style: normal;
}

.recent-item.active {
	background: rgba(25, 34, 50, 0.88);
	border: 1px solid rgba(112, 138, 184, 0.14);
}

.recent-item.orange svg {
	color: #ff940f;
}

.recent-item.blue svg {
	color: #226fff;
}

.chat-panel {
	position: relative;
	padding: 20px 17px;
	background: #06101f;
	border-left: 1px solid rgba(67, 124, 209, 0.13);
}

.chat-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 31, 57, 0.58), rgba(6, 13, 23, 0));
	pointer-events: none;
}

.chat-top {
	position: relative;
	z-index: 1;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 9px;
	margin: -6px 0 19px;
	border-radius: 8px;
	background: rgba(12, 25, 45, 0.62);
	color: #aebad0;
	font-size: 10px;
}

.chat-top svg {
	width: 13px;
	height: 13px;
}

.chat-title,
.chat-panel h4,
.question-bubble,
.answer-card,
.chat-input {
	position: relative;
	z-index: 1;
}

.chat-panel h4 {
	margin: 0 0 18px;
	font-size: 13px;
	color: #f4f8ff;
}

.question-bubble {
	width: 170px;
	margin-left: auto;
	padding: 10px 12px;
	border-radius: 8px 8px 2px 8px;
	background: rgba(15, 113, 245, 0.34);
	color: #d7e7ff;
	font-size: 10px;
	line-height: 1.6;
}

.answer-card {
	margin-top: 18px;
	padding: 14px 13px 13px;
	border-radius: 8px;
	background: rgba(12, 25, 42, 0.88);
	color: rgba(240, 245, 255, 0.83);
	font-size: 10px;
	line-height: 1.72;
}

.answer-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 9px;
	color: #e8f2ff;
}

.answer-brand img {
	width: 18px;
	height: 18px;
}

.answer-card ol {
	margin: 0;
	padding-left: 18px;
}

.answer-card p {
	margin: 8px 0 0;
}

.chat-input {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 12px;
	border: 1px solid rgba(78, 133, 211, 0.13);
	border-radius: 18px;
	background: rgba(5, 12, 22, 0.92);
	color: #657389;
	font-size: 10px;
}

.chat-input button {
	width: 24px;
	height: 24px;
	margin-right: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	color: #fff;
	background: #1478ff;
}

.chat-input svg {
	width: 13px;
	height: 13px;
}

.process-lines {
	margin-top: 22px;
	padding: 28px 0 30px;
	border-top: 1px solid rgba(90, 128, 190, 0.28);
	border-bottom: 1px solid rgba(90, 128, 190, 0.24);
	background: transparent;
}

.process-lines .feature-strip,
.process-lines .deploy-flow {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.feature-strip {
	height: 112px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin-top: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.feature-item {
	height: 78px;
	display: flex;
	align-items: center;
	gap: 19px;
	padding-left: 61px;
	border-left: 0;
	border-right: 0;
}

.feature-item + .feature-item {
	border-left: 1px solid rgba(90, 128, 190, 0.20);
}

.feature-icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex: 0 0 auto;
}

.feature-icon svg {
	width: 34px;
	height: 34px;
	stroke-width: 1.8px;
}

.feature-icon.tone-one {
	color: #54b8ff;
	background: rgba(5, 97, 222, 0.24);
	box-shadow: 0 0 24px rgba(0, 119, 255, 0.24);
}

.feature-icon.tone-two {
	color: #7ccbff;
	background: rgba(0, 109, 255, 0.22);
	box-shadow: 0 0 24px rgba(0, 119, 255, 0.20);
}

.feature-icon.tone-three {
	color: #2d7dff;
	background: rgba(22, 64, 186, 0.34);
	box-shadow: 0 0 24px rgba(45, 125, 255, 0.2);
}

.feature-icon.tone-four {
	color: #79c8ff;
	background: rgba(0, 105, 242, 0.22);
	box-shadow: 0 0 24px rgba(0, 119, 255, 0.20);
}

.feature-item h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: 700;
}

.feature-item p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.62;
}

.deploy-flow {
	height: 149px;
	margin-top: 8px;
	padding-top: 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.deploy-flow h2 {
	margin: 0 0 9px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.deploy-flow h2 span {
	color: #1683ff;
	text-shadow: 0 0 18px rgba(31, 126, 255, 0.26);
}

.flow-line {
	width: 1044px;
	height: 83px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 33px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.flow-step {
	display: flex;
	align-items: center;
	gap: 17px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

.flow-step svg {
	width: 44px;
	height: 44px;
	color: #1478ff;
	stroke-width: 1.9px;
	filter: drop-shadow(0 0 14px rgba(20, 120, 255, 0.36));
}

.flow-arrow {
	width: 24px;
	height: 24px;
	color: #8292b2;
}

.ai-control-section {
	margin-top: 84px;
}

.ai-workbench-section {
	margin-top: 82px;
}

.section-heading {
	margin-bottom: 34px;
	text-align: center;
}

.section-heading span {
	display: block;
	margin-bottom: 11px;
	color: #178aff;
	font-size: 17px;
	letter-spacing: 0;
	text-shadow: 0 0 18px rgba(31, 126, 255, 0.24);
}

.section-heading h2 {
	margin: 0;
	color: #ffffff;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.24;
	letter-spacing: 0;
}

.section-heading p {
	width: 760px;
	margin: 17px auto 0;
	color: rgba(230, 238, 255, 0.72);
	font-size: 18px;
	line-height: 1.78;
}

.control-board {
	position: relative;
	min-height: 494px;
	display: grid;
	grid-template-columns: 330px 150px 540px 200px;
	align-items: center;
	gap: 24px;
	padding: 46px 36px;
	border: 0;
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(4, 15, 32, 0.94), rgba(3, 16, 34, 0.78) 44%, rgba(2, 11, 24, 0.92)),
		linear-gradient(180deg, rgba(10, 38, 75, 0.34), rgba(2, 7, 17, 0.20));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 22px 56px rgba(0, 0, 0, 0.28);
	overflow: hidden;
}

.control-board::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(20, 121, 255, 0.12), rgba(20, 121, 255, 0) 31%, rgba(20, 121, 255, 0.08) 72%, rgba(20, 121, 255, 0)),
		linear-gradient(rgba(72, 132, 219, 0.035) 1px, transparent 1px);
	background-size: auto, 100% 54px;
	pointer-events: none;
}

.control-board::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-top: 1px solid rgba(43, 112, 220, 0.32);
	border-bottom: 1px solid rgba(43, 112, 220, 0.32);
	pointer-events: none;
}

.control-copy,
.control-points,
.control-preview {
	position: relative;
	z-index: 1;
}

.control-copy h3 {
	margin: 0 0 24px;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.42;
}

.control-copy p {
	margin: 0 0 32px;
	color: rgba(235, 242, 255, 0.72);
	font-size: 18px;
	line-height: 1.86;
}

.control-download {
	width: 306px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 8px;
	background: linear-gradient(98deg, #095bff 0%, #0a7dff 100%);
	box-shadow: 0 16px 34px rgba(7, 111, 255, 0.34);
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.control-download .button-icon {
	width: 25px;
	height: 25px;
}

.control-points {
	display: grid;
	gap: 68px;
	align-self: center;
}

.control-point {
	padding-left: 0;
	border-left: 0;
}

.control-point h4 {
	margin: 0 0 14px;
	color: #208fff;
	font-size: 21px;
	font-weight: 600;
}

.control-point p {
	margin: 0;
	color: rgba(232, 240, 255, 0.70);
	font-size: 16px;
	line-height: 1.72;
}

.control-preview {
	height: 405px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.control-preview img {
	width: 540px;
	height: 405px;
	display: block;
	object-fit: cover;
	border-radius: 16px;
	border: 1px solid rgba(54, 126, 228, 0.32);
	box-shadow:
		0 0 34px rgba(15, 114, 255, 0.25),
		0 22px 46px rgba(0, 0, 0, 0.40);
}

.control-points-right .control-point {
	padding-left: 0;
}

.workbench-capabilities {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 18px;
}

.capability-item {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 16px;
	align-items: start;
	min-height: 124px;
}

.capability-icon {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.capability-icon svg {
	width: 32px;
	height: 32px;
	stroke-width: 1.8px;
}

.capability-icon.blue {
	color: #58baff;
	background: rgba(5, 92, 222, 0.22);
	box-shadow: 0 0 28px rgba(0, 119, 255, 0.22);
}

.capability-icon.green {
	color: #3ce179;
	background: rgba(26, 178, 91, 0.16);
	box-shadow: 0 0 28px rgba(19, 188, 102, 0.18);
}

.capability-icon.violet {
	color: #b76dff;
	background: rgba(104, 42, 210, 0.24);
	box-shadow: 0 0 28px rgba(143, 72, 255, 0.20);
}

.capability-icon.orange {
	color: #ff9a2f;
	background: rgba(206, 105, 16, 0.18);
	box-shadow: 0 0 28px rgba(255, 145, 41, 0.18);
}

.capability-item h3 {
	margin: 2px 0 10px;
	font-size: 19px;
	font-weight: 600;
}

.capability-item p {
	margin: 0;
	color: rgba(232, 240, 255, 0.70);
	font-size: 14px;
	line-height: 1.68;
}

.comparison-layout {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 32px;
	margin-top: 46px;
}

.compare-panel,
.faq-panel {
	min-height: 452px;
	padding: 36px 38px;
	border: 1px solid rgba(86, 132, 201, 0.28);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(7, 18, 35, 0.74), rgba(3, 11, 24, 0.78)),
		rgba(2, 8, 18, 0.74);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 18px 44px rgba(0, 0, 0, 0.26);
}

.compare-panel h3,
.faq-panel h3 {
	margin: 0 0 24px;
	font-size: 22px;
	font-weight: 500;
}

.compare-panel table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 10px;
	font-size: 15px;
}

.compare-panel th,
.compare-panel td {
	height: 49px;
	padding: 0 22px;
	border: 1px solid rgba(85, 125, 188, 0.17);
	text-align: center;
}

.compare-panel th {
	color: #66adff;
	background: rgba(26, 64, 104, 0.30);
	font-weight: 500;
}

.compare-panel th:first-child,
.compare-panel td:first-child {
	width: 26%;
	color: #ffffff;
}

.compare-panel td {
	font-size: 15px;
	color: rgba(233, 240, 255, 0.72);
	background: rgba(5, 14, 27, 0.48);
}

.faq-panel details {
	border: 1px solid rgba(71, 118, 184, 0.18);
	border-radius: 10px;
	background: rgba(7, 19, 34, 0.62);
	overflow: hidden;
}

.faq-panel details + details {
	margin-top: 12px;
}

.faq-panel summary {
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	color: rgba(242, 247, 255, 0.82);
	font-size: 15px;
	cursor: pointer;
	list-style: none;
}

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

.faq-panel summary svg {
	width: 20px;
	height: 20px;
	color: rgba(229, 238, 255, 0.72);
	transition: transform 0.18s ease;
}

.faq-panel details[open] summary svg {
	transform: rotate(180deg);
}

.faq-panel details p {
	margin: 0;
	padding: 0 18px 16px;
	color: rgba(224, 235, 255, 0.66);
	font-size: 14px;
	line-height: 1.66;
}

.faq-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
	color: #1683ff;
	font-size: 15px;
}

.faq-more svg {
	width: 21px;
	height: 21px;
}

.bottom-cta {
	height: 166px;
	margin-top: 92px;
	display: grid;
	grid-template-columns: 190px 1fr 530px;
	align-items: center;
	border-radius: 20px;
	overflow: hidden;
	background:
		linear-gradient(100deg, rgba(8, 24, 49, 0.96), rgba(11, 44, 83, 0.86) 54%, rgba(6, 24, 50, 0.96)),
		linear-gradient(180deg, #06162b, #05101f);
	border: 1px solid rgba(86, 146, 224, 0.28);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 -14px 34px rgba(0, 88, 220, 0.13);
}

.bottom-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, transparent 0 38%, rgba(98, 176, 255, 0.10) 48%, transparent 60%),
		linear-gradient(160deg, rgba(91, 173, 255, 0.02) 0%, rgba(87, 165, 255, 0.07) 45%, rgba(42, 130, 255, 0.08) 100%);
	opacity: 0.62;
	pointer-events: none;
}

.bottom-cta::after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 8px;
	width: 530px;
	height: 80px;
	background: linear-gradient(95deg, transparent, rgba(88, 166, 255, 0.16), rgba(108, 198, 255, 0.20));
	filter: blur(16px);
	transform: skewX(-18deg);
	pointer-events: none;
}

.cta-icon,
.cta-copy,
.cta-action {
	position: relative;
	z-index: 1;
}

.cta-icon {
	width: 86px;
	height: 72px;
	margin-left: 111px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.cta-icon svg {
	width: 38px;
	height: 38px;
	color: #ffffff;
}

.cta-whale {
	width: 72px;
	height: auto;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.32));
	animation: whaleBounce 1.9s ease-in-out infinite;
}

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

.cta-copy h2 {
	margin: 0 0 12px;
	font-size: 31px;
	font-weight: 500;
	letter-spacing: 0;
}

.cta-copy p,
.cta-action p {
	margin: 0;
	color: rgba(235, 241, 255, 0.72);
	font-size: 16px;
}

.cta-action {
	text-align: center;
}

.cta-action .primary-download {
	margin-bottom: 13px;
}

.shine-download {
	position: relative;
	width: 260px;
	height: 82px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 17px;
	overflow: hidden;
	color: #05101f;
	isolation: isolate;
	background:
		linear-gradient(180deg, #ffffff 0%, #eef4fb 56%, #ffffff 100%);
	border-radius: 999px;
	box-shadow:
		0 20px 44px rgba(255, 255, 255, 0.18),
		0 0 34px rgba(255, 255, 255, 0.20),
		inset 0 0 0 1px rgba(255, 255, 255, 0.90);
	font-size: 26px;
	font-weight: 500;
}

.control-download.shine-download {
	width: 260px;
	height: 82px;
	font-size: 26px;
}

.cta-action .shine-download {
	width: 260px;
	height: 82px;
	font-size: 26px;
}

.company-info {
	position: relative;
	z-index: 1;
	width: 1380px;
	margin: 24px auto 0;
	text-align: center;
	color: rgba(225, 236, 255, 0.58);
	font-size: 14px;
}

.shine-download::before {
	content: none;
	position: absolute;
	z-index: 1;
	top: -42%;
	left: -72%;
	width: 34%;
	height: 186%;
	border-radius: 999px;
	background: linear-gradient(
		105deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(37, 156, 255, 0.12) 16%,
		rgba(74, 184, 255, 0.76) 36%,
		rgba(255, 255, 255, 0.98) 48%,
		rgba(64, 174, 255, 0.76) 60%,
		rgba(20, 128, 255, 0.14) 82%,
		rgba(255, 255, 255, 0) 100%
	);
	box-shadow:
		0 0 20px 9px rgba(47, 168, 255, 0.72),
		0 0 42px 16px rgba(7, 111, 255, 0.34);
	filter: blur(0.4px);
	transform: skewX(-22deg);
	animation: heroButtonShine 2.35s ease-in-out infinite;
	pointer-events: none;
}

.shine-download svg,
.shine-download span {
	position: relative;
	z-index: 2;
}

.shine-download svg {
	width: 29px;
	height: 29px;
	stroke-width: 2.2px;
}

.shine-download:hover {
	transform: translateY(-1px);
	box-shadow:
		0 24px 50px rgba(7, 119, 255, 0.40),
		0 0 46px rgba(39, 151, 255, 0.42),
		inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.toast {
	position: fixed;
	left: 50%;
	bottom: 34px;
	z-index: 20;
	transform: translate(-50%, 20px);
	padding: 12px 20px;
	border: 1px solid rgba(74, 129, 255, 0.32);
	border-radius: 999px;
	background: rgba(6, 13, 26, 0.94);
	color: #dce9ff;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s ease;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.toast.show {
	opacity: 1;
	transform: translate(-50%, 0);
}
