/**
 * Agency homepage presentation shared by the bundled Agency Content Pack.
 * Style Packs own tokens and surfaces; this file owns the Agency-specific layout.
 */

.lsa-agency-home {
	--lsa-agency-primary: #0b5fd3;
	--lsa-agency-primary-rgb: 11 95 211;
	--lsa-hero-gutter: clamp(1.25rem, 4vw, 4rem);
	--lsa-hero-vertical-space: clamp(8.5rem, 9vw, 9.375rem);
}

body.lsa-agency-design {
	--lsa-agency-primary: #0b5fd3;
	--lsa-agency-primary-rgb: 11 95 211;
	font-weight: 500;
}

body.lsa-agency-design .lsa-agency-home :is(p, li, a, button, input, textarea, select, label) {
	font-weight: 500;
}

body.lsa-agency-design :is(button, input[type="button"], input[type="submit"], input[type="reset"], .wp-element-button, .wp-block-button__link) {
	font-weight: 700 !important;
}

body.lsa-agency-design .wp-block-button:not(.is-style-outline) > .wp-block-button__link {
	background: var(--lsa-agency-primary) !important;
	border: 0 !important;
	box-shadow: 0 12px 30px rgb(var(--lsa-agency-primary-rgb) / 22%) !important;
}

body.lsa-agency-design .wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: var(--lsa-agency-primary) !important;
	box-shadow: none !important;
}

body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-block-button__link,
body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-element-button {
	background: var(--lsa-agency-primary) !important;
	border: 0 !important;
	box-shadow: 0 10px 26px rgb(var(--lsa-agency-primary-rgb) / 20%) !important;
	color: #ffffff !important;
}

body.lsa-agency-design .wp-block-columns {
	column-gap: min(2.25rem, 5vw) !important;
}

/*
 * Gutenberg gives core Columns blocks an editor-only flex layout. These
 * Agency sections intentionally use CSS Grid on the frontend, so preserve the
 * same layout contract inside the native editor canvas. Keeping this scoped to
 * an editor surface prevents Agency-specific rules from leaking into Core.
 */
.editor-styles-wrapper.lsa-agency-design :is(
	.lsa-agency-feature-strip__grid,
	.lsa-agency-about__grid,
	.lsa-agency-faq__grid,
	.lsa-agency-final-cta__grid
) {
	display: grid !important;
	flex-wrap: initial !important;
}

/*
 * WordPress 7.1 renders Image-block drop zones inside the isolated canvas but
 * does not copy wp-components' base drop-zone rules into that iframe. Without
 * those rules the hidden upload affordance becomes normal page content. Mirror
 * only the missing component contract here so real drag-over interactions keep
 * working while inactive controls stay out of the Agency preview.
 */
.editor-styles-wrapper.lsa-agency-design .components-drop-zone {
	border-radius: 2px;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 40;
}

.editor-styles-wrapper.lsa-agency-design .components-drop-zone.is-active {
	opacity: 1;
	visibility: visible;
}

.editor-styles-wrapper.lsa-agency-design .components-drop-zone__content {
	align-items: center;
	background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
	bottom: 0;
	color: #ffffff;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 50;
}

.editor-styles-wrapper.lsa-agency-design .components-drop-zone__content-inner {
	opacity: 0;
	transform: scale(0.9);
}

.editor-styles-wrapper.lsa-agency-design .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content,
.editor-styles-wrapper.lsa-agency-design .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
	opacity: 1;
}

.editor-styles-wrapper.lsa-agency-design .components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner {
	transform: scale(1);
}

body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-item__content,
body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-submenu__toggle,
body.lsa-agency-design .ls-business-name-fallback a {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
}

body.lsa-agency-design .ls-business-name-fallback a {
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1;
}

body.lsa-agency-design .ls-brand .lsa-agency-logo-fallback {
	flex: 0 0 auto;
	margin: 0;
}

body.lsa-agency-design .ls-brand {
	column-gap: 0.5rem !important;
	gap: 0.5rem !important;
}

body.lsa-agency-design .ls-brand .lsa-agency-logo-fallback__icon {
	display: block;
	height: 4rem;
	object-fit: contain;
	width: 4rem;
}

body.lsa-agency-design .ls-header-utility,
body.lsa-agency-design .ls-header-utility :is(p, a, span),
body.lsa-agency-design footer,
body.lsa-agency-design footer :is(p, a, li, span) {
	font-size: 0.9375rem;
	font-weight: 500;
}

body.lsa-agency-design .ls-footer-columns h3,
body.lsa-agency-design .ls-404-page__code {
	font-weight: 500;
}

body.lsa-agency-design :is(h1, h2, h3, h4, h5, h6) {
	letter-spacing: normal !important;
}

body.lsa-agency-design h2 {
	font-size: clamp(2.25rem, 3.2vw, 2.8125rem) !important;
}

.lsa-agency-home > .lsa-agency-hero {
	margin-block: 0;
}

.lsa-agency-hero {
	box-sizing: border-box;
	isolation: isolate;
	min-height: clamp(44rem, calc(100svh - 8.5rem), 53rem);
	overflow: hidden;
	padding-block: var(--lsa-hero-vertical-space);
	padding-inline: var(--lsa-hero-gutter);
	position: relative;
}

.lsa-agency-hero::before,
.lsa-agency-hero::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.lsa-agency-hero::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
}

.lsa-agency-hero::after {
	z-index: -1;
}

.lsa-agency-hero__inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(27rem, 0.98fr);
	min-height: 0;
	position: relative;
}

.lsa-agency-hero__copy {
	box-sizing: border-box;
	margin: 0;
	max-width: 47rem;
	padding-block: 0;
	position: relative;
	z-index: 3;
}

.lsa-agency-hero__copy > * {
	margin-block: 0;
	margin-inline: 0 !important;
}

.lsa-agency-hero__copy > * + * {
	margin-block-start: clamp(1.25rem, 2vw, 1.75rem);
}

.lsa-agency-eyebrow {
	align-items: center;
	border: 1px solid currentcolor;
	border-radius: 999px;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--heading, "Gabarito", "Manrope", sans-serif);
	font-size: 0.78rem;
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: 0.14em;
	line-height: 1.25;
	padding: 0.66rem 0.95rem;
	text-transform: uppercase;
}

.lsa-agency-eyebrow__separator {
	font-size: 0.65em;
	opacity: 0.72;
}

.lsa-agency-hero__title {
	font-size: clamp(3.35rem, 5vw, 4.25rem);
	line-height: 1 !important;
	max-width: none !important;
}

.lsa-agency-hero__highlight {
	color: var(--wp--preset--color--highlight, var(--wp--preset--color--accent));
	display: inline;
}

.lsa-agency-hero__lede {
	font-size: 1.125rem;
	line-height: 1.65;
	max-width: 38rem;
}

body.lsa-agency-design .lsa-agency-hero__lede {
	font-size: 1.125rem !important;
}

.lsa-agency-hero__actions {
	align-items: center;
	gap: 0.9rem;
}

.lsa-agency-hero__actions .wp-block-button__link {
	align-items: center;
	box-shadow: 0 16px 38px rgb(4 61 171 / 24%);
	display: inline-flex;
	justify-content: center;
	min-height: 3.5rem;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.lsa-agency-hero__actions .wp-block-button__link::after {
	background: currentcolor;
	content: "";
	height: 1rem;
	margin-left: 0.72rem;
	mask: var(--ls-icon-arrow-right) center / contain no-repeat;
	width: 1rem;
}

.lsa-agency-hero__actions .wp-block-button__link:hover,
.lsa-agency-hero__actions .wp-block-button__link:focus-visible {
	box-shadow: 0 20px 44px rgb(4 61 171 / 34%);
	transform: translateY(-2px);
}

body.lsa-agency-design .lsa-agency-benefits {
	align-items: stretch;
	column-gap: min(1.25rem, 4vw) !important;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2.25rem, 4vw, 3.5rem) !important;
	row-gap: 1rem !important;
}

.lsa-agency-benefits > .wp-block-column {
	align-items: flex-start;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: auto minmax(0, 1fr);
}

.lsa-agency-benefit__icon {
	filter: drop-shadow(0 0 12px rgb(19 135 255 / 32%));
	margin-top: 0.1rem;
}

.lsa-agency-benefit__copy,
.lsa-agency-benefit__copy > * {
	margin: 0;
}

.lsa-agency-benefit__copy p {
	font-size: 1rem;
	line-height: 1.45;
}

.lsa-agency-benefit__copy p + p {
	margin-top: 0.15rem;
	opacity: 0.88;
}

.lsa-agency-benefit__copy strong {
	font-size: 1rem;
	font-weight: 750;
}

.lsa-agency-hero__visual {
	align-self: center;
	display: grid;
	gap: 0.9rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-self: end;
	margin: 0;
	min-height: 38rem;
	padding-block: 2rem;
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%) scale(0.75);
	transform-origin: center right;
	width: min(100%, 39rem);
}

.lsa-agency-stat {
	backdrop-filter: blur(8px) saturate(125%);
	border: 1px solid rgb(112 198 255 / 46%);
	border-radius: 1.1rem;
	box-shadow: 0 24px 70px rgb(0 31 72 / 24%), inset 0 1px 0 rgb(255 255 255 / 16%);
	box-sizing: border-box;
	margin: 0;
	padding: 1.05rem 1.15rem;
	position: relative;
	width: auto;
}

.lsa-agency-stat > * {
	margin-block: 0;
}

.lsa-agency-stat > * + * {
	margin-block-start: 0.4rem;
}

.lsa-hologram__label {
	color: #d9ecff;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.lsa-hologram__title {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.2;
}

.lsa-agency-stat p:last-child {
	font-size: 0.8rem;
	line-height: 1.45;
	opacity: 0.76;
}

.lsa-hologram__map {
	align-items: center;
	background: rgb(2 16 33 / 26%);
	border: 1px solid rgb(100 183 255 / 22%);
	border-radius: 0.75rem;
	display: flex;
	height: 5rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.lsa-hologram__map-grid {
	color: #6eb7f7;
	opacity: 0.46;
	transform: scale(2.1) rotate(-7deg);
}

.lsa-hologram__map-pin {
	color: #188cff;
	filter: drop-shadow(0 0 18px rgb(24 140 255 / 88%));
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lsa-hologram__stars {
	color: #188cff;
	gap: 0.2rem;
}

.lsa-hologram__stars .wp-block-local-studio-icon {
	filter: drop-shadow(0 0 12px rgb(24 140 255 / 44%));
}

.lsa-hologram__rows {
	margin-top: 0.55rem;
}

.lsa-hologram__row {
	align-items: center;
	border-bottom: 1px solid rgb(150 200 255 / 16%);
	display: grid;
	font-size: 0.78rem;
	gap: 0.5rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding-block: 0.52rem;
}

.lsa-hologram__row:last-child {
	border-bottom: 0;
}

.lsa-hologram__row p {
	margin: 0;
}

.lsa-hologram__row > .wp-block-local-studio-icon:first-child,
.lsa-hologram__row-status {
	color: #2998ff;
}

.lsa-hologram__flow {
	align-items: center;
	color: #2998ff;
	display: flex;
	justify-content: space-between;
	margin-top: 0.55rem;
}

.lsa-hologram__flow .wp-block-local-studio-icon:nth-child(even) {
	opacity: 0.58;
}

.lsa-agency-hologram--visibility {
	grid-column: 1 / -1;
	justify-self: center;
	width: min(18rem, 70%);
	z-index: 3;
}

.lsa-agency-hologram--trust {
	height: 100%;
	min-height: 14.25rem;
	z-index: 2;
}

.lsa-agency-hologram--journey {
	height: 100%;
	min-height: 14.25rem;
	z-index: 4;
}

.lsa-agency-hologram--flow {
	grid-column: 1 / -1;
	justify-self: center;
	width: min(22rem, 82%);
	z-index: 5;
}

.lsa-hologram__trust-note {
	align-items: center;
	border-top: 1px solid rgb(150 200 255 / 16%);
	color: #a9d5ff;
	display: grid;
	gap: 0.45rem;
	grid-template-columns: auto minmax(0, 1fr);
	margin-top: 0.7rem;
	padding-top: 0.65rem;
}

.lsa-hologram__trust-note p {
	font-size: 0.72rem !important;
	line-height: 1.35 !important;
	margin: 0;
	opacity: 0.82 !important;
}

.lsa-agency-home > * {
	margin-block: 0;
}

.lsa-agency-section-kicker {
	color: var(--lsa-agency-primary);
	font-family: var(--wp--preset--font-family--heading, "Gabarito", "Manrope", sans-serif);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
}

body:is(.lsa-agency-design, .ls-content-role-projects) .ls-page-header .ls-surface-inner-page-eyebrow {
	color: #7fc0ff !important;
	font-family: var(--wp--preset--font-family--heading, "Gabarito", "Manrope", sans-serif);
	font-size: 1rem !important;
	font-weight: 700 !important;
}

.lsa-agency-section-lede {
	color: #52647c;
	font-size: 1.02rem;
	line-height: 1.7;
}

.lsa-agency-section-heading,
.lsa-agency-portfolio__heading,
.lsa-agency-blog__heading,
.lsa-agency-testimonials__heading,
.lsa-agency-faq__heading {
	margin-bottom: clamp(2rem, 4vw, 3.35rem);
	max-width: 48rem;
}

.lsa-agency-section-heading > *,
.lsa-agency-portfolio__heading > *,
.lsa-agency-blog__heading > *,
.lsa-agency-testimonials__heading > *,
.lsa-agency-faq__heading > * {
	margin-block: 0;
}

.lsa-agency-section-heading > * + *,
.lsa-agency-portfolio__heading > * + *,
.lsa-agency-blog__heading > * + *,
.lsa-agency-testimonials__heading > * + *,
.lsa-agency-faq__heading > * + * {
	margin-block-start: 0.8rem;
}

.lsa-agency-section-heading h2,
.lsa-agency-portfolio__heading h2,
.lsa-agency-blog__heading h2,
.lsa-agency-testimonials__heading h2,
.lsa-agency-faq__heading h2,
.lsa-agency-about h2,
.lsa-agency-why h2,
.lsa-agency-final-cta h2 {
	font-size: clamp(2.25rem, 3.2vw, 2.8125rem);
	line-height: 1.04;
}

.lsa-agency-feature-strip,
.lsa-agency-about,
.lsa-agency-services,
.lsa-agency-portfolio,
.lsa-agency-testimonials,
.lsa-agency-faq,
.lsa-agency-blog,
.lsa-agency-quote,
.lsa-agency-final-cta {
	box-sizing: border-box;
	padding-inline: var(--lsa-hero-gutter);
}

.lsa-agency-feature-strip {
	background: var(--lsa-agency-primary);
	color: #ffffff;
	padding-block: clamp(1.6rem, 2.4vw, 2.25rem);
}

.lsa-agency-feature-strip__grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-block: 0;
	padding: 0;
}

.lsa-agency-feature-point {
	align-items: center;
	border-right: 1px solid rgb(255 255 255 / 30%);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto minmax(0, 1fr);
	padding-inline: clamp(1.15rem, 2vw, 2rem);
}

.lsa-agency-feature-point:last-child {
	border-right: 0;
}

.lsa-agency-feature-point__icon {
	align-items: center;
	background: rgb(255 255 255 / 16%);
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 1rem;
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	filter: drop-shadow(0 10px 24px rgb(1 47 153 / 18%));
	height: 4.25rem;
	justify-content: center;
	min-width: 4.25rem;
	padding: 0.95rem;
	width: 4.25rem;
}

.lsa-agency-feature-point .wp-block-group,
.lsa-agency-feature-point h3,
.lsa-agency-feature-point p {
	margin: 0;
}

.lsa-agency-feature-point h3 {
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.25;
}

.lsa-agency-feature-point p {
	color: rgb(255 255 255 / 92%);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	margin-top: 0.38rem;
}

.lsa-agency-about {
	background: #fbfdff;
	color: #081a34;
	overflow: hidden;
	padding-block: clamp(5rem, 7vw, 6.75rem);
}

.lsa-agency-about__grid {
	align-items: center;
	display: grid;
	gap: min(2.25rem, 5vw);
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	margin-block: 0;
}

.lsa-agency-about__content > * {
	margin-block: 0;
}

.lsa-agency-about__content > * + * {
	margin-block-start: 1.1rem;
}

.lsa-agency-about__content h2 {
	font-size: clamp(2.25rem, 3.2vw, 2.8125rem);
	line-height: 1.02;
	max-width: none;
}

.lsa-agency-about__content h2 span {
	color: #116dff;
}

.lsa-agency-about .lsa-agency-section-kicker,
.lsa-agency-why .lsa-agency-section-kicker {
	font-size: 1rem;
	font-weight: 700;
}

.lsa-agency-about__content > .lsa-agency-section-lede,
.lsa-agency-check-list__item p {
	color: #40536b;
	font-size: 1rem;
	line-height: 1.6;
}

.lsa-agency-check-list {
	display: grid;
	gap: 0.68rem;
	justify-items: stretch;
	margin-inline: 0 !important;
	max-width: none !important;
	padding-inline: 0 !important;
	text-align: left;
	width: 100%;
}

.lsa-agency-check-list__item {
	align-items: flex-start;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: auto minmax(0, 1fr);
	justify-self: stretch;
	margin: 0 !important;
	max-width: none !important;
	padding-inline: 0 !important;
	text-align: left;
	width: 100%;
}

.lsa-agency-check-list__item .wp-block-local-studio-icon {
	color: #1685ff;
	margin-top: 0.15rem;
}

.lsa-agency-check-list__item p {
	font-weight: 500;
	margin: 0;
	text-align: left;
}

.lsa-agency-section-actions {
	margin-top: 1.65rem !important;
}

.lsa-agency-section-actions .wp-block-button__link {
	background: #0a66f4;
	border: 1px solid #0a66f4;
	box-shadow: 0 14px 30px rgb(9 92 225 / 20%);
	color: #ffffff;
	font-weight: 700;
	min-height: 3.75rem;
	padding-inline: 1.8rem;
}

.lsa-agency-portfolio__actions .wp-block-button__link {
	border-color: #1b82f2;
	color: #0b5fc5;
}

.lsa-agency-about__visual {
	box-sizing: border-box;
	min-height: 43rem;
	margin: 0;
	position: relative;
}

.lsa-agency-about__blob {
	height: 36rem;
	left: 14%;
	margin: 0;
	opacity: 0.28;
	pointer-events: none;
	position: absolute;
	top: 4rem;
	transform: rotate(-5deg);
	width: 86%;
	z-index: 0;
}

.lsa-agency-about__blob img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lsa-agency-about__image {
	border: 0.5rem solid #ffffff;
	border-radius: 1.35rem;
	box-shadow: 0 32px 80px rgb(25 60 102 / 18%);
	height: 35rem;
	left: 11%;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 2rem;
	width: 82%;
	z-index: 1;
}

.lsa-agency-about__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lsa-agency-proof-card {
	background: #ffffff;
	border: 1px solid #dfe7f2;
	border-radius: 1rem;
	box-shadow: 0 20px 50px rgb(27 59 105 / 17%);
	box-sizing: border-box;
	color: #0b1c36;
	margin: 0;
	padding: 1.2rem 1.25rem;
	position: absolute;
	text-align: left;
	z-index: 2;
}

.lsa-agency-proof-card > * {
	margin-block: 0;
}

.lsa-agency-proof-card > * + * {
	margin-block-start: 0.55rem;
}

.lsa-agency-proof-card h3 {
	color: #0a1d3a;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.lsa-agency-proof-card p {
	color: #40536b;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.48;
	text-align: left;
}

.lsa-agency-proof-card .wp-block-local-studio-icon {
	align-items: center;
	background: #146cff;
	border-radius: 0.75rem;
	color: #ffffff;
	display: flex;
	height: 2.65rem;
	justify-content: center;
	width: 2.65rem;
}

.lsa-agency-proof-card--trust {
	left: 0;
	max-width: 26rem;
	top: 0;
	width: max-content;
}

.lsa-agency-proof-card--trust p {
	color: #0b1c36;
	line-height: 1.45;
}

.lsa-agency-proof-card--trust strong {
	font-size: 1rem;
	font-weight: 700;
}

.lsa-agency-proof-card--trust span {
	color: #40536b;
}

.lsa-agency-proof-card__trust-line {
	align-items: center;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: auto minmax(0, 1fr);
	margin-top: 0.8rem !important;
}

.lsa-agency-proof-card__trust-line .wp-block-local-studio-icon {
	background: transparent;
	color: #f23b5d !important;
	height: auto;
	width: auto;
}

.lsa-agency-proof-card__trust-line .wp-block-local-studio-icon .ls-icon__svg,
.lsa-agency-proof-card__trust-line .wp-block-local-studio-icon svg {
	color: #f23b5d !important;
}

.lsa-agency-proof-card__trust-line p {
	margin: 0;
}

.lsa-agency-proof-card__avatar-row {
	align-items: center;
	display: flex;
	gap: 0.45rem;
	margin: 0 0 0.65rem;
}

.lsa-agency-proof-card__avatars {
	display: flex;
	gap: 0;
	margin: 0;
	padding-left: 0.1rem;
}

.lsa-agency-proof-card__avatars.has-nested-images figure.wp-block-image {
	flex: 0 0 3.125rem;
	margin: 0 0 0 -0.55rem !important;
	width: 3.125rem !important;
}

.lsa-agency-proof-card__avatars.has-nested-images figure.wp-block-image:first-child {
	margin-left: 0 !important;
}

.lsa-agency-proof-card__avatars img {
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgb(18 52 94 / 14%);
	height: 3.125rem;
	object-fit: cover;
	width: 3.125rem;
}

.lsa-agency-proof-card__avatar-count {
	align-items: center;
	background: #1267ed;
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgb(18 52 94 / 14%);
	box-sizing: border-box;
	color: #ffffff !important;
	display: flex;
	flex: 0 0 3.125rem;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	height: 3.125rem;
	justify-content: center;
	line-height: 1 !important;
	margin: 0 !important;
	width: 3.125rem;
}

body.lsa-agency-design .lsa-agency-proof-card__avatar-count {
	font-size: 0.88rem !important;
}

.lsa-agency-proof-card--growth {
	left: 0;
	top: 13.25rem;
	width: 18.75rem;
}

.lsa-agency-proof-card--foundation {
	max-width: 20rem;
	right: 0;
	top: 4.75rem;
	width: max-content;
}

.lsa-agency-proof-card--process {
	bottom: 0.25rem;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: auto minmax(0, 1fr);
	left: 0.5rem;
	max-width: 20.5rem;
	width: max-content;
}

.lsa-agency-proof-card--spotlight {
	bottom: 0.25rem;
	min-width: 19rem;
	right: 0;
	width: max-content;
}

.lsa-agency-proof-card--spotlight h3 {
	font-size: 1.0625rem;
	margin-bottom: 0.65rem;
}

.lsa-agency-proof-card--growth h3 {
	color: #1267ed;
	font-size: 1.0625rem;
}

.lsa-agency-proof-card__heading-row,
.lsa-agency-proof-card__client-head {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin: 0;
}

.lsa-agency-proof-card__heading-row h3,
.lsa-agency-proof-card__client-head h3,
.lsa-agency-proof-card__client-head .wp-block-group {
	margin: 0;
}

.lsa-agency-proof-card__status {
	background: #dff8e8;
	border-radius: 999px;
	color: #168244 !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	padding: 0.34rem 0.56rem;
	white-space: nowrap;
}

.lsa-agency-proof-card__metric {
	color: #101c34 !important;
	font-size: 1.8rem !important;
	font-weight: 800 !important;
	line-height: 1.05 !important;
}

.lsa-agency-proof-card__metric--blue {
	color: #1267ed !important;
	font-size: 1.25rem !important;
	margin-top: 0.65rem !important;
}

.lsa-agency-proof-card__metric--purple {
	color: #7a28ef !important;
	font-size: 1.45rem !important;
	margin-top: 0.35rem !important;
}

.lsa-agency-proof-card__chart {
	height: 4.375rem;
	margin: 0.55rem 0 0 !important;
	overflow: hidden;
	width: 100%;
}

.lsa-agency-proof-card__chart img {
	display: block;
	height: 100%;
	object-fit: fill;
	width: 100%;
}

.lsa-agency-proof-card--foundation > p:last-child {
	margin-top: 0.85rem;
}

.lsa-agency-proof-card--foundation .wp-block-local-studio-icon {
	background: #1267ed;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 3.25rem;
	width: 3.25rem;
}

.lsa-agency-proof-card--process > .wp-block-local-studio-icon {
	background: #7b2ff0;
	border-radius: 50%;
	height: 3.35rem;
	width: 3.35rem;
}

.lsa-agency-proof-list {
	display: grid;
	gap: 0;
	justify-items: stretch;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100%;
}

.lsa-agency-proof-list__item {
	align-items: center;
	border-top: 1px solid #e9eef6;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: auto minmax(0, 1fr);
	justify-self: stretch;
	margin: 0 !important;
	max-width: none !important;
	padding-block: 0.72rem;
	text-align: left;
	width: 100%;
}

.lsa-agency-proof-list__item:first-child {
	border-top: 0;
}

.lsa-agency-proof-list__item .wp-block-local-studio-icon {
	background: #1267ed;
	border-radius: 50%;
	color: #ffffff !important;
	height: 2.55rem;
	width: 2.55rem;
}

.lsa-agency-proof-list__item .wp-block-local-studio-icon .ls-icon__svg,
.lsa-agency-proof-list__item .wp-block-local-studio-icon svg {
	color: #ffffff !important;
}

.lsa-agency-proof-list__item:nth-child(2) .wp-block-local-studio-icon {
	background: #18a957;
}

.lsa-agency-proof-list__item:nth-child(3) .wp-block-local-studio-icon {
	background: #ff7a1a;
}

.lsa-agency-proof-list__item p {
	display: grid;
	gap: 0.08rem;
	justify-items: start;
	margin: 0;
	text-align: left;
}

.lsa-agency-proof-list__item strong {
	color: #0a1d3a;
	font-size: 1rem;
	font-weight: 700;
}

.lsa-agency-proof-list__item span {
	color: #40536b;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.lsa-agency-why {
	isolation: isolate;
	min-height: 43rem;
	padding-block: clamp(4.5rem, 7vw, 6.75rem);
	position: relative;
}

.lsa-agency-why::before {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

body.lsa-style-agency-growth-dark .lsa-agency-why {
	background-color: #06172b;
	background-image: url("../images/agency-why-town-blue-hour.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #f8fbff;
}

body.lsa-style-agency-growth-dark .lsa-agency-why::before {
	background: linear-gradient(90deg, rgb(4 17 33 / 18%) 0%, rgb(4 17 33 / 55%) 34%, rgb(4 17 33 / 93%) 68%, rgb(4 17 33 / 98%) 100%);
}

.lsa-agency-why__grid {
	align-items: stretch;
	display: flex;
	justify-content: flex-end;
	margin-block: 0;
	min-height: 32rem;
}

.lsa-agency-why__content {
	align-self: center !important;
	backdrop-filter: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: flex;
	flex-basis: 60% !important;
	flex-direction: column;
	height: auto;
	justify-content: flex-start;
	margin-left: auto;
	max-width: 60%;
	min-height: 0;
	padding-block: 0 !important;
	padding-inline: 0;
}

.lsa-agency-why__content > * {
	margin-block: 0;
}

.lsa-agency-why__content > * + * {
	margin-block-start: 0.9rem;
}

.lsa-agency-why .lsa-agency-section-lede {
	color: #d3dfec;
	font-weight: 500;
	max-width: 42rem;
}

.lsa-agency-why h2 {
	font-size: clamp(2.25rem, 3.2vw, 2.8125rem);
	max-width: none !important;
	width: auto;
}

.lsa-agency-why__cards {
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 2rem !important;
}

.lsa-agency-why-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	min-height: 0;
	padding: 0;
	text-align: left;
}

.lsa-agency-why-card > * {
	margin-block: 0;
}

.lsa-agency-why-card > * + * {
	margin-block-start: 0.75rem;
}

.lsa-agency-why-card .wp-block-local-studio-icon {
	align-items: flex-start;
	background: transparent;
	border-radius: 0;
	color: #3b98ff;
	display: flex;
	filter: drop-shadow(0 8px 18px rgb(16 104 239 / 34%));
	height: auto;
	justify-content: flex-start;
	width: auto;
}

.lsa-agency-why-card h3 {
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
}

.lsa-agency-why-card p {
	color: #d2deea;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
}

.lsa-agency-services {
	background: #ffffff;
	color: #081a34;
	padding-block: clamp(4rem, 5vw, 5.5rem);
}

.lsa-agency-services .lsa-agency-section-heading {
	max-width: 80rem;
}

.lsa-agency-services .lsa-agency-section-heading h2 {
	max-width: none !important;
}

.lsa-agency-services .lsa-agency-section-heading p:last-child {
	margin-inline: auto;
	max-width: 48rem;
}

.lsa-agency-section-heading {
	margin-inline: auto;
	max-width: 62rem;
	text-align: center;
}

.lsa-agency-section-heading p:last-child,
.lsa-agency-portfolio__heading p:last-child {
	color: #5b6d84;
	line-height: 1.65;
}

.lsa-agency-services__headline-highlight {
	color: var(--lsa-agency-primary);
	text-decoration: none;
}

.lsa-agency-services__value-strip {
	align-items: center;
	background: var(--lsa-agency-primary);
	border-radius: 1rem;
	box-shadow: 0 18px 38px rgb(var(--lsa-agency-primary-rgb) / 18%);
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	margin-block-start: clamp(1.75rem, 3vw, 2.5rem);
	padding: 1.5rem;
}

.lsa-agency-services__value-grid {
	align-items: center;
	display: grid !important;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 !important;
	width: 100%;
}

.lsa-agency-services__value-point {
	align-items: center;
	border-right: 1px solid rgb(255 255 255 / 32%);
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	min-width: 0;
	margin: 0 !important;
	padding: 0 1.1rem;
}

.lsa-agency-services__value-point > * {
	margin-block: 0 !important;
}

.lsa-agency-services__value-point:first-child {
	padding-left: 0;
}

.lsa-agency-services__value-point:last-child {
	border-right: 0;
	padding-right: 0;
}

.wp-block-local-studio-icon.lsa-agency-services__value-icon {
	align-items: center;
	background: #ffffff;
	border-radius: 999px;
	color: var(--lsa-agency-primary);
	display: inline-flex;
	height: 3.5rem;
	justify-content: center;
	width: 3.5rem;
}

.lsa-agency-services__value-point h3,
.lsa-agency-services__value-point p {
	margin: 0;
}

.lsa-agency-services__value-point h3 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
}

.lsa-agency-services__value-point p {
	color: rgb(255 255 255 / 90%);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.35rem;
}

.lsa-agency-services__suite {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-block-start: clamp(1.75rem, 3vw, 2.5rem);
	overflow: visible;
	padding: 0;
}

.lsa-agency-services__main {
	align-items: start !important;
	column-gap: 1.5625rem !important;
	display: grid !important;
	gap: 1.5625rem !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: auto;
	margin: 0;
}

body.lsa-agency-design .lsa-agency-services__main {
	column-gap: 1.5625rem !important;
}

.lsa-agency-services__feature-panel {
	align-self: start !important;
	background: #eef5ff;
	border-radius: 0.8rem;
	display: block;
	aspect-ratio: 1;
	height: auto;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.lsa-agency-services__feature-copy {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	max-width: 60%;
	min-height: 100%;
	min-width: 0;
	padding: clamp(2rem, 3vw, 3rem) 0 clamp(2rem, 3vw, 3rem) clamp(2rem, 3vw, 3rem);
	position: relative;
	z-index: 2;
}

.lsa-agency-services__feature-copy > * {
	margin-block: 0;
	margin-inline: 0 !important;
}

.lsa-agency-services__feature-copy > * + * {
	margin-block-start: 1.15rem;
}

.lsa-agency-services__feature-copy h3 {
	font-size: clamp(2rem, 2.65vw, 2.75rem);
	line-height: 1.06;
}

.lsa-agency-services__feature-copy > p {
	color: #52657d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.lsa-agency-services__check-list {
	display: grid;
	gap: 0.65rem;
}

.lsa-agency-services__check-item {
	align-items: center;
	display: flex;
	gap: 0.65rem;
	justify-content: flex-start;
	margin: 0;
	width: 100%;
}

.lsa-agency-services__check-item .ls-icon {
	color: var(--lsa-agency-primary);
	flex: 0 0 auto;
}

.lsa-agency-services__check-item p {
	color: #40536b;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

.lsa-agency-services__actions {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin-top: 1.6rem !important;
}

.lsa-agency-services__actions .wp-block-button__link {
	font-size: 1rem;
	letter-spacing: 0;
	padding: 0.85rem 0.9rem;
	white-space: nowrap;
}

.lsa-agency-services__feature-visual {
	height: 100%;
	inset: 0;
	margin: 0;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.lsa-agency-services__feature-visual img {
	display: block;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.lsa-agency-services__cards-column {
	align-self: stretch;
	height: 100%;
	min-width: 0;
	position: relative;
}

.lsa-agency-services__cards {
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	height: auto;
	inset: 0;
	min-height: 0;
	position: absolute;
}

.lsa-agency-services__cards > * {
	height: 100%;
	margin: 0 !important;
	min-width: 0;
}

.lsa-agency-service-card {
	background: #ffffff;
	border: 1px solid #dce5f0;
	border-radius: 0.8rem;
	box-shadow: 0 10px 24px rgb(36 69 112 / 8%);
	color: #081a34;
	display: grid;
	grid-template-rows: minmax(7.5rem, 42%) minmax(0, 1fr);
	min-height: 0;
	overflow: hidden;
}

.lsa-agency-service-card > .wp-block-image {
	height: 100%;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.lsa-agency-service-card img {
	border-radius: 0 !important;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
	width: 100%;
}

.lsa-agency-service-card__body {
	box-sizing: border-box;
	min-height: 0;
	padding: 2.15rem 2.7rem 1.15rem 1.25rem;
	position: relative;
}

.lsa-agency-service-card__body h3,
.lsa-agency-service-card__body p {
	margin: 0;
}

.lsa-agency-service-card__body h3 {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.3;
}

.lsa-agency-service-card__body p {
	color: #53647a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 0.45rem;
}

.wp-block-local-studio-icon.lsa-agency-service-card__icon {
	align-items: center;
	background: var(--lsa-agency-primary);
	border: 4px solid #ffffff;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	left: 1rem;
	position: absolute;
	top: -1.5rem;
	width: 3rem;
}

.lsa-agency-service-card__arrow {
	bottom: 1.15rem;
	color: var(--lsa-agency-primary);
	position: absolute;
	right: 1.05rem;
}

.wp-block-local-studio-icon.lsa-agency-service-card__icon .ls-icon__svg,
.wp-block-local-studio-icon.lsa-agency-service-card__icon svg {
	color: #ffffff;
}

.lsa-agency-service-card:hover img,
.lsa-agency-service-card:focus-within img {
	transform: scale(1.035);
}

.lsa-agency-article-card a:focus-visible {
	outline: 3px solid #1888ff;
	outline-offset: 4px;
}

.lsa-agency-portfolio {
	background: #f7faff;
	color: #081a34;
	padding-block: clamp(5rem, 8vw, 7rem);
}

.lsa-agency-portfolio__heading {
	margin-left: 0;
}

.lsa-agency-portfolio__showcase {
	border: 1px solid #dbe5f1;
	border-radius: 1rem;
	box-shadow: 0 24px 70px rgb(21 58 105 / 12%);
	margin-block: 0;
	overflow: hidden;
}

.lsa-agency-portfolio__showcase img {
	display: block;
	height: auto;
	width: 100%;
}

.lsa-agency-portfolio__actions {
	margin-top: 1.5rem;
}

.lsa-agency-testimonials {
	padding-block: 0 clamp(5rem, 8vw, 7rem);
}

.lsa-agency-testimonials__box {
	border-radius: 1.25rem;
	box-sizing: border-box;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(3.5rem, 5vw, 5rem) clamp(2.25rem, 4vw, 4rem) clamp(2.5rem, 4vw, 3.5rem);
	position: relative;
}

.lsa-agency-testimonials__box::before {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

body.lsa-style-agency-growth-dark .lsa-agency-testimonials {
	background: #ffffff;
	color: #081a34;
}

body.lsa-style-agency-growth-dark .lsa-agency-testimonials__box {
	background-image: url("../images/agency-testimonials-town-aerial.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	box-shadow: 0 28px 80px rgb(13 43 82 / 20%);
}

body.lsa-style-agency-growth-dark .lsa-agency-testimonials__box::before {
	background: rgb(4 20 47 / 72%);
}

.lsa-agency-testimonials__box > * {
	position: relative;
	z-index: 1;
}

.lsa-agency-testimonials__heading {
	color: #ffffff;
	margin-inline: auto;
	text-align: center;
}

.lsa-agency-testimonials__heading p:last-child {
	color: rgb(239 246 255 / 88%);
	max-width: 52rem;
}

.lsa-agency-testimonials__kicker {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	display: inline-flex;
	gap: 0.6rem;
	margin: 0 auto 1rem !important;
	padding: 0;
}

.lsa-agency-testimonials__kicker .lsa-agency-section-kicker {
	color: #ffffff;
	font-family: var(--wp--preset--font-family--heading, "Gabarito", "Manrope", sans-serif);
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.lsa-agency-testimonials__viewport {
	box-sizing: border-box;
	margin-inline: 0 !important;
	margin-top: 2.35rem !important;
	max-width: none !important;
	overflow: hidden;
	padding-top: 3.5rem;
	width: 100%;
}

.lsa-agency-testimonials__track {
	display: flex !important;
	gap: 1.25rem;
	margin-block: 0;
	max-width: none !important;
	transform: translate3d(0, 0, 0);
	transition: transform 360ms ease;
	width: 100%;
	will-change: transform;
}

.lsa-agency-testimonial-card {
	background: #ffffff;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 20px 55px rgb(0 15 43 / 18%);
	box-sizing: border-box;
	display: flex;
	flex: 0 0 calc((100% - 2.5rem) / 3);
	flex-direction: column;
	margin: 0 !important;
	max-width: none !important;
	min-height: 24rem;
	padding: 4.35rem 1.75rem 1.7rem;
	position: relative;
	text-align: center;
}

.lsa-agency-testimonial-card > * {
	margin-block: 0;
	margin-inline: auto !important;
}

.lsa-agency-testimonial-card__avatar {
	height: 6.25rem;
	left: 50%;
	margin: 0 !important;
	position: absolute;
	top: -3.125rem;
	transform: translateX(-50%);
	width: 6.25rem;
}

.lsa-agency-testimonial-card__avatar img {
	border: 0.35rem solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgb(4 26 58 / 24%);
	box-sizing: border-box;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lsa-agency-testimonial-card h3 {
	color: #081a34;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.2;
}

.lsa-agency-testimonial-card__role {
	color: #617188;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0.55rem !important;
}

.lsa-agency-testimonial-card__stars {
	color: #f5ad22;
	gap: 0.2rem;
	margin-top: 1rem !important;
}

.lsa-agency-testimonial-card__quote {
	color: var(--lsa-agency-primary);
	margin-top: auto !important;
}

.lsa-agency-testimonial-card__copy {
	color: #263b55;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	margin-block: 1rem 1.35rem !important;
}

.lsa-agency-testimonials__controls {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem;
	margin-top: 1.65rem !important;
	max-width: none !important;
	width: 100%;
}

.lsa-agency-testimonials__previous,
.lsa-agency-testimonials__next,
.lsa-agency-testimonials__previous .wp-block-button,
.lsa-agency-testimonials__next .wp-block-button {
	margin: 0 !important;
	width: 3.25rem;
}

.lsa-agency-testimonials__previous .wp-block-button__link,
.lsa-agency-testimonials__next .wp-block-button__link {
	align-items: center;
	background: var(--lsa-agency-primary);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 26px rgb(var(--lsa-agency-primary-rgb) / 28%);
	box-sizing: border-box;
	display: inline-flex;
	font-size: 0;
	height: 3.25rem;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0;
	position: relative;
	width: 3.25rem;
}

.lsa-agency-testimonials__previous .wp-block-button__link::before,
.lsa-agency-testimonials__next .wp-block-button__link::before {
	background: #ffffff;
	content: "";
	height: 1.15rem;
	mask: var(--ls-icon-chevron-left) center / contain no-repeat;
	width: 1.15rem;
}

.lsa-agency-testimonials__next .wp-block-button__link::before {
	mask-image: var(--ls-icon-chevron-right);
}

.lsa-agency-testimonials__dots {
	align-items: center;
	display: flex;
	gap: 0.55rem;
	justify-content: center;
	margin: 0 !important;
}

.lsa-agency-testimonials__dot {
	background: rgb(255 255 255 / 42%);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 0.75rem;
	padding: 0;
	transition: background-color 180ms ease, transform 180ms ease;
	width: 0.75rem;
}

.lsa-agency-testimonials__dot[aria-current="true"] {
	background: #ffffff;
	transform: scale(1.2);
}

.lsa-agency-faq {
	isolation: isolate;
	padding-block: clamp(5.5rem, 7vw, 7.5rem);
	position: relative;
}

.lsa-agency-faq::after {
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

body.lsa-style-agency-growth-dark .lsa-agency-faq {
	background-image:
		linear-gradient(90deg, rgb(2 17 39 / 92%) 0%, rgb(3 22 49 / 88%) 56%, rgb(3 18 41 / 64%) 100%),
		url("../images/agency-why-town-blue-hour.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}

body.lsa-style-agency-growth-dark .lsa-agency-faq::after {
	background: radial-gradient(circle at 72% 42%, rgb(var(--lsa-agency-primary-rgb) / 18%), transparent 34%);
}

.lsa-agency-faq__grid {
	align-items: start;
	display: grid;
	gap: 2.25rem !important;
	grid-template-columns: minmax(0, 3fr) minmax(22rem, 2fr);
	margin-block: 0;
}

.lsa-agency-faq__copy {
	align-self: start !important;
	margin: 0;
	max-width: none;
	padding-top: 2rem;
}

.lsa-agency-faq__heading {
	margin: 0 0 30px !important;
}

.lsa-agency-faq__heading > * {
	margin-inline: 0 !important;
}

.lsa-agency-faq__heading h2 {
	font-size: clamp(2.25rem, 3.2vw, 2.8125rem);
	line-height: 1.04;
	max-width: none;
}

.lsa-agency-faq__heading > p:last-child {
	color: rgb(231 239 250 / 82%);
	font-size: 1.0625rem;
	line-height: 1.7;
	max-width: 43rem;
}

.lsa-agency-faq__list {
	border-top: 1px solid rgb(175 204 239 / 18%);
	margin: 0;
	max-width: none !important;
	width: 100%;
}

.lsa-agency-faq__list > * {
	box-sizing: border-box;
	margin-inline: 0 !important;
	max-width: none !important;
	width: 100%;
}

.lsa-agency-faq__item.wp-block-details {
	border: 0;
	border-bottom: 1px solid rgb(175 204 239 / 18%);
	border-left: 3px solid transparent;
	box-sizing: border-box;
	margin: 0;
	max-width: none !important;
	padding: 0;
	transition: height 300ms ease, border-color 300ms ease, background-color 300ms ease;
	width: 100%;
}

.lsa-agency-faq__item.wp-block-details[open] {
	background: linear-gradient(90deg, rgb(var(--lsa-agency-primary-rgb) / 9%), transparent 72%);
	border-left-color: var(--lsa-agency-primary);
}

.lsa-agency-faq__item summary {
	align-items: center;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: grid;
	font-family: var(--wp--preset--font-family--heading, "Gabarito", "Manrope", sans-serif);
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) 1.25rem;
	line-height: 1.35;
	list-style: none;
	min-height: 4.5rem;
	padding: 0.95rem 0.35rem 0.95rem 1.15rem;
	width: 100%;
}

.lsa-agency-faq__item summary::-webkit-details-marker {
	display: none;
}

.lsa-agency-faq__item summary::after {
	background: var(--lsa-agency-primary);
	content: "";
	height: 1.1rem;
	mask: var(--ls-icon-chevron-down) center / contain no-repeat;
	transition: transform 300ms ease;
	width: 1.1rem;
}

.lsa-agency-faq__item[open] summary::after {
	transform: rotate(180deg);
}

.lsa-agency-faq__item.is-closing summary::after {
	transform: rotate(0deg);
}

.lsa-agency-faq__item > p {
	color: rgb(228 238 251 / 82%);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
	margin: 0 !important;
	max-width: 43rem;
	padding: 0 2.25rem 1rem 1.15rem;
}

.lsa-agency-faq__item.is-closing {
	background: transparent;
	border-left-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
	.lsa-agency-faq__item.wp-block-details,
	.lsa-agency-faq__item summary::after {
		transition-duration: 0.01ms;
	}
}

.lsa-agency-faq__info {
	align-self: start !important;
	background: #f7f9ff;
	border: 1px solid rgb(214 227 247 / 88%);
	border-radius: 1rem;
	box-shadow: 0 30px 80px rgb(0 9 30 / 34%);
	box-sizing: border-box;
	color: #081a34;
	margin: 0;
	max-width: none;
	padding: clamp(2rem, 3.3vw, 3rem);
}

.lsa-agency-faq__info > * {
	margin-block: 0;
}

.lsa-agency-faq__info > * + * {
	margin-block-start: 1.15rem;
}

.wp-block-local-studio-icon.lsa-agency-faq__planning-icon {
	align-items: center;
	background: #e5efff;
	border: 1px solid #bfd4fa;
	border-radius: 1rem;
	color: var(--lsa-agency-primary);
	display: inline-flex;
	height: 7rem;
	justify-content: center;
	margin: 0 0 1.5rem !important;
	width: 7rem;
}

.lsa-agency-faq__info h3 {
	font-size: clamp(1.8rem, 2.5vw, 2.2rem);
	line-height: 1.12;
}

.lsa-agency-faq__info > p:not(.lsa-agency-faq__process-link) {
	color: #405674;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
}

.lsa-agency-faq__info-list {
	display: grid;
	gap: 0.85rem;
	margin-top: 1.5rem !important;
	max-width: none !important;
	text-align: left;
	width: 100%;
}

.lsa-agency-faq__info-point {
	align-items: center;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: 2.6rem minmax(0, 1fr);
	justify-items: start;
	margin-inline: 0 !important;
	max-width: none !important;
	text-align: left;
	width: 100%;
}

.lsa-agency-faq__info-point .wp-block-local-studio-icon {
	align-items: center;
	background: #e6efff;
	border: 1px solid #bfd5ff;
	border-radius: 999px;
	color: var(--lsa-agency-primary);
	display: inline-flex;
	height: 2.6rem;
	justify-content: center;
	width: 2.6rem;
}

.lsa-agency-faq__info-point p {
	color: #334c6d;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	margin: 0;
}

.lsa-agency-faq__cta,
.lsa-agency-faq__cta .wp-block-button,
.lsa-agency-faq__cta .wp-block-button__link {
	width: 100%;
}

.lsa-agency-faq__cta {
	margin-top: 1.7rem !important;
}

.lsa-agency-faq__cta .wp-block-button__link {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 3.7rem;
	text-align: center;
}

.lsa-agency-faq__process-link {
	margin-top: 1rem !important;
	text-align: center;
}

.lsa-agency-faq__process-link a {
	align-items: center;
	color: var(--lsa-agency-primary);
	display: inline-flex;
	font-weight: 700 !important;
	gap: 0.55rem;
	text-decoration: none;
}

.lsa-agency-faq__process-link a::after {
	background: currentcolor;
	content: "";
	height: 1rem;
	mask: var(--ls-icon-arrow-right) center / contain no-repeat;
	width: 1rem;
}

.lsa-agency-blog {
	background: #f3f7fc;
	color: #081a34;
	padding-block: clamp(5rem, 8vw, 7rem);
}

.lsa-agency-blog__heading {
	margin-inline: auto !important;
	margin-bottom: clamp(2rem, 3vw, 2.75rem);
	text-align: center;
}

.lsa-agency-blog__heading > * {
	margin-inline: auto !important;
}

.lsa-agency-blog__heading h2,
.lsa-agency-article-card__body h3 {
	font-family: var(--wp--preset--font-family--heading, "Gabarito", "Manrope", sans-serif);
}

.lsa-agency-blog__heading h2 {
	font-weight: 800 !important;
}

.lsa-agency-article-card__body h3 {
	font-weight: 700 !important;
}

.lsa-agency-blog__headline-highlight {
	color: var(--lsa-agency-primary);
}

.lsa-agency-blog__carousel {
	--ls-post-slider-columns: 3;
	margin-block: 0 !important;
	max-width: var(--wp--style--global--wide-size, 1380px);
	position: relative;
	width: 100%;

}

.lsa-agency-blog__track {
	align-items: stretch;
	display: flex !important;
	gap: 1.5rem !important;
	margin: 0 !important;
	max-width: none !important;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 0.6rem 0.25rem 1.25rem !important;
	scroll-snap-type: inline mandatory;
	scrollbar-width: none;
	width: 100% !important;
}

.lsa-agency-blog__track::-webkit-scrollbar {
	display: none;
}

.lsa-agency-blog__track > li {
	align-self: stretch;
	display: flex;
	flex: 0 0 calc((100% - 3rem) / 3);
	margin-block: 0 !important;
	min-width: 0;
	scroll-snap-align: start;
}

.lsa-agency-article-card {
	background: #ffffff;
	border: 1px solid #dfe7f1;
	border-radius: var(--ls-card-radius, var(--ls-radius-sm, 0.75rem));
	box-shadow: 0 6px 16px rgb(15 54 96 / 7%);
	display: flex;
	flex: 0 0 calc((100% - 3rem) / 3);
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.lsa-agency-blog__track > li > .lsa-agency-article-card {
	flex: 1 1 auto;
	height: 100%;
}

.lsa-agency-article-card .ls-post-slider__image {
	aspect-ratio: 3 / 2;
	border-radius: 0 !important;
	margin: 0;
	overflow: hidden;
}

.lsa-agency-article-card a {
	color: inherit;
	text-decoration: none;
}

.lsa-agency-article-card img {
	border-radius: 0 !important;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
	width: 100%;
}

.lsa-agency-article-card:first-child img {
	object-position: 66% center;
}

.lsa-agency-article-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.72rem;
	padding: 1.35rem 1.4rem 1.45rem;
}

.lsa-agency-article-card__body > * {
	margin-block: 0;
	margin-inline: 0 !important;
	width: 100%;
}

.lsa-agency-article-card__category {
	color: #1678ef;
	font-size: 0.9375rem;
	font-weight: 700 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.lsa-agency-article-card__body h3 {
	font-size: clamp(1.2rem, 1.45vw, 1.4rem);
	line-height: 1.3;
	min-height: 2.6em;
}

.lsa-agency-article-card__body h3.wp-block-post-title,
.lsa-agency-article-card__body h3.wp-block-post-title a {
	font-weight: 700 !important;
}

.lsa-agency-article-card__excerpt {
	color: #4b607b;
	line-height: 1.6;
	min-height: 4.8em;
}

.lsa-agency-article-card__excerpt .wp-block-post-excerpt__more-text {
	margin-top: 0.72rem !important;
}

.lsa-agency-article-card__excerpt .wp-block-post-excerpt__more-link {
	color: var(--lsa-agency-primary);
	font-size: 1rem;
	font-weight: 750;
	text-decoration: none;
}

.lsa-agency-article-card__link {
	margin-top: auto !important;
}

.lsa-agency-article-card__link,
.lsa-agency-article-card__link a {
	color: var(--lsa-agency-primary);
	font-size: 1rem;
	font-weight: 750;
}

.lsa-agency-article-card:hover,
.lsa-agency-article-card:focus-within {
	border-color: rgb(var(--lsa-agency-primary-rgb) / 42%);
	box-shadow: 0 10px 22px rgb(15 54 96 / 10%);
	transform: translateY(-2px);
}

.lsa-agency-article-card:hover img,
.lsa-agency-article-card:focus-within img {
	transform: scale(1.035);
}

.lsa-agency-blog__carousel .ls-post-slider__nav {
	align-items: center;
	background: var(--lsa-agency-primary);
	border: 1px solid var(--lsa-agency-primary);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgb(var(--lsa-agency-primary-rgb) / 24%);
	color: #ffffff;
	cursor: pointer;
	display: flex;
	height: 3rem;
	justify-content: center;
	margin: 0 !important;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 3rem;
	z-index: 3;
}

.lsa-agency-blog__carousel .ls-post-slider__nav:hover:not(:disabled) {
	background: #084eae;
	box-shadow: 0 15px 34px rgb(var(--lsa-agency-primary-rgb) / 32%);
	transform: translateY(-50%) translateY(-2px);
}

.lsa-agency-blog__carousel .ls-post-slider__nav:focus-visible {
	outline: 3px solid rgb(var(--lsa-agency-primary-rgb) / 34%);
	outline-offset: 3px;
}

.lsa-agency-blog__carousel .ls-post-slider__nav:disabled {
	cursor: default;
	opacity: 0.32;
}

.lsa-agency-blog__carousel .ls-post-slider__nav img {
	filter: brightness(0) invert(1);
	height: 1.1rem;
	width: 1.1rem;
}

.lsa-agency-blog__carousel .ls-post-slider__nav--previous {
	left: -1.5rem;
}

.lsa-agency-blog__carousel .ls-post-slider__nav--previous img {
	transform: rotate(180deg);
}

.lsa-agency-blog__carousel .ls-post-slider__nav--next {
	right: -1.5rem;
}

.lsa-agency-quote {
	background: #f2f6fb;
	color: #081a34;
	padding-block: clamp(4.5rem, 7vw, 6.25rem);
}

.lsa-agency-quote__inner {
	background: #ffffff;
	border: 1px solid #dce6f1;
	border-radius: 1rem;
	box-shadow: 0 22px 65px rgb(18 54 96 / 10%);
	box-sizing: border-box;
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.lsa-agency-final-cta {
	min-height: 34rem;
	padding-block: clamp(5rem, 8vw, 7rem);
}

body.lsa-style-agency-growth-dark .lsa-agency-final-cta {
	background-color: #06172b;
	background-image: linear-gradient(90deg, rgb(3 15 29 / 90%) 0%, rgb(4 17 32 / 82%) 43%, rgb(4 17 32 / 34%) 72%, rgb(4 17 32 / 46%) 100%), url("../images/agency-final-cta-studio.jpg");
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

.lsa-agency-final-cta__grid {
	align-items: center;
	display: grid;
	gap: min(2.25rem, 5vw);
	grid-template-columns: minmax(0, 1.18fr) minmax(19rem, 0.82fr);
	margin-block: 0;
}

.lsa-agency-final-cta__copy > * {
	margin-block: 0;
}

.lsa-agency-final-cta__copy > * + * {
	margin-block-start: 1rem;
}

.lsa-agency-final-cta__copy h2 {
	color: #ffffff !important;
	max-width: none;
}

.lsa-agency-final-cta__copy > p:not(.lsa-agency-section-kicker) {
	color: #c3d0df;
	font-size: 1.03rem;
	line-height: 1.7;
	max-width: 38rem;
}

.lsa-agency-final-cta__copy .wp-block-buttons {
	margin-top: 1.6rem;
}

.lsa-agency-final-cta__copy .is-style-outline .wp-block-button__link {
	background: rgb(4 18 34 / 58%);
	border-color: rgb(137 191 255 / 65%);
	color: #ffffff;
}

.lsa-agency-final-cta__details {
	background: rgb(255 255 255 / 96%);
	border: 1px solid rgb(255 255 255 / 42%);
	border-radius: 1rem;
	box-shadow: 0 28px 70px rgb(0 0 0 / 25%);
	box-sizing: border-box;
	color: #0a1c35;
	padding: clamp(1.6rem, 3vw, 2.3rem);
}

.lsa-agency-final-cta__details > * {
	margin-block: 0;
}

.lsa-agency-final-cta__details > * + * {
	margin-block-start: 1.15rem;
}

.lsa-agency-final-cta__details h3 {
	font-size: 1.3rem;
}

.lsa-agency-final-cta__detail {
	align-items: flex-start;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: auto minmax(0, 1fr);
}

.lsa-agency-final-cta__detail .wp-block-local-studio-icon {
	color: #1685ff;
	margin-top: 0.15rem;
}

.lsa-agency-final-cta__detail p {
	color: #40546c;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
}

.lsa-agency-final-cta__detail strong {
	color: #0a1c35;
	font-size: 1rem;
	font-weight: 700;
}

/* Style: cinematic storefront, overlay, and glass result cards. */
body.lsa-style-agency-growth-dark .lsa-agency-hero {
	background: #030d19;
	color: #f8fbff;
}

body.lsa-style-agency-growth-dark .lsa-agency-hero::before {
	background-image: url("../images/agency-style-dark-hero.jpg");
	background-position: 58% center;
	filter: brightness(1.16) saturate(1.05);
	transform: scale(1.01);
}

body.lsa-style-agency-growth-dark .lsa-agency-hero::after {
	background: linear-gradient(90deg, rgb(3 14 29 / 88%) 0%, rgb(4 18 36 / 74%) 36%, rgb(4 18 36 / 20%) 66%, rgb(4 18 36 / 27%) 100%);
}

body.lsa-style-agency-growth-dark :is(h1, h2),
body.lsa-style-agency-growth-dark :is(.wp-block-site-title, .ls-business-name-fallback) {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 800;
}

body.lsa-style-agency-growth-dark :is(h3, h4, h5, h6) {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
}

body.lsa-style-agency-growth-dark .lsa-agency-eyebrow {
	background: rgb(4 25 49 / 76%);
	border-color: rgb(28 137 255 / 36%);
	box-shadow: 0 0 28px rgb(19 135 255 / 10%);
	color: #2e96ff;
}

body.lsa-style-agency-growth-dark .lsa-agency-hero__lede {
	color: #c6d4e7;
}

body.lsa-style-agency-growth-dark .lsa-agency-stat {
	background: rgb(8 27 48 / 38%);
	color: #f8fbff;
}

body.lsa-style-agency-growth-dark .lsa-agency-hero__actions .is-style-outline .wp-block-button__link {
	background: rgb(3 13 25 / 48%);
	border-color: rgb(62 153 255 / 72%);
	color: #f8fbff;
}

body.lsa-style-agency-growth-dark .ls-header-shell {
	background: rgb(255 255 255 / 98%);
	border-color: #d8e3f0;
	box-shadow: 0 10px 30px rgb(11 46 87 / 7%);
	color: #071b35;
}

body.lsa-style-agency-growth-dark .ls-header-utility {
	background: #0b5fc5;
	color: #eff7ff;
}

body.lsa-style-agency-growth-dark :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-item__content,
body.lsa-style-agency-growth-dark :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-submenu__toggle,
body.lsa-style-agency-growth-dark .ls-business-name-fallback a {
	color: #071b35;
}

/* Style: light modern-tech agency with 3D local-growth artwork. */
body.lsa-style-agency-showcase-light {
	--lsa-agency-primary: #0b5fff;
	--lsa-agency-primary-rgb: 11 95 255;
	background: #f5f7ff;
	color: #071533;
	font-family: var(--wp--preset--font-family--body, "Plus Jakarta Sans", sans-serif);
	font-weight: 600;
}

body.lsa-style-agency-showcase-light .lsa-agency-home :is(p, li, a, button, input, textarea, select, label) {
	font-weight: 600;
}

body.lsa-style-agency-showcase-light :is(h1, h2, h3, h4, h5, h6),
body.lsa-style-agency-showcase-light :is(.wp-block-site-title, .ls-business-name-fallback) {
	font-family: var(--wp--preset--font-family--heading, "Plus Jakarta Sans", sans-serif);
	font-weight: 800;
}

body.lsa-style-agency-showcase-light .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
body.lsa-style-agency-showcase-light :is(.ls-header-main-row, .ls-header-inner) .wp-block-button__link,
body.lsa-style-agency-showcase-light :is(.ls-header-main-row, .ls-header-inner) .wp-element-button {
	background: linear-gradient(90deg, #0b5fff 0%, #4327e7 100%) !important;
	box-shadow: 0 14px 32px rgb(45 53 238 / 22%) !important;
	color: #ffffff !important;
}

body.lsa-style-agency-showcase-light :is(
	.lsa-agency-hero__highlight,
	.lsa-agency-services__headline-highlight,
	.lsa-agency-blog__headline-highlight
) {
	background: linear-gradient(90deg, #0b5fff 0%, #4327e7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}

body.lsa-style-agency-showcase-light .ls-header-shell {
	background: #ffffff;
	border-color: #d9e1f5;
	box-shadow: 0 12px 34px rgb(44 60 145 / 8%);
	color: #071533;
}

body.lsa-style-agency-showcase-light .ls-header-utility {
	background: linear-gradient(90deg, #0b5fff 0%, #4327e7 100%);
	color: #ffffff;
}

body.lsa-style-agency-showcase-light .ls-header-utility :is(a, p, span),
body.lsa-style-agency-showcase-light :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-item__content,
body.lsa-style-agency-showcase-light :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-submenu__toggle,
body.lsa-style-agency-showcase-light .ls-business-name-fallback a {
	color: inherit;
}

body.lsa-style-agency-showcase-light .lsa-agency-hero {
	background: #f5f7ff;
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-hero::before {
	background-image: url("../images/agency-style2-hero-bg.webp");
	background-position: center;
}

body.lsa-style-agency-showcase-light .lsa-agency-hero::after {
	background:
		linear-gradient(90deg, rgb(255 255 255 / 88%) 0%, rgb(248 250 255 / 76%) 38%, rgb(242 246 255 / 18%) 58%, transparent 78%),
		radial-gradient(circle at 82% 36%, rgb(67 39 231 / 10%), transparent 34%);
}

body.lsa-style-agency-showcase-light .lsa-agency-hero__inner {
	grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
}

body.lsa-style-agency-showcase-light .lsa-agency-hero__title {
	font-size: clamp(2.9rem, 4.2vw, 3.75rem) !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-eyebrow {
	background: rgb(255 255 255 / 72%);
	border-color: #c8d5f8;
	box-shadow: 0 12px 36px rgb(37 70 176 / 8%);
	color: #2449a6;
}

body.lsa-style-agency-showcase-light .lsa-agency-hero__lede,
body.lsa-style-agency-showcase-light .lsa-agency-benefit__copy p {
	color: #425577;
}

body.lsa-style-agency-showcase-light .lsa-agency-benefit__copy strong {
	color: #0b1d43;
}

body.lsa-style-agency-showcase-light .lsa-agency-benefit__icon {
	color: #0b5fff !important;
	filter: drop-shadow(0 8px 15px rgb(67 39 231 / 18%));
}

body.lsa-style-agency-showcase-light .lsa-agency-hero__actions .is-style-outline .wp-block-button__link {
	background: rgb(255 255 255 / 76%);
	border-color: #aebff0;
	color: #192d73;
}

body.lsa-style-agency-showcase-light .lsa-agency-hero__visual {
	display: block;
	min-height: 39rem;
	perspective: 82rem;
	perspective-origin: 54% 44%;
	pointer-events: none;
	right: 0;
	transform: translateY(-50%);
	transform-style: preserve-3d;
	width: 55%;
}

body.lsa-style-agency-showcase-light .lsa-agency-stat {
	backdrop-filter: blur(8px) saturate(115%);
	background-color: #ffffff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid rgb(139 164 232 / 45%);
	border-top: 0;
	box-shadow: 0 26px 70px rgb(39 57 145 / 20%), inset 0 1px 0 #ffffff;
	display: block;
	overflow: hidden;
	padding: 0;
	position: absolute;
	transform-style: preserve-3d;
}

body.lsa-style-agency-showcase-light :is(
	.lsa-agency-hologram--visibility,
	.lsa-agency-hologram--trust,
	.lsa-agency-hologram--journey
)::before {
	background:
		radial-gradient(circle, #ff6578 0 0.2rem, transparent 0.22rem) 0.55rem center / 0.85rem 0.85rem no-repeat,
		radial-gradient(circle, #ffc24c 0 0.2rem, transparent 0.22rem) 1.4rem center / 0.85rem 0.85rem no-repeat,
		radial-gradient(circle, #2fd17f 0 0.2rem, transparent 0.22rem) 2.25rem center / 0.85rem 0.85rem no-repeat,
		rgb(248 250 255 / 96%);
	content: "";
	height: 1.65rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

body.lsa-style-agency-showcase-light .lsa-agency-hologram--flow::before {
	background: #071533;
	border-radius: 999px;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: 0.55rem;
	transform: translateX(-50%);
	width: 2.75rem;
	z-index: 2;
}

body.lsa-style-agency-showcase-light .lsa-agency-stat::after {
	background: linear-gradient(125deg, rgb(255 255 255 / 34%), transparent 32%, transparent 70%, rgb(70 109 255 / 9%));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

body.lsa-style-agency-showcase-light .lsa-agency-stat > * {
	display: none;
}

body.lsa-style-agency-showcase-light .lsa-agency-hologram--visibility {
	background-image: url("../images/style2homepagescreenshot1.jpg");
	height: 51%;
	left: 8%;
	top: 10%;
	transform: rotateY(10deg) rotateX(1.5deg) rotateZ(-1.5deg) translateZ(2.5rem);
	width: 60%;
	z-index: 4;
}

body.lsa-style-agency-showcase-light .lsa-agency-hologram--trust {
	background-image: url("../images/style2homepagescreenshot2.jpg");
	height: 40%;
	right: 0;
	top: 4%;
	transform: rotateY(-12deg) rotateX(1deg) rotateZ(1.5deg) translateZ(-1rem);
	width: 41%;
	z-index: 2;
}

body.lsa-style-agency-showcase-light .lsa-agency-hologram--journey {
	background-image: url("../images/style2homepagescreenshot3.jpg");
	bottom: 0;
	height: 36%;
	left: 22%;
	transform: rotateY(8deg) rotateX(-2deg) rotateZ(0.75deg) translateZ(4.5rem);
	width: 47%;
	z-index: 5;
}

body.lsa-style-agency-showcase-light .lsa-agency-hologram--flow {
	background-image: url("../images/style2homepagescreenshot4.jpg");
	background-position: 36% top;
	bottom: 1%;
	height: 50%;
	right: 2%;
	transform: rotateY(-15deg) rotateX(-1deg) rotateZ(1.5deg) translateZ(3rem);
	width: 24%;
	z-index: 6;
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-strip {
	background: #ffffff;
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point {
	background: #f8faff;
	border-color: #d7e0f5;
	border-radius: 1.25rem;
	box-shadow: inset 0 0 0 1px rgb(210 221 246 / 52%), 0 16px 38px rgb(50 73 153 / 7%);
	padding-block: clamp(1.35rem, 2.4vw, 2rem);
	padding-inline: clamp(1rem, 1.8vw, 1.5rem);
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point__icon {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	box-shadow: none;
	filter: drop-shadow(0 14px 24px rgb(61 75 187 / 16%));
	transform: scale(1.2);
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point:nth-child(1) .lsa-agency-feature-point__icon {
	background-image: url("../images/agency-style2-feature-results.webp");
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point:nth-child(2) .lsa-agency-feature-point__icon {
	background-image: url("../images/agency-style2-feature-design.webp");
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point:nth-child(3) .lsa-agency-feature-point__icon {
	background-image: url("../images/agency-style2-feature-performance.webp");
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point:nth-child(4) .lsa-agency-feature-point__icon {
	background-image: url("../images/agency-style2-feature-growth.webp");
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point__icon :is(svg, img) {
	opacity: 0;
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point h3 {
	color: #0b1d43;
}

body.lsa-style-agency-showcase-light .lsa-agency-feature-point p {
	color: #425577;
	font-weight: 600;
}

body.lsa-style-agency-showcase-light .lsa-agency-about {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 52%, #f3f0ff 100%);
}

body.lsa-style-agency-showcase-light .lsa-agency-about__blob {
	filter: hue-rotate(31deg) saturate(1.3);
	opacity: 0.2;
}

body.lsa-style-agency-showcase-light .lsa-agency-why {
	background: #f6f8ff;
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-why::before {
	background-image:
		linear-gradient(90deg, rgb(250 251 255 / 8%) 0%, rgb(249 250 255 / 32%) 36%, rgb(248 249 255 / 88%) 55%, #f8f9ff 100%),
		url("../images/agency-style2-why-map-2p5.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: none;
}

body.lsa-style-agency-showcase-light .lsa-agency-why .lsa-agency-section-kicker,
body.lsa-style-agency-showcase-light .lsa-agency-why-card .wp-block-local-studio-icon {
	color: #0b5fff;
}

body.lsa-style-agency-showcase-light .lsa-agency-why .lsa-agency-section-lede,
body.lsa-style-agency-showcase-light .lsa-agency-why-card p {
	color: #425577;
	font-weight: 600;
}

body.lsa-style-agency-showcase-light .lsa-agency-why-card h3 {
	color: #0b1d43;
}

body.lsa-style-agency-showcase-light .lsa-agency-why-card {
	background: #ffffff;
	border: 1px solid #dce4f6;
	border-radius: 1rem;
	box-shadow: 0 12px 28px rgb(39 62 137 / 7%);
	padding: 1.25rem;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials {
	background-image: url("../images/agency-style2-testimonials-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__box {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__box::before {
	background: linear-gradient(180deg, rgb(255 255 255 / 12%), rgb(236 241 255 / 30%));
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__heading {
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__kicker,
body.lsa-style-agency-showcase-light .lsa-agency-testimonials__kicker .lsa-agency-section-kicker {
	color: #0b5fff;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__headline-highlight {
	background: linear-gradient(90deg, #0b5fff 0%, #4327e7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonial-card {
	box-shadow: 0 8px 22px rgb(31 52 126 / 7%);
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__heading p:last-child {
	color: #425577;
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__dot {
	background: rgb(55 71 150 / 28%);
}

body.lsa-style-agency-showcase-light .lsa-agency-testimonials__dot[aria-current="true"] {
	background: #0b5fff;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq {
	background:
		radial-gradient(circle at 12% 22%, rgb(11 95 255 / 10%), transparent 24rem),
		radial-gradient(circle at 90% 84%, rgb(67 39 231 / 12%), transparent 27rem),
		linear-gradient(135deg, #f8fbff 0%, #f5f3ff 100%);
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__heading :is(h2, p),
body.lsa-style-agency-showcase-light .lsa-agency-faq__item summary {
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__item {
	border-bottom-color: #d8e1f3;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__item > p {
	color: #425577;
	font-weight: 600;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__info {
	background: linear-gradient(145deg, #0b5fff 0%, #4327e7 100%);
	border-color: rgb(255 255 255 / 34%);
	box-shadow: 0 30px 75px rgb(46 49 208 / 24%);
	color: #ffffff;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__info :is(h3, p, a),
body.lsa-style-agency-showcase-light .lsa-agency-faq__info-point p {
	color: #ffffff;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__info-point .wp-block-local-studio-icon,
body.lsa-style-agency-showcase-light .wp-block-local-studio-icon.lsa-agency-faq__planning-icon {
	background: rgb(255 255 255 / 14%);
	border-color: rgb(255 255 255 / 32%);
	color: #ffffff;
}

body.lsa-style-agency-showcase-light .lsa-agency-faq__cta .wp-block-button > .wp-block-button__link {
	background: #ffffff !important;
	background-image: none !important;
	border: 1px solid #ffffff !important;
	box-shadow: 0 14px 32px rgb(14 17 101 / 16%) !important;
	color: #0b5fff !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-final-cta {
	background-color: #f5f8ff;
	background-image:
		linear-gradient(90deg, rgb(248 250 255 / 38%) 0%, rgb(246 249 255 / 18%) 58%, rgb(239 242 255 / 4%) 76%),
		url("../images/agency-style2-final-cta-2p5.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-final-cta__copy h2,
body.lsa-style-agency-showcase-light .lsa-agency-final-cta__details h3,
body.lsa-style-agency-showcase-light .lsa-agency-final-cta__detail strong {
	color: #071533 !important;
}

body.lsa-style-agency-showcase-light .lsa-agency-final-cta__copy > p:not(.lsa-agency-section-kicker),
body.lsa-style-agency-showcase-light .lsa-agency-final-cta__detail p {
	color: #425577;
	font-weight: 600;
}

body.lsa-style-agency-showcase-light .lsa-agency-final-cta__details {
	background: rgb(255 255 255 / 84%);
	border-color: rgb(177 194 236 / 56%);
	box-shadow: 0 28px 70px rgb(53 64 151 / 16%);
}

body.lsa-style-agency-showcase-light .lsa-agency-final-cta__detail .wp-block-local-studio-icon {
	color: #4327e7;
}

body.lsa-style-agency-showcase-light .lsa-agency-final-cta__copy .is-style-outline .wp-block-button__link {
	background: rgb(255 255 255 / 62%);
	border-color: #aabbed;
	color: #192d73;
}

/* Style 2 services: a central featured website system framed by four
 * supporting service cards. The markup remains shared with Style 1; only the
 * desktop art direction changes here. */
body.lsa-style-agency-showcase-light .lsa-agency-services {
	background:
		radial-gradient(circle at 14% 24%, rgb(11 95 255 / 8%), transparent 25rem),
		radial-gradient(circle at 86% 68%, rgb(67 39 231 / 9%), transparent 27rem),
		linear-gradient(135deg, #ffffff 0%, #f8faff 55%, #f4f1ff 100%);
	overflow: hidden;
	position: relative;
}

body.lsa-style-agency-showcase-light .lsa-agency-services::before {
	background:
		radial-gradient(circle, rgb(255 255 255 / 92%) 0 0.35rem, transparent 0.4rem) 0 0 / 2.5rem 2.5rem,
		linear-gradient(120deg, transparent 0 44%, rgb(255 255 255 / 80%) 45% 45.2%, transparent 46% 100%);
	content: "";
	inset: 0;
	opacity: 0.46;
	pointer-events: none;
	position: absolute;
}

body.lsa-style-agency-showcase-light .lsa-agency-services > * {
	position: relative;
	z-index: 1;
}

body.lsa-style-agency-showcase-light .lsa-agency-services__headline-highlight,
body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__heading h2 span {
	background: linear-gradient(90deg, #0b5fff 0%, #4327e7 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

body.lsa-style-agency-showcase-light .lsa-agency-services__value-strip {
	background: linear-gradient(105deg, #0b5fff 0%, #1268ed 52%, #4327e7 100%);
	box-shadow: 0 20px 44px rgb(45 54 223 / 17%);
}

body.lsa-style-agency-showcase-light .lsa-agency-services__feature-panel,
body.lsa-style-agency-showcase-light .lsa-agency-service-card {
	border-color: #d8e2f5;
	border-radius: 1rem;
	box-shadow: 0 16px 34px rgb(38 64 143 / 8%);
}

body.lsa-style-agency-showcase-light .lsa-agency-services__feature-panel {
	background: #f1f6ff;
}

body.lsa-style-agency-showcase-light .lsa-agency-services__feature-copy::before {
	align-self: flex-start;
	background: rgb(255 255 255 / 88%);
	border: 1px solid #dce5f8;
	border-radius: 999px;
	color: #0b5fff;
	content: "Featured Service";
	font-family: var(--wp--preset--font-family--heading, "Plus Jakarta Sans", sans-serif);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1;
	padding: 0.62rem 0.9rem;
	text-transform: uppercase;
}

body.lsa-style-agency-showcase-light .lsa-agency-services__feature-copy h3,
body.lsa-style-agency-showcase-light .lsa-agency-service-card__body h3 {
	color: #071533;
}

body.lsa-style-agency-showcase-light .lsa-agency-services__feature-copy > p,
body.lsa-style-agency-showcase-light .lsa-agency-service-card__body p,
body.lsa-style-agency-showcase-light .lsa-agency-services__check-item p {
	color: #425577;
	font-weight: 600;
}

body.lsa-style-agency-showcase-light .lsa-agency-service-card__icon {
	background: linear-gradient(145deg, #0b5fff, #4327e7);
}

/* Style 2 portfolio: a five-screen light-tech gallery with the existing
 * dynamic carousel behavior and editor controls left intact. */
body.lsa-style-agency-showcase-light .lsa-portfolio-showcase {
	background:
		radial-gradient(circle at 14% 29%, rgb(94 108 255 / 15%) 0 0.85rem, transparent 0.95rem),
		radial-gradient(circle at 89% 20%, rgb(94 108 255 / 17%) 0 1.25rem, transparent 1.35rem),
		radial-gradient(circle at 84% 78%, rgb(72 70 236 / 11%) 0 4.5rem, transparent 4.65rem),
		linear-gradient(135deg, #fbfdff 0%, #f5f7ff 55%, #f1efff 100%);
	padding-block: clamp(5rem, 7vw, 7rem);
}

body.lsa-style-agency-showcase-light .lsa-portfolio-showcase::before {
	background:
		radial-gradient(circle at 50% 50%, transparent 0 34%, rgb(100 113 255 / 10%) 34.4% 35%, transparent 35.4% 46%, rgb(100 113 255 / 8%) 46.4% 47%, transparent 47.4%),
		linear-gradient(135deg, transparent 0 48%, rgb(255 255 255 / 88%) 48.2% 48.6%, transparent 48.8% 100%);
	border: 0;
	bottom: -18rem;
	height: 36rem;
	left: -11rem;
	min-height: 0;
	min-width: 0;
	top: auto;
	width: 36rem;
}

body.lsa-style-agency-showcase-light .lsa-portfolio-showcase::after {
	background: radial-gradient(circle at 36% 28%, #ffffff 0 6%, #bfc8ff 26%, #7e6cf5 58%, #4b35dc 78%, rgb(67 39 231 / 8%) 79% 100%);
	border: 0;
	box-shadow: 0 26px 70px rgb(67 39 231 / 22%);
	height: 7rem;
	min-height: 0;
	min-width: 0;
	right: 6vw;
	top: auto;
	bottom: 4rem;
	width: 7rem;
}

body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__heading {
	margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__stage {
	height: clamp(21rem, 32vw, 29rem);
}

body.lsa-style-agency-showcase-light .lsa-portfolio-browser {
	border-color: #d7e0f3;
	box-shadow: 0 24px 55px rgb(38 61 136 / 16%), 0 8px 18px rgb(38 61 136 / 8%);
}

body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__cta {
	background: linear-gradient(90deg, #0b5fff 0%, #4327e7 100%);
	box-shadow: 0 14px 32px rgb(58 49 224 / 22%) !important;
}

@media (min-width: 1101px) {
	body.lsa-style-agency-showcase-light .lsa-agency-services__main {
		align-items: stretch !important;
		grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.78fr) minmax(0, 0.78fr);
		grid-template-rows: repeat(2, minmax(0, 1fr));
		height: clamp(36rem, 43vw, 42rem);
	}

	body.lsa-style-agency-showcase-light .lsa-agency-services__feature-panel {
		align-self: stretch !important;
		aspect-ratio: auto;
		grid-column: 2;
		grid-row: 1 / 3;
		height: 100%;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-services__cards-column,
	body.lsa-style-agency-showcase-light .lsa-agency-services__cards {
		display: contents;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-service-card:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-service-card:nth-child(2) {
		grid-column: 3;
		grid-row: 1;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-service-card:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-service-card:nth-child(4) {
		grid-column: 3;
		grid-row: 2;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-service-card {
		grid-template-rows: minmax(8.2rem, 43%) minmax(0, 1fr);
		height: 100%;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-services__feature-copy {
		justify-content: center;
		max-width: 57%;
		padding: clamp(2rem, 3vw, 3rem) 0 clamp(2rem, 3vw, 3rem) clamp(2rem, 3vw, 3.1rem);
	}

	body.lsa-style-agency-showcase-light .lsa-agency-services__feature-copy h3 {
		font-size: clamp(2rem, 2.45vw, 2.65rem);
	}

	body.lsa-style-agency-showcase-light .lsa-agency-services__feature-visual img {
		object-position: center;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-service-card__body {
		padding: 2rem 2.25rem 1rem 1.15rem;
	}

	body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__slide[data-position="0"] {
		transform: translate(-50%, -50%) scale(1);
	}

	body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__slide[data-position="-1"] {
		transform: translate(-118%, -49%) scale(0.78) rotateY(5deg) rotateZ(-0.6deg);
	}

	body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__slide[data-position="1"] {
		transform: translate(18%, -49%) scale(0.78) rotateY(-5deg) rotateZ(0.6deg);
	}

	body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__slide[data-position="-2"] {
		transform: translate(-174%, -48%) scale(0.58) rotateY(9deg) rotateZ(-1deg);
	}

	body.lsa-style-agency-showcase-light .lsa-portfolio-showcase__slide[data-position="2"] {
		transform: translate(74%, -48%) scale(0.58) rotateY(-9deg) rotateZ(1deg);
	}
}

body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-item__content,
body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-submenu__toggle {
	font-weight: 700 !important;
	letter-spacing: 0 !important;
}

body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) .wp-block-navigation-item__content::after {
	background: var(--lsa-agency-primary) !important;
}

body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) :is(
	.wp-block-navigation-submenu:hover,
	.wp-block-navigation-submenu:focus-within,
	.wp-block-navigation-submenu.current-menu-item,
	.wp-block-navigation-submenu.current-menu-ancestor
) > :is(.wp-block-navigation-item__content, .wp-block-navigation-submenu__toggle),
body.lsa-agency-design :is(.ls-header-main-row, .ls-header-inner) :is(
	.wp-block-navigation-item__content:hover,
	.wp-block-navigation-item__content:focus-visible,
	.current-menu-item > .wp-block-navigation-item__content,
	.current-menu-ancestor > .wp-block-navigation-item__content,
	.wp-block-navigation-item__content[aria-current="page"]
) {
	color: var(--lsa-agency-primary) !important;
}

body.lsa-agency-design main :is(p, li, a, button, label, input, textarea, select):not(.lsa-agency-eyebrow):not(.lsa-agency-hero__lede):not(.lsa-agency-section-lede):not(.lsa-hologram__label):not(.lsa-agency-section-kicker):not(.lsa-agency-article-card__category):not(.lsa-agency-proof-card__status):not(.ls-404-page__code) {
	font-size: max(1rem, 1em) !important;
}

/* Explicit component typography follows the site-wide minimum-size rule. */
body.lsa-agency-design .lsa-agency-home .lsa-agency-eyebrow {
	font-weight: 800;
}

body.lsa-agency-design .lsa-agency-home .lsa-agency-section-kicker {
	font-weight: 700;
}

body.lsa-agency-design main .lsa-agency-hero__lede {
	font-size: 1.125rem !important;
}

body.lsa-agency-design main .lsa-agency-about__content > .lsa-agency-section-lede,
body.lsa-agency-design main .lsa-agency-check-list__item p {
	color: #40536b;
	font-size: 1rem !important;
}

@media (max-width: 1100px) {
	.lsa-agency-hero {
		min-height: auto;
		padding-block: 0;
	}

	.lsa-agency-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-hero__copy {
		max-width: 48rem;
		padding-block: clamp(4rem, 8vw, 6rem) 2rem;
	}

	.lsa-agency-hero__visual {
		justify-self: center;
		min-height: 27rem;
		position: relative;
		right: auto;
		top: auto;
		transform: none;
	}

	body.lsa-style-agency-growth-dark .lsa-agency-hero::before {
		background-position: 62% center;
	}

	body.lsa-style-agency-growth-dark .lsa-agency-hero::after {
		background: linear-gradient(180deg, rgb(3 14 29 / 88%) 0%, rgb(4 18 36 / 72%) 46%, rgb(4 18 36 / 18%) 76%, rgb(4 18 36 / 42%) 100%);
	}

	body.lsa-style-agency-showcase-light .lsa-agency-hero::before {
		background-position: center bottom;
		background-size: auto 58%;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-hero::after {
		background: linear-gradient(180deg, #f7f9ff 0%, rgb(247 249 255 / 98%) 43%, rgb(247 249 255 / 42%) 64%, rgb(247 249 255 / 4%) 100%);
	}

	body.lsa-style-agency-showcase-light .lsa-agency-hero__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	body.lsa-style-agency-showcase-light .lsa-agency-hero__visual {
		min-height: 31rem;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.lsa-agency-hero {
		padding-inline: 1.1rem;
	}

	.lsa-agency-hero__copy {
		padding-block: 3.5rem 1.5rem;
	}

	.lsa-agency-eyebrow {
		display: grid;
		font-size: 0.67rem;
		gap: 0.3rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		letter-spacing: 0.06em;
		padding: 0.7rem 0.55rem;
		width: 100%;
	}

	.lsa-agency-eyebrow__item {
		line-height: 1.2;
		min-width: 0;
		overflow-wrap: anywhere;
		text-align: center;
	}

	.lsa-agency-eyebrow__separator {
		display: none;
	}

	.lsa-agency-hero__title {
		font-size: clamp(2.35rem, 11.55vw, 2.8125rem);
		text-align: center;
	}

	.lsa-agency-hero__lede {
		font-size: 1rem;
		text-align: center;
		width: 100%;
	}

	body.lsa-agency-design main .lsa-agency-hero__lede {
		font-size: 1rem !important;
	}

	.lsa-agency-hero__actions,
	.lsa-agency-hero__actions .wp-block-button,
	.lsa-agency-hero__actions .wp-block-button__link {
		width: 100%;
	}

	.lsa-agency-benefits {
		gap: 1.1rem;
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-benefits > .wp-block-column {
		grid-template-columns: 1.75rem minmax(0, 1fr);
	}

	.lsa-agency-hero__visual {
		display: grid;
		gap: 0.75rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 39rem;
		padding-block: 5rem 1.25rem;
		width: 100%;
	}

	body.lsa-style-agency-growth-dark .lsa-agency-hero__visual {
		display: none;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-hero__visual {
		display: none;
	}

	.lsa-agency-stat {
		align-self: end;
		inset: auto;
		padding: 0.85rem;
		position: relative;
		width: auto;
	}

	.lsa-agency-hologram--flow {
		grid-column: 1 / -1;
	}

	.lsa-agency-hologram--journey,
	.lsa-agency-hologram--trust,
	.lsa-agency-hologram--visibility,
	.lsa-agency-hologram--flow {
		inset: auto;
	}

	.lsa-agency-hologram--visibility {
		width: min(18rem, 88%);
	}

	.lsa-agency-hologram--flow {
		width: 100%;
	}

	.lsa-agency-stat p:last-child {
		font-size: 0.72rem;
	}

	body.lsa-style-agency-showcase-light .lsa-agency-hero::before {
		background-size: auto 43%;
	}
}

@media (max-width: 1100px) {
	.lsa-agency-feature-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 0;
	}

	.lsa-agency-feature-point:nth-child(2) {
		border-right: 0;
	}

	.lsa-agency-feature-point:nth-child(-n + 2) {
		border-bottom: 1px solid rgb(255 255 255 / 30%);
		padding-bottom: 1.25rem;
	}

	.lsa-agency-feature-point:nth-child(n + 3) {
		padding-top: 1.25rem;
	}

	.lsa-agency-about__grid,
	.lsa-agency-final-cta__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-about__content {
		max-width: 43rem;
	}

	.lsa-agency-about__content h2 {
		max-width: 15ch;
	}

	.lsa-agency-about__visual {
		max-width: none;
	}

	.lsa-agency-why {
		background-position: 32% center;
	}

	.lsa-agency-why::before {
		background: linear-gradient(90deg, rgb(4 17 33 / 42%) 0%, rgb(4 17 33 / 78%) 42%, rgb(4 17 33 / 97%) 100%);
	}

	.lsa-agency-why__grid {
		min-height: auto;
	}

	.lsa-agency-why__content {
		flex-basis: 78% !important;
		max-width: 78%;
	}

	.lsa-agency-why__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lsa-agency-why-card {
		min-height: 0;
	}

	.lsa-agency-services__value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lsa-agency-services__value-point:nth-child(2) {
		border-right: 0;
	}

	.lsa-agency-services__value-point:nth-child(-n + 2) {
		border-bottom: 1px solid rgb(255 255 255 / 32%);
		padding-bottom: 1.25rem;
	}

	.lsa-agency-services__value-point:nth-child(n + 3) {
		padding-top: 1.25rem;
	}

	.lsa-agency-services__value-point:nth-child(3) {
		padding-left: 0;
	}

	.lsa-agency-services__main {
		height: auto;
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-services__cards-column {
		height: auto;
		position: static;
	}

	.lsa-agency-services__feature-panel {
		aspect-ratio: auto;
		height: 36rem;
	}

	.lsa-agency-services__cards {
		grid-auto-rows: minmax(18rem, 1fr);
		height: auto;
		inset: auto;
		position: static;
	}

	.lsa-agency-faq {
		background-position: 36% center;
	}

	.lsa-agency-faq__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-faq__copy {
		align-self: stretch !important;
		max-width: 48rem;
		padding-top: 0;
	}

	.lsa-agency-faq__info {
		align-self: stretch !important;
		max-width: 42rem;
		width: 100%;
	}

	.lsa-agency-blog__carousel {
		--ls-post-slider-columns: 2;
	}

	.lsa-agency-blog__track > li {
		flex-basis: calc((100% - 1.5rem) / 2);
	}

	.lsa-agency-testimonial-card {
		flex-basis: calc((100% - 1.25rem) / 2);
	}

	.lsa-agency-final-cta {
		background-position: 68% center;
	}

	.lsa-agency-final-cta__copy {
		max-width: 45rem;
	}

	.lsa-agency-final-cta__details {
		max-width: 35rem;
	}
}

@media (max-width: 700px) {
	.lsa-agency-feature-strip,
	.lsa-agency-about,
	.lsa-agency-why,
	.lsa-agency-services,
	.lsa-agency-portfolio,
	.lsa-agency-testimonials,
	.lsa-agency-faq,
	.lsa-agency-blog,
	.lsa-agency-quote,
	.lsa-agency-final-cta {
		padding-inline: 1.1rem;
	}

	.lsa-agency-feature-strip__grid {
		grid-template-columns: minmax(0, 1fr);
		padding: 0.9rem;
	}

	.lsa-agency-feature-point,
	.lsa-agency-feature-point:nth-child(2) {
		border-bottom: 1px solid rgb(255 255 255 / 30%);
		border-right: 0;
		padding: 0.95rem 0.25rem 1.15rem;
	}

	.lsa-agency-feature-point:last-child {
		border-bottom: 0;
		padding-bottom: 0.75rem;
	}

	.lsa-agency-about,
	.lsa-agency-why,
	.lsa-agency-services,
	.lsa-agency-portfolio,
	.lsa-agency-testimonials,
	.lsa-agency-faq,
	.lsa-agency-blog,
	.lsa-agency-quote,
	.lsa-agency-final-cta {
		padding-block: 4.25rem;
	}

	.lsa-agency-testimonials {
		padding-top: 0;
	}

		.lsa-agency-about__grid,
		.lsa-agency-final-cta__grid {
			gap: 2rem;
		}

	.lsa-agency-section-heading h2,
	.lsa-agency-portfolio__heading h2,
	.lsa-agency-blog__heading h2,
	.lsa-agency-testimonials__heading h2,
	.lsa-agency-faq__heading h2,
	.lsa-agency-about h2,
	.lsa-agency-why h2,
	.lsa-agency-final-cta h2 {
		font-size: clamp(2rem, 9vw, 2.25rem);
	}

	body.lsa-agency-design h2 {
		font-size: clamp(2rem, 9vw, 2.25rem) !important;
	}

		.lsa-agency-about__visual {
			display: grid;
			gap: 0.75rem;
			grid-template-columns: minmax(0, 1fr);
			min-height: auto;
		}

	.lsa-agency-about__image {
		border-radius: 0.8rem;
		grid-column: 1 / -1;
		height: auto;
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
	}

		.lsa-agency-about__image img {
			aspect-ratio: 1.35;
		}

		.lsa-agency-about__blob {
			height: 18rem;
			left: 12%;
			top: 0.75rem;
			width: 84%;
		}

	.lsa-agency-proof-card {
		inset: auto;
		min-width: 0;
		position: relative;
		width: auto;
	}

		.lsa-agency-proof-card--trust,
		.lsa-agency-proof-card--growth,
		.lsa-agency-proof-card--foundation,
		.lsa-agency-proof-card--process,
		.lsa-agency-proof-card--spotlight {
			grid-column: 1 / -1;
		}

	.lsa-agency-proof-card--trust {
		grid-row: 2;
	}

		.lsa-agency-proof-card--growth {
			grid-row: 3;
		}

		.lsa-agency-proof-card--foundation {
			grid-row: 4;
		}

		.lsa-agency-proof-card--process {
			grid-row: 5;
		}

		.lsa-agency-proof-card--spotlight {
			grid-row: 6;
		}

		.lsa-agency-why {
			background-position: 25% center;
		}

		.lsa-agency-why::before {
			background: rgb(4 17 33 / 86%);
		}

		.lsa-agency-why__content {
			backdrop-filter: none;
			flex-basis: 100% !important;
			max-width: 100%;
			padding: 0;
		}

	.lsa-agency-why__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-blog__carousel {
		--ls-post-slider-columns: 1;
	}

	.lsa-agency-blog__track > li {
		flex-basis: 100%;
	}

	.lsa-agency-why-card,
	.lsa-agency-service-card,
	.lsa-agency-testimonial-card {
		min-height: auto;
	}

	.lsa-agency-services__value-strip {
		border-radius: 0.8rem;
		padding: 1rem;
	}

	.lsa-agency-services__suite {
		border-radius: 0;
		padding: 0;
	}

	.lsa-agency-services__value-grid,
	.lsa-agency-services__cards {
		grid-template-columns: minmax(0, 1fr);
	}

	.lsa-agency-services__value-point,
	.lsa-agency-services__value-point:first-child,
	.lsa-agency-services__value-point:nth-child(2),
	.lsa-agency-services__value-point:nth-child(3),
	.lsa-agency-services__value-point:last-child {
		border-bottom: 1px solid rgb(255 255 255 / 32%);
		border-right: 0;
		padding: 1rem 0;
	}

	.lsa-agency-services__value-point:first-child {
		padding-top: 0;
	}

	.lsa-agency-services__value-point:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.lsa-agency-services__feature-panel {
		aspect-ratio: auto;
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: auto;
	}

	.lsa-agency-services__feature-copy {
		max-width: 100%;
		min-height: auto;
		padding: 1.5rem;
	}

	.lsa-agency-services__feature-copy h3 {
		font-size: clamp(2rem, 10vw, 2.55rem);
	}

	.lsa-agency-services__actions,
	.lsa-agency-services__actions .wp-block-button,
	.lsa-agency-services__actions .wp-block-button__link {
		width: 100%;
	}

	.lsa-agency-services__actions {
		align-items: stretch;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 0.75rem;
	}

	.lsa-agency-services__actions .wp-block-button__link {
		justify-content: center;
		text-align: center;
		white-space: normal;
	}

	.lsa-agency-services__feature-visual {
		height: 20rem;
		inset: auto;
		min-height: 20rem;
		position: relative;
	}

	.lsa-agency-services__cards {
		grid-auto-rows: auto;
		height: auto;
		grid-template-rows: none;
	}

	.lsa-agency-services__feature-visual img {
		object-position: center;
	}

	.lsa-agency-service-card {
		grid-template-rows: 11rem minmax(0, 1fr);
		min-height: 21rem;
	}

	.lsa-agency-service-card > .wp-block-image {
		height: 11rem;
	}

	.lsa-agency-portfolio__showcase img {
		height: 20rem;
		max-width: none;
		object-fit: cover;
		object-position: center;
		width: 200%;
	}

	.lsa-agency-testimonials__box {
		border-radius: 1rem;
		padding: 3.5rem 1.25rem 1.5rem;
	}

	.lsa-agency-testimonial-card {
		flex-basis: 100%;
		min-height: 23rem;
	}

	.lsa-agency-faq {
		background-position: 24% center;
	}

	.lsa-agency-faq__grid {
		gap: 2rem !important;
	}

	.lsa-agency-faq__heading {
		margin-bottom: 30px !important;
	}

	.lsa-agency-faq__item.wp-block-details {
		padding: 0;
	}

	.lsa-agency-faq__item summary {
		font-size: 1rem;
		gap: 0.75rem;
		min-height: 4.25rem;
		padding: 0.85rem 0.2rem 0.85rem 0.85rem;
	}

	.lsa-agency-faq__item > p {
		padding: 0 0.5rem 1rem 0.85rem;
	}

	.lsa-agency-faq__info {
		padding: 1.5rem;
	}

	.lsa-agency-blog__carousel .ls-post-slider__nav {
		height: 2.5rem;
		width: 2.5rem;
	}

	.lsa-agency-blog__carousel .ls-post-slider__nav--previous {
		left: 0.5rem;
	}

	.lsa-agency-blog__carousel .ls-post-slider__nav--next {
		right: 0.5rem;
	}

	.lsa-agency-final-cta {
		background-position: 64% center;
	}

	.lsa-agency-final-cta__copy .wp-block-buttons,
	.lsa-agency-final-cta__copy .wp-block-button,
	.lsa-agency-final-cta__copy .wp-block-button__link {
		width: 100%;
	}

	.lsa-agency-final-cta__details {
		padding: 1.35rem;
	}
}

@media (max-width: 782px) {
	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
		background: #ffffff !important;
		color: #071b35 !important;
	}

	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
		border-bottom-color: #dbe6f3;
	}

	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu > .wp-block-navigation__submenu-container {
		background: #f3f7fc !important;
	}

	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content,
	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle {
		color: #071b35 !important;
		font-weight: 700 !important;
		letter-spacing: 0 !important;
	}

	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content :is(.current-menu-item, .current-menu-ancestor) > .wp-block-navigation-item__content,
	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content[aria-current="page"],
	body.lsa-agency-design .ls-header-main-row .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:is(:hover, :focus-visible) {
		color: var(--lsa-agency-primary) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lsa-agency-hero__actions .wp-block-button__link,
	.lsa-agency-service-card img,
	.lsa-agency-article-card img {
		transition: none;
	}
}
