.laa-style-2-home {
	overflow: clip;
	background: var(--laa-s2-surface);
}

.laa-s1-container {
	width: var(--laa-site-width);
	margin-inline: auto;
}

.laa-s1-eyebrow {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 18px;
	color: var(--laa-accent, var(--laa-s2-blue));
	font-size: var(--laa-eyebrow-max-size, 18px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	text-transform: none;
}

.laa-s1-eyebrow .laa-icon {
	display: inline-block;
	margin-right: 5px;
	color: currentColor;
	vertical-align: -.15em;
	white-space: nowrap;
}

.laa-s1-eyebrow > span {
	display: inline;
}

.laa-s1-section-heading {
	max-width: 850px;
	margin: 0 auto 48px;
	text-align: center;
}

.laa-s1-section-heading h2 {
	margin-bottom: 18px;
	font-size: var(--laa-section-heading-size);
	letter-spacing: -.03em;
	text-transform: none;
}

.laa-s1-section-heading h2 span,
.laa-s1-section-heading h2 strong {
	display: inline;
	padding-bottom: .1em;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	background-clip: text;
	color: transparent;
	font-weight: inherit;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.laa-s1-section-heading p {
	max-width: 720px;
	margin-inline: auto;
	color: var(--laa-muted-color, var(--laa-s2-muted));
	font-size: 1.05rem;
	font-weight: 600;
}

.laa-s1-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 12px 26px color-mix(in srgb, var(--laa-s2-blue) 22%, transparent);
	color: var(--laa-s2-surface);
	font-family: var(--laa-font-button);
	font-weight: 750;
	transition: transform .2s ease, box-shadow .2s ease;
}

.laa-s1-button:hover {
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 16px 32px color-mix(in srgb, var(--laa-s2-blue) 28%, transparent);
	color: var(--laa-s2-surface);
	transform: translateY(-2px);
}

.laa-s1-button.is-light {
	border-color: color-mix(in srgb, var(--laa-s2-blue) 18%, var(--laa-s2-surface));
	background: var(--laa-s2-surface);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--laa-s2-navy) 8%, transparent);
	color: var(--laa-s2-navy);
}

.laa-s1-hero {
	position: relative;
	overflow: hidden;
	overflow: clip;
	min-height: 0;
	padding-block: clamp(64px, 7.5vw, 128px);
	background-color: var(--laa-s2-surface);
	background-image: var(--laa-hero-background, none);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.laa-s1-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(590px, 1.06fr);
	align-items: center;
	gap: 30px;
}

.laa-s1-hero-copy {
	position: relative;
	z-index: 5;
	max-width: 650px;
}

.laa-s1-hero-copy h1 {
	margin-bottom: 24px;
	font-size: var(--laa-hero-heading-size);
	line-height: 1.1;
}

.laa-s1-hero-copy h1 span {
	display: inline;
	padding-bottom: .12em;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.laa-s1-lead {
	max-width: 590px;
	margin-bottom: 26px;
	color: var(--laa-muted-color, var(--laa-s2-muted));
	font-size: 1.05rem;
	font-weight: 600;
}

.laa-s1-link-form {
	max-width: 610px;
}

.laa-s1-link-form .laa-hero-lookup-form > label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.laa-s1-link-form .laa-hero-lookup-control {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 8px;
	padding: 5px;
	padding-left: 14px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 16%, var(--laa-s2-surface));
	border-radius: 12px;
	background: var(--laa-s2-surface);
	box-shadow: 0 15px 38px color-mix(in srgb, var(--laa-s2-navy) 10%, transparent);
}

.laa-s1-link-form .laa-hero-lookup-store-icon {
	display: grid;
	width: 18px;
	height: 18px;
	grid-row: 1;
	grid-column: 1;
	align-self: center;
	color: var(--laa-primary);
	pointer-events: none;
}

.laa-s1-link-form .laa-hero-lookup-store-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.laa-s1-link-form .laa-hero-lookup-control input:not(.laa-honeypot) {
	min-width: 0;
	min-height: 50px;
	grid-row: 1;
	grid-column: 2;
	padding: 8px 12px 8px 10px;
	border: 0;
	outline: 0;
	color: var(--laa-s2-navy);
}

.laa-s1-link-form .laa-hero-lookup-control button {
	min-height: 50px;
	padding: 10px 20px;
	border: 0;
	border-radius: 9px;
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	color: var(--laa-s2-surface);
	font-weight: 750;
	cursor: pointer;
}

.laa-s1-link-form .laa-hero-lookup-status {
	margin: 10px 0 0;
	color: var(--laa-s2-blue);
	font-size: var(--laa-body-copy-size);
}

.laa-s1-safe-note {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 14px 0 0;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	font-weight: 600;
}

.laa-s1-safe-note svg {
	flex: 0 0 auto;
	color: var(--laa-accent, var(--laa-s2-blue));
}

.laa-s1-trust {
	display: flex;
	width: 100%;
	min-width: 0;
	align-items: center;
	gap: 16px;
	margin-top: 30px;
}

.laa-s1-avatar-stack {
	display: flex;
	flex: 0 0 auto;
	min-width: 0;
}

.laa-s1-avatar-stack i {
	display: grid;
	width: 70px;
	height: 70px;
	margin-left: -30px;
	place-items: center;
	border: 4px solid var(--laa-s2-surface);
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-blue) 9%, var(--laa-s2-surface));
	box-shadow: 0 7px 16px color-mix(in srgb, var(--laa-s2-navy) 13%, transparent);
	color: var(--laa-s2-blue);
	font-size: .7rem;
	font-style: normal;
	font-weight: 850;
	overflow: hidden;
}

.laa-s1-avatar-stack i:first-child {
	margin-left: 0;
}

.laa-s1-avatar-stack img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.laa-s1-avatar-stack .is-plus {
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	color: var(--laa-s2-surface);
	font-size: 1.3rem;
}

.laa-s1-trust p {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	line-height: 1.5;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.laa-s1-trust strong {
	display: block;
	color: var(--laa-primary);
	font-size: 1.02rem;
	font-weight: 800;
}

.laa-s1-trust p span {
	display: block;
	white-space: normal;
}

.laa-hero-scene {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-width: 0;
	aspect-ratio: 1.18;
	perspective: 1200px;
}

.laa-hero-cluster {
	position: absolute;
	z-index: 1;
	right: -8%;
	bottom: -2%;
	width: 116%;
	max-width: none;
	height: 105%;
	object-fit: contain;
	object-position: center bottom;
	filter: drop-shadow(0 26px 28px color-mix(in srgb, var(--laa-s2-blue) 13%, transparent));
	pointer-events: none;
	user-select: none;
}

.laa-ui-card {
	--laa-card-shadow-x: 0px;
	--laa-card-edge-y: 7px;
	position: absolute;
	z-index: 2;
	border: 2px solid color-mix(in srgb, var(--laa-s2-surface) 98%, transparent);
	outline: 1px solid color-mix(in srgb, var(--laa-s2-blue) 52%, transparent);
	outline-offset: 0;
	border-radius: 14px;
	background: color-mix(in srgb, var(--laa-s2-surface) 98.5%, transparent);
	box-shadow:
		inset 0 2px 3px var(--laa-s2-surface),
		inset 0 -4px 8px color-mix(in srgb, var(--laa-s2-blue) 12%, transparent),
		0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 94%, transparent),
		0 0 0 1px color-mix(in srgb, var(--laa-s2-blue) 17%, transparent),
		var(--laa-card-shadow-x) var(--laa-card-edge-y) 0 color-mix(in srgb, var(--laa-s2-blue) 34%, transparent),
		calc(var(--laa-card-shadow-x) * .7) calc(var(--laa-card-edge-y) + 5px) 12px color-mix(in srgb, var(--laa-s2-blue) 16%, transparent),
		calc(var(--laa-card-shadow-x) * 1.15) 25px 46px color-mix(in srgb, var(--laa-s2-navy) 21%, transparent),
		calc(var(--laa-card-shadow-x) * 1.8) 44px 86px color-mix(in srgb, var(--laa-s2-blue) 14%, transparent),
		0 0 30px color-mix(in srgb, var(--laa-s2-blue) 12%, transparent);
	color: var(--laa-s2-navy);
	font-size: clamp(.56rem, .75vw, .82rem);
	line-height: 1.35;
	transform-origin: center bottom;
	transform-style: preserve-3d;
	-webkit-backdrop-filter: blur(12px) saturate(1.08);
	backdrop-filter: blur(12px) saturate(1.08);
}

.laa-gbp-card {
	--laa-card-shadow-x: 12px;
	top: 0;
	left: -2%;
	width: 41.5%;
	padding: 14px;
	box-shadow:
		inset 0 2px 3px var(--laa-s2-surface),
		inset 0 -3px 6px color-mix(in srgb, var(--laa-s2-blue) 10%, transparent),
		0 0 0 1px color-mix(in srgb, var(--laa-s2-blue) 16%, transparent),
		8px 5px 0 color-mix(in srgb, var(--laa-s2-blue) 28%, transparent),
		7px 14px 26px color-mix(in srgb, var(--laa-s2-navy) 16%, transparent),
		12px 28px 50px color-mix(in srgb, var(--laa-s2-blue) 9%, transparent),
		0 0 18px color-mix(in srgb, var(--laa-s2-blue) 8%, transparent);
	transform: translateZ(18px) rotateY(10deg) rotateZ(-3deg);
}

.laa-ui-row,
.laa-social-card > div {
	display: flex;
	align-items: flex-start;
	gap: 9px;
}

.laa-ui-row > span,
.laa-social-card > div > span {
	display: grid;
	flex: 1;
}

.laa-ui-row small,
.laa-social-card small,
.laa-review-chip small,
.laa-metrics-card small {
	display: block;
	color: var(--laa-s2-muted);
	font-size: .78em;
}

.laa-ui-row em {
	color: var(--laa-s2-warning);
	font-style: normal;
	letter-spacing: .05em;
}

.laa-google-mark {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	background: var(--laa-s2-surface);
	box-shadow: 0 2px 8px color-mix(in srgb, var(--laa-s2-navy) 12%, transparent);
	color: var(--laa-s2-blue);
	font-size: 1.4em;
}

.laa-gbp-actions {
	display: grid;
	margin: 13px 0 10px;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	color: var(--laa-s2-blue);
	text-align: center;
}

.laa-gbp-actions span {
	display: grid;
	place-items: center;
	gap: 3px;
	font-weight: 800;
}

.laa-gbp-actions .laa-icon {
	display: block;
	color: var(--laa-s2-blue);
}

.laa-gbp-actions small {
	display: block;
	color: var(--laa-s2-navy);
	font-size: .7em;
	font-weight: 600;
}

.laa-gbp-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}

.laa-gbp-photos img {
	width: 100%;
	aspect-ratio: 1.65;
	border-radius: 7px;
	object-fit: cover;
}

.laa-review-chip {
	--laa-card-shadow-x: -10px;
	top: 1.5%;
	right: 1.5%;
	display: flex;
	width: 32.5%;
	align-items: flex-start;
	gap: 9px;
	padding: 12px;
	transform: translateZ(22px) rotateY(-10deg) rotateZ(4deg);
}

.laa-review-avatar {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-blue) 10%, var(--laa-s2-surface));
	color: var(--laa-s2-blue);
	font-weight: 850;
}

.laa-review-chip p {
	margin: 0;
}

.laa-review-chip strong {
	display: block;
	color: var(--laa-s2-warning);
	letter-spacing: .04em;
}

.laa-metrics-card {
	--laa-card-shadow-x: -14px;
	top: 28%;
	right: -2%;
	width: 25.5%;
	padding: 16px 13px;
	border-radius: 22px;
	transform: translateZ(16px) rotateY(-18deg) rotateZ(5deg);
}

.laa-metrics-card > span,
.laa-metrics-card > strong {
	display: block;
}

.laa-metrics-card > strong {
	margin-top: 8px;
	font-size: 1.55em;
}

.laa-ui-card em {
	color: var(--laa-s2-success);
	font-size: .65em;
	font-style: normal;
}

.laa-mini-bars {
	display: flex;
	height: 48px;
	align-items: flex-end;
	gap: 6px;
	margin: 11px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 11%, var(--laa-s2-surface));
}

.laa-mini-bars i {
	width: 12%;
	height: 28%;
	border-radius: 3px 3px 0 0;
	background: var(--laa-s2-blue);
}

.laa-mini-bars i:nth-child(2) { height: 45%; }
.laa-mini-bars i:nth-child(3) { height: 38%; }
.laa-mini-bars i:nth-child(4) { height: 66%; }
.laa-mini-bars i:nth-child(5) { height: 54%; }
.laa-mini-bars i:nth-child(6) { height: 88%; }

.laa-metrics-card dl {
	margin: 0;
}

.laa-metrics-card dl div {
	padding: 7px 0;
	border-top: 1px solid color-mix(in srgb, var(--laa-s2-blue) 9%, var(--laa-s2-surface));
}

.laa-metrics-card dt {
	color: var(--laa-s2-muted);
	font-size: .8em;
}

.laa-metrics-card dd {
	margin: 0;
	font-size: 1.2em;
	font-weight: 850;
}

.laa-offer-card {
	--laa-card-shadow-x: 10px;
	bottom: -1%;
	left: 6%;
	display: grid;
	width: 25%;
	padding: 14px;
	overflow: hidden;
	transform: translateZ(14px) rotateY(10deg) rotateZ(-8deg);
}

.laa-offer-card > span {
	color: var(--laa-s2-blue);
	font-weight: 800;
	text-transform: uppercase;
}

.laa-offer-card > strong {
	color: var(--laa-s2-blue);
	font-size: 1.7em;
}

.laa-offer-card img {
	width: calc(100% + 28px);
	max-width: none;
	margin: 8px -14px -14px;
	aspect-ratio: 1.6;
	object-fit: cover;
}

.laa-social-card {
	--laa-card-shadow-x: -6px;
	right: 22%;
	bottom: -3%;
	width: 30.5%;
	padding: 12px;
	transform: translateZ(22px) rotateY(-6deg) rotateZ(2deg);
}

.laa-social-card > div b {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	background: var(--laa-s2-blue);
	color: var(--laa-s2-surface);
	font-size: 1.25em;
}

.laa-social-card p {
	margin: 9px 0 7px;
	font-size: .85em;
}

.laa-social-card > img {
	width: 100%;
	aspect-ratio: 1.65;
	border-radius: 7px;
	object-fit: cover;
}

.laa-social-card > small {
	margin-top: 6px;
}

.laa-chart-tile {
	--laa-card-shadow-x: -12px;
	right: 0;
	bottom: 0;
	display: flex;
	width: 16%;
	height: 16%;
	align-items: flex-end;
	justify-content: center;
	gap: 7px;
	padding: 14px;
	transform: translateZ(20px) rotateY(-20deg) rotateZ(10deg);
}

.laa-chart-tile i {
	width: 14%;
	height: 35%;
	border-radius: 4px 4px 0 0;
	background: var(--laa-s2-blue);
}

.laa-chart-tile i:nth-child(2) { height: 55%; }
.laa-chart-tile i:nth-child(3) { height: 75%; }
.laa-chart-tile i:nth-child(4) { height: 95%; }

.laa-s1-feature-world {
	padding: 100px 0 90px;
	background: var(--laa-s2-surface);
}

.logged-in .laa-s1-feature-world {
	padding-bottom: 50px;
}

.laa-s1-opening {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	align-items: center;
	gap: 64px;
}

.laa-s1-opening h2 {
	margin-bottom: 20px;
	font-size: var(--laa-section-heading-size);
	letter-spacing: -.03em;
	text-transform: none;
}

.laa-s1-opening h2 span {
	display: inline;
	padding-bottom: .1em;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.laa-s1-opening p {
	max-width: 650px;
	color: var(--laa-muted-color, var(--laa-s2-muted));
	font-size: 1.04rem;
	font-weight: 600;
}

.laa-opening-visual {
	position: relative;
	isolation: isolate;
	min-width: 0;
}

.laa-opening-visual::before,
.laa-opening-visual::after {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.laa-opening-visual::before {
	inset: 12% 3% 4%;
	background: radial-gradient(circle, color-mix(in srgb, var(--laa-s2-blue) 28%, transparent), color-mix(in srgb, var(--laa-s2-blue) 10%, transparent) 47%, transparent 72%);
	filter: blur(20px);
}

.laa-opening-visual::after {
	right: 8%;
	bottom: 6%;
	width: 42%;
	aspect-ratio: 1;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 30%, transparent);
	box-shadow: 0 0 38px color-mix(in srgb, var(--laa-s2-blue) 24%, transparent), 0 0 0 18px color-mix(in srgb, var(--laa-s2-blue) 4%, transparent);
}

.laa-opening-visual img {
	position: relative;
	z-index: 1;
	width: 106%;
	max-width: none;
	margin-left: -3%;
	filter: drop-shadow(0 28px 30px color-mix(in srgb, var(--laa-s2-blue) 19%, transparent)) saturate(1.08) brightness(1.04);
	animation: laa-opening-float 6.5s ease-in-out infinite;
}

.laa-opening-spark {
	position: absolute;
	z-index: 2;
	display: grid;
	color: var(--laa-s2-blue);
	filter: drop-shadow(0 0 10px color-mix(in srgb, var(--laa-s2-blue) 55%, transparent));
	place-items: center;
	animation: laa-opening-pulse 3.6s ease-in-out infinite;
}

.laa-opening-spark.is-one {
	top: 7%;
	right: 13%;
}

.laa-opening-spark.is-two {
	bottom: 15%;
	left: 4%;
	color: var(--laa-s2-violet);
	animation-delay: -1.2s;
}

.laa-opening-spark.is-three {
	top: 30%;
	left: 1%;
	color: var(--laa-s2-warning);
	animation-delay: -2.1s;
}

@keyframes laa-opening-float {
	50% { transform: translateY(-8px) rotate(.35deg); }
}

@keyframes laa-opening-pulse {
	50% { opacity: .48; transform: scale(.78) rotate(18deg); }
}

.laa-s1-marquee {
	width: var(--laa-site-width);
	margin: 42px auto 32px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 62%, transparent);
	border-radius: 14px;
	background: color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	box-shadow: 0 8px 22px color-mix(in srgb, var(--laa-s2-navy) 7%, transparent), 0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 90%, transparent) inset;
}

.laa-s1-marquee div {
	display: flex;
	width: max-content;
	animation: laa-marquee 32s linear infinite;
}

.laa-s1-marquee span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 12px 25px;
	color: var(--laa-s2-navy);
	font-size: var(--laa-body-copy-size);
	font-weight: 750;
	white-space: nowrap;
}

.laa-s1-marquee span img {
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	object-fit: contain;
}

.laa-s1-marquee span b {
	font: inherit;
}

@keyframes laa-marquee {
	to { transform: translateX(-50%); }
}

.laa-feature-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.laa-feature-cards article {
	position: relative;
	display: grid;
	min-height: 255px;
	overflow: hidden;
	padding: 26px;
	grid-template-columns: minmax(0, 1.28fr) minmax(94px, .72fr);
	grid-template-rows: auto 1fr;
	column-gap: 10px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 13%, var(--laa-s2-surface));
	border-radius: 18px;
	background: var(--laa-s2-surface);
	box-shadow: 0 14px 28px color-mix(in srgb, var(--laa-s2-navy) 6%, transparent);
	isolation: isolate;
}

.laa-feature-cards article::before {
	position: absolute;
	z-index: -1;
	top: 9%;
	right: -15%;
	width: 64%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--laa-s2-blue) 20%, transparent), color-mix(in srgb, var(--laa-s2-blue) 7%, transparent) 54%, transparent 72%);
	content: "";
	filter: blur(5px);
}

.laa-feature-cards article > span {
	display: grid;
	width: 36px;
	height: 36px;
	margin-bottom: 24px;
	grid-row: 1;
	grid-column: 1;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 15%, var(--laa-s2-surface));
	border-radius: 9px;
	color: var(--laa-s2-blue);
	font-size: .75rem;
	font-weight: 850;
}

.laa-feature-cards article > div {
	grid-row: 2;
	grid-column: 1;
	align-self: center;
	z-index: 2;
}

.laa-feature-cards article > img {
	z-index: 1;
	width: min(114%, 154px);
	max-width: none;
	max-height: 174px;
	align-self: center;
	grid-row: 1 / -1;
	grid-column: 2;
	justify-self: center;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px color-mix(in srgb, var(--laa-s2-blue) 20%, transparent)) saturate(1.08) brightness(1.04);
	transform: translateY(-2px) rotate(1.5deg);
	transition: filter .25s ease, transform .25s ease;
}

.laa-feature-cards article:nth-child(even) > img {
	transform: translateY(3px) rotate(-1.5deg);
}

.laa-feature-cards article:hover > img {
	filter: drop-shadow(0 24px 28px color-mix(in srgb, var(--laa-s2-blue) 25%, transparent)) saturate(1.12) brightness(1.07);
	transform: translateY(-8px) rotate(-1deg) scale(1.04);
}

.laa-feature-cards h3 {
	display: flex;
	min-height: 3.66em;
	align-items: flex-end;
	margin-bottom: 12px;
	color: var(--laa-s2-navy);
	line-height: 1.22;
}

.laa-feature-cards p {
	margin: 0;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	font-weight: 600;
}

.laa-light-cta,
.laa-small-cta {
	display: flex;
	margin-top: 28px;
	align-items: center;
	gap: 20px;
	padding: 18px 24px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 15%, var(--laa-s2-surface));
	border-radius: 16px;
	background: var(--laa-s2-surface);
	box-shadow: 0 14px 30px color-mix(in srgb, var(--laa-s2-navy) 7%, transparent);
}

.laa-light-cta {
	display: grid;
	grid-template-columns: 88px minmax(320px, .84fr) minmax(420px, 1.16fr);
	gap: 20px;
	padding: 18px 26px;
}

.laa-gift-visual {
	width: 88px;
	height: 104px;
	object-fit: contain;
	filter: drop-shadow(0 13px 15px color-mix(in srgb, var(--laa-s2-blue) 16%, transparent));
}

.laa-light-cta-copy {
	min-width: 0;
}

.laa-light-cta-copy h3 {
	margin: 0 0 5px;
	color: var(--laa-s2-navy);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

.laa-light-cta-copy p {
	margin: 0;
	color: var(--laa-s2-muted);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.laa-light-cta-form {
	min-width: 0;
}

.laa-light-cta-form .laa-s1-safe-note {
	margin-top: 8px;
	font-size: .86rem;
}

.laa-s1-link-form.is-inline {
	max-width: none;
}

.laa-s1-link-form.is-inline .laa-hero-lookup-control button {
	white-space: nowrap;
}

.laa-small-cta p {
	flex: 1;
	margin: 0;
	color: var(--laa-s2-muted);
	font-weight: 600;
}

.laa-s1-section {
	padding: 110px 0;
}

.laa-how {
	background: var(--laa-s2-surface);
}

.logged-in .laa-how {
	padding-top: 70px;
}

.laa-how-steps {
	display: grid;
	margin: 0 auto 46px;
	padding: 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
	list-style: none;
}

.laa-how-steps li {
	position: relative;
	display: grid;
	min-height: 126px;
	align-items: center;
	padding: 25px 22px 22px 30px;
	grid-template-columns: minmax(0, 1fr) 58px;
	gap: 16px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 13%, var(--laa-s2-surface));
	border-radius: 18px;
	background: var(--laa-s2-surface);
	box-shadow: 0 14px 30px color-mix(in srgb, var(--laa-s2-navy) 8%, transparent);
}

.laa-how-steps li > b {
	position: absolute;
	top: -18px;
	left: -15px;
	display: grid;
	z-index: 2;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 4px solid var(--laa-s2-surface);
	border-radius: 50%;
	background: linear-gradient(145deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 10px 20px color-mix(in srgb, var(--laa-s2-blue) 24%, transparent);
	color: var(--laa-s2-surface);
	font-size: 1.05rem;
}

.laa-how-step-copy {
	display: grid;
	min-width: 0;
	gap: 6px;
}

.laa-how-step-copy strong {
	color: var(--laa-s2-navy);
	line-height: 1.25;
}

.laa-how-step-copy small {
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	font-weight: 600;
	line-height: 1.5;
}

.laa-how-step-icon {
	display: grid;
	width: 56px;
	height: 56px;
	color: var(--laa-primary);
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 13%, var(--laa-s2-surface));
	border-radius: 15px;
	background: linear-gradient(145deg, var(--laa-s2-surface), color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface)));
	box-shadow: 0 10px 24px color-mix(in srgb, var(--laa-s2-blue) 10%, transparent);
	font-style: normal;
	place-items: center;
}

.laa-how-connector {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: -37px;
	display: grid;
	width: 32px;
	height: 32px;
	color: var(--laa-primary);
	font-style: normal;
	transform: translateY(-50%);
	place-items: center;
}

.laa-demo-world {
	position: relative;
	isolation: isolate;
	min-height: 590px;
	padding: 54px 0 82px;
}

.laa-demo-world::before {
	position: absolute;
	z-index: -1;
	inset: 7% 12% 5%;
	border-radius: 50%;
	background: radial-gradient(circle, color-mix(in srgb, var(--laa-s2-blue) 20%, transparent), color-mix(in srgb, var(--laa-s2-violet) 8%, transparent) 48%, transparent 72%);
	content: "";
	filter: blur(18px);
}

.laa-demo-frame {
	position: relative;
	z-index: 2;
	width: min(100%, 800px);
	margin: 0 auto;
	overflow: hidden;
	border: 8px solid color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	outline: 1px solid color-mix(in srgb, var(--laa-s2-blue) 18%, var(--laa-s2-surface));
	border-radius: 22px;
	background: var(--laa-s2-navy);
	box-shadow: 0 34px 78px color-mix(in srgb, var(--laa-s2-navy) 20%, transparent), 0 0 0 12px color-mix(in srgb, var(--laa-s2-blue) 4.5%, transparent);
}

.laa-demo-video {
	position: relative;
	aspect-ratio: 16 / 9;
	background: var(--laa-s2-navy);
}

.laa-demo-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.laa-demo-video-empty {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	justify-items: center;
	gap: 14px;
	padding: 24px;
	background: radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--laa-primary) 46%, var(--laa-s2-navy)), var(--laa-s2-navy) 64%);
	color: var(--laa-s2-surface);
	text-align: center;
}

.laa-demo-video-empty span {
	display: grid;
	width: 84px;
	height: 84px;
	place-items: center;
	border: 6px solid color-mix(in srgb, var(--laa-s2-surface) 72%, transparent);
	border-radius: 50%;
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 18px 38px color-mix(in srgb, var(--laa-s2-navy-deep) 28%, transparent);
}

.laa-process-output-card {
	position: absolute;
	z-index: 4;
	overflow: hidden;
	width: var(--laa-process-output-width);
	border: 1px solid color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	outline: 1px solid color-mix(in srgb, var(--laa-s2-blue) 72%, transparent);
	border-radius: clamp(14px, 1.45vw, 22px);
	background: var(--laa-s2-surface);
	box-shadow:
		0 24px 54px color-mix(in srgb, var(--laa-s2-blue) 20%, transparent),
		0 5px 14px color-mix(in srgb, var(--laa-s2-blue) 10%, transparent),
		inset 0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 95%, transparent);
	color: var(--laa-s2-navy);
	pointer-events: none;
	transform-style: preserve-3d;
}

.laa-process-output-card > img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.laa-process-output-card.is-update {
	display: grid;
}

.laa-process-output-card.is-update > div {
	display: grid;
	gap: 2px;
	padding: clamp(12px, 1.2vw, 18px);
}

.laa-process-output-card.is-update small {
	color: var(--laa-primary);
	font-size: clamp(.62rem, .66vw, .76rem);
	font-weight: 800;
}

.laa-process-output-card.is-update span {
	color: var(--laa-s2-navy);
	font-size: clamp(.68rem, .78vw, .88rem);
	font-weight: 600;
}

.laa-process-output-card.is-update strong {
	font-size: clamp(.82rem, .95vw, 1.08rem);
	line-height: 1.18;
}

.laa-process-output-card.is-update > img {
	aspect-ratio: 1.45;
}

.laa-process-output-card.is-gbp {
	display: grid;
	background: var(--laa-s2-surface);
}

.laa-process-gbp-card__cover {
	aspect-ratio: 1.68;
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 13%, var(--laa-s2-surface));
}

.laa-process-gbp-card__body {
	display: grid;
	gap: 3px;
	padding: clamp(10px, .9vw, 14px) clamp(10px, 1vw, 15px) 9px;
}

.laa-process-gbp-card__body > strong {
	overflow: hidden;
	font-size: clamp(.77rem, .82vw, .94rem);
	line-height: 1.18;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laa-process-gbp-card__body > p {
	display: flex;
	align-items: center;
	gap: 3px;
	margin: 0;
}

.laa-process-gbp-card__body > p b {
	font-size: clamp(.67rem, .71vw, .8rem);
}

.laa-process-gbp-card__body > p small,
.laa-process-gbp-card__body > small {
	color: var(--laa-s2-muted);
	font-size: clamp(.56rem, .6vw, .68rem);
	font-weight: 600;
}

.laa-process-gbp-card__stars {
	display: inline-flex;
	gap: 0;
	color: var(--laa-s2-warning);
}

.laa-process-gbp-card__stars svg {
	width: clamp(8px, .67vw, 10px);
	height: clamp(8px, .67vw, 10px);
	fill: currentColor;
	stroke: currentColor;
}

.laa-process-gbp-card__tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 14%, var(--laa-s2-surface));
	color: var(--laa-s2-muted);
	font-size: clamp(.54rem, .57vw, .65rem);
	font-weight: 700;
	text-align: center;
}

.laa-process-gbp-card__tabs > * {
	position: relative;
	padding: 8px 2px 7px;
}

.laa-process-gbp-card__tabs strong {
	color: var(--laa-s2-teal);
}

.laa-process-gbp-card__tabs strong::after {
	position: absolute;
	right: 12%;
	bottom: -1px;
	left: 12%;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: var(--laa-s2-teal);
	content: "";
}

.laa-process-gbp-card__actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2px;
	padding: 9px 5px 11px;
}

.laa-process-gbp-card__actions > span {
	display: grid;
	min-width: 0;
	justify-items: center;
	gap: 4px;
	color: var(--laa-s2-teal);
	text-align: center;
}

.laa-process-gbp-card__actions i {
	display: grid;
	width: clamp(27px, 2.25vw, 34px);
	height: clamp(27px, 2.25vw, 34px);
	place-items: center;
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-teal) 13%, var(--laa-s2-surface));
	color: var(--laa-s2-teal);
	font-style: normal;
}

.laa-process-gbp-card__actions > span:first-child i {
	background: var(--laa-s2-teal);
	color: var(--laa-s2-surface);
}

.laa-process-gbp-card__actions small {
	overflow: hidden;
	max-width: 100%;
	color: currentColor;
	font-size: clamp(.44rem, .46vw, .52rem);
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laa-process-gbp-card__booking {
	display: flex;
	min-height: 28px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 9px 10px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--laa-s2-teal) 13%, var(--laa-s2-surface));
	color: var(--laa-s2-teal);
	font-size: clamp(.56rem, .6vw, .68rem);
	font-weight: 800;
}

.laa-process-output-card.is-social {
	padding: clamp(10px, 1vw, 15px);
}

.laa-process-output-card.is-social header {
	display: flex;
	align-items: center;
	gap: 8px;
}

.laa-process-output-card.is-social header > i {
	display: grid;
	width: clamp(26px, 2.35vw, 34px);
	height: clamp(26px, 2.35vw, 34px);
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--laa-primary);
	color: var(--laa-s2-surface);
	font-style: normal;
}

.laa-process-output-card.is-social header > span {
	display: grid;
}

.laa-process-output-card.is-social header strong {
	font-size: clamp(.74rem, .82vw, .94rem);
	line-height: 1.15;
}

.laa-process-output-card.is-social header small,
.laa-process-output-card.is-social footer {
	color: var(--laa-s2-muted);
	font-size: clamp(.59rem, .64vw, .72rem);
	font-weight: 600;
}

.laa-process-output-card.is-social p {
	margin: clamp(8px, .8vw, 12px) 0;
	font-size: clamp(.68rem, .77vw, .88rem);
	font-weight: 600;
	line-height: 1.25;
}

.laa-process-output-card.is-social > img {
	aspect-ratio: 1.32;
	border-radius: clamp(8px, .7vw, 12px);
}

.laa-process-output-card.is-social footer {
	padding-top: 8px;
	white-space: nowrap;
}

.laa-process-output-card.is-metrics {
	padding: clamp(14px, 1.25vw, 19px);
}

.laa-process-output-card.is-metrics header {
	display: grid;
	gap: 2px;
}

.laa-process-output-card.is-metrics header strong {
	font-size: clamp(.76rem, .86vw, .98rem);
}

.laa-process-output-card.is-metrics header small,
.laa-process-output-card.is-metrics dt {
	color: var(--laa-s2-muted);
	font-size: clamp(.61rem, .67vw, .76rem);
	font-weight: 600;
}

.laa-process-output-card.is-metrics > p {
	display: flex;
	align-items: baseline;
	gap: 5px;
	margin: clamp(10px, 1vw, 14px) 0;
}

.laa-process-output-card.is-metrics > p strong {
	font-size: clamp(1.28rem, 1.65vw, 1.92rem);
}

.laa-process-output-card.is-metrics em {
	color: var(--laa-s2-success);
	font-size: .68em;
	font-style: normal;
	font-weight: 800;
}

.laa-process-output-card__bars {
	display: flex;
	height: clamp(42px, 4vw, 58px);
	align-items: flex-end;
	gap: clamp(4px, .48vw, 7px);
	padding-bottom: 8px;
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 11%, var(--laa-s2-surface));
}

.laa-process-output-card__bars i {
	width: 14%;
	border-radius: 3px 3px 0 0;
	background: var(--laa-s2-blue);
}

.laa-process-output-card__bars i:nth-child(1) { height: 36%; }
.laa-process-output-card__bars i:nth-child(2) { height: 52%; }
.laa-process-output-card__bars i:nth-child(3) { height: 42%; }
.laa-process-output-card__bars i:nth-child(4) { height: 68%; }
.laa-process-output-card__bars i:nth-child(5) { height: 56%; }
.laa-process-output-card__bars i:nth-child(6) { height: 82%; }

.laa-process-output-card.is-metrics dl {
	display: grid;
	margin: 0;
}

.laa-process-output-card.is-metrics dl > div {
	display: grid;
	gap: 1px;
	padding: clamp(7px, .68vw, 10px) 0;
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 10%, var(--laa-s2-surface));
}

.laa-process-output-card.is-metrics dl > div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.laa-process-output-card.is-metrics dd {
	margin: 0;
	font-size: clamp(.8rem, .92vw, 1.05rem);
	font-weight: 800;
}

.laa-process-output-card.is-gbp {
	top: -30px;
	left: calc(0px - var(--laa-process-output-width) - var(--laa-process-output-gap));
	transform: perspective(900px) rotateY(9deg) rotateZ(-4deg) translateZ(8px);
}

.laa-process-output-card.is-social {
	bottom: -34px;
	left: calc(0px - var(--laa-process-output-width) - var(--laa-process-output-gap));
	transform: perspective(900px) rotateY(9deg) rotateZ(3deg) translateZ(8px);
}

.laa-process-output-card.is-metrics {
	top: -30px;
	right: calc(0px - var(--laa-process-output-width) - var(--laa-process-output-gap));
	transform: perspective(900px) rotateY(-9deg) rotateZ(3.5deg) translateZ(8px);
}

.laa-process-output-card.is-update {
	right: calc(0px - var(--laa-process-output-width) - var(--laa-process-output-gap));
	bottom: -34px;
	transform: perspective(900px) rotateY(-9deg) rotateZ(-3deg) translateZ(8px);
}

.laa-demo-prop {
	position: absolute;
	z-index: 4;
	width: 112px;
	height: 112px;
	object-fit: contain;
	filter: drop-shadow(0 15px 18px color-mix(in srgb, var(--laa-s2-blue) 18%, transparent));
	pointer-events: none;
}

.laa-demo-prop.is-prop-1 {
	bottom: 0;
	left: 12%;
	transform: rotate(-8deg);
}

.laa-demo-prop.is-prop-2 {
	top: 3px;
	right: 19%;
	width: 92px;
	height: 92px;
	transform: rotate(7deg);
}

.laa-demo-prop.is-prop-3 {
	right: 12%;
	bottom: 0;
	width: 96px;
	height: 96px;
	transform: rotate(8deg);
}

.laa-process-demo {
	--laa-process-deep: var(--laa-s2-navy);
	--laa-process-ink: var(--laa-s2-navy);
	--laa-process-muted: var(--laa-s2-muted);
	--laa-process-line: color-mix(in srgb, var(--laa-s2-blue) 72%, transparent);
	--laa-process-output-gap: clamp(18px, 1.7vw, 28px);
	--laa-process-output-rails: clamp(346px, 31vw, 406px);
	--laa-process-output-width: clamp(155px, 13.8vw, 175px);
	position: relative;
	width: min(900px, calc(100% - var(--laa-process-output-rails)));
	margin: 48px auto 72px;
	color: var(--laa-process-ink);
}

.laa-process-demo__viewport {
	position: relative;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 88%, transparent);
	border-radius: 26px;
	background: var(--laa-s2-surface);
	box-shadow:
		0 34px 80px color-mix(in srgb, var(--laa-s2-navy) 18%, transparent),
		0 3px 10px color-mix(in srgb, var(--laa-s2-blue) 8%, transparent),
		inset 0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 95%, transparent);
	isolation: isolate;
}

.laa-process-demo__viewport::before {
	position: absolute;
	z-index: 3;
	inset: 0;
	border: 7px solid color-mix(in srgb, var(--laa-s2-surface) 82%, transparent);
	border-radius: inherit;
	content: "";
	pointer-events: none;
}

.laa-process-demo__stage {
	position: relative;
	width: 100%;
	min-width: 0;
	aspect-ratio: 16 / 9;
	min-height: 500px;
	overflow: hidden;
	background:
		radial-gradient(circle at 15% 14%, color-mix(in srgb, var(--laa-s2-surface) 90%, transparent), transparent 30%),
		linear-gradient(135deg, var(--laa-s2-surface), color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface)) 58%, color-mix(in srgb, var(--laa-s2-blue) 7%, var(--laa-s2-surface)));
}

.laa-process-scene {
	position: absolute;
	z-index: 0;
	inset: 0;
	min-width: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transform: translateX(30px) scale(.985);
	transition: opacity .38s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}

.laa-process-scene.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.laa-process-scene__bar {
	position: relative;
	z-index: 4;
	display: flex;
	height: 48px;
	align-items: center;
	justify-content: space-between;
	padding: 0 26px;
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 65%, transparent);
	background: color-mix(in srgb, var(--laa-s2-surface) 82%, transparent);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--laa-s2-blue) 5%, transparent);
	backdrop-filter: blur(14px);
}

.laa-process-scene__bar > span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--laa-process-ink);
	font-size: .875rem;
	font-weight: 800;
}

.laa-process-scene__bar > span svg {
	color: var(--laa-primary);
}

.laa-process-scene__bar > small {
	color: var(--laa-s2-muted);
	font-size: .75rem;
	font-weight: 700;
}

.laa-process-scene--starter {
	display: grid;
	place-items: center;
	padding: 44px;
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--laa-s2-surface) 96%, transparent), color-mix(in srgb, var(--laa-s2-surface) 76%, transparent) 48%, color-mix(in srgb, var(--laa-s2-blue) 42%, transparent)),
		var(--laa-process-background) center / cover no-repeat;
}

.laa-process-scene--starter::before,
.laa-process-scene--starter::after {
	position: absolute;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 17%, transparent);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.laa-process-scene--starter::before {
	width: 520px;
	height: 250px;
	transform: rotate(-9deg);
}

.laa-process-scene--starter::after {
	width: 650px;
	height: 340px;
	border-color: color-mix(in srgb, var(--laa-s2-violet) 12%, transparent);
	transform: rotate(8deg);
}

.laa-process-starter {
	position: relative;
	z-index: 2;
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: 590px;
	justify-items: center;
	text-align: center;
}

.laa-process-starter__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--laa-primary);
	font-size: var(--laa-eyebrow-max-size, 18px);
	font-weight: 800;
}

.laa-process-starter h3 {
	width: 100%;
	min-width: 0;
	max-width: 560px;
	margin: 0;
	color: var(--laa-s2-navy);
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.04;
	letter-spacing: -.035em;
}

.laa-process-starter h3 > span {
	display: inline;
	padding-bottom: .06em;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	background-clip: text;
	-webkit-background-clip: text;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.laa-process-starter p {
	width: 100%;
	min-width: 0;
	max-width: 540px;
	margin: 18px 0 26px;
	color: var(--laa-s2-muted);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.6;
}

.laa-process-demo__start {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--laa-process-ink);
	cursor: pointer;
}

.laa-process-demo__start > span {
	position: relative;
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	border: 6px solid color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	border-radius: 50%;
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 18px 38px color-mix(in srgb, var(--laa-s2-blue) 34%, transparent), 0 0 0 1px color-mix(in srgb, var(--laa-s2-blue) 14%, transparent);
	color: var(--laa-s2-surface);
	transition: transform .22s ease, box-shadow .22s ease;
}

.laa-process-demo__start > span svg {
	margin-left: 4px;
	fill: currentColor;
}

.laa-process-demo__start:hover > span,
.laa-process-demo__start:focus-visible > span {
	box-shadow: 0 24px 50px color-mix(in srgb, var(--laa-s2-blue) 42%, transparent), 0 0 0 8px color-mix(in srgb, var(--laa-s2-blue) 10%, transparent);
	transform: translateY(-3px) scale(1.04);
}

.laa-process-demo__start:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--laa-s2-blue) 32%, transparent);
	outline-offset: 8px;
	border-radius: 12px;
}

.laa-process-demo__start strong {
	font-size: 1rem;
}

.laa-process-starter > small {
	margin-top: 8px;
	color: var(--laa-s2-muted);
	font-size: .78rem;
	font-weight: 650;
}

.laa-process-lookup {
	display: grid;
	height: calc(100% - 48px);
	align-items: center;
	padding: 34px 44px 38px;
	grid-template-columns: minmax(0, .82fr) minmax(360px, 1.18fr);
	gap: 42px;
	background:
		radial-gradient(circle at 80% 48%, color-mix(in srgb, var(--laa-s2-blue) 18%, transparent), transparent 36%),
		linear-gradient(145deg, var(--laa-s2-surface), color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface)));
}

.laa-process-lookup__copy > span,
.laa-process-services__heading > span {
	display: block;
	margin-bottom: 10px;
	color: var(--laa-primary);
	font-size: .78rem;
	font-weight: 800;
}

.laa-process-lookup__copy h3,
.laa-process-services__heading h3 {
	margin: 0;
	color: var(--laa-s2-navy);
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	line-height: 1.08;
	letter-spacing: -.03em;
}

.laa-process-lookup__copy p {
	margin: 16px 0 0;
	color: var(--laa-process-muted);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.55;
}

.laa-process-lookup__panel {
	position: relative;
	padding: 24px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 84%, transparent);
	border-radius: 20px;
	background: color-mix(in srgb, var(--laa-s2-surface) 90%, transparent);
	box-shadow: 0 24px 58px color-mix(in srgb, var(--laa-s2-blue) 15%, transparent), inset 0 1px 0 var(--laa-s2-surface);
}

.laa-process-lookup__panel > label {
	display: block;
	margin-bottom: 8px;
	color: var(--laa-s2-navy);
	font-size: .78rem;
	font-weight: 800;
}

.laa-process-lookup__field {
	display: flex;
	height: 54px;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 19%, var(--laa-s2-surface));
	border-radius: 12px;
	background: var(--laa-s2-surface);
	box-shadow: inset 0 2px 6px color-mix(in srgb, var(--laa-s2-blue) 5%, transparent);
	color: var(--laa-primary);
}

.laa-process-lookup__field input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	color: var(--laa-s2-navy);
	font-family: var(--laa-font-body, sans-serif);
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.2;
}

.laa-process-lookup__field > i {
	width: 2px;
	height: 20px;
	flex: 0 0 2px;
	background: var(--laa-primary);
	animation: laa-process-caret .75s steps(1) infinite;
}

.laa-process-business-card {
	display: grid;
	max-height: 0;
	align-items: center;
	margin-top: 0;
	overflow: hidden;
	padding: 0 14px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	gap: 11px;
	border: 1px solid transparent;
	border-radius: 14px;
	opacity: 0;
	transform: translateY(12px);
	transition: max-height .42s ease, margin .42s ease, padding .42s ease, opacity .35s ease, transform .42s ease;
}

.laa-process-scene--lookup.is-identified .laa-process-business-card {
	max-height: 108px;
	margin-top: 14px;
	padding-block: 13px;
	border-color: color-mix(in srgb, var(--laa-s2-blue) 16%, var(--laa-s2-surface));
	background: var(--laa-s2-surface);
	box-shadow: 0 14px 30px color-mix(in srgb, var(--laa-s2-blue) 9%, transparent);
	opacity: 1;
	transform: none;
}

.laa-process-business-card > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface));
	color: var(--laa-primary);
}

.laa-process-business-card p {
	display: grid;
	min-width: 0;
	gap: 2px;
	margin: 0;
}

.laa-process-business-card p small,
.laa-process-business-card p em {
	overflow: hidden;
	color: var(--laa-s2-muted);
	font-size: .69rem;
	font-style: normal;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laa-process-business-card p strong {
	overflow: hidden;
	color: var(--laa-s2-navy);
	font-size: .82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laa-process-business-card button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
	border: 0;
	border-radius: 10px;
	background: color-mix(in srgb, var(--laa-s2-blue) 11%, var(--laa-s2-surface));
	box-shadow: none;
	color: var(--laa-s2-muted);
	font-size: .74rem;
	font-weight: 800;
	transition: background .3s ease, box-shadow .3s ease, color .3s ease, transform .3s ease;
}

.laa-process-scene--lookup.is-confirmed .laa-process-business-card button {
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 10px 22px color-mix(in srgb, var(--laa-s2-blue) 27%, transparent);
	color: var(--laa-s2-surface);
	transform: translateY(-1px);
}

.laa-process-scene--report {
	background: linear-gradient(145deg, var(--laa-s2-surface), var(--laa-s2-surface) 58%, color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface)));
}

.laa-process-report-loading,
.laa-process-delivery-loading {
	position: absolute;
	inset: 48px 0 0;
	display: grid;
	align-content: center;
	justify-items: center;
	padding: 40px;
	text-align: center;
	transition: opacity .35s ease, transform .35s ease;
}

.laa-process-report-loading > i {
	width: 58px;
	height: 58px;
	margin-bottom: 18px;
	border: 5px solid color-mix(in srgb, var(--laa-s2-blue) 13%, transparent);
	border-top-color: var(--laa-primary);
	border-radius: 50%;
	animation: laa-process-spin .85s linear infinite;
}

.laa-process-report-loading strong {
	color: var(--laa-s2-navy);
	font-size: 1.3rem;
}

.laa-process-report-loading small {
	max-width: 540px;
	margin-top: 8px;
	color: var(--laa-process-muted);
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.5;
}

.laa-process-report {
	position: absolute;
	inset: 72px 34px 24px;
	padding: 20px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 15%, var(--laa-s2-surface));
	border-radius: 20px;
	background: color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	box-shadow: 0 22px 56px color-mix(in srgb, var(--laa-s2-blue) 13%, transparent);
	opacity: 0;
	transform: translateY(18px) scale(.985);
	transition: opacity .42s ease, transform .48s cubic-bezier(.2, .8, .2, 1);
}

.laa-process-scene--report.is-report-ready .laa-process-report-loading {
	opacity: 0;
	transform: translateY(-14px);
}

.laa-process-scene--report.is-report-ready .laa-process-report {
	opacity: 1;
	transform: none;
}

.laa-process-report > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-blue) 12%, var(--laa-s2-surface));
}

.laa-process-report > header > span {
	display: grid;
	padding-left: 50px;
	position: relative;
	gap: 2px;
}

.laa-process-report > header > span > i {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface));
	color: var(--laa-primary);
}

.laa-process-report > header small {
	color: var(--laa-s2-muted);
	font-size: .7rem;
	font-weight: 750;
}

.laa-process-report > header strong {
	color: var(--laa-s2-navy);
	font-size: 1rem;
}

.laa-process-report > header > b {
	display: grid;
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	align-content: center;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 10px 24px color-mix(in srgb, var(--laa-s2-blue) 22%, transparent), inset 0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 28%, transparent);
	color: var(--laa-s2-surface);
}

.laa-process-report > header > b strong {
	color: var(--laa-s2-surface);
	font-size: 1.1rem;
}

.laa-process-report > header > b small {
	max-width: 52px;
	color: var(--laa-s2-surface);
	font-size: .55rem;
	line-height: 1.05;
	text-align: center;
}

.laa-process-report__grid {
	display: grid;
	margin-top: 14px;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.laa-process-report__grid article {
	display: grid;
	min-height: 84px;
	align-items: center;
	padding: 12px;
	grid-template-columns: 36px minmax(0, 1fr) 22px;
	gap: 10px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 12%, var(--laa-s2-surface));
	border-radius: 13px;
	background: var(--laa-s2-surface);
}

.laa-process-report__grid article > i,
.laa-process-report__grid article > b {
	display: grid;
	place-items: center;
	color: var(--laa-primary);
	font-style: normal;
}

.laa-process-report__grid article > i {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface));
}

.laa-process-report__grid article > b {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-success) 8%, var(--laa-s2-surface));
	color: var(--laa-s2-success);
}

.laa-process-report__grid article > span {
	display: grid;
	gap: 3px;
}

.laa-process-report__grid article strong {
	color: var(--laa-s2-navy);
	font-size: .78rem;
}

.laa-process-report__grid article small {
	color: var(--laa-s2-muted);
	font-size: .65rem;
	font-weight: 600;
	line-height: 1.35;
}

.laa-process-scene--services {
	background:
		radial-gradient(circle at 10% 100%, color-mix(in srgb, var(--laa-s2-blue) 20%, transparent), transparent 34%),
		linear-gradient(145deg, var(--laa-s2-surface), var(--laa-s2-surface) 60%, color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface)));
}

.laa-process-services {
	position: relative;
	height: calc(100% - 48px);
	padding: 28px 38px 32px;
}

.laa-process-services__heading {
	max-width: 620px;
	margin-bottom: 20px;
}

.laa-process-services__heading h3 {
	font-size: clamp(1.55rem, 2.7vw, 2.2rem);
}

.laa-process-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.laa-process-services__grid article {
	display: grid;
	min-height: 94px;
	align-items: center;
	padding: 15px;
	grid-template-columns: 42px minmax(0, 1fr) 20px;
	gap: 10px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 14%, var(--laa-s2-surface));
	border-radius: 15px;
	background: color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--laa-s2-blue) 8%, transparent);
	opacity: 0;
	transform: translateY(18px) scale(.97);
}

.laa-process-scene--services.is-active .laa-process-services__grid article {
	animation: laa-process-service-in .48s calc(.12s + var(--laa-service-delay, 0s)) cubic-bezier(.2, .8, .2, 1) forwards;
}

.laa-process-services__grid article > i {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface));
	color: var(--laa-primary);
	font-style: normal;
}

.laa-process-services__grid article > strong {
	color: var(--laa-s2-navy);
	font-size: .78rem;
	line-height: 1.25;
}

.laa-process-services__grid article > span {
	color: var(--laa-s2-muted);
}

.laa-process-services__grid article.is-target {
	position: relative;
}

.laa-process-scene--services.is-selected .laa-process-services__grid article.is-target {
	border-color: color-mix(in srgb, var(--laa-s2-blue) 72%, transparent);
	background: linear-gradient(145deg, var(--laa-s2-surface), var(--laa-s2-surface));
	box-shadow: 0 16px 34px color-mix(in srgb, var(--laa-s2-blue) 20%, transparent), 0 0 0 4px color-mix(in srgb, var(--laa-s2-blue) 10%, transparent);
	transform: translateY(-3px);
}

.laa-process-cursor {
	position: absolute;
	z-index: 4;
	top: 74px;
	right: 74px;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: transparent;
	filter: drop-shadow(0 5px 5px color-mix(in srgb, var(--laa-s2-navy) 22%, transparent));
	color: var(--laa-secondary);
	font-style: normal;
	opacity: 0;
	pointer-events: none;
}

.laa-process-cursor b {
	position: absolute;
	width: 58px;
	height: 58px;
	border: 2px solid color-mix(in srgb, var(--laa-s2-blue) 28%, transparent);
	border-radius: 50%;
	opacity: 0;
}

.laa-process-scene--services.is-active .laa-process-cursor {
	animation: laa-process-cursor-move 2.35s .8s cubic-bezier(.35, .02, .15, 1) forwards;
}

.laa-process-scene--services.is-selected .laa-process-cursor b {
	animation: laa-process-cursor-pulse .65s ease-out;
}

.laa-process-scene--delivery {
	background:
		radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--laa-s2-blue) 22%, transparent), transparent 42%),
		linear-gradient(145deg, var(--laa-s2-surface), color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface)) 66%, color-mix(in srgb, var(--laa-s2-violet) 6%, var(--laa-s2-surface)));
}

.laa-process-delivery-loading > span {
	position: relative;
	display: grid;
	width: 80px;
	height: 80px;
	margin-bottom: 18px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	border-radius: 50%;
	background: var(--laa-s2-surface);
	box-shadow: 0 20px 45px color-mix(in srgb, var(--laa-s2-blue) 17%, transparent);
	color: var(--laa-primary);
}

.laa-process-delivery-loading > span > i {
	position: absolute;
	inset: -10px;
	border: 2px solid transparent;
	border-top-color: var(--laa-secondary);
	border-right-color: color-mix(in srgb, var(--laa-s2-blue) 34%, transparent);
	border-radius: 50%;
	animation: laa-process-spin 1.2s linear infinite;
}

.laa-process-delivery-loading h3 {
	margin: 0;
	color: var(--laa-s2-navy);
	font-size: 1.45rem;
}

.laa-process-delivery-loading p {
	max-width: 560px;
	margin: 9px 0 18px;
	color: var(--laa-process-muted);
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.5;
}

.laa-process-delivery-loading > div {
	display: flex;
	gap: 7px;
}

.laa-process-delivery-loading > div i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--laa-primary);
	animation: laa-process-dot 1.1s infinite ease-in-out;
}

.laa-process-delivery-loading > div i:nth-child(2) { animation-delay: .12s; }
.laa-process-delivery-loading > div i:nth-child(3) { animation-delay: .24s; }
.laa-process-delivery-loading > div i:nth-child(4) { animation-delay: .36s; }

.laa-process-materials {
	position: absolute;
	inset: 72px 32px 24px;
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .42s ease, transform .48s cubic-bezier(.2, .8, .2, 1);
}

.laa-process-scene--delivery.is-delivered .laa-process-delivery-loading {
	opacity: 0;
	transform: translateY(-14px);
}

.laa-process-scene--delivery.is-delivered .laa-process-materials {
	opacity: 1;
	transform: none;
}

.laa-process-materials > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 15px;
}

.laa-process-materials > header > span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--laa-s2-success);
	font-size: .75rem;
	font-weight: 800;
}

.laa-process-materials > header > strong {
	color: var(--laa-s2-navy);
	font-size: 1rem;
	text-align: right;
}

.laa-process-materials > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.laa-process-materials article {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 14%, var(--laa-s2-surface));
	border-radius: 17px;
	background: var(--laa-s2-surface);
	box-shadow: 0 16px 36px color-mix(in srgb, var(--laa-s2-blue) 12%, transparent);
	opacity: 0;
	transform: translateY(20px) rotate(var(--laa-material-rotation, 0deg));
}

.laa-process-scene--delivery.is-delivered .laa-process-materials article {
	animation: laa-process-material-in .5s calc(.12s + var(--laa-material-delay, 0s)) cubic-bezier(.2, .8, .2, 1) forwards;
}

.laa-process-materials article img {
	display: block;
	width: 100%;
	height: 176px;
	object-fit: cover;
}

.laa-process-materials article > span {
	display: grid;
	gap: 2px;
	padding: 11px 13px 13px;
}

.laa-process-materials article small {
	color: var(--laa-primary);
	font-size: .66rem;
	font-weight: 800;
}

.laa-process-materials article strong {
	overflow: hidden;
	color: var(--laa-s2-navy);
	font-size: .82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laa-process-scene--growth {
	background: var(--laa-s2-surface);
}

.laa-process-growth {
	position: relative;
	height: calc(100% - 48px);
	overflow: hidden;
}

.laa-process-growth::after {
	position: absolute;
	inset: auto 0 0;
	height: 48%;
	background: linear-gradient(transparent, color-mix(in srgb, var(--laa-s2-navy) 32%, transparent));
	content: "";
	pointer-events: none;
}

.laa-process-growth > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.06);
}

.laa-process-scene--growth.is-active .laa-process-growth > img {
	animation: laa-process-growth-reveal 1.1s .1s cubic-bezier(.2, .8, .2, 1) forwards;
}

.laa-process-growth__result {
	position: absolute;
	z-index: 2;
	right: 28px;
	bottom: 24px;
	left: 28px;
	display: grid;
	align-items: center;
	padding: 14px 16px;
	grid-template-columns: 46px minmax(0, 1fr) 34px;
	gap: 12px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-surface) 84%, transparent);
	border-radius: 17px;
	background: color-mix(in srgb, var(--laa-s2-surface) 90%, transparent);
	box-shadow: 0 20px 48px color-mix(in srgb, var(--laa-s2-navy) 20%, transparent);
	opacity: 0;
	backdrop-filter: blur(12px);
	transform: translateY(18px);
}

.laa-process-scene--growth.is-active .laa-process-growth__result {
	animation: laa-process-result-in .6s 1s cubic-bezier(.2, .8, .2, 1) forwards;
}

.laa-process-growth__result > i,
.laa-process-growth__result > b {
	display: grid;
	place-items: center;
	font-style: normal;
}

.laa-process-growth__result > i {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	background: linear-gradient(145deg, var(--laa-primary), var(--laa-secondary));
	color: var(--laa-s2-surface);
}

.laa-process-growth__result > span {
	display: grid;
	gap: 2px;
}

.laa-process-growth__result small {
	color: var(--laa-s2-muted);
	font-size: .7rem;
	font-weight: 750;
}

.laa-process-growth__result strong {
	color: var(--laa-s2-navy);
	font-size: 1rem;
}

.laa-process-growth__result > b {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-success) 8%, var(--laa-s2-surface));
	color: var(--laa-s2-success);
}

.laa-process-demo__controls {
	position: relative;
	z-index: 4;
	display: grid;
	min-height: 66px;
	align-items: center;
	padding: 10px 18px;
	grid-template-columns: auto minmax(190px, 1fr) auto auto;
	gap: 16px;
	border-top: 1px solid color-mix(in srgb, var(--laa-s2-blue) 13%, var(--laa-s2-surface));
	background: color-mix(in srgb, var(--laa-s2-surface) 97%, transparent);
	transition: opacity .25s ease;
}

.laa-process-demo[data-started="false"] .laa-process-demo__controls {
	opacity: .56;
	pointer-events: none;
}

.laa-process-demo__transport {
	display: flex;
	gap: 6px;
}

.laa-process-demo__transport button,
.laa-process-demo__replay {
	display: inline-flex;
	height: 36px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 16%, var(--laa-s2-surface));
	border-radius: 10px;
	background: var(--laa-s2-surface);
	box-shadow: 0 5px 14px color-mix(in srgb, var(--laa-s2-navy) 7%, transparent);
	color: var(--laa-s2-muted);
	cursor: pointer;
}

.laa-process-demo__transport button {
	width: 36px;
	padding: 0;
}

.laa-process-demo__transport button:hover,
.laa-process-demo__transport button:focus-visible,
.laa-process-demo__replay:hover,
.laa-process-demo__replay:focus-visible {
	border-color: color-mix(in srgb, var(--laa-s2-blue) 55%, transparent);
	color: var(--laa-primary);
	outline: 0;
}

.laa-process-demo__transport [data-demo-toggle] {
	background: linear-gradient(135deg, var(--laa-primary), var(--laa-secondary));
	color: var(--laa-s2-surface);
}

.laa-process-demo__transport [data-demo-toggle] [data-demo-play-icon],
.laa-process-demo[data-playing="false"] [data-demo-pause-icon] {
	display: none;
}

.laa-process-demo[data-playing="false"] [data-demo-play-icon] {
	display: inline-flex;
}

.laa-process-demo__chapters {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 6px;
}

.laa-process-demo__chapters button {
	position: relative;
	display: grid;
	min-width: 0;
	height: 36px;
	align-items: center;
	padding: 0;
	grid-template-columns: minmax(0, 1fr) 20px;
	gap: 4px;
	border: 0;
	background: transparent;
	color: var(--laa-s2-muted);
	cursor: pointer;
}

.laa-process-demo__chapters button > i {
	position: relative;
	display: block;
	height: 4px;
	overflow: hidden;
	border-radius: 10px;
	background: color-mix(in srgb, var(--laa-s2-blue) 12%, var(--laa-s2-surface));
}

.laa-process-demo__chapters button > i::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
}

.laa-process-demo__chapters button.is-complete > i::after,
.laa-process-demo__chapters button.is-active > i::after {
	transform: scaleX(1);
}

.laa-process-demo__chapters button.is-active {
	color: var(--laa-primary);
}

.laa-process-demo__chapters button > span {
	font-size: .68rem;
	font-weight: 800;
}

.laa-process-demo__status {
	min-width: 74px;
	color: var(--laa-s2-muted);
	font-size: .72rem;
	font-weight: 750;
	text-align: center;
	white-space: nowrap;
}

.laa-process-demo__replay {
	padding: 0 11px;
	font-size: .72rem;
	font-weight: 800;
}

.laa-process-demo.is-paused .laa-process-scene *,
.laa-process-demo.is-paused .laa-process-scene *::before,
.laa-process-demo.is-paused .laa-process-scene *::after {
	animation-play-state: paused !important;
}

@keyframes laa-process-caret {
	50% { opacity: 0; }
}

@keyframes laa-process-spin {
	to { transform: rotate(1turn); }
}

@keyframes laa-process-dot {
	0%, 70%, 100% { opacity: .3; transform: translateY(0); }
	35% { opacity: 1; transform: translateY(-5px); }
}

@keyframes laa-process-service-in {
	to { opacity: 1; transform: none; }
}

@keyframes laa-process-cursor-move {
	0% { opacity: 0; transform: translate(0, -18px); }
	18% { opacity: 1; transform: translate(0, 0); }
	72% { opacity: 1; transform: translate(var(--laa-cursor-x, -292px), var(--laa-cursor-y, 180px)); }
	100% { opacity: 1; transform: translate(var(--laa-cursor-x, -292px), var(--laa-cursor-y, 180px)) scale(.88); }
}

@keyframes laa-process-cursor-pulse {
	0% { opacity: .8; transform: scale(.35); }
	100% { opacity: 0; transform: scale(1.25); }
}

@keyframes laa-process-material-in {
	to { opacity: 1; transform: rotate(var(--laa-material-rotation, 0deg)); }
}

@keyframes laa-process-growth-reveal {
	to { opacity: 1; transform: scale(1); }
}

@keyframes laa-process-result-in {
	to { opacity: 1; transform: none; }
}

.laa-services {
	position: relative;
	background-color: var(--laa-s2-surface);
	background-image: var(--laa-services-background, none);
	background-position: center;
	background-size: cover;
}

.laa-services::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--laa-s2-surface) 6%, transparent), color-mix(in srgb, var(--laa-s2-blue) 12%, transparent));
	content: "";
	pointer-events: none;
}

.laa-services > .laa-s1-container {
	position: relative;
	z-index: 1;
}

.laa-services .laa-s1-section-heading {
	margin-bottom: clamp(30px, 3.2vw, 46px);
}

.laa-service-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0 auto clamp(22px, 2.4vw, 34px);
}

.laa-service-filters button {
	min-height: 42px;
	padding: 8px 16px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 18%, var(--laa-s2-surface));
	border-radius: 999px;
	background: color-mix(in srgb, var(--laa-s2-surface) 88%, transparent);
	color: var(--laa-s2-muted);
	cursor: pointer;
	font: inherit;
	font-size: .88rem;
	font-weight: 700;
	transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.laa-service-filters button:hover,
.laa-service-filters button:focus-visible {
	border-color: color-mix(in srgb, var(--laa-primary) 48%, color-mix(in srgb, var(--laa-s2-blue) 18%, var(--laa-s2-surface)));
	color: var(--laa-primary);
}

.laa-service-filters button.is-active {
	border-color: transparent;
	background: var(--laa-primary);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--laa-primary) 20%, transparent);
	color: var(--laa-s2-surface);
}

.laa-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 1.5vw, 22px);
}

.laa-service-grid article[hidden] {
	display: none;
}

.laa-service-load-more {
	display: flex;
	justify-content: center;
	margin-top: clamp(26px, 3vw, 42px);
}

.laa-service-load-more[hidden] {
	display: none;
}

.laa-service-load-more button,
.laa-service-load-more a {
	display: inline-flex;
	min-width: 168px;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 12px 24px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(100deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 12px 28px color-mix(in srgb, var(--laa-primary) 22%, transparent);
	color: var(--laa-s2-surface, #fff);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: box-shadow .18s ease, transform .18s ease;
}

.laa-service-load-more button:hover,
.laa-service-load-more button:focus-visible,
.laa-service-load-more a:hover,
.laa-service-load-more a:focus-visible {
	box-shadow: 0 16px 34px color-mix(in srgb, var(--laa-primary) 28%, transparent);
	color: var(--laa-s2-surface, #fff);
	transform: translateY(-2px);
}

.laa-service-load-more button:focus-visible,
.laa-service-load-more a:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--laa-primary) 30%, transparent);
	outline-offset: 3px;
}

.laa-service-load-more svg {
	flex: 0 0 auto;
	transition: transform .18s ease;
}

.laa-service-load-more :is(button, a):hover svg {
	transform: translateY(2px);
}

@media (max-width: 640px) {
	.laa-service-load-more button,
	.laa-service-load-more a {
		width: 100%;
	}
}

.laa-service-grid article {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border: 2px solid color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	border-radius: 20px;
	background: color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	box-shadow:
		0 20px 44px color-mix(in srgb, var(--laa-s2-blue) 11%, transparent),
		0 3px 10px color-mix(in srgb, var(--laa-s2-blue) 6%, transparent),
		inset 0 0 0 1px color-mix(in srgb, var(--laa-s2-blue) 48%, transparent);
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.laa-service-grid article:hover {
	border-color: var(--laa-s2-surface);
	box-shadow:
		0 24px 54px color-mix(in srgb, var(--laa-s2-blue) 16%, transparent),
		0 5px 14px color-mix(in srgb, var(--laa-s2-blue) 8%, transparent),
		inset 0 0 0 1px color-mix(in srgb, var(--laa-s2-blue) 60%, transparent);
	transform: translateY(-3px);
}

.laa-service-grid article > img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	background: color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface));
	object-fit: cover;
}

.laa-service-grid article > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 20px 20px;
}

.laa-service-grid h3 {
	margin-bottom: 6px;
	font-size: clamp(1.02rem, 1.2vw, 1.12rem);
	line-height: 1.32;
}

.laa-service-grid p {
	min-height: 52px;
	margin-bottom: 17px;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	font-weight: 600;
	line-height: 1.48;
}

.laa-service-grid a {
	position: relative;
	display: flex;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	gap: 10px;
	margin-top: auto;
	padding: 7px 6px 7px 18px;
	border-radius: 10px;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	box-shadow: 0 10px 22px color-mix(in srgb, var(--laa-primary) 20%, transparent);
	color: var(--laa-s2-surface);
	font-size: var(--laa-body-copy-size);
	font-weight: 750;
}

.laa-service-grid a::before {
	position: absolute;
	z-index: 0;
	top: -45%;
	bottom: -45%;
	left: -30%;
	width: 18%;
	background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--laa-s2-surface) 34%, transparent), transparent);
	content: "";
	pointer-events: none;
	transform: skewX(-20deg) translateX(-240%);
}

.laa-service-grid a > * {
	position: relative;
	z-index: 1;
}

.laa-service-grid a > .laa-service-cta-main,
.laa-service-grid a > small {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
}

.laa-service-grid a > .laa-service-cta-main {
	min-width: 0;
	flex: 1;
}

.laa-service-grid a > .laa-service-cta-main > b {
	font: inherit;
}

.laa-service-cta-arrow {
	display: inline-flex;
	flex: 0 0 auto;
	transition: transform 1s cubic-bezier(.2, .75, .25, 1);
}

.laa-service-grid a:hover {
	color: var(--laa-s2-surface);
}

.laa-service-grid a:hover::before {
	animation: laa-service-button-shine 1s ease-out both;
}

.laa-service-grid a:hover .laa-service-cta-arrow {
	transform: translateX(clamp(36px, 7vw, 108px));
}

.laa-service-grid a > small {
	min-height: 34px;
	padding: 5px 11px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-surface) 13%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--laa-s2-navy) 28%, transparent);
	color: var(--laa-s2-surface);
	font-size: .78rem;
	font-weight: 700;
}

.laa-service-grid a > small svg {
	flex: 0 0 auto;
	color: var(--laa-s2-warning);
	filter: drop-shadow(0 1px 2px color-mix(in srgb, var(--laa-s2-warning) 28%, transparent));
}

@keyframes laa-service-button-shine {
	to {
		transform: skewX(-20deg) translateX(820%);
	}
}

.laa-testimonials {
	position: relative;
	overflow: hidden;
	background-color: var(--laa-s2-surface);
	background-image: var(--laa-testimonials-background, none);
	background-position: center;
	background-size: cover;
}

.laa-testimonial-carousel-shell {
	position: relative;
}

.laa-testimonial-carousel {
	display: grid;
	grid-auto-columns: calc((100% - 44px) / 3);
	grid-auto-flow: column;
	gap: 22px;
	overflow-x: auto;
	padding: 7px 4px 24px;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.laa-testimonial-carousel.is-loop-reset {
	scroll-behavior: auto;
	scroll-snap-type: none;
}

.laa-testimonial-carousel::-webkit-scrollbar {
	display: none;
}

.laa-testimonial-carousel article {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 390px;
	flex-direction: column;
	padding: clamp(25px, 2.3vw, 32px);
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 52%, transparent);
	border-radius: 24px;
	background: color-mix(in srgb, var(--laa-s2-surface) 91%, transparent);
	box-shadow: 0 7px 17px color-mix(in srgb, var(--laa-s2-blue) 6%, transparent), inset 0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 98%, transparent);
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.laa-testimonial-head {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 78px;
}

.laa-testimonial-head > img {
	width: 86px;
	height: 86px;
	flex: 0 0 86px;
	border: 4px solid color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	border-radius: 50%;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--laa-s2-navy) 14%, transparent);
	object-fit: cover;
	object-position: center;
}

.laa-testimonial-head > div {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.laa-testimonial-head h3 {
	margin: 0;
	color: var(--laa-ink);
	font-size: clamp(1.03rem, 1.3vw, 1.2rem);
	line-height: 1.2;
}

.laa-testimonial-head p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin: 0;
	color: var(--laa-s2-muted);
	font-size: .92rem;
	line-height: 1.35;
}

.laa-testimonial-head p b {
	color: var(--laa-s2-line);
}

.laa-testimonial-head p strong {
	font-weight: 700;
}

.laa-testimonial-head small {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--laa-s2-muted);
	font-size: .88rem;
}

.laa-testimonial-stars {
	display: inline-flex;
	gap: 3px;
	margin: 18px 0 16px 102px;
	color: var(--laa-s2-warning);
}

.laa-testimonial-stars svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.laa-testimonial-carousel blockquote {
	position: relative;
	display: flex;
	flex: 1;
	gap: 9px;
	margin: 0;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	font-weight: 600;
	line-height: 1.65;
}

.laa-testimonial-carousel blockquote > span {
	flex: 0 0 auto;
	color: var(--laa-primary, var(--laa-s2-blue));
}

.laa-testimonial-carousel blockquote p {
	position: relative;
	z-index: 1;
	margin: 0;
}

.laa-testimonial-carousel blockquote > i {
	position: absolute;
	right: 2px;
	bottom: -5px;
	color: color-mix(in srgb, var(--laa-s2-blue) 9%, transparent);
	font-style: normal;
	transform: rotate(180deg);
}

.laa-testimonial-carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin-top: 7px;
}

.laa-testimonial-carousel-controls button {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 48%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-surface) 90%, transparent);
	box-shadow: 0 8px 18px color-mix(in srgb, var(--laa-s2-blue) 9%, transparent);
	color: var(--laa-primary, var(--laa-s2-blue));
	cursor: pointer;
	place-items: center;
	transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.laa-testimonial-carousel-controls button:hover {
	box-shadow: 0 11px 24px color-mix(in srgb, var(--laa-s2-blue) 16%, transparent);
	transform: translateY(-2px);
}

.laa-testimonials > .laa-light-cta {
	margin-top: clamp(42px, 5vw, 70px);
}

.laa-small-cta {
	max-width: 1020px;
	margin-inline: auto;
}

.laa-blog-section {
	position: relative;
	background-color: var(--laa-s2-surface);
	background-image: var(--laa-blog-background);
	background-position: center;
	background-size: cover;
}

.laa-blog-section > .laa-s1-container {
	position: relative;
	z-index: 1;
}

.laa-blog-carousel-shell {
	position: relative;
}

.laa-blog-carousel-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	margin-top: 10px;
}

.laa-blog-carousel-controls button {
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 48%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-surface) 92%, transparent);
	box-shadow: 0 8px 18px color-mix(in srgb, var(--laa-s2-blue) 9%, transparent);
	color: var(--laa-primary, var(--laa-s2-blue));
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}

.laa-blog-carousel-controls button:hover {
	box-shadow: 0 11px 24px color-mix(in srgb, var(--laa-s2-blue) 16%, transparent);
	transform: translateY(-2px);
}

.laa-blog-carousel {
	display: grid;
	grid-auto-columns: calc((100% - 36px) / 3);
	grid-auto-flow: column;
	gap: 18px;
	overflow-x: auto;
	padding: 5px 3px 18px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.laa-blog-carousel.is-loop-reset {
	scroll-behavior: auto !important;
}

.laa-blog-carousel::-webkit-scrollbar {
	display: none;
}

.laa-blog-carousel article {
	display: flex;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 52%, transparent);
	border-radius: 22px;
	background: color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	box-shadow: 0 6px 15px color-mix(in srgb, var(--laa-s2-navy) 5.5%, transparent), inset 0 1px 0 color-mix(in srgb, var(--laa-s2-surface) 98%, transparent);
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.laa-blog-image {
	display: block;
	overflow: hidden;
	background: color-mix(in srgb, var(--laa-s2-blue) 6%, var(--laa-s2-surface));
}

.laa-blog-image img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform .3s ease;
}

.laa-blog-image:hover img {
	transform: scale(1.025);
}

.laa-blog-card-content {
	display: flex;
	min-height: 260px;
	flex: 1;
	flex-direction: column;
	padding: clamp(19px, 1.7vw, 24px);
}

.laa-blog-category {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 11px;
	padding: 6px 11px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 12%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--laa-s2-blue) 10%, transparent);
	color: var(--laa-primary, var(--laa-s2-blue));
	font-size: .78rem;
	font-weight: 750;
	line-height: 1;
}

.laa-blog-carousel h3 {
	margin: 0 0 10px;
	font-size: clamp(1.08rem, 1.35vw, 1.28rem);
	line-height: 1.3;
}

.laa-blog-carousel h3 a {
	color: var(--laa-s2-navy);
}

.laa-blog-card-content > p {
	margin: 0 0 20px;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	font-weight: 600;
	line-height: 1.55;
}

.laa-blog-card-content > footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
}

.laa-blog-meta {
	display: flex;
	min-width: 0;
	flex-wrap: wrap;
	gap: 7px 13px;
	color: var(--laa-s2-muted);
	font-size: .78rem;
}

.laa-blog-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.laa-blog-meta b {
	overflow: hidden;
	max-width: 115px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.laa-read-link {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
	color: var(--laa-primary, var(--laa-s2-blue));
	font-size: var(--laa-body-copy-size);
	font-weight: 750;
}

.laa-all-posts-link {
	display: flex;
	width: fit-content;
	min-width: 250px;
	margin: 18px auto 0;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 17%, var(--laa-s2-surface));
	border-radius: 10px;
	background: var(--laa-s2-surface);
	box-shadow: 0 10px 22px color-mix(in srgb, var(--laa-s2-navy) 6%, transparent);
	color: var(--laa-s2-navy);
	font-weight: 750;
	gap: 10px;
	align-items: center;
}

.laa-s1-final-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(76px, 7vw, 110px) 0;
	border-block: 1px solid color-mix(in srgb, var(--laa-s2-blue) 24%, transparent);
	background:
		radial-gradient(circle at 86% 14%, color-mix(in srgb, var(--laa-s2-blue) 28%, transparent) 0, transparent 27%),
		radial-gradient(circle at 64% 102%, color-mix(in srgb, var(--laa-s2-blue) 13%, transparent) 0, transparent 35%),
		linear-gradient(115deg, var(--laa-s2-surface) 0%, var(--laa-s2-surface) 46%, color-mix(in srgb, var(--laa-s2-blue) 8%, var(--laa-s2-surface)) 100%);
}

.laa-s1-final-cta::before {
	position: absolute;
	top: -38%;
	right: -12%;
	width: min(44vw, 680px);
	aspect-ratio: 1;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 18%, transparent);
	border-radius: 50%;
	box-shadow:
		0 0 0 70px color-mix(in srgb, var(--laa-s2-blue) 4.5%, transparent),
		0 0 0 142px color-mix(in srgb, var(--laa-s2-blue) 2.5%, transparent);
	content: "";
	pointer-events: none;
}

.laa-s1-final-cta::after {
	position: absolute;
	right: 6%;
	bottom: 9%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-blue) 50%, transparent);
	box-shadow:
		104px -130px 0 5px color-mix(in srgb, var(--laa-s2-blue) 24%, transparent),
		-32px -86px 0 2px color-mix(in srgb, var(--laa-s2-blue) 22%, transparent),
		75px 24px 0 8px color-mix(in srgb, var(--laa-s2-surface) 72%, transparent);
	content: "";
	pointer-events: none;
}

.laa-s1-final-cta > div {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(32px, 5vw, 76px);
}

.laa-final-cta-copy {
	max-width: 570px;
}

.laa-s1-final-cta h2 {
	margin: 0 0 20px;
	font-size: var(--laa-section-heading-size);
	letter-spacing: -.03em;
	line-height: 1.12;
	text-transform: none;
}

.laa-s1-final-cta h2 strong {
	display: inline;
	padding-bottom: .08em;
	background: linear-gradient(90deg, var(--laa-primary), var(--laa-secondary));
	background-clip: text;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.laa-s1-final-cta p {
	max-width: 540px;
	margin: 0;
	color: var(--laa-s2-muted);
	font-weight: 600;
}

.laa-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 28px 0 22px;
}

.laa-final-actions .laa-s1-button {
	display: inline-flex;
	min-height: 52px;
	padding-inline: 24px;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.laa-final-actions .laa-s1-button .laa-icon {
	flex: 0 0 auto;
	transition: transform .25s ease;
}

.laa-final-actions .laa-s1-button:hover .laa-icon {
	transform: translateX(4px);
}

.laa-final-actions .laa-s1-button.is-light {
	border-color: color-mix(in srgb, var(--laa-s2-blue) 28%, transparent);
	background: color-mix(in srgb, var(--laa-s2-surface) 88%, transparent);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--laa-s2-blue) 10%, transparent);
}

.laa-s1-final-cta ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 12px 22px;
	color: var(--laa-s2-muted);
	font-size: var(--laa-body-copy-size);
	list-style: none;
}

.laa-s1-final-cta li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.laa-s1-final-cta li .laa-icon {
	flex: 0 0 auto;
	color: var(--laa-primary);
}

.laa-final-cta-visual {
	width: min(112%, 790px);
	max-width: none;
	margin: -4% -8% -4% -2%;
	filter: drop-shadow(0 28px 32px color-mix(in srgb, var(--laa-s2-blue) 20%, transparent));
}

@media (max-width: 1180px) {
	.laa-s1-hero-grid {
		grid-template-columns: minmax(0, .98fr) minmax(500px, 1.02fr);
	}

	.laa-light-cta {
		grid-template-columns: 88px minmax(0, 1fr);
	}

	.laa-light-cta-form {
		grid-column: 1 / -1;
	}

	.laa-feature-cards {
		grid-template-columns: repeat(2, 1fr);
	}

	.laa-feature-cards article {
		grid-template-columns: minmax(0, 1fr) minmax(150px, .72fr);
	}

	.laa-feature-cards article > img {
		width: min(112%, 180px);
		max-height: 188px;
	}

	.laa-feature-cards h3 {
		min-height: 2.44em;
	}

	.laa-service-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.laa-process-starter {
		max-width: 100%;
	}

	.laa-process-starter h3,
	.laa-process-starter p {
		max-width: 100%;
	}

	.laa-process-lookup {
		padding: 26px 24px 30px;
		grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
		gap: 20px;
	}

	.laa-process-lookup__panel {
		min-width: 0;
		padding: 19px;
	}

	.laa-process-services {
		padding-inline: 24px;
	}

	.laa-process-services__grid article {
		padding: 12px;
		grid-template-columns: 36px minmax(0, 1fr) 18px;
		gap: 8px;
	}

	.laa-process-services__grid article > i {
		width: 36px;
		height: 36px;
	}

	.laa-process-demo__controls {
		padding-inline: 12px;
		grid-template-columns: auto minmax(150px, 1fr) auto auto;
		gap: 10px;
	}
}

@media (max-width: 960px) {
	.site-header-inner {
		grid-template-columns: 1fr auto;
	}

	.site-navigation {
		display: none;
	}

	.laa-s1-hero {
		background-position: 68% bottom;
		background-size: auto 620px;
	}

	.laa-s1-hero-grid,
	.laa-s1-opening,
	.laa-s1-final-cta > div {
		grid-template-columns: 1fr;
	}

	.laa-s1-hero-copy {
		max-width: 760px;
	}

	.laa-s1-eyebrow {
		display: block;
		width: fit-content;
		margin-inline: auto;
		text-align: center;
	}

	.laa-s1-link-form {
		margin-inline: auto;
	}

	.laa-s1-link-form > .laa-button {
		display: flex;
		width: fit-content;
		margin-inline: auto;
	}

	.laa-final-actions {
		justify-content: center;
	}

	.laa-hero-scene {
		width: min(100%, 760px);
		height: 520px;
		margin-inline: auto;
		aspect-ratio: auto;
	}

	.laa-how-steps {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.laa-how-connector {
		top: auto;
		right: auto;
		bottom: -39px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}

	.laa-demo-frame {
		width: min(76%, 800px);
	}

	.laa-testimonial-carousel {
		grid-auto-columns: calc((100% - 22px) / 2);
	}

	.laa-blog-carousel {
		grid-auto-columns: calc((100% - 18px) / 2);
	}

	.laa-final-cta-copy {
		max-width: 680px;
	}

	.laa-final-cta-visual {
		width: min(100%, 760px);
		max-width: 760px;
		margin: -20px auto -30px;
	}

	.laa-process-demo__stage {
		min-height: 520px;
	}

	.laa-process-scene--starter {
		padding: 26px 20px;
	}

	.laa-process-starter__eyebrow {
		margin-bottom: 9px;
		font-size: var(--laa-eyebrow-max-size, 18px);
	}

	.laa-process-starter h3 {
		font-size: clamp(1.75rem, 3.7vw, 2.1rem);
		line-height: 1.08;
	}

	.laa-process-starter p {
		margin: 12px 0 16px;
		font-size: .84rem;
		line-height: 1.45;
	}

	.laa-process-demo__start {
		gap: 6px;
	}

	.laa-process-demo__start > span {
		width: 68px;
		height: 68px;
		border-width: 4px;
	}

	.laa-process-demo__start strong {
		font-size: .88rem;
	}

	.laa-process-starter > small {
		margin-top: 5px;
		font-size: .7rem;
	}

	.laa-process-lookup {
		align-content: center;
		padding: 18px 20px 22px;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.laa-process-lookup__copy {
		text-align: center;
	}

	.laa-process-lookup__copy h3 {
		font-size: clamp(1.45rem, 3.4vw, 1.75rem);
	}

	.laa-process-lookup__copy p {
		margin-top: 8px;
		font-size: .84rem;
		line-height: 1.4;
	}

	.laa-process-lookup__panel {
		padding: 15px;
	}

	.laa-process-services {
		padding: 20px;
	}

	.laa-process-services__heading {
		margin-bottom: 14px;
		text-align: center;
	}

	.laa-process-services__heading h3 {
		font-size: clamp(1.35rem, 3vw, 1.65rem);
	}

	.laa-process-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.laa-process-services__grid article {
		min-height: 82px;
		padding: 10px;
	}

	.laa-process-demo__controls {
		min-height: 98px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 7px 10px;
	}

	.laa-process-demo__transport {
		grid-row: 2;
		grid-column: 1;
	}

	.laa-process-demo__chapters {
		grid-row: 1;
		grid-column: 1 / -1;
	}

	.laa-process-demo__status {
		grid-row: 2;
		grid-column: 2;
	}

	.laa-process-demo__replay {
		grid-row: 2;
		grid-column: 3;
	}
}

@media (max-width: 820px) {
	.laa-process-demo {
		width: min(100%, 900px);
	}

	.laa-process-demo > .laa-process-output-card {
		display: none;
	}
}

@media (max-width: 680px) {
	.site-header-inner,
	.laa-s1-container {
		width: var(--laa-site-width);
	}

	.site-header-actions .site-login-link {
		display: none;
	}

	.site-brand-name {
		max-width: 185px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.site-header-actions .laa-button {
		padding-inline: 14px;
		font-size: var(--laa-body-copy-size);
	}

	.laa-s1-hero {
		min-height: 0;
		background-position: center bottom;
		background-size: 100% auto;
	}

	.laa-s1-hero-copy h1 {
		font-size: var(--laa-hero-heading-size);
	}

	.laa-s1-hero-copy h1,
	.laa-s1-hero-copy > .laa-s1-lead,
	.laa-s1-opening > div:first-child h2,
	.laa-s1-opening > div:first-child > p {
		margin-inline: auto;
		text-align: center;
	}

	.laa-s1-link-form .laa-hero-lookup-control {
		grid-template-columns: 18px minmax(0, 1fr);
	}

	.laa-s1-link-form .laa-hero-lookup-store-icon {
		grid-row: 1;
		grid-column: 1;
	}

	.laa-s1-link-form .laa-hero-lookup-control input:not(.laa-honeypot) {
		grid-row: 1;
		grid-column: 2;
	}

	.laa-s1-link-form .laa-hero-lookup-control button {
		width: 100%;
		grid-column: 1 / -1;
	}

	.laa-s1-link-form,
	.laa-s1-link-form > .laa-button,
	.laa-all-posts-link {
		width: 100%;
		max-width: none;
	}

	.laa-s1-trust {
		display: grid;
		justify-items: center;
		gap: 10px;
		text-align: center;
	}

	.laa-s1-trust p {
		width: 100%;
		font-size: var(--laa-body-copy-size);
		white-space: normal;
	}

	.laa-s1-trust p span {
		white-space: normal;
	}

	.laa-s1-avatar-stack {
		justify-content: center;
	}

	.laa-hero-scene {
		width: 100%;
		height: 420px;
		margin: 16px 0 0;
	}

	.laa-hero-cluster {
		right: -18%;
		bottom: 8%;
		width: 136%;
		height: 88%;
	}

	.laa-hero-scene .laa-ui-card {
		--laa-card-edge-y: 3px;
		display: block;
		border-width: 1px;
		outline-color: color-mix(in srgb, var(--laa-s2-blue) 44%, transparent);
		border-radius: 8px;
		font-size: clamp(.4rem, 1.7vw, .55rem);
		box-shadow:
			inset 0 1px 2px var(--laa-s2-surface),
			inset 0 -2px 4px color-mix(in srgb, var(--laa-s2-blue) 11%, transparent),
			0 0 0 1px color-mix(in srgb, var(--laa-s2-blue) 14%, transparent),
			calc(var(--laa-card-shadow-x) * .25) var(--laa-card-edge-y) 0 color-mix(in srgb, var(--laa-s2-blue) 30%, transparent),
			calc(var(--laa-card-shadow-x) * .32) 9px 18px color-mix(in srgb, var(--laa-s2-navy) 18%, transparent),
			calc(var(--laa-card-shadow-x) * .45) 18px 32px color-mix(in srgb, var(--laa-s2-blue) 11%, transparent);
	}

	.laa-gbp-card {
		top: 0;
		left: 0;
		width: 39%;
		padding: 7px;
	}

	.laa-review-chip {
		top: 3%;
		right: 0;
		width: 30%;
		gap: 5px;
		padding: 7px;
	}

	.laa-review-avatar {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.laa-metrics-card {
		top: 28%;
		right: 2%;
		width: 24%;
		padding: 8px 6px;
		border-radius: 12px;
	}

	.laa-mini-bars {
		height: 28px;
		gap: 3px;
		margin: 5px 0;
	}

	.laa-offer-card {
		bottom: 1%;
		left: 3%;
		width: 24%;
		padding: 7px;
	}

	.laa-offer-card img {
		width: calc(100% + 14px);
		margin: 5px -7px -7px;
	}

	.laa-social-card {
		right: 23%;
		bottom: 0;
		width: 30%;
		padding: 7px;
	}

	.laa-social-card > div b {
		width: 17px;
		height: 17px;
		font-size: 1em;
	}

	.laa-social-card p {
		margin: 5px 0;
	}

	.laa-chart-tile {
		right: 2%;
		bottom: 3%;
		width: 15%;
		height: 14%;
		gap: 3px;
		padding: 7px;
	}

	.laa-s1-feature-world,
	.laa-s1-section {
		padding: 78px 0;
	}

	.laa-s1-opening {
		gap: 25px;
	}

	.laa-opening-visual img {
		width: 112%;
		margin-left: -6%;
	}

	.laa-s1-opening h2,
	.laa-s1-section-heading h2 {
		font-size: var(--laa-section-heading-size);
	}

	.laa-s1-marquee {
		width: calc(100% - 32px);
	}

	.laa-s1-marquee span {
		gap: 7px;
		padding: 10px 18px;
	}

	.laa-s1-marquee span img {
		width: 50px;
		height: 50px;
	}

	.laa-feature-cards,
	.laa-service-grid {
		grid-template-columns: 1fr;
	}

	.laa-service-grid p {
		min-height: 0;
	}

	.laa-feature-cards article {
		min-height: 230px;
		padding: 22px;
		grid-template-columns: minmax(0, 1.32fr) minmax(106px, .68fr);
	}

	.laa-feature-cards article > img {
		width: min(112%, 138px);
		max-height: 154px;
	}

	.laa-feature-cards h3 {
		min-height: 0;
	}

	.laa-light-cta,
	.laa-small-cta {
		align-items: stretch;
		flex-direction: column;
	}

	.laa-light-cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.laa-gift-visual {
		justify-self: center;
	}

	.laa-light-cta .laa-s1-button,
	.laa-small-cta .laa-s1-button {
		width: 100%;
	}

	.laa-demo-world {
		display: grid;
		min-height: 0;
		padding: 30px 0 54px;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.laa-demo-frame {
		width: 100%;
		grid-row: 1;
		grid-column: 1 / -1;
		border-radius: 16px;
	}

	.laa-demo-prop {
		display: none;
	}

	.laa-process-demo {
		width: min(100%, 900px);
		margin-top: 34px;
	}

	.laa-process-demo__viewport {
		border-radius: 20px;
	}

	.laa-process-demo__viewport::before {
		border-width: 4px;
	}

	.laa-process-demo__stage {
		min-height: 620px;
		aspect-ratio: auto;
	}

	.laa-process-scene__bar {
		height: 45px;
		padding-inline: 18px;
	}

	.laa-process-scene__bar > span {
		font-size: .78rem;
	}

	.laa-process-scene__bar > small {
		font-size: .66rem;
	}

	.laa-process-scene--starter {
		padding: 28px 22px;
	}

	.laa-process-scene--starter::before {
		width: 410px;
		height: 330px;
	}

	.laa-process-scene--starter::after {
		width: 500px;
		height: 420px;
	}

	.laa-process-starter h3 {
		font-size: clamp(2rem, 10vw, 2.7rem);
	}

	.laa-process-starter p {
		margin-block: 16px 22px;
	}

	.laa-process-demo__start > span {
		width: 78px;
		height: 78px;
	}

	.laa-process-lookup {
		height: calc(100% - 45px);
		align-content: center;
		padding: 24px 20px 28px;
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.laa-process-lookup__copy {
		text-align: center;
	}

	.laa-process-lookup__copy h3 {
		font-size: clamp(1.65rem, 7vw, 2rem);
	}

	.laa-process-lookup__copy p {
		margin-top: 10px;
	}

	.laa-process-lookup__panel {
		padding: 17px;
	}

	.laa-process-business-card {
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.laa-process-business-card > span {
		width: 38px;
		height: 38px;
	}

	.laa-process-business-card button {
		min-height: 36px;
		grid-column: 1 / -1;
	}

	.laa-process-scene--lookup.is-identified .laa-process-business-card {
		max-height: 150px;
	}

	.laa-process-report-loading,
	.laa-process-delivery-loading {
		inset: 45px 0 0;
		padding-inline: 24px;
	}

	.laa-process-report {
		inset: 62px 16px 16px;
		padding: 15px;
	}

	.laa-process-report > header {
		gap: 12px;
	}

	.laa-process-report > header > span {
		padding-left: 45px;
	}

	.laa-process-report > header > b {
		width: 62px;
		height: 62px;
		flex-basis: 62px;
	}

	.laa-process-report__grid {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.laa-process-report__grid article {
		min-height: 67px;
		padding: 9px 10px;
	}

	.laa-process-services {
		height: calc(100% - 45px);
		padding: 24px 18px;
	}

	.laa-process-services__heading {
		margin-bottom: 16px;
		text-align: center;
	}

	.laa-process-services__heading h3 {
		font-size: clamp(1.5rem, 6.8vw, 1.9rem);
	}

	.laa-process-services__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 9px;
	}

	.laa-process-services__grid article {
		min-height: 92px;
		padding: 11px;
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 8px;
	}

	.laa-process-services__grid article > i {
		width: 36px;
		height: 36px;
	}

	.laa-process-services__grid article > span {
		display: none;
	}

	.laa-process-cursor {
		top: 92px;
		right: 34px;
	}

	.laa-process-materials {
		inset: 64px 16px 16px;
	}

	.laa-process-materials > header {
		display: grid;
		gap: 5px;
	}

	.laa-process-materials > header > strong {
		text-align: left;
	}

	.laa-process-materials > div {
		grid-template-columns: repeat(3, 1fr);
		gap: 7px;
	}

	.laa-process-materials article {
		border-radius: 12px;
	}

	.laa-process-materials article img {
		height: 155px;
	}

	.laa-process-materials article > span {
		padding: 8px;
	}

	.laa-process-materials article small {
		font-size: .58rem;
	}

	.laa-process-materials article strong {
		font-size: .68rem;
	}

	.laa-process-growth {
		height: calc(100% - 45px);
	}

	.laa-process-growth > img {
		object-fit: cover;
	}

	.laa-process-growth__result {
		right: 16px;
		bottom: 18px;
		left: 16px;
		padding: 12px;
		grid-template-columns: 40px minmax(0, 1fr) 28px;
		gap: 9px;
	}

	.laa-process-growth__result > i {
		width: 40px;
		height: 40px;
	}

	.laa-process-growth__result strong {
		font-size: .82rem;
	}

	.laa-process-demo__controls {
		min-height: 104px;
		padding: 10px 12px;
		grid-template-columns: 1fr auto;
		gap: 7px 10px;
	}

	.laa-process-demo__transport {
		grid-row: 2;
		grid-column: 1;
	}

	.laa-process-demo__chapters {
		grid-row: 1;
		grid-column: 1 / -1;
	}

	.laa-process-demo__status {
		display: none;
	}

	.laa-process-demo__replay {
		grid-row: 2;
		grid-column: 2;
	}

	.laa-testimonial-carousel {
		grid-auto-columns: 100%;
		gap: 14px;
		padding-inline: 2px;
	}

	.laa-testimonial-carousel article {
		min-height: 360px;
		padding: 24px 21px;
		border-radius: 20px;
	}

	.laa-testimonial-head {
		gap: 13px;
		padding-right: 0;
	}

	.laa-testimonial-head > img {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
	}

	.laa-testimonial-stars {
		margin-left: 85px;
	}

	.laa-blog-carousel {
		grid-auto-columns: 88%;
	}

	.laa-s1-final-cta {
		padding: 62px 0;
	}

	.laa-s1-final-cta::before {
		top: auto;
		right: -44%;
		bottom: -8%;
		width: 92vw;
	}

	.laa-final-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.laa-final-actions .laa-s1-button {
		width: 100%;
	}

	.laa-s1-final-cta ul {
		display: grid;
	}

	.laa-final-cta-visual {
		width: 112%;
		margin: -8px -6% -26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.laa-opening-visual img,
	.laa-opening-spark,
	.laa-process-demo *,
	.laa-process-demo *::before,
	.laa-process-demo *::after {
		animation: none;
		scroll-behavior: auto;
	}
}

/*
 * Style 2 — Cobalt Local Momentum
 *
 * This file is a self-contained style package. It owns all homepage component
 * rules and only loads while Style 2 is active. Photo files remain clean scene
 * layers; the organic silhouettes, rings, glows, and interface cards below are
 * CSS/HTML presentation so owner-replaced media keeps the same art direction.
 */

body.laa-theme-style-style-2:not(.laa-portal-page) {
	--laa-s2-navy: var(--laa-package-heading);
	--laa-s2-navy-deep: var(--laa-package-deep);
	--laa-s2-blue: var(--laa-primary);
	--laa-s2-violet: var(--laa-secondary);
	--laa-s2-text: var(--laa-text);
	--laa-s2-muted: var(--laa-muted);
	--laa-s2-surface: var(--laa-package-surface);
	--laa-s2-ice: var(--laa-package-surface-alt);
	--laa-s2-line: var(--laa-package-border);
	--laa-s2-highlight: var(--laa-package-highlight);
	--laa-s2-success: var(--laa-package-success);
	--laa-s2-teal: var(--laa-package-teal);
	--laa-s2-warning: var(--laa-package-warning);
	--laa-s2-danger: var(--laa-package-danger);
	--laa-s2-shadow-color: var(--laa-package-shadow);
	--laa-s2-card: color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	--laa-s2-shadow: 0 22px 60px color-mix(in srgb, var(--laa-s2-shadow-color) 14%, transparent);
	--laa-s2-process-highlight-start: color-mix(in srgb, var(--laa-s2-highlight) 68%, var(--laa-s2-surface));
	--laa-s2-process-highlight-mid: color-mix(in srgb, var(--laa-s2-blue) 62%, var(--laa-s2-surface));
	--laa-s2-process-highlight-end: color-mix(in srgb, var(--laa-s2-violet) 50%, var(--laa-s2-surface));
	--laa-text-color: var(--laa-s2-text);
	--laa-muted-color: var(--laa-s2-muted);
	background: var(--laa-s2-surface);
	color: var(--laa-s2-text);
}

body.laa-theme-style-style-2:not(.laa-portal-page):not(.laa-onboarding-page) .laa-button-primary,
body.laa-theme-style-style-2:not(.laa-portal-page):not(.laa-onboarding-page) .wp-block-button__link,
body.laa-theme-style-style-2:not(.laa-portal-page):not(.laa-onboarding-page) .laa-contact-submit {
	border-color: transparent;
	background: linear-gradient(112deg, var(--laa-s2-blue), var(--laa-s2-violet));
	box-shadow: 0 12px 28px color-mix(in srgb, var(--laa-s2-blue) 24%, transparent);
}

body.laa-theme-style-style-2:not(.laa-portal-page) :is(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--laa-s2-blue) 42%, transparent);
	outline-offset: 3px;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-announcement {
	background: linear-gradient(90deg, var(--laa-s2-blue), color-mix(in srgb, var(--laa-s2-blue) 88%, var(--laa-s2-highlight)) 55%, color-mix(in srgb, var(--laa-s2-violet) 82%, var(--laa-s2-blue)));
	box-shadow: none;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-announcement-inner {
	min-height: 46px;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-header {
	border-bottom: 1px solid color-mix(in srgb, var(--laa-s2-shadow-color) 9%, transparent);
	background: color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	box-shadow: 0 12px 30px color-mix(in srgb, var(--laa-s2-shadow-color) 7%, transparent);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-header-inner {
	min-height: 85px;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-brand-mark {
	border: 0;
	border-radius: 13px;
	background: linear-gradient(145deg, var(--laa-primary, var(--laa-s2-blue)), var(--laa-secondary, var(--laa-s2-violet)));
	color: var(--laa-s2-surface);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--laa-s2-blue) 18%, transparent);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-brand-highlight {
	color: var(--laa-s2-blue);
}

body.laa-theme-style-style-2:not(.laa-portal-page) :is(.site-navigation a, .site-login-link) {
	color: var(--laa-s2-navy);
	font-weight: 700;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .site-header-actions .laa-button {
	min-height: 46px;
	border-radius: 10px;
}

.laa-style-2-home {
	overflow: clip;
	background: var(--laa-s2-surface);
}

.laa-style-2-home .laa-s1-container,
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-s1-container {
	width: min(94%, 1380px);
}

.laa-style-2-home .laa-s1-eyebrow {
	width: fit-content;
	margin-bottom: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--laa-s2-blue);
	font-size: var(--laa-eyebrow-max-size, 18px);
	font-weight: 800;
	letter-spacing: -.01em;
	text-transform: none;
}

.laa-style-2-home .laa-s1-eyebrow::before {
	display: none;
}

.laa-style-2-home .laa-s1-eyebrow .laa-icon {
	color: var(--laa-s2-blue);
	filter: none;
}

.laa-style-2-home .laa-s1-section-heading {
	max-width: 930px;
	margin-inline: auto;
	text-align: center;
}

.laa-style-2-home .laa-s1-section-heading .laa-s1-eyebrow {
	margin-inline: auto;
}

.laa-style-2-home .laa-s1-section-heading h2 {
	color: var(--laa-s2-navy);
	font-size: var(--laa-section-heading-size);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.03;
}

.laa-style-2-home .laa-s1-section-heading h2 :is(span, strong),
.laa-style-2-home .laa-s1-section-heading h2 > span,
.laa-style-2-home .laa-s1-section-heading h2 > strong {
	background: linear-gradient(100deg, var(--laa-s2-blue), var(--laa-s2-violet));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.laa-style-2-home .laa-s1-section-heading > p {
	max-width: 760px;
	margin: 22px auto 0;
	color: var(--laa-muted-color, var(--laa-s2-muted));
	font-size: clamp(1rem, .92rem + .22vw, 1.18rem);
	line-height: 1.75;
}

/* Header/hero concept: one clean cafe photo beneath a CSS-owned navy blob. */
.laa-style-2-home .laa-s1-hero {
	position: relative;
	min-height: clamp(800px, 43vw, 840px);
	padding: 0;
	isolation: isolate;
	background-color: var(--laa-s2-navy);
	background-image: var(--laa-hero-background);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.laa-style-2-home .laa-s1-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0 auto 0 0;
	width: min(68%, calc((100vw - min(94vw, var(--laa-content))) / 2 + 720px));
	content: "";
	border-radius: 0 24% 30% 0 / 0 42% 58% 0;
	background:
		radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--laa-s2-blue) 46%, transparent) 0 0, color-mix(in srgb, var(--laa-s2-blue) 46%, transparent) 0 8%, transparent 8.2%),
		linear-gradient(138deg, color-mix(in srgb, var(--laa-s2-navy-deep) 99%, transparent), color-mix(in srgb, var(--laa-s2-navy-deep) 97%, transparent));
	box-shadow: 48px 0 90px color-mix(in srgb, var(--laa-s2-navy-deep) 22%, transparent);
}

.laa-style-2-home .laa-s1-hero::after {
	position: absolute;
	z-index: -1;
	left: 34%;
	bottom: -11%;
	width: 270px;
	aspect-ratio: 1;
	content: "";
	border-radius: 45% 55% 62% 38% / 55% 42% 58% 45%;
	background: color-mix(in srgb, var(--laa-s2-blue) 42%, transparent);
	box-shadow: inset 0 0 0 34px color-mix(in srgb, var(--laa-s2-surface) 8%, transparent);
	transform: rotate(18deg);
}

.laa-style-2-home .laa-s1-hero-grid {
	min-height: clamp(800px, 43vw, 840px);
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: clamp(30px, 4vw, 72px);
	align-items: center;
}

.laa-style-2-home .laa-s1-hero-copy {
	z-index: 4;
	max-width: 610px;
	padding: clamp(138px, calc(5vw + 50px), 146px) 0 clamp(146px, calc(5.4vw + 50px), 154px);
	color: var(--laa-s2-surface);
}

.laa-style-2-home .laa-s1-hero-copy .laa-s1-eyebrow {
	color: var(--laa-s2-highlight);
}

.laa-style-2-home .laa-s1-hero-copy .laa-s1-eyebrow .laa-icon {
	color: var(--laa-s2-highlight);
}

.laa-style-2-home .laa-s1-hero-copy h1 {
	max-width: 590px;
	margin: 0;
	color: var(--laa-s2-surface);
	font-size: clamp(2.65rem, 2rem + 2vw, 60px);
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: .98;
}

.laa-style-2-home .laa-s1-hero-copy h1 span {
	display: inline;
	background: linear-gradient(95deg, var(--laa-s2-blue), color-mix(in srgb, var(--laa-s2-violet) 74%, var(--laa-s2-highlight)));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.laa-style-2-home .laa-s1-lead {
	max-width: 590px;
	margin-top: 26px;
	color: color-mix(in srgb, var(--laa-s2-surface) 88%, transparent);
	font-size: clamp(1rem, .94rem + .2vw, 17px);
	line-height: 1.55;
}

.laa-style-2-home .laa-s1-link-form {
	max-width: 570px;
	margin-top: 28px;
}

.laa-style-2-home .laa-s1-link-form .laa-hero-lookup-form > label {
	color: color-mix(in srgb, var(--laa-s2-surface) 80%, transparent);
}

.laa-style-2-home .laa-s1-link-form .laa-hero-lookup-control {
	min-height: 58px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-surface) 38%, transparent);
	border-radius: 12px;
	background: color-mix(in srgb, var(--laa-s2-surface) 98%, transparent);
	box-shadow: 0 18px 40px color-mix(in srgb, var(--laa-s2-navy-deep) 24%, transparent);
}

.laa-style-2-home .laa-s1-link-form .laa-hero-lookup-control button {
	border-radius: 9px;
	background: linear-gradient(112deg, var(--laa-s2-blue), var(--laa-s2-violet));
}

.laa-style-2-home .laa-s1-safe-note,
.laa-style-2-home .laa-s1-trust {
	color: color-mix(in srgb, var(--laa-s2-surface) 84%, transparent);
}

.laa-style-2-home .laa-s1-trust p {
	color: color-mix(in srgb, var(--laa-s2-surface) 72%, transparent);
}

.laa-style-2-home .laa-s1-trust strong {
	color: var(--laa-s2-surface);
}

.laa-style-2-home .laa-s1-avatar-stack i {
	border-color: var(--laa-s2-surface);
}

.laa-style-2-home .laa-hero-scene {
	position: relative;
	min-height: 690px;
	pointer-events: none;
}

.laa-style-2-home .laa-hero-cluster,
.laa-style-2-home .laa-hero-scene .laa-offer-card,
.laa-style-2-home .laa-hero-scene .laa-metrics-card,
.laa-style-2-home .laa-hero-scene .laa-chart-tile {
	display: none;
}

.laa-style-2-home .laa-hero-scene .laa-ui-card {
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 92%, transparent);
	border-radius: 16px;
	background: color-mix(in srgb, var(--laa-s2-surface) 97%, transparent);
	box-shadow: 0 22px 58px color-mix(in srgb, var(--laa-s2-navy-deep) 22%, transparent);
	backdrop-filter: blur(9px);
}

.laa-style-2-home .laa-hero-scene .laa-gbp-card {
	top: 110px;
	right: -18px;
	left: auto;
	width: min(330px, 41%);
	transform: rotate(1.5deg);
}

.laa-style-2-home .laa-hero-scene .laa-review-chip {
	top: auto;
	right: 50%;
	bottom: 88px;
	left: auto;
	width: min(310px, 47%);
	transform: rotate(-1.4deg);
}

.laa-style-2-home .laa-hero-scene .laa-social-card {
	top: auto;
	right: -28px;
	bottom: 10px;
	left: auto;
	width: min(280px, 40%);
	transform: rotate(1deg);
}

/* Feature concept: airy copy, organic photo mask, ticker, four editorial cards. */
.laa-style-2-home .laa-s1-feature-world {
	position: relative;
	padding: 120px 0 110px;
	background:
		radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--laa-s2-blue) 12%, transparent), transparent 28%),
		linear-gradient(180deg, color-mix(in srgb, var(--laa-s2-ice) 45%, var(--laa-s2-surface)), var(--laa-s2-ice));
}

.laa-style-2-home .laa-s1-opening {
	grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr);
	gap: clamp(54px, 7vw, 110px);
	align-items: center;
}

.laa-style-2-home .laa-s1-opening > div:first-child {
	padding-left: 24px;
}

.laa-style-2-home .laa-s1-opening h2 {
	color: var(--laa-s2-navy);
	font-size: var(--laa-section-heading-size);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.05;
}

.laa-style-2-home .laa-s1-opening h2 span {
	background: linear-gradient(100deg, var(--laa-s2-blue), var(--laa-s2-violet));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.laa-style-2-home .laa-s1-opening p {
	max-width: 640px;
	color: var(--laa-muted-color, var(--laa-s2-muted));
	font-size: 1.1rem;
	line-height: 1.75;
}

.laa-style-2-home .laa-opening-visual {
	min-height: 500px;
	padding: 0;
}

.laa-style-2-home .laa-opening-visual::before {
	inset: -7% -6% 1% 4%;
	border-radius: 34% 66% 48% 52% / 50% 35% 65% 50%;
	background: color-mix(in srgb, var(--laa-s2-blue) 13%, transparent);
	filter: none;
	transform: rotate(5deg);
}

.laa-style-2-home .laa-opening-visual::after {
	inset: 12% -4% -5% 17%;
	border-radius: 65% 35% 59% 41% / 38% 57% 43% 62%;
	background: color-mix(in srgb, var(--laa-s2-blue) 17%, transparent);
	filter: none;
	transform: rotate(-5deg);
}

.laa-style-2-home .laa-opening-visual img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 500px;
	border: 0;
	border-radius: 35% 65% 46% 54% / 50% 34% 66% 50%;
	object-fit: cover;
	box-shadow: 0 28px 70px color-mix(in srgb, var(--laa-s2-shadow-color) 20%, transparent);
	animation: none;
}

.laa-style-2-home .laa-opening-spark {
	display: none;
}

.laa-style-2-home .laa-s1-marquee {
	width: min(94%, 1380px);
	margin: 64px auto 0;
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 70%, transparent);
	border-radius: 16px;
	background: color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	box-shadow: 0 14px 34px color-mix(in srgb, var(--laa-s2-shadow-color) 8%, transparent);
}

.laa-style-2-home .laa-s1-marquee div {
	animation-duration: 38s;
}

.laa-style-2-home .laa-s1-marquee span {
	padding-block: 12px;
	color: var(--laa-s2-navy);
}

.laa-style-2-home .laa-s1-marquee span img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.laa-style-2-home .laa-feature-cards {
	margin-top: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.laa-style-2-home .laa-feature-cards article {
	min-height: 0;
	padding: 0 0 20px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 72%, transparent);
	border-radius: 22px;
	background: var(--laa-s2-surface);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--laa-s2-shadow-color) 9%, transparent);
}

.laa-style-2-home .laa-feature-cards article::before {
	display: none;
}

.laa-style-2-home .laa-feature-cards article > img {
	position: relative;
	inset: auto;
	order: -1;
	width: 100%;
	height: 215px;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
	filter: none;
	transform: none;
}

.laa-style-2-home .laa-feature-cards article:nth-child(even) > img,
.laa-style-2-home .laa-feature-cards article:hover > img {
	transform: scale(1.025);
}

.laa-style-2-home .laa-feature-cards article > span {
	position: absolute;
	z-index: 3;
	top: 16px;
	left: 16px;
	width: 40px;
	height: 40px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-blue) 25%, transparent);
	border-radius: 10px;
	background: color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	color: var(--laa-s2-blue);
	box-shadow: 0 8px 18px color-mix(in srgb, var(--laa-s2-navy-deep) 12%, transparent);
}

.laa-style-2-home .laa-feature-cards article > div {
	padding: 18px 20px 0;
}

.laa-style-2-home .laa-feature-cards h3 {
	min-height: 0;
	margin-bottom: 8px;
	color: var(--laa-s2-navy);
	font-size: 1.12rem;
}

.laa-style-2-home .laa-feature-cards p {
	color: var(--laa-muted-color, var(--laa-s2-muted));
	font-size: .98rem;
	line-height: 1.65;
}

.laa-style-2-home .laa-feature-cards article {
	display: flex;
	flex-direction: column;
}

.laa-style-2-home .laa-feature-cards article > img {
	flex: 0 0 215px;
	order: 0;
}

.laa-style-2-home .laa-feature-cards article > div {
	order: 1;
}

.laa-style-2-home .laa-light-cta {
	width: min(94%, 1320px);
	margin-top: 52px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 72%, transparent);
	border-radius: 26px;
	background: color-mix(in srgb, var(--laa-s2-surface) 96%, transparent);
	box-shadow: var(--laa-s2-shadow);
}

.laa-style-2-home .laa-light-cta::before,
.laa-style-2-home .laa-light-cta::after {
	background: color-mix(in srgb, var(--laa-s2-blue) 8%, transparent);
}

.laa-style-2-home .laa-light-cta-copy h3 {
	color: var(--laa-s2-navy);
}

.laa-style-2-home .laa-light-cta-copy p {
	color: var(--laa-muted-color, var(--laa-s2-muted));
}

.laa-style-2-home .laa-light-cta .laa-s1-safe-note {
	color: var(--laa-muted-color, var(--laa-s2-muted));
}

/* How it works: simple three-step cards above one photo-led workflow stage. */
.laa-style-2-home .laa-how {
	padding: 118px 0 128px;
	background:
		radial-gradient(circle at 0 92%, color-mix(in srgb, var(--laa-s2-blue) 11%, transparent), transparent 27%),
		linear-gradient(180deg, var(--laa-s2-surface), color-mix(in srgb, var(--laa-s2-ice) 76%, var(--laa-s2-surface)) 62%, color-mix(in srgb, var(--laa-s2-ice) 88%, var(--laa-s2-blue)));
}

.laa-style-2-home .laa-how-steps {
	margin-top: 46px;
	gap: 54px;
}

.laa-style-2-home .laa-how-steps li {
	min-height: 132px;
	padding: 28px 70px 28px 30px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 75%, transparent);
	border-radius: 22px;
	background: color-mix(in srgb, var(--laa-s2-surface) 95%, transparent);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--laa-s2-shadow-color) 9%, transparent);
}

.laa-style-2-home .laa-how-steps li > b {
	background: linear-gradient(145deg, var(--laa-s2-blue), var(--laa-s2-violet));
	box-shadow: 0 8px 18px color-mix(in srgb, var(--laa-s2-blue) 22%, transparent);
}

.laa-style-2-home .laa-how-step-copy strong {
	color: var(--laa-s2-navy);
	font-size: 1rem;
}

.laa-style-2-home .laa-how-step-copy small {
	color: var(--laa-muted-color, var(--laa-s2-muted));
}

.laa-style-2-home .laa-how-step-icon {
	border-color: color-mix(in srgb, var(--laa-s2-blue) 15%, transparent);
	border-radius: 14px;
	background: color-mix(in srgb, var(--laa-s2-ice) 94%, var(--laa-s2-surface));
	color: var(--laa-s2-blue);
}

.laa-style-2-home .laa-how-connector {
	color: var(--laa-s2-blue);
}

.laa-style-2-home .laa-process-demo {
	margin-top: 34px;
	border: 10px solid var(--laa-s2-surface);
	border-radius: 30px;
	background: var(--laa-s2-surface);
	box-shadow: 0 30px 76px color-mix(in srgb, var(--laa-s2-shadow-color) 20%, transparent);
}

.laa-style-2-home .laa-process-demo__viewport {
	min-height: 570px;
	border-radius: 21px 21px 10px 10px;
	background-position: center;
}

.laa-style-2-home .laa-process-demo__viewport::before {
	background: transparent;
}

.laa-style-2-home .laa-process-scene--starter {
	background:
		radial-gradient(ellipse 58% 76% at 50% 36%, color-mix(in srgb, var(--laa-s2-navy-deep) 76%, transparent) 0 30%, color-mix(in srgb, var(--laa-s2-navy-deep) 58%, transparent) 52%, color-mix(in srgb, var(--laa-s2-navy-deep) 10%, transparent) 78%, transparent),
		linear-gradient(90deg, color-mix(in srgb, var(--laa-s2-navy-deep) 28%, transparent), color-mix(in srgb, var(--laa-s2-navy-deep) 16%, transparent) 58%, color-mix(in srgb, var(--laa-s2-navy-deep) 8%, transparent) 82%, color-mix(in srgb, var(--laa-s2-navy-deep) 12%, transparent)),
		var(--laa-process-background) 8% center / cover no-repeat;
}

.laa-style-2-home .laa-process-scene--starter::before,
.laa-style-2-home .laa-process-scene--starter::after {
	display: none;
}

.laa-style-2-home .laa-process-starter {
	max-width: 720px;
}

.laa-style-2-home .laa-process-starter__eyebrow {
	color: color-mix(in srgb, var(--laa-s2-surface) 86%, transparent);
}

.laa-style-2-home .laa-process-starter h3 {
	color: var(--laa-s2-surface);
	font-size: 40px;
	text-shadow: 0 3px 24px color-mix(in srgb, var(--laa-s2-navy-deep) 38%, transparent);
}

.laa-style-2-home .laa-process-starter h3 > span {
	background: linear-gradient(96deg, var(--laa-s2-process-highlight-start), var(--laa-s2-process-highlight-mid) 48%, var(--laa-s2-process-highlight-end));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 3px 20px color-mix(in srgb, var(--laa-s2-navy-deep) 44%, transparent);
}

.laa-style-2-home .laa-process-starter p,
.laa-style-2-home .laa-process-demo__start,
.laa-style-2-home .laa-process-starter > small {
	color: color-mix(in srgb, var(--laa-s2-surface) 90%, transparent);
}

.laa-style-2-home .laa-process-demo__start > span {
	background: linear-gradient(145deg, var(--laa-s2-blue), var(--laa-s2-violet));
	box-shadow: 0 0 0 10px color-mix(in srgb, var(--laa-s2-surface) 16%, transparent), 0 16px 34px color-mix(in srgb, var(--laa-s2-navy-deep) 28%, transparent);
}

.laa-style-2-home .laa-process-output-card {
	border-color: color-mix(in srgb, var(--laa-s2-line) 90%, transparent);
	background: color-mix(in srgb, var(--laa-s2-surface) 97%, transparent);
	box-shadow: 0 20px 48px color-mix(in srgb, var(--laa-s2-shadow-color) 20%, transparent);
}

.laa-style-2-home .laa-process-demo__controls {
	border-top-color: var(--laa-s2-line);
	background: color-mix(in srgb, var(--laa-s2-surface) 97%, transparent);
}

.laa-theme-style-style-2 .site-announcement-carousel > button,
.laa-style-2-home .laa-process-demo__transport button,
.laa-style-2-home .laa-process-demo__chapters button,
.laa-style-2-home .laa-process-demo__replay {
	min-height: 44px;
}

.laa-theme-style-style-2 .site-announcement-carousel > button,
.laa-style-2-home .laa-process-demo__transport button {
	min-width: 44px;
}

.laa-theme-style-style-2 .site-announcement-carousel {
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	gap: 0;
}

.laa-theme-style-style-2 .site-announcement-carousel > button {
	position: relative;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.laa-theme-style-style-2 .site-announcement-carousel > button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-surface) 18%, transparent);
	border-radius: 50%;
	background: color-mix(in srgb, var(--laa-s2-surface) 10%, transparent);
	content: "";
	transform: translate(-50%, -50%);
	transition: background-color .18s ease, box-shadow .18s ease;
}

.laa-theme-style-style-2 .site-announcement-carousel > button .laa-icon {
	position: relative;
	z-index: 1;
}

.laa-theme-style-style-2 .site-announcement-carousel > button:is(:hover, :focus-visible)::before {
	background: color-mix(in srgb, var(--laa-s2-surface) 22%, transparent);
	box-shadow: 0 3px 12px color-mix(in srgb, var(--laa-s2-navy-deep) 18%, transparent);
}

.laa-style-2-home .laa-process-scene--growth {
	background: var(--laa-s2-navy);
}

.laa-style-2-home .laa-process-growth {
	display: grid;
	place-items: center;
}

.laa-style-2-home .laa-process-growth::before {
	display: none;
}

.laa-style-2-home .laa-process-growth::after {
	inset: 0;
	height: auto;
	background: linear-gradient(180deg, color-mix(in srgb, var(--laa-s2-navy-deep) 8%, transparent), color-mix(in srgb, var(--laa-s2-navy-deep) 72%, transparent));
}

.laa-style-2-home .laa-process-growth__result {
	border-color: color-mix(in srgb, var(--laa-s2-surface) 34%, transparent);
	background: color-mix(in srgb, var(--laa-s2-navy-deep) 78%, transparent);
	box-shadow: 0 20px 48px color-mix(in srgb, var(--laa-s2-navy-deep) 32%, transparent);
}

.laa-style-2-home .laa-process-growth__result :is(small, strong) {
	color: var(--laa-s2-surface);
}

.laa-how-it-works-demo-embed.laa-style-2-home {
	overflow: visible;
	background: transparent;
}

/* Services and blog use the same editorial photo/card grammar. */
.laa-style-2-home .laa-services,
.laa-style-2-home .laa-blog-section {
	padding: 118px 0;
	background-image: none;
	background-color: color-mix(in srgb, var(--laa-s2-ice) 88%, var(--laa-s2-surface));
}

.laa-style-2-home .laa-services::before,
.laa-style-2-home .laa-blog-section::before {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--laa-s2-blue) 9%, transparent), transparent 23%),
		radial-gradient(circle at 91% 88%, color-mix(in srgb, var(--laa-s2-violet) 8%, transparent), transparent 25%);
	content: "";
	pointer-events: none;
}

.laa-style-2-home .laa-service-filters button {
	min-height: 46px;
	border-color: var(--laa-s2-line);
	background: var(--laa-s2-surface);
	color: var(--laa-s2-muted);
}

.laa-style-2-home .laa-service-filters button:is(:hover, :focus-visible, .is-active) {
	border-color: transparent;
	background: linear-gradient(112deg, var(--laa-s2-blue), var(--laa-s2-violet));
	color: var(--laa-s2-surface);
}

.laa-style-2-home .laa-service-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.laa-style-2-home .laa-service-grid article {
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 75%, transparent);
	border-radius: 22px;
	background: var(--laa-s2-surface);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--laa-s2-shadow-color) 10%, transparent);
}

.laa-style-2-home .laa-service-grid article > img {
	aspect-ratio: 3 / 2;
	background: var(--laa-s2-line);
	object-fit: cover;
}

.laa-style-2-home .laa-service-grid article > div {
	padding: 22px 22px 24px;
}

.laa-style-2-home .laa-service-grid h3 {
	color: var(--laa-s2-navy);
	font-size: 1.15rem;
}

.laa-style-2-home .laa-service-grid p {
	color: var(--laa-muted-color, var(--laa-s2-muted));
}

.laa-style-2-home .laa-service-grid a {
	border-radius: 11px;
	background: linear-gradient(112deg, var(--laa-s2-blue), var(--laa-s2-violet));
}

/* Testimonials: pale sky at the top, real town scene at the bottom. */
.laa-style-2-home .laa-testimonials {
	padding: 118px 0 90px;
	background-color: color-mix(in srgb, var(--laa-s2-ice) 92%, var(--laa-s2-blue));
	background-image:
		linear-gradient(180deg, color-mix(in srgb, var(--laa-s2-surface) 98%, transparent) 0%, color-mix(in srgb, var(--laa-s2-surface) 93%, transparent) 52%, color-mix(in srgb, var(--laa-s2-surface) 32%, transparent) 72%, color-mix(in srgb, var(--laa-s2-navy-deep) 8%, transparent) 100%),
		var(--laa-testimonials-background, none);
	background-position: center, center bottom;
	background-size: cover, cover;
}

.laa-style-2-home .laa-testimonials .laa-s1-section-heading {
	margin-bottom: 44px;
}

.laa-style-2-home .laa-testimonial-carousel {
	grid-auto-columns: calc((100% - 48px) / 3);
	gap: 24px;
}

.laa-style-2-home .laa-testimonial-carousel article {
	min-height: 400px;
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 78%, transparent);
	border-radius: 24px;
	background: color-mix(in srgb, var(--laa-s2-surface) 94%, transparent);
	box-shadow: 0 24px 58px color-mix(in srgb, var(--laa-s2-shadow-color) 14%, transparent);
	backdrop-filter: blur(10px);
}

.laa-style-2-home .laa-testimonial-head h3 {
	color: var(--laa-s2-navy);
}

.laa-style-2-home .laa-testimonial-carousel blockquote {
	color: var(--laa-s2-muted);
}

.laa-style-2-home .laa-testimonial-carousel-controls button {
	width: 50px;
	height: 50px;
	border-color: color-mix(in srgb, var(--laa-s2-blue) 18%, transparent);
	background: var(--laa-s2-surface);
	color: var(--laa-s2-blue);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--laa-s2-shadow-color) 15%, transparent);
}

.laa-style-2-home .laa-testimonials > .laa-light-cta {
	margin-top: 58px;
	margin-bottom: 0;
	transform: translateY(0);
}

.laa-style-2-home .laa-blog-section {
	padding-top: 118px;
	background-color: var(--laa-s2-surface);
}

.laa-style-2-home .laa-blog-carousel {
	grid-auto-columns: calc((100% - 48px) / 3);
	gap: 24px;
}

.laa-style-2-home .laa-blog-carousel article {
	border: 1px solid color-mix(in srgb, var(--laa-s2-line) 72%, transparent);
	border-radius: 22px;
	background: var(--laa-s2-surface);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--laa-s2-shadow-color) 8%, transparent);
}

.laa-style-2-home .laa-blog-image {
	aspect-ratio: 3 / 2;
}

.laa-style-2-home .laa-blog-carousel h3,
.laa-style-2-home .laa-blog-carousel h3 a {
	color: var(--laa-s2-navy);
}

.laa-style-2-home .laa-blog-carousel-controls button,
.laa-style-2-home .laa-all-posts-link {
	border-color: color-mix(in srgb, var(--laa-s2-blue) 20%, transparent);
	background: var(--laa-s2-surface);
	color: var(--laa-s2-blue);
}

/* Final CTA: clean owner photo with CSS-owned blob mask and growth rings. */
.laa-style-2-home .laa-s1-final-cta {
	position: relative;
	padding: 50px 0;
	background:
		radial-gradient(circle at 91% 8%, color-mix(in srgb, var(--laa-s2-blue) 13%, transparent), transparent 28%),
		linear-gradient(135deg, color-mix(in srgb, var(--laa-s2-ice) 45%, var(--laa-s2-surface)), color-mix(in srgb, var(--laa-s2-ice) 90%, var(--laa-s2-blue)));
}

.laa-style-2-home .laa-s1-final-cta::before {
	top: -24%;
	right: -9%;
	bottom: auto;
	left: auto;
	width: min(38vw, 620px);
	border: 42px solid color-mix(in srgb, var(--laa-s2-blue) 7%, transparent);
	border-radius: 43% 57% 48% 52% / 58% 42% 58% 42%;
	background: transparent;
	filter: none;
	transform: rotate(18deg);
}

.laa-style-2-home .laa-s1-final-cta::after {
	position: absolute;
	right: 2%;
	bottom: 5%;
	width: 170px;
	aspect-ratio: 1;
	border: 24px solid color-mix(in srgb, var(--laa-s2-blue) 8%, transparent);
	border-radius: 50%;
	background: transparent;
	content: "";
	pointer-events: none;
}

.laa-style-2-home .laa-s1-final-cta > .laa-s1-container {
	grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
	gap: clamp(56px, 7vw, 112px);
	align-items: center;
}

.laa-style-2-home .laa-final-cta-copy {
	max-width: 650px;
}

.laa-style-2-home .laa-s1-final-cta h2 {
	color: var(--laa-s2-navy);
	font-size: var(--laa-section-heading-size);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.03;
}

.laa-style-2-home .laa-s1-final-cta h2 strong {
	background: linear-gradient(100deg, var(--laa-s2-blue), var(--laa-s2-violet));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.laa-style-2-home .laa-s1-final-cta p,
.laa-style-2-home .laa-s1-final-cta li {
	color: var(--laa-muted-color, var(--laa-s2-muted));
}

.laa-style-2-home .laa-s1-final-cta li .laa-icon {
	color: var(--laa-s2-blue);
}

.laa-style-2-home .laa-final-actions .laa-s1-button {
	border-radius: 12px;
	background: linear-gradient(112deg, var(--laa-s2-blue), var(--laa-s2-violet));
	box-shadow: 0 14px 32px color-mix(in srgb, var(--laa-s2-blue) 23%, transparent);
}

.laa-style-2-home .laa-final-actions .laa-s1-button.is-light {
	border: 1px solid var(--laa-s2-line);
	background: var(--laa-s2-surface);
	box-shadow: none;
	color: var(--laa-s2-navy);
}

.laa-style-2-home .laa-final-cta-visual {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 520px;
	margin: 0;
	border-radius: 42% 58% 45% 55% / 55% 39% 61% 45%;
	object-fit: cover;
	object-position: 62% center;
	filter: none;
	box-shadow: 0 30px 70px color-mix(in srgb, var(--laa-s2-shadow-color) 20%, transparent);
}

/* Inner pages, blog surfaces, search/archive, and 404 share the same package. */
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero {
	min-height: clamp(360px, 31vw, 420px);
	background-color: var(--laa-hero-bg, var(--laa-s2-navy));
	background-image: var(--laa-hero-image, none);
	background-position: center right;
	background-size: cover;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero::before {
	z-index: 0;
	inset: 0 auto 0 0;
	width: min(60%, 980px);
	border-radius: 0 22% 28% 0 / 0 46% 54% 0;
	background: linear-gradient(138deg, color-mix(in srgb, var(--laa-s2-navy-deep) 99%, transparent), color-mix(in srgb, var(--laa-s2-navy-deep) 96%, transparent));
	box-shadow: 42px 0 84px color-mix(in srgb, var(--laa-s2-navy-deep) 20%, transparent);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero::after {
	top: auto;
	right: auto;
	bottom: -24%;
	left: 41%;
	width: 250px;
	aspect-ratio: 1;
	border: 32px solid color-mix(in srgb, var(--laa-s2-blue) 26%, transparent);
	border-radius: 45% 55% 61% 39% / 58% 43% 57% 42%;
	box-shadow: none;
	transform: rotate(16deg);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-content {
	width: min(94%, 1380px);
	min-height: clamp(360px, 31vw, 420px);
	padding-block: clamp(48px, 5vw, 60px);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-copy {
	position: relative;
	z-index: 2;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero :is(h1, p, .laa-inner-hero-eyebrow),
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-breadcrumbs :is(a, span, li) {
	color: var(--laa-s2-surface);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-eyebrow,
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-eyebrow .laa-icon {
	color: var(--laa-s2-highlight);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero h1 {
	font-weight: 800;
	letter-spacing: -.055em;
}

body.laa-theme-style-style-2:not(.laa-portal-page).laa-single-blog-post .laa-inner-hero h1 {
	font-size: clamp(2rem, 3.1vw, 40px);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero h1 strong {
	background: linear-gradient(95deg, color-mix(in srgb, var(--laa-s2-blue) 76%, var(--laa-s2-highlight)), color-mix(in srgb, var(--laa-s2-highlight) 72%, var(--laa-s2-violet)));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-meta > span {
	border-color: color-mix(in srgb, var(--laa-s2-surface) 24%, transparent);
	background: color-mix(in srgb, var(--laa-s2-surface) 12%, transparent);
	color: var(--laa-s2-surface);
	backdrop-filter: blur(10px);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-visual {
	overflow: hidden;
	padding: 0;
	border: 0;
	border-radius: 37% 63% 46% 54% / 55% 39% 61% 45%;
	background: transparent;
	box-shadow: 0 28px 64px color-mix(in srgb, var(--laa-s2-navy-deep) 24%, transparent);
	transform: none;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-visual::before {
	display: none;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-visual img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: inherit;
	object-fit: cover;
	filter: none;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-standard-page,
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-about-section,
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-contact-section {
	width: min(94%, 1380px);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-standard-page {
	padding-block: 88px 112px;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-standard-page:has(.entry-content > .laa-final-cta-embed:last-child) {
	padding-bottom: 0;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .entry-content:has(> .laa-final-cta-embed) {
	overflow: visible;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .entry-content > .laa-final-cta-embed {
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: clip;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .entry-content > .laa-final-cta-embed .laa-s1-final-cta {
	width: 100%;
	margin: 0;
}

body.laa-theme-style-style-2:not(.laa-portal-page) :is(.laa-about-values, .laa-about-process, .laa-contact-page main, .laa-legal-page main) {
	background-color: color-mix(in srgb, var(--laa-s2-ice) 82%, var(--laa-s2-surface));
}

body.laa-theme-style-style-2:not(.laa-portal-page) :is(.laa-about-card, .laa-about-value-card, .laa-contact-option, .laa-contact-form-shell, .laa-legal-note, .laa-legal-toc, .laa-legal-section) {
	border-color: color-mix(in srgb, var(--laa-s2-line) 78%, transparent);
	border-radius: 22px;
	background: color-mix(in srgb, var(--laa-s2-surface) 97%, transparent);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--laa-s2-shadow-color) 9%, transparent);
}

body.laa-theme-style-style-2:not(.laa-portal-page) :is(.laa-blog-archive-section, .laa-single-post-shell) {
	background:
		radial-gradient(circle at 8% 12%, color-mix(in srgb, var(--laa-s2-blue) 9%, transparent), transparent 24%),
		linear-gradient(180deg, color-mix(in srgb, var(--laa-s2-ice) 76%, var(--laa-s2-surface)), var(--laa-s2-surface));
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-blog-archive {
	width: min(94%, 1380px);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-archive-card {
	border-color: color-mix(in srgb, var(--laa-s2-line) 76%, transparent);
	border-radius: 22px;
	background: var(--laa-s2-surface);
	box-shadow: 0 18px 42px color-mix(in srgb, var(--laa-s2-shadow-color) 9%, transparent);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-archive-card-media {
	aspect-ratio: 3 / 2;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-blog-archive .nav-links .page-numbers {
	border-color: var(--laa-s2-line);
	background: var(--laa-s2-surface);
	color: var(--laa-s2-navy);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-blog-archive .nav-links :is(.page-numbers.current, .page-numbers:hover) {
	border-color: transparent;
	background: linear-gradient(112deg, var(--laa-s2-blue), var(--laa-s2-violet));
	color: var(--laa-s2-surface);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-hero {
	min-height: clamp(500px, calc(100vh - 132px), 680px);
	background-position: center;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-hero::before {
	display: block;
	inset: 0;
	width: 100%;
	border-radius: 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--laa-s2-navy-deep) 76%, transparent), color-mix(in srgb, var(--laa-s2-navy-deep) 90%, transparent));
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-hero-inner {
	justify-content: center;
	padding-block: clamp(68px, 8vw, 104px);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-copy {
	width: min(100%, 720px);
	margin-inline: auto;
	text-align: center;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-copy :is(h1, p) {
	max-width: 100%;
	margin-inline: auto;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-eyebrow {
	justify-content: center;
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-copy :is(h1, p),
body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-eyebrow {
	color: var(--laa-s2-surface);
}

body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-eyebrow {
	color: var(--laa-s2-highlight);
}

@media (max-width: 1180px) {
	.laa-style-2-home .laa-s1-hero::before {
		width: 63%;
	}

	.laa-style-2-home .laa-s1-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
	}

	.laa-style-2-home .laa-hero-scene .laa-gbp-card {
		right: 0;
		width: 310px;
	}

	.laa-style-2-home .laa-hero-scene .laa-social-card {
		right: 0;
	}

	.laa-style-2-home .laa-s1-opening {
		grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
		gap: 48px;
	}

	.laa-style-2-home .laa-feature-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.laa-style-2-home .laa-s1-final-cta > .laa-s1-container {
		grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
		gap: 48px;
	}
}

@media (max-width: 900px) {
	body.laa-theme-style-style-2:not(.laa-portal-page) .site-header-inner {
		min-height: 85px;
	}

	.laa-style-2-home .laa-s1-hero {
		min-height: auto;
		background-position: 68% bottom;
		background-size: auto 430px;
	}

	.laa-style-2-home .laa-s1-hero::before {
		inset: 0 0 430px;
		width: 100%;
		border-radius: 0;
	}

	.laa-style-2-home .laa-s1-hero::after {
		top: auto;
		right: auto;
		bottom: calc(430px - 78px);
		left: 0;
		width: 100%;
		height: 78px;
		aspect-ratio: auto;
		border-radius: 0;
		background: linear-gradient(100deg, var(--laa-s2-navy-deep) 0 58%, color-mix(in srgb, var(--laa-s2-navy-deep) 88%, var(--laa-s2-blue)) 100%);
		box-shadow: none;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 0H1440V34C1284 82 1166 78 1022 50C852 17 724 15 568 56C402 100 246 94 0 47V0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 96' preserveAspectRatio='none'%3E%3Cpath fill='black' d='M0 0H1440V34C1284 82 1166 78 1022 50C852 17 724 15 568 56C402 100 246 94 0 47V0Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
		transform: none;
	}

	.laa-style-2-home .laa-s1-hero-grid {
		min-height: auto;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.laa-style-2-home .laa-hero-scene {
		height: 430px;
		min-height: 430px;
		margin: 0;
		grid-row: 2;
	}

	.laa-style-2-home .laa-hero-scene .laa-ui-card {
		display: block;
	}

	.laa-style-2-home .laa-hero-scene :is(.laa-metrics-card, .laa-offer-card, .laa-chart-tile) {
		display: none;
	}

	.laa-style-2-home .laa-hero-scene .laa-gbp-card {
		top: 28px;
		right: auto;
		left: 20px;
		width: 300px;
		transform: scale(.62) rotate(-1deg);
		transform-origin: top left;
	}

	.laa-style-2-home .laa-hero-scene .laa-review-chip {
		top: auto;
		right: auto;
		bottom: 32px;
		left: 24px;
		width: 280px;
		transform: scale(.64) rotate(-1deg);
		transform-origin: bottom left;
	}

	.laa-style-2-home .laa-hero-scene .laa-social-card {
		top: auto;
		right: 24px;
		bottom: 24px;
		left: auto;
		width: 260px;
		transform: scale(.6) rotate(1deg);
		transform-origin: bottom right;
	}

	.laa-style-2-home .laa-s1-hero-copy {
		max-width: 690px;
		padding: 70px 0 76px;
		grid-row: 1;
	}

	.laa-style-2-home .laa-s1-opening {
		grid-template-columns: 1fr;
	}

	.laa-style-2-home .laa-s1-opening > div:first-child {
		padding-left: 0;
	}

	.laa-style-2-home .laa-opening-visual,
	.laa-style-2-home .laa-opening-visual img {
		min-height: 0;
		height: clamp(340px, 60vw, 500px);
	}

	.laa-style-2-home .laa-how-steps {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.laa-style-2-home .laa-how-connector {
		display: none;
	}

	.laa-style-2-home .laa-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.laa-style-2-home .laa-testimonial-carousel,
	.laa-style-2-home .laa-blog-carousel {
		grid-auto-columns: 70%;
	}

	.laa-style-2-home .laa-s1-final-cta > .laa-s1-container {
		grid-template-columns: 1fr;
	}

	.laa-style-2-home .laa-final-cta-visual {
		height: clamp(360px, 65vw, 520px);
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero::before {
		width: 72%;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-content {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
	}
}

@media (max-width: 680px) {
	body.laa-theme-style-style-2:not(.laa-portal-page) .site-announcement-inner {
		min-height: 46px;
	}

	.laa-style-2-home .laa-s1-hero {
		background-position: 68% bottom;
		background-size: auto 320px;
	}

	.laa-style-2-home .laa-s1-hero::before {
		inset: 0 0 320px;
		border-radius: 0;
	}

	.laa-style-2-home .laa-s1-hero::after {
		bottom: calc(320px - 58px);
		height: 58px;
	}

	.laa-style-2-home .laa-hero-scene {
		height: 320px;
		min-height: 320px;
	}

	.laa-style-2-home .laa-hero-scene .laa-gbp-card {
		top: 18px;
		left: 14px;
		width: 260px;
		transform: scale(.46) rotate(-1deg);
	}

	.laa-style-2-home .laa-hero-scene .laa-review-chip {
		bottom: 22px;
		left: 14px;
		width: 270px;
		transform: scale(.46) rotate(-1deg);
	}

	.laa-style-2-home .laa-hero-scene .laa-social-card {
		right: 14px;
		bottom: 16px;
		width: 240px;
		transform: scale(.42) rotate(1deg);
	}

	.laa-style-2-home .laa-s1-hero-copy {
		padding: 56px 0 64px;
	}

	.laa-style-2-home .laa-s1-hero-copy h1 {
		font-size: clamp(2.55rem, 12vw, 3.125rem);
	}

	.laa-style-2-home .laa-process-starter h3 {
		font-size: 34px;
	}

	.laa-style-2-home .laa-s1-link-form .laa-hero-lookup-control {
		padding: 6px;
		flex-direction: column;
	}

	.laa-style-2-home .laa-s1-link-form .laa-hero-lookup-control button {
		width: 100%;
		min-height: 50px;
	}

	.laa-style-2-home .laa-s1-feature-world,
	.laa-style-2-home .laa-how,
	.laa-style-2-home .laa-services,
	.laa-style-2-home .laa-blog-section,
	.laa-style-2-home .laa-s1-final-cta {
		padding-block: 78px;
	}

	.laa-style-2-home .laa-blog-section {
		padding-top: 78px;
	}

	.laa-style-2-home .laa-feature-cards,
	.laa-style-2-home .laa-service-grid {
		grid-template-columns: 1fr;
	}

	.laa-style-2-home .laa-feature-cards article {
		min-height: 0;
	}

	.laa-style-2-home .laa-how-steps li {
		padding: 24px 68px 24px 24px;
	}

	.laa-style-2-home .laa-process-demo {
		border-width: 5px;
		border-radius: 22px;
	}

	.laa-style-2-home .laa-process-demo__viewport {
		min-height: 520px;
	}

	.laa-style-2-home .laa-process-scene--starter {
		background-position: center, center, 52% center;
	}

	.laa-style-2-home .laa-testimonial-carousel,
	.laa-style-2-home .laa-blog-carousel {
		grid-auto-columns: 88%;
	}

	.laa-style-2-home .laa-testimonials > .laa-light-cta {
		margin-bottom: 0;
	}

	.laa-style-2-home .laa-s1-final-cta {
		padding-block: 50px;
	}

	.laa-style-2-home .laa-final-cta-visual {
		height: 340px;
		border-radius: 32% 68% 43% 57% / 55% 40% 60% 45%;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero {
		min-height: auto;
		padding-top: 200px;
		background-position: 66% top;
		background-size: auto 260px;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero::before {
		inset: 182px 0 0;
		width: 100%;
		border-radius: 36px 36px 0 0 / 24px 24px 0 0;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-content {
		min-height: 0;
		padding-block: 44px 50px;
		grid-template-columns: 1fr;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-inner-hero-visual {
		display: none;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-hero {
		min-height: 500px;
		padding-top: 0;
		background-position: center;
		background-size: cover;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-hero::before {
		inset: 0;
		width: 100%;
		border-radius: 0;
	}

	body.laa-theme-style-style-2:not(.laa-portal-page) .laa-404-hero-inner {
		padding-block: 64px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.laa-theme-style-style-2:not(.laa-portal-page) *,
	body.laa-theme-style-style-2:not(.laa-portal-page) *::before,
	body.laa-theme-style-style-2:not(.laa-portal-page) *::after {
		scroll-behavior: auto !important;
	}

	.laa-style-2-home .laa-s1-marquee div,
	.laa-style-2-home .laa-feature-cards article > img,
	.laa-style-2-home .laa-service-grid article,
	.laa-style-2-home .laa-blog-carousel article {
		animation: none !important;
		transition: none !important;
	}
}
