:root {
	--ifx-canvas: #f6f8fc;
	--ifx-surface: #ffffff;
	--ifx-ink: #191728;
	--ifx-brand: #5468ff;
	--ifx-accent: #ff8970;
	--ifx-muted: #5f6578;
	--ifx-header-height: 79px;
	--ifx-admin-bar-height: 0px;
}

body.ifx-canvas-page {
	margin: 0;
	background: #ffffff;
	color: var(--ifx-ink);
	font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.65;
}

body.ifx-canvas-page .mkdf-content {
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
}

body.ifx-canvas-page.ifx-portfolio-single-page .mkdf-content,
body.ifx-canvas-page .ifx-canvas-main .mkdf-content {
	padding-top: 0;
}

body.ifx-search-open {
	overflow: hidden;
}

.ifx-canvas-page a {
	color: inherit;
	text-decoration: none;
}

.ifx-canvas-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ifx-canvas-main {
	min-height: 100vh;
	padding-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
}

.ifx-canvas-page.ifx-motion-ready .ifx-reveal {
	animation: none !important;
	opacity: 0;
	transform: translate3d(0, 22px, 0);
	transition:
		opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--ifx-delay, 0ms),
		transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--ifx-delay, 0ms);
	will-change: opacity, transform;
}

.ifx-canvas-page.ifx-motion-ready .ifx-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ifx-canvas-entry,
.ifx-canvas-content {
	margin: 0;
}

.ifx-canvas-content > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.ifx-canvas-page .ifx-home-hero,
.ifx-canvas-page .ifx-canvas-main {
	background: #ffffff;
}

.ifx-shell-header {
	position: fixed;
	left: 0;
	right: 0;
	top: var(--ifx-admin-bar-height);
	width: 100%;
	z-index: 9999;
	background: linear-gradient(0deg, rgba(245, 247, 251, 0.92) 0%, rgba(245, 247, 251, 0.92) 100%), #ffffff;
	border-bottom: 1px solid #e3e8f1;
	transition: background-color 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ifx-shell-header__inner {
	width: min(1200px, calc(100vw - 64px));
	margin: 0 auto;
	padding: 22px 0;
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: center;
	align-items: center;
	gap: 101px;
	transition: padding 220ms ease, gap 220ms ease;
}

.ifx-shell-header.ifx-is-scrolled {
	background: rgba(255, 255, 255, 0.9);
	border-bottom-color: rgba(227, 232, 241, 0.92);
	box-shadow: 0 18px 40px -28px rgba(40, 55, 110, 0.28);
}

.ifx-shell-header.ifx-is-scrolled .ifx-shell-header__inner {
	padding-top: 16px;
	padding-bottom: 16px;
	gap: 88px;
}

body.admin-bar {
	--ifx-admin-bar-height: 32px;
}

#wpadminbar {
	position: fixed;
	z-index: 2147483000 !important;
	pointer-events: auto !important;
}

#wpadminbar *,
#wpadminbar .ab-top-menu > li,
#wpadminbar .ab-sub-wrapper,
#wpadminbar .ab-item,
#wpadminbar a.ab-item {
	position: relative;
	z-index: 2147483000 !important;
	pointer-events: auto !important;
}

#wpadminbar .quicklinks .ab-sub-wrapper,
#wpadminbar .menupop .ab-sub-wrapper {
	z-index: 2147483001 !important;
}

.trp-language-switcher,
.trp-language-switcher *,
.trp-language-switcher-container,
.trp-language-switcher-container *,
.trp-ls-shortcode-language,
.trp-ls-shortcode-language * {
	position: relative;
	z-index: 2147483002 !important;
	pointer-events: auto !important;
}

.ifx-shell-header,
.ifx-shell-header * {
	pointer-events: auto;
}

.ifx-shell-header__brand img {
	width: 172px;
	height: auto;
}

.ifx-shell-header__brand-fallback,
.ifx-footer__brand-fallback {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ifx-shell-header__nav {
	justify-self: center;
}

.ifx-shell-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #2c3858;
}

.ifx-shell-header__toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.ifx-shell-header__toggle span + span {
	margin-top: 4px;
}

.ifx-shell-header__menu,
.ifx-shell-header__menu ul,
.ifx-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ifx-shell-header__menu {
	display: flex;
	align-items: center;
	gap: 32px;
}

.ifx-shell-header__menu > li {
	position: relative;
}

.ifx-shell-header__menu > li.menu-item-has-children {
	padding-bottom: 14px;
	margin-bottom: -14px;
}

.ifx-shell-header__menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	padding: 8px 0 9px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2.42px;
	text-transform: uppercase;
	transition: color 180ms ease, opacity 180ms ease;
}

.ifx-shell-header__menu > li.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	margin-left: 0;
	border-right: 1px solid rgba(154, 163, 187, 0.9);
	border-bottom: 1px solid rgba(154, 163, 187, 0.9);
	transform: rotate(45deg);
	transform-origin: center;
	transition: border-color 180ms ease, transform 180ms ease;
	position: relative;
	top: -2px;
}

.ifx-shell-header__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 240px;
	padding: 10px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 24px 60px -20px rgba(40, 55, 110, 0.25);
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(6px);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	z-index: 20;
	overflow: visible;
}

.ifx-shell-header__menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 2px;
	transform: translateX(-50%) rotate(45deg);
	box-shadow: -8px -8px 20px -18px rgba(40, 55, 110, 0.15);
	z-index: -1;
}

.ifx-shell-header__menu li:hover > .sub-menu,
.ifx-shell-header__menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.ifx-shell-header__menu > li.menu-item-has-children:hover > a::after,
.ifx-shell-header__menu > li.menu-item-has-children:focus-within > a::after {
	border-color: rgba(91, 108, 255, 0.6);
	transform: rotate(45deg);
}

.ifx-shell-header__menu .sub-menu li + li {
	margin-top: 2px;
}

.ifx-shell-header__menu .sub-menu li {
	width: 100%;
}

.ifx-shell-header__menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 8px;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 1;
	white-space: nowrap;
	transition: background-color 180ms ease, color 180ms ease;
	box-sizing: border-box;
}

.ifx-shell-header__menu .sub-menu a::before {
	content: "";
	width: 28px;
	height: 28px;
	flex: 0 0 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px 28px;
}

.ifx-shell-header__menu .sub-menu a[href*="/discovery"]::before {
	background-image: url("../icons/header-discovery.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="agentic"]::before,
.ifx-shell-header__menu .sub-menu a[href*="ai"]::before {
	background-image: url("../icons/header-agentic-ai.svg");
}

.ifx-shell-header__menu .sub-menu a[href*="/shopify"]::before {
	background-image: url("../icons/header-shopify.svg");
}

.ifx-shell-header__menu .sub-menu a:hover,
.ifx-shell-header__menu .sub-menu a:focus {
	background: #f5f7fb;
}

.ifx-shell-header__search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #e3e8f1;
	border-radius: 17px;
	color: #6b7795;
	background: #fff;
	padding: 0;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ifx-shell-header__search svg {
	width: 14px;
	height: 14px;
}

.ifx-shell-search[hidden] {
	display: none !important;
}

.ifx-shell-search {
	position: fixed;
	inset: 0;
	z-index: 10010;
}

.ifx-shell-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(24, 30, 52, 0.34);
	backdrop-filter: blur(8px);
}

.ifx-shell-search__dialog {
	position: relative;
	width: min(860px, calc(100vw - 32px));
	margin: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height) + 24px) auto 0;
	padding: 24px;
	border: 1px solid #e3e8f1;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 30px 70px -36px rgba(40, 55, 110, 0.42);
}

.ifx-shell-search__top {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 16px;
}

.ifx-shell-search__input {
	width: 100%;
	height: 64px;
	padding: 0 22px;
	border: 1px solid #e3e8f1;
	border-radius: 18px;
	background: #f5f7fb;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.ifx-shell-search__input::placeholder {
	color: #9aa3bb;
}

.ifx-shell-search__input:focus {
	outline: none;
	border-color: #5b6cff;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(91, 108, 255, 0.08);
}

.ifx-shell-search__close {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid #e3e8f1;
	border-radius: 23px;
	background: #fff;
	color: #6b7795;
}

.ifx-shell-search__close span {
	position: absolute;
	width: 16px;
	height: 1.5px;
	background: currentColor;
	border-radius: 999px;
}

.ifx-shell-search__close span:first-child {
	transform: rotate(45deg);
}

.ifx-shell-search__close span:last-child {
	transform: rotate(-45deg);
}

.ifx-shell-search__status {
	padding: 16px 4px 0;
	color: #6b7795;
	font-family: "Mulish", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.ifx-shell-search__results {
	display: grid;
	gap: 12px;
	padding-top: 16px;
}

.ifx-shell-search__result {
	display: block;
	padding: 18px 20px;
	border: 1px solid #e3e8f1;
	border-radius: 18px;
	background: #fff;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ifx-shell-search__result:hover,
.ifx-shell-search__result:focus-visible {
	border-color: #d6ddf2;
	box-shadow: 0 18px 32px -24px rgba(40, 55, 110, 0.28);
	transform: translateY(-1px);
}

.ifx-shell-search__result-type {
	display: inline-block;
	margin-bottom: 6px;
	color: #9aa3bb;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
}

.ifx-shell-search__result-title {
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.32;
}

.ifx-shell-search__result-excerpt {
	padding-top: 8px;
	color: #6b7795;
	font-family: "Mulish", sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.ifx-shell-search__all-results {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 4px;
	padding: 6px 2px 0;
	color: #2c3858;
	font-family: "Poppins", sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2.2px;
	line-height: 1;
	text-transform: uppercase;
}

.ifx-shell-search__all-results::after {
	content: "→";
	font-size: 13px;
	line-height: 1;
}

.ifx-shell-footer {
	position: relative;
	margin-top: 0;
	background: linear-gradient(180deg, #5b6cff 0%, #3c3489 100%);
	color: rgba(255, 255, 255, 0.85);
}

.ifx-shell-footer__top-wave {
	position: absolute;
	left: 0;
	top: -80px;
	width: 100%;
	height: 80px;
	overflow: hidden;
}

.ifx-shell-footer__top-wave::before {
	content: "";
	position: absolute;
	inset: 30px 0 0;
	background: #5b6cff;
}

.ifx-shell-footer__top-art {
	position: absolute;
	inset: -80px 0 auto;
	height: 80px;
	overflow: hidden;
}

.ifx-shell-footer__top-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ifx-shell-footer__inner {
	width: min(1197px, calc(100vw - 64px));
	margin: 0 auto;
	padding: 0 47px;
	box-sizing: border-box;
}

.ifx-shell-footer__main {
	display: grid;
	grid-template-columns: 320px 1fr;
	align-items: start;
	gap: 128px;
	padding: 60px 0 30px;
}

.ifx-footer__brand img {
	width: 159px;
	height: auto;
}

.ifx-footer__tagline {
	padding-top: 16px;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Mulish", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24.7px;
}

.ifx-footer__tagline p {
	margin: 0;
}

.ifx-shell-footer__columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 208px));
	gap: 16px;
}

.ifx-footer__menu-column {
	padding-top: 18px;
}

.ifx-footer__menu-title {
	margin: 0 0 16px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.52px;
	text-transform: capitalize;
}

.ifx-footer__menu li + li {
	margin-top: 0;
}

.ifx-footer__menu a,
.ifx-footer__contact-text,
.ifx-footer__contact-link {
	color: rgba(255, 255, 255, 0.85);
	font-family: "Mulish", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24.7px;
}

.ifx-footer__menu a,
.ifx-footer__contact-link,
.ifx-footer__social {
	transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.ifx-footer__contact-text,
.ifx-footer__contact-links {
	margin: 0;
}

.ifx-footer__contact-links {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 4px;
}

.ifx-shell-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ifx-footer__copyright {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.ifx-footer__socials {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ifx-footer__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: #ffffff;
}

.ifx-footer__social svg {
	width: 13px;
	height: 13px;
}

.ifx-footer__social img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	object-fit: contain;
}

.ifx-shell-header__menu > li > a:hover,
.ifx-shell-header__menu > li > a:focus-visible {
	color: #5b6cff;
}

.ifx-shell-header__search:hover,
.ifx-shell-header__search:focus-visible {
	border-color: #cfd8ee;
	background: rgba(245, 247, 251, 0.92);
	color: #2c3858;
	transform: translateY(-1px);
}

.ifx-footer__menu a:hover,
.ifx-footer__menu a:focus-visible,
.ifx-footer__contact-link:hover,
.ifx-footer__contact-link:focus-visible {
	opacity: 1;
	color: #ffffff;
}

.ifx-footer__social:hover,
.ifx-footer__social:focus-visible {
	transform: translateY(-1px);
}

.ifx-shell-header__menu a:focus-visible,
.ifx-shell-header__search:focus-visible,
.ifx-footer__menu a:focus-visible,
.ifx-footer__contact-link:focus-visible,
.ifx-footer__social:focus-visible {
	outline: 2px solid #5b6cff;
	outline-offset: 3px;
}

@media (max-width: 1240px) {
	.ifx-shell-header__inner {
		width: min(1200px, calc(100vw - 48px));
		gap: 72px;
	}

	.ifx-shell-header__menu {
		gap: 24px;
	}
}

@media (max-width: 1024px) {
	:root {
		--ifx-header-height: 79px;
	}

	.ifx-shell-header__inner {
		grid-template-columns: auto 1fr auto;
		justify-items: stretch;
		gap: 24px;
	}

	.ifx-shell-header__menu {
		gap: 18px;
	}

	.ifx-shell-footer__main {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.ifx-shell-footer__columns {
		grid-template-columns: 1fr 1fr;
	}

	.ifx-shell-header__search {
		display: none;
	}

	.ifx-shell-search__dialog {
		width: min(680px, calc(100vw - 24px));
		padding: 18px;
	}

	.ifx-shell-search__input {
		height: 58px;
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	:root {
		--ifx-header-height: 79px;
	}

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

	.ifx-shell-header__inner,
	.ifx-shell-footer__inner {
		width: min(calc(100vw - 32px), 1200px);
		padding-left: 0;
		padding-right: 0;
	}

	.ifx-shell-header__inner {
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 16px;
	}

	.ifx-shell-header__brand img {
		width: 150px;
	}

	.ifx-shell-header__toggle {
		display: inline-flex;
		justify-self: end;
		margin-left: auto;
	}

	.ifx-shell-header__nav {
		position: fixed;
		top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height));
		right: 0;
		bottom: 0;
		left: auto;
		width: min(320px, calc(100vw - 24px));
		padding: 24px 20px 32px;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid #e3e8f1;
		border-right: 0;
		border-radius: 18px 0 0 18px;
		box-shadow: -24px 0 60px -28px rgba(40, 55, 110, 0.28);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate3d(16px, 0, 0);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	body.ifx-menu-open .ifx-shell-header__nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
	}

	body.ifx-menu-open .ifx-shell-header__toggle span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	body.ifx-menu-open .ifx-shell-header__toggle span:nth-child(2) {
		opacity: 0;
	}

	body.ifx-menu-open .ifx-shell-header__toggle span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.ifx-shell-header__menu {
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
	}

	.ifx-shell-header__menu > li > a {
		padding: 10px 0;
		font-size: 11px;
		letter-spacing: 2.2px;
	}

	.ifx-shell-header__menu .sub-menu {
		position: static;
		min-width: 0;
		margin-top: 2px;
		transform: none;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		padding: 6px 0 0 12px;
		border-radius: 0;
		background: transparent;
	}

	.ifx-shell-footer__columns {
		grid-template-columns: 1fr;
	}

	.ifx-shell-footer__top-wave,
	.ifx-shell-footer__top-art {
		top: -56px;
		height: 56px;
	}

	.ifx-shell-footer__top-wave::before {
		inset: 20px 0 0;
	}

	.ifx-shell-footer__main {
		padding-top: 44px;
		padding-bottom: 24px;
	}

	.ifx-shell-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	}

	.ifx-shell-search__dialog {
		width: calc(100vw - 16px);
		margin-top: calc(var(--ifx-header-height) + var(--ifx-admin-bar-height) + 12px);
		padding: 16px;
		border-radius: 18px;
	}

	.ifx-shell-search__top {
		grid-template-columns: 1fr 40px;
		gap: 10px;
	}

	.ifx-shell-search__input {
		height: 52px;
		padding: 0 16px;
		font-size: 16px;
		border-radius: 14px;
	}

	.ifx-shell-search__close {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	.ifx-shell-search__result {
		padding: 16px;
		border-radius: 14px;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--ifx-admin-bar-height: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.ifx-shell-header__menu > li > a,
	.ifx-shell-header__menu .sub-menu,
	.ifx-shell-header__menu .sub-menu a,
	.ifx-shell-header__search,
	.ifx-footer__menu a,
	.ifx-footer__contact-link,
	.ifx-footer__social {
		transition: none !important;
	}
}
