.docs-hub-body {
	background: #f4f7fb;
}

.docs-topbar {
	background: #091b29;
	padding: 22px 0;
}

.docs-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.docs-logo-wrap img {
	max-width: 180px;
}

.docs-version-tag {
	display: inline-block;
	background: #e12454;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	padding: 6px 10px;
	border-radius: 6px;
}

.docs-hero {
	padding: 50px 0 30px;
}

.docs-hero h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}

.docs-hero p {
	margin-bottom: 25px;
}

.docs-search-wrap {
	position: relative;
	max-width: 640px;
}

.docs-search-wrap i {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #6a7a89;
}

.docs-search-wrap input {
	width: 100%;
	height: 52px;
	border: 1px solid #d4dde6;
	border-radius: 10px;
	padding: 0 16px 0 44px;
	background: #fff;
}

.docs-menu-grid-section {
	padding-bottom: 70px;
}

.docs-menu-item {
	margin-bottom: 24px;
}

.docs-menu-card {
	background: #fff;
	border: 1px solid #e4ebf3;
	border-radius: 12px;
	padding: 24px;
	height: 100%;
	box-shadow: 0 10px 25px rgba(9, 27, 41, 0.06);
}

.docs-menu-card h3 {
	margin-bottom: 14px;
	font-size: 22px;
	line-height: 1.3;
}

.docs-menu-card h3 a {
	color: #091b29;
}

.docs-menu-card h3 a:hover {
	color: #e12454;
}

.docs-menu-tag {
	display: inline-block;
	background: #ebf2fa;
	color: #0f2940;
	border-radius: 20px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 18px;
}

.docs-menu-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #091b29;
	color: #fff;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 700;
}

.docs-menu-btn:hover {
	color: #fff;
	background: #e12454;
}

.docs-empty-state {
	background: #fff;
	border: 1px dashed #d0dae4;
	border-radius: 10px;
	padding: 14px 16px;
	font-weight: 600;
}

.docs-page-wrap {
	padding: 40px 0 70px;
}

.docs-page-header {
	background: #fff;
	border: 1px solid #e4ebf3;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
}

.docs-breadcrumb-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 12px;
}

.docs-page-header h1 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 8px;
}

.docs-page-box {
	background: #fff;
	border: 1px solid #e4ebf3;
	border-radius: 12px;
	padding: 28px;
	margin-bottom: 20px;
}

.docs-page-box h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 14px;
}

.docs-page-box h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.docs-page-box img {
	max-width: 100%;
	border: 1px solid #e5edf5;
	border-radius: 8px;
	margin: 12px 0;
}

@media (max-width: 767px) {
	.docs-hero h1 {
		font-size: 30px;
	}

	.docs-page-header h1 {
		font-size: 28px;
	}
}
