/* Final home refinements kept outside the Theme IA content node so the
   presentation stays versioned and survives future builder saves. */
body.home.lptia-bridge-active #tia-home-why .lp-section-heading > .lp-eyebrow,
body.home.lptia-bridge-active #tia-home-offers .lp-section-heading > .lp-eyebrow,
body.home.lptia-bridge-active #tia-home-faq .lp-section-heading > .lp-eyebrow {
	display: none !important;
}

/* Pricing: use the exact same graphite surface as the feature section and
   soften the translucent plan so both offers retain a clear hierarchy. */
body.home.lptia-bridge-active #tia-home-offers {
	background: #1e1e1e !important;
	color: #fff;
}

body.home.lptia-bridge-active #tia-home-offers .lp-section-heading h2 {
	color: #fff;
}

body.home.lptia-bridge-active #tia-home-offers .lp-section-heading p {
	color: rgba(255, 255, 255, .72);
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card:not(.is-featured) {
	background: rgba(255, 255, 255, .055);
	border-color: rgba(255, 255, 255, .16);
	box-shadow: none;
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card:not(.is-featured) .lp-price-name,
body.home.lptia-bridge-active #tia-home-offers .lp-price-card:not(.is-featured) .lp-price span {
	color: rgba(255, 255, 255, .7);
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card:not(.is-featured) .lp-price-features li {
	color: rgba(255, 255, 255, .86);
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card .lp-btn[data-tia-button-preset="legalprod-split-arrow"] {
	background: var(--tia-button-split-arrow-bg);
	border: var(--tia-space-button-split-arrow-border-width) solid var(--tia-button-split-arrow-border);
	border-radius: var(--tia-radius-button-split-arrow);
	color: var(--tia-button-split-arrow-text);
	font-size: 16px;
	font-weight: 720;
	gap: 18px;
	justify-content: space-between;
	margin-top: auto;
	min-height: var(--tia-space-button-split-arrow-height);
	padding:
		var(--tia-space-button-split-arrow-padding-y)
		var(--tia-space-button-split-arrow-padding-right)
		var(--tia-space-button-split-arrow-padding-y)
		var(--tia-space-button-split-arrow-padding-left);
	width: 100%;
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card .lp-btn[data-tia-button-preset="legalprod-split-arrow"]:is(:hover, :focus-visible) {
	transform: none;
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card:not(.is-featured) .lp-btn[data-tia-button-preset="legalprod-split-arrow"] {
	--tia-button-split-arrow-bg: transparent;
	--tia-button-split-arrow-border: rgba(255, 255, 255, .5);
	--tia-button-split-arrow-text: #fff;
	--tia-button-split-arrow-panel-bg: rgba(255, 255, 255, .08);
	--tia-button-split-arrow-panel-border: rgba(255, 255, 255, .2);
	--tia-button-split-arrow-hover-panel-bg: #fff;
	--tia-button-split-arrow-hover-panel-border: #fff;
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card:not(.is-featured) .lp-btn[data-tia-button-preset="legalprod-split-arrow"]:is(:hover, :focus-visible) > .tia-btn__icon {
	color: #1e1e1e;
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card.is-featured {
	border-color: #fff;
	box-shadow: 0 26px 70px rgba(0, 0, 0, .3);
}

body.home.lptia-bridge-active #tia-home-offers .lp-price-card.is-featured .lp-btn[data-tia-button-preset="legalprod-split-arrow"] {
	--tia-button-split-arrow-bg: #5233ff;
	--tia-button-split-arrow-border: #5233ff;
	--tia-button-split-arrow-text: #fff;
	--tia-button-split-arrow-panel-bg: rgba(255, 255, 255, .1);
	--tia-button-split-arrow-panel-border: rgba(255, 255, 255, .24);
	--tia-button-split-arrow-hover-panel-bg: #4020e0;
	--tia-button-split-arrow-hover-panel-border: #4020e0;
}

body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience {
	align-items: center;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 20px;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(190px, .72fr) minmax(0, 1.72fr);
	margin-top: 32px;
	padding: 24px;
}

body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience__copy h3 {
	color: #fff;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.15;
	margin: 0;
}

body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience__copy p {
	color: rgba(255, 255, 255, .68);
	font-size: 14px;
	line-height: 1.45;
	margin: 8px 0 0;
}

body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience__links {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience__links a {
	--tia-button-secondary-arrow-bg: rgba(255, 255, 255, .075);
	--tia-button-secondary-arrow-border: rgba(255, 255, 255, .14);
	--tia-button-secondary-arrow-text: #fff;
	--tia-button-secondary-arrow-hover-bg: #fff;
	--tia-button-secondary-arrow-hover-border: #fff;
	--tia-button-secondary-arrow-hover-text: #5233ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	min-height: 54px;
	width: 100%;
}

body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience__links a:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .42);
	outline-offset: 3px;
}

/* FAQ: generous, readable rows and a drawn plus that becomes a minus. */
body.home.lptia-bridge-active #tia-home-faq .lp-faq {
	margin: 0 auto;
	max-width: 1040px;
	padding-block: clamp(82px, 8vw, 112px);
	width: 100%;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq .lp-section-heading {
	margin-bottom: clamp(34px, 4vw, 52px);
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq-list {
	border-top: 0;
	display: grid;
	gap: 12px;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq details {
	background: #ffffff;
	border: 1px solid #e5e1ee;
	border-radius: 18px;
	overflow: hidden;
	transition: border-color 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq details:hover,
body.home.lptia-bridge-active #tia-home-faq .lp-faq details[open] {
	border-color: #cbc2ff;
	box-shadow: 0 14px 34px rgba(42, 31, 92, 0.07);
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq details[open] {
	background: #fcfbff;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq summary {
	align-items: center;
	display: block;
	font-size: clamp(17px, 1.55vw, 19px);
	font-weight: 700;
	line-height: 1.35;
	min-height: 78px;
	padding: 25px 78px 25px 26px !important;
	position: relative;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq summary:focus {
	outline: 0;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq summary:focus-visible {
	border-radius: 16px;
	box-shadow: inset 0 0 0 2px rgba(82, 51, 255, 0.34);
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq summary::before {
	background: linear-gradient(currentColor, currentColor) center / 14px 2px no-repeat, #f1eeff;
	border-radius: 50%;
	color: #5233ff;
	content: "";
	height: 38px;
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
	width: 38px;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq summary::after {
	background: #5233ff;
	content: "";
	height: 14px;
	position: absolute;
	right: 42px;
	top: calc(50% - 7px);
	transform: scaleY(1);
	transform-origin: center;
	transition: opacity 220ms ease, transform 260ms cubic-bezier(.2, .8, .2, 1);
	width: 2px;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq details[open] summary::before {
	background-color: #5233ff;
	color: #ffffff;
	transform: translateY(-50%) scale(1.04);
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq details[open] summary::after {
	opacity: 0;
	transform: scaleY(0);
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq-answer {
	animation: lptia-faq-answer-in 260ms ease both;
	max-width: none;
	padding: 4px 78px 25px 26px !important;
}

body.home.lptia-bridge-active #tia-home-faq .lp-faq-answer p {
	font-size: 15px;
	line-height: 1.65;
}

@keyframes lptia-faq-answer-in {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Final CTA: one centered axis on the requested navy background. */
body.home.lptia-bridge-active #tia-home-cta {
	background: #0a0a1c !important;
}

body.home.lptia-bridge-active #tia-home-cta .lp-final-cta {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(26px, 3vw, 36px);
	justify-content: center;
	margin: 0 auto;
	max-width: 960px;
	padding-block: clamp(84px, 9vw, 124px);
	text-align: center;
}

body.home.lptia-bridge-active #tia-home-cta .lp-final-cta > div {
	display: grid;
	justify-items: center;
}

body.home.lptia-bridge-active #tia-home-cta .lp-final-cta h2,
body.home.lptia-bridge-active #tia-home-cta .lp-final-cta p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body.home .lp-final-cta h2 {
	max-width: 820px !important;
}

body.home.lptia-bridge-active #tia-home-cta .lp-final-cta p {
	max-width: 720px;
}

body.home.lptia-bridge-active #tia-home-cta .lp-final-cta :is(.lp-btn, .lp-final-cta__button) {
	align-self: center;
	justify-content: center;
}

/* Keep the final CTA centered on the copy axis with the shared flex gap. */
body.home.lptia-bridge-active #tia-home-cta .lp-final-cta .lp-final-cta__button {
	inset: auto;
	margin-block-end: 0;
	min-width: 300px;
	position: relative;
}

@media (max-width: 620px) {
	body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience {
		grid-template-columns: minmax(0, 1fr);
		padding: 20px;
		text-align: center;
	}

	body.home.lptia-bridge-active #tia-home-offers .lp-offers-audience__links {
		grid-template-columns: minmax(0, 1fr);
	}

	body.home.lptia-bridge-active #tia-home-faq .lp-faq {
		padding-block: 70px;
	}

	body.home.lptia-bridge-active #tia-home-faq .lp-faq summary {
		font-size: 16px;
		min-height: 68px;
		padding: 20px 62px 20px 18px !important;
	}

	body.home.lptia-bridge-active #tia-home-faq .lp-faq summary::before {
		height: 34px;
		right: 16px;
		width: 34px;
	}

	body.home.lptia-bridge-active #tia-home-faq .lp-faq summary::after {
		right: 32px;
	}

	body.home.lptia-bridge-active #tia-home-faq .lp-faq-answer {
		padding: 4px 18px 22px !important;
	}

	body.home.lptia-bridge-active #tia-home-cta .lp-final-cta :is(.lp-btn, .lp-final-cta__button) {
		width: auto;
	}

	body.home.lptia-bridge-active #tia-home-cta .lp-final-cta .lp-final-cta__button {
		inset: auto;
		margin-block-end: 0;
		min-width: min(100%, 300px);
	}
}
