/**
 * LegalProd — pages Fonctionnalités
 *
 * Shared presentation layer for the additive update sections on existing
 * pages and for the feature pages created with Theme IA.
 */

:where(.lp-feature-page-update, .lp-feature-page-hero) {
	--lp-feature-purple: #5233ff;
	--lp-feature-purple-dark: #4022e6;
	--lp-feature-ink: #1e1e1e;
	--lp-feature-muted: #666477;
	--lp-feature-surface: #ffffff;
	--lp-feature-soft: #f7f6ff;
	--lp-feature-line: rgba(82, 51, 255, 0.14);
	--lp-feature-shadow: 0 18px 48px rgba(30, 30, 30, 0.08);
	--lp-feature-radius-lg: 28px;
	--lp-feature-radius-md: 20px;
	--lp-feature-radius-sm: 13px;
	box-sizing: border-box;
	color: var(--lp-feature-ink);
	font-family: inherit;
}

:where(.lp-feature-page-update, .lp-feature-page-hero),
:where(.lp-feature-page-update, .lp-feature-page-hero) *,
:where(.lp-feature-page-update, .lp-feature-page-hero) *::before,
:where(.lp-feature-page-update, .lp-feature-page-hero) *::after {
	box-sizing: border-box;
}

/* Match the useful width of the shared header and footer. */
body.lptia-feature-page main.tia-page > .tia-section > .tia-container {
	width: min(calc(100% - 48px), var(--lptia-container, 1200px)) !important;
	max-width: var(--lptia-container, 1200px) !important;
	padding-inline: 0 !important;
}

/* Native feature sliders share the same dark, self-contained presentation
   directly below their canonical hero. */
body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) {
	background: #1e1e1e !important;
	color: #fff;
}

body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) > .tia-container {
	width: min(100%, 1200px) !important;
	max-width: 1200px !important;
}

body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) .lp-feature-pills-shell {
	width: 100%;
	padding: clamp(76px, 7vw, 108px) 0 clamp(86px, 8vw, 124px);
}

body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) .lp-feature-pills-heading {
	max-width: 800px;
	margin: 0 auto clamp(38px, 4vw, 58px);
	text-align: center;
}

body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) .lp-feature-pills-heading h2 {
	margin: 0 !important;
	color: #fff !important;
	font-size: clamp(42px, 5vw, 68px) !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
	letter-spacing: -0.045em !important;
}

@media (max-width: 767px) {
	body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) .lp-feature-pills-shell {
		padding: 74px 0 88px;
	}

	body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) .lp-feature-pills-heading {
		margin-bottom: 34px;
	}

	body.lptia-bridge-active.lptia-feature-carousel-page :is(.lptia-feature-page-slider-section, .lptia-feature-crm-slider-section) .lp-feature-pills-heading h2 {
		font-size: clamp(38px, 12vw, 52px) !important;
	}
}

/* Shared animated detail tabs used immediately after feature-page heroes. */
.lp-feature-tabs-container {
	--lp-tabs-purple: #5233ff;
	--lp-tabs-ink: #1e1e1e;
	--lp-tabs-muted: #666477;
	--lp-tabs-line: rgba(30, 30, 30, 0.1);
	width: min(100%, 1296px);
	margin-inline: auto;
	padding: clamp(64px, 7vw, 104px) clamp(20px, 4vw, 48px);
	color: var(--lp-tabs-ink);
	font-family: inherit;
}

.lp-feature-tabs-container,
.lp-feature-tabs-container *,
.lp-feature-tabs-container *::before,
.lp-feature-tabs-container *::after {
	box-sizing: border-box;
}

.lp-feature-tabs-container .tab-layout__wrap {
	display: grid;
	grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(38px, 6vw, 88px);
	align-items: start;
}

.lp-feature-tabs-container .tab-layout__col {
	min-width: 0;
}

.lp-feature-tabs-container .tab-content__bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lp-feature-tabs-container .tab-content__item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 18px 20px 17px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 18px;
	background: rgba(30, 30, 30, 0.035);
	color: inherit;
	font: inherit;
	text-align: left;
	text-decoration: none !important;
	cursor: pointer;
	transition:
		background-color 260ms ease,
		border-color 260ms ease,
		box-shadow 260ms ease;
}

.lp-feature-tabs-container .tab-content__item:hover {
	background: rgba(82, 51, 255, 0.055);
}

.lp-feature-tabs-container .tab-content__item:focus-visible {
	outline: 3px solid rgba(82, 51, 255, 0.28);
	outline-offset: 3px;
}

.lp-feature-tabs-container .tab-content__item.active {
	border-color: rgba(82, 51, 255, 0.22);
	background: #fff;
	box-shadow: 0 18px 48px rgba(30, 30, 30, 0.08);
}

.lp-feature-tabs-container .tab-content__item-main {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.lp-feature-tabs-container .content-item__nr {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 11px;
	background: rgba(82, 51, 255, 0.09);
	color: var(--lp-tabs-purple);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	transition:
		background-color 260ms ease,
		color 260ms ease;
}

.lp-feature-tabs-container .tab-content__item.active .content-item__nr {
	background: var(--lp-tabs-purple);
	color: #fff;
}

.lp-feature-tabs-container .content-item__subtitle {
	display: block;
	margin: 1px 0 5px;
	color: #898698;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.lp-feature-tabs-container .content-item__heading {
	display: block;
	margin: 0 !important;
	color: var(--lp-tabs-ink) !important;
	font-size: clamp(18px, 1.65vw, 23px) !important;
	font-weight: 650 !important;
	line-height: 1.18 !important;
	letter-spacing: -0.025em !important;
	text-wrap: balance;
}

.lp-feature-tabs-container .tab-content__item-detail {
	display: block;
	height: 0;
	overflow: hidden;
}

.lp-feature-tabs-container .tab-content__item.active .tab-content__item-detail {
	height: auto;
}

.lp-feature-tabs-container .tab-description {
	display: block;
	margin: 13px 0 2px 52px;
	color: var(--lp-tabs-muted);
	font-size: 15px;
	line-height: 1.58;
	text-wrap: pretty;
}

.lp-feature-tabs-container .tab-progress-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	overflow: hidden;
}

.lp-feature-tabs-container .tab-progress {
	width: 100%;
	height: 100%;
	background: var(--lp-tabs-purple);
	transform: scaleX(0);
	transform-origin: left center;
}

.lp-feature-tabs-container .tab-visual__wrap {
	position: sticky;
	top: 118px;
	height: clamp(470px, 47vw, 650px);
	min-height: 470px;
	overflow: hidden;
	border: 1px solid rgba(82, 51, 255, 0.13);
	border-radius: clamp(22px, 2.5vw, 32px);
	background:
		linear-gradient(145deg, rgba(82, 51, 255, 0.08), rgba(255, 255, 255, 0) 55%),
		#f8f8fc;
	box-shadow: 0 24px 68px rgba(30, 30, 30, 0.1);
}

.lp-feature-tabs-container .tab-visual__item {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: clamp(18px, 2.5vw, 34px);
	opacity: 0;
	pointer-events: none;
}

.lp-feature-tabs-container .tab-visual__item.active {
	z-index: 1;
	opacity: 1;
}

.lp-feature-tabs-container .tab-visual__inner {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(30, 30, 30, 0.08);
	border-radius: clamp(16px, 2vw, 24px);
	background: #fff;
	box-shadow: 0 16px 42px rgba(30, 30, 30, 0.08);
}

.lp-feature-tabs-container .tab-visual__inner > img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.lp-feature-tabs-container .tab-visual__inner > :where(
	.lp-feature-product,
	.lp-feature-visual,
	.lp-feature-matrix-visual
) {
	width: 100%;
	height: 100%;
	min-height: 0;
}

.lp-feature-page-tabs-fallback {
	display: flex;
	width: min(100%, 520px);
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(82, 51, 255, 0.14);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(30, 30, 30, 0.08);
}

.lp-feature-page-tabs-fallback :where(span, strong, p) {
	margin: 0;
}

.lp-feature-page-tabs-fallback span {
	color: var(--lp-tabs-purple);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lp-feature-page-tabs-fallback strong {
	color: var(--lp-tabs-ink);
	font-size: clamp(24px, 3vw, 36px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.lp-feature-page-tabs-fallback p {
	color: var(--lp-tabs-muted);
	font-size: 16px;
	line-height: 1.6;
}

.lp-feature-page-update.lp-feature-page-update--tabs-followup,
.lp-feature-page-update.lp-feature-page-update--directory-followup,
.lp-feature-page-update.lp-feature-page-update--cta-followup {
	margin-block: 0;
	background: #ffffff;
}

.lp-feature-page-update.lp-feature-page-update--directory-followup {
	padding-top: clamp(72px, 8vw, 116px);
	padding-bottom: clamp(42px, 5vw, 68px);
}

.lp-feature-page-update.lp-feature-page-update--cta-followup {
	padding-top: 0;
	padding-bottom: clamp(72px, 8vw, 116px);
}

@media (max-width: 1024px) {
	.lp-feature-tabs-container .tab-layout__wrap {
		grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
		gap: 30px;
	}

	.lp-feature-tabs-container .tab-visual__wrap {
		top: 92px;
		height: 520px;
		min-height: 520px;
	}
}

@media (max-width: 820px) {
	.lp-feature-tabs-container {
		padding-block: 58px;
	}

	.lp-feature-tabs-container .tab-layout__wrap {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lp-feature-tabs-container .tab-visual__wrap {
		position: relative;
		top: auto;
		height: min(72vw, 520px);
		min-height: 360px;
	}
}

@media (max-width: 520px) {
	.lp-feature-tabs-container {
		padding: 48px 16px;
	}

	.lp-feature-tabs-container .tab-content__item {
		padding: 15px 15px 14px;
		border-radius: 15px;
	}

	.lp-feature-tabs-container .tab-content__item-main {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 11px;
	}

	.lp-feature-tabs-container .content-item__nr {
		width: 32px;
		height: 32px;
	}

	.lp-feature-tabs-container .content-item__heading {
		font-size: 18px !important;
	}

	.lp-feature-tabs-container .tab-description {
		margin-left: 45px;
		font-size: 14px;
	}

	.lp-feature-tabs-container .tab-visual__wrap {
		height: 330px;
		min-height: 330px;
		border-radius: 20px;
	}

	.lp-feature-tabs-container .tab-visual__item {
		padding: 12px;
	}
}

/*
 * Canonical feature tabs.
 *
 * This is the historical Espace client presentation, now shared verbatim by
 * every dedicated feature page. The previous grid/sticky variant remains
 * above only as a safe compatibility fallback for stale cached documents;
 * these declarations are the authoritative component contract.
 */
.lp-feature-tabs-container {
	width: min(100%, var(--lptia-container, 1200px));
	margin-inline: auto;
	padding: clamp(64px, 7vw, 104px) 0 0;
}

.lp-feature-tabs-container .tab-layout__wrap {
	display: flex;
	grid-template-columns: none;
	gap: 4rem;
	align-items: stretch;
	min-height: 800px;
	border-radius: 24px;
}

.lp-feature-tabs-container .tab-layout__col {
	flex: 1;
	min-width: 0;
}

.lp-feature-tabs-container .tab-layout__col:first-child {
	flex: 0.8;
}

.lp-feature-tabs-container .tab-layout__col:last-of-type {
	flex: 1.5;
}

.lp-feature-tabs-container .tab-content__inner {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.lp-feature-tabs-container .tab-content__bottom {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.lp-feature-tabs-container .tab-content__item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 1rem;
	padding: 1.5rem;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 16px;
	background: #fff;
	color: inherit;
	font: inherit;
	text-align: left;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-feature-tabs-container .tab-content__item:hover {
	transform: translateY(-2px);
	border-color: rgba(82, 51, 255, 0.2);
	background: #fff;
	box-shadow: 0 12px 40px rgba(82, 51, 255, 0.15);
}

.lp-feature-tabs-container .tab-content__item:focus-visible {
	outline: 3px solid rgba(82, 51, 255, 0.28);
	outline-offset: 3px;
}

.lp-feature-tabs-container .tab-content__item.active {
	transform: translateY(-4px);
	border-color: transparent;
	background: #fff;
	box-shadow: 0 10px 10px rgba(82, 51, 255, 0.1);
}

.lp-feature-tabs-container .tab-content__item-main {
	display: flex;
	grid-template-columns: none;
	gap: 1.5rem;
	align-items: flex-start;
}

.lp-feature-tabs-container .content-item__nr {
	display: flex;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(82, 51, 255, 0.1);
	color: #5233ff;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	transition: all 0.3s ease;
}

.lp-feature-tabs-container .tab-content__item.active .content-item__nr {
	transform: scale(1.1);
	background: #5233ff;
	color: #fff;
}

.lp-feature-tabs-container .content-item__subtitle {
	display: block;
	margin: -2px 0 0;
	color: inherit;
	opacity: 0.7;
	font-size: 0.7rem;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.lp-feature-tabs-container .content-item__heading {
	display: block;
	margin: 0 !important;
	color: #222 !important;
	font-size: 1.2rem !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
	text-wrap: initial;
}

.lp-feature-tabs-container .tab-content__item-detail {
	display: block;
	height: 0;
	overflow: hidden;
	transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-feature-tabs-container .tab-content__item.active .tab-content__item-detail {
	height: auto;
}

.lp-feature-tabs-container .tab-description {
	display: block;
	margin: 0;
	padding-top: 1rem;
	color: #333;
	opacity: 0.9;
	font-size: 1rem;
	line-height: 1.6;
	text-wrap: initial;
}

.lp-feature-tabs-container .tab-progress-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
}

.lp-feature-tabs-container .tab-content__item.active .tab-progress-container {
	background: rgba(255, 255, 255, 0.2);
}

.lp-feature-tabs-container .tab-progress {
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
	background: linear-gradient(90deg, #5233ff, rgba(82, 51, 255, 0.8));
	transition: transform 0.3s ease;
}

.lp-feature-tabs-container .tab-visual__wrap {
	position: relative;
	top: auto;
	height: 600px;
	min-height: 0;
	overflow: hidden;
	border: 0;
	border-radius: 20px;
	background: transparent;
	box-shadow: none;
}

.lp-feature-tabs-container .tab-visual__item {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.lp-feature-tabs-container .tab-visual__item.active {
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.lp-feature-tabs-container .tab-visual__inner {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 16px;
	background: transparent;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.lp-feature-tabs-container .tab-visual__inner > img {
	display: block;
	width: auto;
	height: auto;
	max-width: 94%;
	max-height: 94%;
	margin: 0;
	border-radius: 16px;
	object-fit: contain;
	object-position: center;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/*
 * Feature pages reuse the home visual renderer, but the tab label already
 * provides the context. Keep only the useful illustration and let it fill the
 * available frame; the renderer chrome remains available on the home.
 */
body.lptia-feature-page .lp-feature-tabs-container .lp-feature-visual {
	grid-template-rows: minmax(0, 1fr);
}

body.lptia-feature-page .lp-feature-tabs-container :is(
	.lp-feature-visual__topbar,
	.lp-feature-visual__status
) {
	display: none;
}

/*
 * Browser-window screenshots have their own viewport. Centre captures that
 * do not occupy the full frame instead of inheriting the direct-image rule.
 */
body.lptia-feature-page .lp-feature-tabs-container .lp-feature-product__viewport {
	display: grid;
	place-items: center;
}

body.lptia-feature-page .lp-feature-tabs-container .lp-feature-product__viewport > img.lp-feature-visual__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	object-fit: contain;
	object-position: center;
}

@media (max-width: 1024px) {
	.lp-feature-tabs-container .tab-layout__wrap {
		flex-direction: column;
		gap: 2rem;
		padding: 2rem;
	}

	.lp-feature-tabs-container .tab-visual__wrap {
		position: relative;
		top: auto;
		height: 600px;
		min-height: 0;
	}
}

@media (max-width: 768px) {
	.lp-feature-tabs-container {
		padding: 58px 0 0;
	}

	.lp-feature-tabs-container .tab-layout__wrap {
		padding: 1.5rem;
	}

	.lp-feature-tabs-container .tab-visual__wrap {
		height: 300px;
		min-height: 0;
	}
}

@media (max-width: 480px) {
	.lp-feature-tabs-container .tab-content__item {
		padding: 1.5rem;
		border-radius: 16px;
	}

	.lp-feature-tabs-container .tab-content__item-main {
		grid-template-columns: none;
		gap: 1rem;
	}

	.lp-feature-tabs-container .content-item__nr {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}

	.lp-feature-tabs-container .content-item__heading {
		font-size: 1.2rem !important;
	}

	.lp-feature-tabs-container .tab-description {
		margin: 0;
		font-size: 1rem;
	}

	.lp-feature-tabs-container .tab-visual__item {
		padding: 0;
	}
}

.lp-feature-page-update {
	position: relative;
	isolation: isolate;
	width: 100%;
	margin-block: clamp(54px, 6vw, 88px);
	padding: clamp(72px, 8vw, 116px) 0;
	overflow: clip;
	background: var(--lp-feature-soft);
}

/* The feature directory is part of the white index page, not a tinted card. */
.lp-feature-page-update.lp-feature-page-update--directory {
	background: transparent;
}

.lptia-feature-dossier-details-section .lp-feature-page-update--details {
	padding-inline: clamp(18px, 2.5vw, 32px);
}

.lp-feature-page-update > :where(
	.lp-feature-page-update__header,
	.lp-feature-page-update__grid,
	.lp-feature-page-update__flow,
	.lp-feature-page-update__cta,
	.lp-feature-page-update__directory
) {
	width: min(100%, var(--lptia-container, 1200px));
	margin-inline: auto;
}

.lp-feature-page-update__header {
	max-width: 780px;
	margin-bottom: clamp(34px, 5vw, 58px);
}

.lp-feature-page-update__header.is-centered,
.lp-feature-page-update__header--center {
	margin-inline: auto;
	text-align: center;
}

.lp-feature-page-update__eyebrow,
.lp-feature-page-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	margin: 0 0 18px;
	padding: 7px 13px;
	border: 1px solid rgba(82, 51, 255, 0.18);
	border-radius: 999px;
	background: rgba(82, 51, 255, 0.08);
	color: var(--lp-feature-purple);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.lp-feature-page-update__title,
.lp-feature-page-hero__title {
	max-width: 920px;
	margin: 0;
	color: var(--lp-feature-ink);
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.lp-feature-page-update__title {
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 700;
}

body.lptia-bridge-active:not(.home) .tia-heading.lp-feature-page-update__title {
	max-width: 920px;
	margin: 0 auto;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.02;
	text-align: center;
	text-wrap: balance;
}

.lp-feature-page-update__title--inverse {
	margin-inline: auto;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.lp-feature-page-update__intro,
.lp-feature-page-hero__intro {
	max-width: 740px;
	margin: 22px 0 0;
	color: var(--lp-feature-muted);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.7;
	text-wrap: pretty;
}

.lp-feature-page-update__intro--inverse {
	color: rgba(255, 255, 255, 0.76);
}

.lp-feature-page-update__intro--center {
	margin-inline: auto;
	text-align: center;
}

.lp-feature-page-update__header.is-centered .lp-feature-page-update__title,
.lp-feature-page-update__header.is-centered .lp-feature-page-update__intro,
.lp-feature-page-update__header--center .lp-feature-page-update__title,
.lp-feature-page-update__header--center .lp-feature-page-update__intro {
	margin-inline: auto;
}

.lp-feature-page-update__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.lp-feature-page-update__grid[data-columns="2"],
.lp-feature-page-update__grid--2,
.lp-feature-page-update__grid.is-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-feature-page-update__grid[data-columns="1"],
.lp-feature-page-update__grid.lptia-marketing-grid--single {
	grid-template-columns: minmax(0, 1fr);
}

.lp-feature-page-update__grid[data-columns="3"],
.lp-feature-page-update__grid--3,
.lp-feature-page-update__grid.is-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-feature-page-update__card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(24px, 3vw, 34px);
	overflow: hidden;
	border: 1px solid rgba(30, 30, 30, 0.09);
	border-radius: var(--lp-feature-radius-md);
	background: var(--lp-feature-surface);
	box-shadow: 0 1px 0 rgba(30, 30, 30, 0.02);
	transition:
		transform 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.lp-feature-page-update__card:hover {
	transform: translateY(-3px);
	border-color: rgba(82, 51, 255, 0.24);
	box-shadow: var(--lp-feature-shadow);
}

.lp-feature-page-update__card:focus-within {
	border-color: rgba(82, 51, 255, 0.42);
	box-shadow: 0 0 0 4px rgba(82, 51, 255, 0.1);
}

.lp-feature-page-update__card-media {
	display: grid;
	width: 100%;
	aspect-ratio: 16 / 9;
	place-items: center;
	margin: 0 0 24px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid var(--lp-feature-line);
	border-radius: 14px;
	background: var(--lp-feature-soft);
}

.lp-feature-page-update__card-media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.lp-feature-page-update__icon {
	display: inline-grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
	margin: 0 0 24px;
	border: 1px solid rgba(82, 51, 255, 0.14);
	border-radius: 15px;
	background: rgba(82, 51, 255, 0.08);
	color: var(--lp-feature-purple);
	font-size: 22px;
	line-height: 1;
}

.lp-feature-page-update__icon :where(svg, img) {
	display: block;
	width: 23px;
	height: 23px;
	object-fit: contain;
}

.lp-feature-page-update__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
}

.lp-feature-page-update__card-title {
	margin: 0;
	color: var(--lp-feature-ink);
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.lp-feature-page-update__card-text {
	margin: 13px 0 0;
	color: var(--lp-feature-muted);
	font-size: 16px;
	line-height: 1.65;
	text-wrap: pretty;
}

.lp-feature-page-update__card-text :where(p, ul, ol) {
	margin: 0;
}

.lp-feature-page-update__card-text :where(ul, ol) {
	padding-left: 1.15em;
}

.lp-feature-page-update__card-text li + li {
	margin-top: 7px;
}

.lp-feature-page-update__card-kicker {
	margin: 8px 0 0;
	color: var(--lp-feature-purple);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.35;
}

.lp-feature-page-update__feature-list {
	display: grid;
	width: 100%;
	gap: 0;
	margin: auto 0 0;
	padding: 24px 0 0;
	list-style: none;
}

.lp-feature-page-update__feature-list li {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 15px 0 15px 28px;
	border-top: 1px solid rgba(30, 30, 30, 0.08);
}

.lp-feature-page-update__feature-list li::before {
	content: "✓";
	position: absolute;
	top: 16px;
	left: 2px;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	background: rgba(82, 51, 255, 0.1);
	color: var(--lp-feature-purple);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.lp-feature-page-update__feature-list strong {
	color: var(--lp-feature-ink);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.35;
}

.lp-feature-page-update__feature-list span {
	color: var(--lp-feature-muted);
	font-size: 14px;
	line-height: 1.55;
}

.lp-feature-page-update__card--complement .lp-feature-page-update__card-media {
	min-height: 250px;
}

.lp-feature-page-update__card--complement .lp-feature-page-update__card-text {
	margin-bottom: 22px;
}

.lp-feature-page-update__media {
	position: relative;
	display: grid;
	width: 100%;
	min-height: clamp(220px, 30vw, 390px);
	place-items: center;
	margin-top: clamp(30px, 5vw, 62px);
	padding: clamp(18px, 3vw, 34px);
	overflow: hidden;
	border: 1px solid var(--lp-feature-line);
	border-radius: var(--lp-feature-radius-lg);
	background: var(--lp-feature-surface);
	box-shadow: var(--lp-feature-shadow);
}

.lp-feature-page-update__media img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 560px;
	margin: 0;
	object-fit: contain;
	object-position: center;
	border-radius: calc(var(--lp-feature-radius-lg) - 8px);
}

.lp-feature-page-update__flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: clamp(42px, 6vw, 72px);
}

.lp-feature-page-update__flow-step {
	position: relative;
	min-width: 0;
	padding: 28px;
	border: 1px solid var(--lp-feature-line);
	border-radius: var(--lp-feature-radius-md);
	background: var(--lp-feature-surface);
	color: var(--lp-feature-ink);
}

.lp-feature-page-update__flow-step::before {
	content: counter(lp-feature-step, decimal-leading-zero);
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--lp-feature-purple);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.lp-feature-page-update__flow {
	counter-reset: lp-feature-step;
}

.lp-feature-page-update__flow-step {
	counter-increment: lp-feature-step;
}

.lp-feature-page-update__flow-step > :first-child {
	margin-top: 0;
}

.lp-feature-page-update__flow-step > :last-child {
	margin-bottom: 0;
}

.lp-feature-page-update__cta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-top: 0;
	padding: clamp(28px, 5vw, 54px);
	overflow: hidden;
	border-radius: var(--lp-feature-radius-lg);
	background: var(--lp-feature-ink);
	color: #ffffff;
	text-align: center;
}

.lp-feature-page-update__cta-copy {
	display: flex;
	max-width: 760px;
	flex-direction: column;
	align-items: center;
}

.lp-feature-page-update__cta :where(h2, h3, p) {
	max-width: 710px;
	margin-top: 0;
	color: inherit;
}

.lp-feature-page-update__cta :where(h2, h3) {
	margin-bottom: 10px;
	font-size: clamp(28px, 3.5vw, 46px);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.lp-feature-page-update__cta p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.6;
}

.lp-feature-page-update__cta :where(a, .lp-feature-page-update__cta-button):not([data-tia-button-preset="legalprod-split-arrow"]) {
	display: inline-flex;
	min-height: 50px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: var(--lp-feature-purple);
	color: #ffffff;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.lp-feature-page-update__cta :where(a, .lp-feature-page-update__cta-button):not([data-tia-button-preset="legalprod-split-arrow"]):hover {
	transform: translateY(-2px);
	background: var(--lp-feature-purple-dark);
	box-shadow: 0 12px 30px rgba(82, 51, 255, 0.34);
	color: #ffffff;
}

.lp-feature-page-update__cta :where(a, .lp-feature-page-update__cta-button):focus-visible,
.lp-feature-page-hero :where(a, button):focus-visible,
.lp-feature-page-update__directory-link:focus-visible {
	outline: 3px solid rgba(82, 51, 255, 0.32);
	outline-offset: 4px;
}

.lp-feature-page-update__directory {
	margin-top: 0;
}

.lp-feature-page-update__directory > :where(h2, h3) {
	max-width: 760px;
	margin: 0 auto 34px;
	color: var(--lp-feature-ink);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -0.035em;
	text-align: center;
	text-wrap: balance;
}

.lp-feature-page-update__directory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.lp-feature-page-update--directory-followup .lp-feature-page-update__directory-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-feature-page-update__directory-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 150px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	padding: 24px;
	border: 1px solid rgba(30, 30, 30, 0.09);
	border-radius: var(--lp-feature-radius-md);
	background: var(--lp-feature-surface);
	transition:
		transform 200ms ease,
		border-color 200ms ease,
		box-shadow 200ms ease;
}

.lp-feature-page-update__directory-card:hover,
.lp-feature-page-update__directory-card:focus-within {
	transform: translateY(-2px);
	border-color: rgba(82, 51, 255, 0.24);
	box-shadow: 0 14px 36px rgba(30, 30, 30, 0.07);
}

.lp-feature-page-update--directory-followup .lp-feature-page-update__directory-card {
	min-height: 118px;
	gap: 0;
	padding: 0;
}

.lp-feature-page-update__directory-card-link {
	display: grid;
	width: 100%;
	min-height: 116px;
	grid-template-columns: 44px minmax(0, 1fr) 20px;
	align-items: center;
	gap: 14px;
	padding: 20px;
	color: var(--lp-feature-ink);
	text-decoration: none;
}

.lp-feature-page-update__directory-icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 13px;
	background: rgba(82, 51, 255, 0.09);
	color: var(--lp-feature-purple);
	font-size: 20px;
	line-height: 1;
}

.lp-feature-page-update__directory-icon :where(i, svg) {
	display: block;
	width: 22px;
	height: 22px;
	color: currentColor;
	fill: currentColor;
	font-size: 20px;
	line-height: 1;
}
.lp-feature-page-update__directory-icon > i {
	display: grid;
	place-items: center;
	text-align: center;
}

.lp-feature-page-update__directory-icon > i::before {
	display: block;
	line-height: 1;
}


.lp-feature-page-update__directory-icon .lp-feature-page-icon-svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lp-feature-page-update__directory-title {
	min-width: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
}

.lp-feature-page-update__directory-arrow {
	color: var(--lp-feature-purple);
	font-size: 19px;
	line-height: 1;
	transition: transform 180ms ease;
}

.lp-feature-page-update__directory-card-link:hover,
.lp-feature-page-update__directory-card-link:focus-visible {
	color: var(--lp-feature-ink);
}

.lp-feature-page-update__directory-card-link:hover .lp-feature-page-update__directory-arrow,
.lp-feature-page-update__directory-card-link:focus-visible .lp-feature-page-update__directory-arrow {
	transform: translateX(4px);
}

.lp-feature-page-update__directory-card-link:focus-visible {
	border-radius: inherit;
	outline: 3px solid rgba(82, 51, 255, 0.3);
	outline-offset: 3px;
}

.lp-feature-page-update__directory-card :where(h3, h4, p) {
	margin: 0;
	color: inherit;
}

.lp-feature-page-update__directory-card :where(h3, h4) {
	font-size: 20px;
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.lp-feature-page-update__directory-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--lp-feature-purple);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.3;
	text-decoration: none;
}

.lp-feature-page-update__directory-link::after {
	content: "\2192";
	display: inline-block;
	transition: transform 180ms ease;
}

.lp-feature-page-update__directory-link:hover {
	color: var(--lp-feature-purple-dark);
}

.lp-feature-page-update__directory-link:hover::after {
	transform: translateX(4px);
}

/* New feature pages: hero */
.lp-feature-page-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	width: 100%;
	min-height: clamp(590px, 78vh, 790px);
	align-items: center;
	padding: clamp(106px, 12vw, 166px) 0 clamp(76px, 9vw, 120px);
	overflow: clip;
	background: var(--lp-feature-purple);
	color: #ffffff;
}

.lp-feature-page-hero__inner {
	display: grid;
	width: min(100%, var(--lptia-container, 1200px));
	margin-inline: auto;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(42px, 5vw, 72px);
}

.lp-feature-page-hero__content {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.lp-feature-page-hero[data-feature-page="rpva"] .lp-feature-page-hero__availability {
	display: inline-flex;
	width: fit-content;
	min-height: 28px;
	align-items: center;
	padding: 6px 11px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	margin-bottom: 14px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 768px) {
	.lp-feature-page-hero[data-feature-page="rpva"] .lp-feature-page-hero__availability {
		position: absolute;
		bottom: calc(100% + 16px);
		left: 0;
		margin-bottom: 0;
	}
}

.lp-feature-page-hero__eyebrow {
	display: none !important;
}

.lp-feature-page-hero__title {
	color: #ffffff;
	font-size: clamp(44px, 4.6vw, 62px);
}

.lp-feature-page-hero__intro {
	color: rgba(255, 255, 255, 0.82);
}

.lp-feature-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

body.lptia-feature-page :is(.lp-feature-page-hero__primary, .btn-essai-gratuit) {
	display: none !important;
}

.lp-feature-page-hero__split-cta {
	flex: 0 0 auto;
	vertical-align: middle;
}

/* Compatibility for hero CTA markup saved before contextual button surfaces. */
.lp-feature-page-hero .tia-btn[data-tia-button-preset="legalprod-split-arrow"]:is([data-tia-button-surface="auto"], :not([data-tia-button-surface])) {
	--tia-button-split-arrow-bg: var(--tia-color-bg);
	--tia-button-split-arrow-border: var(--tia-color-bg);
	--tia-button-split-arrow-text: var(--tia-color-text);
	--tia-button-split-arrow-hover-bg: var(--tia-color-text);
	--tia-button-split-arrow-hover-border: var(--tia-color-text);
	--tia-button-split-arrow-hover-text: var(--tia-color-bg);
}

.tia-embed > .lp-feature-page-hero__split-cta {
	margin-left: 10px;
}

.lp-feature-page-hero__actions > .lp-feature-page-hero__split-cta {
	margin: 0;
}

.lp-feature-page-hero__primary,
.lp-feature-page-hero__secondary {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 12px;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

.lp-feature-page-hero__primary {
	border-color: #ffffff;
	background: #ffffff;
	color: var(--lp-feature-ink);
}

.lp-feature-page-hero__secondary {
	background: transparent;
	color: #ffffff;
}

.lp-feature-page-hero__primary:hover,
.lp-feature-page-hero__secondary:hover {
	transform: translateY(-2px);
}

.lp-feature-page-hero__primary:hover {
	border-color: var(--lp-feature-soft);
	background: var(--lp-feature-soft);
	color: var(--lp-feature-purple);
}

.lp-feature-page-hero__secondary:hover {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.lp-feature-page-hero__visual {
	position: relative;
	display: grid;
	min-width: 0;
	min-height: 0;
	place-items: center;
	padding: clamp(2px, 0.6vw, 8px);
	overflow: visible;
	border: 0;
	border-radius: 18px;
	background: transparent;
	box-shadow: none;
}

.lp-feature-page-hero__visual :where(img, svg, video) {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: contain;
	object-position: center;
	border-radius: 16px;
}

.lp-feature-page-hero__visual > :where(.tia-embed, .tia-image, figure) {
	width: 100%;
	margin: 0;
}

/*
 * Canonical code-only hero illustration. The detailed slider may still use
 * product screenshots; the hero mount itself is always hydrated with the
 * shared HTML/CSS scene renderer.
 */
.lp-feature-page-hero-code {
	position: relative;
	display: grid;
	width: min(100%, 620px);
	height: clamp(370px, 35vw, 450px);
	min-width: 0;
	place-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 22px;
	background: #f5f5f8;
	box-shadow: 0 24px 58px rgba(24, 15, 77, 0.18);
	isolation: isolate;
}

.lp-feature-page-hero-code > :where(.lp-feature-visual, .lp-feature-matrix-visual) {
	width: 100%;
	height: 100%;
	min-height: 0;
}

.lp-feature-page-hero-code .lp-feature-scene__canvas--network {
	min-height: 13rem;
}

.lp-feature-page-hero-code__surface {
	box-sizing: border-box;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: 100%;
	height: 100%;
	padding: clamp(20px, 2.5vw, 30px);
	color: #1e1e1e;
	background:
		radial-gradient(circle at 82% 16%, rgba(82, 51, 255, 0.12), transparent 28%),
		#f5f5f8;
}

/* Existing saved pages may still contain the pre-hydration header. */
.lp-feature-page-hero-code__topbar {
	display: none;
}

.lp-feature-page-hero-code__brand,
.lp-feature-page-hero-code__status,
.lp-feature-page-hero-code__module,
.lp-feature-page-hero-code__step {
	display: flex;
	align-items: center;
}

.lp-feature-page-hero-code__topbar {
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.lp-feature-page-hero-code__brand,
.lp-feature-page-hero-code__status {
	gap: 8px;
	font-size: 12px;
	font-weight: 650;
}

.lp-feature-page-hero-code__brand-mark,
.lp-feature-page-hero-code__status-dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5233ff;
}

.lp-feature-page-hero-code__status-dot {
	width: 7px;
	height: 7px;
	box-shadow: 0 0 0 5px rgba(82, 51, 255, 0.1);
}

.lp-feature-page-hero-code__module {
	gap: 13px;
	padding: 24px 0 20px;
}

.lp-feature-page-hero-code__icon {
	display: grid;
	width: 45px;
	height: 45px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 13px;
	background: #5233ff;
	color: #fff;
	font-size: 19px;
}

.lp-feature-page-hero-code__icon .lp-feature-page-icon-svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.lp-feature-page-hero-code__module-title {
	font-size: clamp(20px, 2vw, 27px);
	font-weight: 750;
	line-height: 1.1;
	letter-spacing: -0.025em;
}

.lp-feature-page-hero-code__flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-feature-page-hero-code__flow::before {
	position: absolute;
	top: 50%;
	right: 8%;
	left: 8%;
	height: 2px;
	background: repeating-linear-gradient(90deg, rgba(82, 51, 255, 0.45) 0 7px, transparent 7px 13px);
	content: "";
	transform: translateY(-50%);
}

.lp-feature-page-hero-code__step {
	position: relative;
	z-index: 1;
	min-width: 0;
	min-height: 112px;
	flex-direction: column;
	justify-content: center;
	gap: 9px;
	padding: 12px 8px;
	border: 1px solid rgba(82, 51, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 22px rgba(30, 30, 30, 0.055);
	text-align: center;
}

.lp-feature-page-hero-code__step-index {
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border-radius: 9px;
	background: rgba(82, 51, 255, 0.1);
	color: #5233ff;
	font-size: 10px;
	font-weight: 750;
}

.lp-feature-page-hero-code__step-label {
	font-size: 11px;
	font-weight: 620;
	line-height: 1.25;
}

@media (max-width: 767px) {
	.lp-feature-page-hero-code {
		height: clamp(330px, 92vw, 390px);
		border-radius: 18px;
	}

	.lp-feature-page-hero-code__surface {
		padding: 18px;
	}

	.lp-feature-page-hero-code__flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lp-feature-page-hero-code__flow::before {
		display: none;
	}

	.lp-feature-page-hero-code__step {
		min-height: 82px;
	}
}

/* /fonctionnalites/: one connected product, not another screenshot card. */
.lp-feature-index-map {
	position: relative;
	display: grid;
	width: min(100%, 620px);
	aspect-ratio: 10 / 7;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: clamp(8px, 1vw, 13px);
	padding: clamp(12px, 1.7vw, 20px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 24px;
	background:
		linear-gradient(rgba(82, 51, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(82, 51, 255, 0.045) 1px, transparent 1px),
		#ffffff;
	background-size: 28px 28px;
	box-shadow: 0 26px 70px rgba(23, 13, 76, 0.2);
	color: #1e1e1e;
}

.lp-feature-index-map__links {
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.lp-feature-index-map__links path {
	fill: none;
	stroke: rgba(82, 51, 255, 0.2);
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-dasharray: 8 11;
	animation: lp-feature-index-flow 9s linear infinite;
	vector-effect: non-scaling-stroke;
}

@keyframes lp-feature-index-flow {
	to {
		stroke-dashoffset: -76;
	}
}

.lp-feature-index-map__tile,
.lp-feature-index-map__brand {
	position: relative;
	z-index: 1;
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(82, 51, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 22px rgba(30, 30, 30, 0.065);
}

.lp-feature-index-map__tile {
	flex-direction: column;
	gap: 8px;
	padding: 10px 7px;
	color: #1e1e1e;
	font-size: clamp(10px, 1vw, 13px);
	font-weight: 550;
	line-height: 1.15;
	text-align: center;
}

.lp-feature-index-map__tile--1 { grid-area: 1 / 1; }
.lp-feature-index-map__tile--2 { grid-area: 1 / 2; }
.lp-feature-index-map__tile--3 { grid-area: 1 / 3; }
.lp-feature-index-map__tile--4 { grid-area: 2 / 1; }
.lp-feature-index-map__tile--5 { grid-area: 2 / 3; }
.lp-feature-index-map__tile--6 { grid-area: 3 / 1; }
.lp-feature-index-map__tile--7 { grid-area: 3 / 2; }
.lp-feature-index-map__tile--8 { grid-area: 3 / 3; }

.lp-feature-index-map__icon {
	display: grid;
	width: clamp(31px, 3vw, 40px);
	height: clamp(31px, 3vw, 40px);
	place-items: center;
	border-radius: 11px;
	background: rgba(82, 51, 255, 0.09);
	color: #5233ff;
	font-size: clamp(15px, 1.7vw, 20px);
}

.lp-feature-index-map__icon .lp-feature-page-icon-svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.lp-feature-index-map__brand {
	grid-area: 2 / 2;
	border-color: rgba(82, 51, 255, 0.28);
	background: rgba(247, 246, 255, 0.98);
	box-shadow:
		0 0 0 7px rgba(82, 51, 255, 0.055),
		0 14px 32px rgba(82, 51, 255, 0.16);
}

.lp-feature-page-hero__visual .lp-feature-index-map__brand img {
	width: clamp(54px, 6.5vw, 78px);
	height: auto;
	border-radius: 0;
}

@media (max-width: 620px) {
	.lp-feature-index-map {
		width: 100%;
		min-height: 344px;
		aspect-ratio: auto;
		border-radius: 19px;
	}

	.lp-feature-index-map__tile {
		gap: 5px;
		padding-inline: 3px;
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lp-feature-index-map__links path {
		animation: none;
	}
}

.lp-feature-page-hero__visual-card {
	--lp-feature-purple: #5233ff;
	--lp-feature-ink: #1e1e1e;
	--lp-feature-soft: #f7f6ff;
	--lp-feature-line: rgba(82, 51, 255, 0.14);
	width: min(100%, 540px);
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: var(--lp-feature-radius-md);
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(30, 30, 30, 0.15);
	color: var(--lp-feature-ink, #1e1e1e);
}

.lp-feature-page-hero__visual-card > :first-child {
	margin-top: 0;
}

.lp-feature-page-hero__visual-card > :last-child {
	margin-bottom: 0;
}

.lp-feature-page-hero__visual-icon {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	margin-bottom: 24px;
	border-radius: 16px;
	background: rgba(82, 51, 255, 0.1);
	color: var(--lp-feature-purple, #5233ff);
	font-size: 24px;
}

.lp-feature-page-hero__visual-icon .lp-feature-page-icon-svg {
	display: block;
	width: 27px;
	height: 27px;
	max-height: none;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.lp-feature-page-update__icon .lp-feature-page-icon-svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

body.page-id-21099.lptia-bridge-active .lp-automations.lp-feature-automation-library {
	background: #fff;
	padding: clamp(76px, 8vw, 112px) 0;
}

.lp-feature-page-hero__visual-card h2 {
	margin: 0;
	color: var(--lp-feature-ink, #1e1e1e);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.lp-feature-page-hero__visual-list {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.lp-feature-page-hero__visual-list li {
	position: relative;
	margin: 0;
	padding: 12px 14px 12px 38px;
	border: 1px solid var(--lp-feature-line, rgba(82, 51, 255, 0.14));
	border-radius: 11px;
	background: var(--lp-feature-soft, #f7f6ff);
	color: var(--lp-feature-ink, #1e1e1e);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.lp-feature-page-hero__visual-list li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lp-feature-purple, #5233ff);
	transform: translateY(-50%);
}

/*
 * Historical feature-page tab sliders share the same heading rhythm. The
 * voice scene and "En savoir plus" CTA remain specific to IA juridique.
 */
body.lptia-bridge-active:not(.home) .content-item__heading {
	margin-top: 5px !important;
}

body.page-id-20734 .tab-visual__inner--voice {
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: hidden;
}

body.page-id-20734 .lp-ia-voice-scene {
	position: relative;
	inset: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;
	border-radius: 24px;
	background: #f7f7fb;
	opacity: 1;
	pointer-events: auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #1f2937;
}

body.page-id-20734 .lp-ia-voice-scene *,
body.page-id-20734 .lp-ia-voice-scene *::before,
body.page-id-20734 .lp-ia-voice-scene *::after {
	box-sizing: border-box;
}

body.page-id-20734 .lp-ia-voice-scene :where(p, strong, span) {
	margin: 0;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice {
	position: relative;
	display: flex;
	height: 100%;
	min-height: 600px;
	flex-direction: column;
	padding: 18px 20px 20px;
	overflow: hidden;
	background: #f7f7fb;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__intro {
	position: relative;
	z-index: 1;
	display: flex;
	max-width: 92%;
	align-items: flex-start;
	gap: 10px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__intro-icon {
	display: flex;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(82, 51, 255, 0.18);
	border-radius: 10px;
	background: rgba(82, 51, 255, 0.11);
	color: #5233ff;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__intro-icon svg {
	width: 17px;
	height: 17px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__intro-copy strong {
	display: block;
	color: #18181b;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -0.25px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__intro-copy p {
	margin-top: 4px;
	color: #6b7280;
	font-size: 10.5px;
	line-height: 1.45;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__grid {
	position: relative;
	z-index: 1;
	display: grid;
	flex: 1;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 10px;
	min-height: 0;
	margin-top: 12px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__card {
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.09);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 9px 24px rgba(31, 41, 55, 0.07);
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__card-head {
	display: flex;
	height: 36px;
	align-items: center;
	justify-content: space-between;
	padding: 0 11px;
	border-bottom: 1px solid #eef0f4;
	color: #30333b;
	font-size: 10px;
	font-weight: 700;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__live {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 4px 7px;
	border-radius: 999px;
	background: rgba(82, 51, 255, 0.08);
	color: #5233ff;
	font-size: 8px;
	font-weight: 700;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__live::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #5233ff;
	box-shadow: 0 0 0 4px rgba(82, 51, 255, 0.09);
	animation: lpIaVoiceLive 1.6s ease-in-out infinite;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__form {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px 11px 11px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__field {
	padding: 7px 9px;
	border: 1px solid #e7e9ee;
	border-radius: 8px;
	background: #fbfbfc;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__field.is-active {
	border-color: rgba(82, 51, 255, 0.45);
	background: #ffffff;
	box-shadow: 0 0 0 2px rgba(82, 51, 255, 0.07);
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__label {
	display: block;
	color: #9ca3af;
	font-size: 7.5px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.45px;
	text-transform: uppercase;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__value {
	display: block;
	margin-top: 4px;
	overflow: hidden;
	color: #30333b;
	font-size: 9.5px;
	line-height: 1.35;
	white-space: nowrap;
}

body.page-id-20734 .lp-ia-voice-scene.active .lph-voice__field.is-active .lph-voice__value span {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	vertical-align: bottom;
	animation: lpIaVoiceType 6s steps(38, end) 0.45s infinite;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave-row {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 9px;
	border-radius: 9px;
	background: #0a0a1c;
	color: #ffffff;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__mic {
	display: flex;
	width: 25px;
	height: 25px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #5233ff;
	color: #ffffff;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__mic svg {
	width: 12px;
	height: 12px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave {
	display: flex;
	height: 18px;
	flex: 1;
	align-items: center;
	gap: 2px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span {
	display: block;
	width: 2px;
	height: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	transform-origin: center;
	animation: lpIaVoiceWave 0.9s ease-in-out infinite;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(2),
body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(6) {
	animation-delay: -0.12s;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(3),
body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(7) {
	animation-delay: -0.28s;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(4),
body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(8) {
	animation-delay: -0.42s;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave span:nth-child(5) {
	animation-delay: -0.58s;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__wave-label {
	color: rgba(255, 255, 255, 0.78);
	font-size: 7.5px;
	font-weight: 700;
	white-space: nowrap;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__command {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 12px;
	background: #0a0a1c;
	color: #ffffff;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__command-head {
	display: flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 9px;
	font-weight: 700;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__command-orb {
	position: relative;
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	margin: 12px auto 9px;
	border-radius: 50%;
	background: #5233ff;
	box-shadow: 0 0 0 8px rgba(82, 51, 255, 0.15);
	color: #ffffff;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__command-orb::after {
	content: "";
	position: absolute;
	inset: -8px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: inherit;
	animation: lpIaVoicePulse 1.8s ease-out infinite;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__command-orb svg {
	width: 17px;
	height: 17px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__quote {
	min-height: 40px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 9px;
	line-height: 1.45;
	text-align: center;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result {
	margin-top: auto;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.08);
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result-row {
	display: flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 7.8px;
	line-height: 1.35;
	opacity: 0;
	transform: translateY(3px);
	animation: lpIaVoiceResult 6s ease infinite;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result-row + .lph-voice__result-row {
	margin-top: 5px;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result-row:nth-child(2) {
	animation-delay: 0.45s;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result-row:nth-child(3) {
	animation-delay: 0.9s;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result-row span {
	display: flex;
	width: 12px;
	height: 12px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: rgba(82, 51, 255, 0.75);
	color: #ffffff;
	font-size: 7px;
	font-weight: 800;
}

body.page-id-20734 .lp-ia-voice-scene .lph-voice__result-summary {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #b8adff;
	font-size: 7.5px;
	font-weight: 700;
	text-align: center;
}

/* IA 06 — every authorised LegalProd source feeds one shared context. */
body.page-id-20734 :where(.lp-ia-context-scene, .lp-ia-actions-scene) {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(82, 51, 255, 0.1);
	border-radius: 22px;
	background: #f7f7fb;
	color: #1e1e1e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

body.page-id-20734 :where(.lp-ia-context-scene, .lp-ia-actions-scene) *,
body.page-id-20734 :where(.lp-ia-context-scene, .lp-ia-actions-scene) *::before,
body.page-id-20734 :where(.lp-ia-context-scene, .lp-ia-actions-scene) *::after {
	box-sizing: border-box;
}

body.page-id-20734 :where(.lp-ia-context-scene, .lp-ia-actions-scene) :where(p, strong, small, span) {
	margin: 0;
}

body.page-id-20734 :where(.lp-ia-context-scene__bar, .lp-ia-actions-scene__bar) {
	position: relative;
	z-index: 4;
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 22px;
	border-bottom: 1px solid rgba(30, 30, 30, 0.07);
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(12px);
}

body.page-id-20734 :where(.lp-ia-context-scene__brand, .lp-ia-actions-scene__brand) {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	font-weight: 760;
}

body.page-id-20734 :where(.lp-ia-context-scene__brand, .lp-ia-actions-scene__brand) svg {
	width: 18px;
	height: 18px;
	color: #5233ff;
}

body.page-id-20734 .lp-ia-context-scene__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(31, 184, 116, 0.1);
	color: #138254;
	font-size: 9px;
	font-weight: 720;
}

body.page-id-20734 .lp-ia-context-scene__status i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1fb874;
	box-shadow: 0 0 0 4px rgba(31, 184, 116, 0.12);
}

body.page-id-20734 .lp-ia-context-scene__map {
	position: relative;
	flex: 1;
	min-height: 430px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 50%, rgba(82, 51, 255, 0.12), transparent 25%),
		linear-gradient(rgba(82, 51, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(82, 51, 255, 0.045) 1px, transparent 1px);
	background-size: auto, 34px 34px, 34px 34px;
}

body.page-id-20734 .lp-ia-context-scene__map::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle, transparent 48%, rgba(247, 247, 251, 0.82) 100%);
	pointer-events: none;
}

body.page-id-20734 .lp-ia-context-scene__links {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: rgba(82, 51, 255, 0.38);
	stroke-width: 1.5;
	stroke-dasharray: 7 7;
	stroke-linecap: round;
}

body.page-id-20734 .tab-visual__item.active .lp-ia-context-scene__links path {
	animation: lpIaContextFlow 2.2s linear infinite;
}

body.page-id-20734 .lp-ia-context-scene__node {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 154px;
	min-height: 66px;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: center;
	align-items: center;
	column-gap: 9px;
	padding: 10px 12px;
	border: 1px solid rgba(30, 30, 30, 0.08);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 30px rgba(30, 30, 30, 0.075);
}

body.page-id-20734 .lp-ia-context-scene__node > span {
	display: grid;
	width: 34px;
	height: 34px;
	grid-row: 1 / 3;
	place-items: center;
	border-radius: 10px;
	background: rgba(82, 51, 255, 0.09);
	color: #5233ff;
}

body.page-id-20734 .lp-ia-context-scene__node :where(svg, i) {
	width: 17px;
	height: 17px;
}

body.page-id-20734 .lp-ia-context-scene__node i {
	display: grid;
	place-items: center;
	font-size: 17px;
	line-height: 1;
}

body.page-id-20734 .lp-ia-context-scene__node strong {
	align-self: end;
	font-size: 10.5px;
	line-height: 1.15;
}

body.page-id-20734 .lp-ia-context-scene__node small {
	align-self: start;
	margin-top: 3px;
	color: #858390;
	font-size: 8px;
	line-height: 1.2;
}

body.page-id-20734 .lp-ia-context-scene__node.is-mail { top: 7%; left: 5%; }
body.page-id-20734 .lp-ia-context-scene__node.is-ged { top: 7%; right: 5%; }
body.page-id-20734 .lp-ia-context-scene__node.is-dossier {
	top: 52.093%;
	left: 2%;
	transform: translateY(-50%);
}
body.page-id-20734 .lp-ia-context-scene__node.is-contact {
	top: 52.093%;
	right: 2%;
	transform: translateY(-50%);
}
body.page-id-20734 .lp-ia-context-scene__node.is-work { bottom: 6%; left: 8%; }
body.page-id-20734 .lp-ia-context-scene__node.is-finance { right: 8%; bottom: 6%; }

body.page-id-20734 .lp-ia-context-scene__hub {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: flex;
	width: 112px;
	height: 112px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 8px solid rgba(82, 51, 255, 0.11);
	border-radius: 50%;
	background: #5233ff;
	box-shadow: 0 18px 46px rgba(82, 51, 255, 0.27);
	color: #fff;
	transform: translate(-50%, -50%);
}

body.page-id-20734 .lp-ia-context-scene__hub :where(svg, i) {
	width: 25px;
	height: 25px;
	margin-bottom: 6px;
}

body.page-id-20734 .lp-ia-context-scene__hub i {
	display: grid;
	place-items: center;
	font-size: 25px;
	line-height: 1;
}

body.page-id-20734 .lp-ia-context-scene__hub strong {
	font-size: 10.5px;
	line-height: 1.15;
}

body.page-id-20734 .lp-ia-context-scene__hub small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 7px;
}

body.page-id-20734 .lp-ia-context-scene__pulse {
	position: absolute;
	inset: -18px;
	border: 1px solid rgba(82, 51, 255, 0.35);
	border-radius: inherit;
}

body.page-id-20734 .tab-visual__item.active .lp-ia-context-scene__pulse {
	animation: lpIaContextPulse 2.4s ease-out infinite;
}

body.page-id-20734 .lp-ia-context-scene__footer {
	display: flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0 22px;
	border-top: 1px solid rgba(30, 30, 30, 0.07);
	background: #fff;
}

body.page-id-20734 .lp-ia-context-scene__footer span {
	padding: 6px 9px;
	border-radius: 8px;
	background: rgba(82, 51, 255, 0.08);
	color: #5233ff;
	font-size: 8px;
	font-weight: 760;
	text-transform: uppercase;
}

body.page-id-20734 .lp-ia-context-scene__footer strong {
	font-size: 10px;
}

/* IA 07 — a command becomes a visible, controlled series of actions. */
body.page-id-20734 .lp-ia-actions-scene {
	background:
		radial-gradient(circle at 90% 0, rgba(82, 51, 255, 0.12), transparent 32%),
		#f7f7fb;
}

body.page-id-20734 .lp-ia-actions-scene__mode {
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(82, 51, 255, 0.08);
	color: #5233ff;
	font-size: 9px;
	font-weight: 720;
}

body.page-id-20734 .lp-ia-actions-scene__prompt {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 10px;
	margin: 18px 20px 0;
	padding: 13px 14px;
	border: 1px solid rgba(82, 51, 255, 0.18);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 15px 34px rgba(30, 30, 30, 0.08);
}

body.page-id-20734 .lp-ia-actions-scene__avatar,
body.page-id-20734 .lp-ia-actions-scene__send {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: #5233ff;
	color: #fff;
	font-size: 9px;
	font-weight: 800;
}

body.page-id-20734 .lp-ia-actions-scene__send {
	width: 30px;
	height: 30px;
	border-radius: 9px;
}

body.page-id-20734 .lp-ia-actions-scene__send svg {
	width: 14px;
	height: 14px;
}

body.page-id-20734 .lp-ia-actions-scene__prompt p {
	color: #30303a;
	font-size: 10px;
	font-weight: 650;
	line-height: 1.45;
}

body.page-id-20734 .lp-ia-actions-scene__workspace {
	display: grid;
	flex: 1;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 12px;
	min-height: 0;
	padding: 12px 20px;
}

body.page-id-20734 :where(.lp-ia-actions-scene__run, .lp-ia-actions-scene__files) {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(30, 30, 30, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(30, 30, 30, 0.055);
}

body.page-id-20734 :where(.lp-ia-actions-scene__run-head, .lp-ia-actions-scene__files-head) {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 0 12px;
	border-bottom: 1px solid rgba(30, 30, 30, 0.07);
	font-size: 8.5px;
}

body.page-id-20734 .lp-ia-actions-scene__run-head span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 720;
}

body.page-id-20734 .lp-ia-actions-scene__run-head i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5233ff;
	box-shadow: 0 0 0 4px rgba(82, 51, 255, 0.1);
}

body.page-id-20734 :where(.lp-ia-actions-scene__run-head, .lp-ia-actions-scene__files-head) > strong {
	color: #5233ff;
	font-size: 8px;
}

body.page-id-20734 .lp-ia-actions-scene__run ol {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 8px 10px;
	list-style: none;
}

body.page-id-20734 .lp-ia-actions-scene__run li {
	position: relative;
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	align-items: center;
	gap: 8px;
	min-height: 50px;
	padding: 5px 2px;
}

body.page-id-20734 .lp-ia-actions-scene__run li + li::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 13px;
	width: 1px;
	height: 12px;
	background: rgba(82, 51, 255, 0.28);
}

body.page-id-20734 .lp-ia-actions-scene__check {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 8px;
	background: rgba(82, 51, 255, 0.09);
	color: #5233ff;
	font-size: 9px;
	font-weight: 800;
	opacity: 0.32;
}

body.page-id-20734 .tab-visual__item.active .lp-ia-actions-scene__run li .lp-ia-actions-scene__check {
	animation: lpIaActionCheck 6s ease-in-out infinite;
}

body.page-id-20734 .tab-visual__item.active .lp-ia-actions-scene__run li:nth-child(2) .lp-ia-actions-scene__check { animation-delay: 0.55s; }
body.page-id-20734 .tab-visual__item.active .lp-ia-actions-scene__run li:nth-child(3) .lp-ia-actions-scene__check { animation-delay: 1.1s; }
body.page-id-20734 .tab-visual__item.active .lp-ia-actions-scene__run li:nth-child(4) .lp-ia-actions-scene__check { animation-delay: 1.65s; }

body.page-id-20734 .lp-ia-actions-scene__run li strong,
body.page-id-20734 .lp-ia-actions-scene__run li small {
	display: block;
}

body.page-id-20734 .lp-ia-actions-scene__run li strong {
	font-size: 9px;
	line-height: 1.25;
}

body.page-id-20734 .lp-ia-actions-scene__run li small {
	margin-top: 3px;
	color: #8b8994;
	font-size: 7.4px;
	line-height: 1.3;
}

body.page-id-20734 .lp-ia-actions-scene__files {
	padding-bottom: 9px;
}

body.page-id-20734 .lp-ia-actions-scene__file {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr);
	align-items: center;
	gap: 9px;
	margin: 9px 10px 0;
	padding: 9px;
	border: 1px solid #ececf1;
	border-radius: 10px;
	background: #fbfbfc;
}

body.page-id-20734 .lp-ia-actions-scene__file > span {
	display: grid;
	width: 32px;
	height: 36px;
	place-items: center;
	border-radius: 8px;
	background: rgba(82, 51, 255, 0.09);
	color: #5233ff;
	font-size: 7px;
	font-weight: 800;
}

body.page-id-20734 .lp-ia-actions-scene__file :where(del, strong) {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.page-id-20734 .lp-ia-actions-scene__file del {
	color: #aaa8b2;
	font-size: 7px;
}

body.page-id-20734 .lp-ia-actions-scene__file strong {
	margin-top: 3px;
	color: #34333b;
	font-size: 7.7px;
}

body.page-id-20734 .lp-ia-actions-scene__done {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 10px;
	padding: 8px;
	border-radius: 9px;
	background: #0a0a1c;
	color: #fff;
	font-size: 8px;
	font-weight: 720;
}

body.page-id-20734 .lp-ia-actions-scene__done span {
	display: grid;
	width: 16px;
	height: 16px;
	place-items: center;
	border-radius: 50%;
	background: #5233ff;
	font-size: 7px;
}

body.page-id-20734 .lp-ia-actions-scene__next {
	display: flex;
	min-height: 47px;
	align-items: center;
	gap: 11px;
	margin: 0 20px 18px;
	padding: 0 13px;
	border: 1px dashed rgba(82, 51, 255, 0.28);
	border-radius: 11px;
	background: rgba(82, 51, 255, 0.045);
}

body.page-id-20734 .lp-ia-actions-scene__next span {
	flex: 0 0 auto;
	color: #5233ff;
	font-size: 7.5px;
	font-weight: 780;
	text-transform: uppercase;
}

body.page-id-20734 .lp-ia-actions-scene__next p {
	overflow: hidden;
	color: #4a4852;
	font-size: 8.5px;
	font-weight: 620;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* IA 07 — visible agent conversation, tool calls and LegalProd actions. */
body.page-id-20734 .lp-ia-actions-scene {
	display: flex;
	height: 100%;
	min-height: 600px;
	flex-direction: column;
	overflow: hidden;
	background:
		radial-gradient(circle at 93% 0, rgba(82, 51, 255, 0.13), transparent 31%),
		linear-gradient(180deg, #fafaff 0%, #f5f4fb 100%);
	color: #1e1e1e;
}

body.page-id-20734 .lp-ia-actions-scene__status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 10px;
	border: 1px solid rgba(82, 51, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #625f6b;
	font-size: 9px;
	font-weight: 680;
	transition: color 260ms ease, background-color 260ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__status > i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5233ff;
	box-shadow: 0 0 0 4px rgba(82, 51, 255, 0.1);
}

body.page-id-20734 .lp-ia-actions-scene.is-finished .lp-ia-actions-scene__status {
	background: rgba(82, 51, 255, 0.09);
	color: #5233ff;
}

body.page-id-20734 .lp-ia-actions-scene.is-finished .lp-ia-actions-scene__status > i {
	background: #5233ff;
	box-shadow: 0 0 0 4px rgba(82, 51, 255, 0.11);
}

body.page-id-20734 .lp-ia-actions-scene__thread {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	gap: 13px;
	padding: 18px 20px 20px;
}

body.page-id-20734 .lp-ia-actions-scene__message {
	position: relative;
	min-width: 0;
}

body.page-id-20734 .lp-ia-actions-scene__message--user {
	width: min(82%, 470px);
	align-self: flex-end;
	padding: 12px 14px;
	border: 1px solid rgba(82, 51, 255, 0.17);
	border-radius: 15px 15px 4px 15px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(30, 30, 30, 0.07);
}

body.page-id-20734 .lp-ia-actions-scene__message-role {
	display: block;
	margin-bottom: 4px;
	color: #7a7783;
	font-size: 8px;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.page-id-20734 .lp-ia-actions-scene__message--user p {
	color: #2f2e36;
	font-size: 10.5px;
	font-weight: 610;
	line-height: 1.45;
}

body.page-id-20734 .lp-ia-actions-scene__message--assistant {
	display: grid;
	min-height: 0;
	grid-template-columns: 36px minmax(0, 1fr);
	align-items: start;
	gap: 11px;
}

body.page-id-20734 .lp-ia-actions-scene__avatar {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 11px;
	background: #5233ff;
	box-shadow: 0 9px 20px rgba(82, 51, 255, 0.22);
	color: #fff;
}

body.page-id-20734 .lp-ia-actions-scene__avatar svg {
	width: 18px;
	height: 18px;
}

body.page-id-20734 .lp-ia-actions-scene__response {
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(30, 30, 30, 0.075);
	border-radius: 4px 16px 16px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 34px rgba(30, 30, 30, 0.07);
}

body.page-id-20734 .lp-ia-actions-scene__response-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

body.page-id-20734 .lp-ia-actions-scene__response-head > strong {
	font-size: 10px;
	font-weight: 780;
}

body.page-id-20734 .lp-ia-actions-scene__thinking {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: #807d89;
	font-size: 7.7px;
	font-weight: 620;
}

body.page-id-20734 .lp-ia-actions-scene__thinking i {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #5233ff;
}

body.page-id-20734 .lp-ia-actions-scene.is-sequencing:not(.is-finished) .lp-ia-actions-scene__thinking i {
	animation: lpIaAgentThinking 900ms ease-in-out infinite;
}

body.page-id-20734 .lp-ia-actions-scene.is-sequencing:not(.is-finished) .lp-ia-actions-scene__thinking i:nth-child(2) { animation-delay: 120ms; }
body.page-id-20734 .lp-ia-actions-scene.is-sequencing:not(.is-finished) .lp-ia-actions-scene__thinking i:nth-child(3) { animation-delay: 240ms; }

body.page-id-20734 .lp-ia-actions-scene__intro {
	margin-top: 8px;
	color: #4f4c58;
	font-size: 9.4px;
	font-weight: 570;
	line-height: 1.45;
}

body.page-id-20734 .lp-ia-actions-scene__plan {
	display: grid;
	gap: 0;
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
}

body.page-id-20734 .lp-ia-actions-scene__step {
	position: relative;
	display: grid;
	grid-template-columns: 27px minmax(0, 1fr);
	gap: 9px;
	min-height: 66px;
	padding: 6px 7px 6px 0;
	border-radius: 10px;
	transition: opacity 260ms ease, background-color 260ms ease, transform 260ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__step + .lp-ia-actions-scene__step::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 13px;
	width: 1px;
	height: 17px;
	background: #dedce8;
	transition: background-color 240ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__step.is-done + .lp-ia-actions-scene__step::before,
body.page-id-20734 .lp-ia-actions-scene__step.is-active::before {
	background: #5233ff;
}

body.page-id-20734 .lp-ia-actions-scene__step-state {
	position: relative;
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border: 1px solid #dedce8;
	border-radius: 9px;
	background: #f7f6fb;
	color: #5233ff;
	transition: border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__step-state > i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #bbb8c6;
	transition: background-color 240ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__step-state svg {
	position: absolute;
	width: 15px;
	height: 15px;
	opacity: 0;
	transform: scale(0.55);
	transition: opacity 220ms ease, transform 220ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__step-state svg path,
body.page-id-20734 .lp-ia-actions-scene__result-check path,
body.page-id-20734 .lp-ia-actions-scene__result-link path {
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.page-id-20734 .lp-ia-actions-scene__step.is-active {
	background: rgba(82, 51, 255, 0.045);
}

body.page-id-20734 .lp-ia-actions-scene__step.is-active .lp-ia-actions-scene__step-state {
	border-color: rgba(82, 51, 255, 0.32);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(82, 51, 255, 0.07);
}

body.page-id-20734 .lp-ia-actions-scene__step.is-active .lp-ia-actions-scene__step-state > i {
	width: 11px;
	height: 11px;
	border: 2px solid rgba(82, 51, 255, 0.2);
	border-top-color: #5233ff;
	background: transparent;
	animation: lpIaAgentSpinner 680ms linear infinite;
}

body.page-id-20734 .lp-ia-actions-scene__step.is-done .lp-ia-actions-scene__step-state {
	border-color: #5233ff;
	background: #5233ff;
	color: #fff;
}

body.page-id-20734 .lp-ia-actions-scene__step.is-done .lp-ia-actions-scene__step-state > i {
	opacity: 0;
}

body.page-id-20734 .lp-ia-actions-scene__step.is-done .lp-ia-actions-scene__step-state svg {
	opacity: 1;
	transform: scale(1);
}

body.page-id-20734 .lp-ia-actions-scene__step-copy > strong,
body.page-id-20734 .lp-ia-actions-scene__step-copy > small {
	display: block;
}

body.page-id-20734 .lp-ia-actions-scene__step-copy > strong {
	font-size: 9.6px;
	font-weight: 730;
	line-height: 1.3;
}

body.page-id-20734 .lp-ia-actions-scene__step-copy > small {
	margin-top: 2px;
	color: #85828e;
	font-size: 7.8px;
	font-weight: 520;
	line-height: 1.35;
}

body.page-id-20734 .lp-ia-actions-scene__tools {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 6px;
}

body.page-id-20734 .lp-ia-actions-scene__tool {
	display: inline-flex;
	min-height: 21px;
	align-items: center;
	gap: 5px;
	padding: 3px 7px;
	border: 1px solid #e5e3ec;
	border-radius: 999px;
	background: #faf9fc;
	color: #65616e;
	font-size: 7.2px;
	font-weight: 650;
	transition: border-color 220ms ease, color 220ms ease, background-color 220ms ease, opacity 220ms ease, transform 220ms ease;
}

body.page-id-20734 .lp-ia-actions-scene__tool b {
	display: inline-grid;
	width: 18px;
	min-width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 6px;
	background: #fff;
	color: #5233ff;
	font-size: 6px;
	font-weight: 830;
}

body.page-id-20734 .lp-ia-actions-scene__tool b svg {
	display: block;
	width: 12px;
	height: 12px;
}

body.page-id-20734 .lp-ia-actions-scene__tool b svg path {
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body.page-id-20734 .lp-ia-actions-scene__tool b svg.lp-ia-actions-scene__brand-icon path {
	stroke: none;
	stroke-width: 0;
}

body.page-id-20734 .lp-ia-actions-scene__tool.is-mcp b {
	background: rgba(82, 51, 255, 0.09);
}

body.page-id-20734 .lp-ia-actions-scene__step.is-active .lp-ia-actions-scene__tool {
	border-color: rgba(82, 51, 255, 0.24);
	background: rgba(82, 51, 255, 0.055);
	color: #5233ff;
	animation: lpIaAgentTool 900ms ease-in-out infinite alternate;
}

body.page-id-20734 .lp-ia-actions-scene__step.is-done .lp-ia-actions-scene__tool {
	border-color: rgba(82, 51, 255, 0.2);
	background: rgba(82, 51, 255, 0.065);
	color: #5233ff;
}

body.page-id-20734 .lp-ia-actions-scene__result {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 9px;
	margin-top: 8px;
	padding: 9px 10px;
	border-radius: 11px;
	background: #0a0a1c;
	box-shadow: 0 12px 22px rgba(10, 10, 28, 0.14);
	color: #fff;
}

body.page-id-20734 .lp-ia-actions-scene__result-check {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 9px;
	background: #5233ff;
}

body.page-id-20734 .lp-ia-actions-scene__result-check svg {
	width: 16px;
	height: 16px;
}

body.page-id-20734 .lp-ia-actions-scene__result strong,
body.page-id-20734 .lp-ia-actions-scene__result p {
	display: block;
}

body.page-id-20734 .lp-ia-actions-scene__result strong {
	font-size: 8.7px;
	font-weight: 760;
}

body.page-id-20734 .lp-ia-actions-scene__result p {
	margin-top: 2px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 7.1px;
	line-height: 1.3;
}

body.page-id-20734 .lp-ia-actions-scene__result-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #fff;
	font-size: 7.3px;
	font-weight: 690;
	white-space: nowrap;
}

body.page-id-20734 .lp-ia-actions-scene__result-link svg {
	width: 12px;
	height: 12px;
}

/* Added before the tab appears to avoid one frame of final-state content. */
body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__intro,
body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__step,
body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__result {
	opacity: 0;
	transform: translateY(7px);
}

body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__intro.is-visible,
body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__step.is-visible,
body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__result.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.page-id-20734 .lp-ia-actions-scene.is-finished .lp-ia-actions-scene__thinking {
	color: #5233ff;
}

@keyframes lpIaAgentThinking {
	0%, 70%, 100% { opacity: 0.28; transform: translateY(0); }
	35% { opacity: 1; transform: translateY(-2px); }
}

@keyframes lpIaAgentSpinner {
	to { transform: rotate(360deg); }
}

@keyframes lpIaAgentTool {
	to { box-shadow: 0 0 0 3px rgba(82, 51, 255, 0.055); }
}

@keyframes lpIaContextFlow {
	to { stroke-dashoffset: -28; }
}

@keyframes lpIaContextPulse {
	0% { opacity: 0.72; transform: scale(0.82); }
	72%, 100% { opacity: 0; transform: scale(1.18); }
}

@keyframes lpIaActionCheck {
	0%, 8% { opacity: 0.3; background: rgba(82, 51, 255, 0.09); color: #5233ff; transform: scale(0.9); }
	16%, 72% { opacity: 1; background: #5233ff; color: #fff; transform: scale(1); }
	88%, 100% { opacity: 0.3; background: rgba(82, 51, 255, 0.09); color: #5233ff; transform: scale(0.9); }
}

@media (max-width: 980px) {
	body.page-id-20734 .lp-ia-context-scene__node {
		width: 132px;
		grid-template-columns: 30px minmax(0, 1fr);
		padding: 9px;
	}

	body.page-id-20734 .lp-ia-context-scene__node > span {
		width: 30px;
		height: 30px;
	}

	body.page-id-20734 .lp-ia-context-scene__hub {
		width: 102px;
		height: 102px;
	}

	body.page-id-20734 .lp-ia-actions-scene__workspace {
		gap: 9px;
		padding-inline: 14px;
	}

	body.page-id-20734 .lp-ia-actions-scene__prompt,
	body.page-id-20734 .lp-ia-actions-scene__next {
		margin-inline: 14px;
	}
}

@media (max-width: 767px) {
	body.page-id-20734 :where(.lp-ia-context-scene__bar, .lp-ia-actions-scene__bar) {
		min-height: 48px;
		padding-inline: 13px;
	}

	body.page-id-20734 .lp-ia-context-scene__map {
		min-height: 360px;
	}

	body.page-id-20734 .lp-ia-context-scene__node {
		width: 116px;
		min-height: 54px;
		grid-template-columns: 25px minmax(0, 1fr);
		column-gap: 6px;
		padding: 7px;
	}

	body.page-id-20734 .lp-ia-context-scene__node > span {
		width: 25px;
		height: 25px;
		border-radius: 7px;
	}

	body.page-id-20734 .lp-ia-context-scene__node :where(svg, i) { width: 13px; height: 13px; }
	body.page-id-20734 .lp-ia-context-scene__node i { font-size: 13px; }
	body.page-id-20734 .lp-ia-context-scene__node strong { font-size: 8px; }
	body.page-id-20734 .lp-ia-context-scene__node small { font-size: 6.5px; }
	body.page-id-20734 .lp-ia-context-scene__hub { width: 86px; height: 86px; border-width: 6px; }
	body.page-id-20734 .lp-ia-context-scene__hub :where(svg, i) { width: 19px; height: 19px; }
	body.page-id-20734 .lp-ia-context-scene__hub i { font-size: 19px; }
	body.page-id-20734 .lp-ia-context-scene__hub strong { font-size: 8px; }
	body.page-id-20734 .lp-ia-context-scene__hub small { font-size: 5.8px; }
	body.page-id-20734 .lp-ia-context-scene__footer { min-height: 46px; padding-inline: 13px; }
	body.page-id-20734 .lp-ia-context-scene__footer strong { font-size: 8px; }

	body.page-id-20734 .lp-ia-actions-scene__prompt {
		grid-template-columns: 28px minmax(0, 1fr) 26px;
		margin-top: 12px;
		padding: 9px;
	}

	body.page-id-20734 .lp-ia-actions-scene__avatar { width: 28px; height: 28px; }
	body.page-id-20734 .lp-ia-actions-scene__send { width: 26px; height: 26px; }
	body.page-id-20734 .lp-ia-actions-scene__prompt p { font-size: 8px; }
	body.page-id-20734 .lp-ia-actions-scene__workspace { grid-template-columns: 1fr; overflow: auto; }
	body.page-id-20734 .lp-ia-actions-scene__run li { min-height: 43px; }
	body.page-id-20734 .lp-ia-actions-scene__file { margin-top: 7px; padding: 7px; }
	body.page-id-20734 .lp-ia-actions-scene__next { min-height: 40px; margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-20734 .lp-ia-context-scene__links path,
	body.page-id-20734 .lp-ia-context-scene__pulse,
	body.page-id-20734 .lp-ia-actions-scene__run li .lp-ia-actions-scene__check {
		animation: none !important;
	}

	body.page-id-20734 .lp-ia-actions-scene__run li .lp-ia-actions-scene__check {
		opacity: 1;
		background: #5233ff;
		color: #fff;
		transform: none;
	}
}

@media (max-width: 980px) {
	body.page-id-20734 .lp-ia-actions-scene__thread {
		padding-inline: 14px;
	}
}

@media (max-width: 767px) {
	body.page-id-20734 .lp-ia-actions-scene {
		min-height: 600px;
	}

	body.page-id-20734 .lp-ia-actions-scene__thread {
		gap: 10px;
		padding: 12px 13px 14px;
	}

	body.page-id-20734 .lp-ia-actions-scene__message--user {
		width: 94%;
		padding: 9px 11px;
	}

	body.page-id-20734 .lp-ia-actions-scene__message--user p {
		font-size: 9px;
	}

	body.page-id-20734 .lp-ia-actions-scene__message--assistant {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 8px;
	}

	body.page-id-20734 .lp-ia-actions-scene__avatar {
		width: 30px;
		height: 30px;
		border-radius: 9px;
	}

	body.page-id-20734 .lp-ia-actions-scene__avatar svg {
		width: 15px;
		height: 15px;
	}

	body.page-id-20734 .lp-ia-actions-scene__response {
		padding: 10px;
	}

	body.page-id-20734 .lp-ia-actions-scene__thinking {
		font-size: 6.7px;
	}

	body.page-id-20734 .lp-ia-actions-scene__intro {
		font-size: 8.3px;
	}

	body.page-id-20734 .lp-ia-actions-scene__step {
		min-height: 61px;
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 7px;
	}

	body.page-id-20734 .lp-ia-actions-scene__step-state {
		width: 24px;
		height: 24px;
		border-radius: 8px;
	}

	body.page-id-20734 .lp-ia-actions-scene__step + .lp-ia-actions-scene__step::before {
		left: 11px;
	}

	body.page-id-20734 .lp-ia-actions-scene__step-copy > strong {
		font-size: 8.5px;
	}

	body.page-id-20734 .lp-ia-actions-scene__step-copy > small {
		font-size: 7px;
	}

	body.page-id-20734 .lp-ia-actions-scene__tool {
		min-height: 19px;
		padding: 2px 6px;
		font-size: 6.4px;
	}

	body.page-id-20734 .lp-ia-actions-scene__result {
		grid-template-columns: 24px minmax(0, 1fr);
		padding: 8px;
	}

	body.page-id-20734 .lp-ia-actions-scene__result-check {
		width: 24px;
		height: 24px;
	}

	body.page-id-20734 .lp-ia-actions-scene__result-link {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-20734 .lp-ia-actions-scene__thinking i,
	body.page-id-20734 .lp-ia-actions-scene__step-state > i,
	body.page-id-20734 .lp-ia-actions-scene__tool {
		animation: none !important;
	}

	body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__intro,
	body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__step,
	body.page-id-20734 .lp-ia-actions-scene.is-sequencing .lp-ia-actions-scene__result {
		transition: none !important;
	}
}

body.page-id-20734 #lp20734_section_19 {
	margin-top: clamp(72px, 8vw, 116px);
}

#lp20734_section_19 .lp-feature-ia-more__actions {
	display: flex;
	width: 100%;
	justify-content: center;
}

#lp20734_section_19 [data-tia-id="lp20734_row_23"] {
	padding-bottom: 0 !important;
}

#lp20734_section_19 [data-tia-id="lp20734_text_21"] {
	margin-bottom: 0;
}

#lp20734_section_19 .lp-market-showcase__cta {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 24px;
	padding: 14px 18px 14px 22px;
	overflow: hidden;
	border: 2px solid #5233ff;
	border-radius: 13px;
	background: #ffffff;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 720;
	text-decoration: none;
	transition:
		background-color 0.22s ease,
		box-shadow 0.22s ease,
		color 0.22s ease;
}

#lp20734_section_19 .lp-market-showcase__cta > span:first-child,
#lp20734_section_19 .lp-market-showcase__cta > svg {
	position: relative;
	z-index: 2;
}

#lp20734_section_19 .lp-market-showcase__cta > span:first-child {
	padding-inline-end: 18px;
}

#lp20734_section_19 .lp-market-showcase__cta-grid {
	position: absolute;
	z-index: 0;
	inset: 0 0 0 auto;
	width: 56px;
	height: 100%;
	border-left: 1px solid rgba(82, 51, 255, 0.2);
	border-radius: 0 11px 11px 0;
	background: rgba(82, 51, 255, 0.045);
	pointer-events: none;
	transform: translate3d(0, 0, 0);
	transition:
		background-color 0.28s ease,
		border-color 0.28s ease,
		transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

#lp20734_section_19 .lp-market-showcase__cta svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: translate3d(0, 0, 0);
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

#lp20734_section_19 .lp-market-showcase__cta:hover,
#lp20734_section_19 .lp-market-showcase__cta:focus-visible {
	background: #ffffff;
	box-shadow: none;
	color: #1e1e1e;
	outline: 0;
	transform: none;
}

#lp20734_section_19 .lp-market-showcase__cta:is(:hover, :focus-visible) .lp-market-showcase__cta-grid {
	border-left-color: #5233ff;
	background: #5233ff;
	transform: translate3d(6px, 0, 0);
}

#lp20734_section_19 .lp-market-showcase__cta:is(:hover, :focus-visible) svg {
	color: #ffffff;
	transform: translate3d(3px, 0, 0);
}

@keyframes lpIaVoiceLive {
	50% {
		opacity: 0.55;
		box-shadow: 0 0 0 7px rgba(82, 51, 255, 0);
	}
}

@keyframes lpIaVoiceType {
	0%,
	10% {
		max-width: 0;
	}
	45%,
	78% {
		max-width: 260px;
	}
	88%,
	100% {
		max-width: 0;
	}
}

@keyframes lpIaVoiceWave {
	0%,
	100% {
		transform: scaleY(0.45);
	}
	50% {
		transform: scaleY(2.4);
	}
}

@keyframes lpIaVoicePulse {
	0% {
		opacity: 0.9;
		transform: scale(0.78);
	}
	75%,
	100% {
		opacity: 0;
		transform: scale(1.45);
	}
}

@keyframes lpIaVoiceResult {
	0%,
	14% {
		opacity: 0;
		transform: translateY(3px);
	}
	24%,
	82% {
		opacity: 1;
		transform: translateY(0);
	}
	95%,
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}

@media (max-width: 980px) {
	.lp-feature-page-update__grid,
	.lp-feature-page-update__grid[data-columns="3"],
	.lp-feature-page-update__grid--3,
	.lp-feature-page-update__grid.is-three,
	.lp-feature-page-update__directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lp-feature-page-update--directory-followup .lp-feature-page-update__directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lp-feature-page-update__flow {
		grid-template-columns: 1fr;
	}

	.lp-feature-page-update__flow-step {
		display: grid;
		grid-template-columns: 44px minmax(0, 1fr);
		column-gap: 16px;
		align-items: start;
	}

	.lp-feature-page-update__flow-step::before {
		grid-column: 1;
		grid-row: 1 / span 5;
		margin: 0;
	}

	.lp-feature-page-update__flow-step > * {
		grid-column: 2;
	}

	.lp-feature-page-hero__inner {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.lp-feature-page-hero__content {
		max-width: 780px;
	}

	.lp-feature-page-hero__visual {
		width: min(100%, 760px);
		min-height: 350px;
	}

	body.page-id-20734 .lp-ia-voice-scene .lph-voice {
		padding: 15px 14px 16px;
	}

	body.page-id-20734 .lp-ia-voice-scene .lph-voice__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.lptia-feature-page main.tia-page > .tia-section > .tia-container {
		width: min(calc(100% - 36px), var(--lptia-container, 1200px)) !important;
	}

	.lp-feature-page-update {
		margin-block: 48px;
		padding: 64px 0;
	}

	body.lptia-bridge-active:not(.home) .content-item__heading,
	body.lptia-bridge-active:not(.home) h2.content-item__heading {
		line-height: 1.15 !important;
		margin-top: 9px !important;
	}

	body.lptia-bridge-active.lptia-feature-page:not(.home)
		.lp-feature-tabs-container .content-item__heading[data-lptia-heading-lines="multiple"] {
		margin-top: -2px !important;
	}

	body.lptia-bridge-active.lptia-feature-page:not(.home)
		.lp-feature-tabs-container .content-item__subtitle + .content-item__heading {
		margin-top: 0 !important;
	}

	body.page-id-20734 .lp-ia-voice-scene,
	body.page-id-20734 .lp-ia-voice-scene .lph-voice {
		min-height: 300px;
	}

	body.page-id-20734 .lp-ia-voice-scene .lph-voice__grid {
		grid-template-columns: 1.08fr 0.92fr;
	}

	body.page-id-20734 .lp-ia-voice-scene .lph-voice__intro-copy strong {
		font-size: 15px;
	}

	.lp-feature-page-update__eyebrow,
	.lp-feature-page-hero__eyebrow {
		min-height: 32px;
		margin-bottom: 14px;
		padding: 6px 11px;
		font-size: 11px;
	}

	.lp-feature-page-update__title {
		font-size: clamp(34px, 10vw, 46px);
	}

	body.lptia-bridge-active:not(.home) .tia-heading.lp-feature-page-update__title {
		font-size: clamp(34px, 10vw, 46px);
	}

	.lp-feature-page-update__intro,
	.lp-feature-page-hero__intro {
		margin-top: 17px;
		font-size: 16px;
		line-height: 1.6;
	}

	.lp-feature-page-update__grid,
	.lp-feature-page-update__grid[data-columns="2"],
	.lp-feature-page-update__grid[data-columns="3"],
	.lp-feature-page-update__grid--2,
	.lp-feature-page-update__grid--3,
	.lp-feature-page-update__grid.is-two,
	.lp-feature-page-update__grid.is-three,
	.lp-feature-page-update__directory-grid {
		grid-template-columns: 1fr;
	}

	.lp-feature-page-update--directory-followup .lp-feature-page-update__directory-grid {
		grid-template-columns: 1fr;
	}

	.lp-feature-page-update__card {
		padding: 24px;
	}

	.lp-feature-page-update__card:hover,
	.lp-feature-page-update__directory-card:hover {
		transform: none;
	}

	.lp-feature-page-update__media {
		min-height: 190px;
		margin-top: 34px;
		padding: 12px;
		border-radius: 20px;
	}

	.lp-feature-page-update__flow {
		margin-top: 38px;
	}

	.lp-feature-page-update__flow-step {
		padding: 22px;
	}

	.lp-feature-page-update__cta {
		align-items: center;
		flex-direction: column;
		margin-top: 0;
		padding: 28px 24px;
		border-radius: 22px;
		text-align: center;
	}

	.lp-feature-page-update__cta :where(a, .lp-feature-page-update__cta-button) {
		width: 100%;
	}

	.lp-feature-page-update__directory {
		margin-top: 0;
	}

	.lp-feature-page-update__directory-card {
		min-height: 130px;
	}

	.lp-feature-page-update--directory-followup .lp-feature-page-update__directory-card {
		min-height: 104px;
	}

	.lp-feature-page-update__directory-card-link {
		min-height: 102px;
		padding: 18px;
	}

	.lp-feature-page-hero {
		min-height: auto;
		padding: 112px 0 70px;
	}

	.lp-feature-page-hero__inner {
		gap: 36px;
	}

	.lp-feature-page-hero__title {
		font-size: clamp(36px, 10.3vw, 48px);
	}

	.lp-feature-page-hero__actions {
		flex-direction: column;
		margin-top: 26px;
	}

	.lp-feature-page-hero__primary,
	.lp-feature-page-hero__secondary {
		width: 100%;
	}

	.lp-feature-page-hero__split-cta {
		width: 100%;
	}

	.tia-embed > .lp-feature-page-hero__split-cta {
		margin: 15px 0 0;
	}

	.lp-feature-page-hero__visual {
		min-height: 0;
		padding: 2px;
		border-radius: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lp-feature-page-update *,
	.lp-feature-page-update *::before,
	.lp-feature-page-update *::after,
	.lp-feature-page-hero *,
	.lp-feature-page-hero *::before,
	.lp-feature-page-hero *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	#lp20734_section_19 .lp-market-showcase__cta-grid,
	#lp20734_section_19 .lp-market-showcase__cta svg {
		transition-duration: 0.28s !important;
	}
}
