/* Ethiopian Visual Hero Section */
.visual-ethiopian-hero {
	width: 100vw;
	max-width: 100%;
	position: relative;
	margin-bottom: 0;
	z-index: 2;
}
.ethiopian-hero-img-wrap {
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: 340px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ethiopian-hero-img {
	width: 100%;
	max-width: 100vw;
	height: 340px;
	object-fit: cover;
	filter: brightness(0.82) saturate(1.18) contrast(1.08);
	border-bottom-left-radius: 44px;
	border-bottom-right-radius: 44px;
	box-shadow: 0 12px 48px 0 rgba(40, 60, 120, 0.22);
	animation: hero-float 8s ease-in-out infinite alternate;
}
.ethiopian-hero-overlay {
	position: absolute;
	inset: 0;
	   background:
		   linear-gradient(120deg, rgba(255, 139, 44, 0.18) 0%, rgba(65, 118, 255, 0.13) 100%);
	opacity: 0.55;
	pointer-events: none;
	z-index: 1;
}
.ethiopian-hero-text {
	position: absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
	color: #fff;
	text-shadow: 0 2px 16px rgba(0,0,0,0.22);
}
.ethiopian-hero-text h2 {
	font-size: 2.6rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
	letter-spacing: 1.5px;
	color: #ff8b2c;
}
.ethiopian-hero-text p {
	font-size: 1.25rem;
	font-weight: 500;
	color: #f5f7ff;
	background: rgba(16,24,54,0.38);
	padding: 0.5em 1.2em;
	border-radius: 18px;
	margin-top: 0.2em;
}
@keyframes hero-float {
	0% { transform: scale(1) translateY(0); }
	100% { transform: scale(1.03) translateY(-12px); }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
	--bg-1: #050f2c;
	--bg-2: #08163f;
	--line: rgba(80, 150, 255, 0.25);
	--panel: rgba(16, 24, 54, 0.78);
	--soft-border: rgba(132, 177, 255, 0.28);
	--text: #f5f7ff;
	--muted: #b5c4e8;
	--accent: #ff8b2c;
}

body {
	font-family: "Poppins", sans-serif;
	color: var(--text);
	min-height: 100vh;
	background:
		radial-gradient(circle at center, #0a1a35 0%, #071022 50%, #020617 100%);
	overflow-x: hidden;
}

html {
	scroll-behavior: smooth;
}

#ai-network {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -4;
	pointer-events: none;
}

.ai-home {
	position: relative;
	padding: 28px 26px 52px;
}

.ai-home::before,
.ai-home::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.ai-home::before {
	background:
		linear-gradient(var(--line) 1px, transparent 1px) 0 0 / 100% 64px,
		linear-gradient(90deg, var(--line) 1px, transparent 1px) 0 0 / 64px 100%;
	opacity: 0.18;
	z-index: -3;
}

.ai-home::after {
	background:
		radial-gradient(circle at 18% 20%, rgba(65, 118, 255, 0.25) 0%, transparent 34%),
		radial-gradient(circle at 86% 16%, rgba(255, 139, 44, 0.16) 0%, transparent 34%),
		radial-gradient(circle at 50% 82%, rgba(40, 155, 255, 0.14) 0%, transparent 40%);
	animation: glow-drift 14s ease-in-out infinite alternate;
	z-index: -2;
}

@keyframes glow-drift {
	0% {
		transform: translate3d(0, 0, 0);
		filter: brightness(1);
	}
	100% {
		transform: translate3d(0, -18px, 0);
		filter: brightness(1.12);
	}
}

.hero-topbar {
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	position: sticky;
	top: 10px;
	z-index: 90;
	padding: 4px 0;
}

.hero-menu {
	flex: 1;
	min-width: 0;
}

.hero-menu-summary {
	display: none;
	list-style: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 18px;
	border: 1px solid rgba(255, 167, 109, 0.24);
	background: rgba(30, 40, 70, 0.5);
	color: var(--text);
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	backdrop-filter: blur(12px);
	box-shadow: 0 0 22px rgba(255, 150, 60, 0.24);
}

.hero-menu-summary::-webkit-details-marker {
	display: none;
}

.hero-nav-contact {
	display: none;
}

.brand-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border-radius: 999px;
	text-decoration: none;
	background: linear-gradient(160deg, rgba(41, 78, 176, 0.96), rgba(17, 37, 90, 0.96));
	border: 2px solid rgba(255, 255, 255, 0.48);
	box-shadow: 0 14px 34px rgba(4, 8, 25, 0.44);
}

.brand-mark {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #f8fbff;
}

.hero-nav {
	flex: 1;
	max-width: 680px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px;
	border-radius: 999px;
	border: 1px solid rgba(255, 167, 109, 0.24);
	background: rgba(30, 40, 70, 0.5);
	backdrop-filter: blur(12px);
	box-shadow: 0 0 22px rgba(255, 150, 60, 0.24);
}

.hero-nav > a,
.hero-drop-btn {
	color: var(--text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-radius: 999px;
	text-decoration: none;
	padding: 11px 16px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.hero-nav > a.active,
.hero-nav > a:hover,
.hero-drop-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 15px rgba(255, 150, 60, 0.38);
}

.hero-dropdown {
	position: relative;
}

.hero-dropdown-menu {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	min-width: 320px;
	background: rgba(16, 22, 45, 0.96);
	border: 1px solid var(--soft-border);
	border-radius: 16px;
	overflow: hidden;
	backdrop-filter: blur(10px);
	box-shadow: 0 30px 45px rgba(5, 10, 28, 0.56);
}

.hero-dropdown-menu a {
	display: block;
	padding: 12px 14px;
	color: var(--text);
	text-decoration: none;
	font-size: 16px;
}

.hero-dropdown-menu a:hover {
	background: rgba(255, 255, 255, 0.08);
}

.hero-dropdown:hover .hero-dropdown-menu {
	display: block;
}

.hero-dropdown:focus-within .hero-dropdown-menu {
	display: block;
}

.contact-pill {
	color: var(--text);
	text-decoration: none;
	border-radius: 999px;
	padding: 12px 20px;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	border: 2px solid var(--accent);
	background: rgba(14, 21, 44, 0.78);
}

main {
	max-width: 1220px;
	margin: 0 auto;
}

.hero {
	min-height: 66vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 64px 16px 38px;
}

.eyebrow {
	color: #89b7ff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero h1 {
	margin-top: 18px;
	max-width: 900px;
	font-size: clamp(44px, 5.8vw, 76px);
	line-height: 1.03;
	font-weight: 800;
}

.hero h1 span {
	display: block;
	color: var(--accent);
}

.hero-copy {
	margin-top: 22px;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	color: var(--muted);
	font-size: clamp(18px, 1.8vw, 30px);
	line-height: 1.35;
}

.hero-actions {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 58px;
	text-decoration: none;
	color: var(--accent);
	font-weight: 800;
	border: 1px solid rgba(255, 138, 61, 0.92);
	background: linear-gradient(135deg, rgba(255, 138, 61, 0.16), rgba(255, 138, 61, 0.04));
	border-radius: 12px;
	padding: 16px 24px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.hero-cta.ghost {
	background: linear-gradient(135deg, rgba(15, 29, 62, 0.98), rgba(28, 45, 92, 0.92));
	border-color: rgba(128, 171, 255, 0.3);
	color: #f5f7ff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hero-cta:hover {
	background: linear-gradient(135deg, #ff8a3d, #ff6d2d);
	color: #ffffff;
	box-shadow: 0 0 24px rgba(255, 140, 70, 0.58);
	transform: translateY(-2px);
}

.content-block {
	margin-top: 36px;
}

.tools-story {
	position: relative;
	margin-top: 28px;
	margin-bottom: 26px;
}

.games-story .tools-story-backdrop {
	background:
		radial-gradient(circle at 18% 26%, rgba(62, 125, 255, 0.2), transparent 40%),
		radial-gradient(circle at 80% 22%, rgba(75, 137, 255, 0.24), transparent 38%),
		repeating-linear-gradient(90deg, rgba(79, 134, 246, 0.08) 0 1px, transparent 1px 82px);
}

.knowledge-story {
	margin-top: 16px;
}

.knowledge-story .tools-story-backdrop {
	background:
		radial-gradient(circle at 22% 24%, rgba(95, 159, 255, 0.2), transparent 42%),
		radial-gradient(circle at 74% 20%, rgba(255, 138, 61, 0.18), transparent 38%),
		repeating-linear-gradient(90deg, rgba(79, 134, 246, 0.08) 0 1px, transparent 1px 82px);
}

.tools-story-sticky {
	position: relative;
	min-height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 26px;
	border: 1px solid rgba(108, 151, 255, 0.18);
	background: rgba(8, 14, 34, 0.84);
	box-shadow: inset 0 0 80px rgba(5, 14, 38, 0.45);
}

.tools-story-backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 26%, rgba(62, 125, 255, 0.22), transparent 40%),
		radial-gradient(circle at 78% 22%, rgba(255, 138, 61, 0.2), transparent 36%),
		repeating-linear-gradient(90deg, rgba(79, 134, 246, 0.08) 0 1px, transparent 1px 82px);
	animation: story-backdrop-drift 13s linear infinite;
	pointer-events: none;
}

.tool-scene {
	position: absolute;
	left: 50%;
	top: 50%;
	width: min(420px, 76vw);
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
	border-radius: 24px;
	border: 1px solid rgba(110, 153, 255, 0.28);
	background: rgba(9, 18, 46, 0.88);
	box-shadow: 0 20px 38px rgba(6, 16, 42, 0.42);
	opacity: 0;
	transform: translate(-50%, -44%) scale(0.72);
	filter: blur(0.5px);
	transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.65s ease, box-shadow 0.65s ease, filter 0.65s ease;
	pointer-events: none;
}

.tool-scene.is-active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	filter: none;
	box-shadow: 0 30px 58px rgba(5, 14, 38, 0.56);
	pointer-events: auto;
	z-index: 4;
}

.tool-scene.is-prev {
	opacity: 0.74;
	transform: translate(calc(-50% - 300px), -45%) rotate(-7deg) scale(0.84);
	z-index: 3;
}

.tool-scene.is-next {
	opacity: 0.74;
	transform: translate(calc(-50% + 300px), -45%) rotate(7deg) scale(0.84);
	z-index: 3;
}

.tool-scene.is-far-left {
	opacity: 0.26;
	transform: translate(calc(-50% - 510px), -42%) rotate(-10deg) scale(0.7);
	z-index: 2;
}

.tool-scene.is-far-right {
	opacity: 0.26;
	transform: translate(calc(-50% + 510px), -42%) rotate(10deg) scale(0.7);
	z-index: 2;
}

.tool-scene-media {
	position: relative;
	border-radius: 24px 24px 0 0;
	overflow: hidden;
	background: rgba(7, 17, 45, 0.84);
}

.tool-scene-media img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	transform: scale(1.04);
	transition: transform 0.6s ease;
}

.tool-scene.is-active .tool-scene-media img {
	transform: scale(1);
}

.tool-scene-copy {
	padding: 16px 18px 18px;
	border-radius: 0 0 24px 24px;
	border-top: 1px solid rgba(107, 151, 255, 0.2);
	background: rgba(9, 18, 46, 0.72);
}

.scene-kicker {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8eb6ff;
}

.tool-scene-copy h3 {
	margin: 10px 0 12px;
	font-size: clamp(24px, 2.3vw, 34px);
	line-height: 1.12;
}

.tool-scene-copy p {
	margin: 0;
	font-size: 15px;
	line-height: 1.52;
	color: #c4d2ef;
}

.scene-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 138, 61, 0.78);
	color: #ffb27a;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.scene-cta:hover {
	background: rgba(255, 138, 61, 0.24);
	color: #fff;
	transform: translateY(-1px);
}

.tools-story-progress {
	position: absolute;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%);
	display: flex;
	gap: 9px;
	z-index: 6;
}

.tools-story-dot {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	border: none;
	padding: 0;
	background: rgba(143, 177, 239, 0.45);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.tools-story-dot.is-active {
	background: rgba(255, 138, 61, 0.95);
	transform: scale(1.15);
}

.tools-story-arrow {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 138, 61, 0.52);
	background: rgba(14, 23, 47, 0.85);
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	z-index: 7;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.tools-story-arrow.prev {
	left: max(10px, calc(50% - 402px));
}

.tools-story-arrow.next {
	right: max(10px, calc(50% - 402px));
}

.tools-story-arrow:hover {
	background: rgba(255, 138, 61, 0.24);
	box-shadow: 0 0 14px rgba(255, 138, 61, 0.24);
	transform: translateY(-50%) scale(1.04);
}

@keyframes story-backdrop-drift {
	0% {
		background-position: 0 0, 0 0, 0 0;
	}
	100% {
		background-position: 0 0, 0 0, 82px 0;
	}
}

.tools-showcase {
	position: relative;
	padding: 12px 0 10px;
}

.tools-showcase::before {
	content: "";
	position: absolute;
	left: -30px;
	right: -30px;
	top: 42px;
	height: 210px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 20% 40%, rgba(62, 125, 255, 0.18), transparent 52%),
		radial-gradient(circle at 80% 35%, rgba(255, 138, 61, 0.14), transparent 52%);
	pointer-events: none;
	z-index: -1;
}

.tools-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.tools-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}

.tools-nav-btn {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	border: 1px solid rgba(255, 138, 61, 0.48);
	background: rgba(14, 23, 47, 0.78);
	color: #f6f8ff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tools-nav-btn:hover {
	background: rgba(255, 138, 61, 0.22);
	transform: translateY(-1px);
	box-shadow: 0 0 14px rgba(255, 138, 61, 0.22);
}

.tools-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	padding: 6px 4px 10px;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.tools-viewport::-webkit-scrollbar {
	display: none;
}

.tools-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(290px, 31%);
	gap: 16px;
	align-items: stretch;
}

.tools-track .card {
	scroll-snap-align: start;
	min-height: 180px;
	background: rgba(11, 20, 46, 0.86);
	border: 1px solid rgba(120, 164, 255, 0.24);
	box-shadow: 0 10px 24px rgba(4, 10, 28, 0.2);
	animation: tools-float 7s ease-in-out infinite;
}

.tools-track .card:nth-child(2n) {
	animation-delay: 0.8s;
}

.tools-track .card:nth-child(3n) {
	animation-delay: 1.6s;
}

.tools-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
}

.tools-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	border: none;
	padding: 0;
	background: rgba(146, 175, 235, 0.48);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.tools-dot.active {
	background: rgba(255, 138, 61, 0.95);
	transform: scale(1.2);
}

@keyframes tools-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
}

.content-block h2 {
	margin-bottom: 16px;
	font-size: clamp(34px, 3.4vw, 48px);
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.card {
	border: 1px solid var(--soft-border);
	border-radius: 18px;
	background: var(--panel);
	color: var(--text);
	text-decoration: none;
	padding: 16px 16px 18px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 167, 109, 0.72);
}

.card h3 {
	font-size: 23px;
	margin-bottom: 8px;
}

.card p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.45;
}

.split-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 16px;
	align-items: start;
}

.pane {
	border: 1px solid var(--soft-border);
	border-radius: 20px;
	background: rgba(8, 15, 36, 0.66);
	padding: 16px;
}

.knowledge-pane {
	max-width: 760px;
	margin: 0 auto;
}

.grid.compact {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.chatbot-launcher {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 60;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.chatbot-launcher-label {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 8px 12px;
	border-radius: 14px;
	color: #f5f7ff;
	background: rgba(16, 23, 46, 0.86);
	border: 1px solid rgba(255, 138, 61, 0.28);
	box-shadow: 0 10px 25px rgba(5, 16, 45, 0.28);
}

.chatbot-fab {
	position: relative;
	border: 1px solid rgba(255, 138, 61, 0.7);
	background: linear-gradient(180deg, #18386f, #102856);
	color: #ffffff;
	border-radius: 999px;
	width: 62px;
	height: 62px;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(5, 16, 45, 0.34), 0 0 18px rgba(255, 138, 61, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.chatbot-fab::before,
.chatbot-fab::after {
	content: "";
	position: absolute;
	inset: -6px;
	border-radius: 999px;
	border: 1px solid rgba(255, 138, 61, 0.22);
	animation: launcher-pulse 2.8s ease-out infinite;
}

.chatbot-fab::after {
	inset: -12px;
	border-color: rgba(120, 180, 255, 0.18);
	animation-delay: 1.2s;
}

.chatbot-fab-core {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

.chatbot-fab-core svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.chatbot-fab:hover {
	transform: translateY(-2px);
	background: linear-gradient(180deg, #204785, #143364);
	box-shadow: 0 18px 36px rgba(5, 16, 45, 0.42), 0 0 20px rgba(255, 138, 61, 0.28);
}

@keyframes launcher-pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;
	}
	80% {
		transform: scale(1.25);
		opacity: 0;
	}
	100% {
		transform: scale(1.25);
		opacity: 0;
	}
}

.chatbot-panel {
	position: fixed;
	right: 24px;
	top: 112px;
	bottom: 100px;
	width: min(414px, calc(100vw - 28px));
	height: auto;
	max-height: calc(100vh - 220px);
	z-index: 65;
	display: flex;
	flex-direction: column;
	border-radius: 28px;
	background: rgba(12, 20, 43, 0.96);
	border: 1px solid rgba(96, 138, 226, 0.24);
	overflow: hidden;
	box-shadow: 0 28px 60px rgba(5, 16, 45, 0.36);
}

.chatbot-panel[hidden],
.chatbot-launcher[hidden] {
	display: none !important;
}

.chatbot-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 18px 16px;
	background: linear-gradient(180deg, #24498a, #193767);
}

.chatbot-title-block h2 {
	font-size: 20px;
	margin: 0;
	font-weight: 700;
	color: #ffffff;
}

.chatbot-title-block p {
	margin: 4px 0 0;
	font-size: 12px;
	color: rgba(233, 240, 255, 0.82);
}

.chatbot-close {
	border: none;
	background: transparent;
	color: #eef5ff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
	border-radius: 8px;
}

.chatbot-close:hover {
	opacity: 0.8;
}

.chatbot-messages {
	flex: 1;
	overflow-y: auto;
	padding: 20px 18px 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background:
		radial-gradient(circle at top left, rgba(89, 126, 205, 0.12), transparent 36%),
		rgba(12, 20, 43, 0.96);
}

.chatbot-msg {
	max-width: 84%;
	padding: 14px 16px;
	border-radius: 18px;
	font-size: 14px;
	line-height: 1.55;
	word-wrap: break-word;
	white-space: pre-wrap;
	box-shadow: 0 8px 22px rgba(21, 39, 82, 0.08);
}

.chatbot-msg.bot {
	align-self: flex-start;
	background: rgba(39, 70, 135, 0.44);
	border: 1px solid rgba(126, 166, 255, 0.28);
	color: #edf3ff;
}

.chatbot-msg.user {
	align-self: flex-end;
	background: rgba(255, 138, 61, 0.18);
	border: 1px solid rgba(255, 138, 61, 0.38);
	color: #fff1e5;
}

.chatbot-form {
	display: flex;
	gap: 8px;
	padding: 14px 18px 8px;
	border-top: 1px solid rgba(96, 138, 226, 0.18);
	background: rgba(12, 20, 43, 0.96);
}

.chatbot-form input {
	flex: 1;
	min-width: 0;
	border-radius: 999px;
	border: 1px solid rgba(96, 138, 226, 0.24);
	background: rgba(6, 12, 28, 0.84);
	color: #edf3ff;
	padding: 13px 16px;
	font-size: 14px;
	outline: none;
}

.chatbot-form input:focus {
	border-color: rgba(255, 138, 61, 0.55);
	box-shadow: 0 0 0 3px rgba(255, 138, 61, 0.12);
}

.chatbot-form button {
	border: none;
	background: rgba(255, 138, 61, 0.86);
	color: #ffffff;
	border-radius: 999px;
	width: 48px;
	height: 48px;
	padding: 0;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.chatbot-form button:hover {
	background: rgba(255, 138, 61, 1);
	transform: translateY(-1px);
}

.chatbot-footnote {
	margin: 0;
	padding: 0 18px 16px;
	font-size: 12px;
	text-align: center;
	color: #8c96aa;
	background: rgba(12, 20, 43, 0.96);
}

.home-footer {
	margin-top: 54px;
	padding: 26px 24px 16px;
	border-radius: 20px;
	border: 1px solid rgba(107, 151, 255, 0.22);
	background:
		linear-gradient(135deg, rgba(13, 23, 54, 0.96) 0%, rgba(10, 18, 42, 0.96) 52%, rgba(16, 20, 40, 0.98) 100%),
		radial-gradient(circle at 82% -15%, rgba(255, 138, 61, 0.22), transparent 40%);
	box-shadow: inset 0 0 36px rgba(9, 17, 42, 0.48), 0 20px 32px rgba(6, 12, 29, 0.4);
	scroll-margin-top: 112px;
}

.home-footer-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(109, 153, 255, 0.2);
}

.home-footer-brand h2 {
	margin: 0;
	font-size: clamp(24px, 2.8vw, 34px);
	line-height: 1.15;
}

.home-footer-brand p {
	max-width: 620px;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.5;
	color: #c4d2ef;
}

.home-footer-contact {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	position: relative;
}

.home-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(109, 153, 255, 0.38);
	background: rgba(13, 24, 53, 0.82);
	text-decoration: none;
	color: #ebf2ff;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-social-link svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.contact-link-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.home-social-link:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 138, 61, 0.9);
	box-shadow: 0 10px 20px rgba(8, 18, 46, 0.38);
	color: #ffba88;
}

.home-social-copy {
	cursor: pointer;
}

.home-copy-popover {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: 12px;
	border: 1px solid rgba(109, 153, 255, 0.34);
	background: rgba(8, 17, 41, 0.98);
	box-shadow: 0 14px 24px rgba(5, 10, 25, 0.46);
	z-index: 8;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
}

.home-copy-popover.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
	transition-delay: 0s;
}

.home-copy-popover::before {
	content: "";
	position: absolute;
	top: -7px;
	right: 20px;
	width: 12px;
	height: 12px;
	background: rgba(8, 17, 41, 0.98);
	border-top: 1px solid rgba(109, 153, 255, 0.34);
	border-left: 1px solid rgba(109, 153, 255, 0.34);
	transform: rotate(45deg);
}

.home-copy-value {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.02em;
	color: #ebf2ff;
}

.home-copy-btn {
	border: 1px solid rgba(255, 138, 61, 0.8);
	background: rgba(255, 138, 61, 0.14);
	color: #ffd3b3;
	border-radius: 999px;
	padding: 5px 11px;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-copy-btn:hover {
	background: rgba(255, 138, 61, 0.22);
	color: #ffe5cf;
	transform: translateY(-1px);
}

.home-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	padding-top: 14px;
}

.home-footer-bottom p {
	margin: 0;
	font-size: 13px;
	color: #9fb1d4;
}

@media (max-width: 1100px) {
	.hero-topbar {
		flex-wrap: wrap;
		justify-content: center;
		top: 6px;
	}

	.hero-menu {
		width: 100%;
	}

	.hero-nav {
		order: 3;
		width: 100%;
		max-width: none;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 8px;
	}

	.contact-pill {
		font-size: 15px;
		padding: 11px 18px;
	}

	.split-grid {
		grid-template-columns: 1fr;
	}

	.tool-scene {
		width: min(390px, 80vw);
	}

	.tools-story-sticky {
		min-height: 600px;
	}

	.tool-scene.is-prev {
		transform: translate(calc(-50% - 250px), -45%) rotate(-6deg) scale(0.83);
	}

	.tool-scene.is-next {
		transform: translate(calc(-50% + 250px), -45%) rotate(6deg) scale(0.83);
	}

	.tool-scene.is-far-left {
		transform: translate(calc(-50% - 430px), -42%) rotate(-9deg) scale(0.68);
	}

	.tool-scene.is-far-right {
		transform: translate(calc(-50% + 430px), -42%) rotate(9deg) scale(0.68);
	}

	.tools-story-arrow.prev {
		left: max(8px, calc(50% - 338px));
	}

	.tools-story-arrow.next {
		right: max(8px, calc(50% - 338px));
	}

	.tools-track {
		grid-auto-columns: minmax(270px, 47%);
	}
}

@media (max-width: 700px) and (hover: none) {
	.hero-topbar {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: start;
		gap: 10px;
		justify-content: stretch;
	}

	.ai-home {
		padding: 20px 14px 34px;
	}

	.brand-chip {
		width: 66px;
		height: 66px;
	}

	.hero-menu {
		grid-column: 1 / -1;
		order: 3;
	}

	.hero-menu-summary {
		display: none;
	}

	.hero-nav {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		justify-content: stretch;
		gap: 0;
		padding: 10px 10px 12px;
		border-radius: 22px;
		border: 1px solid rgba(255, 167, 109, 0.18);
		background: rgba(14, 20, 44, 0.92);
		box-shadow: 0 12px 30px rgba(3, 8, 22, 0.36), 0 0 18px rgba(255, 150, 60, 0.12);
		overflow: visible;
	}

	.hero-nav > a,
	.hero-drop-btn {
		width: 100%;
		text-align: left;
		font-size: 14px;
		line-height: 1.25;
		padding: 14px 14px;
		border-radius: 14px;
	}

	.hero-nav > a + a,
	.hero-nav > a + .hero-dropdown,
	.hero-dropdown + a,
	.hero-dropdown + .hero-dropdown,
	.hero-dropdown + .hero-nav-contact,
	.hero-nav-contact + a,
	.hero-nav-contact + .hero-dropdown {
		margin-top: 6px;
	}

	.hero-dropdown {
		width: 100%;
	}

	.hero-nav-contact {
		display: block;
		width: 100%;
		padding: 14px 14px;
		border-radius: 14px;
		text-align: left;
		color: var(--text);
		text-decoration: none;
		font-size: 14px;
		line-height: 1.25;
		font-weight: 700;
		background: rgba(255, 255, 255, 0.06);
	}

	.hero-dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		min-width: 0;
		width: 100%;
		margin-top: 8px;
		border-radius: 14px;
		box-shadow: none;
		max-height: 280px;
		overflow-y: auto;
	}

	.contact-pill {
		grid-column: 1 / -1;
		order: 2;
		width: 100%;
		display: block;
		font-size: 14px;
		padding: 13px 16px;
		text-align: center;
		border-radius: 18px;
		margin-bottom: 2px;
	}

	.brand-mark {
		font-size: 20px;
	}

	.hero {
		min-height: 56vh;
		padding-top: 36px;
	}

	.eyebrow {
		font-size: 14px;
	}

	.hero-copy {
		font-size: 17px;
	}

	.hero-cta {
		font-size: 17px;
		padding: 11px 18px;
	}

	.card h3 {
		font-size: 20px;
	}

	.card p {
		font-size: 15px;
	}

	.chatbot-fab {
		right: auto;
		bottom: auto;
		width: 58px;
		height: 58px;
	}

	.chatbot-fab-core svg {
		width: 26px;
		height: 26px;
	}

	.chatbot-launcher {
		right: 14px;
		bottom: 14px;
	}

	.chatbot-launcher-label {
		font-size: 12px;
		padding: 5px 9px;
	}

	.chatbot-panel {
		right: 14px;
		top: 126px;
		bottom: 88px;
		width: calc(100vw - 20px);
		height: auto;
		max-height: calc(100svh - 230px);
		border-radius: 22px;
	}

	.chatbot-header {
		padding: 16px 16px 14px;
	}

	.chatbot-title-block h2 {
		font-size: 18px;
	}

	.home-footer {
		margin-top: 36px;
		padding: 20px 14px 14px;
		border-radius: 20px;
		scroll-margin-top: 96px;
	}

	.home-footer-main {
		flex-direction: column;
		gap: 16px;
	}

	.home-footer-contact {
		gap: 8px;
	}

	.home-phone-popover {
		left: 0;
		right: auto;
	}

	.home-social-link {
		width: 44px;
		height: 44px;
	}

	.home-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 12px;
		gap: 6px;
	}

	.tools-story-sticky {
		min-height: 530px;
		border-radius: 18px;
	}

	.tool-scene {
		width: min(320px, 84vw);
	}

	.tool-scene-media img {
		height: 210px;
	}

	.tool-scene-copy {
		padding: 14px;
	}

	.tool-scene-copy h3 {
		font-size: clamp(22px, 6vw, 30px);
	}

	.tool-scene-copy p {
		font-size: 14px;
	}

	.tool-scene.is-prev {
		opacity: 0.35;
		transform: translate(calc(-50% - 164px), -45%) rotate(-6deg) scale(0.76);
	}

	.tool-scene.is-next {
		opacity: 0.35;
		transform: translate(calc(-50% + 164px), -45%) rotate(6deg) scale(0.76);
	}

	.tool-scene.is-far-left,
	.tool-scene.is-far-right {
		opacity: 0;
	}

	.tools-story-arrow {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

	.tools-story-arrow.prev {
		left: 10px;
	}

	.tools-story-arrow.next {
		right: 10px;
	}

	.tools-showcase::before {
		left: -12px;
		right: -12px;
		top: 60px;
		height: 160px;
	}

	.tools-track {
		grid-auto-columns: minmax(245px, 88%);
	}

	.tools-head {
		align-items: flex-start;
	}
}

@media (min-width: 701px) {
	.hero-topbar {
		justify-content: center;
		gap: 18px;
	}

	.hero-menu {
		flex: 0 1 auto;
	}

	.hero-nav {
		display: flex;
		flex: 0 1 auto;
		width: min(820px, calc(100vw - 170px));
		max-width: 820px;
		justify-content: center;
	}

	.hero-nav-contact {
		display: inline-flex;
	}

	.contact-pill {
		display: none;
	}
}

@media (min-width: 1101px) {
	.hero-topbar {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		align-items: center;
		justify-content: stretch;
	}

	.hero-menu {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.hero-nav {
		width: min(820px, 100%);
		max-width: 820px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ai-home::before,
	.ai-home::after {
		animation: none;
	}

	.chatbot-fab::before,
	.chatbot-fab::after {
		animation: none;
	}

	.tools-story-backdrop,
	.tool-scene,
	.tool-scene-media,
	.tool-scene-media img,
	.tool-scene-copy {
		animation: none;
		transition: none;
	}

	.tools-track .card {
		animation: none;
	}
}
