#home-one {
	position: relative;
	background: #020617;
	color: #fff;
	overflow: hidden;
}

#home-one .isp-hero-new {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 148px 24px 72px;
	overflow: hidden;
	background: #020617;
	font-family: Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

#home-one .isp-hero-grid-canvas {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

#home-one .isp-hero-inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1440px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#home-one .isp-hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 32px;
	padding: 6px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.6);
	font-family: "SF Mono", "Fira Code", "JetBrains Mono", Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#home-one .isp-hero-badge-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #22d3ee;
	animation: ispHeroBreathe 3s ease-in-out infinite;
}

#home-one .isp-hero-title {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.55rem, 5vw, 4.45rem);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

#home-one .isp-hero-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 22px;
}

#home-one .isp-hero-tag {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	background:
		linear-gradient(120deg, transparent 0%, transparent 35%, rgba(34, 211, 238, 0.08) 45%, rgba(34, 211, 238, 0.12) 50%, rgba(34, 211, 238, 0.08) 55%, transparent 65%, transparent 100%),
		rgba(255, 255, 255, 0.02);
	background-size: 200% 100%;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: rgba(255, 255, 255, 0.8);
	font-family: "SF Mono", "Fira Code", "JetBrains Mono", Consolas, monospace;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	animation: ispHeroTagShimmer 4s ease-in-out infinite;
	transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.25s ease;
}

#home-one .isp-hero-tag:hover {
	border-color: rgba(34, 211, 238, 0.5);
	box-shadow: 0 0 18px rgba(34, 211, 238, 0.12);
	transform: translateY(-1px);
}

#home-one .isp-hero-tag span {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #22d3ee;
	transition: box-shadow 0.3s ease;
}

#home-one .isp-hero-tag:hover span {
	box-shadow: 0 0 10px #22d3ee;
}

#home-one .isp-hero-slogan {
	max-width: 820px;
	margin: 20px 0 0;
	font-size: clamp(1.55rem, 3vw, 2.6rem);
	font-weight: 850;
	line-height: 1.25;
}

#home-one .isp-hero-slogan span {
	background: linear-gradient(90deg, #fff, #67e8f9, #06b6d4);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

#home-one .isp-hero-desc {
	max-width: min(1180px, calc(100vw - 48px));
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: clamp(0.92rem, 1.5vw, 1rem);
	line-height: 1.85;
}

#home-one .isp-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
}

#home-one .isp-hero-actions a {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

#home-one .isp-hero-google {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.02);
	color: #fff;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

#home-one .isp-hero-google svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

#home-one .isp-hero-google:hover {
	border-color: rgba(34, 211, 238, 0.5);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 8px 25px rgba(34, 211, 238, 0.08);
	transform: translateY(-2px);
}

#home-one .isp-hero-buy {
	border: 1px solid #22d3ee;
	background: #22d3ee;
	color: #020617;
}

#home-one .isp-hero-buy:hover {
	background: #67e8f9;
	box-shadow: 0 0 35px rgba(34, 211, 238, 0.4);
	transform: translateY(-2px);
}

#home-one .isp-hero-metrics {
	width: min(100%, 1380px);
	margin: 80px auto 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(210px, 1fr));
	gap: 20px;
}

#home-one .isp-hero-metric {
	position: relative;
	overflow: hidden;
	min-height: 136px;
	padding: 22px 22px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	text-align: center;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}

#home-one .isp-hero-metric::after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #22d3ee;
	transition: width 0.35s ease;
}

#home-one .isp-hero-metric:hover {
	border-color: rgba(34, 211, 238, 0.4);
	box-shadow: 0 8px 30px rgba(34, 211, 238, 0.06);
	transform: translateY(-2px);
}

#home-one .isp-hero-metric:hover::after {
	width: 60%;
}

#home-one .isp-hero-metric strong {
	display: block;
	min-height: 38px;
	color: #fff;
	font-size: clamp(1.28rem, 1.75vw, 1.82rem);
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
	transition: color 0.3s ease, text-shadow 0.3s ease;
}

#home-one .isp-hero-metric strong.accent,
#home-one .isp-hero-metric:hover strong {
	color: #22d3ee;
	text-shadow: 0 0 20px rgba(34, 211, 238, 0.4);
}

#home-one .isp-hero-metric span {
	display: block;
	margin-top: 6px;
	color: rgba(34, 211, 238, 0.7);
	font-family: "SF Mono", "Fira Code", "JetBrains Mono", Consolas, monospace;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

#home-one .isp-hero-metric p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, 0.4);
	font-size: 12px;
	line-height: 1.5;
}

#home-one .anim-fade-up {
	opacity: 0;
	animation: ispHeroFadeUp 1s ease forwards;
}

#home-one .anim-delay-1 {
	animation-delay: 0.3s;
}

#home-one .anim-delay-2 {
	animation-delay: 0.6s;
}

#home-one .anim-delay-3 {
	animation-delay: 0.85s;
}

#home-one .anim-delay-3a {
	animation-delay: 0.95s;
}

#home-one .anim-delay-4 {
	animation-delay: 1.3s;
}

#home-one .anim-delay-5 {
	animation-delay: 1.5s;
}

#home-one .anim-delay-6 {
	animation-delay: 1.7s;
}

@keyframes ispHeroFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ispHeroBreathe {
	0%,
	100% {
		opacity: 1;
		box-shadow: 0 0 4px #22d3ee;
	}

	50% {
		opacity: 0.4;
		box-shadow: 0 0 10px #22d3ee;
	}
}

@keyframes ispHeroTagShimmer {
	0% {
		background-position: -200% center;
	}

	100% {
		background-position: 200% center;
	}
}

@media (max-width: 1100px) {
	#home-one .isp-hero-new {
		padding-top: 128px;
	}

	#home-one .isp-hero-metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	#home-one .isp-hero-desc {
		white-space: nowrap;
	}
}

@media (max-width: 760px) {
	#home-one .isp-hero-new {
		min-height: auto;
		padding: 112px 18px 56px;
	}

	#home-one .isp-hero-badge {
		margin-bottom: 24px;
	}

	#home-one .isp-hero-desc br {
		display: none;
	}

	#home-one .isp-hero-actions {
		width: 100%;
		margin-top: 32px;
	}

	#home-one .isp-hero-actions a {
		width: 100%;
		max-width: 320px;
	}

	#home-one .isp-hero-metrics {
		margin-top: 56px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	#home-one .isp-hero-metric {
		min-height: 126px;
		padding: 18px 12px;
	}
}

@media (max-width: 480px) {
	#home-one .isp-hero-tags {
		gap: 8px;
	}

	#home-one .isp-hero-tag {
		padding: 8px 12px;
		font-size: 12px;
	}

	#home-one .isp-hero-metrics {
		grid-template-columns: 1fr;
	}
}
