html {
	scroll-behavior: smooth;
}

:root {
	--cognipeer-teal: #08b5a5;
	--cognipeer-navy: #201c50;
	--cognipeer-dark: #15151f;
	--cognipeer-yellow: #f3d10e;
	--cognipeer-purple: #6c5ce7;
	--cognipeer-pink: #ef476f;
	--cognipeer-orange: #ff9f1c;

	--cognipeer-light: #f5f5f7;
	--cognipeer-white: #ffffff;
	--cognipeer-text: #29283b;
	--cognipeer-muted: #666579;
	--cognipeer-border: #e8e8ef;

	--cognipeer-teal-soft: #ddf7f4;
	--cognipeer-yellow-soft: #fff8c7;
	--cognipeer-purple-soft: #efecff;
	--cognipeer-pink-soft: #ffe6ee;
	--cognipeer-orange-soft: #fff0d8;
}

* {
	box-sizing: border-box;
}

body,
button,
input,
textarea,
select {
	font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
	color: var(--cognipeer-text);
}

body.cognipeer-menu-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
	letter-spacing: -0.035em;
}

h1,
h2 {
	font-weight: 600 !important;
}

h3,
h4,
h5,
h6 {
	font-weight: 500 !important;
}

::selection {
	background: #c9f3ef;
	color: #15151f;
}


/* -------------------------------------------------------
   Global buttons
------------------------------------------------------- */

.cognipeer-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.72rem 1.3rem;
	background: linear-gradient(100deg, #08b5a5 0%, #23a6b8 52%, #6c5ce7 100%);
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 8px 22px rgba(8, 181, 165, 0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cognipeer-btn-primary:hover {
	transform: translateY(-1px);
	filter: saturate(1.06) brightness(0.99);
	box-shadow: 0 12px 28px rgba(8, 181, 165, 0.20);
	color: #ffffff !important;
}

.cognipeer-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.72rem 1.3rem;
	background: #ffffff;
	color: #201c50 !important;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #dedee7;
	box-shadow: 0 5px 18px rgba(32, 28, 80, 0.04);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.cognipeer-btn-secondary:hover {
	transform: translateY(-1px);
	border-color: rgba(8, 181, 165, 0.40);
	background: #f9fafa;
	color: #201c50 !important;
}

.cognipeer-btn-teal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.72rem 1.3rem;
	background: #08b5a5;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #08b5a5;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.cognipeer-btn-teal:hover {
	transform: translateY(-1px);
	background: #079c8f;
	color: #ffffff !important;
}

/* -------------------------------------------------------
   Global brand utilities
------------------------------------------------------- */

.bg-cognipeer-gradient {
	background:
		radial-gradient(circle at 12% 18%, rgba(8, 181, 165, 0.22), transparent 28rem),
		radial-gradient(circle at 86% 18%, rgba(108, 92, 231, 0.18), transparent 30rem),
		radial-gradient(circle at 68% 92%, rgba(243, 209, 14, 0.14), transparent 25rem),
		linear-gradient(135deg, #ffffff 0%, #f5f5f7 100%);
}

.cognipeer-page-hero {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(245,245,247,0.96) 100%);
	border-bottom: 1px solid rgba(232, 232, 239, 0.9);
}

.cognipeer-hero-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(54px);
	pointer-events: none;
	opacity: 0.9;
}

.cognipeer-hero-orb--teal {
	width: 24rem;
	height: 24rem;
	background: rgba(8, 181, 165, 0.15);
	top: -8rem;
	right: 5%;
}

.cognipeer-hero-orb--purple {
	width: 23rem;
	height: 23rem;
	background: rgba(108, 92, 231, 0.12);
	bottom: -9rem;
	left: 10%;
}

.cognipeer-hero-orb--yellow {
	width: 18rem;
	height: 18rem;
	background: rgba(243, 209, 14, 0.14);
	top: 28%;
	left: 42%;
}

.cognipeer-hero-orb--pink {
	width: 20rem;
	height: 20rem;
	background: rgba(239, 71, 111, 0.10);
	bottom: -8rem;
	right: 20%;
}

.cognipeer-hero-orb--orange {
	width: 20rem;
	height: 20rem;
	background: rgba(255, 159, 28, 0.12);
	bottom: -9rem;
	left: 20%;
}

.cognipeer-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #4f6870;
	font-size: 0.76rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cognipeer-eyebrow > span {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--cognipeer-teal);
	box-shadow: 0 0 0 5px rgba(8, 181, 165, 0.10);
}

/* -------------------------------------------------------
   Brand / logo fallback
------------------------------------------------------- */

.cognipeer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none;
	color: var(--cognipeer-navy);
}

.cognipeer-brand:hover {
	color: var(--cognipeer-navy);
}

.cognipeer-brand-mark {
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 0.72rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.18rem;
	padding: 0.42rem;
	background: #ffffff;
	border: 1px solid #e8e8ef;
	box-shadow: 0 6px 20px rgba(32, 28, 80, 0.08);
	transform: rotate(-3deg);
}

.brand-dot {
	display: block;
	border-radius: 999px;
}

.brand-dot-teal { background: var(--cognipeer-teal); }
.brand-dot-yellow { background: var(--cognipeer-yellow); }
.brand-dot-purple { background: var(--cognipeer-purple); }
.brand-dot-pink { background: var(--cognipeer-pink); }

.cognipeer-brand-word {
	font-size: 1.14rem;
	font-weight: 600;
	letter-spacing: -0.035em;
}

.cognipeer-brand--footer {
	color: #ffffff;
}

.cognipeer-brand--footer:hover {
	color: #ffffff;
}

.cognipeer-brand--footer .cognipeer-brand-word {
	font-size: 1.25rem;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo-link img {
	height: 2.25rem;
	width: auto;
	max-width: 190px;
	object-fit: contain;
}

/* -------------------------------------------------------
   Header
------------------------------------------------------- */

.cognipeer-header {
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(226, 226, 234, 0.9);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.cognipeer-header.is-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 36px rgba(32, 28, 80, 0.07);
}

.cognipeer-desktop-nav ul {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
}

.cognipeer-desktop-nav li {
	position: relative;
	list-style: none;
}

.cognipeer-desktop-nav a {
	color: #454456;
	font-size: 0.92rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease;
	letter-spacing: -0.015em;
}

.cognipeer-desktop-nav > ul > li > a:hover,
.cognipeer-desktop-nav > div > ul > li > a:hover {
	color: #087d73;
}

.cognipeer-desktop-nav .menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
}

.cognipeer-desktop-nav .menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 0.62rem;
	line-height: 1;
	opacity: 0.56;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.cognipeer-desktop-nav .menu-item-has-children:hover > a::after {
	transform: rotate(180deg);
	opacity: 1;
}

.cognipeer-desktop-nav .sub-menu {
	position: absolute;
	top: calc(100% + 20px);
	left: -1rem;
	width: 300px;
	display: block;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #e8e8ef;
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(32, 28, 80, 0.13);
	padding: 0.75rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 80;
}

.cognipeer-desktop-nav .sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	height: 22px;
}

.cognipeer-desktop-nav li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cognipeer-desktop-nav .sub-menu li + li {
	margin-top: 0.2rem;
}

.cognipeer-desktop-nav .sub-menu a {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.82rem 0.9rem;
	border-radius: 13px;
	color: #4b4a5c;
	font-size: 0.9rem;
	font-weight: 500;
}

.cognipeer-desktop-nav .sub-menu a strong {
	color: var(--cognipeer-navy);
	font-weight: 600;
}

.cognipeer-desktop-nav .sub-menu a span {
	color: #858496;
	font-size: 0.76rem;
	font-weight: 400;
	line-height: 1.45;
}

.cognipeer-desktop-nav .sub-menu a:hover {
	background: var(--cognipeer-teal-soft);
	color: #087d73;
}

.cognipeer-desktop-nav .sub-menu a:hover strong {
	color: #087d73;
}

.cognipeer-desktop-nav .cognipeer-solutions-submenu {
	width: 540px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.2rem;
}

/* -------------------------------------------------------
   Mobile navigation
------------------------------------------------------- */

#mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: min(92%, 430px);
	height: 100vh;
	background: #ffffff;
	transform: translateX(105%);
	transition: transform 0.3s ease;
	z-index: 1001;
	overflow-y: auto;
	box-shadow: -24px 0 70px rgba(32, 28, 80, 0.16);
}

#mobile-menu.open {
	transform: translateX(0);
}

#mobile-menu-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(32, 28, 80, 0.28);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

#mobile-menu-backdrop.open {
	opacity: 1;
	visibility: visible;
}

.cognipeer-mobile-nav ul {
	margin: 0;
	padding: 0.8rem 0;
	list-style: none;
}

.cognipeer-mobile-nav li {
	border-bottom: 1px solid #ededf2;
}

.cognipeer-mobile-nav a {
	display: block;
	padding: 1rem 1.25rem;
	color: #373647;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.cognipeer-mobile-nav a:hover {
	background: #f8f8fa;
	color: #087d73;
}

.cognipeer-mobile-nav .menu-item-has-children > a {
	position: relative;
	padding-right: 3rem;
}

.cognipeer-mobile-nav .menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.7rem;
	transition: transform 0.2s ease;
}

.cognipeer-mobile-nav .menu-item-has-children.is-open > a::after {
	transform: translateY(-50%) rotate(180deg);
	color: #087d73;
}

.cognipeer-mobile-nav .sub-menu {
	display: none;
	background: #f8f8fa;
	padding: 0;
}

.cognipeer-mobile-nav .is-open > .sub-menu {
	display: block;
}

.cognipeer-mobile-nav .sub-menu a {
	color: #5c5b6d;
	font-size: 0.92rem;
	font-weight: 400;
	padding-left: 2.1rem;
}

/* -------------------------------------------------------
   Breadcrumbs
------------------------------------------------------- */

.cognipeer-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.48rem;
	font-size: 0.76rem;
	font-weight: 500;
	color: #8a899b;
	margin-bottom: 1.5rem;
}

.cognipeer-breadcrumb a {
	color: #087d73;
	text-decoration: none;
}

.cognipeer-breadcrumb a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cognipeer-breadcrumb .breadcrumb-separator {
	color: #c1c0cc;
}

/* -------------------------------------------------------
   Cards
------------------------------------------------------- */

.cognipeer-card {
	background: #ffffff;
	border: 1px solid var(--cognipeer-border);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(32, 28, 80, 0.045);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cognipeer-card:hover {
	transform: translateY(-5px);
	border-color: rgba(8, 181, 165, 0.30);
	box-shadow: 0 22px 54px rgba(32, 28, 80, 0.09);
}

.cognipeer-card-image {
	width: 100%;
	height: 230px;
	background: #f2f2f5;
	overflow: hidden;
}

.cognipeer-card-placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #807f91;
	font-size: 2rem;
	background: #f7f7f9;
	overflow: hidden;
}

.cognipeer-card-placeholder i {
	position: relative;
	z-index: 2;
}

.placeholder-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(24px);
}

.placeholder-orb-one {
	width: 10rem;
	height: 10rem;
	background: rgba(8, 181, 165, 0.18);
	top: -3rem;
	right: -2rem;
}

.placeholder-orb-two {
	width: 9rem;
	height: 9rem;
	background: rgba(108, 92, 231, 0.14);
	bottom: -3rem;
	left: -1rem;
}

.cognipeer-card-category {
	display: inline-flex;
	align-items: center;
	padding: 0.36rem 0.72rem;
	border-radius: 999px;
	background: var(--cognipeer-teal-soft);
	color: #087d73;
	font-size: 0.66rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.045em;
}

.cognipeer-card-date {
	color: #9897a8;
	font-size: 0.74rem;
	font-weight: 500;
}

.cognipeer-read-more {
	display: inline-flex;
	align-items: center;
	color: #087d73;
	font-size: 0.88rem;
	font-weight: 600;
}

/* -------------------------------------------------------
   Single / entry typography
------------------------------------------------------- */

.cognipeer-single-category {
	display: inline-flex;
	padding: 0.4rem 0.75rem;
	margin-right: 0.45rem;
	margin-bottom: 0.45rem;
	border-radius: 999px;
	background: var(--cognipeer-teal-soft);
	border: 1px solid rgba(8, 181, 165, 0.14);
	color: #087d73;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.cognipeer-single-category:nth-child(2n) {
	background: var(--cognipeer-purple-soft);
	border-color: rgba(108, 92, 231, 0.13);
	color: #5848d0;
}

.cognipeer-single-category:hover {
	background: #ffffff;
}

.entry-content {
	color: #414052;
}

.entry-content h2 {
	font-size: clamp(1.75rem, 2.5vw, 2.3rem);
	font-weight: 600 !important;
	color: var(--cognipeer-navy);
	margin-top: 3rem;
	margin-bottom: 1rem;
	line-height: 1.2;
	scroll-margin-top: 7rem;
}

.entry-content h3 {
	font-size: clamp(1.35rem, 2vw, 1.68rem);
	font-weight: 500 !important;
	color: #35334f;
	margin-top: 2.25rem;
	margin-bottom: 0.85rem;
	line-height: 1.35;
	scroll-margin-top: 7rem;
}

.entry-content h4 {
	font-size: 1.16rem;
	font-weight: 500 !important;
	color: #403f52;
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	scroll-margin-top: 7rem;
}

.entry-content p {
	font-size: 1.04rem;
	line-height: 1.86;
	margin-bottom: 1.45rem;
	color: #4a495b;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5rem 1.4rem;
	padding: 0;
	color: #4a495b;
}

.entry-content li {
	font-size: 1.04rem;
	line-height: 1.75;
	margin-bottom: 0.58rem;
}

.entry-content a {
	color: #087d73;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content a:hover {
	color: #05645c;
}

.entry-content blockquote {
	position: relative;
	border-left: 4px solid var(--cognipeer-yellow);
	padding: 1.2rem 1.4rem;
	font-style: normal;
	color: #4b4a5d;
	margin: 2rem 0;
	background: #fffdf0;
	border-radius: 0 16px 16px 0;
}

.entry-content img {
	border-radius: 18px;
	max-width: 100%;
	height: auto;
	margin: 2rem 0;
}

.entry-content pre {
	overflow-x: auto;
	padding: 1rem;
	background: #17152f;
	color: #ececf3;
	border-radius: 16px;
	margin: 1.75rem 0;
}

.entry-content code {
	font-size: 0.92em;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
}

.entry-content th,
.entry-content td {
	padding: 0.9rem 1rem;
	border: 1px solid #e8e8ef;
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: #f5f5f7;
	color: var(--cognipeer-navy);
	font-weight: 600;
}

/* -------------------------------------------------------
   Table of contents
------------------------------------------------------- */

.cognipeer-toc {
	position: sticky;
	top: 104px;
	background: #ffffff;
	border: 1px solid #e8e8ef;
	border-radius: 20px;
	padding: 1.25rem;
	box-shadow: 0 14px 36px rgba(32, 28, 80, 0.045);
	max-height: calc(100vh - 132px);
	overflow-y: auto;
}

.cognipeer-toc-title {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--cognipeer-navy);
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-bottom: 1rem;
}

.cognipeer-toc-title .toc-accent {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--cognipeer-teal);
	box-shadow: 0 0 0 4px rgba(8,181,165,0.10);
}

.cognipeer-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cognipeer-toc-list li + li {
	margin-top: 0.66rem;
}

.cognipeer-toc-list a {
	display: block;
	color: #747386;
	text-decoration: none;
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.45;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.cognipeer-toc-list a:hover {
	color: #087d73;
	padding-left: 0.2rem;
}

/* -------------------------------------------------------
   Pagination
------------------------------------------------------- */

.pagination-area ul {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination-area .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.8rem;
	border-radius: 999px;
	border: 1px solid #dedee7;
	background: #ffffff;
	color: #4e4d5e;
	font-weight: 600;
	transition: all 0.2s ease;
	margin: 0 0.08rem;
	font-size: 0.88rem;
}

.pagination-area .page-numbers:hover {
	border-color: var(--cognipeer-teal);
	color: #087d73;
	background: var(--cognipeer-teal-soft);
}

.pagination-area .page-numbers.current {
	background: var(--cognipeer-yellow);
	border-color: var(--cognipeer-yellow);
	color: var(--cognipeer-navy);
}

.pagination-area .dots {
	border: none;
	background: transparent;
}

/* -------------------------------------------------------
   Search
------------------------------------------------------- */

.cognipeer-search-input {
	width: 100%;
	padding: 1rem 7rem 1rem 3.3rem;
	border-radius: 999px;
	border: 1px solid #dedee7;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(32, 28, 80, 0.08);
	color: var(--cognipeer-navy);
	outline: none;
}

.cognipeer-search-input:focus {
	border-color: var(--cognipeer-teal);
	box-shadow: 0 0 0 4px rgba(8, 181, 165, 0.10), 0 18px 50px rgba(32, 28, 80, 0.08);
}

/* -------------------------------------------------------
   Generic form styling
   Add class "cognipeer-form" to form wrapper.
------------------------------------------------------- */

.cognipeer-form .ff-el-group {
	margin-bottom: 1.2rem;
}

.cognipeer-form .ff-el-input--label label,
.cognipeer-form label {
	font-weight: 500;
	color: var(--cognipeer-navy);
	font-size: 0.9rem;
	margin-bottom: 0.45rem;
}

.cognipeer-form input,
.cognipeer-form textarea,
.cognipeer-form select {
	border-radius: 14px !important;
	border: 1px solid #dedee7 !important;
	background: #ffffff !important;
	color: var(--cognipeer-navy) !important;
	padding: 0.9rem 1rem !important;
	box-shadow: none !important;
}

.cognipeer-form input:focus,
.cognipeer-form textarea:focus,
.cognipeer-form select:focus {
	border-color: var(--cognipeer-teal) !important;
	box-shadow: 0 0 0 4px rgba(8, 181, 165, 0.10) !important;
	outline: none !important;
}

.cognipeer-form .ff-btn-submit,
.cognipeer-form button[type="submit"] {
	border-radius: 999px !important;
	background: linear-gradient(100deg, #08b5a5 0%, #23a6b8 52%, #6c5ce7 100%) !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	padding: 0.9rem 1.6rem !important;
	border: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.cognipeer-form .ff-btn-submit:hover,
.cognipeer-form button[type="submit"]:hover {
	filter: saturate(1.06) brightness(0.99);
	transform: translateY(-1px);
}

/* -------------------------------------------------------
   Policy / legal content
------------------------------------------------------- */

.policy-content h2 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	font-weight: 600 !important;
	color: var(--cognipeer-navy);
	line-height: 1.25;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	scroll-margin-top: 7rem;
}

.policy-content section:first-of-type h2,
.policy-content .policy-content-header + section h2 {
	margin-top: 0;
}

.policy-content p {
	color: #4a495b;
	font-size: 1rem;
	line-height: 1.85;
	margin-bottom: 1.15rem;
}

.policy-content strong,
.policy-content b {
	color: var(--cognipeer-navy);
	font-weight: 600;
}

.policy-content a {
	color: #087d73;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.policy-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0;
}

.policy-content td,
.policy-content th {
	border-bottom: 1px solid #e8e8ef;
	padding: 1rem 0;
	color: #4a495b;
	line-height: 1.7;
	vertical-align: top;
}

/* -------------------------------------------------------
   Footer
------------------------------------------------------- */

.cognipeer-footer {
	background:
		radial-gradient(circle at 82% 10%, rgba(8, 181, 165, 0.09), transparent 28rem),
		radial-gradient(circle at 18% 90%, rgba(108, 92, 231, 0.08), transparent 24rem),
		linear-gradient(135deg, #111118 0%, #15151f 58%, #191923 100%);
}

.cognipeer-footer .custom-logo-link img {
	filter: brightness(0) invert(1);
}

.cognipeer-footer-heading {
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 600 !important;
	letter-spacing: -0.015em;
	margin-bottom: 1rem;
}

.cognipeer-footer-links {
	display: grid;
	gap: 0.58rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cognipeer-footer-links a {
	color: #aaa9bf;
	font-size: 0.84rem;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cognipeer-footer-links a:hover {
	color: #9cebe3;
}

.cognipeer-social-link {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #d4d3de;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.05);
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cognipeer-social-link:hover {
	transform: translateY(-2px);
	background: rgba(8,181,165,0.12);
	border-color: rgba(8,181,165,0.28);
	color: #ffffff;
}

/* -------------------------------------------------------
   Responsive
------------------------------------------------------- */

@media (max-width: 1024px) {
	.cognipeer-toc {
		position: relative;
		top: auto;
		max-height: none;
		margin-bottom: 2rem;
	}
}

@media (max-width: 640px) {
	h1,
	h2,
	h3,
	h4 {
		letter-spacing: -0.026em;
	}

	.cognipeer-card-image {
		height: 200px;
	}

	.entry-content p,
	.entry-content li {
		font-size: 1rem;
	}

	.cognipeer-search-input {
		padding-right: 1rem;
	}

	.cognipeer-hero-orb {
		filter: blur(64px);
		opacity: 0.75;
	}
}

/* -------------------------------------------------------
   Homepage components
------------------------------------------------------- */

.cp-home-product-card,
	.cp-home-solution-card,
	.cp-home-mini-card {
		transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	}

	.cp-home-product-card:hover,
	.cp-home-solution-card:hover,
	.cp-home-mini-card:hover {
		transform: translateY(-5px);
	}

	.cp-home-product-card:hover {
		box-shadow: 0 24px 65px rgba(32, 28, 80, .10);
	}

	.cp-home-solution-card:hover,
	.cp-home-mini-card:hover {
		box-shadow: 0 18px 44px rgba(32, 28, 80, .08);
	}

	50% { transform: translateY(-8px); }
	}

	.cp-home-video video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

/* Compact homepage hero framework */
.cp-hero-framework {
	border: 1px solid #e5e5ec;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 52px rgba(21, 21, 31, 0.055);
	overflow: hidden;
}

.cp-framework-lifecycle {
	display: grid;
	grid-template-columns: repeat(9, auto);
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #ececf2;
	background: #fbfbfc;
}

.cp-framework-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	padding: 0.62rem 1rem;
	border-radius: 999px;
	border: 1px solid #dedee7;
	background: #ffffff;
	color: #201c50;
	font-size: 0.79rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	white-space: nowrap;
}

.cp-framework-arrow {
	color: #08b5a5;
	font-size: 0.72rem;
}

.cp-framework-body {
	padding: 1.1rem;
}

.cp-framework-label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #777688;
}

.cp-framework-label-dot {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
}

.cp-framework-peers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 0.72rem;
}

.cp-framework-peer {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	padding: 0.72rem 0.8rem;
	border-radius: 16px;
	border: 1px solid #e8e8ef;
	background: #ffffff;
}

.cp-framework-peer-icon {
	width: 2rem;
	height: 2rem;
	flex: 0 0 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	font-size: 0.78rem;
}

.cp-framework-peer-name {
	color: #201c50;
	font-size: 0.79rem;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-framework-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	gap: 0.8rem;
	margin-top: 0.8rem;
}

.cp-framework-box {
	border: 1px solid #e8e8ef;
	border-radius: 18px;
	background: #ffffff;
	padding: 0.9rem;
}

.cp-framework-icons {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.cp-framework-icons--llm {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cp-framework-logo {
	aspect-ratio: 1 / 1;
	min-width: 0;
	border: 1px solid #ececf2;
	border-radius: 13px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(21, 21, 31, 0.035);
}

.cp-framework-logo img {
	width: 62%;
	height: 62%;
	object-fit: contain;
	display: block;
}

.cp-framework-capabilities {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 0.8rem;
}

.cp-framework-capability {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.8rem;
	border: 1px solid #e8e8ef;
	border-radius: 999px;
	background: #ffffff;
	color: #555466;
	font-size: 0.72rem;
	font-weight: 500;
}

.cp-framework-capability-icon {
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.62rem;
}

@media (max-width: 900px) {
	.cp-framework-lifecycle {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.45rem;
	}

	.cp-framework-arrow {
		display: none;
	}

	.cp-framework-step {
		min-width: 0;
		padding: 0.58rem 0.45rem;
		font-size: 0.72rem;
	}

	.cp-framework-peers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cp-framework-grid {
		grid-template-columns: 1fr;
	}

	.cp-framework-icons,
	.cp-framework-icons--llm {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.cp-hero-framework {
		border-radius: 22px;
	}

	.cp-framework-lifecycle {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0.8rem;
	}

	.cp-framework-step {
		font-size: 0.67rem;
		padding: 0.52rem 0.35rem;
	}

	.cp-framework-body {
		padding: 0.8rem;
	}

	.cp-framework-peer {
		padding: 0.62rem;
	}

	.cp-framework-peer-icon {
		width: 1.8rem;
		height: 1.8rem;
		flex-basis: 1.8rem;
	}

	.cp-framework-peer-name {
		font-size: 0.72rem;
	}

	.cp-framework-icons,
	.cp-framework-icons--llm {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cp-framework-box {
		padding: 0.8rem;
	}
}

/* -------------------------------------------------------
   Homepage developer stack
------------------------------------------------------- */

.cp-dev-framework {
	border: 1px solid #e5e5ec;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 18px 52px rgba(21, 21, 31, 0.05);
	overflow: hidden;
}

.cp-dev-framework-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid #ececf2;
	background: #fbfbfc;
}

.cp-dev-stack-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
}

.cp-dev-stack-brand img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	flex: 0 0 2rem;
}

.cp-dev-stack-brand-text {
	min-width: 0;
}

.cp-dev-stack-brand-title {
	color: #201c50;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.2;
}

.cp-dev-stack-brand-subtitle {
	color: #8a8998;
	font-size: 0.68rem;
	line-height: 1.35;
	margin-top: 0.12rem;
}

.cp-dev-framework-status {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.75rem;
	border-radius: 999px;
	border: 1px solid #dceeea;
	background: #f7fcfb;
	color: #087d73;
	font-size: 0.67rem;
	font-weight: 600;
	white-space: nowrap;
}

.cp-dev-framework-status::before {
	content: "";
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: #08b5a5;
}

.cp-dev-framework-body {
	padding: 0.95rem;
}

.cp-dev-row {
	display: grid;
	grid-template-columns: minmax(190px, 0.9fr) minmax(0, 2.6fr);
	align-items: stretch;
	gap: 0.75rem;
}

.cp-dev-row + .cp-dev-row {
	margin-top: 0.72rem;
}

.cp-dev-product {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.85rem 0.95rem;
	border: 1px solid #e8e8ef;
	border-radius: 17px;
	background: #ffffff;
	min-width: 0;
}

.cp-dev-product--experience {
	border-color: rgba(8, 181, 165, 0.26);
}

.cp-dev-product--platform {
	border-color: rgba(108, 92, 231, 0.24);
}

.cp-dev-product--developer {
	border-color: rgba(239, 71, 111, 0.20);
}

.cp-dev-product-icon {
	width: 2.65rem;
	height: 2.65rem;
	flex: 0 0 2.65rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	background: #f7f7f9;
	border: 1px solid #ededf2;
}

.cp-dev-product-icon img {
	width: 1.75rem;
	height: 1.75rem;
	object-fit: contain;
	display: block;
}

.cp-dev-product-copy {
	min-width: 0;
}

.cp-dev-product-name {
	color: #201c50;
	font-size: 0.91rem;
	font-weight: 600;
	line-height: 1.2;
}

.cp-dev-product-role {
	color: #8a8998;
	font-size: 0.68rem;
	line-height: 1.35;
	margin-top: 0.18rem;
}

.cp-dev-capabilities {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	gap: 0.52rem;
	padding: 0.78rem;
	border: 1px solid #e8e8ef;
	border-radius: 17px;
	background: #fbfbfc;
}

.cp-dev-chip {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.42rem 0.72rem;
	border: 1px solid #e3e3ea;
	border-radius: 10px;
	background: #ffffff;
	color: #555466;
	font-size: 0.69rem;
	font-weight: 500;
	line-height: 1.2;
}

.cp-dev-experience-products {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.cp-dev-experience-products .cp-dev-product {
	height: 100%;
}

.cp-dev-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.8rem;
	padding: 0.9rem 1rem 0;
	border-top: 1px solid #efeff3;
	color: #777688;
	font-size: 0.7rem;
}

.cp-dev-footer code {
	padding: 0.28rem 0.5rem;
	border-radius: 8px;
	border: 1px solid #e8e8ef;
	background: #f7f7f9;
	color: #201c50;
	font-size: 0.66rem;
}

@media (max-width: 850px) {
	.cp-dev-row {
		grid-template-columns: 1fr;
	}

	.cp-dev-capabilities {
		margin-top: -0.18rem;
	}

	.cp-dev-experience-products {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	.cp-dev-framework {
		border-radius: 22px;
	}

	.cp-dev-framework-header {
		align-items: flex-start;
		padding: 0.9rem;
	}

	.cp-dev-framework-status {
		display: none;
	}

	.cp-dev-framework-body {
		padding: 0.7rem;
	}

	.cp-dev-experience-products {
		grid-template-columns: 1fr;
	}

	.cp-dev-product {
		padding: 0.72rem;
	}

	.cp-dev-capabilities {
		padding: 0.65rem;
		gap: 0.42rem;
	}

	.cp-dev-chip {
		font-size: 0.64rem;
		padding: 0.38rem 0.58rem;
	}

	.cp-dev-footer {
		flex-direction: column;
		align-items: flex-start;
		padding: 0.8rem 0.2rem 0;
	}
}
}

body {
	color: var(--cognipeer-text);
}

body.cognipeer-menu-open {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lexend Deca", "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
	letter-spacing: -0.035em;
}

h1,
h2 {
	font-weight: 600 !important;
}

h3,
h4,
h5,
h6 {
	font-weight: 500 !important;
}

::selection {
	background: #c9f3ef;
	color: #15151f;
}


/* -------------------------------------------------------
   Global buttons
------------------------------------------------------- */

.cognipeer-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.72rem 1.3rem;
	background: linear-gradient(100deg, #08b5a5 0%, #23a6b8 52%, #6c5ce7 100%);
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.10);
	box-shadow: 0 8px 22px rgba(8, 181, 165, 0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cognipeer-btn-primary:hover {
	transform: translateY(-1px);
	filter: saturate(1.06) brightness(0.99);
	box-shadow: 0 12px 28px rgba(8, 181, 165, 0.20);
	color: #ffffff !important;
}

.cognipeer-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.72rem 1.3rem;
	background: #ffffff;
	color: #201c50 !important;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #dedee7;
	box-shadow: 0 5px 18px rgba(32, 28, 80, 0.04);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.cognipeer-btn-secondary:hover {
	transform: translateY(-1px);
	border-color: rgba(8, 181, 165, 0.40);
	background: #f9fafa;
	color: #201c50 !important;
}

.cognipeer-btn-teal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 0.72rem 1.3rem;
	background: #08b5a5;
	color: #ffffff !important;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #08b5a5;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.cognipeer-btn-teal:hover {
	transform: translateY(-1px);
	background: #079c8f;
	color: #ffffff !important;
}

/* -------------------------------------------------------
   Global brand utilities
------------------------------------------------------- */

.bg-cognipeer-gradient {
	background:
		radial-gradient(circle at 12% 18%, rgba(8, 181, 165, 0.22), transparent 28rem),
		radial-gradient(circle at 86% 18%, rgba(108, 92, 231, 0.18), transparent 30rem),
		radial-gradient(circle at 68% 92%, rgba(243, 209, 14, 0.14), transparent 25rem),
		linear-gradient(135deg, #ffffff 0%, #f5f5f7 100%);
}

.cognipeer-page-hero {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(245,245,247,0.96) 100%);
	border-bottom: 1px solid rgba(232, 232, 239, 0.9);
}

.cognipeer-hero-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(54px);
	pointer-events: none;
	opacity: 0.9;
}

.cognipeer-hero-orb--teal {
	width: 24rem;
	height: 24rem;
	background: rgba(8, 181, 165, 0.15);
	top: -8rem;
	right: 5%;
}

.cognipeer-hero-orb--purple {
	width: 23rem;
	height: 23rem;
	background: rgba(108, 92, 231, 0.12);
	bottom: -9rem;
	left: 10%;
}

.cognipeer-hero-orb--yellow {
	width: 18rem;
	height: 18rem;
	background: rgba(243, 209, 14, 0.14);
	top: 28%;
	left: 42%;
}

.cognipeer-hero-orb--pink {
	width: 20rem;
	height: 20rem;
	background: rgba(239, 71, 111, 0.10);
	bottom: -8rem;
	right: 20%;
}

.cognipeer-hero-orb--orange {
	width: 20rem;
	height: 20rem;
	background: rgba(255, 159, 28, 0.12);
	bottom: -9rem;
	left: 20%;
}

.cognipeer-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: #4f6870;
	font-size: 0.76rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cognipeer-eyebrow > span {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--cognipeer-teal);
	box-shadow: 0 0 0 5px rgba(8, 181, 165, 0.10);
}

/* -------------------------------------------------------
   Brand / logo fallback
------------------------------------------------------- */

.cognipeer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none;
	color: var(--cognipeer-navy);
}

.cognipeer-brand:hover {
	color: var(--cognipeer-navy);
}

.cognipeer-brand-mark {
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 0.72rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.18rem;
	padding: 0.42rem;
	background: #ffffff;
	border: 1px solid #e8e8ef;
	box-shadow: 0 6px 20px rgba(32, 28, 80, 0.08);
	transform: rotate(-3deg);
}

.brand-dot {
	display: block;
	border-radius: 999px;
}

.brand-dot-teal { background: var(--cognipeer-teal); }
.brand-dot-yellow { background: var(--cognipeer-yellow); }
.brand-dot-purple { background: var(--cognipeer-purple); }
.brand-dot-pink { background: var(--cognipeer-pink); }

.cognipeer-brand-word {
	font-size: 1.14rem;
	font-weight: 600;
	letter-spacing: -0.035em;
}

.cognipeer-brand--footer {
	color: #ffffff;
}

.cognipeer-brand--footer:hover {
	color: #ffffff;
}

.cognipeer-brand--footer .cognipeer-brand-word {
	font-size: 1.25rem;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo-link img {
	height: 2.25rem;
	width: auto;
	max-width: 190px;
	object-fit: contain;
}

/* -------------------------------------------------------
   Header
------------------------------------------------------- */

.cognipeer-header {
	background: rgba(255, 255, 255, 0.88);
	border-bottom: 1px solid rgba(226, 226, 234, 0.9);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.cognipeer-header.is-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 10px 36px rgba(32, 28, 80, 0.07);
}

.cognipeer-desktop-nav ul {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
}

.cognipeer-desktop-nav li {
	position: relative;
	list-style: none;
}

.cognipeer-desktop-nav a {
	color: #454456;
	font-size: 0.92rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease;
	letter-spacing: -0.015em;
}

.cognipeer-desktop-nav > ul > li > a:hover,
.cognipeer-desktop-nav > div > ul > li > a:hover {
	color: #087d73;
}

.cognipeer-desktop-nav .menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
}

.cognipeer-desktop-nav .menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 0.62rem;
	line-height: 1;
	opacity: 0.56;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.cognipeer-desktop-nav .menu-item-has-children:hover > a::after {
	transform: rotate(180deg);
	opacity: 1;
}

.cognipeer-desktop-nav .sub-menu {
	position: absolute;
	top: calc(100% + 20px);
	left: -1rem;
	width: 300px;
	display: block;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid #e8e8ef;
	border-radius: 20px;
	box-shadow: 0 24px 70px rgba(32, 28, 80, 0.13);
	padding: 0.75rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 80;
}

.cognipeer-desktop-nav .sub-menu::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	height: 22px;
}

.cognipeer-desktop-nav li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cognipeer-desktop-nav .sub-menu li + li {
	margin-top: 0.2rem;
}

.cognipeer-desktop-nav .sub-menu a {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.82rem 0.9rem;
	border-radius: 13px;
	color: #4b4a5c;
	font-size: 0.9rem;
	font-weight: 500;
}

.cognipeer-desktop-nav .sub-menu a strong {
	color: var(--cognipeer-navy);
	font-weight: 600;
}

.cognipeer-desktop-nav .sub-menu a span {
	color: #858496;
	font-size: 0.76rem;
	font-weight: 400;
	line-height: 1.45;
}

.cognipeer-desktop-nav .sub-menu a:hover {
	background: var(--cognipeer-teal-soft);
	color: #087d73;
}

.cognipeer-desktop-nav .sub-menu a:hover strong {
	color: #087d73;
}

.cognipeer-desktop-nav .cognipeer-solutions-submenu {
	width: 540px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.2rem;
}

/* -------------------------------------------------------
   Mobile navigation
------------------------------------------------------- */

#mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: min(92%, 430px);
	height: 100vh;
	background: #ffffff;
	transform: translateX(105%);
	transition: transform 0.3s ease;
	z-index: 1001;
	overflow-y: auto;
	box-shadow: -24px 0 70px rgba(32, 28, 80, 0.16);
}

#mobile-menu.open {
	transform: translateX(0);
}

#mobile-menu-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(32, 28, 80, 0.28);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

#mobile-menu-backdrop.open {
	opacity: 1;
	visibility: visible;
}

.cognipeer-mobile-nav ul {
	margin: 0;
	padding: 0.8rem 0;
	list-style: none;
}

.cognipeer-mobile-nav li {
	border-bottom: 1px solid #ededf2;
}

.cognipeer-mobile-nav a {
	display: block;
	padding: 1rem 1.25rem;
	color: #373647;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.cognipeer-mobile-nav a:hover {
	background: #f8f8fa;
	color: #087d73;
}

.cognipeer-mobile-nav .menu-item-has-children > a {
	position: relative;
	padding-right: 3rem;
}

.cognipeer-mobile-nav .menu-item-has-children > a::after {
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.7rem;
	transition: transform 0.2s ease;
}

.cognipeer-mobile-nav .menu-item-has-children.is-open > a::after {
	transform: translateY(-50%) rotate(180deg);
	color: #087d73;
}

.cognipeer-mobile-nav .sub-menu {
	display: none;
	background: #f8f8fa;
	padding: 0;
}

.cognipeer-mobile-nav .is-open > .sub-menu {
	display: block;
}

.cognipeer-mobile-nav .sub-menu a {
	color: #5c5b6d;
	font-size: 0.92rem;
	font-weight: 400;
	padding-left: 2.1rem;
}

/* -------------------------------------------------------
   Breadcrumbs
------------------------------------------------------- */

.cognipeer-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.48rem;
	font-size: 0.76rem;
	font-weight: 500;
	color: #8a899b;
	margin-bottom: 1.5rem;
}

.cognipeer-breadcrumb a {
	color: #087d73;
	text-decoration: none;
}

.cognipeer-breadcrumb a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.cognipeer-breadcrumb .breadcrumb-separator {
	color: #c1c0cc;
}

/* -------------------------------------------------------
   Cards
------------------------------------------------------- */

.cognipeer-card {
	background: #ffffff;
	border: 1px solid var(--cognipeer-border);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(32, 28, 80, 0.045);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cognipeer-card:hover {
	transform: translateY(-5px);
	border-color: rgba(8, 181, 165, 0.30);
	box-shadow: 0 22px 54px rgba(32, 28, 80, 0.09);
}

.cognipeer-card-image {
	width: 100%;
	height: 230px;
	background: #f2f2f5;
	overflow: hidden;
}

.cognipeer-card-placeholder {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #807f91;
	font-size: 2rem;
	background: #f7f7f9;
	overflow: hidden;
}

.cognipeer-card-placeholder i {
	position: relative;
	z-index: 2;
}

.placeholder-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(24px);
}

.placeholder-orb-one {
	width: 10rem;
	height: 10rem;
	background: rgba(8, 181, 165, 0.18);
	top: -3rem;
	right: -2rem;
}

.placeholder-orb-two {
	width: 9rem;
	height: 9rem;
	background: rgba(108, 92, 231, 0.14);
	bottom: -3rem;
	left: -1rem;
}

.cognipeer-card-category {
	display: inline-flex;
	align-items: center;
	padding: 0.36rem 0.72rem;
	border-radius: 999px;
	background: var(--cognipeer-teal-soft);
	color: #087d73;
	font-size: 0.66rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.045em;
}

.cognipeer-card-date {
	color: #9897a8;
	font-size: 0.74rem;
	font-weight: 500;
}

.cognipeer-read-more {
	display: inline-flex;
	align-items: center;
	color: #087d73;
	font-size: 0.88rem;
	font-weight: 600;
}

/* -------------------------------------------------------
   Single / entry typography
------------------------------------------------------- */

.cognipeer-single-category {
	display: inline-flex;
	padding: 0.4rem 0.75rem;
	margin-right: 0.45rem;
	margin-bottom: 0.45rem;
	border-radius: 999px;
	background: var(--cognipeer-teal-soft);
	border: 1px solid rgba(8, 181, 165, 0.14);
	color: #087d73;
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.cognipeer-single-category:nth-child(2n) {
	background: var(--cognipeer-purple-soft);
	border-color: rgba(108, 92, 231, 0.13);
	color: #5848d0;
}

.cognipeer-single-category:hover {
	background: #ffffff;
}

.entry-content {
	color: #414052;
}

.entry-content h2 {
	font-size: clamp(1.75rem, 2.5vw, 2.3rem);
	font-weight: 600 !important;
	color: var(--cognipeer-navy);
	margin-top: 3rem;
	margin-bottom: 1rem;
	line-height: 1.2;
	scroll-margin-top: 7rem;
}

.entry-content h3 {
	font-size: clamp(1.35rem, 2vw, 1.68rem);
	font-weight: 500 !important;
	color: #35334f;
	margin-top: 2.25rem;
	margin-bottom: 0.85rem;
	line-height: 1.35;
	scroll-margin-top: 7rem;
}

.entry-content h4 {
	font-size: 1.16rem;
	font-weight: 500 !important;
	color: #403f52;
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
	scroll-margin-top: 7rem;
}

.entry-content p {
	font-size: 1.04rem;
	line-height: 1.86;
	margin-bottom: 1.45rem;
	color: #4a495b;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5rem 1.4rem;
	padding: 0;
	color: #4a495b;
}

.entry-content li {
	font-size: 1.04rem;
	line-height: 1.75;
	margin-bottom: 0.58rem;
}

.entry-content a {
	color: #087d73;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content a:hover {
	color: #05645c;
}

.entry-content blockquote {
	position: relative;
	border-left: 4px solid var(--cognipeer-yellow);
	padding: 1.2rem 1.4rem;
	font-style: normal;
	color: #4b4a5d;
	margin: 2rem 0;
	background: #fffdf0;
	border-radius: 0 16px 16px 0;
}

.entry-content img {
	border-radius: 18px;
	max-width: 100%;
	height: auto;
	margin: 2rem 0;
}

.entry-content pre {
	overflow-x: auto;
	padding: 1rem;
	background: #17152f;
	color: #ececf3;
	border-radius: 16px;
	margin: 1.75rem 0;
}

.entry-content code {
	font-size: 0.92em;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem 0;
}

.entry-content th,
.entry-content td {
	padding: 0.9rem 1rem;
	border: 1px solid #e8e8ef;
	text-align: left;
	vertical-align: top;
}

.entry-content th {
	background: #f5f5f7;
	color: var(--cognipeer-navy);
	font-weight: 600;
}

/* -------------------------------------------------------
   Table of contents
------------------------------------------------------- */

.cognipeer-toc {
	position: sticky;
	top: 104px;
	background: #ffffff;
	border: 1px solid #e8e8ef;
	border-radius: 20px;
	padding: 1.25rem;
	box-shadow: 0 14px 36px rgba(32, 28, 80, 0.045);
	max-height: calc(100vh - 132px);
	overflow-y: auto;
}

.cognipeer-toc-title {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--cognipeer-navy);
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-bottom: 1rem;
}

.cognipeer-toc-title .toc-accent {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 999px;
	background: var(--cognipeer-teal);
	box-shadow: 0 0 0 4px rgba(8,181,165,0.10);
}

.cognipeer-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cognipeer-toc-list li + li {
	margin-top: 0.66rem;
}

.cognipeer-toc-list a {
	display: block;
	color: #747386;
	text-decoration: none;
	font-size: 0.84rem;
	font-weight: 400;
	line-height: 1.45;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.cognipeer-toc-list a:hover {
	color: #087d73;
	padding-left: 0.2rem;
}

/* -------------------------------------------------------
   Pagination
------------------------------------------------------- */

.pagination-area ul {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination-area .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.8rem;
	border-radius: 999px;
	border: 1px solid #dedee7;
	background: #ffffff;
	color: #4e4d5e;
	font-weight: 600;
	transition: all 0.2s ease;
	margin: 0 0.08rem;
	font-size: 0.88rem;
}

.pagination-area .page-numbers:hover {
	border-color: var(--cognipeer-teal);
	color: #087d73;
	background: var(--cognipeer-teal-soft);
}

.pagination-area .page-numbers.current {
	background: var(--cognipeer-yellow);
	border-color: var(--cognipeer-yellow);
	color: var(--cognipeer-navy);
}

.pagination-area .dots {
	border: none;
	background: transparent;
}

/* -------------------------------------------------------
   Search
------------------------------------------------------- */

.cognipeer-search-input {
	width: 100%;
	padding: 1rem 7rem 1rem 3.3rem;
	border-radius: 999px;
	border: 1px solid #dedee7;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(32, 28, 80, 0.08);
	color: var(--cognipeer-navy);
	outline: none;
}

.cognipeer-search-input:focus {
	border-color: var(--cognipeer-teal);
	box-shadow: 0 0 0 4px rgba(8, 181, 165, 0.10), 0 18px 50px rgba(32, 28, 80, 0.08);
}

/* -------------------------------------------------------
   Generic form styling
   Add class "cognipeer-form" to form wrapper.
------------------------------------------------------- */

.cognipeer-form .ff-el-group {
	margin-bottom: 1.2rem;
}

.cognipeer-form .ff-el-input--label label,
.cognipeer-form label {
	font-weight: 500;
	color: var(--cognipeer-navy);
	font-size: 0.9rem;
	margin-bottom: 0.45rem;
}

.cognipeer-form input,
.cognipeer-form textarea,
.cognipeer-form select {
	border-radius: 14px !important;
	border: 1px solid #dedee7 !important;
	background: #ffffff !important;
	color: var(--cognipeer-navy) !important;
	padding: 0.9rem 1rem !important;
	box-shadow: none !important;
}

.cognipeer-form input:focus,
.cognipeer-form textarea:focus,
.cognipeer-form select:focus {
	border-color: var(--cognipeer-teal) !important;
	box-shadow: 0 0 0 4px rgba(8, 181, 165, 0.10) !important;
	outline: none !important;
}

.cognipeer-form .ff-btn-submit,
.cognipeer-form button[type="submit"] {
	border-radius: 999px !important;
	background: linear-gradient(100deg, #08b5a5 0%, #23a6b8 52%, #6c5ce7 100%) !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	padding: 0.9rem 1.6rem !important;
	border: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.cognipeer-form .ff-btn-submit:hover,
.cognipeer-form button[type="submit"]:hover {
	filter: saturate(1.06) brightness(0.99);
	transform: translateY(-1px);
}

/* -------------------------------------------------------
   Policy / legal content
------------------------------------------------------- */

.policy-content h2 {
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	font-weight: 600 !important;
	color: var(--cognipeer-navy);
	line-height: 1.25;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	scroll-margin-top: 7rem;
}

.policy-content section:first-of-type h2,
.policy-content .policy-content-header + section h2 {
	margin-top: 0;
}

.policy-content p {
	color: #4a495b;
	font-size: 1rem;
	line-height: 1.85;
	margin-bottom: 1.15rem;
}

.policy-content strong,
.policy-content b {
	color: var(--cognipeer-navy);
	font-weight: 600;
}

.policy-content a {
	color: #087d73;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.policy-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5rem 0;
}

.policy-content td,
.policy-content th {
	border-bottom: 1px solid #e8e8ef;
	padding: 1rem 0;
	color: #4a495b;
	line-height: 1.7;
	vertical-align: top;
}

/* -------------------------------------------------------
   Footer
------------------------------------------------------- */

.cognipeer-footer {
	background:
		radial-gradient(circle at 82% 10%, rgba(8, 181, 165, 0.09), transparent 28rem),
		radial-gradient(circle at 18% 90%, rgba(108, 92, 231, 0.08), transparent 24rem),
		linear-gradient(135deg, #111118 0%, #15151f 58%, #191923 100%);
}

.cognipeer-footer .custom-logo-link img {
	filter: brightness(0) invert(1);
}

.cognipeer-footer-heading {
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 600 !important;
	letter-spacing: -0.015em;
	margin-bottom: 1rem;
}

.cognipeer-footer-links {
	display: grid;
	gap: 0.58rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cognipeer-footer-links a {
	color: #aaa9bf;
	font-size: 0.84rem;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cognipeer-footer-links a:hover {
	color: #9cebe3;
}

.cognipeer-social-link {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 0.85rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #d4d3de;
	border: 1px solid rgba(255,255,255,0.10);
	background: rgba(255,255,255,0.05);
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cognipeer-social-link:hover {
	transform: translateY(-2px);
	background: rgba(8,181,165,0.12);
	border-color: rgba(8,181,165,0.28);
	color: #ffffff;
}

/* -------------------------------------------------------
   Responsive
------------------------------------------------------- */

@media (max-width: 1024px) {
	.cognipeer-toc {
		position: relative;
		top: auto;
		max-height: none;
		margin-bottom: 2rem;
	}
}

@media (max-width: 640px) {
	h1,
	h2,
	h3,
	h4 {
		letter-spacing: -0.026em;
	}

	.cognipeer-card-image {
		height: 200px;
	}

	.entry-content p,
	.entry-content li {
		font-size: 1rem;
	}

	.cognipeer-search-input {
		padding-right: 1rem;
	}

	.cognipeer-hero-orb {
		filter: blur(64px);
		opacity: 0.75;
	}
}

/* -------------------------------------------------------
   Homepage components
------------------------------------------------------- */

.cp-home-product-card,
	.cp-home-solution-card,
	.cp-home-mini-card {
		transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	}

	.cp-home-product-card:hover,
	.cp-home-solution-card:hover,
	.cp-home-mini-card:hover {
		transform: translateY(-5px);
	}

	.cp-home-product-card:hover {
		box-shadow: 0 24px 65px rgba(32, 28, 80, .10);
	}

	.cp-home-solution-card:hover,
	.cp-home-mini-card:hover {
		box-shadow: 0 18px 44px rgba(32, 28, 80, .08);
	}

	50% { transform: translateY(-8px); }
	}

	.cp-home-video video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

/* Compact homepage hero framework */
.cp-hero-framework {
	border: 1px solid #e5e5ec;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 52px rgba(21, 21, 31, 0.055);
	overflow: hidden;
}

.cp-framework-lifecycle {
	display: grid;
	grid-template-columns: repeat(9, auto);
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #ececf2;
	background: #fbfbfc;
}

.cp-framework-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 108px;
	padding: 0.62rem 1rem;
	border-radius: 999px;
	border: 1px solid #dedee7;
	background: #ffffff;
	color: #201c50;
	font-size: 0.79rem;
	font-weight: 600;
	letter-spacing: -0.015em;
	white-space: nowrap;
}

.cp-framework-arrow {
	color: #08b5a5;
	font-size: 0.72rem;
}

.cp-framework-body {
	padding: 1.1rem;
}

.cp-framework-label {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #777688;
}

.cp-framework-label-dot {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
}

.cp-framework-peers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 0.72rem;
}

.cp-framework-peer {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
	padding: 0.72rem 0.8rem;
	border-radius: 16px;
	border: 1px solid #e8e8ef;
	background: #ffffff;
}

.cp-framework-peer-icon {
	width: 2rem;
	height: 2rem;
	flex: 0 0 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	font-size: 0.78rem;
}

.cp-framework-peer-name {
	color: #201c50;
	font-size: 0.79rem;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-framework-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
	gap: 0.8rem;
	margin-top: 0.8rem;
}

.cp-framework-box {
	border: 1px solid #e8e8ef;
	border-radius: 18px;
	background: #ffffff;
	padding: 0.9rem;
}

.cp-framework-icons {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.55rem;
	margin-top: 0.75rem;
}

.cp-framework-icons--llm {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cp-framework-logo {
	aspect-ratio: 1 / 1;
	min-width: 0;
	border: 1px solid #ececf2;
	border-radius: 13px;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(21, 21, 31, 0.035);
}

.cp-framework-logo img {
	width: 62%;
	height: 62%;
	object-fit: contain;
	display: block;
}

.cp-framework-capabilities {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 0.8rem;
}

.cp-framework-capability {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.8rem;
	border: 1px solid #e8e8ef;
	border-radius: 999px;
	background: #ffffff;
	color: #555466;
	font-size: 0.72rem;
	font-weight: 500;
}

.cp-framework-capability-icon {
	width: 1.55rem;
	height: 1.55rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.62rem;
}

@media (max-width: 900px) {
	.cp-framework-lifecycle {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.45rem;
	}

	.cp-framework-arrow {
		display: none;
	}

	.cp-framework-step {
		min-width: 0;
		padding: 0.58rem 0.45rem;
		font-size: 0.72rem;
	}

	.cp-framework-peers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cp-framework-grid {
		grid-template-columns: 1fr;
	}

	.cp-framework-icons,
	.cp-framework-icons--llm {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.cp-hero-framework {
		border-radius: 22px;
	}

	.cp-framework-lifecycle {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 0.8rem;
	}

	.cp-framework-step {
		font-size: 0.67rem;
		padding: 0.52rem 0.35rem;
	}

	.cp-framework-body {
		padding: 0.8rem;
	}

	.cp-framework-peer {
		padding: 0.62rem;
	}

	.cp-framework-peer-icon {
		width: 1.8rem;
		height: 1.8rem;
		flex-basis: 1.8rem;
	}

	.cp-framework-peer-name {
		font-size: 0.72rem;
	}

	.cp-framework-icons,
	.cp-framework-icons--llm {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.cp-framework-box {
		padding: 0.8rem;
	}
}