/* Block pages inside .lb-chrome — match homepage cream / olive / green system */

.lb-chrome.lb-chrome--site {
	min-height: 100vh;
	background: var(--cream, #fbf8ef);
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks {
	padding-top: 100px;
}

.lb-chrome .lb-blocks .container {
	width: min(100% - 2.5rem, 1170px);
	margin-inline: auto;
}

.lb-chrome .lb-blocks .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border: none;
	border-radius: 999px;
	padding: 0.85rem 1.5rem;
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-size: var(--type-body, 15px);
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.lb-chrome .lb-blocks .btn:hover {
	transform: translateY(-1px);
}

.lb-chrome .lb-blocks .btn-green,
.lb-chrome .lb-blocks .btn.btn-green {
	background: var(--brand-green, #49bc31);
	color: #fff !important;
}

.lb-chrome .lb-blocks .btn-green:hover {
	background: var(--brand-green-hover, #3aa326);
}

.lb-chrome .lb-blocks .btn-purple {
	background: var(--brand-purple, #3f215b);
	color: #fff !important;
}

.lb-chrome .lb-blocks .btn-outline {
	background: transparent;
	border: 1.5px solid rgba(34, 40, 30, 0.18);
	color: var(--ink, #22281e) !important;
}

.lb-chrome .lb-blocks .features_mark,
.lb-chrome .lb-blocks .mark-green {
	display: inline;
	padding: 0.08em 0.18em;
	margin: 0 -0.04em;
	background: var(--brand-green, #49bc31);
	color: var(--ink, #22281e);
	border-radius: 0;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

/* —— Solution / generic heroes —— */
.lb-chrome .lb-blocks .hero,
.lb-chrome .lb-blocks section.hero {
	padding: 3rem 0 4.5rem;
	background: var(--cream, #fbf8ef);
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .hero.dark,
.lb-chrome .lb-blocks .hero.purple {
	background: var(--cream, #fbf8ef);
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .hero .layout {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2.5rem;
	align-items: center;
}

.lb-chrome .lb-blocks .hero .eyebrow {
	font-family: 'ChatFlow Delight Regular', sans-serif;
	font-weight: 400;
	color: rgba(34, 40, 30, 0.55);
	margin: 0 0 0.75rem;
}

.lb-chrome .lb-blocks .hero h1 {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-size: clamp(2.2rem, 4.5vw, 3.4rem);
	font-weight: 400;
	letter-spacing: var(--type-ls, -0.02em);
	line-height: 1.15;
	margin: 0 0 1rem;
	max-width: 18ch;
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .hero .body {
	font-family: 'ChatFlow Delight Regular', sans-serif;
	font-size: var(--type-lead, 17px);
	color: rgba(34, 40, 30, 0.65);
	margin: 0 0 1.25rem;
	max-width: 42ch;
	line-height: 1.5;
}

.lb-chrome .lb-blocks .hero ul {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.55rem;
}

.lb-chrome .lb-blocks .hero li {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-weight: 400;
	padding-left: 1.4rem;
	position: relative;
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .hero li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--brand-green, #49bc31);
}

.lb-chrome .lb-blocks .hero form,
.lb-chrome .lb-blocks .hero .actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	max-width: 520px;
}

.lb-chrome .lb-blocks .hero input {
	flex: 1 1 200px;
	min-width: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	padding: 14px 20px;
	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(6px);
	color: #646464;
	font-size: 14.5px;
	outline: none;
}

.lb-chrome .lb-blocks .hero input:focus {
	border: 1.5px solid var(--ink, #22281e);
	background: #fff;
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .hero .note {
	width: 100%;
	font-size: 0.9rem;
	color: rgba(34, 40, 30, 0.55);
}

.lb-chrome .lb-blocks .hero .media {
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(34, 40, 30, 0.1);
	background: #fff;
	box-shadow: 0 12px 32px -12px rgba(34, 40, 30, 0.16);
}

.lb-chrome .lb-blocks .hero .media img {
	width: 100%;
	height: auto;
	display: block;
}

/* —— Generic sections —— */
.lb-chrome .lb-blocks .section {
	padding: 4.5rem 0;
	background: var(--cream, #fbf8ef);
}

.lb-chrome .lb-blocks .section-title,
.lb-chrome .lb-blocks h2 {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-size: clamp(1.75rem, 3.2vw, 2.5rem);
	font-weight: 400;
	letter-spacing: var(--type-ls, -0.02em);
	line-height: 1.2;
	color: var(--ink, #22281e);
	max-width: 22ch;
}

.lb-chrome .lb-blocks .section-body,
.lb-chrome .lb-blocks .body-muted {
	color: rgba(34, 40, 30, 0.65);
	font-size: var(--type-lead, 17px);
	line-height: 1.5;
	max-width: 52ch;
	margin-top: 1rem;
}

/* Feature split */
.lb-chrome .lb-blocks .feature-split,
.lb-chrome .lb-blocks section.feature-split {
	padding: 4rem 0;
	background: var(--cream, #fbf8ef);
}

.lb-chrome .lb-blocks .feature-split .layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}

.lb-chrome .lb-blocks .feature-split.reverse .layout {
	direction: rtl;
}

.lb-chrome .lb-blocks .feature-split.reverse .layout > * {
	direction: ltr;
}

.lb-chrome .lb-blocks .feature-split h2 {
	margin: 0 0 1rem;
}

.lb-chrome .lb-blocks .feature-split p {
	color: rgba(34, 40, 30, 0.65);
	font-size: var(--type-lead, 17px);
	line-height: 1.5;
	margin: 0 0 1.25rem;
	max-width: 44ch;
}

.lb-chrome .lb-blocks .feature-split .media,
.lb-chrome .lb-blocks .feature-split img {
	border-radius: 20px;
	width: 100%;
	border: 1px solid rgba(34, 40, 30, 0.08);
}

/* Cards grids */
.lb-chrome .lb-blocks .card-grid,
.lb-chrome .lb-blocks .benefits,
.lb-chrome .lb-blocks .plans,
.lb-chrome .lb-blocks .perk-grid {
	display: grid;
	gap: 1.25rem;
}

.lb-chrome .lb-blocks .card,
.lb-chrome .lb-blocks article.card,
.lb-chrome .lb-blocks .plan,
.lb-chrome .lb-blocks .perk {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid rgba(34, 40, 30, 0.1);
	border-radius: 16px;
	padding: 1.5rem;
}

.lb-chrome .lb-blocks .card h3,
.lb-chrome .lb-blocks .plan h3,
.lb-chrome .lb-blocks .perk h3 {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-weight: 400;
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .card p,
.lb-chrome .lb-blocks .plan p,
.lb-chrome .lb-blocks .perk p {
	margin: 0;
	color: rgba(34, 40, 30, 0.6);
	line-height: 1.5;
}

/* Steps */
.lb-chrome .lb-blocks .steps-list {
	display: grid;
	gap: 1.5rem;
	margin-top: 2rem;
}

.lb-chrome .lb-blocks .step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
}

.lb-chrome .lb-blocks .step-num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--brand-green, #49bc31);
	color: #fff;
	display: grid;
	place-items: center;
	font-family: 'ChatFlow Delight Bold', sans-serif;
}

/* Pricing */
.lb-chrome .lb-blocks .pricing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}

.lb-chrome .lb-blocks .plan.highlighted {
	border-color: var(--brand-green, #49bc31);
	box-shadow: 0 12px 28px -12px rgba(73, 188, 49, 0.35);
}

.lb-chrome .lb-blocks .plan .price {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-size: 2rem;
	margin: 0.75rem 0;
	color: var(--ink, #22281e);
}

/* FAQ */
.lb-chrome .lb-blocks .faq details {
	border-bottom: 1px solid rgba(34, 40, 30, 0.1);
	padding: 1rem 0;
}

.lb-chrome .lb-blocks .faq summary {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	cursor: pointer;
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .faq details p {
	color: rgba(34, 40, 30, 0.65);
	margin: 0.75rem 0 0;
	line-height: 1.5;
}

/* CTA band */
.lb-chrome .lb-blocks .cta-band {
	padding: 4.5rem 0;
	background: var(--ink, #22281e);
	color: #fff;
}

.lb-chrome .lb-blocks .cta-band h2 {
	color: #fff;
	max-width: 20ch;
}

.lb-chrome .lb-blocks .cta-band p {
	color: rgba(255, 255, 255, 0.75);
	margin: 1rem 0 1.5rem;
	max-width: 40ch;
}

/* Rich text / legal */
.lb-chrome .lb-blocks .rich-text {
	padding: 3rem 0 5rem;
	max-width: 720px;
	margin: 0 auto;
}

.lb-chrome .lb-blocks .rich-text h1,
.lb-chrome .lb-blocks .rich-text h2 {
	max-width: none;
	margin: 2rem 0 1rem;
}

.lb-chrome .lb-blocks .rich-text p,
.lb-chrome .lb-blocks .rich-text li {
	color: rgba(34, 40, 30, 0.75);
	line-height: 1.65;
	margin: 0 0 1rem;
}

.lb-chrome .lb-blocks .rich-text a {
	color: var(--brand-purple, #3f215b);
	text-decoration: underline;
}

/* Logo cloud / integration band */
.lb-chrome .lb-blocks .logo-cloud,
.lb-chrome .lb-blocks .integration-band {
	padding: 3rem 0;
	background: #000;
	color: #fff;
}

.lb-chrome .lb-blocks .logo-cloud h2,
.lb-chrome .lb-blocks .integration-band h2 {
	color: #fff;
}

.lb-chrome .lb-blocks .logo-row {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
	opacity: 0.85;
}

.lb-chrome .lb-blocks .logo-row img {
	height: 28px;
	width: auto;
	filter: brightness(0) invert(1);
}

/* Stats / timeline */
.lb-chrome .lb-blocks .stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

.lb-chrome .lb-blocks .stat-value {
	font-family: 'ChatFlow Delight Bold', sans-serif;
	font-size: 2.5rem;
	color: var(--ink, #22281e);
}

.lb-chrome .lb-blocks .stat-label {
	color: rgba(34, 40, 30, 0.55);
}

@media (max-width: 900px) {
	.lb-chrome .lb-blocks .hero .layout,
	.lb-chrome .lb-blocks .feature-split .layout {
		grid-template-columns: 1fr;
	}

	.lb-chrome .lb-blocks .feature-split.reverse .layout {
		direction: ltr;
	}

	.lb-chrome .lb-blocks .hero h1 {
		max-width: none;
	}
}

/* —— Mirrored WP bodies inside SiteChrome (landing-page visual system) —— */
.lb-chrome .nuhello-mirror {
	/* Clear fixed FloatingNav (same rhythm as .lb-blocks) */
	padding-top: 100px;
	min-height: 40vh;
	background: var(--cream, #fffdf5) !important;
	color: var(--ink, #22281e);
	font-family: 'ChatFlow Delight Regular', sans-serif;
}

/* WP chrome leftovers that paint white over cream / sky */
.lb-chrome .nuhello-mirror .content-area,
.lb-chrome .nuhello-mirror .site-main,
.lb-chrome .nuhello-mirror .entry-content,
.lb-chrome .nuhello-mirror article.page {
	background: transparent !important;
	background-color: transparent !important;
}

/* Sky heroes start under the fixed nav (like homepage .section_hero) */
.lb-chrome .nuhello-mirror:has(.nuhello-sky-hero) {
	padding-top: 0;
}

/* Safety net if Elementor chrome slips past stripMirrorChrome */
.lb-chrome .nuhello-mirror .ekit-template-content-header,
.lb-chrome .nuhello-mirror .ekit-template-content-footer,
.lb-chrome .nuhello-mirror header.elementor-location-header,
.lb-chrome .nuhello-mirror footer.elementor-location-footer,
.lb-chrome .nuhello-mirror [data-elementor-type='header'],
.lb-chrome .nuhello-mirror [data-elementor-type='footer'] {
	display: none !important;
}

/* Cream canvas under Elementor — keep intentional color / image sections */
.lb-chrome .nuhello-mirror .elementor,
.lb-chrome .nuhello-mirror .elementor-section-wrap {
	background-color: transparent !important;
}

/* Default section / container canvas → cream.
   :where() keeps specificity low so sky-hero overrides always win. */
:where(.lb-chrome .nuhello-mirror) .elementor-section:not([style*='background-image']):not([style*='background-color']):not(.nuhello-sky-hero),
:where(.lb-chrome .nuhello-mirror) .e-con:not([style*='background-image']):not([style*='background-color']):not(.nuhello-sky-hero),
:where(.lb-chrome .nuhello-mirror) .elementor-container:not([style*='background-image']):not([style*='background-color']):not(.nuhello-sky-hero) {
	background-color: var(--cream, #fffdf5) !important;
}

/* Typography → landing Delight + ink (don’t force color on dark/image bands) */
.lb-chrome .nuhello-mirror h1,
.lb-chrome .nuhello-mirror h2,
.lb-chrome .nuhello-mirror h3,
.lb-chrome .nuhello-mirror h4,
.lb-chrome .nuhello-mirror h5,
.lb-chrome .nuhello-mirror h6,
.lb-chrome .nuhello-mirror .elementor-heading-title {
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-weight: 400 !important;
}

.lb-chrome .nuhello-mirror .elementor-section:not([style*='background-image']):not([style*='background-color']) h1,
.lb-chrome .nuhello-mirror .elementor-section:not([style*='background-image']):not([style*='background-color']) h2,
.lb-chrome .nuhello-mirror .elementor-section:not([style*='background-image']):not([style*='background-color']) h3,
.lb-chrome .nuhello-mirror .elementor-section:not([style*='background-image']):not([style*='background-color']) .elementor-heading-title,
.lb-chrome .nuhello-mirror .e-con:not([style*='background-image']):not([style*='background-color']) h1,
.lb-chrome .nuhello-mirror .e-con:not([style*='background-image']):not([style*='background-color']) h2,
.lb-chrome .nuhello-mirror .e-con:not([style*='background-image']):not([style*='background-color']) h3,
.lb-chrome .nuhello-mirror .e-con:not([style*='background-image']):not([style*='background-color']) .elementor-heading-title {
	color: var(--ink, #22281e) !important;
}

.lb-chrome .nuhello-mirror p,
.lb-chrome .nuhello-mirror li,
.lb-chrome .nuhello-mirror .elementor-widget-text-editor,
.lb-chrome .nuhello-mirror .elementor-icon-list-text {
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
}

.lb-chrome .nuhello-mirror .elementor-section:not([style*='background-image']):not([style*='background-color']) p,
.lb-chrome .nuhello-mirror .elementor-section:not([style*='background-image']):not([style*='background-color']) li,
.lb-chrome .nuhello-mirror .e-con:not([style*='background-image']):not([style*='background-color']) p,
.lb-chrome .nuhello-mirror .e-con:not([style*='background-image']):not([style*='background-color']) li {
	color: rgba(34, 40, 30, 0.75) !important;
}

/* Primary CTAs → Delightful Green (like Start free / Learn more) */
.lb-chrome .nuhello-mirror a.elementor-button,
.lb-chrome .nuhello-mirror .elementor-button,
.lb-chrome .nuhello-mirror .elementor-button-link,
.lb-chrome .nuhello-mirror button.elementor-button,
.lb-chrome .nuhello-mirror .tp-button,
.lb-chrome .nuhello-mirror input[type='submit'] {
	background-color: var(--brand-green, #49bc31) !important;
	background-image: none !important;
	border-color: transparent !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12) !important;
	fill: #fff !important;
}

.lb-chrome .nuhello-mirror a.elementor-button:hover,
.lb-chrome .nuhello-mirror .elementor-button:hover,
.lb-chrome .nuhello-mirror .elementor-button-link:hover,
.lb-chrome .nuhello-mirror button.elementor-button:hover,
.lb-chrome .nuhello-mirror .tp-button:hover,
.lb-chrome .nuhello-mirror input[type='submit']:hover {
	background-color: var(--brand-green-hover, #3aa326) !important;
	color: #fff !important;
}

.lb-chrome .nuhello-mirror .elementor-button-text,
.lb-chrome .nuhello-mirror .elementor-button-content-wrapper {
	color: #fff !important;
}

/* Outline / secondary buttons → Impact Purple solid (Login-style) */
.lb-chrome .nuhello-mirror .elementor-button.elementor-size-sm.elementor-button-link[href*='contact'],
.lb-chrome .nuhello-mirror a.elementor-button[href*='book'],
.lb-chrome .nuhello-mirror .elementor-button.elementor-button--outline {
	background-color: var(--brand-purple, #3f215b) !important;
}

/* Accent / icons / bullets → brand green or purple */
.lb-chrome .nuhello-mirror .elementor-icon,
.lb-chrome .nuhello-mirror .elementor-icon i,
.lb-chrome .nuhello-mirror .elementor-icon svg {
	color: var(--brand-purple, #3f215b) !important;
	fill: var(--brand-purple, #3f215b) !important;
}

.lb-chrome .nuhello-mirror .elementor-icon-list-icon i,
.lb-chrome .nuhello-mirror .elementor-icon-list-icon svg {
	color: var(--brand-green, #49bc31) !important;
	fill: var(--brand-green, #49bc31) !important;
}

/*
 * Integrations hero — checklist was Elementor white-on-cream (invisible).
 * Match Solutions sky-hero checklist type; keep nested panels transparent
 * so the hero pattern shows behind heading + logo row.
 */
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-item,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-text {
	color: rgba(34, 40, 30, 0.8) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 16px) !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.5 !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-icon i,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-icon svg {
	color: var(--brand-green, #49bc31) !important;
	fill: var(--brand-green, #49bc31) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-items,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-items.elementor-inline-items {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 0.25rem 0.9rem;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-item {
	width: auto !important;
	flex: 0 0 auto !important;
	white-space: nowrap !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .e-con.e-con-full,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .e-con-inner > .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-widget,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-widget-container,
.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-heading-title {
	background-color: transparent !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-widget-image img {
	background: transparent !important;
	background-color: transparent !important;
	/* Drop the milky soft shadow that read as a white plate behind logos */
	box-shadow: none !important;
}

@media (max-width: 991px) {
	.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-items,
	.lb-chrome .nuhello-mirror[data-mirror-slug='integrations'] .elementor-element-57ecefd .elementor-icon-list-items.elementor-inline-items {
		flex-wrap: wrap !important;
		justify-content: center !important;
	}
}

/*
 * “Connect with your customers favourite tools…” on Solutions pages —
 * same cream + Integrations-BG atmosphere as the Integrations hero.
 * Elementor’s white radial ::before was washing the pattern out.
 */
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 {
	background-color: var(--cream, #fffdf5) !important;
	background-image: url('/wp-assets/cdn/hyperdynamicdn.fra1.digitaloceanspaces.com/content/f/20251105214939/AI-Voice-Generator-Integrations-BG-2.webp') !important;
	background-position: 50% 45% !important;
	background-repeat: no-repeat !important;
	background-size: 1340px auto !important;
}

.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2::before,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 > .elementor-background-video-container::before,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 > .e-con-inner > .elementor-background-video-container::before,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 > .elementor-background-slideshow::before,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 > .e-con-inner > .elementor-background-slideshow::before,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before {
	background-image: none !important;
	background-color: transparent !important;
	opacity: 0 !important;
}

@media (max-width: 991px) {
	.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 {
		background-position: 50% -75px !important;
		background-size: 700px auto !important;
	}
}

/* Icon row: no solid plate — logos sit on the patterned cream */
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 .elementor-element-556336e0,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 .elementor-widget-image,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 .elementor-widget-image:hover,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 .elementor-widget-container {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 .elementor-widget-image img {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

/* Heading: ink body + green highlight (no purple→green gradient) */
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 h2.nuhello-connect-heading,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 h2.nuhello-connect-heading .ui-e-headline-text {
	color: var(--ink, #22281e) !important;
	background: none !important;
	background-image: none !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
	background-clip: border-box !important;
	-webkit-background-clip: border-box !important;
}

.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 h2.nuhello-connect-heading .ui-e-headline-highlighted,
.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 h2.nuhello-connect-heading .nuhello-connect-highlight {
	display: inline-block !important;
	padding: 0.06em 0.2em !important;
	margin: 0 !important;
	border-radius: 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-image: none !important;
	background-color: var(--brand-green, #49bc31) !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background-clip: border-box !important;
	-webkit-background-clip: border-box !important;
}

.lb-chrome .nuhello-mirror .elementor-element-4c3e65e2 h2 .uicore-svg-wrapper {
	display: none !important;
}

/* Soft cards / panels on cream (don’t break image widgets) */
.lb-chrome .nuhello-mirror .elementor-widget-image img,
.lb-chrome .nuhello-mirror .elementor-widget-video,
.lb-chrome .nuhello-mirror iframe,
.lb-chrome .nuhello-mirror video {
	background: transparent !important;
}

.lb-chrome .nuhello-mirror [style*='background-color: #fff'],
.lb-chrome .nuhello-mirror [style*='background-color:#fff'],
.lb-chrome .nuhello-mirror [style*='background-color: #FFF'],
.lb-chrome .nuhello-mirror [style*='background-color:#FFF'],
.lb-chrome .nuhello-mirror [style*='background-color: #ffffff'],
.lb-chrome .nuhello-mirror [style*='background-color:#ffffff'],
.lb-chrome .nuhello-mirror [style*='background-color: #FFFFFF'],
.lb-chrome .nuhello-mirror [style*='background-color:#FFFFFF'],
.lb-chrome .nuhello-mirror [style*='background-color: rgb(255, 255, 255)'],
.lb-chrome .nuhello-mirror [style*='background-color:rgb(255, 255, 255)'],
.lb-chrome .nuhello-mirror [style*='background: #fff'],
.lb-chrome .nuhello-mirror [style*='background:#fff'],
.lb-chrome .nuhello-mirror [style*='background: #ffffff'],
.lb-chrome .nuhello-mirror [style*='background:#ffffff'] {
	background-color: var(--panel, #f9f4e7) !important;
	background-image: none !important;
}

/* Body / html under site chrome (WP body classes often force near-white) */
.lb-chrome.lb-chrome--site,
body:has(.lb-chrome),
html:has(.lb-chrome) {
	background: var(--cream, #fffdf5) !important;
	background-color: var(--cream, #fffdf5) !important;
}

/*
 * Sky hero atmosphere — replaces joule-hero-bg.svg on mirrored pages.
 * Matches homepage .section_hero / .hero_vid: sky to the nav, soft radial fade
 * into cream below, content type scale aligned with .hero_heading / .hero_subhead.
 */
.lb-chrome .nuhello-mirror .nuhello-sky-hero {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	/* visible so the sky plate + cream handoff can breathe past the box edge.
	   (overflow-x:clip forces overflow-y to clip in most engines.) */
	overflow: visible !important;
	/* Closer to homepage .section_hero height */
	min-height: min(88vh, 980px) !important;
	padding: 16px 16px 0 !important;
	margin: 0 !important;
	background-color: var(--cream, #fffdf5) !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero::before,
.lb-chrome .nuhello-mirror .nuhello-sky-hero > .elementor-background-overlay,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-motion-effects-layer {
	background-image: none !important;
	background: transparent !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Cream soft-handoff — kept INSIDE the hero so the next cream section
   continues seamlessly (a sibling with solid cream would cover any bleed). */
.lb-chrome .nuhello-mirror .nuhello-sky-hero::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: 100vw;
	height: clamp(96px, 12vh, 160px);
	pointer-events: none;
	transform: translateX(-50%);
	background: linear-gradient(
		to bottom,
		rgba(255, 253, 245, 0) 0%,
		rgba(255, 253, 245, 0.4) 40%,
		rgba(255, 253, 245, 0.85) 75%,
		var(--cream, #fffdf5) 100%
	);
}

/* Keep every content wrapper clear so sky reads full-bleed (not a cream card) */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .e-con,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .e-con-inner,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-container,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget-wrap,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-element:not(.elementor-widget-button):not(.elementor-button) {
	background-color: transparent !important;
	background-image: none !important;
}

/* Pricing plan cards — solid white surfaces (sky-hero rule above made them glass) */
.lb-chrome .nuhello-mirror[data-mirror-slug='pricing'] .nuhello-sky-hero .ui-e-item > .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='pricing'] .nuhello-sky-hero .ui-e-item > .e-con-inner > .e-con {
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid rgba(34, 40, 30, 0.12) !important;
	border-radius: 16px !important;
	box-shadow: 0 18px 40px rgba(34, 40, 30, 0.1) !important;
}

/* Nested inner panels (e.g. Growth / Business wrappers) stay solid too */
.lb-chrome .nuhello-mirror[data-mirror-slug='pricing'] .nuhello-sky-hero .ui-e-item .e-con.e-con-full:not(.ui-e-item) {
	background-color: #ffffff !important;
	background-image: none !important;
}

/* Full-bleed sky plate — homepage oval mask, but elongated so tall Elementor
   heroes (chat widget, etc.) still soft-fade near the bottom into cream. */
.lb-chrome .nuhello-mirror .nuhello-sky-hero__vid {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0;
	bottom: -180px;
	width: 100vw;
	max-width: none;
	min-height: calc(100vw * 9 / 16);
	pointer-events: none;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-mask-image:
		radial-gradient(
			160% 125% at 50% -12%,
			#000 42%,
			rgba(0, 0, 0, 0.9) 58%,
			rgba(0, 0, 0, 0.5) 72%,
			rgba(0, 0, 0, 0.18) 86%,
			transparent 97%
		);
	mask-image:
		radial-gradient(
			160% 125% at 50% -12%,
			#000 42%,
			rgba(0, 0, 0, 0.9) 58%,
			rgba(0, 0, 0, 0.5) 72%,
			rgba(0, 0, 0, 0.18) 86%,
			transparent 97%
		);
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero__base {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Match homepage .hero_sky_base framing */
	object-position: 50% 0%;
	z-index: 0;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero__drift {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 1;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero__drift_track {
	--hero-sky-loop-gap: 14vw;
	display: flex;
	width: max-content;
	height: 100%;
	will-change: transform;
	animation: hero-sky-drift-right 140s linear infinite;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero__drift_track img {
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
	flex: 0 0 auto;
	min-width: 100vw;
	margin-right: var(--hero-sky-loop-gap);
	object-fit: cover;
	object-position: 50% 0%;
}

@media (prefers-reduced-motion: reduce) {
	.lb-chrome .nuhello-mirror .nuhello-sky-hero__drift_track {
		animation: none;
		transform: translate3d(-25%, 0, 0);
	}
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero > .e-con-inner,
.lb-chrome .nuhello-mirror .nuhello-sky-hero > .elementor-container,
.lb-chrome .nuhello-mirror .nuhello-sky-hero > .elementor-widget-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	/* Wider than homepage .hero_content (920) — mirrored heroes are often 2-col */
	max-width: 1120px;
	/* Same top rhythm as homepage .hero_content; tight bottom into next band */
	margin: clamp(132px, 16vh, 200px) auto 0 !important;
	/* Kill Elementor’s extra ~100px top pad that pushed headings down */
	padding: 0 !important;
	background: transparent !important;
}

/* Nested columns often carry their own Elementor padding/gap */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .e-con-inner,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .e-con-full,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .e-con.e-child {
	padding-top: 0 !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget {
	margin-top: 0 !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget + .elementor-widget {
	margin-top: 0 !important;
}

/* Hero copy = homepage .hero_eyebrow / .hero_heading / .hero_subhead / .btn_primary */
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1.elementor-heading-title,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget-heading .elementor-heading-title.elementor-size-default {
	margin: 0 0 20px !important;
	max-width: 920px;
	color: var(--ink, #22281e) !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-size: 56px !important;
	font-weight: 400 !important;
	letter-spacing: var(--type-ls, -0.027em) !important;
	line-height: 1.15 !important;
	text-wrap: pretty;
}

/*
 * uicore highlighted H1s only (chatbots etc.): stacked lines with a green
 * bar. Source HTML puts <br> inside the highlight + line-height:1px — that
 * paints the green bar over the previous line. Restack as a clean column.
 * Do NOT target bare .ui-e--highlighted-text — trust-line h3s use it too.
 */
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1.ui-e--highlighted-text {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.12em !important;
	line-height: 1.15 !important;
	font-size: 56px !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	letter-spacing: var(--type-ls, -0.027em) !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero h1.ui-e--highlighted-text > .ui-e-headline-text,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1.ui-e--highlighted-text > .ui-e-headline-color {
	display: block !important;
	line-height: 1.15 !important;
	width: auto !important;
	max-width: 100%;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero h1 .ui-e-headline-highlighted {
	display: inline-block !important;
	line-height: 1.15 !important;
	padding: 0.06em 0.2em !important;
	margin: 0 !important;
	border-radius: 4px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #49bc31 !important;
	color: #fff !important;
}

/* <br> inside the green span was the overlap culprit */
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1 .ui-e-headline-highlighted br,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1 .ui-e-headline-text > br {
	display: none !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero h1 .ui-e-headline-text .whitespace,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1 .uicore-svg-wrapper,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h1 .ui-e-headline-text > svg {
	display: none !important;
}

/* Trust / eyebrow = homepage .hero_eyebrow */
.lb-chrome .nuhello-mirror .nuhello-sky-hero h3.ui-e--highlighted-text,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h3.elementor-heading-title,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h5.elementor-heading-title,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h6.elementor-heading-title {
	display: block !important;
	flex-direction: unset !important;
	margin: 0 0 18px !important;
	max-width: 40rem;
	color: rgba(34, 40, 30, 0.8) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 16px) !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.5 !important;
	text-wrap: pretty;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero h3 .char,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h3 .word,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h3 .ui-e-headline-text,
.lb-chrome .nuhello-mirror .nuhello-sky-hero h3 span {
	letter-spacing: normal !important;
	display: inline !important;
	opacity: 1 !important;
	filter: none !important;
	transform: none !important;
	animation: none !important;
	color: rgba(34, 40, 30, 0.8) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: inherit !important;
	font-weight: 400 !important;
}

/* Subhead = homepage .hero_subhead */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget-text-editor p,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget-text-editor {
	margin: 0 0 40px !important;
	max-width: 580px;
	color: rgba(34, 40, 30, 0.8) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 16px) !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.5 !important;
	text-wrap: pretty;
}

/* CTA = homepage .btn_primary */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-button,
.lb-chrome .nuhello-mirror .nuhello-sky-hero a.elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 12px 22px !important;
	border-radius: 999px !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-size: var(--type-body, 15px) !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 24px !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-button .elementor-button-text {
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
}

/* Checklist copy = same Regular / lead as eyebrow + subhead */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list-text {
	color: rgba(34, 40, 30, 0.8) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 16px) !important;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	line-height: 1.5 !important;
}

/* Hero checklists: one row, left-aligned with the copy above */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget-icon-list,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list--layout-inline {
	text-align: left !important;
	align-self: flex-start !important;
	width: max-content !important;
	max-width: min(920px, 92vw) !important;
	margin-top: 18px !important;
	overflow: visible !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list-items,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list-items.elementor-inline-items {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: flex-start !important;
	align-items: center !important;
	text-align: left !important;
	width: max-content !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	gap: 0.25rem 0.9rem;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list-items .elementor-icon-list-item,
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-inline-items .elementor-icon-list-item {
	width: auto !important;
	flex: 0 0 auto !important;
	white-space: nowrap !important;
	justify-content: flex-start !important;
	text-align: left !important;
	margin-inline: 0 !important;
}

@media (max-width: 991px) {
	.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list-items,
	.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-icon-list-items.elementor-inline-items {
		flex-wrap: wrap !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

/* Next band (“Works over 500+…”) — pull closer under the hero */
.lb-chrome .nuhello-mirror .nuhello-sky-hero + *,
.lb-chrome .nuhello-mirror .nuhello-sky-hero + .elementor-element,
.lb-chrome .nuhello-mirror .nuhello-sky-hero + .e-con {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: clamp(24px, 4vh, 48px) !important;
	background-color: var(--cream, #fffdf5) !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror .nuhello-sky-hero + * > .e-con-inner,
.lb-chrome .nuhello-mirror .nuhello-sky-hero + * > .elementor-container,
.lb-chrome .nuhello-mirror .nuhello-sky-hero + .e-con > .e-con-inner,
.lb-chrome .nuhello-mirror .nuhello-sky-hero + .elementor-element > .e-con-inner {
	margin-top: 0 !important;
	padding-top: 44px !important;
}

/* Drop leftover Elementor gap under the hero checklist */
.lb-chrome .nuhello-mirror .nuhello-sky-hero .elementor-widget-icon-list {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 991px) {
	.lb-chrome .nuhello-mirror .nuhello-sky-hero {
		min-height: min(80vh, 860px) !important;
		padding: 16px 16px 0 !important;
	}

	.lb-chrome .nuhello-mirror .nuhello-sky-hero > .e-con-inner,
	.lb-chrome .nuhello-mirror .nuhello-sky-hero > .elementor-container,
	.lb-chrome .nuhello-mirror .nuhello-sky-hero > .elementor-widget-wrap {
		margin: 96px auto 0 !important;
		padding: 0 !important;
	}

	.lb-chrome .nuhello-mirror .nuhello-sky-hero h1,
	.lb-chrome .nuhello-mirror .nuhello-sky-hero h1.elementor-heading-title,
	.lb-chrome .nuhello-mirror .nuhello-sky-hero h1.ui-e--highlighted-text {
		font-size: 42px !important;
		margin-bottom: 16px !important;
	}
}

/*
 * Solution benefit cards (video-guides / ticketing / knowledgebase / meetings /
 * website-monitoring only — Elementor section data-id 6b2f6be9).
 * Visual match to homepage .privacy_card_home; content & assets unchanged.
 */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] {
	padding: 80px 16px !important;
	background-color: var(--cream, #fffdf5) !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] > .elementor-container {
	max-width: 1100px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: transparent !important;
}

/* Section title → privacy-title rhythm */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] [data-id='678a3d12'],
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] [data-id='678a3d12'] .elementor-heading-title {
	max-width: 720px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	color: var(--ink, #22281e) !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-size: var(--type-h2, 2.5rem) !important;
	font-weight: 400 !important;
	line-height: 1.175 !important;
	letter-spacing: var(--type-ls, -0.02em) !important;
	text-align: center !important;
	text-wrap: pretty;
}

/* Section description under heading */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .nuhello-benefit-subhead {
	display: block !important;
	width: 100% !important;
	max-width: 560px;
	margin: 10px auto 40px !important;
	padding: 0 12px !important;
	text-align: center !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .nuhello-benefit-subhead p {
	margin: 0 !important;
	color: rgba(34, 40, 30, 0.6) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 1.125rem) !important;
	line-height: 1.5 !important;
	text-align: center !important;
	text-wrap: pretty;
}

/* Row of 3 cards → privacy-grid */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-row {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px !important;
	width: 100% !important;
	max-width: 1100px;
	margin: 0 auto 20px !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-section > .elementor-container {
	background-color: transparent !important;
}

/* Each card column → privacy_card_home */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column.elementor-col-33 {
	display: flex !important;
	flex: 1 1 0 !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	background-color: transparent !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column.elementor-col-33 > .elementor-widget-wrap {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 8px !important;
	width: 100% !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Image on top (DOM order is heading → text → image) */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image {
	order: -1;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-width: 0 !important;
	min-height: 250px !important;
	height: 250px !important;
	margin: 0 0 22px !important; /* ~30px total to heading with wrap gap */
	padding: 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 20px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 239, 227, 0.7)) !important;
	background-color: transparent !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	overflow: hidden;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image .elementor-widget-container,
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image .elementor-image {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	background: transparent !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image img {
	display: block !important;
	width: 92% !important;
	max-width: none !important;
	height: 92% !important;
	max-height: none !important;
	margin: 0 auto !important;
	border: none !important;
	border-radius: 0 !important;
	object-fit: contain !important;
	background: transparent !important;
}

/* Card heading → privacy_subh */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-heading {
	width: 100% !important;
	margin: 0 !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-heading-title {
	margin: 0 0 2px !important;
	color: var(--ink, #22281e) !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-size: var(--type-h3, 1.5rem) !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: var(--type-ls, -0.02em) !important;
	text-align: center !important;
}

/* Card body → privacy_desc */
.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-text-editor {
	width: 100% !important;
	max-width: 600px !important;
	margin: 0 !important;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-text-editor p {
	margin: 0 !important;
	color: rgba(34, 40, 30, 0.6) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 1.125rem) !important;
	line-height: 1.5 !important;
	text-align: center !important;
	text-wrap: balance;
}

.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-text-editor h3 {
	display: none !important; /* empty spacer heading in scraped HTML */
}

@media (max-width: 991px) {
	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-row {
		flex-direction: column !important;
		max-width: 660px;
		gap: 40px !important;
	}

	/* Image | text stack — matches privacy_card_home tablet layout */
	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column.elementor-col-33 > .elementor-widget-wrap {
		display: grid !important;
		grid-template-columns: 220px minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-items: center;
		column-gap: 40px;
		row-gap: 8px;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 220px !important;
		min-width: 220px !important;
		min-height: 180px !important;
		height: 180px !important;
		padding: 14px !important;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image img {
		width: 92% !important;
		max-width: none !important;
		height: 92% !important;
		max-height: none !important;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-heading {
		grid-column: 2;
		grid-row: 1;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-text-editor {
		grid-column: 2;
		grid-row: 2;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-heading-title,
	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-text-editor p {
		text-align: left !important;
	}
}

@media (max-width: 767px) {
	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column.elementor-col-33 > .elementor-widget-wrap {
		display: flex !important;
		flex-direction: column !important;
		gap: 20px !important;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-image {
		width: 100% !important;
		min-width: 0 !important;
		min-height: 200px !important;
	}

	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-heading-title,
	.lb-chrome .nuhello-mirror [data-id='6b2f6be9'] .elementor-inner-column .elementor-widget-text-editor p {
		text-align: center !important;
	}
}

/* ─── About us (/about-us/) — cream-readable type, carousel, mindset cards ─── */

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h1,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h2,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h3,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h4,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h5,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h6,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] .ui-e-headline-text,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] .ui-e-title {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
	background-image: none !important;
	-webkit-text-stroke: 0 !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] p,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] .ui-e-text,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] .ui-e-description,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] .elementor-widget-text-editor {
	color: rgba(34, 40, 30, 0.75) !important;
	-webkit-text-fill-color: rgba(34, 40, 30, 0.75) !important;
}

/* Operating-system H2: ink + green highlight on “customer centric” */
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h2.nuhello-about-os-heading .ui-e-headline-text {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h2.nuhello-about-os-heading .nuhello-about-os-highlight,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h2.nuhello-about-os-heading .ui-e-headline-highlighted {
	display: inline-block !important;
	padding: 0.06em 0.2em !important;
	border-radius: 4px;
	background-color: var(--brand-green, #49bc31) !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] h2 .uicore-svg-wrapper {
	display: none !important;
}

/* Founder name was Elementor white on cream */
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='96700c5'] .ui-e-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='96700c5'] .elementor-icon-list-text {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='96700c5'] .ui-e-text {
	color: rgba(34, 40, 30, 0.7) !important;
	-webkit-text-fill-color: rgba(34, 40, 30, 0.7) !important;
}

/* Carousel: make dots + arrows readable on cream */
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-carousel-dots,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .swiper-pagination {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 10px !important;
	margin-top: 28px !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .dot,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	border-radius: 999px !important;
	background: rgba(34, 40, 30, 0.22) !important;
	opacity: 1 !important;
	border: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .dot.is-selected,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .swiper-pagination-bullet-active {
	width: 28px !important;
	background: var(--brand-green, #49bc31) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-carousel-button,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-previous,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-next {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 999px !important;
	border: 1px solid rgba(34, 40, 30, 0.14) !important;
	background: rgba(255, 253, 245, 0.95) !important;
	box-shadow: 0 4px 16px rgba(34, 40, 30, 0.08) !important;
	color: var(--ink, #22281e) !important;
	opacity: 1 !important;
	cursor: pointer !important;
}

/* Themify icon font is missing locally — draw chevrons in CSS instead. */
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-carousel-button i {
	display: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-carousel-button::before {
	content: '' !important;
	display: block !important;
	width: 9px !important;
	height: 9px !important;
	border-top: 2px solid var(--ink, #22281e) !important;
	border-right: 2px solid var(--ink, #22281e) !important;
	background: none !important;
	box-shadow: none !important;
	font-size: 0 !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-previous::before {
	transform: rotate(-135deg) !important;
	margin-left: 3px !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-next::before {
	transform: rotate(45deg) !important;
	margin-right: 3px !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-carousel-button:hover {
	border-color: var(--brand-green, #49bc31) !important;
	background: #fff !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='2f2abf09'] .ui-e-carousel-button:hover::before {
	border-color: var(--brand-green, #49bc31) !important;
}

/*
 * Mindset cards (“We build, operate and grow…”) —
 * match Solutions benefit cards / homepage privacy_card_home.
 */
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='cb02ca6'] {
	background-color: var(--cream, #fffdf5) !important;
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='d0430a0'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='d0430a0'] h2 {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-size: var(--type-h2, 2.5rem) !important;
	line-height: 1.175 !important;
	letter-spacing: var(--type-ls, -0.02em) !important;
	text-align: center !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 28px !important;
	max-width: 1100px !important;
	margin: 28px auto 0 !important;
	width: 100% !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] > .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] > .elementor-element {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 8px !important;
	min-width: 0 !important;
	padding: 28px 22px 32px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 20px !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 239, 227, 0.7)) !important;
	background-color: transparent !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
	text-align: center !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-ico-box,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-flex-wrp,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-box-content {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	background: transparent !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-icon-wrp {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 64px !important;
	height: 64px !important;
	margin: 0 0 18px !important;
	border-radius: 16px !important;
	border: 1px solid rgba(0, 0, 0, 0.08) !important;
	background: rgba(255, 253, 245, 0.9) !important;
	box-shadow: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-icon-wrp i,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-icon-wrp svg,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .nuhello-mindset-icon {
	color: var(--brand-purple, #3f215b) !important;
	stroke: var(--brand-purple, #3f215b) !important;
	fill: none !important;
	width: 28px !important;
	height: 28px !important;
	font-size: 26px !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] h3 {
	margin: 0 0 6px !important;
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
	font-size: var(--type-h3, 1.5rem) !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	letter-spacing: var(--type-ls, -0.02em) !important;
	text-align: center !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-description,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] .ui-e-description p,
.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] p {
	margin: 0 !important;
	max-width: 34ch;
	color: rgba(34, 40, 30, 0.6) !important;
	-webkit-text-fill-color: rgba(34, 40, 30, 0.6) !important;
	font-family: 'ChatFlow Delight Regular', sans-serif !important;
	font-size: var(--type-lead, 1.125rem) !important;
	line-height: 1.5 !important;
	text-align: center !important;
}

@media (max-width: 991px) {
	.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px !important;
	}
}

@media (max-width: 767px) {
	.lb-chrome .nuhello-mirror[data-mirror-slug='about-us'] [data-id='e43c62a'] {
		grid-template-columns: 1fr !important;
		max-width: 420px !important;
	}
}

/* ─── Brand Central (/brand-central/) — restore official color bands ───
 * Cream canvas override flattens Elementor CSS backgrounds; reassert them. */

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-1cb9 {
	background-color: #070707 !important;
	background-image: none !important;
}

/* Nested containers in color bands stay transparent — cream override was boxing them */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] .e-con-inner,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] .elementor-element:not(.elementor-widget-button),
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] .e-con-inner,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] .elementor-element:not(.elementor-widget-button),
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='fe68273'] .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='fe68273'] .e-con-inner,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='fe68273'] .elementor-element:not(.elementor-widget-button),
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] .e-con-inner,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] .elementor-element:not(.elementor-widget-button),
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] .e-con-inner,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] .elementor-element:not(.elementor-widget-button),
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'] .e-con,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'] .e-con-inner,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'] .elementor-element:not(.elementor-widget-button) {
	background-color: transparent !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='fe68273'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-fe68273 {
	background-color: var(--brand-green, #49bc31) !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-49e82c87 {
	background-color: var(--brand-purple, #3f215b) !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-1d59ef3 {
	background-color: #cfff92 !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-40b22f4 {
	background-color: var(--brand-green, #49bc31) !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='c8c8160'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-c8c8160,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-element-2e35311 {
	background-color: #f4f7f3 !important;
	background-image: none !important;
}

/* Dark hero typography — match official (not cream-ink) */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] h1,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='591ef51b'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='37eaa349'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='6b5b41e6'] .elementor-heading-title {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: none !important;
	background-image: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] .ui-e-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] h1.ui-e-title {
	display: inline-block !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	background-color: transparent !important;
	background-image: none !important;
	color: var(--brand-green, #49bc31) !important;
	-webkit-text-fill-color: var(--brand-green, #49bc31) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='117feb24'] .elementor-heading-title {
	color: var(--brand-purple, #3f215b) !important;
	-webkit-text-fill-color: var(--brand-purple, #3f215b) !important;
	background: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] .ui-e-ico-box,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] .ui-e-flex-wrp,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] .ui-e-box-content,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] .ui-e-icon-wrp {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='7e61b55f'] img {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	filter: none !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='5ab29ac3'],
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='5ab29ac3'] p,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] .elementor-widget-text-editor,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1cb9'] .elementor-widget-text-editor p {
	color: rgba(255, 255, 255, 0.78) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='595b677'] .elementor-icon-list-text,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='595b677'] .elementor-icon-list-item {
	color: rgba(255, 255, 255, 0.85) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='595b677'] .elementor-icon-list-icon i,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='595b677'] .elementor-icon-list-icon i::before,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='595b677'] .elementor-icon-list-icon svg {
	color: var(--brand-green, #49bc31) !important;
	fill: var(--brand-green, #49bc31) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='595b677'] .elementor-icon-list-items {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.35rem 1.1rem !important;
}

/* Green TOC strip — white labels */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] .elementor-icon-list-items {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.35rem 1.25rem !important;
	justify-content: center !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] .elementor-icon-list-text,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] a {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-decoration: none !important;
	font-family: 'ChatFlow Delight Bold', sans-serif !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] .elementor-icon-list-icon i,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] .elementor-icon-list-icon i::before,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] .elementor-icon-list-icon svg {
	color: #fff !important;
	fill: #fff !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='3037100'] a:hover .elementor-icon-list-text {
	color: rgba(255, 255, 255, 0.85) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
}

/* Purple logos intro — tone-on-tone lavender */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] h2,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] p,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] .elementor-widget-text-editor,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='49e82c87'] .elementor-widget-text-editor p {
	color: rgba(232, 220, 245, 0.92) !important;
	-webkit-text-fill-color: rgba(232, 220, 245, 0.92) !important;
	background: none !important;
}

/* Lime colours intro — ink on Bold Lime */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] h2,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] p,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] .elementor-widget-text-editor,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='1d59ef3'] .elementor-widget-text-editor p {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
	background: none !important;
}

/* Green language intro — white on green */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] h2,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] .elementor-heading-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] p,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] .elementor-widget-text-editor,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='40b22f4'] .elementor-widget-text-editor p {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: none !important;
}

/* Light bands / body — ink readable on soft panels */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='c8c8160'] li,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='c8c8160'] .elementor-icon-list-text,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'] h2,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'] p,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] [data-id='2e35311'] .elementor-heading-title {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
}

/* Keep CTA labels white */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-button,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-button-text,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementor-button-content-wrapper {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

/* Colour / font tab nav — readable active + inactive states */
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link {
	border-radius: 14px !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link:not(.active) {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link:not(.active) .elementskit-tab-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link:not(.active) .elementskit-tab-sub-title {
	color: var(--ink, #22281e) !important;
	-webkit-text-fill-color: var(--ink, #22281e) !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link.active,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link.active .elementskit-tab-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link.active .elementskit-tab-sub-title,
.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link.active .elementskit-tab-icon {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.lb-chrome .nuhello-mirror[data-mirror-slug='brand-central'] .elementkit-nav-link.active .elementskit-tab-sub-title {
	opacity: 0.85 !important;
}
