.bb-integrations-directory {
	--bb-page-bg: var(--e-global-color-a535f11, #f3f4f6);
	--bb-surface: var(--e-global-color-a380e23, #ffffff);
	--bb-text: var(--e-global-color-text, #111827);
	--bb-muted: var(--e-global-color-aa9f6c8, #4b5563);
	--bb-border: var(--e-global-color-be064db, #d1d5db);
	--bb-hero: var(--e-global-color-primary, #111827);
	--bb-accent: var(--e-global-color-accent, #df3603);
	font-family: var(--e-global-typography-text-font-family, 'DM Sans BB'), 'DM Sans', 'Avenir Next', 'Nunito Sans', sans-serif;
	color: var(--bb-text);
	background: var(--bb-page-bg);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: clip;
}

body.page-id-42399 .page-header {
	display: none;
}

body.page-id-42399 .page-content {
	margin-top: 0;
}

.bb-int-shell {
	width: min(90vw, 1200px);
	margin: 0 auto;
}

.bb-int-hero {
	background: var(--bb-hero);
	padding: 5rem 0;
}

.bb-integrations-directory .bb-int-title {
	margin: 0;
	font-family: var(--e-global-typography-bcc1352-font-family, 'Outfit'), sans-serif;
	font-size: var(--e-global-typography-bcc1352-font-size, 4rem);
	font-weight: var(--e-global-typography-bcc1352-font-weight, 700);
	line-height: var(--e-global-typography-bcc1352-line-height, 4.5rem);
	text-align: center;
	color: var(--e-global-color-a380e23, #fff);
}

.bb-integrations-directory .bb-int-subtitle {
	margin: 0.75rem auto 0;
	max-width: 60ch;
	font-family: var(--e-global-typography-94c2f3c-font-family, 'DM Sans BB'), sans-serif;
	font-size: var(--e-global-typography-94c2f3c-font-size, 1.5rem);
	font-weight: var(--e-global-typography-94c2f3c-font-weight, 500);
	line-height: var(--e-global-typography-94c2f3c-line-height, 2rem);
	letter-spacing: var(--e-global-typography-94c2f3c-letter-spacing, -0.4px);
	text-align: center;
	color: var(--e-global-color-a380e23, #fff);
}

.bb-int-hero-search {
	position: relative;
	display: block;
	width: min(60%, 820px);
	min-width: 280px;
	margin: 1.5rem auto 0;
	overflow: visible;
}

.bb-int-search {
	width: 100%;
	border: 0;
	border-radius: 10px;
	padding: 16px 82px 16px 16px;
	font: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: var(--bb-text);
	background: #fff;
}

.bb-int-search::placeholder {
	color: #6b7280;
}

.bb-int-search::-webkit-search-decoration,
.bb-int-search::-webkit-search-cancel-button,
.bb-int-search::-webkit-search-results-button,
.bb-int-search::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.bb-int-search::-ms-clear,
.bb-int-search::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.bb-int-search:focus {
	outline: 2px solid rgba(223, 54, 3, 0.25);
	outline-offset: 1px;
}

.bb-integrations-directory .bb-int-search-btn {
	all: unset;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	min-height: 0;
	line-height: 0;
	border-radius: 0;
	background: transparent;
	color: var(--bb-text);
	display: block;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	box-sizing: border-box;
	font-size: 0;
}

.bb-integrations-directory .bb-int-search-clear {
	appearance: none;
	position: absolute;
	top: 50%;
	right: 42px;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	border: 0;
	border-radius: 999px;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #6b7280;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 1;
}

.bb-integrations-directory .bb-int-search-clear:hover,
.bb-integrations-directory .bb-int-search-clear:focus-visible {
	background: rgba(17, 24, 39, 0.08);
	color: var(--bb-text);
	outline: none;
}

.bb-integrations-directory .bb-int-search-clear[hidden] {
	display: none !important;
}

.bb-integrations-directory .bb-int-search-btn::before,
.bb-integrations-directory .bb-int-search-btn::after {
	content: none !important;
}

.bb-integrations-directory .bb-int-search-btn svg {
	display: block;
	width: 18px;
	height: 18px;
}

.bb-int-body {
	padding: 2rem 0 3rem;
}

.bb-int-body .bb-int-shell {
	width: min(90vw, 1130px);
}

.bb-int-controls {
	display: grid;
	gap: 1rem;
	margin: 0 0 1.5rem;
}

.bb-int-toggle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.bb-integrations-directory .bb-int-toggle-btn {
	appearance: none;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	padding: 0.45rem 0.95rem;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	background: #fff;
	color: var(--bb-text);
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bb-integrations-directory .bb-int-toggle-btn:hover,
.bb-integrations-directory .bb-int-toggle-btn:focus-visible {
	background: #f9fafb;
	border-color: #c8d0db;
	color: var(--bb-text) !important;
	outline: none;
}

.bb-integrations-directory .bb-int-toggle-btn.is-active {
	background: var(--bb-text);
	border-color: var(--bb-text);
	color: #fff !important;
}

.bb-integrations-directory .bb-int-toggle-btn.is-active:hover,
.bb-integrations-directory .bb-int-toggle-btn.is-active:focus-visible {
	background: var(--bb-text);
	border-color: var(--bb-text);
	color: #fff !important;
}

.bb-int-category-pills {
	display: none;
}

.bb-int-category-wrap {
	position: relative;
	width: min(100%, 420px);
	margin: 0 auto;
}

.bb-int-category-label {
	display: block;
	margin: 0 0 0.45rem;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--bb-text);
}

.bb-int-cat-btn {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	padding: 0.28rem 0.62rem;
	font: inherit;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: var(--bb-text);
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.bb-int-cat-btn::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #c7ced6;
	border-radius: 7px;
	background: #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.bb-int-cat-btn.is-active::before {
	border-color: #df3603;
	background: #df3603;
}

.bb-integrations-directory .bb-int-category-pills .bb-int-cat-btn.is-active {
	color: var(--bb-text) !important;
	background: rgba(223, 54, 3, 0.08);
	border-color: rgba(223, 54, 3, 0.24);
}

.bb-integrations-directory .bb-int-category-pills .bb-int-cat-btn:hover,
.bb-integrations-directory .bb-int-category-pills .bb-int-cat-btn:focus-visible {
	color: #df3603 !important;
	background: rgba(223, 54, 3, 0.07);
	border-color: rgba(223, 54, 3, 0.22);
	outline: none;
}

.bb-integrations-directory .bb-int-category-pills .bb-int-cat-btn:hover::before,
.bb-integrations-directory .bb-int-category-pills .bb-int-cat-btn:focus-visible::before {
	border-color: #df3603;
}

.bb-int-category {
	appearance: none;
	display: block;
	width: 100%;
	margin: 0;
	border: 1px solid var(--bb-border);
	border-radius: 10px;
	padding: 16px 48px 16px 16px;
	font: inherit;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: var(--bb-text);
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4.5 6 8.5 10 4.5' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px 12px;
}

.bb-int-category:focus {
	outline: 2px solid rgba(223, 54, 3, 0.25);
	outline-offset: 1px;
	border-color: rgba(223, 54, 3, 0.45);
}

.bb-int-section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 1rem;
}

.bb-integrations-directory .bb-int-section-title {
	margin: 0;
	font-size: 2.625rem;
	font-weight: 700;
	line-height: 3.675rem;
	color: var(--bb-text);
}

.bb-integrations-directory .bb-int-status {
	margin: 0;
	font-size: 0.95rem;
	color: var(--bb-muted);
	min-height: 1.25em;
}

.bb-int-status.is-error {
	color: #8b2f2f;
}

.bb-int-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 1rem;
}

.bb-int-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 100%;
	padding: 1.5rem;
	border-radius: 0.63rem;
	border: 0;
	background: var(--bb-surface);
	box-shadow: none;
}

.bb-int-card-top {
	display: block;
}

.bb-int-media-link {
	display: inline-flex;
	text-decoration: none;
}

.bb-int-media {
	width: 6rem;
	height: 4rem;
	border-radius: 0;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	flex: 0 0 auto;
}

.bb-int-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.bb-int-media-fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--bb-text);
	background: #e5e7eb;
	border-radius: 0.38rem;
}

.bb-integrations-directory .bb-int-name {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.1rem;
}

.bb-integrations-directory .bb-int-name-link {
	color: inherit;
	text-decoration: none;
}

.bb-integrations-directory .bb-int-name-link:hover,
.bb-integrations-directory .bb-int-name-link:focus-visible {
	color: #fc8700 !important;
	text-decoration: none;
}

.bb-integrations-directory .bb-int-desc {
	margin: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--bb-text);
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bb-int-chip-row,
.bb-int-chip,
.bb-int-chip-source {
	display: none;
}

.bb-int-footer {
	margin-top: auto;
	padding-top: 0.15rem;
}

.bb-integrations-directory .bb-int-link {
	display: inline-flex;
	align-items: center;
	gap: 0;
	color: var(--bb-text);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 0.9375rem;
}

.bb-integrations-directory .bb-int-link:hover,
.bb-integrations-directory .bb-int-link:focus-visible {
	color: var(--bb-accent);
	text-decoration: underline;
}

.bb-integrations-directory.is-loading .bb-int-grid {
	opacity: 0.58;
	pointer-events: none;
}

.bb-int-extra .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.bb-int-extra .elementor-element.elementor-element-361e9b80 {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 5rem 0;
	background-color: var(--e-global-color-a380e23, #ffffff);
}

.bb-int-extra .elementor-element.elementor-element-361e9b80 > .e-con-inner,
.bb-int-extra .elementor-element.elementor-element-b6bde04 > .e-con-inner {
	width: min(90vw, 1200px);
	margin: 0 auto;
}

.bb-int-extra .elementor-element.elementor-element-620f33f7,
.bb-int-extra .elementor-element.elementor-element-4a6de110 {
	text-align: center;
}

.bb-int-extra .elementor-element.elementor-element-620f33f7 .elementor-heading-title {
	font-family: var(--e-global-typography-4a06559-font-family, "Outfit"), sans-serif;
	font-size: var(--e-global-typography-4a06559-font-size, 4rem);
	font-weight: var(--e-global-typography-4a06559-font-weight, 700);
	line-height: var(--e-global-typography-4a06559-line-height, 4.5rem);
	color: var(--e-global-color-6b01b3a, #111827);
	margin: 0;
}

.bb-int-extra .elementor-element.elementor-element-4a6de110 > .elementor-widget-container {
	padding: 1rem 0;
}

.bb-int-extra .elementor-element.elementor-element-4a6de110 .elementor-heading-title {
	font-family: var(--e-global-typography-94c2f3c-font-family, "DM Sans"), sans-serif;
	font-size: var(--e-global-typography-94c2f3c-font-size, 1.5rem);
	font-weight: var(--e-global-typography-94c2f3c-font-weight, 500);
	line-height: var(--e-global-typography-94c2f3c-line-height, 2rem);
	letter-spacing: var(--e-global-typography-94c2f3c-letter-spacing, -0.4px);
	color: var(--e-global-color-6b01b3a, #111827);
	margin: 0;
}

.bb-int-extra .elementor-element.elementor-element-cc8c6ce {
	align-self: center;
}

.bb-int-extra .elementor-element.elementor-element-cc8c6ce .elementor-button-wrapper {
	display: flex;
	justify-content: center;
}

.bb-int-extra .elementor-element.elementor-element-cc8c6ce .elementor-button {
	background-color: transparent;
	font-family: var(--e-global-typography-0cc9e93-font-family, "DM Sans"), sans-serif;
	font-size: var(--e-global-typography-0cc9e93-font-size, 1rem);
	font-weight: var(--e-global-typography-0cc9e93-font-weight, 600);
	line-height: var(--e-global-typography-0cc9e93-line-height, 1.5rem);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	color: var(--e-global-color-a380e23, #ffffff);
	background-image: linear-gradient(90deg, #df3603 0%, #fc8700 100%);
	transition-duration: 0.3s;
	border-style: none;
	border-radius: 100px;
	padding: 0.5rem 1rem;
}

.bb-int-extra .elementor-element.elementor-element-cc8c6ce .elementor-button:hover,
.bb-int-extra .elementor-element.elementor-element-cc8c6ce .elementor-button:focus {
	background-color: transparent;
	color: var(--e-global-color-a380e23, #ffffff);
	background-image: linear-gradient(90deg, #fc8701 0%, #df3603 100%);
}

.bb-int-extra .elementor-element.elementor-element-b6bde04 {
	display: flex;
	flex-direction: row;
	padding: 64px 128px 144px;
	background-color: var(--e-global-color-a380e23, #ffffff);
}

.bb-int-extra .elementor-element.elementor-element-1e0814f {
	display: flex;
	border-radius: 10px;
	padding: 48px 72px;
	background-color: var(--e-global-color-6b01b3a, #111827);
}

.bb-int-extra .elementor-element.elementor-element-1e0814f > .e-con-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.bb-int-extra .elementor-element.elementor-element-e2d7ec9 {
	display: flex;
	flex-direction: column;
	width: 40%;
}

.bb-int-extra .elementor-element.elementor-element-d7f08ae {
	display: flex;
	justify-content: center;
	width: 50%;
}

.bb-int-extra .elementor-element.elementor-element-533baf5 .elementor-heading-title {
	font-family: "Outfit", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.5rem;
	color: var(--e-global-color-a380e23, #ffffff);
	margin: 0;
}

.bb-int-extra .elementor-element.elementor-element-c2d751e .elementor-button {
	background-color: transparent;
	font-family: var(--e-global-typography-65de668-font-family, "DM Sans"), sans-serif;
	font-size: var(--e-global-typography-65de668-font-size, 1rem);
	font-weight: var(--e-global-typography-65de668-font-weight, 600);
	line-height: var(--e-global-typography-65de668-line-height, 1.5rem);
	letter-spacing: var(--e-global-typography-65de668-letter-spacing, 0);
	color: var(--e-global-color-a380e23, #ffffff);
	border-style: solid;
	border-width: 1px;
	border-color: var(--e-global-color-a380e23, #ffffff);
	border-radius: 100px;
	padding: 0.94rem 2rem;
	margin-top: 1rem;
}

.bb-int-extra .elementor-element.elementor-element-c2d751e .elementor-button:hover,
.bb-int-extra .elementor-element.elementor-element-c2d751e .elementor-button:focus {
	background-color: #ffffff;
	color: var(--e-global-color-primary, #111827);
	border-color: var(--e-global-color-a380e23, #ffffff);
}

.bb-int-extra .elementor-element.elementor-element-2b6b867 > .elementor-widget-container {
	padding: 0;
}

.bb-int-extra .elementor-element.elementor-element-2b6b867 img {
	width: 100%;
	height: auto;
}

.bb-int-modern {
	font-family: var(--e-global-typography-text-font-family, "DM Sans BB"), "DM Sans", "Avenir Next", "Nunito Sans", sans-serif;
	color: var(--e-global-color-text, #101827);
	padding: 1.5rem 0 3rem;
}

.bb-int-modern-shell {
	width: min(calc(100vw - 112px), 1130px);
	margin: 0 auto;
}

.bb-int-modern-back {
	display: inline-block;
	font-family: var(--e-global-typography-0cc9e93-font-family, "DM Sans"), sans-serif;
	font-size: var(--e-global-typography-0cc9e93-font-size, 1rem);
	font-weight: var(--e-global-typography-0cc9e93-font-weight, 700);
	line-height: var(--e-global-typography-0cc9e93-line-height, 1.5rem);
	color: #101827;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	margin-bottom: 1.25rem;
}

.bb-int-modern-back:hover,
.bb-int-modern-back:focus-visible {
	color: #fc8700;
}

.bb-int-modern-hero {
	display: grid;
	grid-template-columns: minmax(290px, 0.95fr) minmax(0, 1.35fr);
	gap: 2rem;
	align-items: start;
}

.bb-int-modern-panel {
	background: #f5f7fb;
	border: 1px solid var(--e-global-color-be064db, #e5e7eb);
	border-radius: 24px;
	padding: 2rem 1.75rem;
}

.bb-int-modern-logo-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--e-global-color-be064db, #e5e7eb);
	border-radius: 14px;
	padding: 0.8rem;
	margin-bottom: 1rem;
}

.bb-int-modern-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 110px;
	max-height: 110px;
}

.bb-int-modern-panel-title {
	margin: 0;
	font-family: var(--e-global-typography-0cc9e93-font-family, "DM Sans"), sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	color: #101827;
}

.bb-int-modern-panel-copy {
	margin: 0.8rem 0 0;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--e-global-color-aa9f6c8, #4b5563);
}

.bb-int-modern-tags {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.bb-int-modern-tags li {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid #fde3c1;
	background: #fff7ec;
	color: #c05b00;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
}

.bb-int-modern-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1rem;
	align-items: center;
	margin-top: 1.3rem;
}

.bb-int-modern-connect {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #101827;
	border-radius: 999px;
	padding: 0.55rem 1.2rem;
	color: #101827;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	background: #ffffff;
}

.bb-int-modern-connect:hover,
.bb-int-modern-connect:focus-visible {
	background: #101827;
	color: #ffffff;
}

.bb-int-modern-help-link {
	font-size: 0.95rem;
	font-weight: 700;
	color: #101827;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.bb-int-modern-help-link:hover,
.bb-int-modern-help-link:focus-visible {
	color: #fc8700;
}

.bb-int-modern-legal {
	margin: 1rem 0 0;
	font-size: 0.85rem;
	line-height: 1.5;
	color: var(--e-global-color-aa9f6c8, #6b7280);
}

.bb-int-modern-legal a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.bb-int-modern-main {
	padding-top: 0.2rem;
}

.bb-int-modern-title {
	margin: 0;
	font-family: var(--e-global-typography-bcc1352-font-family, "Outfit"), sans-serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: var(--e-global-typography-bcc1352-font-weight, 700);
	line-height: 1.08;
	color: #101827;
}

.bb-int-modern-subtitle {
	margin: 1rem 0 0;
	font-family: var(--e-global-typography-94c2f3c-font-family, "DM Sans"), sans-serif;
	font-size: clamp(1.08rem, 2vw, 1.45rem);
	font-weight: var(--e-global-typography-94c2f3c-font-weight, 500);
	line-height: var(--e-global-typography-94c2f3c-line-height, 1.7);
	color: #1f2937;
}

.bb-int-modern-bullets {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 0.8rem;
}

.bb-int-modern-bullets li {
	position: relative;
	padding-left: 1.25rem;
	font-size: 1rem;
	line-height: 1.6;
	color: #1f2937;
}

.bb-int-modern-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #fc8700;
}

.bb-int-modern-what {
	margin-top: 2.6rem;
}

.bb-int-modern-what h2 {
	margin: 0;
	font-family: var(--e-global-typography-bcc1352-font-family, "Outfit"), sans-serif;
	font-size: clamp(1.65rem, 3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #101827;
}

.bb-int-modern-what-intro {
	margin: 0.8rem 0 0;
	max-width: 70ch;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--e-global-color-aa9f6c8, #4b5563);
}

.bb-int-modern-feature-grid {
	margin-top: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.bb-int-modern-feature {
	border: 1px solid var(--e-global-color-be064db, #e5e7eb);
	border-radius: 18px;
	background: #ffffff;
	padding: 1rem 1.05rem;
}

.bb-int-modern-feature h3 {
	margin: 0;
	font-family: var(--e-global-typography-0cc9e93-font-family, "DM Sans"), sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	color: #101827;
}

.bb-int-modern-feature p {
	margin: 0.55rem 0 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--e-global-color-aa9f6c8, #4b5563);
}

.bb-int-modern-cta {
	margin-top: 2.4rem;
}

.bb-int-modern-cta-inner {
	background: linear-gradient(120deg, #101827 0%, #22324a 55%, #2e4568 100%);
	border-radius: 24px;
	padding: clamp(1.5rem, 3.5vw, 2.25rem);
	color: #ffffff;
}

.bb-int-modern-cta-inner h2 {
	margin: 0;
	font-family: var(--e-global-typography-bcc1352-font-family, "Outfit"), sans-serif;
	font-size: clamp(1.9rem, 3.8vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
}

.bb-int-modern-cta-inner p {
	margin: 0.9rem 0 0;
	max-width: 62ch;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.bb-int-modern-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.3rem;
	border-radius: 999px;
	padding: 0.65rem 1.35rem;
	background: #ffffff;
	color: #101827;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}

.bb-int-modern-cta-btn:hover,
.bb-int-modern-cta-btn:focus-visible {
	background: #fc8700;
	color: #101827;
}

.bb-int-detail {
	--bb-surface: #f4f7f8;
	--bb-surface-strong: #ffffff;
	--bb-text: var(--e-global-color-text, #111827);
	--bb-muted: var(--e-global-color-aa9f6c8, #4b5563);
	--bb-border: var(--e-global-color-be064db, #d1d5db);
	--bb-brand: #0f8f7a;
	--bb-accent: #0e4a84;
	font-family: var(--e-global-typography-text-font-family, "DM Sans BB"), "DM Sans", "Avenir Next", "Nunito Sans", sans-serif;
	font-size: var(--e-global-typography-text-font-size, 1rem);
	font-weight: var(--e-global-typography-text-font-weight, 500);
	line-height: var(--e-global-typography-text-line-height, 1.5rem);
	color: var(--bb-text);
	max-width: 980px;
	margin: 24px auto 48px;
	padding: 0 16px;
}

.bb-int-detail-top {
	margin-bottom: 10px;
}

.bb-int-detail-card {
	border: 1px solid var(--bb-border);
	border-radius: 20px;
	padding: 22px;
	background:
		radial-gradient(circle at top right, rgba(15, 143, 122, 0.12), transparent 45%),
		radial-gradient(circle at bottom left, rgba(14, 74, 132, 0.11), transparent 42%),
		linear-gradient(160deg, var(--bb-surface), #f8fafc);
}

.bb-int-detail-header {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 16px;
	align-items: center;
	margin-bottom: 14px;
}

.bb-int-detail-media {
	width: 72px;
	height: 72px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--bb-border);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bb-int-detail-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bb-int-detail-title {
	margin: 0;
	font-family: var(--e-global-typography-bcc1352-font-family, "Outfit"), sans-serif;
	font-weight: var(--e-global-typography-bcc1352-font-weight, 700);
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.2;
}

.bb-int-detail-tagline {
	margin: 7px 0 0;
	font-family: var(--e-global-typography-94c2f3c-font-family, "DM Sans BB"), sans-serif;
	font-size: var(--e-global-typography-0cc9e93-font-size, 1rem);
	font-weight: var(--e-global-typography-94c2f3c-font-weight, 500);
	line-height: var(--e-global-typography-94c2f3c-line-height, 2rem);
	color: var(--bb-muted);
}

.bb-int-detail-summary {
	margin: 12px 0 0;
	font-family: var(--e-global-typography-text-font-family, "DM Sans BB"), sans-serif;
	font-size: var(--e-global-typography-text-font-size, 1rem);
	font-weight: var(--e-global-typography-text-font-weight, 500);
	line-height: var(--e-global-typography-text-line-height, 1.5rem);
}

.bb-int-detail-body {
	margin-top: 16px;
	font-family: var(--e-global-typography-text-font-family, "DM Sans BB"), sans-serif;
	color: var(--bb-muted);
}

.bb-int-detail-body p {
	margin: 0 0 0.9rem;
	line-height: var(--e-global-typography-text-line-height, 1.6);
}

.bb-int-detail-section {
	margin-top: 18px;
}

.bb-int-detail-section h2 {
	margin: 0 0 9px;
	font-family: var(--e-global-typography-0cc9e93-font-family, "DM Sans"), sans-serif;
	font-size: var(--e-global-typography-0cc9e93-font-size, 1rem);
	font-weight: var(--e-global-typography-0cc9e93-font-weight, 700);
	line-height: var(--e-global-typography-0cc9e93-line-height, 1.5rem);
	color: var(--bb-text);
}

.bb-int-detail-list {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 7px;
	font-family: var(--e-global-typography-text-font-family, "DM Sans BB"), sans-serif;
}

.bb-int-detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.bb-int-link-primary {
	padding: 9px 14px;
	border-radius: 999px;
	background: linear-gradient(130deg, var(--bb-brand), var(--bb-accent));
	color: #fff;
	text-decoration: none;
}

.bb-int-link-primary:hover,
.bb-int-link-primary:focus-visible {
	color: #fff;
	text-decoration: none;
	opacity: 0.95;
}

@media (max-width: 1024px) {
	.bb-int-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bb-integrations-directory .bb-int-section-title {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}

	.bb-int-help-title {
		font-size: var(--e-global-typography-4a06559-font-size, 4rem);
		line-height: var(--e-global-typography-4a06559-line-height, 4.5rem);
	}

	.bb-int-help-subtitle {
		font-size: var(--e-global-typography-94c2f3c-font-size, 1.5rem);
		line-height: var(--e-global-typography-94c2f3c-line-height, 2rem);
		letter-spacing: var(--e-global-typography-94c2f3c-letter-spacing, -0.4px);
	}

	.bb-int-partner-card {
		grid-template-columns: 1fr;
	}

	.bb-int-partner-media {
		justify-content: center;
	}

	.bb-int-cta-btn {
		font-size: var(--e-global-typography-0cc9e93-font-size, 1rem);
		line-height: var(--e-global-typography-0cc9e93-line-height, 1.5rem);
	}

	.bb-int-cta-btn-dark {
		font-size: var(--e-global-typography-65de668-font-size, 1rem);
		line-height: var(--e-global-typography-65de668-line-height, 1.5rem);
		letter-spacing: var(--e-global-typography-65de668-letter-spacing, 0);
	}
}

@media (max-width: 1250px) {
	.bb-int-cta-btn {
		padding: 0.75rem 0.5rem;
	}

	.bb-int-partner {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.bb-int-partner .bb-int-shell {
		width: min(calc(100vw - 112px), 1130px);
	}

	.bb-int-partner-card {
		padding: 48px 56px;
	}
}

@media (max-width: 860px) {
	.bb-int-hero-search {
		width: min(100%, 509px);
	}

	.bb-int-partner-card {
		grid-template-columns: 1fr;
	}

	.bb-int-partner-title {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media (max-width: 767px) {
	.bb-int-shell {
		width: calc(100% - 2rem);
	}

	.bb-integrations-directory .bb-int-title {
		font-size: 2.6rem;
		line-height: 3rem;
	}

	.bb-integrations-directory .bb-int-subtitle {
		font-size: 1.1rem;
	}

	.bb-int-search {
		padding: 14px 44px 14px 14px;
	}

	.bb-int-grid {
		grid-template-columns: 1fr;
	}

	.bb-int-toggle {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.bb-int-toggle-btn {
		flex: 1 1 130px;
		max-width: 180px;
	}

	.bb-integrations-directory .bb-int-section-title {
		font-size: 2rem;
		line-height: 2.4rem;
	}

	.bb-int-card {
		padding: 1rem;
	}

	.bb-integrations-directory .bb-int-name {
		font-size: 1.25rem;
		line-height: 1.55rem;
	}

	.bb-int-detail-card {
		padding: 18px;
		border-radius: 16px;
	}

	.bb-int-detail-header {
		grid-template-columns: 1fr;
	}

	.bb-int-help {
		padding: 1rem;
	}

	.bb-int-partner {
		padding: 20px;
	}

	.bb-int-partner .bb-int-shell {
		width: calc(100vw - 40px);
	}

	.bb-int-help-title {
		font-size: var(--e-global-typography-4a06559-font-size, 2.3rem);
		line-height: var(--e-global-typography-4a06559-line-height, 2.8rem);
	}

	.bb-int-help-subtitle {
		font-size: var(--e-global-typography-94c2f3c-font-size, 1.05rem);
		line-height: 1.45;
		letter-spacing: 0;
	}

	.bb-int-partner-card {
		padding: 20px;
	}

	.bb-int-partner-title {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media (max-width: 1024px) {
	.bb-int-modern-hero {
		grid-template-columns: 1fr;
	}

	.bb-int-modern-feature-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.bb-int-modern-shell {
		width: calc(100vw - 40px);
	}

	.bb-int-modern-panel {
		padding: 1.25rem;
		border-radius: 16px;
	}

	.bb-int-modern-cta-inner {
		border-radius: 16px;
	}
}
