.elementor-widget-smartbarrel_header,
.elementor-widget-smartbarrel_header .elementor-widget-container {
	width: 100%;
	overflow: visible;
}

.sb-header-wrap,
.sb-header-wrap * {
	box-sizing: border-box;
}

.sb-header-wrap {
	--sb-header-accent: #f15922;
	--sb-header-bg: #ffffff;
	--sb-panel-bg: #fff4ef;
	--sb-text: #25282a;
	--sb-muted: #606468;
	--sb-border: #efe3dd;
	position: relative;
	z-index: 40;
	width: 100%;
	background: var(--sb-header-bg);
	border-bottom: 1px solid rgba(37, 40, 42, 0.08);
	color: var(--sb-text);
	font-family: inherit;
	overflow: visible;
}

.sb-header-wrap a {
	color: inherit;
	text-decoration: none !important;
}

.sb-header {
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) auto;
	align-items: center;
	min-height: 88px;
	width: 100%;
	padding: 0 clamp(22px, 4.4vw, 72px);
	background: var(--sb-header-bg);
}

.sb-header__brand,
.sb-header__actions {
	display: flex;
	align-items: center;
}

.sb-header__logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.sb-header__logo {
	display: block;
	width: clamp(132px, 9vw, 160px);
	height: auto;
}

.sb-header__nav {
	justify-self: center;
}

.sb-header__nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(22px, 2.8vw, 48px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-menu-item {
	display: flex;
	align-items: center;
	min-height: 88px;
	margin: 0;
	padding: 0;
}

.sb-menu-item--wide {
	position: static;
}

.sb-menu-item--compact {
	position: relative;
}

.sb-header__nav-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--sb-text);
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: color 160ms ease;
}

.sb-header__nav-link:hover,
.sb-header__nav-link:focus-visible,
.sb-menu-item.is-open > .sb-header__nav-link {
	color: var(--sb-header-accent);
	font-weight: 700;
	outline: none;
}

.sb-header__actions {
	justify-self: end;
	gap: 14px;
}

.sb-header__login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 20px;
	border: 1px solid var(--sb-header-accent);
	border-radius: 999px;
	background: #ffffff;
	color: var(--sb-header-accent) !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sb-header__login:hover,
.sb-header__login:focus-visible {
	border-color: var(--sb-header-accent);
	background: var(--sb-header-accent);
	color: #ffffff !important;
	outline: none;
	transform: translateY(-1px);
}

.sb-header__demo,
.sb-header__small-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: var(--sb-header-accent);
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: transform 160ms ease, filter 160ms ease;
}

.sb-header__demo {
	min-height: 34px;
	padding: 0 24px;
}

.sb-header__small-cta {
	min-height: 32px;
	margin-top: 18px;
	padding: 0 20px;
}

.sb-header__demo:hover,
.sb-header__small-cta:hover {
	filter: brightness(0.96);
	transform: translateY(-1px);
}

.sb-header__menu-button {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 3px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #878d91;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease;
}

.sb-header__menu-button span:not(.screen-reader-text) {
	display: block;
	width: 14px;
	height: 1.5px;
	border-radius: 1.5px;
	background: #ffffff;
	transition: transform 160ms ease, opacity 160ms ease;
}

.sb-header__menu-button:hover,
.sb-header__menu-button:focus-visible {
	background: #747b80;
	outline: none;
	transform: translateY(-1px);
}

.sb-header-wrap.is-mobile-open .sb-header__menu-button span:nth-child(2) {
	transform: translateY(4.5px) rotate(45deg);
}

.sb-header-wrap.is-mobile-open .sb-header__menu-button span:nth-child(3) {
	opacity: 0;
}

.sb-header-wrap.is-mobile-open .sb-header__menu-button span:nth-child(4) {
	transform: translateY(-4.5px) rotate(-45deg);
}

.sb-mega {
	position: absolute;
	top: 100%;
	z-index: 30;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.sb-menu-item--wide > .sb-mega {
	right: auto;
	left: 50%;
	width: auto;
	max-width: calc(100vw - 48px);
	transform: translate(-50%, -8px);
}

.sb-menu-item--compact > .sb-mega {
	left: 50%;
	width: max-content;
	transform: translate(-50%, -8px);
}

.sb-menu-item:hover > .sb-mega,
.sb-menu-item.is-open > .sb-mega {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.sb-menu-item--wide:hover > .sb-mega,
.sb-menu-item--wide.is-open > .sb-mega {
	transform: translate(-50%, 0);
}

.sb-menu-item--compact:hover > .sb-mega,
.sb-menu-item--compact.is-open > .sb-mega {
	transform: translate(-50%, 0);
}

.sb-mega__panel {
	width: 100%;
	background: var(--sb-panel-bg);
	box-shadow: 0 16px 34px rgba(37, 40, 42, 0.06);
}

.sb-mega__panel--solution {
	display: grid;
	width: min(1240px, calc(100vw - 48px));
	grid-template-columns: 330px minmax(0, 1fr);
	min-height: auto;
	border-radius: 0 0 8px 8px;
}

.sb-mega__panel--integrations {
	display: grid;
	width: min(920px, calc(100vw - 48px));
	grid-template-columns: 310px minmax(0, 1fr);
	min-height: auto;
	border-radius: 0 0 8px 8px;
}

.sb-mega__panel--resources {
	display: grid;
	width: min(1180px, calc(100vw - 48px));
	grid-template-columns: minmax(0, 1fr) 330px;
	min-height: auto;
	border-radius: 0 0 8px 8px;
}

.sb-mega__panel--compact {
	width: 282px;
	padding: 34px 42px 36px;
	border-radius: 0 0 8px 8px;
}

.sb-mega__intro,
.sb-mega__features,
.sb-mega__list-column {
	padding: 34px 40px 42px;
}

.sb-mega__intro,
.sb-mega__list-column:not(:first-child) {
	border-right: 1px solid var(--sb-border);
}

.sb-mega__panel--integrations > .sb-mega__list-column {
	border-left: 1px solid var(--sb-border);
	border-right: 0;
}

.sb-mega__panel--integrations .sb-mega__link-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 10px;
}

.sb-mega__panel--integrations .sb-mega__intro,
.sb-mega__panel--integrations .sb-mega__list-column {
	padding-top: 30px;
	padding-bottom: 34px;
}

.sb-mega__panel--resources > .sb-mega__list-column {
	padding: 30px 44px 34px;
	border-left: 1px solid var(--sb-border);
	border-right: 0 !important;
}

.sb-mega__panel--resources .sb-mega__link-list {
	gap: 0;
}

.sb-mega__panel--resources .sb-mega__link-list li {
	border-bottom: 0;
}

.sb-mega__panel--resources .sb-mega__text-link {
	display: flex;
	width: 100%;
	padding: 14px 0;
	font-size: 16px;
	line-height: 1.25;
}

.sb-mega__resource-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 30px 32px 34px;
}

.sb-resource-card {
	display: block;
	min-height: 210px;
	overflow: hidden;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 10px 22px rgba(37, 40, 42, 0.12);
	text-decoration: none !important;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.sb-resource-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(37, 40, 42, 0.15);
}

.sb-resource-card__image {
	display: block;
	width: 100%;
	height: auto;
}

.sb-resource-card__title {
	display: block;
	padding: 18px 20px 24px;
	color: var(--sb-header-accent);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.42;
}

.sb-mega__panel--compact .sb-mega__list-column {
	padding: 0;
	border: 0;
}

.sb-mega__section-title {
	margin: 0 0 24px;
	color: var(--sb-text);
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: none;
}

.sb-mega__product-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 26px;
}

.sb-mega__feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(190px, 1fr));
	gap: 30px 38px;
}

.sb-mega-card {
	display: block;
	max-width: 310px;
	color: var(--sb-text);
	text-decoration: none !important;
}

.sb-mega-card strong,
.sb-mega__text-link,
.sb-mega__intro-copy,
.sb-mega-card p {
	letter-spacing: 0;
}

.sb-mega-card strong {
	display: block;
	margin: 0 0 9px;
	color: var(--sb-header-accent);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.sb-mega-card p,
.sb-mega__intro-copy p {
	margin: 0;
	color: var(--sb-muted);
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.48;
}

.sb-mega-card:hover strong,
.sb-mega__text-link:hover {
	color: var(--sb-header-accent);
}

.sb-mega-card:hover strong {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.sb-mega-card p,
.sb-mega-card:hover p,
.sb-mega__text-link,
.sb-mega__text-link:hover {
	text-decoration: none !important;
}

.sb-mega__intro-copy {
	max-width: 310px;
}

.sb-mega__link-list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sb-mega__link-list li {
	margin: 0;
	padding: 0;
}

.sb-mega__text-link {
	display: inline-flex;
	color: var(--sb-text);
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	word-wrap: normal !important;
}

@media (max-width: 1120px) {
	.sb-header {
		grid-template-columns: minmax(120px, 180px) 1fr auto;
	}

	.sb-header__nav-list {
		gap: 24px;
	}

	.sb-mega__panel--solution,
	.sb-mega__panel--integrations,
	.sb-mega__panel--resources {
		grid-template-columns: 1fr 1.8fr;
	}

	.sb-mega__feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.sb-header {
		grid-template-columns: minmax(130px, 1fr) auto;
		min-height: 76px;
		padding: 0 20px;
	}

	.sb-header__brand {
		grid-column: 1;
	}

	.sb-header__actions {
		grid-column: 2;
		gap: 10px;
	}

	.sb-header__menu-button {
		display: inline-flex !important;
		order: 3;
	}

	.sb-header__login {
		display: inline-flex !important;
		order: 1;
		min-height: 32px;
		padding: 0 14px;
		font-size: 11px;
	}

	.sb-header__demo {
		display: inline-flex !important;
		order: 2;
		min-height: 32px;
		padding: 0 18px;
		font-size: 11px;
	}

	.sb-header__nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		justify-self: stretch;
		max-height: calc(100vh - 76px);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background: var(--sb-header-bg);
		border-top: 1px solid rgba(37, 40, 42, 0.08);
		box-shadow: 0 18px 28px rgba(37, 40, 42, 0.08);
		overscroll-behavior: contain;
	}

	.sb-header-wrap.is-mobile-open .sb-header__nav {
		display: block;
	}

	.sb-header__nav-list {
		display: grid;
		gap: 0;
		align-items: stretch;
		justify-content: stretch;
	}

	.sb-menu-item,
	.sb-menu-item--compact,
	.sb-menu-item--wide {
		position: relative;
		display: block;
		min-height: 0;
		border-bottom: 1px solid rgba(37, 40, 42, 0.08);
	}

	.sb-header__nav-link {
		justify-content: space-between;
		width: 100%;
		min-height: 54px;
		padding: 0 22px;
		font-size: 14px;
	}

	.sb-menu-item.has-dropdown > .sb-header__nav-link::after {
		content: "+";
		color: var(--sb-header-accent);
		font-size: 18px;
		font-weight: 700;
	}

	.sb-menu-item.is-open > .sb-header__nav-link::after {
		content: "-";
	}

	.sb-mega,
	.sb-menu-item--wide > .sb-mega,
	.sb-menu-item--compact > .sb-mega {
		position: static;
		display: none;
		visibility: visible;
		width: 100%;
		max-width: 100%;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		transition: none;
	}

	.sb-menu-item:hover > .sb-mega,
	.sb-menu-item:focus-within > .sb-mega {
		display: none;
	}

	.sb-menu-item.is-open > .sb-mega {
		display: block;
		transform: none;
	}

	.sb-mega__panel,
	.sb-mega__panel--solution,
	.sb-mega__panel--integrations,
	.sb-mega__panel--resources,
	.sb-mega__panel--compact {
		display: grid;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		grid-template-columns: 1fr;
		border-radius: 0;
		box-shadow: none;
	}

	.sb-mega__intro,
	.sb-mega__features,
	.sb-mega__list-column,
	.sb-mega__resource-cards,
	.sb-mega__panel--compact {
		padding: 24px 22px;
		border-right: 0;
		border-left: 0;
		border-top: 1px solid var(--sb-border);
	}

	.sb-mega__panel--compact .sb-mega__list-column {
		padding: 0;
		border-top: 0;
	}

	.sb-mega__feature-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.sb-mega__panel--integrations .sb-mega__link-list {
		grid-template-columns: 1fr;
	}

	.sb-mega__panel--resources .sb-mega__list-column {
		border-left: 0;
	}

	.sb-mega__resource-cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sb-mega-card {
		max-width: none;
	}

	.sb-resource-card {
		min-height: 0;
		border-radius: 6px;
		box-shadow: none;
		border: 1px solid rgba(37, 40, 42, 0.08);
	}

	.sb-resource-card:hover {
		transform: none;
		box-shadow: none;
	}

	.sb-resource-card__image {
		display: none;
	}

	.sb-resource-card__title {
		padding: 13px 16px;
		font-size: 15px;
		line-height: 1.25;
	}
}

@media (max-width: 520px) {
	.sb-header__logo {
		width: 116px;
	}

	.sb-header__actions {
		gap: 8px;
	}

	.sb-header__login {
		padding: 0 10px;
	}

	.sb-header__demo {
		display: inline-flex !important;
		padding: 0 14px;
	}
}

@media (max-width: 380px) {
	.sb-header {
		grid-template-columns: minmax(98px, 1fr) auto;
		padding: 0 14px;
	}

	.sb-header__logo {
		width: 98px;
	}

	.sb-header__actions {
		gap: 6px;
	}

	.sb-header__login {
		min-height: 30px;
		padding: 0 8px;
		font-size: 10px;
	}

	.sb-header__demo {
		min-height: 30px;
		padding: 0 10px;
		font-size: 10px;
	}
}
