.roai-hero-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 40%, #f0ebff 70%, #f5f3ff 100%);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	isolation: isolate;
}

.roai-hero-content-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
}

.roai-hero-content {
	max-width: 64rem;
	margin: 0 auto;
	padding: 3rem 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.roai-hero-title {
	margin: 0;
	font-size: clamp(3rem, 6vw, 6rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: #111827;
}

.roai-hero-title-line {
	display: block;
}

.roai-hero-title-highlight {
	margin-left: 0.35ch;
	background: linear-gradient(to right, #7c3aed, #a855f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	white-space: nowrap;
}

.roai-hero-description {
	max-width: 42rem;
	margin: 0 auto;
	font-size: clamp(1.25rem, 2.1vw, 2rem);
	font-weight: 600;
	line-height: 1.35;
	color: #4b5563;
}

.roai-hero-actions {
	display: flex;
	justify-content: center;
}

.roai-hero-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.875rem 2rem;
	border-radius: 9999px;
	font-weight: 600;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(90deg, #7c3aed, #a855f7, #7c3aed);
	background-size: 200% 100%;
	animation: roai-hero-gradient 3s ease infinite;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	white-space: nowrap;
}

.roai-hero-cta-btn:hover,
.roai-hero-cta-btn:focus {
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35);
}

.roai-hero-cta-arrow {
	font-size: 1rem;
}

@keyframes roai-hero-gradient {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.roai-hero-trust {
	font-size: 1.25rem;
	color: #4b5563;
}

.roai-hero-blob {
	position: absolute;
	border-radius: 9999px;
	pointer-events: none;
	filter: blur(80px);
	z-index: 0;
}

.roai-hero-blob-one {
	top: -80px;
	left: -80px;
	width: 420px;
	height: 420px;
	opacity: 0.15;
	background: radial-gradient(circle, #7c3aed, transparent 70%);
}

.roai-hero-blob-two {
	bottom: -60px;
	right: -60px;
	width: 380px;
	height: 380px;
	opacity: 0.1;
	background: radial-gradient(circle, #a855f7, transparent 70%);
}

.roai-hero-blob-three {
	top: 50%;
	left: 50%;
	width: 600px;
	height: 300px;
	transform: translate(-50%, -50%);
	opacity: 0.1;
	background: radial-gradient(ellipse, #6d28d9, transparent 70%);
}

.roai-hero-dot-grid {
	position: absolute;
	inset: 0;
	opacity: 0.06;
	background-image: radial-gradient(circle, #a78bfa 1px, transparent 1px);
	background-size: 32px 32px;
	z-index: 0;
}

.roai-hero-floating-card,
.roai-hero-chip {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.roai-hero-floating-card-top {
	top: 4rem;
	right: 3rem;
	width: 16rem;
	opacity: 0.7;
	transform: rotate(6deg);
}

.roai-hero-floating-card-bottom {
	bottom: 5rem;
	left: 2.5rem;
	width: 14rem;
	opacity: 0.6;
	transform: rotate(-6deg);
}

.roai-mini-card {
	padding: 1.25rem;
	border-radius: 0.75rem;
	backdrop-filter: blur(6px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.roai-mini-card-purple {
	background: rgba(250, 245, 255, 0.9);
	border: 1px solid rgba(216, 180, 254, 0.7);
}

.roai-mini-card-indigo {
	background: rgba(238, 242, 255, 0.9);
	border: 1px solid rgba(199, 210, 254, 0.7);
}

.roai-line {
	height: 6px;
	border-radius: 9999px;
	margin-bottom: 0.375rem;
}

.roai-line:last-child {
	margin-bottom: 0;
}

.roai-line-xl { width: 7rem; background: rgba(168, 85, 247, 0.6); height: 12px; margin-bottom: 0.75rem; }
.roai-line-lg { width: 6rem; background: rgba(129, 140, 248, 0.6); height: 12px; margin-bottom: 0.75rem; }
.roai-line-md { width: 10rem; }
.roai-line-sm { width: 8rem; }
.roai-line-three { width: 75%; }
.roai-line-four { width: 66.666%; }
.roai-line-five { width: 83.333%; }
.roai-line-full { width: 100%; }
.roai-line-gray { background: rgba(156, 163, 175, 0.4); }
.roai-line-gray-light { background: rgba(156, 163, 175, 0.3); }
.roai-line-gray-faint { background: rgba(209, 213, 219, 0.5); }
.roai-line-purple-soft { background: rgba(192, 132, 252, 0.5); }
.roai-line-indigo { background: rgba(129, 140, 248, 0.5); }
.roai-line-indigo-soft { background: rgba(129, 140, 248, 0.5); }

.roai-hero-chip {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.625rem 1.25rem;
	border: 1px solid #d8b4fe;
	background: #f3e8ff;
	border-radius: 9999px;
}

.roai-hero-chip-left {
	top: 7rem;
	left: 4rem;
	opacity: 0.8;
	transform: rotate(-3deg);
}

.roai-hero-chip-right {
	top: 50%;
	right: 4rem;
	opacity: 0.7;
	transform: rotate(2deg);
}

.roai-hero-chip-rect {
	border-radius: 0.75rem;
	padding: 1rem;
	gap: 0;
	flex-direction: column;
	align-items: flex-start;
}

.roai-hero-chip-dot {
	width: 10px;
	height: 10px;
	border-radius: 9999px;
	background: #a855f7;
	animation: roai-pulse 1.6s ease-in-out infinite;
}

.roai-hero-chip-line {
	height: 8px;
	width: 8rem;
	border-radius: 9999px;
	background: rgba(192, 132, 252, 0.6);
}

.roai-hero-chip-line-long {
	width: 9rem;
	margin-bottom: 0.5rem;
}

.roai-hero-chip-line-short {
	width: 7rem;
	height: 6px;
	background: rgba(209, 213, 219, 0.6);
}

.roai-hero-bottom-gradient {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10rem;
	background: linear-gradient(to bottom, transparent, #f9fafb);
	z-index: 1;
	pointer-events: none;
}

@keyframes roai-pulse {
	0%,
	100% { opacity: 1; }
	50% { opacity: 0.45; }
}

@media (max-width: 1024px) {
	.roai-hero-floating-card,
	.roai-hero-chip {
		display: none;
	}

	.roai-hero-section {
		min-height: 820px;
	}
}

@media (max-width: 767px) {
	.roai-hero-content {
		padding: 5rem 1rem 4rem;
		gap: 1.75rem;
	}

	.roai-hero-description {
		max-width: 32rem;
	}

	.roai-hero-trust {
		font-size: 1rem;
	}
}